yc-pro-components 0.0.2 → 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 (97) hide show
  1. package/es/components/check-card/index.d.ts +38 -38
  2. package/es/components/check-card/src/index.vue.d.ts +2 -2
  3. package/es/components/check-card-group/index.d.ts +19 -19
  4. package/es/components/check-card-group/src/index.vue.d.ts +1 -1
  5. package/es/components/dialog-form/index.d.ts +7 -7
  6. package/es/components/dialog-form/src/index.vue.d.ts +7 -7
  7. package/es/components/display-item/index.d.ts +21 -21
  8. package/es/components/display-item/src/index.vue.d.ts +21 -21
  9. package/es/components/drawer-form/index.d.ts +26 -26
  10. package/es/components/drawer-form/src/index.vue.d.ts +8 -8
  11. package/es/components/form/index.d.ts +14 -14
  12. package/es/components/form/src/form-content.vue.d.ts +20 -20
  13. package/es/components/form/src/index.vue.d.ts +14 -14
  14. package/es/components/form-item/index.d.ts +32 -32
  15. package/es/components/form-item/src/index.vue.d.ts +12 -12
  16. package/es/components/header/index.d.ts +19 -19
  17. package/es/components/header/src/index.vue.d.ts +1 -1
  18. package/es/components/input-tag/index.d.ts +9 -9
  19. package/es/components/input-tag/src/index.vue.d.ts +1 -1
  20. package/es/components/page/index.d.ts +220 -220
  21. package/es/components/page/src/index.vue.d.ts +78 -78
  22. package/es/components/radio/index.d.ts +25 -25
  23. package/es/components/radio/src/index.vue.d.ts +25 -25
  24. package/es/components/render/index.d.ts +6 -6
  25. package/es/components/render/src/index.vue.d.ts +2 -2
  26. package/es/components/search/index.d.ts +49 -49
  27. package/es/components/search/src/index.vue.d.ts +21 -21
  28. package/es/components/table/index.d.ts +54 -54
  29. package/es/components/table/src/index.vue.d.ts +18 -18
  30. package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  31. package/es/components/table/src/table-column.vue.d.ts +21 -21
  32. package/es/components/yc-count-to/index.d.ts +1 -1
  33. package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
  34. package/es/components/yc-dialog/index.d.ts +24 -24
  35. package/es/components/yc-more-actions/index.d.ts +46 -46
  36. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  37. package/es/components/yc-plus-page/src/index.vue.d.ts +203 -203
  38. package/es/components/yc-plus-tree/src/index.vue.mjs +1 -1
  39. package/es/components/yc-plus-tree/src/index.vue2.mjs +10 -8
  40. package/es/components/yc-select-v2/src/index.vue.d.ts +2 -2
  41. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  42. package/es/components/yc-svg-icon/src/index.vue.d.ts +1 -1
  43. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  44. package/es/hooks/usePlusFormReset.d.ts +90 -90
  45. package/es/index.css +1 -1
  46. package/index.css +50 -43
  47. package/index.js +26 -26
  48. package/index.min.css +1 -1
  49. package/index.min.js +3 -3
  50. package/index.min.mjs +4 -4
  51. package/index.mjs +26 -26
  52. package/lib/components/check-card/index.d.ts +38 -38
  53. package/lib/components/check-card/src/index.vue.d.ts +2 -2
  54. package/lib/components/check-card-group/index.d.ts +19 -19
  55. package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
  56. package/lib/components/dialog-form/index.d.ts +7 -7
  57. package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
  58. package/lib/components/display-item/index.d.ts +21 -21
  59. package/lib/components/display-item/src/index.vue.d.ts +21 -21
  60. package/lib/components/drawer-form/index.d.ts +26 -26
  61. package/lib/components/drawer-form/src/index.vue.d.ts +8 -8
  62. package/lib/components/form/index.d.ts +14 -14
  63. package/lib/components/form/src/form-content.vue.d.ts +20 -20
  64. package/lib/components/form/src/index.vue.d.ts +14 -14
  65. package/lib/components/form-item/index.d.ts +32 -32
  66. package/lib/components/form-item/src/index.vue.d.ts +12 -12
  67. package/lib/components/header/index.d.ts +19 -19
  68. package/lib/components/header/src/index.vue.d.ts +1 -1
  69. package/lib/components/input-tag/index.d.ts +9 -9
  70. package/lib/components/input-tag/src/index.vue.d.ts +1 -1
  71. package/lib/components/page/index.d.ts +220 -220
  72. package/lib/components/page/src/index.vue.d.ts +78 -78
  73. package/lib/components/radio/index.d.ts +25 -25
  74. package/lib/components/radio/src/index.vue.d.ts +25 -25
  75. package/lib/components/render/index.d.ts +6 -6
  76. package/lib/components/render/src/index.vue.d.ts +2 -2
  77. package/lib/components/search/index.d.ts +49 -49
  78. package/lib/components/search/src/index.vue.d.ts +21 -21
  79. package/lib/components/table/index.d.ts +54 -54
  80. package/lib/components/table/src/index.vue.d.ts +18 -18
  81. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  82. package/lib/components/table/src/table-column.vue.d.ts +21 -21
  83. package/lib/components/yc-count-to/index.d.ts +1 -1
  84. package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
  85. package/lib/components/yc-dialog/index.d.ts +24 -24
  86. package/lib/components/yc-more-actions/index.d.ts +46 -46
  87. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  88. package/lib/components/yc-plus-page/src/index.vue.d.ts +203 -203
  89. package/lib/components/yc-plus-tree/src/index.vue.js +1 -1
  90. package/lib/components/yc-plus-tree/src/index.vue2.js +10 -8
  91. package/lib/components/yc-select-v2/src/index.vue.d.ts +2 -2
  92. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  93. package/lib/components/yc-svg-icon/src/index.vue.d.ts +1 -1
  94. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  95. package/lib/hooks/usePlusFormReset.d.ts +90 -90
  96. package/lib/index.css +1 -1
  97. package/package.json +1 -1
