@pantograph/vue 0.33.2 → 0.33.4

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 (128) hide show
  1. package/README.md +1 -1
  2. package/dist/Accordion/Accordion.d.ts +3 -3
  3. package/dist/Accordion/AccordionItem.d.ts +1 -9
  4. package/dist/ActionButton/ActionButton.d.ts +35 -175
  5. package/dist/Alert/Alert.d.ts +3 -11
  6. package/dist/AlertDialog/AlertDialog.d.ts +15 -15
  7. package/dist/AlertDialog/ConfirmDialog.d.ts +7 -7
  8. package/dist/AlertDialog/useAlertDialog.d.ts +1 -1
  9. package/dist/Avatar/Avatar.d.ts +4 -12
  10. package/dist/AvatarGroup/AvatarGroup.d.ts +1 -1
  11. package/dist/Badge/Badge.d.ts +3 -11
  12. package/dist/Base/BaseBadge/BaseBadge.d.ts +2 -2
  13. package/dist/Base/BaseButton/BaseButton.d.ts +7 -7
  14. package/dist/Base/BaseInput/BaseInput.d.ts +3 -3
  15. package/dist/Breadcrumb/Breadcrumb.d.ts +2 -2
  16. package/dist/Button/Button.d.ts +35 -175
  17. package/dist/ButtonGroup/ButtonGroup.d.ts +7 -7
  18. package/dist/Card/Card.d.ts +3 -11
  19. package/dist/Checkbox/Checkbox.d.ts +1 -1
  20. package/dist/Chip/Chip.d.ts +5 -13
  21. package/dist/ChipGroup/ChipGroup.d.ts +4 -4
  22. package/dist/ColorSwatch/ColorSwatch.d.ts +3 -11
  23. package/dist/ColorSwatch-CinZuJOP.js +4 -0
  24. package/dist/{ColorSwatch-BMWavxvo.js → ColorSwatch-vUlfEyWQ.js} +1 -1
  25. package/dist/ColorSwatchGroup/ColorSwatchGroup.d.ts +10 -18
  26. package/dist/ColorTrigger/ColorTrigger.d.ts +3 -11
  27. package/dist/Combobox/Combobox.d.ts +191 -188
  28. package/dist/Combobox/ComboboxInput.d.ts +2 -10
  29. package/dist/Combobox/ComboboxOption.d.ts +1 -9
  30. package/dist/Combobox/LocalComboboxOption.d.ts +1 -9
  31. package/dist/Comment/Comment.d.ts +2 -2
  32. package/dist/Comment/CommentActions.d.ts +114 -114
  33. package/dist/Comment/CommentEditor.d.ts +125 -546
  34. package/dist/Comment/CommentMention.d.ts +216 -1013
  35. package/dist/Comment/CommentReactionList.d.ts +57 -57
  36. package/dist/Comment/CommentTrigger.d.ts +2 -10
  37. package/dist/ConfigProvider/ConfigProvider.d.ts +4 -4
  38. package/dist/ConfigProvider/index.d.ts +1 -0
  39. package/dist/DataTable/DataTable.d.ts +7 -27
  40. package/dist/DataTable/components/DataTableBatchActions.d.ts +3 -11
  41. package/dist/DataTable/components/DataTableContent.d.ts +20 -20
  42. package/dist/DataTable/components/DataTableHeader.d.ts +20 -20
  43. package/dist/DataTable/components/DataTableHeaderCell.d.ts +67 -288
  44. package/dist/DataTable/components/DataTableLazyLoading.d.ts +22 -22
  45. package/dist/DataTable/components/DataTableLoading.d.ts +6 -14
  46. package/dist/DataTable/components/ThDragGhost.d.ts +4 -12
  47. package/dist/Dialog/Dialog.d.ts +11 -11
  48. package/dist/Dialog/DialogTitle.d.ts +1 -9
  49. package/dist/Divider/Divider.d.ts +5 -13
  50. package/dist/Drawer/Drawer.d.ts +7 -7
  51. package/dist/Drawer/DrawerTitle.d.ts +1 -9
  52. package/dist/DropZone/DropZone.d.ts +4 -12
  53. package/dist/Empty/Empty.d.ts +3 -11
  54. package/dist/FloatButton/FloatButton.d.ts +35 -175
  55. package/dist/Form/Form.d.ts +19 -19
  56. package/dist/Form/FormItem.d.ts +2 -6
  57. package/dist/FormValidation/FormValidation.d.ts +21 -29
  58. package/dist/GOPicker/GOPicker.d.ts +4 -4
  59. package/dist/GraphicalObject/GraphicalObject.d.ts +1 -9
  60. package/dist/GraphicalObject/index.d.ts +1 -0
  61. package/dist/GraphicalObjectGroup/GraphicalObjectGroup.d.ts +3 -3
  62. package/dist/HoverCard/HoverCard.d.ts +6 -14
  63. package/dist/Icon/Icon.d.ts +6 -14
  64. package/dist/IconButton/IconButton.d.ts +35 -175
  65. package/dist/Image/Image.d.ts +5 -13
  66. package/dist/IndentLevel/IndentLevel.d.ts +5 -64
  67. package/dist/Indicator/Indicator.d.ts +1 -9
  68. package/dist/Input/Input.d.ts +31 -126
  69. package/dist/InputNumber/InputNumber.d.ts +34 -153
  70. package/dist/Kbd/Kbd.d.ts +5 -13
  71. package/dist/Label/Label.d.ts +3 -11
  72. package/dist/Link/Link.d.ts +3 -11
  73. package/dist/Menu/Menu.d.ts +2 -2
  74. package/dist/Menu/MenuItemWrapper.d.ts +1 -9
  75. package/dist/MenuItem/MenuItem.d.ts +1 -1
  76. package/dist/Modal/Modal.d.ts +9 -9
  77. package/dist/Modal/ModalTitle.d.ts +1 -9
  78. package/dist/PageIndicator/PageIndicator.d.ts +4 -4
  79. package/dist/Pagination/Pagination.d.ts +1 -1
  80. package/dist/Popover/Popover.d.ts +6 -14
  81. package/dist/Popover/index.d.ts +1 -0
  82. package/dist/Popover/utils.d.ts +40 -4
  83. package/dist/Progress/Progress.d.ts +6 -14
  84. package/dist/Progress/ProgressCirclePath.d.ts +1 -1
  85. package/dist/RadioGroup/RadioGroup.d.ts +5 -13
  86. package/dist/ScrollContainer/ScrollContainer.d.ts +69 -243
  87. package/dist/Segmented/Segmented.d.ts +3 -11
  88. package/dist/Select/Select.d.ts +5 -13
  89. package/dist/Select/SelectLabel.d.ts +3 -11
  90. package/dist/Skeleton/Skeleton.d.ts +2 -2
  91. package/dist/Spinner/Spinner.d.ts +3 -11
  92. package/dist/Steps/Step.d.ts +1 -1
  93. package/dist/Steps/Steps.d.ts +1 -1
  94. package/dist/SubMenu/SubMenu.d.ts +1 -1
  95. package/dist/Switch/Switch.d.ts +3 -11
  96. package/dist/Table/TBody.d.ts +3 -11
  97. package/dist/Table/TFoot.d.ts +3 -11
  98. package/dist/Table/THead.d.ts +3 -11
  99. package/dist/Table/Table.d.ts +1 -1
  100. package/dist/Table/Td.d.ts +1 -9
  101. package/dist/Table/Th.d.ts +1 -9
  102. package/dist/Table/Tr.d.ts +3 -11
  103. package/dist/Tabs/TabContent.d.ts +3 -11
  104. package/dist/Tabs/TabTrigger.d.ts +2 -10
  105. package/dist/Tabs/Tabs.d.ts +1 -1
  106. package/dist/Textarea/Textarea.d.ts +4 -4
  107. package/dist/Toast/Toast.d.ts +4 -4
  108. package/dist/Tooltip/Tooltip.d.ts +16 -24
  109. package/dist/Tree/Tree.d.ts +11 -19
  110. package/dist/Tree/TreeNode.d.ts +1 -9
  111. package/dist/Tree/index.d.ts +1 -0
  112. package/dist/Tree/utils.d.ts +1 -1
  113. package/dist/Upload/Upload.d.ts +49 -44
  114. package/dist/Upload/UploadList.d.ts +11 -19
  115. package/dist/Upload/UploadListItem.d.ts +2 -1
  116. package/dist/Upload/UploadTrigger.d.ts +18 -28
  117. package/dist/Upload/types.d.ts +150 -41
  118. package/dist/index-DiciAsfs.js +12 -0
  119. package/dist/{index-BzcgWdfP.js → index-DpTTmc8J.js} +6467 -6403
  120. package/dist/index.js +285 -274
  121. package/dist/index.umd.cjs +1 -1
  122. package/dist/style/index.css +1 -1
  123. package/dist/use/index.js +1 -1
  124. package/dist/use/index.umd.cjs +1 -1
  125. package/dist/use.d.ts +1 -1
  126. package/package.json +5 -4
  127. package/dist/ColorSwatch-DDxjjz-z.js +0 -4
  128. package/dist/index-uBC8jNlu.js +0 -12
