prlg-ui 1.8.387 → 1.8.389
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/dist/prlg-ui.css +1 -1
- package/dist/reka-ui/index.cjs.js +5 -5
- package/dist/reka-ui/index.es.js +4701 -4735
- package/dist/rekaUI.d.ts +25 -25
- package/package.json +2 -2
package/dist/rekaUI.d.ts
CHANGED
|
@@ -246,10 +246,10 @@ readonly asChild?: boolean | undefined;
|
|
|
246
246
|
readonly as?: (AsTag | Component) | undefined;
|
|
247
247
|
readonly disableOutsidePointerEvents?: boolean | undefined;
|
|
248
248
|
readonly onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
249
|
+
readonly onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
249
250
|
readonly onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
250
251
|
readonly onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
251
252
|
readonly onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
252
|
-
readonly onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
253
253
|
readonly onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
254
254
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
255
255
|
$attrs: {
|
|
@@ -264,21 +264,21 @@ $slots: Readonly<{
|
|
|
264
264
|
$root: ComponentPublicInstance | null;
|
|
265
265
|
$parent: ComponentPublicInstance | null;
|
|
266
266
|
$host: Element | null;
|
|
267
|
-
$emit: ((event: "escapeKeyDown", event: KeyboardEvent) => void) & ((event: "
|
|
267
|
+
$emit: ((event: "escapeKeyDown", event: KeyboardEvent) => void) & ((event: "openAutoFocus", event: Event) => void) & ((event: "pointerDownOutside", event: PointerDownOutsideEvent) => void) & ((event: "focusOutside", event: FocusOutsideEvent) => void) & ((event: "interactOutside", event: PointerDownOutsideEvent | FocusOutsideEvent) => void) & ((event: "closeAutoFocus", event: Event) => void);
|
|
268
268
|
$el: any;
|
|
269
269
|
$options: ComponentOptionsBase<Readonly<IDialogContentProps> & Readonly<{
|
|
270
270
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
271
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
271
272
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
272
273
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
273
274
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
274
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
275
275
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
276
276
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
277
277
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
278
|
+
openAutoFocus: (event: Event) => any;
|
|
278
279
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
279
280
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
280
281
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
281
|
-
openAutoFocus: (event: Event) => any;
|
|
282
282
|
closeAutoFocus: (event: Event) => any;
|
|
283
283
|
}, string, {
|
|
284
284
|
width: number;
|
|
@@ -310,10 +310,10 @@ position: "right" | "top" | "left" | "bottom";
|
|
|
310
310
|
closeButton: IDrawerCloseProps;
|
|
311
311
|
}> & Omit<Readonly<IDialogContentProps> & Readonly<{
|
|
312
312
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
313
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
313
314
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
314
315
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
315
316
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
316
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
317
317
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
318
318
|
}>, "width" | "position" | "closeButton"> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
319
319
|
$slots: {
|
|
@@ -431,17 +431,17 @@ declare const __VLS_component_41: DefineComponent<DateRangePickerTriggerProps, {
|
|
|
431
431
|
|
|
432
432
|
declare const __VLS_component_42: DefineComponent<IDialogContentProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
433
433
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
434
|
+
openAutoFocus: (event: Event) => any;
|
|
434
435
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
435
436
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
436
437
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
437
|
-
openAutoFocus: (event: Event) => any;
|
|
438
438
|
closeAutoFocus: (event: Event) => any;
|
|
439
439
|
}, string, PublicProps, Readonly<IDialogContentProps_2> & Readonly<{
|
|
440
440
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
441
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
441
442
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
442
443
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
443
444
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
444
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
445
445
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
446
446
|
}>, {
|
|
447
447
|
width: number;
|
|
@@ -479,18 +479,18 @@ onSelect?: ((event: Event) => any) | undefined;
|
|
|
479
479
|
|
|
480
480
|
declare const __VLS_component_48: DefineComponent<IDropdownMenuSubContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
481
481
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
482
|
+
openAutoFocus: (event: Event) => any;
|
|
482
483
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
483
484
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
484
485
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
485
|
-
openAutoFocus: (event: Event) => any;
|
|
486
486
|
closeAutoFocus: (event: Event) => any;
|
|
487
487
|
entryFocus: (event: Event) => any;
|
|
488
488
|
}, string, PublicProps, Readonly<IDropdownMenuSubContentProps> & Readonly<{
|
|
489
489
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
490
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
490
491
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
491
492
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
492
493
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
493
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
494
494
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
495
495
|
onEntryFocus?: ((event: Event) => any) | undefined;
|
|
496
496
|
}>, {
|
|
@@ -511,17 +511,17 @@ declare const __VLS_component_50: DefineComponent<DialogRootProps, {}, {}, {}, {
|
|
|
511
511
|
|
|
512
512
|
declare const __VLS_component_51: DefineComponent<IDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
513
513
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
514
|
+
openAutoFocus: (event: Event) => any;
|
|
514
515
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
515
516
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
516
517
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
517
|
-
openAutoFocus: (event: Event) => any;
|
|
518
518
|
closeAutoFocus: (event: Event) => any;
|
|
519
519
|
}, string, PublicProps, Readonly<IDialogContentProps> & Readonly<{
|
|
520
520
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
521
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
521
522
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
522
523
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
523
524
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
524
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
525
525
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
526
526
|
}>, {
|
|
527
527
|
width: number;
|
|
@@ -589,17 +589,17 @@ declare const __VLS_component_60: DefineComponent<PaginationListItemProps, {}, {
|
|
|
589
589
|
|
|
590
590
|
declare const __VLS_component_61: DefineComponent<IPopoverContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
591
591
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
592
|
+
openAutoFocus: (event: Event) => any;
|
|
592
593
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
593
594
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
594
595
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
595
|
-
openAutoFocus: (event: Event) => any;
|
|
596
596
|
closeAutoFocus: (event: Event) => any;
|
|
597
597
|
}, string, PublicProps, Readonly<IPopoverContentProps> & Readonly<{
|
|
598
598
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
599
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
599
600
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
600
601
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
601
602
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
602
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
603
603
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
604
604
|
}>, {
|
|
605
605
|
width: number;
|
|
@@ -927,8 +927,8 @@ hasPrev: () => boolean;
|
|
|
927
927
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
928
928
|
"update:modelValue": (payload: number | undefined) => any;
|
|
929
929
|
}, PublicProps, {
|
|
930
|
-
orientation: "horizontal" | "vertical";
|
|
931
930
|
defaultValue: number;
|
|
931
|
+
orientation: "horizontal" | "vertical";
|
|
932
932
|
linear: boolean;
|
|
933
933
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
934
934
|
P: {};
|
|
@@ -952,8 +952,8 @@ isLastStep: ComputedRef<boolean>;
|
|
|
952
952
|
hasNext: () => boolean;
|
|
953
953
|
hasPrev: () => boolean;
|
|
954
954
|
}, {}, {}, {}, {
|
|
955
|
-
orientation: "horizontal" | "vertical";
|
|
956
955
|
defaultValue: number;
|
|
956
|
+
orientation: "horizontal" | "vertical";
|
|
957
957
|
linear: boolean;
|
|
958
958
|
}>;
|
|
959
959
|
__isFragment?: never;
|
|
@@ -976,8 +976,8 @@ hasPrev: () => boolean;
|
|
|
976
976
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
977
977
|
"update:modelValue": (payload: number | undefined) => any;
|
|
978
978
|
}, string, {
|
|
979
|
-
orientation: "horizontal" | "vertical";
|
|
980
979
|
defaultValue: number;
|
|
980
|
+
orientation: "horizontal" | "vertical";
|
|
981
981
|
linear: boolean;
|
|
982
982
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
983
983
|
$slots: {
|
|
@@ -1108,8 +1108,8 @@ hasPrev: () => boolean;
|
|
|
1108
1108
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1109
1109
|
"update:modelValue": (payload: number | undefined) => any;
|
|
1110
1110
|
}, string, {
|
|
1111
|
-
orientation: "horizontal" | "vertical";
|
|
1112
1111
|
defaultValue: number;
|
|
1112
|
+
orientation: "horizontal" | "vertical";
|
|
1113
1113
|
linear: boolean;
|
|
1114
1114
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1115
1115
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -1132,8 +1132,8 @@ $forceUpdate: () => void;
|
|
|
1132
1132
|
$nextTick: nextTick;
|
|
1133
1133
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
1134
1134
|
} & Readonly<{
|
|
1135
|
-
orientation: "horizontal" | "vertical";
|
|
1136
1135
|
defaultValue: number;
|
|
1136
|
+
orientation: "horizontal" | "vertical";
|
|
1137
1137
|
linear: boolean;
|
|
1138
1138
|
}> & Omit<Readonly<StepperRootProps> & Readonly<{
|
|
1139
1139
|
"onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
|
|
@@ -1380,10 +1380,10 @@ declare function __VLS_template_12(): {
|
|
|
1380
1380
|
readonly as?: (AsTag | Component) | undefined;
|
|
1381
1381
|
readonly disableOutsidePointerEvents?: boolean | undefined;
|
|
1382
1382
|
readonly onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
1383
|
+
readonly onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
1383
1384
|
readonly onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
1384
1385
|
readonly onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
1385
1386
|
readonly onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
1386
|
-
readonly onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
1387
1387
|
readonly onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
1388
1388
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
1389
1389
|
$attrs: {
|
|
@@ -1398,21 +1398,21 @@ declare function __VLS_template_12(): {
|
|
|
1398
1398
|
$root: ComponentPublicInstance | null;
|
|
1399
1399
|
$parent: ComponentPublicInstance | null;
|
|
1400
1400
|
$host: Element | null;
|
|
1401
|
-
$emit: ((event: "escapeKeyDown", event: KeyboardEvent) => void) & ((event: "
|
|
1401
|
+
$emit: ((event: "escapeKeyDown", event: KeyboardEvent) => void) & ((event: "openAutoFocus", event: Event) => void) & ((event: "pointerDownOutside", event: PointerDownOutsideEvent) => void) & ((event: "focusOutside", event: FocusOutsideEvent) => void) & ((event: "interactOutside", event: PointerDownOutsideEvent | FocusOutsideEvent) => void) & ((event: "closeAutoFocus", event: Event) => void);
|
|
1402
1402
|
$el: any;
|
|
1403
1403
|
$options: ComponentOptionsBase<Readonly<IDialogContentProps> & Readonly<{
|
|
1404
1404
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
1405
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
1405
1406
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
1406
1407
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
1407
1408
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
1408
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
1409
1409
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
1410
1410
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1411
1411
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
1412
|
+
openAutoFocus: (event: Event) => any;
|
|
1412
1413
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
1413
1414
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
1414
1415
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
1415
|
-
openAutoFocus: (event: Event) => any;
|
|
1416
1416
|
closeAutoFocus: (event: Event) => any;
|
|
1417
1417
|
}, string, {
|
|
1418
1418
|
width: number;
|
|
@@ -1444,10 +1444,10 @@ declare function __VLS_template_12(): {
|
|
|
1444
1444
|
closeButton: IDrawerCloseProps;
|
|
1445
1445
|
}> & Omit<Readonly<IDialogContentProps> & Readonly<{
|
|
1446
1446
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
1447
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
1447
1448
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
1448
1449
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
1449
1450
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
1450
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
1451
1451
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
1452
1452
|
}>, "width" | "position" | "closeButton"> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
1453
1453
|
$slots: {
|
|
@@ -2404,8 +2404,8 @@ declare function __VLS_template_85(): {
|
|
|
2404
2404
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2405
2405
|
"update:modelValue": (payload: number | undefined) => any;
|
|
2406
2406
|
}, string, {
|
|
2407
|
-
orientation: "horizontal" | "vertical";
|
|
2408
2407
|
defaultValue: number;
|
|
2408
|
+
orientation: "horizontal" | "vertical";
|
|
2409
2409
|
linear: boolean;
|
|
2410
2410
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
2411
2411
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -2428,8 +2428,8 @@ declare function __VLS_template_85(): {
|
|
|
2428
2428
|
$nextTick: nextTick;
|
|
2429
2429
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
2430
2430
|
} & Readonly<{
|
|
2431
|
-
orientation: "horizontal" | "vertical";
|
|
2432
2431
|
defaultValue: number;
|
|
2432
|
+
orientation: "horizontal" | "vertical";
|
|
2433
2433
|
linear: boolean;
|
|
2434
2434
|
}> & Omit<Readonly<StepperRootProps> & Readonly<{
|
|
2435
2435
|
"onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prlg-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.389",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/prlg-ui.umd.js",
|
|
7
7
|
"module": "dist/prlg-ui.es.js",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"@tanstack/vue-table": "^8.21.3",
|
|
104
104
|
"@tanstack/vue-virtual": "^3.13.12",
|
|
105
105
|
"@vueuse/core": "^13.9.0",
|
|
106
|
-
"reka-ui": "^2.
|
|
106
|
+
"reka-ui": "^2.7.0"
|
|
107
107
|
},
|
|
108
108
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
109
109
|
}
|