prlg-ui 1.8.252 → 1.8.254

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/rekaUI.d.ts CHANGED
@@ -659,11 +659,17 @@ onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
659
659
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
660
660
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
661
661
 
662
- declare const __VLS_component_63: DefineComponent<SelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
662
+ declare const __VLS_component_63: DefineComponent<ISelectItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
663
663
 
664
- declare const __VLS_component_64: DefineComponent<SelectViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
664
+ declare const __VLS_component_64: DefineComponent<SelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
665
665
 
666
- declare const __VLS_component_65: DefineComponent<SwitchRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
666
+ declare const __VLS_component_65: DefineComponent<ISelectValueProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectValueProps> & Readonly<{}>, {
667
+ maxSelectedLabels: number;
668
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
669
+
670
+ declare const __VLS_component_66: DefineComponent<SelectViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
671
+
672
+ declare const __VLS_component_67: DefineComponent<SwitchRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
667
673
  "update:modelValue": (payload: boolean) => any;
668
674
  }, string, PublicProps, Readonly<SwitchRootProps> & Readonly<{
669
675
  "onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
@@ -1428,6 +1434,24 @@ declare function __VLS_template_65(): {
1428
1434
  rootEl: any;
1429
1435
  };
1430
1436
 
1437
+ declare function __VLS_template_66(): {
1438
+ attrs: Partial<{}>;
1439
+ slots: {
1440
+ default?(_: {}): any;
1441
+ };
1442
+ refs: {};
1443
+ rootEl: any;
1444
+ };
1445
+
1446
+ declare function __VLS_template_67(): {
1447
+ attrs: Partial<{}>;
1448
+ slots: {
1449
+ default?(_: {}): any;
1450
+ };
1451
+ refs: {};
1452
+ rootEl: any;
1453
+ };
1454
+
1431
1455
  declare function __VLS_template_7(): {
1432
1456
  attrs: Partial<{}>;
1433
1457
  slots: {
@@ -1579,6 +1603,10 @@ declare type __VLS_TemplateResult_64 = ReturnType<typeof __VLS_template_64>;
1579
1603
 
1580
1604
  declare type __VLS_TemplateResult_65 = ReturnType<typeof __VLS_template_65>;
1581
1605
 
1606
+ declare type __VLS_TemplateResult_66 = ReturnType<typeof __VLS_template_66>;
1607
+
1608
+ declare type __VLS_TemplateResult_67 = ReturnType<typeof __VLS_template_67>;
1609
+
1582
1610
  declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
1583
1611
 
1584
1612
  declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
@@ -1957,6 +1985,18 @@ declare type __VLS_WithTemplateSlots_65<T, S> = T & {
1957
1985
  };
1958
1986
  };
1959
1987
 
1988
+ declare type __VLS_WithTemplateSlots_66<T, S> = T & {
1989
+ new (): {
1990
+ $slots: S;
1991
+ };
1992
+ };
1993
+
1994
+ declare type __VLS_WithTemplateSlots_67<T, S> = T & {
1995
+ new (): {
1996
+ $slots: S;
1997
+ };
1998
+ };
1999
+
1960
2000
  declare type __VLS_WithTemplateSlots_7<T, S> = T & {
1961
2001
  new (): {
1962
2002
  $slots: S;
@@ -2554,7 +2594,7 @@ export { SelectGroup }
2554
2594
 
2555
2595
  export { SelectIcon }
2556
2596
 
2557
- export declare const SelectItem: DefineComponent<ISelectItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2597
+ export declare const SelectItem: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
2558
2598
 
2559
2599
  export { SelectItemIndicator }
2560
2600
 
@@ -2572,19 +2612,17 @@ export { SelectScrollUpButton }
2572
2612
 
2573
2613
  export declare const SelectSeparator: DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2574
2614
 
2575
- export declare const SelectTrigger: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
2615
+ export declare const SelectTrigger: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
2576
2616
 
2577
- export declare const SelectValue: DefineComponent<ISelectValueProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectValueProps> & Readonly<{}>, {
2578
- maxSelectedLabels: number;
2579
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2617
+ export declare const SelectValue: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
2580
2618
 
2581
- export declare const SelectViewport: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
2619
+ export declare const SelectViewport: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, __VLS_TemplateResult_66["slots"]>;
2582
2620
 
2583
2621
  export declare const Spinner: DefineComponent<ISpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2584
2622
 
2585
2623
  declare type StringOrVNode = string | VNode | (() => VNode);
2586
2624
 
2587
- export declare const SwitchRoot: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
2625
+ export declare const SwitchRoot: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, __VLS_TemplateResult_67["slots"]>;
2588
2626
 
2589
2627
  export declare const SwitchThumb: DefineComponent<SwitchThumbProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2590
2628
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.252",
4
+ "version": "1.8.254",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",