tide-design-system 2.4.7 → 2.5.2
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/.storybook/main.ts +2 -0
- package/README.md +3 -1
- package/dist/css/reset.css +5 -1
- package/dist/css/utilities-base.css +6 -6
- package/dist/css/utilities-responsive.css +24 -24
- package/dist/css/variables.css +3 -0
- package/dist/style.css +1 -1
- package/dist/tide-design-system.cjs +2 -2
- package/dist/tide-design-system.esm.d.ts +152 -70
- package/dist/tide-design-system.esm.js +1375 -1243
- package/docs/assets/full-bleed.gif +0 -0
- package/docs/assets/layout-grid-default.webp +0 -0
- package/docs/assets/layout-grid-fluid.webp +0 -0
- package/docs/assets/layout-grid.webp +0 -0
- package/docs/configuation.md +47 -0
- package/docs/grid-layout.md +83 -0
- package/docs/upgrading.md +79 -0
- package/index.ts +4 -0
- package/package.json +1 -1
- package/src/assets/css/reset.css +5 -1
- package/src/assets/css/utilities-base.css +6 -6
- package/src/assets/css/utilities-responsive.css +24 -24
- package/src/assets/css/variables.css +3 -0
- package/src/components/TideAccordionItem.vue +21 -13
- package/src/components/TideAlert.vue +1 -1
- package/src/components/TideButtonSegmented.vue +14 -15
- package/src/components/TideChipFilter.vue +13 -7
- package/src/components/TideInputCheckbox.vue +0 -1
- package/src/components/TideInputSelect.vue +1 -1
- package/src/components/TideInputSelectDeprecated.vue +1 -1
- package/src/components/TideInputText.vue +2 -2
- package/src/components/TideInputTextDeprecated.vue +2 -2
- package/src/components/TideInputTextarea.vue +2 -2
- package/src/components/TideInputTextareaDeprecated.vue +2 -2
- package/src/components/TideModal.vue +33 -20
- package/src/components/TidePagination.vue +17 -19
- package/src/components/TideRating.vue +93 -0
- package/src/components/TideSheet.vue +24 -21
- package/src/components/TideSwitch.vue +23 -20
- package/src/components/TideTabs.vue +58 -0
- package/src/stories/TideAccordionItem.stories.ts +33 -34
- package/src/stories/TideButtonSegmented.stories.ts +33 -25
- package/src/stories/TideChipFilter.stories.ts +33 -23
- package/src/stories/TideInputCheckbox.stories.ts +18 -10
- package/src/stories/TideModal.stories.ts +33 -37
- package/src/stories/TidePagination.stories.ts +31 -20
- package/src/stories/TideRating.stories.ts +120 -0
- package/src/stories/TideSheet.stories.ts +33 -28
- package/src/stories/TideSwitch.stories.ts +33 -34
- package/src/stories/TideTabs.stories.ts +115 -0
|
@@ -9,31 +9,85 @@ declare type __VLS_PublicProps = {
|
|
|
9
9
|
modelValue: boolean;
|
|
10
10
|
} & typeof __VLS_typeProps;
|
|
11
11
|
|
|
12
|
+
declare type __VLS_PublicProps_10 = {
|
|
13
|
+
modelValue: number;
|
|
14
|
+
} & typeof __VLS_typeProps_10;
|
|
15
|
+
|
|
16
|
+
declare type __VLS_PublicProps_11 = {
|
|
17
|
+
modelValue: number;
|
|
18
|
+
} & typeof __VLS_typeProps_11;
|
|
19
|
+
|
|
20
|
+
declare type __VLS_PublicProps_12 = {
|
|
21
|
+
modelValue: boolean;
|
|
22
|
+
} & typeof __VLS_typeProps_12;
|
|
23
|
+
|
|
24
|
+
declare type __VLS_PublicProps_13 = {
|
|
25
|
+
modelValue: boolean;
|
|
26
|
+
} & typeof __VLS_typeProps_13;
|
|
27
|
+
|
|
28
|
+
declare type __VLS_PublicProps_14 = {
|
|
29
|
+
modelValue: number;
|
|
30
|
+
} & typeof __VLS_typeProps_14;
|
|
31
|
+
|
|
12
32
|
declare type __VLS_PublicProps_2 = {
|
|
13
|
-
modelValue:
|
|
33
|
+
modelValue: number;
|
|
14
34
|
} & typeof __VLS_typeProps_2;
|
|
15
35
|
|
|
16
36
|
declare type __VLS_PublicProps_3 = {
|
|
17
|
-
modelValue:
|
|
37
|
+
modelValue: boolean;
|
|
18
38
|
} & typeof __VLS_typeProps_3;
|
|
19
39
|
|
|
20
40
|
declare type __VLS_PublicProps_4 = {
|
|
21
|
-
modelValue:
|
|
41
|
+
modelValue: boolean;
|
|
22
42
|
} & typeof __VLS_typeProps_4;
|
|
23
43
|
|
|
24
44
|
declare type __VLS_PublicProps_5 = {
|
|
25
45
|
modelValue: string;
|
|
26
46
|
} & typeof __VLS_typeProps_5;
|
|
27
47
|
|
|
28
|
-
declare
|
|
48
|
+
declare type __VLS_PublicProps_6 = {
|
|
49
|
+
modelValue: string;
|
|
50
|
+
} & typeof __VLS_typeProps_6;
|
|
51
|
+
|
|
52
|
+
declare type __VLS_PublicProps_7 = {
|
|
53
|
+
modelValue: string;
|
|
54
|
+
} & typeof __VLS_typeProps_7;
|
|
55
|
+
|
|
56
|
+
declare type __VLS_PublicProps_8 = {
|
|
57
|
+
modelValue: string;
|
|
58
|
+
} & typeof __VLS_typeProps_8;
|
|
59
|
+
|
|
60
|
+
declare type __VLS_PublicProps_9 = {
|
|
61
|
+
modelValue: boolean;
|
|
62
|
+
} & typeof __VLS_typeProps_9;
|
|
63
|
+
|
|
64
|
+
declare let __VLS_typeProps: Props;
|
|
65
|
+
|
|
66
|
+
declare let __VLS_typeProps_10: Props_29;
|
|
67
|
+
|
|
68
|
+
declare let __VLS_typeProps_11: Props_31;
|
|
69
|
+
|
|
70
|
+
declare let __VLS_typeProps_12: Props_33;
|
|
29
71
|
|
|
30
|
-
declare let
|
|
72
|
+
declare let __VLS_typeProps_13: Props_34;
|
|
31
73
|
|
|
32
|
-
declare let
|
|
74
|
+
declare let __VLS_typeProps_14: Props_35;
|
|
33
75
|
|
|
34
|
-
declare let
|
|
76
|
+
declare let __VLS_typeProps_2: Props_9;
|
|
35
77
|
|
|
36
|
-
declare let
|
|
78
|
+
declare let __VLS_typeProps_3: Props_13;
|
|
79
|
+
|
|
80
|
+
declare let __VLS_typeProps_4: Props_21;
|
|
81
|
+
|
|
82
|
+
declare let __VLS_typeProps_5: Props_22;
|
|
83
|
+
|
|
84
|
+
declare let __VLS_typeProps_6: Props_23;
|
|
85
|
+
|
|
86
|
+
declare let __VLS_typeProps_7: Props_25;
|
|
87
|
+
|
|
88
|
+
declare let __VLS_typeProps_8: Props_26;
|
|
89
|
+
|
|
90
|
+
declare let __VLS_typeProps_9: Props_28;
|
|
37
91
|
|
|
38
92
|
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
39
93
|
new (): {
|
|
@@ -976,7 +1030,6 @@ export declare type Priority = (typeof PRIORITY)[keyof typeof PRIORITY];
|
|
|
976
1030
|
declare type Props = {
|
|
977
1031
|
hasBottomDivider?: boolean;
|
|
978
1032
|
hasTopDivider?: boolean;
|
|
979
|
-
isExpanded?: boolean;
|
|
980
1033
|
isOptional?: boolean;
|
|
981
1034
|
label: string;
|
|
982
1035
|
};
|
|
@@ -1009,7 +1062,6 @@ declare type Props_12 = {
|
|
|
1009
1062
|
};
|
|
1010
1063
|
|
|
1011
1064
|
declare type Props_13 = {
|
|
1012
|
-
isActive: boolean;
|
|
1013
1065
|
label: string;
|
|
1014
1066
|
};
|
|
1015
1067
|
|
|
@@ -1143,16 +1195,20 @@ declare type Props_27 = {
|
|
|
1143
1195
|
};
|
|
1144
1196
|
|
|
1145
1197
|
declare type Props_28 = {
|
|
1198
|
+
/**
|
|
1199
|
+
* Called before the modal closes.
|
|
1200
|
+
*
|
|
1201
|
+
* Return `false` to cancel the close event.
|
|
1202
|
+
*/
|
|
1203
|
+
beforeClose?: () => void | boolean | Promise<void | boolean>;
|
|
1146
1204
|
isBackButton?: boolean;
|
|
1147
1205
|
isDismissible?: boolean;
|
|
1148
|
-
isOpen: boolean;
|
|
1149
1206
|
title?: string;
|
|
1150
1207
|
width?: string;
|
|
1151
1208
|
};
|
|
1152
1209
|
|
|
1153
1210
|
declare type Props_29 = {
|
|
1154
|
-
|
|
1155
|
-
pageTotal?: number;
|
|
1211
|
+
pageTotal: number;
|
|
1156
1212
|
};
|
|
1157
1213
|
|
|
1158
1214
|
declare type Props_3 = {
|
|
@@ -1168,18 +1224,27 @@ declare type Props_30 = {
|
|
|
1168
1224
|
};
|
|
1169
1225
|
|
|
1170
1226
|
declare type Props_31 = {
|
|
1227
|
+
description?: string;
|
|
1228
|
+
maxRating?: number;
|
|
1229
|
+
showRating?: boolean;
|
|
1230
|
+
title?: string;
|
|
1231
|
+
};
|
|
1232
|
+
|
|
1233
|
+
declare type Props_32 = {
|
|
1171
1234
|
heading?: string;
|
|
1172
1235
|
links: Link[];
|
|
1173
1236
|
};
|
|
1174
1237
|
|
|
1175
|
-
declare type
|
|
1176
|
-
isOpen: boolean;
|
|
1238
|
+
declare type Props_33 = {
|
|
1177
1239
|
isBackButton?: boolean;
|
|
1178
1240
|
};
|
|
1179
1241
|
|
|
1180
|
-
declare type
|
|
1242
|
+
declare type Props_34 = {
|
|
1181
1243
|
disabled?: boolean;
|
|
1182
|
-
|
|
1244
|
+
};
|
|
1245
|
+
|
|
1246
|
+
declare type Props_35 = {
|
|
1247
|
+
tabs: Tab[];
|
|
1183
1248
|
};
|
|
1184
1249
|
|
|
1185
1250
|
declare type Props_4 = {
|
|
@@ -1221,8 +1286,7 @@ declare type Props_8 = {
|
|
|
1221
1286
|
};
|
|
1222
1287
|
|
|
1223
1288
|
declare type Props_9 = {
|
|
1224
|
-
|
|
1225
|
-
tabs: Tab[];
|
|
1289
|
+
tabs: Tab[] | readonly Tab[];
|
|
1226
1290
|
};
|
|
1227
1291
|
|
|
1228
1292
|
export declare const provideTideConfig: (config?: Partial<TideConfig>) => void;
|
|
@@ -1342,15 +1406,13 @@ export declare type TextInput = GenericInput & StringValue & {
|
|
|
1342
1406
|
|
|
1343
1407
|
export declare type TextInputType = (typeof TEXT_INPUT_TYPE)[keyof typeof TEXT_INPUT_TYPE];
|
|
1344
1408
|
|
|
1345
|
-
export declare const TideAccordionItem: __VLS_WithTemplateSlots<DefineComponent<
|
|
1346
|
-
|
|
1347
|
-
}, string, PublicProps, Readonly<
|
|
1348
|
-
|
|
1409
|
+
export declare const TideAccordionItem: __VLS_WithTemplateSlots<DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1410
|
+
"update:modelValue": (modelValue: boolean) => any;
|
|
1411
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
1412
|
+
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
1349
1413
|
}>, {
|
|
1350
|
-
label: string;
|
|
1351
1414
|
hasBottomDivider: boolean;
|
|
1352
1415
|
hasTopDivider: boolean;
|
|
1353
|
-
isExpanded: boolean;
|
|
1354
1416
|
isOptional: boolean;
|
|
1355
1417
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1356
1418
|
default?(_: {}): any;
|
|
@@ -1418,13 +1480,11 @@ element: ElementBroad;
|
|
|
1418
1480
|
href: string;
|
|
1419
1481
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1420
1482
|
|
|
1421
|
-
export declare const TideButtonSegmented: DefineComponent<
|
|
1422
|
-
|
|
1423
|
-
}, string, PublicProps, Readonly<
|
|
1424
|
-
|
|
1425
|
-
}>, {
|
|
1426
|
-
activeTab: number;
|
|
1427
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1483
|
+
export declare const TideButtonSegmented: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1484
|
+
"update:modelValue": (modelValue: number) => any;
|
|
1485
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
1486
|
+
"onUpdate:modelValue"?: ((modelValue: number) => any) | undefined;
|
|
1487
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1428
1488
|
|
|
1429
1489
|
export declare const TideCard: DefineComponent<Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_10> & Readonly<{}>, {
|
|
1430
1490
|
type: CardType;
|
|
@@ -1458,7 +1518,11 @@ href: string;
|
|
|
1458
1518
|
isNewTab: boolean;
|
|
1459
1519
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1460
1520
|
|
|
1461
|
-
export declare const TideChipFilter: __VLS_WithTemplateSlots_4<DefineComponent<
|
|
1521
|
+
export declare const TideChipFilter: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1522
|
+
"update:modelValue": (modelValue: boolean) => any;
|
|
1523
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
|
|
1524
|
+
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
1525
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1462
1526
|
default?(_: {}): any;
|
|
1463
1527
|
}>;
|
|
1464
1528
|
|
|
@@ -1516,13 +1580,13 @@ export declare const TideIndicator: DefineComponent<Props_20, {}, {}, {}, {}, Co
|
|
|
1516
1580
|
label: string | number;
|
|
1517
1581
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1518
1582
|
|
|
1519
|
-
export declare const TideInputCheckbox: DefineComponent<
|
|
1583
|
+
export declare const TideInputCheckbox: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1520
1584
|
"update:modelValue": (modelValue: boolean) => any;
|
|
1521
1585
|
} & {
|
|
1522
1586
|
valid: (valid: boolean) => any;
|
|
1523
|
-
}, string, PublicProps, Readonly<
|
|
1524
|
-
onValid?: ((valid: boolean) => any) | undefined;
|
|
1587
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
1525
1588
|
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
1589
|
+
onValid?: ((valid: boolean) => any) | undefined;
|
|
1526
1590
|
}>, {
|
|
1527
1591
|
number: number;
|
|
1528
1592
|
error: string;
|
|
@@ -1563,9 +1627,9 @@ name: string;
|
|
|
1563
1627
|
checked: boolean;
|
|
1564
1628
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1565
1629
|
|
|
1566
|
-
export declare const TideInputRadio: DefineComponent<
|
|
1630
|
+
export declare const TideInputRadio: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1567
1631
|
"update:modelValue": (modelValue: string) => any;
|
|
1568
|
-
}, string, PublicProps, Readonly<
|
|
1632
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
1569
1633
|
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
1570
1634
|
}>, {
|
|
1571
1635
|
number: number;
|
|
@@ -1600,13 +1664,13 @@ name: string;
|
|
|
1600
1664
|
checked: boolean;
|
|
1601
1665
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1602
1666
|
|
|
1603
|
-
export declare const TideInputSelect: DefineComponent<
|
|
1667
|
+
export declare const TideInputSelect: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1604
1668
|
"update:modelValue": (modelValue: string) => any;
|
|
1605
1669
|
} & {
|
|
1606
1670
|
valid: (isValid: boolean) => any;
|
|
1607
|
-
}, string, PublicProps, Readonly<
|
|
1608
|
-
onValid?: ((isValid: boolean) => any) | undefined;
|
|
1671
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
1609
1672
|
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
1673
|
+
onValid?: ((isValid: boolean) => any) | undefined;
|
|
1610
1674
|
}>, {
|
|
1611
1675
|
error: string;
|
|
1612
1676
|
label: string;
|
|
@@ -1635,13 +1699,13 @@ inputId: string;
|
|
|
1635
1699
|
supportingText: string;
|
|
1636
1700
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1637
1701
|
|
|
1638
|
-
export declare const TideInputText: DefineComponent<
|
|
1702
|
+
export declare const TideInputText: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1639
1703
|
"update:modelValue": (modelValue: string) => any;
|
|
1640
1704
|
} & {
|
|
1641
1705
|
valid: (isValid: boolean) => any;
|
|
1642
|
-
}, string, PublicProps, Readonly<
|
|
1643
|
-
onValid?: ((isValid: boolean) => any) | undefined;
|
|
1706
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
1644
1707
|
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
1708
|
+
onValid?: ((isValid: boolean) => any) | undefined;
|
|
1645
1709
|
}>, {
|
|
1646
1710
|
error: string;
|
|
1647
1711
|
type: TextInputType;
|
|
@@ -1664,13 +1728,13 @@ suffix: string;
|
|
|
1664
1728
|
transformValue: FormValueTransformer;
|
|
1665
1729
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1666
1730
|
|
|
1667
|
-
export declare const TideInputTextarea: DefineComponent<
|
|
1731
|
+
export declare const TideInputTextarea: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1668
1732
|
"update:modelValue": (modelValue: string) => any;
|
|
1669
1733
|
} & {
|
|
1670
1734
|
valid: (isValid: boolean) => any;
|
|
1671
|
-
}, string, PublicProps, Readonly<
|
|
1672
|
-
onValid?: ((isValid: boolean) => any) | undefined;
|
|
1735
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
1673
1736
|
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
1737
|
+
onValid?: ((isValid: boolean) => any) | undefined;
|
|
1674
1738
|
}>, {
|
|
1675
1739
|
error: string;
|
|
1676
1740
|
label: string;
|
|
@@ -1838,30 +1902,29 @@ isNewTab: boolean;
|
|
|
1838
1902
|
iconTrailing: Icon;
|
|
1839
1903
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1840
1904
|
|
|
1841
|
-
export declare const TideModal: __VLS_WithTemplateSlots_8<DefineComponent<
|
|
1842
|
-
|
|
1905
|
+
export declare const TideModal: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1906
|
+
"update:modelValue": (modelValue: boolean) => any;
|
|
1907
|
+
} & {
|
|
1843
1908
|
back: () => any;
|
|
1844
|
-
}, string, PublicProps, Readonly<
|
|
1845
|
-
|
|
1909
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
|
|
1910
|
+
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
1846
1911
|
onBack?: (() => any) | undefined;
|
|
1847
1912
|
}>, {
|
|
1848
1913
|
title: string;
|
|
1849
1914
|
width: string;
|
|
1850
1915
|
isDismissible: boolean;
|
|
1916
|
+
beforeClose: () => boolean | void | Promise<boolean | void>;
|
|
1851
1917
|
isBackButton: boolean;
|
|
1852
1918
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1853
1919
|
default?(_: {}): any;
|
|
1854
1920
|
footer?(_: {}): any;
|
|
1855
1921
|
}>;
|
|
1856
1922
|
|
|
1857
|
-
export declare const TidePagination: DefineComponent<
|
|
1858
|
-
|
|
1859
|
-
}, string, PublicProps, Readonly<
|
|
1860
|
-
|
|
1861
|
-
}>, {
|
|
1862
|
-
pageCurrent: number;
|
|
1863
|
-
pageTotal: number;
|
|
1864
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1923
|
+
export declare const TidePagination: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1924
|
+
"update:modelValue": (modelValue: number) => any;
|
|
1925
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
1926
|
+
"onUpdate:modelValue"?: ((modelValue: number) => any) | undefined;
|
|
1927
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1865
1928
|
|
|
1866
1929
|
export declare const TidePopover: __VLS_WithTemplateSlots_9<DefineComponent<Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_30> & Readonly<{}>, {
|
|
1867
1930
|
offset: number;
|
|
@@ -1869,29 +1932,48 @@ offset: number;
|
|
|
1869
1932
|
default?(_: {}): any;
|
|
1870
1933
|
}>;
|
|
1871
1934
|
|
|
1872
|
-
export declare const
|
|
1935
|
+
export declare const TideRating: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1936
|
+
"update:modelValue": (modelValue: number) => any;
|
|
1937
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
|
|
1938
|
+
"onUpdate:modelValue"?: ((modelValue: number) => any) | undefined;
|
|
1939
|
+
}>, {
|
|
1940
|
+
title: string;
|
|
1941
|
+
description: string;
|
|
1942
|
+
maxRating: number;
|
|
1943
|
+
showRating: boolean;
|
|
1944
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1945
|
+
|
|
1946
|
+
export declare const TideSeoLinks: DefineComponent<Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_32> & Readonly<{}>, {
|
|
1873
1947
|
heading: string;
|
|
1874
1948
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1875
1949
|
|
|
1876
|
-
export declare const TideSheet: __VLS_WithTemplateSlots_10<DefineComponent<
|
|
1877
|
-
|
|
1950
|
+
export declare const TideSheet: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1951
|
+
"update:modelValue": (modelValue: boolean) => any;
|
|
1952
|
+
} & {
|
|
1878
1953
|
back: () => any;
|
|
1879
|
-
}, string, PublicProps, Readonly<
|
|
1880
|
-
|
|
1954
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
|
|
1955
|
+
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
1881
1956
|
onBack?: (() => any) | undefined;
|
|
1882
|
-
}>, {
|
|
1957
|
+
}>, {
|
|
1958
|
+
isBackButton: boolean;
|
|
1959
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1883
1960
|
default?(_: {}): any;
|
|
1884
1961
|
}>;
|
|
1885
1962
|
|
|
1886
|
-
export declare const TideSwitch: DefineComponent<
|
|
1887
|
-
|
|
1888
|
-
}, string, PublicProps, Readonly<
|
|
1889
|
-
|
|
1963
|
+
export declare const TideSwitch: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1964
|
+
"update:modelValue": (modelValue: boolean) => any;
|
|
1965
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
|
|
1966
|
+
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
1890
1967
|
}>, {
|
|
1891
1968
|
disabled: boolean;
|
|
1892
|
-
isActive: boolean;
|
|
1893
1969
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1894
1970
|
|
|
1971
|
+
export declare const TideTabs: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1972
|
+
"update:modelValue": (modelValue: number) => any;
|
|
1973
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
|
|
1974
|
+
"onUpdate:modelValue"?: ((modelValue: number) => any) | undefined;
|
|
1975
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1976
|
+
|
|
1895
1977
|
export declare const TYPE_CARD: {
|
|
1896
1978
|
readonly ACTIONABLE: "action";
|
|
1897
1979
|
readonly INFORMATIONAL: "informational";
|