@vunk/form 1.4.4 → 1.4.6

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 (120) hide show
  1. package/components/button/src/ctx.d.ts +7 -7
  2. package/components/button/src/index.vue.d.ts +167 -200
  3. package/components/button/src/types.d.ts +1 -1
  4. package/components/cascader/index.cjs +3 -3
  5. package/components/cascader/index.mjs +3 -3
  6. package/components/cascader/src/ctx.d.ts +17 -6
  7. package/components/cascader/src/index.vue.d.ts +41 -13662
  8. package/components/checkbox/index.cjs +4 -4
  9. package/components/checkbox/index.mjs +4 -4
  10. package/components/checkbox/src/ctx.d.ts +4 -4
  11. package/components/checkbox/src/index.vue.d.ts +496 -481
  12. package/components/color-picker/index.cjs +2 -2
  13. package/components/color-picker/index.mjs +2 -2
  14. package/components/color-picker/src/ctx.d.ts +6 -6
  15. package/components/color-picker/src/index.vue.d.ts +15 -10959
  16. package/components/date-picker/index.cjs +1 -2
  17. package/components/date-picker/index.mjs +1 -2
  18. package/components/date-picker/src/ctx.d.ts +18 -10
  19. package/components/date-picker/src/index.vue.d.ts +96 -60
  20. package/components/date-picker/src/types.d.ts +1 -1
  21. package/components/date-picker-range/src/ctx.d.ts +16 -8
  22. package/components/date-picker-range/src/index.vue.d.ts +38 -20
  23. package/components/date-picker-range/src/types.d.ts +2 -2
  24. package/components/download-plus/src/ctx.d.ts +2 -2
  25. package/components/download-plus/src/index.vue.d.ts +451 -516
  26. package/components/esri-input-geojson/src/append.vue.d.ts +370 -1801
  27. package/components/esri-input-geojson/src/ctx.d.ts +20 -14
  28. package/components/esri-input-geojson/src/index.vue.d.ts +53 -41
  29. package/components/esri-input-geojson/src/types.d.ts +1 -1
  30. package/components/form/index.cjs +1 -1
  31. package/components/form/index.mjs +1 -1
  32. package/components/form/src/ctx.d.ts +1 -1
  33. package/components/form/src/index.vue.d.ts +313 -376
  34. package/components/form-item/src/ctx.d.ts +3 -3
  35. package/components/form-item/src/index.vue.d.ts +109 -126
  36. package/components/form-item-renderer/index.cjs +1 -0
  37. package/components/form-item-renderer/index.mjs +1 -0
  38. package/components/form-item-renderer/src/types.d.ts +1 -0
  39. package/components/geoinput/src/ctx.d.ts +18 -12
  40. package/components/geoinput/src/index.vue.d.ts +43 -31
  41. package/components/geoinput/src/types.d.ts +1 -1
  42. package/components/geoinput-read/src/append.vue.d.ts +220 -262
  43. package/components/geoinput-read/src/core.vue.d.ts +86 -81
  44. package/components/geoinput-read/src/ctx.d.ts +20 -14
  45. package/components/geoinput-read/src/index.vue.d.ts +129 -112
  46. package/components/geoinput-update/src/append.vue.d.ts +370 -1801
  47. package/components/geoinput-update/src/ctx.d.ts +20 -14
  48. package/components/geoinput-update/src/index.vue.d.ts +211 -388
  49. package/components/input/index.cjs +3 -7
  50. package/components/input/index.mjs +3 -7
  51. package/components/input/src/ctx.d.ts +21 -15
  52. package/components/input/src/index.vue.d.ts +314 -331
  53. package/components/input/src/types.d.ts +1 -1
  54. package/components/input-collection/src/ctx.d.ts +2 -2
  55. package/components/input-collection/src/index.vue.d.ts +267 -334
  56. package/components/input-collection/src/types.d.ts +1 -1
  57. package/components/input-link/index.cjs +7 -7
  58. package/components/input-link/index.mjs +7 -7
  59. package/components/input-link/src/ctx.d.ts +18 -12
  60. package/components/input-link/src/index.vue.d.ts +43 -31
  61. package/components/input-number/index.cjs +4 -4
  62. package/components/input-number/index.mjs +4 -4
  63. package/components/input-number/src/ctx.d.ts +6 -6
  64. package/components/input-number/src/index.vue.d.ts +107 -1483
  65. package/components/monaco-editor/src/ctx.d.ts +2 -2
  66. package/components/monaco-editor/src/index.vue.d.ts +5 -5
  67. package/components/monaco-editor/src/types.d.ts +1 -1
  68. package/components/radio/index.cjs +4 -4
  69. package/components/radio/index.mjs +4 -4
  70. package/components/radio/src/ctx.d.ts +6 -6
  71. package/components/radio/src/index.vue.d.ts +317 -303
  72. package/components/select/src/ctx.d.ts +2 -2
  73. package/components/select/src/index.vue.d.ts +33 -12877
  74. package/components/slider/src/ctx.d.ts +12 -12
  75. package/components/slider/src/index.vue.d.ts +29 -31
  76. package/components/switch/index.cjs +6 -7
  77. package/components/switch/index.mjs +6 -7
  78. package/components/switch/src/ctx.d.ts +11 -11
  79. package/components/switch/src/index.vue.d.ts +157 -206
  80. package/components/templates-default/index.cjs +0 -2
  81. package/components/templates-default/index.mjs +0 -2
  82. package/components/templates-default/src/index.vue.d.ts +2 -22
  83. package/components/templates-element-plus/src/index.vue.d.ts +92 -144
  84. package/components/templates-layout/index.cjs +1 -1
  85. package/components/templates-layout/index.mjs +1 -1
  86. package/components/templates-layout/src/index.vue.d.ts +107 -95
  87. package/components/upload/src/ctx.d.ts +7 -7
  88. package/components/upload/src/file.vue.d.ts +136 -193
  89. package/components/upload/src/index.vue.d.ts +386 -1888
  90. package/components/upload/src/types.d.ts +5 -0
  91. package/components/upload-plus/src/ctx.d.ts +2 -2
  92. package/components/upload-plus/src/index.vue.d.ts +484 -556
  93. package/components/van-cascader/src/ctx.d.ts +15 -4
  94. package/components/van-cascader/src/index.vue.d.ts +960 -10948
  95. package/components/var-datetime-picker/src/const.d.ts +1 -1
  96. package/components/var-datetime-picker/src/ctx.d.ts +2 -2
  97. package/components/var-datetime-picker/src/index.vue.d.ts +157 -212
  98. package/components/var-datetime-picker/src/types.d.ts +1 -1
  99. package/components/vditor/src/ctx.d.ts +2 -2
  100. package/components/vditor/src/index.vue.d.ts +5 -5
  101. package/components/vditor/src/types.d.ts +1 -1
  102. package/package.json +1 -1
  103. package/shared/const/index.d.ts +0 -4
  104. package/shared/element-plus/ctx.d.ts +0 -26
  105. package/shared/element-plus/index.d.ts +0 -3
  106. package/shared/element-plus/instances.d.ts +0 -195
  107. package/shared/element-plus/version.d.ts +0 -1
  108. package/shared/form/index.d.ts +0 -18
  109. package/shared/helper/index.d.ts +0 -4
  110. package/shared/index.d.ts +0 -2
  111. package/shared/infer-prop/index.d.ts +0 -17
  112. package/shared/progress-it/index.d.ts +0 -16
  113. package/shared/rules/index.d.ts +0 -35
  114. package/shared/types/form/checkbox.d.ts +0 -13
  115. package/shared/types/form/index.d.ts +0 -2
  116. package/shared/types/form/radio.d.ts +0 -8
  117. package/shared/types/index.d.ts +0 -2
  118. package/shared/types/source/index.d.ts +0 -21
  119. package/shared/types/source-manager/index.d.ts +0 -6
  120. package/shared/upload/index.d.ts +0 -7
