prlg-ui 1.8.238 → 1.8.239

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
@@ -135,6 +135,8 @@ import { SelectTriggerProps } from 'reka-ui';
135
135
  import { SelectValueProps } from 'reka-ui';
136
136
  import { SelectViewportProps } from 'reka-ui';
137
137
  import { SortingState } from '@tanstack/vue-table';
138
+ import { SwitchRootProps } from 'reka-ui';
139
+ import { SwitchThumbProps } from 'reka-ui';
138
140
  import { TabsContent } from 'reka-ui';
139
141
  import { TabsIndicator } from 'reka-ui';
140
142
  import { TabsListProps } from 'reka-ui';
@@ -500,6 +502,12 @@ declare const __VLS_component_61: DefineComponent<SelectTriggerProps, {}, {}, {}
500
502
 
501
503
  declare const __VLS_component_62: DefineComponent<SelectViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
502
504
 
505
+ declare const __VLS_component_63: DefineComponent<SwitchRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
506
+ "update:modelValue": (payload: boolean) => any;
507
+ }, string, PublicProps, Readonly<SwitchRootProps> & Readonly<{
508
+ "onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
509
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
510
+
503
511
  declare const __VLS_component_7: DefineComponent<IAlertDialogCancelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogCancelProps> & Readonly<{}>, {
504
512
  size: ButtonSize;
505
513
  variant: ButtonVariant;
@@ -1098,6 +1106,15 @@ declare function __VLS_template_62(): {
1098
1106
  rootEl: any;
1099
1107
  };
1100
1108
 
1109
+ declare function __VLS_template_63(): {
1110
+ attrs: Partial<{}>;
1111
+ slots: {
1112
+ default?(_: {}): any;
1113
+ };
1114
+ refs: {};
1115
+ rootEl: any;
1116
+ };
1117
+
1101
1118
  declare function __VLS_template_7(): {
1102
1119
  attrs: Partial<{}>;
1103
1120
  slots: {
@@ -1243,6 +1260,8 @@ declare type __VLS_TemplateResult_61 = ReturnType<typeof __VLS_template_61>;
1243
1260
 
1244
1261
  declare type __VLS_TemplateResult_62 = ReturnType<typeof __VLS_template_62>;
1245
1262
 
1263
+ declare type __VLS_TemplateResult_63 = ReturnType<typeof __VLS_template_63>;
1264
+
1246
1265
  declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
1247
1266
 
1248
1267
  declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
@@ -1603,6 +1622,12 @@ declare type __VLS_WithTemplateSlots_62<T, S> = T & {
1603
1622
  };
1604
1623
  };
1605
1624
 
1625
+ declare type __VLS_WithTemplateSlots_63<T, S> = T & {
1626
+ new (): {
1627
+ $slots: S;
1628
+ };
1629
+ };
1630
+
1606
1631
  declare type __VLS_WithTemplateSlots_7<T, S> = T & {
1607
1632
  new (): {
1608
1633
  $slots: S;
@@ -2200,6 +2225,10 @@ export declare const SelectViewport: __VLS_WithTemplateSlots_62<typeof __VLS_com
2200
2225
 
2201
2226
  export declare const Spinner: DefineComponent<ISpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2202
2227
 
2228
+ export declare const SwitchRoot: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
2229
+
2230
+ export declare const SwitchThumb: DefineComponent<SwitchThumbProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2231
+
2203
2232
  export { TabsContent }
2204
2233
 
2205
2234
  export { TabsIndicator }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.238",
4
+ "version": "1.8.239",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",