@haiilo/catalyst 10.0.6 → 10.0.7
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/catalyst/catalyst.esm.js +1 -1
- package/dist/catalyst/catalyst.esm.js.map +1 -1
- package/dist/catalyst/{p-522ed1e0.entry.js → p-8cc94c1b.entry.js} +2 -2
- package/dist/catalyst/p-8cc94c1b.entry.js.map +1 -0
- package/dist/cjs/cat-alert_26.cjs.entry.js +2 -1
- package/dist/cjs/cat-alert_26.cjs.entry.js.map +1 -1
- package/dist/cjs/catalyst.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/cat-datepicker/cat-datepicker.js +4 -1
- package/dist/collection/components/cat-datepicker/cat-datepicker.js.map +1 -1
- package/dist/components/cat-datepicker.js +3 -1
- package/dist/components/cat-datepicker.js.map +1 -1
- package/dist/esm/cat-alert_26.entry.js +2 -1
- package/dist/esm/cat-alert_26.entry.js.map +1 -1
- package/dist/esm/catalyst.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/package.json +2 -2
- package/dist/catalyst/p-522ed1e0.entry.js.map +0 -1
|
@@ -4196,7 +4196,7 @@ const CatDatepickerFlat = class {
|
|
|
4196
4196
|
}
|
|
4197
4197
|
}
|
|
4198
4198
|
onDisabledChanged() {
|
|
4199
|
-
// Dynamically changing
|
|
4199
|
+
// Dynamically changing config value is not working due to a bug in the
|
|
4200
4200
|
// library. We thus need to fully recreate the date picker after the value
|
|
4201
4201
|
// has been updated.
|
|
4202
4202
|
this.pickr?.destroy();
|
|
@@ -4276,6 +4276,7 @@ const CatDatepickerFlat = class {
|
|
|
4276
4276
|
"value": ["onValueChanged"],
|
|
4277
4277
|
"disabled": ["onDisabledChanged"],
|
|
4278
4278
|
"readonly": ["onDisabledChanged"],
|
|
4279
|
+
"mode": ["onDisabledChanged"],
|
|
4279
4280
|
"min": ["onMinChanged"],
|
|
4280
4281
|
"max": ["onMinChanged"]
|
|
4281
4282
|
}; }
|