@dao-style/core 1.36.2-beta.3 → 1.36.2-beta.5

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 (135) hide show
  1. package/dist/components/action-icon/action-icon.d.ts +163 -193
  2. package/dist/components/action-icon/action-icon.vue.d.ts +2 -2
  3. package/dist/components/autocomplete/autocomplete.d.ts +479 -458
  4. package/dist/components/autocomplete/autocomplete.vue.d.ts +35 -18
  5. package/dist/components/batch-bar/batch-bar.d.ts +66 -96
  6. package/dist/components/batch-bar/batch-bar.vue.d.ts +1 -1
  7. package/dist/components/breadcrumb/breadcrumb-item.d.ts +32 -62
  8. package/dist/components/breadcrumb/breadcrumb-item.vue.d.ts +1 -1
  9. package/dist/components/breadcrumb/breadcrumb.d.ts +58 -88
  10. package/dist/components/breadcrumb/breadcrumb.vue.d.ts +1 -1
  11. package/dist/components/button/button-group.d.ts +1 -1
  12. package/dist/components/button/button-group.vue.d.ts +1 -1
  13. package/dist/components/button/button.d.ts +213 -243
  14. package/dist/components/button/button.vue.d.ts +3 -3
  15. package/dist/components/card/card-header.d.ts +41 -71
  16. package/dist/components/card/card-header.vue.d.ts +1 -1
  17. package/dist/components/card/card-item.d.ts +9 -39
  18. package/dist/components/card/card-item.vue.d.ts +1 -1
  19. package/dist/components/card/card.d.ts +54 -84
  20. package/dist/components/card/card.vue.d.ts +1 -1
  21. package/dist/components/checkbox/checkbox-group.d.ts +40 -70
  22. package/dist/components/checkbox/checkbox-group.vue.d.ts +1 -1
  23. package/dist/components/checkbox/checkbox.d.ts +110 -140
  24. package/dist/components/checkbox/checkbox.vue.d.ts +3 -3
  25. package/dist/components/dialog/dialog-footer.d.ts +64 -94
  26. package/dist/components/dialog/dialog-footer.vue.d.ts +1 -1
  27. package/dist/components/dialog/dialog-header.d.ts +49 -79
  28. package/dist/components/dialog/dialog-header.vue.d.ts +1 -1
  29. package/dist/components/dialog/dialog.d.ts +232 -262
  30. package/dist/components/dialog/dialog.vue.d.ts +3 -3
  31. package/dist/components/drawer/drawer.d.ts +136 -166
  32. package/dist/components/drawer/drawer.vue.d.ts +1 -1
  33. package/dist/components/dropdown/dropdown-item.d.ts +150 -180
  34. package/dist/components/dropdown/dropdown-item.vue.d.ts +2 -2
  35. package/dist/components/dropdown/dropdown-menu.d.ts +9 -39
  36. package/dist/components/dropdown/dropdown-menu.vue.d.ts +1 -1
  37. package/dist/components/dropdown/dropdown.d.ts +375 -345
  38. package/dist/components/dropdown/dropdown.vue.d.ts +32 -12
  39. package/dist/components/ellipsis/ellipsis.d.ts +2428 -2518
  40. package/dist/components/ellipsis/ellipsis.vue.d.ts +428 -448
  41. package/dist/components/ellipsis/props.d.ts +1 -1
  42. package/dist/components/empty/empty.d.ts +48 -78
  43. package/dist/components/empty/empty.vue.d.ts +1 -1
  44. package/dist/components/expansion/expansion-item.d.ts +66 -96
  45. package/dist/components/expansion/expansion-item.vue.d.ts +1 -1
  46. package/dist/components/expansion/expansion.d.ts +62 -92
  47. package/dist/components/expansion/expansion.vue.d.ts +1 -1
  48. package/dist/components/form/error-text.d.ts +22 -52
  49. package/dist/components/form/error-text.vue.d.ts +1 -1
  50. package/dist/components/form/form-group.d.ts +77 -107
  51. package/dist/components/form/form-group.vue.d.ts +2 -2
  52. package/dist/components/form/form-item.d.ts +141 -171
  53. package/dist/components/form/form-item.vue.d.ts +2 -2
  54. package/dist/components/form/form.d.ts +46 -76
  55. package/dist/components/form/form.vue.d.ts +1 -1
  56. package/dist/components/form/helper-text.d.ts +22 -52
  57. package/dist/components/form/helper-text.vue.d.ts +1 -1
  58. package/dist/components/header/header.d.ts +39 -69
  59. package/dist/components/header/header.vue.d.ts +2 -2
  60. package/dist/components/icon/icon.d.ts +18 -48
  61. package/dist/components/icon/icon.vue.d.ts +1 -1
  62. package/dist/components/index.d.ts +1 -0
  63. package/dist/components/input/input.d.ts +162 -192
  64. package/dist/components/input/input.vue.d.ts +4 -4
  65. package/dist/components/message/message-inner.vue.d.ts +2 -2
  66. package/dist/components/message/message.d.ts +100 -130
  67. package/dist/components/message/message.vue.d.ts +1 -1
  68. package/dist/components/message/types.d.ts +1 -1
  69. package/dist/components/nav/nav-head.d.ts +38 -68
  70. package/dist/components/nav/nav-head.vue.d.ts +1 -1
  71. package/dist/components/nav/nav-item.d.ts +146 -176
  72. package/dist/components/nav/nav-item.vue.d.ts +3 -3
  73. package/dist/components/nav/nav-sub.d.ts +162 -192
  74. package/dist/components/nav/nav-sub.vue.d.ts +3 -3
  75. package/dist/components/nav/nav.d.ts +64 -94
  76. package/dist/components/nav/nav.vue.d.ts +1 -1
  77. package/dist/components/pagination/pagination.d.ts +153 -183
  78. package/dist/components/pagination/pagination.vue.d.ts +2 -2
  79. package/dist/components/popover/popover.d.ts +181 -211
  80. package/dist/components/popover/popover.vue.d.ts +2 -2
  81. package/dist/components/popper/popper-content.vue.d.ts +1 -1
  82. package/dist/components/popper/popper.d.ts +181 -211
  83. package/dist/components/popper/popper.vue.d.ts +2 -2
  84. package/dist/components/progress/progress.d.ts +54 -84
  85. package/dist/components/progress/progress.vue.d.ts +1 -1
  86. package/dist/components/radio/radio-group.d.ts +43 -73
  87. package/dist/components/radio/radio-group.vue.d.ts +1 -1
  88. package/dist/components/radio/radio.d.ts +80 -110
  89. package/dist/components/radio/radio.vue.d.ts +1 -1
  90. package/dist/components/select/option.d.ts +48 -78
  91. package/dist/components/select/option.vue.d.ts +1 -1
  92. package/dist/components/select/options.d.ts +1 -1
  93. package/dist/components/select/select.d.ts +978 -1077
  94. package/dist/components/select/select.vue.d.ts +192 -215
  95. package/dist/components/slider/index.d.ts +2 -0
  96. package/dist/components/slider/props.d.ts +44 -0
  97. package/dist/components/slider/slider-labels.vue.d.ts +52 -0
  98. package/dist/components/slider/slider.vue.d.ts +107 -0
  99. package/dist/components/switch/switch.vue.d.ts +1 -1
  100. package/dist/components/table/column-setting.vue.d.ts +348 -408
  101. package/dist/components/table/components/tdAction.vue.d.ts +1 -1
  102. package/dist/components/table/resizer.vue.d.ts +1 -1
  103. package/dist/components/table/table.d.ts +618 -639
  104. package/dist/components/table/table.vue.d.ts +7 -4
  105. package/dist/components/tabs/tab-item.d.ts +52 -82
  106. package/dist/components/tabs/tab-item.vue.d.ts +1 -1
  107. package/dist/components/tabs/tab-nav.d.ts +1 -1
  108. package/dist/components/tabs/tab-nav.vue.d.ts +1 -1
  109. package/dist/components/tabs/tabs.d.ts +102 -132
  110. package/dist/components/tabs/tabs.vue.d.ts +1 -1
  111. package/dist/components/tag/tag.d.ts +65 -95
  112. package/dist/components/tag/tag.vue.d.ts +1 -1
  113. package/dist/components/text-button/test/TestComponent.vue.d.ts +1 -1
  114. package/dist/components/text-button/text-button.d.ts +50 -80
  115. package/dist/components/text-button/text-button.vue.d.ts +1 -1
  116. package/dist/components/toolbar/toolbar-filter.vue.d.ts +1 -1
  117. package/dist/components/toolbar/toolbar.d.ts +129 -159
  118. package/dist/components/toolbar/toolbar.vue.d.ts +1 -1
  119. package/dist/components/tooltip/tooltip.d.ts +181 -211
  120. package/dist/components/tooltip/tooltip.vue.d.ts +2 -2
  121. package/dist/components/transfer/transfer-panel.d.ts +137 -167
  122. package/dist/components/transfer/transfer-panel.vue.d.ts +1 -1
  123. package/dist/components/transfer/transfer.d.ts +282 -312
  124. package/dist/components/transfer/transfer.vue.d.ts +1 -1
  125. package/dist/components/virtual-select/virtual-option.vue.d.ts +2 -2
  126. package/dist/components/virtual-select/virtual-select.d.ts +900 -1020
  127. package/dist/components/virtual-select/virtual-select.vue.d.ts +184 -214
  128. package/dist/dao-style.js +7 -7
  129. package/dist/dao-style.mjs +3728 -3466
  130. package/dist/directives/tooltip/wrapper.d.ts +16 -3
  131. package/dist/playground-demo-resolver.spec.d.ts +1 -0
  132. package/dist/style.css +1 -1
  133. package/package.json +9 -7
  134. package/scripts/transform-variable.mjs +35 -31
  135. package/volar.d.ts +1 -0
