vant 4.9.20 → 4.9.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 (112) hide show
  1. package/README.md +2 -2
  2. package/es/action-bar-button/index.css +1 -1
  3. package/es/action-sheet/ActionSheet.d.ts +1 -1
  4. package/es/action-sheet/index.d.ts +1 -1
  5. package/es/address-list/AddressListItem.d.ts +1 -1
  6. package/es/area/Area.d.ts +1 -1
  7. package/es/area/index.d.ts +1 -1
  8. package/es/calendar/index.css +1 -1
  9. package/es/checkbox/Checker.mjs +1 -1
  10. package/es/composables/on-popup-reopen.mjs +1 -1
  11. package/es/composables/use-tab-status.d.ts +3 -0
  12. package/es/composables/use-tab-status.mjs +17 -2
  13. package/es/composables/use-touch.mjs +4 -4
  14. package/es/date-picker/DatePicker.d.ts +1 -1
  15. package/es/date-picker/index.d.ts +1 -1
  16. package/es/dialog/Dialog.d.ts +1 -1
  17. package/es/dialog/index.css +1 -1
  18. package/es/dialog/index.d.ts +1 -1
  19. package/es/field/Field.d.ts +5 -5
  20. package/es/field/Field.mjs +3 -3
  21. package/es/field/index.d.ts +3 -3
  22. package/es/field/types.d.ts +1 -0
  23. package/es/floating-bubble/FloatingBubble.d.ts +3 -22
  24. package/es/floating-bubble/FloatingBubble.mjs +3 -9
  25. package/es/floating-bubble/index.d.ts +2 -15
  26. package/es/floating-panel/FloatingPanel.d.ts +13 -0
  27. package/es/floating-panel/FloatingPanel.mjs +14 -2
  28. package/es/floating-panel/index.d.ts +9 -0
  29. package/es/grid/Grid.d.ts +1 -1
  30. package/es/grid/index.d.ts +1 -1
  31. package/es/index.d.ts +1 -1
  32. package/es/index.mjs +1 -1
  33. package/es/list/List.d.ts +13 -3
  34. package/es/list/List.mjs +7 -4
  35. package/es/list/index.d.ts +9 -2
  36. package/es/picker/Picker.d.ts +1 -1
  37. package/es/picker/index.d.ts +1 -1
  38. package/es/progress/Progress.mjs +6 -3
  39. package/es/search/Search.d.ts +4 -4
  40. package/es/search/Search.mjs +1 -0
  41. package/es/search/index.d.ts +3 -3
  42. package/es/share-sheet/ShareSheet.d.ts +1 -1
  43. package/es/share-sheet/index.d.ts +1 -1
  44. package/es/stepper/Stepper.mjs +3 -0
  45. package/es/tab/Tab.mjs +3 -3
  46. package/es/tab/index.d.ts +1 -0
  47. package/es/tab/index.mjs +4 -1
  48. package/es/tabs/Tabs.d.ts +1 -1
  49. package/es/tabs/index.d.ts +1 -1
  50. package/es/time-picker/TimePicker.d.ts +1 -1
  51. package/es/time-picker/TimePicker.mjs +1 -1
  52. package/es/time-picker/index.d.ts +1 -1
  53. package/es/utils/constant.mjs +1 -1
  54. package/lib/action-bar-button/index.css +1 -1
  55. package/lib/action-sheet/ActionSheet.d.ts +1 -1
  56. package/lib/action-sheet/index.d.ts +1 -1
  57. package/lib/address-list/AddressListItem.d.ts +1 -1
  58. package/lib/area/Area.d.ts +1 -1
  59. package/lib/area/index.d.ts +1 -1
  60. package/lib/calendar/index.css +1 -1
  61. package/lib/checkbox/Checker.js +1 -1
  62. package/lib/composables/on-popup-reopen.js +1 -1
  63. package/lib/composables/use-tab-status.d.ts +3 -0
  64. package/lib/composables/use-tab-status.js +16 -1
  65. package/lib/composables/use-touch.js +4 -4
  66. package/lib/date-picker/DatePicker.d.ts +1 -1
  67. package/lib/date-picker/index.d.ts +1 -1
  68. package/lib/dialog/Dialog.d.ts +1 -1
  69. package/lib/dialog/index.css +1 -1
  70. package/lib/dialog/index.d.ts +1 -1
  71. package/lib/field/Field.d.ts +5 -5
  72. package/lib/field/Field.js +3 -3
  73. package/lib/field/index.d.ts +3 -3
  74. package/lib/field/types.d.ts +1 -0
  75. package/lib/floating-bubble/FloatingBubble.d.ts +3 -22
  76. package/lib/floating-bubble/FloatingBubble.js +3 -9
  77. package/lib/floating-bubble/index.d.ts +2 -15
  78. package/lib/floating-panel/FloatingPanel.d.ts +13 -0
  79. package/lib/floating-panel/FloatingPanel.js +14 -2
  80. package/lib/floating-panel/index.d.ts +9 -0
  81. package/lib/grid/Grid.d.ts +1 -1
  82. package/lib/grid/index.d.ts +1 -1
  83. package/lib/index.css +1 -1
  84. package/lib/index.d.ts +1 -1
  85. package/lib/index.js +1 -1
  86. package/lib/list/List.d.ts +13 -3
  87. package/lib/list/List.js +6 -3
  88. package/lib/list/index.d.ts +9 -2
  89. package/lib/picker/Picker.d.ts +1 -1
  90. package/lib/picker/index.d.ts +1 -1
  91. package/lib/progress/Progress.js +6 -3
  92. package/lib/search/Search.d.ts +4 -4
  93. package/lib/search/Search.js +1 -0
  94. package/lib/search/index.d.ts +3 -3
  95. package/lib/share-sheet/ShareSheet.d.ts +1 -1
  96. package/lib/share-sheet/index.d.ts +1 -1
  97. package/lib/stepper/Stepper.js +3 -0
  98. package/lib/tab/Tab.js +1 -1
  99. package/lib/tab/index.d.ts +1 -0
  100. package/lib/tab/index.js +4 -1
  101. package/lib/tabs/Tabs.d.ts +1 -1
  102. package/lib/tabs/index.d.ts +1 -1
  103. package/lib/time-picker/TimePicker.d.ts +1 -1
  104. package/lib/time-picker/TimePicker.js +1 -1
  105. package/lib/time-picker/index.d.ts +1 -1
  106. package/lib/utils/constant.js +1 -1
  107. package/lib/vant.cjs.js +57 -27
  108. package/lib/vant.es.js +57 -27
  109. package/lib/vant.js +65 -35
  110. package/lib/vant.min.js +3 -3
  111. package/lib/web-types.json +1 -1
  112. package/package.json +12 -12
