@nhdropshipping/y-components 1.0.26 → 1.0.27
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/components/QueryEncapsulation.vue.d.ts +4 -0
- package/dist/components/QueryEncapsulation.vue.d.ts.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +7 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -3448,12 +3448,16 @@ const it = ["type", "disabled", "aria-busy", "aria-disabled"], rt = { class: "co
|
|
|
3448
3448
|
])
|
|
3449
3449
|
], 2));
|
|
3450
3450
|
}
|
|
3451
|
-
}), po = /* @__PURE__ */ we(ho, [["__scopeId", "data-v-6ab410ed"]]), yo = { class: "query-encapsulation" }, go = { class: "query-encapsulation__container" }, mo = { class: "query-encapsulation__content" }, wo = { class: "query-encapsulation__fields" }, bo = { class: "query-encapsulation__field-wrapper" }, ko = {
|
|
3451
|
+
}), po = /* @__PURE__ */ we(ho, [["__scopeId", "data-v-6ab410ed"]]), yo = { class: "query-encapsulation" }, go = { class: "query-encapsulation__container" }, mo = { class: "query-encapsulation__content" }, wo = { class: "query-encapsulation__fields" }, bo = { class: "query-encapsulation__field-wrapper" }, ko = {
|
|
3452
|
+
key: 0,
|
|
3453
|
+
class: "query-encapsulation__field-label"
|
|
3454
|
+
}, xo = {
|
|
3452
3455
|
key: 0,
|
|
3453
3456
|
class: "query-encapsulation__toggle"
|
|
3454
3457
|
}, $o = { class: "query-encapsulation__actions" }, Co = { class: "query-encapsulation__actions-group" }, Do = /* @__PURE__ */ me({
|
|
3455
3458
|
__name: "QueryEncapsulation",
|
|
3456
3459
|
props: {
|
|
3460
|
+
Iflabel: { type: Boolean, default: !0 },
|
|
3457
3461
|
fields: {},
|
|
3458
3462
|
maxVisibleFields: { default: 5 },
|
|
3459
3463
|
loading: { type: Boolean, default: !1 },
|
|
@@ -3542,7 +3546,7 @@ const it = ["type", "disabled", "aria-busy", "aria-disabled"], rt = { class: "co
|
|
|
3542
3546
|
class: "query-encapsulation__field-item"
|
|
3543
3547
|
}, [
|
|
3544
3548
|
o("div", bo, [
|
|
3545
|
-
|
|
3549
|
+
e.Iflabel ? (i(), u("label", ko, G(M.label), 1)) : H("", !0),
|
|
3546
3550
|
(i(), Me(at(B(M.type)), {
|
|
3547
3551
|
modelValue: h[M.key],
|
|
3548
3552
|
"onUpdate:modelValue": (V) => h[M.key] = V,
|
|
@@ -3609,7 +3613,7 @@ const it = ["type", "disabled", "aria-busy", "aria-disabled"], rt = { class: "co
|
|
|
3609
3613
|
])
|
|
3610
3614
|
]));
|
|
3611
3615
|
}
|
|
3612
|
-
}), _o = /* @__PURE__ */ we(Do, [["__scopeId", "data-v-
|
|
3616
|
+
}), _o = /* @__PURE__ */ we(Do, [["__scopeId", "data-v-11146531"]]), So = {
|
|
3613
3617
|
key: 0,
|
|
3614
3618
|
width: "16",
|
|
3615
3619
|
height: "16",
|