package/index.mjs CHANGED
@@ -22,10 +22,8 @@ var freeSelf = typeof self == 'object' && self && self.Object === Object && self
22
22
  /** Used as a reference to the global object. */
23
23
  var root = freeGlobal || freeSelf || Function('return this')();
24
24
 
25
- var root$1 = root;
26
-
27
25
  /** Built-in value references. */
28
- var Symbol$1 = root$1.Symbol;
26
+ var Symbol$1 = root.Symbol;
29
27
 
30
28
  /** Used for built-in method references. */
31
29
  var objectProto$f = Object.prototype;
@@ -420,7 +418,7 @@ function isFunction$1(value) {
420
418
  }
421
419
 
422
420
  /** Used to detect overreaching core-js shims. */
423
- var coreJsData = root$1['__core-js_shared__'];
421
+ var coreJsData = root['__core-js_shared__'];
424
422
 
425
423
  /** Used to detect methods masquerading as native. */
426
424
  var maskSrcKey = (function() {
@@ -531,7 +529,7 @@ function getNative(object, key) {
531
529
  }
532
530
 
533
531
  /* Built-in method references that are verified to be native. */
534
- var WeakMap$1 = getNative(root$1, 'WeakMap');
532
+ var WeakMap$1 = getNative(root, 'WeakMap');
535
533
 
536
534
  /** Built-in value references. */
537
535
  var objectCreate = Object.create;
@@ -1132,7 +1130,7 @@ var freeModule$2 = freeExports$2 && typeof module == 'object' && module && !modu
1132
1130
  var moduleExports$2 = freeModule$2 && freeModule$2.exports === freeExports$2;
1133
1131
 
1134
1132
  /** Built-in value references. */
1135
- var Buffer$1 = moduleExports$2 ? root$1.Buffer : undefined;
1133
+ var Buffer$1 = moduleExports$2 ? root.Buffer : undefined;
1136
1134
 
1137
1135
  /* Built-in method references for those with the same name as other `lodash` methods. */
1138
1136
  var nativeIsBuffer = Buffer$1 ? Buffer$1.isBuffer : undefined;
@@ -1751,7 +1749,7 @@ ListCache.prototype.has = listCacheHas;
1751
1749
  ListCache.prototype.set = listCacheSet;
1752
1750
 
1753
1751
  /* Built-in method references that are verified to be native. */
1754
- var Map$1 = getNative(root$1, 'Map');
1752
+ var Map$1 = getNative(root, 'Map');
1755
1753
 
1756
1754
  /**
1757
1755
  * Removes all key-value entries from the map.
@@ -2326,7 +2324,7 @@ var freeModule = freeExports && typeof module == 'object' && module && !module.n
2326
2324
  var moduleExports = freeModule && freeModule.exports === freeExports;
2327
2325
 
2328
2326
  /** Built-in value references. */
2329
- var Buffer = moduleExports ? root$1.Buffer : undefined,
2327
+ var Buffer = moduleExports ? root.Buffer : undefined,
2330
2328
  allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined;
2331
2329
 
2332
2330
  /**
@@ -2503,13 +2501,13 @@ function getAllKeysIn(object) {
2503
2501
  }
2504
2502
 
2505
2503
  /* Built-in method references that are verified to be native. */
2506
- var DataView$1 = getNative(root$1, 'DataView');
2504
+ var DataView$1 = getNative(root, 'DataView');
2507
2505
 
2508
2506
  /* Built-in method references that are verified to be native. */
2509
- var Promise$1 = getNative(root$1, 'Promise');
2507
+ var Promise$1 = getNative(root, 'Promise');
2510
2508
 
2511
2509
  /* Built-in method references that are verified to be native. */
2512
- var Set$1 = getNative(root$1, 'Set');
2510
+ var Set$1 = getNative(root, 'Set');
2513
2511
 
2514
2512
  /** `Object#toString` result references. */
2515
2513
  var mapTag$4 = '[object Map]',
@@ -2588,7 +2586,7 @@ function initCloneArray(array) {
2588
2586
  }
2589
2587
 
2590
2588
  /** Built-in value references. */
2591
- var Uint8Array$1 = root$1.Uint8Array;
2589
+ var Uint8Array$1 = root.Uint8Array;
2592
2590
 
2593
2591
  /**
2594
2592
  * Creates a clone of `arrayBuffer`.
@@ -3875,7 +3873,7 @@ var baseEach = createBaseEach(baseForOwn);
3875
3873
  * // => Logs the number of milliseconds it took for the deferred invocation.
3876
3874
  */
3877
3875
  var now = function() {
3878
- return root$1.Date.now();
3876
+ return root.Date.now();
3879
3877
  };
3880
3878
 
3881
3879
  /** Error message constants. */
@@ -18088,7 +18086,7 @@ const _hoisted_5$6 = /* @__PURE__ */ createElementVNode(
18088
18086
  /* HOISTED */
18089
18087
  );
18090
18088
  const _hoisted_6$4 = { class: "plus-table-checkbox-checkAll" };
18091
- const _hoisted_7$3 = {
18089
+ const _hoisted_7$4 = {
18092
18090
  key: 0,
18093
18091
  class: "plus-table-checkbox-handle"
18094
18092
  };
@@ -18446,7 +18444,7 @@ var _sfc_main$u = /* @__PURE__ */ defineComponent({
18446
18444
  key: item.prop,
18447
18445
  class: "plus-table-checkbox-item"
18448
18446
  }, [
18449
- ((_a3 = columnSetting.value) == null ? void 0 : _a3.dragSort) !== false ? (openBlock(), createElementBlock("div", _hoisted_7$3, [
18447
+ ((_a3 = columnSetting.value) == null ? void 0 : _a3.dragSort) !== false ? (openBlock(), createElementBlock("div", _hoisted_7$4, [
18450
18448
  renderSlot(_ctx.$slots, "drag-sort-icon", {}, () => [
18451
18449
  createTextVNode("\u2637")
18452
18450
  ])
@@ -20756,7 +20754,7 @@ const _hoisted_4$5 = /* @__PURE__ */ createElementVNode(
20756
20754
  );
20757
20755
  const _hoisted_5$5 = { class: "plus-header__right" };
20758
20756
  const _hoisted_6$3 = { class: "plus-header__dropdown-area" };
20759
- const _hoisted_7$2 = ["src"];
20757
+ const _hoisted_7$3 = ["src"];
20760
20758
  const _hoisted_8$1 = { class: "plus-header__username" };
20761
20759
  const _hoisted_9$1 = {
20762
20760
  key: 0,
@@ -20898,7 +20896,7 @@ var _sfc_main$j = /* @__PURE__ */ defineComponent({
20898
20896
  src: _ctx.userInfo.avatar,
20899
20897
  alt: "",
20900
20898
  class: "plus-header__avatar"
20901
- }, null, 8, _hoisted_7$2)) : (openBlock(), createBlock(unref(ElIcon), {
20899
+ }, null, 8, _hoisted_7$3)) : (openBlock(), createBlock(unref(ElIcon), {
20902
20900
  key: 1,
20903
20901
  size: 20,
20904
20902
  class: "plus-header__avatar"
@@ -56591,7 +56589,8 @@ const _hoisted_3$5 = {
56591
56589
  };
56592
56590
  const _hoisted_4$3 = { class: "node-label" };
56593
56591
  const _hoisted_5$3 = ["innerHTML"];
56594
- const _hoisted_6$2 = {
56592
+ const _hoisted_6$2 = { class: "action-icon-wrapper" };
56593
+ const _hoisted_7$2 = {
56595
56594
  key: 0,
56596
56595
  style: { "padding": "0 12px" }
56597
56596
  };
@@ -57344,7 +57343,6 @@ var _sfc_main$9 = /* @__PURE__ */ defineComponent({
57344
57343
  shouldShowNodeActions(data, node) ? (openBlock(), createElementBlock("span", {
57345
57344
  key: 0,
57346
57345
  class: "node-actions",
57347
- style: { "display": "flex", "flex-shrink": "0", "align-items": "center", "margin-right": "8px", "margin-left": "auto" },
57348
57346
  onClick: _cache[4] || (_cache[4] = withModifiers(() => {
57349
57347
  }, ["stop"]))
57350
57348
  }, [
@@ -57372,7 +57370,7 @@ var _sfc_main$9 = /* @__PURE__ */ defineComponent({
57372
57370
  Fragment,
57373
57371
  { key: _actionIdx },
57374
57372
  [
57375
- action.type === "divider" && (!action.visible || action.visible(data)) ? (openBlock(), createElementBlock("div", _hoisted_6$2, [
57373
+ action.type === "divider" && (!action.visible || action.visible(data)) ? (openBlock(), createElementBlock("div", _hoisted_7$2, [
57376
57374
  createVNode(_component_el_divider, { class: "dropdown-divider" })
57377
57375
  ])) : action.type === "action" && (!action.visible || action.visible(data)) ? (openBlock(), createBlock(_component_el_dropdown_item, {
57378
57376
  key: 1,
@@ -57406,11 +57404,13 @@ var _sfc_main$9 = /* @__PURE__ */ defineComponent({
57406
57404
  )
57407
57405
  ]),
57408
57406
  default: withCtx(() => [
57409
- createVNode(unref(YcSvgIcon), {
57410
- src: unref(treeMoreIconUrl),
57411
- size: 16,
57412
- class: "action-icon"
57413
- }, null, 8, ["src"])
57407
+ createElementVNode("span", _hoisted_6$2, [
57408
+ createVNode(unref(YcSvgIcon), {
57409
+ src: unref(treeMoreIconUrl),
57410
+ size: 16,
57411
+ class: "action-icon"
57412
+ }, null, 8, ["src"])
57413
+ ])
57414
57414
  ]),
57415
57415
  _: 2
57416
57416
  /* DYNAMIC */
@@ -57447,7 +57447,7 @@ var _sfc_main$9 = /* @__PURE__ */ defineComponent({
57447
57447
  }
57448
57448
  });
57449
57449
 
57450
- var YcPlusTreeComponent = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-475b88b9"], ["__file", "index.vue"]]);
57450
+ var YcPlusTreeComponent = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-fa0eccd0"], ["__file", "index.vue"]]);
57451
57451
 
57452
57452
  const YcPlusTree = l(YcPlusTreeComponent);
57453
57453
  const RePlusTree = YcPlusTree;
@@ -4,26 +4,26 @@ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOpt
4
4
  export type { PlusCheckCardProps } from './src/index.vue';
5
5
  export declare const PlusCheckCard: {
6
6
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
7
+ size: {
8
+ type: PropType<"" | "default" | "small" | "large">;
9
+ default: string;
10
+ };
7
11
  title: {
8
12
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
9
13
  default: undefined;
10
14
  };
11
- disabled: {
12
- type: PropType<boolean>;
13
- default: boolean;
14
- };
15
15
  avatar: {
16
16
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
17
17
  default: undefined;
18
18
  };
19
+ disabled: {
20
+ type: PropType<boolean>;
21
+ default: boolean;
22
+ };
19
23
  extra: {
20
24
  type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
21
25
  default: undefined;
22
26
  };
23
- size: {
24
- type: PropType<"" | "default" | "small" | "large">;
25
- default: string;
26
- };
27
27
  modelValue: {
28
28
  type: PropType<boolean>;
29
29
  default: boolean;
@@ -45,26 +45,26 @@ export declare const PlusCheckCard: {
45
45
  change: (checked: boolean) => void;
46
46
  extra: () => void;
47
47
  }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
48
+ size: {
49
+ type: PropType<"" | "default" | "small" | "large">;
50
+ default: string;
51
+ };
48
52
  title: {
49
53
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
50
54
  default: undefined;
51
55
  };
52
- disabled: {
53
- type: PropType<boolean>;
54
- default: boolean;
55
- };
56
56
  avatar: {
57
57
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
58
58
  default: undefined;
59
59
  };
60
+ disabled: {
61
+ type: PropType<boolean>;
62
+ default: boolean;
63
+ };
60
64
  extra: {
61
65
  type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
62
66
  default: undefined;
63
67
  };
64
- size: {
65
- type: PropType<"" | "default" | "small" | "large">;
66
- default: string;
67
- };
68
68
  modelValue: {
69
69
  type: PropType<boolean>;
70
70
  default: boolean;
@@ -82,11 +82,11 @@ export declare const PlusCheckCard: {
82
82
  "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
83
83
  onExtra?: (() => any) | undefined;
84
84
  }, {
85
+ size: "" | "default" | "small" | "large";
85
86
  title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
86
- disabled: boolean;
87
87
  avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
88
+ disabled: boolean;
88
89
  extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
89
- size: "" | "default" | "small" | "large";
90
90
  modelValue: boolean;
91
91
  description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
92
92
  avatarProps: RecordType;
@@ -98,26 +98,26 @@ export declare const PlusCheckCard: {
98
98
  M: {};
99
99
  Defaults: {};
100
100
  }, Readonly< ExtractPropTypes<{
101
+ size: {
102
+ type: PropType<"" | "default" | "small" | "large">;
103
+ default: string;
104
+ };
101
105
  title: {
102
106
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
103
107
  default: undefined;
104
108
  };
105
- disabled: {
106
- type: PropType<boolean>;
107
- default: boolean;
108
- };
109
109
  avatar: {
110
110
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
111
111
  default: undefined;
112
112
  };
113
+ disabled: {
114
+ type: PropType<boolean>;
115
+ default: boolean;
116
+ };
113
117
  extra: {
114
118
  type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
115
119
  default: undefined;
116
120
  };
117
- size: {
118
- type: PropType<"" | "default" | "small" | "large">;
119
- default: string;
120
- };
121
121
  modelValue: {
122
122
  type: PropType<boolean>;
123
123
  default: boolean;
@@ -135,11 +135,11 @@ export declare const PlusCheckCard: {
135
135
  "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
136
136
  onExtra?: (() => any) | undefined;
137
137
  }, {}, {}, {}, {}, {
138
+ size: "" | "default" | "small" | "large";
138
139
  title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
139
- disabled: boolean;
140
140
  avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
141
+ disabled: boolean;
141
142
  extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
142
- size: "" | "default" | "small" | "large";
143
143
  modelValue: boolean;
144
144
  description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
145
145
  avatarProps: RecordType;
@@ -148,26 +148,26 @@ export declare const PlusCheckCard: {
148
148
  __isTeleport?: undefined;
149
149
  __isSuspense?: undefined;
150
150
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
151
+ size: {
152
+ type: PropType<"" | "default" | "small" | "large">;
153
+ default: string;
154
+ };
151
155
  title: {
152
156
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
153
157
  default: undefined;
154
158
  };
155
- disabled: {
156
- type: PropType<boolean>;
157
- default: boolean;
158
- };
159
159
  avatar: {
160
160
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
161
161
  default: undefined;
162
162
  };
163
+ disabled: {
164
+ type: PropType<boolean>;
165
+ default: boolean;
166
+ };
163
167
  extra: {
164
168
  type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
165
169
  default: undefined;
166
170
  };
167
- size: {
168
- type: PropType<"" | "default" | "small" | "large">;
169
- default: string;
170
- };
171
171
  modelValue: {
172
172
  type: PropType<boolean>;
173
173
  default: boolean;
@@ -189,11 +189,11 @@ export declare const PlusCheckCard: {
189
189
  change: (checked: boolean) => void;
190
190
  extra: () => void;
191
191
  }, string, {
192
+ size: "" | "default" | "small" | "large";
192
193
  title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
193
- disabled: boolean;
194
194
  avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
195
+ disabled: boolean;
195
196
  extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
196
- size: "" | "default" | "small" | "large";
197
197
  modelValue: boolean;
198
198
  description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
199
199
  avatarProps: RecordType;
@@ -47,11 +47,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
47
47
  "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
48
48
  onExtra?: (() => any) | undefined;
49
49
  }, {
50
+ size: "" | "default" | "small" | "large";
50
51
  title: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
51
- disabled: boolean;
52
52
  avatar: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
53
+ disabled: boolean;
53
54
  extra: (data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
54
- size: "" | "default" | "small" | "large";
55
55
  modelValue: boolean;
56
56
  description: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
57
57
  avatarProps: RecordType;
@@ -4,14 +4,14 @@ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOpt
4
4
  export type { PlusCheckCardGroupProps } from './src/index.vue';
5
5
  export declare const PlusCheckCardGroup: {
6
6
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
7
- disabled: {
8
- type: PropType<boolean>;
9
- default: boolean;
10
- };
11
7
  size: {
12
8
  type: PropType<"" | "default" | "small" | "large">;
13
9
  default: undefined;
14
10
  };
11
+ disabled: {
12
+ type: PropType<boolean>;
13
+ default: boolean;
14
+ };
15
15
  options: {
16
16
  type: PropType<( PlusCheckCardProps & {
17
17
  value: string | number;
@@ -39,14 +39,14 @@ export declare const PlusCheckCardGroup: {
39
39
  value: string | number;
40
40
  }) => void;
41
41
  }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
42
- disabled: {
43
- type: PropType<boolean>;
44
- default: boolean;
45
- };
46
42
  size: {
47
43
  type: PropType<"" | "default" | "small" | "large">;
48
44
  default: undefined;
49
45
  };
46
+ disabled: {
47
+ type: PropType<boolean>;
48
+ default: boolean;
49
+ };
50
50
  options: {
51
51
  type: PropType<( PlusCheckCardProps & {
52
52
  value: string | number;
@@ -68,8 +68,8 @@ export declare const PlusCheckCardGroup: {
68
68
  value: string | number;
69
69
  }) => any) | undefined;
70
70
  }, {
71
- disabled: boolean;
72
71
  size: "" | "default" | "small" | "large";
72
+ disabled: boolean;
73
73
  options: ( PlusCheckCardProps & {
74
74
  value: string | number;
75
75
  })[];
@@ -83,14 +83,14 @@ export declare const PlusCheckCardGroup: {
83
83
  M: {};
84
84
  Defaults: {};
85
85
  }, Readonly< ExtractPropTypes<{
86
- disabled: {
87
- type: PropType<boolean>;
88
- default: boolean;
89
- };
90
86
  size: {
91
87
  type: PropType<"" | "default" | "small" | "large">;
92
88
  default: undefined;
93
89
  };
90
+ disabled: {
91
+ type: PropType<boolean>;
92
+ default: boolean;
93
+ };
94
94
  options: {
95
95
  type: PropType<( PlusCheckCardProps & {
96
96
  value: string | number;
@@ -112,8 +112,8 @@ export declare const PlusCheckCardGroup: {
112
112
  value: string | number;
113
113
  }) => any) | undefined;
114
114
  }, {}, {}, {}, {}, {
115
- disabled: boolean;
116
115
  size: "" | "default" | "small" | "large";
116
+ disabled: boolean;
117
117
  options: ( PlusCheckCardProps & {
118
118
  value: string | number;
119
119
  })[];
@@ -124,14 +124,14 @@ export declare const PlusCheckCardGroup: {
124
124
  __isTeleport?: undefined;
125
125
  __isSuspense?: undefined;
126
126
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
127
- disabled: {
128
- type: PropType<boolean>;
129
- default: boolean;
130
- };
131
127
  size: {
132
128
  type: PropType<"" | "default" | "small" | "large">;
133
129
  default: undefined;
134
130
  };
131
+ disabled: {
132
+ type: PropType<boolean>;
133
+ default: boolean;
134
+ };
135
135
  options: {
136
136
  type: PropType<( PlusCheckCardProps & {
137
137
  value: string | number;
@@ -159,8 +159,8 @@ export declare const PlusCheckCardGroup: {
159
159
  value: string | number;
160
160
  }) => void;
161
161
  }, string, {
162
- disabled: boolean;
163
162
  size: "" | "default" | "small" | "large";
163
+ disabled: boolean;
164
164
  options: ( PlusCheckCardProps & {
165
165
  value: string | number;
166
166
  })[];
@@ -51,8 +51,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
51
51
  value: string | number;
52
52
  }) => any) | undefined;
53
53
  }, {
54
- disabled: boolean;
55
54
  size: "" | "default" | "small" | "large";
55
+ disabled: boolean;
56
56
  options: (PlusCheckCardProps & {
57
57
  value: string | number;
58
58
  })[];
@@ -1029,12 +1029,12 @@ export declare const PlusDialogForm: {
1029
1029
  $slots: Partial<Record<NonNullable<string | number>, (_: {
1030
1030
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1031
1031
  readonly label: string | ComputedRef<string>;
1032
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1032
+ readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1033
1033
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1034
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1034
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1035
1035
  style?: CSSProperties | undefined;
1036
1036
  class?: any;
1037
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1037
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1038
1038
  style?: CSSProperties | undefined;
1039
1039
  class?: any;
1040
1040
  } & RecordType>>;
@@ -1056,7 +1056,7 @@ export declare const PlusDialogForm: {
1056
1056
  };
1057
1057
  rows: number;
1058
1058
  autocomplete: string;
1059
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1059
+ type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1060
1060
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1061
1061
  step: string | number;
1062
1062
  format: string | ProgressFn | undefined;
@@ -1095,12 +1095,12 @@ export declare const PlusDialogForm: {
1095
1095
  fieldInstance?: any;
1096
1096
  valueIsReady?: Ref<boolean> | undefined;
1097
1097
  prop: string;
1098
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1098
+ modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1099
1099
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1100
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
1100
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1101
1101
  style?: CSSProperties | undefined;
1102
1102
  class?: any;
1103
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1103
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1104
1104
  style?: CSSProperties | undefined;
1105
1105
  class?: any;
1106
1106
  } & RecordType>>;
@@ -346,12 +346,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
346
346
  }, {}>, Partial<Record<NonNullable<string | number>, (_: {
347
347
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
348
348
  readonly label: string | ComputedRef<string>;
349
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
349
+ readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
350
350
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
351
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
351
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
352
352
  style?: CSSProperties | undefined;
353
353
  class?: any;
354
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
354
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
355
355
  style?: CSSProperties | undefined;
356
356
  class?: any;
357
357
  } & RecordType>>;
@@ -373,7 +373,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
373
373
  };
374
374
  rows: number;
375
375
  autocomplete: string;
376
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
376
+ type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
377
377
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
378
378
  step: string | number;
379
379
  format: string | ProgressFn | undefined;
@@ -412,12 +412,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
412
412
  fieldInstance?: any;
413
413
  valueIsReady?: Ref<boolean> | undefined;
414
414
  prop: string;
415
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
415
+ modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
416
416
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
417
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
417
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
418
418
  style?: CSSProperties | undefined;
419
419
  class?: any;
420
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
420
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
421
421
  style?: CSSProperties | undefined;
422
422
  class?: any;
423
423
  } & RecordType>>;