3h1-ui 1.0.111 → 1.0.113
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 +10 -6
- package/es/style.css +7 -7
- package/lib/index.js +10 -6
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -5332,8 +5332,9 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
5332
5332
|
key: 0,
|
|
5333
5333
|
value: record[column.dataIndex],
|
|
5334
5334
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event,
|
|
5335
|
-
options: column.dicData
|
|
5336
|
-
|
|
5335
|
+
options: column.dicData,
|
|
5336
|
+
mode: column.mode
|
|
5337
|
+
}, null, 8, ["value", "onUpdate:value", "options", "mode"])) : column.type === "datePicker" ? (openBlock(), createBlock(unref(DatePicker), {
|
|
5337
5338
|
key: 1,
|
|
5338
5339
|
value: record[column.dataIndex],
|
|
5339
5340
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event,
|
|
@@ -5342,8 +5343,11 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
5342
5343
|
}, null, 8, ["value", "onUpdate:value"])) : column.type === "number" ? (openBlock(), createBlock(unref(InputNumber), {
|
|
5343
5344
|
key: 2,
|
|
5344
5345
|
value: record[column.dataIndex],
|
|
5345
|
-
"onUpdate:value": ($event) => record[column.dataIndex] = $event
|
|
5346
|
-
|
|
5346
|
+
"onUpdate:value": ($event) => record[column.dataIndex] = $event,
|
|
5347
|
+
min: column.min,
|
|
5348
|
+
max: column.max,
|
|
5349
|
+
precision: column.precision || 2
|
|
5350
|
+
}, null, 8, ["value", "onUpdate:value", "min", "max", "precision"])) : (openBlock(), createBlock(unref(Input), {
|
|
5347
5351
|
key: 3,
|
|
5348
5352
|
value: record[column.dataIndex],
|
|
5349
5353
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event
|
|
@@ -5371,8 +5375,8 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
5371
5375
|
};
|
|
5372
5376
|
}
|
|
5373
5377
|
});
|
|
5374
|
-
const
|
|
5375
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-
|
|
5378
|
+
const Table_vue_vue_type_style_index_0_scoped_05ead66d_lang = "";
|
|
5379
|
+
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-05ead66d"]]);
|
|
5376
5380
|
const componentMap$1 = /* @__PURE__ */ new Map();
|
|
5377
5381
|
componentMap$1.set("Input", Input);
|
|
5378
5382
|
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-05ead66d] {
|
|
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-05ead66d] .ant-form-item {
|
|
301
301
|
margin-bottom: 0 !important;
|
|
302
302
|
}
|
|
303
|
-
.delete-wrapper[data-v-
|
|
303
|
+
.delete-wrapper[data-v-05ead66d] {
|
|
304
304
|
height: 100%;
|
|
305
305
|
}
|
|
306
|
-
.delete-wrapper:hover .delete-item[data-v-
|
|
306
|
+
.delete-wrapper:hover .delete-item[data-v-05ead66d] {
|
|
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-05ead66d] {
|
|
312
312
|
display: none;
|
|
313
313
|
}
|
|
314
|
-
.delete-wrapper .delete-item[data-v-
|
|
314
|
+
.delete-wrapper .delete-item[data-v-05ead66d] {
|
|
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-05ead66d] {
|
|
324
324
|
display: inline-block;
|
|
325
325
|
}
|
|
326
326
|
/* stylelint-disable no-duplicate-selectors */
|
package/lib/index.js
CHANGED
|
@@ -5337,8 +5337,9 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
5337
5337
|
key: 0,
|
|
5338
5338
|
value: record[column.dataIndex],
|
|
5339
5339
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event,
|
|
5340
|
-
options: column.dicData
|
|
5341
|
-
|
|
5340
|
+
options: column.dicData,
|
|
5341
|
+
mode: column.mode
|
|
5342
|
+
}, null, 8, ["value", "onUpdate:value", "options", "mode"])) : column.type === "datePicker" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.DatePicker), {
|
|
5342
5343
|
key: 1,
|
|
5343
5344
|
value: record[column.dataIndex],
|
|
5344
5345
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event,
|
|
@@ -5347,8 +5348,11 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
5347
5348
|
}, null, 8, ["value", "onUpdate:value"])) : column.type === "number" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.InputNumber), {
|
|
5348
5349
|
key: 2,
|
|
5349
5350
|
value: record[column.dataIndex],
|
|
5350
|
-
"onUpdate:value": ($event) => record[column.dataIndex] = $event
|
|
5351
|
-
|
|
5351
|
+
"onUpdate:value": ($event) => record[column.dataIndex] = $event,
|
|
5352
|
+
min: column.min,
|
|
5353
|
+
max: column.max,
|
|
5354
|
+
precision: column.precision || 2
|
|
5355
|
+
}, null, 8, ["value", "onUpdate:value", "min", "max", "precision"])) : (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Input), {
|
|
5352
5356
|
key: 3,
|
|
5353
5357
|
value: record[column.dataIndex],
|
|
5354
5358
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event
|
|
@@ -5376,8 +5380,8 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
5376
5380
|
};
|
|
5377
5381
|
}
|
|
5378
5382
|
});
|
|
5379
|
-
const
|
|
5380
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-
|
|
5383
|
+
const Table_vue_vue_type_style_index_0_scoped_05ead66d_lang = "";
|
|
5384
|
+
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-05ead66d"]]);
|
|
5381
5385
|
const componentMap$1 = /* @__PURE__ */ new Map();
|
|
5382
5386
|
componentMap$1.set("Input", antDesignVue.Input);
|
|
5383
5387
|
componentMap$1.set("InputGroup", antDesignVue.Input.Group);
|