prlg-ui 1.8.274 → 1.8.276
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/EyeIcon-CJg2W9QQ.cjs +1 -0
- package/dist/EyeIcon-D6SZWKKH.js +46 -0
- package/dist/{FileIcon-C277kDuk.js → FileIcon-D68SKu3j.js} +23 -43
- package/dist/FileIcon-Dt-TWf3B.cjs +1 -0
- package/dist/Image-598ujuSJ.cjs +1 -0
- package/dist/{Image-BU_5eHO2.js → Image-n1noBvGw.js} +2 -2
- package/dist/QuestionIcon-CKglrrYv.cjs +1 -0
- package/dist/{WarningIcon-DRYayjI6.js → QuestionIcon-Cfk_7q7o.js} +96 -49
- package/dist/QuestionRoundedIcon-8JEss3z6.cjs +1 -0
- package/dist/{QuestionRoundedIcon-HkVUQbjG.js → QuestionRoundedIcon-CB7yTjbm.js} +1 -1
- package/dist/SendIcon-Hp7buqZM.cjs +1 -0
- package/dist/{SendIcon-Cx3-Nh9T.js → SendIcon-MVeP0ZnP.js} +1 -1
- package/dist/StarIcon-BEGT5r_H.cjs +1 -0
- package/dist/{QuestionIcon-CZL_QMX_.js → StarIcon-CgvwLiHi.js} +30 -77
- package/dist/blocks/index.cjs.js +1 -1
- package/dist/blocks/index.es.js +4 -4
- package/dist/fonts/Inter/.DS_Store +0 -0
- package/dist/icons/index.cjs.js +1 -1
- package/dist/icons/index.es.js +20 -20
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +103 -104
- package/dist/reka-ui/index.cjs.js +4 -4
- package/dist/reka-ui/index.es.js +4438 -4191
- package/dist/rekaUI.d.ts +211 -63
- package/dist/utils/phoneMask.util.ts +37 -0
- package/package.json +1 -1
- package/dist/CloseIcon-DY724cRE.cjs +0 -1
- package/dist/CloseIcon-DwfoI5oL.js +0 -26
- package/dist/FileIcon-p0fI09Hd.cjs +0 -1
- package/dist/Image-BPcE12gU.cjs +0 -1
- package/dist/QuestionIcon-BJuflpqV.cjs +0 -1
- package/dist/QuestionRoundedIcon-C3hz_B66.cjs +0 -1
- package/dist/SendIcon-NKtDMH_Z.cjs +0 -1
- package/dist/WarningIcon-BrJkyWAV.cjs +0 -1
package/dist/rekaUI.d.ts
CHANGED
|
@@ -101,6 +101,7 @@ import { DropdownMenuSub } from 'reka-ui';
|
|
|
101
101
|
import { DropdownMenuSubContentProps } from 'reka-ui';
|
|
102
102
|
import { DropdownMenuSubTriggerProps } from 'reka-ui';
|
|
103
103
|
import { DropdownMenuTrigger } from 'reka-ui';
|
|
104
|
+
import { ExtractPropTypes } from 'vue';
|
|
104
105
|
import { FocusOutsideEvent } from 'reka-ui';
|
|
105
106
|
import { FunctionalComponent } from 'vue';
|
|
106
107
|
import { GlobalComponents } from 'vue';
|
|
@@ -130,6 +131,7 @@ import { PopoverContentProps } from 'reka-ui';
|
|
|
130
131
|
import { PopoverPortal } from 'reka-ui';
|
|
131
132
|
import { PopoverRoot } from 'reka-ui';
|
|
132
133
|
import { PopoverTrigger } from 'reka-ui';
|
|
134
|
+
import { PropType } from 'vue';
|
|
133
135
|
import { PublicProps } from 'vue';
|
|
134
136
|
import { RadioGroupItemProps } from 'reka-ui';
|
|
135
137
|
import { RadioGroupRoot } from 'reka-ui';
|
|
@@ -366,15 +368,34 @@ declare const __VLS_component_46: DefineComponent<DialogTriggerProps, {}, {}, {}
|
|
|
366
368
|
|
|
367
369
|
declare const __VLS_component_47: DefineComponent<LabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
368
370
|
|
|
369
|
-
declare const __VLS_component_48: DefineComponent<
|
|
371
|
+
declare const __VLS_component_48: DefineComponent<ExtractPropTypes< {
|
|
372
|
+
type: {
|
|
373
|
+
type: PropType<"error" | "warning" | "info">;
|
|
374
|
+
default: string;
|
|
375
|
+
};
|
|
376
|
+
message: StringConstructor;
|
|
377
|
+
outlined: BooleanConstructor;
|
|
378
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
379
|
+
type: {
|
|
380
|
+
type: PropType<"error" | "warning" | "info">;
|
|
381
|
+
default: string;
|
|
382
|
+
};
|
|
383
|
+
message: StringConstructor;
|
|
384
|
+
outlined: BooleanConstructor;
|
|
385
|
+
}>> & Readonly<{}>, {
|
|
386
|
+
outlined: boolean;
|
|
387
|
+
type: "error" | "info" | "warning";
|
|
388
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
370
389
|
|
|
371
|
-
declare const __VLS_component_49: DefineComponent<
|
|
390
|
+
declare const __VLS_component_49: DefineComponent<PaginationListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
372
391
|
|
|
373
392
|
declare const __VLS_component_5: DefineComponent<IAccordionTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionTriggerProps> & Readonly<{}>, {
|
|
374
393
|
visibleArrow: boolean;
|
|
375
394
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
376
395
|
|
|
377
|
-
declare const __VLS_component_50: DefineComponent<
|
|
396
|
+
declare const __VLS_component_50: DefineComponent<PaginationListItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
397
|
+
|
|
398
|
+
declare const __VLS_component_51: DefineComponent<IPopoverContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
378
399
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
379
400
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
380
401
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -393,25 +414,25 @@ width: number;
|
|
|
393
414
|
alignOffset: number;
|
|
394
415
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
395
416
|
|
|
396
|
-
declare const
|
|
417
|
+
declare const __VLS_component_52: DefineComponent<TabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
397
418
|
|
|
398
|
-
declare const
|
|
419
|
+
declare const __VLS_component_53: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
399
420
|
|
|
400
|
-
declare const
|
|
421
|
+
declare const __VLS_component_54: DefineComponent<TabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
401
422
|
|
|
402
|
-
declare const
|
|
423
|
+
declare const __VLS_component_55: DefineComponent<TagProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TagProps> & Readonly<{}>, {
|
|
403
424
|
colors: TagColors;
|
|
404
425
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
405
426
|
|
|
406
|
-
declare const
|
|
427
|
+
declare const __VLS_component_56: DefineComponent<ToastDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastDescriptionProps> & Readonly<{}>, {
|
|
407
428
|
as: AsTag | Component;
|
|
408
429
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
409
430
|
|
|
410
|
-
declare const
|
|
431
|
+
declare const __VLS_component_57: DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
|
|
411
432
|
swipeDirection: "left" | "right" | "up" | "down";
|
|
412
433
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
413
434
|
|
|
414
|
-
declare const
|
|
435
|
+
declare const __VLS_component_58: DefineComponent<IToastRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
415
436
|
pause: () => any;
|
|
416
437
|
"update:open": (value: boolean) => any;
|
|
417
438
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
@@ -497,11 +518,19 @@ y: number;
|
|
|
497
518
|
variant: ToastVariant;
|
|
498
519
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
499
520
|
|
|
500
|
-
declare const
|
|
521
|
+
declare const __VLS_component_59: DefineComponent<ToastTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {
|
|
522
|
+
as: AsTag | Component;
|
|
523
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
524
|
+
|
|
525
|
+
declare const __VLS_component_6: DefineComponent<IAlertDialogActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogActionProps> & Readonly<{}>, {
|
|
526
|
+
size: ButtonSize;
|
|
527
|
+
variant: ButtonVariant;
|
|
528
|
+
buttonStyle: ButtonStyle;
|
|
529
|
+
strong: boolean;
|
|
501
530
|
as: AsTag | Component;
|
|
502
531
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
503
532
|
|
|
504
|
-
declare const
|
|
533
|
+
declare const __VLS_component_60: DefineComponent<ITooltipContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
505
534
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
506
535
|
pointerDownOutside: (event: Event) => any;
|
|
507
536
|
}, string, PublicProps, Readonly<ITooltipContentProps> & Readonly<{
|
|
@@ -511,15 +540,7 @@ onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
|
511
540
|
viewArrow: boolean;
|
|
512
541
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
513
542
|
|
|
514
|
-
declare const
|
|
515
|
-
size: ButtonSize;
|
|
516
|
-
variant: ButtonVariant;
|
|
517
|
-
buttonStyle: ButtonStyle;
|
|
518
|
-
strong: boolean;
|
|
519
|
-
as: AsTag | Component;
|
|
520
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
521
|
-
|
|
522
|
-
declare const __VLS_component_60: DefineComponent<IScrollAreaRootProps, {
|
|
543
|
+
declare const __VLS_component_61: DefineComponent<IScrollAreaRootProps, {
|
|
523
544
|
scrollToBottom: typeof scrollToBottom;
|
|
524
545
|
scrollToTop: typeof scrollToTop;
|
|
525
546
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IScrollAreaRootProps> & Readonly<{}>, {
|
|
@@ -647,9 +668,9 @@ scrollTopLeft: () => void;
|
|
|
647
668
|
}>) | null;
|
|
648
669
|
}, any>;
|
|
649
670
|
|
|
650
|
-
declare const
|
|
671
|
+
declare const __VLS_component_62: DefineComponent<ScrollAreaViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollAreaViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
651
672
|
|
|
652
|
-
declare const
|
|
673
|
+
declare const __VLS_component_63: DefineComponent<SelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
653
674
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
654
675
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
655
676
|
closeAutoFocus: (event: Event) => any;
|
|
@@ -659,17 +680,17 @@ onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
|
659
680
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
660
681
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
661
682
|
|
|
662
|
-
declare const
|
|
683
|
+
declare const __VLS_component_64: DefineComponent<ISelectItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
663
684
|
|
|
664
|
-
declare const
|
|
685
|
+
declare const __VLS_component_65: DefineComponent<SelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
665
686
|
|
|
666
|
-
declare const
|
|
687
|
+
declare const __VLS_component_66: DefineComponent<ISelectValueProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectValueProps> & Readonly<{}>, {
|
|
667
688
|
maxSelectedLabels: number;
|
|
668
689
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
669
690
|
|
|
670
|
-
declare const
|
|
691
|
+
declare const __VLS_component_67: DefineComponent<SelectViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
671
692
|
|
|
672
|
-
declare const
|
|
693
|
+
declare const __VLS_component_68: DefineComponent<SwitchRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
673
694
|
"update:modelValue": (payload: boolean) => any;
|
|
674
695
|
}, string, PublicProps, Readonly<SwitchRootProps> & Readonly<{
|
|
675
696
|
"onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
|
|
@@ -717,7 +738,11 @@ declare type __VLS_Props_2 = {
|
|
|
717
738
|
|
|
718
739
|
declare type __VLS_Props_3 = IDataTableProps;
|
|
719
740
|
|
|
720
|
-
declare type __VLS_Props_4 =
|
|
741
|
+
declare type __VLS_Props_4 = InputTextProps;
|
|
742
|
+
|
|
743
|
+
declare type __VLS_Props_5 = InputTextProps_2;
|
|
744
|
+
|
|
745
|
+
declare type __VLS_Props_6 = {
|
|
721
746
|
label?: string;
|
|
722
747
|
placeholder?: string;
|
|
723
748
|
name?: string;
|
|
@@ -751,6 +776,14 @@ declare type __VLS_PublicProps_3 = {
|
|
|
751
776
|
modelValue?: string;
|
|
752
777
|
} & __VLS_Props_4;
|
|
753
778
|
|
|
779
|
+
declare type __VLS_PublicProps_4 = {
|
|
780
|
+
modelValue?: string;
|
|
781
|
+
} & __VLS_Props_5;
|
|
782
|
+
|
|
783
|
+
declare type __VLS_PublicProps_5 = {
|
|
784
|
+
modelValue?: string;
|
|
785
|
+
} & __VLS_Props_6;
|
|
786
|
+
|
|
754
787
|
declare function __VLS_template(): {
|
|
755
788
|
attrs: Partial<{}>;
|
|
756
789
|
slots: {
|
|
@@ -1136,16 +1169,16 @@ declare function __VLS_template_47(): {
|
|
|
1136
1169
|
declare function __VLS_template_48(): {
|
|
1137
1170
|
attrs: Partial<{}>;
|
|
1138
1171
|
slots: {
|
|
1139
|
-
default?(_:
|
|
1172
|
+
default?(_: {}): any;
|
|
1140
1173
|
};
|
|
1141
1174
|
refs: {};
|
|
1142
|
-
rootEl:
|
|
1175
|
+
rootEl: HTMLDivElement;
|
|
1143
1176
|
};
|
|
1144
1177
|
|
|
1145
1178
|
declare function __VLS_template_49(): {
|
|
1146
1179
|
attrs: Partial<{}>;
|
|
1147
1180
|
slots: {
|
|
1148
|
-
default?(_:
|
|
1181
|
+
default?(_: any): any;
|
|
1149
1182
|
};
|
|
1150
1183
|
refs: {};
|
|
1151
1184
|
rootEl: any;
|
|
@@ -1202,7 +1235,7 @@ declare function __VLS_template_54(): {
|
|
|
1202
1235
|
default?(_: {}): any;
|
|
1203
1236
|
};
|
|
1204
1237
|
refs: {};
|
|
1205
|
-
rootEl:
|
|
1238
|
+
rootEl: any;
|
|
1206
1239
|
};
|
|
1207
1240
|
|
|
1208
1241
|
declare function __VLS_template_55(): {
|
|
@@ -1211,7 +1244,7 @@ declare function __VLS_template_55(): {
|
|
|
1211
1244
|
default?(_: {}): any;
|
|
1212
1245
|
};
|
|
1213
1246
|
refs: {};
|
|
1214
|
-
rootEl:
|
|
1247
|
+
rootEl: HTMLDivElement;
|
|
1215
1248
|
};
|
|
1216
1249
|
|
|
1217
1250
|
declare function __VLS_template_56(): {
|
|
@@ -1260,6 +1293,15 @@ declare function __VLS_template_6(): {
|
|
|
1260
1293
|
};
|
|
1261
1294
|
|
|
1262
1295
|
declare function __VLS_template_60(): {
|
|
1296
|
+
attrs: Partial<{}>;
|
|
1297
|
+
slots: {
|
|
1298
|
+
default?(_: {}): any;
|
|
1299
|
+
};
|
|
1300
|
+
refs: {};
|
|
1301
|
+
rootEl: any;
|
|
1302
|
+
};
|
|
1303
|
+
|
|
1304
|
+
declare function __VLS_template_61(): {
|
|
1263
1305
|
attrs: Partial<{}>;
|
|
1264
1306
|
slots: {
|
|
1265
1307
|
default?(_: {}): any;
|
|
@@ -1389,7 +1431,7 @@ declare function __VLS_template_60(): {
|
|
|
1389
1431
|
rootEl: any;
|
|
1390
1432
|
};
|
|
1391
1433
|
|
|
1392
|
-
declare function
|
|
1434
|
+
declare function __VLS_template_62(): {
|
|
1393
1435
|
attrs: Partial<{}>;
|
|
1394
1436
|
slots: {
|
|
1395
1437
|
default?(_: {}): any;
|
|
@@ -1398,7 +1440,7 @@ declare function __VLS_template_61(): {
|
|
|
1398
1440
|
rootEl: any;
|
|
1399
1441
|
};
|
|
1400
1442
|
|
|
1401
|
-
declare function
|
|
1443
|
+
declare function __VLS_template_63(): {
|
|
1402
1444
|
attrs: Partial<{}>;
|
|
1403
1445
|
slots: {
|
|
1404
1446
|
default?(_: {}): any;
|
|
@@ -1407,7 +1449,7 @@ declare function __VLS_template_62(): {
|
|
|
1407
1449
|
rootEl: any;
|
|
1408
1450
|
};
|
|
1409
1451
|
|
|
1410
|
-
declare function
|
|
1452
|
+
declare function __VLS_template_64(): {
|
|
1411
1453
|
attrs: Partial<{}>;
|
|
1412
1454
|
slots: {
|
|
1413
1455
|
default?(_: {}): any;
|
|
@@ -1416,7 +1458,7 @@ declare function __VLS_template_63(): {
|
|
|
1416
1458
|
rootEl: any;
|
|
1417
1459
|
};
|
|
1418
1460
|
|
|
1419
|
-
declare function
|
|
1461
|
+
declare function __VLS_template_65(): {
|
|
1420
1462
|
attrs: Partial<{}>;
|
|
1421
1463
|
slots: {
|
|
1422
1464
|
default?(_: {}): any;
|
|
@@ -1425,7 +1467,7 @@ declare function __VLS_template_64(): {
|
|
|
1425
1467
|
rootEl: any;
|
|
1426
1468
|
};
|
|
1427
1469
|
|
|
1428
|
-
declare function
|
|
1470
|
+
declare function __VLS_template_66(): {
|
|
1429
1471
|
attrs: Partial<{}>;
|
|
1430
1472
|
slots: {
|
|
1431
1473
|
default?(_: any): any;
|
|
@@ -1434,7 +1476,7 @@ declare function __VLS_template_65(): {
|
|
|
1434
1476
|
rootEl: any;
|
|
1435
1477
|
};
|
|
1436
1478
|
|
|
1437
|
-
declare function
|
|
1479
|
+
declare function __VLS_template_67(): {
|
|
1438
1480
|
attrs: Partial<{}>;
|
|
1439
1481
|
slots: {
|
|
1440
1482
|
default?(_: {}): any;
|
|
@@ -1443,7 +1485,7 @@ declare function __VLS_template_66(): {
|
|
|
1443
1485
|
rootEl: any;
|
|
1444
1486
|
};
|
|
1445
1487
|
|
|
1446
|
-
declare function
|
|
1488
|
+
declare function __VLS_template_68(): {
|
|
1447
1489
|
attrs: Partial<{}>;
|
|
1448
1490
|
slots: {
|
|
1449
1491
|
default?(_: {}): any;
|
|
@@ -1607,6 +1649,8 @@ declare type __VLS_TemplateResult_66 = ReturnType<typeof __VLS_template_66>;
|
|
|
1607
1649
|
|
|
1608
1650
|
declare type __VLS_TemplateResult_67 = ReturnType<typeof __VLS_template_67>;
|
|
1609
1651
|
|
|
1652
|
+
declare type __VLS_TemplateResult_68 = ReturnType<typeof __VLS_template_68>;
|
|
1653
|
+
|
|
1610
1654
|
declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
|
|
1611
1655
|
|
|
1612
1656
|
declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
|
|
@@ -1997,6 +2041,12 @@ declare type __VLS_WithTemplateSlots_67<T, S> = T & {
|
|
|
1997
2041
|
};
|
|
1998
2042
|
};
|
|
1999
2043
|
|
|
2044
|
+
declare type __VLS_WithTemplateSlots_68<T, S> = T & {
|
|
2045
|
+
new (): {
|
|
2046
|
+
$slots: S;
|
|
2047
|
+
};
|
|
2048
|
+
};
|
|
2049
|
+
|
|
2000
2050
|
declare type __VLS_WithTemplateSlots_7<T, S> = T & {
|
|
2001
2051
|
new (): {
|
|
2002
2052
|
$slots: S;
|
|
@@ -2526,6 +2576,102 @@ declare interface IDropdownMenuSubContentProps extends DropdownMenuSubContentPro
|
|
|
2526
2576
|
width?: number;
|
|
2527
2577
|
}
|
|
2528
2578
|
|
|
2579
|
+
export declare const InputPhone: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2580
|
+
"update:modelValue": (value: string) => any;
|
|
2581
|
+
} & {
|
|
2582
|
+
clear: () => any;
|
|
2583
|
+
input: (value: Event) => any;
|
|
2584
|
+
blur: (value: FocusEvent) => any;
|
|
2585
|
+
focus: (value: FocusEvent) => any;
|
|
2586
|
+
paste: (value: ClipboardEvent) => any;
|
|
2587
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
2588
|
+
onClear?: (() => any) | undefined;
|
|
2589
|
+
onInput?: ((value: Event) => any) | undefined;
|
|
2590
|
+
onBlur?: ((value: FocusEvent) => any) | undefined;
|
|
2591
|
+
onFocus?: ((value: FocusEvent) => any) | undefined;
|
|
2592
|
+
onPaste?: ((value: ClipboardEvent) => any) | undefined;
|
|
2593
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2594
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2595
|
+
|
|
2596
|
+
/**
|
|
2597
|
+
* Типы пропсов для компонента InputPhone
|
|
2598
|
+
*/
|
|
2599
|
+
declare type InputPhoneProps = {
|
|
2600
|
+
/** Текст метки поля */
|
|
2601
|
+
label?: string;
|
|
2602
|
+
/** Плейсхолдер поля ввода */
|
|
2603
|
+
placeholder?: string;
|
|
2604
|
+
/** Разрешать очистку поля */
|
|
2605
|
+
allowClear?: boolean;
|
|
2606
|
+
/** Имя поля для форм */
|
|
2607
|
+
name?: string;
|
|
2608
|
+
/** Заблокированное состояние */
|
|
2609
|
+
disabled?: boolean;
|
|
2610
|
+
/** Состояние ошибки */
|
|
2611
|
+
error?: boolean;
|
|
2612
|
+
/** Текст ошибки */
|
|
2613
|
+
errorText?: string;
|
|
2614
|
+
/** Тип поля ввода */
|
|
2615
|
+
type?: 'text' | 'password';
|
|
2616
|
+
/** Размер поля */
|
|
2617
|
+
size?: 'small' | 'default' | 'large';
|
|
2618
|
+
/** ID поля для привязки к label */
|
|
2619
|
+
inputId?: string;
|
|
2620
|
+
/** Вариант оформления */
|
|
2621
|
+
variant?: 'empty' | 'outlined' | 'fill';
|
|
2622
|
+
/** Значение поля */
|
|
2623
|
+
value?: string;
|
|
2624
|
+
/** Обязательное поле */
|
|
2625
|
+
required?: boolean;
|
|
2626
|
+
/** Растягивать на всю ширину */
|
|
2627
|
+
full?: boolean;
|
|
2628
|
+
/** Только для чтения */
|
|
2629
|
+
readonly?: boolean;
|
|
2630
|
+
/** Максимальная длина (18 символов для формата +7 (XXX) XXX-XX-XX) */
|
|
2631
|
+
maxlength?: number;
|
|
2632
|
+
/** Показывать счетчик символов */
|
|
2633
|
+
showMaxLength?: boolean;
|
|
2634
|
+
};
|
|
2635
|
+
|
|
2636
|
+
export declare const InputText: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2637
|
+
"update:modelValue": (value: string) => any;
|
|
2638
|
+
} & {
|
|
2639
|
+
clear: () => any;
|
|
2640
|
+
input: (value: Event) => any;
|
|
2641
|
+
blur: (value: FocusEvent) => any;
|
|
2642
|
+
focus: (value: FocusEvent) => any;
|
|
2643
|
+
paste: (value: ClipboardEvent) => any;
|
|
2644
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
|
|
2645
|
+
onClear?: (() => any) | undefined;
|
|
2646
|
+
onInput?: ((value: Event) => any) | undefined;
|
|
2647
|
+
onBlur?: ((value: FocusEvent) => any) | undefined;
|
|
2648
|
+
onFocus?: ((value: FocusEvent) => any) | undefined;
|
|
2649
|
+
onPaste?: ((value: ClipboardEvent) => any) | undefined;
|
|
2650
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2651
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2652
|
+
|
|
2653
|
+
declare type InputTextProps = {
|
|
2654
|
+
label?: string;
|
|
2655
|
+
placeholder?: string;
|
|
2656
|
+
allowClear?: boolean;
|
|
2657
|
+
name?: string;
|
|
2658
|
+
disabled?: boolean;
|
|
2659
|
+
error?: boolean;
|
|
2660
|
+
errorText?: string;
|
|
2661
|
+
type?: 'text' | 'password';
|
|
2662
|
+
size?: 'small' | 'default' | 'large';
|
|
2663
|
+
inputId?: string;
|
|
2664
|
+
variant?: 'empty' | 'outlined' | 'fill';
|
|
2665
|
+
value?: string;
|
|
2666
|
+
required?: boolean;
|
|
2667
|
+
full?: boolean;
|
|
2668
|
+
readonly?: boolean;
|
|
2669
|
+
maxlength?: number;
|
|
2670
|
+
showMaxLength?: boolean;
|
|
2671
|
+
};
|
|
2672
|
+
|
|
2673
|
+
declare type InputTextProps_2 = InputPhoneProps;
|
|
2674
|
+
|
|
2529
2675
|
declare interface IPopoverContentProps extends PopoverContentProps {
|
|
2530
2676
|
width?: number;
|
|
2531
2677
|
}
|
|
@@ -2567,15 +2713,17 @@ declare interface LoadingElement extends HTMLElement {
|
|
|
2567
2713
|
_spinnerContainer?: HTMLElement;
|
|
2568
2714
|
}
|
|
2569
2715
|
|
|
2716
|
+
export declare const Message: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
2717
|
+
|
|
2570
2718
|
export declare const PaginationEllipsis: DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2571
2719
|
|
|
2572
2720
|
export declare const PaginationFirst: DefineComponent<PaginationFirstProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2573
2721
|
|
|
2574
2722
|
export declare const PaginationLast: DefineComponent<PaginationLastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2575
2723
|
|
|
2576
|
-
export declare const PaginationList:
|
|
2724
|
+
export declare const PaginationList: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
|
|
2577
2725
|
|
|
2578
|
-
export declare const PaginationListItem:
|
|
2726
|
+
export declare const PaginationListItem: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
|
|
2579
2727
|
|
|
2580
2728
|
export declare const PaginationNext: DefineComponent<PaginationNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2581
2729
|
|
|
@@ -2593,7 +2741,7 @@ height: number;
|
|
|
2593
2741
|
|
|
2594
2742
|
export { PopoverClose }
|
|
2595
2743
|
|
|
2596
|
-
export declare const PopoverContent:
|
|
2744
|
+
export declare const PopoverContent: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, __VLS_TemplateResult_51["slots"]>;
|
|
2597
2745
|
|
|
2598
2746
|
export { PopoverPortal }
|
|
2599
2747
|
|
|
@@ -2614,23 +2762,23 @@ export declare const RadioGroupItem: DefineComponent<RadioGroupItemProps, {}, {}
|
|
|
2614
2762
|
|
|
2615
2763
|
export { RadioGroupRoot }
|
|
2616
2764
|
|
|
2617
|
-
export declare const ScrollAreaRoot:
|
|
2765
|
+
export declare const ScrollAreaRoot: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, __VLS_TemplateResult_61["slots"]>;
|
|
2618
2766
|
|
|
2619
2767
|
export declare const ScrollAreaScrollbar: DefineComponent<ScrollAreaScrollbarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollAreaScrollbarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2620
2768
|
|
|
2621
|
-
export declare const ScrollAreaViewport:
|
|
2769
|
+
export declare const ScrollAreaViewport: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, __VLS_TemplateResult_62["slots"]>;
|
|
2622
2770
|
|
|
2623
2771
|
declare function scrollToBottom(): void;
|
|
2624
2772
|
|
|
2625
2773
|
declare function scrollToTop(): void;
|
|
2626
2774
|
|
|
2627
|
-
export declare const SelectContent:
|
|
2775
|
+
export declare const SelectContent: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
|
|
2628
2776
|
|
|
2629
2777
|
export { SelectGroup }
|
|
2630
2778
|
|
|
2631
2779
|
export { SelectIcon }
|
|
2632
2780
|
|
|
2633
|
-
export declare const SelectItem:
|
|
2781
|
+
export declare const SelectItem: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
|
|
2634
2782
|
|
|
2635
2783
|
export { SelectItemIndicator }
|
|
2636
2784
|
|
|
@@ -2648,17 +2796,17 @@ export { SelectScrollUpButton }
|
|
|
2648
2796
|
|
|
2649
2797
|
export declare const SelectSeparator: DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2650
2798
|
|
|
2651
|
-
export declare const SelectTrigger:
|
|
2799
|
+
export declare const SelectTrigger: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
|
|
2652
2800
|
|
|
2653
|
-
export declare const SelectValue:
|
|
2801
|
+
export declare const SelectValue: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, __VLS_TemplateResult_66["slots"]>;
|
|
2654
2802
|
|
|
2655
|
-
export declare const SelectViewport:
|
|
2803
|
+
export declare const SelectViewport: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, __VLS_TemplateResult_67["slots"]>;
|
|
2656
2804
|
|
|
2657
2805
|
export declare const Spinner: DefineComponent<ISpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2658
2806
|
|
|
2659
2807
|
declare type StringOrVNode = string | VNode | (() => VNode);
|
|
2660
2808
|
|
|
2661
|
-
export declare const SwitchRoot:
|
|
2809
|
+
export declare const SwitchRoot: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, __VLS_TemplateResult_68["slots"]>;
|
|
2662
2810
|
|
|
2663
2811
|
export declare const SwitchThumb: DefineComponent<SwitchThumbProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2664
2812
|
|
|
@@ -2666,13 +2814,13 @@ export { TabsContent }
|
|
|
2666
2814
|
|
|
2667
2815
|
export { TabsIndicator }
|
|
2668
2816
|
|
|
2669
|
-
export declare const TabsList:
|
|
2817
|
+
export declare const TabsList: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
|
|
2670
2818
|
|
|
2671
|
-
export declare const TabsRoot:
|
|
2819
|
+
export declare const TabsRoot: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
|
|
2672
2820
|
|
|
2673
|
-
export declare const TabsTrigger:
|
|
2821
|
+
export declare const TabsTrigger: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
|
|
2674
2822
|
|
|
2675
|
-
export declare const Tag:
|
|
2823
|
+
export declare const Tag: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, __VLS_TemplateResult_55["slots"]>;
|
|
2676
2824
|
|
|
2677
2825
|
export declare interface TagColors {
|
|
2678
2826
|
background?: string;
|
|
@@ -2685,13 +2833,13 @@ declare interface TagProps {
|
|
|
2685
2833
|
colors?: TagColors;
|
|
2686
2834
|
}
|
|
2687
2835
|
|
|
2688
|
-
export declare const Textarea: DefineComponent<
|
|
2836
|
+
export declare const Textarea: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2689
2837
|
"update:modelValue": (value: string) => any;
|
|
2690
2838
|
} & {
|
|
2691
2839
|
blur: (value: FocusEvent) => any;
|
|
2692
2840
|
focusIn: (value: FocusEvent) => any;
|
|
2693
2841
|
focusOut: (value: FocusEvent) => any;
|
|
2694
|
-
}, string, PublicProps, Readonly<
|
|
2842
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
2695
2843
|
onBlur?: ((value: FocusEvent) => any) | undefined;
|
|
2696
2844
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2697
2845
|
onFocusIn?: ((value: FocusEvent) => any) | undefined;
|
|
@@ -2712,7 +2860,7 @@ export { ToastAction }
|
|
|
2712
2860
|
|
|
2713
2861
|
export declare const ToastClose: DefineComponent<ToastCloseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2714
2862
|
|
|
2715
|
-
export declare const ToastDescription:
|
|
2863
|
+
export declare const ToastDescription: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, __VLS_TemplateResult_56["slots"]>;
|
|
2716
2864
|
|
|
2717
2865
|
export declare const Toaster: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2718
2866
|
|
|
@@ -2725,17 +2873,17 @@ declare type ToasterToast = IToastRootProps & {
|
|
|
2725
2873
|
|
|
2726
2874
|
export { ToastPortal }
|
|
2727
2875
|
|
|
2728
|
-
export declare const ToastProvider:
|
|
2876
|
+
export declare const ToastProvider: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, __VLS_TemplateResult_57["slots"]>;
|
|
2729
2877
|
|
|
2730
|
-
export declare const ToastRoot:
|
|
2878
|
+
export declare const ToastRoot: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, __VLS_TemplateResult_58["slots"]>;
|
|
2731
2879
|
|
|
2732
|
-
export declare const ToastTitle:
|
|
2880
|
+
export declare const ToastTitle: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, __VLS_TemplateResult_59["slots"]>;
|
|
2733
2881
|
|
|
2734
2882
|
declare type ToastVariant = "warn" | "success" | "error" | "info";
|
|
2735
2883
|
|
|
2736
2884
|
export declare const ToastViewport: DefineComponent<ToastViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2737
2885
|
|
|
2738
|
-
export declare const TooltipContent:
|
|
2886
|
+
export declare const TooltipContent: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
|
|
2739
2887
|
|
|
2740
2888
|
export { TooltipPortal }
|
|
2741
2889
|
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Применяет маску формата телефона к введенной строке
|
|
3
|
+
* @param value - входная строка с цифрами и символами
|
|
4
|
+
* @returns отформатированный номер телефона в формате +7 (XXX) XXX-XX-XX
|
|
5
|
+
*/
|
|
6
|
+
export function phoneMask(value: string): string {
|
|
7
|
+
// Удаляем все символы кроме цифр и знака +
|
|
8
|
+
let digits = value.replace(/\D/g, "");
|
|
9
|
+
|
|
10
|
+
// Ограничиваем количество цифр до 11 (максимум для российских номеров)
|
|
11
|
+
if (digits.length > 11) {
|
|
12
|
+
digits = digits.substring(0, 11);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
// Если цифр нет, возвращаем пустую строку
|
|
16
|
+
if (digits.length === 0) {
|
|
17
|
+
return "";
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// Заменяем 8 на 7 для российских номеров
|
|
21
|
+
if (digits[0] === "8") {
|
|
22
|
+
digits = "7" + digits.substring(1);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// Формируем маску в зависимости от количества цифр
|
|
26
|
+
if (digits.length === 1) {
|
|
27
|
+
return `+${digits[0]}`;
|
|
28
|
+
} else if (digits.length <= 4) {
|
|
29
|
+
return `+${digits[0]} (${digits.substring(1)}`;
|
|
30
|
+
} else if (digits.length <= 7) {
|
|
31
|
+
return `+${digits[0]} (${digits.substring(1, 4)}) ${digits.substring(4)}`;
|
|
32
|
+
} else if (digits.length <= 9) {
|
|
33
|
+
return `+${digits[0]} (${digits.substring(1, 4)}) ${digits.substring(4, 7)}-${digits.substring(7)}`;
|
|
34
|
+
} else {
|
|
35
|
+
return `+${digits[0]} (${digits.substring(1, 4)}) ${digits.substring(4, 7)}-${digits.substring(7, 9)}-${digits.substring(9)}`;
|
|
36
|
+
}
|
|
37
|
+
}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const o=require("vue"),C=(t,e)=>{const n=t.__vccOpts||t;for(const[r,c]of e)n[r]=c;return n},s={},l={width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function _(t,e){return o.openBlock(),o.createElementBlock("svg",l,[...e[0]||(e[0]=[o.createElementVNode("path",{d:"M10.9195 9.12301L15.3395 4.70301C15.4132 4.63434 15.4723 4.55154 15.5133 4.45954C15.5543 4.36754 15.5763 4.26823 15.5781 4.16753C15.5799 4.06683 15.5613 3.9668 15.5236 3.87341C15.4859 3.78002 15.4298 3.69519 15.3585 3.62397C15.2873 3.55275 15.2025 3.4966 15.1091 3.45888C15.0157 3.42116 14.9157 3.40264 14.815 3.40441C14.7143 3.40619 14.615 3.42823 14.523 3.46922C14.431 3.51022 14.3482 3.56932 14.2795 3.64301L9.8595 8.063L5.4395 3.64301C5.29732 3.51053 5.10927 3.4384 4.91497 3.44183C4.72067 3.44526 4.53529 3.52397 4.39787 3.66138C4.26046 3.7988 4.18175 3.98418 4.17832 4.17848C4.17489 4.37278 4.24702 4.56083 4.3795 4.70301L8.7995 9.12301L4.3795 13.543C4.23905 13.6836 4.16016 13.8743 4.16016 14.073C4.16016 14.2718 4.23905 14.4624 4.3795 14.603C4.52012 14.7435 4.71075 14.8223 4.9095 14.8223C5.10825 14.8223 5.29887 14.7435 5.4395 14.603L9.8595 10.183L14.2795 14.603C14.4201 14.7435 14.6107 14.8223 14.8095 14.8223C15.0082 14.8223 15.1989 14.7435 15.3395 14.603C15.4799 14.4624 15.5588 14.2718 15.5588 14.073C15.5588 13.8743 15.4799 13.6836 15.3395 13.543L10.9195 9.12301Z",fill:"currentColor"},null,-1)])])}const i=C(s,[["render",_]]);exports.CloseIcon=i;exports._export_sfc=C;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as r, openBlock as c, createElementVNode as s } from "vue";
|
|
2
|
-
const l = (e, t) => {
|
|
3
|
-
const o = e.__vccOpts || e;
|
|
4
|
-
for (const [C, n] of t)
|
|
5
|
-
o[C] = n;
|
|
6
|
-
return o;
|
|
7
|
-
}, _ = {}, i = {
|
|
8
|
-
width: "19",
|
|
9
|
-
height: "19",
|
|
10
|
-
viewBox: "0 0 19 19",
|
|
11
|
-
fill: "none",
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
13
|
-
};
|
|
14
|
-
function f(e, t) {
|
|
15
|
-
return c(), r("svg", i, [...t[0] || (t[0] = [
|
|
16
|
-
s("path", {
|
|
17
|
-
d: "M10.9195 9.12301L15.3395 4.70301C15.4132 4.63434 15.4723 4.55154 15.5133 4.45954C15.5543 4.36754 15.5763 4.26823 15.5781 4.16753C15.5799 4.06683 15.5613 3.9668 15.5236 3.87341C15.4859 3.78002 15.4298 3.69519 15.3585 3.62397C15.2873 3.55275 15.2025 3.4966 15.1091 3.45888C15.0157 3.42116 14.9157 3.40264 14.815 3.40441C14.7143 3.40619 14.615 3.42823 14.523 3.46922C14.431 3.51022 14.3482 3.56932 14.2795 3.64301L9.8595 8.063L5.4395 3.64301C5.29732 3.51053 5.10927 3.4384 4.91497 3.44183C4.72067 3.44526 4.53529 3.52397 4.39787 3.66138C4.26046 3.7988 4.18175 3.98418 4.17832 4.17848C4.17489 4.37278 4.24702 4.56083 4.3795 4.70301L8.7995 9.12301L4.3795 13.543C4.23905 13.6836 4.16016 13.8743 4.16016 14.073C4.16016 14.2718 4.23905 14.4624 4.3795 14.603C4.52012 14.7435 4.71075 14.8223 4.9095 14.8223C5.10825 14.8223 5.29887 14.7435 5.4395 14.603L9.8595 10.183L14.2795 14.603C14.4201 14.7435 14.6107 14.8223 14.8095 14.8223C15.0082 14.8223 15.1989 14.7435 15.3395 14.603C15.4799 14.4624 15.5588 14.2718 15.5588 14.073C15.5588 13.8743 15.4799 13.6836 15.3395 13.543L10.9195 9.12301Z",
|
|
18
|
-
fill: "currentColor"
|
|
19
|
-
}, null, -1)
|
|
20
|
-
])]);
|
|
21
|
-
}
|
|
22
|
-
const a = /* @__PURE__ */ l(_, [["render", f]]);
|
|
23
|
-
export {
|
|
24
|
-
a as C,
|
|
25
|
-
l as _
|
|
26
|
-
};
|