@@ -28,5 +28,5 @@ declare const _default: import("vue").DefineComponent<{
28
28
  type: "simple" | "standard";
29
29
  icon: string;
30
30
  title: string;
31
- }>;
31
+ }, {}>;
32
32
  export default _default;
@@ -1,47 +1,17 @@
1
1
  import { SlotFn } from '../../utils/types';
2
2
  declare const DaoCardItem: {
3
- new (...args: any[]): {
4
- $: import("vue").ComponentInternalInstance;
5
- $data: {};
6
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
7
- $attrs: {
8
- [x: string]: unknown;
9
- };
10
- $refs: {
11
- [x: string]: unknown;
12
- };
13
- $slots: Readonly<{
14
- [name: string]: import("vue").Slot | undefined;
15
- }>;
16
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
17
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
18
- $emit: (event: string, ...args: any[]) => void;
19
- $el: any;
20
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
21
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
22
- created?: ((() => void) | (() => void)[]) | undefined;
23
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
24
- mounted?: ((() => void) | (() => void)[]) | undefined;
25
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
26
- updated?: ((() => void) | (() => void)[]) | undefined;
27
- activated?: ((() => void) | (() => void)[]) | undefined;
28
- deactivated?: ((() => void) | (() => void)[]) | undefined;
29
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
30
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
31
- destroyed?: ((() => void) | (() => void)[]) | undefined;
32
- unmounted?: ((() => void) | (() => void)[]) | undefined;
33
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
34
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
35
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | 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>, {}> | null, info: string) => boolean | void)[]) | undefined;
36
- };
37
- $forceUpdate: () => void;
38
- $nextTick: typeof import("vue").nextTick;
39
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
40
- } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
4
+ P: {};
5
+ B: {};
6
+ D: {};
7
+ C: {};
8
+ M: {};
9
+ Defaults: {};
10
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
41
11
  __isFragment?: undefined;
