@dao-style/core 1.36.2-beta.4 → 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 (130) 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/input/input.d.ts +162 -192
  63. package/dist/components/input/input.vue.d.ts +4 -4
  64. package/dist/components/message/message-inner.vue.d.ts +2 -2
  65. package/dist/components/message/message.d.ts +100 -130
  66. package/dist/components/message/message.vue.d.ts +1 -1
  67. package/dist/components/message/types.d.ts +1 -1
  68. package/dist/components/nav/nav-head.d.ts +38 -68
  69. package/dist/components/nav/nav-head.vue.d.ts +1 -1
  70. package/dist/components/nav/nav-item.d.ts +146 -176
  71. package/dist/components/nav/nav-item.vue.d.ts +3 -3
  72. package/dist/components/nav/nav-sub.d.ts +162 -192
  73. package/dist/components/nav/nav-sub.vue.d.ts +3 -3
  74. package/dist/components/nav/nav.d.ts +64 -94
  75. package/dist/components/nav/nav.vue.d.ts +1 -1
  76. package/dist/components/pagination/pagination.d.ts +153 -183
  77. package/dist/components/pagination/pagination.vue.d.ts +2 -2
  78. package/dist/components/popover/popover.d.ts +181 -211
  79. package/dist/components/popover/popover.vue.d.ts +2 -2
  80. package/dist/components/popper/popper-content.vue.d.ts +1 -1
  81. package/dist/components/popper/popper.d.ts +181 -211
  82. package/dist/components/popper/popper.vue.d.ts +2 -2
  83. package/dist/components/progress/progress.d.ts +54 -84
  84. package/dist/components/progress/progress.vue.d.ts +1 -1
  85. package/dist/components/radio/radio-group.d.ts +43 -73
  86. package/dist/components/radio/radio-group.vue.d.ts +1 -1
  87. package/dist/components/radio/radio.d.ts +80 -110
  88. package/dist/components/radio/radio.vue.d.ts +1 -1
  89. package/dist/components/select/option.d.ts +48 -78
  90. package/dist/components/select/option.vue.d.ts +1 -1
  91. package/dist/components/select/options.d.ts +1 -1
  92. package/dist/components/select/select.d.ts +978 -1077
  93. package/dist/components/select/select.vue.d.ts +192 -215
  94. package/dist/components/slider/slider-labels.vue.d.ts +1 -1
  95. package/dist/components/slider/slider.vue.d.ts +2 -2
  96. package/dist/components/switch/switch.vue.d.ts +1 -1
  97. package/dist/components/table/column-setting.vue.d.ts +348 -408
  98. package/dist/components/table/components/tdAction.vue.d.ts +1 -1
  99. package/dist/components/table/resizer.vue.d.ts +1 -1
  100. package/dist/components/table/table.d.ts +618 -639
  101. package/dist/components/table/table.vue.d.ts +7 -4
  102. package/dist/components/tabs/tab-item.d.ts +52 -82
  103. package/dist/components/tabs/tab-item.vue.d.ts +1 -1
  104. package/dist/components/tabs/tab-nav.d.ts +1 -1
  105. package/dist/components/tabs/tab-nav.vue.d.ts +1 -1
  106. package/dist/components/tabs/tabs.d.ts +102 -132
  107. package/dist/components/tabs/tabs.vue.d.ts +1 -1
  108. package/dist/components/tag/tag.d.ts +65 -95
  109. package/dist/components/tag/tag.vue.d.ts +1 -1
  110. package/dist/components/text-button/test/TestComponent.vue.d.ts +1 -1
  111. package/dist/components/text-button/text-button.d.ts +50 -80
  112. package/dist/components/text-button/text-button.vue.d.ts +1 -1
  113. package/dist/components/toolbar/toolbar-filter.vue.d.ts +1 -1
  114. package/dist/components/toolbar/toolbar.d.ts +129 -159
  115. package/dist/components/toolbar/toolbar.vue.d.ts +1 -1
  116. package/dist/components/tooltip/tooltip.d.ts +181 -211
  117. package/dist/components/tooltip/tooltip.vue.d.ts +2 -2
  118. package/dist/components/transfer/transfer-panel.d.ts +137 -167
  119. package/dist/components/transfer/transfer-panel.vue.d.ts +1 -1
  120. package/dist/components/transfer/transfer.d.ts +282 -312
  121. package/dist/components/transfer/transfer.vue.d.ts +1 -1
  122. package/dist/components/virtual-select/virtual-option.vue.d.ts +2 -2
  123. package/dist/components/virtual-select/virtual-select.d.ts +900 -1020
  124. package/dist/components/virtual-select/virtual-select.vue.d.ts +184 -214
  125. package/dist/dao-style.js +1 -1
  126. package/dist/dao-style.mjs +627 -626
  127. package/dist/directives/tooltip/wrapper.d.ts +16 -3
  128. package/dist/playground-demo-resolver.spec.d.ts +1 -0
  129. package/package.json +9 -7
  130. package/scripts/transform-variable.mjs +35 -31
