@trimble-oss/moduswebcomponents-angular 1.8.0-ng21 → 1.9.0-ng18
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/README.md +49 -40
- package/esm2022/lib/modus-wc-angular.module.mjs +42 -0
- package/esm2022/lib/stencil-generated/angular-component-lib/utils.mjs +59 -0
- package/esm2022/lib/stencil-generated/components.mjs +1904 -0
- package/esm2022/lib/stencil-generated/index.mjs +60 -0
- package/esm2022/public-api.mjs +7 -0
- package/esm2022/trimble-oss-moduswebcomponents-angular.mjs +5 -0
- package/fesm2022/trimble-oss-moduswebcomponents-angular.mjs +358 -285
- package/fesm2022/trimble-oss-moduswebcomponents-angular.mjs.map +1 -1
- package/index.d.ts +5 -0
- package/lib/modus-wc-angular.module.d.ts +7 -0
- package/lib/stencil-generated/angular-component-lib/utils.d.ts +9 -0
- package/{types/trimble-oss-moduswebcomponents-angular.d.ts → lib/stencil-generated/components.d.ts} +441 -360
- package/lib/stencil-generated/index.d.ts +2 -0
- package/package.json +9 -8
- package/public-api.d.ts +4 -0
|
@@ -1,71 +1,9 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { EventEmitter, Component, ChangeDetectionStrategy, Output, APP_INITIALIZER, NgModule } from '@angular/core';
|
|
3
|
+
import { defineCustomElements } from '@trimble-oss/moduswebcomponents/loader';
|
|
3
4
|
import { setAssetPath } from '@trimble-oss/moduswebcomponents/components';
|
|
4
5
|
import { __decorate } from 'tslib';
|
|
5
6
|
import { fromEvent } from 'rxjs';
|
|
6
|
-
import { defineCustomElement as defineCustomElement$1 } from '@trimble-oss/moduswebcomponents/components/modus-wc-accordion.js';
|
|
7
|
-
import { defineCustomElement as defineCustomElement$2 } from '@trimble-oss/moduswebcomponents/components/modus-wc-alert.js';
|
|
8
|
-
import { defineCustomElement as defineCustomElement$3 } from '@trimble-oss/moduswebcomponents/components/modus-wc-app-menu.js';
|
|
9
|
-
import { defineCustomElement as defineCustomElement$4 } from '@trimble-oss/moduswebcomponents/components/modus-wc-autocomplete.js';
|
|
10
|
-
import { defineCustomElement as defineCustomElement$5 } from '@trimble-oss/moduswebcomponents/components/modus-wc-avatar.js';
|
|
11
|
-
import { defineCustomElement as defineCustomElement$6 } from '@trimble-oss/moduswebcomponents/components/modus-wc-badge.js';
|
|
12
|
-
import { defineCustomElement as defineCustomElement$7 } from '@trimble-oss/moduswebcomponents/components/modus-wc-breadcrumbs.js';
|
|
13
|
-
import { defineCustomElement as defineCustomElement$8 } from '@trimble-oss/moduswebcomponents/components/modus-wc-button.js';
|
|
14
|
-
import { defineCustomElement as defineCustomElement$9 } from '@trimble-oss/moduswebcomponents/components/modus-wc-button-group.js';
|
|
15
|
-
import { defineCustomElement as defineCustomElement$a } from '@trimble-oss/moduswebcomponents/components/modus-wc-card.js';
|
|
16
|
-
import { defineCustomElement as defineCustomElement$b } from '@trimble-oss/moduswebcomponents/components/modus-wc-checkbox.js';
|
|
17
|
-
import { defineCustomElement as defineCustomElement$c } from '@trimble-oss/moduswebcomponents/components/modus-wc-chip.js';
|
|
18
|
-
import { defineCustomElement as defineCustomElement$d } from '@trimble-oss/moduswebcomponents/components/modus-wc-collapse.js';
|
|
19
|
-
import { defineCustomElement as defineCustomElement$e } from '@trimble-oss/moduswebcomponents/components/modus-wc-date.js';
|
|
20
|
-
import { defineCustomElement as defineCustomElement$f } from '@trimble-oss/moduswebcomponents/components/modus-wc-divider.js';
|
|
21
|
-
import { defineCustomElement as defineCustomElement$g } from '@trimble-oss/moduswebcomponents/components/modus-wc-dropdown-menu.js';
|
|
22
|
-
import { defineCustomElement as defineCustomElement$h } from '@trimble-oss/moduswebcomponents/components/modus-wc-file-dropzone.js';
|
|
23
|
-
import { defineCustomElement as defineCustomElement$i } from '@trimble-oss/moduswebcomponents/components/modus-wc-handle.js';
|
|
24
|
-
import { defineCustomElement as defineCustomElement$j } from '@trimble-oss/moduswebcomponents/components/modus-wc-icon.js';
|
|
25
|
-
import { defineCustomElement as defineCustomElement$k } from '@trimble-oss/moduswebcomponents/components/modus-wc-input-feedback.js';
|
|
26
|
-
import { defineCustomElement as defineCustomElement$l } from '@trimble-oss/moduswebcomponents/components/modus-wc-input-label.js';
|
|
27
|
-
import { defineCustomElement as defineCustomElement$m } from '@trimble-oss/moduswebcomponents/components/modus-wc-link.js';
|
|
28
|
-
import { defineCustomElement as defineCustomElement$n } from '@trimble-oss/moduswebcomponents/components/modus-wc-loader.js';
|
|
29
|
-
import { defineCustomElement as defineCustomElement$o } from '@trimble-oss/moduswebcomponents/components/modus-wc-logo.js';
|
|
30
|
-
import { defineCustomElement as defineCustomElement$p } from '@trimble-oss/moduswebcomponents/components/modus-wc-menu.js';
|
|
31
|
-
import { defineCustomElement as defineCustomElement$q } from '@trimble-oss/moduswebcomponents/components/modus-wc-menu-item.js';
|
|
32
|
-
import { defineCustomElement as defineCustomElement$r } from '@trimble-oss/moduswebcomponents/components/modus-wc-modal.js';
|
|
33
|
-
import { defineCustomElement as defineCustomElement$s } from '@trimble-oss/moduswebcomponents/components/modus-wc-navbar.js';
|
|
34
|
-
import { defineCustomElement as defineCustomElement$t } from '@trimble-oss/moduswebcomponents/components/modus-wc-number-input.js';
|
|
35
|
-
import { defineCustomElement as defineCustomElement$u } from '@trimble-oss/moduswebcomponents/components/modus-wc-pagination.js';
|
|
36
|
-
import { defineCustomElement as defineCustomElement$v } from '@trimble-oss/moduswebcomponents/components/modus-wc-panel.js';
|
|
37
|
-
import { defineCustomElement as defineCustomElement$w } from '@trimble-oss/moduswebcomponents/components/modus-wc-profile-menu.js';
|
|
38
|
-
import { defineCustomElement as defineCustomElement$x } from '@trimble-oss/moduswebcomponents/components/modus-wc-progress.js';
|
|
39
|
-
import { defineCustomElement as defineCustomElement$y } from '@trimble-oss/moduswebcomponents/components/modus-wc-radio.js';
|
|
40
|
-
import { defineCustomElement as defineCustomElement$z } from '@trimble-oss/moduswebcomponents/components/modus-wc-rating.js';
|
|
41
|
-
import { defineCustomElement as defineCustomElement$A } from '@trimble-oss/moduswebcomponents/components/modus-wc-select.js';
|
|
42
|
-
import { defineCustomElement as defineCustomElement$B } from '@trimble-oss/moduswebcomponents/components/modus-wc-side-navigation.js';
|
|
43
|
-
import { defineCustomElement as defineCustomElement$C } from '@trimble-oss/moduswebcomponents/components/modus-wc-skeleton.js';
|
|
44
|
-
import { defineCustomElement as defineCustomElement$D } from '@trimble-oss/moduswebcomponents/components/modus-wc-slider.js';
|
|
45
|
-
import { defineCustomElement as defineCustomElement$E } from '@trimble-oss/moduswebcomponents/components/modus-wc-stepper.js';
|
|
46
|
-
import { defineCustomElement as defineCustomElement$F } from '@trimble-oss/moduswebcomponents/components/modus-wc-switch.js';
|
|
47
|
-
import { defineCustomElement as defineCustomElement$G } from '@trimble-oss/moduswebcomponents/components/modus-wc-table.js';
|
|
48
|
-
import { defineCustomElement as defineCustomElement$H } from '@trimble-oss/moduswebcomponents/components/modus-wc-tabs.js';
|
|
49
|
-
import { defineCustomElement as defineCustomElement$I } from '@trimble-oss/moduswebcomponents/components/modus-wc-text-input.js';
|
|
50
|
-
import { defineCustomElement as defineCustomElement$J } from '@trimble-oss/moduswebcomponents/components/modus-wc-textarea.js';
|
|
51
|
-
import { defineCustomElement as defineCustomElement$K } from '@trimble-oss/moduswebcomponents/components/modus-wc-theme-provider.js';
|
|
52
|
-
import { defineCustomElement as defineCustomElement$L } from '@trimble-oss/moduswebcomponents/components/modus-wc-theme-switcher.js';
|
|
53
|
-
import { defineCustomElement as defineCustomElement$M } from '@trimble-oss/moduswebcomponents/components/modus-wc-time-input.js';
|
|
54
|
-
import { defineCustomElement as defineCustomElement$N } from '@trimble-oss/moduswebcomponents/components/modus-wc-toast.js';
|
|
55
|
-
import { defineCustomElement as defineCustomElement$O } from '@trimble-oss/moduswebcomponents/components/modus-wc-toolbar.js';
|
|
56
|
-
import { defineCustomElement as defineCustomElement$P } from '@trimble-oss/moduswebcomponents/components/modus-wc-tooltip.js';
|
|
57
|
-
import { defineCustomElement as defineCustomElement$Q } from '@trimble-oss/moduswebcomponents/components/modus-wc-tree-item.js';
|
|
58
|
-
import { defineCustomElement as defineCustomElement$R } from '@trimble-oss/moduswebcomponents/components/modus-wc-tree-menu.js';
|
|
59
|
-
import { defineCustomElement as defineCustomElement$S } from '@trimble-oss/moduswebcomponents/components/modus-wc-typography.js';
|
|
60
|
-
import { defineCustomElement as defineCustomElement$T } from '@trimble-oss/moduswebcomponents/components/modus-wc-utility-panel.js';
|
|
61
|
-
|
|
62
|
-
function provideModusWebComponents() {
|
|
63
|
-
return makeEnvironmentProviders([
|
|
64
|
-
provideAppInitializer(() => {
|
|
65
|
-
setAssetPath('/assets/');
|
|
66
|
-
}),
|
|
67
|
-
]);
|
|
68
|
-
}
|
|
69
7
|
|
|
70
8
|
/* eslint-disable */
|
|
71
9
|
/* tslint:disable */
|
|
@@ -134,16 +72,15 @@ let ModusWcAccordion = class ModusWcAccordion {
|
|
|
134
72
|
c.detach();
|
|
135
73
|
this.el = r.nativeElement;
|
|
136
74
|
}
|
|
137
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
138
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
75
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
76
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcAccordion, selector: "modus-wc-accordion", inputs: { customClass: "customClass" }, outputs: { expandedChange: "expandedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
139
77
|
};
|
|
140
78
|
ModusWcAccordion = __decorate([
|
|
141
79
|
ProxyCmp({
|
|
142
|
-
defineCustomElementFn: defineCustomElement$1,
|
|
143
80
|
inputs: ['customClass']
|
|
144
81
|
})
|
|
145
82
|
], ModusWcAccordion);
|
|
146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
83
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcAccordion, decorators: [{
|
|
147
84
|
type: Component,
|
|
148
85
|
args: [{
|
|
149
86
|
selector: 'modus-wc-accordion',
|
|
@@ -152,6 +89,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
152
89
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
153
90
|
inputs: ['customClass'],
|
|
154
91
|
outputs: ['expandedChange'],
|
|
92
|
+
standalone: false
|
|
155
93
|
}]
|
|
156
94
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { expandedChange: [{
|
|
157
95
|
type: Output
|
|
@@ -165,16 +103,15 @@ let ModusWcAlert = class ModusWcAlert {
|
|
|
165
103
|
c.detach();
|
|
166
104
|
this.el = r.nativeElement;
|
|
167
105
|
}
|
|
168
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
169
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
106
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
107
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcAlert, selector: "modus-wc-alert", inputs: { alertDescription: "alertDescription", alertTitle: "alertTitle", customClass: "customClass", delay: "delay", disableIcon: "disableIcon", dismissible: "dismissible", icon: "icon", variant: "variant" }, outputs: { dismissClick: "dismissClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
170
108
|
};
|
|
171
109
|
ModusWcAlert = __decorate([
|
|
172
110
|
ProxyCmp({
|
|
173
|
-
defineCustomElementFn: defineCustomElement$2,
|
|
174
111
|
inputs: ['alertDescription', 'alertTitle', 'customClass', 'delay', 'disableIcon', 'dismissible', 'icon', 'variant']
|
|
175
112
|
})
|
|
176
113
|
], ModusWcAlert);
|
|
177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcAlert, decorators: [{
|
|
178
115
|
type: Component,
|
|
179
116
|
args: [{
|
|
180
117
|
selector: 'modus-wc-alert',
|
|
@@ -183,6 +120,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
183
120
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
184
121
|
inputs: ['alertDescription', { name: 'alertTitle', required: true }, 'customClass', 'delay', 'disableIcon', 'dismissible', 'icon', 'variant'],
|
|
185
122
|
outputs: ['dismissClick'],
|
|
123
|
+
standalone: false
|
|
186
124
|
}]
|
|
187
125
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dismissClick: [{
|
|
188
126
|
type: Output
|
|
@@ -198,16 +136,15 @@ let ModusWcAppMenu = class ModusWcAppMenu {
|
|
|
198
136
|
c.detach();
|
|
199
137
|
this.el = r.nativeElement;
|
|
200
138
|
}
|
|
201
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
202
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
139
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcAppMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
140
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcAppMenu, selector: "modus-wc-app-menu", inputs: { apps: "apps", customClass: "customClass", layout: "layout" }, outputs: { layoutChange: "layoutChange", itemsOrderChange: "itemsOrderChange", itemClick: "itemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
203
141
|
};
|
|
204
142
|
ModusWcAppMenu = __decorate([
|
|
205
143
|
ProxyCmp({
|
|
206
|
-
defineCustomElementFn: defineCustomElement$3,
|
|
207
144
|
inputs: ['apps', 'customClass', 'layout']
|
|
208
145
|
})
|
|
209
146
|
], ModusWcAppMenu);
|
|
210
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
147
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcAppMenu, decorators: [{
|
|
211
148
|
type: Component,
|
|
212
149
|
args: [{
|
|
213
150
|
selector: 'modus-wc-app-menu',
|
|
@@ -216,6 +153,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
216
153
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
217
154
|
inputs: ['apps', 'customClass', 'layout'],
|
|
218
155
|
outputs: ['layoutChange', 'itemsOrderChange', 'itemClick'],
|
|
156
|
+
standalone: false
|
|
219
157
|
}]
|
|
220
158
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { layoutChange: [{
|
|
221
159
|
type: Output
|
|
@@ -239,17 +177,16 @@ let ModusWcAutocomplete = class ModusWcAutocomplete {
|
|
|
239
177
|
c.detach();
|
|
240
178
|
this.el = r.nativeElement;
|
|
241
179
|
}
|
|
242
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
243
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
180
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcAutocomplete, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
181
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcAutocomplete, selector: "modus-wc-autocomplete", inputs: { autoComplete: "autoComplete", bordered: "bordered", customBlur: "customBlur", customClass: "customClass", customInputChange: "customInputChange", customItemSelect: "customItemSelect", customKeyDown: "customKeyDown", debounceMs: "debounceMs", disabled: "disabled", feedback: "feedback", includeClear: "includeClear", includeSearch: "includeSearch", inputId: "inputId", inputTabIndex: "inputTabIndex", items: "items", label: "label", leaveMenuOpen: "leaveMenuOpen", maxChips: "maxChips", minChars: "minChars", minInputWidth: "minInputWidth", multiSelect: "multiSelect", name: "name", noResults: "noResults", placeholder: "placeholder", readOnly: "readOnly", required: "required", showMenuOnFocus: "showMenuOnFocus", showSpinner: "showSpinner", size: "size", value: "value" }, outputs: { chipRemove: "chipRemove", chipsExpansionChange: "chipsExpansionChange", clearClick: "clearClick", inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus", itemSelect: "itemSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
244
182
|
};
|
|
245
183
|
ModusWcAutocomplete = __decorate([
|
|
246
184
|
ProxyCmp({
|
|
247
|
-
defineCustomElementFn: defineCustomElement$4,
|
|
248
185
|
inputs: ['autoComplete', 'bordered', 'customBlur', 'customClass', 'customInputChange', 'customItemSelect', 'customKeyDown', 'debounceMs', 'disabled', 'feedback', 'includeClear', 'includeSearch', 'inputId', 'inputTabIndex', 'items', 'label', 'leaveMenuOpen', 'maxChips', 'minChars', 'minInputWidth', 'multiSelect', 'name', 'noResults', 'placeholder', 'readOnly', 'required', 'showMenuOnFocus', 'showSpinner', 'size', 'value'],
|
|
249
186
|
methods: ['selectItem', 'openMenu', 'closeMenu', 'toggleMenu', 'focusInput', 'clearInput']
|
|
250
187
|
})
|
|
251
188
|
], ModusWcAutocomplete);
|
|
252
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcAutocomplete, decorators: [{
|
|
253
190
|
type: Component,
|
|
254
191
|
args: [{
|
|
255
192
|
selector: 'modus-wc-autocomplete',
|
|
@@ -258,6 +195,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
258
195
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
259
196
|
inputs: ['autoComplete', 'bordered', 'customBlur', 'customClass', 'customInputChange', 'customItemSelect', 'customKeyDown', 'debounceMs', 'disabled', 'feedback', 'includeClear', 'includeSearch', 'inputId', 'inputTabIndex', 'items', 'label', 'leaveMenuOpen', 'maxChips', 'minChars', 'minInputWidth', 'multiSelect', 'name', 'noResults', 'placeholder', 'readOnly', 'required', 'showMenuOnFocus', 'showSpinner', 'size', 'value'],
|
|
260
197
|
outputs: ['chipRemove', 'chipsExpansionChange', 'clearClick', 'inputBlur', 'inputChange', 'inputFocus', 'itemSelect'],
|
|
198
|
+
standalone: false
|
|
261
199
|
}]
|
|
262
200
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { chipRemove: [{
|
|
263
201
|
type: Output
|
|
@@ -282,16 +220,15 @@ let ModusWcAvatar = class ModusWcAvatar {
|
|
|
282
220
|
c.detach();
|
|
283
221
|
this.el = r.nativeElement;
|
|
284
222
|
}
|
|
285
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
286
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
223
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
224
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcAvatar, selector: "modus-wc-avatar", inputs: { alt: "alt", customClass: "customClass", imgSrc: "imgSrc", initials: "initials", shape: "shape", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
287
225
|
};
|
|
288
226
|
ModusWcAvatar = __decorate([
|
|
289
227
|
ProxyCmp({
|
|
290
|
-
defineCustomElementFn: defineCustomElement$5,
|
|
291
228
|
inputs: ['alt', 'customClass', 'imgSrc', 'initials', 'shape', 'size']
|
|
292
229
|
})
|
|
293
230
|
], ModusWcAvatar);
|
|
294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcAvatar, decorators: [{
|
|
295
232
|
type: Component,
|
|
296
233
|
args: [{
|
|
297
234
|
selector: 'modus-wc-avatar',
|
|
@@ -299,6 +236,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
299
236
|
template: '<ng-content></ng-content>',
|
|
300
237
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
301
238
|
inputs: [{ name: 'alt', required: true }, 'customClass', 'imgSrc', 'initials', 'shape', 'size'],
|
|
239
|
+
standalone: false
|
|
302
240
|
}]
|
|
303
241
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
304
242
|
let ModusWcBadge = class ModusWcBadge {
|
|
@@ -309,16 +247,15 @@ let ModusWcBadge = class ModusWcBadge {
|
|
|
309
247
|
c.detach();
|
|
310
248
|
this.el = r.nativeElement;
|
|
311
249
|
}
|
|
312
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
313
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
250
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
251
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcBadge, selector: "modus-wc-badge", inputs: { color: "color", customClass: "customClass", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
314
252
|
};
|
|
315
253
|
ModusWcBadge = __decorate([
|
|
316
254
|
ProxyCmp({
|
|
317
|
-
defineCustomElementFn: defineCustomElement$6,
|
|
318
255
|
inputs: ['color', 'customClass', 'size', 'variant']
|
|
319
256
|
})
|
|
320
257
|
], ModusWcBadge);
|
|
321
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
258
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcBadge, decorators: [{
|
|
322
259
|
type: Component,
|
|
323
260
|
args: [{
|
|
324
261
|
selector: 'modus-wc-badge',
|
|
@@ -326,8 +263,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
326
263
|
template: '<ng-content></ng-content>',
|
|
327
264
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
328
265
|
inputs: ['color', 'customClass', 'size', 'variant'],
|
|
266
|
+
standalone: false
|
|
329
267
|
}]
|
|
330
268
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
269
|
+
let ModusWcBottomSheet = class ModusWcBottomSheet {
|
|
270
|
+
z;
|
|
271
|
+
el;
|
|
272
|
+
sheetVisibilityChange = new EventEmitter();
|
|
273
|
+
displayModeChange = new EventEmitter();
|
|
274
|
+
headerBackClick = new EventEmitter();
|
|
275
|
+
headerCloseClick = new EventEmitter();
|
|
276
|
+
constructor(c, r, z) {
|
|
277
|
+
this.z = z;
|
|
278
|
+
c.detach();
|
|
279
|
+
this.el = r.nativeElement;
|
|
280
|
+
}
|
|
281
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcBottomSheet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
282
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcBottomSheet, selector: "modus-wc-bottom-sheet", inputs: { customClass: "customClass", displayMode: "displayMode", dragStepThreshold: "dragStepThreshold", header: "header", visible: "visible" }, outputs: { sheetVisibilityChange: "sheetVisibilityChange", displayModeChange: "displayModeChange", headerBackClick: "headerBackClick", headerCloseClick: "headerCloseClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
283
|
+
};
|
|
284
|
+
ModusWcBottomSheet = __decorate([
|
|
285
|
+
ProxyCmp({
|
|
286
|
+
inputs: ['customClass', 'displayMode', 'dragStepThreshold', 'header', 'visible']
|
|
287
|
+
})
|
|
288
|
+
], ModusWcBottomSheet);
|
|
289
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcBottomSheet, decorators: [{
|
|
290
|
+
type: Component,
|
|
291
|
+
args: [{
|
|
292
|
+
selector: 'modus-wc-bottom-sheet',
|
|
293
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
294
|
+
template: '<ng-content></ng-content>',
|
|
295
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
296
|
+
inputs: ['customClass', 'displayMode', 'dragStepThreshold', 'header', 'visible'],
|
|
297
|
+
outputs: ['sheetVisibilityChange', 'displayModeChange', 'headerBackClick', 'headerCloseClick'],
|
|
298
|
+
standalone: false
|
|
299
|
+
}]
|
|
300
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sheetVisibilityChange: [{
|
|
301
|
+
type: Output
|
|
302
|
+
}], displayModeChange: [{
|
|
303
|
+
type: Output
|
|
304
|
+
}], headerBackClick: [{
|
|
305
|
+
type: Output
|
|
306
|
+
}], headerCloseClick: [{
|
|
307
|
+
type: Output
|
|
308
|
+
}] } });
|
|
331
309
|
let ModusWcBreadcrumbs = class ModusWcBreadcrumbs {
|
|
332
310
|
z;
|
|
333
311
|
el;
|
|
@@ -337,16 +315,15 @@ let ModusWcBreadcrumbs = class ModusWcBreadcrumbs {
|
|
|
337
315
|
c.detach();
|
|
338
316
|
this.el = r.nativeElement;
|
|
339
317
|
}
|
|
340
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
341
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
318
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
319
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcBreadcrumbs, selector: "modus-wc-breadcrumbs", inputs: { customClass: "customClass", items: "items", size: "size" }, outputs: { breadcrumbClick: "breadcrumbClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
342
320
|
};
|
|
343
321
|
ModusWcBreadcrumbs = __decorate([
|
|
344
322
|
ProxyCmp({
|
|
345
|
-
defineCustomElementFn: defineCustomElement$7,
|
|
346
323
|
inputs: ['customClass', 'items', 'size']
|
|
347
324
|
})
|
|
348
325
|
], ModusWcBreadcrumbs);
|
|
349
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
326
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcBreadcrumbs, decorators: [{
|
|
350
327
|
type: Component,
|
|
351
328
|
args: [{
|
|
352
329
|
selector: 'modus-wc-breadcrumbs',
|
|
@@ -355,6 +332,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
355
332
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
356
333
|
inputs: ['customClass', 'items', 'size'],
|
|
357
334
|
outputs: ['breadcrumbClick'],
|
|
335
|
+
standalone: false
|
|
358
336
|
}]
|
|
359
337
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { breadcrumbClick: [{
|
|
360
338
|
type: Output
|
|
@@ -368,16 +346,15 @@ let ModusWcButton = class ModusWcButton {
|
|
|
368
346
|
c.detach();
|
|
369
347
|
this.el = r.nativeElement;
|
|
370
348
|
}
|
|
371
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
372
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
349
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
350
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcButton, selector: "modus-wc-button", inputs: { color: "color", customClass: "customClass", disabled: "disabled", fullWidth: "fullWidth", pressed: "pressed", shape: "shape", size: "size", type: "type", variant: "variant" }, outputs: { buttonClick: "buttonClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
373
351
|
};
|
|
374
352
|
ModusWcButton = __decorate([
|
|
375
353
|
ProxyCmp({
|
|
376
|
-
defineCustomElementFn: defineCustomElement$8,
|
|
377
354
|
inputs: ['color', 'customClass', 'disabled', 'fullWidth', 'pressed', 'shape', 'size', 'type', 'variant']
|
|
378
355
|
})
|
|
379
356
|
], ModusWcButton);
|
|
380
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcButton, decorators: [{
|
|
381
358
|
type: Component,
|
|
382
359
|
args: [{
|
|
383
360
|
selector: 'modus-wc-button',
|
|
@@ -386,6 +363,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
386
363
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
387
364
|
inputs: ['color', 'customClass', 'disabled', 'fullWidth', 'pressed', 'shape', 'size', 'type', 'variant'],
|
|
388
365
|
outputs: ['buttonClick'],
|
|
366
|
+
standalone: false
|
|
389
367
|
}]
|
|
390
368
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { buttonClick: [{
|
|
391
369
|
type: Output
|
|
@@ -400,16 +378,15 @@ let ModusWcButtonGroup = class ModusWcButtonGroup {
|
|
|
400
378
|
c.detach();
|
|
401
379
|
this.el = r.nativeElement;
|
|
402
380
|
}
|
|
403
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
404
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
381
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
382
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcButtonGroup, selector: "modus-wc-button-group", inputs: { color: "color", disabled: "disabled", orientation: "orientation", selectionType: "selectionType", variant: "variant" }, outputs: { buttonGroupClick: "buttonGroupClick", buttonSelectionChange: "buttonSelectionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
405
383
|
};
|
|
406
384
|
ModusWcButtonGroup = __decorate([
|
|
407
385
|
ProxyCmp({
|
|
408
|
-
defineCustomElementFn: defineCustomElement$9,
|
|
409
386
|
inputs: ['color', 'disabled', 'orientation', 'selectionType', 'variant']
|
|
410
387
|
})
|
|
411
388
|
], ModusWcButtonGroup);
|
|
412
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
389
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcButtonGroup, decorators: [{
|
|
413
390
|
type: Component,
|
|
414
391
|
args: [{
|
|
415
392
|
selector: 'modus-wc-button-group',
|
|
@@ -418,6 +395,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
418
395
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
419
396
|
inputs: ['color', 'disabled', 'orientation', 'selectionType', 'variant'],
|
|
420
397
|
outputs: ['buttonGroupClick', 'buttonSelectionChange'],
|
|
398
|
+
standalone: false
|
|
421
399
|
}]
|
|
422
400
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { buttonGroupClick: [{
|
|
423
401
|
type: Output
|
|
@@ -432,16 +410,15 @@ let ModusWcCard = class ModusWcCard {
|
|
|
432
410
|
c.detach();
|
|
433
411
|
this.el = r.nativeElement;
|
|
434
412
|
}
|
|
435
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
436
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
413
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
414
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcCard, selector: "modus-wc-card", inputs: { backgroundFigure: "backgroundFigure", bordered: "bordered", customClass: "customClass", layout: "layout", padding: "padding" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
437
415
|
};
|
|
438
416
|
ModusWcCard = __decorate([
|
|
439
417
|
ProxyCmp({
|
|
440
|
-
defineCustomElementFn: defineCustomElement$a,
|
|
441
418
|
inputs: ['backgroundFigure', 'bordered', 'customClass', 'layout', 'padding']
|
|
442
419
|
})
|
|
443
420
|
], ModusWcCard);
|
|
444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcCard, decorators: [{
|
|
445
422
|
type: Component,
|
|
446
423
|
args: [{
|
|
447
424
|
selector: 'modus-wc-card',
|
|
@@ -449,6 +426,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
449
426
|
template: '<ng-content></ng-content>',
|
|
450
427
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
451
428
|
inputs: ['backgroundFigure', 'bordered', 'customClass', 'layout', 'padding'],
|
|
429
|
+
standalone: false
|
|
452
430
|
}]
|
|
453
431
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
454
432
|
let ModusWcCheckbox = class ModusWcCheckbox {
|
|
@@ -462,16 +440,15 @@ let ModusWcCheckbox = class ModusWcCheckbox {
|
|
|
462
440
|
c.detach();
|
|
463
441
|
this.el = r.nativeElement;
|
|
464
442
|
}
|
|
465
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
466
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
443
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
444
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcCheckbox, selector: "modus-wc-checkbox", inputs: { customClass: "customClass", disabled: "disabled", indeterminate: "indeterminate", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", name: "name", required: "required", size: "size", value: "value" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
467
445
|
};
|
|
468
446
|
ModusWcCheckbox = __decorate([
|
|
469
447
|
ProxyCmp({
|
|
470
|
-
defineCustomElementFn: defineCustomElement$b,
|
|
471
448
|
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
472
449
|
})
|
|
473
450
|
], ModusWcCheckbox);
|
|
474
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcCheckbox, decorators: [{
|
|
475
452
|
type: Component,
|
|
476
453
|
args: [{
|
|
477
454
|
selector: 'modus-wc-checkbox',
|
|
@@ -480,6 +457,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
480
457
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
481
458
|
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value'],
|
|
482
459
|
outputs: ['inputBlur', 'inputChange', 'inputFocus'],
|
|
460
|
+
standalone: false
|
|
483
461
|
}]
|
|
484
462
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { inputBlur: [{
|
|
485
463
|
type: Output
|
|
@@ -498,16 +476,15 @@ let ModusWcChip = class ModusWcChip {
|
|
|
498
476
|
c.detach();
|
|
499
477
|
this.el = r.nativeElement;
|
|
500
478
|
}
|
|
501
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
502
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
479
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
480
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcChip, selector: "modus-wc-chip", inputs: { active: "active", customClass: "customClass", disabled: "disabled", hasError: "hasError", label: "label", multiline: "multiline", shape: "shape", showRemove: "showRemove", size: "size", variant: "variant" }, outputs: { chipClick: "chipClick", chipRemove: "chipRemove" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
503
481
|
};
|
|
504
482
|
ModusWcChip = __decorate([
|
|
505
483
|
ProxyCmp({
|
|
506
|
-
defineCustomElementFn: defineCustomElement$c,
|
|
507
484
|
inputs: ['active', 'customClass', 'disabled', 'hasError', 'label', 'multiline', 'shape', 'showRemove', 'size', 'variant']
|
|
508
485
|
})
|
|
509
486
|
], ModusWcChip);
|
|
510
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcChip, decorators: [{
|
|
511
488
|
type: Component,
|
|
512
489
|
args: [{
|
|
513
490
|
selector: 'modus-wc-chip',
|
|
@@ -516,6 +493,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
516
493
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
517
494
|
inputs: ['active', 'customClass', 'disabled', 'hasError', 'label', 'multiline', 'shape', 'showRemove', 'size', 'variant'],
|
|
518
495
|
outputs: ['chipClick', 'chipRemove'],
|
|
496
|
+
standalone: false
|
|
519
497
|
}]
|
|
520
498
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { chipClick: [{
|
|
521
499
|
type: Output
|
|
@@ -531,16 +509,15 @@ let ModusWcCollapse = class ModusWcCollapse {
|
|
|
531
509
|
c.detach();
|
|
532
510
|
this.el = r.nativeElement;
|
|
533
511
|
}
|
|
534
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
535
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
512
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcCollapse, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
513
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcCollapse, selector: "modus-wc-collapse", inputs: { bordered: "bordered", chevronPosition: "chevronPosition", collapseId: "collapseId", customClass: "customClass", expanded: "expanded", options: "options" }, outputs: { expandedChange: "expandedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
536
514
|
};
|
|
537
515
|
ModusWcCollapse = __decorate([
|
|
538
516
|
ProxyCmp({
|
|
539
|
-
defineCustomElementFn: defineCustomElement$d,
|
|
540
517
|
inputs: ['bordered', 'chevronPosition', 'collapseId', 'customClass', 'expanded', 'options']
|
|
541
518
|
})
|
|
542
519
|
], ModusWcCollapse);
|
|
543
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
520
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcCollapse, decorators: [{
|
|
544
521
|
type: Component,
|
|
545
522
|
args: [{
|
|
546
523
|
selector: 'modus-wc-collapse',
|
|
@@ -549,6 +526,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
549
526
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
550
527
|
inputs: ['bordered', 'chevronPosition', 'collapseId', 'customClass', 'expanded', 'options'],
|
|
551
528
|
outputs: ['expandedChange'],
|
|
529
|
+
standalone: false
|
|
552
530
|
}]
|
|
553
531
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { expandedChange: [{
|
|
554
532
|
type: Output
|
|
@@ -566,16 +544,15 @@ let ModusWcDate = class ModusWcDate {
|
|
|
566
544
|
c.detach();
|
|
567
545
|
this.el = r.nativeElement;
|
|
568
546
|
}
|
|
569
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
570
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
547
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcDate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
548
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcDate, selector: "modus-wc-date", inputs: { bordered: "bordered", customClass: "customClass", disabled: "disabled", feedback: "feedback", format: "format", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", max: "max", min: "min", name: "name", readOnly: "readOnly", required: "required", showWeekNumbers: "showWeekNumbers", size: "size", value: "value", weekStartDay: "weekStartDay" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus", calendarMonthChange: "calendarMonthChange", calendarYearChange: "calendarYearChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
571
549
|
};
|
|
572
550
|
ModusWcDate = __decorate([
|
|
573
551
|
ProxyCmp({
|
|
574
|
-
defineCustomElementFn: defineCustomElement$e,
|
|
575
552
|
inputs: ['bordered', 'customClass', 'disabled', 'feedback', 'format', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'readOnly', 'required', 'showWeekNumbers', 'size', 'value', 'weekStartDay']
|
|
576
553
|
})
|
|
577
554
|
], ModusWcDate);
|
|
578
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcDate, decorators: [{
|
|
579
556
|
type: Component,
|
|
580
557
|
args: [{
|
|
581
558
|
selector: 'modus-wc-date',
|
|
@@ -584,6 +561,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
584
561
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
585
562
|
inputs: ['bordered', 'customClass', 'disabled', 'feedback', 'format', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'readOnly', 'required', 'showWeekNumbers', 'size', 'value', 'weekStartDay'],
|
|
586
563
|
outputs: ['inputBlur', 'inputChange', 'inputFocus', 'calendarMonthChange', 'calendarYearChange'],
|
|
564
|
+
standalone: false
|
|
587
565
|
}]
|
|
588
566
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { inputBlur: [{
|
|
589
567
|
type: Output
|
|
@@ -604,16 +582,15 @@ let ModusWcDivider = class ModusWcDivider {
|
|
|
604
582
|
c.detach();
|
|
605
583
|
this.el = r.nativeElement;
|
|
606
584
|
}
|
|
607
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
608
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
585
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
586
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcDivider, selector: "modus-wc-divider", inputs: { color: "color", content: "content", customClass: "customClass", orientation: "orientation", position: "position", responsive: "responsive" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
609
587
|
};
|
|
610
588
|
ModusWcDivider = __decorate([
|
|
611
589
|
ProxyCmp({
|
|
612
|
-
defineCustomElementFn: defineCustomElement$f,
|
|
613
590
|
inputs: ['color', 'content', 'customClass', 'orientation', 'position', 'responsive']
|
|
614
591
|
})
|
|
615
592
|
], ModusWcDivider);
|
|
616
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
593
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcDivider, decorators: [{
|
|
617
594
|
type: Component,
|
|
618
595
|
args: [{
|
|
619
596
|
selector: 'modus-wc-divider',
|
|
@@ -621,6 +598,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
621
598
|
template: '<ng-content></ng-content>',
|
|
622
599
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
623
600
|
inputs: ['color', 'content', 'customClass', 'orientation', 'position', 'responsive'],
|
|
601
|
+
standalone: false
|
|
624
602
|
}]
|
|
625
603
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
626
604
|
let ModusWcDropdownMenu = class ModusWcDropdownMenu {
|
|
@@ -632,16 +610,15 @@ let ModusWcDropdownMenu = class ModusWcDropdownMenu {
|
|
|
632
610
|
c.detach();
|
|
633
611
|
this.el = r.nativeElement;
|
|
634
612
|
}
|
|
635
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
636
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
613
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcDropdownMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
614
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcDropdownMenu, selector: "modus-wc-dropdown-menu", inputs: { buttonAriaLabel: "buttonAriaLabel", buttonColor: "buttonColor", buttonShape: "buttonShape", buttonSize: "buttonSize", buttonVariant: "buttonVariant", customClass: "customClass", disabled: "disabled", menuBordered: "menuBordered", menuOffset: "menuOffset", menuPlacement: "menuPlacement", menuSize: "menuSize", menuStrategy: "menuStrategy", menuVisible: "menuVisible" }, outputs: { menuVisibilityChange: "menuVisibilityChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
637
615
|
};
|
|
638
616
|
ModusWcDropdownMenu = __decorate([
|
|
639
617
|
ProxyCmp({
|
|
640
|
-
defineCustomElementFn: defineCustomElement$g,
|
|
641
618
|
inputs: ['buttonAriaLabel', 'buttonColor', 'buttonShape', 'buttonSize', 'buttonVariant', 'customClass', 'disabled', 'menuBordered', 'menuOffset', 'menuPlacement', 'menuSize', 'menuStrategy', 'menuVisible']
|
|
642
619
|
})
|
|
643
620
|
], ModusWcDropdownMenu);
|
|
644
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
621
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcDropdownMenu, decorators: [{
|
|
645
622
|
type: Component,
|
|
646
623
|
args: [{
|
|
647
624
|
selector: 'modus-wc-dropdown-menu',
|
|
@@ -650,6 +627,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
650
627
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
651
628
|
inputs: ['buttonAriaLabel', 'buttonColor', 'buttonShape', 'buttonSize', 'buttonVariant', 'customClass', 'disabled', 'menuBordered', 'menuOffset', 'menuPlacement', 'menuSize', 'menuStrategy', 'menuVisible'],
|
|
652
629
|
outputs: ['menuVisibilityChange'],
|
|
630
|
+
standalone: false
|
|
653
631
|
}]
|
|
654
632
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { menuVisibilityChange: [{
|
|
655
633
|
type: Output
|
|
@@ -663,17 +641,16 @@ let ModusWcFileDropzone = class ModusWcFileDropzone {
|
|
|
663
641
|
c.detach();
|
|
664
642
|
this.el = r.nativeElement;
|
|
665
643
|
}
|
|
666
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
667
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
644
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcFileDropzone, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
645
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcFileDropzone, selector: "modus-wc-file-dropzone", inputs: { acceptFileTypes: "acceptFileTypes", customClass: "customClass", disabled: "disabled", fileDraggedOverInstructions: "fileDraggedOverInstructions", includeStateIcon: "includeStateIcon", instructions: "instructions", invalidFileTypeMessage: "invalidFileTypeMessage", maxFileCount: "maxFileCount", maxFileNameLength: "maxFileNameLength", maxTotalFileSizeBytes: "maxTotalFileSizeBytes", multiple: "multiple", successMessage: "successMessage" }, outputs: { fileSelect: "fileSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
668
646
|
};
|
|
669
647
|
ModusWcFileDropzone = __decorate([
|
|
670
648
|
ProxyCmp({
|
|
671
|
-
defineCustomElementFn: defineCustomElement$h,
|
|
672
649
|
inputs: ['acceptFileTypes', 'customClass', 'disabled', 'fileDraggedOverInstructions', 'includeStateIcon', 'instructions', 'invalidFileTypeMessage', 'maxFileCount', 'maxFileNameLength', 'maxTotalFileSizeBytes', 'multiple', 'successMessage'],
|
|
673
650
|
methods: ['reset']
|
|
674
651
|
})
|
|
675
652
|
], ModusWcFileDropzone);
|
|
676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
653
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcFileDropzone, decorators: [{
|
|
677
654
|
type: Component,
|
|
678
655
|
args: [{
|
|
679
656
|
selector: 'modus-wc-file-dropzone',
|
|
@@ -682,6 +659,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
682
659
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
683
660
|
inputs: ['acceptFileTypes', 'customClass', 'disabled', 'fileDraggedOverInstructions', 'includeStateIcon', 'instructions', 'invalidFileTypeMessage', 'maxFileCount', 'maxFileNameLength', 'maxTotalFileSizeBytes', 'multiple', 'successMessage'],
|
|
684
661
|
outputs: ['fileSelect'],
|
|
662
|
+
standalone: false
|
|
685
663
|
}]
|
|
686
664
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { fileSelect: [{
|
|
687
665
|
type: Output
|
|
@@ -694,16 +672,15 @@ let ModusWcHandle = class ModusWcHandle {
|
|
|
694
672
|
c.detach();
|
|
695
673
|
this.el = r.nativeElement;
|
|
696
674
|
}
|
|
697
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
698
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
675
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcHandle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
676
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcHandle, selector: "modus-wc-handle", inputs: { buttonColor: "buttonColor", buttonSize: "buttonSize", buttonVariant: "buttonVariant", customClass: "customClass", defaultSplit: "defaultSplit", density: "density", leftTarget: "leftTarget", orientation: "orientation", rightTarget: "rightTarget", size: "size", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
699
677
|
};
|
|
700
678
|
ModusWcHandle = __decorate([
|
|
701
679
|
ProxyCmp({
|
|
702
|
-
defineCustomElementFn: defineCustomElement$i,
|
|
703
680
|
inputs: ['buttonColor', 'buttonSize', 'buttonVariant', 'customClass', 'defaultSplit', 'density', 'leftTarget', 'orientation', 'rightTarget', 'size', 'type']
|
|
704
681
|
})
|
|
705
682
|
], ModusWcHandle);
|
|
706
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
683
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcHandle, decorators: [{
|
|
707
684
|
type: Component,
|
|
708
685
|
args: [{
|
|
709
686
|
selector: 'modus-wc-handle',
|
|
@@ -711,6 +688,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
711
688
|
template: '<ng-content></ng-content>',
|
|
712
689
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
713
690
|
inputs: ['buttonColor', 'buttonSize', 'buttonVariant', 'customClass', 'defaultSplit', 'density', 'leftTarget', 'orientation', 'rightTarget', 'size', 'type'],
|
|
691
|
+
standalone: false
|
|
714
692
|
}]
|
|
715
693
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
716
694
|
let ModusWcIcon = class ModusWcIcon {
|
|
@@ -721,16 +699,15 @@ let ModusWcIcon = class ModusWcIcon {
|
|
|
721
699
|
c.detach();
|
|
722
700
|
this.el = r.nativeElement;
|
|
723
701
|
}
|
|
724
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
725
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
702
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
703
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcIcon, selector: "modus-wc-icon", inputs: { customClass: "customClass", decorative: "decorative", name: "name", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
726
704
|
};
|
|
727
705
|
ModusWcIcon = __decorate([
|
|
728
706
|
ProxyCmp({
|
|
729
|
-
defineCustomElementFn: defineCustomElement$j,
|
|
730
707
|
inputs: ['customClass', 'decorative', 'name', 'size', 'variant']
|
|
731
708
|
})
|
|
732
709
|
], ModusWcIcon);
|
|
733
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
710
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcIcon, decorators: [{
|
|
734
711
|
type: Component,
|
|
735
712
|
args: [{
|
|
736
713
|
selector: 'modus-wc-icon',
|
|
@@ -738,6 +715,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
738
715
|
template: '<ng-content></ng-content>',
|
|
739
716
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
740
717
|
inputs: ['customClass', 'decorative', { name: 'name', required: true }, 'size', 'variant'],
|
|
718
|
+
standalone: false
|
|
741
719
|
}]
|
|
742
720
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
743
721
|
let ModusWcInputFeedback = class ModusWcInputFeedback {
|
|
@@ -748,16 +726,15 @@ let ModusWcInputFeedback = class ModusWcInputFeedback {
|
|
|
748
726
|
c.detach();
|
|
749
727
|
this.el = r.nativeElement;
|
|
750
728
|
}
|
|
751
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
752
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
729
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcInputFeedback, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
730
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcInputFeedback, selector: "modus-wc-input-feedback", inputs: { customClass: "customClass", icon: "icon", level: "level", message: "message", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
753
731
|
};
|
|
754
732
|
ModusWcInputFeedback = __decorate([
|
|
755
733
|
ProxyCmp({
|
|
756
|
-
defineCustomElementFn: defineCustomElement$k,
|
|
757
734
|
inputs: ['customClass', 'icon', 'level', 'message', 'size']
|
|
758
735
|
})
|
|
759
736
|
], ModusWcInputFeedback);
|
|
760
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
737
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcInputFeedback, decorators: [{
|
|
761
738
|
type: Component,
|
|
762
739
|
args: [{
|
|
763
740
|
selector: 'modus-wc-input-feedback',
|
|
@@ -765,6 +742,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
765
742
|
template: '<ng-content></ng-content>',
|
|
766
743
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
767
744
|
inputs: ['customClass', 'icon', { name: 'level', required: true }, 'message', 'size'],
|
|
745
|
+
standalone: false
|
|
768
746
|
}]
|
|
769
747
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
770
748
|
let ModusWcInputLabel = class ModusWcInputLabel {
|
|
@@ -775,16 +753,15 @@ let ModusWcInputLabel = class ModusWcInputLabel {
|
|
|
775
753
|
c.detach();
|
|
776
754
|
this.el = r.nativeElement;
|
|
777
755
|
}
|
|
778
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
779
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
756
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcInputLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
757
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcInputLabel, selector: "modus-wc-input-label", inputs: { customClass: "customClass", forId: "forId", labelText: "labelText", required: "required", size: "size", subLabelText: "subLabelText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
780
758
|
};
|
|
781
759
|
ModusWcInputLabel = __decorate([
|
|
782
760
|
ProxyCmp({
|
|
783
|
-
defineCustomElementFn: defineCustomElement$l,
|
|
784
761
|
inputs: ['customClass', 'forId', 'labelText', 'required', 'size', 'subLabelText']
|
|
785
762
|
})
|
|
786
763
|
], ModusWcInputLabel);
|
|
787
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
764
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcInputLabel, decorators: [{
|
|
788
765
|
type: Component,
|
|
789
766
|
args: [{
|
|
790
767
|
selector: 'modus-wc-input-label',
|
|
@@ -792,6 +769,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
792
769
|
template: '<ng-content></ng-content>',
|
|
793
770
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
794
771
|
inputs: ['customClass', 'forId', 'labelText', 'required', 'size', 'subLabelText'],
|
|
772
|
+
standalone: false
|
|
795
773
|
}]
|
|
796
774
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
797
775
|
let ModusWcLink = class ModusWcLink {
|
|
@@ -802,16 +780,15 @@ let ModusWcLink = class ModusWcLink {
|
|
|
802
780
|
c.detach();
|
|
803
781
|
this.el = r.nativeElement;
|
|
804
782
|
}
|
|
805
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
806
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
783
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
784
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcLink, selector: "modus-wc-link", inputs: { color: "color", customClass: "customClass", href: "href", rel: "rel", target: "target", underline: "underline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
807
785
|
};
|
|
808
786
|
ModusWcLink = __decorate([
|
|
809
787
|
ProxyCmp({
|
|
810
|
-
defineCustomElementFn: defineCustomElement$m,
|
|
811
788
|
inputs: ['color', 'customClass', 'href', 'rel', 'target', 'underline']
|
|
812
789
|
})
|
|
813
790
|
], ModusWcLink);
|
|
814
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
791
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcLink, decorators: [{
|
|
815
792
|
type: Component,
|
|
816
793
|
args: [{
|
|
817
794
|
selector: 'modus-wc-link',
|
|
@@ -819,6 +796,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
819
796
|
template: '<ng-content></ng-content>',
|
|
820
797
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
821
798
|
inputs: ['color', 'customClass', 'href', 'rel', 'target', 'underline'],
|
|
799
|
+
standalone: false
|
|
822
800
|
}]
|
|
823
801
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
824
802
|
let ModusWcLoader = class ModusWcLoader {
|
|
@@ -829,16 +807,15 @@ let ModusWcLoader = class ModusWcLoader {
|
|
|
829
807
|
c.detach();
|
|
830
808
|
this.el = r.nativeElement;
|
|
831
809
|
}
|
|
832
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
833
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
810
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcLoader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
811
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcLoader, selector: "modus-wc-loader", inputs: { color: "color", customClass: "customClass", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
834
812
|
};
|
|
835
813
|
ModusWcLoader = __decorate([
|
|
836
814
|
ProxyCmp({
|
|
837
|
-
defineCustomElementFn: defineCustomElement$n,
|
|
838
815
|
inputs: ['color', 'customClass', 'size', 'variant']
|
|
839
816
|
})
|
|
840
817
|
], ModusWcLoader);
|
|
841
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
818
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcLoader, decorators: [{
|
|
842
819
|
type: Component,
|
|
843
820
|
args: [{
|
|
844
821
|
selector: 'modus-wc-loader',
|
|
@@ -846,6 +823,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
846
823
|
template: '<ng-content></ng-content>',
|
|
847
824
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
848
825
|
inputs: ['color', 'customClass', 'size', 'variant'],
|
|
826
|
+
standalone: false
|
|
849
827
|
}]
|
|
850
828
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
851
829
|
let ModusWcLogo = class ModusWcLogo {
|
|
@@ -856,16 +834,15 @@ let ModusWcLogo = class ModusWcLogo {
|
|
|
856
834
|
c.detach();
|
|
857
835
|
this.el = r.nativeElement;
|
|
858
836
|
}
|
|
859
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
860
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
837
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
838
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcLogo, selector: "modus-wc-logo", inputs: { alt: "alt", customClass: "customClass", emblem: "emblem", name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
861
839
|
};
|
|
862
840
|
ModusWcLogo = __decorate([
|
|
863
841
|
ProxyCmp({
|
|
864
|
-
defineCustomElementFn: defineCustomElement$o,
|
|
865
842
|
inputs: ['alt', 'customClass', 'emblem', 'name']
|
|
866
843
|
})
|
|
867
844
|
], ModusWcLogo);
|
|
868
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
845
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcLogo, decorators: [{
|
|
869
846
|
type: Component,
|
|
870
847
|
args: [{
|
|
871
848
|
selector: 'modus-wc-logo',
|
|
@@ -873,6 +850,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
873
850
|
template: '<ng-content></ng-content>',
|
|
874
851
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
875
852
|
inputs: ['alt', 'customClass', 'emblem', { name: 'name', required: true }],
|
|
853
|
+
standalone: false
|
|
876
854
|
}]
|
|
877
855
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
878
856
|
let ModusWcMenu = class ModusWcMenu {
|
|
@@ -885,16 +863,15 @@ let ModusWcMenu = class ModusWcMenu {
|
|
|
885
863
|
c.detach();
|
|
886
864
|
this.el = r.nativeElement;
|
|
887
865
|
}
|
|
888
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
889
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
866
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
867
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcMenu, selector: "modus-wc-menu", inputs: { bordered: "bordered", customClass: "customClass", isSubMenu: "isSubMenu", orientation: "orientation", selectionMode: "selectionMode", size: "size" }, outputs: { menuFocusout: "menuFocusout", menuSelectionChange: "menuSelectionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
890
868
|
};
|
|
891
869
|
ModusWcMenu = __decorate([
|
|
892
870
|
ProxyCmp({
|
|
893
|
-
defineCustomElementFn: defineCustomElement$p,
|
|
894
871
|
inputs: ['bordered', 'customClass', 'isSubMenu', 'orientation', 'selectionMode', 'size']
|
|
895
872
|
})
|
|
896
873
|
], ModusWcMenu);
|
|
897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
874
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcMenu, decorators: [{
|
|
898
875
|
type: Component,
|
|
899
876
|
args: [{
|
|
900
877
|
selector: 'modus-wc-menu',
|
|
@@ -903,6 +880,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
903
880
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
904
881
|
inputs: ['bordered', 'customClass', 'isSubMenu', 'orientation', 'selectionMode', 'size'],
|
|
905
882
|
outputs: ['menuFocusout', 'menuSelectionChange'],
|
|
883
|
+
standalone: false
|
|
906
884
|
}]
|
|
907
885
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { menuFocusout: [{
|
|
908
886
|
type: Output
|
|
@@ -918,17 +896,16 @@ let ModusWcMenuItem = class ModusWcMenuItem {
|
|
|
918
896
|
c.detach();
|
|
919
897
|
this.el = r.nativeElement;
|
|
920
898
|
}
|
|
921
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
922
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
899
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
900
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcMenuItem, selector: "modus-wc-menu-item", inputs: { bordered: "bordered", checkbox: "checkbox", customClass: "customClass", disabled: "disabled", focused: "focused", hasSubmenu: "hasSubmenu", label: "label", selected: "selected", size: "size", subLabel: "subLabel", tooltipContent: "tooltipContent", tooltipPosition: "tooltipPosition", value: "value" }, outputs: { itemSelect: "itemSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
923
901
|
};
|
|
924
902
|
ModusWcMenuItem = __decorate([
|
|
925
903
|
ProxyCmp({
|
|
926
|
-
defineCustomElementFn: defineCustomElement$q,
|
|
927
904
|
inputs: ['bordered', 'checkbox', 'customClass', 'disabled', 'focused', 'hasSubmenu', 'label', 'selected', 'size', 'subLabel', 'tooltipContent', 'tooltipPosition', 'value'],
|
|
928
905
|
methods: ['collapseSubmenu']
|
|
929
906
|
})
|
|
930
907
|
], ModusWcMenuItem);
|
|
931
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
908
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcMenuItem, decorators: [{
|
|
932
909
|
type: Component,
|
|
933
910
|
args: [{
|
|
934
911
|
selector: 'modus-wc-menu-item',
|
|
@@ -937,6 +914,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
937
914
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
938
915
|
inputs: ['bordered', 'checkbox', 'customClass', 'disabled', 'focused', 'hasSubmenu', 'label', 'selected', 'size', 'subLabel', 'tooltipContent', 'tooltipPosition', 'value'],
|
|
939
916
|
outputs: ['itemSelect'],
|
|
917
|
+
standalone: false
|
|
940
918
|
}]
|
|
941
919
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { itemSelect: [{
|
|
942
920
|
type: Output
|
|
@@ -949,16 +927,15 @@ let ModusWcModal = class ModusWcModal {
|
|
|
949
927
|
c.detach();
|
|
950
928
|
this.el = r.nativeElement;
|
|
951
929
|
}
|
|
952
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
953
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
930
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
931
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcModal, selector: "modus-wc-modal", inputs: { backdrop: "backdrop", customClass: "customClass", fullscreen: "fullscreen", modalId: "modalId", position: "position", showClose: "showClose", showFullscreenToggle: "showFullscreenToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
954
932
|
};
|
|
955
933
|
ModusWcModal = __decorate([
|
|
956
934
|
ProxyCmp({
|
|
957
|
-
defineCustomElementFn: defineCustomElement$r,
|
|
958
935
|
inputs: ['backdrop', 'customClass', 'fullscreen', 'modalId', 'position', 'showClose', 'showFullscreenToggle']
|
|
959
936
|
})
|
|
960
937
|
], ModusWcModal);
|
|
961
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
938
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcModal, decorators: [{
|
|
962
939
|
type: Component,
|
|
963
940
|
args: [{
|
|
964
941
|
selector: 'modus-wc-modal',
|
|
@@ -966,6 +943,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
966
943
|
template: '<ng-content></ng-content>',
|
|
967
944
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
968
945
|
inputs: ['backdrop', 'customClass', 'fullscreen', { name: 'modalId', required: true }, 'position', 'showClose', 'showFullscreenToggle'],
|
|
946
|
+
standalone: false
|
|
969
947
|
}]
|
|
970
948
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
971
949
|
let ModusWcNavbar = class ModusWcNavbar {
|
|
@@ -991,16 +969,15 @@ let ModusWcNavbar = class ModusWcNavbar {
|
|
|
991
969
|
c.detach();
|
|
992
970
|
this.el = r.nativeElement;
|
|
993
971
|
}
|
|
994
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
995
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
972
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcNavbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
973
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcNavbar, selector: "modus-wc-navbar", inputs: { appsMenuOpen: "appsMenuOpen", condensed: "condensed", condensedMenuOpen: "condensedMenuOpen", customClass: "customClass", logoName: "logoName", mainMenuOpen: "mainMenuOpen", notificationsMenuOpen: "notificationsMenuOpen", searchDebounceMs: "searchDebounceMs", searchInputOpen: "searchInputOpen", textOverrides: "textOverrides", userCard: "userCard", userMenuOpen: "userMenuOpen", visibility: "visibility" }, outputs: { aiClick: "aiClick", appsClick: "appsClick", appsMenuOpenChange: "appsMenuOpenChange", condensedMenuOpenChange: "condensedMenuOpenChange", helpClick: "helpClick", mainMenuOpenChange: "mainMenuOpenChange", myTrimbleClick: "myTrimbleClick", notificationsClick: "notificationsClick", notificationsMenuOpenChange: "notificationsMenuOpenChange", searchChange: "searchChange", searchClick: "searchClick", searchInputOpenChange: "searchInputOpenChange", signOutClick: "signOutClick", trimbleLogoClick: "trimbleLogoClick", userMenuOpenChange: "userMenuOpenChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
996
974
|
};
|
|
997
975
|
ModusWcNavbar = __decorate([
|
|
998
976
|
ProxyCmp({
|
|
999
|
-
defineCustomElementFn: defineCustomElement$s,
|
|
1000
977
|
inputs: ['appsMenuOpen', 'condensed', 'condensedMenuOpen', 'customClass', 'logoName', 'mainMenuOpen', 'notificationsMenuOpen', 'searchDebounceMs', 'searchInputOpen', 'textOverrides', 'userCard', 'userMenuOpen', 'visibility']
|
|
1001
978
|
})
|
|
1002
979
|
], ModusWcNavbar);
|
|
1003
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
980
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcNavbar, decorators: [{
|
|
1004
981
|
type: Component,
|
|
1005
982
|
args: [{
|
|
1006
983
|
selector: 'modus-wc-navbar',
|
|
@@ -1009,6 +986,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1009
986
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1010
987
|
inputs: ['appsMenuOpen', 'condensed', 'condensedMenuOpen', 'customClass', 'logoName', 'mainMenuOpen', 'notificationsMenuOpen', 'searchDebounceMs', 'searchInputOpen', 'textOverrides', { name: 'userCard', required: true }, 'userMenuOpen', 'visibility'],
|
|
1011
988
|
outputs: ['aiClick', 'appsClick', 'appsMenuOpenChange', 'condensedMenuOpenChange', 'helpClick', 'mainMenuOpenChange', 'myTrimbleClick', 'notificationsClick', 'notificationsMenuOpenChange', 'searchChange', 'searchClick', 'searchInputOpenChange', 'signOutClick', 'trimbleLogoClick', 'userMenuOpenChange'],
|
|
989
|
+
standalone: false
|
|
1012
990
|
}]
|
|
1013
991
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { aiClick: [{
|
|
1014
992
|
type: Output
|
|
@@ -1052,16 +1030,15 @@ let ModusWcNumberInput = class ModusWcNumberInput {
|
|
|
1052
1030
|
c.detach();
|
|
1053
1031
|
this.el = r.nativeElement;
|
|
1054
1032
|
}
|
|
1055
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1056
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1033
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcNumberInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1034
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcNumberInput, selector: "modus-wc-number-input", inputs: { autoComplete: "autoComplete", bordered: "bordered", currencySymbol: "currencySymbol", customClass: "customClass", disabled: "disabled", feedback: "feedback", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", max: "max", min: "min", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", size: "size", step: "step", type: "type", value: "value" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1057
1035
|
};
|
|
1058
1036
|
ModusWcNumberInput = __decorate([
|
|
1059
1037
|
ProxyCmp({
|
|
1060
|
-
defineCustomElementFn: defineCustomElement$t,
|
|
1061
1038
|
inputs: ['autoComplete', 'bordered', 'currencySymbol', 'customClass', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'placeholder', 'readOnly', 'required', 'size', 'step', 'type', 'value']
|
|
1062
1039
|
})
|
|
1063
1040
|
], ModusWcNumberInput);
|
|
1064
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1041
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcNumberInput, decorators: [{
|
|
1065
1042
|
type: Component,
|
|
1066
1043
|
args: [{
|
|
1067
1044
|
selector: 'modus-wc-number-input',
|
|
@@ -1070,6 +1047,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1070
1047
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1071
1048
|
inputs: ['autoComplete', 'bordered', 'currencySymbol', 'customClass', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'placeholder', 'readOnly', 'required', 'size', 'step', 'type', 'value'],
|
|
1072
1049
|
outputs: ['inputBlur', 'inputChange', 'inputFocus'],
|
|
1050
|
+
standalone: false
|
|
1073
1051
|
}]
|
|
1074
1052
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { inputBlur: [{
|
|
1075
1053
|
type: Output
|
|
@@ -1087,16 +1065,15 @@ let ModusWcPagination = class ModusWcPagination {
|
|
|
1087
1065
|
c.detach();
|
|
1088
1066
|
this.el = r.nativeElement;
|
|
1089
1067
|
}
|
|
1090
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1091
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1068
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1069
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcPagination, selector: "modus-wc-pagination", inputs: { ariaLabelValues: "ariaLabelValues", count: "count", customClass: "customClass", nextButtonText: "nextButtonText", page: "page", prevButtonText: "prevButtonText", size: "size" }, outputs: { pageChange: "pageChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1092
1070
|
};
|
|
1093
1071
|
ModusWcPagination = __decorate([
|
|
1094
1072
|
ProxyCmp({
|
|
1095
|
-
defineCustomElementFn: defineCustomElement$u,
|
|
1096
1073
|
inputs: ['ariaLabelValues', 'count', 'customClass', 'nextButtonText', 'page', 'prevButtonText', 'size']
|
|
1097
1074
|
})
|
|
1098
1075
|
], ModusWcPagination);
|
|
1099
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1076
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcPagination, decorators: [{
|
|
1100
1077
|
type: Component,
|
|
1101
1078
|
args: [{
|
|
1102
1079
|
selector: 'modus-wc-pagination',
|
|
@@ -1105,6 +1082,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1105
1082
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1106
1083
|
inputs: ['ariaLabelValues', 'count', 'customClass', 'nextButtonText', 'page', 'prevButtonText', 'size'],
|
|
1107
1084
|
outputs: ['pageChange'],
|
|
1085
|
+
standalone: false
|
|
1108
1086
|
}]
|
|
1109
1087
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { pageChange: [{
|
|
1110
1088
|
type: Output
|
|
@@ -1117,16 +1095,15 @@ let ModusWcPanel = class ModusWcPanel {
|
|
|
1117
1095
|
c.detach();
|
|
1118
1096
|
this.el = r.nativeElement;
|
|
1119
1097
|
}
|
|
1120
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1121
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1098
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1099
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcPanel, selector: "modus-wc-panel", inputs: { customClass: "customClass", floating: "floating", height: "height", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1122
1100
|
};
|
|
1123
1101
|
ModusWcPanel = __decorate([
|
|
1124
1102
|
ProxyCmp({
|
|
1125
|
-
defineCustomElementFn: defineCustomElement$v,
|
|
1126
1103
|
inputs: ['customClass', 'floating', 'height', 'width']
|
|
1127
1104
|
})
|
|
1128
1105
|
], ModusWcPanel);
|
|
1129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcPanel, decorators: [{
|
|
1130
1107
|
type: Component,
|
|
1131
1108
|
args: [{
|
|
1132
1109
|
selector: 'modus-wc-panel',
|
|
@@ -1134,6 +1111,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1134
1111
|
template: '<ng-content></ng-content>',
|
|
1135
1112
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1136
1113
|
inputs: ['customClass', 'floating', 'height', 'width'],
|
|
1114
|
+
standalone: false
|
|
1137
1115
|
}]
|
|
1138
1116
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1139
1117
|
let ModusWcProfileMenu = class ModusWcProfileMenu {
|
|
@@ -1146,16 +1124,15 @@ let ModusWcProfileMenu = class ModusWcProfileMenu {
|
|
|
1146
1124
|
c.detach();
|
|
1147
1125
|
this.el = r.nativeElement;
|
|
1148
1126
|
}
|
|
1149
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1150
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1127
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcProfileMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1128
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcProfileMenu, selector: "modus-wc-profile-menu", inputs: { menuOne: "menuOne", menuTwo: "menuTwo", profileProps: "profileProps" }, outputs: { signOutClick: "signOutClick", menuItemClick: "menuItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1151
1129
|
};
|
|
1152
1130
|
ModusWcProfileMenu = __decorate([
|
|
1153
1131
|
ProxyCmp({
|
|
1154
|
-
defineCustomElementFn: defineCustomElement$w,
|
|
1155
1132
|
inputs: ['menuOne', 'menuTwo', 'profileProps']
|
|
1156
1133
|
})
|
|
1157
1134
|
], ModusWcProfileMenu);
|
|
1158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcProfileMenu, decorators: [{
|
|
1159
1136
|
type: Component,
|
|
1160
1137
|
args: [{
|
|
1161
1138
|
selector: 'modus-wc-profile-menu',
|
|
@@ -1164,6 +1141,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1164
1141
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1165
1142
|
inputs: ['menuOne', 'menuTwo', { name: 'profileProps', required: true }],
|
|
1166
1143
|
outputs: ['signOutClick', 'menuItemClick'],
|
|
1144
|
+
standalone: false
|
|
1167
1145
|
}]
|
|
1168
1146
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { signOutClick: [{
|
|
1169
1147
|
type: Output
|
|
@@ -1178,16 +1156,15 @@ let ModusWcProgress = class ModusWcProgress {
|
|
|
1178
1156
|
c.detach();
|
|
1179
1157
|
this.el = r.nativeElement;
|
|
1180
1158
|
}
|
|
1181
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1182
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1159
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcProgress, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1160
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcProgress, selector: "modus-wc-progress", inputs: { customClass: "customClass", indeterminate: "indeterminate", label: "label", max: "max", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1183
1161
|
};
|
|
1184
1162
|
ModusWcProgress = __decorate([
|
|
1185
1163
|
ProxyCmp({
|
|
1186
|
-
defineCustomElementFn: defineCustomElement$x,
|
|
1187
1164
|
inputs: ['customClass', 'indeterminate', 'label', 'max', 'value', 'variant']
|
|
1188
1165
|
})
|
|
1189
1166
|
], ModusWcProgress);
|
|
1190
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcProgress, decorators: [{
|
|
1191
1168
|
type: Component,
|
|
1192
1169
|
args: [{
|
|
1193
1170
|
selector: 'modus-wc-progress',
|
|
@@ -1195,6 +1172,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1195
1172
|
template: '<ng-content></ng-content>',
|
|
1196
1173
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1197
1174
|
inputs: ['customClass', 'indeterminate', 'label', 'max', 'value', 'variant'],
|
|
1175
|
+
standalone: false
|
|
1198
1176
|
}]
|
|
1199
1177
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1200
1178
|
let ModusWcRadio = class ModusWcRadio {
|
|
@@ -1208,16 +1186,15 @@ let ModusWcRadio = class ModusWcRadio {
|
|
|
1208
1186
|
c.detach();
|
|
1209
1187
|
this.el = r.nativeElement;
|
|
1210
1188
|
}
|
|
1211
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1212
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1189
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1190
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcRadio, selector: "modus-wc-radio", inputs: { customClass: "customClass", disabled: "disabled", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", name: "name", required: "required", size: "size", value: "value" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1213
1191
|
};
|
|
1214
1192
|
ModusWcRadio = __decorate([
|
|
1215
1193
|
ProxyCmp({
|
|
1216
|
-
defineCustomElementFn: defineCustomElement$y,
|
|
1217
1194
|
inputs: ['customClass', 'disabled', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
1218
1195
|
})
|
|
1219
1196
|
], ModusWcRadio);
|
|
1220
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1197
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcRadio, decorators: [{
|
|
1221
1198
|
type: Component,
|
|
1222
1199
|
args: [{
|
|
1223
1200
|
selector: 'modus-wc-radio',
|
|
@@ -1226,6 +1203,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1226
1203
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1227
1204
|
inputs: ['customClass', 'disabled', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value'],
|
|
1228
1205
|
outputs: ['inputBlur', 'inputChange', 'inputFocus'],
|
|
1206
|
+
standalone: false
|
|
1229
1207
|
}]
|
|
1230
1208
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { inputBlur: [{
|
|
1231
1209
|
type: Output
|
|
@@ -1243,16 +1221,15 @@ let ModusWcRating = class ModusWcRating {
|
|
|
1243
1221
|
c.detach();
|
|
1244
1222
|
this.el = r.nativeElement;
|
|
1245
1223
|
}
|
|
1246
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1247
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1224
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1225
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcRating, selector: "modus-wc-rating", inputs: { allowHalf: "allowHalf", count: "count", customClass: "customClass", disabled: "disabled", getAriaLabelText: "getAriaLabelText", size: "size", value: "value", variant: "variant" }, outputs: { ratingChange: "ratingChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1248
1226
|
};
|
|
1249
1227
|
ModusWcRating = __decorate([
|
|
1250
1228
|
ProxyCmp({
|
|
1251
|
-
defineCustomElementFn: defineCustomElement$z,
|
|
1252
1229
|
inputs: ['allowHalf', 'count', 'customClass', 'disabled', 'getAriaLabelText', 'size', 'value', 'variant']
|
|
1253
1230
|
})
|
|
1254
1231
|
], ModusWcRating);
|
|
1255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1232
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcRating, decorators: [{
|
|
1256
1233
|
type: Component,
|
|
1257
1234
|
args: [{
|
|
1258
1235
|
selector: 'modus-wc-rating',
|
|
@@ -1261,6 +1238,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1261
1238
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1262
1239
|
inputs: ['allowHalf', 'count', 'customClass', 'disabled', 'getAriaLabelText', 'size', 'value', 'variant'],
|
|
1263
1240
|
outputs: ['ratingChange'],
|
|
1241
|
+
standalone: false
|
|
1264
1242
|
}]
|
|
1265
1243
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ratingChange: [{
|
|
1266
1244
|
type: Output
|
|
@@ -1276,16 +1254,15 @@ let ModusWcSelect = class ModusWcSelect {
|
|
|
1276
1254
|
c.detach();
|
|
1277
1255
|
this.el = r.nativeElement;
|
|
1278
1256
|
}
|
|
1279
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1280
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1257
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1258
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcSelect, selector: "modus-wc-select", inputs: { bordered: "bordered", customClass: "customClass", disabled: "disabled", feedback: "feedback", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", name: "name", options: "options", required: "required", size: "size", value: "value" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1281
1259
|
};
|
|
1282
1260
|
ModusWcSelect = __decorate([
|
|
1283
1261
|
ProxyCmp({
|
|
1284
|
-
defineCustomElementFn: defineCustomElement$A,
|
|
1285
1262
|
inputs: ['bordered', 'customClass', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'name', 'options', 'required', 'size', 'value']
|
|
1286
1263
|
})
|
|
1287
1264
|
], ModusWcSelect);
|
|
1288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1265
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcSelect, decorators: [{
|
|
1289
1266
|
type: Component,
|
|
1290
1267
|
args: [{
|
|
1291
1268
|
selector: 'modus-wc-select',
|
|
@@ -1294,6 +1271,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1294
1271
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1295
1272
|
inputs: ['bordered', 'customClass', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'name', 'options', 'required', 'size', 'value'],
|
|
1296
1273
|
outputs: ['inputBlur', 'inputChange', 'inputFocus'],
|
|
1274
|
+
standalone: false
|
|
1297
1275
|
}]
|
|
1298
1276
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { inputBlur: [{
|
|
1299
1277
|
type: Output
|
|
@@ -1311,16 +1289,15 @@ let ModusWcSideNavigation = class ModusWcSideNavigation {
|
|
|
1311
1289
|
c.detach();
|
|
1312
1290
|
this.el = r.nativeElement;
|
|
1313
1291
|
}
|
|
1314
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1315
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1292
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcSideNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1293
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcSideNavigation, selector: "modus-wc-side-navigation", inputs: { collapseOnClickOutside: "collapseOnClickOutside", customClass: "customClass", expanded: "expanded", maxWidth: "maxWidth", mode: "mode", targetContent: "targetContent" }, outputs: { expandedChange: "expandedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1316
1294
|
};
|
|
1317
1295
|
ModusWcSideNavigation = __decorate([
|
|
1318
1296
|
ProxyCmp({
|
|
1319
|
-
defineCustomElementFn: defineCustomElement$B,
|
|
1320
1297
|
inputs: ['collapseOnClickOutside', 'customClass', 'expanded', 'maxWidth', 'mode', 'targetContent']
|
|
1321
1298
|
})
|
|
1322
1299
|
], ModusWcSideNavigation);
|
|
1323
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcSideNavigation, decorators: [{
|
|
1324
1301
|
type: Component,
|
|
1325
1302
|
args: [{
|
|
1326
1303
|
selector: 'modus-wc-side-navigation',
|
|
@@ -1329,6 +1306,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1329
1306
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1330
1307
|
inputs: ['collapseOnClickOutside', 'customClass', 'expanded', 'maxWidth', 'mode', 'targetContent'],
|
|
1331
1308
|
outputs: ['expandedChange'],
|
|
1309
|
+
standalone: false
|
|
1332
1310
|
}]
|
|
1333
1311
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { expandedChange: [{
|
|
1334
1312
|
type: Output
|
|
@@ -1341,16 +1319,15 @@ let ModusWcSkeleton = class ModusWcSkeleton {
|
|
|
1341
1319
|
c.detach();
|
|
1342
1320
|
this.el = r.nativeElement;
|
|
1343
1321
|
}
|
|
1344
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1345
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1322
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcSkeleton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1323
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcSkeleton, selector: "modus-wc-skeleton", inputs: { customClass: "customClass", height: "height", shape: "shape", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1346
1324
|
};
|
|
1347
1325
|
ModusWcSkeleton = __decorate([
|
|
1348
1326
|
ProxyCmp({
|
|
1349
|
-
defineCustomElementFn: defineCustomElement$C,
|
|
1350
1327
|
inputs: ['customClass', 'height', 'shape', 'width']
|
|
1351
1328
|
})
|
|
1352
1329
|
], ModusWcSkeleton);
|
|
1353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1330
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcSkeleton, decorators: [{
|
|
1354
1331
|
type: Component,
|
|
1355
1332
|
args: [{
|
|
1356
1333
|
selector: 'modus-wc-skeleton',
|
|
@@ -1358,6 +1335,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1358
1335
|
template: '<ng-content></ng-content>',
|
|
1359
1336
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1360
1337
|
inputs: ['customClass', 'height', 'shape', 'width'],
|
|
1338
|
+
standalone: false
|
|
1361
1339
|
}]
|
|
1362
1340
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1363
1341
|
let ModusWcSlider = class ModusWcSlider {
|
|
@@ -1371,16 +1349,15 @@ let ModusWcSlider = class ModusWcSlider {
|
|
|
1371
1349
|
c.detach();
|
|
1372
1350
|
this.el = r.nativeElement;
|
|
1373
1351
|
}
|
|
1374
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1375
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1352
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1353
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcSlider, selector: "modus-wc-slider", inputs: { customClass: "customClass", disabled: "disabled", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", max: "max", min: "min", name: "name", required: "required", size: "size", step: "step", value: "value" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1376
1354
|
};
|
|
1377
1355
|
ModusWcSlider = __decorate([
|
|
1378
1356
|
ProxyCmp({
|
|
1379
|
-
defineCustomElementFn: defineCustomElement$D,
|
|
1380
1357
|
inputs: ['customClass', 'disabled', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'required', 'size', 'step', 'value']
|
|
1381
1358
|
})
|
|
1382
1359
|
], ModusWcSlider);
|
|
1383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcSlider, decorators: [{
|
|
1384
1361
|
type: Component,
|
|
1385
1362
|
args: [{
|
|
1386
1363
|
selector: 'modus-wc-slider',
|
|
@@ -1389,6 +1366,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1389
1366
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1390
1367
|
inputs: ['customClass', 'disabled', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'required', 'size', 'step', 'value'],
|
|
1391
1368
|
outputs: ['inputBlur', 'inputChange', 'inputFocus'],
|
|
1369
|
+
standalone: false
|
|
1392
1370
|
}]
|
|
1393
1371
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { inputBlur: [{
|
|
1394
1372
|
type: Output
|
|
@@ -1406,16 +1384,15 @@ let ModusWcStepper = class ModusWcStepper {
|
|
|
1406
1384
|
c.detach();
|
|
1407
1385
|
this.el = r.nativeElement;
|
|
1408
1386
|
}
|
|
1409
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1410
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1387
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1388
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcStepper, selector: "modus-wc-stepper", inputs: { customClass: "customClass", interactive: "interactive", orientation: "orientation", steps: "steps" }, outputs: { stepClick: "stepClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1411
1389
|
};
|
|
1412
1390
|
ModusWcStepper = __decorate([
|
|
1413
1391
|
ProxyCmp({
|
|
1414
|
-
defineCustomElementFn: defineCustomElement$E,
|
|
1415
1392
|
inputs: ['customClass', 'interactive', 'orientation', 'steps']
|
|
1416
1393
|
})
|
|
1417
1394
|
], ModusWcStepper);
|
|
1418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1395
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcStepper, decorators: [{
|
|
1419
1396
|
type: Component,
|
|
1420
1397
|
args: [{
|
|
1421
1398
|
selector: 'modus-wc-stepper',
|
|
@@ -1424,6 +1401,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1424
1401
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1425
1402
|
inputs: ['customClass', 'interactive', 'orientation', 'steps'],
|
|
1426
1403
|
outputs: ['stepClick'],
|
|
1404
|
+
standalone: false
|
|
1427
1405
|
}]
|
|
1428
1406
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { stepClick: [{
|
|
1429
1407
|
type: Output
|
|
@@ -1439,16 +1417,15 @@ let ModusWcSwitch = class ModusWcSwitch {
|
|
|
1439
1417
|
c.detach();
|
|
1440
1418
|
this.el = r.nativeElement;
|
|
1441
1419
|
}
|
|
1442
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1443
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1420
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1421
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcSwitch, selector: "modus-wc-switch", inputs: { customClass: "customClass", disabled: "disabled", indeterminate: "indeterminate", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", name: "name", required: "required", size: "size", value: "value" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1444
1422
|
};
|
|
1445
1423
|
ModusWcSwitch = __decorate([
|
|
1446
1424
|
ProxyCmp({
|
|
1447
|
-
defineCustomElementFn: defineCustomElement$F,
|
|
1448
1425
|
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
1449
1426
|
})
|
|
1450
1427
|
], ModusWcSwitch);
|
|
1451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcSwitch, decorators: [{
|
|
1452
1429
|
type: Component,
|
|
1453
1430
|
args: [{
|
|
1454
1431
|
selector: 'modus-wc-switch',
|
|
@@ -1457,6 +1434,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1457
1434
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1458
1435
|
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value'],
|
|
1459
1436
|
outputs: ['inputBlur', 'inputChange', 'inputFocus'],
|
|
1437
|
+
standalone: false
|
|
1460
1438
|
}]
|
|
1461
1439
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { inputBlur: [{
|
|
1462
1440
|
type: Output
|
|
@@ -1479,16 +1457,15 @@ let ModusWcTable = class ModusWcTable {
|
|
|
1479
1457
|
c.detach();
|
|
1480
1458
|
this.el = r.nativeElement;
|
|
1481
1459
|
}
|
|
1482
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1483
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1460
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1461
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcTable, selector: "modus-wc-table", inputs: { caption: "caption", columns: "columns", currentPage: "currentPage", customClass: "customClass", data: "data", density: "density", editable: "editable", hover: "hover", isRowSelectable: "isRowSelectable", pageSizeOptions: "pageSizeOptions", paginated: "paginated", selectable: "selectable", selectedRowIds: "selectedRowIds", showPageSizeSelector: "showPageSizeSelector", sortable: "sortable", zebra: "zebra" }, outputs: { cellEditStart: "cellEditStart", cellEditCommit: "cellEditCommit", rowClick: "rowClick", sortChange: "sortChange", paginationChange: "paginationChange", rowSelectionChange: "rowSelectionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1484
1462
|
};
|
|
1485
1463
|
ModusWcTable = __decorate([
|
|
1486
1464
|
ProxyCmp({
|
|
1487
|
-
defineCustomElementFn: defineCustomElement$G,
|
|
1488
1465
|
inputs: ['caption', 'columns', 'currentPage', 'customClass', 'data', 'density', 'editable', 'hover', 'isRowSelectable', 'pageSizeOptions', 'paginated', 'selectable', 'selectedRowIds', 'showPageSizeSelector', 'sortable', 'zebra']
|
|
1489
1466
|
})
|
|
1490
1467
|
], ModusWcTable);
|
|
1491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1468
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcTable, decorators: [{
|
|
1492
1469
|
type: Component,
|
|
1493
1470
|
args: [{
|
|
1494
1471
|
selector: 'modus-wc-table',
|
|
@@ -1497,6 +1474,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1497
1474
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1498
1475
|
inputs: ['caption', { name: 'columns', required: true }, 'currentPage', 'customClass', { name: 'data', required: true }, 'density', 'editable', 'hover', 'isRowSelectable', 'pageSizeOptions', 'paginated', 'selectable', 'selectedRowIds', 'showPageSizeSelector', 'sortable', 'zebra'],
|
|
1499
1476
|
outputs: ['cellEditStart', 'cellEditCommit', 'rowClick', 'sortChange', 'paginationChange', 'rowSelectionChange'],
|
|
1477
|
+
standalone: false
|
|
1500
1478
|
}]
|
|
1501
1479
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { cellEditStart: [{
|
|
1502
1480
|
type: Output
|
|
@@ -1520,16 +1498,15 @@ let ModusWcTabs = class ModusWcTabs {
|
|
|
1520
1498
|
c.detach();
|
|
1521
1499
|
this.el = r.nativeElement;
|
|
1522
1500
|
}
|
|
1523
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1524
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1501
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1502
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcTabs, selector: "modus-wc-tabs", inputs: { activeTabIndex: "activeTabIndex", customClass: "customClass", size: "size", tabStyle: "tabStyle", tabs: "tabs" }, outputs: { tabChange: "tabChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1525
1503
|
};
|
|
1526
1504
|
ModusWcTabs = __decorate([
|
|
1527
1505
|
ProxyCmp({
|
|
1528
|
-
defineCustomElementFn: defineCustomElement$H,
|
|
1529
1506
|
inputs: ['activeTabIndex', 'customClass', 'size', 'tabStyle', 'tabs']
|
|
1530
1507
|
})
|
|
1531
1508
|
], ModusWcTabs);
|
|
1532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcTabs, decorators: [{
|
|
1533
1510
|
type: Component,
|
|
1534
1511
|
args: [{
|
|
1535
1512
|
selector: 'modus-wc-tabs',
|
|
@@ -1538,6 +1515,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1538
1515
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1539
1516
|
inputs: ['activeTabIndex', 'customClass', 'size', 'tabStyle', 'tabs'],
|
|
1540
1517
|
outputs: ['tabChange'],
|
|
1518
|
+
standalone: false
|
|
1541
1519
|
}]
|
|
1542
1520
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tabChange: [{
|
|
1543
1521
|
type: Output
|
|
@@ -1554,16 +1532,15 @@ let ModusWcTextInput = class ModusWcTextInput {
|
|
|
1554
1532
|
c.detach();
|
|
1555
1533
|
this.el = r.nativeElement;
|
|
1556
1534
|
}
|
|
1557
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1558
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1535
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcTextInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1536
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcTextInput, selector: "modus-wc-text-input", inputs: { autoCapitalize: "autoCapitalize", autoComplete: "autoComplete", autoCorrect: "autoCorrect", bordered: "bordered", clearAriaLabel: "clearAriaLabel", customClass: "customClass", disabled: "disabled", enterkeyhint: "enterkeyhint", feedback: "feedback", includeClear: "includeClear", includeSearch: "includeSearch", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", maxLength: "maxLength", minLength: "minLength", name: "name", pattern: "pattern", placeholder: "placeholder", readOnly: "readOnly", required: "required", size: "size", type: "type", value: "value" }, outputs: { clearClick: "clearClick", inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1559
1537
|
};
|
|
1560
1538
|
ModusWcTextInput = __decorate([
|
|
1561
1539
|
ProxyCmp({
|
|
1562
|
-
defineCustomElementFn: defineCustomElement$I,
|
|
1563
1540
|
inputs: ['autoCapitalize', 'autoComplete', 'autoCorrect', 'bordered', 'clearAriaLabel', 'customClass', 'disabled', 'enterkeyhint', 'feedback', 'includeClear', 'includeSearch', 'inputId', 'inputTabIndex', 'label', 'maxLength', 'minLength', 'name', 'pattern', 'placeholder', 'readOnly', 'required', 'size', 'type', 'value']
|
|
1564
1541
|
})
|
|
1565
1542
|
], ModusWcTextInput);
|
|
1566
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1543
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcTextInput, decorators: [{
|
|
1567
1544
|
type: Component,
|
|
1568
1545
|
args: [{
|
|
1569
1546
|
selector: 'modus-wc-text-input',
|
|
@@ -1572,6 +1549,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1572
1549
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1573
1550
|
inputs: ['autoCapitalize', 'autoComplete', 'autoCorrect', 'bordered', 'clearAriaLabel', 'customClass', 'disabled', 'enterkeyhint', 'feedback', 'includeClear', 'includeSearch', 'inputId', 'inputTabIndex', 'label', 'maxLength', 'minLength', 'name', 'pattern', 'placeholder', 'readOnly', 'required', 'size', 'type', 'value'],
|
|
1574
1551
|
outputs: ['clearClick', 'inputBlur', 'inputChange', 'inputFocus'],
|
|
1552
|
+
standalone: false
|
|
1575
1553
|
}]
|
|
1576
1554
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { clearClick: [{
|
|
1577
1555
|
type: Output
|
|
@@ -1593,16 +1571,15 @@ let ModusWcTextarea = class ModusWcTextarea {
|
|
|
1593
1571
|
c.detach();
|
|
1594
1572
|
this.el = r.nativeElement;
|
|
1595
1573
|
}
|
|
1596
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1597
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1574
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1575
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcTextarea, selector: "modus-wc-textarea", inputs: { autoCorrect: "autoCorrect", bordered: "bordered", customClass: "customClass", disabled: "disabled", enterkeyhint: "enterkeyhint", feedback: "feedback", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", maxLength: "maxLength", minLength: "minLength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", size: "size", value: "value" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1598
1576
|
};
|
|
1599
1577
|
ModusWcTextarea = __decorate([
|
|
1600
1578
|
ProxyCmp({
|
|
1601
|
-
defineCustomElementFn: defineCustomElement$J,
|
|
1602
1579
|
inputs: ['autoCorrect', 'bordered', 'customClass', 'disabled', 'enterkeyhint', 'feedback', 'inputId', 'inputTabIndex', 'label', 'maxLength', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'size', 'value']
|
|
1603
1580
|
})
|
|
1604
1581
|
], ModusWcTextarea);
|
|
1605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcTextarea, decorators: [{
|
|
1606
1583
|
type: Component,
|
|
1607
1584
|
args: [{
|
|
1608
1585
|
selector: 'modus-wc-textarea',
|
|
@@ -1611,6 +1588,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1611
1588
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1612
1589
|
inputs: ['autoCorrect', 'bordered', 'customClass', 'disabled', 'enterkeyhint', 'feedback', 'inputId', 'inputTabIndex', 'label', 'maxLength', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'size', 'value'],
|
|
1613
1590
|
outputs: ['inputBlur', 'inputChange', 'inputFocus'],
|
|
1591
|
+
standalone: false
|
|
1614
1592
|
}]
|
|
1615
1593
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { inputBlur: [{
|
|
1616
1594
|
type: Output
|
|
@@ -1627,16 +1605,15 @@ let ModusWcThemeProvider = class ModusWcThemeProvider {
|
|
|
1627
1605
|
c.detach();
|
|
1628
1606
|
this.el = r.nativeElement;
|
|
1629
1607
|
}
|
|
1630
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1631
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1608
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcThemeProvider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1609
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcThemeProvider, selector: "modus-wc-theme-provider", inputs: { initialTheme: "initialTheme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1632
1610
|
};
|
|
1633
1611
|
ModusWcThemeProvider = __decorate([
|
|
1634
1612
|
ProxyCmp({
|
|
1635
|
-
defineCustomElementFn: defineCustomElement$K,
|
|
1636
1613
|
inputs: ['initialTheme']
|
|
1637
1614
|
})
|
|
1638
1615
|
], ModusWcThemeProvider);
|
|
1639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcThemeProvider, decorators: [{
|
|
1640
1617
|
type: Component,
|
|
1641
1618
|
args: [{
|
|
1642
1619
|
selector: 'modus-wc-theme-provider',
|
|
@@ -1644,6 +1621,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1644
1621
|
template: '<ng-content></ng-content>',
|
|
1645
1622
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1646
1623
|
inputs: ['initialTheme'],
|
|
1624
|
+
standalone: false
|
|
1647
1625
|
}]
|
|
1648
1626
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1649
1627
|
let ModusWcThemeSwitcher = class ModusWcThemeSwitcher {
|
|
@@ -1655,16 +1633,15 @@ let ModusWcThemeSwitcher = class ModusWcThemeSwitcher {
|
|
|
1655
1633
|
c.detach();
|
|
1656
1634
|
this.el = r.nativeElement;
|
|
1657
1635
|
}
|
|
1658
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1659
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1636
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcThemeSwitcher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1637
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcThemeSwitcher, selector: "modus-wc-theme-switcher", inputs: { customClass: "customClass" }, outputs: { themeChange: "themeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1660
1638
|
};
|
|
1661
1639
|
ModusWcThemeSwitcher = __decorate([
|
|
1662
1640
|
ProxyCmp({
|
|
1663
|
-
defineCustomElementFn: defineCustomElement$L,
|
|
1664
1641
|
inputs: ['customClass']
|
|
1665
1642
|
})
|
|
1666
1643
|
], ModusWcThemeSwitcher);
|
|
1667
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1644
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcThemeSwitcher, decorators: [{
|
|
1668
1645
|
type: Component,
|
|
1669
1646
|
args: [{
|
|
1670
1647
|
selector: 'modus-wc-theme-switcher',
|
|
@@ -1673,6 +1650,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1673
1650
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1674
1651
|
inputs: ['customClass'],
|
|
1675
1652
|
outputs: ['themeChange'],
|
|
1653
|
+
standalone: false
|
|
1676
1654
|
}]
|
|
1677
1655
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { themeChange: [{
|
|
1678
1656
|
type: Output
|
|
@@ -1688,16 +1666,15 @@ let ModusWcTimeInput = class ModusWcTimeInput {
|
|
|
1688
1666
|
c.detach();
|
|
1689
1667
|
this.el = r.nativeElement;
|
|
1690
1668
|
}
|
|
1691
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1692
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1669
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcTimeInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1670
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcTimeInput, selector: "modus-wc-time-input", inputs: { autoComplete: "autoComplete", bordered: "bordered", customClass: "customClass", datalistId: "datalistId", datalistOptions: "datalistOptions", disabled: "disabled", feedback: "feedback", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", max: "max", min: "min", name: "name", readOnly: "readOnly", required: "required", showSeconds: "showSeconds", size: "size", step: "step", value: "value" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1693
1671
|
};
|
|
1694
1672
|
ModusWcTimeInput = __decorate([
|
|
1695
1673
|
ProxyCmp({
|
|
1696
|
-
defineCustomElementFn: defineCustomElement$M,
|
|
1697
1674
|
inputs: ['autoComplete', 'bordered', 'customClass', 'datalistId', 'datalistOptions', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'readOnly', 'required', 'showSeconds', 'size', 'step', 'value']
|
|
1698
1675
|
})
|
|
1699
1676
|
], ModusWcTimeInput);
|
|
1700
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1677
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcTimeInput, decorators: [{
|
|
1701
1678
|
type: Component,
|
|
1702
1679
|
args: [{
|
|
1703
1680
|
selector: 'modus-wc-time-input',
|
|
@@ -1706,6 +1683,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1706
1683
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1707
1684
|
inputs: ['autoComplete', 'bordered', 'customClass', 'datalistId', 'datalistOptions', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'readOnly', 'required', 'showSeconds', 'size', 'step', 'value'],
|
|
1708
1685
|
outputs: ['inputBlur', 'inputChange', 'inputFocus'],
|
|
1686
|
+
standalone: false
|
|
1709
1687
|
}]
|
|
1710
1688
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { inputBlur: [{
|
|
1711
1689
|
type: Output
|
|
@@ -1722,16 +1700,15 @@ let ModusWcToast = class ModusWcToast {
|
|
|
1722
1700
|
c.detach();
|
|
1723
1701
|
this.el = r.nativeElement;
|
|
1724
1702
|
}
|
|
1725
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1726
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1703
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1704
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcToast, selector: "modus-wc-toast", inputs: { customClass: "customClass", delay: "delay", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1727
1705
|
};
|
|
1728
1706
|
ModusWcToast = __decorate([
|
|
1729
1707
|
ProxyCmp({
|
|
1730
|
-
defineCustomElementFn: defineCustomElement$N,
|
|
1731
1708
|
inputs: ['customClass', 'delay', 'position']
|
|
1732
1709
|
})
|
|
1733
1710
|
], ModusWcToast);
|
|
1734
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1711
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcToast, decorators: [{
|
|
1735
1712
|
type: Component,
|
|
1736
1713
|
args: [{
|
|
1737
1714
|
selector: 'modus-wc-toast',
|
|
@@ -1739,6 +1716,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1739
1716
|
template: '<ng-content></ng-content>',
|
|
1740
1717
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1741
1718
|
inputs: ['customClass', 'delay', 'position'],
|
|
1719
|
+
standalone: false
|
|
1742
1720
|
}]
|
|
1743
1721
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1744
1722
|
let ModusWcToolbar = class ModusWcToolbar {
|
|
@@ -1749,16 +1727,15 @@ let ModusWcToolbar = class ModusWcToolbar {
|
|
|
1749
1727
|
c.detach();
|
|
1750
1728
|
this.el = r.nativeElement;
|
|
1751
1729
|
}
|
|
1752
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1753
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1730
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcToolbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1731
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcToolbar, selector: "modus-wc-toolbar", inputs: { customClass: "customClass" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1754
1732
|
};
|
|
1755
1733
|
ModusWcToolbar = __decorate([
|
|
1756
1734
|
ProxyCmp({
|
|
1757
|
-
defineCustomElementFn: defineCustomElement$O,
|
|
1758
1735
|
inputs: ['customClass']
|
|
1759
1736
|
})
|
|
1760
1737
|
], ModusWcToolbar);
|
|
1761
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1738
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcToolbar, decorators: [{
|
|
1762
1739
|
type: Component,
|
|
1763
1740
|
args: [{
|
|
1764
1741
|
selector: 'modus-wc-toolbar',
|
|
@@ -1766,6 +1743,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1766
1743
|
template: '<ng-content></ng-content>',
|
|
1767
1744
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1768
1745
|
inputs: ['customClass'],
|
|
1746
|
+
standalone: false
|
|
1769
1747
|
}]
|
|
1770
1748
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1771
1749
|
let ModusWcTooltip = class ModusWcTooltip {
|
|
@@ -1777,16 +1755,15 @@ let ModusWcTooltip = class ModusWcTooltip {
|
|
|
1777
1755
|
c.detach();
|
|
1778
1756
|
this.el = r.nativeElement;
|
|
1779
1757
|
}
|
|
1780
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1781
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1758
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1759
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcTooltip, selector: "modus-wc-tooltip", inputs: { content: "content", contentElement: "contentElement", customClass: "customClass", disabled: "disabled", forceOpen: "forceOpen", position: "position", tooltipId: "tooltipId" }, outputs: { dismissEscape: "dismissEscape" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1782
1760
|
};
|
|
1783
1761
|
ModusWcTooltip = __decorate([
|
|
1784
1762
|
ProxyCmp({
|
|
1785
|
-
defineCustomElementFn: defineCustomElement$P,
|
|
1786
1763
|
inputs: ['content', 'contentElement', 'customClass', 'disabled', 'forceOpen', 'position', 'tooltipId']
|
|
1787
1764
|
})
|
|
1788
1765
|
], ModusWcTooltip);
|
|
1789
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1766
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcTooltip, decorators: [{
|
|
1790
1767
|
type: Component,
|
|
1791
1768
|
args: [{
|
|
1792
1769
|
selector: 'modus-wc-tooltip',
|
|
@@ -1795,6 +1772,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1795
1772
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1796
1773
|
inputs: ['content', 'contentElement', 'customClass', 'disabled', 'forceOpen', 'position', 'tooltipId'],
|
|
1797
1774
|
outputs: ['dismissEscape'],
|
|
1775
|
+
standalone: false
|
|
1798
1776
|
}]
|
|
1799
1777
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dismissEscape: [{
|
|
1800
1778
|
type: Output
|
|
@@ -1808,17 +1786,16 @@ let ModusWcTreeItem = class ModusWcTreeItem {
|
|
|
1808
1786
|
c.detach();
|
|
1809
1787
|
this.el = r.nativeElement;
|
|
1810
1788
|
}
|
|
1811
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1812
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1789
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcTreeItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1790
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcTreeItem, selector: "modus-wc-tree-item", inputs: { blockExpand: "blockExpand", bordered: "bordered", checkbox: "checkbox", customClass: "customClass", disabled: "disabled", focused: "focused", hasSubmenu: "hasSubmenu", label: "label", selected: "selected", size: "size", subLabel: "subLabel", tooltipContent: "tooltipContent", tooltipPosition: "tooltipPosition", value: "value" }, outputs: { itemSelect: "itemSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1813
1791
|
};
|
|
1814
1792
|
ModusWcTreeItem = __decorate([
|
|
1815
1793
|
ProxyCmp({
|
|
1816
|
-
defineCustomElementFn: defineCustomElement$Q,
|
|
1817
1794
|
inputs: ['blockExpand', 'bordered', 'checkbox', 'customClass', 'disabled', 'focused', 'hasSubmenu', 'label', 'selected', 'size', 'subLabel', 'tooltipContent', 'tooltipPosition', 'value'],
|
|
1818
1795
|
methods: ['collapseSubmenu']
|
|
1819
1796
|
})
|
|
1820
1797
|
], ModusWcTreeItem);
|
|
1821
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1798
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcTreeItem, decorators: [{
|
|
1822
1799
|
type: Component,
|
|
1823
1800
|
args: [{
|
|
1824
1801
|
selector: 'modus-wc-tree-item',
|
|
@@ -1827,6 +1804,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1827
1804
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1828
1805
|
inputs: ['blockExpand', 'bordered', 'checkbox', 'customClass', 'disabled', 'focused', 'hasSubmenu', 'label', 'selected', 'size', 'subLabel', 'tooltipContent', 'tooltipPosition', 'value'],
|
|
1829
1806
|
outputs: ['itemSelect'],
|
|
1807
|
+
standalone: false
|
|
1830
1808
|
}]
|
|
1831
1809
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { itemSelect: [{
|
|
1832
1810
|
type: Output
|
|
@@ -1841,16 +1819,15 @@ let ModusWcTreeMenu = class ModusWcTreeMenu {
|
|
|
1841
1819
|
c.detach();
|
|
1842
1820
|
this.el = r.nativeElement;
|
|
1843
1821
|
}
|
|
1844
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1845
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1822
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcTreeMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1823
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcTreeMenu, selector: "modus-wc-tree-menu", inputs: { bordered: "bordered", customClass: "customClass", isSubMenu: "isSubMenu", orientation: "orientation", selectionMode: "selectionMode", size: "size" }, outputs: { menuFocusout: "menuFocusout", menuSelectionChange: "menuSelectionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1846
1824
|
};
|
|
1847
1825
|
ModusWcTreeMenu = __decorate([
|
|
1848
1826
|
ProxyCmp({
|
|
1849
|
-
defineCustomElementFn: defineCustomElement$R,
|
|
1850
1827
|
inputs: ['bordered', 'customClass', 'isSubMenu', 'orientation', 'selectionMode', 'size']
|
|
1851
1828
|
})
|
|
1852
1829
|
], ModusWcTreeMenu);
|
|
1853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1830
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcTreeMenu, decorators: [{
|
|
1854
1831
|
type: Component,
|
|
1855
1832
|
args: [{
|
|
1856
1833
|
selector: 'modus-wc-tree-menu',
|
|
@@ -1859,6 +1836,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1859
1836
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1860
1837
|
inputs: ['bordered', 'customClass', 'isSubMenu', 'orientation', 'selectionMode', 'size'],
|
|
1861
1838
|
outputs: ['menuFocusout', 'menuSelectionChange'],
|
|
1839
|
+
standalone: false
|
|
1862
1840
|
}]
|
|
1863
1841
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { menuFocusout: [{
|
|
1864
1842
|
type: Output
|
|
@@ -1873,16 +1851,15 @@ let ModusWcTypography = class ModusWcTypography {
|
|
|
1873
1851
|
c.detach();
|
|
1874
1852
|
this.el = r.nativeElement;
|
|
1875
1853
|
}
|
|
1876
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1877
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1854
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcTypography, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1855
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcTypography, selector: "modus-wc-typography", inputs: { customClass: "customClass", hierarchy: "hierarchy", label: "label", size: "size", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1878
1856
|
};
|
|
1879
1857
|
ModusWcTypography = __decorate([
|
|
1880
1858
|
ProxyCmp({
|
|
1881
|
-
defineCustomElementFn: defineCustomElement$S,
|
|
1882
1859
|
inputs: ['customClass', 'hierarchy', 'label', 'size', 'weight']
|
|
1883
1860
|
})
|
|
1884
1861
|
], ModusWcTypography);
|
|
1885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1862
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcTypography, decorators: [{
|
|
1886
1863
|
type: Component,
|
|
1887
1864
|
args: [{
|
|
1888
1865
|
selector: 'modus-wc-typography',
|
|
@@ -1890,6 +1867,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1890
1867
|
template: '<ng-content></ng-content>',
|
|
1891
1868
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1892
1869
|
inputs: ['customClass', 'hierarchy', { name: 'label', required: true }, 'size', 'weight'],
|
|
1870
|
+
standalone: false
|
|
1893
1871
|
}]
|
|
1894
1872
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1895
1873
|
let ModusWcUtilityPanel = class ModusWcUtilityPanel {
|
|
@@ -1902,16 +1880,15 @@ let ModusWcUtilityPanel = class ModusWcUtilityPanel {
|
|
|
1902
1880
|
c.detach();
|
|
1903
1881
|
this.el = r.nativeElement;
|
|
1904
1882
|
}
|
|
1905
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1906
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1883
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcUtilityPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1884
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcUtilityPanel, selector: "modus-wc-utility-panel", inputs: { customClass: "customClass", expanded: "expanded", pushContent: "pushContent", targetElement: "targetElement" }, outputs: { panelOpened: "panelOpened", panelClosed: "panelClosed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1907
1885
|
};
|
|
1908
1886
|
ModusWcUtilityPanel = __decorate([
|
|
1909
1887
|
ProxyCmp({
|
|
1910
|
-
defineCustomElementFn: defineCustomElement$T,
|
|
1911
1888
|
inputs: ['customClass', 'expanded', 'pushContent', 'targetElement']
|
|
1912
1889
|
})
|
|
1913
1890
|
], ModusWcUtilityPanel);
|
|
1914
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1891
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcUtilityPanel, decorators: [{
|
|
1915
1892
|
type: Component,
|
|
1916
1893
|
args: [{
|
|
1917
1894
|
selector: 'modus-wc-utility-panel',
|
|
@@ -1920,6 +1897,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1920
1897
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1921
1898
|
inputs: ['customClass', 'expanded', 'pushContent', 'targetElement'],
|
|
1922
1899
|
outputs: ['panelOpened', 'panelClosed'],
|
|
1900
|
+
standalone: false
|
|
1923
1901
|
}]
|
|
1924
1902
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { panelOpened: [{
|
|
1925
1903
|
type: Output
|
|
@@ -1927,6 +1905,101 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1927
1905
|
type: Output
|
|
1928
1906
|
}] } });
|
|
1929
1907
|
|
|
1908
|
+
const DIRECTIVES = [
|
|
1909
|
+
ModusWcAccordion,
|
|
1910
|
+
ModusWcAlert,
|
|
1911
|
+
ModusWcAppMenu,
|
|
1912
|
+
ModusWcAutocomplete,
|
|
1913
|
+
ModusWcAvatar,
|
|
1914
|
+
ModusWcBadge,
|
|
1915
|
+
ModusWcBottomSheet,
|
|
1916
|
+
ModusWcBreadcrumbs,
|
|
1917
|
+
ModusWcButton,
|
|
1918
|
+
ModusWcButtonGroup,
|
|
1919
|
+
ModusWcCard,
|
|
1920
|
+
ModusWcCheckbox,
|
|
1921
|
+
ModusWcChip,
|
|
1922
|
+
ModusWcCollapse,
|
|
1923
|
+
ModusWcDate,
|
|
1924
|
+
ModusWcDivider,
|
|
1925
|
+
ModusWcDropdownMenu,
|
|
1926
|
+
ModusWcFileDropzone,
|
|
1927
|
+
ModusWcHandle,
|
|
1928
|
+
ModusWcIcon,
|
|
1929
|
+
ModusWcInputFeedback,
|
|
1930
|
+
ModusWcInputLabel,
|
|
1931
|
+
ModusWcLink,
|
|
1932
|
+
ModusWcLoader,
|
|
1933
|
+
ModusWcLogo,
|
|
1934
|
+
ModusWcMenu,
|
|
1935
|
+
ModusWcMenuItem,
|
|
1936
|
+
ModusWcModal,
|
|
1937
|
+
ModusWcNavbar,
|
|
1938
|
+
ModusWcNumberInput,
|
|
1939
|
+
ModusWcPagination,
|
|
1940
|
+
ModusWcPanel,
|
|
1941
|
+
ModusWcProfileMenu,
|
|
1942
|
+
ModusWcProgress,
|
|
1943
|
+
ModusWcRadio,
|
|
1944
|
+
ModusWcRating,
|
|
1945
|
+
ModusWcSelect,
|
|
1946
|
+
ModusWcSideNavigation,
|
|
1947
|
+
ModusWcSkeleton,
|
|
1948
|
+
ModusWcSlider,
|
|
1949
|
+
ModusWcStepper,
|
|
1950
|
+
ModusWcSwitch,
|
|
1951
|
+
ModusWcTable,
|
|
1952
|
+
ModusWcTabs,
|
|
1953
|
+
ModusWcTextInput,
|
|
1954
|
+
ModusWcTextarea,
|
|
1955
|
+
ModusWcThemeProvider,
|
|
1956
|
+
ModusWcThemeSwitcher,
|
|
1957
|
+
ModusWcTimeInput,
|
|
1958
|
+
ModusWcToast,
|
|
1959
|
+
ModusWcToolbar,
|
|
1960
|
+
ModusWcTooltip,
|
|
1961
|
+
ModusWcTreeItem,
|
|
1962
|
+
ModusWcTreeMenu,
|
|
1963
|
+
ModusWcTypography,
|
|
1964
|
+
ModusWcUtilityPanel
|
|
1965
|
+
];
|
|
1966
|
+
|
|
1967
|
+
class ModusAngularComponentsModule {
|
|
1968
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusAngularComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1969
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.9", ngImport: i0, type: ModusAngularComponentsModule, declarations: [ModusWcAccordion, ModusWcAlert, ModusWcAppMenu, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBottomSheet, ModusWcBreadcrumbs, ModusWcButton, ModusWcButtonGroup, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcDropdownMenu, ModusWcFileDropzone, ModusWcHandle, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLink, ModusWcLoader, ModusWcLogo, ModusWcMenu, ModusWcMenuItem, ModusWcModal, ModusWcNavbar, ModusWcNumberInput, ModusWcPagination, ModusWcPanel, ModusWcProfileMenu, ModusWcProgress, ModusWcRadio, ModusWcRating, ModusWcSelect, ModusWcSideNavigation, ModusWcSkeleton, ModusWcSlider, ModusWcStepper, ModusWcSwitch, ModusWcTable, ModusWcTabs, ModusWcTextInput, ModusWcTextarea, ModusWcThemeProvider, ModusWcThemeSwitcher, ModusWcTimeInput, ModusWcToast, ModusWcToolbar, ModusWcTooltip, ModusWcTreeItem, ModusWcTreeMenu, ModusWcTypography, ModusWcUtilityPanel], exports: [ModusWcAccordion, ModusWcAlert, ModusWcAppMenu, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBottomSheet, ModusWcBreadcrumbs, ModusWcButton, ModusWcButtonGroup, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcDropdownMenu, ModusWcFileDropzone, ModusWcHandle, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLink, ModusWcLoader, ModusWcLogo, ModusWcMenu, ModusWcMenuItem, ModusWcModal, ModusWcNavbar, ModusWcNumberInput, ModusWcPagination, ModusWcPanel, ModusWcProfileMenu, ModusWcProgress, ModusWcRadio, ModusWcRating, ModusWcSelect, ModusWcSideNavigation, ModusWcSkeleton, ModusWcSlider, ModusWcStepper, ModusWcSwitch, ModusWcTable, ModusWcTabs, ModusWcTextInput, ModusWcTextarea, ModusWcThemeProvider, ModusWcThemeSwitcher, ModusWcTimeInput, ModusWcToast, ModusWcToolbar, ModusWcTooltip, ModusWcTreeItem, ModusWcTreeMenu, ModusWcTypography, ModusWcUtilityPanel] });
|
|
1970
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusAngularComponentsModule, providers: [
|
|
1971
|
+
{
|
|
1972
|
+
provide: APP_INITIALIZER,
|
|
1973
|
+
useFactory: () => () => {
|
|
1974
|
+
// Configure asset path for Angular applications
|
|
1975
|
+
// Assets should be copied to /assets/ via angular.json configuration
|
|
1976
|
+
setAssetPath('/assets/');
|
|
1977
|
+
defineCustomElements(window);
|
|
1978
|
+
},
|
|
1979
|
+
multi: true,
|
|
1980
|
+
}
|
|
1981
|
+
] });
|
|
1982
|
+
}
|
|
1983
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusAngularComponentsModule, decorators: [{
|
|
1984
|
+
type: NgModule,
|
|
1985
|
+
args: [{
|
|
1986
|
+
declarations: [...DIRECTIVES],
|
|
1987
|
+
exports: [...DIRECTIVES],
|
|
1988
|
+
providers: [
|
|
1989
|
+
{
|
|
1990
|
+
provide: APP_INITIALIZER,
|
|
1991
|
+
useFactory: () => () => {
|
|
1992
|
+
// Configure asset path for Angular applications
|
|
1993
|
+
// Assets should be copied to /assets/ via angular.json configuration
|
|
1994
|
+
setAssetPath('/assets/');
|
|
1995
|
+
defineCustomElements(window);
|
|
1996
|
+
},
|
|
1997
|
+
multi: true,
|
|
1998
|
+
}
|
|
1999
|
+
]
|
|
2000
|
+
}]
|
|
2001
|
+
}] });
|
|
2002
|
+
|
|
1930
2003
|
/*
|
|
1931
2004
|
* Public API Surface of moduswebcomponents-angular
|
|
1932
2005
|
*/
|
|
@@ -1935,5 +2008,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
1935
2008
|
* Generated bundle index. Do not edit.
|
|
1936
2009
|
*/
|
|
1937
2010
|
|
|
1938
|
-
export { ModusWcAccordion, ModusWcAlert, ModusWcAppMenu, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBreadcrumbs, ModusWcButton, ModusWcButtonGroup, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcDropdownMenu, ModusWcFileDropzone, ModusWcHandle, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLink, ModusWcLoader, ModusWcLogo, ModusWcMenu, ModusWcMenuItem, ModusWcModal, ModusWcNavbar, ModusWcNumberInput, ModusWcPagination, ModusWcPanel, ModusWcProfileMenu, ModusWcProgress, ModusWcRadio, ModusWcRating, ModusWcSelect, ModusWcSideNavigation, ModusWcSkeleton, ModusWcSlider, ModusWcStepper, ModusWcSwitch, ModusWcTable, ModusWcTabs, ModusWcTextInput, ModusWcTextarea, ModusWcThemeProvider, ModusWcThemeSwitcher, ModusWcTimeInput, ModusWcToast, ModusWcToolbar, ModusWcTooltip, ModusWcTreeItem, ModusWcTreeMenu, ModusWcTypography, ModusWcUtilityPanel
|
|
2011
|
+
export { DIRECTIVES, ModusAngularComponentsModule, ModusWcAccordion, ModusWcAlert, ModusWcAppMenu, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBottomSheet, ModusWcBreadcrumbs, ModusWcButton, ModusWcButtonGroup, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcDropdownMenu, ModusWcFileDropzone, ModusWcHandle, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLink, ModusWcLoader, ModusWcLogo, ModusWcMenu, ModusWcMenuItem, ModusWcModal, ModusWcNavbar, ModusWcNumberInput, ModusWcPagination, ModusWcPanel, ModusWcProfileMenu, ModusWcProgress, ModusWcRadio, ModusWcRating, ModusWcSelect, ModusWcSideNavigation, ModusWcSkeleton, ModusWcSlider, ModusWcStepper, ModusWcSwitch, ModusWcTable, ModusWcTabs, ModusWcTextInput, ModusWcTextarea, ModusWcThemeProvider, ModusWcThemeSwitcher, ModusWcTimeInput, ModusWcToast, ModusWcToolbar, ModusWcTooltip, ModusWcTreeItem, ModusWcTreeMenu, ModusWcTypography, ModusWcUtilityPanel };
|
|
1939
2012
|
//# sourceMappingURL=trimble-oss-moduswebcomponents-angular.mjs.map
|