@@ -5,19 +5,19 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
5
5
  $props: {
6
6
  readonly class?: import('clsx').ClassValue;
7
7
  readonly flipOnDir?: import('..').FlipOnDir | undefined;
8
- readonly type?: import('..').ButtonType | undefined;
8
+ readonly type?: "fill" | "outline" | "ghost" | undefined;
9
9
  readonly target?: string | undefined;
10
- readonly size?: import('..').ButtonSize | undefined;
10
+ readonly size?: "sm" | "md" | "lg" | undefined;
11
11
  readonly as?: import('vue').Component | import('reka-ui').AsTag | undefined;
12
12
  readonly icon?: string | undefined;
13
13
  readonly customStroke?: boolean | undefined;
14
- readonly color?: import('..').ButtonColor | undefined;
14
+ readonly color?: "red" | "orange" | "amber" | "yellow" | "lime" | "green" | "teal" | "cyan" | "sky" | "blue" | "ocean" | "violet" | "amethyst" | "fuchsia" | "pink" | "mallard" | "primary" | "gray" | "neutral" | "danger" | "success" | "warning" | undefined;
15
15
  readonly loading?: boolean | undefined;
16
16
  readonly block?: boolean | undefined;
17
17
  readonly noRing?: boolean | undefined;
18
18
  readonly preIconCustomStroke?: boolean | undefined;
19
19
  readonly postIconCustomStroke?: boolean | undefined;
20
- readonly htmlType?: "reset" | "submit" | "button" | undefined;
20
+ readonly htmlType?: "button" | "reset" | "submit" | undefined;
21
21
  readonly disabled?: boolean | undefined;
22
22
  readonly hover?: boolean | undefined;
23
23
  readonly href?: string | undefined;
@@ -35,11 +35,11 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
35
35
  readonly as?: import('vue').Component | import('reka-ui').AsTag | undefined;
36
36
  readonly class?: import('clsx').ClassValue;
37
37
  readonly text?: string | number | undefined;
38
- readonly size?: import('..').ButtonSize | undefined;
39
- readonly color?: import('..').ButtonColor | undefined;
38
+ readonly size?: "sm" | "md" | "lg" | undefined;
39
+ readonly color?: "red" | "orange" | "amber" | "yellow" | "lime" | "green" | "teal" | "cyan" | "sky" | "blue" | "ocean" | "violet" | "amethyst" | "fuchsia" | "pink" | "mallard" | "primary" | "gray" | "neutral" | "danger" | "success" | "warning" | undefined;
40
40
  readonly noRing?: boolean | undefined;
41
- readonly type?: import('..').ButtonType | undefined;
42
- readonly variant?: import('..').ButtonVariant | undefined;
41
+ readonly type?: "fill" | "outline" | "ghost" | undefined;
42
+ readonly variant?: "icon" | "simple" | "float" | undefined;
43
43
  readonly loading?: boolean | undefined;
44
44
  readonly action?: boolean | undefined;
45
45
  readonly active?: boolean | undefined;
@@ -55,7 +55,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
55
55
  readonly preIconFlipOnDir?: import('..').FlipOnDir | undefined;
56
56
  readonly postIconFlipOnDir?: import('..').FlipOnDir | undefined;
57
57
  readonly badgeIconFlipOnDir?: import('..').FlipOnDir | undefined;
58
- readonly htmlType?: "reset" | "submit" | "button" | undefined;
58
+ readonly htmlType?: "button" | "reset" | "submit" | undefined;
59
59
  readonly block?: boolean | undefined;
60
60
  readonly disabled?: boolean | undefined;
61
61
  readonly hover?: boolean | undefined;
@@ -75,14 +75,14 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
75
75
  default: boolean;
76
76
  };