@@ -255,7 +255,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
255
255
  _: 1
256
256
  /* STABLE */
257
257
  }),
258
- vue.createCommentVNode(" VkfInputLink "),
259
258
  vue.createVNode(_component_VkfFormItemRendererTemplate, { type: "VkfInputLink" }, {
260
259
  default: vue.withCtx(({ data: sourceData, templateIf, raw }) => [
261
260
  templateIf(_ctx.data) ? (vue.openBlock(), vue.createBlock(_component_VkfInputLink, vue.mergeProps({
@@ -271,7 +270,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
271
270
  _: 1
272
271
  /* STABLE */
273
272
  }),
274
- vue.createCommentVNode(" VkfSlider "),
275
273
  vue.createVNode(_component_VkfFormItemRendererTemplate, { type: "VkfSlider" }, {
276
274
  default: vue.withCtx(({ data: sourceData, templateIf, raw }) => [
277
275
  templateIf(_ctx.data) ? (vue.openBlock(), vue.createBlock(_component_VkfSlider, vue.mergeProps({
@@ -251,7 +251,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
251
251
  _: 1
252
252
  /* STABLE */
253
253
  }),
254
- createCommentVNode(" VkfInputLink "),
255
254
  createVNode(_component_VkfFormItemRendererTemplate, { type: "VkfInputLink" }, {
256
255
  default: withCtx(({ data: sourceData, templateIf, raw }) => [
257
256
  templateIf(_ctx.data) ? (openBlock(), createBlock(_component_VkfInputLink, mergeProps({
@@ -267,7 +266,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
267
266
  _: 1
268
267
  /* STABLE */
269
268
  }),
270
- createCommentVNode(" VkfSlider "),
271
269
  createVNode(_component_VkfFormItemRendererTemplate, { type: "VkfSlider" }, {
272
270
  default: withCtx(({ data: sourceData, templateIf, raw }) => [
273
271
  templateIf(_ctx.data) ? (openBlock(), createBlock(_component_VkfSlider, mergeProps({
@@ -161,28 +161,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
161
161
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
162
162
  install(app: import("vue").App): void;
163
163
  };
164
- VkfCascader: {
165
- new (...args: any[]): any;
166
- __isFragment?: never;
167
- __isTeleport?: never;
168
- __isSuspense?: never;
169
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
170
- [x: string]: any;
171
- [x: symbol]: any;
172
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
173
- install(app: import("vue").App): void;
174
- };
175
- VkfInputLink: {
176
- new (...args: any[]): any;
177
- __isFragment?: never;
178
- __isTeleport?: never;
179
- __isSuspense?: never;
180
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
181
- [x: string]: any;
182
- [x: symbol]: any;
183
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
184
- install(app: import("vue").App): void;
185
- };
164
+ VkfCascader: never;
165
+ VkfInputLink: never;
186
166
  VkfSlider: {
187
167
  new (...args: any[]): any;
188
168
  __isFragment?: never;
@@ -27,180 +27,128 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
27
27
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
28
28
  install(app: import("vue").App): void;
29
29
  };
30
- ElLink: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
31
- readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "default", boolean>;
32
- readonly underline: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
33
- readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
34
- readonly href: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
35
- readonly target: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "_self", boolean>;
36
- readonly icon: {
37
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
38
- readonly required: false;
39
- readonly validator: ((val: unknown) => boolean) | undefined;
40
- __epPropKey: true;
41
- };
42
- }, {
43
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
30
+ ElLink: import("element-plus/es/utils").SFCWithInstall<{
31
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
44
32
  readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "default", boolean>;
45
33
  readonly underline: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
46
- readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
34
+ readonly disabled: BooleanConstructor;
47
35
  readonly href: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
48
- readonly target: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "_self", boolean>;
36
+ readonly target: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "_self", boolean>;
49
37
  readonly icon: {
50
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
38
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
51
39
  readonly required: false;
52
40
  readonly validator: ((val: unknown) => boolean) | undefined;
53
41
  __epPropKey: true;
54
42
  };
55
43
  }>> & {
56
44
  onClick?: ((evt: MouseEvent) => any) | undefined;
57
- }>>;
58
- emit: (event: "click", evt: MouseEvent) => void;
59
- ns: {
60
- namespace: import("vue").ComputedRef<string>;
61
- b: (blockSuffix?: string) => string;
62
- e: (element?: string | undefined) => string;
63
- m: (modifier?: string | undefined) => string;
64
- be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
65
- em: (element?: string | undefined, modifier?: string | undefined) => string;
66
- bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
67
- bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
68
- is: {
69
- (name: string, state: boolean | undefined): string;
70
- (name: string): string;
71
- };
72
- cssVar: (object: Record<string, string>) => Record<string, string>;
73
- cssVarName: (name: string) => string;
74
- cssVarBlock: (object: Record<string, string>) => Record<string, string>;
75
- cssVarBlockName: (name: string) => string;
76
- };
77
- linkKls: import("vue").ComputedRef<string[]>;
78
- handleClick: (event: MouseEvent) => void;
79
- ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
80
- readonly size: {
81
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
82
- readonly required: false;
83
- readonly validator: ((val: unknown) => boolean) | undefined;
84
- __epPropKey: true;
85
- };
86
- readonly color: {
87
- readonly type: import("vue").PropType<string>;
88
- readonly required: false;
89
- readonly validator: ((val: unknown) => boolean) | undefined;
90
- __epPropKey: true;
91
- };
92
- }, {
93
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
94
- readonly size: {
95
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
96
- readonly required: false;
97
- readonly validator: ((val: unknown) => boolean) | undefined;
98
- __epPropKey: true;
99
- };
100
- readonly color: {
101
- readonly type: import("vue").PropType<string>;
102
- readonly required: false;
103
- readonly validator: ((val: unknown) => boolean) | undefined;
104
- __epPropKey: true;
105
- };
106
- }>> & {
107
- [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
108
- }>>;
109
- ns: {
110
- namespace: import("vue").ComputedRef<string>;
111
- b: (blockSuffix?: string) => string;
112
- e: (element?: string | undefined) => string;
113
- m: (modifier?: string | undefined) => string;
114
- be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
115
- em: (element?: string | undefined, modifier?: string | undefined) => string;
116
- bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
117
- bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
118
- is: {
119
- (name: string, state: boolean | undefined): string;
120
- (name: string): string;
121
- };
122
- cssVar: (object: Record<string, string>) => Record<string, string>;
123
- cssVarName: (name: string) => string;
124
- cssVarBlock: (object: Record<string, string>) => Record<string, string>;
125
- cssVarBlockName: (name: string) => string;
126
- };
127
- style: import("vue").ComputedRef<import("vue").CSSProperties>;
128
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
129
- readonly size: {
130
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
131
- readonly required: false;
132
- readonly validator: ((val: unknown) => boolean) | undefined;
133
- __epPropKey: true;
134
- };
135
- readonly color: {
136
- readonly type: import("vue").PropType<string>;
45
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
46
+ click: (evt: MouseEvent) => void;
47
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
48
+ readonly disabled: boolean;
49
+ readonly underline: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
50
+ readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
51
+ readonly target: string;
52
+ readonly href: string;
53
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
54
+ P: {};
55
+ B: {};
56
+ D: {};
57
+ C: {};
58
+ M: {};
59
+ Defaults: {};
60
+ }, Readonly<import("vue").ExtractPropTypes<{
61
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "default", boolean>;
62
+ readonly underline: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
63
+ readonly disabled: BooleanConstructor;
64
+ readonly href: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
65
+ readonly target: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "_self", boolean>;
66
+ readonly icon: {
67
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
137
68
  readonly required: false;
138
69
  readonly validator: ((val: unknown) => boolean) | undefined;
139
70
  __epPropKey: true;
140
71
  };
141
- }>>, {}>> & Record<string, any>;
142
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
143
- click: (evt: MouseEvent) => boolean;
144
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
72
+ }>> & {
73
+ onClick?: ((evt: MouseEvent) => any) | undefined;
74
+ }, {}, {}, {}, {}, {
75
+ readonly disabled: boolean;
76
+ readonly underline: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
77
+ readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
78
+ readonly target: string;
79
+ readonly href: string;
80
+ }>;
81
+ __isFragment?: never;
82
+ __isTeleport?: never;
83
+ __isSuspense?: never;
84
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
145
85
  readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "default", boolean>;
146
86
  readonly underline: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
147
- readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
87
+ readonly disabled: BooleanConstructor;
148
88
  readonly href: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
149
- readonly target: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "_self", boolean>;
89
+ readonly target: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "_self", boolean>;
150
90
  readonly icon: {
151
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
91
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
152
92
  readonly required: false;
153
93
  readonly validator: ((val: unknown) => boolean) | undefined;
154
94
  __epPropKey: true;
155
95
  };
156
96
  }>> & {
157
97
  onClick?: ((evt: MouseEvent) => any) | undefined;
158
- }, {
98
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
99
+ click: (evt: MouseEvent) => void;
100
+ }, string, {
101
+ readonly disabled: boolean;
102
+ readonly underline: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
159
103
  readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
160
104
  readonly target: string;
161
- readonly underline: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
162
105
  readonly href: string;
163
- readonly disabled: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
164
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
165
- ElDivider: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
166
- readonly direction: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "vertical" | "horizontal", unknown, "horizontal", boolean>;
167
- readonly contentPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "center" | "left" | "right", unknown, "center", boolean>;
168
- readonly borderStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "solid", boolean>;
169
- }, {
170
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
171
- readonly direction: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "vertical" | "horizontal", unknown, "horizontal", boolean>;
172
- readonly contentPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "center" | "left" | "right", unknown, "center", boolean>;
173
- readonly borderStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "solid", boolean>;
174
- }>> & {
175
- [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
176
- }>>;
177
- ns: {
178
- namespace: import("vue").ComputedRef<string>;
179
- b: (blockSuffix?: string) => string;
180
- e: (element?: string | undefined) => string;
181
- m: (modifier?: string | undefined) => string;
182
- be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
183
- em: (element?: string | undefined, modifier?: string | undefined) => string;
184
- bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
185
- bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
186
- is: {
187
- (name: string, state: boolean | undefined): string;
188
- (name: string): string;
189
- };
190
- cssVar: (object: Record<string, string>) => Record<string, string>;
191
- cssVarName: (name: string) => string;
192
- cssVarBlock: (object: Record<string, string>) => Record<string, string>;
193
- cssVarBlockName: (name: string) => string;
106
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
107
+ $slots: {
108
+ default?(_: {}): any;
109
+ icon?(_: {}): any;
194
110
  };
195
- dividerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
196
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
197
- readonly direction: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "vertical" | "horizontal", unknown, "horizontal", boolean>;
111
+ })>;
112
+ ElDivider: import("element-plus/es/utils").SFCWithInstall<{
113
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
114
+ readonly direction: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "horizontal", boolean>;
115
+ readonly contentPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "center" | "left" | "right", unknown, "center", boolean>;
116
+ readonly borderStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "solid", boolean>;
117
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
118
+ readonly direction: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical", unknown>;
119
+ readonly borderStyle: string;
120
+ readonly contentPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "center" | "left" | "right", unknown>;
121
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
122
+ P: {};
123
+ B: {};
124
+ D: {};
125
+ C: {};
126
+ M: {};
127
+ Defaults: {};
128
+ }, Readonly<import("vue").ExtractPropTypes<{
129
+ readonly direction: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "horizontal", boolean>;
130
+ readonly contentPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "center" | "left" | "right", unknown, "center", boolean>;
131
+ readonly borderStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "solid", boolean>;
132
+ }>>, {}, {}, {}, {}, {
133
+ readonly direction: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical", unknown>;
134
+ readonly borderStyle: string;
135
+ readonly contentPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "center" | "left" | "right", unknown>;
136
+ }>;
137
+ __isFragment?: never;
138
+ __isTeleport?: never;
139
+ __isSuspense?: never;
140
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
141
+ readonly direction: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "horizontal", boolean>;
198
142
  readonly contentPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "center" | "left" | "right", unknown, "center", boolean>;
199
- readonly borderStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "solid", boolean>;
200
- }>>, {
201
- readonly direction: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "vertical" | "horizontal", unknown>;
143
+ readonly borderStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string) | ((new (...args: any[]) => string) | (() => string))[], unknown, unknown, "solid", boolean>;
144
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
145
+ readonly direction: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical", unknown>;
202
146
  readonly borderStyle: string;
203
147
  readonly contentPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "center" | "left" | "right", unknown>;
204
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
148
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
149
+ $slots: {
150
+ default?(_: {}): any;
151
+ };
152
+ })>;
205
153
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
206
154
  export default _default;
@@ -17,12 +17,12 @@ const props = {
17
17
 
18
18
  var _sfc_main = vue.defineComponent({
19
19
  name: "VkfTemplatesLayout",
20
- props,
21
20
  components: {
22
21
  ElRow: elementPlus.ElRow,
23
22
  ElCol: elementPlus.ElCol,
24
23
  VkfFormItemRendererTemplate: formItemRendererTemplate.VkfFormItemRendererTemplate
25
24
  },
25
+ props,
26
26
  setup() {
27
27
  return {
28
28
  pickObject: utilsObject.pickObject
@@ -13,12 +13,12 @@ const props = {
13
13
 
14
14
  var _sfc_main = defineComponent({
15
15
  name: "VkfTemplatesLayout",
16
- props,
17
16
  components: {
18
17
  ElRow,
19
18
  ElCol,
20
19
  VkfFormItemRendererTemplate
21
20
  },
21
+ props,
22
22
  setup() {
23
23
  return {
24
24
  pickObject