@snabcentr/vue-ui-lib 4.7.0 → 4.7.1
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/manifest.json +1 -1
- package/dist/release_notes.tmp +1 -1
- package/dist/sc-vue-ui-lib.js +10 -2
- package/dist/sc-vue-ui-lib.js.map +1 -1
- package/dist/sc-vue-ui-lib.umd.cjs +1 -1
- package/dist/sc-vue-ui-lib.umd.cjs.map +1 -1
- package/dist/src/components/selects/reference-select.vue.d.ts +5 -0
- package/package.json +1 -1
package/dist/manifest.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"name": "index",
|
|
5
5
|
"src": "src/index.ts",
|
|
6
6
|
"isEntry": true,
|
|
7
|
-
"integrity": "sha384-
|
|
7
|
+
"integrity": "sha384-KPF6fgm7SHGTUwm3mCBDeFR5YwVxqSWQjGHqdGTEjcKJkjpIcO+wFuN/991ZGQY8"
|
|
8
8
|
},
|
|
9
9
|
"style.css": {
|
|
10
10
|
"file": "sc-vue-ui-lib.css",
|
package/dist/release_notes.tmp
CHANGED
package/dist/sc-vue-ui-lib.js
CHANGED
|
@@ -22935,12 +22935,20 @@ const B_ = {
|
|
|
22935
22935
|
showEmptyValue: { type: Boolean, default: !1 },
|
|
22936
22936
|
sortOptionsByLabel: { type: Boolean, default: !1 },
|
|
22937
22937
|
filterable: { type: Boolean, default: !1 },
|
|
22938
|
-
maxTagCount: { default: void 0 }
|
|
22938
|
+
maxTagCount: { default: void 0 },
|
|
22939
|
+
disabledItem: { type: Function, default: void 0 }
|
|
22939
22940
|
},
|
|
22940
22941
|
emits: ["update:value"],
|
|
22941
22942
|
setup(t, { expose: e, emit: i }) {
|
|
22942
22943
|
const n = t, s = i, r = E(() => kt(n.value)), o = new gg(), a = E(() => ut(n.value) ? r.value ? [] : null : kt(n.value) ? n.value.map((g) => g.id) : n.value.id), l = E(
|
|
22943
|
-
() => Pi.convertReferencesToSelectOptionsList(
|
|
22944
|
+
() => Pi.convertReferencesToSelectOptionsList(
|
|
22945
|
+
n.referenceList,
|
|
22946
|
+
n.sortOptionsByLabel,
|
|
22947
|
+
!1,
|
|
22948
|
+
n.showEmptyValue,
|
|
22949
|
+
void 0,
|
|
22950
|
+
n.disabledItem
|
|
22951
|
+
)
|
|
22944
22952
|
), c = (g) => {
|
|
22945
22953
|
var f;
|
|
22946
22954
|
if (kt(g)) {
|