@vipl520/dk-ui 1.0.54 → 1.0.55
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/dist/index.js +25 -4
- package/dist/index.min.js +2 -2
- package/dist/index.min.js.map +1 -1
- package/dist/index.min.mjs +1 -1
- package/dist/index.min.mjs.map +1 -1
- package/dist/index.mjs +25 -4
- package/dist/web-types.json +1 -1
- package/es/attachment/src/attachment.vue2.mjs +7 -1
- package/es/attachment/src/attachment.vue2.mjs.map +1 -1
- package/es/attachment-dialog/src/attachment-dialog.vue2.mjs +2 -0
- package/es/attachment-dialog/src/attachment-dialog.vue2.mjs.map +1 -1
- package/es/group/src/group.vue2.mjs +13 -1
- package/es/group/src/group.vue2.mjs.map +1 -1
- package/es/hot-area-input/src/component/hot-area-content.vue2.mjs +1 -1
- package/es/hot-area-input/src/component/hot-area-content.vue2.mjs.map +1 -1
- package/es/page-diy/src/views/min/DkMinGrid.vue.mjs +2 -1
- package/es/page-diy/src/views/min/DkMinGrid.vue.mjs.map +1 -1
- package/es/url-input/style/index.scss +26 -27
- package/lib/attachment/src/attachment.vue2.js +7 -1
- package/lib/attachment/src/attachment.vue2.js.map +1 -1
- package/lib/attachment-dialog/src/attachment-dialog.vue2.js +2 -0
- package/lib/attachment-dialog/src/attachment-dialog.vue2.js.map +1 -1
- package/lib/group/src/group.vue2.js +13 -1
- package/lib/group/src/group.vue2.js.map +1 -1
- package/lib/hot-area-input/src/component/hot-area-content.vue2.js +1 -1
- package/lib/hot-area-input/src/component/hot-area-content.vue2.js.map +1 -1
- package/lib/page-diy/src/views/min/DkMinGrid.vue.js +2 -1
- package/lib/page-diy/src/views/min/DkMinGrid.vue.js.map +1 -1
- package/lib/url-input/style/index.scss +26 -27
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1293,12 +1293,24 @@
|
|
1293
1293
|
icon: "Plus",
|
1294
1294
|
plain: "",
|
1295
1295
|
onClick: add
|
1296
|
+
}, {
|
1297
|
+
default: vue.withCtx(() => [
|
1298
|
+
vue.createTextVNode("\u589E\u52A0")
|
1299
|
+
]),
|
1300
|
+
_: 1
|
1301
|
+
/* STABLE */
|
1296
1302
|
}),
|
1297
1303
|
vue.createVNode(_component_el_button, {
|
1298
1304
|
icon: "Delete",
|
1299
1305
|
plain: "",
|
1300
1306
|
onClick: ($event) => del(index)
|
1301
|
-
},
|
1307
|
+
}, {
|
1308
|
+
default: vue.withCtx(() => [
|
1309
|
+
vue.createTextVNode("\u5220\u9664")
|
1310
|
+
]),
|
1311
|
+
_: 2
|
1312
|
+
/* DYNAMIC */
|
1313
|
+
}, 1032, ["onClick"])
|
1302
1314
|
]),
|
1303
1315
|
_: 2
|
1304
1316
|
/* DYNAMIC */
|
@@ -1829,7 +1841,7 @@
|
|
1829
1841
|
-1
|
1830
1842
|
/* HOISTED */
|
1831
1843
|
);
|
1832
|
-
const _hoisted_7$f = { style: { "
|
1844
|
+
const _hoisted_7$f = { style: { "display": "flex", "justify-content": "space-between", "width": "100%" } };
|
1833
1845
|
const __default__$L = vue.defineComponent({
|
1834
1846
|
name: "HotAreaContent"
|
1835
1847
|
});
|
@@ -3147,6 +3159,7 @@
|
|
3147
3159
|
vue.createVNode(_component_el_input, {
|
3148
3160
|
modelValue: searchFileName.value,
|
3149
3161
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => searchFileName.value = $event),
|
3162
|
+
size: "default",
|
3150
3163
|
placeholder: "\u8BF7\u8F93\u5165\u9644\u4EF6\u540D\u79F0",
|
3151
3164
|
class: "input-with-select"
|
3152
3165
|
}, {
|
@@ -3195,6 +3208,7 @@
|
|
3195
3208
|
]),
|
3196
3209
|
default: vue.withCtx(() => [
|
3197
3210
|
vue.createVNode(_component_el_button, {
|
3211
|
+
size: "default",
|
3198
3212
|
type: "info",
|
3199
3213
|
disabled: chooseFileKey.value.length <= 0
|
3200
3214
|
}, {
|
@@ -3209,6 +3223,7 @@
|
|
3209
3223
|
/* STABLE */
|
3210
3224
|
}),
|
3211
3225
|
vue.createVNode(_component_el_button, {
|
3226
|
+
size: "default",
|
3212
3227
|
type: "danger",
|
3213
3228
|
disabled: chooseFileKey.value.length <= 0,
|
3214
3229
|
onClick: onDelete
|
@@ -3234,7 +3249,10 @@
|
|
3234
3249
|
"list-type": "text"
|
3235
3250
|
}, {
|
3236
3251
|
default: vue.withCtx(() => [
|
3237
|
-
vue.createVNode(_component_el_button, {
|
3252
|
+
vue.createVNode(_component_el_button, {
|
3253
|
+
type: "primary",
|
3254
|
+
size: "default"
|
3255
|
+
}, {
|
3238
3256
|
default: vue.withCtx(() => [
|
3239
3257
|
vue.createTextVNode("\u4E0A\u4F20"),
|
3240
3258
|
_hoisted_6$d
|
@@ -3523,6 +3541,7 @@
|
|
3523
3541
|
vue.createElementVNode("div", _hoisted_1$P, [
|
3524
3542
|
vue.createVNode(_component_el_button, {
|
3525
3543
|
type: "primary",
|
3544
|
+
size: "default",
|
3526
3545
|
onClick: _cache[0] || (_cache[0] = ($event) => confirm())
|
3527
3546
|
}, {
|
3528
3547
|
default: vue.withCtx(() => [
|
@@ -3532,6 +3551,7 @@
|
|
3532
3551
|
/* STABLE */
|
3533
3552
|
}),
|
3534
3553
|
vue.createVNode(_component_el_button, {
|
3554
|
+
size: "default",
|
3535
3555
|
onClick: _cache[1] || (_cache[1] = ($event) => cancel())
|
3536
3556
|
}, {
|
3537
3557
|
default: vue.withCtx(() => [
|
@@ -12362,7 +12382,8 @@
|
|
12362
12382
|
key: 0,
|
12363
12383
|
border: false,
|
12364
12384
|
"column-num": $props.columnNum,
|
12365
|
-
class: "min-h-30px dk-app-gold-grid"
|
12385
|
+
class: "min-h-30px dk-app-gold-grid",
|
12386
|
+
style: {"--van-grid-item-content-background":"none"}
|
12366
12387
|
}, {
|
12367
12388
|
default: vue.withCtx(() => [
|
12368
12389
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($props.list, (item, key) => {
|