prlg-ui 1.8.251 → 1.8.253

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,13 @@ 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<SelectViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
667
+
668
+ declare const __VLS_component_66: DefineComponent<SwitchRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
667
669
  "update:modelValue": (payload: boolean) => any;
668
670
  }, string, PublicProps, Readonly<SwitchRootProps> & Readonly<{
669
671
  "onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
@@ -1428,6 +1430,15 @@ declare function __VLS_template_65(): {
1428
1430
  rootEl: any;
1429
1431
  };
1430
1432
 
1433
+ declare function __VLS_template_66(): {
1434
+ attrs: Partial<{}>;
1435
+ slots: {
1436
+ default?(_: {}): any;
1437
+ };
1438
+ refs: {};
1439
+ rootEl: any;
1440
+ };
1441
+
1431
1442
  declare function __VLS_template_7(): {
1432
1443
  attrs: Partial<{}>;
1433
1444
  slots: {
@@ -1579,6 +1590,8 @@ declare type __VLS_TemplateResult_64 = ReturnType<typeof __VLS_template_64>;
1579
1590
 
1580
1591
  declare type __VLS_TemplateResult_65 = ReturnType<typeof __VLS_template_65>;
1581
1592
 
1593
+ declare type __VLS_TemplateResult_66 = ReturnType<typeof __VLS_template_66>;
1594
+
1582
1595
  declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
1583
1596
 
1584
1597
  declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
@@ -1957,6 +1970,12 @@ declare type __VLS_WithTemplateSlots_65<T, S> = T & {
1957
1970
  };
1958
1971
  };
1959
1972
 
1973
+ declare type __VLS_WithTemplateSlots_66<T, S> = T & {
1974
+ new (): {
1975
+ $slots: S;
1976
+ };
1977
+ };
1978
+
1960
1979
  declare type __VLS_WithTemplateSlots_7<T, S> = T & {
1961
1980
  new (): {
1962
1981
  $slots: S;
@@ -2554,7 +2573,7 @@ export { SelectGroup }
2554
2573
 
2555
2574
  export { SelectIcon }
2556
2575
 
2557
- export declare const SelectItem: DefineComponent<ISelectItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2576
+ export declare const SelectItem: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
2558
2577
 
2559
2578
  export { SelectItemIndicator }
2560
2579
 
@@ -2572,19 +2591,19 @@ export { SelectScrollUpButton }
2572
2591
 
2573
2592
  export declare const SelectSeparator: DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2574
2593
 
2575
- export declare const SelectTrigger: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
2594
+ export declare const SelectTrigger: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
2576
2595
 
2577
2596
  export declare const SelectValue: DefineComponent<ISelectValueProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectValueProps> & Readonly<{}>, {
2578
2597
  maxSelectedLabels: number;
2579
2598
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2580
2599
 
2581
- export declare const SelectViewport: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
2600
+ export declare const SelectViewport: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
2582
2601
 
2583
2602
  export declare const Spinner: DefineComponent<ISpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2584
2603
 
2585
2604
  declare type StringOrVNode = string | VNode | (() => VNode);
2586
2605
 
2587
- export declare const SwitchRoot: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
2606
+ export declare const SwitchRoot: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, __VLS_TemplateResult_66["slots"]>;
2588
2607
 
2589
2608
  export declare const SwitchThumb: DefineComponent<SwitchThumbProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2590
2609
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.251",
4
+ "version": "1.8.253",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",