@dao-style/core 1.17.1-beta.2 → 2.0.0-alpha.1

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 (155) hide show
  1. package/dist/components/action-icon/action-icon.d.ts +2 -431
  2. package/dist/components/action-icon/action-icon.vue.d.ts +8 -49
  3. package/dist/components/action-icon/props.d.ts +2 -22
  4. package/dist/components/autocomplete/autocomplete.d.ts +6 -1268
  5. package/dist/components/autocomplete/autocomplete.vue.d.ts +72 -39
  6. package/dist/components/batch-bar/batch-bar.d.ts +2 -165
  7. package/dist/components/batch-bar/batch-bar.vue.d.ts +2 -2
  8. package/dist/components/breadcrumb/breadcrumb-item.d.ts +2 -95
  9. package/dist/components/breadcrumb/breadcrumb-item.vue.d.ts +2 -2
  10. package/dist/components/breadcrumb/breadcrumb-props.d.ts +2 -2
  11. package/dist/components/breadcrumb/breadcrumb.d.ts +2 -140
  12. package/dist/components/breadcrumb/breadcrumb.vue.d.ts +5 -5
  13. package/dist/components/button/button-group.d.ts +2 -1
  14. package/dist/components/button/button-group.vue.d.ts +1 -1
  15. package/dist/components/button/button.d.ts +2 -529
  16. package/dist/components/button/button.vue.d.ts +13 -54
  17. package/dist/components/button/props.d.ts +4 -24
  18. package/dist/components/card/card-header.d.ts +7 -131
  19. package/dist/components/card/card-header.vue.d.ts +4 -4
  20. package/dist/components/card/card-item.d.ts +2 -43
  21. package/dist/components/card/card-item.vue.d.ts +1 -1
  22. package/dist/components/card/card-props.d.ts +1 -1
  23. package/dist/components/card/card.d.ts +7 -156
  24. package/dist/components/card/card.vue.d.ts +5 -5
  25. package/dist/components/checkbox/checkbox-group.d.ts +2 -106
  26. package/dist/components/checkbox/checkbox-group.vue.d.ts +2 -2
  27. package/dist/components/checkbox/checkbox.d.ts +2 -237
  28. package/dist/components/checkbox/checkbox.vue.d.ts +4 -4
  29. package/dist/components/dialog/dialog-footer.d.ts +2 -159
  30. package/dist/components/dialog/dialog-footer.vue.d.ts +2 -2
  31. package/dist/components/dialog/dialog-header.d.ts +4 -104
  32. package/dist/components/dialog/dialog-header.vue.d.ts +13 -2
  33. package/dist/components/dialog/dialog.d.ts +4 -462
  34. package/dist/components/dialog/dialog.vue.d.ts +15 -6
  35. package/dist/components/dialog/props.d.ts +11 -1
  36. package/dist/components/drawer/drawer.d.ts +2 -307
  37. package/dist/components/drawer/drawer.vue.d.ts +2 -2
  38. package/dist/components/dropdown/dropdown-item.d.ts +2 -408
  39. package/dist/components/dropdown/dropdown-item.vue.d.ts +8 -49
  40. package/dist/components/dropdown/dropdown-menu.d.ts +2 -43
  41. package/dist/components/dropdown/dropdown-menu.vue.d.ts +1 -1
  42. package/dist/components/dropdown/dropdown.d.ts +2 -1039
  43. package/dist/components/dropdown/dropdown.vue.d.ts +61 -41
  44. package/dist/components/dropdown/props.d.ts +4 -24
  45. package/dist/components/ellipsis/ellipsis.d.ts +2 -4220
  46. package/dist/components/ellipsis/ellipsis.vue.d.ts +497 -517
  47. package/dist/components/empty/empty.d.ts +2 -123
  48. package/dist/components/empty/empty.vue.d.ts +6 -6
  49. package/dist/components/empty/props.d.ts +1 -1
  50. package/dist/components/expansion/expansion-item.d.ts +4 -169
  51. package/dist/components/expansion/expansion-item.vue.d.ts +2 -2
  52. package/dist/components/expansion/expansion.d.ts +2 -158
  53. package/dist/components/expansion/expansion.vue.d.ts +4 -4
  54. package/dist/components/expansion/props.d.ts +1 -1
  55. package/dist/components/form/error-text.d.ts +2 -69
  56. package/dist/components/form/error-text.vue.d.ts +2 -2
  57. package/dist/components/form/form-group.d.ts +3 -184
  58. package/dist/components/form/form-group.vue.d.ts +5 -5
  59. package/dist/components/form/form-item.d.ts +3 -309
  60. package/dist/components/form/form-item.vue.d.ts +12 -11
  61. package/dist/components/form/form.d.ts +2 -134
  62. package/dist/components/form/form.vue.d.ts +6 -6
  63. package/dist/components/form/helper-text.d.ts +2 -69
  64. package/dist/components/form/helper-text.vue.d.ts +2 -2
  65. package/dist/components/form/props.d.ts +6 -6
  66. package/dist/components/header/header.d.ts +2 -106
  67. package/dist/components/header/header.vue.d.ts +3 -3
  68. package/dist/components/icon/icon.d.ts +2 -85
  69. package/dist/components/icon/icon.vue.d.ts +2 -2
  70. package/dist/components/input/input.d.ts +2 -360
  71. package/dist/components/input/input.vue.d.ts +15 -7
  72. package/dist/components/message/message-inner.vue.d.ts +3 -3
  73. package/dist/components/message/message.d.ts +4 -229
  74. package/dist/components/message/message.vue.d.ts +9 -9
  75. package/dist/components/message/types.d.ts +2 -1
  76. package/dist/components/nav/nav-head.d.ts +3 -129
  77. package/dist/components/nav/nav-head.vue.d.ts +2 -2
  78. package/dist/components/nav/nav-item.d.ts +2 -290
  79. package/dist/components/nav/nav-item.vue.d.ts +4 -4
  80. package/dist/components/nav/nav-sub.d.ts +2 -327
  81. package/dist/components/nav/nav-sub.vue.d.ts +4 -4
  82. package/dist/components/nav/nav.d.ts +2 -152
  83. package/dist/components/nav/nav.vue.d.ts +3 -3
  84. package/dist/components/pagination/pagination.d.ts +2 -343
  85. package/dist/components/pagination/pagination.vue.d.ts +3 -3
  86. package/dist/components/popover/popover-props.d.ts +3 -3
  87. package/dist/components/popover/popover.d.ts +2 -371
  88. package/dist/components/popover/popover.vue.d.ts +10 -10
  89. package/dist/components/popper/popper-content.vue.d.ts +4 -4
  90. package/dist/components/popper/popper-props.d.ts +3 -3
  91. package/dist/components/popper/popper.d.ts +2 -371
  92. package/dist/components/popper/popper.vue.d.ts +10 -10
  93. package/dist/components/popper/use-popper.d.ts +1 -1
  94. package/dist/components/progress/progress.d.ts +2 -141
  95. package/dist/components/progress/progress.vue.d.ts +2 -2
  96. package/dist/components/radio/radio-group.d.ts +2 -115
  97. package/dist/components/radio/radio-group.vue.d.ts +2 -2
  98. package/dist/components/radio/radio.d.ts +2 -191
  99. package/dist/components/radio/radio.vue.d.ts +2 -2
  100. package/dist/components/select/option.d.ts +2 -128
  101. package/dist/components/select/option.vue.d.ts +2 -2
  102. package/dist/components/select/options.d.ts +2 -2
  103. package/dist/components/select/props.d.ts +1 -1
  104. package/dist/components/select/select.d.ts +4 -1736
  105. package/dist/components/select/select.vue.d.ts +211 -234
  106. package/dist/components/switch/switch-props.d.ts +1 -1
  107. package/dist/components/switch/switch.vue.d.ts +2 -2
  108. package/dist/components/table/column-setting-props.d.ts +1 -1
  109. package/dist/components/table/column-setting.vue.d.ts +367 -448
  110. package/dist/components/table/components/tdAction.vue.d.ts +2 -2
  111. package/dist/components/table/resizer.vue.d.ts +2 -2
  112. package/dist/components/table/table-props.d.ts +1 -1
  113. package/dist/components/table/table.d.ts +24 -1119
  114. package/dist/components/table/table.vue.d.ts +20 -33
  115. package/dist/components/table/type.d.ts +1 -1
  116. package/dist/components/tabs/props.d.ts +2 -2
  117. package/dist/components/tabs/tab-item.d.ts +2 -133
  118. package/dist/components/tabs/tab-item.vue.d.ts +2 -2
  119. package/dist/components/tabs/tab-nav.d.ts +2 -63
  120. package/dist/components/tabs/tab-nav.vue.d.ts +3 -5
  121. package/dist/components/tabs/tabs.d.ts +2 -231
  122. package/dist/components/tabs/tabs.vue.d.ts +4 -8
  123. package/dist/components/tag/tag.d.ts +2 -153
  124. package/dist/components/tag/tag.vue.d.ts +2 -2
  125. package/dist/components/text-button/test/TestComponent.vue.d.ts +9 -7
  126. package/dist/components/text-button/text-button.d.ts +4 -140
  127. package/dist/components/text-button/text-button.vue.d.ts +15 -15
  128. package/dist/components/toolbar/toolbar-filter.vue.d.ts +2 -2
  129. package/dist/components/toolbar/toolbar.d.ts +4 -295
  130. package/dist/components/toolbar/toolbar.vue.d.ts +2 -2
  131. package/dist/components/tooltip/tooltip-props.d.ts +3 -3
  132. package/dist/components/tooltip/tooltip.d.ts +2 -371
  133. package/dist/components/tooltip/tooltip.vue.d.ts +10 -10
  134. package/dist/components/transfer/props.d.ts +8 -6
  135. package/dist/components/transfer/transfer-panel.d.ts +7 -338
  136. package/dist/components/transfer/transfer-panel.vue.d.ts +17 -17
  137. package/dist/components/transfer/transfer.d.ts +19 -619
  138. package/dist/components/transfer/transfer.vue.d.ts +16 -16
  139. package/dist/components/virtual-select/props.d.ts +3 -3
  140. package/dist/components/virtual-select/uilts.d.ts +1 -1
  141. package/dist/components/virtual-select/virtual-option.vue.d.ts +3 -3
  142. package/dist/components/virtual-select/virtual-select.d.ts +4 -1722
  143. package/dist/components/virtual-select/virtual-select.vue.d.ts +201 -231
  144. package/dist/dao-style.js +31 -7
  145. package/dist/dao-style.mjs +5498 -5203
  146. package/dist/directives/tooltip/directive.d.ts +1 -1
  147. package/dist/directives/tooltip/wrapper.d.ts +5 -5
  148. package/dist/index.d.ts +1 -4
  149. package/dist/style.css +1 -1
  150. package/dist/styles/color/alias.css +88 -0
  151. package/dist/styles/color/alias.js +22 -0
  152. package/dist/styles/color/alias.json +44 -0
  153. package/dist/styles/color/alias.scss +22 -0
  154. package/dist/utils/types.d.ts +1 -0
  155. package/package.json +12 -12
