@trimble-oss/moduswebcomponents-angular 0.0.0-alpha.9-ng18 → 0.0.0-alpha.kaitest-ng18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -1
- package/esm2022/lib/modus-wc-angular.module.mjs +1 -1
- package/esm2022/lib/stencil-generated/components.mjs +39 -39
- package/esm2022/lib/stencil-generated/index.mjs +2 -2
- package/esm2022/public-api.mjs +2 -2
- package/fesm2022/trimble-oss-moduswebcomponents-angular.mjs +41 -41
- package/fesm2022/trimble-oss-moduswebcomponents-angular.mjs.map +1 -1
- package/lib/modus-wc-angular.module.d.ts +1 -1
- package/lib/stencil-generated/components.d.ts +48 -24
- package/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +2 -2
package/esm2022/public-api.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Public API Surface of
|
|
2
|
+
* Public API Surface of moduswebcomponents-angular
|
|
3
3
|
*/
|
|
4
4
|
export * from './lib/modus-wc-angular.module';
|
|
5
5
|
export { DIRECTIVES } from './lib/stencil-generated';
|
|
6
6
|
export * from './lib/stencil-generated/components';
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3RyaW1ibGUtb3NzL21vZHVzd2ViY29tcG9uZW50cy1hbmd1bGFyL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYywrQkFBK0IsQ0FBQztBQUM5QyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDckQsY0FBYyxvQ0FBb0MsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2YgbW9kdXN3ZWJjb21wb25lbnRzLWFuZ3VsYXJcbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2R1cy13Yy1hbmd1bGFyLm1vZHVsZSc7XG5leHBvcnQgeyBESVJFQ1RJVkVTIH0gZnJvbSAnLi9saWIvc3RlbmNpbC1nZW5lcmF0ZWQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc3RlbmNpbC1nZW5lcmF0ZWQvY29tcG9uZW50cyc7XG4iXX0=
|
|
@@ -99,11 +99,11 @@ let ModusWcAlert = class ModusWcAlert {
|
|
|
99
99
|
proxyOutputs(this, this.el, ['dismissClick']);
|
|
100
100
|
}
|
|
101
101
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
102
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcAlert, selector: "modus-wc-alert", inputs: { alertDescription: "alertDescription", alertTitle: "alertTitle", customClass: "customClass",
|
|
102
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcAlert, selector: "modus-wc-alert", inputs: { alertDescription: "alertDescription", alertTitle: "alertTitle", customClass: "customClass", dismissible: "dismissible", icon: "icon", role: "role", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
103
103
|
};
|
|
104
104
|
ModusWcAlert = __decorate([
|
|
105
105
|
ProxyCmp({
|
|
106
|
-
inputs: ['alertDescription', 'alertTitle', 'customClass', '
|
|
106
|
+
inputs: ['alertDescription', 'alertTitle', 'customClass', 'dismissible', 'icon', 'role', 'variant']
|
|
107
107
|
})
|
|
108
108
|
], ModusWcAlert);
|
|
109
109
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcAlert, decorators: [{
|
|
@@ -113,7 +113,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
113
113
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
114
114
|
template: '<ng-content></ng-content>',
|
|
115
115
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
116
|
-
inputs: ['alertDescription', 'alertTitle', 'customClass', '
|
|
116
|
+
inputs: ['alertDescription', 'alertTitle', 'customClass', 'dismissible', 'icon', 'role', 'variant'],
|
|
117
117
|
}]
|
|
118
118
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
119
119
|
let ModusWcAutocomplete = class ModusWcAutocomplete {
|
|
@@ -599,14 +599,14 @@ let ModusWcNavbar = class ModusWcNavbar {
|
|
|
599
599
|
this.z = z;
|
|
600
600
|
c.detach();
|
|
601
601
|
this.el = r.nativeElement;
|
|
602
|
-
proxyOutputs(this, this.el, ['appsClick', 'helpClick', 'myTrimbleClick', 'notificationsClick', 'searchChange', 'searchClick', 'signOutClick', 'trimbleLogoClick']);
|
|
602
|
+
proxyOutputs(this, this.el, ['appsClick', 'appsMenuOpenChange', 'condensedMenuOpenChange', 'helpClick', 'mainMenuOpenChange', 'myTrimbleClick', 'notificationsClick', 'notificationsMenuOpenChange', 'searchChange', 'searchClick', 'searchInputOpenChange', 'signOutClick', 'trimbleLogoClick', 'userMenuOpenChange']);
|
|
603
603
|
}
|
|
604
604
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcNavbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
605
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcNavbar, selector: "modus-wc-navbar", inputs: { condensed: "condensed", customClass: "customClass", searchDebounceMs: "searchDebounceMs", textOverrides: "textOverrides",
|
|
605
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcNavbar, selector: "modus-wc-navbar", inputs: { appsMenuOpen: "appsMenuOpen", condensed: "condensed", condensedMenuOpen: "condensedMenuOpen", customClass: "customClass", mainMenuOpen: "mainMenuOpen", notificationsMenuOpen: "notificationsMenuOpen", searchDebounceMs: "searchDebounceMs", searchInputOpen: "searchInputOpen", textOverrides: "textOverrides", userCard: "userCard", userMenuOpen: "userMenuOpen", visibility: "visibility" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
606
606
|
};
|
|
607
607
|
ModusWcNavbar = __decorate([
|
|
608
608
|
ProxyCmp({
|
|
609
|
-
inputs: ['condensed', 'customClass', 'searchDebounceMs', 'textOverrides', '
|
|
609
|
+
inputs: ['appsMenuOpen', 'condensed', 'condensedMenuOpen', 'customClass', 'mainMenuOpen', 'notificationsMenuOpen', 'searchDebounceMs', 'searchInputOpen', 'textOverrides', 'userCard', 'userMenuOpen', 'visibility']
|
|
610
610
|
})
|
|
611
611
|
], ModusWcNavbar);
|
|
612
612
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcNavbar, decorators: [{
|
|
@@ -616,7 +616,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
616
616
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
617
617
|
template: '<ng-content></ng-content>',
|
|
618
618
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
619
|
-
inputs: ['condensed', 'customClass', 'searchDebounceMs', 'textOverrides', '
|
|
619
|
+
inputs: ['appsMenuOpen', 'condensed', 'condensedMenuOpen', 'customClass', 'mainMenuOpen', 'notificationsMenuOpen', 'searchDebounceMs', 'searchInputOpen', 'textOverrides', 'userCard', 'userMenuOpen', 'visibility'],
|
|
620
620
|
}]
|
|
621
621
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
622
622
|
let ModusWcNumberInput = class ModusWcNumberInput {
|
|
@@ -859,6 +859,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
859
859
|
inputs: ['customClass', 'orientation', 'steps'],
|
|
860
860
|
}]
|
|
861
861
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
862
|
+
let ModusWcSwitch = class ModusWcSwitch {
|
|
863
|
+
z;
|
|
864
|
+
el;
|
|
865
|
+
constructor(c, r, z) {
|
|
866
|
+
this.z = z;
|
|
867
|
+
c.detach();
|
|
868
|
+
this.el = r.nativeElement;
|
|
869
|
+
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
870
|
+
}
|
|
871
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
872
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcSwitch, selector: "modus-wc-switch", inputs: { customClass: "customClass", disabled: "disabled", indeterminate: "indeterminate", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", name: "name", required: "required", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
873
|
+
};
|
|
874
|
+
ModusWcSwitch = __decorate([
|
|
875
|
+
ProxyCmp({
|
|
876
|
+
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
877
|
+
})
|
|
878
|
+
], ModusWcSwitch);
|
|
879
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcSwitch, decorators: [{
|
|
880
|
+
type: Component,
|
|
881
|
+
args: [{
|
|
882
|
+
selector: 'modus-wc-switch',
|
|
883
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
884
|
+
template: '<ng-content></ng-content>',
|
|
885
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
886
|
+
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value'],
|
|
887
|
+
}]
|
|
888
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
862
889
|
let ModusWcTable = class ModusWcTable {
|
|
863
890
|
z;
|
|
864
891
|
el;
|
|
@@ -1056,11 +1083,11 @@ let ModusWcToast = class ModusWcToast {
|
|
|
1056
1083
|
this.el = r.nativeElement;
|
|
1057
1084
|
}
|
|
1058
1085
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1059
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcToast, selector: "modus-wc-toast", inputs: { customClass: "customClass", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1086
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcToast, selector: "modus-wc-toast", inputs: { customClass: "customClass", delay: "delay", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1060
1087
|
};
|
|
1061
1088
|
ModusWcToast = __decorate([
|
|
1062
1089
|
ProxyCmp({
|
|
1063
|
-
inputs: ['customClass', 'position']
|
|
1090
|
+
inputs: ['customClass', 'delay', 'position']
|
|
1064
1091
|
})
|
|
1065
1092
|
], ModusWcToast);
|
|
1066
1093
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcToast, decorators: [{
|
|
@@ -1070,34 +1097,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1070
1097
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1071
1098
|
template: '<ng-content></ng-content>',
|
|
1072
1099
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1073
|
-
inputs: ['customClass', 'position'],
|
|
1074
|
-
}]
|
|
1075
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1076
|
-
let ModusWcToggle = class ModusWcToggle {
|
|
1077
|
-
z;
|
|
1078
|
-
el;
|
|
1079
|
-
constructor(c, r, z) {
|
|
1080
|
-
this.z = z;
|
|
1081
|
-
c.detach();
|
|
1082
|
-
this.el = r.nativeElement;
|
|
1083
|
-
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
1084
|
-
}
|
|
1085
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1086
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: ModusWcToggle, selector: "modus-wc-toggle", inputs: { customClass: "customClass", disabled: "disabled", indeterminate: "indeterminate", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", name: "name", required: "required", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1087
|
-
};
|
|
1088
|
-
ModusWcToggle = __decorate([
|
|
1089
|
-
ProxyCmp({
|
|
1090
|
-
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
1091
|
-
})
|
|
1092
|
-
], ModusWcToggle);
|
|
1093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusWcToggle, decorators: [{
|
|
1094
|
-
type: Component,
|
|
1095
|
-
args: [{
|
|
1096
|
-
selector: 'modus-wc-toggle',
|
|
1097
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1098
|
-
template: '<ng-content></ng-content>',
|
|
1099
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1100
|
-
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value'],
|
|
1100
|
+
inputs: ['customClass', 'delay', 'position'],
|
|
1101
1101
|
}]
|
|
1102
1102
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1103
1103
|
let ModusWcToolbar = class ModusWcToolbar {
|
|
@@ -1210,6 +1210,7 @@ const DIRECTIVES = [
|
|
|
1210
1210
|
ModusWcSkeleton,
|
|
1211
1211
|
ModusWcSlider,
|
|
1212
1212
|
ModusWcStepper,
|
|
1213
|
+
ModusWcSwitch,
|
|
1213
1214
|
ModusWcTable,
|
|
1214
1215
|
ModusWcTabs,
|
|
1215
1216
|
ModusWcTextInput,
|
|
@@ -1218,7 +1219,6 @@ const DIRECTIVES = [
|
|
|
1218
1219
|
ModusWcThemeSwitcher,
|
|
1219
1220
|
ModusWcTimeInput,
|
|
1220
1221
|
ModusWcToast,
|
|
1221
|
-
ModusWcToggle,
|
|
1222
1222
|
ModusWcToolbar,
|
|
1223
1223
|
ModusWcTooltip,
|
|
1224
1224
|
ModusWcTypography
|
|
@@ -1226,7 +1226,7 @@ const DIRECTIVES = [
|
|
|
1226
1226
|
|
|
1227
1227
|
class ModusAngularComponentsModule {
|
|
1228
1228
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusAngularComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1229
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.9", ngImport: i0, type: ModusAngularComponentsModule, declarations: [ModusWcAccordion, ModusWcAlert, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBreadcrumbs, ModusWcButton, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLoader, ModusWcMenu, ModusWcMenuItem, ModusWcModal, ModusWcNavbar, ModusWcNumberInput, ModusWcPagination, ModusWcProgress, ModusWcRadio, ModusWcRating, ModusWcSelect, ModusWcSkeleton, ModusWcSlider, ModusWcStepper, ModusWcTable, ModusWcTabs, ModusWcTextInput, ModusWcTextarea, ModusWcThemeProvider, ModusWcThemeSwitcher, ModusWcTimeInput, ModusWcToast,
|
|
1229
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.9", ngImport: i0, type: ModusAngularComponentsModule, declarations: [ModusWcAccordion, ModusWcAlert, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBreadcrumbs, ModusWcButton, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLoader, ModusWcMenu, ModusWcMenuItem, ModusWcModal, ModusWcNavbar, ModusWcNumberInput, ModusWcPagination, ModusWcProgress, ModusWcRadio, ModusWcRating, ModusWcSelect, ModusWcSkeleton, ModusWcSlider, ModusWcStepper, ModusWcSwitch, ModusWcTable, ModusWcTabs, ModusWcTextInput, ModusWcTextarea, ModusWcThemeProvider, ModusWcThemeSwitcher, ModusWcTimeInput, ModusWcToast, ModusWcToolbar, ModusWcTooltip, ModusWcTypography], exports: [ModusWcAccordion, ModusWcAlert, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBreadcrumbs, ModusWcButton, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLoader, ModusWcMenu, ModusWcMenuItem, ModusWcModal, ModusWcNavbar, ModusWcNumberInput, ModusWcPagination, ModusWcProgress, ModusWcRadio, ModusWcRating, ModusWcSelect, ModusWcSkeleton, ModusWcSlider, ModusWcStepper, ModusWcSwitch, ModusWcTable, ModusWcTabs, ModusWcTextInput, ModusWcTextarea, ModusWcThemeProvider, ModusWcThemeSwitcher, ModusWcTimeInput, ModusWcToast, ModusWcToolbar, ModusWcTooltip, ModusWcTypography] });
|
|
1230
1230
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: ModusAngularComponentsModule, providers: [
|
|
1231
1231
|
{
|
|
1232
1232
|
provide: APP_INITIALIZER,
|
|
@@ -1252,12 +1252,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1252
1252
|
}] });
|
|
1253
1253
|
|
|
1254
1254
|
/*
|
|
1255
|
-
* Public API Surface of
|
|
1255
|
+
* Public API Surface of moduswebcomponents-angular
|
|
1256
1256
|
*/
|
|
1257
1257
|
|
|
1258
1258
|
/**
|
|
1259
1259
|
* Generated bundle index. Do not edit.
|
|
1260
1260
|
*/
|
|
1261
1261
|
|
|
1262
|
-
export { DIRECTIVES, ModusAngularComponentsModule, ModusWcAccordion, ModusWcAlert, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBreadcrumbs, ModusWcButton, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLoader, ModusWcMenu, ModusWcMenuItem, ModusWcModal, ModusWcNavbar, ModusWcNumberInput, ModusWcPagination, ModusWcProgress, ModusWcRadio, ModusWcRating, ModusWcSelect, ModusWcSkeleton, ModusWcSlider, ModusWcStepper, ModusWcTable, ModusWcTabs, ModusWcTextInput, ModusWcTextarea, ModusWcThemeProvider, ModusWcThemeSwitcher, ModusWcTimeInput, ModusWcToast,
|
|
1262
|
+
export { DIRECTIVES, ModusAngularComponentsModule, ModusWcAccordion, ModusWcAlert, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBreadcrumbs, ModusWcButton, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLoader, ModusWcMenu, ModusWcMenuItem, ModusWcModal, ModusWcNavbar, ModusWcNumberInput, ModusWcPagination, ModusWcProgress, ModusWcRadio, ModusWcRating, ModusWcSelect, ModusWcSkeleton, ModusWcSlider, ModusWcStepper, ModusWcSwitch, ModusWcTable, ModusWcTabs, ModusWcTextInput, ModusWcTextarea, ModusWcThemeProvider, ModusWcThemeSwitcher, ModusWcTimeInput, ModusWcToast, ModusWcToolbar, ModusWcTooltip, ModusWcTypography };
|
|
1263
1263
|
//# sourceMappingURL=trimble-oss-moduswebcomponents-angular.mjs.map
|