77
77
  as: {
78
- type: import('vue').PropType<import('reka-ui').AsTag | import('vue').Component>;
78
+ type: import('vue').PropType<import('vue').Component | import('reka-ui').AsTag>;
79
79
  default: string;
80
80
  };
81
81
  }>> & Readonly<{}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
82
82
  [key: string]: any;
83
83
  }>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
84
84
  asChild: boolean;
85
- as: import('reka-ui').AsTag | import('vue').Component;
85
+ as: import('vue').Component | import('reka-ui').AsTag;
86
86
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
87
87
  P: {};
88
88
  B: {};
@@ -96,21 +96,21 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
96
96
  default: boolean;
97
97
  };
98
98
  as: {
99
- type: import('vue').PropType<import('reka-ui').AsTag | import('vue').Component>;
99
+ type: import('vue').PropType<import('vue').Component | import('reka-ui').AsTag>;
100
100
  default: string;
101
101
  };
102
102
  }>> & Readonly<{}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
103
103
  [key: string]: any;
104
104
  }>, {}, {}, {}, {
105
105
  asChild: boolean;
106
- as: import('reka-ui').AsTag | import('vue').Component;
106
+ as: import('vue').Component | import('reka-ui').AsTag;
107
107
  }> | null;
108
108
  };
109
109
  $slots: Readonly<{
110
110
  [name: string]: import('vue').Slot<any> | undefined;
111
111
  }>;
