@eui/mobile-core 14.0.0-beta.2 → 14.0.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/classes/EuimMenuItem.html +12 -1
- package/docs/classes/EuimStepperChangeEvent.html +12 -1
- package/docs/components/EuiMUserProfileActionComponent.html +13 -2
- package/docs/components/EuiMUserProfileAvatarComponent.html +13 -2
- package/docs/components/EuiMUserProfileInfosComponent.html +13 -2
- package/docs/components/EuiMUserProfileInfosItemComponent.html +13 -2
- package/docs/components/EuimAppComponent.html +14 -3
- package/docs/components/EuimAppSidebarComponent.html +13 -2
- package/docs/components/EuimAppSidebarFooterComponent.html +13 -2
- package/docs/components/EuimAppSidebarHeaderComponent.html +13 -2
- package/docs/components/EuimAppSidebarMenuComponent.html +13 -2
- package/docs/components/EuimAvatarComponent.html +13 -2
- package/docs/components/EuimControlFeedbackComponent.html +13 -2
- package/docs/components/EuimEmptyListPlaceholderComponent.html +13 -2
- package/docs/components/EuimFieldSetComponent.html +13 -2
- package/docs/components/EuimFieldsetActionsComponent.html +13 -2
- package/docs/components/EuimFieldsetLegendComponent.html +13 -2
- package/docs/components/EuimLabelComponent.html +13 -2
- package/docs/components/EuimLanguageListComponent.html +13 -2
- package/docs/components/EuimLanguageSelectorComponent.html +13 -2
- package/docs/components/EuimMenuComponent.html +14 -3
- package/docs/components/EuimMessageComponent.html +13 -2
- package/docs/components/EuimMessageTitleComponent.html +13 -2
- package/docs/components/EuimStepperComponent.html +13 -2
- package/docs/components/EuimToolbarActionItemsComponent.html +13 -2
- package/docs/components/EuimToolbarComponent.html +13 -2
- package/docs/components/EuimToolbarTitleComponent.html +13 -2
- package/docs/components/EuimUserProfileComponent.html +13 -2
- package/docs/dependencies.html +17 -6
- package/docs/directives/EuimBaseDirective.html +14 -2
- package/docs/directives/EuimListHeaderDirective.html +14 -2
- package/docs/index.html +12 -1
- package/docs/injectables/EuimAppService.html +12 -1
- package/docs/interfaces/UIState.html +12 -1
- package/docs/js/menu-wc.js +50 -45
- package/docs/js/menu-wc_es5.js +4 -4
- package/docs/js/menu.js +62 -6
- package/docs/js/search/search_index.js +2 -2
- package/docs/license.html +12 -1
- package/docs/miscellaneous/typealiases.html +12 -1
- package/docs/miscellaneous/variables.html +12 -1
- package/docs/modules/EuimAllModule.html +12 -1
- package/docs/modules/EuimAppModule.html +12 -1
- package/docs/modules/EuimAppSidebarModule.html +12 -1
- package/docs/modules/EuimAvatarModule.html +12 -1
- package/docs/modules/EuimControlFeedbackModule.html +12 -1
- package/docs/modules/EuimEmptyListPlaceholderModule.html +12 -1
- package/docs/modules/EuimFieldsetModule.html +12 -1
- package/docs/modules/EuimLabelModule.html +12 -1
- package/docs/modules/EuimLanguageSelectorModule.html +12 -1
- package/docs/modules/EuimListHeaderModule.html +12 -1
- package/docs/modules/EuimMenuModule.html +12 -1
- package/docs/modules/EuimMessageModule.html +12 -1
- package/docs/modules/EuimStepperComponentModule.html +12 -1
- package/docs/modules/EuimToolbarComponentModule.html +12 -1
- package/docs/modules/EuimUserProfileModule.html +12 -1
- package/docs/modules.html +27 -16
- package/docs/properties.html +124 -0
- package/docs/styles/compodoc.css +79 -1
- package/docs/styles/dark.css +37 -33
- package/docs/styles/laravel.css +33 -35
- package/docs/styles/material.css +15 -17
- package/docs/styles/original.css +2 -4
- package/docs/styles/postmark.css +12 -14
- package/docs/styles/readthedocs.css +6 -8
- package/docs/styles/reset.css +115 -34
- package/docs/styles/stripe.css +33 -35
- package/docs/styles/vagrant.css +26 -28
- package/esm2020/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +5 -5
- package/esm2020/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.mjs +5 -7
- package/esm2020/lib/components/atoms/euim-label/euim-label.component.mjs +5 -5
- package/esm2020/lib/components/atoms/euim-label/euim-label.module.mjs +5 -7
- package/esm2020/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +3 -3
- package/esm2020/lib/components/directives/euim-list-header/euim-list-header.module.mjs +5 -7
- package/esm2020/lib/components/euim-avatar/euim-avatar.component.mjs +5 -5
- package/esm2020/lib/components/euim-avatar/euim-avatar.module.mjs +5 -7
- package/esm2020/lib/components/euim-base.directive.mjs +3 -3
- package/esm2020/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +7 -7
- package/esm2020/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.mjs +6 -8
- package/esm2020/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +3 -3
- package/esm2020/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +3 -3
- package/esm2020/lib/components/euim-fieldset/euim-fieldset.component.mjs +5 -5
- package/esm2020/lib/components/euim-fieldset/euim-fieldset.module.mjs +5 -7
- package/esm2020/lib/components/euim-menu/euim-menu.component.mjs +18 -16
- package/esm2020/lib/components/euim-menu/euim-menu.module.mjs +6 -8
- package/esm2020/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +3 -3
- package/esm2020/lib/components/euim-message/euim-message.component.mjs +5 -5
- package/esm2020/lib/components/euim-message/euim-message.module.mjs +5 -7
- package/esm2020/lib/components/euim-stepper/euim-steper.module.mjs +6 -8
- package/esm2020/lib/components/euim-stepper/euim-stepper.component.mjs +4 -4
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +5 -5
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +4 -4
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +4 -4
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.mjs +6 -8
- package/esm2020/lib/components/layout/euim-app/euim-app.component.mjs +5 -7
- package/esm2020/lib/components/layout/euim-app/euim-app.module.mjs +7 -9
- package/esm2020/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +6 -6
- package/esm2020/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +5 -5
- package/esm2020/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +9 -11
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +8 -8
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar.module.mjs +7 -9
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +4 -4
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +5 -5
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile.module.mjs +5 -7
- package/esm2020/lib/euim-all.module.mjs +4 -6
- package/esm2020/lib/services/euim-app.service.mjs +3 -3
- package/fesm2015/eui-mobile-core.mjs +258 -287
- package/fesm2015/eui-mobile-core.mjs.map +1 -1
- package/fesm2020/eui-mobile-core.mjs +253 -282
- package/fesm2020/eui-mobile-core.mjs.map +1 -1
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts +1 -1
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +1 -1
- package/lib/components/euim-avatar/euim-avatar.component.d.ts +1 -1
- package/lib/components/euim-base.directive.d.ts +1 -1
- package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +1 -1
- package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +1 -1
- package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +1 -1
- package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +1 -1
- package/lib/components/euim-menu/euim-menu.component.d.ts +1 -1
- package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts +1 -1
- package/lib/components/euim-message/euim-message.component.d.ts +1 -1
- package/lib/components/euim-stepper/euim-stepper.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app.component.d.ts +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +1 -1
- package/package.json +5 -5
- package/eui-mobile-core.d.ts +0 -5
package/esm2020/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.mjs
CHANGED
|
@@ -6,13 +6,11 @@ import { TranslateModule } from '@ngx-translate/core';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export class EuimEmptyListPlaceholderModule {
|
|
8
8
|
}
|
|
9
|
-
/** @nocollapse */
|
|
10
|
-
/** @nocollapse */
|
|
11
|
-
/** @nocollapse */
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
TranslateModule
|
|
15
|
-
]] });
|
|
9
|
+
/** @nocollapse */ EuimEmptyListPlaceholderModule.ɵfac = function EuimEmptyListPlaceholderModule_Factory(t) { return new (t || EuimEmptyListPlaceholderModule)(); };
|
|
10
|
+
/** @nocollapse */ EuimEmptyListPlaceholderModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimEmptyListPlaceholderModule });
|
|
11
|
+
/** @nocollapse */ EuimEmptyListPlaceholderModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
12
|
+
IonicModule,
|
|
13
|
+
TranslateModule] });
|
|
16
14
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimEmptyListPlaceholderModule, [{
|
|
17
15
|
type: NgModule,
|
|
18
16
|
args: [{
|
|
@@ -32,4 +30,4 @@ export class EuimEmptyListPlaceholderModule {
|
|
|
32
30
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimEmptyListPlaceholderModule, { declarations: [EuimEmptyListPlaceholderComponent], imports: [CommonModule,
|
|
33
31
|
IonicModule,
|
|
34
32
|
TranslateModule], exports: [EuimEmptyListPlaceholderComponent] }); })();
|
|
35
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
33
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1lbXB0eS1saXN0LXBsYWNlaG9sZGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9ldWltLWVtcHR5LWxpc3QtcGxhY2Vob2xkZXIvZXVpbS1lbXB0eS1saXN0LXBsYWNlaG9sZGVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsaUNBQWlDLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUM1RixPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDOztBQWV0RCxNQUFNLE9BQU8sOEJBQThCOzsrSEFBOUIsOEJBQThCOytHQUE5Qiw4QkFBOEI7bUhBWG5DLFlBQVk7UUFDWixXQUFXO1FBQ1gsZUFBZTt1RkFTViw4QkFBOEI7Y0FiMUMsUUFBUTtlQUFDO2dCQUNOLE9BQU8sRUFBRTtvQkFDTCxZQUFZO29CQUNaLFdBQVc7b0JBQ1gsZUFBZTtpQkFDbEI7Z0JBQ0QsT0FBTyxFQUFFO29CQUNMLGlDQUFpQztpQkFDcEM7Z0JBQ0QsWUFBWSxFQUFFO29CQUNWLGlDQUFpQztpQkFDcEM7YUFDSjs7d0ZBQ1ksOEJBQThCLG1CQUhuQyxpQ0FBaUMsYUFSakMsWUFBWTtRQUNaLFdBQVc7UUFDWCxlQUFlLGFBR2YsaUNBQWlDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBFdWltRW1wdHlMaXN0UGxhY2Vob2xkZXJDb21wb25lbnQgfSBmcm9tICcuL2V1aW0tZW1wdHktbGlzdC1wbGFjZWhvbGRlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgSW9uaWNNb2R1bGUgfSBmcm9tICdAaW9uaWMvYW5ndWxhcic7XG5pbXBvcnQgeyBUcmFuc2xhdGVNb2R1bGUgfSBmcm9tICdAbmd4LXRyYW5zbGF0ZS9jb3JlJztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgSW9uaWNNb2R1bGUsXG4gICAgICAgIFRyYW5zbGF0ZU1vZHVsZVxuICAgIF0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBFdWltRW1wdHlMaXN0UGxhY2Vob2xkZXJDb21wb25lbnQsXG4gICAgXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgICAgRXVpbUVtcHR5TGlzdFBsYWNlaG9sZGVyQ29tcG9uZW50LFxuICAgIF0sXG59KVxuZXhwb3J0IGNsYXNzIEV1aW1FbXB0eUxpc3RQbGFjZWhvbGRlck1vZHVsZSB7XG59XG4iXX0=
|
|
@@ -8,8 +8,8 @@ export class EuimFieldsetActionsComponent extends EuimBaseDirective {
|
|
|
8
8
|
this.string = 'euim-fieldset-actions';
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
|
-
/** @nocollapse */
|
|
12
|
-
/** @nocollapse */
|
|
11
|
+
/** @nocollapse */ EuimFieldsetActionsComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimFieldsetActionsComponent_BaseFactory; return function EuimFieldsetActionsComponent_Factory(t) { return (ɵEuimFieldsetActionsComponent_BaseFactory || (ɵEuimFieldsetActionsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimFieldsetActionsComponent)))(t || EuimFieldsetActionsComponent); }; }();
|
|
12
|
+
/** @nocollapse */ EuimFieldsetActionsComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimFieldsetActionsComponent, selectors: [["euim-fieldset-actions"]], hostVars: 2, hostBindings: function EuimFieldsetActionsComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
13
13
|
i0.ɵɵclassMap(ctx.string);
|
|
14
14
|
} }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0, decls: 1, vars: 0, template: function EuimFieldsetActionsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
15
15
|
i0.ɵɵprojectionDef();
|
|
@@ -22,4 +22,4 @@ export class EuimFieldsetActionsComponent extends EuimBaseDirective {
|
|
|
22
22
|
type: HostBinding,
|
|
23
23
|
args: ['class']
|
|
24
24
|
}] }); })();
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1maWVsZHNldC1hY3Rpb25zLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9ldWltLWZpZWxkc2V0L2V1aW0tZmllbGRzZXQtYWN0aW9ucy9ldWltLWZpZWxkc2V0LWFjdGlvbnMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2V1aW0tZmllbGRzZXQvZXVpbS1maWVsZHNldC1hY3Rpb25zL2V1aW0tZmllbGRzZXQtYWN0aW9ucy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSx1QkFBdUIsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7O0FBUTlELE1BQU0sT0FBTyw0QkFBNkIsU0FBUSxpQkFBaUI7SUFObkU7O1FBTzBCLFdBQU0sR0FBRyx1QkFBdUIsQ0FBQztLQUMxRDs7bVVBRlksNEJBQTRCLFNBQTVCLDRCQUE0Qjs4R0FBNUIsNEJBQTRCOzs7O1FDVHpDLGtCQUF5Qjs7dUZEU1osNEJBQTRCO2NBTnhDLFNBQVM7MkJBQ0ksdUJBQXVCLG1CQUVoQix1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJO2dCQUdmLE1BQU07a0JBQTNCLFdBQVc7bUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSG9zdEJpbmRpbmcsIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRXVpbUJhc2VEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi9ldWltLWJhc2UuZGlyZWN0aXZlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdldWltLWZpZWxkc2V0LWFjdGlvbnMnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9ldWltLWZpZWxkc2V0LWFjdGlvbnMuY29tcG9uZW50Lmh0bWwnLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIEV1aW1GaWVsZHNldEFjdGlvbnNDb21wb25lbnQgZXh0ZW5kcyBFdWltQmFzZURpcmVjdGl2ZSB7XG4gICAgQEhvc3RCaW5kaW5nKCdjbGFzcycpIHN0cmluZyA9ICdldWltLWZpZWxkc2V0LWFjdGlvbnMnO1xufVxuIiwiPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuIl19
|
package/esm2020/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs
CHANGED
|
@@ -8,8 +8,8 @@ export class EuimFieldsetLegendComponent extends EuimBaseDirective {
|
|
|
8
8
|
this.string = 'euim-fieldset-legend';
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
|
-
/** @nocollapse */
|
|
12
|
-
/** @nocollapse */
|
|
11
|
+
/** @nocollapse */ EuimFieldsetLegendComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimFieldsetLegendComponent_BaseFactory; return function EuimFieldsetLegendComponent_Factory(t) { return (ɵEuimFieldsetLegendComponent_BaseFactory || (ɵEuimFieldsetLegendComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimFieldsetLegendComponent)))(t || EuimFieldsetLegendComponent); }; }();
|
|
12
|
+
/** @nocollapse */ EuimFieldsetLegendComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimFieldsetLegendComponent, selectors: [["euim-fieldset-legend"]], hostVars: 2, hostBindings: function EuimFieldsetLegendComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
13
13
|
i0.ɵɵclassMap(ctx.string);
|
|
14
14
|
} }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0, decls: 1, vars: 0, template: function EuimFieldsetLegendComponent_Template(rf, ctx) { if (rf & 1) {
|
|
15
15
|
i0.ɵɵprojectionDef();
|
|
@@ -22,4 +22,4 @@ export class EuimFieldsetLegendComponent extends EuimBaseDirective {
|
|
|
22
22
|
type: HostBinding,
|
|
23
23
|
args: ['class']
|
|
24
24
|
}] }); })();
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1maWVsZHNldC1sZWdlbmQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2V1aW0tZmllbGRzZXQvZXVpbS1maWVsZHNldC1sZWdlbmQvZXVpbS1maWVsZHNldC1sZWdlbmQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2V1aW0tZmllbGRzZXQvZXVpbS1maWVsZHNldC1sZWdlbmQvZXVpbS1maWVsZHNldC1sZWdlbmQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUcsdUJBQXVCLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDcEcsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7OztBQVE5RCxNQUFNLE9BQU8sMkJBQTRCLFNBQVEsaUJBQWlCO0lBTmxFOztRQU8wQixXQUFNLEdBQUcsc0JBQXNCLENBQUM7S0FDekQ7OzhUQUZZLDJCQUEyQixTQUEzQiwyQkFBMkI7NkdBQTNCLDJCQUEyQjs7OztRQ1R4QyxrQkFBeUI7O3VGRFNaLDJCQUEyQjtjQU52QyxTQUFTOzJCQUNJLHNCQUFzQixtQkFFZix1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJO2dCQUdmLE1BQU07a0JBQTNCLFdBQVc7bUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSG9zdEJpbmRpbmcgLCBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEV1aW1CYXNlRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vZXVpbS1iYXNlLmRpcmVjdGl2ZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZXVpbS1maWVsZHNldC1sZWdlbmQnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9ldWltLWZpZWxkc2V0LWxlZ2VuZC5jb21wb25lbnQuaHRtbCcsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpbUZpZWxkc2V0TGVnZW5kQ29tcG9uZW50IGV4dGVuZHMgRXVpbUJhc2VEaXJlY3RpdmUge1xuICAgIEBIb3N0QmluZGluZygnY2xhc3MnKSBzdHJpbmcgPSAnZXVpbS1maWVsZHNldC1sZWdlbmQnO1xufVxuIiwiPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuIl19
|