prlg-ui 1.8.400 → 1.8.401
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 +2549 -2410
- package/dist/rekaUI.d.ts +40 -3
- package/package.json +1 -1
package/dist/rekaUI.d.ts
CHANGED
|
@@ -981,10 +981,10 @@ width: number;
|
|
|
981
981
|
|
|
982
982
|
declare const __VLS_component_80: DefineComponent<ISelectItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
983
983
|
|
|
984
|
-
declare const __VLS_component_81: DefineComponent<
|
|
984
|
+
declare const __VLS_component_81: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
985
985
|
"update:modelValue": (value: AcceptableValue) => any;
|
|
986
986
|
"update:open": (value: boolean) => any;
|
|
987
|
-
}, string, PublicProps, Readonly<
|
|
987
|
+
}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{
|
|
988
988
|
"onUpdate:modelValue"?: ((value: AcceptableValue) => any) | undefined;
|
|
989
989
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
990
990
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -1346,7 +1346,9 @@ declare type __VLS_Props_18 = {
|
|
|
1346
1346
|
size?: 'small' | 'default' | 'large';
|
|
1347
1347
|
};
|
|
1348
1348
|
|
|
1349
|
-
declare type __VLS_Props_19 =
|
|
1349
|
+
declare type __VLS_Props_19 = {
|
|
1350
|
+
placeholder?: string;
|
|
1351
|
+
};
|
|
1350
1352
|
|
|
1351
1353
|
declare type __VLS_Props_2 = {
|
|
1352
1354
|
value?: string | number;
|
|
@@ -1354,6 +1356,8 @@ declare type __VLS_Props_2 = {
|
|
|
1354
1356
|
strong?: boolean;
|
|
1355
1357
|
};
|
|
1356
1358
|
|
|
1359
|
+
declare type __VLS_Props_20 = SelectRootProps;
|
|
1360
|
+
|
|
1357
1361
|
declare type __VLS_Props_3 = {
|
|
1358
1362
|
items: MenuItem[];
|
|
1359
1363
|
};
|
|
@@ -1404,6 +1408,10 @@ declare type __VLS_PublicProps_10 = {
|
|
|
1404
1408
|
modelValue: TShedule | null;
|
|
1405
1409
|
} & __VLS_Props_18;
|
|
1406
1410
|
|
|
1411
|
+
declare type __VLS_PublicProps_11 = {
|
|
1412
|
+
modelValue?: TShedule | null;
|
|
1413
|
+
} & __VLS_Props_19;
|
|
1414
|
+
|
|
1407
1415
|
declare type __VLS_PublicProps_2 = {
|
|
1408
1416
|
modelValue?: string | boolean | any | null | any[];
|
|
1409
1417
|
} & __VLS_Props_5;
|
|
@@ -4163,6 +4171,35 @@ export declare const Schedule: DefineComponent<__VLS_PublicProps_10, {}, {}, {},
|
|
|
4163
4171
|
"onUpdate:modelValue"?: ((value: Partial<Record<TDayWeek, TDaySchedule>> | null) => any) | undefined;
|
|
4164
4172
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
4165
4173
|
|
|
4174
|
+
export declare const ScheduleMobile: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4175
|
+
"update:modelValue": (value: Partial<Record<TDayWeek, TDaySchedule>> | null) => any;
|
|
4176
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
|
|
4177
|
+
"onUpdate:modelValue"?: ((value: Partial<Record<TDayWeek, TDaySchedule>> | null) => any) | undefined;
|
|
4178
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
4179
|
+
scheduleMobileModal: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4180
|
+
modelValue?: TShedule | null;
|
|
4181
|
+
}> & Readonly<{
|
|
4182
|
+
"onUpdate:modelValue"?: ((value: Partial<Record<TDayWeek, TDaySchedule>> | null) => any) | undefined;
|
|
4183
|
+
}>, {
|
|
4184
|
+
open: () => void;
|
|
4185
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4186
|
+
"update:modelValue": (value: Partial<Record<TDayWeek, TDaySchedule>> | null) => any;
|
|
4187
|
+
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
4188
|
+
P: {};
|
|
4189
|
+
B: {};
|
|
4190
|
+
D: {};
|
|
4191
|
+
C: {};
|
|
4192
|
+
M: {};
|
|
4193
|
+
Defaults: {};
|
|
4194
|
+
}, Readonly<{
|
|
4195
|
+
modelValue?: TShedule | null;
|
|
4196
|
+
}> & Readonly<{
|
|
4197
|
+
"onUpdate:modelValue"?: ((value: Partial<Record<TDayWeek, TDaySchedule>> | null) => any) | undefined;
|
|
4198
|
+
}>, {
|
|
4199
|
+
open: () => void;
|
|
4200
|
+
}, {}, {}, {}, {}> | null;
|
|
4201
|
+
}, HTMLDivElement>;
|
|
4202
|
+
|
|
4166
4203
|
export declare const ScrollAreaRoot: __VLS_WithTemplateSlots_77<typeof __VLS_component_77, __VLS_TemplateResult_77["slots"]>;
|
|
4167
4204
|
|
|
4168
4205
|
export declare const ScrollAreaScrollbar: DefineComponent<ScrollAreaScrollbarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollAreaScrollbarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|