3h1-ui 1.0.112 → 1.0.114
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/es/index.js +9 -6
- package/es/style.css +7 -7
- package/lib/index.js +9 -6
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -5333,8 +5333,10 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
5333
5333
|
value: record[column.dataIndex],
|
|
5334
5334
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event,
|
|
5335
5335
|
options: column.dicData,
|
|
5336
|
-
mode: column.mode
|
|
5337
|
-
|
|
5336
|
+
mode: column.mode,
|
|
5337
|
+
"max-tag-count": column.maxTagCount,
|
|
5338
|
+
"max-tag-text-length": column.maxTagTextLength
|
|
5339
|
+
}, null, 8, ["value", "onUpdate:value", "options", "mode", "max-tag-count", "max-tag-text-length"])) : column.type === "datePicker" ? (openBlock(), createBlock(unref(DatePicker), {
|
|
5338
5340
|
key: 1,
|
|
5339
5341
|
value: record[column.dataIndex],
|
|
5340
5342
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event,
|
|
@@ -5345,8 +5347,9 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
5345
5347
|
value: record[column.dataIndex],
|
|
5346
5348
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event,
|
|
5347
5349
|
min: column.min,
|
|
5348
|
-
max: column.max
|
|
5349
|
-
|
|
5350
|
+
max: column.max,
|
|
5351
|
+
precision: column.precision || 2
|
|
5352
|
+
}, null, 8, ["value", "onUpdate:value", "min", "max", "precision"])) : (openBlock(), createBlock(unref(Input), {
|
|
5350
5353
|
key: 3,
|
|
5351
5354
|
value: record[column.dataIndex],
|
|
5352
5355
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event
|
|
@@ -5374,8 +5377,8 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
5374
5377
|
};
|
|
5375
5378
|
}
|
|
5376
5379
|
});
|
|
5377
|
-
const
|
|
5378
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-
|
|
5380
|
+
const Table_vue_vue_type_style_index_0_scoped_22afe612_lang = "";
|
|
5381
|
+
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-22afe612"]]);
|
|
5379
5382
|
const componentMap$1 = /* @__PURE__ */ new Map();
|
|
5380
5383
|
componentMap$1.set("Input", Input);
|
|
5381
5384
|
componentMap$1.set("InputGroup", Input.Group);
|
package/es/style.css
CHANGED
|
@@ -286,7 +286,7 @@ span.iconify {
|
|
|
286
286
|
/* stylelint-disable no-duplicate-selectors */
|
|
287
287
|
/* stylelint-disable */
|
|
288
288
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
289
|
-
.table-plus[data-v-
|
|
289
|
+
.table-plus[data-v-22afe612] {
|
|
290
290
|
width: 30px;
|
|
291
291
|
height: 30px;
|
|
292
292
|
font-size: 24px;
|
|
@@ -297,21 +297,21 @@ span.iconify {
|
|
|
297
297
|
line-height: 30px;
|
|
298
298
|
cursor: pointer;
|
|
299
299
|
}
|
|
300
|
-
.table-children[data-v-
|
|
300
|
+
.table-children[data-v-22afe612] .ant-form-item {
|
|
301
301
|
margin-bottom: 0 !important;
|
|
302
302
|
}
|
|
303
|
-
.delete-wrapper[data-v-
|
|
303
|
+
.delete-wrapper[data-v-22afe612] {
|
|
304
304
|
height: 100%;
|
|
305
305
|
}
|
|
306
|
-
.delete-wrapper:hover .delete-item[data-v-
|
|
306
|
+
.delete-wrapper:hover .delete-item[data-v-22afe612] {
|
|
307
307
|
display: flex;
|
|
308
308
|
justify-content: center;
|
|
309
309
|
align-items: center;
|
|
310
310
|
}
|
|
311
|
-
.delete-wrapper:hover .delete-index[data-v-
|
|
311
|
+
.delete-wrapper:hover .delete-index[data-v-22afe612] {
|
|
312
312
|
display: none;
|
|
313
313
|
}
|
|
314
|
-
.delete-wrapper .delete-item[data-v-
|
|
314
|
+
.delete-wrapper .delete-item[data-v-22afe612] {
|
|
315
315
|
background-color: red;
|
|
316
316
|
border-radius: 50%;
|
|
317
317
|
width: 30px;
|
|
@@ -320,7 +320,7 @@ span.iconify {
|
|
|
320
320
|
display: none;
|
|
321
321
|
cursor: pointer;
|
|
322
322
|
}
|
|
323
|
-
.delete-wrapper .delete-index[data-v-
|
|
323
|
+
.delete-wrapper .delete-index[data-v-22afe612] {
|
|
324
324
|
display: inline-block;
|
|
325
325
|
}
|
|
326
326
|
/* stylelint-disable no-duplicate-selectors */
|
package/lib/index.js
CHANGED
|
@@ -5338,8 +5338,10 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
5338
5338
|
value: record[column.dataIndex],
|
|
5339
5339
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event,
|
|
5340
5340
|
options: column.dicData,
|
|
5341
|
-
mode: column.mode
|
|
5342
|
-
|
|
5341
|
+
mode: column.mode,
|
|
5342
|
+
"max-tag-count": column.maxTagCount,
|
|
5343
|
+
"max-tag-text-length": column.maxTagTextLength
|
|
5344
|
+
}, null, 8, ["value", "onUpdate:value", "options", "mode", "max-tag-count", "max-tag-text-length"])) : column.type === "datePicker" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.DatePicker), {
|
|
5343
5345
|
key: 1,
|
|
5344
5346
|
value: record[column.dataIndex],
|
|
5345
5347
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event,
|
|
@@ -5350,8 +5352,9 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
5350
5352
|
value: record[column.dataIndex],
|
|
5351
5353
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event,
|
|
5352
5354
|
min: column.min,
|
|
5353
|
-
max: column.max
|
|
5354
|
-
|
|
5355
|
+
max: column.max,
|
|
5356
|
+
precision: column.precision || 2
|
|
5357
|
+
}, null, 8, ["value", "onUpdate:value", "min", "max", "precision"])) : (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Input), {
|
|
5355
5358
|
key: 3,
|
|
5356
5359
|
value: record[column.dataIndex],
|
|
5357
5360
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event
|
|
@@ -5379,8 +5382,8 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
5379
5382
|
};
|
|
5380
5383
|
}
|
|
5381
5384
|
});
|
|
5382
|
-
const
|
|
5383
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-
|
|
5385
|
+
const Table_vue_vue_type_style_index_0_scoped_22afe612_lang = "";
|
|
5386
|
+
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-22afe612"]]);
|
|
5384
5387
|
const componentMap$1 = /* @__PURE__ */ new Map();
|
|
5385
5388
|
componentMap$1.set("Input", antDesignVue.Input);
|
|
5386
5389
|
componentMap$1.set("InputGroup", antDesignVue.Input.Group);
|