@snabcentr/vue-ui-lib 2.27.11 → 2.27.12
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-R9UmrzKm6iF5p7M0Mp3lZfJtkEsIvDWdkY/7mRLn79/HFyBQBg+DkLCL9CTBHLA7"
|
|
8
8
|
},
|
|
9
9
|
"style.css": {
|
|
10
10
|
"file": "sc-vue-ui-lib.css",
|
package/dist/release_notes.tmp
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## 2.27.
|
|
1
|
+
## 2.27.12 (2025-08-27)
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### fixed (1 change)
|
|
4
4
|
|
|
5
|
-
- [#
|
|
5
|
+
- [#12108: Исправлена ошибка очистки полей периода дат](web_soft/libs/vue/snabcentr-ui-lib@5c596d41a398340816a3651c614a6ec148bd0d1e) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!102))
|
|
6
6
|
|
package/dist/sc-vue-ui-lib.js
CHANGED
|
@@ -18237,7 +18237,7 @@ const s_ = {}, ir = /* @__PURE__ */ te({
|
|
|
18237
18237
|
const l = Ye, c = gf;
|
|
18238
18238
|
return x(), E("div", q_, [
|
|
18239
18239
|
L(c, {
|
|
18240
|
-
value: (h = (u = o.dateRange) == null ? void 0 : u.from) == null ? void 0 : h.getTime(),
|
|
18240
|
+
value: ((h = (u = o.dateRange) == null ? void 0 : u.from) == null ? void 0 : h.getTime()) ?? null,
|
|
18241
18241
|
clearable: o.clearable,
|
|
18242
18242
|
"is-date-disabled": (m) => {
|
|
18243
18243
|
var v, _;
|
|
@@ -18278,7 +18278,7 @@ const s_ = {}, ir = /* @__PURE__ */ te({
|
|
|
18278
18278
|
} : void 0
|
|
18279
18279
|
]), 1032, ["value", "clearable", "is-date-disabled", "disabled", "format"]),
|
|
18280
18280
|
L(c, {
|
|
18281
|
-
value: (p = (d = o.dateRange) == null ? void 0 : d.to) == null ? void 0 : p.getTime(),
|
|
18281
|
+
value: ((p = (d = o.dateRange) == null ? void 0 : d.to) == null ? void 0 : p.getTime()) ?? null,
|
|
18282
18282
|
clearable: o.clearable,
|
|
18283
18283
|
"is-date-disabled": (m) => {
|
|
18284
18284
|
var v, _;
|