112
- $root: import('vue').ComponentPublicInstance | null;
113
- $parent: import('vue').ComponentPublicInstance | null;
112
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
113
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
114
114
  $host: Element | null;
115
115
  $emit: (event: "click", ...args: any[]) => void;
116
116
  $el: any;
@@ -122,34 +122,34 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
122
122
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
123
123
  click: (...args: any[]) => void;
124
124
  }, string, {
125
- type: import('..').ButtonType;
126
- color: import('..').ButtonColor;
127
- htmlType: "reset" | "submit" | "button";
125
+ type: "fill" | "outline" | "ghost";
126
+ color: "red" | "orange" | "amber" | "yellow" | "lime" | "green" | "teal" | "cyan" | "sky" | "blue" | "ocean" | "violet" | "amethyst" | "fuchsia" | "pink" | "mallard" | "primary" | "gray" | "neutral" | "danger" | "success" | "warning";
127
+ htmlType: "button" | "reset" | "submit";
128
128
  disabled: boolean;
129
129
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
130
- beforeCreate?: (() => void) | (() => void)[];
131
- created?: (() => void) | (() => void)[];
132
- beforeMount?: (() => void) | (() => void)[];
133
- mounted?: (() => void) | (() => void)[];
134
- beforeUpdate?: (() => void) | (() => void)[];
135
- updated?: (() => void) | (() => void)[];
136
- activated?: (() => void) | (() => void)[];
137
- deactivated?: (() => void) | (() => void)[];
138
- beforeDestroy?: (() => void) | (() => void)[];
139
- beforeUnmount?: (() => void) | (() => void)[];
140
- destroyed?: (() => void) | (() => void)[];
141
- unmounted?: (() => void) | (() => void)[];
142
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
143
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
144
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
130
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
131
+ created?: ((() => void) | (() => void)[]) | undefined;
132
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
133
+ mounted?: ((() => void) | (() => void)[]) | undefined;
134
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
135
+ updated?: ((() => void) | (() => void)[]) | undefined;
136
+ activated?: ((() => void) | (() => void)[]) | undefined;
137
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
138
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
139
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
140
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
141
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
142
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
143
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
144
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
145
145
  };
