3h1-ui 1.2.1-beta-21 → 1.2.1-beta-22

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 (55) hide show
  1. package/es/index.js +622 -175
  2. package/es/ui/src/Basic/src/BasicHelp.vue.d.ts +2 -2
  3. package/es/ui/src/Basic/src/BasicTitle.vue.d.ts +2 -2
  4. package/es/ui/src/Button/src/props.d.ts +1 -1
  5. package/es/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +4 -4
  6. package/es/ui/src/CountTo/src/CountTo.vue.d.ts +2 -2
  7. package/es/ui/src/Cropper/src/Cropper.vue.d.ts +2 -2
  8. package/es/ui/src/Cropper/src/CropperAvatar.vue.d.ts +2 -2
  9. package/es/ui/src/Drawer/src/BasicDrawer.vue.d.ts +2 -2
  10. package/es/ui/src/Drawer/src/components/DrawerFooter.vue.d.ts +2 -2
  11. package/es/ui/src/Icon/src/SvgIcon.vue.d.ts +1 -1
  12. package/es/ui/src/Loading/src/Loading.vue.d.ts +1 -1
  13. package/es/ui/src/Modal/src/components/BasicHelp.vue.d.ts +2 -2
  14. package/es/ui/src/Modal/src/components/BasicTitle.vue.d.ts +2 -2
  15. package/es/ui/src/Table/src/components/TableImg.vue.d.ts +1 -1
  16. package/es/ui/src/TablePlus/TablePlus.vue.d.ts +1 -1
  17. package/es/ui/src/TablePlus/index.d.ts +1 -1
  18. package/es/ui/src/Transition/index.d.ts +11 -11
  19. package/es/ui/src/Transition/src/CreateTransition.d.ts +1 -1
  20. package/es/ui/src/Tree/src/BasicTree.vue.d.ts +3 -3
  21. package/lib/index.js +626 -183
  22. package/lib/ui/src/Basic/src/BasicHelp.vue.d.ts +2 -2
  23. package/lib/ui/src/Basic/src/BasicTitle.vue.d.ts +2 -2
  24. package/lib/ui/src/Button/src/props.d.ts +1 -1
  25. package/lib/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +4 -4
  26. package/lib/ui/src/CountTo/src/CountTo.vue.d.ts +2 -2
  27. package/lib/ui/src/Cropper/src/Cropper.vue.d.ts +2 -2
  28. package/lib/ui/src/Cropper/src/CropperAvatar.vue.d.ts +2 -2
  29. package/lib/ui/src/Drawer/src/BasicDrawer.vue.d.ts +2 -2
  30. package/lib/ui/src/Drawer/src/components/DrawerFooter.vue.d.ts +2 -2
  31. package/lib/ui/src/Icon/src/SvgIcon.vue.d.ts +1 -1
  32. package/lib/ui/src/Loading/src/Loading.vue.d.ts +1 -1
  33. package/lib/ui/src/Modal/src/components/BasicHelp.vue.d.ts +2 -2
  34. package/lib/ui/src/Modal/src/components/BasicTitle.vue.d.ts +2 -2
  35. package/lib/ui/src/Table/src/components/TableImg.vue.d.ts +1 -1
  36. package/lib/ui/src/TablePlus/TablePlus.vue.d.ts +1 -1
  37. package/lib/ui/src/TablePlus/index.d.ts +1 -1
  38. package/lib/ui/src/Transition/index.d.ts +11 -11
  39. package/lib/ui/src/Transition/src/CreateTransition.d.ts +1 -1
  40. package/lib/ui/src/Tree/src/BasicTree.vue.d.ts +3 -3
  41. package/package.json +1 -1
  42. package/es/ui/src/Basic/src/BasicArrow.vue.d.ts +0 -116
  43. package/es/ui/src/ClickOutSide/src/ClickOutSide.vue.d.ts +0 -8
  44. package/es/ui/src/Container/src/LazyContainer.vue.d.ts +0 -121
  45. package/es/ui/src/Container/src/ScrollContainer.vue.d.ts +0 -9
  46. package/es/ui/src/Icon/src/Icon.vue.d.ts +0 -53
  47. package/es/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +0 -95
  48. package/es/ui/src/Modal/src/components/ScrollContainer.vue.d.ts +0 -9
  49. package/lib/ui/src/Basic/src/BasicArrow.vue.d.ts +0 -116
  50. package/lib/ui/src/ClickOutSide/src/ClickOutSide.vue.d.ts +0 -8
  51. package/lib/ui/src/Container/src/LazyContainer.vue.d.ts +0 -121
  52. package/lib/ui/src/Container/src/ScrollContainer.vue.d.ts +0 -9
  53. package/lib/ui/src/Icon/src/Icon.vue.d.ts +0 -53
  54. package/lib/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +0 -95
  55. package/lib/ui/src/Modal/src/components/ScrollContainer.vue.d.ts +0 -9
