@als-tp/als-react-ts-ui 0.5.3 → 0.6.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 +134 -11
- package/dist/aicomponents/ALSAIConversation/ALSAIConversation.d.ts +52 -0
- package/dist/aicomponents/ALSAIConversation/ALSAIConversation.d.ts.map +1 -0
- package/dist/aicomponents/ALSAIConversation/index.d.ts +8 -0
- package/dist/aicomponents/ALSAIConversation/index.d.ts.map +1 -0
- package/dist/aicomponents/ALSAIMessage/ALSAIMessage.d.ts +102 -0
- package/dist/aicomponents/ALSAIMessage/ALSAIMessage.d.ts.map +1 -0
- package/dist/aicomponents/ALSAIMessage/index.d.ts +7 -0
- package/dist/aicomponents/ALSAIMessage/index.d.ts.map +1 -0
- package/dist/aicomponents/ALSAIPromptInput/ALSAIPromptInput.d.ts +242 -0
- package/dist/aicomponents/ALSAIPromptInput/ALSAIPromptInput.d.ts.map +1 -0
- package/dist/aicomponents/ALSAIPromptInput/index.d.ts +19 -0
- package/dist/aicomponents/ALSAIPromptInput/index.d.ts.map +1 -0
- package/dist/aicomponents/ALSAIResponse/ALSAIResponse.d.ts +12 -0
- package/dist/aicomponents/ALSAIResponse/ALSAIResponse.d.ts.map +1 -0
- package/dist/aicomponents/ALSAIResponse/index.d.ts +5 -0
- package/dist/aicomponents/ALSAIResponse/index.d.ts.map +1 -0
- package/dist/als-react-ts-ui.js +11466 -10635
- package/dist/components/ALSAccordion/ALSAccordion.d.ts +65 -0
- package/dist/components/ALSAccordion/ALSAccordion.d.ts.map +1 -0
- package/dist/components/ALSAccordion/index.d.ts +6 -63
- package/dist/components/ALSAccordion/index.d.ts.map +1 -1
- package/dist/components/ALSAlertDialog/ALSAlertDialog.d.ts +1 -1
- package/dist/components/ALSAlertDialog/ALSAlertDialog.d.ts.map +1 -1
- package/dist/components/ALSAlertDialog/index.d.ts +1 -1
- package/dist/components/ALSAutocomplete/ALSAutocomplete.d.ts +16 -16
- package/dist/components/ALSAutocomplete/ALSAutocomplete.d.ts.map +1 -1
- package/dist/components/ALSAutocomplete/index.d.ts +16 -16
- package/dist/components/ALSCheckbox/ALSCheckbox.d.ts +1 -1
- package/dist/components/ALSCheckbox/ALSCheckbox.d.ts.map +1 -1
- package/dist/components/ALSCheckboxGroup/ALSCheckboxGroup.d.ts +1 -1
- package/dist/components/ALSCheckboxGroup/ALSCheckboxGroup.d.ts.map +1 -1
- package/dist/components/ALSCombobox/ALSCombobox.d.ts +4 -4
- package/dist/components/ALSCombobox/ALSCombobox.d.ts.map +1 -1
- package/dist/components/ALSCombobox/index.d.ts +3 -3
- package/dist/components/ALSContextMenu/ALSContextMenu.d.ts +3 -3
- package/dist/components/ALSContextMenu/ALSContextMenu.d.ts.map +1 -1
- package/dist/components/ALSContextMenu/index.d.ts +2 -2
- package/dist/components/ALSDialog/ALSDialog.d.ts +79 -0
- package/dist/components/ALSDialog/ALSDialog.d.ts.map +1 -0
- package/dist/components/ALSDialog/index.d.ts +9 -75
- package/dist/components/ALSDialog/index.d.ts.map +1 -1
- package/dist/components/ALSField/ALSField.d.ts +1 -1
- package/dist/components/ALSField/ALSField.d.ts.map +1 -1
- package/dist/components/ALSFieldset/ALSFieldset.d.ts +1 -1
- package/dist/components/ALSFieldset/ALSFieldset.d.ts.map +1 -1
- package/dist/components/ALSLoader/ALSLoader.d.ts +54 -0
- package/dist/components/ALSLoader/ALSLoader.d.ts.map +1 -0
- package/dist/components/ALSLoader/index.d.ts +5 -0
- package/dist/components/ALSLoader/index.d.ts.map +1 -0
- package/dist/components/ALSNavigationMenu/ALSNavigationMenu.d.ts +1 -1
- package/dist/components/ALSNavigationMenu/ALSNavigationMenu.d.ts.map +1 -1
- package/dist/components/ALSPopover/ALSPopover.d.ts +25 -0
- package/dist/components/ALSPopover/ALSPopover.d.ts.map +1 -0
- package/dist/components/ALSPopover/index.d.ts +16 -40
- package/dist/components/ALSPopover/index.d.ts.map +1 -1
- package/dist/components/ALSProgress/ALSProgress.d.ts +6 -7
- package/dist/components/ALSProgress/ALSProgress.d.ts.map +1 -1
- package/dist/components/ALSProgress/index.d.ts +4 -4
- package/dist/components/ALSRadio/ALSRadio.d.ts +1 -1
- package/dist/components/ALSRadio/index.d.ts +1 -1
- package/dist/components/ALSSelect/ALSSelect.d.ts +30 -0
- package/dist/components/ALSSelect/ALSSelect.d.ts.map +1 -0
- package/dist/components/ALSSelect/index.d.ts +9 -35
- package/dist/components/ALSSelect/index.d.ts.map +1 -1
- package/dist/components/ALSToast/ALSToast.d.ts +91 -0
- package/dist/components/ALSToast/ALSToast.d.ts.map +1 -0
- package/dist/components/ALSToast/index.d.ts +11 -88
- package/dist/components/ALSToast/index.d.ts.map +1 -1
- package/dist/components/ALSToolbar/ALSToolbar.d.ts +7 -8
- package/dist/components/ALSToolbar/ALSToolbar.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/layout/MainLayout/index.d.ts +0 -12
- package/dist/layout/MainLayout/index.d.ts.map +1 -1
- package/dist/layout/MainLayout/useLayout.d.ts +15 -0
- package/dist/layout/MainLayout/useLayout.d.ts.map +1 -0
- package/package.json +29 -25
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Toast } from "@base-ui/react/toast";
|
|
3
|
+
export type ToastType = "success" | "error" | "warning" | "info" | "default";
|
|
4
|
+
interface ALSToastProviderProps {
|
|
5
|
+
/** Maximum number of toasts that can be displayed at once */
|
|
6
|
+
limit?: number;
|
|
7
|
+
/** Default timeout in ms before auto-dismiss (0 = no auto-dismiss) */
|
|
8
|
+
timeout?: number;
|
|
9
|
+
/** Global toast manager for use outside React components */
|
|
10
|
+
toastManager?: ReturnType<typeof Toast.createToastManager>;
|
|
11
|
+
/** Children */
|
|
12
|
+
children: React.ReactNode;
|
|
13
|
+
}
|
|
14
|
+
declare const ALSToastProvider: React.FC<ALSToastProviderProps>;
|
|
15
|
+
interface ALSToastPortalProps {
|
|
16
|
+
/** Container element to portal into */
|
|
17
|
+
container?: HTMLElement | null;
|
|
18
|
+
/** Children */
|
|
19
|
+
children: React.ReactNode;
|
|
20
|
+
}
|
|
21
|
+
declare const ALSToastPortal: React.FC<ALSToastPortalProps>;
|
|
22
|
+
interface ALSToastViewportProps {
|
|
23
|
+
/** Additional class name */
|
|
24
|
+
className?: string;
|
|
25
|
+
/** Inline styles */
|
|
26
|
+
style?: React.CSSProperties;
|
|
27
|
+
}
|
|
28
|
+
declare const ALSToastViewport: React.ForwardRefExoticComponent<ALSToastViewportProps & React.RefAttributes<HTMLDivElement>>;
|
|
29
|
+
interface ALSToastRootProps {
|
|
30
|
+
/** The toast object to render (required) */
|
|
31
|
+
toast: any;
|
|
32
|
+
/** Direction(s) in which the toast can be swiped to dismiss */
|
|
33
|
+
swipeDirection?: "left" | "right" | "up" | "down" | ("left" | "right" | "up" | "down")[];
|
|
34
|
+
/** Additional class name */
|
|
35
|
+
className?: string;
|
|
36
|
+
/** Inline styles */
|
|
37
|
+
style?: React.CSSProperties;
|
|
38
|
+
/** Children */
|
|
39
|
+
children: React.ReactNode;
|
|
40
|
+
}
|
|
41
|
+
declare const ALSToastRoot: React.ForwardRefExoticComponent<ALSToastRootProps & React.RefAttributes<HTMLDivElement>>;
|
|
42
|
+
interface ALSToastContentProps {
|
|
43
|
+
/** Additional class name */
|
|
44
|
+
className?: string;
|
|
45
|
+
/** Inline styles */
|
|
46
|
+
style?: React.CSSProperties;
|
|
47
|
+
/** Children */
|
|
48
|
+
children: React.ReactNode;
|
|
49
|
+
}
|
|
50
|
+
declare const ALSToastContent: React.ForwardRefExoticComponent<ALSToastContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
51
|
+
interface ALSToastTitleProps {
|
|
52
|
+
/** Additional class name */
|
|
53
|
+
className?: string;
|
|
54
|
+
/** Inline styles */
|
|
55
|
+
style?: React.CSSProperties;
|
|
56
|
+
/** Children */
|
|
57
|
+
children: React.ReactNode;
|
|
58
|
+
}
|
|
59
|
+
declare const ALSToastTitle: React.ForwardRefExoticComponent<ALSToastTitleProps & React.RefAttributes<HTMLHeadingElement>>;
|
|
60
|
+
interface ALSToastDescriptionProps {
|
|
61
|
+
/** Additional class name */
|
|
62
|
+
className?: string;
|
|
63
|
+
/** Inline styles */
|
|
64
|
+
style?: React.CSSProperties;
|
|
65
|
+
/** Children */
|
|
66
|
+
children: React.ReactNode;
|
|
67
|
+
}
|
|
68
|
+
declare const ALSToastDescription: React.ForwardRefExoticComponent<ALSToastDescriptionProps & React.RefAttributes<HTMLParagraphElement>>;
|
|
69
|
+
interface ALSToastActionProps {
|
|
70
|
+
/** Additional class name */
|
|
71
|
+
className?: string;
|
|
72
|
+
/** Inline styles */
|
|
73
|
+
style?: React.CSSProperties;
|
|
74
|
+
/** Children */
|
|
75
|
+
children?: React.ReactNode;
|
|
76
|
+
/** Click handler */
|
|
77
|
+
onClick?: React.MouseEventHandler<HTMLButtonElement>;
|
|
78
|
+
}
|
|
79
|
+
declare const ALSToastAction: React.ForwardRefExoticComponent<ALSToastActionProps & React.RefAttributes<HTMLButtonElement>>;
|
|
80
|
+
interface ALSToastCloseProps {
|
|
81
|
+
/** Additional class name */
|
|
82
|
+
className?: string;
|
|
83
|
+
/** Inline styles */
|
|
84
|
+
style?: React.CSSProperties;
|
|
85
|
+
/** Children (optional, defaults to X icon) */
|
|
86
|
+
children?: React.ReactNode;
|
|
87
|
+
}
|
|
88
|
+
declare const ALSToastClose: React.ForwardRefExoticComponent<ALSToastCloseProps & React.RefAttributes<HTMLButtonElement>>;
|
|
89
|
+
export { ALSToastProvider, ALSToastPortal, ALSToastViewport, ALSToastRoot, ALSToastContent, ALSToastTitle, ALSToastDescription, ALSToastAction, ALSToastClose, };
|
|
90
|
+
export type { ALSToastProviderProps, ALSToastPortalProps, ALSToastViewportProps, ALSToastRootProps, ALSToastContentProps, ALSToastTitleProps, ALSToastDescriptionProps, ALSToastActionProps, ALSToastCloseProps, };
|
|
91
|
+
//# sourceMappingURL=ALSToast.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ALSToast.d.ts","sourceRoot":"","sources":["../../../src/components/ALSToast/ALSToast.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,92 +1,15 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { Toast } from "@base-ui
|
|
3
|
-
export type ToastType = "success" | "error" | "warning" | "info" | "default";
|
|
4
|
-
interface ALSToastProviderProps {
|
|
5
|
-
/** Maximum number of toasts that can be displayed at once */
|
|
6
|
-
limit?: number;
|
|
7
|
-
/** Default timeout in ms before auto-dismiss (0 = no auto-dismiss) */
|
|
8
|
-
timeout?: number;
|
|
9
|
-
/** Global toast manager for use outside React components */
|
|
10
|
-
toastManager?: ReturnType<typeof Toast.createToastManager>;
|
|
11
|
-
/** Children */
|
|
12
|
-
children: React.ReactNode;
|
|
13
|
-
}
|
|
14
|
-
interface ALSToastPortalProps {
|
|
15
|
-
/** Container element to portal into */
|
|
16
|
-
container?: HTMLElement | null;
|
|
17
|
-
/** Children */
|
|
18
|
-
children: React.ReactNode;
|
|
19
|
-
}
|
|
20
|
-
interface ALSToastViewportProps {
|
|
21
|
-
/** Additional class name */
|
|
22
|
-
className?: string;
|
|
23
|
-
/** Inline styles */
|
|
24
|
-
style?: React.CSSProperties;
|
|
25
|
-
}
|
|
26
|
-
interface ALSToastRootProps {
|
|
27
|
-
/** The toast object to render (required) */
|
|
28
|
-
toast: any;
|
|
29
|
-
/** Direction(s) in which the toast can be swiped to dismiss */
|
|
30
|
-
swipeDirection?: "left" | "right" | "up" | "down" | ("left" | "right" | "up" | "down")[];
|
|
31
|
-
/** Additional class name */
|
|
32
|
-
className?: string;
|
|
33
|
-
/** Inline styles */
|
|
34
|
-
style?: React.CSSProperties;
|
|
35
|
-
/** Children */
|
|
36
|
-
children: React.ReactNode;
|
|
37
|
-
}
|
|
38
|
-
interface ALSToastContentProps {
|
|
39
|
-
/** Additional class name */
|
|
40
|
-
className?: string;
|
|
41
|
-
/** Inline styles */
|
|
42
|
-
style?: React.CSSProperties;
|
|
43
|
-
/** Children */
|
|
44
|
-
children: React.ReactNode;
|
|
45
|
-
}
|
|
46
|
-
interface ALSToastTitleProps {
|
|
47
|
-
/** Additional class name */
|
|
48
|
-
className?: string;
|
|
49
|
-
/** Inline styles */
|
|
50
|
-
style?: React.CSSProperties;
|
|
51
|
-
/** Children */
|
|
52
|
-
children: React.ReactNode;
|
|
53
|
-
}
|
|
54
|
-
interface ALSToastDescriptionProps {
|
|
55
|
-
/** Additional class name */
|
|
56
|
-
className?: string;
|
|
57
|
-
/** Inline styles */
|
|
58
|
-
style?: React.CSSProperties;
|
|
59
|
-
/** Children */
|
|
60
|
-
children: React.ReactNode;
|
|
61
|
-
}
|
|
62
|
-
interface ALSToastActionProps {
|
|
63
|
-
/** Additional class name */
|
|
64
|
-
className?: string;
|
|
65
|
-
/** Inline styles */
|
|
66
|
-
style?: React.CSSProperties;
|
|
67
|
-
/** Children */
|
|
68
|
-
children?: React.ReactNode;
|
|
69
|
-
/** Click handler */
|
|
70
|
-
onClick?: React.MouseEventHandler<HTMLButtonElement>;
|
|
71
|
-
}
|
|
72
|
-
interface ALSToastCloseProps {
|
|
73
|
-
/** Additional class name */
|
|
74
|
-
className?: string;
|
|
75
|
-
/** Inline styles */
|
|
76
|
-
style?: React.CSSProperties;
|
|
77
|
-
/** Children (optional, defaults to X icon) */
|
|
78
|
-
children?: React.ReactNode;
|
|
79
|
-
}
|
|
1
|
+
import type { ALSToastProviderProps, ALSToastPortalProps, ALSToastViewportProps, ALSToastRootProps, ALSToastContentProps, ALSToastTitleProps, ALSToastDescriptionProps, ALSToastActionProps, ALSToastCloseProps } from "./ALSToast";
|
|
2
|
+
import { Toast } from "@base-ui/react/toast";
|
|
80
3
|
export declare const ALSToast: {
|
|
81
|
-
Provider:
|
|
82
|
-
Portal:
|
|
83
|
-
Viewport:
|
|
84
|
-
Root:
|
|
85
|
-
Content:
|
|
86
|
-
Title:
|
|
87
|
-
Description:
|
|
88
|
-
Action:
|
|
89
|
-
Close:
|
|
4
|
+
Provider: import("react").FC<ALSToastProviderProps>;
|
|
5
|
+
Portal: import("react").FC<ALSToastPortalProps>;
|
|
6
|
+
Viewport: import("react").ForwardRefExoticComponent<ALSToastViewportProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
+
Root: import("react").ForwardRefExoticComponent<ALSToastRootProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
8
|
+
Content: import("react").ForwardRefExoticComponent<ALSToastContentProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
9
|
+
Title: import("react").ForwardRefExoticComponent<ALSToastTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
|
|
10
|
+
Description: import("react").ForwardRefExoticComponent<ALSToastDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>>;
|
|
11
|
+
Action: import("react").ForwardRefExoticComponent<ALSToastActionProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
12
|
+
Close: import("react").ForwardRefExoticComponent<ALSToastCloseProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
90
13
|
useToastManager: typeof Toast.useToastManager;
|
|
91
14
|
createToastManager: typeof Toast.createToastManager;
|
|
92
15
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ALSToast/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ALSToast/index.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EACR,qBAAqB,EACrB,mBAAmB,EACnB,qBAAqB,EACrB,iBAAiB,EACjB,oBAAoB,EACpB,kBAAkB,EAClB,wBAAwB,EACxB,mBAAmB,EACnB,kBAAkB,EACrB,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAM7C,eAAO,MAAM,QAAQ;;;;;;;;;;;;CAYpB,CAAC;AAEF,YAAY,EACR,qBAAqB,EACrB,mBAAmB,EACnB,qBAAqB,EACrB,iBAAiB,EACjB,oBAAoB,EACpB,kBAAkB,EAClB,wBAAwB,EACxB,mBAAmB,EACnB,kBAAkB,GACrB,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { Toolbar } from "@base-ui-components/react/toolbar";
|
|
1
|
+
import { Toolbar } from "@base-ui/react/toolbar";
|
|
3
2
|
/**
|
|
4
3
|
* Props for the ALSToolbar Root component
|
|
5
4
|
*/
|
|
@@ -117,25 +116,25 @@ export interface ALSToolbarInputProps extends React.ComponentPropsWithRef<typeof
|
|
|
117
116
|
/**
|
|
118
117
|
* Root container for the toolbar
|
|
119
118
|
*/
|
|
120
|
-
export declare const ALSToolbarRoot:
|
|
119
|
+
export declare const ALSToolbarRoot: import("react").ForwardRefExoticComponent<Omit<ALSToolbarRootProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
121
120
|
/**
|
|
122
121
|
* Button component for the toolbar
|
|
123
122
|
*/
|
|
124
|
-
export declare const ALSToolbarButton:
|
|
123
|
+
export declare const ALSToolbarButton: import("react").ForwardRefExoticComponent<Omit<ALSToolbarButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
125
124
|
/**
|
|
126
125
|
* Link component for the toolbar
|
|
127
126
|
*/
|
|
128
|
-
export declare const ALSToolbarLink:
|
|
127
|
+
export declare const ALSToolbarLink: import("react").ForwardRefExoticComponent<Omit<ALSToolbarLinkProps, "ref"> & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
129
128
|
/**
|
|
130
129
|
* Group component for grouping toolbar items
|
|
131
130
|
*/
|
|
132
|
-
export declare const ALSToolbarGroup:
|
|
131
|
+
export declare const ALSToolbarGroup: import("react").ForwardRefExoticComponent<Omit<ALSToolbarGroupProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
133
132
|
/**
|
|
134
133
|
* Separator component for the toolbar
|
|
135
134
|
*/
|
|
136
|
-
export declare const ALSToolbarSeparator:
|
|
135
|
+
export declare const ALSToolbarSeparator: import("react").ForwardRefExoticComponent<Omit<ALSToolbarSeparatorProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
137
136
|
/**
|
|
138
137
|
* Input component for the toolbar
|
|
139
138
|
*/
|
|
140
|
-
export declare const ALSToolbarInput:
|
|
139
|
+
export declare const ALSToolbarInput: import("react").ForwardRefExoticComponent<Omit<ALSToolbarInputProps, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
141
140
|
//# sourceMappingURL=ALSToolbar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ALSToolbar.d.ts","sourceRoot":"","sources":["../../../src/components/ALSToolbar/ALSToolbar.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ALSToolbar.d.ts","sourceRoot":"","sources":["../../../src/components/ALSToolbar/ALSToolbar.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAMjD;;GAEG;AACH,MAAM,WAAW,mBACb,SAAQ,KAAK,CAAC,qBAAqB,CAAC,OAAO,OAAO,CAAC,IAAI,CAAC;IACxD;;;OAGG;IACH,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,qBACb,SAAQ,KAAK,CAAC,qBAAqB,CAAC,OAAO,OAAO,CAAC,MAAM,CAAC;IAC1D;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,mBACb,SAAQ,KAAK,CAAC,qBAAqB,CAAC,OAAO,OAAO,CAAC,IAAI,CAAC;IACxD;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,oBACb,SAAQ,KAAK,CAAC,qBAAqB,CAAC,OAAO,OAAO,CAAC,KAAK,CAAC;IACzD;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,wBACb,SAAQ,KAAK,CAAC,qBAAqB,CAAC,OAAO,OAAO,CAAC,SAAS,CAAC;IAC7D;;;OAGG;IACH,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,oBACb,SAAQ,KAAK,CAAC,qBAAqB,CAAC,OAAO,OAAO,CAAC,KAAK,CAAC;IACzD;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAID;;GAEG;AACH,eAAO,MAAM,cAAc,6HA8B1B,CAAC;AAIF;;GAEG;AACH,eAAO,MAAM,gBAAgB,kIA8B5B,CAAC;AAIF;;GAEG;AACH,eAAO,MAAM,cAAc,gIAazB,CAAC;AAIH;;GAEG;AACH,eAAO,MAAM,eAAe,8HAiB3B,CAAC;AAIF;;GAEG;AACH,eAAO,MAAM,mBAAmB,kIAgB9B,CAAC;AAIH;;GAEG;AACH,eAAO,MAAM,eAAe,gIAa1B,CAAC"}
|