@shival99/z-ui 1.3.15 → 1.3.17
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/fesm2022/shival99-z-ui-components-z-calendar.mjs +5 -0
- package/fesm2022/shival99-z-ui-components-z-calendar.mjs.map +1 -1
- package/fesm2022/shival99-z-ui-components-z-drawer.mjs +7 -0
- package/fesm2022/shival99-z-ui-components-z-drawer.mjs.map +1 -1
- package/fesm2022/shival99-z-ui-components-z-modal.mjs +6 -1
- package/fesm2022/shival99-z-ui-components-z-modal.mjs.map +1 -1
- package/fesm2022/shival99-z-ui-components-z-table.mjs +18 -6
- package/fesm2022/shival99-z-ui-components-z-table.mjs.map +1 -1
- package/package.json +1 -1
- package/types/shival99-z-ui-components-z-drawer.d.ts +1 -0
- package/types/shival99-z-ui-components-z-modal.d.ts +2 -1
- package/types/shival99-z-ui-components-z-popover.d.ts +1 -1
- package/types/shival99-z-ui-components-z-select.d.ts +1 -1
- package/types/shival99-z-ui-components-z-table.d.ts +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shival99/z-ui",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.17",
|
|
4
4
|
"description": "Z-UI: Modern Angular UI Component Library - A comprehensive, high-performance design system built with Angular 20+, featuring 40+ customizable components with dark mode, accessibility, and enterprise-ready features.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -161,6 +161,7 @@ declare class ZDrawerComponent<T, U> extends BasePortalOutlet implements OnDestr
|
|
|
161
161
|
private readonly _overlay;
|
|
162
162
|
private readonly _viewContainerRef;
|
|
163
163
|
private readonly _cdr;
|
|
164
|
+
private readonly _zTranslate;
|
|
164
165
|
private _templateOverlayRef;
|
|
165
166
|
private _originalParent;
|
|
166
167
|
private _originalNextSibling;
|
|
@@ -193,6 +193,7 @@ declare class ZModalComponent<T, U> extends BasePortalOutlet implements OnDestro
|
|
|
193
193
|
private readonly _overlay;
|
|
194
194
|
private readonly _viewContainerRef;
|
|
195
195
|
private readonly _cdr;
|
|
196
|
+
private readonly _zTranslate;
|
|
196
197
|
private _templateOverlayRef;
|
|
197
198
|
private _originalParent;
|
|
198
199
|
private _originalNextSibling;
|
|
@@ -219,7 +220,7 @@ declare class ZModalComponent<T, U> extends BasePortalOutlet implements OnDestro
|
|
|
219
220
|
protected readonly effectiveOkText: _angular_core.Signal<string | null | undefined>;
|
|
220
221
|
protected readonly effectiveCancelText: _angular_core.Signal<string | null | undefined>;
|
|
221
222
|
protected readonly effectiveOkDestructive: _angular_core.Signal<boolean | undefined>;
|
|
222
|
-
protected readonly effectiveTypeOk: _angular_core.Signal<"info" | "warning" | "error" | "
|
|
223
|
+
protected readonly effectiveTypeOk: _angular_core.Signal<"info" | "warning" | "error" | "default" | "primary" | "secondary" | "destructive" | "success" | "outline" | "outline-primary" | "outline-secondary" | "outline-success" | "outline-info" | "outline-warning" | "outline-error" | "outline-destructive" | "outline-success-secondary" | "outline-info-secondary" | "outline-warning-secondary" | "outline-error-secondary" | "outline-destructive-secondary" | "outline-primary-secondary" | "ghost" | "ghost-primary" | "ghost-success" | "ghost-info" | "ghost-warning" | "ghost-error" | "ghost-destructive" | "subtle" | "link" | null | undefined>;
|
|
223
224
|
protected readonly effectiveOkDisabled: _angular_core.Signal<boolean | undefined>;
|
|
224
225
|
protected readonly effectiveLoading: _angular_core.Signal<boolean>;
|
|
225
226
|
protected readonly effectiveContentLoading: _angular_core.Signal<boolean>;
|
|
@@ -77,7 +77,7 @@ declare class ZPopoverDirective implements OnInit, OnDestroy {
|
|
|
77
77
|
readonly zHideDelay: _angular_core.InputSignal<number>;
|
|
78
78
|
readonly zDisabled: _angular_core.InputSignalWithTransform<boolean, string | boolean>;
|
|
79
79
|
readonly zOffset: _angular_core.InputSignal<number>;
|
|
80
|
-
readonly zPopoverWidth: _angular_core.InputSignal<number | "
|
|
80
|
+
readonly zPopoverWidth: _angular_core.InputSignal<number | "trigger" | "auto">;
|
|
81
81
|
readonly zManualClose: _angular_core.InputSignalWithTransform<boolean, string | boolean>;
|
|
82
82
|
readonly zScrollClose: _angular_core.InputSignalWithTransform<boolean, string | boolean>;
|
|
83
83
|
readonly zShowArrow: _angular_core.InputSignalWithTransform<boolean, string | boolean>;
|
|
@@ -258,7 +258,7 @@ declare class ZTagClassesPipe implements PipeTransform {
|
|
|
258
258
|
|
|
259
259
|
declare const zSelectVariants: (props?: ({
|
|
260
260
|
zSize?: "sm" | "default" | "lg" | null | undefined;
|
|
261
|
-
zStatus?: "default" | "
|
|
261
|
+
zStatus?: "default" | "open" | "error" | "disabled" | "readonly" | null | undefined;
|
|
262
262
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
263
263
|
declare const zSelectTagVariants: (props?: ({
|
|
264
264
|
zSize?: "sm" | "default" | "lg" | null | undefined;
|
|
@@ -545,8 +545,9 @@ declare class ZTableIconTextComponent {
|
|
|
545
545
|
readonly zTooltip: _angular_core.InputSignal<string | ZTooltipConfig>;
|
|
546
546
|
readonly zTriggerElement: _angular_core.InputSignal<HTMLElement | null>;
|
|
547
547
|
private readonly _hostEl;
|
|
548
|
+
private readonly _zTranslate;
|
|
548
549
|
protected readonly triggerEl: _angular_core.Signal<any>;
|
|
549
|
-
protected readonly
|
|
550
|
+
protected readonly translatedParts: _angular_core.Signal<ZTableIconPart[]>;
|
|
550
551
|
protected readonly tooltipContent: _angular_core.Signal<string>;
|
|
551
552
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ZTableIconTextComponent, never>;
|
|
552
553
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ZTableIconTextComponent, "z-table-icon-text", never, { "zText": { "alias": "zText"; "required": false; "isSignal": true; }; "zTooltip": { "alias": "zTooltip"; "required": false; "isSignal": true; }; "zTriggerElement": { "alias": "zTriggerElement"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|