@@ -90,10 +90,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
90
90
  type: PropType<string | string[]>;
91
91
  };
92
92
  }>>, {
93
- placement: string;
94
93
  color: string;
94
+ fontSize: string;
95
95
  maxWidth: string;
96
+ placement: string;
96
97
  showIndex: boolean;
97
- fontSize: string;
98
98
  }>;
99
99
  export default _sfc_main;
@@ -80,11 +80,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
80
80
  type: PropType<string | string[]>;
81
81
  };
82
82
  }>>, {
83
- placement: string;
84
83
  color: string;
84
+ fontSize: string;
85
85
  maxWidth: string;
86
+ placement: string;
86
87
  showIndex: boolean;
87
- fontSize: string;
88
88
  }>;
89
89
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
90
90
  /**
@@ -1,6 +1,6 @@
1
1
  export declare const buttonProps: {
2
2
  color: {
3
- type: PropType<"" | "success" | "error" | "warning">;
3
+ type: PropType<"" | "error" | "success" | "warning">;
4
4
  validator: (v: any) => boolean;
5
5
  default: string;
6
6
  };
@@ -383,7 +383,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
383
383
  size: import("vue").PropType<"small" | "default" | "large">;
384
384
  block: BooleanConstructor;
385
385
  prefixCls: StringConstructor;
386
- shape: import("vue").PropType<"default" | "circle" | "round" | "square">;
386
+ shape: import("vue").PropType<"round" | "default" | "circle" | "square">;
387
387
  active: {
388
388
  type: BooleanConstructor;
389
389
  default: any;
@@ -392,7 +392,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
392
392
  size: import("vue").PropType<"small" | "default" | "large">;
393
393
  block: BooleanConstructor;
394
394
  prefixCls: StringConstructor;
395
- shape: import("vue").PropType<"default" | "circle" | "round" | "square">;
395
+ shape: import("vue").PropType<"round" | "default" | "circle" | "square">;
396
396
  active: {
397
397
  /**
398
398
  * @description: Handling development events
@@ -447,7 +447,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
447
447
  readonly Image: import("vue").DefineComponent<Omit<{
448
448
  prefixCls: StringConstructor;
449
449
  size: import("vue").PropType<number | "small" | "default" | "large">;
450
- shape: import("vue").PropType<"default" | "circle" | "round" | "square">;
450
+ shape: import("vue").PropType<"round" | "default" | "circle" | "square">;
451
451
  active: {
452
452
  type: BooleanConstructor;
453
453
  default: any;
@@ -455,7 +455,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
455
455
  }, "shape" | "size" | "active">, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Omit<{
456
456
  prefixCls: StringConstructor;
457
457
  size: import("vue").PropType<number | "small" | "default" | "large">;
458
- shape: import("vue").PropType<"default" | "circle" | "round" | "square">;
458
+ shape: import("vue").PropType<"round" | "default" | "circle" | "square">;
459
459
  active: {
460
460
  type: BooleanConstructor;
461
461
  default: any;
@@ -122,16 +122,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
122
122
  onOnStarted?: (...args: any[]) => any;
123
123
  onOnFinished?: (...args: any[]) => any;
124
124
  }, {
125
+ prefix: string;
126
+ transition: string;
125
127
  duration: number;
126
128
  startVal: number;
127
129
  endVal: number;
128
130
  autoplay: boolean;
129
131
  decimals: number;
130
- prefix: string;
131
132
  suffix: string;
132
133
  separator: string;
133
134
  decimal: string;
134
135
  useEasing: boolean;
135
- transition: string;
136
136
  }>;
137
137
  export default _sfc_main;
@@ -40,7 +40,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
40
40
  getImageStyle: import("vue").ComputedRef<CSSProperties>;
41
41
  isReady: import("vue").Ref<boolean>;
42
42
  croppered: () => void;
43
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cropend" | "ready" | "cropendError")[], "cropend" | "ready" | "cropendError", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
43
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("ready" | "cropend" | "cropendError")[], "ready" | "cropend" | "cropendError", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
44
44
  src: {
45
45
  type: StringConstructor;
46
46
  required: boolean;
@@ -73,8 +73,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
73
73
  default: () => {};
74
74
  };
75
75
  }>> & {
76
- onCropend?: (...args: any[]) => any;
77
76
  onReady?: (...args: any[]) => any;
77
+ onCropend?: (...args: any[]) => any;
78
78
  onCropendError?: (...args: any[]) => any;
79
79
  }, {
80
80
  options: {};
@@ -14,7 +14,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
14
14
  btnProps: {
15
15
  type: PropType<Partial<import("vue").ExtractPropTypes<{
16
16
  color: {
17
- type: globalThis.PropType<"" | "success" | "error" | "warning">;
17
+ type: globalThis.PropType<"" | "error" | "success" | "warning">;
18
18
  validator: (v: any) => boolean;
19
19
  default: string;
20
20
  };
@@ -78,7 +78,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
78
78
  btnProps: {
79
79
  type: PropType<Partial<import("vue").ExtractPropTypes<{
80
80
  color: {
81
- type: globalThis.PropType<"" | "success" | "error" | "warning">;
81
+ type: globalThis.PropType<"" | "error" | "success" | "warning">;
82
82
  validator: (v: any) => boolean;
83
83
  default: string;
84
84
  };
@@ -77,7 +77,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
77
77
  getBindValues: import("vue").ComputedRef<DrawerProps>;
78
78
  getFooterHeight: import("vue").ComputedRef<string>;
79
79
  handleOk: () => void;
80
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("ok" | "close" | "visible-change" | "register")[], "ok" | "close" | "visible-change" | "register", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
80
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "ok" | "visible-change" | "register")[], "close" | "register" | "ok" | "visible-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
81
81
  confirmLoading: {
82
82
  type: BooleanConstructor;
83
83
  };
@@ -152,11 +152,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
152
152
  }, {
153
153
  title: string;
154
154
  visible: boolean;
155
+ loading: boolean;
155
156
  okText: string;
156
157
  okType: string;
157
158
  cancelText: string;
158
159
  maskClosable: boolean;
159
- loading: boolean;
160
160
  confirmLoading: boolean;
161
161
  destroyOnClose: boolean;
162
162
  showCancelBtn: boolean;
@@ -41,7 +41,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
41
41
  prefixCls: string;
42
42
  handleClose: () => void;
43
43
  getStyle: import("vue").ComputedRef<CSSProperties>;
44
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("ok" | "close")[], "ok" | "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
44
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "ok")[], "close" | "ok", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
45
45
  height: {
46
46
  type: StringConstructor;
47
47
  default: string;
@@ -82,11 +82,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
82
82
  onOk?: (...args: any[]) => any;
83
83
  onClose?: (...args: any[]) => any;
84
84
  }, {
85
+ height: string;
85
86
  okText: string;
86
87
  okType: string;
87
88
  cancelText: string;
88
89
  confirmLoading: boolean;
89
- height: string;
90
90
  showCancelBtn: boolean;
91
91
  showOkBtn: boolean;
92
92
  showFooter: boolean;
@@ -38,8 +38,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
38
38
  default: boolean;
39
39
  };
40
40
  }>>, {
41
- size: string | number;
42
41
  prefix: string;
42
+ size: string | number;
43
43
  spin: boolean;
44
44
  }>;
45
45
  export default _sfc_main;
@@ -50,8 +50,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
50
50
  };
51
51
  }>>, {
52
52
  absolute: boolean;
53
- size: SizeEnum;
54
53
  loading: boolean;
54
+ size: SizeEnum;
55
55
  tip: string;
56
56
  }>;
57
57
  export default _sfc_main;
@@ -90,10 +90,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
90
90
  type: PropType<string | string[]>;
91
91
  };
92
92
  }>>, {
93
- placement: string;
94
93
  color: string;
94
+ fontSize: string;
95
95
  maxWidth: string;
96
+ placement: string;
96
97
  showIndex: boolean;
97
- fontSize: string;
98
98
  }>;
99
99
  export default _sfc_main;
@@ -80,11 +80,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
80
80
  type: PropType<string | string[]>;
81
81
  };
82
82
  }>>, {
83
- placement: string;
84
83
  color: string;
84
+ fontSize: string;
85
85
  maxWidth: string;
86
+ placement: string;
86
87
  showIndex: boolean;
87
- fontSize: string;
88
88
  }>;
89
89
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
90
90
  /**
@@ -55,8 +55,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
55
55
  default: string;
56
56
  };
57
57
  }>>, {
58
- size: number;
59
58
  margin: number;
59
+ size: number;
60
60
  fallback: string;
61
61
  showBadge: boolean;
62
62
  srcPrefix: string;
@@ -547,8 +547,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
547
547
  "onRow-ensure"?: (...args: any[]) => any;
548
548
  "onRow-cancel"?: (...args: any[]) => any;
549
549
  }, {
550
- api: any;
551
550
  columns: unknown[];
551
+ api: any;
552
552
  isShowSeq: boolean;
553
553
  isCompatible: boolean;
554
554
  actionColumn: any;
@@ -549,8 +549,8 @@ declare const TablePlus: SFCWithInstall<import("vue").DefineComponent<{
549
549
  "onRow-ensure"?: (...args: any[]) => any;
550
550
  "onRow-cancel"?: (...args: any[]) => any;
551
551
  }, {
552
- api: any;
553
552
  columns: unknown[];
553
+ api: any;
554
554
  isShowSeq: boolean;
555
555
  isCompatible: boolean;
556
556
  actionColumn: any;
@@ -26,9 +26,9 @@ export declare const FadeTransition: import("vue").DefineComponent<{
26
26
  default: string;
27
27
  };
28
28
  }>>, {
29
+ origin: string;
29
30
  mode: "default" | "in-out" | "out-in";
30
31
  group: boolean;
31
- origin: string;
32
32
  }>;
33
33
  export declare const ScaleTransition: import("vue").DefineComponent<{
34
34
  group: {
@@ -57,9 +57,9 @@ export declare const ScaleTransition: import("vue").DefineComponent<{
57
57
  default: string;
58
58
  };
59
59
  }>>, {
60
+ origin: string;
60
61
  mode: "default" | "in-out" | "out-in";
61
62
  group: boolean;
62
- origin: string;
63
63
  }>;
64
64
  export declare const SlideYTransition: import("vue").DefineComponent<{
65
65
  group: {
@@ -88,9 +88,9 @@ export declare const SlideYTransition: import("vue").DefineComponent<{
88
88
  default: string;
89
89
  };
90
90
  }>>, {
91
+ origin: string;
91
92
  mode: "default" | "in-out" | "out-in";
92
93
  group: boolean;
93
- origin: string;
94
94
  }>;
95
95
  export declare const ScrollYTransition: import("vue").DefineComponent<{
96
96
  group: {
@@ -119,9 +119,9 @@ export declare const ScrollYTransition: import("vue").DefineComponent<{
119
119
  default: string;
120
120
  };
121
121
  }>>, {
122
+ origin: string;
122
123
  mode: "default" | "in-out" | "out-in";
123
124
  group: boolean;
124
- origin: string;
125
125
  }>;
126
126
  export declare const SlideYReverseTransition: import("vue").DefineComponent<{
127
127
  group: {
@@ -150,9 +150,9 @@ export declare const SlideYReverseTransition: import("vue").DefineComponent<{
150
150
  default: string;
151
151
  };
152
152
  }>>, {
153
+ origin: string;
153
154
  mode: "default" | "in-out" | "out-in";
154
155
  group: boolean;
155
- origin: string;
156
156
  }>;
157
157
  export declare const ScrollYReverseTransition: import("vue").DefineComponent<{
158
158
  group: {
@@ -181,9 +181,9 @@ export declare const ScrollYReverseTransition: import("vue").DefineComponent<{
181
181
  default: string;
182
182
  };
183
183
  }>>, {
184
+ origin: string;
184
185
  mode: "default" | "in-out" | "out-in";
185
186
  group: boolean;
186
- origin: string;
187
187
  }>;
188
188
  export declare const SlideXTransition: import("vue").DefineComponent<{
189
189
  group: {
@@ -212,9 +212,9 @@ export declare const SlideXTransition: import("vue").DefineComponent<{
212
212
  default: string;
213
213
  };
214
214
  }>>, {
215
+ origin: string;
215
216
  mode: "default" | "in-out" | "out-in";
216
217
  group: boolean;
217
- origin: string;
218
218
  }>;
219
219
  export declare const ScrollXTransition: import("vue").DefineComponent<{
220
220
  group: {
@@ -243,9 +243,9 @@ export declare const ScrollXTransition: import("vue").DefineComponent<{
243
243
  default: string;
244
244
  };
245
245
  }>>, {
246
+ origin: string;
246
247
  mode: "default" | "in-out" | "out-in";
247
248
  group: boolean;
248
- origin: string;
249
249
  }>;
250
250
  export declare const SlideXReverseTransition: import("vue").DefineComponent<{
251
251
  group: {
@@ -274,9 +274,9 @@ export declare const SlideXReverseTransition: import("vue").DefineComponent<{
274
274
  default: string;
275
275
  };
276
276
  }>>, {
277
+ origin: string;
277
278
  mode: "default" | "in-out" | "out-in";
278
279
  group: boolean;
279
- origin: string;
280
280
  }>;
281
281
  export declare const ScrollXReverseTransition: import("vue").DefineComponent<{
282
282
  group: {
@@ -305,9 +305,9 @@ export declare const ScrollXReverseTransition: import("vue").DefineComponent<{
305
305
  default: string;
306
306
  };
307
307
  }>>, {
308
+ origin: string;
308
309
  mode: "default" | "in-out" | "out-in";
309
310
  group: boolean;
310
- origin: string;
311
311
  }>;
312
312
  export declare const ScaleRotateTransition: import("vue").DefineComponent<{
313
313
  group: {
@@ -336,9 +336,9 @@ export declare const ScaleRotateTransition: import("vue").DefineComponent<{
336
336
  default: string;
337
337
  };
338
338
  }>>, {
339
+ origin: string;
339
340
  mode: "default" | "in-out" | "out-in";
340
341
  group: boolean;
341
- origin: string;
342
342
  }>;
343
343
  export declare const ExpandXTransition: import("vue").DefineComponent<{
344
344
  mode: {
@@ -27,9 +27,9 @@ export declare function createSimpleTransition(name: string, origin?: string, mo
27
27
  default: string;
28
28
  };
29
29
  }>>, {
30
+ origin: string;
30
31
  mode: Mode;
31
32
  group: boolean;
32
- origin: string;
33
33
  }>;
34
34
  export declare function createJavascriptTransition(name: string, functions: Recordable, mode?: Mode): import("vue").DefineComponent<{
35
35
  mode: {
@@ -65,16 +65,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
65
65
  [x: `on${Capitalize<string>}`]: (...args: any[]) => any;
66
66
  }, {
67
67
  title: string;
68
- loading: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
69
68
  value: import("@shy-plugins/utils").BuildPropType<PropType<KeyType[] | CheckKeys>, unknown, unknown>;
70
- helpMessage: import("@shy-plugins/utils").BuildPropType<PropType<string | string[]>, unknown, unknown>;
71
69
  search: boolean;
70
+ toolbar: boolean;
71
+ loading: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
72
+ helpMessage: import("@shy-plugins/utils").BuildPropType<PropType<string | string[]>, unknown, unknown>;
72
73
  selectedKeys: KeyType[];
73
74
  fieldNames: undefined;
74
75
  searchValue: string;
75
76
  treeData: import("ant-design-vue/es/tree").DataNode[];
76
77
  renderIcon: (params: Recordable<any>) => string;
77
- toolbar: boolean;
78
78
  checkStrictly: boolean;
79
79
  clickRowToExpand: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
80
80
  checkable: boolean;