146
146
  $forceUpdate: () => void;
147
147
  $nextTick: typeof import('vue').nextTick;
148
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
148
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
149
149
  } & Readonly<{
150
- type: import('..').ButtonType;
151
- color: import('..').ButtonColor;
152
- htmlType: "reset" | "submit" | "button";
150
+ type: "fill" | "outline" | "ghost";
151
+ color: "red" | "orange" | "amber" | "yellow" | "lime" | "green" | "teal" | "cyan" | "sky" | "blue" | "ocean" | "violet" | "amethyst" | "fuchsia" | "pink" | "mallard" | "primary" | "gray" | "neutral" | "danger" | "success" | "warning";
152
+ htmlType: "button" | "reset" | "submit";
153
153
  disabled: boolean;
154
154
  }> & Omit<Readonly<import('..').BaseButtonProps> & Readonly<{
155
155
  onClick?: ((...args: any[]) => any) | undefined;
@@ -163,8 +163,8 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
163
163
  $slots: Readonly<{
164
164
  [name: string]: import('vue').Slot<any> | undefined;
165
165
  }>;
166
- $root: import('vue').ComponentPublicInstance | null;
167
- $parent: import('vue').ComponentPublicInstance | null;
166
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
167
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
168
168
  $host: Element | null;
169
169
  $emit: (event: string, ...args: any[]) => void;
170
170
  $el: any;
@@ -172,33 +172,33 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
172
172
  focus(): void;
173
173
  blur(): void;
174
174
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
175
- beforeCreate?: (() => void) | (() => void)[];
176
- created?: (() => void) | (() => void)[];
177
- beforeMount?: (() => void) | (() => void)[];
178
- mounted?: (() => void) | (() => void)[];
179
- beforeUpdate?: (() => void) | (() => void)[];
180
- updated?: (() => void) | (() => void)[];
181
- activated?: (() => void) | (() => void)[];
182
- deactivated?: (() => void) | (() => void)[];
183
- beforeDestroy?: (() => void) | (() => void)[];
184
- beforeUnmount?: (() => void) | (() => void)[];
185
- destroyed?: (() => void) | (() => void)[];
186
- unmounted?: (() => void) | (() => void)[];
187
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
188
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
189
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
175
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
176
+ created?: ((() => void) | (() => void)[]) | undefined;
177
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
178
+ mounted?: ((() => void) | (() => void)[]) | undefined;
179
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
180
+ updated?: ((() => void) | (() => void)[]) | undefined;
181
+ activated?: ((() => void) | (() => void)[]) | undefined;
182
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
183
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
184
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
185
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
186
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
187
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
188
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
189
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
190
190
  };
191
191
  $forceUpdate: () => void;
192
192
  $nextTick: typeof import('vue').nextTick;
