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