ids-enterprise-ng 17.6.2 → 17.7.0-dev.2
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/esm2022/lib/about/soho-about.module.mjs +4 -4
- package/esm2022/lib/about/soho-about.service.mjs +3 -3
- package/esm2022/lib/accordion/soho-accordion-header.component.mjs +3 -3
- package/esm2022/lib/accordion/soho-accordion-pane.component.mjs +3 -3
- package/esm2022/lib/accordion/soho-accordion.component.mjs +3 -3
- package/esm2022/lib/accordion/soho-accordion.module.mjs +4 -4
- package/esm2022/lib/actionsheet/soho-actionsheet.component.mjs +3 -3
- package/esm2022/lib/actionsheet/soho-actionsheet.module.mjs +4 -4
- package/esm2022/lib/alert/soho-alert.directive.mjs +3 -3
- package/esm2022/lib/alert/soho-alert.module.mjs +4 -4
- package/esm2022/lib/application-menu/soho-application-menu.component.mjs +3 -3
- package/esm2022/lib/application-menu/soho-application-menu.module.mjs +4 -4
- package/esm2022/lib/arrange/soho-arrange.directive.mjs +3 -3
- package/esm2022/lib/arrange/soho-arrange.module.mjs +4 -4
- package/esm2022/lib/autocomplete/soho-autocomplete.component.mjs +3 -3
- package/esm2022/lib/autocomplete/soho-autocomplete.module.mjs +4 -4
- package/esm2022/lib/bar/soho-bar.component.mjs +3 -3
- package/esm2022/lib/bar/soho-bar.module.mjs +4 -4
- package/esm2022/lib/blockgrid/soho-blockgrid.component.mjs +3 -3
- package/esm2022/lib/blockgrid/soho-blockgrid.module.mjs +4 -4
- package/esm2022/lib/breadcrumb/soho-breadcrumb.component.mjs +6 -6
- package/esm2022/lib/breadcrumb/soho-breadcrumb.module.mjs +4 -4
- package/esm2022/lib/bullet/soho-bullet.component.mjs +3 -3
- package/esm2022/lib/bullet/soho-bullet.module.mjs +4 -4
- package/esm2022/lib/busyindicator/soho-busyindicator.directive.mjs +3 -3
- package/esm2022/lib/busyindicator/soho-busyindicator.module.mjs +4 -4
- package/esm2022/lib/button/soho-button.component.mjs +3 -3
- package/esm2022/lib/button/soho-button.module.mjs +4 -4
- package/esm2022/lib/buttonset/soho-buttonset.component.mjs +3 -3
- package/esm2022/lib/buttonset/soho-buttonset.module.mjs +4 -4
- package/esm2022/lib/calendar/soho-calendar.component.mjs +9 -9
- package/esm2022/lib/calendar/soho-calendar.module.mjs +4 -4
- package/esm2022/lib/card/soho-card.component.mjs +33 -19
- package/esm2022/lib/card/soho-card.module.mjs +4 -4
- package/esm2022/lib/chart/soho-chart.component.mjs +3 -3
- package/esm2022/lib/chart/soho-chart.module.mjs +4 -4
- package/esm2022/lib/checkbox/soho-checkbox.component.mjs +3 -3
- package/esm2022/lib/checkbox/soho-checkbox.module.mjs +4 -4
- package/esm2022/lib/circlepager/soho-circlepager.component.mjs +3 -3
- package/esm2022/lib/circlepager/soho-circlepager.module.mjs +4 -4
- package/esm2022/lib/colorpicker/soho-colorpicker.component.mjs +3 -3
- package/esm2022/lib/colorpicker/soho-colorpicker.module.mjs +4 -4
- package/esm2022/lib/column/soho-column.component.mjs +3 -3
- package/esm2022/lib/column/soho-column.module.mjs +4 -4
- package/esm2022/lib/context-menu/soho-context-menu.directive.mjs +18 -18
- package/esm2022/lib/context-menu/soho-context-menu.module.mjs +4 -4
- package/esm2022/lib/contextual-action-panel/soho-contextual-action-panel.module.mjs +4 -4
- package/esm2022/lib/contextual-action-panel/soho-contextual-action-panel.service.mjs +3 -3
- package/esm2022/lib/datagrid/soho-datagrid.component.mjs +121 -102
- package/esm2022/lib/datagrid/soho-datagrid.module.mjs +8 -7
- package/esm2022/lib/datepicker/soho-datepicker.component.mjs +3 -3
- package/esm2022/lib/datepicker/soho-datepicker.module.mjs +4 -4
- package/esm2022/lib/drag/soho-drag.directive.mjs +3 -3
- package/esm2022/lib/drag/soho-drag.module.mjs +4 -4
- package/esm2022/lib/dropdown/soho-dropdown.component.mjs +20 -7
- package/esm2022/lib/dropdown/soho-dropdown.module.mjs +4 -4
- package/esm2022/lib/editor/soho-editor.component.mjs +3 -3
- package/esm2022/lib/editor/soho-editor.module.mjs +4 -4
- package/esm2022/lib/emptymessage/soho-emptymessage.directive.mjs +3 -3
- package/esm2022/lib/emptymessage/soho-emptymessage.module.mjs +4 -4
- package/esm2022/lib/error/soho-error.directive.mjs +3 -3
- package/esm2022/lib/error/soho-error.module.mjs +4 -4
- package/esm2022/lib/expandablearea/soho-expandablearea.component.mjs +12 -12
- package/esm2022/lib/expandablearea/soho-expandablearea.module.mjs +4 -4
- package/esm2022/lib/field-filter/soho-field-filter.directive.mjs +4 -4
- package/esm2022/lib/field-filter/soho-field-filter.module.mjs +4 -4
- package/esm2022/lib/field-options/soho-field-options.directive.mjs +3 -3
- package/esm2022/lib/field-options/soho-field-options.module.mjs +4 -4
- package/esm2022/lib/fileupload/soho-fileupload.component.mjs +3 -3
- package/esm2022/lib/fileupload/soho-fileupload.module.mjs +4 -4
- package/esm2022/lib/fileupload-advanced/soho-fileupload-advanced.component.mjs +3 -3
- package/esm2022/lib/fileupload-advanced/soho-fileupload-advanced.module.mjs +4 -4
- package/esm2022/lib/form-compact/soho-form-compact.component.mjs +3 -3
- package/esm2022/lib/form-compact/soho-form-compact.module.mjs +4 -4
- package/esm2022/lib/header/soho-header.component.mjs +3 -3
- package/esm2022/lib/header/soho-header.module.mjs +4 -4
- package/esm2022/lib/hierarchy/soho-hierarchy.component.mjs +6 -6
- package/esm2022/lib/hierarchy/soho-hierarchy.module.mjs +4 -4
- package/esm2022/lib/homepage/soho-homepage-sizer.directive.mjs +3 -3
- package/esm2022/lib/homepage/soho-homepage.component.mjs +15 -4
- package/esm2022/lib/homepage/soho-homepage.module.mjs +4 -4
- package/esm2022/lib/homepage/soho-widget-content.component.mjs +3 -3
- package/esm2022/lib/homepage/soho-widget-header.component.mjs +3 -3
- package/esm2022/lib/homepage/soho-widget-title.component.mjs +3 -3
- package/esm2022/lib/homepage/soho-widget.component.mjs +3 -3
- package/esm2022/lib/hyperlink/soho-hyperlink.component.mjs +3 -3
- package/esm2022/lib/hyperlink/soho-hyperlink.module.mjs +4 -4
- package/esm2022/lib/icon/soho-icon.component.mjs +6 -6
- package/esm2022/lib/icon/soho-icon.module.mjs +4 -4
- package/esm2022/lib/icon/soho-icons-app.component.mjs +3 -3
- package/esm2022/lib/icon/soho-icons-empty-new.component.mjs +5 -5
- package/esm2022/lib/icon/soho-icons-empty-uplift.component.mjs +3 -3
- package/esm2022/lib/icon/soho-icons-empty.component.mjs +3 -3
- package/esm2022/lib/icon/soho-icons-extended.component.mjs +3 -3
- package/esm2022/lib/icon/soho-icons-new.component.mjs +5 -5
- package/esm2022/lib/icon/soho-icons-uplift.component.mjs +5 -5
- package/esm2022/lib/icon/soho-icons.component.mjs +5 -5
- package/esm2022/lib/iconn/ids-icon.component.mjs +32 -0
- package/esm2022/lib/iconn/ids-icon.module.mjs +24 -0
- package/esm2022/lib/iconn/path-data.mjs +765 -0
- package/esm2022/lib/input/soho-input.component.mjs +3 -3
- package/esm2022/lib/input/soho-input.module.mjs +4 -4
- package/esm2022/lib/input-validate/soho-input-validate.directive.mjs +3 -3
- package/esm2022/lib/input-validate/soho-input-validate.module.mjs +4 -4
- package/esm2022/lib/label/soho-label.directive.mjs +3 -3
- package/esm2022/lib/label/soho-label.module.mjs +4 -4
- package/esm2022/lib/line/soho-line.component.mjs +3 -3
- package/esm2022/lib/line/soho-line.module.mjs +4 -4
- package/esm2022/lib/listbuilder/soho-listbuilder.component.mjs +3 -3
- package/esm2022/lib/listbuilder/soho-listbuilder.module.mjs +4 -4
- package/esm2022/lib/listview/soho-listview.component.mjs +18 -18
- package/esm2022/lib/listview/soho-listview.module.mjs +4 -4
- package/esm2022/lib/locale/soho-formatdate.pipe.mjs +3 -3
- package/esm2022/lib/locale/soho-formatnumber.pipe.mjs +3 -3
- package/esm2022/lib/locale/soho-locale.module.mjs +4 -4
- package/esm2022/lib/locale/soho-translate.pipe.mjs +3 -3
- package/esm2022/lib/lookup/soho-lookup.component.mjs +17 -4
- package/esm2022/lib/lookup/soho-lookup.module.mjs +4 -4
- package/esm2022/lib/mask/soho-mask.directive.mjs +3 -3
- package/esm2022/lib/mask/soho-mask.module.mjs +4 -4
- package/esm2022/lib/masthead/soho-masthead.component.mjs +3 -3
- package/esm2022/lib/masthead/soho-masthead.module.mjs +4 -4
- package/esm2022/lib/menu-button/soho-menu-button.component.mjs +3 -3
- package/esm2022/lib/menu-button/soho-menu-button.module.mjs +4 -4
- package/esm2022/lib/message/soho-message.module.mjs +4 -4
- package/esm2022/lib/message/soho-message.service.mjs +3 -3
- package/esm2022/lib/modal-dialog/soho-modal-dialog.module.mjs +4 -4
- package/esm2022/lib/modal-dialog/soho-modal-dialog.ref.mjs +13 -1
- package/esm2022/lib/modal-dialog/soho-modal-dialog.service.mjs +3 -3
- package/esm2022/lib/module-nav/soho-module-nav.component.mjs +3 -3
- package/esm2022/lib/module-nav/soho-module-nav.module.mjs +4 -4
- package/esm2022/lib/module-nav-container/soho-module-nav-container.component.mjs +3 -3
- package/esm2022/lib/module-nav-container/soho-module-nav-container.module.mjs +4 -4
- package/esm2022/lib/module-nav-settings/soho-module-nav-settings.component.mjs +3 -3
- package/esm2022/lib/module-nav-settings/soho-module-nav-settings.module.mjs +4 -4
- package/esm2022/lib/module-nav-switcher/soho-module-nav-switcher.component.mjs +3 -3
- package/esm2022/lib/module-nav-switcher/soho-module-nav-switcher.module.mjs +4 -4
- package/esm2022/lib/monthview/soho-monthview.component.mjs +6 -6
- package/esm2022/lib/monthview/soho-monthview.module.mjs +4 -4
- package/esm2022/lib/notification/soho-notification.module.mjs +4 -4
- package/esm2022/lib/notification/soho-notification.service.mjs +3 -3
- package/esm2022/lib/notification-badge/soho-notification-badge.component.mjs +3 -3
- package/esm2022/lib/notification-badge/soho-notification-badge.module.mjs +4 -4
- package/esm2022/lib/pager/soho-pager.module.mjs +4 -4
- package/esm2022/lib/pager/soho-standalone-pager.component.mjs +3 -3
- package/esm2022/lib/personalize/soho-personalize.directive.mjs +3 -3
- package/esm2022/lib/personalize/soho-personalize.module.mjs +4 -4
- package/esm2022/lib/pie/soho-pie.component.mjs +3 -3
- package/esm2022/lib/pie/soho-pie.module.mjs +4 -4
- package/esm2022/lib/popdown/soho-popdown-contents.component.mjs +3 -3
- package/esm2022/lib/popdown/soho-popdown.directive.mjs +3 -3
- package/esm2022/lib/popdown/soho-popdown.module.mjs +4 -4
- package/esm2022/lib/popupmenu/soho-popupmenu.component.mjs +18 -18
- package/esm2022/lib/popupmenu/soho-popupmenu.module.mjs +4 -4
- package/esm2022/lib/progress/soho-progress.component.mjs +3 -3
- package/esm2022/lib/progress/soho-progress.module.mjs +4 -4
- package/esm2022/lib/radar/soho-radar.component.mjs +3 -3
- package/esm2022/lib/radar/soho-radar.module.mjs +4 -4
- package/esm2022/lib/radiobutton/soho-radiobutton.component.mjs +3 -3
- package/esm2022/lib/radiobutton/soho-radiobutton.module.mjs +4 -4
- package/esm2022/lib/rating/soho-rating.component.mjs +3 -3
- package/esm2022/lib/rating/soho-rating.module.mjs +4 -4
- package/esm2022/lib/renderLoop/soho-render-loop.module.mjs +4 -4
- package/esm2022/lib/renderLoop/soho-render-loop.service.mjs +3 -3
- package/esm2022/lib/searchfield/soho-searchfield.component.mjs +6 -6
- package/esm2022/lib/searchfield/soho-searchfield.module.mjs +4 -4
- package/esm2022/lib/slider/soho-slider.component.mjs +3 -3
- package/esm2022/lib/slider/soho-slider.module.mjs +4 -4
- package/esm2022/lib/soho-components.module.mjs +18 -11
- package/esm2022/lib/sparkline/soho-sparkline.component.mjs +3 -3
- package/esm2022/lib/sparkline/soho-sparkline.module.mjs +4 -4
- package/esm2022/lib/spinbox/soho-spinbox.component.mjs +6 -8
- package/esm2022/lib/spinbox/soho-spinbox.module.mjs +4 -4
- package/esm2022/lib/splitter/soho-splitter.component.mjs +3 -3
- package/esm2022/lib/splitter/soho-splitter.module.mjs +4 -4
- package/esm2022/lib/stepchart/soho-stepchart.component.mjs +3 -3
- package/esm2022/lib/stepchart/soho-stepchart.module.mjs +4 -4
- package/esm2022/lib/stepprocess/soho-stepprocess.component.mjs +30 -30
- package/esm2022/lib/stepprocess/soho-stepprocess.module.mjs +4 -4
- package/esm2022/lib/swaplist/soho-swaplist.component.mjs +6 -6
- package/esm2022/lib/swaplist/soho-swaplist.module.mjs +4 -4
- package/esm2022/lib/swipe-action/soho-swipe-action.component.mjs +3 -3
- package/esm2022/lib/swipe-action/soho-swipe-action.module.mjs +4 -4
- package/esm2022/lib/tabs/soho-tabs.component.mjs +27 -27
- package/esm2022/lib/tabs/soho-tabs.module.mjs +4 -4
- package/esm2022/lib/tag/soho-tag-list.component.mjs +51 -0
- package/esm2022/lib/tag/soho-tag.component.mjs +61 -243
- package/esm2022/lib/tag/soho-tag.module.mjs +13 -8
- package/esm2022/lib/textarea/soho-textarea.component.mjs +3 -3
- package/esm2022/lib/textarea/soho-textarea.module.mjs +4 -4
- package/esm2022/lib/timepicker/soho-timepicker.component.mjs +3 -3
- package/esm2022/lib/timepicker/soho-timepicker.module.mjs +4 -4
- package/esm2022/lib/toast/soho-toast.module.mjs +4 -4
- package/esm2022/lib/toast/soho-toast.service.mjs +3 -3
- package/esm2022/lib/toolbar/soho-toolbar.component.mjs +30 -30
- package/esm2022/lib/toolbar/soho-toolbar.module.mjs +4 -4
- package/esm2022/lib/toolbar-flex/soho-toolbar-flex.component.mjs +21 -21
- package/esm2022/lib/toolbar-flex/soho-toolbar-flex.module.mjs +4 -4
- package/esm2022/lib/tooltip/soho-tooltip.directive.mjs +3 -3
- package/esm2022/lib/tooltip/soho-tooltip.module.mjs +4 -4
- package/esm2022/lib/trackdirty/soho-trackdirty.directive.mjs +3 -3
- package/esm2022/lib/trackdirty/soho-trackdirty.module.mjs +4 -4
- package/esm2022/lib/tree/soho-tree.component.mjs +3 -3
- package/esm2022/lib/tree/soho-tree.module.mjs +4 -4
- package/esm2022/lib/treemap/soho-treemap.component.mjs +3 -3
- package/esm2022/lib/treemap/soho-treemap.module.mjs +4 -4
- package/esm2022/lib/version/version-initializer.module.mjs +4 -4
- package/esm2022/lib/version/version-initializer.service.mjs +5 -5
- package/esm2022/lib/week-view/soho-week-view.component.mjs +3 -3
- package/esm2022/lib/week-view/soho-week-view.module.mjs +4 -4
- package/esm2022/lib/wizard/soho-wizard-buttonbar.component.mjs +3 -3
- package/esm2022/lib/wizard/soho-wizard-header.component.mjs +3 -3
- package/esm2022/lib/wizard/soho-wizard-page.component.mjs +3 -3
- package/esm2022/lib/wizard/soho-wizard-pages.component.mjs +3 -3
- package/esm2022/lib/wizard/soho-wizard-tick.component.mjs +3 -3
- package/esm2022/lib/wizard/soho-wizard.component.mjs +3 -3
- package/esm2022/lib/wizard/soho-wizard.module.mjs +4 -4
- package/fesm2022/ids-enterprise-ng.mjs +2036 -1269
- package/fesm2022/ids-enterprise-ng.mjs.map +1 -1
- package/lib/card/soho-card.component.d.ts +5 -1
- package/lib/datagrid/soho-datagrid.component.d.ts +3 -1
- package/lib/dropdown/soho-dropdown.component.d.ts +3 -1
- package/lib/field-filter/soho-field-filter.directive.d.ts +1 -1
- package/lib/homepage/soho-homepage.component.d.ts +3 -1
- package/lib/iconn/ids-icon.component.d.ts +15 -0
- package/lib/iconn/ids-icon.module.d.ts +8 -0
- package/lib/iconn/path-data.d.ts +1 -0
- package/lib/lookup/soho-lookup.component.d.ts +4 -1
- package/lib/modal-dialog/soho-modal-dialog.ref.d.ts +6 -0
- package/lib/monthview/soho-monthview.component.d.ts +1 -1
- package/lib/soho-components.module.d.ts +3 -2
- package/lib/spinbox/soho-spinbox.component.d.ts +1 -1
- package/lib/tag/soho-tag-list.component.d.ts +12 -0
- package/lib/tag/soho-tag.component.d.ts +17 -103
- package/lib/tag/soho-tag.module.d.ts +4 -2
- package/package.json +9 -7
|
@@ -3,13 +3,13 @@ import { CommonModule } from '@angular/common';
|
|
|
3
3
|
import { SohoAboutService } from './soho-about.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class SohoAboutModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
6
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAboutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: SohoAboutModule, imports: [CommonModule] }); }
|
|
8
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAboutModule, providers: [
|
|
9
9
|
SohoAboutService
|
|
10
10
|
], imports: [CommonModule] }); }
|
|
11
11
|
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAboutModule, decorators: [{
|
|
13
13
|
type: NgModule,
|
|
14
14
|
args: [{
|
|
15
15
|
imports: [
|
|
@@ -25,10 +25,10 @@ export class SohoAboutService {
|
|
|
25
25
|
about(options) {
|
|
26
26
|
return new SohoAboutRef(this.ngZone).options(options);
|
|
27
27
|
}
|
|
28
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
29
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
28
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAboutService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
29
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAboutService }); }
|
|
30
30
|
}
|
|
31
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAboutService, decorators: [{
|
|
32
32
|
type: Injectable
|
|
33
33
|
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
34
34
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic29oby1hYm91dC5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWVudGVycHJpc2Utbmcvc3JjL2xpYi9hYm91dC9zb2hvLWFib3V0LnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUNuRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sa0JBQWtCLENBQUM7O0FBRWhEOztHQUVHO0FBRUgsTUFBTSxPQUFPLGdCQUFnQjtJQUMzQjs7T0FFRztJQUNILFlBQTZCLE1BQWM7UUFBZCxXQUFNLEdBQU4sTUFBTSxDQUFRO0lBQzNDLENBQUM7SUFFRDs7Ozs7Ozs7OztPQVVHO0lBQ0gsS0FBSyxDQUFDLE9BQTBCO1FBQzlCLE9BQU8sSUFBSSxZQUFZLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDLE9BQU8sQ0FBQyxPQUFPLENBQUMsQ0FBQztJQUN4RCxDQUFDOzhHQXBCVSxnQkFBZ0I7a0hBQWhCLGdCQUFnQjs7MkZBQWhCLGdCQUFnQjtrQkFENUIsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUsIE5nWm9uZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgU29ob0Fib3V0UmVmIH0gZnJvbSAnLi9zb2hvLWFib3V0LnJlZic7XG5cbi8qKlxuICogVGhpcyBzZXJ2aWNlIGlzIHVzZWQgdG8gY3JlYXRlIGFib3V0IGRpYWxvZ3MuXG4gKi9cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBTb2hvQWJvdXRTZXJ2aWNlIHtcbiAgLyoqXG4gICAqIENvbnN0cnVjdG9yLlxuICAgKi9cbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZWFkb25seSBuZ1pvbmU6IE5nWm9uZSkge1xuICB9XG5cbiAgLyoqXG4gICAqIENyZWF0ZXMgYSBhYm91dCBkZWZpbmVkIGJ5IHRoZSBnaXZlbiBpbmZvLCByZXR1cm5pbmcgYSByZWZlcmVuY2UgdG8gdGhlXG4gICAqIGFzc29jaWF0ZWQgYWJvdXQgZGlhbG9nIHRoYXQgY2FuIGJlIGludGVyYWN0ZWQgd2l0aC5cbiAgICpcbiAgICogVGhlIGFib3V0IGRpYWxvZyB3b24ndCBiZSBvcGVuIHVudGlsIG9wZW4gaXMgY2FsbGVkIG9uIHRoZSByZXR1cm5lZCBpbnN0YW5jZSxcbiAgICogc2VlIHRoZSBhYm91dCByZWYgYXBpIGZvciBmdXJ0aGVyIG1ldGhvZHMuXG4gICAqXG4gICAqIEBwYXJlbnQgb3B0aW9ucyAtIGEgY29tcGV0ZSBzZXQgb2Ygb3B0aW9uczsgY2FuIGJlIG51bGwuXG4gICAqXG4gICAqIEByZXR1cm4gdGhlIGFib3V0IHJlZmVyZW5jZS5cbiAgICovXG4gIGFib3V0KG9wdGlvbnM/OiBTb2hvQWJvdXRPcHRpb25zKTogU29ob0Fib3V0UmVmIHtcbiAgICByZXR1cm4gbmV3IFNvaG9BYm91dFJlZih0aGlzLm5nWm9uZSkub3B0aW9ucyhvcHRpb25zKTtcbiAgfVxufVxuIl19
|
|
@@ -20,10 +20,10 @@ export class SohoAccordionHeaderComponent {
|
|
|
20
20
|
ngAfterViewInit() {
|
|
21
21
|
this.jQueryElement = jQuery(this.elementRef.nativeElement);
|
|
22
22
|
}
|
|
23
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
24
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
23
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAccordionHeaderComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
24
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: SohoAccordionHeaderComponent, selector: "soho-accordion-header", inputs: { isExpanded: "isExpanded", moduleNavItem: "moduleNavItem" }, host: { properties: { "class.is-disabled": "this.isDisabled", "style.display": "this.isBlockDisplay", "class.accordion-header": "this.isAccordionHeader", "class.is-expanded": "this.isExpanded", "class.module-nav-item": "this.moduleNavItem" } }, ngImport: i0, template: "<a href=\"#\" aria-haspopup=\"true\" role=\"button\" [attr.aria-expanded]=\"isExpanded\">\n <span>\n <ng-content></ng-content>\n </span>\n</a>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
25
25
|
}
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAccordionHeaderComponent, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{ selector: 'soho-accordion-header', changeDetection: ChangeDetectionStrategy.OnPush, template: "<a href=\"#\" aria-haspopup=\"true\" role=\"button\" [attr.aria-expanded]=\"isExpanded\">\n <span>\n <ng-content></ng-content>\n </span>\n</a>\n" }]
|
|
29
29
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { isDisabled: [{
|
|
@@ -4,10 +4,10 @@ export class SohoAccordionPaneComponent {
|
|
|
4
4
|
get isAccordionPane() {
|
|
5
5
|
return true;
|
|
6
6
|
}
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAccordionPaneComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: SohoAccordionPaneComponent, selector: "soho-accordion-pane", host: { properties: { "class.accordion-pane": "this.isAccordionPane" } }, ngImport: i0, template: "<ng-content></ng-content>\n" }); }
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAccordionPaneComponent, decorators: [{
|
|
11
11
|
type: Component,
|
|
12
12
|
args: [{ selector: 'soho-accordion-pane', template: "<ng-content></ng-content>\n" }]
|
|
13
13
|
}], propDecorators: { isAccordionPane: [{
|
|
@@ -413,10 +413,10 @@ export class SohoAccordionComponent {
|
|
|
413
413
|
markForUpdate() {
|
|
414
414
|
this.updateRequired = true;
|
|
415
415
|
}
|
|
416
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
417
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
416
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAccordionComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
417
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: SohoAccordionComponent, selector: "soho-accordion, [soho-accordion]", inputs: { allowOnePane: "allowOnePane", displayChevron: "displayChevron", expanderDisplay: "expanderDisplay", rerouteOnLinkClick: "rerouteOnLinkClick", notificationBadge: "notificationBadge", source: "source", hasPanels: "hasPanels", inverse: "inverse", alternate: "alternate", enableTooltips: "enableTooltips", hasSubheaderSeparators: "hasSubheaderSeparators", moduleNav: "moduleNav" }, outputs: { beforeexpandEvent: "beforeexpand", beforecollapseEvent: "beforecollapse", beforeselectEvent: "beforeselect", selectedEvent: "selected", followlinkEvent: "followlink", expandEvent: "expand", afterexpandEvent: "afterexpand", collapseEvent: "collapse", aftercollapseEvent: "aftercollapse" }, queries: [{ propertyName: "headers", predicate: i0.forwardRef(() => SohoAccordionHeaderComponent) }, { propertyName: "panes", predicate: i0.forwardRef(() => SohoAccordionPaneComponent) }], ngImport: i0, template: "<div [ngClass]=\"{\n 'accordion': true,\n 'panel': hasPanels,\n 'alternate': alternate,\n 'inverse': inverse,\n 'has-subheader-separators': hasSubheaderSeparators,\n 'module-nav-accordion': moduleNav }\">\n <ng-content></ng-content>\n</div>\n", styles: [".module-nav-bar :host{display:contents}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
418
418
|
}
|
|
419
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAccordionComponent, decorators: [{
|
|
420
420
|
type: Component,
|
|
421
421
|
args: [{ selector: 'soho-accordion, [soho-accordion]', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div [ngClass]=\"{\n 'accordion': true,\n 'panel': hasPanels,\n 'alternate': alternate,\n 'inverse': inverse,\n 'has-subheader-separators': hasSubheaderSeparators,\n 'module-nav-accordion': moduleNav }\">\n <ng-content></ng-content>\n</div>\n", styles: [".module-nav-bar :host{display:contents}\n"] }]
|
|
422
422
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { headers: [{
|
|
@@ -5,15 +5,15 @@ import { SohoAccordionHeaderComponent } from './soho-accordion-header.component'
|
|
|
5
5
|
import { SohoAccordionPaneComponent } from './soho-accordion-pane.component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export class SohoAccordionModule {
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: SohoAccordionModule, declarations: [SohoAccordionComponent,
|
|
10
10
|
SohoAccordionHeaderComponent,
|
|
11
11
|
SohoAccordionPaneComponent], imports: [CommonModule], exports: [SohoAccordionComponent,
|
|
12
12
|
SohoAccordionHeaderComponent,
|
|
13
13
|
SohoAccordionPaneComponent] }); }
|
|
14
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
14
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAccordionModule, imports: [CommonModule] }); }
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAccordionModule, decorators: [{
|
|
17
17
|
type: NgModule,
|
|
18
18
|
args: [{
|
|
19
19
|
imports: [
|
|
@@ -214,10 +214,10 @@ export class SohoActionsheetComponent {
|
|
|
214
214
|
this.actionsheet?.destroy();
|
|
215
215
|
});
|
|
216
216
|
}
|
|
217
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
218
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
217
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoActionsheetComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
218
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: SohoActionsheetComponent, selector: "div[soho-actionsheet]", inputs: { actions: "actions", showCancelButton: "showCancelButton", autoFocus: "autoFocus", breakpoint: "breakpoint", displayAsActionSheet: "displayAsActionSheet", overlayOpacity: "overlayOpacity", onSelect: "onSelect", onCancel: "onCancel", tray: "tray", trayOpts: "trayOpts", attributes: "attributes" }, host: { properties: { "style.display": "this.display" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
219
219
|
}
|
|
220
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
220
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoActionsheetComponent, decorators: [{
|
|
221
221
|
type: Component,
|
|
222
222
|
args: [{
|
|
223
223
|
selector: 'div[soho-actionsheet]',
|
|
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
|
|
|
3
3
|
import { SohoActionsheetComponent } from './soho-actionsheet.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class SohoActionsheetModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
6
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoActionsheetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: SohoActionsheetModule, declarations: [SohoActionsheetComponent], imports: [CommonModule], exports: [SohoActionsheetComponent] }); }
|
|
8
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoActionsheetModule, imports: [CommonModule] }); }
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoActionsheetModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
imports: [CommonModule],
|
|
@@ -143,10 +143,10 @@ export class SohoAlertDirective {
|
|
|
143
143
|
this.jQueryElement.scrollIntoView(alignToTop, this._options);
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
147
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
146
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAlertDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
147
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.8", type: SohoAlertDirective, selector: "[soho-alert]", inputs: { message: "message", id: "id", type: "type", isAlert: "isAlert", triggerEvents: "triggerEvents", icon: "icon" }, exportAs: ["soho-alert"], ngImport: i0 }); }
|
|
148
148
|
}
|
|
149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAlertDirective, decorators: [{
|
|
150
150
|
type: Directive,
|
|
151
151
|
args: [{
|
|
152
152
|
selector: '[soho-alert]',
|
|
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
|
|
|
3
3
|
import { SohoAlertDirective } from './soho-alert.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class SohoAlertModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
6
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAlertModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: SohoAlertModule, declarations: [SohoAlertDirective], imports: [CommonModule], exports: [SohoAlertDirective] }); }
|
|
8
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAlertModule, imports: [CommonModule] }); }
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAlertModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
imports: [
|
|
@@ -268,10 +268,10 @@ export class SohoApplicationMenuComponent {
|
|
|
268
268
|
}
|
|
269
269
|
});
|
|
270
270
|
}
|
|
271
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
272
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
271
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoApplicationMenuComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
272
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: SohoApplicationMenuComponent, selector: "nav[soho-application-menu]", inputs: { breakpoint: "breakpoint", openOnLarge: "openOnLarge", dismissOnClickMobile: "dismissOnClickMobile", triggers: "triggers", filterable: "filterable", resizable: "resizable", savePosition: "savePosition", onExpandSwitcher: "onExpandSwitcher", onCollapseSwitcher: "onCollapseSwitcher", isPersonalizable: "isPersonalizable" }, outputs: { visibility: "visibility", accordionExpand: "accordionExpand", accordionCollapse: "accordionCollapse", menuVisibility: "menuVisibility", filtered: "filtered" }, host: { properties: { "class.application-menu": "this.appMenu", "class.is-personalizable": "this.isPersonalizable", "id": "this.menuId" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
273
273
|
}
|
|
274
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
274
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoApplicationMenuComponent, decorators: [{
|
|
275
275
|
type: Component,
|
|
276
276
|
args: [{ selector: 'nav[soho-application-menu]', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
|
|
277
277
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { breakpoint: [{
|
|
@@ -6,11 +6,11 @@ import { CommonModule } from '@angular/common';
|
|
|
6
6
|
import { SohoApplicationMenuComponent } from './soho-application-menu.component';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export class SohoApplicationMenuModule {
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
11
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
9
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoApplicationMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: SohoApplicationMenuModule, declarations: [SohoApplicationMenuComponent], imports: [CommonModule], exports: [SohoApplicationMenuComponent] }); }
|
|
11
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoApplicationMenuModule, imports: [CommonModule] }); }
|
|
12
12
|
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoApplicationMenuModule, decorators: [{
|
|
14
14
|
type: NgModule,
|
|
15
15
|
args: [{
|
|
16
16
|
imports: [
|
|
@@ -30,10 +30,10 @@ export class SohoArrangeDirective {
|
|
|
30
30
|
this.arrange?.updated(settings);
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
34
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
33
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoArrangeDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
34
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.8", type: SohoArrangeDirective, selector: "[soho-arrange]", inputs: { arrangeOptions: "arrangeOptions" }, outputs: { beforeArrange: "beforeArrange", arrangeUpdate: "arrangeUpdate", dragEnd: "dragEnd" }, ngImport: i0 }); }
|
|
35
35
|
}
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoArrangeDirective, decorators: [{
|
|
37
37
|
type: Directive,
|
|
38
38
|
args: [{
|
|
39
39
|
selector: '[soho-arrange]',
|
|
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
|
|
|
3
3
|
import { SohoArrangeDirective, } from './soho-arrange.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class SohoArrangeModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
6
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoArrangeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: SohoArrangeModule, declarations: [SohoArrangeDirective], imports: [CommonModule], exports: [SohoArrangeDirective] }); }
|
|
8
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoArrangeModule, imports: [CommonModule] }); }
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoArrangeModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
imports: [CommonModule],
|
|
@@ -173,10 +173,10 @@ export class SohoAutoCompleteComponent extends BaseControlValueAccessor {
|
|
|
173
173
|
setDisabledState(isDisabled) {
|
|
174
174
|
this.disabled = isDisabled;
|
|
175
175
|
}
|
|
176
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
177
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
176
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAutoCompleteComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
177
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: SohoAutoCompleteComponent, selector: "input[soho-autocomplete]", inputs: { source: "source", sourceArguments: "sourceArguments", template: "template", caseSensitive: "caseSensitive", filterMode: "filterMode", delay: "delay", width: "width", offset: "offset", autoSelectFirstItem: "autoSelectFirstItem", attributes: "attributes", disabled: "disabled", readonly: "readonly" }, outputs: { change: "change", selected: "selected", beforeopen: "beforeopen" }, host: { listeners: { "keyup": "onKeyUp($event)" }, properties: { "class.autocomplete": "this.isAutoComplete" } }, providers: [provideControlValueAccessor(SohoAutoCompleteComponent)], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
178
178
|
}
|
|
179
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAutoCompleteComponent, decorators: [{
|
|
180
180
|
type: Component,
|
|
181
181
|
args: [{
|
|
182
182
|
selector: 'input[soho-autocomplete]',
|
|
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
|
|
|
3
3
|
import { SohoAutoCompleteComponent } from './soho-autocomplete.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class SohoAutoCompleteModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
6
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAutoCompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: SohoAutoCompleteModule, declarations: [SohoAutoCompleteComponent], imports: [CommonModule], exports: [SohoAutoCompleteComponent] }); }
|
|
8
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAutoCompleteModule, imports: [CommonModule] }); }
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoAutoCompleteModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
imports: [
|
|
@@ -230,10 +230,10 @@ export class SohoBarComponent {
|
|
|
230
230
|
getSelected() {
|
|
231
231
|
return this.ngZone.runOutsideAngular(() => this.bar.getSelected());
|
|
232
232
|
}
|
|
233
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
234
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
233
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBarComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
234
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: SohoBarComponent, selector: "[soho-bar]", inputs: { dataset: "dataset", type: "type", isStacked: "isStacked", isNormalized: "isNormalized", isGrouped: "isGrouped", showLegend: "showLegend", animate: "animate", redrawOnResize: "redrawOnResize", formatterString: "formatterString", format: "format", tooltip: "tooltip", useLogScale: "useLogScale", ticks: "ticks", showLines: "showLines", labelFactor: "labelFactor", wrapWidth: "wrapWidth", fitHeight: "fitHeight", emptyMessage: "emptyMessage", attributes: "attributes" }, outputs: { selected: "selected", unselected: "unselected", rendered: "rendered", dblclick: "dblclick", contextmenu: "contextmenu" }, host: { properties: { "class.chart-container.bar-chart": "this.isBar" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
235
235
|
}
|
|
236
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBarComponent, decorators: [{
|
|
237
237
|
type: Component,
|
|
238
238
|
args: [{
|
|
239
239
|
selector: '[soho-bar]',
|
|
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
|
|
|
3
3
|
import { SohoBarComponent } from './soho-bar.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class SohoBarModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
6
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: SohoBarModule, declarations: [SohoBarComponent], imports: [CommonModule], exports: [SohoBarComponent] }); }
|
|
8
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBarModule, imports: [CommonModule] }); }
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBarModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
imports: [
|
|
@@ -177,10 +177,10 @@ export class SohoBlockGridComponent {
|
|
|
177
177
|
onPageSizeChange(args) {
|
|
178
178
|
this.ngZone.run(() => this.pagesizechange.emit(args));
|
|
179
179
|
}
|
|
180
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
181
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
180
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBlockGridComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
181
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: SohoBlockGridComponent, selector: "[soho-blockgrid]", inputs: { dataset: "dataset", selectable: "selectable", paging: "paging", pagesize: "pagesize", pagesizes: "pagesizes", attributes: "attributes" }, outputs: { selected: "selected", deselected: "deselected", activated: "activated", deactivated: "deactivated", page: "page", pagesizechange: "pagesizechange" }, host: { properties: { "class.blockgrid": "this.isBlockGrid" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
182
182
|
}
|
|
183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBlockGridComponent, decorators: [{
|
|
184
184
|
type: Component,
|
|
185
185
|
args: [{
|
|
186
186
|
selector: '[soho-blockgrid]',
|
|
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
|
|
|
3
3
|
import { SohoBlockGridComponent } from './soho-blockgrid.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class SohoBlockGridModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
6
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBlockGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: SohoBlockGridModule, declarations: [SohoBlockGridComponent], imports: [CommonModule], exports: [SohoBlockGridComponent] }); }
|
|
8
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBlockGridModule, imports: [CommonModule] }); }
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBlockGridModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
imports: [
|
|
@@ -189,10 +189,10 @@ export class SohoBreadcrumbComponent {
|
|
|
189
189
|
this.breadcrumbAPI?.destroy();
|
|
190
190
|
});
|
|
191
191
|
}
|
|
192
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
193
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
192
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBreadcrumbComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
193
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: SohoBreadcrumbComponent, selector: "[soho-breadcrumb]", inputs: { breadcrumbs: "breadcrumbs", alternate: "alternate", truncate: "truncate", attributes: "attributes" }, host: { properties: { "class.breadcrumb": "this.isBreadcrumb" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
194
194
|
}
|
|
195
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
195
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBreadcrumbComponent, decorators: [{
|
|
196
196
|
type: Component,
|
|
197
197
|
args: [{ selector: '[soho-breadcrumb]', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
|
|
198
198
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { isBreadcrumb: [{
|
|
@@ -211,10 +211,10 @@ export class SohoBreadcrumbListComponent {
|
|
|
211
211
|
constructor() {
|
|
212
212
|
this.isBreadcrumbList = true;
|
|
213
213
|
}
|
|
214
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
215
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
214
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBreadcrumbListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
215
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: SohoBreadcrumbListComponent, selector: "[soho-breadcrumb-list]", host: { properties: { "class.breadcrumb-list": "this.isBreadcrumbList" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
216
216
|
}
|
|
217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBreadcrumbListComponent, decorators: [{
|
|
218
218
|
type: Component,
|
|
219
219
|
args: [{
|
|
220
220
|
selector: '[soho-breadcrumb-list]',
|
|
@@ -3,13 +3,13 @@ import { CommonModule } from '@angular/common';
|
|
|
3
3
|
import { SohoBreadcrumbComponent, SohoBreadcrumbListComponent } from './soho-breadcrumb.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class SohoBreadcrumbModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
6
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBreadcrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: SohoBreadcrumbModule, declarations: [SohoBreadcrumbComponent,
|
|
8
8
|
SohoBreadcrumbListComponent], imports: [CommonModule], exports: [SohoBreadcrumbComponent,
|
|
9
9
|
SohoBreadcrumbListComponent] }); }
|
|
10
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBreadcrumbModule, imports: [CommonModule] }); }
|
|
11
11
|
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBreadcrumbModule, decorators: [{
|
|
13
13
|
type: NgModule,
|
|
14
14
|
args: [{
|
|
15
15
|
imports: [
|
|
@@ -85,10 +85,10 @@ export class SohoBulletComponent {
|
|
|
85
85
|
}
|
|
86
86
|
});
|
|
87
87
|
}
|
|
88
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
89
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
88
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBulletComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
89
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: SohoBulletComponent, selector: "[soho-bullet]", inputs: { dataset: "dataset", animate: "animate", redrawOnResize: "redrawOnResize" }, outputs: { selected: "selected", rendered: "rendered", dblclick: "dblclick", contextmenu: "contextmenu" }, host: { properties: { "class.chart-container": "this.isBullet" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
90
90
|
}
|
|
91
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
91
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBulletComponent, decorators: [{
|
|
92
92
|
type: Component,
|
|
93
93
|
args: [{
|
|
94
94
|
selector: '[soho-bullet]',
|
|
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
|
|
|
3
3
|
import { SohoBulletComponent } from './soho-bullet.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class SohoBulletModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
6
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBulletModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: SohoBulletModule, declarations: [SohoBulletComponent], imports: [CommonModule], exports: [SohoBulletComponent] }); }
|
|
8
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBulletModule, imports: [CommonModule] }); }
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBulletModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
imports: [
|
|
@@ -221,10 +221,10 @@ export class SohoBusyIndicatorDirective {
|
|
|
221
221
|
event
|
|
222
222
|
}));
|
|
223
223
|
}
|
|
224
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
225
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
224
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBusyIndicatorDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
225
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.8", type: SohoBusyIndicatorDirective, selector: "[soho-busyindicator]", inputs: { blockUI: "blockUI", displayDelay: "displayDelay", timeToComplete: "timeToComplete", text: "text", activated: "activated", transparentOverlay: "transparentOverlay", overlayOnly: "overlayOnly", attributes: "attributes" }, outputs: { afterstart: "afterstart", complete: "complete" }, ngImport: i0 }); }
|
|
226
226
|
}
|
|
227
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBusyIndicatorDirective, decorators: [{
|
|
228
228
|
type: Directive,
|
|
229
229
|
args: [{
|
|
230
230
|
selector: '[soho-busyindicator]'
|
|
@@ -6,11 +6,11 @@ import { CommonModule } from '@angular/common';
|
|
|
6
6
|
import { SohoBusyIndicatorDirective } from './soho-busyindicator.directive';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export class SohoBusyIndicatorModule {
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
11
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
9
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBusyIndicatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: SohoBusyIndicatorModule, declarations: [SohoBusyIndicatorDirective], imports: [CommonModule], exports: [SohoBusyIndicatorDirective] }); }
|
|
11
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBusyIndicatorModule, imports: [CommonModule] }); }
|
|
12
12
|
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoBusyIndicatorModule, decorators: [{
|
|
14
14
|
type: NgModule,
|
|
15
15
|
args: [{
|
|
16
16
|
imports: [
|
|
@@ -414,10 +414,10 @@ export class SohoButtonComponent {
|
|
|
414
414
|
}
|
|
415
415
|
});
|
|
416
416
|
}
|
|
417
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
418
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
417
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
418
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: SohoButtonComponent, selector: "button[soho-button]", inputs: { sohoButton: ["soho-button", "sohoButton"], buttonOptions: "buttonOptions", toggleOnIcon: "toggleOnIcon", toggleOffIcon: "toggleOffIcon", replaceText: "replaceText", hideMenuArrow: "hideMenuArrow", hitbox: "hitbox", notificationBadge: "notificationBadge", notificationBadgeOptions: "notificationBadgeOptions", extraIconClass: "extraIconClass", isToggle: "isToggle", isTogglePressed: "isTogglePressed", icon: "icon", iconAlign: "iconAlign", isSubmit: "isSubmit", ripple: "ripple", state: "state", toggle: "toggle", expandableExpander: "expandableExpander", moveToLeft: "moveToLeft", moveToRight: "moveToRight", moveToSelected: "moveToSelected" }, host: { listeners: { "click": "toggleState()" }, properties: { "class.btn": "this.btn", "class.btn-primary": "this.btnPrimary", "class.btn-secondary": "this.btnSecondary", "class.btn-tertiary": "this.btnTertiary", "class.btn-icon": "this.btnIcon", "class.btn-toggle": "this.btnToggle", "class.btn-modal": "this.btnModal", "class.btn-modal-primary": "this.btnModalPrimary", "class.destructive": "this.btnDestructive", "class.btn-generative": "this.btnGenerative", "class.is-pressed": "this.btnTogglePressed", "class.icon-favorite": "this.iconFavorite", "class.btn-moveto-left": "this.moveToLeft", "class.btn-moveto-right": "this.moveToRight", "class.btn-moveto-selected": "this.moveToSelected", "class.no-ripple": "this.noRipple", "attr.type": "this.type", "class.expandable-expander": "this.isExpandableExpander", "attr.aria-pressed": "this.ariaPressed" } }, ngImport: i0, template: "<svg soho-icon *ngIf=\"hasIcon\" [icon]=\"currentIcon\" [extraIconClass]=\"extraIconClass\"></svg>\n<span><ng-content></ng-content></span>\n<svg soho-icon *ngIf=\"hasIconEnd\" [icon]=\"currentIcon\" [extraIconClass]=\"extraIconClass\"></svg>\n<ng-content select=\"div.disabled-tooltip\"></ng-content>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.SohoIconComponent, selector: "svg[soho-icon]", inputs: ["isEmptyState", "extraIconClass", "alert", "icon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
419
419
|
}
|
|
420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
420
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoButtonComponent, decorators: [{
|
|
421
421
|
type: Component,
|
|
422
422
|
args: [{ selector: 'button[soho-button]', changeDetection: ChangeDetectionStrategy.OnPush, template: "<svg soho-icon *ngIf=\"hasIcon\" [icon]=\"currentIcon\" [extraIconClass]=\"extraIconClass\"></svg>\n<span><ng-content></ng-content></span>\n<svg soho-icon *ngIf=\"hasIconEnd\" [icon]=\"currentIcon\" [extraIconClass]=\"extraIconClass\"></svg>\n<ng-content select=\"div.disabled-tooltip\"></ng-content>\n" }]
|
|
423
423
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sohoButton: [{
|
|
@@ -4,13 +4,13 @@ import { SohoButtonComponent } from './soho-button.component';
|
|
|
4
4
|
import { SohoIconModule } from '../icon/soho-icon.module';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export class SohoButtonModule {
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
8
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: SohoButtonModule, declarations: [SohoButtonComponent], imports: [CommonModule,
|
|
9
9
|
SohoIconModule], exports: [SohoButtonComponent] }); }
|
|
10
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoButtonModule, imports: [CommonModule,
|
|
11
11
|
SohoIconModule] }); }
|
|
12
12
|
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoButtonModule, decorators: [{
|
|
14
14
|
type: NgModule,
|
|
15
15
|
args: [{
|
|
16
16
|
imports: [
|
|
@@ -252,10 +252,10 @@ export class SohoButtonsetComponent {
|
|
|
252
252
|
// updating.
|
|
253
253
|
this.ref.markForCheck();
|
|
254
254
|
}
|
|
255
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
256
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
255
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoButtonsetComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
256
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: SohoButtonsetComponent, selector: "div[soho-buttonset]", inputs: { buttons: "buttons", detectHTMLButtons: "detectHTMLButtons", style: "style", disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
257
257
|
}
|
|
258
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
258
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: SohoButtonsetComponent, decorators: [{
|
|
259
259
|
type: Component,
|
|
260
260
|
args: [{
|
|
261
261
|
selector: 'div[soho-buttonset]',
|