@@ -1,139 +1,7 @@
1
1
  import { ParamsSlotFn } from '../../utils/types';
2
+ import Form from './form.vue';
2
3
  import { formClassNames } from './type';
3
- declare const DaoForm: {
4
- new (...args: any[]): {
5
- $: import("vue").ComponentInternalInstance;
6
- $data: {};
7
- $props: Partial<{
8
- type: "vertical" | "horizontal";
9
- labelWidth: string;
10
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
- type: {
12
- type: import("vue").PropType<"vertical" | "horizontal">;
13
- default: string;
14
- validator: (value: "vertical" | "horizontal") => boolean;
15
- };
16
- labelWidth: {
17
- type: import("vue").PropType<string>;
18
- default: string;
19
- };
20
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "labelWidth">;
21
- $attrs: {
22
- [x: string]: unknown;
23
- };
24
- $refs: {
25
- [x: string]: unknown;
26
- };
27
- $slots: Readonly<{
28
- [name: string]: import("vue").Slot | undefined;
29
- }>;
30
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
31
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
32
- $emit: (event: string, ...args: any[]) => void;
33
- $el: any;
34
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
35
- type: {
36
- type: import("vue").PropType<"vertical" | "horizontal">;
37
- default: string;
38
- validator: (value: "vertical" | "horizontal") => boolean;
39
- };
40
- labelWidth: {
41
- type: import("vue").PropType<string>;
42
- default: string;
43
- };
44
- }>>, {
45
- formClassNames: {
46
- readonly text: {
47
- readonly helper: "dao-form-item__helper-text";
48
- readonly error: "dao-form-item__error-message";
49
- };
50
- readonly wrapper: {
51
- readonly text: "dao-form-item__text-wrapper";
52
- readonly radio: "dao-form-item__radio-wrapper";
53
- readonly checkbox: "dao-form-item__checkbox-wrapper";
54
- readonly switch: "dao-form-item__switch-wrapper";
55
- readonly footer: "dao-form-item__footer-wrapper";
56
- };
57
- };
58
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
59
- type: "vertical" | "horizontal";
60
- labelWidth: 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;
77
- };
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<{
82
- type: {
83
- type: import("vue").PropType<"vertical" | "horizontal">;
84
- default: string;
85
- validator: (value: "vertical" | "horizontal") => boolean;
86
- };
87
- labelWidth: {
88
- type: import("vue").PropType<string>;
89
- default: string;
90
- };
91
- }>> & import("vue").ShallowUnwrapRef<{
92
- formClassNames: {
93
- readonly text: {
94
- readonly helper: "dao-form-item__helper-text";
95
- readonly error: "dao-form-item__error-message";
96
- };
97
- readonly wrapper: {
98
- readonly text: "dao-form-item__text-wrapper";
99
- readonly radio: "dao-form-item__radio-wrapper";
100
- readonly checkbox: "dao-form-item__checkbox-wrapper";
101
- readonly switch: "dao-form-item__switch-wrapper";
102
- readonly footer: "dao-form-item__footer-wrapper";
103
- };
104
- };
105
- }> & {} & import("vue").ComponentCustomProperties & {};
106
- __isFragment?: undefined;
107
- __isTeleport?: undefined;
108
- __isSuspense?: undefined;
109
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
110
- type: {
111
- type: import("vue").PropType<"vertical" | "horizontal">;
112
- default: string;
113
- validator: (value: "vertical" | "horizontal") => boolean;
114
- };
115
- labelWidth: {
116
- type: import("vue").PropType<string>;
117
- default: string;
118
- };
119
- }>>, {
120
- formClassNames: {
121
- readonly text: {
122
- readonly helper: "dao-form-item__helper-text";
123
- readonly error: "dao-form-item__error-message";
124
- };
125
- readonly wrapper: {
126
- readonly text: "dao-form-item__text-wrapper";
127
- readonly radio: "dao-form-item__radio-wrapper";
128
- readonly checkbox: "dao-form-item__checkbox-wrapper";
129
- readonly switch: "dao-form-item__switch-wrapper";
130
- readonly footer: "dao-form-item__footer-wrapper";
131
- };
132
- };
133
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
134
- type: "vertical" | "horizontal";
135
- labelWidth: string;
136
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4
+ declare const DaoForm: typeof Form & (new () => {
137
5
  $slots: {
138
6
  default: ParamsSlotFn<{
139
7
  classNames: typeof formClassNames;
@@ -1,8 +1,8 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
2
  type: {
3
- type: import("vue").PropType<"vertical" | "horizontal">;
3
+ type: import("vue").PropType<import("./type").FormType>;
4
4
  default: string;
5
- validator: (value: "vertical" | "horizontal") => boolean;
5
+ validator: (value: import("./type").FormType) => boolean;
6
6
  };
7
7
  labelWidth: {
8
8
  type: import("vue").PropType<string>;
@@ -22,11 +22,11 @@ declare const _default: import("vue").DefineComponent<{
22
22
  readonly footer: "dao-form-item__footer-wrapper";
23
23
  };
24
24
  };
25
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
25
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
26
26
  type: {
27
- type: import("vue").PropType<"vertical" | "horizontal">;
27
+ type: import("vue").PropType<import("./type").FormType>;
28
28
  default: string;
29
- validator: (value: "vertical" | "horizontal") => boolean;
29
+ validator: (value: import("./type").FormType) => boolean;
30
30
  };
31
31
  labelWidth: {
32
32
  type: import("vue").PropType<string>;
@@ -35,5 +35,5 @@ declare const _default: import("vue").DefineComponent<{
35
35
  }>>, {
36
36
  type: "vertical" | "horizontal";
37
37
  labelWidth: string;
38
- }>;
38
+ }, {}>;
39
39
  export default _default;
@@ -1,73 +1,6 @@
1
1
  import { SlotFn } from '../../utils/types';
2
- declare const DaoHelperText: {
3
- new (...args: any[]): {
4
- $: import("vue").ComponentInternalInstance;
5
- $data: {};
6
- $props: Partial<{
7
- content: string;
8
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
9
- content: {
10
- type: StringConstructor;
11
- default: string;
12
- };
13
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "content">;
14
- $attrs: {
15
- [x: string]: unknown;
16
- };
17
- $refs: {
18
- [x: string]: unknown;
19
- };
20
- $slots: Readonly<{
21
- [name: string]: import("vue").Slot | undefined;
22
- }>;
23
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
24
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
25
- $emit: (event: string, ...args: any[]) => void;
26
- $el: any;
27
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
28
- content: {
29
- type: StringConstructor;
30
- default: string;
31
- };
32
- }>>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
33
- content: string;
34
- }, {}, string> & {
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>, {}> | 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;
50
- };
51
- $forceUpdate: () => void;
52
- $nextTick: typeof import("vue").nextTick;
53
- $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;
54
- } & Readonly<import("vue").ExtractPropTypes<{
55
- content: {
56
- type: StringConstructor;
57
- default: string;
58
- };
59
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
60
- __isFragment?: undefined;
61
- __isTeleport?: undefined;
62
- __isSuspense?: undefined;
63
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
64
- content: {
65
- type: StringConstructor;
66
- default: string;
67
- };
68
- }>>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
69
- content: string;
70
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2
+ import HelperText from './helper-text.vue';
3
+ declare const DaoHelperText: typeof HelperText & (new () => {
71
4
  $slots: {
72
5
  default: SlotFn;
73
6
  };
@@ -3,12 +3,12 @@ declare const _default: import("vue").DefineComponent<{
3
3
  type: StringConstructor;
4
4
  default: string;
5
5
  };
6
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
6
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
7
  content: {
8
8
  type: StringConstructor;
9
9
  default: string;
10
10
  };
11
11
  }>>, {
12
12
  content: string;
13
- }>;
13
+ }, {}>;
14
14
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { PropType, ExtractPropTypes } from 'vue';
2
- import { FormType } from './type';
2
+ import { FormType, formClassNames } from './type';
3
3
  export declare const formItemProps: {
4
4
  label: {
5
5
  type: PropType<string>;
@@ -10,15 +10,15 @@ export declare const formItemProps: {
10
10
  default: boolean;
11
11
  };
12
12
  wrapperType: {
13
- type: PropType<"footer" | "switch" | "text" | "checkbox" | "radio" | undefined>;
13
+ type: PropType<keyof (typeof formClassNames)["wrapper"] | undefined>;
14
14
  default: undefined;
15
15
  };
16
16
  paddingTop: {
17
- type: PropType<string | number>;
17
+ type: PropType<number | string>;
18
18
  default: number;
19
19
  };
20
20
  paddingBottom: {
21
- type: PropType<string | number>;
21
+ type: PropType<number | string>;
22
22
  default: number;
23
23
  };
24
24
  labelWidth: {
@@ -41,7 +41,7 @@ export declare const formItemProps: {
41
41
  export type FormItemProps = ExtractPropTypes<typeof formItemProps>;
42
42
  export declare const formProps: {
43
43
  type: {
44
- type: PropType<"vertical" | "horizontal">;
44
+ type: PropType<FormType>;
45
45
  default: string;
46
46
  validator: (value: FormType) => boolean;
47
47
  };
@@ -53,7 +53,7 @@ export declare const formProps: {
53
53
  export type FormProps = ExtractPropTypes<typeof formProps>;
54
54
  export declare const formGroupProps: {
55
55
  type: {
56
- type: PropType<"2nd" | "3rd" | "1st">;
56
+ type: PropType<"1st" | "2nd" | "3rd">;
57
57
  default: string;
58
58
  };
59
59
  title: {
@@ -1,110 +1,6 @@
1
1
  import { SlotFn } from '../../utils/types';
2
- declare const DaoHeader: {
3
- new (...args: any[]): {
4
- $: import("vue").ComponentInternalInstance;
5
- $data: {};
6
- $props: Partial<{
7
- type: import("./props").HeaderType;
8
- title: string;
9
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
- type: {
11
- type: import("vue").PropType<import("./props").HeaderType>;
12
- default: string;
13
- };
14
- title: {
15
- type: StringConstructor;
16
- default: string;
17
- };
18
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "title">;
19
- $attrs: {
20
- [x: string]: unknown;
21
- };
22
- $refs: {
23
- [x: string]: unknown;
24
- };
25
- $slots: Readonly<{
26
- [name: string]: import("vue").Slot | undefined;
27
- }>;
28
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
29
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
30
- $emit: (event: string, ...args: any[]) => void;
31
- $el: any;
32
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
33
- type: {
34
- type: import("vue").PropType<import("./props").HeaderType>;
35
- default: string;
36
- };
37
- title: {
38
- type: StringConstructor;
39
- default: string;
40
- };
41
- }>>, {
42
- ns: string;
43
- showInfo: import("vue").ComputedRef<{
44
- title: boolean;
45
- breadcrumb: boolean | import("vue").Slot | undefined;
46
- }>;
47
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
48
- type: import("./props").HeaderType;
49
- title: string;
50
- }, {}, string> & {
51
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
52
- created?: ((() => void) | (() => void)[]) | undefined;
53
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
54
- mounted?: ((() => void) | (() => void)[]) | undefined;
55
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
56
- updated?: ((() => void) | (() => void)[]) | undefined;
57
- activated?: ((() => void) | (() => void)[]) | undefined;
58
- deactivated?: ((() => void) | (() => void)[]) | undefined;
59
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
60
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
61
- destroyed?: ((() => void) | (() => void)[]) | undefined;
62
- unmounted?: ((() => void) | (() => void)[]) | undefined;
63
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
64
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
65
- 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;
66
- };
67
- $forceUpdate: () => void;
68
- $nextTick: typeof import("vue").nextTick;
69
- $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;
70
- } & Readonly<import("vue").ExtractPropTypes<{
71
- type: {
72
- type: import("vue").PropType<import("./props").HeaderType>;
73
- default: string;
74
- };
75
- title: {
76
- type: StringConstructor;
77
- default: string;
78
- };
79
- }>> & import("vue").ShallowUnwrapRef<{
80
- ns: string;
81
- showInfo: import("vue").ComputedRef<{
82
- title: boolean;
83
- breadcrumb: boolean | import("vue").Slot | undefined;
84
- }>;
85
- }> & {} & import("vue").ComponentCustomProperties & {};
86
- __isFragment?: undefined;
87
- __isTeleport?: undefined;
88
- __isSuspense?: undefined;
89
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
90
- type: {
91
- type: import("vue").PropType<import("./props").HeaderType>;
92
- default: string;
93
- };
94
- title: {
95
- type: StringConstructor;
96
- default: string;
97
- };
98
- }>>, {
99
- ns: string;
100
- showInfo: import("vue").ComputedRef<{
101
- title: boolean;
102
- breadcrumb: boolean | import("vue").Slot | undefined;
103
- }>;
104
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
105
- type: import("./props").HeaderType;
106
- title: string;
107
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2
+ import Header from './header.vue';
3
+ declare const DaoHeader: typeof Header & (new () => {
108
4
  $slots: {
109
5
  title: SlotFn;
110
6
  breadcrumb: SlotFn;
@@ -11,9 +11,9 @@ declare const _default: import("vue").DefineComponent<{
11
11
  ns: string;
12
12
  showInfo: import("vue").ComputedRef<{
13
13
  title: boolean;
14
- breadcrumb: boolean | import("vue").Slot | undefined;
14
+ breadcrumb: boolean | import("vue").Slot<any> | undefined;
15
15
  }>;
16
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
17
17
  type: {
18
18
  type: import("vue").PropType<import("./props").HeaderType>;
19
19
  default: string;
@@ -25,5 +25,5 @@ declare const _default: import("vue").DefineComponent<{
25
25
  }>>, {
26
26
  type: import("./props").HeaderType;
27
27
  title: string;
28
- }>;
28
+ }, {}>;
29
29
  export default _default;
@@ -1,89 +1,6 @@
1
+ import Icon from './icon.vue';
1
2
  import { IconProps } from './props';
2
- declare const DaoIcon: {
3
- new (...args: any[]): {
4
- $: import("vue").ComponentInternalInstance;
5
- $data: {};
6
- $props: Partial<{
7
- useFont: boolean;
8
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
9
- name: {
10
- type: StringConstructor;
11
- required: boolean;
12
- };
13
- useFont: {
14
- type: BooleanConstructor;
15
- default: boolean;
16
- };
17
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "useFont">;
18
- $attrs: {
19
- [x: string]: unknown;
20
- };
21
- $refs: {
22
- [x: string]: unknown;
23
- };
24
- $slots: Readonly<{
25
- [name: string]: import("vue").Slot | undefined;
26
- }>;
27
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
28
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
29
- $emit: (event: string, ...args: any[]) => void;
30
- $el: any;
31
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
32
- name: {
33
- type: StringConstructor;
34
- required: boolean;
35
- };
36
- useFont: {
37
- type: BooleanConstructor;
38
- default: boolean;
39
- };
40
- }>>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
41
- useFont: boolean;
42
- }, {}, string> & {
43
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
44
- created?: ((() => void) | (() => void)[]) | undefined;
45
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
46
- mounted?: ((() => void) | (() => void)[]) | undefined;
47
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
48
- updated?: ((() => void) | (() => void)[]) | undefined;
49
- activated?: ((() => void) | (() => void)[]) | undefined;
50
- deactivated?: ((() => void) | (() => void)[]) | undefined;
51
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
52
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
53
- destroyed?: ((() => void) | (() => void)[]) | undefined;
54
- unmounted?: ((() => void) | (() => void)[]) | undefined;
55
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
56
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
57
- 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;
58
- };
59
- $forceUpdate: () => void;
60
- $nextTick: typeof import("vue").nextTick;
61
- $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;
62
- } & Readonly<import("vue").ExtractPropTypes<{
63
- name: {
64
- type: StringConstructor;
65
- required: boolean;
66
- };
67
- useFont: {
68
- type: BooleanConstructor;
69
- default: boolean;
70
- };
71
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
72
- __isFragment?: undefined;
73
- __isTeleport?: undefined;
74
- __isSuspense?: undefined;
75
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
76
- name: {
77
- type: StringConstructor;
78
- required: boolean;
79
- };
80
- useFont: {
81
- type: BooleanConstructor;
82
- default: boolean;
83
- };
84
- }>>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
85
- useFont: boolean;
86
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3
+ declare const DaoIcon: typeof Icon & (new () => {
87
4
  $props: Partial<IconProps>;
88
5
  });
89
6
  export default DaoIcon;
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
7
7
  type: BooleanConstructor;
8
8
  default: boolean;
9
9
  };
10
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
10
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
11
  name: {
12
12
  type: StringConstructor;
13
13
  required: boolean;
@@ -18,5 +18,5 @@ declare const _default: import("vue").DefineComponent<{
18
18
  };
19
19
  }>>, {
20
20
  useFont: boolean;
21
- }>;
21
+ }, {}>;
22
22
  export default _default;