193
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
193
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
194
194
  } & Readonly<{}> & Omit<Readonly<Partial<Omit<import('..').BaseButtonProps, "text" | "variant" | "action" | "active" | "preIcon" | "postIcon" | "badgeText" | "badgeIcon" | "preIconFlipOnDir" | "postIconFlipOnDir" | "badgeIconFlipOnDir">>> & Readonly<{}>, "blur" | "focus"> & import('vue').ShallowUnwrapRef<{
195
195
  focus(): void;
196
196
  blur(): void;
197
197
  }> & {} & import('vue').ComponentCustomProperties & {} & {
198
198
  $slots: Readonly<{
199
- icon?: ((data?: object) => never) | undefined;
199
+ icon?: ((data?: object | undefined) => never) | undefined;
200
200
  }> & {
201
- icon?: ((data?: object) => never) | undefined;
201
+ icon?: ((data?: object | undefined) => never) | undefined;
202
202
  };
203
203
  }) | null;
204
204
  }, any>;
@@ -59,22 +59,14 @@ export interface CommentTriggerEmits {
59
59
  */
60
60
  (event: 'add', value: MouseEvent | KeyboardEvent): void;
61
61
  }
62
- declare function __VLS_template(): {
63
- attrs: Partial<{}>;
64
- slots: Readonly<CommentTriggerSlots> & CommentTriggerSlots;
65
- refs: {};
66
- rootEl: HTMLDivElement;
67
- };
68
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
69
- declare const __VLS_component: import('vue').DefineComponent<CommentTriggerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
62
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<CommentTriggerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
70
63
  add: (value: MouseEvent | KeyboardEvent) => any;
