@agnos-ui/angular-bootstrap 0.3.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.
Files changed (67) hide show
  1. package/README.md +15 -0
  2. package/agnos-ui-angular.module.d.ts +16 -0
  3. package/components/accordion/accordion.component.d.ts +239 -0
  4. package/components/accordion/accordion.d.ts +11 -0
  5. package/components/accordion/index.d.ts +2 -0
  6. package/components/alert/alert.component.d.ts +95 -0
  7. package/components/alert/alert.d.ts +7 -0
  8. package/components/alert/index.d.ts +2 -0
  9. package/components/modal/index.d.ts +3 -0
  10. package/components/modal/modal.component.d.ts +164 -0
  11. package/components/modal/modal.d.ts +9 -0
  12. package/components/modal/modal.service.d.ts +13 -0
  13. package/components/pagination/index.d.ts +2 -0
  14. package/components/pagination/pagination.component.d.ts +252 -0
  15. package/components/pagination/pagination.d.ts +8 -0
  16. package/components/progressbar/index.d.ts +2 -0
  17. package/components/progressbar/progressbar.component.d.ts +77 -0
  18. package/components/progressbar/progressbar.d.ts +7 -0
  19. package/components/rating/index.d.ts +2 -0
  20. package/components/rating/rating.component.d.ts +95 -0
  21. package/components/rating/rating.d.ts +6 -0
  22. package/components/select/index.d.ts +2 -0
  23. package/components/select/select.component.d.ts +107 -0
  24. package/components/select/select.d.ts +8 -0
  25. package/components/slider/index.d.ts +2 -0
  26. package/components/slider/slider.component.d.ts +130 -0
  27. package/components/slider/slider.d.ts +9 -0
  28. package/components/toast/index.d.ts +2 -0
  29. package/components/toast/toast.component.d.ts +106 -0
  30. package/components/toast/toast.d.ts +7 -0
  31. package/config.d.ts +18 -0
  32. package/esm2022/agnos-ui-angular-bootstrap.mjs +5 -0
  33. package/esm2022/agnos-ui-angular.module.mjs +151 -0
  34. package/esm2022/components/accordion/accordion.component.mjs +579 -0
  35. package/esm2022/components/accordion/accordion.mjs +4 -0
  36. package/esm2022/components/accordion/index.mjs +3 -0
  37. package/esm2022/components/alert/alert.component.mjs +230 -0
  38. package/esm2022/components/alert/alert.mjs +4 -0
  39. package/esm2022/components/alert/index.mjs +3 -0
  40. package/esm2022/components/modal/index.mjs +4 -0
  41. package/esm2022/components/modal/modal.component.mjs +423 -0
  42. package/esm2022/components/modal/modal.mjs +4 -0
  43. package/esm2022/components/modal/modal.service.mjs +47 -0
  44. package/esm2022/components/pagination/index.mjs +3 -0
  45. package/esm2022/components/pagination/pagination.component.mjs +581 -0
  46. package/esm2022/components/pagination/pagination.mjs +4 -0
  47. package/esm2022/components/progressbar/index.mjs +3 -0
  48. package/esm2022/components/progressbar/progressbar.component.mjs +180 -0
  49. package/esm2022/components/progressbar/progressbar.mjs +4 -0
  50. package/esm2022/components/rating/index.mjs +3 -0
  51. package/esm2022/components/rating/rating.component.mjs +185 -0
  52. package/esm2022/components/rating/rating.mjs +4 -0
  53. package/esm2022/components/select/index.mjs +3 -0
  54. package/esm2022/components/select/select.component.mjs +280 -0
  55. package/esm2022/components/select/select.mjs +4 -0
  56. package/esm2022/components/slider/index.mjs +3 -0
  57. package/esm2022/components/slider/slider.component.mjs +443 -0
  58. package/esm2022/components/slider/slider.mjs +4 -0
  59. package/esm2022/components/toast/index.mjs +3 -0
  60. package/esm2022/components/toast/toast.component.mjs +284 -0
  61. package/esm2022/components/toast/toast.mjs +4 -0
  62. package/esm2022/config.mjs +5 -0
  63. package/esm2022/index.mjs +27 -0
  64. package/fesm2022/agnos-ui-angular-bootstrap.mjs +3382 -0
  65. package/fesm2022/agnos-ui-angular-bootstrap.mjs.map +1 -0
  66. package/index.d.ts +33 -0
  67. package/package.json +48 -0
