codexly-ui 0.6.5 → 0.6.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/package.json
CHANGED
package/types/codexly-ui.d.ts
CHANGED
|
@@ -124,7 +124,7 @@ declare class ClxButtonComponent {
|
|
|
124
124
|
readonly disabled: _angular_core.InputSignal<boolean>;
|
|
125
125
|
readonly block: _angular_core.InputSignal<boolean>;
|
|
126
126
|
readonly icon: _angular_core.InputSignal<string | undefined>;
|
|
127
|
-
readonly iconPosition: _angular_core.InputSignal<"
|
|
127
|
+
readonly iconPosition: _angular_core.InputSignal<"right" | "left">;
|
|
128
128
|
readonly iconOnly: _angular_core.InputSignal<boolean>;
|
|
129
129
|
readonly badge: _angular_core.InputSignal<string | number | undefined>;
|
|
130
130
|
readonly badgeColor: _angular_core.InputSignal<ClxColorInput>;
|
|
@@ -2229,7 +2229,7 @@ declare class ClxTreeComponent {
|
|
|
2229
2229
|
icon: "xs" | "sm" | "md";
|
|
2230
2230
|
indent: string;
|
|
2231
2231
|
}>;
|
|
2232
|
-
protected readonly _indentPx: _angular_core.Signal<
|
|
2232
|
+
protected readonly _indentPx: _angular_core.Signal<24 | 16 | 20>;
|
|
2233
2233
|
protected readonly _rootClass: _angular_core.Signal<string>;
|
|
2234
2234
|
protected _isExpanded(id: string | number): boolean;
|
|
2235
2235
|
protected _isSelected(id: string | number): boolean;
|
|
@@ -2438,7 +2438,6 @@ declare class ClxFabComponent {
|
|
|
2438
2438
|
readonly positionChange: _angular_core.OutputEmitterRef<ClxFabPosition>;
|
|
2439
2439
|
private readonly _themeSvc;
|
|
2440
2440
|
private readonly _document;
|
|
2441
|
-
private readonly _elementRef;
|
|
2442
2441
|
protected readonly _color: _angular_core.Signal<ClxColorInput>;
|
|
2443
2442
|
private readonly _draggedPosition;
|
|
2444
2443
|
protected readonly _position: _angular_core.Signal<ClxFabPosition>;
|