@design-factory/design-factory 19.1.2 → 19.1.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/design-factory-initial-branding.css +1 -1
- package/design-factory.css +1 -1
- package/fesm2022/design-factory.mjs +1 -1
- package/fesm2022/design-factory.mjs.map +1 -1
- package/lib/angular/datepicker/datepicker-range.directive.d.ts +3 -3
- package/package.json +1 -1
- package/styles/scss/components/card/_card.scss +28 -10
- package/styles/scss/components/datepicker/_datepicker.scss +1 -0
- package/styles/scss/components/select/_select.scss +12 -18
- package/styles/scss/themes/brand2023/_variables.scss +1 -0
|
@@ -431,7 +431,7 @@ class DfDatepickerRangeDirective {
|
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
433
|
}
|
|
434
|
-
|
|
434
|
+
ngAfterViewChecked() {
|
|
435
435
|
// Update this to support disabled
|
|
436
436
|
const currentStatus = this.inputsElements.reduce((prev, current) => prev || current.disabled, false);
|
|
437
437
|
if (this.isDisabled !== currentStatus) {
|