@treeui/vue 0.1.2 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/README.md +91 -0
  2. package/dist/components/TreeAccordion.vue.d.ts +36 -0
  3. package/dist/components/TreeAccordion.vue.d.ts.map +1 -0
  4. package/dist/components/TreeAccordionItem.vue.d.ts +31 -0
  5. package/dist/components/TreeAccordionItem.vue.d.ts.map +1 -0
  6. package/dist/components/TreeAlert.vue.d.ts +35 -0
  7. package/dist/components/TreeAlert.vue.d.ts.map +1 -0
  8. package/dist/components/TreeAvatar.vue.d.ts +33 -0
  9. package/dist/components/TreeAvatar.vue.d.ts.map +1 -0
  10. package/dist/components/TreeBadge.vue.d.ts +27 -0
  11. package/dist/components/TreeBadge.vue.d.ts.map +1 -0
  12. package/dist/components/TreeBreadcrumb.vue.d.ts +26 -0
  13. package/dist/components/TreeBreadcrumb.vue.d.ts.map +1 -0
  14. package/dist/components/TreeBreadcrumbItem.vue.d.ts +32 -0
  15. package/dist/components/TreeBreadcrumbItem.vue.d.ts.map +1 -0
  16. package/dist/components/TreeButton.vue.d.ts +39 -0
  17. package/dist/components/TreeButton.vue.d.ts.map +1 -0
  18. package/dist/components/TreeCard.vue.d.ts +30 -0
  19. package/dist/components/TreeCard.vue.d.ts.map +1 -0
  20. package/dist/components/TreeCheckbox.vue.d.ts +40 -0
  21. package/dist/components/TreeCheckbox.vue.d.ts.map +1 -0
  22. package/dist/components/TreeContextMenu.vue.d.ts +59 -0
  23. package/dist/components/TreeContextMenu.vue.d.ts.map +1 -0
  24. package/dist/components/TreeDatePicker.vue.d.ts +63 -0
  25. package/dist/components/TreeDatePicker.vue.d.ts.map +1 -0
  26. package/dist/components/TreeDivider.vue.d.ts +12 -0
  27. package/dist/components/TreeDivider.vue.d.ts.map +1 -0
  28. package/dist/components/TreeDrawer.vue.d.ts +68 -0
  29. package/dist/components/TreeDrawer.vue.d.ts.map +1 -0
  30. package/dist/components/TreeDropdown.vue.d.ts +67 -0
  31. package/dist/components/TreeDropdown.vue.d.ts.map +1 -0
  32. package/dist/components/TreeFormField.vue.d.ts +44 -0
  33. package/dist/components/TreeFormField.vue.d.ts.map +1 -0
  34. package/dist/components/TreeInput.vue.d.ts +41 -0
  35. package/dist/components/TreeInput.vue.d.ts.map +1 -0
  36. package/dist/components/TreeMarkdownEditor.vue.d.ts +46 -0
  37. package/dist/components/TreeMarkdownEditor.vue.d.ts.map +1 -0
  38. package/dist/components/TreeModal.vue.d.ts +66 -0
  39. package/dist/components/TreeModal.vue.d.ts.map +1 -0
  40. package/dist/components/TreePagination.vue.d.ts +47 -0
  41. package/dist/components/TreePagination.vue.d.ts.map +1 -0
  42. package/dist/components/TreePopover.vue.d.ts +56 -0
  43. package/dist/components/TreePopover.vue.d.ts.map +1 -0
  44. package/dist/components/TreePricing.vue.d.ts +47 -0
  45. package/dist/components/TreePricing.vue.d.ts.map +1 -0
  46. package/dist/components/TreePricingCard.vue.d.ts +60 -0
  47. package/dist/components/TreePricingCard.vue.d.ts.map +1 -0
  48. package/dist/components/TreeProgress.vue.d.ts +19 -0
  49. package/dist/components/TreeProgress.vue.d.ts.map +1 -0
  50. package/dist/components/TreeRadio.vue.d.ts +29 -0
  51. package/dist/components/TreeRadio.vue.d.ts.map +1 -0
  52. package/dist/components/TreeRadioGroup.vue.d.ts +36 -0
  53. package/dist/components/TreeRadioGroup.vue.d.ts.map +1 -0
  54. package/dist/components/TreeSelect.vue.d.ts +59 -0
  55. package/dist/components/TreeSelect.vue.d.ts.map +1 -0
  56. package/dist/components/TreeSkeleton.vue.d.ts +27 -0
  57. package/dist/components/TreeSkeleton.vue.d.ts.map +1 -0
  58. package/dist/components/TreeSpinner.vue.d.ts +11 -0
  59. package/dist/components/TreeSpinner.vue.d.ts.map +1 -0
  60. package/dist/components/TreeSwitch.vue.d.ts +34 -0
  61. package/dist/components/TreeSwitch.vue.d.ts.map +1 -0
  62. package/dist/components/TreeTab.vue.d.ts +24 -0
  63. package/dist/components/TreeTab.vue.d.ts.map +1 -0
  64. package/dist/components/TreeTabList.vue.d.ts +22 -0
  65. package/dist/components/TreeTabList.vue.d.ts.map +1 -0
  66. package/dist/components/TreeTabPanel.vue.d.ts +21 -0
  67. package/dist/components/TreeTabPanel.vue.d.ts.map +1 -0
  68. package/dist/components/TreeTable.vue.d.ts +60 -0
  69. package/dist/components/TreeTable.vue.d.ts.map +1 -0
  70. package/dist/components/TreeTabs.vue.d.ts +37 -0
  71. package/dist/components/TreeTabs.vue.d.ts.map +1 -0
  72. package/dist/components/TreeTag.vue.d.ts +36 -0
  73. package/dist/components/TreeTag.vue.d.ts.map +1 -0
  74. package/dist/components/TreeTextarea.vue.d.ts +29 -0
  75. package/dist/components/TreeTextarea.vue.d.ts.map +1 -0
  76. package/dist/components/TreeToast.vue.d.ts +11 -0
  77. package/dist/components/TreeToast.vue.d.ts.map +1 -0
  78. package/dist/components/TreeToastProvider.vue.d.ts +11 -0
  79. package/dist/components/TreeToastProvider.vue.d.ts.map +1 -0
  80. package/dist/components/TreeTooltip.vue.d.ts +43 -0
  81. package/dist/components/TreeTooltip.vue.d.ts.map +1 -0
  82. package/dist/components/accordion.d.ts +17 -0
  83. package/dist/components/accordion.d.ts.map +1 -0
  84. package/dist/components/index.d.ts +82 -0
  85. package/dist/components/index.d.ts.map +1 -0
  86. package/dist/components/tabs-context.d.ts +18 -0
  87. package/dist/components/tabs-context.d.ts.map +1 -0
  88. package/dist/composables/useControllableOpen.d.ts +6 -0
  89. package/dist/composables/useControllableOpen.d.ts.map +1 -0
  90. package/dist/composables/useToast.d.ts +38 -0
  91. package/dist/composables/useToast.d.ts.map +1 -0
  92. package/dist/index.d.ts +7 -0
  93. package/dist/index.d.ts.map +1 -0
  94. package/dist/plugin.d.ts +4 -0
  95. package/dist/plugin.d.ts.map +1 -0
  96. package/dist/style.css +1 -1
  97. package/dist/types/contracts.d.ts +11 -0
  98. package/dist/types/contracts.d.ts.map +1 -0
  99. package/package.json +6 -3
