@snabcentr/vue-ui-lib 3.2.0 → 3.3.0

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-KWTVIez9baWwOJ4W0vwVT8rjy/wAOWCKP4ugvSuKCcXUjqi4sFj8ZkAt1+8q2A6H"
7
+ "integrity": "sha384-k3927xGDplkj0OxXoNxCWodfDKB+hkOh2cJwW4xzcKXGLHioRA/a/pfMMD7mNKe2"
8
8
  },
9
9
  "style.css": {
10
10
  "file": "sc-vue-ui-lib.css",
@@ -1,6 +1,6 @@
1
- ## 3.2.0 (2025-10-22)
1
+ ## 3.3.0 (2025-10-23)
2
2
 
3
- ### fixed (1 change)
3
+ ### changed (1 change)
4
4
 
5
- - [#12367: Исправлены ошибки конфигураторов: Исправлена валидация, расчёт...](web_soft/libs/vue/snabcentr-ui-lib@26fee4f4e20cfd2f2c62c7bef950cdbae77d3476) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!116))
5
+ - [#12190: Изменён интерфейс конфигурации: minSearchTermLength заменён на minLength.searchTerm](web_soft/libs/vue/snabcentr-ui-lib@315a4d92ba03da67b81574eb93564d62c5878a72) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!117))
6
6
 
@@ -32295,7 +32295,7 @@ const kk = Object.assign(Object.assign({}, Lt.props), {
32295
32295
  disabled: { type: Boolean, default: !1 },
32296
32296
  minTermLength: { default: () => {
32297
32297
  var t;
32298
- return ((t = _i.getConfig()) == null ? void 0 : t.minSearchTermLength) ?? 3;
32298
+ return ((t = _i.getConfig()) == null ? void 0 : t.minLength.searchTerm) ?? 3;
32299
32299
  } },
32300
32300
  consistentMenuWidth: { type: Boolean, default: !1 },
32301
32301
  wrapContent: { type: Boolean, default: !1 },
@@ -32380,7 +32380,7 @@ const kk = Object.assign(Object.assign({}, Lt.props), {
32380
32380
  disabled: { type: Boolean, default: !1 },
32381
32381
  minTermLength: { default: () => {
32382
32382
  var t;
32383
- return ((t = _i.getConfig()) == null ? void 0 : t.minSearchTermLength) ?? 3;
32383
+ return ((t = _i.getConfig()) == null ? void 0 : t.minLength.searchTerm) ?? 3;
32384
32384
  } },
32385
32385
  consistentMenuWidth: { type: Boolean, default: !1 },
32386
32386
  wrapContent: { type: Boolean, default: !1 },
@@ -32439,7 +32439,7 @@ const kk = Object.assign(Object.assign({}, Lt.props), {
32439
32439
  searchType: {},
32440
32440
  minTermLength: { default: () => {
32441
32441
  var t;
32442
- return ((t = _i.getConfig()) == null ? void 0 : t.minSearchTermLength) ?? 3;
32442
+ return ((t = _i.getConfig()) == null ? void 0 : t.minLength.searchTerm) ?? 3;
32443
32443
  } },
32444
32444
  disabled: { type: Boolean }
32445
32445
  },
@@ -33561,7 +33561,7 @@ const Vk = He({ name: "tabler-truck-loading", render: Wk }), jk = { class: "flex
33561
33561
  ...Ul,
33562
33562
  minTermLength: () => {
33563
33563
  var t;
33564
- return ((t = _i.getConfig()) == null ? void 0 : t.minSearchTermLength) ?? 3;
33564
+ return ((t = _i.getConfig()) == null ? void 0 : t.minLength.searchTerm) ?? 3;
33565
33565
  },
33566
33566
  // eslint-disable-next-line unicorn/consistent-function-scoping,vue/max-len
33567
33567
  searchDataHandler: void 0
@@ -33666,7 +33666,7 @@ const Vk = He({ name: "tabler-truck-loading", render: Wk }), jk = { class: "flex
33666
33666
  ...Ul,
33667
33667
  minTermLength: () => {
33668
33668
  var t;
33669
- return ((t = _i.getConfig()) == null ? void 0 : t.minSearchTermLength) ?? 3;
33669
+ return ((t = _i.getConfig()) == null ? void 0 : t.minLength.searchTerm) ?? 3;
33670
33670
  }
33671
33671
  }),
33672
33672
  emits: ["select", "update:value"],
@@ -33793,7 +33793,7 @@ const Vk = He({ name: "tabler-truck-loading", render: Wk }), jk = { class: "flex
33793
33793
  ...Ul,
33794
33794
  minTermLength: () => {
33795
33795
  var t;
33796
- return ((t = _i.getConfig()) == null ? void 0 : t.minSearchTermLength) ?? 3;
33796
+ return ((t = _i.getConfig()) == null ? void 0 : t.minLength.searchTerm) ?? 3;
33797
33797
  }
33798
33798
  }),
33799
33799
  emits: ["select", "update:value"],