@vunk/form 2.18.2 → 2.19.0
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.
- package/components/_plugin-vue_export-helper.cjs +1 -11
- package/components/api-tables-select/index.cjs +1 -467
- package/components/api-tables-select/index.mjs +56 -413
- package/components/api-tables-select/src/ctx.d.ts +152 -172
- package/components/api-tables-select/src/index.vue.d.ts +394 -983
- package/components/button/index.cjs +1 -112
- package/components/button/index.mjs +57 -85
- package/components/button/src/ctx.d.ts +28 -113
- package/components/button/src/index.vue.d.ts +317 -625
- package/components/card-input-collection/index.cjs +1 -370
- package/components/card-input-collection/index.mjs +175 -277
- package/components/card-input-collection/src/core.vue.d.ts +54 -951
- package/components/card-input-collection/src/ctx.d.ts +19 -49
- package/components/card-input-collection/src/index.vue.d.ts +46 -110
- package/components/cascader/index.cjs +1 -150
- package/components/cascader/index.mjs +88 -116
- package/components/cascader/src/ctx.d.ts +140 -207
- package/components/cascader/src/index.vue.d.ts +315 -522
- package/components/cascader/src/use.d.ts +1 -1
- package/components/checkbox/index.cjs +1 -152
- package/components/checkbox/index.mjs +75 -119
- package/components/checkbox/src/ctx.d.ts +46 -69
- package/components/checkbox/src/index.vue.d.ts +448 -1016
- package/components/cloneDeep.cjs +1 -2106
- package/components/color-picker/index.cjs +1 -80
- package/components/color-picker/index.mjs +46 -69
- package/components/color-picker/src/ctx.d.ts +130 -107
- package/components/color-picker/src/index.vue.d.ts +285 -255
- package/components/date-picker/index.cjs +1 -119
- package/components/date-picker/index.mjs +63 -97
- package/components/date-picker/src/ctx.d.ts +123 -206
- package/components/date-picker/src/index.vue.d.ts +269 -1358
- package/components/date-picker/src/types.d.ts +7 -7
- package/components/date-picker-range/index.cjs +1 -177
- package/components/date-picker-range/index.mjs +62 -113
- package/components/date-picker-range/src/ctx.d.ts +130 -206
- package/components/date-picker-range/src/index.vue.d.ts +861 -448
- package/components/debounce.cjs +1 -0
- package/components/dialog/index.cjs +1 -126
- package/components/dialog/index.mjs +65 -99
- package/components/dialog/src/ctx.d.ts +17 -108
- package/components/dialog/src/index.vue.d.ts +77 -1072
- package/components/dialog-input-collection/index.cjs +1 -624
- package/components/dialog-input-collection/index.mjs +276 -498
- package/components/dialog-input-collection/src/ctx.d.ts +21 -52
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +29 -6371
- package/components/dialog-input-collection/src/index.vue.d.ts +65 -7630
- package/components/dialog-input-collection/src/layout.vue.d.ts +13 -73
- package/components/download-plus/index.cjs +1 -456
- package/components/download-plus/index.mjs +215 -358
- package/components/download-plus/src/api.d.ts +1 -1
- package/components/download-plus/src/ctx.d.ts +21 -52
- package/components/download-plus/src/index.vue.d.ts +437 -1177
- package/components/editable-text/index.cjs +1 -295
- package/components/editable-text/index.mjs +113 -239
- package/components/editable-text/src/ctx.d.ts +24 -50
- package/components/editable-text/src/index.vue.d.ts +59 -3258
- package/components/el-slider/index.cjs +1 -0
- package/components/el-slider/index.d.ts +5 -0
- package/components/el-slider/index.mjs +475 -0
- package/components/el-slider/src/button.d.ts +36 -0
- package/components/el-slider/src/button.vue.d.ts +41 -0
- package/components/el-slider/src/composables/index.cjs +1 -0
- package/components/el-slider/src/composables/index.d.ts +6 -0
- package/components/el-slider/src/composables/index.mjs +9 -0
- package/components/el-slider/src/composables/use-lifecycle.d.ts +4 -0
- package/components/el-slider/src/composables/use-marks.d.ts +7 -0
- package/components/el-slider/src/composables/use-slide.d.ts +23 -0
- package/components/el-slider/src/composables/use-slider-button.d.ts +18 -0
- package/components/el-slider/src/composables/use-stops.d.ts +8 -0
- package/components/el-slider/src/composables/use-watch.d.ts +4 -0
- package/components/el-slider/src/constants.d.ts +14 -0
- package/components/el-slider/src/marker.d.ts +37 -0
- package/components/el-slider/src/slider-core.vue.d.ts +218 -0
- package/components/el-slider/src/slider.d.ts +174 -0
- package/components/esri-input-geojson/index.cjs +2 -1604
- package/components/esri-input-geojson/index.mjs +682 -1290
- package/components/esri-input-geojson/src/append.vue.d.ts +239 -1099
- package/components/esri-input-geojson/src/const.d.ts +1 -1
- package/components/esri-input-geojson/src/ctx.d.ts +66 -161
- package/components/esri-input-geojson/src/default-view.vue.d.ts +8 -132
- package/components/esri-input-geojson/src/index.vue.d.ts +982 -708
- package/components/esri-input-geojson/src/types.d.ts +1 -0
- package/components/esri-input-geojson/src/viewer.vue.d.ts +53 -282
- package/components/fieldset/index.cjs +1 -110
- package/components/fieldset/index.mjs +63 -76
- package/components/fieldset/src/ctx.d.ts +4 -4
- package/components/fieldset/src/index.vue.d.ts +7 -7
- package/components/form/index.cjs +1 -248
- package/components/form/index.mjs +107 -161
- package/components/form/src/ctx.d.ts +15 -64
- package/components/form/src/index.vue.d.ts +374 -2431
- package/components/form-item/index.cjs +1 -294
- package/components/form-item/index.mjs +140 -229
- package/components/form-item/src/core.vue.d.ts +32 -1854
- package/components/form-item/src/ctx.d.ts +19 -51
- package/components/form-item/src/index.vue.d.ts +38 -101
- package/components/form-item-renderer/index.cjs +1 -193
- package/components/form-item-renderer/index.mjs +103 -162
- package/components/form-item-renderer/src/core.vue.d.ts +9 -9
- package/components/form-item-renderer/src/ctx.d.ts +3 -3
- package/components/form-item-renderer/src/index.vue.d.ts +24 -74
- package/components/form-item-renderer-template/index.cjs +1 -47
- package/components/form-item-renderer-template/index.mjs +20 -33
- package/components/form-item-renderer-template/src/index.vue.d.ts +1 -1
- package/components/forms-provider/index.cjs +1 -99
- package/components/forms-provider/index.mjs +44 -73
- package/components/forms-provider/src/core.d.ts +3 -2
- package/components/forms-provider/src/segment.vue.d.ts +8 -8
- package/components/forms-provider/src/view.vue.d.ts +14 -4
- package/components/index.cjs +1 -399
- package/components/index2.cjs +1 -17
- package/components/information/index.cjs +1 -65
- package/components/information/index.mjs +28 -38
- package/components/information/src/ctx.d.ts +2 -2
- package/components/information/src/index.vue.d.ts +4 -4
- package/components/information-collection/index.cjs +1 -81
- package/components/information-collection/index.mjs +44 -48
- package/components/information-collection/src/ctx.d.ts +29 -65
- package/components/information-collection/src/index.vue.d.ts +64 -136
- package/components/information-renderer/index.cjs +1 -16
- package/components/information-renderer/index.d.ts +9 -9
- package/components/information-renderer/index.mjs +9 -10
- package/components/information-tag/index.cjs +1 -101
- package/components/information-tag/index.mjs +44 -54
- package/components/information-tag/src/ctx.d.ts +6 -21
- package/components/information-tag/src/index.vue.d.ts +23 -51
- package/components/information-templates-default/index.cjs +1 -101
- package/components/information-templates-default/index.mjs +63 -73
- package/components/information-templates-default/src/index.vue.d.ts +1 -1
- package/components/input/index.cjs +1 -115
- package/components/input/index.mjs +60 -83
- package/components/input/src/ctx.d.ts +51 -152
- package/components/input/src/index.vue.d.ts +392 -951
- package/components/input-array/index.cjs +1 -310
- package/components/input-array/index.mjs +114 -244
- package/components/input-array/src/ctx.d.ts +19 -49
- package/components/input-array/src/form-template.vue.d.ts +1 -901
- package/components/input-array/src/index.vue.d.ts +43 -730
- package/components/input-collection/index.cjs +1 -452
- package/components/input-collection/index.mjs +195 -355
- package/components/input-collection/src/core.vue.d.ts +64 -1026
- package/components/input-collection/src/ctx.d.ts +21 -51
- package/components/input-collection/src/index.vue.d.ts +50 -114
- package/components/input-file/index.cjs +1 -142
- package/components/input-file/index.mjs +68 -100
- package/components/input-file/src/ctx.d.ts +8 -29
- package/components/input-file/src/index.vue.d.ts +444 -74
- package/components/input-file/src/template.vue.d.ts +1 -124
- package/components/input-link/index.cjs +1 -167
- package/components/input-link/index.mjs +60 -83
- package/components/input-link/src/ctx.d.ts +52 -137
- package/components/input-link/src/index.vue.d.ts +833 -311
- package/components/input-number/index.cjs +1 -119
- package/components/input-number/index.mjs +73 -87
- package/components/input-number/src/ctx.d.ts +38 -131
- package/components/input-number/src/index.vue.d.ts +321 -683
- package/components/input-tag/index.cjs +1 -100
- package/components/input-tag/index.mjs +51 -78
- package/components/input-tag/src/ctx.d.ts +43 -145
- package/components/input-tag/src/index.vue.d.ts +324 -778
- package/components/isObject.cjs +1 -165
- package/components/monaco-editor/index.cjs +1 -83
- package/components/monaco-editor/index.mjs +40 -59
- package/components/monaco-editor/src/ctx.d.ts +19 -44
- package/components/monaco-editor/src/index.vue.d.ts +209 -109
- package/components/radio/index.cjs +1 -267
- package/components/radio/index.mjs +110 -209
- package/components/radio/src/ctx.d.ts +27 -91
- package/components/radio/src/index.vue.d.ts +298 -1279
- package/components/radio/src/option.vue.d.ts +29 -881
- package/components/radio/src/wraper.vue.d.ts +64 -196
- package/components/renderer-data/index.cjs +1 -41
- package/components/renderer-data/index.mjs +19 -26
- package/components/renderer-data/src/ctx.d.ts +1 -1
- package/components/renderer-data/src/index.vue.d.ts +2 -2
- package/components/select/index.cjs +1 -311
- package/components/select/index.mjs +156 -214
- package/components/select/src/core.vue.d.ts +638 -1080
- package/components/select/src/ctx.d.ts +140 -223
- package/components/select/src/index.vue.d.ts +334 -610
- package/components/select/src/options.vue.d.ts +1 -1
- package/components/slider/index.cjs +1 -88
- package/components/slider/index.mjs +41 -70
- package/components/slider/src/ctx.d.ts +63 -174
- package/components/slider/src/index.vue.d.ts +151 -420
- package/components/style.css +1 -0
- package/components/switch/index.cjs +1 -88
- package/components/switch/index.mjs +37 -69
- package/components/switch/src/ctx.d.ts +34 -113
- package/components/switch/src/index.vue.d.ts +88 -699
- package/components/switch/src/types.d.ts +2 -2
- package/components/tables-select/index.cjs +1 -263
- package/components/tables-select/index.mjs +102 -172
- package/components/tables-select/src/ctx.d.ts +76 -91
- package/components/tables-select/src/index.vue.d.ts +228 -4969
- package/components/template-instances-provider/index.cjs +1 -31
- package/components/template-instances-provider/index.mjs +18 -22
- package/components/template-instances-provider/src/index.vue.d.ts +2 -2
- package/components/templates-default/index.cjs +1 -235
- package/components/templates-default/index.mjs +152 -211
- package/components/templates-default/src/ctx.d.ts +5 -3
- package/components/templates-default/src/index.vue.d.ts +7298 -157
- package/components/templates-element-plus/index.cjs +1 -112
- package/components/templates-element-plus/index.mjs +49 -91
- package/components/templates-element-plus/src/ctx.d.ts +1 -1
- package/components/templates-element-plus/src/index.vue.d.ts +65 -258
- package/components/templates-esri/index.cjs +1 -65
- package/components/templates-esri/index.mjs +29 -39
- package/components/templates-esri/src/ctx.d.ts +1 -1
- package/components/templates-esri/src/index.vue.d.ts +1776 -24
- package/components/templates-layout/index.cjs +1 -137
- package/components/templates-layout/index.mjs +78 -116
- package/components/templates-layout/src/ctx.d.ts +1 -1
- package/components/templates-layout/src/index.vue.d.ts +79 -411
- package/components/templates-variant/index.cjs +1 -70
- package/components/templates-variant/index.mjs +33 -43
- package/components/templates-variant/src/ctx.d.ts +1 -1
- package/components/templates-variant/src/index.vue.d.ts +1238 -24
- package/components/time-picker/index.cjs +1 -104
- package/components/time-picker/index.mjs +57 -87
- package/components/time-picker/src/ctx.d.ts +121 -211
- package/components/time-picker/src/index.vue.d.ts +263 -1368
- package/components/upload/index.cjs +1 -663
- package/components/upload/index.mjs +343 -537
- package/components/upload/src/ctx.d.ts +108 -195
- package/components/upload/src/file.vue.d.ts +197 -776
- package/components/upload/src/index.vue.d.ts +689 -1931
- package/components/upload/src/types.d.ts +1 -1
- package/components/upload/src/wraper.vue.d.ts +232 -407
- package/components/upload-plus/index.cjs +21 -18673
- package/components/upload-plus/index.mjs +4598 -18372
- package/components/upload-plus/src/api.d.ts +2 -2
- package/components/upload-plus/src/ctx.d.ts +24 -51
- package/components/upload-plus/src/index.vue.d.ts +51 -1656
- package/components/use-watch.cjs +1 -0
- package/components/van-cascader/index.cjs +1 -125
- package/components/van-cascader/index.mjs +51 -96
- package/components/van-cascader/src/ctx.d.ts +135 -203
- package/components/van-cascader/src/index.vue.d.ts +312 -985
- package/components/var-datetime-picker/index.cjs +1 -333
- package/components/var-datetime-picker/index.mjs +175 -254
- package/components/var-datetime-picker/src/ctx.d.ts +19 -50
- package/components/var-datetime-picker/src/index.vue.d.ts +688 -1115
- package/components/vditor/index.cjs +1 -86
- package/components/vditor/index.mjs +40 -66
- package/components/vditor/src/ctx.d.ts +16 -45
- package/components/vditor/src/index.vue.d.ts +195 -120
- package/composables/element-plus/index.cjs +1 -23
- package/composables/element-plus/index.mjs +14 -18
- package/composables/index.cjs +1 -161
- package/composables/index.d.ts +1 -0
- package/composables/index.mjs +102 -135
- package/composables/useForm.d.ts +2 -2
- package/composables/useRtl.d.ts +18 -0
- package/composables/useSourceManager.d.ts +2 -2
- package/composables/useTemplateInstances.d.ts +3 -3
- package/index.css +1 -562
- package/index.d.ts +0 -3
- package/index.esm.js +23 -48
- package/locale/index.cjs +1 -102
- package/locale/index.mjs +34 -34
- package/locale/lang/index.cjs +1 -2
- package/locale/lang/index.d.ts +1 -0
- package/package.json +14 -85
- package/shared/const/index.cjs +1 -59
- package/shared/const/index.d.ts +1 -1
- package/shared/const/index.mjs +18 -20
- package/shared/element-plus/ctx.d.ts +40 -37
- package/shared/element-plus/index.cjs +1 -211
- package/shared/element-plus/index.mjs +93 -161
- package/shared/element-plus/instances.d.ts +207 -321
- package/shared/form/index.cjs +1 -33
- package/shared/form/index.mjs +23 -25
- package/shared/helper/index.cjs +1 -11
- package/shared/helper/index.mjs +7 -8
- package/shared/index.cjs +1 -8
- package/shared/index.mjs +5 -1
- package/shared/infer-prop/index.cjs +1 -36
- package/shared/infer-prop/index.mjs +22 -28
- package/shared/progress-it/index.cjs +1 -42
- package/shared/progress-it/index.mjs +15 -31
- package/shared/rules/index.cjs +1 -56
- package/shared/rules/index.mjs +19 -18
- package/shared/types/form/index.cjs +1 -2
- package/shared/types/index.cjs +1 -2
- package/shared/types/source/index.cjs +1 -2
- package/shared/types/source-manager/index.cjs +1 -2
- package/shared/upload/index.cjs +1 -774
- package/shared/upload/index.mjs +180 -764
- package/component.d.ts +0 -3
- package/components/_plugin-vue_export-helper.mjs +0 -9
- package/components/card-input-collection/index.css +0 -21
- package/components/cascader/index.css +0 -9
- package/components/checkbox/index.css +0 -30
- package/components/cloneDeep.mjs +0 -2104
- package/components/date-picker-range/index.css +0 -18
- package/components/dialog-input-collection/index.css +0 -21
- package/components/download-plus/index.css +0 -68
- package/components/editable-text/index.css +0 -9
- package/components/esri-input-geojson/index.css +0 -32
- package/components/fieldset/index.css +0 -5
- package/components/form-item/index.css +0 -35
- package/components/index.mjs +0 -378
- package/components/index2.mjs +0 -14
- package/components/information-tag/index.css +0 -6
- package/components/information-templates-default/index.css +0 -16
- package/components/input-array/index.css +0 -14
- package/components/input-collection/index.css +0 -20
- package/components/input-link/index.css +0 -4
- package/components/input-number/index.css +0 -13
- package/components/isObject.mjs +0 -158
- package/components/monaco-editor/index.css +0 -4
- package/components/radio/index.css +0 -40
- package/components/select/index.css +0 -15
- package/components/switch/index.css +0 -10
- package/components/tables-select/index.css +0 -3
- package/components/templates-layout/index.css +0 -3
- package/components/upload/index.css +0 -34
- package/components/upload-plus/index.css +0 -84
- package/components/van-cascader/index.css +0 -6
- package/components/var-datetime-picker/index.css +0 -17
- package/defaults.d.ts +0 -5
|
@@ -1,20 +1,18 @@
|
|
|
1
|
-
import { defineComponent, computed, createVNode, mergeProps, isVNode } from
|
|
2
|
-
import { tagProps, tagEmits, ElPopover, ElTag } from
|
|
3
|
-
import { VkfInformation } from
|
|
4
|
-
import { isCallable } from
|
|
5
|
-
import { createTagBindProps, createTagOnEmits } from
|
|
6
|
-
import { vOn } from
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
const props = {
|
|
10
|
-
...tagProps,
|
|
1
|
+
import { defineComponent as l, computed as m, createVNode as r, mergeProps as c, isVNode as u } from "vue";
|
|
2
|
+
import { tagProps as d, tagEmits as g, ElPopover as s, ElTag as y } from "element-plus";
|
|
3
|
+
import { VkfInformation as b } from "@vunk/form";
|
|
4
|
+
import { isCallable as p } from "@vunk/shared/function";
|
|
5
|
+
import { createTagBindProps as _, createTagOnEmits as T } from "@vunk/form/shared/element-plus";
|
|
6
|
+
import { vOn as v } from "@vunk/core/shared/utils-vue";
|
|
7
|
+
const O = {
|
|
8
|
+
...d,
|
|
11
9
|
data: {
|
|
12
10
|
type: Object,
|
|
13
11
|
default: () => ({})
|
|
14
12
|
},
|
|
15
13
|
labelRender: {
|
|
16
14
|
type: Function,
|
|
17
|
-
default: (
|
|
15
|
+
default: (t) => t.label
|
|
18
16
|
},
|
|
19
17
|
title: {
|
|
20
18
|
type: [String, Function],
|
|
@@ -36,60 +34,52 @@ const props = {
|
|
|
36
34
|
type: Number,
|
|
37
35
|
default: 500
|
|
38
36
|
}
|
|
37
|
+
}, S = {
|
|
38
|
+
...g
|
|
39
39
|
};
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
function _isSlot(s) {
|
|
45
|
-
return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !isVNode(s);
|
|
40
|
+
function h(t) {
|
|
41
|
+
return typeof t == "function" || Object.prototype.toString.call(t) === "[object Object]" && !u(t);
|
|
46
42
|
}
|
|
47
|
-
|
|
43
|
+
const w = /* @__PURE__ */ l({
|
|
48
44
|
name: "VkfInformationTag",
|
|
49
|
-
props,
|
|
50
|
-
emits,
|
|
51
|
-
setup(
|
|
52
|
-
emit,
|
|
53
|
-
slots
|
|
45
|
+
props: O,
|
|
46
|
+
emits: S,
|
|
47
|
+
setup(t, {
|
|
48
|
+
emit: o,
|
|
49
|
+
slots: a
|
|
54
50
|
}) {
|
|
55
|
-
const
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
"
|
|
62
|
-
"title": theTitle.value,
|
|
63
|
-
"width": 250,
|
|
64
|
-
"trigger": props2.trigger,
|
|
65
|
-
"show-after": props2.showAfter
|
|
51
|
+
const n = m(() => p(t.title) ? t.title(t.data) : t.title), i = _(t), f = T(o);
|
|
52
|
+
return () => r(s, {
|
|
53
|
+
placement: t.placement,
|
|
54
|
+
title: n.value,
|
|
55
|
+
width: 250,
|
|
56
|
+
trigger: t.trigger,
|
|
57
|
+
"show-after": t.showAfter
|
|
66
58
|
}, {
|
|
67
59
|
reference: () => {
|
|
68
|
-
let
|
|
69
|
-
return
|
|
70
|
-
|
|
71
|
-
},
|
|
72
|
-
default: () => [
|
|
60
|
+
let e;
|
|
61
|
+
return r(y, c({
|
|
62
|
+
class: "vkf-information-tag__tag"
|
|
63
|
+
}, i.value, v(f)), h(e = t.labelRender(t.data)) ? e : {
|
|
64
|
+
default: () => [e]
|
|
73
65
|
});
|
|
74
66
|
},
|
|
75
|
-
default: () =>
|
|
76
|
-
|
|
77
|
-
"form-items":
|
|
67
|
+
default: () => r(b, {
|
|
68
|
+
data: t.data,
|
|
69
|
+
"form-items": t.formItems
|
|
78
70
|
}, {
|
|
79
|
-
default: () =>
|
|
71
|
+
default: () => {
|
|
72
|
+
var e;
|
|
73
|
+
return [(e = a.default) == null ? void 0 : e.call(a)];
|
|
74
|
+
}
|
|
80
75
|
})
|
|
81
76
|
});
|
|
82
77
|
}
|
|
83
|
-
})
|
|
84
|
-
|
|
85
|
-
var VkfInformationTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/information-tag/src/index.vue"]]);
|
|
86
|
-
|
|
87
|
-
var types = /*#__PURE__*/Object.freeze({
|
|
78
|
+
}), A = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
88
79
|
__proto__: null
|
|
89
|
-
});
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
80
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
81
|
+
export {
|
|
82
|
+
w as VkfInformationTag,
|
|
83
|
+
A as __VkfInformationTag,
|
|
84
|
+
w as default
|
|
93
85
|
};
|
|
94
|
-
|
|
95
|
-
export { VkfInformationTag, types as __VkfInformationTag, VkfInformationTag as default };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { Placement } from '@sxzz/popperjs-es';
|
|
1
|
+
import type { PropType } from 'vue';
|
|
3
2
|
import { NormalObject } from '@vunk/shared';
|
|
4
3
|
export declare const props: {
|
|
5
4
|
data: {
|
|
@@ -20,42 +19,28 @@ export declare const props: {
|
|
|
20
19
|
};
|
|
21
20
|
formItems: {
|
|
22
21
|
type: PropType<any[]>;
|
|
23
|
-
default: () =>
|
|
22
|
+
default: () => never[];
|
|
24
23
|
};
|
|
25
24
|
trigger: {
|
|
26
|
-
type: PropType<"
|
|
25
|
+
type: PropType<"hover" | "click" | "focus" | "contextmenu">;
|
|
27
26
|
default: string;
|
|
28
27
|
};
|
|
29
28
|
showAfter: {
|
|
30
29
|
type: NumberConstructor;
|
|
31
30
|
default: number;
|
|
32
31
|
};
|
|
33
|
-
type:
|
|
34
|
-
readonly type: PropType<"primary" | "success" | "warning" | "info" | "danger">;
|
|
35
|
-
readonly required: false;
|
|
36
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
37
|
-
__epPropKey: true;
|
|
38
|
-
} & {
|
|
39
|
-
readonly default: "primary";
|
|
40
|
-
};
|
|
32
|
+
type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "primary" | "success" | "warning" | "info" | "danger", unknown, "primary", boolean>;
|
|
41
33
|
closable: BooleanConstructor;
|
|
42
34
|
disableTransitions: BooleanConstructor;
|
|
43
35
|
hit: BooleanConstructor;
|
|
44
36
|
color: StringConstructor;
|
|
45
37
|
size: {
|
|
46
|
-
readonly type: PropType<"" | "default" | "small" | "large"
|
|
47
|
-
readonly required: false;
|
|
48
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
49
|
-
__epPropKey: true;
|
|
50
|
-
};
|
|
51
|
-
effect: {
|
|
52
|
-
readonly type: PropType<"dark" | "light" | "plain">;
|
|
38
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
53
39
|
readonly required: false;
|
|
54
40
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
55
41
|
__epPropKey: true;
|
|
56
|
-
} & {
|
|
57
|
-
readonly default: "light";
|
|
58
42
|
};
|
|
43
|
+
effect: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "light" | "dark" | "plain", unknown, "light", boolean>;
|
|
59
44
|
round: BooleanConstructor;
|
|
60
45
|
};
|
|
61
46
|
export declare const emits: {
|
|
@@ -12,49 +12,35 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
14
|
placement: {
|
|
15
|
-
type: import("vue").PropType<
|
|
15
|
+
type: import("vue").PropType<Placement>;
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
18
|
formItems: {
|
|
19
19
|
type: import("vue").PropType<any[]>;
|
|
20
|
-
default: () =>
|
|
20
|
+
default: () => never[];
|
|
21
21
|
};
|
|
22
22
|
trigger: {
|
|
23
|
-
type: import("vue").PropType<"
|
|
23
|
+
type: import("vue").PropType<"hover" | "click" | "focus" | "contextmenu">;
|
|
24
24
|
default: string;
|
|
25
25
|
};
|
|
26
26
|
showAfter: {
|
|
27
27
|
type: NumberConstructor;
|
|
28
28
|
default: number;
|
|
29
29
|
};
|
|
30
|
-
type:
|
|
31
|
-
readonly type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger">;
|
|
32
|
-
readonly required: false;
|
|
33
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
34
|
-
__epPropKey: true;
|
|
35
|
-
} & {
|
|
36
|
-
readonly default: "primary";
|
|
37
|
-
};
|
|
30
|
+
type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "primary" | "success" | "warning" | "info" | "danger", unknown, "primary", boolean>;
|
|
38
31
|
closable: BooleanConstructor;
|
|
39
32
|
disableTransitions: BooleanConstructor;
|
|
40
33
|
hit: BooleanConstructor;
|
|
41
34
|
color: StringConstructor;
|
|
42
35
|
size: {
|
|
43
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
44
|
-
readonly required: false;
|
|
45
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
46
|
-
__epPropKey: true;
|
|
47
|
-
};
|
|
48
|
-
effect: {
|
|
49
|
-
readonly type: import("vue").PropType<"dark" | "light" | "plain">;
|
|
36
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
50
37
|
readonly required: false;
|
|
51
38
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
52
39
|
__epPropKey: true;
|
|
53
|
-
} & {
|
|
54
|
-
readonly default: "light";
|
|
55
40
|
};
|
|
41
|
+
effect: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "light" | "dark" | "plain", unknown, "light", boolean>;
|
|
56
42
|
round: BooleanConstructor;
|
|
57
|
-
}>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
43
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
58
44
|
close: (evt: MouseEvent) => boolean;
|
|
59
45
|
click: (evt: MouseEvent) => boolean;
|
|
60
46
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -71,64 +57,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
71
57
|
default: string;
|
|
72
58
|
};
|
|
73
59
|
placement: {
|
|
74
|
-
type: import("vue").PropType<
|
|
60
|
+
type: import("vue").PropType<Placement>;
|
|
75
61
|
default: string;
|
|
76
62
|
};
|
|
77
63
|
formItems: {
|
|
78
64
|
type: import("vue").PropType<any[]>;
|
|
79
|
-
default: () =>
|
|
65
|
+
default: () => never[];
|
|
80
66
|
};
|
|
81
67
|
trigger: {
|
|
82
|
-
type: import("vue").PropType<"
|
|
68
|
+
type: import("vue").PropType<"hover" | "click" | "focus" | "contextmenu">;
|
|
83
69
|
default: string;
|
|
84
70
|
};
|
|
85
71
|
showAfter: {
|
|
86
72
|
type: NumberConstructor;
|
|
87
73
|
default: number;
|
|
88
74
|
};
|
|
89
|
-
type:
|
|
90
|
-
readonly type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger">;
|
|
91
|
-
readonly required: false;
|
|
92
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
93
|
-
__epPropKey: true;
|
|
94
|
-
} & {
|
|
95
|
-
readonly default: "primary";
|
|
96
|
-
};
|
|
75
|
+
type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "primary" | "success" | "warning" | "info" | "danger", unknown, "primary", boolean>;
|
|
97
76
|
closable: BooleanConstructor;
|
|
98
77
|
disableTransitions: BooleanConstructor;
|
|
99
78
|
hit: BooleanConstructor;
|
|
100
79
|
color: StringConstructor;
|
|
101
80
|
size: {
|
|
102
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
81
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
103
82
|
readonly required: false;
|
|
104
83
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
105
84
|
__epPropKey: true;
|
|
106
85
|
};
|
|
107
|
-
effect:
|
|
108
|
-
readonly type: import("vue").PropType<"dark" | "light" | "plain">;
|
|
109
|
-
readonly required: false;
|
|
110
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
111
|
-
__epPropKey: true;
|
|
112
|
-
} & {
|
|
113
|
-
readonly default: "light";
|
|
114
|
-
};
|
|
86
|
+
effect: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "light" | "dark" | "plain", unknown, "light", boolean>;
|
|
115
87
|
round: BooleanConstructor;
|
|
116
88
|
}>> & Readonly<{
|
|
117
|
-
onClick?: (evt: MouseEvent) => any;
|
|
118
|
-
onClose?: (evt: MouseEvent) => any;
|
|
89
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
90
|
+
onClose?: ((evt: MouseEvent) => any) | undefined;
|
|
119
91
|
}>, {
|
|
120
|
-
type: "primary" | "success" | "warning" | "info" | "danger"
|
|
121
|
-
|
|
122
|
-
effect: "dark" | "light" | "plain";
|
|
123
|
-
placement: import("@sxzz/popperjs-es").Placement;
|
|
124
|
-
showAfter: number;
|
|
92
|
+
type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "primary" | "success" | "warning" | "info" | "danger", unknown>;
|
|
93
|
+
placement: Placement;
|
|
125
94
|
data: Record<string, any>;
|
|
95
|
+
title: string | ((data: any) => string);
|
|
96
|
+
effect: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "light" | "dark" | "plain", unknown>;
|
|
97
|
+
showAfter: number;
|
|
126
98
|
round: boolean;
|
|
99
|
+
trigger: "hover" | "click" | "focus" | "contextmenu";
|
|
100
|
+
formItems: any[];
|
|
101
|
+
labelRender: (data: import("@vunk/shared").NormalObject) => string;
|
|
127
102
|
closable: boolean;
|
|
128
103
|
disableTransitions: boolean;
|
|
129
104
|
hit: boolean;
|
|
130
|
-
formItems: any[];
|
|
131
|
-
title: string | ((data: any) => string);
|
|
132
|
-
labelRender: (data: import("@vunk/shared").NormalObject) => string;
|
|
133
105
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
134
106
|
export default _default;
|
|
@@ -1,101 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var vue = require('vue');
|
|
6
|
-
var formItem = require('@vunk/form/components/form-item');
|
|
7
|
-
var select = require('@vunk/form/components/select');
|
|
8
|
-
var informationCollection = require('@vunk/form/components/information-collection');
|
|
9
|
-
var informationRenderer = require('@vunk/form/components/information-renderer');
|
|
10
|
-
var form = require('@vunk/form');
|
|
11
|
-
var _pluginVue_exportHelper = require('../_plugin-vue_export-helper.cjs');
|
|
12
|
-
|
|
13
|
-
var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
14
|
-
name: "VkfInformationTemplatesDefault",
|
|
15
|
-
setup() {
|
|
16
|
-
const prefixCls = "vkf-information-templates-default";
|
|
17
|
-
const simpleStringTemplates = ["VkfInput", "VkfInputNumber", "VkfSlider"];
|
|
18
|
-
const simpleSelectTemplates = ["VkfSelect", "VkfRadio"];
|
|
19
|
-
const simpleCollectionTemplates = ["VkfInputCollection"];
|
|
20
|
-
return () => vue.createVNode(vue.Fragment, null, [simpleStringTemplates.map(t => vue.createVNode(informationRenderer.VkfInformationTemplate, {
|
|
21
|
-
"key": t,
|
|
22
|
-
"type": t
|
|
23
|
-
}, {
|
|
24
|
-
default: ({
|
|
25
|
-
props,
|
|
26
|
-
value
|
|
27
|
-
}) => vue.createVNode(formItem.VkfFormItem, {
|
|
28
|
-
"class": `${prefixCls}-main`,
|
|
29
|
-
"label": props.label,
|
|
30
|
-
"prop": props.prop,
|
|
31
|
-
"information": true
|
|
32
|
-
}, {
|
|
33
|
-
default: () => [vue.createVNode("div", {
|
|
34
|
-
"class": `${prefixCls}-value`
|
|
35
|
-
}, [value])]
|
|
36
|
-
})
|
|
37
|
-
})), simpleSelectTemplates.map(t => vue.createVNode(informationRenderer.VkfInformationTemplate, {
|
|
38
|
-
"key": t,
|
|
39
|
-
"type": t
|
|
40
|
-
}, {
|
|
41
|
-
default: ({
|
|
42
|
-
props,
|
|
43
|
-
value
|
|
44
|
-
}) => vue.createVNode(select.VkfSelect, {
|
|
45
|
-
"label": props.label,
|
|
46
|
-
"information": true,
|
|
47
|
-
"class": `${prefixCls}-main`,
|
|
48
|
-
"readonly": true,
|
|
49
|
-
"modelValue": value,
|
|
50
|
-
"options": props.options
|
|
51
|
-
}, null)
|
|
52
|
-
})), simpleCollectionTemplates.map(t => vue.createVNode(informationRenderer.VkfInformationTemplate, {
|
|
53
|
-
"key": t,
|
|
54
|
-
"type": t
|
|
55
|
-
}, {
|
|
56
|
-
default: ({
|
|
57
|
-
props,
|
|
58
|
-
value,
|
|
59
|
-
raw
|
|
60
|
-
}) => {
|
|
61
|
-
const formItemProps = formItem._VkfFormItemCtx.createBindProps(props);
|
|
62
|
-
return vue.createVNode(informationCollection.VkfInformationCollection, vue.mergeProps({
|
|
63
|
-
"class": `${prefixCls}-main`,
|
|
64
|
-
"modelValue": value,
|
|
65
|
-
"columns": props.columns
|
|
66
|
-
}, formItemProps.value, raw.informationProps), null);
|
|
67
|
-
}
|
|
68
|
-
})), vue.createVNode(informationRenderer.VkfInformationTemplate, {
|
|
69
|
-
"type": "VkfSwitch"
|
|
70
|
-
}, {
|
|
71
|
-
default: ({
|
|
72
|
-
props,
|
|
73
|
-
value
|
|
74
|
-
}) => {
|
|
75
|
-
const formItemProps = formItem._VkfFormItemCtx.createBindProps(props);
|
|
76
|
-
return vue.createVNode(form.VkfSwitch, vue.mergeProps({
|
|
77
|
-
"class": `${prefixCls}-main`,
|
|
78
|
-
"size": "small",
|
|
79
|
-
"information": true
|
|
80
|
-
}, formItemProps.value, {
|
|
81
|
-
"modelValue": value,
|
|
82
|
-
"disabled": true
|
|
83
|
-
}), null);
|
|
84
|
-
}
|
|
85
|
-
})]);
|
|
86
|
-
}
|
|
87
|
-
});
|
|
88
|
-
|
|
89
|
-
var VkfInformationTemplatesDefault = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/information-templates-default/src/index.vue"]]);
|
|
90
|
-
|
|
91
|
-
var types = /*#__PURE__*/Object.freeze({
|
|
92
|
-
__proto__: null
|
|
93
|
-
});
|
|
94
|
-
|
|
95
|
-
VkfInformationTemplatesDefault.install = (app) => {
|
|
96
|
-
app.component(VkfInformationTemplatesDefault.name || "VkfInformationTemplatesDefault", VkfInformationTemplatesDefault);
|
|
97
|
-
};
|
|
98
|
-
|
|
99
|
-
exports.VkfInformationTemplatesDefault = VkfInformationTemplatesDefault;
|
|
100
|
-
exports.__VkfInformationTemplatesDefault = types;
|
|
101
|
-
exports.default = VkfInformationTemplatesDefault;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),n=require("@vunk/form/components/form-item"),p=require("@vunk/form/components/select"),d=require("@vunk/form/components/information-collection"),a=require("@vunk/form/components/information-renderer"),V=require("@vunk/form"),m=e.defineComponent({name:"VkfInformationTemplatesDefault",setup(){const r="vkf-information-templates-default",i=["VkfInput","VkfInputNumber","VkfSlider"],f=["VkfSelect","VkfRadio"],s=["VkfInputCollection"];return()=>e.createVNode(e.Fragment,null,[i.map(t=>e.createVNode(a.VkfInformationTemplate,{key:t,type:t},{default:({props:o,value:l})=>e.createVNode(n.VkfFormItem,{class:`${r}-main`,label:o.label,prop:o.prop,information:!0},{default:()=>[e.createVNode("div",{class:`${r}-value`},[l])]})})),f.map(t=>e.createVNode(a.VkfInformationTemplate,{key:t,type:t},{default:({props:o,value:l})=>e.createVNode(p.VkfSelect,{label:o.label,information:!0,class:`${r}-main`,readonly:!0,modelValue:l,options:o.options},null)})),s.map(t=>e.createVNode(a.VkfInformationTemplate,{key:t,type:t},{default:({props:o,value:l,raw:u})=>{const c=n._VkfFormItemCtx.createBindProps(o);return e.createVNode(d.VkfInformationCollection,e.mergeProps({class:`${r}-main`,modelValue:l,columns:o.columns},c.value,u.informationProps),null)}})),e.createVNode(a.VkfInformationTemplate,{type:"VkfSwitch"},{default:({props:t,value:o})=>{const l=n._VkfFormItemCtx.createBindProps(t);return e.createVNode(V.VkfSwitch,e.mergeProps({class:`${r}-main`,size:"small",information:!0},l.value,{modelValue:o,disabled:!0}),null)}})])}}),k=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.VkfInformationTemplatesDefault=m;exports.__VkfInformationTemplatesDefault=k;exports.default=m;
|
|
@@ -1,95 +1,85 @@
|
|
|
1
|
-
import { defineComponent, createVNode, Fragment, mergeProps } from
|
|
2
|
-
import { VkfFormItem, _VkfFormItemCtx } from
|
|
3
|
-
import { VkfSelect } from
|
|
4
|
-
import { VkfInformationCollection } from
|
|
5
|
-
import { VkfInformationTemplate } from
|
|
6
|
-
import { VkfSwitch } from
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1
|
+
import { defineComponent as c, createVNode as o, Fragment as d, mergeProps as m } from "vue";
|
|
2
|
+
import { VkfFormItem as k, _VkfFormItemCtx as r } from "@vunk/form/components/form-item";
|
|
3
|
+
import { VkfSelect as V } from "@vunk/form/components/select";
|
|
4
|
+
import { VkfInformationCollection as I } from "@vunk/form/components/information-collection";
|
|
5
|
+
import { VkfInformationTemplate as n } from "@vunk/form/components/information-renderer";
|
|
6
|
+
import { VkfSwitch as y } from "@vunk/form";
|
|
7
|
+
const C = /* @__PURE__ */ c({
|
|
10
8
|
name: "VkfInformationTemplatesDefault",
|
|
11
9
|
setup() {
|
|
12
|
-
const
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
return () => createVNode(Fragment, null, [simpleStringTemplates.map(t => createVNode(VkfInformationTemplate, {
|
|
17
|
-
"key": t,
|
|
18
|
-
"type": t
|
|
10
|
+
const a = "vkf-information-templates-default", f = ["VkfInput", "VkfInputNumber", "VkfSlider"], i = ["VkfSelect", "VkfRadio"], s = ["VkfInputCollection"];
|
|
11
|
+
return () => o(d, null, [f.map((e) => o(n, {
|
|
12
|
+
key: e,
|
|
13
|
+
type: e
|
|
19
14
|
}, {
|
|
20
15
|
default: ({
|
|
21
|
-
props,
|
|
22
|
-
value
|
|
23
|
-
}) =>
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
16
|
+
props: t,
|
|
17
|
+
value: l
|
|
18
|
+
}) => o(k, {
|
|
19
|
+
class: `${a}-main`,
|
|
20
|
+
label: t.label,
|
|
21
|
+
prop: t.prop,
|
|
22
|
+
information: !0
|
|
28
23
|
}, {
|
|
29
|
-
default: () => [
|
|
30
|
-
|
|
31
|
-
}, [
|
|
24
|
+
default: () => [o("div", {
|
|
25
|
+
class: `${a}-value`
|
|
26
|
+
}, [l])]
|
|
32
27
|
})
|
|
33
|
-
})),
|
|
34
|
-
|
|
35
|
-
|
|
28
|
+
})), i.map((e) => o(n, {
|
|
29
|
+
key: e,
|
|
30
|
+
type: e
|
|
36
31
|
}, {
|
|
37
32
|
default: ({
|
|
38
|
-
props,
|
|
39
|
-
value
|
|
40
|
-
}) =>
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
33
|
+
props: t,
|
|
34
|
+
value: l
|
|
35
|
+
}) => o(V, {
|
|
36
|
+
label: t.label,
|
|
37
|
+
information: !0,
|
|
38
|
+
class: `${a}-main`,
|
|
39
|
+
readonly: !0,
|
|
40
|
+
modelValue: l,
|
|
41
|
+
options: t.options
|
|
47
42
|
}, null)
|
|
48
|
-
})),
|
|
49
|
-
|
|
50
|
-
|
|
43
|
+
})), s.map((e) => o(n, {
|
|
44
|
+
key: e,
|
|
45
|
+
type: e
|
|
51
46
|
}, {
|
|
52
47
|
default: ({
|
|
53
|
-
props,
|
|
54
|
-
value,
|
|
55
|
-
raw
|
|
48
|
+
props: t,
|
|
49
|
+
value: l,
|
|
50
|
+
raw: p
|
|
56
51
|
}) => {
|
|
57
|
-
const
|
|
58
|
-
return
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
},
|
|
52
|
+
const u = r.createBindProps(t);
|
|
53
|
+
return o(I, m({
|
|
54
|
+
class: `${a}-main`,
|
|
55
|
+
modelValue: l,
|
|
56
|
+
columns: t.columns
|
|
57
|
+
}, u.value, p.informationProps), null);
|
|
63
58
|
}
|
|
64
|
-
})),
|
|
65
|
-
|
|
59
|
+
})), o(n, {
|
|
60
|
+
type: "VkfSwitch"
|
|
66
61
|
}, {
|
|
67
62
|
default: ({
|
|
68
|
-
props,
|
|
69
|
-
value
|
|
63
|
+
props: e,
|
|
64
|
+
value: t
|
|
70
65
|
}) => {
|
|
71
|
-
const
|
|
72
|
-
return
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
},
|
|
77
|
-
|
|
78
|
-
|
|
66
|
+
const l = r.createBindProps(e);
|
|
67
|
+
return o(y, m({
|
|
68
|
+
class: `${a}-main`,
|
|
69
|
+
size: "small",
|
|
70
|
+
information: !0
|
|
71
|
+
}, l.value, {
|
|
72
|
+
modelValue: t,
|
|
73
|
+
disabled: !0
|
|
79
74
|
}), null);
|
|
80
75
|
}
|
|
81
76
|
})]);
|
|
82
77
|
}
|
|
83
|
-
})
|
|
84
|
-
|
|
85
|
-
var VkfInformationTemplatesDefault = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/information-templates-default/src/index.vue"]]);
|
|
86
|
-
|
|
87
|
-
var types = /*#__PURE__*/Object.freeze({
|
|
78
|
+
}), g = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
88
79
|
__proto__: null
|
|
89
|
-
});
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
80
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
81
|
+
export {
|
|
82
|
+
C as VkfInformationTemplatesDefault,
|
|
83
|
+
g as __VkfInformationTemplatesDefault,
|
|
84
|
+
C as default
|
|
93
85
|
};
|
|
94
|
-
|
|
95
|
-
export { VkfInformationTemplatesDefault, types as __VkfInformationTemplatesDefault, VkfInformationTemplatesDefault as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|