dap-design-system 0.55.3 → 0.55.4
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/{components-NHQTi00b.js → components-CUgS-U9o.js} +29 -28
- package/dist/components-CUgS-U9o.js.map +1 -0
- package/dist/components.js +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +376 -376
- package/dist/manifest/vscode.html-custom-data.json +187 -187
- package/dist/manifest/web-types.json +634 -634
- package/dist/react/index.d.ts +12 -12
- package/dist/react-types.ts +12 -12
- package/dist/react.js +147 -147
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
- package/dist/components-NHQTi00b.js.map +0 -1
|
@@ -4823,11 +4823,12 @@ let Et = class t extends M {
|
|
|
4823
4823
|
return r;
|
|
4824
4824
|
}
|
|
4825
4825
|
isDateInAllowedRange(e) {
|
|
4826
|
-
const i = k(this.minDate).locale(this.locale), o = k(this.maxDate).locale(this.locale)
|
|
4827
|
-
return !
|
|
4826
|
+
const i = k(this.minDate).locale(this.locale), o = k(this.maxDate).locale(this.locale);
|
|
4827
|
+
return !e.isBefore(i, "day") && !e.isAfter(o, "day");
|
|
4828
4828
|
}
|
|
4829
4829
|
isMonthInAllowedRange(e, i) {
|
|
4830
|
-
|
|
4830
|
+
const o = k(new Date(e, i, 1)).locale(this.locale), r = o.endOf("month"), a = k(this.minDate).locale(this.locale), s = k(this.maxDate).locale(this.locale);
|
|
4831
|
+
return !r.isBefore(a, "day") && !o.isAfter(s, "day");
|
|
4831
4832
|
}
|
|
4832
4833
|
isDateInAllowedRangeByDate(e, i, o) {
|
|
4833
4834
|
return this.isDateInAllowedRange(k(new Date(e, i, o)));
|
|
@@ -21501,9 +21502,9 @@ export {
|
|
|
21501
21502
|
Ht as $,
|
|
21502
21503
|
Ei as A,
|
|
21503
21504
|
To as B,
|
|
21504
|
-
|
|
21505
|
+
Ea as C,
|
|
21505
21506
|
Po as D,
|
|
21506
|
-
|
|
21507
|
+
Ir as E,
|
|
21507
21508
|
W as F,
|
|
21508
21509
|
tt as G,
|
|
21509
21510
|
oo as H,
|
|
@@ -21522,11 +21523,11 @@ export {
|
|
|
21522
21523
|
at as U,
|
|
21523
21524
|
oi as V,
|
|
21524
21525
|
ee as W,
|
|
21525
|
-
|
|
21526
|
-
|
|
21526
|
+
Ae as X,
|
|
21527
|
+
ja as Y,
|
|
21527
21528
|
Ro as Z,
|
|
21528
21529
|
ie as _,
|
|
21529
|
-
|
|
21530
|
+
Us as a,
|
|
21530
21531
|
Ar as a0,
|
|
21531
21532
|
zt as a1,
|
|
21532
21533
|
Lr as a2,
|
|
@@ -21550,8 +21551,8 @@ export {
|
|
|
21550
21551
|
_i as ab,
|
|
21551
21552
|
Ti as ac,
|
|
21552
21553
|
no as ad,
|
|
21553
|
-
|
|
21554
|
-
|
|
21554
|
+
ai as ae,
|
|
21555
|
+
Ri as af,
|
|
21555
21556
|
Ue as ag,
|
|
21556
21557
|
Pe as ah,
|
|
21557
21558
|
Ee as ai,
|
|
@@ -21572,24 +21573,24 @@ export {
|
|
|
21572
21573
|
co as ax,
|
|
21573
21574
|
me as ay,
|
|
21574
21575
|
Er as az,
|
|
21575
|
-
|
|
21576
|
-
|
|
21577
|
-
|
|
21578
|
-
|
|
21579
|
-
|
|
21580
|
-
|
|
21576
|
+
Be as b,
|
|
21577
|
+
to as c,
|
|
21578
|
+
He as d,
|
|
21579
|
+
fi as e,
|
|
21580
|
+
Qi as f,
|
|
21581
|
+
Ut as g,
|
|
21581
21582
|
ii as h,
|
|
21582
|
-
|
|
21583
|
-
|
|
21584
|
-
|
|
21585
|
-
|
|
21586
|
-
|
|
21587
|
-
|
|
21588
|
-
|
|
21589
|
-
|
|
21590
|
-
|
|
21591
|
-
|
|
21592
|
-
|
|
21583
|
+
Xt as i,
|
|
21584
|
+
Ot as j,
|
|
21585
|
+
qt as k,
|
|
21586
|
+
Et as l,
|
|
21587
|
+
jt as m,
|
|
21588
|
+
Ia as n,
|
|
21589
|
+
$r as o,
|
|
21590
|
+
Ai as p,
|
|
21591
|
+
Sr as q,
|
|
21592
|
+
Eo as r,
|
|
21593
|
+
ve as s,
|
|
21593
21594
|
Ce as t,
|
|
21594
21595
|
Li as u,
|
|
21595
21596
|
De as v,
|
|
@@ -21598,4 +21599,4 @@ export {
|
|
|
21598
21599
|
Qt as y,
|
|
21599
21600
|
xi as z
|
|
21600
21601
|
};
|
|
21601
|
-
//# sourceMappingURL=components-
|
|
21602
|
+
//# sourceMappingURL=components-CUgS-U9o.js.map
|