@snabcentr/vue-ui-lib 3.2.0 → 3.3.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
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-G3V97tVzTuvh9yLBWO2IWdVjd/meXF/sJpwHGy6sOrYMapvXYhnj5q63fykcDjsX"
|
|
8
8
|
},
|
|
9
9
|
"style.css": {
|
|
10
10
|
"file": "sc-vue-ui-lib.css",
|
package/dist/release_notes.tmp
CHANGED
|
@@ -1,6 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
### fixed (1 change)
|
|
4
|
-
|
|
5
|
-
- [#12367: Исправлены ошибки конфигураторов: Исправлена валидация, расчёт...](web_soft/libs/vue/snabcentr-ui-lib@26fee4f4e20cfd2f2c62c7bef950cdbae77d3476) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!116))
|
|
6
|
-
|
|
1
|
+
null
|
package/dist/sc-vue-ui-lib.js
CHANGED
|
@@ -2134,6 +2134,7 @@ const $d = He({ name: "ion-plus", render: mp }), pp = {
|
|
|
2134
2134
|
D(K(Fi), {
|
|
2135
2135
|
value: s.value.linesWidths[j],
|
|
2136
2136
|
"onUpdate:value": [(G) => s.value.linesWidths[j] = G, u],
|
|
2137
|
+
"show-button": !1,
|
|
2137
2138
|
min: s.value.linesWidths.length > 1 ? t.settings.minLineWidth : t.settings.stripMinWidth,
|
|
2138
2139
|
max: t.settings.maxLineWidth,
|
|
2139
2140
|
step: t.settings.lineWidthStep,
|
|
@@ -2154,6 +2155,7 @@ const $d = He({ name: "ion-plus", render: mp }), pp = {
|
|
|
2154
2155
|
D(K(Fi), {
|
|
2155
2156
|
value: s.value.linesAngles[j],
|
|
2156
2157
|
"onUpdate:value": [(G) => s.value.linesAngles[j] = G, u],
|
|
2158
|
+
"show-button": !1,
|
|
2157
2159
|
min: t.settings.minLineAngle,
|
|
2158
2160
|
max: t.settings.maxLineAngle,
|
|
2159
2161
|
step: t.settings.lineAngleStep,
|
|
@@ -2276,6 +2278,7 @@ const $d = He({ name: "ion-plus", render: mp }), pp = {
|
|
|
2276
2278
|
u
|
|
2277
2279
|
],
|
|
2278
2280
|
required: !0,
|
|
2281
|
+
"show-button": !1,
|
|
2279
2282
|
max: t.settings.stripMaxLength || void 0,
|
|
2280
2283
|
min: t.settings.stripMinLength,
|
|
2281
2284
|
step: t.settings.lengthStep,
|
|
@@ -2298,6 +2301,7 @@ const $d = He({ name: "ion-plus", render: mp }), pp = {
|
|
|
2298
2301
|
value: t.value.quantity,
|
|
2299
2302
|
"onUpdate:value": f[5] || (f[5] = (q) => t.value.quantity = q),
|
|
2300
2303
|
min: 1,
|
|
2304
|
+
"show-button": !1,
|
|
2301
2305
|
validator: (q) => Number.isInteger(q),
|
|
2302
2306
|
placeholder: "Введите количество",
|
|
2303
2307
|
class: "w-full"
|
|
@@ -18830,6 +18834,7 @@ const Fo = He({ name: "ion-close", render: b0 }), _0 = { class: "mr-3 flex flex-
|
|
|
18830
18834
|
l
|
|
18831
18835
|
],
|
|
18832
18836
|
clearable: t.clearable,
|
|
18837
|
+
"show-button": !1,
|
|
18833
18838
|
placeholder: t.placeholder,
|
|
18834
18839
|
min: t.min,
|
|
18835
18840
|
max: t.max,
|
|
@@ -19025,6 +19030,7 @@ const Fo = He({ name: "ion-close", render: b0 }), _0 = { class: "mr-3 flex flex-
|
|
|
19025
19030
|
value: t.value.quantity,
|
|
19026
19031
|
"onUpdate:value": p[7] || (p[7] = (y) => t.value.quantity = y),
|
|
19027
19032
|
min: 1,
|
|
19033
|
+
"show-button": !1,
|
|
19028
19034
|
validator: (y) => Number.isInteger(y),
|
|
19029
19035
|
placeholder: "Введите количество",
|
|
19030
19036
|
class: "w-full"
|
|
@@ -19552,6 +19558,7 @@ const Fo = He({ name: "ion-close", render: b0 }), _0 = { class: "mr-3 flex flex-
|
|
|
19552
19558
|
default: M(() => [
|
|
19553
19559
|
D(K(Fi), {
|
|
19554
19560
|
value: i.value[0].length,
|
|
19561
|
+
"show-button": !1,
|
|
19555
19562
|
max: t.settings.maxLength || void 0,
|
|
19556
19563
|
min: t.settings.minLength,
|
|
19557
19564
|
step: t.settings.lengthStep,
|
|
@@ -19573,6 +19580,7 @@ const Fo = He({ name: "ion-close", render: b0 }), _0 = { class: "mr-3 flex flex-
|
|
|
19573
19580
|
default: M(() => [
|
|
19574
19581
|
D(K(Fi), {
|
|
19575
19582
|
value: i.value[0].quantity,
|
|
19583
|
+
"show-button": !1,
|
|
19576
19584
|
min: 1,
|
|
19577
19585
|
validator: (m) => Number.isInteger(m),
|
|
19578
19586
|
placeholder: "Введите количество",
|
|
@@ -19818,6 +19826,7 @@ const Fo = He({ name: "ion-close", render: b0 }), _0 = { class: "mr-3 flex flex-
|
|
|
19818
19826
|
D(K(Fi), {
|
|
19819
19827
|
value: t.value.quantity,
|
|
19820
19828
|
placeholder: "Введите количество",
|
|
19829
|
+
"show-button": !1,
|
|
19821
19830
|
min: 1,
|
|
19822
19831
|
validator: (d) => d > 0,
|
|
19823
19832
|
class: "w-full",
|
|
@@ -21427,6 +21436,7 @@ const zy = {
|
|
|
21427
21436
|
D(K(Fi), {
|
|
21428
21437
|
value: r.value.length,
|
|
21429
21438
|
"onUpdate:value": m[0] || (m[0] = (y) => r.value.length = y),
|
|
21439
|
+
"show-button": !1,
|
|
21430
21440
|
max: ((p = n.value.properties) == null ? void 0 : p.maxLength) || void 0,
|
|
21431
21441
|
min: ((v = n.value.properties) == null ? void 0 : v.minLength) || K(Zt).getProductLengthMultiplicity(n.value),
|
|
21432
21442
|
step: K(Zt).getProductMultiplicity(n.value),
|
|
@@ -21460,6 +21470,7 @@ const zy = {
|
|
|
21460
21470
|
D(K(Fi), {
|
|
21461
21471
|
value: r.value.quantity,
|
|
21462
21472
|
"onUpdate:value": m[1] || (m[1] = (p) => r.value.quantity = p),
|
|
21473
|
+
"show-button": !1,
|
|
21463
21474
|
min: K(Zt).getProductMultiplicity(n.value),
|
|
21464
21475
|
step: K(Zt).getProductMultiplicity(n.value),
|
|
21465
21476
|
validator: (p) => p % K(Zt).getProductMultiplicity(n.value) === 0,
|
|
@@ -32295,7 +32306,7 @@ const kk = Object.assign(Object.assign({}, Lt.props), {
|
|
|
32295
32306
|
disabled: { type: Boolean, default: !1 },
|
|
32296
32307
|
minTermLength: { default: () => {
|
|
32297
32308
|
var t;
|
|
32298
|
-
return ((t = _i.getConfig()) == null ? void 0 : t.
|
|
32309
|
+
return ((t = _i.getConfig()) == null ? void 0 : t.minLength.searchTerm) ?? 3;
|
|
32299
32310
|
} },
|
|
32300
32311
|
consistentMenuWidth: { type: Boolean, default: !1 },
|
|
32301
32312
|
wrapContent: { type: Boolean, default: !1 },
|
|
@@ -32380,7 +32391,7 @@ const kk = Object.assign(Object.assign({}, Lt.props), {
|
|
|
32380
32391
|
disabled: { type: Boolean, default: !1 },
|
|
32381
32392
|
minTermLength: { default: () => {
|
|
32382
32393
|
var t;
|
|
32383
|
-
return ((t = _i.getConfig()) == null ? void 0 : t.
|
|
32394
|
+
return ((t = _i.getConfig()) == null ? void 0 : t.minLength.searchTerm) ?? 3;
|
|
32384
32395
|
} },
|
|
32385
32396
|
consistentMenuWidth: { type: Boolean, default: !1 },
|
|
32386
32397
|
wrapContent: { type: Boolean, default: !1 },
|
|
@@ -32439,7 +32450,7 @@ const kk = Object.assign(Object.assign({}, Lt.props), {
|
|
|
32439
32450
|
searchType: {},
|
|
32440
32451
|
minTermLength: { default: () => {
|
|
32441
32452
|
var t;
|
|
32442
|
-
return ((t = _i.getConfig()) == null ? void 0 : t.
|
|
32453
|
+
return ((t = _i.getConfig()) == null ? void 0 : t.minLength.searchTerm) ?? 3;
|
|
32443
32454
|
} },
|
|
32444
32455
|
disabled: { type: Boolean }
|
|
32445
32456
|
},
|
|
@@ -33561,7 +33572,7 @@ const Vk = He({ name: "tabler-truck-loading", render: Wk }), jk = { class: "flex
|
|
|
33561
33572
|
...Ul,
|
|
33562
33573
|
minTermLength: () => {
|
|
33563
33574
|
var t;
|
|
33564
|
-
return ((t = _i.getConfig()) == null ? void 0 : t.
|
|
33575
|
+
return ((t = _i.getConfig()) == null ? void 0 : t.minLength.searchTerm) ?? 3;
|
|
33565
33576
|
},
|
|
33566
33577
|
// eslint-disable-next-line unicorn/consistent-function-scoping,vue/max-len
|
|
33567
33578
|
searchDataHandler: void 0
|
|
@@ -33666,7 +33677,7 @@ const Vk = He({ name: "tabler-truck-loading", render: Wk }), jk = { class: "flex
|
|
|
33666
33677
|
...Ul,
|
|
33667
33678
|
minTermLength: () => {
|
|
33668
33679
|
var t;
|
|
33669
|
-
return ((t = _i.getConfig()) == null ? void 0 : t.
|
|
33680
|
+
return ((t = _i.getConfig()) == null ? void 0 : t.minLength.searchTerm) ?? 3;
|
|
33670
33681
|
}
|
|
33671
33682
|
}),
|
|
33672
33683
|
emits: ["select", "update:value"],
|
|
@@ -33793,7 +33804,7 @@ const Vk = He({ name: "tabler-truck-loading", render: Wk }), jk = { class: "flex
|
|
|
33793
33804
|
...Ul,
|
|
33794
33805
|
minTermLength: () => {
|
|
33795
33806
|
var t;
|
|
33796
|
-
return ((t = _i.getConfig()) == null ? void 0 : t.
|
|
33807
|
+
return ((t = _i.getConfig()) == null ? void 0 : t.minLength.searchTerm) ?? 3;
|
|
33797
33808
|
}
|
|
33798
33809
|
}),
|
|
33799
33810
|
emits: ["select", "update:value"],
|