codexly-ui 0.12.13 → 0.12.14
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/package.json
CHANGED
package/types/codexly-ui.d.ts
CHANGED
|
@@ -2928,6 +2928,11 @@ declare class ClxFilterPanelComponent {
|
|
|
2928
2928
|
* host keep a saturated brand color on checkboxes/slider (small accents) while giving the CTA
|
|
2929
2929
|
* button its own color and a bigger size if the sidebar's width calls for it. */
|
|
2930
2930
|
readonly applyButtonColor: _angular_core.InputSignal<ClxColorInput | undefined>;
|
|
2931
|
+
/** Text color for the same "Aplicar filtros" button — independent of applyButtonColor, same
|
|
2932
|
+
* rationale as clx-button's own [textColor]: a saturated applyButtonColor can leave the
|
|
2933
|
+
* auto-resolved contrast text illegible. Undefined leaves clx-button's own automatic
|
|
2934
|
+
* resolution untouched. */
|
|
2935
|
+
readonly applyButtonTextColor: _angular_core.InputSignal<ClxColorInput | undefined>;
|
|
2931
2936
|
readonly applyButtonSize: _angular_core.InputSignal<ClxButtonSize>;
|
|
2932
2937
|
protected readonly _color: _angular_core.Signal<ClxColorInput>;
|
|
2933
2938
|
protected readonly _applyButtonColor: _angular_core.Signal<ClxColorInput>;
|
|
@@ -2954,7 +2959,7 @@ declare class ClxFilterPanelComponent {
|
|
|
2954
2959
|
protected _badgeCls(): string;
|
|
2955
2960
|
protected _fieldBadgeCls(): string;
|
|
2956
2961
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClxFilterPanelComponent, never>;
|
|
2957
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ClxFilterPanelComponent, "clx-filter-panel", never, { "fields": { "alias": "fields"; "required": true; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "showApply": { "alias": "showApply"; "required": false; "isSignal": true; }; "applyButtonColor": { "alias": "applyButtonColor"; "required": false; "isSignal": true; }; "applyButtonSize": { "alias": "applyButtonSize"; "required": false; "isSignal": true; }; "values": { "alias": "values"; "required": false; "isSignal": true; }; }, { "values": "valuesChange"; "filterChange": "filterChange"; "applyChange": "applyChange"; }, never, never, true, never>;
|
|
2962
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ClxFilterPanelComponent, "clx-filter-panel", never, { "fields": { "alias": "fields"; "required": true; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "showApply": { "alias": "showApply"; "required": false; "isSignal": true; }; "applyButtonColor": { "alias": "applyButtonColor"; "required": false; "isSignal": true; }; "applyButtonTextColor": { "alias": "applyButtonTextColor"; "required": false; "isSignal": true; }; "applyButtonSize": { "alias": "applyButtonSize"; "required": false; "isSignal": true; }; "values": { "alias": "values"; "required": false; "isSignal": true; }; }, { "values": "valuesChange"; "filterChange": "filterChange"; "applyChange": "applyChange"; }, never, never, true, never>;
|
|
2958
2963
|
}
|
|
2959
2964
|
|
|
2960
2965
|
declare class ClxCarouselDirective {
|