twcpt 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/dist/charts.cjs.js +1 -1
  2. package/dist/charts.d.ts +0 -7
  3. package/dist/charts.es.js +1 -9
  4. package/dist/components/j-tw-btn/index.d.ts +10 -10
  5. package/dist/components/j-tw-checkbox/index.d.ts +230 -0
  6. package/dist/components/j-tw-checkbox/types.d.ts +35 -0
  7. package/dist/components/j-tw-checkbox-group/index.d.ts +309 -0
  8. package/dist/components/j-tw-checkbox-group/types.d.ts +38 -0
  9. package/dist/components/j-tw-confirm-dialog/index.d.ts +704 -0
  10. package/dist/components/j-tw-confirm-dialog/jwConfirmDialog.d.ts +2 -0
  11. package/dist/components/j-tw-confirm-dialog/types.d.ts +79 -0
  12. package/dist/components/j-tw-date-picker/index.d.ts +63 -8
  13. package/dist/components/j-tw-date-picker/types.d.ts +15 -0
  14. package/dist/components/j-tw-dialog/index.d.ts +793 -0
  15. package/dist/components/j-tw-dialog/jwDialog.d.ts +38 -0
  16. package/dist/components/j-tw-dialog/types.d.ts +122 -0
  17. package/dist/components/j-tw-form/index.d.ts +368 -0
  18. package/dist/components/j-tw-form/types.d.ts +18 -0
  19. package/dist/components/j-tw-form-item/index.d.ts +248 -0
  20. package/dist/components/j-tw-form-item/types.d.ts +21 -0
  21. package/dist/components/j-tw-form-label/index.d.ts +66 -0
  22. package/dist/components/j-tw-input/index.d.ts +537 -0
  23. package/dist/components/j-tw-input/types.d.ts +76 -0
  24. package/dist/components/j-tw-messages/MessageItem.d.ts +84 -0
  25. package/dist/components/j-tw-messages/index.d.ts +110 -0
  26. package/dist/components/j-tw-messages/jwMessages.d.ts +2 -0
  27. package/dist/components/j-tw-messages/state.d.ts +23 -0
  28. package/dist/components/j-tw-messages/types.d.ts +31 -0
  29. package/dist/components/j-tw-radio/index.d.ts +168 -0
  30. package/dist/components/j-tw-radio/types.d.ts +29 -0
  31. package/dist/components/j-tw-radio-group/index.d.ts +244 -0
  32. package/dist/components/j-tw-radio-group/types.d.ts +37 -0
  33. package/dist/components/j-tw-status-img/index.d.ts +36 -0
  34. package/dist/components/j-tw-status-img/types.d.ts +3 -0
  35. package/dist/components/j-tw-table/index.d.ts +480 -0
  36. package/dist/components/j-tw-table/types.d.ts +157 -0
  37. package/dist/components/j-tw-tree-select/TreeNode.d.ts +124 -0
  38. package/dist/components/j-tw-tree-select/index.d.ts +292 -0
  39. package/dist/components/j-tw-tree-select/types.d.ts +110 -0
  40. package/dist/components/j-tw-tree-select-btn/TreeNode.d.ts +107 -0
  41. package/dist/components/j-tw-tree-select-btn/index.d.ts +171 -22
  42. package/dist/components/j-tw-tree-select-btn/types.d.ts +5 -0
  43. package/dist/global.d.ts +109 -49
  44. package/dist/index.css +1 -1
  45. package/dist/index.d.ts +37 -4
  46. package/dist/shims-svg.d.ts +4 -0
  47. package/dist/twcpt-styles.css +1 -1
  48. package/dist/twcpt.cjs.js +9 -5
  49. package/dist/twcpt.es.js +3552 -1666
  50. package/dist/types.d.ts +1 -1
  51. package/dist/utils/useBizRequest.d.ts +12 -0
  52. package/package.json +1 -3
  53. package/dist/charts-BRqaKjiE.js +0 -879
  54. package/dist/charts-lTMiYKQB.cjs +0 -1
  55. package/dist/components/j-ch-bar/index.d.ts +0 -50
  56. package/dist/components/j-ch-bar/types.d.ts +0 -42
  57. package/dist/components/j-ch-bar-line/index.d.ts +0 -49
  58. package/dist/components/j-ch-bar-line/types.d.ts +0 -42
  59. package/dist/components/j-ch-bubble/index.d.ts +0 -54
  60. package/dist/components/j-ch-bubble/types.d.ts +0 -51
  61. package/dist/components/j-ch-line/index.d.ts +0 -57
  62. package/dist/components/j-ch-line/types.d.ts +0 -42
  63. package/dist/components/j-ch-pie-doughnut/index.d.ts +0 -60
  64. package/dist/components/j-ch-pie-doughnut/types.d.ts +0 -55
  65. package/dist/components/j-ch-radar/index.d.ts +0 -49
  66. package/dist/components/j-ch-radar/types.d.ts +0 -42
  67. package/dist/utils/chart.d.ts +0 -28
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./charts-lTMiYKQB.cjs");exports.JChBar=e.index;exports.JChBarLine=e.index$1;exports.JChBubble=e.index$2;exports.JChLine=e.index$3;exports.JChPieDoughnut=e.index$4;exports.JChRadar=e.index$5;
1
+ "use strict";
package/dist/charts.d.ts CHANGED
@@ -1,7 +0,0 @@
1
- import { default as JChBar } from './components/j-ch-bar/index';
2
- import { default as JChBarLine } from './components/j-ch-bar-line/index';
3
- import { default as JChBubble } from './components/j-ch-bubble/index';
4
- import { default as JChLine } from './components/j-ch-line/index';
5
- import { default as JChPieDoughnut } from './components/j-ch-pie-doughnut/index';
6
- import { default as JChRadar } from './components/j-ch-radar/index';
7
- export { JChBar, JChBarLine, JChBubble, JChLine, JChPieDoughnut, JChRadar, };
package/dist/charts.es.js CHANGED
@@ -1,9 +1 @@
1
- import { i as e, a as s, b as C, c as J, d as r, e as i } from "./charts-BRqaKjiE.js";
2
- export {
3
- e as JChBar,
4
- s as JChBarLine,
5
- C as JChBubble,
6
- J as JChLine,
7
- r as JChPieDoughnut,
8
- i as JChRadar
9
- };
1
+
@@ -37,7 +37,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
37
37
  default: boolean;