71
64
  }, string, import('vue').PublicProps, Readonly<CommentTriggerProps> & Readonly<{
72
65
  onAdd?: ((value: MouseEvent | KeyboardEvent) => any) | undefined;
73
66
  }>, {
74
67
  text: string;
75
68
  disabled: boolean;
76
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
77
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
69
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, Readonly<CommentTriggerSlots> & CommentTriggerSlots>;
78
70
  export default _default;
79
71
  type __VLS_WithTemplateSlots<T, S> = T & {
80
72
  new (): {
@@ -83,17 +83,17 @@ declare const useConfig: () => {
83
83
  };
84
84
  export { provideConfigContext, injectConfigContext, useConfig };
85
85
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<ConfigProviderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ConfigProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
86
- default?: (props: Pick<Context, "toggleDark" | "changeTheme" | "changeDirection"> & {
86
+ default?: ((props: Pick<Context, 'toggleDark' | 'changeTheme' | 'changeDirection'> & {
87
87
  theme: Config;
88
88
  dir: Direction;
89
89
  dark: boolean;
90
- }) => never;
90
+ }) => never) | undefined;
91
91
  }> & {
92
- default?: (props: Pick<Context, "toggleDark" | "changeTheme" | "changeDirection"> & {
92
+ default?: ((props: Pick<Context, 'toggleDark' | 'changeTheme' | 'changeDirection'> & {
93
93
  theme: Config;
94
94
  dir: Direction;
95
95
  dark: boolean;
96
- }) => never;
96
+ }) => never) | undefined;
97
97
  }>;
98
98
  export default _default;
99
99
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,3 +1,4 @@
1
1
  import { default as ConfigProvider, provideConfigContext, injectConfigContext, useConfig, FlipOnDir, Direction, ConfigProviderProps } from './ConfigProvider';
2
2
  declare const ConfigProviderPlugin: import('vue').Plugin;
3
3
  export { ConfigProvider, ConfigProviderPlugin, provideConfigContext, injectConfigContext, useConfig, type FlipOnDir, type Direction, type ConfigProviderProps, };
4
+ export * from './utils';
@@ -32,37 +32,17 @@ export interface DataTableContext {
32
32
  export declare const injectDataTableContext: <T extends DataTableContext | null | undefined = DataTableContext>(fallback?: T | undefined) => T extends null ? DataTableContext | null : DataTableContext, provideDataTableContext: (contextValue: DataTableContext) => DataTableContext;
33
33
  export declare const dataTablePrefix: string;
34
34
  export declare const dataTableDragHandleCls: string;
35
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<DataTableProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
36
- sort: (col: TableColumn, order: false | "desc" | "asc", sorting: import('./types').SortItem[]) => any;
37
- drop: (params: import('./types').DataTableRowDropParams) => any;
38
- resize: (value: Record<string, number | undefined>) => any;
39
- expand: (id: string, value: boolean) => any;
40
- fetch: () => any;
41
- "update:filteredColumns": (value: string[]) => any;
42
- "update:columnVisibility": (value?: Record<string, boolean> | undefined) => any;
43
- "update:expanded": (value?: true | Record<string, boolean> | undefined) => any;
44
- "update:columnOrder": (value: string[]) => any;
45
- reorder: (value: string[]) => any;
46
- rowClick: (row: object, event: Event) => any;
47
- columnWrap: (wrapped: boolean, column: TableColumn) => any;
35
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<DataTableProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
36
+ [x: string]: any;
37
+ } & {
38
+ [x: string]: any;
48
39
  }, string, import('vue').PublicProps, Readonly<DataTableProps> & Readonly<{
49
- onSort?: ((col: TableColumn, order: false | "desc" | "asc", sorting: import('./types').SortItem[]) => any) | undefined;
50
- onDrop?: ((params: import('./types').DataTableRowDropParams) => any) | undefined;
51
- onResize?: ((value: Record<string, number | undefined>) => any) | undefined;
52
- onExpand?: ((id: string, value: boolean) => any) | undefined;
53
- onFetch?: (() => any) | undefined;
54
- "onUpdate:filteredColumns"?: ((value: string[]) => any) | undefined;
55
- "onUpdate:columnVisibility"?: ((value?: Record<string, boolean> | undefined) => any) | undefined;
56
- "onUpdate:expanded"?: ((value?: true | Record<string, boolean> | undefined) => any) | undefined;
57
- "onUpdate:columnOrder"?: ((value: string[]) => any) | undefined;
58
- onReorder?: ((value: string[]) => any) | undefined;
59
- onRowClick?: ((row: object, event: Event) => any) | undefined;
60
- onColumnWrap?: ((wrapped: boolean, column: TableColumn) => any) | undefined;
40
+ [x: `on${Capitalize<any>}`]: ((...args: any[] | unknown[]) => any) | undefined;
61
41
  }>, {
62
- tableLayout: "auto" | "fixed";
42
+ tableLayout: "fixed" | "auto";
63
43
  loadingRowCount: number;
64
44
  zebra: boolean;
65
- minVisibleAreaOnFixColumns: number | string;
45
+ minVisibleAreaOnFixColumns: string | number;
66
46
  childrenRowName: string | ((row: any) => any);
67
47
  childrenColumnName: string | ((row: any) => any);
68
48
  batchActionsTitle: string;
@@ -1,14 +1,6 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
4
- default?(_: {}): any;
5
- };
6
- refs: {};
7
- rootEl: any;
8
- };
9
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
2
+ default?(_: {}): any;
3
+ }>;
12
4
  export default _default;
