@vunk/form 2.19.0 → 2.19.1

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 (148) hide show
  1. package/components/api-tables-select/src/ctx.d.ts +16 -22
  2. package/components/api-tables-select/src/index.vue.d.ts +39 -43
  3. package/components/button/index.mjs +1 -2
  4. package/components/button/src/ctx.d.ts +7 -7
  5. package/components/button/src/index.vue.d.ts +64 -63
  6. package/components/card-input-collection/index.cjs +1 -1
  7. package/components/card-input-collection/index.mjs +7 -7
  8. package/components/card-input-collection/src/core.vue.d.ts +12 -8
  9. package/components/card-input-collection/src/ctx.d.ts +2 -2
  10. package/components/card-input-collection/src/index.vue.d.ts +7 -6
  11. package/components/cascader/src/ctx.d.ts +33 -25
  12. package/components/cascader/src/index.vue.d.ts +67 -50
  13. package/components/cascader/src/use.d.ts +1 -1
  14. package/components/checkbox/index.mjs +3 -3
  15. package/components/checkbox/src/ctx.d.ts +19 -19
  16. package/components/checkbox/src/index.vue.d.ts +128 -127
  17. package/components/cloneDeep.cjs +1 -1
  18. package/components/color-picker/src/ctx.d.ts +22 -14
  19. package/components/color-picker/src/index.vue.d.ts +52 -32
  20. package/components/date-picker/src/ctx.d.ts +32 -24
  21. package/components/date-picker/src/index.vue.d.ts +68 -51
  22. package/components/date-picker-range/src/ctx.d.ts +23 -15
  23. package/components/date-picker-range/src/index.vue.d.ts +131 -98
  24. package/components/dialog/src/ctx.d.ts +5 -5
  25. package/components/dialog/src/index.vue.d.ts +18 -16
  26. package/components/dialog-input-collection/index.mjs +9 -9
  27. package/components/dialog-input-collection/src/ctx.d.ts +4 -3
  28. package/components/dialog-input-collection/src/dialog-form.vue.d.ts +12 -8
  29. package/components/dialog-input-collection/src/index.vue.d.ts +13 -11
  30. package/components/dialog-input-collection/src/layout.vue.d.ts +8 -4
  31. package/components/download-plus/index.cjs +1 -1
  32. package/components/download-plus/index.mjs +21 -22
  33. package/components/download-plus/src/api.d.ts +1 -1
  34. package/components/download-plus/src/ctx.d.ts +4 -3
  35. package/components/download-plus/src/index.vue.d.ts +81 -78
  36. package/components/editable-text/src/ctx.d.ts +2 -6
  37. package/components/editable-text/src/index.vue.d.ts +14 -10
  38. package/components/el-slider/index.mjs +4 -4
  39. package/components/el-slider/src/button.vue.d.ts +2 -1
  40. package/components/el-slider/src/composables/use-slide.d.ts +1 -1
  41. package/components/el-slider/src/composables/use-slider-button.d.ts +1 -1
  42. package/components/el-slider/src/composables/use-watch.d.ts +1 -1
  43. package/components/el-slider/src/slider-core.vue.d.ts +7 -6
  44. package/components/el-slider/src/slider.d.ts +2 -1
  45. package/components/esri-input-geojson/index.mjs +40 -55
  46. package/components/esri-input-geojson/src/append.vue.d.ts +97 -96
  47. package/components/esri-input-geojson/src/ctx.d.ts +21 -22
  48. package/components/esri-input-geojson/src/default-view.vue.d.ts +7 -3
  49. package/components/esri-input-geojson/src/index.vue.d.ts +593 -186
  50. package/components/esri-input-geojson/src/types.d.ts +0 -1
  51. package/components/esri-input-geojson/src/viewer.vue.d.ts +406 -40
  52. package/components/fieldset/index.mjs +2 -4
  53. package/components/fieldset/src/index.vue.d.ts +3 -2
  54. package/components/form/src/ctx.d.ts +1 -1
  55. package/components/form/src/index.vue.d.ts +68 -67
  56. package/components/form-item/index.mjs +6 -7
  57. package/components/form-item/src/core.vue.d.ts +12 -10
  58. package/components/form-item/src/ctx.d.ts +6 -4
  59. package/components/form-item/src/index.vue.d.ts +7 -6
  60. package/components/form-item-renderer/index.mjs +2 -3
  61. package/components/form-item-renderer/src/core.vue.d.ts +3 -2
  62. package/components/form-item-renderer/src/index.vue.d.ts +7 -5
  63. package/components/form-item-renderer-template/index.mjs +1 -2
  64. package/components/form-item-renderer-template/src/index.vue.d.ts +3 -2
  65. package/components/forms-provider/src/index.vue.d.ts +5 -2
  66. package/components/forms-provider/src/segment.vue.d.ts +7 -3
  67. package/components/forms-provider/src/view.vue.d.ts +11 -7
  68. package/components/index2.cjs +1 -1
  69. package/components/information/src/index.vue.d.ts +3 -2
  70. package/components/information-collection/src/ctx.d.ts +17 -11
  71. package/components/information-collection/src/index.vue.d.ts +36 -27
  72. package/components/information-renderer/index.d.ts +9 -9
  73. package/components/information-tag/src/ctx.d.ts +4 -3
  74. package/components/information-tag/src/index.vue.d.ts +12 -11
  75. package/components/information-templates-default/src/index.vue.d.ts +2 -1
  76. package/components/input/src/ctx.d.ts +20 -20
  77. package/components/input/src/index.vue.d.ts +70 -69
  78. package/components/input-array/src/ctx.d.ts +2 -2
  79. package/components/input-array/src/form-template.vue.d.ts +2 -1
  80. package/components/input-array/src/index.vue.d.ts +6 -5
  81. package/components/input-collection/src/core.vue.d.ts +17 -15
  82. package/components/input-collection/src/ctx.d.ts +4 -4
  83. package/components/input-collection/src/index.vue.d.ts +13 -12
  84. package/components/input-file/src/index.vue.d.ts +51 -50
  85. package/components/input-file/src/template.vue.d.ts +2 -1
  86. package/components/input-link/src/ctx.d.ts +19 -21
  87. package/components/input-link/src/index.vue.d.ts +111 -110
  88. package/components/input-number/src/ctx.d.ts +5 -5
  89. package/components/input-number/src/index.vue.d.ts +39 -38
  90. package/components/input-tag/src/ctx.d.ts +10 -10
  91. package/components/input-tag/src/index.vue.d.ts +48 -47
  92. package/components/monaco-editor/src/ctx.d.ts +2 -2
  93. package/components/monaco-editor/src/index.vue.d.ts +17 -16
  94. package/components/radio/index.cjs +1 -1
  95. package/components/radio/index.mjs +2 -2
  96. package/components/radio/src/ctx.d.ts +3 -3
  97. package/components/radio/src/index.vue.d.ts +32 -31
  98. package/components/radio/src/option.vue.d.ts +12 -10
  99. package/components/radio/src/wraper.vue.d.ts +9 -8
  100. package/components/renderer-data/src/index.vue.d.ts +3 -2
  101. package/components/select/src/core.vue.d.ts +99 -239
  102. package/components/select/src/ctx.d.ts +23 -95
  103. package/components/select/src/index.vue.d.ts +76 -75
  104. package/components/select/src/options.vue.d.ts +3 -2
  105. package/components/slider/src/ctx.d.ts +10 -10
  106. package/components/slider/src/index.vue.d.ts +29 -25
  107. package/components/style.css +1 -1
  108. package/components/switch/src/ctx.d.ts +11 -11
  109. package/components/switch/src/index.vue.d.ts +24 -20
  110. package/components/tables-select/index.mjs +1 -2
  111. package/components/tables-select/src/ctx.d.ts +27 -43
  112. package/components/tables-select/src/index.vue.d.ts +57 -71
  113. package/components/template-instances-provider/src/index.vue.d.ts +3 -2
  114. package/components/templates-default/src/ctx.d.ts +3 -5
  115. package/components/templates-default/src/index.vue.d.ts +778 -727
  116. package/components/templates-element-plus/index.mjs +3 -3
  117. package/components/templates-element-plus/src/index.vue.d.ts +27 -26
  118. package/components/templates-esri/src/index.vue.d.ts +600 -193
  119. package/components/templates-layout/index.mjs +3 -3
  120. package/components/templates-layout/src/index.vue.d.ts +14 -13
  121. package/components/templates-variant/src/index.vue.d.ts +132 -99
  122. package/components/time-picker/src/ctx.d.ts +31 -23
  123. package/components/time-picker/src/index.vue.d.ts +66 -49
  124. package/components/upload/index.cjs +1 -1
  125. package/components/upload/index.mjs +45 -45
  126. package/components/upload/src/ctx.d.ts +24 -22
  127. package/components/upload/src/file.vue.d.ts +75 -73
  128. package/components/upload/src/index.vue.d.ts +188 -187
  129. package/components/upload/src/wraper.vue.d.ts +48 -47
  130. package/components/upload-plus/index.cjs +7 -7
  131. package/components/upload-plus/index.mjs +1911 -1937
  132. package/components/upload-plus/src/api.d.ts +1 -1
  133. package/components/upload-plus/src/ctx.d.ts +2 -5
  134. package/components/upload-plus/src/index.vue.d.ts +6 -5
  135. package/components/use-watch.cjs +1 -1
  136. package/components/van-cascader/src/ctx.d.ts +33 -25
  137. package/components/van-cascader/src/index.vue.d.ts +67 -50
  138. package/components/var-datetime-picker/index.cjs +1 -1
  139. package/components/var-datetime-picker/index.mjs +18 -20
  140. package/components/var-datetime-picker/src/ctx.d.ts +4 -3
  141. package/components/var-datetime-picker/src/index.vue.d.ts +144 -179
  142. package/components/vditor/src/ctx.d.ts +2 -3
  143. package/components/vditor/src/index.vue.d.ts +19 -19
  144. package/composables/index.mjs +3 -5
  145. package/composables/useSourceManager.d.ts +2 -2
  146. package/index.css +1 -1
  147. package/package.json +1 -1
  148. package/shared/element-plus/instances.d.ts +60 -43
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as g, resolveComponent as f, openBlock as t, createElementBlock as k, Fragment as b, createVNode as i, withCtx as n, createBlock as s, normalizeProps as _, mergeProps as u, resolveDynamicComponent as p, createCommentVNode as d } from "vue";
2
2
  import { VkfFormItemRendererTemplate as C } from "@vunk/form/components/form-item-renderer-template";