@@ -2,7 +2,7 @@ import type { ExtractPropTypes, PropType } from 'vue';
2
2
  import type { DelayProp, Placement } from './types';
3
3
  export declare const ellipsisProps: {
4
4
  type: {
5
- type: PropType<"tooltip" | "popover">;
5
+ type: PropType<"popover" | "tooltip">;
6
6
  default: string;
7
7
  };
8
8
  manual: {
@@ -1,84 +1,50 @@
1
1
  import { SlotFn, ParamsSlotFn } from '../../utils/types';
2
2
  import { EmptyProps } from './props';
3
3
  declare const DaoEmpty: {
4
- new (...args: any[]): {
5
- $: import("vue").ComponentInternalInstance;
6
- $data: {};
7
- $props: Partial<{
8
- type: "normal" | "full";
9
- title: string;
10
- helper: string;
11
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
12
- type: {
13
- type: import("vue").PropType<"normal" | "full">;
14
- default: string;
15
- validator: (value: "normal" | "full") => boolean;
16
- };
17
- title: {
18
- type: import("vue").PropType<string>;
19
- default: undefined;
20
- };
21
- helper: {
22
- type: import("vue").PropType<string>;
23
- default: undefined;
24
- };
25
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "title" | "helper">;
26
- $attrs: {
27
- [x: string]: unknown;
4
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
+ type: {
6
+ type: import("vue").PropType<"normal" | "full">;
7
+ default: string;
8
+ validator: (value: "normal" | "full") => boolean;
9
+ };
10
+ title: {
11
+ type: import("vue").PropType<string>;
12
+ default: undefined;
28
13
  };
29
- $refs: {
30
- [x: string]: unknown;
14
+ helper: {
15
+ type: import("vue").PropType<string>;
16
+ default: undefined;
31
17
  };
32
- $slots: Readonly<{
33
- [name: string]: import("vue").Slot | undefined;
34
- }>;
35
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
36
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
37
- $emit: (event: string, ...args: any[]) => void;
38
- $el: any;
39
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
40
- type: {
41
- type: import("vue").PropType<"normal" | "full">;
42
- default: string;
43
- validator: (value: "normal" | "full") => boolean;
44
- };
45
- title: {
46
- type: import("vue").PropType<string>;
47
- default: undefined;
48
- };
49
- helper: {
50
- type: import("vue").PropType<string>;
51
- default: undefined;
52
- };
53
- }>>, {
54
- formattedTitle: import("vue").ComputedRef<string>;
55
- titleClassName: string;
56
- helperClassName: string;
57
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
58
- type: "normal" | "full";
59
- title: string;
60
- helper: string;
61
- }, {}, string> & {
62
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
63
- created?: ((() => void) | (() => void)[]) | undefined;
64
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
65
- mounted?: ((() => void) | (() => void)[]) | undefined;
66
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
67
- updated?: ((() => void) | (() => void)[]) | undefined;
68
- activated?: ((() => void) | (() => void)[]) | undefined;
69
- deactivated?: ((() => void) | (() => void)[]) | undefined;
70
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
71
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
72
- destroyed?: ((() => void) | (() => void)[]) | undefined;
73
- unmounted?: ((() => void) | (() => void)[]) | undefined;
74
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
75
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
76
- 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;
18
+ }>>, {
19
+ formattedTitle: import("vue").ComputedRef<string>;
20
+ titleClassName: string;
21
+ helperClassName: string;
22
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
23
+ type: {
24
+ type: import("vue").PropType<"normal" | "full">;
25
+ default: string;
26
+ validator: (value: "normal" | "full") => boolean;
27
+ };
28
+ title: {
29
+ type: import("vue").PropType<string>;
30
+ default: undefined;
31
+ };
32
+ helper: {
33
+ type: import("vue").PropType<string>;
34
+ default: undefined;
77
35
  };
78
- $forceUpdate: () => void;
79
- $nextTick: typeof import("vue").nextTick;
80
- $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;
81
- } & Readonly<import("vue").ExtractPropTypes<{
36
+ }>>, {
37
+ type: "normal" | "full";
38
+ title: string;
39
+ helper: string;
40
+ }, true, {}, {}, {
41
+ P: {};
42
+ B: {};
43
+ D: {};
44
+ C: {};
45
+ M: {};
46
+ Defaults: {};
47
+ }, Readonly<import("vue").ExtractPropTypes<{
82
48
  type: {
83
49
  type: import("vue").PropType<"normal" | "full">;
84
50
  default: string;
@@ -92,11 +58,15 @@ declare const DaoEmpty: {
92
58
  type: import("vue").PropType<string>;
93
59
  default: undefined;
94
60
  };
95
- }>> & import("vue").ShallowUnwrapRef<{
61
+ }>>, {
96
62
  formattedTitle: import("vue").ComputedRef<string>;
97
63
  titleClassName: string;
98
64
  helperClassName: string;
99
- }> & {} & import("vue").ComponentCustomProperties & {};
65
+ }, {}, {}, {}, {
66
+ type: "normal" | "full";
67
+ title: string;
68
+ helper: string;
69
+ }>;
100
70
  __isFragment?: undefined;
101
71
  __isTeleport?: undefined;
102
72
  __isSuspense?: undefined;
@@ -122,7 +92,7 @@ declare const DaoEmpty: {
122
92
  type: "normal" | "full";
123
93
  title: string;
124
94
  helper: string;
125
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
95
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
126
96
  $props: Partial<EmptyProps>;
127
97
  $slots: {
128
98
  default: SlotFn;
@@ -34,5 +34,5 @@ declare const _default: import("vue").DefineComponent<{
34
34
  type: "normal" | "full";
35
35
  title: string;
36
36
  helper: string;
37
- }>;
37
+ }, {}>;
38
38
  export default _default;
@@ -1,101 +1,67 @@
1
1
  import { SlotFn } from '../../utils/types';
2
2
  declare const DaoExpansionItem: {
3
- new (...args: any[]): {
4
- $: import("vue").ComponentInternalInstance;
5
- $data: {};
6
- $props: Partial<{
7
- title: string;
8
- showClose: boolean;
9
- status: import("./props").ExpansionItemStatus;
10
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
- name: {
12
- type: import("vue").PropType<import("./props").ExpansionName>;
13
- required: boolean;
14
- };
15
- title: {
16
- type: StringConstructor;
17
- default: string;
18
- };
19
- showClose: {
20
- type: import("vue").PropType<boolean>;
21
- default: boolean;
22
- };
23
- status: {
24
- type: import("vue").PropType<import("./props").ExpansionItemStatus>;
25
- default: string;
26
- };
27
- }>> & {
28
- onClose?: ((...args: any[]) => any) | undefined;
29
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "showClose" | "status">;
30
- $attrs: {
31
- [x: string]: unknown;
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
+ name: {
5
+ type: import("vue").PropType<import("./props").ExpansionName>;
6
+ required: boolean;
7
+ };
8
+ title: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ };
12
+ showClose: {
13
+ type: import("vue").PropType<boolean>;
14
+ default: boolean;
15
+ };
16
+ status: {
17
+ type: import("vue").PropType<import("./props").ExpansionItemStatus>;
18
+ default: string;
19
+ };
20
+ }>> & {
21
+ onClose?: ((...args: any[]) => any) | undefined;
22
+ }, {
23
+ onItemClick: () => void;
24
+ isExpanded: import("vue").ComputedRef<boolean>;
25
+ expansionType: import("vue").ComputedRef<"line" | "box" | "doc" | undefined>;
26
+ expansionMode: import("vue").ComputedRef<"manual" | "auto" | undefined>;
27
+ statusClasses: import("vue").ComputedRef<string>;
28
+ onBeforeEnter: (el: Element) => void;
29
+ onEnter: (el: Element) => void;
30
+ onAfterEnter: (el: Element) => void;
31
+ onBeforeLeave: (el: Element) => void;
32
+ onLeave: (el: Element) => void;
33
+ onAfterLeave: (el: Element) => void;
34
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
35
+ name: {
36
+ type: import("vue").PropType<import("./props").ExpansionName>;
37
+ required: boolean;
38
+ };
39
+ title: {
40
+ type: StringConstructor;
41
+ default: string;
32
42
  };
33
- $refs: {
34
- [x: string]: unknown;
43
+ showClose: {
44
+ type: import("vue").PropType<boolean>;
45
+ default: boolean;
35
46
  };
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: "close", ...args: any[]) => void;
42
- $el: any;
43
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
44
- name: {
45
- type: import("vue").PropType<import("./props").ExpansionName>;
46
- required: boolean;
47
- };
48
- title: {
49
- type: StringConstructor;
50
- default: string;
51
- };
52
- showClose: {
53
- type: import("vue").PropType<boolean>;
54
- default: boolean;
55
- };
56
- status: {
57
- type: import("vue").PropType<import("./props").ExpansionItemStatus>;
58
- default: string;
59
- };
60
- }>> & {
61
- onClose?: ((...args: any[]) => any) | undefined;
62
- }, {
63
- onItemClick: () => void;
64
- isExpanded: import("vue").ComputedRef<boolean>;
65
- expansionType: import("vue").ComputedRef<"line" | "box" | "doc" | undefined>;
66
- expansionMode: import("vue").ComputedRef<"manual" | "auto" | undefined>;
67
- statusClasses: import("vue").ComputedRef<string>;
68
- onBeforeEnter: (el: Element) => void;
69
- onEnter: (el: Element) => void;
70
- onAfterEnter: (el: Element) => void;
71
- onBeforeLeave: (el: Element) => void;
72
- onLeave: (el: Element) => void;
73
- onAfterLeave: (el: Element) => void;
74
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], string, {
75
- title: string;
76
- showClose: boolean;
77
- status: import("./props").ExpansionItemStatus;
78
- }, {}, string> & {
79
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
80
- created?: ((() => void) | (() => void)[]) | undefined;
81
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
82
- mounted?: ((() => void) | (() => void)[]) | undefined;
83
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
84
- updated?: ((() => void) | (() => void)[]) | undefined;
85
- activated?: ((() => void) | (() => void)[]) | undefined;
86
- deactivated?: ((() => void) | (() => void)[]) | undefined;
87
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
88
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
89
- destroyed?: ((() => void) | (() => void)[]) | undefined;
90
- unmounted?: ((() => void) | (() => void)[]) | undefined;
91
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
92
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
93
- 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;
47
+ status: {
48
+ type: import("vue").PropType<import("./props").ExpansionItemStatus>;
49
+ default: string;
94
50
  };
95
- $forceUpdate: () => void;
96
- $nextTick: typeof import("vue").nextTick;
97
- $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;
98
- } & Readonly<import("vue").ExtractPropTypes<{
51
+ }>> & {
52
+ onClose?: ((...args: any[]) => any) | undefined;
53
+ }, {
54
+ title: string;
55
+ showClose: boolean;
56
+ status: import("./props").ExpansionItemStatus;
57
+ }, true, {}, {}, {
58
+ P: {};
59
+ B: {};
60
+ D: {};
61
+ C: {};
62
+ M: {};
63
+ Defaults: {};
64
+ }, Readonly<import("vue").ExtractPropTypes<{
99
65
  name: {
100
66
  type: import("vue").PropType<import("./props").ExpansionName>;
101
67
  required: boolean;
@@ -114,7 +80,7 @@ declare const DaoExpansionItem: {
114
80
  };
115
81
  }>> & {
116
82
  onClose?: ((...args: any[]) => any) | undefined;
117
- } & import("vue").ShallowUnwrapRef<{
83
+ }, {
118
84
  onItemClick: () => void;
119
85
  isExpanded: import("vue").ComputedRef<boolean>;
120
86
  expansionType: import("vue").ComputedRef<"line" | "box" | "doc" | undefined>;
@@ -126,7 +92,11 @@ declare const DaoExpansionItem: {
126
92
  onBeforeLeave: (el: Element) => void;
127
93
  onLeave: (el: Element) => void;
128
94
  onAfterLeave: (el: Element) => void;
129
- }> & {} & import("vue").ComponentCustomProperties & {};
95
+ }, {}, {}, {}, {
96
+ title: string;
97
+ showClose: boolean;
98
+ status: import("./props").ExpansionItemStatus;
99
+ }>;
130
100
  __isFragment?: undefined;
131
101
  __isTeleport?: undefined;
132
102
  __isSuspense?: undefined;
@@ -165,7 +135,7 @@ declare const DaoExpansionItem: {
165
135
  title: string;
166
136
  showClose: boolean;
167
137
  status: import("./props").ExpansionItemStatus;
168
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
138
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
169
139
  $slots: {
170
140
  default: SlotFn;
171
141
  handler: SlotFn;
@@ -50,5 +50,5 @@ declare const _default: import("vue").DefineComponent<{
50
50
  title: string;
51
51
  showClose: boolean;
52
52
  status: import("./props").ExpansionItemStatus;
53
- }>;
53
+ }, {}>;
54
54
  export default _default;
@@ -1,98 +1,34 @@
1
1
  import { SlotFn } from '../../utils/types';
2
2
  declare const DaoExpansion: {
3
- new (...args: any[]): {
4
- $: import("vue").ComponentInternalInstance;
5
- $data: {};
6
- $props: Partial<{
7
- type: "line" | "box" | "doc";
8
- manual: boolean;
9
- accordion: boolean;
10
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
- modelValue: {
12
- type: import("vue").PropType<import("./props").ExpansionName | import("./props").ExpansionName[]>;
13
- };
14
- manual: {
15
- type: BooleanConstructor;
16
- default: boolean;
17
- };
18
- type: {
19
- type: import("vue").PropType<"line" | "box" | "doc">;
20
- default: string;
21
- };
22
- accordion: {
23
- type: import("vue").PropType<boolean>;
24
- default: boolean;
25
- };
26
- }>> & {
27
- onChange?: ((...args: any[]) => any) | undefined;
28
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
29
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "manual" | "accordion">;
30
- $attrs: {
31
- [x: string]: unknown;
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
+ modelValue: {
5
+ type: import("vue").PropType<import("./props").ExpansionName | import("./props").ExpansionName[]>;
6
+ };
7
+ manual: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
11
+ type: {
12
+ type: import("vue").PropType<"line" | "box" | "doc">;
13
+ default: string;
32
14
  };
33
- $refs: {
34
- [x: string]: unknown;
15
+ accordion: {
16
+ type: import("vue").PropType<boolean>;
17
+ default: boolean;
35
18
  };
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: "change" | "update:modelValue", ...args: any[]) => void;
42
- $el: any;
43
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
44
- modelValue: {
45
- type: import("vue").PropType<import("./props").ExpansionName | import("./props").ExpansionName[]>;
46
- };
47
- manual: {
48
- type: BooleanConstructor;
49
- default: boolean;
50
- };
51
- type: {
52
- type: import("vue").PropType<"line" | "box" | "doc">;
53
- default: string;
54
- };
55
- accordion: {
56
- type: import("vue").PropType<boolean>;
57
- default: boolean;
58
- };
59
- }>> & {
60
- onChange?: ((...args: any[]) => any) | undefined;
61
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
62
- }, {
63
- classList: import("vue").ComputedRef<string[]>;
64
- toggleItem: (itemName: import("./props").ExpansionName) => void;
65
- state: {
66
- expansionRecord: import("./props").ExpansionName | import("./props").ExpansionName[] | undefined;
67
- accordion: boolean;
68
- type?: "line" | "box" | "doc" | undefined;
69
- mode?: "manual" | "auto" | undefined;
70
- };
71
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], string, {
72
- type: "line" | "box" | "doc";
73
- manual: boolean;
19
+ }>> & {
20
+ onChange?: ((...args: any[]) => any) | undefined;
21
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
22
+ }, {
23
+ classList: import("vue").ComputedRef<string[]>;
24
+ toggleItem: (itemName: import("./props").ExpansionName) => void;
25
+ state: {
26
+ expansionRecord: import("./props").ExpansionName | import("./props").ExpansionName[] | undefined;
74
27
  accordion: boolean;
75
- }, {}, string> & {
76
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
77
- created?: ((() => void) | (() => void)[]) | undefined;
78
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
79
- mounted?: ((() => void) | (() => void)[]) | undefined;
80
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
81
- updated?: ((() => void) | (() => void)[]) | undefined;
82
- activated?: ((() => void) | (() => void)[]) | undefined;
83
- deactivated?: ((() => void) | (() => void)[]) | undefined;
84
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
85
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
86
- destroyed?: ((() => void) | (() => void)[]) | undefined;
87
- unmounted?: ((() => void) | (() => void)[]) | undefined;
88
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
89
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
90
- 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;
28
+ type?: "line" | "box" | "doc" | undefined;
29
+ mode?: "manual" | "auto" | undefined;
91
30
  };
92
- $forceUpdate: () => void;
93
- $nextTick: typeof import("vue").nextTick;
94
- $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;
95
- } & Readonly<import("vue").ExtractPropTypes<{
31
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
96
32
  modelValue: {
97
33
  type: import("vue").PropType<import("./props").ExpansionName | import("./props").ExpansionName[]>;
98
34
  };
@@ -111,7 +47,37 @@ declare const DaoExpansion: {
111
47
  }>> & {
112
48
  onChange?: ((...args: any[]) => any) | undefined;
113
49
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
114
- } & import("vue").ShallowUnwrapRef<{
50
+ }, {
51
+ type: "line" | "box" | "doc";
52
+ manual: boolean;
53
+ accordion: boolean;
54
+ }, true, {}, {}, {
55
+ P: {};
56
+ B: {};
57
+ D: {};
58
+ C: {};
59
+ M: {};
60
+ Defaults: {};
61
+ }, Readonly<import("vue").ExtractPropTypes<{
62
+ modelValue: {
63
+ type: import("vue").PropType<import("./props").ExpansionName | import("./props").ExpansionName[]>;
64
+ };
65
+ manual: {
66
+ type: BooleanConstructor;
67
+ default: boolean;
68
+ };
69
+ type: {
70
+ type: import("vue").PropType<"line" | "box" | "doc">;
71
+ default: string;
72
+ };
73
+ accordion: {
74
+ type: import("vue").PropType<boolean>;
75
+ default: boolean;
76
+ };
77
+ }>> & {
78
+ onChange?: ((...args: any[]) => any) | undefined;
79
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
80
+ }, {
115
81
  classList: import("vue").ComputedRef<string[]>;
116
82
  toggleItem: (itemName: import("./props").ExpansionName) => void;
117
83
  state: {
@@ -120,7 +86,11 @@ declare const DaoExpansion: {
120
86
  type?: "line" | "box" | "doc" | undefined;
121
87
  mode?: "manual" | "auto" | undefined;
122
88
  };
123
- }> & {} & import("vue").ComponentCustomProperties & {};
89
+ }, {}, {}, {}, {
90
+ type: "line" | "box" | "doc";
91
+ manual: boolean;
92
+ accordion: boolean;
93
+ }>;
124
94
  __isFragment?: undefined;
125
95
  __isTeleport?: undefined;
126
96
  __isSuspense?: undefined;
@@ -156,7 +126,7 @@ declare const DaoExpansion: {
156
126
  type: "line" | "box" | "doc";
157
127
  manual: boolean;
158
128
  accordion: boolean;
159
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
129
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
160
130
  $slots: {
161
131
  default: SlotFn;
162
132
  };
@@ -47,5 +47,5 @@ declare const _default: import("vue").DefineComponent<{
47
47
  type: "line" | "box" | "doc";
48
48
  manual: boolean;
49
49
  accordion: boolean;
50
- }>;
50
+ }, {}>;
51
51
  export default _default;