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