@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.
@@ -4,7 +4,7 @@
4
4
  "name": "index",
5
5
  "src": "src/index.ts",
6
6
  "isEntry": true,
7
- "integrity": "sha384-g0G52XGwOAGFY2N5g/5RGrWciR82QBDnA9nDMdO6J/bkKNegSwe076bqFPbJLRhG"
7
+ "integrity": "sha384-KPF6fgm7SHGTUwm3mCBDeFR5YwVxqSWQjGHqdGTEjcKJkjpIcO+wFuN/991ZGQY8"
8
8
  },
9
9
  "style.css": {
10
10
  "file": "sc-vue-ui-lib.css",
@@ -1,4 +1,4 @@
1
- ## 4.7.0 (2026-06-09)
1
+ ## 4.7.1 (2026-06-09)
2
2
 
3
3
  No changes.
4
4
 
@@ -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(n.referenceList, n.sortOptionsByLabel, !1, n.showEmptyValue)
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)) {