This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #220 from formio/build/2.8.2
Build/2.8.2
- Loading branch information
Showing
7 changed files
with
866 additions
and
539 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2045,6 +2045,11 @@ module.exports = function(app) { | |
'</div>' + | ||
'<form-builder-option ng-show="component.dataSrc == \'url\' || component.dataSrc == \'resource\'" property="searchField" label="Search Query Name" placeholder="Name of URL query parameter" title="The name of the search querystring parameter used when sending a request to filter results with. The server at the URL must handle this query parameter."></form-builder-option>' + | ||
'<form-builder-option ng-show="component.dataSrc == \'url\' || component.dataSrc == \'resource\'" property="filter" label="Filter Query" placeholder="The filter query for results." title="Use this to provide additional filtering using query parameters."></form-builder-option>' + | ||
'<form-builder-option ng-show="component.dataSrc == \'url\' || component.dataSrc == \'resource\' || component.dataSrc == \'json\'" property="limit" label="Limit" placeholder="Maximum number of items to view per page of results." title="Use this to limit the number of items to request or view."></form-builder-option>' + | ||
'<div class="form-group" ng-show="component.dataSrc == \'json\'">' + | ||
' <label for="filter" form-builder-tooltip="The filter type for search.">Search Filter</label>' + | ||
' <select class="form-control" id="filter" name="filter" ng-model="component.filter" ng-options="value as label for (value, label) in {none: \'No Search\', contains: \'Contains\', startsWith: \'Starts With\'}"></select>' + | ||
'</div>' + | ||
'<div class="form-group" ng-show="component.dataSrc == \'custom\'">' + | ||
' <label for="custom" form-builder-tooltip="Write custom code to return the value options. The form data object is available.">Custom Values</label>' + | ||
' <textarea class="form-control" rows="10" id="custom" name="custom" ng-model="component.data.custom" placeholder="/*** Example Code ***/\nvalues = data[\'mykey\'];">{{ component.data.custom }}</textarea>' + | ||
|
@@ -3908,7 +3913,7 @@ module.exports = ['$timeout','$q', function($timeout, $q) { | |
|
||
},{}],54:[function(_dereq_,module,exports){ | ||
"use strict"; | ||
/*! ng-formio-builder v2.8.1 | https://unpkg.com/[email protected].1/LICENSE.txt */ | ||
/*! ng-formio-builder v2.8.2 | https://unpkg.com/[email protected].2/LICENSE.txt */ | ||
/*global window: false, console: false */ | ||
/*jshint browser: true */ | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters