|
1 |
| -//! angular-formly version 6.21.0-beta.1 built with ♥ by Astrism <[email protected]>, Kent C. Dodds <[email protected]> (ó ì_í)=óò=(ì_í ò) |
| 1 | +//! angular-formly version 6.21.0 built with ♥ by Astrism <[email protected]>, Kent C. Dodds <[email protected]> (ó ì_í)=óò=(ì_í ò) |
2 | 2 |
|
3 | 3 | (function webpackUniversalModuleDefinition(root, factory) {
|
4 | 4 | if(typeof exports === 'object' && typeof module === 'object')
|
@@ -147,7 +147,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
147 | 147 |
|
148 | 148 | ngModule.constant('formlyApiCheck', _providersFormlyApiCheck2['default']);
|
149 | 149 | ngModule.constant('formlyErrorAndWarningsUrlPrefix', _otherDocsBaseUrl2['default']);
|
150 |
| - ngModule.constant('formlyVersion', ("6.21.0-beta.1")); // <-- webpack variable |
| 150 | + ngModule.constant('formlyVersion', ("6.21.0")); // <-- webpack variable |
151 | 151 |
|
152 | 152 | ngModule.provider('formlyUsability', _providersFormlyUsability2['default']);
|
153 | 153 | ngModule.provider('formlyConfig', _providersFormlyConfig2['default']);
|
@@ -445,7 +445,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
445 | 445 | Object.defineProperty(exports, "__esModule", {
|
446 | 446 | value: true
|
447 | 447 | });
|
448 |
| - exports["default"] = "https://github.com/formly-js/angular-formly/blob/" + ("6.21.0-beta.1") + "/other/ERRORS_AND_WARNINGS.md#"; |
| 448 | + exports["default"] = "https://github.com/formly-js/angular-formly/blob/" + ("6.21.0") + "/other/ERRORS_AND_WARNINGS.md#"; |
449 | 449 | module.exports = exports["default"];
|
450 | 450 |
|
451 | 451 | /***/ },
|
@@ -2012,7 +2012,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
2012 | 2012 | if (attrs.hasOwnProperty('isFieldGroup') && el.parent().parent().hasClass('formly')) {
|
2013 | 2013 | parentFormAttributes = copyAttributes(el.parent().parent()[0].attributes);
|
2014 | 2014 | }
|
2015 |
| - return '\n <' + rootEl + ' class="formly"\n name="' + getFormName() + '"\n role="form" ' + parentFormAttributes + '>\n <' + fieldRootEl + ' formly-field\n ng-repeat="field in fields ' + getTrackBy() + '"\n ' + getHideDirective() + '="!field.hide"\n class="formly-field"\n options="field"\n model="field.model || model"\n fields="fields"\n form="theFormlyForm"\n form-id="' + getFormName() + '"\n form-state="options.formState"\n form-options="options"\n index="$index">\n </' + fieldRootEl + '>\n <div ng-transclude></div>\n </' + rootEl + '>\n '; |
| 2015 | + return '\n <' + rootEl + ' class="formly"\n name="' + getFormName() + '"\n role="form" ' + parentFormAttributes + '>\n <' + fieldRootEl + ' formly-field\n ng-repeat="field in fields ' + getTrackBy() + '"\n ' + getHideDirective() + '="!field.hide"\n class="formly-field"\n options="field"\n model="field.model || model"\n fields="fields"\n form="theFormlyForm"\n form-id="' + getFormName() + '"\n form-state="options.formState"\n form-options="options"\n index="$index">\n </' + fieldRootEl + '>\n <div ng-transclude class="' + getTranscludeClass() + '"></div>\n </' + rootEl + '>\n '; |
2016 | 2016 |
|
2017 | 2017 | function getRootEl() {
|
2018 | 2018 | return attrs.rootEl || 'ng-form';
|
@@ -2047,6 +2047,10 @@ return /******/ (function(modules) { // webpackBootstrap
|
2047 | 2047 | return formName;
|
2048 | 2048 | }
|
2049 | 2049 |
|
| 2050 | + function getTranscludeClass() { |
| 2051 | + return attrs.transcludeClass || ''; |
| 2052 | + } |
| 2053 | + |
2050 | 2054 | function copyAttributes(attributes) {
|
2051 | 2055 | var excluded = ['model', 'form', 'fields', 'options', 'name', 'role', 'class', 'data-model', 'data-form', 'data-fields', 'data-options', 'data-name'];
|
2052 | 2056 | var arrayAttrs = [];
|
|
0 commit comments