@treeui/vue 0.6.0 → 0.6.2
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 +23 -0
- package/dist/components/TreeAccordion.vue.d.ts +36 -0
- package/dist/components/TreeAccordion.vue.d.ts.map +1 -0
- package/dist/components/TreeAccordionItem.vue.d.ts +31 -0
- package/dist/components/TreeAccordionItem.vue.d.ts.map +1 -0
- package/dist/components/TreeAlert.vue.d.ts +35 -0
- package/dist/components/TreeAlert.vue.d.ts.map +1 -0
- package/dist/components/TreeAvatar.vue.d.ts +33 -0
- package/dist/components/TreeAvatar.vue.d.ts.map +1 -0
- package/dist/components/TreeBadge.vue.d.ts +31 -0
- package/dist/components/TreeBadge.vue.d.ts.map +1 -0
- package/dist/components/TreeBreadcrumb.vue.d.ts +26 -0
- package/dist/components/TreeBreadcrumb.vue.d.ts.map +1 -0
- package/dist/components/TreeBreadcrumbItem.vue.d.ts +37 -0
- package/dist/components/TreeBreadcrumbItem.vue.d.ts.map +1 -0
- package/dist/components/TreeButton.vue.d.ts +39 -0
- package/dist/components/TreeButton.vue.d.ts.map +1 -0
- package/dist/components/TreeCard.vue.d.ts +33 -0
- package/dist/components/TreeCard.vue.d.ts.map +1 -0
- package/dist/components/TreeCheckbox.vue.d.ts +40 -0
- package/dist/components/TreeCheckbox.vue.d.ts.map +1 -0
- package/dist/components/TreeCombobox.vue.d.ts +81 -0
- package/dist/components/TreeCombobox.vue.d.ts.map +1 -0
- package/dist/components/TreeConfirmDialog.vue.d.ts +84 -0
- package/dist/components/TreeConfirmDialog.vue.d.ts.map +1 -0
- package/dist/components/TreeContainer.vue.d.ts +31 -0
- package/dist/components/TreeContainer.vue.d.ts.map +1 -0
- package/dist/components/TreeContextMenu.vue.d.ts +59 -0
- package/dist/components/TreeContextMenu.vue.d.ts.map +1 -0
- package/dist/components/TreeDatePicker.vue.d.ts +63 -0
- package/dist/components/TreeDatePicker.vue.d.ts.map +1 -0
- package/dist/components/TreeDateTimePicker.vue.d.ts +69 -0
- package/dist/components/TreeDateTimePicker.vue.d.ts.map +1 -0
- package/dist/components/TreeDivider.vue.d.ts +12 -0
- package/dist/components/TreeDivider.vue.d.ts.map +1 -0
- package/dist/components/TreeDrawer.vue.d.ts +68 -0
- package/dist/components/TreeDrawer.vue.d.ts.map +1 -0
- package/dist/components/TreeDropdown.vue.d.ts +67 -0
- package/dist/components/TreeDropdown.vue.d.ts.map +1 -0
- package/dist/components/TreeEmptyState.vue.d.ts +40 -0
- package/dist/components/TreeEmptyState.vue.d.ts.map +1 -0
- package/dist/components/TreeFileUpload.vue.d.ts +108 -0
- package/dist/components/TreeFileUpload.vue.d.ts.map +1 -0
- package/dist/components/TreeFormField.vue.d.ts +44 -0
- package/dist/components/TreeFormField.vue.d.ts.map +1 -0
- package/dist/components/TreeGrid.vue.d.ts +37 -0
- package/dist/components/TreeGrid.vue.d.ts.map +1 -0
- package/dist/components/TreeInput.vue.d.ts +41 -0
- package/dist/components/TreeInput.vue.d.ts.map +1 -0
- package/dist/components/TreeLink.vue.d.ts +32 -0
- package/dist/components/TreeLink.vue.d.ts.map +1 -0
- package/dist/components/TreeMarkdownEditor.vue.d.ts +46 -0
- package/dist/components/TreeMarkdownEditor.vue.d.ts.map +1 -0
- package/dist/components/TreeModal.vue.d.ts +66 -0
- package/dist/components/TreeModal.vue.d.ts.map +1 -0
- package/dist/components/TreeMultiSelect.vue.d.ts +93 -0
- package/dist/components/TreeMultiSelect.vue.d.ts.map +1 -0
- package/dist/components/TreeNavMenu.vue.d.ts +65 -0
- package/dist/components/TreeNavMenu.vue.d.ts.map +1 -0
- package/dist/components/TreeNavbar.vue.d.ts +35 -0
- package/dist/components/TreeNavbar.vue.d.ts.map +1 -0
- package/dist/components/TreeNumberInput.vue.d.ts +29 -0
- package/dist/components/TreeNumberInput.vue.d.ts.map +1 -0
- package/dist/components/TreePagination.vue.d.ts +47 -0
- package/dist/components/TreePagination.vue.d.ts.map +1 -0
- package/dist/components/TreePopover.vue.d.ts +56 -0
- package/dist/components/TreePopover.vue.d.ts.map +1 -0
- package/dist/components/TreePricing.vue.d.ts +47 -0
- package/dist/components/TreePricing.vue.d.ts.map +1 -0
- package/dist/components/TreePricingCard.vue.d.ts +60 -0
- package/dist/components/TreePricingCard.vue.d.ts.map +1 -0
- package/dist/components/TreeProgress.vue.d.ts +19 -0
- package/dist/components/TreeProgress.vue.d.ts.map +1 -0
- package/dist/components/TreeRadio.vue.d.ts +29 -0
- package/dist/components/TreeRadio.vue.d.ts.map +1 -0
- package/dist/components/TreeRadioGroup.vue.d.ts +36 -0
- package/dist/components/TreeRadioGroup.vue.d.ts.map +1 -0
- package/dist/components/TreeSelect.vue.d.ts +59 -0
- package/dist/components/TreeSelect.vue.d.ts.map +1 -0
- package/dist/components/TreeSelectableList.vue.d.ts +57 -0
- package/dist/components/TreeSelectableList.vue.d.ts.map +1 -0
- package/dist/components/TreeSidebar.vue.d.ts +78 -0
- package/dist/components/TreeSidebar.vue.d.ts.map +1 -0
- package/dist/components/TreeSkeleton.vue.d.ts +27 -0
- package/dist/components/TreeSkeleton.vue.d.ts.map +1 -0
- package/dist/components/TreeSpinner.vue.d.ts +11 -0
- package/dist/components/TreeSpinner.vue.d.ts.map +1 -0
- package/dist/components/TreeStack.vue.d.ts +37 -0
- package/dist/components/TreeStack.vue.d.ts.map +1 -0
- package/dist/components/TreeStat.vue.d.ts +49 -0
- package/dist/components/TreeStat.vue.d.ts.map +1 -0
- package/dist/components/TreeSteps.vue.d.ts +62 -0
- package/dist/components/TreeSteps.vue.d.ts.map +1 -0
- package/dist/components/TreeSwitch.vue.d.ts +34 -0
- package/dist/components/TreeSwitch.vue.d.ts.map +1 -0
- package/dist/components/TreeTab.vue.d.ts +24 -0
- package/dist/components/TreeTab.vue.d.ts.map +1 -0
- package/dist/components/TreeTabList.vue.d.ts +22 -0
- package/dist/components/TreeTabList.vue.d.ts.map +1 -0
- package/dist/components/TreeTabPanel.vue.d.ts +21 -0
- package/dist/components/TreeTabPanel.vue.d.ts.map +1 -0
- package/dist/components/TreeTable.vue.d.ts +60 -0
- package/dist/components/TreeTable.vue.d.ts.map +1 -0
- package/dist/components/TreeTabs.vue.d.ts +37 -0
- package/dist/components/TreeTabs.vue.d.ts.map +1 -0
- package/dist/components/TreeTag.vue.d.ts +36 -0
- package/dist/components/TreeTag.vue.d.ts.map +1 -0
- package/dist/components/TreeTextarea.vue.d.ts +29 -0
- package/dist/components/TreeTextarea.vue.d.ts.map +1 -0
- package/dist/components/TreeTimeline.vue.d.ts +52 -0
- package/dist/components/TreeTimeline.vue.d.ts.map +1 -0
- package/dist/components/TreeToast.vue.d.ts +11 -0
- package/dist/components/TreeToast.vue.d.ts.map +1 -0
- package/dist/components/TreeToastProvider.vue.d.ts +26 -0
- package/dist/components/TreeToastProvider.vue.d.ts.map +1 -0
- package/dist/components/TreeToggleGroup.vue.d.ts +55 -0
- package/dist/components/TreeToggleGroup.vue.d.ts.map +1 -0
- package/dist/components/TreeTooltip.vue.d.ts +43 -0
- package/dist/components/TreeTooltip.vue.d.ts.map +1 -0
- package/dist/components/TreeTreeView.vue.d.ts +33 -0
- package/dist/components/TreeTreeView.vue.d.ts.map +1 -0
- package/dist/components/TreeTreeViewItem.vue.d.ts +8 -0
- package/dist/components/TreeTreeViewItem.vue.d.ts.map +1 -0
- package/dist/components/accordion.d.ts +17 -0
- package/dist/components/accordion.d.ts.map +1 -0
- package/dist/components/index.d.ts +141 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/sidebar.d.ts +6 -0
- package/dist/components/sidebar.d.ts.map +1 -0
- package/dist/components/tabs-context.d.ts +18 -0
- package/dist/components/tabs-context.d.ts.map +1 -0
- package/dist/components/tree-view.d.ts +32 -0
- package/dist/components/tree-view.d.ts.map +1 -0
- package/dist/composables/useControllableOpen.d.ts +6 -0
- package/dist/composables/useControllableOpen.d.ts.map +1 -0
- package/dist/composables/useToast.d.ts +38 -0
- package/dist/composables/useToast.d.ts.map +1 -0
- package/dist/index.cjs +12 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +6482 -0
- package/dist/index.js.map +1 -0
- package/dist/plugin.d.ts +4 -0
- package/dist/plugin.d.ts.map +1 -0
- package/dist/style.css +1 -0
- package/dist/types/contracts.d.ts +11 -0
- package/dist/types/contracts.d.ts.map +1 -0
- package/package.json +4 -4
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
declare const _treeContainerSizes: readonly ["sm", "md", "lg", "xl", "full"];
|
|
2
|
+
export type TreeContainerSize = (typeof _treeContainerSizes)[number];
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
as?: string;
|
|
5
|
+
size?: TreeContainerSize;
|
|
6
|
+
padded?: boolean;
|
|
7
|
+
centered?: boolean;
|
|
8
|
+
};
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
slots: {
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
};
|
|
14
|
+
refs: {};
|
|
15
|
+
rootEl: any;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
19
|
+
size: TreeContainerSize;
|
|
20
|
+
as: string;
|
|
21
|
+
padded: boolean;
|
|
22
|
+
centered: boolean;
|
|
23
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=TreeContainer.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeContainer.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeContainer.vue"],"names":[],"mappings":"AAgEA,QAAA,MAAM,mBAAmB,2CAA4C,CAAC;AAEtE,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAC;AAErE,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAsCJ,iBAAS,cAAc;WAkCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UA7FV,iBAAiB;QADnB,MAAM;YAEF,OAAO;cACL,OAAO;6EAkGpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { TreeSize } from '../types/contracts';
|
|
2
|
+
export interface TreeContextMenuItem {
|
|
3
|
+
label: string;
|
|
4
|
+
value: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
}
|
|
7
|
+
type __VLS_Props = {
|
|
8
|
+
items?: TreeContextMenuItem[];
|
|
9
|
+
open?: boolean;
|
|
10
|
+
defaultOpen?: boolean;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
size?: TreeSize;
|
|
13
|
+
};
|
|
14
|
+
declare function __VLS_template(): {
|
|
15
|
+
attrs: Partial<{}>;
|
|
16
|
+
slots: Readonly<{
|
|
17
|
+
default(): unknown;
|
|
18
|
+
item(props: {
|
|
19
|
+
item: TreeContextMenuItem;
|
|
20
|
+
index: number;
|
|
21
|
+
}): unknown;
|
|
22
|
+
}> & {
|
|
23
|
+
default(): unknown;
|
|
24
|
+
item(props: {
|
|
25
|
+
item: TreeContextMenuItem;
|
|
26
|
+
index: number;
|
|
27
|
+
}): unknown;
|
|
28
|
+
};
|
|
29
|
+
refs: {
|
|
30
|
+
rootRef: HTMLDivElement;
|
|
31
|
+
};
|
|
32
|
+
rootEl: HTMLDivElement;
|
|
33
|
+
};
|
|
34
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
35
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
36
|
+
select: (value: string) => any;
|
|
37
|
+
"update:open": (value: boolean) => any;
|
|
38
|
+
"open-change": (value: boolean) => any;
|
|
39
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
40
|
+
onSelect?: ((value: string) => any) | undefined;
|
|
41
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
42
|
+
"onOpen-change"?: ((value: boolean) => any) | undefined;
|
|
43
|
+
}>, {
|
|
44
|
+
disabled: boolean;
|
|
45
|
+
size: TreeSize;
|
|
46
|
+
open: boolean;
|
|
47
|
+
defaultOpen: boolean;
|
|
48
|
+
items: TreeContextMenuItem[];
|
|
49
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
50
|
+
rootRef: HTMLDivElement;
|
|
51
|
+
}, HTMLDivElement>;
|
|
52
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
53
|
+
export default _default;
|
|
54
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
55
|
+
new (): {
|
|
56
|
+
$slots: S;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
//# sourceMappingURL=TreeContextMenu.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeContextMenu.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeContextMenu.vue"],"names":[],"mappings":"AAyPA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAC9B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB,CAAC;AA6LJ,iBAAS,cAAc;WAuFT,OAAO,IAA6B;;mBAhQrC,OAAO;oBACN;YAAE,IAAI,EAAE,mBAAmB,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAE,GAAG,OAAO;;mBADvD,OAAO;oBACN;YAAE,IAAI,EAAE,mBAAmB,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAE,GAAG,OAAO;;;;;;EAoQnE;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;cAhTN,OAAO;UACX,QAAQ;UAHR,OAAO;iBACA,OAAO;WAFb,mBAAmB,EAAE;;;kBA6T/B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { TreeSize } from '../types/contracts';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
modelValue?: string;
|
|
4
|
+
open?: boolean;
|
|
5
|
+
defaultOpen?: boolean;
|
|
6
|
+
size?: TreeSize;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
invalid?: boolean;
|
|
9
|
+
placeholder?: string;
|
|
10
|
+
locale?: string;
|
|
11
|
+
min?: string;
|
|
12
|
+
max?: string;
|
|
13
|
+
weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
14
|
+
id?: string;
|
|
15
|
+
};
|
|
16
|
+
declare function __VLS_template(): {
|
|
17
|
+
attrs: Partial<{}>;
|
|
18
|
+
slots: {
|
|
19
|
+
prefix?(_: {}): any;
|
|
20
|
+
suffix?(_: {}): any;
|
|
21
|
+
};
|
|
22
|
+
refs: {
|
|
23
|
+
rootRef: HTMLDivElement;
|
|
24
|
+
triggerRef: HTMLButtonElement;
|
|
25
|
+
};
|
|
26
|
+
rootEl: any;
|
|
27
|
+
};
|
|
28
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
29
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
30
|
+
"update:modelValue": (value: string) => any;
|
|
31
|
+
select: (value: string) => any;
|
|
32
|
+
"update:open": (value: boolean) => any;
|
|
33
|
+
"open-change": (value: boolean) => any;
|
|
34
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
35
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
36
|
+
onSelect?: ((value: string) => any) | undefined;
|
|
37
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
38
|
+
"onOpen-change"?: ((value: boolean) => any) | undefined;
|
|
39
|
+
}>, {
|
|
40
|
+
modelValue: string;
|
|
41
|
+
disabled: boolean;
|
|
42
|
+
size: TreeSize;
|
|
43
|
+
id: string;
|
|
44
|
+
invalid: boolean;
|
|
45
|
+
open: boolean;
|
|
46
|
+
defaultOpen: boolean;
|
|
47
|
+
placeholder: string;
|
|
48
|
+
locale: string;
|
|
49
|
+
min: string;
|
|
50
|
+
max: string;
|
|
51
|
+
weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
52
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
53
|
+
rootRef: HTMLDivElement;
|
|
54
|
+
triggerRef: HTMLButtonElement;
|
|
55
|
+
}, any>;
|
|
56
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
57
|
+
export default _default;
|
|
58
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
59
|
+
new (): {
|
|
60
|
+
$slots: S;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
//# sourceMappingURL=TreeDatePicker.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeDatePicker.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeDatePicker.vue"],"names":[],"mappings":"AAgkBA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAqBnD,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACzC,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAgXJ,iBAAS,cAAc;WAuMT,OAAO,IAA6B;;wBAbtB,GAAG;wBACH,GAAG;;;;;;;EAiB9B;AAoCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;gBA7mBJ,MAAM;cAIR,OAAO;UADX,QAAQ;QAQV,MAAM;aAND,OAAO;UAJV,OAAO;iBACA,OAAO;iBAIP,MAAM;YACX,MAAM;SACT,MAAM;SACN,MAAM;kBACG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC;;;;OA4mB1C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { TreeSize } from '../types/contracts';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
modelValue?: string;
|
|
4
|
+
open?: boolean;
|
|
5
|
+
defaultOpen?: boolean;
|
|
6
|
+
size?: TreeSize;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
loading?: boolean;
|
|
9
|
+
invalid?: boolean;
|
|
10
|
+
placeholder?: string;
|
|
11
|
+
locale?: string;
|
|
12
|
+
min?: string;
|
|
13
|
+
max?: string;
|
|
14
|
+
weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
15
|
+
id?: string;
|
|
16
|
+
step?: number;
|
|
17
|
+
};
|
|
18
|
+
declare function __VLS_template(): {
|
|
19
|
+
attrs: Partial<{}>;
|
|
20
|
+
slots: {
|
|
21
|
+
prefix?(_: {}): any;
|
|
22
|
+
suffix?(_: {}): any;
|
|
23
|
+
};
|
|
24
|
+
refs: {
|
|
25
|
+
rootRef: HTMLDivElement;
|
|
26
|
+
triggerRef: HTMLButtonElement;
|
|
27
|
+
};
|
|
28
|
+
rootEl: any;
|
|
29
|
+
};
|
|
30
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
31
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
32
|
+
"update:modelValue": (value: string) => any;
|
|
33
|
+
select: (value: string) => any;
|
|
34
|
+
"update:open": (value: boolean) => any;
|
|
35
|
+
"open-change": (value: boolean) => any;
|
|
36
|
+
change: (value: string) => any;
|
|
37
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
38
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
39
|
+
onSelect?: ((value: string) => any) | undefined;
|
|
40
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
41
|
+
"onOpen-change"?: ((value: boolean) => any) | undefined;
|
|
42
|
+
onChange?: ((value: string) => any) | undefined;
|
|
43
|
+
}>, {
|
|
44
|
+
modelValue: string;
|
|
45
|
+
disabled: boolean;
|
|
46
|
+
size: TreeSize;
|
|
47
|
+
id: string;
|
|
48
|
+
step: number;
|
|
49
|
+
loading: boolean;
|
|
50
|
+
invalid: boolean;
|
|
51
|
+
open: boolean;
|
|
52
|
+
defaultOpen: boolean;
|
|
53
|
+
placeholder: string;
|
|
54
|
+
locale: string;
|
|
55
|
+
min: string;
|
|
56
|
+
max: string;
|
|
57
|
+
weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
58
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
59
|
+
rootRef: HTMLDivElement;
|
|
60
|
+
triggerRef: HTMLButtonElement;
|
|
61
|
+
}, any>;
|
|
62
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
63
|
+
export default _default;
|
|
64
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
65
|
+
new (): {
|
|
66
|
+
$slots: S;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
//# sourceMappingURL=TreeDateTimePicker.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeDateTimePicker.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeDateTimePicker.vue"],"names":[],"mappings":"AAs5BA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AA+BnD,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACzC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AA8mBJ,iBAAS,cAAc;WA0RT,OAAO,IAA6B;;wBAbtB,GAAG;wBACH,GAAG;;;;;;;EAiB9B;AA6CD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;gBAz8BJ,MAAM;cAIR,OAAO;UADX,QAAQ;QASV,MAAM;UACJ,MAAM;aARH,OAAO;aACP,OAAO;UALV,OAAO;iBACA,OAAO;iBAKP,MAAM;YACX,MAAM;SACT,MAAM;SACN,MAAM;kBACG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC;;;;OAu8B1C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
orientation?: 'horizontal' | 'vertical';
|
|
3
|
+
decorative?: boolean;
|
|
4
|
+
label?: string;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
7
|
+
label: string;
|
|
8
|
+
orientation: "horizontal" | "vertical";
|
|
9
|
+
decorative: boolean;
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLHRElement>;
|
|
11
|
+
export default _default;
|
|
12
|
+
//# sourceMappingURL=TreeDivider.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeDivider.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeDivider.vue"],"names":[],"mappings":"AAkCA,KAAK,WAAW,GAAG;IACf,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;;WADQ,MAAM;iBAFA,YAAY,GAAG,UAAU;gBAC1B,OAAO;;AA+DxB,wBAQG"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { TreeDrawerSide, TreeSize } from '../types/contracts';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
open?: boolean;
|
|
4
|
+
defaultOpen?: boolean;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
size?: TreeSize;
|
|
7
|
+
side?: TreeDrawerSide;
|
|
8
|
+
title?: string;
|
|
9
|
+
description?: string;
|
|
10
|
+
closeOnEscape?: boolean;
|
|
11
|
+
closeOnOverlay?: boolean;
|
|
12
|
+
showCloseButton?: boolean;
|
|
13
|
+
closeLabel?: string;
|
|
14
|
+
id?: string;
|
|
15
|
+
};
|
|
16
|
+
declare function __VLS_template(): {
|
|
17
|
+
attrs: Partial<{}>;
|
|
18
|
+
slots: Readonly<{
|
|
19
|
+
default?: () => unknown;
|
|
20
|
+
trigger?: () => unknown;
|
|
21
|
+
header?: () => unknown;
|
|
22
|
+
content?: () => unknown;
|
|
23
|
+
footer?: () => unknown;
|
|
24
|
+
}> & {
|
|
25
|
+
default?: () => unknown;
|
|
26
|
+
trigger?: () => unknown;
|
|
27
|
+
header?: () => unknown;
|
|
28
|
+
content?: () => unknown;
|
|
29
|
+
footer?: () => unknown;
|
|
30
|
+
};
|
|
31
|
+
refs: {
|
|
32
|
+
rootRef: HTMLDivElement;
|
|
33
|
+
surfaceRef: HTMLDivElement;
|
|
34
|
+
};
|
|
35
|
+
rootEl: any;
|
|
36
|
+
};
|
|
37
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
38
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
39
|
+
"update:open": (value: boolean) => any;
|
|
40
|
+
"open-change": (value: boolean) => any;
|
|
41
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
42
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
43
|
+
"onOpen-change"?: ((value: boolean) => any) | undefined;
|
|
44
|
+
}>, {
|
|
45
|
+
disabled: boolean;
|
|
46
|
+
size: TreeSize;
|
|
47
|
+
title: string;
|
|
48
|
+
id: string;
|
|
49
|
+
open: boolean;
|
|
50
|
+
defaultOpen: boolean;
|
|
51
|
+
description: string;
|
|
52
|
+
closeOnEscape: boolean;
|
|
53
|
+
closeOnOverlay: boolean;
|
|
54
|
+
showCloseButton: boolean;
|
|
55
|
+
closeLabel: string;
|
|
56
|
+
side: TreeDrawerSide;
|
|
57
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
58
|
+
rootRef: HTMLDivElement;
|
|
59
|
+
surfaceRef: HTMLDivElement;
|
|
60
|
+
}, any>;
|
|
61
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
62
|
+
export default _default;
|
|
63
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
64
|
+
new (): {
|
|
65
|
+
$slots: S;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
//# sourceMappingURL=TreeDrawer.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeDrawer.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeDrawer.vue"],"names":[],"mappings":"AAiWA,OAAO,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAQnE,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAyNJ,iBAAS,cAAc;WA4IT,OAAO,IAA6B;;kBAlUtC,MAAM,OAAO;kBACb,MAAM,OAAO;iBACd,MAAM,OAAO;kBACZ,MAAM,OAAO;iBACd,MAAM,OAAO;;kBAJZ,MAAM,OAAO;kBACb,MAAM,OAAO;iBACd,MAAM,OAAO;kBACZ,MAAM,OAAO;iBACd,MAAM,OAAO;;;;;;;EAmUvB;AA8BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;cAnZN,OAAO;UACX,QAAQ;WAEP,MAAM;QAMT,MAAM;UAXJ,OAAO;iBACA,OAAO;iBAKP,MAAM;mBACJ,OAAO;oBACN,OAAO;qBACN,OAAO;gBACZ,MAAM;UANZ,cAAc;;;;OA0ZvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { TreeSize } from '../types/contracts';
|
|
2
|
+
export interface TreeDropdownItem {
|
|
3
|
+
label: string;
|
|
4
|
+
value: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
}
|
|
7
|
+
type __VLS_Props = {
|
|
8
|
+
items?: TreeDropdownItem[];
|
|
9
|
+
open?: boolean;
|
|
10
|
+
defaultOpen?: boolean;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
size?: TreeSize;
|
|
13
|
+
label?: string;
|
|
14
|
+
};
|
|
15
|
+
declare function __VLS_template(): {
|
|
16
|
+
attrs: Partial<{}>;
|
|
17
|
+
slots: Readonly<{
|
|
18
|
+
trigger(props: {
|
|
19
|
+
isOpen: boolean;
|
|
20
|
+
}): unknown;
|
|
21
|
+
item(props: {
|
|
22
|
+
item: TreeDropdownItem;
|
|
23
|
+
index: number;
|
|
24
|
+
}): unknown;
|
|
25
|
+
}> & {
|
|
26
|
+
trigger(props: {
|
|
27
|
+
isOpen: boolean;
|
|
28
|
+
}): unknown;
|
|
29
|
+
item(props: {
|
|
30
|
+
item: TreeDropdownItem;
|
|
31
|
+
index: number;
|
|
32
|
+
}): unknown;
|
|
33
|
+
};
|
|
34
|
+
refs: {
|
|
35
|
+
rootRef: HTMLDivElement;
|
|
36
|
+
triggerRef: HTMLButtonElement;
|
|
37
|
+
};
|
|
38
|
+
rootEl: any;
|
|
39
|
+
};
|
|
40
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
41
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
42
|
+
select: (value: string) => any;
|
|
43
|
+
"update:open": (value: boolean) => any;
|
|
44
|
+
"open-change": (value: boolean) => any;
|
|
45
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
46
|
+
onSelect?: ((value: string) => any) | undefined;
|
|
47
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
48
|
+
"onOpen-change"?: ((value: boolean) => any) | undefined;
|
|
49
|
+
}>, {
|
|
50
|
+
disabled: boolean;
|
|
51
|
+
size: TreeSize;
|
|
52
|
+
label: string;
|
|
53
|
+
open: boolean;
|
|
54
|
+
defaultOpen: boolean;
|
|
55
|
+
items: TreeDropdownItem[];
|
|
56
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
57
|
+
rootRef: HTMLDivElement;
|
|
58
|
+
triggerRef: HTMLButtonElement;
|
|
59
|
+
}, any>;
|
|
60
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
61
|
+
export default _default;
|
|
62
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
63
|
+
new (): {
|
|
64
|
+
$slots: S;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
//# sourceMappingURL=TreeDropdown.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeDropdown.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeDropdown.vue"],"names":[],"mappings":"AAwSA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAMnD,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC3B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AA4MJ,iBAAS,cAAc;WA8GT,OAAO,IAA6B;;uBArSjC;YAAE,MAAM,EAAE,OAAO,CAAA;SAAE,GAAG,OAAO;oBAChC;YAAE,IAAI,EAAE,gBAAgB,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAE,GAAG,OAAO;;uBADhD;YAAE,MAAM,EAAE,OAAO,CAAA;SAAE,GAAG,OAAO;oBAChC;YAAE,IAAI,EAAE,gBAAgB,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAE,GAAG,OAAO;;;;;;;EAyShE;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;cA1VN,OAAO;UACX,QAAQ;WACP,MAAM;UAJP,OAAO;iBACA,OAAO;WAFb,gBAAgB,EAAE;;;;OAsW5B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { TreeSize } from '../types/contracts';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
as?: string;
|
|
4
|
+
size?: TreeSize;
|
|
5
|
+
title?: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
};
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: Readonly<{
|
|
11
|
+
icon?: () => unknown;
|
|
12
|
+
title?: () => unknown;
|
|
13
|
+
description?: () => unknown;
|
|
14
|
+
default?: () => unknown;
|
|
15
|
+
actions?: () => unknown;
|
|
16
|
+
}> & {
|
|
17
|
+
icon?: () => unknown;
|
|
18
|
+
title?: () => unknown;
|
|
19
|
+
description?: () => unknown;
|
|
20
|
+
default?: () => unknown;
|
|
21
|
+
actions?: () => unknown;
|
|
22
|
+
};
|
|
23
|
+
refs: {};
|
|
24
|
+
rootEl: any;
|
|
25
|
+
};
|
|
26
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
28
|
+
size: TreeSize;
|
|
29
|
+
title: string;
|
|
30
|
+
as: string;
|
|
31
|
+
description: string;
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
33
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
34
|
+
export default _default;
|
|
35
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
|
+
new (): {
|
|
37
|
+
$slots: S;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=TreeEmptyState.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeEmptyState.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeEmptyState.vue"],"names":[],"mappings":"AAgHA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAcnD,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAwCJ,iBAAS,cAAc;WA+ET,OAAO,IAA6B;;eAnIzC,MAAM,OAAO;gBACZ,MAAM,OAAO;sBACP,MAAM,OAAO;kBACjB,MAAM,OAAO;kBACb,MAAM,OAAO;;eAJhB,MAAM,OAAO;gBACZ,MAAM,OAAO;sBACP,MAAM,OAAO;kBACjB,MAAM,OAAO;kBACb,MAAM,OAAO;;;;EAoIxB;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UAhJV,QAAQ;WACP,MAAM;QAFT,MAAM;iBAGG,MAAM;6EAqJtB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import { TreeSize } from '../types/contracts';
|
|
2
|
+
export type TreeFileUploadRejectionReason = 'file-invalid-type' | 'file-too-large' | 'too-many-files';
|
|
3
|
+
export interface TreeFileUploadRejection {
|
|
4
|
+
file: File;
|
|
5
|
+
reason: TreeFileUploadRejectionReason;
|
|
6
|
+
message: string;
|
|
7
|
+
}
|
|
8
|
+
type __VLS_Props = {
|
|
9
|
+
modelValue?: File[];
|
|
10
|
+
size?: TreeSize;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
loading?: boolean;
|
|
13
|
+
invalid?: boolean;
|
|
14
|
+
accept?: string;
|
|
15
|
+
multiple?: boolean;
|
|
16
|
+
maxFiles?: number | null;
|
|
17
|
+
maxFileSize?: number | null;
|
|
18
|
+
label?: string;
|
|
19
|
+
description?: string;
|
|
20
|
+
buttonLabel?: string;
|
|
21
|
+
filesLabel?: string;
|
|
22
|
+
paste?: boolean;
|
|
23
|
+
drop?: boolean;
|
|
24
|
+
showFileList?: boolean;
|
|
25
|
+
};
|
|
26
|
+
declare function __VLS_template(): {
|
|
27
|
+
attrs: Partial<{}>;
|
|
28
|
+
slots: Readonly<{
|
|
29
|
+
icon?: () => unknown;
|
|
30
|
+
default?: (props: {
|
|
31
|
+
files: File[];
|
|
32
|
+
isDragActive: boolean;
|
|
33
|
+
openFileDialog: () => void;
|
|
34
|
+
clearFiles: () => void;
|
|
35
|
+
}) => unknown;
|
|
36
|
+
file?: (props: {
|
|
37
|
+
file: File;
|
|
38
|
+
index: number;
|
|
39
|
+
removeFile: () => void;
|
|
40
|
+
}) => unknown;
|
|
41
|
+
actions?: (props: {
|
|
42
|
+
files: File[];
|
|
43
|
+
openFileDialog: () => void;
|
|
44
|
+
clearFiles: () => void;
|
|
45
|
+
}) => unknown;
|
|
46
|
+
}> & {
|
|
47
|
+
icon?: () => unknown;
|
|
48
|
+
default?: (props: {
|
|
49
|
+
files: File[];
|
|
50
|
+
isDragActive: boolean;
|
|
51
|
+
openFileDialog: () => void;
|
|
52
|
+
clearFiles: () => void;
|
|
53
|
+
}) => unknown;
|
|
54
|
+
file?: (props: {
|
|
55
|
+
file: File;
|
|
56
|
+
index: number;
|
|
57
|
+
removeFile: () => void;
|
|
58
|
+
}) => unknown;
|
|
59
|
+
actions?: (props: {
|
|
60
|
+
files: File[];
|
|
61
|
+
openFileDialog: () => void;
|
|
62
|
+
clearFiles: () => void;
|
|
63
|
+
}) => unknown;
|
|
64
|
+
};
|
|
65
|
+
refs: {
|
|
66
|
+
rootRef: HTMLDivElement;
|
|
67
|
+
inputRef: HTMLInputElement;
|
|
68
|
+
};
|
|
69
|
+
rootEl: any;
|
|
70
|
+
};
|
|
71
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
72
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
73
|
+
"update:modelValue": (files: File[]) => any;
|
|
74
|
+
"files-accepted": (files: File[]) => any;
|
|
75
|
+
"files-rejected": (rejections: TreeFileUploadRejection[]) => any;
|
|
76
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
77
|
+
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
78
|
+
"onFiles-accepted"?: ((files: File[]) => any) | undefined;
|
|
79
|
+
"onFiles-rejected"?: ((rejections: TreeFileUploadRejection[]) => any) | undefined;
|
|
80
|
+
}>, {
|
|
81
|
+
multiple: boolean;
|
|
82
|
+
modelValue: File[];
|
|
83
|
+
disabled: boolean;
|
|
84
|
+
size: TreeSize;
|
|
85
|
+
label: string;
|
|
86
|
+
loading: boolean;
|
|
87
|
+
invalid: boolean;
|
|
88
|
+
drop: boolean;
|
|
89
|
+
paste: boolean;
|
|
90
|
+
description: string;
|
|
91
|
+
accept: string;
|
|
92
|
+
maxFiles: number | null;
|
|
93
|
+
maxFileSize: number | null;
|
|
94
|
+
buttonLabel: string;
|
|
95
|
+
filesLabel: string;
|
|
96
|
+
showFileList: boolean;
|
|
97
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
98
|
+
rootRef: HTMLDivElement;
|
|
99
|
+
inputRef: HTMLInputElement;
|
|
100
|
+
}, any>;
|
|
101
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
102
|
+
export default _default;
|
|
103
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
104
|
+
new (): {
|
|
105
|
+
$slots: S;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
//# sourceMappingURL=TreeFileUpload.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeFileUpload.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeFileUpload.vue"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { TreeSize } from '../types/contracts';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
label?: string;
|
|
4
|
+
htmlFor?: string;
|
|
5
|
+
error?: string;
|
|
6
|
+
hint?: string;
|
|
7
|
+
required?: boolean;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
size?: TreeSize;
|
|
10
|
+
};
|
|
11
|
+
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
13
|
+
slots: Readonly<{
|
|
14
|
+
default?: (props: Record<string, never>) => unknown;
|
|
15
|
+
label?: (props: Record<string, never>) => unknown;
|
|
16
|
+
error?: (props: Record<string, never>) => unknown;
|
|
17
|
+
hint?: (props: Record<string, never>) => unknown;
|
|
18
|
+
}> & {
|
|
19
|
+
default?: (props: Record<string, never>) => unknown;
|
|
20
|
+
label?: (props: Record<string, never>) => unknown;
|
|
21
|
+
error?: (props: Record<string, never>) => unknown;
|
|
22
|
+
hint?: (props: Record<string, never>) => unknown;
|
|
23
|
+
};
|
|
24
|
+
refs: {};
|
|
25
|
+
rootEl: any;
|
|
26
|
+
};
|
|
27
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
28
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
29
|
+
disabled: boolean;
|
|
30
|
+
size: TreeSize;
|
|
31
|
+
label: string;
|
|
32
|
+
required: boolean;
|
|
33
|
+
error: string;
|
|
34
|
+
htmlFor: string;
|
|
35
|
+
hint: string;
|
|
36
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
37
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
38
|
+
export default _default;
|
|
39
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
40
|
+
new (): {
|
|
41
|
+
$slots: S;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
//# sourceMappingURL=TreeFormField.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeFormField.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeFormField.vue"],"names":[],"mappings":"AAyGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAMnD,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB,CAAC;AAsDJ,iBAAS,cAAc;WA0DT,OAAO,IAA6B;;kBA7FtC,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,OAAO;gBAC3C,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,OAAO;gBACzC,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,OAAO;eAC1C,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,OAAO;;kBAHtC,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,OAAO;gBAC3C,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,OAAO;gBACzC,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,OAAO;eAC1C,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,OAAO;;;;EA+FjD;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;cArIN,OAAO;UACX,QAAQ;WANP,MAAM;cAIH,OAAO;WAFV,MAAM;aADJ,MAAM;UAET,MAAM;6EA8If,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
as?: string;
|
|
3
|
+
columns?: number;
|
|
4
|
+
minItemWidth?: string;
|
|
5
|
+
gap?: string;
|
|
6
|
+
rowGap?: string;
|
|
7
|
+
align?: string;
|
|
8
|
+
justify?: string;
|
|
9
|
+
dense?: boolean;
|
|
10
|
+
};
|
|
11
|
+
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
13
|
+
slots: {
|
|
14
|
+
default?(_: {}): any;
|
|
15
|
+
};
|
|
16
|
+
refs: {};
|
|
17
|
+
rootEl: any;
|
|
18
|
+
};
|
|
19
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
21
|
+
as: string;
|
|
22
|
+
columns: number;
|
|
23
|
+
minItemWidth: string;
|
|
24
|
+
gap: string;
|
|
25
|
+
rowGap: string;
|
|
26
|
+
align: string;
|
|
27
|
+
justify: string;
|
|
28
|
+
dense: boolean;
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
30
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
31
|
+
export default _default;
|
|
32
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
33
|
+
new (): {
|
|
34
|
+
$slots: S;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
//# sourceMappingURL=TreeGrid.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeGrid.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeGrid.vue"],"names":[],"mappings":"AA+EA,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAyDJ,iBAAS,cAAc;WAkCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;QArHZ,MAAM;aACD,MAAM;kBACD,MAAM;SACf,MAAM;YACH,MAAM;WACP,MAAM;aACJ,MAAM;WACR,OAAO;6EAqHjB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|