@@ -120,8 +120,8 @@ export declare const Dialog: import("../utils").WithInstall<import("vue").Define
120
120
  destroyOnClose: BooleanConstructor;
121
121
  }>> & Readonly<{
122
122
  onKeydown?: ((...args: any[]) => any) | undefined;
123
- "onUpdate:show"?: ((...args: any[]) => any) | undefined;
124
123
  onCancel?: ((...args: any[]) => any) | undefined;
124
+ "onUpdate:show"?: ((...args: any[]) => any) | undefined;
125
125
  onConfirm?: ((...args: any[]) => any) | undefined;
126
126
  }>, {
127
127
  overlay: boolean;
@@ -1,5 +1,5 @@
1
1
  import { type PropType, type ExtractPropTypes, type HTMLAttributes } from 'vue';
2
- import type { FieldRule, FieldType, FieldTextAlign, FieldClearTrigger, FieldFormatTrigger, FieldAutosizeConfig } from './types';
2
+ import type { FieldRule, FieldType, FieldTextAlign, FieldClearTrigger, FieldFormatTrigger, FieldAutosizeConfig, FieldEnterKeyHint } from './types';
3
3
  export declare const fieldSharedProps: {
4
4
  id: StringConstructor;
5
5
  name: StringConstructor;
@@ -25,7 +25,7 @@ export declare const fieldSharedProps: {
25
25
  autocapitalize: StringConstructor;
26
26
  autocorrect: StringConstructor;
27
27
  errorMessage: StringConstructor;
28
- enterkeyhint: StringConstructor;
28
+ enterkeyhint: PropType<FieldEnterKeyHint>;
29
29
  clearTrigger: {
30
30
  type: PropType<FieldClearTrigger>;
31
31
  default: FieldClearTrigger;
@@ -107,7 +107,7 @@ export declare const fieldProps: {
107
107
  autocapitalize: StringConstructor;
108
108
  autocorrect: StringConstructor;
109
109
  errorMessage: StringConstructor;
110
- enterkeyhint: StringConstructor;
110
+ enterkeyhint: PropType<FieldEnterKeyHint>;
111
111
  clearTrigger: {
112
112
  type: PropType<FieldClearTrigger>;
113
113
  default: FieldClearTrigger;
@@ -207,7 +207,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
207
207
  autocapitalize: StringConstructor;
208
208
  autocorrect: StringConstructor;
209
209
  errorMessage: StringConstructor;
210
- enterkeyhint: StringConstructor;
210
+ enterkeyhint: PropType<FieldEnterKeyHint>;
211
211
  clearTrigger: {
212
212
  type: PropType<FieldClearTrigger>;
213
213
  default: FieldClearTrigger;
@@ -305,7 +305,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
305
305
  autocapitalize: StringConstructor;
306
306
  autocorrect: StringConstructor;
307
307
  errorMessage: StringConstructor;
308
- enterkeyhint: StringConstructor;
308
+ enterkeyhint: PropType<FieldEnterKeyHint>;
309
309
  clearTrigger: {
310
310
  type: PropType<FieldClearTrigger>;
311
311
  default: FieldClearTrigger;
@@ -243,7 +243,7 @@ var stdin_default = (0, import_vue.defineComponent)({
243
243
  var _a, _b;
244
244
  const originalValue = value;
245
245
  value = limitValueLength(value);
246
- const limitDiffLen = (0, import_utils2.getStringLength)(originalValue) - (0, import_utils2.getStringLength)(value);
246
+ const limitDiffLen = originalValue.length - value.length;
247
247
  if (props.type === "number" || props.type === "digit") {
248
248
  const isNumber = props.type === "number";
249
249
  value = (0, import_utils.formatNumber)(value, isNumber, isNumber);
@@ -269,7 +269,7 @@ var stdin_default = (0, import_vue.defineComponent)({
269
269
  selectionEnd
270
270
  } = inputRef.value;
271
271
  const bcoVal = (0, import_utils2.cutString)(originalValue, selectionEnd);
272
- formatterDiffLen = (0, import_utils2.getStringLength)(formatter(bcoVal)) - (0, import_utils2.getStringLength)(bcoVal);
272
+ formatterDiffLen = formatter(bcoVal).length - bcoVal.length;
273
273
  }
274
274
  }
275
275
  if (inputRef.value && inputRef.value.value !== value) {
@@ -280,7 +280,7 @@ var stdin_default = (0, import_vue.defineComponent)({
280
280
  } = inputRef.value;
281
281
  inputRef.value.value = value;
282
282
  if ((0, import_utils.isDef)(selectionStart) && (0, import_utils.isDef)(selectionEnd)) {
283
- const valueLen = (0, import_utils2.getStringLength)(value);
283
+ const valueLen = value.length;
284
284
  if (limitDiffLen) {
285
285
  selectionStart -= limitDiffLen;
286
286
  selectionEnd -= limitDiffLen;
@@ -54,7 +54,7 @@ export declare const Field: import("../utils").WithInstall<import("vue").DefineC
54
54
  autocapitalize: StringConstructor;
55
55
  autocorrect: StringConstructor;
56
56
  errorMessage: StringConstructor;
57
- enterkeyhint: StringConstructor;
57
+ enterkeyhint: import("vue").PropType<import("./types").FieldEnterKeyHint>;
58
58
  clearTrigger: {
59
59
  type: import("vue").PropType<import("./types").FieldClearTrigger>;
60
60
  default: import("./types").FieldClearTrigger;
@@ -152,7 +152,7 @@ export declare const Field: import("../utils").WithInstall<import("vue").DefineC
152
152
  autocapitalize: StringConstructor;
153
153
  autocorrect: StringConstructor;
154
154
  errorMessage: StringConstructor;
155
- enterkeyhint: StringConstructor;
155
+ enterkeyhint: import("vue").PropType<import("./types").FieldEnterKeyHint>;
156
156
  clearTrigger: {
157
157
  type: import("vue").PropType<import("./types").FieldClearTrigger>;
158
158
  default: import("./types").FieldClearTrigger;
@@ -230,7 +230,7 @@ export declare const Field: import("../utils").WithInstall<import("vue").DefineC
230
230
  export default Field;
231
231
  export { fieldProps } from './Field';
232
232
  export type { FieldProps };
233
- export type { FieldType, FieldRule, FieldInstance, FieldTextAlign, FieldThemeVars, FieldRuleMessage, FieldClearTrigger, FieldFormatTrigger, FieldRuleValidator, FieldRuleFormatter, FieldValidateError, FieldAutosizeConfig, FieldValidateTrigger, FieldValidationStatus, } from './types';
233
+ export type { FieldType, FieldRule, FieldInstance, FieldTextAlign, FieldThemeVars, FieldRuleMessage, FieldClearTrigger, FieldFormatTrigger, FieldRuleValidator, FieldRuleFormatter, FieldValidateError, FieldAutosizeConfig, FieldValidateTrigger, FieldValidationStatus, FieldEnterKeyHint, } from './types';
234
234
  declare module 'vue' {
235
235
  interface GlobalComponents {
236
236
  VanField: typeof Field;
@@ -5,6 +5,7 @@ export type FieldTextAlign = 'left' | 'center' | 'right' | 'top';
5
5
  export type FieldClearTrigger = 'always' | 'focus';
6
6
  export type FieldFormatTrigger = 'onBlur' | 'onChange';
7
7
  export type FieldValidateTrigger = 'onBlur' | 'onChange' | 'onSubmit';
8
+ export type FieldEnterKeyHint = 'search' | 'done' | 'enter' | 'go' | 'next' | 'previous' | 'send';
8
9
  export type FieldAutosizeConfig = {
9
10
  maxHeight?: number;
10
11
  minHeight?: number;
@@ -11,13 +11,7 @@ export declare const floatingBubbleProps: {
11
11
  default: FloatingBubbleAxis;
12
12
  };
13
13
  magnetic: PropType<FloatingBubbleMagnetic>;
14
- offset: {
15
- type: PropType<FloatingBubbleOffset>;
16
- default: () => {
17
- x: number;
18
- y: number;
19
- };
20
- };
14
+ offset: PropType<FloatingBubbleOffset>;
21
15
  teleport: {
22
16
  type: PropType<TeleportProps["to"]>;
23
17
  default: string;
@@ -35,13 +29,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
35
29
  default: FloatingBubbleAxis;
36
30
  };
37
31
  magnetic: PropType<FloatingBubbleMagnetic>;
38
- offset: {
39
- type: PropType<FloatingBubbleOffset>;
40
- default: () => {
41
- x: number;
42
- y: number;
43
- };
44
- };
32
+ offset: PropType<FloatingBubbleOffset>;
45
33
  teleport: {
46
34
  type: PropType<TeleportProps["to"]>;
47
35
  default: string;
@@ -57,13 +45,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
57
45
  default: FloatingBubbleAxis;
58
46
  };
59
47
  magnetic: PropType<FloatingBubbleMagnetic>;
60
- offset: {
61
- type: PropType<FloatingBubbleOffset>;
62
- default: () => {
63
- x: number;
64
- y: number;
65
- };
66
- };
48
+ offset: PropType<FloatingBubbleOffset>;
67
49
  teleport: {
68
50
  type: PropType<TeleportProps["to"]>;
69
51
  default: string;
@@ -73,7 +55,6 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
73
55
  "onUpdate:offset"?: ((...args: any[]) => any) | undefined;
74
56
  onOffsetChange?: ((...args: any[]) => any) | undefined;
75
57
  }>, {
76
- offset: FloatingBubbleOffset;
77
58
  teleport: string | import("vue").RendererElement | null | undefined;
78
59
  gap: FloatingBubbleGap;
79
60
  axis: FloatingBubbleAxis;
@@ -44,13 +44,7 @@ const floatingBubbleProps = {
44
44
  icon: String,
45
45
  axis: (0, import_utils.makeStringProp)("y"),
46
46
  magnetic: String,
47
- offset: {
48
- type: Object,
49
- default: () => ({
50
- x: -1,
51
- y: -1
52
- })
53
- },
47
+ offset: Object,
54
48
  teleport: {
55
49
  type: [String, Object],
56
50
  default: "body"
@@ -104,8 +98,8 @@ var stdin_default = (0, import_vue.defineComponent)({
104
98
  offset
105
99
  } = props;
106
100
  state.value = {
107
- x: offset.x > -1 ? offset.x : import_utils.windowWidth.value - width - gapX.value,
108
- y: offset.y > -1 ? offset.y : import_utils.windowHeight.value - height - gapY.value,
101
+ x: offset ? offset.x : import_utils.windowWidth.value - width - gapX.value,
102
+ y: offset ? offset.y : import_utils.windowHeight.value - height - gapY.value,
109
103
  width,
110
104
  height
111
105
  };
@@ -9,13 +9,7 @@ export declare const FloatingBubble: import("../utils").WithInstall<import("vue"
9
9
  default: import("./types").FloatingBubbleAxis;
10
10
  };
11
11
  magnetic: import("vue").PropType<import("./types").FloatingBubbleMagnetic>;
12
- offset: {
13
- type: import("vue").PropType<import("./types").FloatingBubbleOffset>;
14
- default: () => {
15
- x: number;
16
- y: number;
17
- };
18
- };
12
+ offset: import("vue").PropType<import("./types").FloatingBubbleOffset>;
19
13
  teleport: {
20
14
  type: import("vue").PropType<import("vue").TeleportProps["to"]>;
21
15
  default: string;
@@ -31,13 +25,7 @@ export declare const FloatingBubble: import("../utils").WithInstall<import("vue"
31
25
  default: import("./types").FloatingBubbleAxis;
32
26
  };
33
27
  magnetic: import("vue").PropType<import("./types").FloatingBubbleMagnetic>;
34
- offset: {
35
- type: import("vue").PropType<import("./types").FloatingBubbleOffset>;
36
- default: () => {
37
- x: number;
38
- y: number;
39
- };
40
- };
28
+ offset: import("vue").PropType<import("./types").FloatingBubbleOffset>;
41
29
  teleport: {
42
30
  type: import("vue").PropType<import("vue").TeleportProps["to"]>;
43
31
  default: string;
@@ -47,7 +35,6 @@ export declare const FloatingBubble: import("../utils").WithInstall<import("vue"
47
35
  "onUpdate:offset"?: ((...args: any[]) => any) | undefined;
48
36
  onOffsetChange?: ((...args: any[]) => any) | undefined;
49
37
  }>, {
50
- offset: import("./types").FloatingBubbleOffset;
51
38
  teleport: string | import("vue").RendererElement | null | undefined;
52
39
  gap: import("./types").FloatingBubbleGap;
53
40
  axis: import("./types").FloatingBubbleAxis;
@@ -12,6 +12,10 @@ export declare const floatingPanelProps: {
12
12
  type: (NumberConstructor | StringConstructor)[];
13
13
  default: number;
14
14
  };
15
+ magnetic: {
16
+ type: BooleanConstructor;
17
+ default: true;
18
+ };
15
19
  contentDraggable: {
16
20
  type: BooleanConstructor;
17
21
  default: true;
@@ -36,6 +40,10 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
36
40
  type: (NumberConstructor | StringConstructor)[];
37
41
  default: number;
38
42
  };
43
+ magnetic: {
44
+ type: BooleanConstructor;
45
+ default: true;
46
+ };
39
47
  contentDraggable: {
40
48
  type: BooleanConstructor;
41
49
  default: true;
@@ -58,6 +66,10 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
58
66
  type: (NumberConstructor | StringConstructor)[];
59
67
  default: number;
60
68
  };
69
+ magnetic: {
70
+ type: BooleanConstructor;
71
+ default: true;
72
+ };
61
73
  contentDraggable: {
62
74
  type: BooleanConstructor;
63
75
  default: true;
@@ -75,6 +87,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
75
87
  safeAreaInsetBottom: boolean;
76
88
  duration: string | number;
77
89
  lockScroll: boolean;
90
+ magnetic: boolean;
78
91
  anchors: number[];
79
92
  contentDraggable: boolean;
80
93
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -31,6 +31,7 @@ const floatingPanelProps = {
31
31
  height: (0, import_utils.makeNumericProp)(0),
32
32
  anchors: (0, import_utils.makeArrayProp)(),
33
33
  duration: (0, import_utils.makeNumericProp)(0.3),
34
+ magnetic: import_utils.truthProp,
34
35
  contentDraggable: import_utils.truthProp,
35
36
  lockScroll: Boolean,
36
37
  safeAreaInsetBottom: import_utils.truthProp
@@ -107,7 +108,15 @@ var stdin_default = (0, import_vue.defineComponent)({
107
108
  const onTouchend = () => {
108
109
  maxScroll = -1;
109
110
  dragging.value = false;
110
- height.value = (0, import_utils.closest)(anchors.value, height.value);
111
+ if (props.magnetic) {
112
+ height.value = (0, import_utils.closest)(anchors.value, height.value);
113
+ } else {
114
+ const {
115
+ min,
116
+ max
117
+ } = boundary.value;
118
+ height.value = Math.max(min, Math.min(max, height.value));
119
+ }
111
120
  if (height.value !== -startY) {
112
121
  emit("heightChange", {
113
122
  height: height.value
@@ -146,7 +155,10 @@ var stdin_default = (0, import_vue.defineComponent)({
146
155
  "onTouchcancel": onTouchend
147
156
  }, [renderHeader(), (0, import_vue.createVNode)("div", {
148
157
  "class": bem("content"),
149
- "ref": contentRef
158
+ "ref": contentRef,
159
+ "style": {
160
+ paddingBottom: (0, import_utils.addUnit)(boundary.value.max - height.value)
161
+ }
150
162
  }, [(_a = slots.default) == null ? void 0 : _a.call(slots)])]);
151
163
  };
152
164
  }
@@ -11,6 +11,10 @@ export declare const FloatingPanel: import("../utils").WithInstall<import("vue")
11
11
  type: (NumberConstructor | StringConstructor)[];
12
12
  default: number;
13
13
  };
14
+ magnetic: {
15
+ type: BooleanConstructor;
16
+ default: true;
17
+ };
14
18
  contentDraggable: {
15
19
  type: BooleanConstructor;
16
20
  default: true;
@@ -33,6 +37,10 @@ export declare const FloatingPanel: import("../utils").WithInstall<import("vue")
33
37
  type: (NumberConstructor | StringConstructor)[];
34
38
  default: number;
35
39
  };
40
+ magnetic: {
41
+ type: BooleanConstructor;
42
+ default: true;
43
+ };
36
44
  contentDraggable: {
37
45
  type: BooleanConstructor;
38
46
  default: true;
@@ -50,6 +58,7 @@ export declare const FloatingPanel: import("../utils").WithInstall<import("vue")
50
58
  safeAreaInsetBottom: boolean;
51
59
  duration: string | number;
52
60
  lockScroll: boolean;
61
+ magnetic: boolean;
53
62
  anchors: number[];
54
63
  contentDraggable: boolean;
55
64
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
@@ -66,8 +66,8 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
66
66
  }>> & Readonly<{}>, {
67
67
  reverse: boolean;
68
68
  center: boolean;
69
- border: boolean;
70
69
  square: boolean;
70
+ border: boolean;
71
71
  clickable: boolean;
72
72
  columnNum: string | number;
73
73
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -39,8 +39,8 @@ export declare const Grid: import("../utils").WithInstall<import("vue").DefineCo
39
39
  }>> & Readonly<{}>, {
40
40
  reverse: boolean;
41
41
  center: boolean;
42
- border: boolean;
43
42
  square: boolean;
43
+ border: boolean;
44
44
  clickable: boolean;
45
45
  columnNum: string | number;
46
46
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;