3h1-ui 1.0.111 → 1.0.112
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
|
@@ -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,10 @@ 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
|
+
}, null, 8, ["value", "onUpdate:value", "min", "max"])) : (openBlock(), createBlock(unref(Input), {
|
|
5347
5350
|
key: 3,
|
|
5348
5351
|
value: record[column.dataIndex],
|
|
5349
5352
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event
|
|
@@ -5371,8 +5374,8 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
5371
5374
|
};
|
|
5372
5375
|
}
|
|
5373
5376
|
});
|
|
5374
|
-
const
|
|
5375
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-
|
|
5377
|
+
const Table_vue_vue_type_style_index_0_scoped_1a0e7a50_lang = "";
|
|
5378
|
+
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-1a0e7a50"]]);
|
|
5376
5379
|
const componentMap$1 = /* @__PURE__ */ new Map();
|
|
5377
5380
|
componentMap$1.set("Input", Input);
|
|
5378
5381
|
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-1a0e7a50] {
|
|
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-1a0e7a50] .ant-form-item {
|
|
301
301
|
margin-bottom: 0 !important;
|
|
302
302
|
}
|
|
303
|
-
.delete-wrapper[data-v-
|
|
303
|
+
.delete-wrapper[data-v-1a0e7a50] {
|
|
304
304
|
height: 100%;
|
|
305
305
|
}
|
|
306
|
-
.delete-wrapper:hover .delete-item[data-v-
|
|
306
|
+
.delete-wrapper:hover .delete-item[data-v-1a0e7a50] {
|
|
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-1a0e7a50] {
|
|
312
312
|
display: none;
|
|
313
313
|
}
|
|
314
|
-
.delete-wrapper .delete-item[data-v-
|
|
314
|
+
.delete-wrapper .delete-item[data-v-1a0e7a50] {
|
|
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-1a0e7a50] {
|
|
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,10 @@ 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
|
+
}, null, 8, ["value", "onUpdate:value", "min", "max"])) : (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Input), {
|
|
5352
5355
|
key: 3,
|
|
5353
5356
|
value: record[column.dataIndex],
|
|
5354
5357
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event
|
|
@@ -5376,8 +5379,8 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
5376
5379
|
};
|
|
5377
5380
|
}
|
|
5378
5381
|
});
|
|
5379
|
-
const
|
|
5380
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-
|
|
5382
|
+
const Table_vue_vue_type_style_index_0_scoped_1a0e7a50_lang = "";
|
|
5383
|
+
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-1a0e7a50"]]);
|
|
5381
5384
|
const componentMap$1 = /* @__PURE__ */ new Map();
|
|
5382
5385
|
componentMap$1.set("Input", antDesignVue.Input);
|
|
5383
5386
|
componentMap$1.set("InputGroup", antDesignVue.Input.Group);
|