prlg-ui 1.8.388 → 1.8.390
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 +1 -1
- package/dist/reka-ui/index.es.js +459 -453
- package/dist/rekaUI.d.ts +44 -40
- package/package.json +1 -1
package/dist/rekaUI.d.ts
CHANGED
|
@@ -358,14 +358,14 @@ onChange?: ((value: string | number | boolean | any[] | null, event: Event) => a
|
|
|
358
358
|
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
359
359
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
360
360
|
|
|
361
|
-
declare const __VLS_component_21: DefineComponent<
|
|
361
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
362
362
|
"update:modelValue": (value: AcceptableValue) => any;
|
|
363
363
|
"update:open": (value: boolean) => any;
|
|
364
364
|
highlight: (payload: {
|
|
365
365
|
ref: HTMLElement;
|
|
366
366
|
value: AcceptableValue;
|
|
367
367
|
} | undefined) => any;
|
|
368
|
-
}, string, PublicProps, Readonly<
|
|
368
|
+
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
369
369
|
"onUpdate:modelValue"?: ((value: AcceptableValue) => any) | undefined;
|
|
370
370
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
371
371
|
onHighlight?: ((payload: {
|
|
@@ -453,7 +453,7 @@ declare const __VLS_component_43: DefineComponent<DialogDescriptionProps, {}, {}
|
|
|
453
453
|
|
|
454
454
|
declare const __VLS_component_44: DefineComponent<IDialogActionsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDialogActionsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
455
455
|
|
|
456
|
-
declare const __VLS_component_45: DefineComponent<
|
|
456
|
+
declare const __VLS_component_45: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
457
457
|
|
|
458
458
|
declare const __VLS_component_46: DefineComponent<IDropdownMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
459
459
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
@@ -535,7 +535,7 @@ declare const __VLS_component_53: DefineComponent< {}, {}, {}, {}, {}, Compon
|
|
|
535
535
|
|
|
536
536
|
declare const __VLS_component_54: DefineComponent<DialogTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
537
537
|
|
|
538
|
-
declare const __VLS_component_55: DefineComponent<
|
|
538
|
+
declare const __VLS_component_55: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
539
539
|
|
|
540
540
|
declare const __VLS_component_56: DefineComponent<LabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
541
541
|
|
|
@@ -888,10 +888,10 @@ declare const __VLS_component_8: DefineComponent<IAlertDialogContentProps, {}, {
|
|
|
888
888
|
width: number;
|
|
889
889
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
890
890
|
|
|
891
|
-
declare const __VLS_component_80: DefineComponent<
|
|
891
|
+
declare const __VLS_component_80: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
892
892
|
"update:modelValue": (value: AcceptableValue) => any;
|
|
893
893
|
"update:open": (value: boolean) => any;
|
|
894
|
-
}, string, PublicProps, Readonly<
|
|
894
|
+
}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
|
|
895
895
|
"onUpdate:modelValue"?: ((value: AcceptableValue) => any) | undefined;
|
|
896
896
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
897
897
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -1188,6 +1188,16 @@ declare type __VLS_Props = {
|
|
|
1188
1188
|
};
|
|
1189
1189
|
|
|
1190
1190
|
declare type __VLS_Props_10 = {
|
|
1191
|
+
file: string | IFile_2;
|
|
1192
|
+
viewName?: boolean;
|
|
1193
|
+
outlined?: boolean;
|
|
1194
|
+
removable?: boolean;
|
|
1195
|
+
size?: 'small' | 'default';
|
|
1196
|
+
viewInfo?: boolean;
|
|
1197
|
+
viewSize?: boolean;
|
|
1198
|
+
};
|
|
1199
|
+
|
|
1200
|
+
declare type __VLS_Props_11 = {
|
|
1191
1201
|
viewButtons?: boolean;
|
|
1192
1202
|
max?: number;
|
|
1193
1203
|
min?: number;
|
|
@@ -1202,9 +1212,9 @@ declare type __VLS_Props_10 = {
|
|
|
1202
1212
|
error?: boolean;
|
|
1203
1213
|
};
|
|
1204
1214
|
|
|
1205
|
-
declare type
|
|
1215
|
+
declare type __VLS_Props_12 = InputTextProps;
|
|
1206
1216
|
|
|
1207
|
-
declare type
|
|
1217
|
+
declare type __VLS_Props_13 = {
|
|
1208
1218
|
file: string | IFile;
|
|
1209
1219
|
alt?: string;
|
|
1210
1220
|
size?: "small" | "medium" | "large" | "full";
|
|
@@ -1212,9 +1222,9 @@ declare type __VLS_Props_12 = {
|
|
|
1212
1222
|
viewInfo?: boolean;
|
|
1213
1223
|
};
|
|
1214
1224
|
|
|
1215
|
-
declare type
|
|
1225
|
+
declare type __VLS_Props_14 = OTPCodeProps;
|
|
1216
1226
|
|
|
1217
|
-
declare type
|
|
1227
|
+
declare type __VLS_Props_15 = {
|
|
1218
1228
|
label?: string;
|
|
1219
1229
|
placeholder?: string;
|
|
1220
1230
|
name?: string;
|
|
@@ -1234,14 +1244,14 @@ declare type __VLS_Props_14 = {
|
|
|
1234
1244
|
minHeight?: string;
|
|
1235
1245
|
};
|
|
1236
1246
|
|
|
1237
|
-
declare type
|
|
1247
|
+
declare type __VLS_Props_16 = Props;
|
|
1238
1248
|
|
|
1239
|
-
declare type
|
|
1249
|
+
declare type __VLS_Props_17 = {
|
|
1240
1250
|
placeholder?: string;
|
|
1241
1251
|
size?: 'small' | 'default' | 'large';
|
|
1242
1252
|
};
|
|
1243
1253
|
|
|
1244
|
-
declare type
|
|
1254
|
+
declare type __VLS_Props_18 = SelectRootProps;
|
|
1245
1255
|
|
|
1246
1256
|
declare type __VLS_Props_2 = {
|
|
1247
1257
|
value?: string | number;
|
|
@@ -1254,6 +1264,10 @@ declare type __VLS_Props_3 = {
|
|
|
1254
1264
|
};
|
|
1255
1265
|
|
|
1256
1266
|
declare type __VLS_Props_4 = {
|
|
1267
|
+
zIndex?: number;
|
|
1268
|
+
};
|
|
1269
|
+
|
|
1270
|
+
declare type __VLS_Props_5 = {
|
|
1257
1271
|
label?: string;
|
|
1258
1272
|
value?: string | number | any;
|
|
1259
1273
|
trueValue?: string | boolean;
|
|
@@ -1268,18 +1282,18 @@ declare type __VLS_Props_4 = {
|
|
|
1268
1282
|
customId?: string;
|
|
1269
1283
|
};
|
|
1270
1284
|
|
|
1271
|
-
declare type
|
|
1285
|
+
declare type __VLS_Props_6 = ComboboxRootProps;
|
|
1272
1286
|
|
|
1273
|
-
declare type
|
|
1287
|
+
declare type __VLS_Props_7 = IDataTableProps;
|
|
1274
1288
|
|
|
1275
|
-
declare type
|
|
1289
|
+
declare type __VLS_Props_8 = {
|
|
1276
1290
|
layouts?: 'vertical' | 'horizontal';
|
|
1277
1291
|
type?: 'solid' | 'dashed' | 'dotted';
|
|
1278
1292
|
align?: 'left' | 'right' | 'center';
|
|
1279
1293
|
size?: number;
|
|
1280
1294
|
};
|
|
1281
1295
|
|
|
1282
|
-
declare type
|
|
1296
|
+
declare type __VLS_Props_9 = {
|
|
1283
1297
|
label?: string;
|
|
1284
1298
|
id?: string;
|
|
1285
1299
|
errorMessage?: string;
|
|
@@ -1287,53 +1301,43 @@ declare type __VLS_Props_8 = {
|
|
|
1287
1301
|
required?: boolean;
|
|
1288
1302
|
};
|
|
1289
1303
|
|
|
1290
|
-
declare type __VLS_Props_9 = {
|
|
1291
|
-
file: string | IFile_2;
|
|
1292
|
-
viewName?: boolean;
|
|
1293
|
-
outlined?: boolean;
|
|
1294
|
-
removable?: boolean;
|
|
1295
|
-
size?: 'small' | 'default';
|
|
1296
|
-
viewInfo?: boolean;
|
|
1297
|
-
viewSize?: boolean;
|
|
1298
|
-
};
|
|
1299
|
-
|
|
1300
1304
|
declare type __VLS_PublicProps = {
|
|
1301
1305
|
'open'?: boolean;
|
|
1302
|
-
};
|
|
1306
|
+
} & __VLS_Props_4;
|
|
1303
1307
|
|
|
1304
1308
|
declare type __VLS_PublicProps_2 = {
|
|
1305
1309
|
modelValue?: string | boolean | any | null | any[];
|
|
1306
|
-
} &
|
|
1310
|
+
} & __VLS_Props_5;
|
|
1307
1311
|
|
|
1308
1312
|
declare type __VLS_PublicProps_3 = {
|
|
1309
1313
|
'page'?: typeof __VLS_defaults['page'];
|
|
1310
1314
|
'rows'?: typeof __VLS_defaults['rows'];
|
|
1311
1315
|
'rowSelection'?: RowSelectionState;
|
|
1312
|
-
} &
|
|
1316
|
+
} & __VLS_Props_7;
|
|
1313
1317
|
|
|
1314
1318
|
declare type __VLS_PublicProps_4 = {
|
|
1315
1319
|
modelValue: number;
|
|
1316
|
-
} &
|
|
1320
|
+
} & __VLS_Props_11;
|
|
1317
1321
|
|
|
1318
1322
|
declare type __VLS_PublicProps_5 = {
|
|
1319
1323
|
modelValue?: string;
|
|
1320
|
-
} &
|
|
1324
|
+
} & __VLS_Props_12;
|
|
1321
1325
|
|
|
1322
1326
|
declare type __VLS_PublicProps_6 = {
|
|
1323
1327
|
modelValue?: string;
|
|
1324
|
-
} &
|
|
1328
|
+
} & __VLS_Props_14;
|
|
1325
1329
|
|
|
1326
1330
|
declare type __VLS_PublicProps_7 = {
|
|
1327
1331
|
modelValue?: string;
|
|
1328
|
-
} &
|
|
1332
|
+
} & __VLS_Props_15;
|
|
1329
1333
|
|
|
1330
1334
|
declare type __VLS_PublicProps_8 = {
|
|
1331
1335
|
modelValue?: TTimeValue | null;
|
|
1332
|
-
} &
|
|
1336
|
+
} & __VLS_Props_16;
|
|
1333
1337
|
|
|
1334
1338
|
declare type __VLS_PublicProps_9 = {
|
|
1335
1339
|
modelValue: TShedule | null;
|
|
1336
|
-
} &
|
|
1340
|
+
} & __VLS_Props_17;
|
|
1337
1341
|
|
|
1338
1342
|
declare function __VLS_template(): {
|
|
1339
1343
|
attrs: Partial<{}>;
|
|
@@ -3507,9 +3511,9 @@ export declare const DropdownMenuSubTrigger: __VLS_WithTemplateSlots_49<typeof _
|
|
|
3507
3511
|
|
|
3508
3512
|
export { DropdownMenuTrigger }
|
|
3509
3513
|
|
|
3510
|
-
declare const File_2: DefineComponent<
|
|
3514
|
+
declare const File_2: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3511
3515
|
remove: (file: IFile_2) => any;
|
|
3512
|
-
}, string, PublicProps, Readonly<
|
|
3516
|
+
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
3513
3517
|
onRemove?: ((file: IFile_2) => any) | undefined;
|
|
3514
3518
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3515
3519
|
export { File_2 as File }
|
|
@@ -3763,9 +3767,9 @@ declare interface IFile_2 {
|
|
|
3763
3767
|
size: number | null;
|
|
3764
3768
|
}
|
|
3765
3769
|
|
|
3766
|
-
declare const Image_2: DefineComponent<
|
|
3770
|
+
declare const Image_2: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3767
3771
|
delete: () => any;
|
|
3768
|
-
}, string, PublicProps, Readonly<
|
|
3772
|
+
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
3769
3773
|
onDelete?: (() => any) | undefined;
|
|
3770
3774
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
3771
3775
|
imageFullModal: CreateComponentPublicInstanceWithMixins<Readonly<{
|