@trimble-oss/moduswebcomponents-angular 0.0.0-beta.4-ng18 → 0.0.0-beta.5-ng17
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 +8 -8
- package/esm2022/lib/modus-wc-angular.module.mjs +9 -9
- package/esm2022/lib/stencil-generated/components.mjs +163 -225
- package/esm2022/lib/stencil-generated/index.mjs +3 -2
- package/fesm2022/trimble-oss-moduswebcomponents-angular.mjs +172 -234
- 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 +19 -2
- package/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +4 -7
|
@@ -229,7 +229,7 @@ export declare class ModusWcIcon {
|
|
|
229
229
|
protected el: HTMLModusWcIconElement;
|
|
230
230
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
231
231
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModusWcIcon, never>;
|
|
232
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModusWcIcon, "modus-wc-icon", never, { "customClass": { "alias": "customClass"; "required": false; }; "decorative": { "alias": "decorative"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
232
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModusWcIcon, "modus-wc-icon", never, { "customClass": { "alias": "customClass"; "required": false; }; "decorative": { "alias": "decorative"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
233
233
|
}
|
|
234
234
|
export declare interface ModusWcIcon extends Components.ModusWcIcon {
|
|
235
235
|
}
|
|
@@ -723,7 +723,24 @@ export declare class ModusWcTypography {
|
|
|
723
723
|
protected el: HTMLModusWcTypographyElement;
|
|
724
724
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
725
725
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModusWcTypography, never>;
|
|
726
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModusWcTypography, "modus-wc-typography", never, { "customClass": { "alias": "customClass"; "required": false; }; "
|
|
726
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModusWcTypography, "modus-wc-typography", never, { "customClass": { "alias": "customClass"; "required": false; }; "hierarchy": { "alias": "hierarchy"; "required": false; }; "size": { "alias": "size"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
727
727
|
}
|
|
728
728
|
export declare interface ModusWcTypography extends Components.ModusWcTypography {
|
|
729
729
|
}
|
|
730
|
+
export declare class ModusWcUtilityPanel {
|
|
731
|
+
protected z: NgZone;
|
|
732
|
+
protected el: HTMLModusWcUtilityPanelElement;
|
|
733
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
734
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModusWcUtilityPanel, never>;
|
|
735
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModusWcUtilityPanel, "modus-wc-utility-panel", never, { "expanded": { "alias": "expanded"; "required": false; }; "pushContent": { "alias": "pushContent"; "required": false; }; "targetElement": { "alias": "targetElement"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
736
|
+
}
|
|
737
|
+
export declare interface ModusWcUtilityPanel extends Components.ModusWcUtilityPanel {
|
|
738
|
+
/**
|
|
739
|
+
* An event that fires when the panel is opened.
|
|
740
|
+
*/
|
|
741
|
+
panelOpened: EventEmitter<CustomEvent<void>>;
|
|
742
|
+
/**
|
|
743
|
+
* An event that fires when the panel is closed.
|
|
744
|
+
*/
|
|
745
|
+
panelClosed: EventEmitter<CustomEvent<void>>;
|
|
746
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as d from './components';
|
|
2
|
-
export declare const DIRECTIVES: (typeof d.ModusWcAccordion | typeof d.ModusWcAlert | typeof d.ModusWcAutocomplete | typeof d.ModusWcAvatar | typeof d.ModusWcBadge | typeof d.ModusWcBreadcrumbs | typeof d.ModusWcButton | typeof d.ModusWcCard | typeof d.ModusWcCheckbox | typeof d.ModusWcChip | typeof d.ModusWcCollapse | typeof d.ModusWcDate | typeof d.ModusWcDivider | typeof d.ModusWcDropdownMenu | typeof d.ModusWcIcon | typeof d.ModusWcInputFeedback | typeof d.ModusWcInputLabel | typeof d.ModusWcLoader | typeof d.ModusWcMenu | typeof d.ModusWcMenuItem | typeof d.ModusWcModal | typeof d.ModusWcNavbar | typeof d.ModusWcNumberInput | typeof d.ModusWcPagination | typeof d.ModusWcProgress | typeof d.ModusWcRadio | typeof d.ModusWcRating | typeof d.ModusWcSelect | typeof d.ModusWcSideNavigation | typeof d.ModusWcSkeleton | typeof d.ModusWcSlider | typeof d.ModusWcStepper | typeof d.ModusWcSwitch | typeof d.ModusWcTable | typeof d.ModusWcTabs | typeof d.ModusWcTextInput | typeof d.ModusWcTextarea | typeof d.ModusWcThemeProvider | typeof d.ModusWcThemeSwitcher | typeof d.ModusWcTimeInput | typeof d.ModusWcToast | typeof d.ModusWcToolbar | typeof d.ModusWcTooltip | typeof d.ModusWcTypography)[];
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.ModusWcAccordion | typeof d.ModusWcAlert | typeof d.ModusWcAutocomplete | typeof d.ModusWcAvatar | typeof d.ModusWcBadge | typeof d.ModusWcBreadcrumbs | typeof d.ModusWcButton | typeof d.ModusWcCard | typeof d.ModusWcCheckbox | typeof d.ModusWcChip | typeof d.ModusWcCollapse | typeof d.ModusWcDate | typeof d.ModusWcDivider | typeof d.ModusWcDropdownMenu | typeof d.ModusWcIcon | typeof d.ModusWcInputFeedback | typeof d.ModusWcInputLabel | typeof d.ModusWcLoader | typeof d.ModusWcMenu | typeof d.ModusWcMenuItem | typeof d.ModusWcModal | typeof d.ModusWcNavbar | typeof d.ModusWcNumberInput | typeof d.ModusWcPagination | typeof d.ModusWcProgress | typeof d.ModusWcRadio | typeof d.ModusWcRating | typeof d.ModusWcSelect | typeof d.ModusWcSideNavigation | typeof d.ModusWcSkeleton | typeof d.ModusWcSlider | typeof d.ModusWcStepper | typeof d.ModusWcSwitch | typeof d.ModusWcTable | typeof d.ModusWcTabs | typeof d.ModusWcTextInput | typeof d.ModusWcTextarea | typeof d.ModusWcThemeProvider | typeof d.ModusWcThemeSwitcher | typeof d.ModusWcTimeInput | typeof d.ModusWcToast | typeof d.ModusWcToolbar | typeof d.ModusWcTooltip | typeof d.ModusWcTypography | typeof d.ModusWcUtilityPanel)[];
|
package/package.json
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trimble-oss/moduswebcomponents-angular",
|
|
3
|
-
"version": "0.0.0-beta.
|
|
4
|
-
"description": "Trimble Modus Angular Component Library",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"author": "Trimble Inc.",
|
|
3
|
+
"version": "0.0.0-beta.5-ng17",
|
|
7
4
|
"peerDependencies": {
|
|
8
|
-
"@angular/common": "^
|
|
9
|
-
"@angular/core": "^
|
|
10
|
-
"@trimble-oss/moduswebcomponents": "0.0.0-beta.
|
|
5
|
+
"@angular/common": "^17.3.0",
|
|
6
|
+
"@angular/core": "^17.3.0",
|
|
7
|
+
"@trimble-oss/moduswebcomponents": "0.0.0-beta.5"
|
|
11
8
|
},
|
|
12
9
|
"dependencies": {
|
|
13
10
|
"tslib": "^2.3.0"
|