@web-utils/form-ui 1.0.0-beta5 → 1.0.0-beta51

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 (208) hide show
  1. package/api/index.d.ts +60 -0
  2. package/api/index.mjs +42 -0
  3. package/awesome-button/index.d.ts +60 -0
  4. package/awesome-button/index.mjs +49 -0
  5. package/base.css +1 -1
  6. package/chunks/6yfBZFOB.mjs +56 -0
  7. package/chunks/B1IPSTA6.mjs +198 -0
  8. package/chunks/B9gA65rt2.mjs +38 -0
  9. package/chunks/BBERmTup.mjs +83 -0
  10. package/chunks/BG8z3V9d2.mjs +643 -0
  11. package/chunks/BQk3-Ppb2.mjs +146 -0
  12. package/chunks/BQyL45PF2.mjs +207 -0
  13. package/chunks/BWh6u1O0.mjs +660 -0
  14. package/chunks/BbSPWDDZ.mjs +100 -0
  15. package/chunks/BfxDxIg0.mjs +106 -0
  16. package/chunks/BqWvBF14.mjs +35 -0
  17. package/chunks/BsZgAJX_2.mjs +81 -0
  18. package/chunks/BtcjAHE6.mjs +317 -0
  19. package/chunks/Bwbtu2cp.mjs +194 -0
  20. package/chunks/ByHz4mmh.mjs +87 -0
  21. package/chunks/C2zgFLYO.mjs +185 -0
  22. package/chunks/C7G-cAoI.mjs +1361 -0
  23. package/chunks/CAd1zK9Q.mjs +25 -0
  24. package/chunks/CJdkjadi.mjs +17 -0
  25. package/chunks/CXsoKP22.mjs +86 -0
  26. package/chunks/CabldOLo.mjs +157 -0
  27. package/chunks/CkOD-_VV.mjs +8 -0
  28. package/chunks/CqVd8D222.mjs +89 -0
  29. package/chunks/CuAoMR3n.mjs +105 -0
  30. package/chunks/DA7oGHSX.mjs +141 -0
  31. package/chunks/DKwp6AMl.mjs +168 -0
  32. package/chunks/DOP3aBxf.mjs +93 -0
  33. package/chunks/DOZRzqlo.mjs +37 -0
  34. package/chunks/D_Fs3bkZ.mjs +57 -0
  35. package/chunks/D_qiRmiE.mjs +230 -0
  36. package/chunks/DcTVYqeJ.mjs +113 -0
  37. package/chunks/Dt3lfDnL.mjs +166 -0
  38. package/chunks/GI8krYU82.mjs +478 -0
  39. package/chunks/V2p-PCpL.mjs +176 -0
  40. package/chunks/YFiU0ngn.mjs +622 -0
  41. package/chunks/bFbPPcdq.mjs +25 -0
  42. package/chunks/eae6huQB.mjs +25 -0
  43. package/chunks/gCeDFHo1.mjs +32 -0
  44. package/chunks/gLPy4Sus.mjs +164 -0
  45. package/chunks/hlha6Bhc.mjs +107 -0
  46. package/chunks/pIzhYsBe.mjs +93 -0
  47. package/chunks/wDS9KBFw.mjs +67 -0
  48. package/chunks/wXeqV-_7.mjs +89 -0
  49. package/confirm-button/index.d.ts +122 -0
  50. package/confirm-button/index.mjs +35 -0
  51. package/confirmable/index.d.ts +93 -0
  52. package/confirmable/index.mjs +8 -0
  53. package/constants/index.d.ts +54 -0
  54. package/constants/index.mjs +4 -0
  55. package/dict-render/index.d.ts +28 -0
  56. package/dict-render/index.mjs +2 -0
  57. package/editable-tree/index.d.ts +254 -0
  58. package/editable-tree/index.mjs +2 -0
  59. package/editable-tree/style.css +1 -0
  60. package/element-dialog/index.d.ts +337 -16
  61. package/element-dialog/index.mjs +2 -91
  62. package/element-resize-observer/index.d.ts +8 -0
  63. package/element-resize-observer/index.mjs +40 -0
  64. package/element-resize-observer/style.css +1 -0
  65. package/empty-view/index.d.ts +2 -2
  66. package/empty-view/index.mjs +1 -1
  67. package/flex-scroll-area/index.d.ts +1 -1
  68. package/flex-scroll-area/index.mjs +1 -1
  69. package/form-advice/index.mjs +13 -12
  70. package/form-button/index.d.ts +123 -0
  71. package/form-button/index.mjs +36 -0
  72. package/form-card/index.d.ts +14 -0
  73. package/form-card/index.mjs +18 -0
  74. package/form-cascader/index.d.ts +472 -0
  75. package/form-cascader/index.mjs +2 -0
  76. package/form-checkbox/index.d.ts +236 -16
  77. package/form-checkbox/index.mjs +1 -1
  78. package/form-checkbox-group/index.d.ts +364 -0
  79. package/form-checkbox-group/index.mjs +2 -0
  80. package/form-checkbox-group/style.css +1 -0
  81. package/form-date-picker/index.d.ts +390 -19
  82. package/form-date-picker/index.mjs +1 -1
  83. package/form-holder/index.d.ts +87 -20
  84. package/form-holder/index.mjs +1 -1
  85. package/form-holder/style.css +1 -1
  86. package/form-image/index.d.ts +145 -13
  87. package/form-image/index.mjs +1 -1
  88. package/form-input/index.d.ts +301 -20
  89. package/form-input/index.mjs +1 -1
  90. package/form-input/style.css +1 -0
  91. package/form-input-cron-expression/index.d.ts +217 -0
  92. package/form-input-cron-expression/index.mjs +2 -0
  93. package/form-input-cron-expression/style.css +1 -0
  94. package/form-input-email/index.d.ts +307 -16
  95. package/form-input-email/index.mjs +1 -1
  96. package/form-input-id-card/index.d.ts +307 -16
  97. package/form-input-id-card/index.mjs +1 -1
  98. package/form-input-number/index.d.ts +246 -18
  99. package/form-input-number/index.mjs +1 -1
  100. package/form-input-phone-number/index.d.ts +307 -16
  101. package/form-input-phone-number/index.mjs +1 -1
  102. package/form-input-tag/index.d.ts +263 -1
  103. package/form-input-tag/index.mjs +1 -3
  104. package/form-input-time/index.d.ts +434 -1
  105. package/form-input-time/index.mjs +1 -3
  106. package/form-item-config-provider/index.d.ts +22 -0
  107. package/form-item-config-provider/index.mjs +24 -0
  108. package/form-item-group/index.d.ts +91 -17
  109. package/form-item-group/index.mjs +2 -78
  110. package/form-item-group/style.css +1 -1
  111. package/form-item-x/index.d.ts +141 -11
  112. package/form-item-x/index.mjs +1 -1
  113. package/form-item-x/style.css +1 -0
  114. package/form-radio-group/index.d.ts +303 -16
  115. package/form-radio-group/index.mjs +1 -1
  116. package/form-rate/index.d.ts +254 -14
  117. package/form-rate/index.mjs +1 -1
  118. package/form-red-table/index.mjs +27 -26
  119. package/form-row/index.d.ts +2 -2
  120. package/form-row/index.mjs +1 -1
  121. package/form-select/index.d.ts +537 -18
  122. package/form-select/index.mjs +1 -1
  123. package/form-slider/index.d.ts +283 -16
  124. package/form-slider/index.mjs +1 -1
  125. package/form-switch/index.d.ts +272 -14
  126. package/form-switch/index.mjs +1 -1
  127. package/form-table/index.d.ts +269 -0
  128. package/form-table/index.mjs +2 -0
  129. package/form-table-plus/index.d.ts +266 -0
  130. package/form-table-plus/index.mjs +2 -0
  131. package/form-text/index.d.ts +165 -13
  132. package/form-text/index.mjs +1 -1
  133. package/form-textarea/index.d.ts +351 -0
  134. package/form-textarea/index.mjs +2 -0
  135. package/form-time-select/index.d.ts +319 -0
  136. package/form-time-select/index.mjs +2 -0
  137. package/form-view/index.mjs +1 -1
  138. package/helper/dictionary.d.ts +15 -0
  139. package/helper/dictionary.mjs +97 -0
  140. package/hook/useDictionary.d.ts +60 -0
  141. package/hook/useDictionary.mjs +15 -0
  142. package/hook/useVisibilityChange.d.ts +4 -0
  143. package/hook/useVisibilityChange.mjs +14 -0
  144. package/iframe-window/index.d.ts +9 -0
  145. package/iframe-window/index.mjs +37 -0
  146. package/iframe-window/style.css +1 -0
  147. package/index.css +2 -0
  148. package/index.d.ts +57 -36
  149. package/index.mjs +59 -61
  150. package/package.json +10 -5
  151. package/pageable-table/index.d.ts +400 -0
  152. package/pageable-table/index.mjs +2 -0
  153. package/pageable-table/style.css +1 -0
  154. package/resolver/index.mjs +29 -0
  155. package/sub-table/index.d.ts +100 -0
  156. package/sub-table/index.mjs +537 -0
  157. package/sub-table/style.css +1 -0
  158. package/sub-table-plus/index.d.ts +100 -0
  159. package/sub-table-plus/index.mjs +2 -0
  160. package/sub-table-plus/style.css +1 -0
  161. package/table-column/index.d.ts +160 -0
  162. package/table-column/index.mjs +2 -0
  163. package/table-column/style.css +1 -0
  164. package/table-column-def/index.d.ts +95 -0
  165. package/table-column-def/index.mjs +11 -0
  166. package/table-view/index.d.ts +341 -1
  167. package/table-view/index.mjs +457 -6
  168. package/table-view/style.css +1 -0
  169. package/toolbar/index.d.ts +128 -1
  170. package/toolbar/index.mjs +1 -8
  171. package/toolbar/style.css +1 -0
  172. package/toolbar-button/index.d.ts +188 -1
  173. package/toolbar-button/index.mjs +1 -8
  174. package/vue-cron/index.d.ts +191 -0
  175. package/vue-cron/index.mjs +2 -0
  176. package/vue-cron/style.css +1 -0
  177. package/web-types.json +1 -1
  178. package/x-input-tag/index.d.ts +2 -0
  179. package/x-input-tag/index.mjs +228 -0
  180. package/x-input-tag/style.css +1 -0
  181. package/year-calendar/index.d.ts +99 -0
  182. package/year-calendar/index.mjs +2 -0
  183. package/year-calendar/style.css +1 -0
  184. package/chunks/B4M_TFeR.mjs +0 -152
  185. package/chunks/B5BIQCcK.mjs +0 -149
  186. package/chunks/BHNKrW1j.mjs +0 -61
  187. package/chunks/BO9jWhBl.mjs +0 -46
  188. package/chunks/BZ8aOa78.mjs +0 -35
  189. package/chunks/Bsz7y4Xp.mjs +0 -73
  190. package/chunks/Bxj372sF.mjs +0 -53
  191. package/chunks/C33EmJN8.mjs +0 -32
  192. package/chunks/C6Li3-l7.mjs +0 -28
  193. package/chunks/CBcdalMX.mjs +0 -35
  194. package/chunks/CdRsyF0n.mjs +0 -43
  195. package/chunks/ClNahmiU.mjs +0 -23
  196. package/chunks/CstztYMu.mjs +0 -28
  197. package/chunks/DC9b53M6.mjs +0 -32
  198. package/chunks/DDVAgRED.mjs +0 -36
  199. package/chunks/DpJQABVD.mjs +0 -91
  200. package/chunks/ZsLNWI9x.mjs +0 -46
  201. package/chunks/jn_iQrVZ.mjs +0 -28
  202. package/constants.d.ts +0 -1
  203. package/constants.mjs +0 -4
  204. package/form-check-box-group/index.d.ts +0 -93
  205. package/form-check-box-group/index.mjs +0 -2
  206. package/input/style.css +0 -1
  207. package/resolver.mjs +0 -79
  208. /package/{resolver.d.ts → resolver/index.d.ts} +0 -0
