@atomng/ui 1.0.0
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 +401 -0
- package/atomng-ui.d.ts.map +1 -0
- package/atoms/atomng-ui-atoms.d.ts.map +1 -0
- package/atoms/avatar/avatar.component.d.ts +24 -0
- package/atoms/avatar/avatar.component.d.ts.map +1 -0
- package/atoms/avatar/index.d.ts +3 -0
- package/atoms/avatar/index.d.ts.map +1 -0
- package/atoms/badge/badge.component.d.ts +23 -0
- package/atoms/badge/badge.component.d.ts.map +1 -0
- package/atoms/badge/index.d.ts +3 -0
- package/atoms/badge/index.d.ts.map +1 -0
- package/atoms/button/button.component.d.ts +47 -0
- package/atoms/button/button.component.d.ts.map +1 -0
- package/atoms/button/index.d.ts +3 -0
- package/atoms/button/index.d.ts.map +1 -0
- package/atoms/checkbox/checkbox.component.d.ts +28 -0
- package/atoms/checkbox/checkbox.component.d.ts.map +1 -0
- package/atoms/checkbox/index.d.ts +2 -0
- package/atoms/checkbox/index.d.ts.map +1 -0
- package/atoms/chip/chip.component.d.ts +17 -0
- package/atoms/chip/chip.component.d.ts.map +1 -0
- package/atoms/chip/index.d.ts +2 -0
- package/atoms/chip/index.d.ts.map +1 -0
- package/atoms/index.d.ts +14 -0
- package/atoms/index.d.ts.map +1 -0
- package/atoms/kbd/index.d.ts +2 -0
- package/atoms/kbd/index.d.ts.map +1 -0
- package/atoms/kbd/kbd.component.d.ts +14 -0
- package/atoms/kbd/kbd.component.d.ts.map +1 -0
- package/atoms/link/index.d.ts +2 -0
- package/atoms/link/index.d.ts.map +1 -0
- package/atoms/link/link.component.d.ts +15 -0
- package/atoms/link/link.component.d.ts.map +1 -0
- package/atoms/progress/index.d.ts +3 -0
- package/atoms/progress/index.d.ts.map +1 -0
- package/atoms/progress/progress.component.d.ts +20 -0
- package/atoms/progress/progress.component.d.ts.map +1 -0
- package/atoms/separator/index.d.ts +2 -0
- package/atoms/separator/index.d.ts.map +1 -0
- package/atoms/separator/separator.component.d.ts +13 -0
- package/atoms/separator/separator.component.d.ts.map +1 -0
- package/atoms/skeleton/index.d.ts +2 -0
- package/atoms/skeleton/index.d.ts.map +1 -0
- package/atoms/skeleton/skeleton.component.d.ts +13 -0
- package/atoms/skeleton/skeleton.component.d.ts.map +1 -0
- package/atoms/slider/index.d.ts +2 -0
- package/atoms/slider/index.d.ts.map +1 -0
- package/atoms/slider/slider.component.d.ts +27 -0
- package/atoms/slider/slider.component.d.ts.map +1 -0
- package/atoms/switch/index.d.ts +2 -0
- package/atoms/switch/index.d.ts.map +1 -0
- package/atoms/switch/switch.component.d.ts +25 -0
- package/atoms/switch/switch.component.d.ts.map +1 -0
- package/atoms/tooltip/index.d.ts +2 -0
- package/atoms/tooltip/index.d.ts.map +1 -0
- package/atoms/tooltip/tooltip.component.d.ts +15 -0
- package/atoms/tooltip/tooltip.component.d.ts.map +1 -0
- package/fesm2022/atomng-ui-atoms.mjs +778 -0
- package/fesm2022/atomng-ui-atoms.mjs.map +1 -0
- package/fesm2022/atomng-ui-molecules.mjs +1590 -0
- package/fesm2022/atomng-ui-molecules.mjs.map +1 -0
- package/fesm2022/atomng-ui-organisms.mjs +1346 -0
- package/fesm2022/atomng-ui-organisms.mjs.map +1 -0
- package/fesm2022/atomng-ui-tokens.mjs +499 -0
- package/fesm2022/atomng-ui-tokens.mjs.map +1 -0
- package/fesm2022/atomng-ui.mjs +4184 -0
- package/fesm2022/atomng-ui.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/index.d.ts.map +1 -0
- package/lib/atoms/avatar/avatar.component.d.ts +24 -0
- package/lib/atoms/avatar/avatar.component.d.ts.map +1 -0
- package/lib/atoms/avatar/index.d.ts +3 -0
- package/lib/atoms/avatar/index.d.ts.map +1 -0
- package/lib/atoms/badge/badge.component.d.ts +23 -0
- package/lib/atoms/badge/badge.component.d.ts.map +1 -0
- package/lib/atoms/badge/index.d.ts +3 -0
- package/lib/atoms/badge/index.d.ts.map +1 -0
- package/lib/atoms/button/button.component.d.ts +47 -0
- package/lib/atoms/button/button.component.d.ts.map +1 -0
- package/lib/atoms/button/index.d.ts +3 -0
- package/lib/atoms/button/index.d.ts.map +1 -0
- package/lib/atoms/checkbox/checkbox.component.d.ts +28 -0
- package/lib/atoms/checkbox/checkbox.component.d.ts.map +1 -0
- package/lib/atoms/checkbox/index.d.ts +2 -0
- package/lib/atoms/checkbox/index.d.ts.map +1 -0
- package/lib/atoms/chip/chip.component.d.ts +17 -0
- package/lib/atoms/chip/chip.component.d.ts.map +1 -0
- package/lib/atoms/chip/index.d.ts +2 -0
- package/lib/atoms/chip/index.d.ts.map +1 -0
- package/lib/atoms/index.d.ts +14 -0
- package/lib/atoms/index.d.ts.map +1 -0
- package/lib/atoms/kbd/index.d.ts +2 -0
- package/lib/atoms/kbd/index.d.ts.map +1 -0
- package/lib/atoms/kbd/kbd.component.d.ts +14 -0
- package/lib/atoms/kbd/kbd.component.d.ts.map +1 -0
- package/lib/atoms/link/index.d.ts +2 -0
- package/lib/atoms/link/index.d.ts.map +1 -0
- package/lib/atoms/link/link.component.d.ts +15 -0
- package/lib/atoms/link/link.component.d.ts.map +1 -0
- package/lib/atoms/progress/index.d.ts +3 -0
- package/lib/atoms/progress/index.d.ts.map +1 -0
- package/lib/atoms/progress/progress.component.d.ts +20 -0
- package/lib/atoms/progress/progress.component.d.ts.map +1 -0
- package/lib/atoms/separator/index.d.ts +2 -0
- package/lib/atoms/separator/index.d.ts.map +1 -0
- package/lib/atoms/separator/separator.component.d.ts +13 -0
- package/lib/atoms/separator/separator.component.d.ts.map +1 -0
- package/lib/atoms/skeleton/index.d.ts +2 -0
- package/lib/atoms/skeleton/index.d.ts.map +1 -0
- package/lib/atoms/skeleton/skeleton.component.d.ts +13 -0
- package/lib/atoms/skeleton/skeleton.component.d.ts.map +1 -0
- package/lib/atoms/slider/index.d.ts +2 -0
- package/lib/atoms/slider/index.d.ts.map +1 -0
- package/lib/atoms/slider/slider.component.d.ts +27 -0
- package/lib/atoms/slider/slider.component.d.ts.map +1 -0
- package/lib/atoms/switch/index.d.ts +2 -0
- package/lib/atoms/switch/index.d.ts.map +1 -0
- package/lib/atoms/switch/switch.component.d.ts +25 -0
- package/lib/atoms/switch/switch.component.d.ts.map +1 -0
- package/lib/atoms/tooltip/index.d.ts +2 -0
- package/lib/atoms/tooltip/index.d.ts.map +1 -0
- package/lib/atoms/tooltip/tooltip.component.d.ts +15 -0
- package/lib/atoms/tooltip/tooltip.component.d.ts.map +1 -0
- package/lib/molecules/alert/alert.component.d.ts +22 -0
- package/lib/molecules/alert/alert.component.d.ts.map +1 -0
- package/lib/molecules/alert/index.d.ts +2 -0
- package/lib/molecules/alert/index.d.ts.map +1 -0
- package/lib/molecules/avatar-group/avatar-group.component.d.ts +22 -0
- package/lib/molecules/avatar-group/avatar-group.component.d.ts.map +1 -0
- package/lib/molecules/avatar-group/index.d.ts +2 -0
- package/lib/molecules/avatar-group/index.d.ts.map +1 -0
- package/lib/molecules/breadcrumb/breadcrumb.component.d.ts +17 -0
- package/lib/molecules/breadcrumb/breadcrumb.component.d.ts.map +1 -0
- package/lib/molecules/breadcrumb/index.d.ts +2 -0
- package/lib/molecules/breadcrumb/index.d.ts.map +1 -0
- package/lib/molecules/button-group/button-group.component.d.ts +11 -0
- package/lib/molecules/button-group/button-group.component.d.ts.map +1 -0
- package/lib/molecules/button-group/index.d.ts +2 -0
- package/lib/molecules/button-group/index.d.ts.map +1 -0
- package/lib/molecules/form-field/form-field.component.d.ts +18 -0
- package/lib/molecules/form-field/form-field.component.d.ts.map +1 -0
- package/lib/molecules/form-field/index.d.ts +2 -0
- package/lib/molecules/form-field/index.d.ts.map +1 -0
- package/lib/molecules/index.d.ts +13 -0
- package/lib/molecules/index.d.ts.map +1 -0
- package/lib/molecules/input/index.d.ts +2 -0
- package/lib/molecules/input/index.d.ts.map +1 -0
- package/lib/molecules/input/input.component.d.ts +50 -0
- package/lib/molecules/input/input.component.d.ts.map +1 -0
- package/lib/molecules/pagination/index.d.ts +2 -0
- package/lib/molecules/pagination/index.d.ts.map +1 -0
- package/lib/molecules/pagination/pagination.component.d.ts +18 -0
- package/lib/molecules/pagination/pagination.component.d.ts.map +1 -0
- package/lib/molecules/select/index.d.ts +3 -0
- package/lib/molecules/select/index.d.ts.map +1 -0
- package/lib/molecules/select/select.component.d.ts +56 -0
- package/lib/molecules/select/select.component.d.ts.map +1 -0
- package/lib/molecules/select-search/index.d.ts +2 -0
- package/lib/molecules/select-search/index.d.ts.map +1 -0
- package/lib/molecules/select-search/select-search.component.d.ts +63 -0
- package/lib/molecules/select-search/select-search.component.d.ts.map +1 -0
- package/lib/molecules/tabs/index.d.ts +2 -0
- package/lib/molecules/tabs/index.d.ts.map +1 -0
- package/lib/molecules/tabs/tabs.component.d.ts +23 -0
- package/lib/molecules/tabs/tabs.component.d.ts.map +1 -0
- package/lib/molecules/textarea/index.d.ts +2 -0
- package/lib/molecules/textarea/index.d.ts.map +1 -0
- package/lib/molecules/textarea/textarea.component.d.ts +27 -0
- package/lib/molecules/textarea/textarea.component.d.ts.map +1 -0
- package/lib/molecules/toast/index.d.ts +2 -0
- package/lib/molecules/toast/index.d.ts.map +1 -0
- package/lib/molecules/toast/toast.component.d.ts +19 -0
- package/lib/molecules/toast/toast.component.d.ts.map +1 -0
- package/lib/organisms/accordion/accordion.component.d.ts +25 -0
- package/lib/organisms/accordion/accordion.component.d.ts.map +1 -0
- package/lib/organisms/card/card.component.d.ts +14 -0
- package/lib/organisms/card/card.component.d.ts.map +1 -0
- package/lib/organisms/dropdown-menu/dropdown-menu.component.d.ts +29 -0
- package/lib/organisms/dropdown-menu/dropdown-menu.component.d.ts.map +1 -0
- package/lib/organisms/index.d.ts +8 -0
- package/lib/organisms/index.d.ts.map +1 -0
- package/lib/organisms/modal/modal.component.d.ts +19 -0
- package/lib/organisms/modal/modal.component.d.ts.map +1 -0
- package/lib/organisms/navigation-menu/navigation-menu.component.d.ts +24 -0
- package/lib/organisms/navigation-menu/navigation-menu.component.d.ts.map +1 -0
- package/lib/organisms/sidebar/sidebar.component.d.ts +68 -0
- package/lib/organisms/sidebar/sidebar.component.d.ts.map +1 -0
- package/lib/organisms/table/index.d.ts +3 -0
- package/lib/organisms/table/index.d.ts.map +1 -0
- package/lib/organisms/table/table-cell.directive.d.ts +17 -0
- package/lib/organisms/table/table-cell.directive.d.ts.map +1 -0
- package/lib/organisms/table/table.component.d.ts +50 -0
- package/lib/organisms/table/table.component.d.ts.map +1 -0
- package/lib/tokens/index.d.ts +2 -0
- package/lib/tokens/index.d.ts.map +1 -0
- package/lib/tokens/theme/color-presets.d.ts +24 -0
- package/lib/tokens/theme/color-presets.d.ts.map +1 -0
- package/lib/tokens/theme/index.d.ts +6 -0
- package/lib/tokens/theme/index.d.ts.map +1 -0
- package/lib/tokens/theme/theme-picker.component.d.ts +11 -0
- package/lib/tokens/theme/theme-picker.component.d.ts.map +1 -0
- package/lib/tokens/theme/theme-toggle.component.d.ts +15 -0
- package/lib/tokens/theme/theme-toggle.component.d.ts.map +1 -0
- package/lib/tokens/theme/theme.provider.d.ts +4 -0
- package/lib/tokens/theme/theme.provider.d.ts.map +1 -0
- package/lib/tokens/theme/theme.service.d.ts +48 -0
- package/lib/tokens/theme/theme.service.d.ts.map +1 -0
- package/molecules/alert/alert.component.d.ts +22 -0
- package/molecules/alert/alert.component.d.ts.map +1 -0
- package/molecules/alert/index.d.ts +2 -0
- package/molecules/alert/index.d.ts.map +1 -0
- package/molecules/atomng-ui-molecules.d.ts.map +1 -0
- package/molecules/avatar-group/avatar-group.component.d.ts +22 -0
- package/molecules/avatar-group/avatar-group.component.d.ts.map +1 -0
- package/molecules/avatar-group/index.d.ts +2 -0
- package/molecules/avatar-group/index.d.ts.map +1 -0
- package/molecules/breadcrumb/breadcrumb.component.d.ts +17 -0
- package/molecules/breadcrumb/breadcrumb.component.d.ts.map +1 -0
- package/molecules/breadcrumb/index.d.ts +2 -0
- package/molecules/breadcrumb/index.d.ts.map +1 -0
- package/molecules/button-group/button-group.component.d.ts +11 -0
- package/molecules/button-group/button-group.component.d.ts.map +1 -0
- package/molecules/button-group/index.d.ts +2 -0
- package/molecules/button-group/index.d.ts.map +1 -0
- package/molecules/form-field/form-field.component.d.ts +18 -0
- package/molecules/form-field/form-field.component.d.ts.map +1 -0
- package/molecules/form-field/index.d.ts +2 -0
- package/molecules/form-field/index.d.ts.map +1 -0
- package/molecules/index.d.ts +13 -0
- package/molecules/index.d.ts.map +1 -0
- package/molecules/input/index.d.ts +2 -0
- package/molecules/input/index.d.ts.map +1 -0
- package/molecules/input/input.component.d.ts +50 -0
- package/molecules/input/input.component.d.ts.map +1 -0
- package/molecules/pagination/index.d.ts +2 -0
- package/molecules/pagination/index.d.ts.map +1 -0
- package/molecules/pagination/pagination.component.d.ts +18 -0
- package/molecules/pagination/pagination.component.d.ts.map +1 -0
- package/molecules/select/index.d.ts +3 -0
- package/molecules/select/index.d.ts.map +1 -0
- package/molecules/select/select.component.d.ts +56 -0
- package/molecules/select/select.component.d.ts.map +1 -0
- package/molecules/select-search/index.d.ts +2 -0
- package/molecules/select-search/index.d.ts.map +1 -0
- package/molecules/select-search/select-search.component.d.ts +63 -0
- package/molecules/select-search/select-search.component.d.ts.map +1 -0
- package/molecules/tabs/index.d.ts +2 -0
- package/molecules/tabs/index.d.ts.map +1 -0
- package/molecules/tabs/tabs.component.d.ts +23 -0
- package/molecules/tabs/tabs.component.d.ts.map +1 -0
- package/molecules/textarea/index.d.ts +2 -0
- package/molecules/textarea/index.d.ts.map +1 -0
- package/molecules/textarea/textarea.component.d.ts +27 -0
- package/molecules/textarea/textarea.component.d.ts.map +1 -0
- package/molecules/toast/index.d.ts +2 -0
- package/molecules/toast/index.d.ts.map +1 -0
- package/molecules/toast/toast.component.d.ts +19 -0
- package/molecules/toast/toast.component.d.ts.map +1 -0
- package/organisms/accordion/accordion.component.d.ts +25 -0
- package/organisms/accordion/accordion.component.d.ts.map +1 -0
- package/organisms/atomng-ui-organisms.d.ts.map +1 -0
- package/organisms/card/card.component.d.ts +14 -0
- package/organisms/card/card.component.d.ts.map +1 -0
- package/organisms/dropdown-menu/dropdown-menu.component.d.ts +29 -0
- package/organisms/dropdown-menu/dropdown-menu.component.d.ts.map +1 -0
- package/organisms/index.d.ts +8 -0
- package/organisms/index.d.ts.map +1 -0
- package/organisms/modal/modal.component.d.ts +19 -0
- package/organisms/modal/modal.component.d.ts.map +1 -0
- package/organisms/navigation-menu/navigation-menu.component.d.ts +24 -0
- package/organisms/navigation-menu/navigation-menu.component.d.ts.map +1 -0
- package/organisms/sidebar/sidebar.component.d.ts +68 -0
- package/organisms/sidebar/sidebar.component.d.ts.map +1 -0
- package/organisms/table/index.d.ts +3 -0
- package/organisms/table/index.d.ts.map +1 -0
- package/organisms/table/table-cell.directive.d.ts +17 -0
- package/organisms/table/table-cell.directive.d.ts.map +1 -0
- package/organisms/table/table.component.d.ts +50 -0
- package/organisms/table/table.component.d.ts.map +1 -0
- package/package.json +81 -0
- package/tokens/_colors.scss +150 -0
- package/tokens/_spacing.scss +98 -0
- package/tokens/_typography.scss +59 -0
- package/tokens/atomng-ui-tokens.d.ts.map +1 -0
- package/tokens/index.d.ts +2 -0
- package/tokens/index.d.ts.map +1 -0
- package/tokens/index.scss +8 -0
- package/tokens/theme/color-presets.d.ts +24 -0
- package/tokens/theme/color-presets.d.ts.map +1 -0
- package/tokens/theme/index.d.ts +6 -0
- package/tokens/theme/index.d.ts.map +1 -0
- package/tokens/theme/theme-picker.component.d.ts +11 -0
- package/tokens/theme/theme-picker.component.d.ts.map +1 -0
- package/tokens/theme/theme-toggle.component.d.ts +15 -0
- package/tokens/theme/theme-toggle.component.d.ts.map +1 -0
- package/tokens/theme/theme.provider.d.ts +4 -0
- package/tokens/theme/theme.provider.d.ts.map +1 -0
- package/tokens/theme/theme.service.d.ts +48 -0
- package/tokens/theme/theme.service.d.ts.map +1 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export type ModalSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | 'full';
|
|
3
|
+
/**
|
|
4
|
+
* Modal Organism — Source: Nuxt UI v3 ❖ Modal
|
|
5
|
+
* Dialog overlay with backdrop, header, body, footer
|
|
6
|
+
*/
|
|
7
|
+
export declare class ModalComponent {
|
|
8
|
+
readonly open: import("@angular/core").ModelSignal<boolean>;
|
|
9
|
+
readonly title: import("@angular/core").InputSignal<string>;
|
|
10
|
+
readonly size: import("@angular/core").InputSignal<ModalSize>;
|
|
11
|
+
readonly hideHeader: import("@angular/core").InputSignal<boolean>;
|
|
12
|
+
readonly hideClose: import("@angular/core").InputSignal<boolean>;
|
|
13
|
+
readonly dismissible: import("@angular/core").InputSignal<boolean>;
|
|
14
|
+
readonly close: import("@angular/core").OutputEmitterRef<void>;
|
|
15
|
+
onOverlayClick(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "ui-modal", never, { "open": { "alias": "open"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "hideHeader": { "alias": "hideHeader"; "required": false; "isSignal": true; }; "hideClose": { "alias": "hideClose"; "required": false; "isSignal": true; }; "dismissible": { "alias": "dismissible"; "required": false; "isSignal": true; }; }, { "open": "openChange"; "close": "close"; }, never, ["*", "[slot=footer]"], true, never>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=modal.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modal.component.d.ts","sourceRoot":"","sources":["../../../../../../libs/shared-ui/src/lib/organisms/modal/modal.component.ts"],"names":[],"mappings":";AAIA,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,MAAM,CAAC;AAE1F;;;GAGG;AACH,qBA4Ca,cAAc;IACzB,QAAQ,CAAC,IAAI,+CAA+B;IAC5C,QAAQ,CAAC,KAAK,8CAAmC;IACjD,QAAQ,CAAC,IAAI,iDAAgC;IAC7C,QAAQ,CAAC,UAAU,+CAAyB;IAC5C,QAAQ,CAAC,SAAS,+CAA0B;IAC5C,QAAQ,CAAC,WAAW,+CAAwB;IAE5C,QAAQ,CAAC,KAAK,iDAAkB;IAEhC,cAAc;yCAVH,cAAc;2CAAd,cAAc;CAgB1B"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export interface NavItem {
|
|
3
|
+
id: string;
|
|
4
|
+
label: string;
|
|
5
|
+
to?: string;
|
|
6
|
+
href?: string;
|
|
7
|
+
icon?: string;
|
|
8
|
+
badge?: string | number;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
children?: NavItem[];
|
|
11
|
+
}
|
|
12
|
+
export type NavOrientation = 'horizontal' | 'vertical';
|
|
13
|
+
/**
|
|
14
|
+
* NavigationMenu Organism — Source: Nuxt UI v3 ❖ NavigationMenu
|
|
15
|
+
* Primary site navigation with active link detection
|
|
16
|
+
*/
|
|
17
|
+
export declare class NavigationMenuComponent {
|
|
18
|
+
readonly items: import("@angular/core").InputSignal<NavItem[]>;
|
|
19
|
+
readonly orientation: import("@angular/core").InputSignal<NavOrientation>;
|
|
20
|
+
readonly ariaLabel: import("@angular/core").InputSignal<string>;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationMenuComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationMenuComponent, "ui-navigation-menu", never, { "items": { "alias": "items"; "required": true; "isSignal": true; }; "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=navigation-menu.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation-menu.component.d.ts","sourceRoot":"","sources":["../../../../../../libs/shared-ui/src/lib/organisms/navigation-menu/navigation-menu.component.ts"],"names":[],"mappings":";AAIA,MAAM,WAAW,OAAO;IACtB,EAAE,EAAQ,MAAM,CAAC;IACjB,KAAK,EAAK,MAAM,CAAC;IACjB,EAAE,CAAC,EAAO,MAAM,CAAC;IACjB,IAAI,CAAC,EAAK,MAAM,CAAC;IACjB,IAAI,CAAC,EAAK,MAAM,CAAC;IACjB,KAAK,CAAC,EAAI,MAAM,GAAG,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC;CACtB;AAED,MAAM,MAAM,cAAc,GAAG,YAAY,GAAG,UAAU,CAAC;AAEvD;;;GAGG;AACH,qBA2Ca,uBAAuB;IAClC,QAAQ,CAAC,KAAK,iDAAqC;IACnD,QAAQ,CAAC,WAAW,sDAAuC;IAC3D,QAAQ,CAAC,SAAS,8CAAsC;yCAH7C,uBAAuB;2CAAvB,uBAAuB;CAInC"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export interface SidebarNavItem {
|
|
3
|
+
id: string;
|
|
4
|
+
label: string;
|
|
5
|
+
/** Built-in icon name (e.g. 'home', 'settings') or emoji / any string */
|
|
6
|
+
icon?: string;
|
|
7
|
+
href?: string;
|
|
8
|
+
external?: boolean;
|
|
9
|
+
active?: boolean;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
badge?: string | number;
|
|
12
|
+
children?: SidebarNavItem[];
|
|
13
|
+
}
|
|
14
|
+
export interface SidebarNavGroup {
|
|
15
|
+
/** Optional section heading (hidden in collapsed mode) */
|
|
16
|
+
label?: string;
|
|
17
|
+
items: SidebarNavItem[];
|
|
18
|
+
}
|
|
19
|
+
export interface SidebarUser {
|
|
20
|
+
name: string;
|
|
21
|
+
avatar?: string;
|
|
22
|
+
href?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Sidebar Organism — Source: Nuxt UI v4 ❖ DashboardSidebar
|
|
26
|
+
*
|
|
27
|
+
* Sidebar de dashboard avec :
|
|
28
|
+
* - Mode expanded (254px) ↔ collapsed (64px) avec animation CSS
|
|
29
|
+
* - Header : logo ou slot personnalisé
|
|
30
|
+
* - Navigation : groupes d'items avec icônes, badges, sous-menus, liens externes
|
|
31
|
+
* - Search button avec shortcut clavier (⌘ K)
|
|
32
|
+
* - Footer : utilisateur courant (avatar + nom)
|
|
33
|
+
* - Compatible dark mode via `[data-theme="dark"]`
|
|
34
|
+
*
|
|
35
|
+
* @example
|
|
36
|
+
* <ui-sidebar [navGroups]="groups" [user]="currentUser" />
|
|
37
|
+
* <ui-sidebar [(collapsed)]="sidebarCollapsed" [navGroups]="groups" />
|
|
38
|
+
*/
|
|
39
|
+
export declare class SidebarComponent {
|
|
40
|
+
private router;
|
|
41
|
+
readonly navGroups: import("@angular/core").InputSignal<SidebarNavGroup[]>;
|
|
42
|
+
readonly footerGroups: import("@angular/core").InputSignal<SidebarNavGroup[]>;
|
|
43
|
+
readonly user: import("@angular/core").InputSignal<SidebarUser>;
|
|
44
|
+
readonly logoSrc: import("@angular/core").InputSignal<string>;
|
|
45
|
+
readonly logoAlt: import("@angular/core").InputSignal<string>;
|
|
46
|
+
readonly collapsible: import("@angular/core").InputSignal<boolean>;
|
|
47
|
+
readonly showSearch: import("@angular/core").InputSignal<boolean>;
|
|
48
|
+
readonly searchPlaceholder: import("@angular/core").InputSignal<string>;
|
|
49
|
+
readonly collapsed: import("@angular/core").ModelSignal<boolean>;
|
|
50
|
+
readonly searchClick: import("@angular/core").OutputEmitterRef<void>;
|
|
51
|
+
readonly itemClick: import("@angular/core").OutputEmitterRef<SidebarNavItem>;
|
|
52
|
+
readonly userClick: import("@angular/core").OutputEmitterRef<SidebarUser>;
|
|
53
|
+
private readonly currentUrl;
|
|
54
|
+
private openItems;
|
|
55
|
+
constructor();
|
|
56
|
+
protected isItemOpen(id: string): boolean;
|
|
57
|
+
/**
|
|
58
|
+
* Un item parent (button) est actif si au moins un de ses enfants
|
|
59
|
+
* correspond à l'URL courante.
|
|
60
|
+
*/
|
|
61
|
+
protected isParentActive(item: SidebarNavItem): boolean;
|
|
62
|
+
protected toggleItem(id: string): void;
|
|
63
|
+
protected toggleCollapse(): void;
|
|
64
|
+
protected navigate(item: SidebarNavItem): void;
|
|
65
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "ui-sidebar", never, { "navGroups": { "alias": "navGroups"; "required": false; "isSignal": true; }; "footerGroups": { "alias": "footerGroups"; "required": false; "isSignal": true; }; "user": { "alias": "user"; "required": false; "isSignal": true; }; "logoSrc": { "alias": "logoSrc"; "required": false; "isSignal": true; }; "logoAlt": { "alias": "logoAlt"; "required": false; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; "showSearch": { "alias": "showSearch"; "required": false; "isSignal": true; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; "isSignal": true; }; "collapsed": { "alias": "collapsed"; "required": false; "isSignal": true; }; }, { "collapsed": "collapsedChange"; "searchClick": "searchClick"; "itemClick": "itemClick"; "userClick": "userClick"; }, never, never, true, never>;
|
|
67
|
+
}
|
|
68
|
+
//# sourceMappingURL=sidebar.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sidebar.component.d.ts","sourceRoot":"","sources":["../../../../../../libs/shared-ui/src/lib/organisms/sidebar/sidebar.component.ts"],"names":[],"mappings":";AA8BA,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAS,MAAM,CAAC;IAClB,KAAK,EAAM,MAAM,CAAC;IAClB,yEAAyE;IACzE,IAAI,CAAC,EAAM,MAAM,CAAC;IAClB,IAAI,CAAC,EAAM,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAI,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAK,MAAM,GAAG,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,cAAc,EAAE,CAAC;CAC7B;AAED,MAAM,WAAW,eAAe;IAC9B,0DAA0D;IAC1D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAG,cAAc,EAAE,CAAC;CAC1B;AAED,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAK,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAI,MAAM,CAAC;CACjB;AAmBD;;;;;;;;;;;;;;GAcG;AACH,qBAmPa,gBAAgB;IAC3B,OAAO,CAAC,MAAM,CAAkB;IAGhC,QAAQ,CAAC,SAAS,yDAAmC;IACrD,QAAQ,CAAC,YAAY,yDAAgC;IACrD,QAAQ,CAAC,IAAI,mDAA2C;IACxD,QAAQ,CAAC,OAAO,8CAAmC;IACnD,QAAQ,CAAC,OAAO,8CAA8B;IAC9C,QAAQ,CAAC,WAAW,+CAAyB;IAC7C,QAAQ,CAAC,UAAU,+CAA0B;IAC7C,QAAQ,CAAC,iBAAiB,8CAA8B;IAGxD,QAAQ,CAAC,SAAS,+CAAyB;IAG3C,QAAQ,CAAC,WAAW,iDAAkB;IACtC,QAAQ,CAAC,SAAS,2DAA8B;IAChD,QAAQ,CAAC,SAAS,wDAA2B;IAG7C,OAAO,CAAC,QAAQ,CAAC,UAAU,CAOzB;IAGF,OAAO,CAAC,SAAS,CAA6B;;IAoB9C,SAAS,CAAC,UAAU,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO;IAIzC;;;OAGG;IACH,SAAS,CAAC,cAAc,CAAC,IAAI,EAAE,cAAc,GAAG,OAAO;IAOvD,SAAS,CAAC,UAAU,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAQtC,SAAS,CAAC,cAAc,IAAI,IAAI;IAIhC,SAAS,CAAC,QAAQ,CAAC,IAAI,EAAE,cAAc,GAAG,IAAI;yCA/EnC,gBAAgB;2CAAhB,gBAAgB;CAwF5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/shared-ui/src/lib/organisms/table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,SAAS,EAAE,MAAW,mBAAmB,CAAC;AAChF,OAAO,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,MAAW,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export interface TableCellContext {
|
|
4
|
+
$implicit: Record<string, unknown>;
|
|
5
|
+
row: Record<string, unknown>;
|
|
6
|
+
}
|
|
7
|
+
export declare class UiTableCellDirective {
|
|
8
|
+
readonly tpl: TemplateRef<TableCellContext>;
|
|
9
|
+
/** The column key this template handles. */
|
|
10
|
+
columnKey: string;
|
|
11
|
+
constructor(tpl: TemplateRef<TableCellContext>);
|
|
12
|
+
/** Type-safe static context guard for `let-row`. */
|
|
13
|
+
static ngTemplateContextGuard(_dir: UiTableCellDirective, ctx: unknown): ctx is TableCellContext;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiTableCellDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UiTableCellDirective, "ng-template[uiCell]", never, { "columnKey": { "alias": "uiCell"; "required": true; }; }, {}, never, never, true, never>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=table-cell.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table-cell.directive.d.ts","sourceRoot":"","sources":["../../../../../../libs/shared-ui/src/lib/organisms/table/table-cell.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,WAAW,EAAE,MAAM,eAAe,CAAC;;AAU9D,MAAM,WAAW,gBAAgB;IAC/B,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnC,GAAG,EAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACpC;AAED,qBAIa,oBAAoB;aAKb,GAAG,EAAE,WAAW,CAAC,gBAAgB,CAAC;IAJpD,4CAA4C;IACA,SAAS,EAAG,MAAM,CAAC;gBAG7C,GAAG,EAAE,WAAW,CAAC,gBAAgB,CAAC;IAGpD,oDAAoD;IACpD,MAAM,CAAC,sBAAsB,CAC3B,IAAI,EAAE,oBAAoB,EAC1B,GAAG,EAAE,OAAO,GACX,GAAG,IAAI,gBAAgB;yCAZf,oBAAoB;2CAApB,oBAAoB;CAehC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export interface TableColumn<T = unknown> {
|
|
4
|
+
key: string;
|
|
5
|
+
label: string;
|
|
6
|
+
sortable?: boolean;
|
|
7
|
+
width?: string;
|
|
8
|
+
align?: 'left' | 'center' | 'right';
|
|
9
|
+
}
|
|
10
|
+
export interface SortState {
|
|
11
|
+
column: string;
|
|
12
|
+
direction: 'asc' | 'desc';
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Table Organism — Source: Nuxt UI v3 ❖ Table
|
|
16
|
+
* Data table with sorting, selection, loading state.
|
|
17
|
+
*
|
|
18
|
+
* Custom cell templates via UiTableCellDirective:
|
|
19
|
+
* <ng-template uiCell="columnKey" let-row>
|
|
20
|
+
* <ui-badge>{{ row['field'] }}</ui-badge>
|
|
21
|
+
* </ng-template>
|
|
22
|
+
*/
|
|
23
|
+
export declare class TableComponent {
|
|
24
|
+
readonly columns: import("@angular/core").InputSignal<TableColumn<unknown>[]>;
|
|
25
|
+
readonly rows: import("@angular/core").InputSignal<Record<string, unknown>[]>;
|
|
26
|
+
readonly loading: import("@angular/core").InputSignal<boolean>;
|
|
27
|
+
readonly selectable: import("@angular/core").InputSignal<boolean>;
|
|
28
|
+
readonly caption: import("@angular/core").InputSignal<string>;
|
|
29
|
+
readonly emptyLabel: import("@angular/core").InputSignal<string>;
|
|
30
|
+
readonly rowIdKey: import("@angular/core").InputSignal<string>;
|
|
31
|
+
readonly sortState: import("@angular/core").ModelSignal<SortState>;
|
|
32
|
+
readonly selectedIds: import("@angular/core").ModelSignal<(string | number)[]>;
|
|
33
|
+
readonly rowClick: import("@angular/core").OutputEmitterRef<Record<string, unknown>>;
|
|
34
|
+
private cellDirs;
|
|
35
|
+
/** Returns the TemplateRef for a column key if a custom template was provided. */
|
|
36
|
+
protected getCellTpl(key: string): TemplateRef<unknown> | null;
|
|
37
|
+
protected readonly loadingRows: import("@angular/core").Signal<number[]>;
|
|
38
|
+
protected readonly allSelected: import("@angular/core").Signal<boolean>;
|
|
39
|
+
protected rowId(row: Record<string, unknown>): string | number;
|
|
40
|
+
protected isSelected(id: string | number): boolean;
|
|
41
|
+
protected toggleRow(id: string | number): void;
|
|
42
|
+
protected toggleAll(): void;
|
|
43
|
+
protected sort(key: string): void;
|
|
44
|
+
protected getSortIcon(key: string): string;
|
|
45
|
+
protected getSortAriaLabel(key: string): string | null;
|
|
46
|
+
protected onRowClick(row: Record<string, unknown>): void;
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "ui-table", never, { "columns": { "alias": "columns"; "required": true; "isSignal": true; }; "rows": { "alias": "rows"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "selectable": { "alias": "selectable"; "required": false; "isSignal": true; }; "caption": { "alias": "caption"; "required": false; "isSignal": true; }; "emptyLabel": { "alias": "emptyLabel"; "required": false; "isSignal": true; }; "rowIdKey": { "alias": "rowIdKey"; "required": false; "isSignal": true; }; "sortState": { "alias": "sortState"; "required": false; "isSignal": true; }; "selectedIds": { "alias": "selectedIds"; "required": false; "isSignal": true; }; }, { "sortState": "sortStateChange"; "selectedIds": "selectedIdsChange"; "rowClick": "rowClick"; }, ["cellDirs"], ["[slot=empty]", "*"], true, never>;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=table.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table.component.d.ts","sourceRoot":"","sources":["../../../../../../libs/shared-ui/src/lib/organisms/table/table.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEM,WAAW,EACvB,MAAM,eAAe,CAAC;;AAIvB,MAAM,WAAW,WAAW,CAAC,CAAC,GAAG,OAAO;IACtC,GAAG,EAAS,MAAM,CAAC;IACnB,KAAK,EAAO,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAG,OAAO,CAAC;IACpB,KAAK,CAAC,EAAM,MAAM,CAAC;IACnB,KAAK,CAAC,EAAM,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;CACzC;AAED,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,KAAK,GAAG,MAAM,CAAC;CAC3B;AAED;;;;;;;;GAQG;AACH,qBAgGa,cAAc;IACzB,QAAQ,CAAC,OAAO,8DAAwC;IACxD,QAAQ,CAAC,IAAI,iEAAgD;IAC7D,QAAQ,CAAC,OAAO,+CAA8B;IAC9C,QAAQ,CAAC,UAAU,+CAA2B;IAC9C,QAAQ,CAAC,OAAO,8CAAmC;IACnD,QAAQ,CAAC,UAAU,8CAAyC;IAC5D,QAAQ,CAAC,QAAQ,8CAA2B;IAE5C,QAAQ,CAAC,SAAS,iDAAoC;IACtD,QAAQ,CAAC,WAAW,2DAAmC;IAEvD,QAAQ,CAAC,QAAQ,oEAAqC;IAItD,OAAO,CAAC,QAAQ,CAAmC;IAEnD,kFAAkF;IAClF,SAAS,CAAC,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,CAAC,OAAO,CAAC,GAAG,IAAI;IAM9D,SAAS,CAAC,QAAQ,CAAC,WAAW,2CAA0D;IACxF,SAAS,CAAC,QAAQ,CAAC,WAAW,0CAE5B;IAIF,SAAS,CAAC,KAAK,CAAC,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,GAAG,MAAM;IAI9D,SAAS,CAAC,UAAU,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO;IAIlD,SAAS,CAAC,SAAS,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAM9C,SAAS,CAAC,SAAS,IAAI,IAAI;IAQ3B,SAAS,CAAC,IAAI,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAWjC,SAAS,CAAC,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAM1C,SAAS,CAAC,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAMtD,SAAS,CAAC,UAAU,CAAC,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;yCA7E7C,cAAc;2CAAd,cAAc;CAgF1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/shared-ui/src/lib/tokens/index.ts"],"names":[],"mappings":"AAIA,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export interface ColorPalette {
|
|
2
|
+
50: string;
|
|
3
|
+
100: string;
|
|
4
|
+
200: string;
|
|
5
|
+
300: string;
|
|
6
|
+
400: string;
|
|
7
|
+
500: string;
|
|
8
|
+
600: string;
|
|
9
|
+
700: string;
|
|
10
|
+
800: string;
|
|
11
|
+
900: string;
|
|
12
|
+
950: string;
|
|
13
|
+
}
|
|
14
|
+
export type PrimaryColorPreset = 'green' | 'emerald' | 'teal' | 'cyan' | 'sky' | 'blue' | 'indigo' | 'violet' | 'purple' | 'fuchsia' | 'pink' | 'rose' | 'red' | 'orange' | 'amber' | 'lime' | 'slate' | 'zinc';
|
|
15
|
+
export interface ColorPresetMeta {
|
|
16
|
+
name: PrimaryColorPreset;
|
|
17
|
+
label: string;
|
|
18
|
+
swatch: string;
|
|
19
|
+
palette: ColorPalette;
|
|
20
|
+
}
|
|
21
|
+
export declare const COLOR_PRESETS: Record<PrimaryColorPreset, ColorPresetMeta>;
|
|
22
|
+
/** Returns all preset metas sorted for display */
|
|
23
|
+
export declare function getAllPresets(): ColorPresetMeta[];
|
|
24
|
+
//# sourceMappingURL=color-presets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"color-presets.d.ts","sourceRoot":"","sources":["../../../../../../libs/shared-ui/src/lib/tokens/theme/color-presets.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAG,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,MAAM,kBAAkB,GAC1B,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GACrC,KAAK,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GACpC,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GACtC,KAAK,GAAG,QAAQ,GAAG,OAAO,GAC1B,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;AAE9B,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAK,kBAAkB,CAAC;IAC5B,KAAK,EAAI,MAAM,CAAC;IAChB,MAAM,EAAG,MAAM,CAAC;IAChB,OAAO,EAAE,YAAY,CAAC;CACvB;AAID,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,kBAAkB,EAAE,eAAe,CAmKrE,CAAC;AAEF,kDAAkD;AAClD,wBAAgB,aAAa,IAAI,eAAe,EAAE,CAEjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/shared-ui/src/lib/tokens/theme/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ThemeService } from './theme.service';
|
|
2
|
+
import { ColorPresetMeta, PrimaryColorPreset } from './color-presets';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ThemePickerComponent {
|
|
5
|
+
protected theme: ThemeService;
|
|
6
|
+
readonly change: import("@angular/core").OutputEmitterRef<PrimaryColorPreset>;
|
|
7
|
+
protected select(preset: ColorPresetMeta): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThemePickerComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThemePickerComponent, "ui-theme-picker", never, {}, { "change": "change"; }, never, never, true, never>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=theme-picker.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme-picker.component.d.ts","sourceRoot":"","sources":["../../../../../../libs/shared-ui/src/lib/tokens/theme/theme-picker.component.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAW,iBAAiB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;;AAUtE,qBAgEa,oBAAoB;IAC/B,SAAS,CAAC,KAAK,eAAwB;IAEvC,QAAQ,CAAC,MAAM,+DAAgC;IAE/C,SAAS,CAAC,MAAM,CAAC,MAAM,EAAE,eAAe,GAAG,IAAI;yCALpC,oBAAoB;2CAApB,oBAAoB;CAShC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ThemeService, ThemeMode } from './theme.service';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
interface ModeOption {
|
|
4
|
+
value: ThemeMode;
|
|
5
|
+
label: string;
|
|
6
|
+
icon: string;
|
|
7
|
+
}
|
|
8
|
+
export declare class ThemeToggleComponent {
|
|
9
|
+
protected theme: ThemeService;
|
|
10
|
+
protected options: ModeOption[];
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeToggleComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThemeToggleComponent, "ui-theme-toggle", never, {}, {}, never, never, true, never>;
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=theme-toggle.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme-toggle.component.d.ts","sourceRoot":"","sources":["../../../../../../libs/shared-ui/src/lib/tokens/theme/theme-toggle.component.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;;AAS1D,UAAU,UAAU;IAClB,KAAK,EAAE,SAAS,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAG,MAAM,CAAC;CACf;AAED,qBA0Fa,oBAAoB;IAC/B,SAAS,CAAC,KAAK,eAAwB;IAEvC,SAAS,CAAC,OAAO,EAAE,UAAU,EAAE,CAkB7B;yCArBS,oBAAoB;2CAApB,oBAAoB;CAsBhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme.provider.d.ts","sourceRoot":"","sources":["../../../../../../libs/shared-ui/src/lib/tokens/theme/theme.provider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,oBAAoB,EAA4B,MAAM,eAAe,CAAC;AAChG,OAAO,EAAgB,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAY5D,wBAAgB,oBAAoB,CAAC,MAAM,GAAE,WAAgB,GAAG,oBAAoB,CASnF"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { ColorPalette, PrimaryColorPreset, ColorPresetMeta } from './color-presets';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export type ThemeMode = 'light' | 'dark' | 'system';
|
|
4
|
+
export interface ThemeConfig {
|
|
5
|
+
primaryColor?: PrimaryColorPreset | ColorPalette;
|
|
6
|
+
mode?: ThemeMode;
|
|
7
|
+
}
|
|
8
|
+
export declare class ThemeService {
|
|
9
|
+
private platformId;
|
|
10
|
+
private readonly _preset;
|
|
11
|
+
private readonly _palette;
|
|
12
|
+
private readonly _mode;
|
|
13
|
+
/** Currently active preset name (null when a custom palette was set) */
|
|
14
|
+
readonly activePreset: import("@angular/core").Signal<PrimaryColorPreset>;
|
|
15
|
+
/** Resolved full palette */
|
|
16
|
+
readonly activePalette: import("@angular/core").Signal<ColorPalette>;
|
|
17
|
+
/** Currently active mode */
|
|
18
|
+
readonly activeMode: import("@angular/core").Signal<ThemeMode>;
|
|
19
|
+
/** Derived boolean — true when dark is currently active (including system→dark) */
|
|
20
|
+
readonly isDark: import("@angular/core").Signal<boolean>;
|
|
21
|
+
/** All available presets for rendering a picker */
|
|
22
|
+
readonly presets: ColorPresetMeta[];
|
|
23
|
+
constructor();
|
|
24
|
+
/**
|
|
25
|
+
* Set the primary color using a preset name or a full custom palette.
|
|
26
|
+
* Immediately applies CSS custom properties to :root and persists to localStorage.
|
|
27
|
+
*/
|
|
28
|
+
setPrimary(color: PrimaryColorPreset | ColorPalette): void;
|
|
29
|
+
/**
|
|
30
|
+
* Switch between light, dark, and system modes.
|
|
31
|
+
* Persisted to localStorage automatically.
|
|
32
|
+
*/
|
|
33
|
+
setMode(mode: ThemeMode): void;
|
|
34
|
+
/** Toggle between light ↔ dark (ignores system). */
|
|
35
|
+
toggleMode(): void;
|
|
36
|
+
/**
|
|
37
|
+
* Apply a full ThemeConfig at once (used by provideSharedUiTheme).
|
|
38
|
+
* Does NOT override values already restored from localStorage unless
|
|
39
|
+
* the config explicitly provides them.
|
|
40
|
+
*/
|
|
41
|
+
applyConfig(config: ThemeConfig): void;
|
|
42
|
+
private applyPalette;
|
|
43
|
+
private _mqListener?;
|
|
44
|
+
private applyMode;
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeService, never>;
|
|
46
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ThemeService>;
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=theme.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme.service.d.ts","sourceRoot":"","sources":["../../../../../../libs/shared-ui/src/lib/tokens/theme/theme.service.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,YAAY,EAAE,kBAAkB,EACjB,eAAe,EAC/B,MAAM,iBAAiB,CAAC;;AAEzB,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;AAEpD,MAAM,WAAW,WAAW;IAC1B,YAAY,CAAC,EAAE,kBAAkB,GAAG,YAAY,CAAC;IACjD,IAAI,CAAC,EAAU,SAAS,CAAC;CAC1B;AAiBD,qBACa,YAAY;IACvB,OAAO,CAAC,UAAU,CAAuB;IAGzC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAA4C;IACpE,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAqC;IAC9D,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAiC;IAIvD,wEAAwE;IACxE,QAAQ,CAAC,YAAY,qDAA6B;IAElD,4BAA4B;IAC5B,QAAQ,CAAC,aAAa,+CAKnB;IAEH,4BAA4B;IAC5B,QAAQ,CAAC,UAAU,4CAA2B;IAE9C,mFAAmF;IACnF,QAAQ,CAAC,MAAM,0CAMZ;IAEH,mDAAmD;IACnD,QAAQ,CAAC,OAAO,EAAE,eAAe,EAAE,CAAgC;;IAoCnE;;;OAGG;IACH,UAAU,CAAC,KAAK,EAAE,kBAAkB,GAAG,YAAY,GAAG,IAAI;IAa1D;;;OAGG;IACH,OAAO,CAAC,IAAI,EAAE,SAAS,GAAG,IAAI;IAK9B,oDAAoD;IACpD,UAAU,IAAI,IAAI;IAIlB;;;;OAIG;IACH,WAAW,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI;IAgBtC,OAAO,CAAC,YAAY;IAQpB,OAAO,CAAC,WAAW,CAAC,CAAmC;IAEvD,OAAO,CAAC,SAAS;yCApIN,YAAY;6CAAZ,YAAY;CA0JxB"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export type AlertVariant = 'solid' | 'outline' | 'soft' | 'subtle';
|
|
3
|
+
export type AlertColor = 'primary' | 'secondary' | 'neutral' | 'success' | 'info' | 'warning' | 'error';
|
|
4
|
+
/**
|
|
5
|
+
* Alert Molecule — Source: Nuxt UI v3 ❖ Alert
|
|
6
|
+
* Contextual messages with icon, title, description, actions
|
|
7
|
+
* Built from: icon (atom) + content + optional close button
|
|
8
|
+
*/
|
|
9
|
+
export declare class AlertComponent {
|
|
10
|
+
readonly variant: import("@angular/core").InputSignal<AlertVariant>;
|
|
11
|
+
readonly color: import("@angular/core").InputSignal<AlertColor>;
|
|
12
|
+
readonly title: import("@angular/core").InputSignal<string>;
|
|
13
|
+
readonly description: import("@angular/core").InputSignal<string>;
|
|
14
|
+
readonly icon: import("@angular/core").InputSignal<boolean>;
|
|
15
|
+
readonly closable: import("@angular/core").InputSignal<boolean>;
|
|
16
|
+
readonly actions: import("@angular/core").InputSignal<boolean>;
|
|
17
|
+
readonly live: import("@angular/core").InputSignal<"polite" | "assertive">;
|
|
18
|
+
readonly close: import("@angular/core").OutputEmitterRef<void>;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "ui-alert", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "closable": { "alias": "closable"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "live": { "alias": "live"; "required": false; "isSignal": true; }; }, { "close": "close"; }, never, ["[slot=icon]", "*", "[slot=actions]"], true, never>;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=alert.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alert.component.d.ts","sourceRoot":"","sources":["../../../../../libs/shared-ui/src/lib/molecules/alert/alert.component.ts"],"names":[],"mappings":";AAGA,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,QAAQ,CAAC;AACnE,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;AAExG;;;;GAIG;AACH,qBAoCa,cAAc;IACzB,QAAQ,CAAC,OAAO,oDAAmC;IACnD,QAAQ,CAAC,KAAK,kDAAmC;IACjD,QAAQ,CAAC,KAAK,8CAAoC;IAClD,QAAQ,CAAC,WAAW,8CAA8B;IAClD,QAAQ,CAAC,IAAI,+CAA+B;IAC5C,QAAQ,CAAC,QAAQ,+CAA4B;IAC7C,QAAQ,CAAC,OAAO,+CAA6B;IAC7C,QAAQ,CAAC,IAAI,8DAAkD;IAE/D,QAAQ,CAAC,KAAK,iDAAkB;yCAVrB,cAAc;2CAAd,cAAc;CAW1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/shared-ui/src/lib/molecules/alert/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"atomng-ui-molecules.d.ts","sourceRoot":"","sources":["../../../../libs/shared-ui/src/lib/molecules/atomng-ui-molecules.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { AvatarSize } from "@atomng/ui/atoms";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export interface AvatarGroupItem {
|
|
4
|
+
src?: string;
|
|
5
|
+
alt?: string;
|
|
6
|
+
initials?: string;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* AvatarGroup Molecule — Source: Nuxt UI v3 ❖ AvatarGroup
|
|
10
|
+
* Stacked avatar list with overflow count
|
|
11
|
+
* Depends on: AvatarComponent (atom)
|
|
12
|
+
*/
|
|
13
|
+
export declare class AvatarGroupComponent {
|
|
14
|
+
readonly items: import("@angular/core").InputSignal<AvatarGroupItem[]>;
|
|
15
|
+
readonly max: import("@angular/core").InputSignal<number>;
|
|
16
|
+
readonly size: import("@angular/core").InputSignal<AvatarSize>;
|
|
17
|
+
get visibleItems(): () => AvatarGroupItem[];
|
|
18
|
+
get overflow(): () => number;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarGroupComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarGroupComponent, "ui-avatar-group", never, { "items": { "alias": "items"; "required": true; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=avatar-group.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"avatar-group.component.d.ts","sourceRoot":"","sources":["../../../../../libs/shared-ui/src/lib/molecules/avatar-group/avatar-group.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAmB,UAAU,EAAE,MAAM,kBAAkB,CAAC;;AAI/D,MAAM,WAAW,eAAe;IAC9B,GAAG,CAAC,EAAO,MAAM,CAAC;IAClB,GAAG,CAAC,EAAO,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;;;GAIG;AACH,qBA0Ba,oBAAoB;IAC/B,QAAQ,CAAC,KAAK,yDAAuC;IACrD,QAAQ,CAAC,GAAG,8CAAsB;IAClC,QAAQ,CAAC,IAAI,kDAA4B;IAEzC,IAAI,YAAY,4BAAsD;IACtE,IAAI,QAAQ,iBAAsE;yCANvE,oBAAoB;2CAApB,oBAAoB;CAOhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/shared-ui/src/lib/molecules/avatar-group/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export interface BreadcrumbItem {
|
|
3
|
+
label: string;
|
|
4
|
+
to?: string;
|
|
5
|
+
href?: string;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Breadcrumb Molecule — Source: Nuxt UI v3 ❖ Breadcrumb
|
|
9
|
+
* Navigation trail with router support
|
|
10
|
+
*/
|
|
11
|
+
export declare class BreadcrumbComponent {
|
|
12
|
+
readonly items: import("@angular/core").InputSignal<BreadcrumbItem[]>;
|
|
13
|
+
readonly separator: import("@angular/core").InputSignal<string>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "ui-breadcrumb", never, { "items": { "alias": "items"; "required": true; "isSignal": true; }; "separator": { "alias": "separator"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=breadcrumb.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"breadcrumb.component.d.ts","sourceRoot":"","sources":["../../../../../libs/shared-ui/src/lib/molecules/breadcrumb/breadcrumb.component.ts"],"names":[],"mappings":";AAIA,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAI,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;;GAGG;AACH,qBA2Ba,mBAAmB;IAC9B,QAAQ,CAAC,KAAK,wDAA0C;IACxD,QAAQ,CAAC,SAAS,8CAAsB;yCAF7B,mBAAmB;2CAAnB,mBAAmB;CAG/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/shared-ui/src/lib/molecules/breadcrumb/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
/**
|
|
3
|
+
* ButtonGroup Molecule — Source: Nuxt UI v3 ❖ ButtonGroup
|
|
4
|
+
* Groups buttons in a visual row (joined borders)
|
|
5
|
+
*/
|
|
6
|
+
export declare class ButtonGroupComponent {
|
|
7
|
+
readonly vertical: import("@angular/core").InputSignal<boolean>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "ui-button-group", never, { "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=button-group.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button-group.component.d.ts","sourceRoot":"","sources":["../../../../../libs/shared-ui/src/lib/molecules/button-group/button-group.component.ts"],"names":[],"mappings":";AAGA;;;GAGG;AACH,qBAYa,oBAAoB;IAC/B,QAAQ,CAAC,QAAQ,+CAAyB;yCAD/B,oBAAoB;2CAApB,oBAAoB;CAEhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/shared-ui/src/lib/molecules/button-group/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export type FormFieldSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3
|
+
/**
|
|
4
|
+
* FormField Molecule — Source: Nuxt UI v3 ❖ FormField
|
|
5
|
+
* Wrapper for form controls: label + control + hint + error
|
|
6
|
+
* Used with: Input, Textarea, Select, Checkbox, Radio...
|
|
7
|
+
*/
|
|
8
|
+
export declare class FormFieldComponent {
|
|
9
|
+
readonly label: import("@angular/core").InputSignal<string>;
|
|
10
|
+
readonly name: import("@angular/core").InputSignal<string>;
|
|
11
|
+
readonly hint: import("@angular/core").InputSignal<string>;
|
|
12
|
+
readonly errorMessage: import("@angular/core").InputSignal<string>;
|
|
13
|
+
readonly required: import("@angular/core").InputSignal<boolean>;
|
|
14
|
+
readonly size: import("@angular/core").InputSignal<FormFieldSize>;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "ui-form-field", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "hint": { "alias": "hint"; "required": false; "isSignal": true; }; "errorMessage": { "alias": "errorMessage"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=form-field.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-field.component.d.ts","sourceRoot":"","sources":["../../../../../libs/shared-ui/src/lib/molecules/form-field/form-field.component.ts"],"names":[],"mappings":";AAGA,MAAM,MAAM,aAAa,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE7D;;;;GAIG;AACH,qBAiCa,kBAAkB;IAC7B,QAAQ,CAAC,KAAK,8CAAqC;IACnD,QAAQ,CAAC,IAAI,8CAA6B;IAC1C,QAAQ,CAAC,IAAI,8CAAsC;IACnD,QAAQ,CAAC,YAAY,8CAA8B;IACnD,QAAQ,CAAC,QAAQ,+CAA6B;IAC9C,QAAQ,CAAC,IAAI,qDAAsC;yCANxC,kBAAkB;2CAAlB,kBAAkB;CAO9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/shared-ui/src/lib/molecules/form-field/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from './alert';
|
|
2
|
+
export * from './avatar-group';
|
|
3
|
+
export * from './breadcrumb';
|
|
4
|
+
export * from './button-group';
|
|
5
|
+
export * from './form-field';
|
|
6
|
+
export * from './input';
|
|
7
|
+
export * from './pagination';
|
|
8
|
+
export * from './select';
|
|
9
|
+
export * from './tabs';
|
|
10
|
+
export * from './textarea';
|
|
11
|
+
export * from './toast';
|
|
12
|
+
export * from './select-search';
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../libs/shared-ui/src/lib/molecules/index.ts"],"names":[],"mappings":"AAKA,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/shared-ui/src/lib/molecules/input/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
|