38
38
  };
39
39
  tips: {
40
- type: (NumberConstructor | StringConstructor)[];
40
+ type: (StringConstructor | NumberConstructor)[];
41
41
  default: string;
42
42
  };
43
43
  tooltipConfig: {
@@ -136,7 +136,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
136
136
  tag: string | Component;
137
137
  }> & Omit<Readonly< ButtonProps> & Readonly<{
138
138
  onClick?: ((evt: MouseEvent) => any) | undefined;
139
- }>, "type" | "text" | "ref" | "size" | "round" | "disabled" | "nativeType" | "loadingIcon" | "plain" | "dashed" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & ShallowUnwrapRef<{
139
+ }>, "text" | "size" | "type" | "disabled" | "nativeType" | "loadingIcon" | "plain" | "round" | "dashed" | "autoInsertSpace" | "tag" | "ref" | "shouldAddSpace"> & ShallowUnwrapRef<{
140
140
  ref: Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
141
141
  size: ComputedRef<"" | "default" | "large" | "small">;
142
142
  type: ComputedRef<"default" | "" | "info" | "primary" | "success" | "warning" | "text" | "danger">;
@@ -241,7 +241,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
241
241
  tag: string | Component;
242
242
  }> & Omit<Readonly< ButtonProps> & Readonly<{
243
243
  onClick?: ((evt: MouseEvent) => any) | undefined;
244
- }>, "type" | "text" | "ref" | "size" | "round" | "disabled" | "nativeType" | "loadingIcon" | "plain" | "dashed" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & ShallowUnwrapRef<{
244
+ }>, "text" | "size" | "type" | "disabled" | "nativeType" | "loadingIcon" | "plain" | "round" | "dashed" | "autoInsertSpace" | "tag" | "ref" | "shouldAddSpace"> & ShallowUnwrapRef<{
245
245
  ref: Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
246
246
  size: ComputedRef<"" | "default" | "large" | "small">;
247
247
  type: ComputedRef<"default" | "" | "info" | "primary" | "success" | "warning" | "text" | "danger">;
@@ -320,7 +320,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
320
320
  default: boolean;
321
321
  };
322
322
  tips: {
323
- type: (NumberConstructor | StringConstructor)[];
323
+ type: (StringConstructor | NumberConstructor)[];
324
324
  default: string;
325
325
  };
