@shival99/z-ui 1.1.0 → 1.1.2
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-popover.mjs +15 -1
- package/fesm2022/shival99-z-ui-components-z-popover.mjs.map +1 -1
- package/fesm2022/shival99-z-ui-components-z-table.mjs +29 -2
- package/fesm2022/shival99-z-ui-components-z-table.mjs.map +1 -1
- package/package.json +1 -1
- package/types/shival99-z-ui-components-z-calendar.d.ts +4 -4
- package/types/shival99-z-ui-components-z-input.d.ts +2 -2
- package/types/shival99-z-ui-components-z-popover.d.ts +3 -0
- package/types/shival99-z-ui-components-z-select.d.ts +1 -1
- package/types/shival99-z-ui-components-z-table.d.ts +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shival99/z-ui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
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",
|
|
@@ -286,16 +286,16 @@ declare class ZCalendarComponent implements OnInit, ControlValueAccessor {
|
|
|
286
286
|
|
|
287
287
|
declare const zCalendarVariants: (props?: ({
|
|
288
288
|
zSize?: "sm" | "default" | "lg" | null | undefined;
|
|
289
|
-
zStatus?: "default" | "disabled" | "
|
|
289
|
+
zStatus?: "default" | "disabled" | "readonly" | "open" | "error" | null | undefined;
|
|
290
290
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
291
291
|
declare const zCalendarDayVariants: (props?: ({
|
|
292
|
-
state?: "default" | "today" | "selected" | "inRange" | "rangeStart" | "rangeEnd" | "rangeSingle" | "
|
|
292
|
+
state?: "default" | "disabled" | "today" | "selected" | "inRange" | "rangeStart" | "rangeEnd" | "rangeSingle" | "otherMonth" | "hovered" | null | undefined;
|
|
293
293
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
294
294
|
declare const zCalendarMonthVariants: (props?: ({
|
|
295
|
-
state?: "default" | "
|
|
295
|
+
state?: "default" | "disabled" | "selected" | "current" | null | undefined;
|
|
296
296
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
297
297
|
declare const zCalendarYearVariants: (props?: ({
|
|
298
|
-
state?: "default" | "
|
|
298
|
+
state?: "default" | "disabled" | "selected" | "current" | null | undefined;
|
|
299
299
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
300
300
|
|
|
301
301
|
export { ZCalendarComponent, zCalendarDayVariants, zCalendarMonthVariants, zCalendarVariants, zCalendarYearVariants };
|
|
@@ -178,11 +178,11 @@ declare class ZInputComponent implements OnInit, ControlValueAccessor {
|
|
|
178
178
|
|
|
179
179
|
declare const zInputVariants: (props?: ({
|
|
180
180
|
zSize?: "sm" | "default" | "lg" | null | undefined;
|
|
181
|
-
zStatus?: "default" | "
|
|
181
|
+
zStatus?: "default" | "error" | "disabled" | "readonly" | null | undefined;
|
|
182
182
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
183
183
|
type ZInputVariants = VariantProps<typeof zInputVariants>;
|
|
184
184
|
declare const zTextareaVariants: (props?: ({
|
|
185
|
-
zStatus?: "default" | "
|
|
185
|
+
zStatus?: "default" | "error" | "disabled" | "readonly" | null | undefined;
|
|
186
186
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
187
187
|
type ZTextareaVariants = VariantProps<typeof zTextareaVariants>;
|
|
188
188
|
|
|
@@ -99,6 +99,8 @@ declare class ZPopoverDirective implements OnInit, OnDestroy {
|
|
|
99
99
|
private _positionSubscription;
|
|
100
100
|
private _scrollSubscription;
|
|
101
101
|
private _resizeObserver;
|
|
102
|
+
private _hideTimeout;
|
|
103
|
+
private readonly _isDestroyed;
|
|
102
104
|
private readonly _isVisible;
|
|
103
105
|
ngOnInit(): void;
|
|
104
106
|
private _emitControl;
|
|
@@ -120,6 +122,7 @@ declare class ZPopoverDirective implements OnInit, OnDestroy {
|
|
|
120
122
|
private _setupResizeObserver;
|
|
121
123
|
private _setupPopoverHover;
|
|
122
124
|
private _hidePopover;
|
|
125
|
+
private _clearHideTimeout;
|
|
123
126
|
private _cleanupListeners;
|
|
124
127
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ZPopoverDirective, never>;
|
|
125
128
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ZPopoverDirective, "[z-popover]", ["zPopover"], { "zContent": { "alias": "zPopoverContent"; "required": false; "isSignal": true; }; "zPosition": { "alias": "zPosition"; "required": false; "isSignal": true; }; "zTrigger": { "alias": "zTrigger"; "required": false; "isSignal": true; }; "zClass": { "alias": "zClass"; "required": false; "isSignal": true; }; "zShowDelay": { "alias": "zShowDelay"; "required": false; "isSignal": true; }; "zHideDelay": { "alias": "zHideDelay"; "required": false; "isSignal": true; }; "zDisabled": { "alias": "zDisabled"; "required": false; "isSignal": true; }; "zOffset": { "alias": "zOffset"; "required": false; "isSignal": true; }; "zPopoverWidth": { "alias": "zPopoverWidth"; "required": false; "isSignal": true; }; "zManualClose": { "alias": "zManualClose"; "required": false; "isSignal": true; }; "zScrollClose": { "alias": "zScrollClose"; "required": false; "isSignal": true; }; "zShowArrow": { "alias": "zShowArrow"; "required": false; "isSignal": true; }; }, { "zShow": "zShow"; "zHide": "zHide"; "zHideStart": "zHideStart"; "zControl": "zControl"; }, never, never, true, never>;
|
|
@@ -256,7 +256,7 @@ declare class ZTagClassesPipe implements PipeTransform {
|
|
|
256
256
|
|
|
257
257
|
declare const zSelectVariants: (props?: ({
|
|
258
258
|
zSize?: "sm" | "default" | "lg" | null | undefined;
|
|
259
|
-
zStatus?: "default" | "
|
|
259
|
+
zStatus?: "default" | "disabled" | "readonly" | "open" | "error" | null | undefined;
|
|
260
260
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
261
261
|
declare const zSelectTagVariants: (props?: ({
|
|
262
262
|
zSize?: "sm" | "default" | "lg" | null | undefined;
|
|
@@ -315,6 +315,7 @@ declare class ZTableComponent<T> implements AfterViewInit {
|
|
|
315
315
|
private readonly _tanstackPagination;
|
|
316
316
|
protected readonly hasVerticalScroll: _angular_core.WritableSignal<boolean>;
|
|
317
317
|
protected readonly hasHorizontalScroll: _angular_core.WritableSignal<boolean>;
|
|
318
|
+
protected readonly lastRowTouchesBottom: _angular_core.WritableSignal<boolean>;
|
|
318
319
|
protected readonly showSettingsDrawer: _angular_core.WritableSignal<boolean>;
|
|
319
320
|
protected readonly showHorizontalBorder: _angular_core.WritableSignal<boolean>;
|
|
320
321
|
protected readonly showVerticalBorder: _angular_core.WritableSignal<boolean>;
|
|
@@ -374,6 +375,7 @@ declare class ZTableComponent<T> implements AfterViewInit {
|
|
|
374
375
|
private _runAsyncStateUpdate;
|
|
375
376
|
private _emitFilterChangeDebounced;
|
|
376
377
|
private _checkVerticalScroll;
|
|
378
|
+
private _checkLastRowTouchesBottom;
|
|
377
379
|
private _checkHorizontalScroll;
|
|
378
380
|
private _updateScrollShadowState;
|
|
379
381
|
hasRightPinnedColumns(): boolean;
|