3
- import { ElRow as E, ElCol as V } from "element-plus";
3
+ import { ElCol as E, ElRow as V } from "element-plus";
4
4
  import { pickObject as j } from "@vunk/core/shared/utils-object";
5
5
  import { _ as v } from "../_plugin-vue_export-helper.cjs";
6
6
  const S = {
@@ -11,8 +11,8 @@ const S = {
11
11
  }, x = g({
12
12
  name: "VkfTemplatesLayout",
13
13
  components: {
14
- ElRow: E,
15
- ElCol: V,
14
+ ElRow: V,
15
+ ElCol: E,
16
16
  VkfFormItemRendererTemplate: C
17
17
  },
18
18
  props: S,
@@ -1,13 +1,15 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  data: {
3
5
  type: import("vue").PropType<import("@vunk/core").NormalObject>;
4
6
  default: () => {};
5
7
  };
6
8
  }>, {
7
9
  pickObject: <T extends import("@vunk/core").NormalObject, EX extends (keyof T)[], KI extends keyof T>(data: T, opts?: {
8
- excludes?: EX | undefined;
9
- includes?: KI[] | undefined;
10
- } | undefined) => { [P in EX extends (infer KE)[] ? Exclude<KI, KE> : KI]: T[P]; };
10
+ excludes?: EX;
11
+ includes?: KI[];
12
+ }) => { [P in EX extends (infer KE)[] ? Exclude<KI, KE> : KI]: T[P]; };
11
13
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
14
  data: {
13
15
  type: import("vue").PropType<import("@vunk/core").NormalObject>;
@@ -33,16 +35,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
33
35
  tag: string;
34
36
  gutter: number;
35
37
  }>;
36
- __isFragment?: undefined;
37
- __isTeleport?: undefined;
38
- __isSuspense?: undefined;
38
+ __isFragment?: never;
39
+ __isTeleport?: never;
40
+ __isSuspense?: never;
39
41
  } & import("vue").ComponentOptionsBase<Readonly<import("element-plus").RowProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