326
326
  tooltipConfig: {
@@ -330,13 +330,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
330
330
  }>> & Readonly<{
331
331
  onClick?: ((_e: MouseEvent) => any) | undefined;
332
332
  }>, {
333
+ size: JTWBtnSizeType;
333
334
  type: JTWBtnTypeType;
335
+ color: string;
336
+ outline: boolean;
334
337
  flat: boolean;
335
338
  label: string;
336
- size: JTWBtnSizeType;
337
- color: string;
338
339
  loading: boolean;
339
- outline: boolean;
340
340
  tips: string | number;
341
341
  tooltipConfig: JTWBtnTooltipConfig;
342
342
  }, {}, {
@@ -518,7 +518,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
518
518
  strategy: "absolute" | "fixed";
519
519
  arrowOffset: number;
520
520
  showArrow: boolean;
521
- role: "dialog" | "menu" | "tooltip" | "grid" | "group" | "listbox" | "navigation" | "tree";
521
+ role: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree";
522
522
  content: string;
523
523
  showAfter: number;
524
524
  hideAfter: number;
@@ -569,7 +569,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
569
569
  strategy: "absolute" | "fixed";
570
570
  arrowOffset: number;
571
571
  showArrow: boolean;
572
- role: "dialog" | "menu" | "tooltip" | "grid" | "group" | "listbox" | "navigation" | "tree";
572
+ role: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree";
573
573
  content: string;
574
574
  showAfter: number;
575
575
  hideAfter: number;
@@ -625,7 +625,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
625
625
  strategy: "absolute" | "fixed";
626
626
  arrowOffset: number;
627
627
  showArrow: boolean;
628
- role: "dialog" | "menu" | "tooltip" | "grid" | "group" | "listbox" | "navigation" | "tree";
628
+ role: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree";
629
629
  content: string;
630
630
  showAfter: number;
631
631
  hideAfter: number;
@@ -0,0 +1,230 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, ObjectPlugin } from 'vue';
2
+ import { CheckboxProps, CheckboxValueType, ComponentSize, CheckboxGroupProps, CheckboxGroupValueType } from 'element-plus';
3
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
4
+ ElCheckbox: {
5
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< CheckboxProps> & Readonly<{
6
+ onChange?: ((val: CheckboxValueType) => any) | undefined;
7
+ "onUpdate:modelValue"?: ((val: CheckboxValueType) => any) | undefined;
8
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9
+ change: (val: CheckboxValueType) => void;
10
+ "update:modelValue": (val: CheckboxValueType) => void;
11
+ }, PublicProps, {
12
+ value: string | boolean | number | object;
13
+ label: string | boolean | number | object;
14
+ disabled: boolean;
15
+ validateEvent: boolean;
16
+ modelValue: number | string | boolean;
17
+ id: string;
18
+ name: string;
19
+ trueValue: string | number;
20
+ falseValue: string | number;
21
+ trueLabel: string | number;
22
+ falseLabel: string | number;
23
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
24
+ P: {};
25
+ B: {};
26
+ D: {};
27
+ C: {};
28
+ M: {};
29
+ Defaults: {};
30
+ }, Readonly< CheckboxProps> & Readonly<{
31
+ onChange?: ((val: CheckboxValueType) => any) | undefined;
32
+ "onUpdate:modelValue"?: ((val: CheckboxValueType) => any) | undefined;
33
+ }>, {}, {}, {}, {}, {
34
+ value: string | boolean | number | object;
35
+ label: string | boolean | number | object;
36
+ disabled: boolean;
37
+ validateEvent: boolean;
38
+ modelValue: number | string | boolean;
39
+ id: string;
40
+ name: string;
41
+ trueValue: string | number;
42
+ falseValue: string | number;
43
+ trueLabel: string | number;
44
+ falseLabel: string | number;
45
+ }>;
46
+ __isFragment?: never;
47
+ __isTeleport?: never;
48
+ __isSuspense?: never;
49
+ } & ComponentOptionsBase<Readonly< CheckboxProps> & Readonly<{
50
+ onChange?: ((val: CheckboxValueType) => any) | undefined;
51
+ "onUpdate:modelValue"?: ((val: CheckboxValueType) => any) | undefined;
52
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
53
+ change: (val: CheckboxValueType) => void;
54
+ "update:modelValue": (val: CheckboxValueType) => void;
55
+ }, string, {
56
+ value: string | boolean | number | object;
57
+ label: string | boolean | number | object;
58
+ disabled: boolean;
59
+ validateEvent: boolean;
60
+ modelValue: number | string | boolean;
61
+ id: string;
62
+ name: string;
63
+ trueValue: string | number;
64
+ falseValue: string | number;
65
+ trueLabel: string | number;
66
+ falseLabel: string | number;
67
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
68
+ $slots: {
69
+ default?: (props: {}) => any;
70
+ };
71
+ }) & ObjectPlugin & {
72
+ setPropsDefaults: (defaults: Partial<{
73
+ readonly modelValue?: number | string | boolean | undefined;
74
+ readonly label?: string | boolean | number | object | undefined;
75
+ readonly value?: string | boolean | number | object | undefined;
76
+ readonly indeterminate?: boolean | undefined;
77
+ readonly disabled?: boolean | undefined;
78
+ readonly checked?: boolean | undefined;
79
+ readonly name?: string | undefined;
80
+ readonly trueValue?: string | number | undefined;
81
+ readonly falseValue?: string | number | undefined;
82
+ readonly trueLabel?: string | number | undefined;
83
+ readonly falseLabel?: string | number | undefined;
84
+ readonly id?: string | undefined;
85
+ readonly border?: boolean | undefined;
86
+ readonly size?: ComponentSize | undefined;
87
+ readonly tabindex?: string | number | undefined;
88
+ readonly validateEvent?: boolean | undefined;
89
+ readonly ariaLabel?: string | undefined;
90
+ readonly ariaControls?: string | undefined;
91
+ readonly onChange?: ((val: CheckboxValueType) => any) | undefined | undefined;
92
+ readonly "onUpdate:modelValue"?: ((val: CheckboxValueType) => any) | undefined | undefined;
93
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps>) => void;
94
+ } & {
95
+ CheckboxButton: {
96
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< CheckboxProps> & Readonly<{
97
+ onChange?: ((val: CheckboxValueType) => any) | undefined;
98
+ "onUpdate:modelValue"?: ((val: CheckboxValueType) => any) | undefined;
99
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
100
+ change: (val: CheckboxValueType) => void;
101
+ "update:modelValue": (val: CheckboxValueType) => void;
102
+ }, PublicProps, {
103
+ value: string | boolean | number | object;
104
+ label: string | boolean | number | object;
105
+ disabled: boolean;
106
+ validateEvent: boolean;
107
+ modelValue: number | string | boolean;
108
+ id: string;
109
+ name: string;
110
+ trueValue: string | number;
111
+ falseValue: string | number;
112
+ trueLabel: string | number;
113
+ falseLabel: string | number;
114
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
115
+ P: {};
116
+ B: {};
117
+ D: {};
118
+ C: {};
119
+ M: {};
120
+ Defaults: {};
121
+ }, Readonly< CheckboxProps> & Readonly<{
122
+ onChange?: ((val: CheckboxValueType) => any) | undefined;
123
+ "onUpdate:modelValue"?: ((val: CheckboxValueType) => any) | undefined;
124
+ }>, {}, {}, {}, {}, {
125
+ value: string | boolean | number | object;
126
+ label: string | boolean | number | object;
127
+ disabled: boolean;
128
+ validateEvent: boolean;
129
+ modelValue: number | string | boolean;
130
+ id: string;
131
+ name: string;
132
+ trueValue: string | number;
133
+ falseValue: string | number;
134
+ trueLabel: string | number;
135
+ falseLabel: string | number;
136
+ }>;
137
+ __isFragment?: never;
138
+ __isTeleport?: never;
139
+ __isSuspense?: never;
140
+ } & ComponentOptionsBase<Readonly< CheckboxProps> & Readonly<{
141
+ onChange?: ((val: CheckboxValueType) => any) | undefined;
142
+ "onUpdate:modelValue"?: ((val: CheckboxValueType) => any) | undefined;
143
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
144
+ change: (val: CheckboxValueType) => void;
145
+ "update:modelValue": (val: CheckboxValueType) => void;
146
+ }, string, {
147
+ value: string | boolean | number | object;
148
+ label: string | boolean | number | object;
149
+ disabled: boolean;
150
+ validateEvent: boolean;
151
+ modelValue: number | string | boolean;
152
+ id: string;
153
+ name: string;
154
+ trueValue: string | number;
155
+ falseValue: string | number;
156
+ trueLabel: string | number;
157
+ falseLabel: string | number;
158
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
159
+ $slots: {
160
+ default?: (props: {}) => any;
161
+ };
162
+ });
163
+ CheckboxGroup: {
164
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< CheckboxGroupProps> & Readonly<{
165
+ onChange?: ((val: CheckboxValueType[]) => any) | undefined;
166
+ "onUpdate:modelValue"?: ((val: CheckboxGroupValueType) => any) | undefined;
167
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
168
+ change: (val: CheckboxValueType[]) => void;
169
+ "update:modelValue": (val: CheckboxGroupValueType) => void;
170
+ }, PublicProps, {
171
+ type: "checkbox" | "button";
172
+ props: {
173
+ value?: string;
174
+ label?: string;
175
+ disabled?: string;
176
+ };
177
+ disabled: boolean;
178
+ validateEvent: boolean;
179
+ modelValue: CheckboxGroupValueType;
180
+ tag: string;
181
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
182
+ P: {};
183
+ B: {};
184
+ D: {};
185
+ C: {};
186
+ M: {};
187
+ Defaults: {};
188
+ }, Readonly< CheckboxGroupProps> & Readonly<{
189
+ onChange?: ((val: CheckboxValueType[]) => any) | undefined;
190
+ "onUpdate:modelValue"?: ((val: CheckboxGroupValueType) => any) | undefined;
191
+ }>, {}, {}, {}, {}, {
192
+ type: "checkbox" | "button";
193
+ props: {
194
+ value?: string;
195
+ label?: string;
196
+ disabled?: string;
197
+ };
198
+ disabled: boolean;
199
+ validateEvent: boolean;
200
+ modelValue: CheckboxGroupValueType;
201
+ tag: string;
202
+ }>;
203
+ __isFragment?: never;
204
+ __isTeleport?: never;
205
+ __isSuspense?: never;
206
+ } & ComponentOptionsBase<Readonly< CheckboxGroupProps> & Readonly<{
207
+ onChange?: ((val: CheckboxValueType[]) => any) | undefined;
208
+ "onUpdate:modelValue"?: ((val: CheckboxGroupValueType) => any) | undefined;
209
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
210
+ change: (val: CheckboxValueType[]) => void;
211
+ "update:modelValue": (val: CheckboxGroupValueType) => void;
212
+ }, string, {
213
+ type: "checkbox" | "button";
214
+ props: {
215
+ value?: string;
216
+ label?: string;
217
+ disabled?: string;
218
+ };
219
+ disabled: boolean;
220
+ validateEvent: boolean;
221
+ modelValue: CheckboxGroupValueType;
222
+ tag: string;
223
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
224
+ $slots: {
225
+ default?: (props: {}) => any;
226
+ };
227
+ });
228
+ };
229
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
230
+ export default _default;
@@ -0,0 +1,35 @@
1
+ import { DefineComponent } from 'vue';
2
+ export interface JTWCheckboxProps {
3
+ modelValue?: boolean | string | number;
4
+ label?: string | number | boolean;
5
+ trueLabel?: string | number;
6
+ falseLabel?: string | number;
7
+ disabled?: boolean;
8
+ border?: boolean;
9
+ size?: 'large' | 'default' | 'small';
10
+ name?: string;
11
+ checked?: boolean;
12
+ indeterminate?: boolean;
13
+ validateEvent?: boolean;
14
+ tabindex?: string | number;
15
+ id?: string;
16
+ }
17
+ export interface JTWCheckboxEmits {
18
+ (e: 'update:modelValue', value: boolean | string | number): void;
19
+ (e: 'change', value: boolean | string | number): void;
20
+ }
21
+ export interface JTWCheckboxSlots {
22
+ default?: () => any;
23
+ }
24
+ export type JTWCheckboxEmitsOptions = {
25
+ 'update:modelValue': (value: boolean | string | number) => true;
26
+ change: (value: boolean | string | number) => true;
27
+ };
28
+ export type JTWCheckboxComponent = DefineComponent<JTWCheckboxProps, {}, {}, {}, {}, {}, {}, JTWCheckboxEmitsOptions>;
29
+ export type JTWCheckboxInstance = InstanceType<JTWCheckboxComponent>;
30
+ export interface JTWCheckboxTemplateProps extends JTWCheckboxProps {
31
+ 'onUpdate:modelValue'?: (value: boolean | string | number) => void;
32
+ onChange?: (value: boolean | string | number) => void;
33
+ class?: string | Record<string, boolean> | Array<string | Record<string, boolean>>;
34
+ style?: string | Record<string, string>;
35
+ }