@rocketui/vue 0.0.86 → 0.0.87
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/rocket-ui-vue.d.ts +66 -24
- package/dist/rocket-ui-vue.js +544 -505
- package/dist/rocket-ui-vue.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/rocket-ui-vue.d.ts
CHANGED
|
@@ -532,6 +532,13 @@ export declare const RCheckbox: DefineComponent<{
|
|
|
532
532
|
type: PropType<any[] | Set<any> | (boolean | "true" | "false")>;
|
|
533
533
|
default: boolean;
|
|
534
534
|
};
|
|
535
|
+
errorMsg: {
|
|
536
|
+
type: PropType<string>;
|
|
537
|
+
default: string;
|
|
538
|
+
};
|
|
539
|
+
hideDetails: {
|
|
540
|
+
type: PropType<boolean>;
|
|
541
|
+
};
|
|
535
542
|
indeterminate: {
|
|
536
543
|
type: PropType<boolean>;
|
|
537
544
|
default: boolean;
|
|
@@ -540,10 +547,6 @@ export declare const RCheckbox: DefineComponent<{
|
|
|
540
547
|
type: PropType<string>;
|
|
541
548
|
default: string;
|
|
542
549
|
};
|
|
543
|
-
errorMsg: {
|
|
544
|
-
type: PropType<string>;
|
|
545
|
-
default: string;
|
|
546
|
-
};
|
|
547
550
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
548
551
|
label: {
|
|
549
552
|
type: PropType<string>;
|
|
@@ -562,6 +565,13 @@ export declare const RCheckbox: DefineComponent<{
|
|
|
562
565
|
type: PropType<any[] | Set<any> | (boolean | "true" | "false")>;
|
|
563
566
|
default: boolean;
|
|
564
567
|
};
|
|
568
|
+
errorMsg: {
|
|
569
|
+
type: PropType<string>;
|
|
570
|
+
default: string;
|
|
571
|
+
};
|
|
572
|
+
hideDetails: {
|
|
573
|
+
type: PropType<boolean>;
|
|
574
|
+
};
|
|
565
575
|
indeterminate: {
|
|
566
576
|
type: PropType<boolean>;
|
|
567
577
|
default: boolean;
|
|
@@ -570,10 +580,6 @@ export declare const RCheckbox: DefineComponent<{
|
|
|
570
580
|
type: PropType<string>;
|
|
571
581
|
default: string;
|
|
572
582
|
};
|
|
573
|
-
errorMsg: {
|
|
574
|
-
type: PropType<string>;
|
|
575
|
-
default: string;
|
|
576
|
-
};
|
|
577
583
|
}>> & {
|
|
578
584
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
579
585
|
}, {
|
|
@@ -581,9 +587,9 @@ export declare const RCheckbox: DefineComponent<{
|
|
|
581
587
|
id: string | undefined;
|
|
582
588
|
disabled: boolean | "true" | "false";
|
|
583
589
|
modelValue: any[] | Set<any> | (boolean | "true" | "false");
|
|
590
|
+
errorMsg: string;
|
|
584
591
|
indeterminate: boolean;
|
|
585
592
|
hint: string;
|
|
586
|
-
errorMsg: string;
|
|
587
593
|
}>;
|
|
588
594
|
|
|
589
595
|
export declare const RChip: __VLS_WithTemplateSlots_5<DefineComponent<{
|
|
@@ -721,6 +727,13 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<{
|
|
|
721
727
|
type: PropType<string>;
|
|
722
728
|
default: string;
|
|
723
729
|
};
|
|
730
|
+
errorMsg: {
|
|
731
|
+
type: PropType<string>;
|
|
732
|
+
default: string;
|
|
733
|
+
};
|
|
734
|
+
hideDetails: {
|
|
735
|
+
type: PropType<boolean>;
|
|
736
|
+
};
|
|
724
737
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
725
738
|
id: {
|
|
726
739
|
type: PropType<string>;
|
|
@@ -780,6 +793,13 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<{
|
|
|
780
793
|
type: PropType<string>;
|
|
781
794
|
default: string;
|
|
782
795
|
};
|
|
796
|
+
errorMsg: {
|
|
797
|
+
type: PropType<string>;
|
|
798
|
+
default: string;
|
|
799
|
+
};
|
|
800
|
+
hideDetails: {
|
|
801
|
+
type: PropType<boolean>;
|
|
802
|
+
};
|
|
783
803
|
}>> & {
|
|
784
804
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
785
805
|
}, {
|
|
@@ -797,6 +817,7 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<{
|
|
|
797
817
|
closeOnSelect: boolean;
|
|
798
818
|
dropdownClass: string;
|
|
799
819
|
optionsClass: string;
|
|
820
|
+
errorMsg: string;
|
|
800
821
|
}>, {
|
|
801
822
|
prepend?(_: {}): any;
|
|
802
823
|
append?(_: {}): any;
|
|
@@ -1319,11 +1340,14 @@ export declare const RSwitch: DefineComponent<{
|
|
|
1319
1340
|
type: PropType<any[] | Set<any> | (boolean | "true" | "false")>;
|
|
1320
1341
|
default: boolean;
|
|
1321
1342
|
};
|
|
1322
|
-
|
|
1343
|
+
errorMsg: {
|
|
1323
1344
|
type: PropType<string>;
|
|
1324
1345
|
default: string;
|
|
1325
1346
|
};
|
|
1326
|
-
|
|
1347
|
+
hideDetails: {
|
|
1348
|
+
type: PropType<boolean>;
|
|
1349
|
+
};
|
|
1350
|
+
hint: {
|
|
1327
1351
|
type: PropType<string>;
|
|
1328
1352
|
default: string;
|
|
1329
1353
|
};
|
|
@@ -1349,11 +1373,14 @@ export declare const RSwitch: DefineComponent<{
|
|
|
1349
1373
|
type: PropType<any[] | Set<any> | (boolean | "true" | "false")>;
|
|
1350
1374
|
default: boolean;
|
|
1351
1375
|
};
|
|
1352
|
-
|
|
1376
|
+
errorMsg: {
|
|
1353
1377
|
type: PropType<string>;
|
|
1354
1378
|
default: string;
|
|
1355
1379
|
};
|
|
1356
|
-
|
|
1380
|
+
hideDetails: {
|
|
1381
|
+
type: PropType<boolean>;
|
|
1382
|
+
};
|
|
1383
|
+
hint: {
|
|
1357
1384
|
type: PropType<string>;
|
|
1358
1385
|
default: string;
|
|
1359
1386
|
};
|
|
@@ -1365,8 +1392,8 @@ export declare const RSwitch: DefineComponent<{
|
|
|
1365
1392
|
id: string | undefined;
|
|
1366
1393
|
disabled: boolean | "true" | "false";
|
|
1367
1394
|
modelValue: any[] | Set<any> | (boolean | "true" | "false");
|
|
1368
|
-
hint: string;
|
|
1369
1395
|
errorMsg: string;
|
|
1396
|
+
hint: string;
|
|
1370
1397
|
}>;
|
|
1371
1398
|
|
|
1372
1399
|
export declare const RTabItem: __VLS_WithTemplateSlots_11<DefineComponent<{
|
|
@@ -1546,11 +1573,14 @@ export declare const RTextArea: DefineComponent<{
|
|
|
1546
1573
|
type: PropType<any>;
|
|
1547
1574
|
default: string;
|
|
1548
1575
|
};
|
|
1549
|
-
|
|
1576
|
+
errorMsg: {
|
|
1550
1577
|
type: PropType<string>;
|
|
1551
1578
|
default: string;
|
|
1552
1579
|
};
|
|
1553
|
-
|
|
1580
|
+
hideDetails: {
|
|
1581
|
+
type: PropType<boolean>;
|
|
1582
|
+
};
|
|
1583
|
+
hint: {
|
|
1554
1584
|
type: PropType<string>;
|
|
1555
1585
|
default: string;
|
|
1556
1586
|
};
|
|
@@ -1576,11 +1606,14 @@ export declare const RTextArea: DefineComponent<{
|
|
|
1576
1606
|
type: PropType<any>;
|
|
1577
1607
|
default: string;
|
|
1578
1608
|
};
|
|
1579
|
-
|
|
1609
|
+
errorMsg: {
|
|
1580
1610
|
type: PropType<string>;
|
|
1581
1611
|
default: string;
|
|
1582
1612
|
};
|
|
1583
|
-
|
|
1613
|
+
hideDetails: {
|
|
1614
|
+
type: PropType<boolean>;
|
|
1615
|
+
};
|
|
1616
|
+
hint: {
|
|
1584
1617
|
type: PropType<string>;
|
|
1585
1618
|
default: string;
|
|
1586
1619
|
};
|
|
@@ -1592,8 +1625,8 @@ export declare const RTextArea: DefineComponent<{
|
|
|
1592
1625
|
disabled: boolean | "true" | "false";
|
|
1593
1626
|
placeholder: string;
|
|
1594
1627
|
modelValue: any;
|
|
1595
|
-
hint: string;
|
|
1596
1628
|
errorMsg: string;
|
|
1629
|
+
hint: string;
|
|
1597
1630
|
}>;
|
|
1598
1631
|
|
|
1599
1632
|
export declare const RTextfield: __VLS_WithTemplateSlots_13<DefineComponent<{
|
|
@@ -1641,11 +1674,15 @@ export declare const RTextfield: __VLS_WithTemplateSlots_13<DefineComponent<{
|
|
|
1641
1674
|
type: PropType<any>;
|
|
1642
1675
|
default: string;
|
|
1643
1676
|
};
|
|
1644
|
-
|
|
1677
|
+
errorMsg: {
|
|
1645
1678
|
type: PropType<string>;
|
|
1646
1679
|
default: string;
|
|
1647
1680
|
};
|
|
1648
|
-
|
|
1681
|
+
hideDetails: {
|
|
1682
|
+
type: PropType<boolean>;
|
|
1683
|
+
default: boolean;
|
|
1684
|
+
};
|
|
1685
|
+
hint: {
|
|
1649
1686
|
type: PropType<string>;
|
|
1650
1687
|
default: string;
|
|
1651
1688
|
};
|
|
@@ -1698,11 +1735,15 @@ export declare const RTextfield: __VLS_WithTemplateSlots_13<DefineComponent<{
|
|
|
1698
1735
|
type: PropType<any>;
|
|
1699
1736
|
default: string;
|
|
1700
1737
|
};
|
|
1701
|
-
|
|
1738
|
+
errorMsg: {
|
|
1702
1739
|
type: PropType<string>;
|
|
1703
1740
|
default: string;
|
|
1704
1741
|
};
|
|
1705
|
-
|
|
1742
|
+
hideDetails: {
|
|
1743
|
+
type: PropType<boolean>;
|
|
1744
|
+
default: boolean;
|
|
1745
|
+
};
|
|
1746
|
+
hint: {
|
|
1706
1747
|
type: PropType<string>;
|
|
1707
1748
|
default: string;
|
|
1708
1749
|
};
|
|
@@ -1727,8 +1768,9 @@ export declare const RTextfield: __VLS_WithTemplateSlots_13<DefineComponent<{
|
|
|
1727
1768
|
appendIcon: string;
|
|
1728
1769
|
placeholder: string;
|
|
1729
1770
|
modelValue: any;
|
|
1730
|
-
hint: string;
|
|
1731
1771
|
errorMsg: string;
|
|
1772
|
+
hideDetails: boolean;
|
|
1773
|
+
hint: string;
|
|
1732
1774
|
clearable: boolean;
|
|
1733
1775
|
}>, {
|
|
1734
1776
|
prepend?(_: {}): any;
|