40
42
  justify: "center" | "start" | "end" | "space-around" | "space-between" | "space-evenly";
41
43
  tag: string;
42
44
  gutter: number;
43
45
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
44
46
  $slots: {
45
- default?: ((props: {}) => any) | undefined;
47
+ default?: (props: {}) => any;
46
48
  };
47
49
  })>;
48
50
  ElCol: import("element-plus/es/utils/index.mjs").SFCWithInstall<{
@@ -76,9 +78,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
76
78
  lg: import("element-plus").ColSize;
77
79
  xl: import("element-plus").ColSize;
78
80
  }>;
79
- __isFragment?: undefined;
80
- __isTeleport?: undefined;
81
- __isSuspense?: undefined;
81
+ __isFragment?: never;
82
+ __isTeleport?: never;
83
+ __isSuspense?: never;
82
84
  } & import("vue").ComponentOptionsBase<Readonly<import("element-plus").ColProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
83
85
  push: number;
84
86
  offset: number;
@@ -92,7 +94,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
92
94
  xl: import("element-plus").ColSize;
93
95
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
94
96
  $slots: {
95
- default?: ((props: {}) => any) | undefined;
97
+ default?: (props: {}) => any;
96
98
  };
97
99
  })>;
98
100
  VkfFormItemRendererTemplate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -111,4 +113,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
111
113
  type: string;
112
114
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
113
115
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
114
- export default _default;