@snabcentr/vue-ui-lib 4.11.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.
- package/dist/manifest.json +1 -1
- package/dist/release_notes.tmp +4 -2
- package/dist/sc-vue-ui-lib.js +4 -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/catalog/forms/set-client-price-form-item.vue.d.ts +11 -1
- 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-wPCfg6YI+a+ezlLJxJ+EIWGkX87LEphmaEeiTf90DSmLk9Rst2PAc3y03n8M3ra3"
|
|
8
8
|
},
|
|
9
9
|
"style.css": {
|
|
10
10
|
"file": "sc-vue-ui-lib.css",
|
package/dist/release_notes.tmp
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
## 4.
|
|
1
|
+
## 4.13.0 (2026-06-30)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
### added (1 change)
|
|
4
|
+
|
|
5
|
+
- [#13218: Добавлено отключение недоступных коэффициентов в форме установки цены](web_soft/libs/vue/snabcentr-ui-lib@a60f609a84c7f7ed792334e1416201d8a8f27abc) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!252))
|
|
4
6
|
|
package/dist/sc-vue-ui-lib.js
CHANGED
|
@@ -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": [
|