42
12
  __isTeleport?: undefined;
43
13
  __isSuspense?: undefined;
44
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
14
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
45
15
  $slots: {
46
16
  default: SlotFn;
47
17
  };
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,90 +1,55 @@
1
1
  import { SlotFn } from '../../utils/types';
2
2
  import { CardProps } from './card-props';
3
3
  declare const DaoCard: {
4
- new (...args: any[]): {
5
- $: import("vue").ComponentInternalInstance;
6
- $data: {};
7
- $props: Partial<{
8
- type: import("./types").CardType;
9
- icon: string;
10
- title: string;
11
- divider: boolean;
12
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
13
- type: {
14
- type: import("vue").PropType<import("./types").CardType>;
15
- default: string;
16
- };
17
- icon: {
18
- type: StringConstructor;
19
- default: undefined;
20
- };
21
- title: {
22
- type: StringConstructor;
23
- default: undefined;
24
- };
25
- divider: {
26
- type: BooleanConstructor;
27
- default: boolean;
28
- };
29
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "icon" | "title" | "divider">;
30
- $attrs: {
31
- [x: string]: unknown;
4
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
+ type: {
6
+ type: import("vue").PropType<import("./types").CardType>;
7
+ default: string;
8
+ };
9
+ icon: {
10
+ type: StringConstructor;
11
+ default: undefined;
12
+ };
13
+ title: {
14
+ type: StringConstructor;
15
+ default: undefined;
16
+ };
17
+ divider: {
18
+ type: BooleanConstructor;
19
+ default: boolean;
32
20
  };
33
- $refs: {
34
- [x: string]: unknown;
21
+ }>>, {
22
+ cardHeaderSlots: string[];
23
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
24
+ type: {
25
+ type: import("vue").PropType<import("./types").CardType>;
26
+ default: string;
27
+ };
28
+ icon: {
29
+ type: StringConstructor;
30
+ default: undefined;
35
31
  };
36
- $slots: Readonly<{
37
- [name: string]: import("vue").Slot | undefined;
38
- }>;
39
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
40
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
41
- $emit: (event: string, ...args: any[]) => void;
42
- $el: any;
43
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
44
- type: {
45
- type: import("vue").PropType<import("./types").CardType>;
46
- default: string;
47
- };
48
- icon: {
49
- type: StringConstructor;
50
- default: undefined;
51
- };
52
- title: {
53
- type: StringConstructor;
54
- default: undefined;
55
- };
56
- divider: {
57
- type: BooleanConstructor;
58
- default: boolean;
59
- };
60
- }>>, {
61
- cardHeaderSlots: string[];
62
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
63
- type: import("./types").CardType;
64
- icon: string;
65
- title: string;
66
- divider: boolean;
67
- }, {}, string> & {
68
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
69
- created?: ((() => void) | (() => void)[]) | undefined;
70
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
71
- mounted?: ((() => void) | (() => void)[]) | undefined;
72
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
73
- updated?: ((() => void) | (() => void)[]) | undefined;
74
- activated?: ((() => void) | (() => void)[]) | undefined;
75
- deactivated?: ((() => void) | (() => void)[]) | undefined;
76
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
77
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
78
- destroyed?: ((() => void) | (() => void)[]) | undefined;
79
- unmounted?: ((() => void) | (() => void)[]) | undefined;
80
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
81
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
82
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | 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>, {}> | null, info: string) => boolean | void)[]) | undefined;
32
+ title: {
33
+ type: StringConstructor;
34
+ default: undefined;
35
+ };
36
+ divider: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
83
39
  };
84
- $forceUpdate: () => void;
85
- $nextTick: typeof import("vue").nextTick;
86
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
87
- } & Readonly<import("vue").ExtractPropTypes<{
40
+ }>>, {
41
+ type: import("./types").CardType;
42
+ icon: string;
43
+ title: string;
44
+ divider: boolean;
45
+ }, true, {}, {}, {
46
+ P: {};
47
+ B: {};
48
+ D: {};
49
+ C: {};
50
+ M: {};
51
+ Defaults: {};
52
+ }, Readonly<import("vue").ExtractPropTypes<{
88
53
  type: {
89
54
  type: import("vue").PropType<import("./types").CardType>;
90
55
  default: string;
@@ -101,9 +66,14 @@ declare const DaoCard: {
101
66
  type: BooleanConstructor;
102
67
  default: boolean;
103
68
  };
104
- }>> & import("vue").ShallowUnwrapRef<{
69
+ }>>, {
105
70
  cardHeaderSlots: string[];
106
- }> & {} & import("vue").ComponentCustomProperties & {};
71
+ }, {}, {}, {}, {
72
+ type: import("./types").CardType;
73
+ icon: string;
74
+ title: string;
75
+ divider: boolean;
76
+ }>;
107
77
  __isFragment?: undefined;
