prlg-ui 1.8.303 → 1.8.304

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
@@ -117,6 +117,14 @@ import { FunctionalComponent } from 'vue';
117
117
  import { GlobalComponents } from 'vue';
118
118
  import { GlobalDirectives } from 'vue';
119
119
  import { LabelProps } from 'reka-ui';
120
+ import { ListboxContent } from 'reka-ui';
121
+ import { ListboxFilter } from 'reka-ui';
122
+ import { ListboxGroup } from 'reka-ui';
123
+ import { ListboxGroupLabel } from 'reka-ui';
124
+ import { ListboxItem } from 'reka-ui';
125
+ import { ListboxItemIndicator } from 'reka-ui';
126
+ import { ListboxRoot } from 'reka-ui';
127
+ import { ListboxVirtualizer } from 'reka-ui';
120
128
  import { LooseRequired } from '@vue/shared';
121
129
  import { MaybeRefOrGetter } from 'vue';
122
130
  import { MethodOptions } from 'vue';
@@ -172,6 +180,8 @@ import { SelectViewportProps } from 'reka-ui';
172
180
  import { ShallowUnwrapRef } from 'vue';
173
181
  import { Slot } from 'vue';
174
182
  import { SortingState } from '@tanstack/vue-table';
183
+ import { StepperItemProps } from 'reka-ui';
184
+ import { StepperRootProps } from 'reka-ui';
175
185
  import { SwitchRootProps } from 'reka-ui';
176
186
  import { SwitchThumbProps } from 'reka-ui';
177
187
  import { TabsContent } from 'reka-ui';
@@ -721,7 +731,15 @@ maxSelectedLabels: number;
721
731
 
722
732
  declare const __VLS_component_72: DefineComponent<SelectViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
723
733
 
724
- declare const __VLS_component_73: DefineComponent<SwitchRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
734
+ declare const __VLS_component_73: DefineComponent<StepperItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StepperItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
735
+
736
+ declare const __VLS_component_74: DefineComponent<StepperRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
737
+ "update:modelValue": (payload: number | undefined) => any;
738
+ }, string, PublicProps, Readonly<StepperRootProps> & Readonly<{
739
+ "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
740
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
741
+
742
+ declare const __VLS_component_75: DefineComponent<SwitchRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
725
743
  "update:modelValue": (payload: boolean) => any;
726
744
  }, string, PublicProps, Readonly<SwitchRootProps> & Readonly<{
727
745
  "onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
@@ -1605,6 +1623,24 @@ declare function __VLS_template_73(): {
1605
1623
  rootEl: any;
1606
1624
  };
1607
1625
 
1626
+ declare function __VLS_template_74(): {
1627
+ attrs: Partial<{}>;
1628
+ slots: {
1629
+ default?(_: {}): any;
1630
+ };
1631
+ refs: {};
1632
+ rootEl: any;
1633
+ };
1634
+
1635
+ declare function __VLS_template_75(): {
1636
+ attrs: Partial<{}>;
1637
+ slots: {
1638
+ default?(_: {}): any;
1639
+ };
1640
+ refs: {};
1641
+ rootEl: any;
1642
+ };
1643
+
1608
1644
  declare function __VLS_template_8(): {
1609
1645
  attrs: Partial<{}>;
1610
1646
  slots: {
@@ -1765,6 +1801,10 @@ declare type __VLS_TemplateResult_72 = ReturnType<typeof __VLS_template_72>;
1765
1801
 
1766
1802
  declare type __VLS_TemplateResult_73 = ReturnType<typeof __VLS_template_73>;
1767
1803
 
1804
+ declare type __VLS_TemplateResult_74 = ReturnType<typeof __VLS_template_74>;
1805
+
1806
+ declare type __VLS_TemplateResult_75 = ReturnType<typeof __VLS_template_75>;
1807
+
1768
1808
  declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
1769
1809
 
1770
1810
  declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
@@ -2195,6 +2235,18 @@ declare type __VLS_WithTemplateSlots_73<T, S> = T & {
2195
2235
  };
2196
2236
  };
2197
2237
 
2238
+ declare type __VLS_WithTemplateSlots_74<T, S> = T & {
2239
+ new (): {
2240
+ $slots: S;
2241
+ };
2242
+ };
2243
+
2244
+ declare type __VLS_WithTemplateSlots_75<T, S> = T & {
2245
+ new (): {
2246
+ $slots: S;
2247
+ };
2248
+ };
2249
+
2198
2250
  declare type __VLS_WithTemplateSlots_8<T, S> = T & {
2199
2251
  new (): {
2200
2252
  $slots: S;
@@ -2912,6 +2964,22 @@ declare interface ITooltipContentProps extends TooltipContentProps {
2912
2964
 
2913
2965
  export declare const Label: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
2914
2966
 
2967
+ export { ListboxContent }
2968
+
2969
+ export { ListboxFilter }
2970
+
2971
+ export { ListboxGroup }
2972
+
2973
+ export { ListboxGroupLabel }
2974
+
2975
+ export { ListboxItem }
2976
+
2977
+ export { ListboxItemIndicator }
2978
+
2979
+ export { ListboxRoot }
2980
+
2981
+ export { ListboxVirtualizer }
2982
+
2915
2983
  declare interface LoadingElement extends HTMLElement {
2916
2984
  dataset: DOMStringMap & {
2917
2985
  loading?: string;
@@ -3030,9 +3098,13 @@ export declare const SelectViewport: __VLS_WithTemplateSlots_72<typeof __VLS_com
3030
3098
 
3031
3099
  export declare const Spinner: DefineComponent<ISpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3032
3100
 
3101
+ export declare const StepperItem: __VLS_WithTemplateSlots_73<typeof __VLS_component_73, __VLS_TemplateResult_73["slots"]>;
3102
+
3103
+ export declare const StepperRoot: __VLS_WithTemplateSlots_74<typeof __VLS_component_74, __VLS_TemplateResult_74["slots"]>;
3104
+
3033
3105
  declare type StringOrVNode = string | VNode | (() => VNode);
3034
3106
 
3035
- export declare const SwitchRoot: __VLS_WithTemplateSlots_73<typeof __VLS_component_73, __VLS_TemplateResult_73["slots"]>;
3107
+ export declare const SwitchRoot: __VLS_WithTemplateSlots_75<typeof __VLS_component_75, __VLS_TemplateResult_75["slots"]>;
3036
3108
 
3037
3109
  export declare const SwitchThumb: DefineComponent<SwitchThumbProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3038
3110
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.303",
4
+ "version": "1.8.304",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",