@@ -0,0 +1,130 @@
1
+ import type { SlotContent } from '@agnos-ui/angular-headless';
2
+ import { BaseWidgetDirective, ComponentTemplate } from '@agnos-ui/angular-headless';
3
+ import { type WritableSignal } from '@amadeus-it-group/tansu';
4
+ import type { AfterContentChecked } from '@angular/core';
5
+ import { EventEmitter, TemplateRef } from '@angular/core';
6
+ import type { SliderContext, SliderProps, SliderSlotHandleContext, SliderSlotLabelContext, SliderWidget } from './slider';
7
+ import * as i0 from "@angular/core";
8
+ export declare class SliderLabelDirective {
9
+ templateRef: TemplateRef<any>;
10
+ static ngTemplateContextGuard(_dir: SliderLabelDirective, context: unknown): context is SliderSlotLabelContext;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<SliderLabelDirective, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SliderLabelDirective, "ng-template[auSliderLabel]", never, {}, {}, never, never, true, never>;
13
+ }
14
+ export declare class SliderHandleDirective {
15
+ templateRef: TemplateRef<any>;
16
+ static ngTemplateContextGuard(_dir: SliderHandleDirective, context: unknown): context is SliderSlotHandleContext;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<SliderHandleDirective, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SliderHandleDirective, "ng-template[auSliderHandle]", never, {}, {}, never, never, true, never>;
19
+ }
20
+ export declare class SliderDefaultHandleSlotComponent {
21
+ private readonly _zone;
22
+ readonly handle: TemplateRef<SliderSlotHandleContext>;
23
+ onKeyDown(event: KeyboardEvent, handleId: number, widgetOnKeyDownFn: (event: KeyboardEvent, handleId: number) => void): void;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<SliderDefaultHandleSlotComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<SliderDefaultHandleSlotComponent, "ng-component", never, {}, {}, never, never, true, never>;
26
+ }
27
+ export declare const sliderDefaultSlotHandle: ComponentTemplate<unknown, "handle", SliderDefaultHandleSlotComponent>;
28
+ export declare class SliderStructureDirective {
29
+ templateRef: TemplateRef<any>;
30
+ static ngTemplateContextGuard(_dir: SliderStructureDirective, context: unknown): context is SliderSlotHandleContext;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<SliderStructureDirective, never>;
32
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SliderStructureDirective, "ng-template[auSliderStructure]", never, {}, {}, never, never, true, never>;
33
+ }
34
+ export declare class SliderDefaultStructureSlotComponent {
35
+ structure: TemplateRef<SliderContext>;
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<SliderDefaultStructureSlotComponent, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<SliderDefaultStructureSlotComponent, "ng-component", never, {}, {}, never, never, true, never>;
38
+ }
39
+ export declare const sliderDefaultSlotStructure: ComponentTemplate<unknown, "structure", SliderDefaultStructureSlotComponent>;
40
+ export type PartialSliderProps = Partial<SliderProps>;
41
+ export declare class SliderComponent extends BaseWidgetDirective<SliderWidget> implements AfterContentChecked {
42
+ readonly defaultSlots: WritableSignal<PartialSliderProps>;
43
+ readonly _widget: import("@agnos-ui/angular-headless").AngularWidget<SliderWidget>;
44
+ /**
45
+ * CSS classes to be applied on the widget main container
46
+ */
47
+ className: string | undefined;
48
+ /**
49
+ * Minimum value that can be assigned to the slider
50
+ */
51
+ min: number | undefined;
52
+ /**
53
+ * Maximum value that can be assigned to the slider
54
+ */
55
+ max: number | undefined;
56
+ /**
57
+ * Unit value between slider steps
58
+ */
59
+ stepSize: number | undefined;
60
+ /**
61
+ * Current slider values
62
+ */
63
+ values: number[] | undefined;
64
+ /**
65
+ * It `true` slider display is inversed
66
+ */
67
+ rtl: boolean | undefined;
68
+ /**
69
+ * If `true` the value labels are displayed on the slider
70
+ */
71
+ showValueLabels: boolean | undefined;
72
+ /**
73
+ * If `true` the min and max labels are displayed on the slider
74
+ */
75
+ showMinMaxLabels: boolean | undefined;
76
+ /**
77
+ * Return the value for the 'aria-label' attribute for the handle
78
+ */
79
+ ariaLabelHandle: ((value: number, sortedIndex: number, index: number) => string) | undefined;
80
+ /**
81
+ * Return the value for the 'aria-valuetext' attribute for the handle
82
+ */
83
+ ariaValueText: ((value: number, sortedIndex: number, index: number) => string) | undefined;
84
+ /**
85
+ * If `true` slider value cannot be changed but the slider is still focusable
86
+ */
87
+ readonly: boolean | undefined;
88
+ /**
89
+ * If `true` slider value cannot be changed and the slider cannot be focused
90
+ */
91
+ disabled: boolean | undefined;
92
+ /**
93
+ * If `true` is vertically positioned otherwise it is horizontal
94
+ */
95
+ vertical: boolean | undefined;
96
+ /**
97
+ * An event emitted when slider values are changed
98
+ *
99
+ * Event payload equals to the updated slider values
100
+ */
101
+ valuesChange: EventEmitter<number[]>;
102
+ slotLabel: SlotContent<SliderSlotLabelContext>;
103
+ slotLabelFromContent: SliderLabelDirective | undefined;
104
+ slotStructure: SlotContent<SliderContext>;
105
+ slotStructureFromContent: SliderStructureDirective | undefined;
106
+ slotHandle: SlotContent<SliderSlotHandleContext>;
107
+ slotHandleFromContent: SliderHandleDirective | undefined;
108
+ /**
109
+ * Control value accessor methods
110
+ */
111
+ onChange: (_: any) => void;
112
+ onTouched: () => void;
113
+ registerOnChange(fn: (value: any) => any): void;
114
+ registerOnTouched(fn: () => any): void;
115
+ writeValue(value: any): void;
116
+ setDisabledState(isDisabled: boolean): void;
117
+ handleBlur(): void;
118
+ ngAfterContentChecked(): void;
119
+ static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>;
120
+ static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "[auSlider]", never, { "className": { "alias": "auClassName"; "required": false; }; "min": { "alias": "auMin"; "required": false; }; "max": { "alias": "auMax"; "required": false; }; "stepSize": { "alias": "auStepSize"; "required": false; }; "values": { "alias": "auValues"; "required": false; }; "rtl": { "alias": "auRtl"; "required": false; }; "showValueLabels": { "alias": "auShowValueLabels"; "required": false; }; "showMinMaxLabels": { "alias": "auShowMinMaxLabels"; "required": false; }; "ariaLabelHandle": { "alias": "auAriaLabelHandle"; "required": false; }; "ariaValueText": { "alias": "auAriaValueText"; "required": false; }; "readonly": { "alias": "auReadonly"; "required": false; }; "disabled": { "alias": "auDisabled"; "required": false; }; "vertical": { "alias": "auVertical"; "required": false; }; "slotLabel": { "alias": "auSlotLabel"; "required": false; }; "slotStructure": { "alias": "auSlotStructure"; "required": false; }; "slotHandle": { "alias": "auSlotHandle"; "required": false; }; }, { "valuesChange": "auValuesChange"; }, ["slotLabelFromContent", "slotStructureFromContent", "slotHandleFromContent"], never, true, never>;
121
+ static ngAcceptInputType_min: unknown;
122
+ static ngAcceptInputType_max: unknown;
123
+ static ngAcceptInputType_stepSize: unknown;
124
+ static ngAcceptInputType_rtl: unknown;
125
+ static ngAcceptInputType_showValueLabels: unknown;
126
+ static ngAcceptInputType_showMinMaxLabels: unknown;
127
+ static ngAcceptInputType_readonly: unknown;
128
+ static ngAcceptInputType_disabled: unknown;
129
+ static ngAcceptInputType_vertical: unknown;
130
+ }
@@ -0,0 +1,9 @@
1
+ import type { AdaptWidgetSlots, WidgetProps, WidgetState, AdaptSlotContentProps, WidgetFactory } from '@agnos-ui/angular-headless';
2
+ export * from '@agnos-ui/core-bootstrap/components/slider';
3
+ export type SliderWidget = AdaptWidgetSlots<import('@agnos-ui/core-bootstrap/components/slider').SliderWidget>;
4
+ export type SliderProps = WidgetProps<SliderWidget>;
5
+ export type SliderState = WidgetState<SliderWidget>;
6
+ export type SliderContext = AdaptSlotContentProps<import('@agnos-ui/core-bootstrap/components/slider').SliderContext>;
7
+ export type SliderSlotLabelContext = AdaptSlotContentProps<import('@agnos-ui/core-bootstrap/components/slider').SliderSlotLabelContext>;
8
+ export type SliderSlotHandleContext = AdaptSlotContentProps<import('@agnos-ui/core-bootstrap/components/slider').SliderSlotHandleContext>;
9
+ export declare const createSlider: WidgetFactory<SliderWidget>;
@@ -0,0 +1,2 @@
1
+ export * from './toast.component';
2
+ export * from './toast';
@@ -0,0 +1,106 @@
1
+ import type { SlotContent, TransitionFn } from '@agnos-ui/angular-headless';
2
+ import { BaseWidgetDirective, ComponentTemplate } from '@agnos-ui/angular-headless';
3
+ import type { WritableSignal } from '@amadeus-it-group/tansu';
4
+ import type { AfterContentChecked } from '@angular/core';
5
+ import { EventEmitter, TemplateRef } from '@angular/core';
6
+ import type { ToastContext, ToastProps, ToastWidget } from './toast';
7
+ import * as i0 from "@angular/core";
8
+ export declare class ToastBodyDirective {
9
+ templateRef: TemplateRef<any>;
10
+ static ngTemplateContextGuard(dir: ToastBodyDirective, context: unknown): context is ToastContext;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToastBodyDirective, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ToastBodyDirective, "ng-template[auToastBody]", never, {}, {}, never, never, true, never>;
13
+ }
14
+ export declare class ToastStructureDirective {
15
+ templateRef: TemplateRef<any>;
16
+ static ngTemplateContextGuard(dir: ToastStructureDirective, context: unknown): context is ToastContext;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToastStructureDirective, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ToastStructureDirective, "ng-template[auToastStructure]", never, {}, {}, never, never, true, never>;
19
+ }
20
+ export declare class ToastHeaderDirective {
21
+ templateRef: TemplateRef<any>;
22
+ static ngTemplateContextGuard(dir: ToastHeaderDirective, context: unknown): context is ToastContext;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToastHeaderDirective, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ToastHeaderDirective, "ng-template[auToastHeader]", never, {}, {}, never, never, true, never>;
25
+ }
26
+ export declare class ToastDefaultSlotsComponent {
27
+ structure: TemplateRef<ToastContext>;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToastDefaultSlotsComponent, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToastDefaultSlotsComponent, "ng-component", never, {}, {}, never, never, true, never>;
30
+ }
31
+ export declare const toastDefaultSlotStructure: ComponentTemplate<unknown, "structure", ToastDefaultSlotsComponent>;
32
+ export declare class ToastComponent extends BaseWidgetDirective<ToastWidget> implements AfterContentChecked {
33
+ /**
34
+ * If `true`, alert can be dismissed by the user.
35
+ * The close button (×) will be displayed and you can be notified of the event with the (close) output.
36
+ */
37
+ dismissible: boolean | undefined;
38
+ /**
39
+ * The transition function will be executed when the alert is displayed or hidden.
40
+ * Depending on the value of CommonAlertProps.animatedOnInit, the animation can be optionally skipped during the showing process.
41
+ */
42
+ transition: TransitionFn | undefined;
43
+ /**
44
+ * If `true` the alert is visible to the user
45
+ */
46
+ visible: boolean | undefined;
47
+ /**
48
+ * If `true`, alert opening will be animated.
49
+ *
50
+ * Animation is triggered when the `.open()` function is called
51
+ * or the visible prop is changed
52
+ */
53
+ animatedOnInit: boolean | undefined;
54
+ /**
55
+ * If `true`, alert closing will be animated.
56
+ *
57
+ * Animation is triggered when clicked on the close button (×),
58
+ * via the `.close()` function or the visible prop is changed
59
+ */
60
+ animated: boolean | undefined;
61
+ /**
62
+ * If `true` automatically hides the toast after the delay.
63
+ */
64
+ autoHide: boolean | undefined;
65
+ /**
66
+ * Delay in milliseconds before hiding the toast.
67
+ */
68
+ delay: number | undefined;
69
+ /**
70
+ * Accessibility close button label
71
+ */
72
+ ariaCloseButtonLabel: string | undefined;
73
+ slotDefault: SlotContent<ToastContext>;
74
+ slotDefaultFromContent: ToastBodyDirective | null;
75
+ slotStructure: SlotContent<ToastContext>;
76
+ slotStructureFromContent: ToastStructureDirective | undefined;
77
+ slotHeader: SlotContent<ToastContext>;
78
+ slotHeaderFromContent: ToastHeaderDirective | undefined;
79
+ /**
80
+ * Callback called when the alert visibility changed.
81
+ */
82
+ visibleChange: EventEmitter<boolean>;
83
+ /**
84
+ * Callback called when the alert is hidden.
85
+ */
86
+ hidden: EventEmitter<void>;
87
+ /**
88
+ * Callback called when the alert is shown.
89
+ */
90
+ shown: EventEmitter<void>;
91
+ readonly defaultSlots: WritableSignal<Partial<ToastProps>>;
92
+ /**
93
+ * CSS classes to be applied on the widget main container
94
+ */
95
+ className: string | undefined;
96
+ readonly _widget: import("@agnos-ui/angular-headless").AngularWidget<ToastWidget>;
97
+ ngAfterContentChecked(): void;
98
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
99
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "[auToast]", never, { "dismissible": { "alias": "auDismissible"; "required": false; }; "transition": { "alias": "auTransition"; "required": false; }; "visible": { "alias": "auVisible"; "required": false; }; "animatedOnInit": { "alias": "auAnimatedOnInit"; "required": false; }; "animated": { "alias": "auAnimated"; "required": false; }; "autoHide": { "alias": "auAutoHide"; "required": false; }; "delay": { "alias": "auDelay"; "required": false; }; "ariaCloseButtonLabel": { "alias": "auAriaCloseButtonLabel"; "required": false; }; "slotDefault": { "alias": "auSlotDefault"; "required": false; }; "slotStructure": { "alias": "auSlotStructure"; "required": false; }; "slotHeader": { "alias": "auSlotHeader"; "required": false; }; "className": { "alias": "auClassName"; "required": false; }; }, { "visibleChange": "auVisibleChange"; "hidden": "auHidden"; "shown": "auShown"; }, ["slotDefaultFromContent", "slotStructureFromContent", "slotHeaderFromContent"], ["*"], true, never>;
100
+ static ngAcceptInputType_dismissible: unknown;
101
+ static ngAcceptInputType_visible: unknown;
102
+ static ngAcceptInputType_animatedOnInit: unknown;
103
+ static ngAcceptInputType_animated: unknown;
104
+ static ngAcceptInputType_autoHide: unknown;
105
+ static ngAcceptInputType_delay: unknown;
106
+ }
@@ -0,0 +1,7 @@
1
+ import type { AdaptWidgetSlots, WidgetProps, WidgetState, AdaptSlotContentProps, WidgetFactory } from '@agnos-ui/angular-headless';
2
+ export * from '@agnos-ui/core-bootstrap/components/toast';
3
+ export type ToastWidget = AdaptWidgetSlots<import('@agnos-ui/core-bootstrap/components/toast').ToastWidget>;
4
+ export type ToastProps = WidgetProps<ToastWidget>;
5
+ export type ToastState = WidgetState<ToastWidget>;
6
+ export type ToastContext = AdaptSlotContentProps<import('@agnos-ui/core-bootstrap/components/toast').ToastContext>;
7
+ export declare const createToast: WidgetFactory<ToastWidget>;
package/config.d.ts ADDED
@@ -0,0 +1,18 @@
1
+ import type { AdaptPropsSlots, AngularWidget, Partial2Levels, Widget, WidgetFactory, WidgetProps, WidgetsConfigStore } from '@agnos-ui/angular-headless';
2
+ import type { BootstrapWidgetsConfig } from '@agnos-ui/core-bootstrap/config';
3
+ import type { ReadableSignal } from '@amadeus-it-group/tansu';
4
+ import type { FactoryProvider } from '@angular/core';
5
+ import { InjectionToken } from '@angular/core';
6
+ export type WidgetsConfig = {
7
+ [WidgetName in keyof BootstrapWidgetsConfig]: AdaptPropsSlots<BootstrapWidgetsConfig[WidgetName]>;
8
+ };
9
+ type AdaptParentConfig = (config: Partial2Levels<WidgetsConfig>) => Partial2Levels<WidgetsConfig>;
10
+ type InjectWidgetsConfig = (config?: Partial2Levels<WidgetsConfig>) => WidgetsConfigStore<WidgetsConfig>;
11
+ export declare const widgetsConfigInjectionToken: InjectionToken<WidgetsConfigStore<WidgetsConfig>>, provideWidgetsConfig: (adaptParentConfig?: AdaptParentConfig | undefined) => FactoryProvider, injectWidgetConfig: <N extends keyof BootstrapWidgetsConfig>(widgetName: N) => ReadableSignal<Partial<WidgetsConfig[N]> | undefined>, injectWidgetsConfig: InjectWidgetsConfig, callWidgetFactory: <W extends Widget<object, object, object, object, object>>({ factory, widgetName, defaultConfig, events, afterInit, }: {
12
+ factory: WidgetFactory<W>;
13
+ widgetName?: keyof BootstrapWidgetsConfig | null | undefined;
14
+ defaultConfig?: Partial<WidgetProps<W>> | ReadableSignal<Partial<WidgetProps<W>> | undefined> | undefined;
15
+ events?: Pick<WidgetProps<W>, keyof WidgetProps<W> & `on${string}`>;
16
+ afterInit?: (() => void) | undefined;
17
+ }) => AngularWidget<W>;
18
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './index';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWdub3MtdWktYW5ndWxhci1ib290c3RyYXAuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvYWdub3MtdWktYW5ndWxhci1ib290c3RyYXAudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
@@ -0,0 +1,151 @@
1
+ import { SlotDirective, UseDirective, UseMultiDirective } from '@agnos-ui/angular-headless';
2
+ import { NgModule } from '@angular/core';
3
+ import { ModalBodyDirective, ModalComponent, ModalFooterDirective, ModalHeaderDirective, ModalStructureDirective, ModalTitleDirective, } from './components/modal/modal.component';
4
+ import { PaginationComponent, PaginationEllipsisDirective, PaginationFirstDirective, PaginationLastDirective, PaginationNextDirective, PaginationNumberDirective, PaginationPagesDirective, PaginationStructureDirective, PaginationPreviousDirective, } from './components/pagination/pagination.component';
5
+ import { RatingComponent, RatingStarDirective } from './components/rating/rating.component';
6
+ import { SelectBadgeLabelDirective, SelectComponent, SelectItemDirective } from './components/select/select.component';
7
+ import { AlertBodyDirective, AlertComponent, AlertStructureDirective } from './components/alert/alert.component';
8
+ import { AccordionDirective, AccordionItemComponent, AccordionHeaderDirective, AccordionBodyDirective, AccordionItemStructureDirective, } from './components/accordion/accordion.component';
9
+ import { SliderComponent, SliderHandleDirective, SliderLabelDirective, SliderStructureDirective } from './components/slider/slider.component';
10
+ import { ProgressbarComponent, ProgressbarStructureDirective } from './components/progressbar/progressbar.component';
11
+ import { ToastBodyDirective, ToastComponent, ToastHeaderDirective, ToastStructureDirective } from './components/toast/toast.component';
12
+ import * as i0 from "@angular/core";
13
+ /* istanbul ignore next */
14
+ const components = [
15
+ SlotDirective,
16
+ SelectComponent,
17
+ SelectBadgeLabelDirective,
18
+ SelectItemDirective,
19
+ UseDirective,
20
+ UseMultiDirective,
21
+ RatingComponent,
22
+ RatingStarDirective,
23
+ PaginationComponent,
24
+ PaginationEllipsisDirective,
25
+ PaginationFirstDirective,
26
+ PaginationLastDirective,
27
+ PaginationNextDirective,
28
+ PaginationNumberDirective,
29
+ PaginationPreviousDirective,
30
+ PaginationPagesDirective,
31
+ PaginationStructureDirective,
32
+ ModalComponent,
33
+ ModalStructureDirective,
34
+ ModalHeaderDirective,
35
+ ModalTitleDirective,
36
+ ModalBodyDirective,
37
+ ModalFooterDirective,
38
+ AlertComponent,
39
+ AlertStructureDirective,
40
+ AlertBodyDirective,
41
+ AccordionDirective,
42
+ AccordionItemComponent,
43
+ AccordionHeaderDirective,
44
+ AccordionBodyDirective,
45
+ AccordionItemStructureDirective,
46
+ SliderComponent,
47
+ SliderHandleDirective,
48
+ SliderLabelDirective,
49
+ SliderStructureDirective,
50
+ ProgressbarComponent,
51
+ ProgressbarStructureDirective,
52
+ ToastComponent,
53
+ ToastStructureDirective,
54
+ ToastBodyDirective,
55
+ ToastHeaderDirective,
56
+ ];
57
+ export class AgnosUIAngularModule {
58
+ static { this.ɵfac = function AgnosUIAngularModule_Factory(t) { return new (t || AgnosUIAngularModule)(); }; }
59
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AgnosUIAngularModule }); }
60
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({}); }
61
+ }
62
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AgnosUIAngularModule, [{
63
+ type: NgModule,
64
+ args: [{
65
+ declarations: [],
66
+ imports: components,
67
+ exports: components,
68
+ }]
69
+ }], null, null); })();
70
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AgnosUIAngularModule, { imports: [SlotDirective,
71
+ SelectComponent,
72
+ SelectBadgeLabelDirective,
73
+ SelectItemDirective,
74
+ UseDirective,
75
+ UseMultiDirective,
76
+ RatingComponent,
77
+ RatingStarDirective,
78
+ PaginationComponent,
79
+ PaginationEllipsisDirective,
80
+ PaginationFirstDirective,
81
+ PaginationLastDirective,
82
+ PaginationNextDirective,
83
+ PaginationNumberDirective,
84
+ PaginationPreviousDirective,
85
+ PaginationPagesDirective,
86
+ PaginationStructureDirective,
87
+ ModalComponent,
88
+ ModalStructureDirective,
89
+ ModalHeaderDirective,
90
+ ModalTitleDirective,
91
+ ModalBodyDirective,
92
+ ModalFooterDirective,
93
+ AlertComponent,
94
+ AlertStructureDirective,
95
+ AlertBodyDirective,
96
+ AccordionDirective,
97
+ AccordionItemComponent,
98
+ AccordionHeaderDirective,
99
+ AccordionBodyDirective,
100
+ AccordionItemStructureDirective,
101
+ SliderComponent,
102
+ SliderHandleDirective,
103
+ SliderLabelDirective,
104
+ SliderStructureDirective,
105
+ ProgressbarComponent,
106
+ ProgressbarStructureDirective,
107
+ ToastComponent,
108
+ ToastStructureDirective,
109
+ ToastBodyDirective,
110
+ ToastHeaderDirective], exports: [SlotDirective,
111
+ SelectComponent,
112
+ SelectBadgeLabelDirective,
113
+ SelectItemDirective,
114
+ UseDirective,
115
+ UseMultiDirective,
116
+ RatingComponent,
117
+ RatingStarDirective,
118
+ PaginationComponent,
119
+ PaginationEllipsisDirective,
120
+ PaginationFirstDirective,
121
+ PaginationLastDirective,
122
+ PaginationNextDirective,
123
+ PaginationNumberDirective,
124
+ PaginationPreviousDirective,
125
+ PaginationPagesDirective,
126
+ PaginationStructureDirective,
127
+ ModalComponent,
128
+ ModalStructureDirective,
129
+ ModalHeaderDirective,
130
+ ModalTitleDirective,
131
+ ModalBodyDirective,
132
+ ModalFooterDirective,
133
+ AlertComponent,
134
+ AlertStructureDirective,
135
+ AlertBodyDirective,
136
+ AccordionDirective,
137
+ AccordionItemComponent,
138
+ AccordionHeaderDirective,
139
+ AccordionBodyDirective,
140
+ AccordionItemStructureDirective,
141
+ SliderComponent,
142
+ SliderHandleDirective,
143
+ SliderLabelDirective,
144
+ SliderStructureDirective,
145
+ ProgressbarComponent,
146
+ ProgressbarStructureDirective,
147
+ ToastComponent,
148
+ ToastStructureDirective,
149
+ ToastBodyDirective,
150
+ ToastHeaderDirective] }); })();
151
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWdub3MtdWktYW5ndWxhci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvYWdub3MtdWktYW5ndWxhci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLGFBQWEsRUFBRSxZQUFZLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSw0QkFBNEIsQ0FBQztBQUMxRixPQUFPLEVBQUMsUUFBUSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQ3ZDLE9BQU8sRUFDTixrQkFBa0IsRUFDbEIsY0FBYyxFQUNkLG9CQUFvQixFQUNwQixvQkFBb0IsRUFDcEIsdUJBQXVCLEVBQ3ZCLG1CQUFtQixHQUNuQixNQUFNLG9DQUFvQyxDQUFDO0FBQzVDLE9BQU8sRUFDTixtQkFBbUIsRUFDbkIsMkJBQTJCLEVBQzNCLHdCQUF3QixFQUN4Qix1QkFBdUIsRUFDdkIsdUJBQXVCLEVBQ3ZCLHlCQUF5QixFQUN6Qix3QkFBd0IsRUFDeEIsNEJBQTRCLEVBQzVCLDJCQUEyQixHQUMzQixNQUFNLDhDQUE4QyxDQUFDO0FBQ3RELE9BQU8sRUFBQyxlQUFlLEVBQUUsbUJBQW1CLEVBQUMsTUFBTSxzQ0FBc0MsQ0FBQztBQUMxRixPQUFPLEVBQUMseUJBQXlCLEVBQUUsZUFBZSxFQUFFLG1CQUFtQixFQUFDLE1BQU0sc0NBQXNDLENBQUM7QUFDckgsT0FBTyxFQUFDLGtCQUFrQixFQUFFLGNBQWMsRUFBRSx1QkFBdUIsRUFBQyxNQUFNLG9DQUFvQyxDQUFDO0FBQy9HLE9BQU8sRUFDTixrQkFBa0IsRUFDbEIsc0JBQXNCLEVBQ3RCLHdCQUF3QixFQUN4QixzQkFBc0IsRUFDdEIsK0JBQStCLEdBQy9CLE1BQU0sNENBQTRDLENBQUM7QUFDcEQsT0FBTyxFQUFDLGVBQWUsRUFBRSxxQkFBcUIsRUFBRSxvQkFBb0IsRUFBRSx3QkFBd0IsRUFBQyxNQUFNLHNDQUFzQyxDQUFDO0FBQzVJLE9BQU8sRUFBQyxvQkFBb0IsRUFBRSw2QkFB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N0IsY0FBYztRQUNkLHVCQUF1QjtRQUN2QixrQkFBa0I7UUFDbEIsb0JBQW9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtTbG90RGlyZWN0aXZlLCBVc2VEaXJlY3RpdmUsIFVzZU11bHRpRGlyZWN0aXZlfSBmcm9tICdAYWdub3MtdWkvYW5ndWxhci1oZWFkbGVzcyc7XG5pbXBvcnQge05nTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG5cdE1vZGFsQm9keURpcmVjdGl2ZSxcblx0TW9kYWxDb21wb25lbnQsXG5cdE1vZGFsRm9vdGVyRGlyZWN0aXZlLFxuXHRNb2RhbEhlYWRlckRpcmVjdGl2ZSxcblx0TW9kYWxTdHJ1Y3R1cmVEaXJlY3RpdmUsXG5cdE1vZGFsVGl0bGVEaXJlY3RpdmUsXG59IGZyb20gJy4vY29tcG9uZW50cy9tb2RhbC9tb2RhbC5jb21wb25lbnQnO1xuaW1wb3J0IHtcblx0UGFnaW5hdGlvbkNvbXBvbmVudCxcblx0UGFnaW5hdGlvbkVsbGlwc2lzRGlyZWN0aXZlLFxuXHRQYWdpbmF0aW9uRmlyc3REaXJlY3RpdmUsXG5cdFBhZ2luYXRpb25MYXN0RGlyZWN0aXZlLFxuXHRQYWdpbmF0aW9uTmV4dERpcmVjdGl2ZSxcblx0UGFnaW5hdGlvbk51bWJlckRpcmVjdGl2ZSxcblx0UGFnaW5hdGlvblBhZ2VzRGlyZWN0aXZlLFxuXHRQYWdpbmF0aW9uU3RydWN0dXJlRGlyZWN0aXZlLFxuXHRQYWdpbmF0aW9uUHJldmlvdXNEaXJlY3RpdmUsXG59IGZyb20gJy4vY29tcG9uZW50cy9wYWdpbmF0aW9uL3BhZ2luYXRpb24uY29tcG9uZW50JztcbmltcG9ydCB7UmF0aW5nQ29tcG9uZW50LCBSYXRpbmdTdGFyRGlyZWN0aXZlfSBmcm9tICcuL2NvbXBvbmVudHMvcmF0aW5nL3JhdGluZy5jb21wb25lbnQnO1xuaW1wb3J0IHtTZWxlY3RCYWRnZUxhYmVsRGlyZWN0aXZlLCBTZWxlY3RDb21wb25lbnQsIFNlbGVjdEl0ZW1EaXJlY3RpdmV9IGZyb20gJy4vY29tcG9uZW50cy9zZWxlY3Qvc2VsZWN0LmNvbXBvbmVudCc7XG5pbXBvcnQge0FsZXJ0Qm9keURpcmVjdGl2ZSwgQWxlcnRDb21wb25lbnQsIEFsZXJ0U3RydWN0dXJlRGlyZWN0aXZlfSBmcm9tICcuL2NvbXBvbmVudHMvYWxlcnQvYWxlcnQuY29tcG9uZW50JztcbmltcG9ydCB7XG5cdEFjY29yZGlvbkRpcmVjdGl2ZSxcblx0QWNjb3JkaW9uSXRlbUNvbXBvbmVudCxcblx0QWNjb3JkaW9uSGVhZGVyRGlyZWN0aXZlLFxuXHRBY2NvcmRpb25Cb2R5RGlyZWN0aXZlLFxuXHRBY2NvcmRpb25JdGVtU3RydWN0dXJlRGlyZWN0aXZlLFxufSBmcm9tICcuL2NvbXBvbmVudHMvYWNjb3JkaW9uL2FjY29yZGlvbi5jb21wb25lbnQnO1xuaW1wb3J0IHtTbGlkZXJDb21wb25lbnQsIFNsaWRlckhhbmRsZURpcmVjdGl2ZSwgU2xpZGVyTGFiZWxEaXJlY3RpdmUsIFNsaWRlclN0cnVjdHVyZURpcmVjdGl2ZX0gZnJvbSAnLi9jb21wb25lbnRzL3NsaWRlci9zbGlkZXIuY29tcG9uZW50JztcbmltcG9ydCB7UHJvZ3Jlc3NiYXJDb21wb25lbnQsIFByb2dyZXNzYmFyU3RydWN0dXJlRGlyZWN0aXZlfSBmcm9tICcuL2NvbXBvbmVudHMvcHJvZ3Jlc3NiYXIvcHJvZ3Jlc3NiYXIuY29tcG9uZW50JztcbmltcG9ydCB7VG9hc3RCb2R5RGlyZWN0aXZlLCBUb2FzdENvbXBvbmVudCwgVG9hc3RIZWFkZXJEaXJlY3RpdmUsIFRvYXN0U3RydWN0dXJlRGlyZWN0aXZlfSBmcm9tICcuL2NvbXBvbmVudHMvdG9hc3QvdG9hc3QuY29tcG9uZW50Jztcbi8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG5jb25zdCBjb21wb25lbnRzID0gW1xuXHRTbG90RGlyZWN0aXZlLFxuXHRTZWxlY3RDb21wb25lbnQsXG5cdFNlbGVjdEJhZGdlTGFiZWxEaXJlY3RpdmUsXG5cdFNlbGVjdEl0ZW1EaXJlY3RpdmUsXG5cdFVzZURpcmVjdGl2ZSxcblx0VXNlTXVsdGlEaXJlY3RpdmUsXG5cdFJhdGluZ0NvbXBvbmVudCxcblx0UmF0aW5nU3RhckRpcmVjdGl2ZSxcblx0UGFnaW5hdGlvbkNvbXBvbmVudCxcblx0UGFnaW5hdGlvbkVsbGlwc2lzRGlyZWN0aXZlLFxuXHRQYWdpbmF0aW9uRmlyc3REaXJlY3RpdmUsXG5cdFBhZ2luYXRpb25MYXN0RGlyZWN0aXZlLFxuXHRQYWdpbmF0aW9uTmV4dERpcmVjdGl2ZSxcblx0UGFnaW5hdGlvbk51bWJlckRpcmVjdGl2ZSxcblx0UGFnaW5hdGlvblByZXZpb3VzRGlyZWN0aXZlLFxuXHRQYWdpbmF0aW9uUGFnZXNEaXJlY3RpdmUsXG5cdFBhZ2luYXRpb25TdHJ1Y3R1cmVEaXJlY3RpdmUsXG5cdE1vZGFsQ29tcG9uZW50LFxuXHRNb2RhbFN0cnVjdHVyZURpcmVjdGl2ZSxcblx0TW9kYWxIZWFkZXJEaXJlY3RpdmUsXG5cdE1vZGFsVGl0bGVEaXJlY3RpdmUsXG5cdE1vZGFsQm9keURpcmVjdGl2ZSxcblx0TW9kYWxGb290ZXJEaXJlY3RpdmUsXG5cdEFsZXJ0Q29tcG9uZW50LFxuXHRBbGVydFN0cnVjdHVyZURpcmVjdGl2ZSxcblx0QWxlcnRCb2R5RGlyZWN0aXZlLFxuXHRBY2NvcmRpb25EaXJlY3RpdmUsXG5cdEFjY29yZGlvbkl0ZW1Db21wb25lbnQsXG5cdEFjY29yZGlvbkhlYWRlckRpcmVjdGl2ZSxcblx0QWNjb3JkaW9uQm9keURpcmVjdGl2ZSxcblx0QWNjb3JkaW9uSXRlbVN0cnVjdHVyZURpcmVjdGl2ZSxcblx0U2xpZGVyQ29tcG9uZW50LFxuXHRTbGlkZXJIYW5kbGVEaXJlY3RpdmUsXG5cdFNsaWRlckxhYmVsRGlyZWN0aXZlLFxuXHRTbGlkZXJTdHJ1Y3R1cmVEaXJlY3RpdmUsXG5cdFByb2dyZXNzYmFyQ29tcG9uZW50LFxuXHRQcm9ncmVzc2JhclN0cnVjdHVyZURpcmVjdGl2ZSxcblx0VG9hc3RDb21wb25lbnQsXG5cdFRvYXN0U3RydWN0dXJlRGlyZWN0aXZlLFxuXHRUb2FzdEJvZHlEaXJlY3RpdmUsXG5cdFRvYXN0SGVhZGVyRGlyZWN0aXZlLFxuXTtcblxuQE5nTW9kdWxlKHtcblx0ZGVjbGFyYXRpb25zOiBbXSxcblx0aW1wb3J0czogY29tcG9uZW50cyxcblx0ZXhwb3J0czogY29tcG9uZW50cyxcbn0pXG5leHBvcnQgY2xhc3MgQWdub3NVSUFuZ3VsYXJNb2R1bGUge31cbiJdfQ==