108
78
  __isTeleport?: undefined;
109
79
  __isSuspense?: undefined;
@@ -131,7 +101,7 @@ declare const DaoCard: {
131
101
  icon: string;
132
102
  title: string;
133
103
  divider: boolean;
134
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
104
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
135
105
  $props: Partial<CardProps>;
136
106
  $slots: {
137
107
  header: SlotFn;
@@ -39,5 +39,5 @@ declare const _default: import("vue").DefineComponent<{
39
39
  icon: string;
40
40
  title: string;
41
41
  divider: boolean;
42
- }>;
42
+ }, {}>;
43
43
  export default _default;
@@ -1,76 +1,43 @@
1
1
  import { SlotFn } from '../../utils/types';
2
2
  import { CheckboxGroupProps } from './props';
3
3
  export declare const DaoCheckboxGroup: {
4
- new (...args: any[]): {
5
- $: import("vue").ComponentInternalInstance;
6
- $data: {};
7
- $props: Partial<{
8
- modelValue: unknown[] | Set<unknown>;
9
- vertical: boolean;
10
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
- modelValue: {
12
- type: import("vue").PropType<unknown[] | Set<unknown>>;
13
- default: undefined;
14
- };
15
- vertical: {
16
- type: import("vue").PropType<boolean>;
17
- default: boolean;
18
- };
19
- }>> & {
20
- onChange?: ((...args: any[]) => any) | undefined;
21
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
22
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "modelValue" | "vertical">;
23
- $attrs: {
24
- [x: string]: unknown;
4
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
+ modelValue: {
6
+ type: import("vue").PropType<unknown[] | Set<unknown>>;
7
+ default: undefined;
8
+ };
9
+ vertical: {
10
+ type: import("vue").PropType<boolean>;
11
+ default: boolean;
25
12
  };
26
- $refs: {
27
- [x: string]: unknown;
13
+ }>> & {
14
+ onChange?: ((...args: any[]) => any) | undefined;
15
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
16
+ }, {
17
+ checkboxGroupClasses: import("vue").ComputedRef<string[]>;
18
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
19
+ modelValue: {
20
+ type: import("vue").PropType<unknown[] | Set<unknown>>;
21
+ default: undefined;
28
22
  };
29
- $slots: Readonly<{
30
- [name: string]: import("vue").Slot | undefined;
31
- }>;
32
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
33
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
34
- $emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
35
- $el: any;
36
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
37
- modelValue: {
38
- type: import("vue").PropType<unknown[] | Set<unknown>>;
39
- default: undefined;
40
- };
41
- vertical: {
42
- type: import("vue").PropType<boolean>;
43
- default: boolean;
44
- };
45
- }>> & {
46
- onChange?: ((...args: any[]) => any) | undefined;
47
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
48
- }, {
49
- checkboxGroupClasses: import("vue").ComputedRef<string[]>;
50
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], string, {
51
- modelValue: unknown[] | Set<unknown>;
52
- vertical: boolean;
53
- }, {}, string> & {
54
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
55
- created?: ((() => void) | (() => void)[]) | undefined;
56
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
57
- mounted?: ((() => void) | (() => void)[]) | undefined;
58
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
59
- updated?: ((() => void) | (() => void)[]) | undefined;
60
- activated?: ((() => void) | (() => void)[]) | undefined;
61
- deactivated?: ((() => void) | (() => void)[]) | undefined;
62
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
63
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
64
- destroyed?: ((() => void) | (() => void)[]) | undefined;
65
- unmounted?: ((() => void) | (() => void)[]) | undefined;
66
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
67
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
68
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | 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>, {}> | null, info: string) => boolean | void)[]) | undefined;
23
+ vertical: {
24
+ type: import("vue").PropType<boolean>;
25
+ default: boolean;
69
26
  };
70
- $forceUpdate: () => void;
71
- $nextTick: typeof import("vue").nextTick;
72
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
73
- } & Readonly<import("vue").ExtractPropTypes<{
27
+ }>> & {
28
+ onChange?: ((...args: any[]) => any) | undefined;
29
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
30
+ }, {
31
+ modelValue: unknown[] | Set<unknown>;
32
+ vertical: boolean;
33
+ }, true, {}, {}, {
34
+ P: {};
35
+ B: {};
36
+ D: {};
37
+ C: {};
38
+ M: {};
39
+ Defaults: {};
40
+ }, Readonly<import("vue").ExtractPropTypes<{
74
41
  modelValue: {
75
42
  type: import("vue").PropType<unknown[] | Set<unknown>>;
76
43
  default: undefined;
@@ -82,9 +49,12 @@ export declare const DaoCheckboxGroup: {
82
49
  }>> & {
83
50
  onChange?: ((...args: any[]) => any) | undefined;
84
51
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
85
- } & import("vue").ShallowUnwrapRef<{
52
+ }, {
86
53
  checkboxGroupClasses: import("vue").ComputedRef<string[]>;
87
- }> & {} & import("vue").ComponentCustomProperties & {};
54
+ }, {}, {}, {}, {
55
+ modelValue: unknown[] | Set<unknown>;
56
+ vertical: boolean;
57
+ }>;
88
58
  __isFragment?: undefined;
89
59
  __isTeleport?: undefined;
90
60
  __isSuspense?: undefined;
@@ -105,7 +75,7 @@ export declare const DaoCheckboxGroup: {
105
75
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", {
106
76
  modelValue: unknown[] | Set<unknown>;
107
77
  vertical: boolean;
108
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
78
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
109
79
  $props: Partial<CheckboxGroupProps>;
110
80
  $slots: {
111
81
  default: SlotFn;
@@ -24,5 +24,5 @@ declare const _default: import("vue").DefineComponent<{
24
24
  }, {
25
25
  modelValue: unknown[] | Set<unknown>;
26
26
  vertical: boolean;
27
- }>;
27
+ }, {}>;
28
28
  export default _default;