@snabcentr/vue-ui-lib 4.12.0 → 4.13.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-IpOhid8m2uV/JAMX9HBeWtsK795/EKw85nShAwyiACbMdXT4MM2YtZDYvcpWzbue"
7
+ "integrity": "sha384-wPCfg6YI+a+ezlLJxJ+EIWGkX87LEphmaEeiTf90DSmLk9Rst2PAc3y03n8M3ra3"
8
8
  },
9
9
  "style.css": {
10
10
  "file": "sc-vue-ui-lib.css",
@@ -1,6 +1,6 @@
1
- ## 4.12.0 (2026-06-26)
1
+ ## 4.13.0 (2026-06-30)
2
2
 
3
3
  ### added (1 change)
4
4
 
5
- - [#13272: Добавлен компонент параметров позиции заказа в список позиций](web_soft/libs/vue/snabcentr-ui-lib@0b2b9736ac42ecde8127bb2575f774a4b6e4ec27) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!250))
5
+ - [#13218: Добавлено отключение недоступных коэффициентов в форме установки цены](web_soft/libs/vue/snabcentr-ui-lib@a60f609a84c7f7ed792334e1416201d8a8f27abc) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!252))
6
6
 
@@ -23014,7 +23014,8 @@ const O_ = {
23014
23014
  disabled: { type: Boolean },
23015
23015
  catalogItem: {},
23016
23016
  calculationType: {},
23017
- label: {}
23017
+ label: {},
23018
+ disabledCoefficient: { type: Function }
23018
23019
  },
23019
23020
  emits: ["update:value"],
23020
23021
  setup(t, { emit: e }) {
@@ -23146,8 +23147,9 @@ const O_ = {
23146
23147
  disabled: t.disabled,
23147
23148
  "consistent-menu-width": !1,
23148
23149
  "show-empty-value": !0,
23150
+ "disabled-item": t.disabledCoefficient,
23149
23151
  "onUpdate:value": v
23150
- }, null, 8, ["value", "reference-list", "clearable", "disabled"]),
23152
+ }, null, 8, ["value", "reference-list", "clearable", "disabled", "disabled-item"]),
23151
23153
  N(P, {
23152
23154
  value: h.value,
23153
23155
  "onUpdate:value": [