13
5
  type __VLS_WithTemplateSlots<T, S> = T & {
14
6
  new (): {
@@ -14,32 +14,32 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
14
14
  $slots: Readonly<{
15
15
  [name: string]: import('vue').Slot<any> | undefined;
16
16
  }>;
17
- $root: import('vue').ComponentPublicInstance | null;
18
- $parent: import('vue').ComponentPublicInstance | null;
17
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
18
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
19
19
  $host: Element | null;
20
20
  $emit: (event: string, ...args: any[]) => void;
21
21
  $el: HTMLTableSectionElement;
22
- $options: import('vue').ComponentOptionsBase<Readonly<import('../..').TBodyProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
23
- beforeCreate?: (() => void) | (() => void)[];
24
- created?: (() => void) | (() => void)[];
25
- beforeMount?: (() => void) | (() => void)[];
26
- mounted?: (() => void) | (() => void)[];
27
- beforeUpdate?: (() => void) | (() => void)[];
28
- updated?: (() => void) | (() => void)[];
29
- activated?: (() => void) | (() => void)[];
30
- deactivated?: (() => void) | (() => void)[];
31
- beforeDestroy?: (() => void) | (() => void)[];
32
- beforeUnmount?: (() => void) | (() => void)[];
33
- destroyed?: (() => void) | (() => void)[];
34
- unmounted?: (() => void) | (() => void)[];
35
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
36
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
37
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
22
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../../Table').TBodyProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
23
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
24
+ created?: ((() => void) | (() => void)[]) | undefined;
25
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
26
+ mounted?: ((() => void) | (() => void)[]) | undefined;
27
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
28
+ updated?: ((() => void) | (() => void)[]) | undefined;
29
+ activated?: ((() => void) | (() => void)[]) | undefined;
30
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
31
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
32
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
33
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
34
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
35
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
36
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
37
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
38
38
  };
39
39
  $forceUpdate: () => void;
40
40
  $nextTick: typeof import('vue').nextTick;
41
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
42
- } & Readonly<{}> & Omit<Readonly<import('../..').TBodyProps> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
41
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
42
+ } & Readonly<{}> & Omit<Readonly<import('../../Table').TBodyProps> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
43
43
  $slots: {
44
44
  default?(_: {}): any;
45
45
  };
@@ -26,32 +26,32 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
26
26
  $slots: Readonly<{
27
27
  [name: string]: import('vue').Slot<any> | undefined;
28
28
  }>;
29
- $root: import('vue').ComponentPublicInstance | null;
30
- $parent: import('vue').ComponentPublicInstance | null;
29
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
30
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
31
31
  $host: Element | null;
32
32
  $emit: (event: string, ...args: any[]) => void;
33
33
  $el: HTMLTableRowElement;
34
- $options: import('vue').ComponentOptionsBase<Readonly<import('../..').TrProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
35
- beforeCreate?: (() => void) | (() => void)[];
36
- created?: (() => void) | (() => void)[];
37
- beforeMount?: (() => void) | (() => void)[];
38
- mounted?: (() => void) | (() => void)[];
39
- beforeUpdate?: (() => void) | (() => void)[];
40
- updated?: (() => void) | (() => void)[];
41
- activated?: (() => void) | (() => void)[];
42
- deactivated?: (() => void) | (() => void)[];
43
- beforeDestroy?: (() => void) | (() => void)[];
44
- beforeUnmount?: (() => void) | (() => void)[];
45
- destroyed?: (() => void) | (() => void)[];
46
- unmounted?: (() => void) | (() => void)[];
47
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
48
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
49
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
34
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../../Table').TrProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
35
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
36
+ created?: ((() => void) | (() => void)[]) | undefined;
37
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
38
+ mounted?: ((() => void) | (() => void)[]) | undefined;
39
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
40
+ updated?: ((() => void) | (() => void)[]) | undefined;
41
+ activated?: ((() => void) | (() => void)[]) | undefined;
42
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
43
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
44
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
45
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
46
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
47
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
48
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
49
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
50
50
  };
51
51
  $forceUpdate: () => void;
52
52
  $nextTick: typeof import('vue').nextTick;
53
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
54
- } & Readonly<{}> & Omit<Readonly<import('../..').TrProps> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
53
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
54
+ } & Readonly<{}> & Omit<Readonly<import('../../Table').TrProps> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
55
55
  $slots: {
56
56
  default?(_: {}): any;
57
57
  };