@@ -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
+ side: TreeDrawerSide;
52
+ description: string;
53
+ closeOnEscape: boolean;
54
+ closeOnOverlay: boolean;
55
+ showCloseButton: boolean;
56
+ closeLabel: string;
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;UAGd,cAAc;iBAEP,MAAM;mBACJ,OAAO;oBACN,OAAO;qBACN,OAAO;gBACZ,MAAM;;;;OAoZrB,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
+ items: TreeDropdownItem[];
54
+ open: boolean;
55
+ defaultOpen: boolean;
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;WALN,gBAAgB,EAAE;UACnB,OAAO;iBACA,OAAO;;;;OAoWvB,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,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,41 @@
1
+ import { TreeSize } from '../types/contracts';
2
+ type __VLS_Props = {
3
+ modelValue?: string | number;
4
+ size?: TreeSize;
5
+ disabled?: boolean;
6
+ loading?: boolean;
7
+ invalid?: boolean;
8
+ type?: string;
9
+ placeholder?: string;
10
+ };
11
+ declare function __VLS_template(): {
12
+ attrs: Partial<{}>;
13
+ slots: {
14
+ prefix?(_: {}): any;
15
+ suffix?(_: {}): any;
16
+ };
17
+ refs: {};
18
+ rootEl: any;
19
+ };
20
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
+ "update:modelValue": (value: string) => any;
23
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
24
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
25
+ }>, {
26
+ type: string;
27
+ modelValue: string | number;
28
+ disabled: boolean;
29
+ size: TreeSize;
30
+ loading: boolean;
31
+ invalid: boolean;
32
+ placeholder: string;
33
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
34
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
35
+ export default _default;
36
+ type __VLS_WithTemplateSlots<T, S> = T & {
37
+ new (): {
38
+ $slots: S;
39
+ };
40
+ };
41
+ //# sourceMappingURL=TreeInput.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TreeInput.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeInput.vue"],"names":[],"mappings":"AAkGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAOnD,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC7B,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAwDJ,iBAAS,cAAc;WA6DT,OAAO,IAA6B;;wBAXtB,GAAG;wBACH,GAAG;;;;EAe9B;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;UA7IV,MAAM;gBALA,MAAM,GAAG,MAAM;cAEjB,OAAO;UADX,QAAQ;aAEL,OAAO;aACP,OAAO;iBAEH,MAAM;6EAoJtB,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,46 @@
1
+ import { TreeSize } from '../types/contracts';
2
+ type __VLS_Props = {
3
+ modelValue?: string;
4
+ size?: TreeSize;
5
+ disabled?: boolean;
6
+ placeholder?: string;
7
+ uploadImage?: (file: File) => Promise<string>;
8
+ };
9
+ declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
11
+ slots: Readonly<{
12
+ toolbar?: () => unknown;
13
+ }> & {
14
+ toolbar?: () => unknown;
15
+ };
16
+ refs: {
17
+ textareaRef: HTMLTextAreaElement;
18
+ };
19
+ rootEl: any;
20
+ };
21
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
+ "update:modelValue": (value: string) => any;
24
+ "image-upload": (file: File, url: string) => any;
25
+ "image-upload-error": (file: File, error: Error) => any;
26
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
27
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
28
+ "onImage-upload"?: ((file: File, url: string) => any) | undefined;
29
+ "onImage-upload-error"?: ((file: File, error: Error) => any) | undefined;
30
+ }>, {
31
+ modelValue: string;
32
+ disabled: boolean;
33
+ size: TreeSize;
34
+ placeholder: string;
35
+ uploadImage: (file: File) => Promise<string>;
36
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
37
+ textareaRef: HTMLTextAreaElement;
38
+ }, any>;
39
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
40
+ export default _default;
41
+ type __VLS_WithTemplateSlots<T, S> = T & {
42
+ new (): {
43
+ $slots: S;
44
+ };
45
+ };
46
+ //# sourceMappingURL=TreeMarkdownEditor.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TreeMarkdownEditor.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeMarkdownEditor.vue"],"names":[],"mappings":"AAmjBA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAMnD,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;CAC/C,CAAC;AA+VJ,iBAAS,cAAc;WAkMT,OAAO,IAA6B;;kBA7gBtC,MAAM,OAAO;;kBAAb,MAAM,OAAO;;;;;;EAkhBxB;AAiCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;gBA7kBJ,MAAM;cAER,OAAO;UADX,QAAQ;iBAED,MAAM;iBACN,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC,MAAM,CAAC;;;OAklB/C,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,66 @@
1
+ import { TreeSize } from '../types/contracts';
2
+ type __VLS_Props = {
3
+ open?: boolean;
4
+ defaultOpen?: boolean;
5
+ disabled?: boolean;
6
+ size?: TreeSize;
7
+ title?: string;
8
+ description?: string;
9
+ closeOnEscape?: boolean;
10
+ closeOnOverlay?: boolean;
11
+ showCloseButton?: boolean;
12
+ closeLabel?: string;
13
+ id?: string;
14
+ };
15
+ declare function __VLS_template(): {
16
+ attrs: Partial<{}>;
17
+ slots: Readonly<{
18
+ default?: () => unknown;
19
+ trigger?: () => unknown;
20
+ header?: () => unknown;
21
+ content?: () => unknown;
22
+ footer?: () => unknown;
23
+ }> & {
24
+ default?: () => unknown;
25
+ trigger?: () => unknown;
26
+ header?: () => unknown;
27
+ content?: () => unknown;
28
+ footer?: () => unknown;
29
+ };
30
+ refs: {
31
+ rootRef: HTMLDivElement;
32
+ surfaceRef: HTMLDivElement;
33
+ };
34
+ rootEl: any;
35
+ };
36
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
37
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
38
+ "update:open": (value: boolean) => any;
39
+ "open-change": (value: boolean) => any;
40
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
41
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
42
+ "onOpen-change"?: ((value: boolean) => any) | undefined;
43
+ }>, {
44
+ disabled: boolean;
45
+ size: TreeSize;
46
+ title: string;
47
+ id: string;
48
+ open: boolean;
49
+ defaultOpen: boolean;
50
+ description: string;
51
+ closeOnEscape: boolean;
52
+ closeOnOverlay: boolean;
53
+ showCloseButton: boolean;
54
+ closeLabel: string;
55
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
56
+ rootRef: HTMLDivElement;
57
+ surfaceRef: HTMLDivElement;
58
+ }, any>;
59
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
60
+ export default _default;
61
+ type __VLS_WithTemplateSlots<T, S> = T & {
62
+ new (): {
63
+ $slots: S;
64
+ };
65
+ };
66
+ //# sourceMappingURL=TreeModal.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TreeModal.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeModal.vue"],"names":[],"mappings":"AAgWA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAQnD,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,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;AAsNJ,iBAAS,cAAc;WA+IT,OAAO,IAA6B;;kBAnUtC,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;;;;;;;EAoUvB;AA8BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;cAlZN,OAAO;UACX,QAAQ;WACP,MAAM;QAMT,MAAM;UAVJ,OAAO;iBACA,OAAO;iBAIP,MAAM;mBACJ,OAAO;oBACN,OAAO;qBACN,OAAO;gBACZ,MAAM;;;;OAoZrB,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,47 @@
1
+ import { TreeSize } from '../types/contracts';
2
+ type __VLS_Props = {
3
+ /** Current active page (1-based) */
4
+ modelValue?: number;
5
+ /** Total number of pages */
6
+ totalPages: number;
7
+ /** Number of sibling pages shown around the current page */
8
+ siblings?: number;
9
+ /** Size variant */
10
+ size?: TreeSize;
11
+ /** Disable all controls */
12
+ disabled?: boolean;
13
+ /** Accessible label for the nav element */
14
+ label?: string;
15
+ };
16
+ declare function __VLS_template(): {
17
+ attrs: Partial<{}>;
18
+ slots: Readonly<{
19
+ previous?: (props: Record<string, never>) => unknown;
20
+ next?: (props: Record<string, never>) => unknown;
21
+ }> & {
22
+ previous?: (props: Record<string, never>) => unknown;
23
+ next?: (props: Record<string, never>) => unknown;
24
+ };
25
+ refs: {};
26
+ rootEl: HTMLElement;
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": (page: number) => any;
31
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
32
+ "onUpdate:modelValue"?: ((page: number) => any) | undefined;
33
+ }>, {
34
+ modelValue: number;
35
+ disabled: boolean;
36
+ size: TreeSize;
37
+ label: string;
38
+ siblings: number;
39
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
40
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
41
+ export default _default;
42
+ type __VLS_WithTemplateSlots<T, S> = T & {
43
+ new (): {
44
+ $slots: S;
45
+ };
46
+ };
47
+ //# sourceMappingURL=TreePagination.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TreePagination.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreePagination.vue"],"names":[],"mappings":"AAiMA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAEnD,KAAK,WAAW,GAAG;IACf,oCAAoC;IACpC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,4BAA4B;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,4DAA4D;IAC5D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,mBAAmB;IACnB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,2CAA2C;IAC3C,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AA2FJ,iBAAS,cAAc;WA4GT,OAAO,IAA6B;;mBArLrC,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,OAAO;eAC7C,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,OAAO;;mBADrC,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,OAAO;eAC7C,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,OAAO;;;;EAyLjD;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;gBAvOJ,MAAM;cAQR,OAAO;UAFX,QAAQ;WAIP,MAAM;cANH,MAAM;qFA4OnB,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,56 @@
1
+ import { TreeTooltipSide } from '../types/contracts';
2
+ type __VLS_Props = {
3
+ open?: boolean;
4
+ defaultOpen?: boolean;
5
+ disabled?: boolean;
6
+ side?: TreeTooltipSide;
7
+ align?: 'start' | 'center' | 'end';
8
+ id?: string;
9
+ };
10
+ declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
12
+ slots: Readonly<{
13
+ trigger(props: {
14
+ isOpen: boolean;
15
+ }): unknown;
16
+ default(): unknown;
17
+ }> & {
18
+ trigger(props: {
19
+ isOpen: boolean;
20
+ }): unknown;
21
+ default(): unknown;
22
+ };
23
+ refs: {
24
+ rootRef: HTMLDivElement;
25
+ triggerRef: HTMLButtonElement;
26
+ contentRef: HTMLDivElement;
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:open": (value: boolean) => any;
33
+ "open-change": (value: boolean) => any;
34
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
35
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
36
+ "onOpen-change"?: ((value: boolean) => any) | undefined;
37
+ }>, {
38
+ disabled: boolean;
39
+ id: string;
40
+ open: boolean;
41
+ defaultOpen: boolean;
42
+ side: TreeTooltipSide;
43
+ align: "start" | "center" | "end";
44
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
45
+ rootRef: HTMLDivElement;
46
+ triggerRef: HTMLButtonElement;
47
+ contentRef: HTMLDivElement;
48
+ }, any>;
49
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
50
+ export default _default;
51
+ type __VLS_WithTemplateSlots<T, S> = T & {
52
+ new (): {
53
+ $slots: S;
54
+ };
55
+ };
56
+ //# sourceMappingURL=TreePopover.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TreePopover.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreePopover.vue"],"names":[],"mappings":"AA6LA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAM1D,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,eAAe,CAAC;IACvB,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAsIJ,iBAAS,cAAc;WAyET,OAAO,IAA6B;;uBA3LjC;YAAE,MAAM,EAAE,OAAO,CAAA;SAAE,GAAG,OAAO;mBACjC,OAAO;;uBADH;YAAE,MAAM,EAAE,OAAO,CAAA;SAAE,GAAG,OAAO;mBACjC,OAAO;;;;;;;;EA+LnB;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;cA/ON,OAAO;QAGb,MAAM;UALJ,OAAO;iBACA,OAAO;UAEd,eAAe;WACd,OAAO,GAAG,QAAQ,GAAG,KAAK;;;;;OAsPpC,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,47 @@
1
+ import { TreeSize } from '../types/contracts';
2
+ import { PricingFeature } from './TreePricingCard.vue';
3
+ export interface PricingPlan {
4
+ title: string;
5
+ description?: string;
6
+ price: string | number;
7
+ currency?: string;
8
+ period?: string;
9
+ features?: PricingFeature[];
10
+ highlighted?: boolean;
11
+ badge?: string;
12
+ buttonText?: string;
13
+ disabled?: boolean;
14
+ }
15
+ type __VLS_Props = {
16
+ plans: PricingPlan[];
17
+ size?: TreeSize;
18
+ columns?: number;
19
+ };
20
+ declare function __VLS_template(): {
21
+ attrs: Partial<{}>;
22
+ slots: {
23
+ plan?(_: {
24
+ plan: PricingPlan;
25
+ index: number;
26
+ }): any;
27
+ };
28
+ refs: {};
29
+ rootEl: HTMLDivElement;
30
+ };
31
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
32
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
33
+ select: (plan: PricingPlan, index: number) => any;
34
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
35
+ onSelect?: ((plan: PricingPlan, index: number) => any) | undefined;
36
+ }>, {
37
+ size: TreeSize;
38
+ columns: number;
39
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
40
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
41
+ export default _default;
42
+ type __VLS_WithTemplateSlots<T, S> = T & {
43
+ new (): {
44
+ $slots: S;
45
+ };
46
+ };
47
+ //# sourceMappingURL=TreePricing.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TreePricing.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreePricing.vue"],"names":[],"mappings":"AAuEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAEnD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAE5D,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,cAAc,EAAE,CAAC;IAC5B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AA2BJ,iBAAS,cAAc;WAuDT,OAAO,IAA6B;;;;;YAVxB,GAAG;;;;EAe5B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;UAvGV,QAAQ;aACL,MAAM;wFA+GlB,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,60 @@
1
+ import { TreeSize } from '../types/contracts';
2
+ export interface PricingFeature {
3
+ text: string;
4
+ included?: boolean;
5
+ }
6
+ type __VLS_Props = {
7
+ title: string;
8
+ description?: string;
9
+ price: string | number;
10
+ currency?: string;
11
+ period?: string;
12
+ features?: PricingFeature[];
13
+ highlighted?: boolean;
14
+ badge?: string;
15
+ buttonText?: string;
16
+ size?: TreeSize;
17
+ disabled?: boolean;
18
+ };
19
+ declare function __VLS_template(): {
20
+ attrs: Partial<{}>;
21
+ slots: Readonly<{
22
+ header?: () => unknown;
23
+ price?: () => unknown;
24
+ features?: () => unknown;
25
+ action?: () => unknown;
26
+ badge?: () => unknown;
27
+ }> & {
28
+ header?: () => unknown;
29
+ price?: () => unknown;
30
+ features?: () => unknown;
31
+ action?: () => unknown;
32
+ badge?: () => unknown;
33
+ };
34
+ refs: {};
35
+ rootEl: HTMLElement;
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
+ select: () => any;
40
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
41
+ onSelect?: (() => any) | undefined;
42
+ }>, {
43
+ disabled: boolean;
44
+ size: TreeSize;
45
+ description: string;
46
+ currency: string;
47
+ period: string;
48
+ features: PricingFeature[];
49
+ highlighted: boolean;
50
+ badge: string;
51
+ buttonText: string;
52
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
53
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
54
+ export default _default;
55
+ type __VLS_WithTemplateSlots<T, S> = T & {
56
+ new (): {
57
+ $slots: S;
58
+ };
59
+ };
60
+ //# sourceMappingURL=TreePricingCard.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TreePricingCard.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreePricingCard.vue"],"names":[],"mappings":"AAyJA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAInD,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,cAAc,EAAE,CAAC;IAC5B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAwDJ,iBAAS,cAAc;WAkIT,OAAO,IAA6B;;iBApKvC,MAAM,OAAO;gBACd,MAAM,OAAO;mBACV,MAAM,OAAO;iBACf,MAAM,OAAO;gBACd,MAAM,OAAO;;iBAJZ,MAAM,OAAO;gBACd,MAAM,OAAO;mBACV,MAAM,OAAO;iBACf,MAAM,OAAO;gBACd,MAAM,OAAO;;;;EAqKtB;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;cA/MN,OAAO;UADX,QAAQ;iBARD,MAAM;cAET,MAAM;YACR,MAAM;cACJ,cAAc,EAAE;iBACb,OAAO;WACb,MAAM;gBACD,MAAM;qFA0NrB,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,19 @@
1
+ import { TreeSize } from '../types/contracts';
2
+ type __VLS_Props = {
3
+ /** Current progress value (0–100). Omit for indeterminate. */
4
+ value?: number;
5
+ /** Maximum value. Defaults to 100. */
6
+ max?: number;
7
+ /** Size variant */
8
+ size?: TreeSize;
9
+ /** Accessible label */
10
+ label?: string;
11
+ };
12
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
+ size: TreeSize;
14
+ label: string;
15
+ value: number;
16
+ max: number;
17
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
18
+ export default _default;
19
+ //# sourceMappingURL=TreeProgress.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TreeProgress.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeProgress.vue"],"names":[],"mappings":"AA2DA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAEnD,KAAK,WAAW,GAAG;IACf,8DAA8D;IAC9D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sCAAsC;IACtC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,mBAAmB;IACnB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,uBAAuB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;;UAHO,QAAQ;WAEP,MAAM;WANN,MAAM;SAER,MAAM;;AA4FhB,wBAQG"}
@@ -0,0 +1,29 @@
1
+ import { TreeSize } from '../types/contracts';
2
+ type __VLS_Props = {
3
+ value: string;
4
+ disabled?: boolean;
5
+ invalid?: boolean;
6
+ size?: TreeSize;
7
+ };
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ default?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ rootEl: any;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
18
+ disabled: boolean;
19
+ size: TreeSize;
20
+ invalid: boolean;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
+ export default _default;
24
+ type __VLS_WithTemplateSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
29
+ //# sourceMappingURL=TreeRadio.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TreeRadio.vue.d.ts","sourceRoot":"","sources":["../../src/components/TreeRadio.vue"],"names":[],"mappings":"AAuGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAMnD,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB,CAAC;AA4DJ,iBAAS,cAAc;WAmDT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;cAzIN,OAAO;UAEX,QAAQ;aADL,OAAO;6EA+InB,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"}