@@ -1,2 +1,189 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ size: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ type: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ plain: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ text: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ bg: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
22
+ link: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ round: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ circle: {
31
+ type: BooleanConstructor;
32
+ default: boolean;
33
+ };
34
+ dashed: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ loading: {
39
+ type: BooleanConstructor;
40
+ default: boolean;
41
+ };
42
+ loadingIcon: (StringConstructor | ObjectConstructor)[];
43
+ disabled: {
44
+ type: BooleanConstructor;
45
+ default: undefined;
46
+ };
47
+ icon: (StringConstructor | ObjectConstructor)[];
48
+ autofocus: {
49
+ type: BooleanConstructor;
50
+ default: boolean;
51
+ };
52
+ nativeType: {
53
+ type: StringConstructor;
54
+ default: string;
55
+ };
56
+ autoInsertSpace: {
57
+ type: BooleanConstructor;
58
+ default: boolean;
59
+ };
60
+ color: StringConstructor;
61
+ dark: {
62
+ type: BooleanConstructor;
63
+ default: boolean;
64
+ };
65
+ tag: (StringConstructor | ObjectConstructor)[];
66
+ label: StringConstructor;
67
+ loadable: BooleanConstructor;
68
+ footer: BooleanConstructor;
69
+ primary: BooleanConstructor;
70
+ warning: BooleanConstructor;
71
+ privilege: StringConstructor;
72
+ condition: {
73
+ type: (BooleanConstructor | ArrayConstructor | FunctionConstructor)[];
74
+ };
75
+ conditionTips: StringConstructor;
76
+ confirm: BooleanConstructor;
77
+ confirmTips: StringConstructor;
78
+ beforeExecute: FunctionConstructor;
79
+ afterExecute: FunctionConstructor;
80
+ route: (StringConstructor | ObjectConstructor)[];
81
+ title: StringConstructor;
82
+ cancelButtonText: StringConstructor;
83
+ confirmButtonText: StringConstructor;
84
+ }>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
85
+ size: {
86
+ type: StringConstructor;
87
+ default: string;
88
+ };
89
+ type: {
90
+ type: StringConstructor;
91
+ default: string;
92
+ };
93
+ plain: {
94
+ type: BooleanConstructor;
95
+ default: boolean;
96
+ };
97
+ text: {
98
+ type: BooleanConstructor;
99
+ default: boolean;
100
+ };
101
+ bg: {
102
+ type: BooleanConstructor;
103
+ default: boolean;
104
+ };
105
+ link: {
106
+ type: BooleanConstructor;
107
+ default: boolean;
108
+ };
109
+ round: {
110
+ type: BooleanConstructor;
111
+ default: boolean;
112
+ };
113
+ circle: {
114
+ type: BooleanConstructor;
115
+ default: boolean;
116
+ };
117
+ dashed: {
118
+ type: BooleanConstructor;
119
+ default: boolean;
120
+ };
121
+ loading: {
122
+ type: BooleanConstructor;
123
+ default: boolean;
124
+ };
125
+ loadingIcon: (StringConstructor | ObjectConstructor)[];
126
+ disabled: {
127
+ type: BooleanConstructor;
128
+ default: undefined;
129
+ };
130
+ icon: (StringConstructor | ObjectConstructor)[];
131
+ autofocus: {
132
+ type: BooleanConstructor;
133
+ default: boolean;
134
+ };
135
+ nativeType: {
136
+ type: StringConstructor;
137
+ default: string;
138
+ };
139
+ autoInsertSpace: {
140
+ type: BooleanConstructor;
141
+ default: boolean;
142
+ };
143
+ color: StringConstructor;
144
+ dark: {
145
+ type: BooleanConstructor;
146
+ default: boolean;
147
+ };
148
+ tag: (StringConstructor | ObjectConstructor)[];
149
+ label: StringConstructor;
150
+ loadable: BooleanConstructor;
151
+ footer: BooleanConstructor;
152
+ primary: BooleanConstructor;
153
+ warning: BooleanConstructor;
154
+ privilege: StringConstructor;
155
+ condition: {
156
+ type: (BooleanConstructor | ArrayConstructor | FunctionConstructor)[];
157
+ };
158
+ conditionTips: StringConstructor;
159
+ confirm: BooleanConstructor;
160
+ confirmTips: StringConstructor;
161
+ beforeExecute: FunctionConstructor;
162
+ afterExecute: FunctionConstructor;
163
+ route: (StringConstructor | ObjectConstructor)[];
164
+ title: StringConstructor;
165
+ cancelButtonText: StringConstructor;
166
+ confirmButtonText: StringConstructor;
167
+ }>> & Readonly<{}>, {
168
+ primary: boolean;
169
+ size: string;
170
+ loading: boolean;
171
+ disabled: boolean;
172
+ plain: boolean;
173
+ autofocus: boolean;
174
+ round: boolean;
175
+ type: string;
176
+ nativeType: string;
177
+ text: boolean;
178
+ footer: boolean;
179
+ link: boolean;
180
+ loadable: boolean;
181
+ warning: boolean;
182
+ confirm: boolean;
183
+ bg: boolean;
184
+ circle: boolean;
185
+ dashed: boolean;
186
+ dark: boolean;
187
+ autoInsertSpace: boolean;
188
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
189
  export default _default;
@@ -1,9 +1,2 @@
1
- //#region src/components/form/ToolbarButton.vue
2
- var e = /* @__PURE__ */ Object.assign({ name: "ToolbarButton" }, {
3
- __name: "ToolbarButton",
4
- setup(e) {
5
- return (e, t) => null;
6
- }
7
- });
8
- //#endregion
1
+ import { t as e } from "../chunks/Dt3lfDnL.mjs";
9
2
  export { e as default };
@@ -0,0 +1,191 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ data: ObjectConstructor;
3
+ expression: StringConstructor;
4
+ runsParser: FunctionConstructor;
5
+ quartz: {
6
+ type: BooleanConstructor;
7
+ default: boolean;
8
+ };
9
+ }>, {}, {
10
+ currentYear: number;
11
+ exps: {
12
+ type: string;
13
+ expression: null;
14
+ }[];
15
+ second: {
16
+ cronEvery: null;
17
+ incrementStart: number;
18
+ incrementIncrement: number;
19
+ rangeStart: null;
20
+ rangeEnd: null;
21
+ specificSpecific: never[];
22
+ };
23
+ minute: {
24
+ cronEvery: null;
25
+ incrementStart: number;
26
+ incrementIncrement: number;
27
+ rangeStart: null;
28
+ rangeEnd: null;
29
+ specificSpecific: never[];
30
+ };
31
+ hour: {
32
+ cronEvery: null;
33
+ incrementStart: number;
34
+ incrementIncrement: number;
35
+ rangeStart: null;
36
+ rangeEnd: null;
37
+ specificSpecific: never[];
38
+ };
39
+ day: {
40
+ cronEvery: null;
41
+ incrementStart: number;
42
+ incrementIncrement: number;
43
+ rangeStart: null;
44
+ rangeEnd: null;
45
+ specificSpecific: never[];
46
+ cronDaysBeforeEomMinus: null;
47
+ cronDaysNearestWeekday: null;
48
+ };
49
+ week: {
50
+ cronEvery: null;
51
+ incrementStart: number;
52
+ incrementIncrement: number;
53
+ specificSpecific: never[];
54
+ cronLastSpecificDomDay: number;
55
+ cronNthDayDay: number;
56
+ cronNthDayNth: number;
57
+ };
58
+ month: {
59
+ cronEvery: null;
60
+ incrementStart: number;
61
+ incrementIncrement: number;
62
+ rangeStart: null;
63
+ rangeEnd: null;
64
+ specificSpecific: never[];
65
+ };
66
+ year: {
67
+ cronEvery: null;
68
+ incrementStart: number;
69
+ incrementIncrement: number;
70
+ rangeStart: null;
71
+ rangeEnd: null;
72
+ specificSpecific: never[];
73
+ };
74
+ output: {
75
+ second: null;
76
+ minute: null;
77
+ hour: null;
78
+ day: null;
79
+ month: null;
80
+ week: null;
81
+ year: null;
82
+ };
83
+ runs: never[];
84
+ defaultStr: string;
85
+ weekOptions: {
86
+ value: string;
87
+ label: string;
88
+ }[];
89
+ }, {
90
+ text(): {
91
+ Seconds: {
92
+ name: string;
93
+ every: string;
94
+ interval: string[];
95
+ specific: string;
96
+ cycle: string[];
97
+ };
98
+ Minutes: {
99
+ name: string;
100
+ every: string;
101
+ interval: string[];
102
+ specific: string;
103
+ cycle: string[];
104
+ };
105
+ Hours: {
106
+ name: string;
107
+ every: string;
108
+ interval: string[];
109
+ specific: string;
110
+ cycle: string[];
111
+ };
112
+ Day: {
113
+ name: string;
114
+ every: string;
115
+ intervalDay: string[];
116
+ specificDay: string;
117
+ lastDay: string;
118
+ lastWorkday: string;
119
+ beforeEndMonth: string[];
120
+ nearestWorkday: string[];
121
+ };
122
+ Week: {
123
+ name: string;
124
+ every: string;
125
+ intervalWeek: string[];
126
+ specificWeek: string;
127
+ lastWeek: string[];
128
+ someWeekday: string[];
129
+ };
130
+ Month: {
131
+ name: string;
132
+ every: string;
133
+ interval: string[];
134
+ specific: string;
135
+ cycle: string[];
136
+ };
137
+ Year: {
138
+ name: string;
139
+ every: string;
140
+ interval: string[];
141
+ specific: string;
142
+ cycle: string[];
143
+ };
144
+ Save: string;
145
+ Close: string;
146
+ };
147
+ secondsText(): string;
148
+ minutesText(): string;
149
+ hoursText(): string;
150
+ daysText(): string;
151
+ weeksText(): string;
152
+ weeksTextQuartz(): string;
153
+ monthsText(): string;
154
+ yearsText(): string;
155
+ cron(): string;
156
+ }, {
157
+ copyCron(): void;
158
+ getValue(): string;
159
+ change(): void;
160
+ close(): void;
161
+ rest(data: any): void;
162
+ resolveExpression(): void;
163
+ commonParser(expressionType: any, str: any): void;
164
+ resolveWeek(str: any): void;
165
+ resolveDay(str: any): void;
166
+ resolveStar(expressionObj: any, type?: string): void;
167
+ resolveSlash(expressionObj: any, expression: any, type?: string): void;
168
+ resolveLine(expressionObj: any, expression: any, type?: string): void;
169
+ resolveComma(expressionObj: any, expression: any, type?: string): void;
170
+ setSecond(val: any): void;
171
+ setMinute(val: any): void;
172
+ setHour(val: any): void;
173
+ setMonth(val: any): void;
174
+ setYear(val: any): void;
175
+ setDay(val: any): void;
176
+ setWeek(val: any): void;
177
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "close")[], "change" | "close", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
178
+ data: ObjectConstructor;
179
+ expression: StringConstructor;
180
+ runsParser: FunctionConstructor;
181
+ quartz: {
182
+ type: BooleanConstructor;
183
+ default: boolean;
184
+ };
185
+ }>> & Readonly<{
186
+ onChange?: ((...args: any[]) => any) | undefined;
187
+ onClose?: ((...args: any[]) => any) | undefined;
188
+ }>, {
189
+ quartz: boolean;
190
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
191
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { t as e } from "../chunks/C7G-cAoI.mjs";
2
+ export { e as default };
@@ -0,0 +1 @@
1
+ .vue-cron{min-width:600px}.vue-cron .el-tabs{margin-bottom:30px}.vue-cron .language{z-index:1;position:absolute;right:25px}.vue-cron .el-tabs{box-shadow:none}.vue-cron .el-tabs .el-tabs__content{padding:0 14px}.vue-cron .tabBody{display:block}.vue-cron .tabBody .long .el-select{width:200px}.vue-cron .tabBody .el-input-number{width:110px}.vue-cron .tabBody .el-radio{margin-top:10px;display:block}.vue-cron .tabBody .el-radio:last-child{margin-bottom:10px}.vue-cron .bottom{text-align:center;width:100%;margin-top:5px;position:relative}.vue-cron .cron-expression{border:1px solid #ccc;border-radius:4px;margin-top:20px;padding:14px;position:relative}.vue-cron .cron-expression .title{background:#fff;padding:10px 40px;position:absolute;top:-50%;left:50%;transform:translate(-50%,60%)}.vue-cron .cron-expression .field-name{text-align:center;margin-bottom:6px}.vue-cron .cron-expression .field-value{text-align:center;border:1px solid #ccc;border-radius:4px;min-width:20px;padding:6px}.vue-cron .cron-expression .field-value.highlight{color:#ff8100;border-color:#ff8100}.vue-cron .cron-expression .field{justify-content:center;align-items:center;padding-left:10px;padding-right:10px}