@blueking/ediatable 0.0.1-beta.20 → 0.0.1-beta.21
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/package.json
CHANGED
package/vue2/index.es.min.js
CHANGED
|
@@ -42535,10 +42535,11 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
42535
42535
|
null,
|
|
42536
42536
|
renderList(_ctx.list, (item, index2) => {
|
|
42537
42537
|
return openBlock(), createBlock(unref(Option), {
|
|
42538
|
+
disabled: item.disabled,
|
|
42538
42539
|
key: index2,
|
|
42539
42540
|
label: item[_ctx.displayKey],
|
|
42540
42541
|
value: item[_ctx.idKey]
|
|
42541
|
-
}, null, 8, ["label", "value"]);
|
|
42542
|
+
}, null, 8, ["disabled", "label", "value"]);
|
|
42542
42543
|
}),
|
|
42543
42544
|
128
|
|
42544
42545
|
/* KEYED_FRAGMENT */
|
package/vue2/index.iife.min.js
CHANGED
|
@@ -49402,10 +49402,11 @@ ${$(r2)}`), n2;
|
|
|
49402
49402
|
null,
|
|
49403
49403
|
renderList(_ctx.list, (item, index2) => {
|
|
49404
49404
|
return openBlock(), createBlock(unref(Option), {
|
|
49405
|
+
disabled: item.disabled,
|
|
49405
49406
|
key: index2,
|
|
49406
49407
|
label: item[_ctx.displayKey],
|
|
49407
49408
|
value: item[_ctx.idKey]
|
|
49408
|
-
}, null, 8, ["label", "value"]);
|
|
49409
|
+
}, null, 8, ["disabled", "label", "value"]);
|
|
49409
49410
|
}),
|
|
49410
49411
|
128
|
|
49411
49412
|
/* KEYED_FRAGMENT */
|
package/vue2/index.umd.min.js
CHANGED
|
@@ -42557,10 +42557,11 @@ ${$(r2)}`), n2;
|
|
|
42557
42557
|
null,
|
|
42558
42558
|
__WEBPACK_EXTERNAL_MODULE_vue__.renderList(_ctx.list, (item, index2) => {
|
|
42559
42559
|
return __WEBPACK_EXTERNAL_MODULE_vue__.openBlock(), __WEBPACK_EXTERNAL_MODULE_vue__.createBlock(__WEBPACK_EXTERNAL_MODULE_vue__.unref(Option), {
|
|
42560
|
+
disabled: item.disabled,
|
|
42560
42561
|
key: index2,
|
|
42561
42562
|
label: item[_ctx.displayKey],
|
|
42562
42563
|
value: item[_ctx.idKey]
|
|
42563
|
-
}, null, 8, ["label", "value"]);
|
|
42564
|
+
}, null, 8, ["disabled", "label", "value"]);
|
|
42564
42565
|
}),
|
|
42565
42566
|
128
|
|
42566
42567
|
/* KEYED_FRAGMENT */
|
package/vue3/index.es.min.js
CHANGED
|
@@ -9177,10 +9177,11 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
9177
9177
|
null,
|
|
9178
9178
|
renderList(_ctx.list, (item, index) => {
|
|
9179
9179
|
return openBlock(), createBlock(unref(Option), {
|
|
9180
|
+
disabled: item.disabled,
|
|
9180
9181
|
key: index,
|
|
9181
9182
|
label: item[_ctx.displayKey],
|
|
9182
9183
|
value: item[_ctx.idKey]
|
|
9183
|
-
}, null, 8, ["label", "value"]);
|
|
9184
|
+
}, null, 8, ["disabled", "label", "value"]);
|
|
9184
9185
|
}),
|
|
9185
9186
|
128
|
|
9186
9187
|
/* KEYED_FRAGMENT */
|
package/vue3/index.iife.min.js
CHANGED
|
@@ -42564,10 +42564,11 @@ ${$(r2)}`), n2;
|
|
|
42564
42564
|
null,
|
|
42565
42565
|
__WEBPACK_EXTERNAL_MODULE_vue__.renderList(_ctx.list, (item, index2) => {
|
|
42566
42566
|
return __WEBPACK_EXTERNAL_MODULE_vue__.openBlock(), __WEBPACK_EXTERNAL_MODULE_vue__.createBlock(__WEBPACK_EXTERNAL_MODULE_vue__.unref(Option), {
|
|
42567
|
+
disabled: item.disabled,
|
|
42567
42568
|
key: index2,
|
|
42568
42569
|
label: item[_ctx.displayKey],
|
|
42569
42570
|
value: item[_ctx.idKey]
|
|
42570
|
-
}, null, 8, ["label", "value"]);
|
|
42571
|
+
}, null, 8, ["disabled", "label", "value"]);
|
|
42571
42572
|
}),
|
|
42572
42573
|
128
|
|
42573
42574
|
/* KEYED_FRAGMENT */
|
package/vue3/index.umd.min.js
CHANGED
|
@@ -9715,10 +9715,11 @@ url("data:application/vnd.ms-fontobject;base64,cAkAAMgIAAABAAIAAAAAAAIABQMAAAAAA
|
|
|
9715
9715
|
null,
|
|
9716
9716
|
vue.renderList(_ctx.list, (item, index) => {
|
|
9717
9717
|
return vue.openBlock(), vue.createBlock(vue.unref(Option), {
|
|
9718
|
+
disabled: item.disabled,
|
|
9718
9719
|
key: index,
|
|
9719
9720
|
label: item[_ctx.displayKey],
|
|
9720
9721
|
value: item[_ctx.idKey]
|
|
9721
|
-
}, null, 8, ["label", "value"]);
|
|
9722
|
+
}, null, 8, ["disabled", "label", "value"]);
|
|
9722
9723
|
}),
|
|
9723
9724
|
128
|
|
9724
9725
|
/* KEYED_FRAGMENT */
|