@andyagent/ainorix-ui 0.1.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/CHANGELOG.md +7 -0
- package/README.md +219 -0
- package/dist/ainorix-ui.cjs +2 -0
- package/dist/ainorix-ui.cjs.map +1 -0
- package/dist/ainorix-ui.js +2065 -0
- package/dist/ainorix-ui.js.map +1 -0
- package/dist/components/AAccordion/AAccordion.types.d.ts +13 -0
- package/dist/components/AAccordion/AAccordion.types.d.ts.map +1 -0
- package/dist/components/AAccordion/AAccordion.vue.d.ts +20 -0
- package/dist/components/AAccordion/AAccordion.vue.d.ts.map +1 -0
- package/dist/components/AAccordion/index.d.ts +3 -0
- package/dist/components/AAccordion/index.d.ts.map +1 -0
- package/dist/components/AAlert/AAlert.types.d.ts +14 -0
- package/dist/components/AAlert/AAlert.types.d.ts.map +1 -0
- package/dist/components/AAlert/AAlert.vue.d.ts +27 -0
- package/dist/components/AAlert/AAlert.vue.d.ts.map +1 -0
- package/dist/components/AAlert/index.d.ts +3 -0
- package/dist/components/AAlert/index.d.ts.map +1 -0
- package/dist/components/AAvatar/AAvatar.types.d.ts +12 -0
- package/dist/components/AAvatar/AAvatar.types.d.ts.map +1 -0
- package/dist/components/AAvatar/AAvatar.vue.d.ts +9 -0
- package/dist/components/AAvatar/AAvatar.vue.d.ts.map +1 -0
- package/dist/components/AAvatar/index.d.ts +3 -0
- package/dist/components/AAvatar/index.d.ts.map +1 -0
- package/dist/components/AAvatarGroup/AAvatarGroup.types.d.ts +10 -0
- package/dist/components/AAvatarGroup/AAvatarGroup.types.d.ts.map +1 -0
- package/dist/components/AAvatarGroup/AAvatarGroup.vue.d.ts +7 -0
- package/dist/components/AAvatarGroup/AAvatarGroup.vue.d.ts.map +1 -0
- package/dist/components/AAvatarGroup/index.d.ts +3 -0
- package/dist/components/AAvatarGroup/index.d.ts.map +1 -0
- package/dist/components/ABadge/ABadge.types.d.ts +14 -0
- package/dist/components/ABadge/ABadge.types.d.ts.map +1 -0
- package/dist/components/ABadge/ABadge.vue.d.ts +23 -0
- package/dist/components/ABadge/ABadge.vue.d.ts.map +1 -0
- package/dist/components/ABadge/index.d.ts +3 -0
- package/dist/components/ABadge/index.d.ts.map +1 -0
- package/dist/components/ABanner/ABanner.types.d.ts +14 -0
- package/dist/components/ABanner/ABanner.types.d.ts.map +1 -0
- package/dist/components/ABanner/ABanner.vue.d.ts +28 -0
- package/dist/components/ABanner/ABanner.vue.d.ts.map +1 -0
- package/dist/components/ABanner/index.d.ts +3 -0
- package/dist/components/ABanner/index.d.ts.map +1 -0
- package/dist/components/ABreadcrumbs/ABreadcrumbs.types.d.ts +12 -0
- package/dist/components/ABreadcrumbs/ABreadcrumbs.types.d.ts.map +1 -0
- package/dist/components/ABreadcrumbs/ABreadcrumbs.vue.d.ts +6 -0
- package/dist/components/ABreadcrumbs/ABreadcrumbs.vue.d.ts.map +1 -0
- package/dist/components/ABreadcrumbs/index.d.ts +3 -0
- package/dist/components/ABreadcrumbs/index.d.ts.map +1 -0
- package/dist/components/AButton/AButton.types.d.ts +22 -0
- package/dist/components/AButton/AButton.types.d.ts.map +1 -0
- package/dist/components/AButton/AButton.vue.d.ts +32 -0
- package/dist/components/AButton/AButton.vue.d.ts.map +1 -0
- package/dist/components/AButton/index.d.ts +3 -0
- package/dist/components/AButton/index.d.ts.map +1 -0
- package/dist/components/ACard/ACard.types.d.ts +16 -0
- package/dist/components/ACard/ACard.types.d.ts.map +1 -0
- package/dist/components/ACard/ACard.vue.d.ts +23 -0
- package/dist/components/ACard/ACard.vue.d.ts.map +1 -0
- package/dist/components/ACard/index.d.ts +3 -0
- package/dist/components/ACard/index.d.ts.map +1 -0
- package/dist/components/AChartFrame/AChartFrame.types.d.ts +11 -0
- package/dist/components/AChartFrame/AChartFrame.types.d.ts.map +1 -0
- package/dist/components/AChartFrame/AChartFrame.vue.d.ts +19 -0
- package/dist/components/AChartFrame/AChartFrame.vue.d.ts.map +1 -0
- package/dist/components/AChartFrame/index.d.ts +3 -0
- package/dist/components/AChartFrame/index.d.ts.map +1 -0
- package/dist/components/ACheckbox/ACheckbox.types.d.ts +18 -0
- package/dist/components/ACheckbox/ACheckbox.types.d.ts.map +1 -0
- package/dist/components/ACheckbox/ACheckbox.vue.d.ts +33 -0
- package/dist/components/ACheckbox/ACheckbox.vue.d.ts.map +1 -0
- package/dist/components/ACheckbox/index.d.ts +3 -0
- package/dist/components/ACheckbox/index.d.ts.map +1 -0
- package/dist/components/ADrawer/ADrawer.types.d.ts +18 -0
- package/dist/components/ADrawer/ADrawer.types.d.ts.map +1 -0
- package/dist/components/ADrawer/ADrawer.vue.d.ts +31 -0
- package/dist/components/ADrawer/ADrawer.vue.d.ts.map +1 -0
- package/dist/components/ADrawer/index.d.ts +3 -0
- package/dist/components/ADrawer/index.d.ts.map +1 -0
- package/dist/components/AEmptyState/AEmptyState.types.d.ts +13 -0
- package/dist/components/AEmptyState/AEmptyState.types.d.ts.map +1 -0
- package/dist/components/AEmptyState/AEmptyState.vue.d.ts +23 -0
- package/dist/components/AEmptyState/AEmptyState.vue.d.ts.map +1 -0
- package/dist/components/AEmptyState/index.d.ts +3 -0
- package/dist/components/AEmptyState/index.d.ts.map +1 -0
- package/dist/components/AFileUpload/AFileUpload.types.d.ts +14 -0
- package/dist/components/AFileUpload/AFileUpload.types.d.ts.map +1 -0
- package/dist/components/AFileUpload/AFileUpload.vue.d.ts +12 -0
- package/dist/components/AFileUpload/AFileUpload.vue.d.ts.map +1 -0
- package/dist/components/AFileUpload/index.d.ts +3 -0
- package/dist/components/AFileUpload/index.d.ts.map +1 -0
- package/dist/components/AFormField/AFormField.types.d.ts +14 -0
- package/dist/components/AFormField/AFormField.types.d.ts.map +1 -0
- package/dist/components/AFormField/AFormField.vue.d.ts +21 -0
- package/dist/components/AFormField/AFormField.vue.d.ts.map +1 -0
- package/dist/components/AFormField/index.d.ts +3 -0
- package/dist/components/AFormField/index.d.ts.map +1 -0
- package/dist/components/AIcon/AIcon.types.d.ts +10 -0
- package/dist/components/AIcon/AIcon.types.d.ts.map +1 -0
- package/dist/components/AIcon/AIcon.vue.d.ts +6 -0
- package/dist/components/AIcon/AIcon.vue.d.ts.map +1 -0
- package/dist/components/AIcon/index.d.ts +3 -0
- package/dist/components/AIcon/index.d.ts.map +1 -0
- package/dist/components/AInput/AInput.types.d.ts +29 -0
- package/dist/components/AInput/AInput.types.d.ts.map +1 -0
- package/dist/components/AInput/AInput.vue.d.ts +32 -0
- package/dist/components/AInput/AInput.vue.d.ts.map +1 -0
- package/dist/components/AInput/index.d.ts +3 -0
- package/dist/components/AInput/index.d.ts.map +1 -0
- package/dist/components/AKpiCard/AKpiCard.types.d.ts +13 -0
- package/dist/components/AKpiCard/AKpiCard.types.d.ts.map +1 -0
- package/dist/components/AKpiCard/AKpiCard.vue.d.ts +21 -0
- package/dist/components/AKpiCard/AKpiCard.vue.d.ts.map +1 -0
- package/dist/components/AKpiCard/index.d.ts +3 -0
- package/dist/components/AKpiCard/index.d.ts.map +1 -0
- package/dist/components/AModal/AModal.types.d.ts +23 -0
- package/dist/components/AModal/AModal.types.d.ts.map +1 -0
- package/dist/components/AModal/AModal.vue.d.ts +38 -0
- package/dist/components/AModal/AModal.vue.d.ts.map +1 -0
- package/dist/components/AModal/index.d.ts +3 -0
- package/dist/components/AModal/index.d.ts.map +1 -0
- package/dist/components/ANumberInput/ANumberInput.types.d.ts +14 -0
- package/dist/components/ANumberInput/ANumberInput.types.d.ts.map +1 -0
- package/dist/components/ANumberInput/ANumberInput.vue.d.ts +12 -0
- package/dist/components/ANumberInput/ANumberInput.vue.d.ts.map +1 -0
- package/dist/components/ANumberInput/index.d.ts +3 -0
- package/dist/components/ANumberInput/index.d.ts.map +1 -0
- package/dist/components/APagination/APagination.types.d.ts +15 -0
- package/dist/components/APagination/APagination.types.d.ts.map +1 -0
- package/dist/components/APagination/APagination.vue.d.ts +16 -0
- package/dist/components/APagination/APagination.vue.d.ts.map +1 -0
- package/dist/components/APagination/index.d.ts +3 -0
- package/dist/components/APagination/index.d.ts.map +1 -0
- package/dist/components/APopover/APopover.types.d.ts +13 -0
- package/dist/components/APopover/APopover.types.d.ts.map +1 -0
- package/dist/components/APopover/APopover.vue.d.ts +26 -0
- package/dist/components/APopover/APopover.vue.d.ts.map +1 -0
- package/dist/components/APopover/index.d.ts +3 -0
- package/dist/components/APopover/index.d.ts.map +1 -0
- package/dist/components/AProgress/AProgress.types.d.ts +9 -0
- package/dist/components/AProgress/AProgress.types.d.ts.map +1 -0
- package/dist/components/AProgress/AProgress.vue.d.ts +6 -0
- package/dist/components/AProgress/AProgress.vue.d.ts.map +1 -0
- package/dist/components/AProgress/index.d.ts +3 -0
- package/dist/components/AProgress/index.d.ts.map +1 -0
- package/dist/components/ARadio/ARadio.types.d.ts +17 -0
- package/dist/components/ARadio/ARadio.types.d.ts.map +1 -0
- package/dist/components/ARadio/ARadio.vue.d.ts +11 -0
- package/dist/components/ARadio/ARadio.vue.d.ts.map +1 -0
- package/dist/components/ARadio/index.d.ts +3 -0
- package/dist/components/ARadio/index.d.ts.map +1 -0
- package/dist/components/ASegmented/ASegmented.types.d.ts +14 -0
- package/dist/components/ASegmented/ASegmented.types.d.ts.map +1 -0
- package/dist/components/ASegmented/ASegmented.vue.d.ts +10 -0
- package/dist/components/ASegmented/ASegmented.vue.d.ts.map +1 -0
- package/dist/components/ASegmented/index.d.ts +3 -0
- package/dist/components/ASegmented/index.d.ts.map +1 -0
- package/dist/components/ASelect/ASelect.types.d.ts +29 -0
- package/dist/components/ASelect/ASelect.types.d.ts.map +1 -0
- package/dist/components/ASelect/ASelect.vue.d.ts +24 -0
- package/dist/components/ASelect/ASelect.vue.d.ts.map +1 -0
- package/dist/components/ASelect/index.d.ts +3 -0
- package/dist/components/ASelect/index.d.ts.map +1 -0
- package/dist/components/ASidebarNav/ASidebarNav.types.d.ts +21 -0
- package/dist/components/ASidebarNav/ASidebarNav.types.d.ts.map +1 -0
- package/dist/components/ASidebarNav/ASidebarNav.vue.d.ts +10 -0
- package/dist/components/ASidebarNav/ASidebarNav.vue.d.ts.map +1 -0
- package/dist/components/ASidebarNav/index.d.ts +3 -0
- package/dist/components/ASidebarNav/index.d.ts.map +1 -0
- package/dist/components/ASkeleton/ASkeleton.types.d.ts +10 -0
- package/dist/components/ASkeleton/ASkeleton.types.d.ts.map +1 -0
- package/dist/components/ASkeleton/ASkeleton.vue.d.ts +8 -0
- package/dist/components/ASkeleton/ASkeleton.vue.d.ts.map +1 -0
- package/dist/components/ASkeleton/index.d.ts +3 -0
- package/dist/components/ASkeleton/index.d.ts.map +1 -0
- package/dist/components/ASlider/ASlider.types.d.ts +13 -0
- package/dist/components/ASlider/ASlider.types.d.ts.map +1 -0
- package/dist/components/ASlider/ASlider.vue.d.ts +14 -0
- package/dist/components/ASlider/ASlider.vue.d.ts.map +1 -0
- package/dist/components/ASlider/index.d.ts +3 -0
- package/dist/components/ASlider/index.d.ts.map +1 -0
- package/dist/components/ASpinner/ASpinner.types.d.ts +11 -0
- package/dist/components/ASpinner/ASpinner.types.d.ts.map +1 -0
- package/dist/components/ASpinner/ASpinner.vue.d.ts +8 -0
- package/dist/components/ASpinner/ASpinner.vue.d.ts.map +1 -0
- package/dist/components/ASpinner/index.d.ts +3 -0
- package/dist/components/ASpinner/index.d.ts.map +1 -0
- package/dist/components/AStatusPill/AStatusPill.types.d.ts +10 -0
- package/dist/components/AStatusPill/AStatusPill.types.d.ts.map +1 -0
- package/dist/components/AStatusPill/AStatusPill.vue.d.ts +21 -0
- package/dist/components/AStatusPill/AStatusPill.vue.d.ts.map +1 -0
- package/dist/components/AStatusPill/index.d.ts +3 -0
- package/dist/components/AStatusPill/index.d.ts.map +1 -0
- package/dist/components/AStepper/AStepper.types.d.ts +14 -0
- package/dist/components/AStepper/AStepper.types.d.ts.map +1 -0
- package/dist/components/AStepper/AStepper.vue.d.ts +8 -0
- package/dist/components/AStepper/AStepper.vue.d.ts.map +1 -0
- package/dist/components/AStepper/index.d.ts +3 -0
- package/dist/components/AStepper/index.d.ts.map +1 -0
- package/dist/components/ASwitch/ASwitch.types.d.ts +13 -0
- package/dist/components/ASwitch/ASwitch.types.d.ts.map +1 -0
- package/dist/components/ASwitch/ASwitch.vue.d.ts +26 -0
- package/dist/components/ASwitch/ASwitch.vue.d.ts.map +1 -0
- package/dist/components/ASwitch/index.d.ts +3 -0
- package/dist/components/ASwitch/index.d.ts.map +1 -0
- package/dist/components/ATable/ATable.types.d.ts +52 -0
- package/dist/components/ATable/ATable.types.d.ts.map +1 -0
- package/dist/components/ATable/ATable.vue.d.ts +59 -0
- package/dist/components/ATable/ATable.vue.d.ts.map +1 -0
- package/dist/components/ATable/index.d.ts +3 -0
- package/dist/components/ATable/index.d.ts.map +1 -0
- package/dist/components/ATabs/ATabs.types.d.ts +16 -0
- package/dist/components/ATabs/ATabs.types.d.ts.map +1 -0
- package/dist/components/ATabs/ATabs.vue.d.ts +11 -0
- package/dist/components/ATabs/ATabs.vue.d.ts.map +1 -0
- package/dist/components/ATabs/index.d.ts +3 -0
- package/dist/components/ATabs/index.d.ts.map +1 -0
- package/dist/components/ATag/ATag.types.d.ts +12 -0
- package/dist/components/ATag/ATag.types.d.ts.map +1 -0
- package/dist/components/ATag/ATag.vue.d.ts +26 -0
- package/dist/components/ATag/ATag.vue.d.ts.map +1 -0
- package/dist/components/ATag/index.d.ts +3 -0
- package/dist/components/ATag/index.d.ts.map +1 -0
- package/dist/components/ATimeline/ATimeline.types.d.ts +14 -0
- package/dist/components/ATimeline/ATimeline.types.d.ts.map +1 -0
- package/dist/components/ATimeline/ATimeline.vue.d.ts +6 -0
- package/dist/components/ATimeline/ATimeline.vue.d.ts.map +1 -0
- package/dist/components/ATimeline/index.d.ts +3 -0
- package/dist/components/ATimeline/index.d.ts.map +1 -0
- package/dist/components/AToast/AToast.types.d.ts +20 -0
- package/dist/components/AToast/AToast.types.d.ts.map +1 -0
- package/dist/components/AToast/AToast.vue.d.ts +13 -0
- package/dist/components/AToast/AToast.vue.d.ts.map +1 -0
- package/dist/components/AToast/AToastHost.vue.d.ts +10 -0
- package/dist/components/AToast/AToastHost.vue.d.ts.map +1 -0
- package/dist/components/AToast/index.d.ts +4 -0
- package/dist/components/AToast/index.d.ts.map +1 -0
- package/dist/components/ATooltip/ATooltip.types.d.ts +11 -0
- package/dist/components/ATooltip/ATooltip.types.d.ts.map +1 -0
- package/dist/components/ATooltip/ATooltip.vue.d.ts +21 -0
- package/dist/components/ATooltip/ATooltip.vue.d.ts.map +1 -0
- package/dist/components/ATooltip/index.d.ts +3 -0
- package/dist/components/ATooltip/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +40 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/composables/index.d.ts +5 -0
- package/dist/composables/index.d.ts.map +1 -0
- package/dist/composables/useDensity.d.ts +6 -0
- package/dist/composables/useDensity.d.ts.map +1 -0
- package/dist/composables/useDisclosure.d.ts +7 -0
- package/dist/composables/useDisclosure.d.ts.map +1 -0
- package/dist/composables/useTheme.d.ts +8 -0
- package/dist/composables/useTheme.d.ts.map +1 -0
- package/dist/composables/useToast.d.ts +34 -0
- package/dist/composables/useToast.d.ts.map +1 -0
- package/dist/directives/focus.d.ts +3 -0
- package/dist/directives/focus.d.ts.map +1 -0
- package/dist/directives/index.d.ts +2 -0
- package/dist/directives/index.d.ts.map +1 -0
- package/dist/icons/CheckIcon.d.ts +7 -0
- package/dist/icons/CheckIcon.d.ts.map +1 -0
- package/dist/icons/index.d.ts +2 -0
- package/dist/icons/index.d.ts.map +1 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/plugin.d.ts +877 -0
- package/dist/plugin.d.ts.map +1 -0
- package/dist/styles/entry.d.ts +1 -0
- package/dist/styles/entry.d.ts.map +1 -0
- package/dist/styles.cjs +2 -0
- package/dist/styles.cjs.map +1 -0
- package/dist/styles.css +1 -0
- package/dist/styles.d.ts +1 -0
- package/dist/styles.js +2 -0
- package/dist/styles.js.map +1 -0
- package/dist/tokens/index.d.ts +3 -0
- package/dist/tokens/index.d.ts.map +1 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/utils/chartTheme.d.ts +9 -0
- package/dist/utils/chartTheme.d.ts.map +1 -0
- package/dist/utils/id.d.ts +2 -0
- package/dist/utils/id.d.ts.map +1 -0
- package/package.json +62 -0
package/dist/plugin.d.ts
ADDED
|
@@ -0,0 +1,877 @@
|
|
|
1
|
+
import { Plugin } from 'vue';
|
|
2
|
+
export declare const components: readonly [{
|
|
3
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').AButtonProps> & Readonly<{
|
|
4
|
+
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
5
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
click: (event: MouseEvent) => any;
|
|
7
|
+
}, import('vue').PublicProps, {
|
|
8
|
+
size: import('./types').ASize;
|
|
9
|
+
type: "button" | "submit" | "reset";
|
|
10
|
+
variant: import('./components').AButtonVariant;
|
|
11
|
+
disabled: boolean;
|
|
12
|
+
loading: boolean;
|
|
13
|
+
block: boolean;
|
|
14
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
|
|
15
|
+
P: {};
|
|
16
|
+
B: {};
|
|
17
|
+
D: {};
|
|
18
|
+
C: {};
|
|
19
|
+
M: {};
|
|
20
|
+
Defaults: {};
|
|
21
|
+
}, Readonly<import('./components').AButtonProps> & Readonly<{
|
|
22
|
+
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
23
|
+
}>, {}, {}, {}, {}, {
|
|
24
|
+
size: import('./types').ASize;
|
|
25
|
+
type: "button" | "submit" | "reset";
|
|
26
|
+
variant: import('./components').AButtonVariant;
|
|
27
|
+
disabled: boolean;
|
|
28
|
+
loading: boolean;
|
|
29
|
+
block: boolean;
|
|
30
|
+
}>;
|
|
31
|
+
__isFragment?: never;
|
|
32
|
+
__isTeleport?: never;
|
|
33
|
+
__isSuspense?: never;
|
|
34
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').AButtonProps> & Readonly<{
|
|
35
|
+
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
36
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
37
|
+
click: (event: MouseEvent) => any;
|
|
38
|
+
}, string, {
|
|
39
|
+
size: import('./types').ASize;
|
|
40
|
+
type: "button" | "submit" | "reset";
|
|
41
|
+
variant: import('./components').AButtonVariant;
|
|
42
|
+
disabled: boolean;
|
|
43
|
+
loading: boolean;
|
|
44
|
+
block: boolean;
|
|
45
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
46
|
+
$slots: {
|
|
47
|
+
'icon-left'?(_: {}): any;
|
|
48
|
+
default?(_: {}): any;
|
|
49
|
+
'icon-right'?(_: {}): any;
|
|
50
|
+
};
|
|
51
|
+
}), {
|
|
52
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').AInputProps> & Readonly<{
|
|
53
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
54
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
55
|
+
"update:modelValue": (value: string) => any;
|
|
56
|
+
}, import('vue').PublicProps, {
|
|
57
|
+
size: import('./types').ASize;
|
|
58
|
+
type: string;
|
|
59
|
+
disabled: boolean;
|
|
60
|
+
modelValue: string;
|
|
61
|
+
error: boolean | string;
|
|
62
|
+
readonly: boolean;
|
|
63
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
64
|
+
P: {};
|
|
65
|
+
B: {};
|
|
66
|
+
D: {};
|
|
67
|
+
C: {};
|
|
68
|
+
M: {};
|
|
69
|
+
Defaults: {};
|
|
70
|
+
}, Readonly<import('./components').AInputProps> & Readonly<{
|
|
71
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
72
|
+
}>, {}, {}, {}, {}, {
|
|
73
|
+
size: import('./types').ASize;
|
|
74
|
+
type: string;
|
|
75
|
+
disabled: boolean;
|
|
76
|
+
modelValue: string;
|
|
77
|
+
error: boolean | string;
|
|
78
|
+
readonly: boolean;
|
|
79
|
+
}>;
|
|
80
|
+
__isFragment?: never;
|
|
81
|
+
__isTeleport?: never;
|
|
82
|
+
__isSuspense?: never;
|
|
83
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').AInputProps> & Readonly<{
|
|
84
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
85
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
86
|
+
"update:modelValue": (value: string) => any;
|
|
87
|
+
}, string, {
|
|
88
|
+
size: import('./types').ASize;
|
|
89
|
+
type: string;
|
|
90
|
+
disabled: boolean;
|
|
91
|
+
modelValue: string;
|
|
92
|
+
error: boolean | string;
|
|
93
|
+
readonly: boolean;
|
|
94
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
95
|
+
$slots: {
|
|
96
|
+
'icon-left'?(_: {}): any;
|
|
97
|
+
'addon-before'?(_: {}): any;
|
|
98
|
+
'addon-after'?(_: {}): any;
|
|
99
|
+
};
|
|
100
|
+
}), {
|
|
101
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').AFormFieldProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
102
|
+
required: boolean;
|
|
103
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
104
|
+
P: {};
|
|
105
|
+
B: {};
|
|
106
|
+
D: {};
|
|
107
|
+
C: {};
|
|
108
|
+
M: {};
|
|
109
|
+
Defaults: {};
|
|
110
|
+
}, Readonly<import('./components').AFormFieldProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
111
|
+
required: boolean;
|
|
112
|
+
}>;
|
|
113
|
+
__isFragment?: never;
|
|
114
|
+
__isTeleport?: never;
|
|
115
|
+
__isSuspense?: never;
|
|
116
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').AFormFieldProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
117
|
+
required: boolean;
|
|
118
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
119
|
+
$slots: {
|
|
120
|
+
default?(_: {}): any;
|
|
121
|
+
};
|
|
122
|
+
}), import('vue').DefineComponent<import('./components').ASelectProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
123
|
+
"update:modelValue": (value: string | number) => any;
|
|
124
|
+
change: (value: string | number) => any;
|
|
125
|
+
}, string, import('vue').PublicProps, Readonly<import('./components').ASelectProps> & Readonly<{
|
|
126
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
127
|
+
onChange?: ((value: string | number) => any) | undefined;
|
|
128
|
+
}>, {
|
|
129
|
+
size: import('./types').ASize;
|
|
130
|
+
disabled: boolean;
|
|
131
|
+
error: boolean | string;
|
|
132
|
+
options: import('./components').ASelectOption[];
|
|
133
|
+
searchable: boolean;
|
|
134
|
+
searchPlaceholder: string;
|
|
135
|
+
emptyText: string;
|
|
136
|
+
defaultLabel: string;
|
|
137
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
138
|
+
rootRef: HTMLDivElement;
|
|
139
|
+
triggerRef: HTMLButtonElement;
|
|
140
|
+
panelRef: HTMLDivElement;
|
|
141
|
+
searchRef: HTMLInputElement;
|
|
142
|
+
}, HTMLDivElement>, {
|
|
143
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').ACheckboxProps> & Readonly<{
|
|
144
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
145
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
146
|
+
"update:modelValue": (value: boolean) => any;
|
|
147
|
+
}, import('vue').PublicProps, {
|
|
148
|
+
disabled: boolean;
|
|
149
|
+
ariaLabel: string;
|
|
150
|
+
modelValue: boolean;
|
|
151
|
+
error: boolean;
|
|
152
|
+
indeterminate: boolean;
|
|
153
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
154
|
+
inputRef: HTMLInputElement;
|
|
155
|
+
}, HTMLLabelElement, import('vue').ComponentProvideOptions, {
|
|
156
|
+
P: {};
|
|
157
|
+
B: {};
|
|
158
|
+
D: {};
|
|
159
|
+
C: {};
|
|
160
|
+
M: {};
|
|
161
|
+
Defaults: {};
|
|
162
|
+
}, Readonly<import('./components').ACheckboxProps> & Readonly<{
|
|
163
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
164
|
+
}>, {}, {}, {}, {}, {
|
|
165
|
+
disabled: boolean;
|
|
166
|
+
ariaLabel: string;
|
|
167
|
+
modelValue: boolean;
|
|
168
|
+
error: boolean;
|
|
169
|
+
indeterminate: boolean;
|
|
170
|
+
}>;
|
|
171
|
+
__isFragment?: never;
|
|
172
|
+
__isTeleport?: never;
|
|
173
|
+
__isSuspense?: never;
|
|
174
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').ACheckboxProps> & Readonly<{
|
|
175
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
176
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
177
|
+
"update:modelValue": (value: boolean) => any;
|
|
178
|
+
}, string, {
|
|
179
|
+
disabled: boolean;
|
|
180
|
+
ariaLabel: string;
|
|
181
|
+
modelValue: boolean;
|
|
182
|
+
error: boolean;
|
|
183
|
+
indeterminate: boolean;
|
|
184
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
185
|
+
$slots: {
|
|
186
|
+
default?(_: {}): any;
|
|
187
|
+
};
|
|
188
|
+
}), import('vue').DefineComponent<import('./components').ARadioProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
189
|
+
"update:modelValue": (value: string | number) => any;
|
|
190
|
+
}, string, import('vue').PublicProps, Readonly<import('./components').ARadioProps> & Readonly<{
|
|
191
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
192
|
+
}>, {
|
|
193
|
+
disabled: boolean;
|
|
194
|
+
options: import('./components').ARadioOption[];
|
|
195
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
196
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').ASwitchProps> & Readonly<{
|
|
197
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
198
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
199
|
+
"update:modelValue": (value: boolean) => any;
|
|
200
|
+
}, import('vue').PublicProps, {
|
|
201
|
+
disabled: boolean;
|
|
202
|
+
modelValue: boolean;
|
|
203
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLLabelElement, import('vue').ComponentProvideOptions, {
|
|
204
|
+
P: {};
|
|
205
|
+
B: {};
|
|
206
|
+
D: {};
|
|
207
|
+
C: {};
|
|
208
|
+
M: {};
|
|
209
|
+
Defaults: {};
|
|
210
|
+
}, Readonly<import('./components').ASwitchProps> & Readonly<{
|
|
211
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
212
|
+
}>, {}, {}, {}, {}, {
|
|
213
|
+
disabled: boolean;
|
|
214
|
+
modelValue: boolean;
|
|
215
|
+
}>;
|
|
216
|
+
__isFragment?: never;
|
|
217
|
+
__isTeleport?: never;
|
|
218
|
+
__isSuspense?: never;
|
|
219
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').ASwitchProps> & Readonly<{
|
|
220
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
221
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
222
|
+
"update:modelValue": (value: boolean) => any;
|
|
223
|
+
}, string, {
|
|
224
|
+
disabled: boolean;
|
|
225
|
+
modelValue: boolean;
|
|
226
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
227
|
+
$slots: {
|
|
228
|
+
default?(_: {}): any;
|
|
229
|
+
};
|
|
230
|
+
}), import('vue').DefineComponent<import('./components').ASegmentedProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
231
|
+
"update:modelValue": (value: string | number) => any;
|
|
232
|
+
}, string, import('vue').PublicProps, Readonly<import('./components').ASegmentedProps> & Readonly<{
|
|
233
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
234
|
+
}>, {
|
|
235
|
+
options: import('./components').ASegmentedOption[];
|
|
236
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, import('vue').DefineComponent<import('./components').ASliderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
237
|
+
"update:modelValue": (value: number) => any;
|
|
238
|
+
}, string, import('vue').PublicProps, Readonly<import('./components').ASliderProps> & Readonly<{
|
|
239
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
240
|
+
}>, {
|
|
241
|
+
disabled: boolean;
|
|
242
|
+
modelValue: number;
|
|
243
|
+
min: number;
|
|
244
|
+
max: number;
|
|
245
|
+
step: number;
|
|
246
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLInputElement>, {
|
|
247
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').AModalProps> & Readonly<{
|
|
248
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
249
|
+
onClose?: (() => any) | undefined;
|
|
250
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
251
|
+
"update:modelValue": (value: boolean) => any;
|
|
252
|
+
close: () => any;
|
|
253
|
+
}, import('vue').PublicProps, {
|
|
254
|
+
size: "sm" | "md" | "lg";
|
|
255
|
+
tone: "neutral" | "danger" | "info" | "success" | "warning";
|
|
256
|
+
modelValue: boolean;
|
|
257
|
+
closeOnBackdrop: boolean;
|
|
258
|
+
closeOnEsc: boolean;
|
|
259
|
+
closeLabel: string;
|
|
260
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
261
|
+
panelRef: HTMLElement;
|
|
262
|
+
}, any, import('vue').ComponentProvideOptions, {
|
|
263
|
+
P: {};
|
|
264
|
+
B: {};
|
|
265
|
+
D: {};
|
|
266
|
+
C: {};
|
|
267
|
+
M: {};
|
|
268
|
+
Defaults: {};
|
|
269
|
+
}, Readonly<import('./components').AModalProps> & Readonly<{
|
|
270
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
271
|
+
onClose?: (() => any) | undefined;
|
|
272
|
+
}>, {}, {}, {}, {}, {
|
|
273
|
+
size: "sm" | "md" | "lg";
|
|
274
|
+
tone: "neutral" | "danger" | "info" | "success" | "warning";
|
|
275
|
+
modelValue: boolean;
|
|
276
|
+
closeOnBackdrop: boolean;
|
|
277
|
+
closeOnEsc: boolean;
|
|
278
|
+
closeLabel: string;
|
|
279
|
+
}>;
|
|
280
|
+
__isFragment?: never;
|
|
281
|
+
__isTeleport?: never;
|
|
282
|
+
__isSuspense?: never;
|
|
283
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').AModalProps> & Readonly<{
|
|
284
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
285
|
+
onClose?: (() => any) | undefined;
|
|
286
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
287
|
+
"update:modelValue": (value: boolean) => any;
|
|
288
|
+
close: () => any;
|
|
289
|
+
}, string, {
|
|
290
|
+
size: "sm" | "md" | "lg";
|
|
291
|
+
tone: "neutral" | "danger" | "info" | "success" | "warning";
|
|
292
|
+
modelValue: boolean;
|
|
293
|
+
closeOnBackdrop: boolean;
|
|
294
|
+
closeOnEsc: boolean;
|
|
295
|
+
closeLabel: string;
|
|
296
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
297
|
+
$slots: {
|
|
298
|
+
header?(_: {}): any;
|
|
299
|
+
default?(_: {}): any;
|
|
300
|
+
footer?(_: {}): any;
|
|
301
|
+
};
|
|
302
|
+
}), import('vue').DefineComponent<import('./components').AToastProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
303
|
+
close: (id: string | number) => any;
|
|
304
|
+
}, string, import('vue').PublicProps, Readonly<import('./components').AToastProps> & Readonly<{
|
|
305
|
+
onClose?: ((id: string | number) => any) | undefined;
|
|
306
|
+
}>, {
|
|
307
|
+
position: "top-right" | "top-left" | "bottom-right" | "bottom-left";
|
|
308
|
+
closeLabel: string;
|
|
309
|
+
items: import('./components').AToastItem[];
|
|
310
|
+
closable: boolean;
|
|
311
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, import('vue').DefineComponent<{
|
|
312
|
+
position?: "top-right" | "top-left" | "bottom-right" | "bottom-left";
|
|
313
|
+
closeLabel?: string;
|
|
314
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
315
|
+
position?: "top-right" | "top-left" | "bottom-right" | "bottom-left";
|
|
316
|
+
closeLabel?: string;
|
|
317
|
+
}> & Readonly<{}>, {
|
|
318
|
+
position: "top-right" | "top-left" | "bottom-right" | "bottom-left";
|
|
319
|
+
closeLabel: string;
|
|
320
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
321
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').ATableProps<Record<string, unknown>>> & Readonly<{
|
|
322
|
+
onSearch?: ((value: string) => any) | undefined;
|
|
323
|
+
onAdd?: (() => any) | undefined;
|
|
324
|
+
"onUpdate:sort"?: ((sort: import('./components').ATableSort | null) => any) | undefined;
|
|
325
|
+
"onUpdate:modelSelected"?: ((selected: (string | number)[]) => any) | undefined;
|
|
326
|
+
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
327
|
+
onExport?: (() => any) | undefined;
|
|
328
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
329
|
+
search: (value: string) => any;
|
|
330
|
+
add: () => any;
|
|
331
|
+
"update:sort": (sort: import('./components').ATableSort | null) => any;
|
|
332
|
+
"update:modelSelected": (selected: (string | number)[]) => any;
|
|
333
|
+
"update:page": (page: number) => any;
|
|
334
|
+
export: () => any;
|
|
335
|
+
}, import('vue').PublicProps, {
|
|
336
|
+
sort: import('./components').ATableSort | null;
|
|
337
|
+
loading: boolean;
|
|
338
|
+
searchPlaceholder: string;
|
|
339
|
+
emptyText: string;
|
|
340
|
+
total: number;
|
|
341
|
+
pageSize: number;
|
|
342
|
+
ofLabel: string;
|
|
343
|
+
columns: import('./components').ATableColumn<Record<string, unknown>>[];
|
|
344
|
+
rows: Record<string, unknown>[];
|
|
345
|
+
rowKey: string | ((row: Record<string, unknown>, index: number) => string | number);
|
|
346
|
+
striped: boolean;
|
|
347
|
+
selectable: boolean;
|
|
348
|
+
modelSelected: Array<string | number>;
|
|
349
|
+
page: number;
|
|
350
|
+
toolbar: boolean;
|
|
351
|
+
exportLabel: string;
|
|
352
|
+
addLabel: string;
|
|
353
|
+
selectedLabel: string;
|
|
354
|
+
selectAllLabel: string;
|
|
355
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
356
|
+
P: {};
|
|
357
|
+
B: {};
|
|
358
|
+
D: {};
|
|
359
|
+
C: {};
|
|
360
|
+
M: {};
|
|
361
|
+
Defaults: {};
|
|
362
|
+
}, Readonly<import('./components').ATableProps<Record<string, unknown>>> & Readonly<{
|
|
363
|
+
onSearch?: ((value: string) => any) | undefined;
|
|
364
|
+
onAdd?: (() => any) | undefined;
|
|
365
|
+
"onUpdate:sort"?: ((sort: import('./components').ATableSort | null) => any) | undefined;
|
|
366
|
+
"onUpdate:modelSelected"?: ((selected: (string | number)[]) => any) | undefined;
|
|
367
|
+
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
368
|
+
onExport?: (() => any) | undefined;
|
|
369
|
+
}>, {}, {}, {}, {}, {
|
|
370
|
+
sort: import('./components').ATableSort | null;
|
|
371
|
+
loading: boolean;
|
|
372
|
+
searchPlaceholder: string;
|
|
373
|
+
emptyText: string;
|
|
374
|
+
total: number;
|
|
375
|
+
pageSize: number;
|
|
376
|
+
ofLabel: string;
|
|
377
|
+
columns: import('./components').ATableColumn<Record<string, unknown>>[];
|
|
378
|
+
rows: Record<string, unknown>[];
|
|
379
|
+
rowKey: string | ((row: Record<string, unknown>, index: number) => string | number);
|
|
380
|
+
striped: boolean;
|
|
381
|
+
selectable: boolean;
|
|
382
|
+
modelSelected: Array<string | number>;
|
|
383
|
+
page: number;
|
|
384
|
+
toolbar: boolean;
|
|
385
|
+
exportLabel: string;
|
|
386
|
+
addLabel: string;
|
|
387
|
+
selectedLabel: string;
|
|
388
|
+
selectAllLabel: string;
|
|
389
|
+
}>;
|
|
390
|
+
__isFragment?: never;
|
|
391
|
+
__isTeleport?: never;
|
|
392
|
+
__isSuspense?: never;
|
|
393
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').ATableProps<Record<string, unknown>>> & Readonly<{
|
|
394
|
+
onSearch?: ((value: string) => any) | undefined;
|
|
395
|
+
onAdd?: (() => any) | undefined;
|
|
396
|
+
"onUpdate:sort"?: ((sort: import('./components').ATableSort | null) => any) | undefined;
|
|
397
|
+
"onUpdate:modelSelected"?: ((selected: (string | number)[]) => any) | undefined;
|
|
398
|
+
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
399
|
+
onExport?: (() => any) | undefined;
|
|
400
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
401
|
+
search: (value: string) => any;
|
|
402
|
+
add: () => any;
|
|
403
|
+
"update:sort": (sort: import('./components').ATableSort | null) => any;
|
|
404
|
+
"update:modelSelected": (selected: (string | number)[]) => any;
|
|
405
|
+
"update:page": (page: number) => any;
|
|
406
|
+
export: () => any;
|
|
407
|
+
}, string, {
|
|
408
|
+
sort: import('./components').ATableSort | null;
|
|
409
|
+
loading: boolean;
|
|
410
|
+
searchPlaceholder: string;
|
|
411
|
+
emptyText: string;
|
|
412
|
+
total: number;
|
|
413
|
+
pageSize: number;
|
|
414
|
+
ofLabel: string;
|
|
415
|
+
columns: import('./components').ATableColumn<Record<string, unknown>>[];
|
|
416
|
+
rows: Record<string, unknown>[];
|
|
417
|
+
rowKey: string | ((row: Record<string, unknown>, index: number) => string | number);
|
|
418
|
+
striped: boolean;
|
|
419
|
+
selectable: boolean;
|
|
420
|
+
modelSelected: Array<string | number>;
|
|
421
|
+
page: number;
|
|
422
|
+
toolbar: boolean;
|
|
423
|
+
exportLabel: string;
|
|
424
|
+
addLabel: string;
|
|
425
|
+
selectedLabel: string;
|
|
426
|
+
selectAllLabel: string;
|
|
427
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
428
|
+
$slots: Partial<Record<`cell-${string}`, (_: {
|
|
429
|
+
row: Record<string, unknown>;
|
|
430
|
+
value: unknown;
|
|
431
|
+
column: import('./components').ATableColumn<Record<string, unknown>>;
|
|
432
|
+
}) => any>> & {
|
|
433
|
+
toolbar?(_: {}): any;
|
|
434
|
+
empty?(_: {}): any;
|
|
435
|
+
};
|
|
436
|
+
}), {
|
|
437
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').ABadgeProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
438
|
+
tone: import('./components').ABadgeTone;
|
|
439
|
+
appearance: import('./components').ABadgeAppearance;
|
|
440
|
+
dot: boolean;
|
|
441
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLSpanElement, import('vue').ComponentProvideOptions, {
|
|
442
|
+
P: {};
|
|
443
|
+
B: {};
|
|
444
|
+
D: {};
|
|
445
|
+
C: {};
|
|
446
|
+
M: {};
|
|
447
|
+
Defaults: {};
|
|
448
|
+
}, Readonly<import('./components').ABadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
449
|
+
tone: import('./components').ABadgeTone;
|
|
450
|
+
appearance: import('./components').ABadgeAppearance;
|
|
451
|
+
dot: boolean;
|
|
452
|
+
}>;
|
|
453
|
+
__isFragment?: never;
|
|
454
|
+
__isTeleport?: never;
|
|
455
|
+
__isSuspense?: never;
|
|
456
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').ABadgeProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
457
|
+
tone: import('./components').ABadgeTone;
|
|
458
|
+
appearance: import('./components').ABadgeAppearance;
|
|
459
|
+
dot: boolean;
|
|
460
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
461
|
+
$slots: {
|
|
462
|
+
default?(_: {}): any;
|
|
463
|
+
};
|
|
464
|
+
}), {
|
|
465
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').ATagProps> & Readonly<{
|
|
466
|
+
onRemove?: (() => any) | undefined;
|
|
467
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
468
|
+
remove: () => any;
|
|
469
|
+
}, import('vue').PublicProps, {
|
|
470
|
+
removable: boolean;
|
|
471
|
+
removeLabel: string;
|
|
472
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLSpanElement, import('vue').ComponentProvideOptions, {
|
|
473
|
+
P: {};
|
|
474
|
+
B: {};
|
|
475
|
+
D: {};
|
|
476
|
+
C: {};
|
|
477
|
+
M: {};
|
|
478
|
+
Defaults: {};
|
|
479
|
+
}, Readonly<import('./components').ATagProps> & Readonly<{
|
|
480
|
+
onRemove?: (() => any) | undefined;
|
|
481
|
+
}>, {}, {}, {}, {}, {
|
|
482
|
+
removable: boolean;
|
|
483
|
+
removeLabel: string;
|
|
484
|
+
}>;
|
|
485
|
+
__isFragment?: never;
|
|
486
|
+
__isTeleport?: never;
|
|
487
|
+
__isSuspense?: never;
|
|
488
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').ATagProps> & Readonly<{
|
|
489
|
+
onRemove?: (() => any) | undefined;
|
|
490
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
491
|
+
remove: () => any;
|
|
492
|
+
}, string, {
|
|
493
|
+
removable: boolean;
|
|
494
|
+
removeLabel: string;
|
|
495
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
496
|
+
$slots: {
|
|
497
|
+
default?(_: {}): any;
|
|
498
|
+
};
|
|
499
|
+
}), {
|
|
500
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').AStatusPillProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
501
|
+
tone: import('./components').ABadgeTone;
|
|
502
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLSpanElement, import('vue').ComponentProvideOptions, {
|
|
503
|
+
P: {};
|
|
504
|
+
B: {};
|
|
505
|
+
D: {};
|
|
506
|
+
C: {};
|
|
507
|
+
M: {};
|
|
508
|
+
Defaults: {};
|
|
509
|
+
}, Readonly<import('./components').AStatusPillProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
510
|
+
tone: import('./components').ABadgeTone;
|
|
511
|
+
}>;
|
|
512
|
+
__isFragment?: never;
|
|
513
|
+
__isTeleport?: never;
|
|
514
|
+
__isSuspense?: never;
|
|
515
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').AStatusPillProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
516
|
+
tone: import('./components').ABadgeTone;
|
|
517
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
518
|
+
$slots: {
|
|
519
|
+
default?(_: {}): any;
|
|
520
|
+
};
|
|
521
|
+
}), {
|
|
522
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').ACardProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
523
|
+
padded: boolean;
|
|
524
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
525
|
+
P: {};
|
|
526
|
+
B: {};
|
|
527
|
+
D: {};
|
|
528
|
+
C: {};
|
|
529
|
+
M: {};
|
|
530
|
+
Defaults: {};
|
|
531
|
+
}, Readonly<import('./components').ACardProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
532
|
+
padded: boolean;
|
|
533
|
+
}>;
|
|
534
|
+
__isFragment?: never;
|
|
535
|
+
__isTeleport?: never;
|
|
536
|
+
__isSuspense?: never;
|
|
537
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').ACardProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
538
|
+
padded: boolean;
|
|
539
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
540
|
+
$slots: {
|
|
541
|
+
header?(_: {}): any;
|
|
542
|
+
default?(_: {}): any;
|
|
543
|
+
footer?(_: {}): any;
|
|
544
|
+
};
|
|
545
|
+
}), import('vue').DefineComponent<import('./components').ASpinnerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./components').ASpinnerProps> & Readonly<{}>, {
|
|
546
|
+
size: import('./types').ASize;
|
|
547
|
+
tone: "accent" | "onaccent" | "muted";
|
|
548
|
+
label: string;
|
|
549
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>, import('vue').DefineComponent<import('./components').AIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./components').AIconProps> & Readonly<{}>, {
|
|
550
|
+
size: 16 | 20 | 24 | number;
|
|
551
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, SVGSVGElement>, {
|
|
552
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').AAlertProps> & Readonly<{
|
|
553
|
+
onDismiss?: (() => any) | undefined;
|
|
554
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
555
|
+
dismiss: () => any;
|
|
556
|
+
}, import('vue').PublicProps, {
|
|
557
|
+
tone: "info" | "success" | "warning" | "danger";
|
|
558
|
+
dismissible: boolean;
|
|
559
|
+
dismissLabel: string;
|
|
560
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
561
|
+
P: {};
|
|
562
|
+
B: {};
|
|
563
|
+
D: {};
|
|
564
|
+
C: {};
|
|
565
|
+
M: {};
|
|
566
|
+
Defaults: {};
|
|
567
|
+
}, Readonly<import('./components').AAlertProps> & Readonly<{
|
|
568
|
+
onDismiss?: (() => any) | undefined;
|
|
569
|
+
}>, {}, {}, {}, {}, {
|
|
570
|
+
tone: "info" | "success" | "warning" | "danger";
|
|
571
|
+
dismissible: boolean;
|
|
572
|
+
dismissLabel: string;
|
|
573
|
+
}>;
|
|
574
|
+
__isFragment?: never;
|
|
575
|
+
__isTeleport?: never;
|
|
576
|
+
__isSuspense?: never;
|
|
577
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').AAlertProps> & Readonly<{
|
|
578
|
+
onDismiss?: (() => any) | undefined;
|
|
579
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
580
|
+
dismiss: () => any;
|
|
581
|
+
}, string, {
|
|
582
|
+
tone: "info" | "success" | "warning" | "danger";
|
|
583
|
+
dismissible: boolean;
|
|
584
|
+
dismissLabel: string;
|
|
585
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
586
|
+
$slots: {
|
|
587
|
+
default?(_: {}): any;
|
|
588
|
+
};
|
|
589
|
+
}), import('vue').DefineComponent<import('./components').AProgressProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./components').AProgressProps> & Readonly<{}>, {
|
|
590
|
+
value: number;
|
|
591
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, import('vue').DefineComponent<import('./components').ASkeletonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./components').ASkeletonProps> & Readonly<{}>, {
|
|
592
|
+
w: string;
|
|
593
|
+
h: string;
|
|
594
|
+
rounded: boolean;
|
|
595
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>, import('vue').DefineComponent<import('./components').ATabsProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
596
|
+
"update:modelValue": (value: string | number) => any;
|
|
597
|
+
}, string, import('vue').PublicProps, Readonly<import('./components').ATabsProps> & Readonly<{
|
|
598
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
599
|
+
}>, {
|
|
600
|
+
variant: "underline" | "pill";
|
|
601
|
+
tabs: import('./components').ATabItem[];
|
|
602
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, import('vue').DefineComponent<import('./components').ABreadcrumbsProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./components').ABreadcrumbsProps> & Readonly<{}>, {
|
|
603
|
+
items: import('./components').ABreadcrumbItem[];
|
|
604
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>, import('vue').DefineComponent<import('./components').APaginationProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
605
|
+
"update:modelValue": (value: number) => any;
|
|
606
|
+
}, string, import('vue').PublicProps, Readonly<import('./components').APaginationProps> & Readonly<{
|
|
607
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
608
|
+
}>, {
|
|
609
|
+
ariaLabel: string;
|
|
610
|
+
modelValue: number;
|
|
611
|
+
total: number;
|
|
612
|
+
pageSize: number;
|
|
613
|
+
previousLabel: string;
|
|
614
|
+
nextLabel: string;
|
|
615
|
+
ofLabel: string;
|
|
616
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>, import('vue').DefineComponent<import('./components').AAvatarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./components').AAvatarProps> & Readonly<{}>, {
|
|
617
|
+
name: string;
|
|
618
|
+
size: 24 | 32 | 40 | 48 | 64;
|
|
619
|
+
status: "online" | "away" | "busy" | "none";
|
|
620
|
+
shape: "circle" | "square";
|
|
621
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>, import('vue').DefineComponent<import('./components').AAvatarGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./components').AAvatarGroupProps> & Readonly<{}>, {
|
|
622
|
+
max: number;
|
|
623
|
+
items: import('./components').AAvatarProps[];
|
|
624
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
625
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').AEmptyStateProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
626
|
+
tone: "no-data" | "no-results" | "no-access" | "error";
|
|
627
|
+
title: string;
|
|
628
|
+
icon: string;
|
|
629
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
630
|
+
P: {};
|
|
631
|
+
B: {};
|
|
632
|
+
D: {};
|
|
633
|
+
C: {};
|
|
634
|
+
M: {};
|
|
635
|
+
Defaults: {};
|
|
636
|
+
}, Readonly<import('./components').AEmptyStateProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
637
|
+
tone: "no-data" | "no-results" | "no-access" | "error";
|
|
638
|
+
title: string;
|
|
639
|
+
icon: string;
|
|
640
|
+
}>;
|
|
641
|
+
__isFragment?: never;
|
|
642
|
+
__isTeleport?: never;
|
|
643
|
+
__isSuspense?: never;
|
|
644
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').AEmptyStateProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
645
|
+
tone: "no-data" | "no-results" | "no-access" | "error";
|
|
646
|
+
title: string;
|
|
647
|
+
icon: string;
|
|
648
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
649
|
+
$slots: {
|
|
650
|
+
action?(_: {}): any;
|
|
651
|
+
};
|
|
652
|
+
}), {
|
|
653
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').AKpiCardProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
654
|
+
deltaTone: "success" | "warning" | "danger" | "neutral";
|
|
655
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
656
|
+
P: {};
|
|
657
|
+
B: {};
|
|
658
|
+
D: {};
|
|
659
|
+
C: {};
|
|
660
|
+
M: {};
|
|
661
|
+
Defaults: {};
|
|
662
|
+
}, Readonly<import('./components').AKpiCardProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
663
|
+
deltaTone: "success" | "warning" | "danger" | "neutral";
|
|
664
|
+
}>;
|
|
665
|
+
__isFragment?: never;
|
|
666
|
+
__isTeleport?: never;
|
|
667
|
+
__isSuspense?: never;
|
|
668
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').AKpiCardProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
669
|
+
deltaTone: "success" | "warning" | "danger" | "neutral";
|
|
670
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
671
|
+
$slots: {
|
|
672
|
+
default?(_: {}): any;
|
|
673
|
+
};
|
|
674
|
+
}), {
|
|
675
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').ATooltipProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
676
|
+
placement: "top" | "bottom" | "left" | "right";
|
|
677
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLSpanElement, import('vue').ComponentProvideOptions, {
|
|
678
|
+
P: {};
|
|
679
|
+
B: {};
|
|
680
|
+
D: {};
|
|
681
|
+
C: {};
|
|
682
|
+
M: {};
|
|
683
|
+
Defaults: {};
|
|
684
|
+
}, Readonly<import('./components').ATooltipProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
685
|
+
placement: "top" | "bottom" | "left" | "right";
|
|
686
|
+
}>;
|
|
687
|
+
__isFragment?: never;
|
|
688
|
+
__isTeleport?: never;
|
|
689
|
+
__isSuspense?: never;
|
|
690
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').ATooltipProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
691
|
+
placement: "top" | "bottom" | "left" | "right";
|
|
692
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
693
|
+
$slots: {
|
|
694
|
+
default?(_: {}): any;
|
|
695
|
+
};
|
|
696
|
+
}), import('vue').DefineComponent<import('./components').ASidebarNavProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
697
|
+
select: (item: import('./components').ASidebarNavItem) => any;
|
|
698
|
+
}, string, import('vue').PublicProps, Readonly<import('./components').ASidebarNavProps> & Readonly<{
|
|
699
|
+
onSelect?: ((item: import('./components').ASidebarNavItem) => any) | undefined;
|
|
700
|
+
}>, {
|
|
701
|
+
groups: import('./components').ASidebarNavGroup[];
|
|
702
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>, import('vue').DefineComponent<import('./components').ANumberInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
703
|
+
"update:modelValue": (value: number) => any;
|
|
704
|
+
}, string, import('vue').PublicProps, Readonly<import('./components').ANumberInputProps> & Readonly<{
|
|
705
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
706
|
+
}>, {
|
|
707
|
+
disabled: boolean;
|
|
708
|
+
modelValue: number;
|
|
709
|
+
step: number;
|
|
710
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
711
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').ADrawerProps> & Readonly<{
|
|
712
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
713
|
+
onClose?: (() => any) | undefined;
|
|
714
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
715
|
+
"update:modelValue": (value: boolean) => any;
|
|
716
|
+
close: () => any;
|
|
717
|
+
}, import('vue').PublicProps, {
|
|
718
|
+
size: "sm" | "md" | "lg";
|
|
719
|
+
modelValue: boolean;
|
|
720
|
+
closeLabel: string;
|
|
721
|
+
side: "left" | "right";
|
|
722
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
723
|
+
P: {};
|
|
724
|
+
B: {};
|
|
725
|
+
D: {};
|
|
726
|
+
C: {};
|
|
727
|
+
M: {};
|
|
728
|
+
Defaults: {};
|
|
729
|
+
}, Readonly<import('./components').ADrawerProps> & Readonly<{
|
|
730
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
731
|
+
onClose?: (() => any) | undefined;
|
|
732
|
+
}>, {}, {}, {}, {}, {
|
|
733
|
+
size: "sm" | "md" | "lg";
|
|
734
|
+
modelValue: boolean;
|
|
735
|
+
closeLabel: string;
|
|
736
|
+
side: "left" | "right";
|
|
737
|
+
}>;
|
|
738
|
+
__isFragment?: never;
|
|
739
|
+
__isTeleport?: never;
|
|
740
|
+
__isSuspense?: never;
|
|
741
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').ADrawerProps> & Readonly<{
|
|
742
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
743
|
+
onClose?: (() => any) | undefined;
|
|
744
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
745
|
+
"update:modelValue": (value: boolean) => any;
|
|
746
|
+
close: () => any;
|
|
747
|
+
}, string, {
|
|
748
|
+
size: "sm" | "md" | "lg";
|
|
749
|
+
modelValue: boolean;
|
|
750
|
+
closeLabel: string;
|
|
751
|
+
side: "left" | "right";
|
|
752
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
753
|
+
$slots: {
|
|
754
|
+
default?(_: {}): any;
|
|
755
|
+
footer?(_: {}): any;
|
|
756
|
+
};
|
|
757
|
+
}), {
|
|
758
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').AAccordionProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
759
|
+
items: import('./components').AAccordionItem[];
|
|
760
|
+
multiple: boolean;
|
|
761
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
762
|
+
P: {};
|
|
763
|
+
B: {};
|
|
764
|
+
D: {};
|
|
765
|
+
C: {};
|
|
766
|
+
M: {};
|
|
767
|
+
Defaults: {};
|
|
768
|
+
}, Readonly<import('./components').AAccordionProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
769
|
+
items: import('./components').AAccordionItem[];
|
|
770
|
+
multiple: boolean;
|
|
771
|
+
}>;
|
|
772
|
+
__isFragment?: never;
|
|
773
|
+
__isTeleport?: never;
|
|
774
|
+
__isSuspense?: never;
|
|
775
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').AAccordionProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
776
|
+
items: import('./components').AAccordionItem[];
|
|
777
|
+
multiple: boolean;
|
|
778
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
779
|
+
$slots: Partial<Record<NonNullable<`item-${string}` | `item-${number}`>, (_: {}) => any>>;
|
|
780
|
+
}), {
|
|
781
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').APopoverProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
782
|
+
placement: "top" | "bottom" | "left" | "right";
|
|
783
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
784
|
+
rootRef: HTMLSpanElement;
|
|
785
|
+
}, HTMLSpanElement, import('vue').ComponentProvideOptions, {
|
|
786
|
+
P: {};
|
|
787
|
+
B: {};
|
|
788
|
+
D: {};
|
|
789
|
+
C: {};
|
|
790
|
+
M: {};
|
|
791
|
+
Defaults: {};
|
|
792
|
+
}, Readonly<import('./components').APopoverProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
793
|
+
placement: "top" | "bottom" | "left" | "right";
|
|
794
|
+
}>;
|
|
795
|
+
__isFragment?: never;
|
|
796
|
+
__isTeleport?: never;
|
|
797
|
+
__isSuspense?: never;
|
|
798
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').APopoverProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
799
|
+
placement: "top" | "bottom" | "left" | "right";
|
|
800
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
801
|
+
$slots: {
|
|
802
|
+
trigger?(_: {}): any;
|
|
803
|
+
default?(_: {}): any;
|
|
804
|
+
};
|
|
805
|
+
}), {
|
|
806
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').ABannerProps> & Readonly<{
|
|
807
|
+
onDismiss?: (() => any) | undefined;
|
|
808
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
809
|
+
dismiss: () => any;
|
|
810
|
+
}, import('vue').PublicProps, {
|
|
811
|
+
tone: "system" | "info" | "warning" | "danger";
|
|
812
|
+
dismissible: boolean;
|
|
813
|
+
dismissLabel: string;
|
|
814
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
815
|
+
P: {};
|
|
816
|
+
B: {};
|
|
817
|
+
D: {};
|
|
818
|
+
C: {};
|
|
819
|
+
M: {};
|
|
820
|
+
Defaults: {};
|
|
821
|
+
}, Readonly<import('./components').ABannerProps> & Readonly<{
|
|
822
|
+
onDismiss?: (() => any) | undefined;
|
|
823
|
+
}>, {}, {}, {}, {}, {
|
|
824
|
+
tone: "system" | "info" | "warning" | "danger";
|
|
825
|
+
dismissible: boolean;
|
|
826
|
+
dismissLabel: string;
|
|
827
|
+
}>;
|
|
828
|
+
__isFragment?: never;
|
|
829
|
+
__isTeleport?: never;
|
|
830
|
+
__isSuspense?: never;
|
|
831
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').ABannerProps> & Readonly<{
|
|
832
|
+
onDismiss?: (() => any) | undefined;
|
|
833
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
834
|
+
dismiss: () => any;
|
|
835
|
+
}, string, {
|
|
836
|
+
tone: "system" | "info" | "warning" | "danger";
|
|
837
|
+
dismissible: boolean;
|
|
838
|
+
dismissLabel: string;
|
|
839
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
840
|
+
$slots: {
|
|
841
|
+
default?(_: {}): any;
|
|
842
|
+
action?(_: {}): any;
|
|
843
|
+
};
|
|
844
|
+
}), import('vue').DefineComponent<import('./components').AFileUploadProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
845
|
+
files: (files: File[]) => any;
|
|
846
|
+
}, string, import('vue').PublicProps, Readonly<import('./components').AFileUploadProps> & Readonly<{
|
|
847
|
+
onFiles?: ((files: File[]) => any) | undefined;
|
|
848
|
+
}>, {
|
|
849
|
+
label: string;
|
|
850
|
+
multiple: boolean;
|
|
851
|
+
iconLabel: string;
|
|
852
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLabelElement>, import('vue').DefineComponent<import('./components').AStepperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./components').AStepperProps> & Readonly<{}>, {
|
|
853
|
+
steps: import('./components').AStepperStep[];
|
|
854
|
+
current: number;
|
|
855
|
+
orientation: "horizontal" | "vertical";
|
|
856
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLOListElement>, import('vue').DefineComponent<import('./components').ATimelineProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./components').ATimelineProps> & Readonly<{}>, {
|
|
857
|
+
items: import('./components').ATimelineItem[];
|
|
858
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLOListElement>, {
|
|
859
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components').AChartFrameProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
860
|
+
P: {};
|
|
861
|
+
B: {};
|
|
862
|
+
D: {};
|
|
863
|
+
C: {};
|
|
864
|
+
M: {};
|
|
865
|
+
Defaults: {};
|
|
866
|
+
}, Readonly<import('./components').AChartFrameProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
867
|
+
__isFragment?: never;
|
|
868
|
+
__isTeleport?: never;
|
|
869
|
+
__isSuspense?: never;
|
|
870
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./components').AChartFrameProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
871
|
+
$slots: {
|
|
872
|
+
default?(_: {}): any;
|
|
873
|
+
};
|
|
874
|
+
})];
|
|
875
|
+
export declare const AinorixUI: Plugin;
|
|
876
|
+
export default AinorixUI;
|
|
877
|
+
//# sourceMappingURL=plugin.d.ts.map
|