tide-design-system 2.5.4 → 2.5.6
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/style.css +1 -1
- package/dist/tide-design-system.cjs +2 -2
- package/dist/tide-design-system.esm.d.ts +50 -40
- package/dist/tide-design-system.esm.js +512 -469
- package/index.ts +2 -0
- package/package.json +1 -1
- package/src/components/TideIcon.vue +8 -6
|
@@ -10,57 +10,61 @@ declare type __VLS_PublicProps = {
|
|
|
10
10
|
} & typeof __VLS_typeProps;
|
|
11
11
|
|
|
12
12
|
declare type __VLS_PublicProps_10 = {
|
|
13
|
+
modelValue: boolean;
|
|
14
|
+
} & typeof __VLS_typeProps_9;
|
|
15
|
+
|
|
16
|
+
declare type __VLS_PublicProps_11 = {
|
|
13
17
|
modelValue: number;
|
|
14
18
|
} & typeof __VLS_typeProps_10;
|
|
15
19
|
|
|
16
|
-
declare type
|
|
20
|
+
declare type __VLS_PublicProps_12 = {
|
|
17
21
|
modelValue: number;
|
|
18
22
|
} & typeof __VLS_typeProps_11;
|
|
19
23
|
|
|
20
|
-
declare type
|
|
24
|
+
declare type __VLS_PublicProps_13 = {
|
|
21
25
|
modelValue: boolean;
|
|
22
26
|
} & typeof __VLS_typeProps_12;
|
|
23
27
|
|
|
24
|
-
declare type
|
|
28
|
+
declare type __VLS_PublicProps_14 = {
|
|
25
29
|
modelValue: boolean;
|
|
26
30
|
} & typeof __VLS_typeProps_13;
|
|
27
31
|
|
|
28
|
-
declare type
|
|
32
|
+
declare type __VLS_PublicProps_15 = {
|
|
29
33
|
modelValue: number;
|
|
30
34
|
} & typeof __VLS_typeProps_14;
|
|
31
35
|
|
|
32
36
|
declare type __VLS_PublicProps_2 = {
|
|
37
|
+
modelValue: boolean;
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
declare type __VLS_PublicProps_3 = {
|
|
33
41
|
modelValue: number;
|
|
34
42
|
} & typeof __VLS_typeProps_2;
|
|
35
43
|
|
|
36
|
-
declare type
|
|
44
|
+
declare type __VLS_PublicProps_4 = {
|
|
37
45
|
modelValue: boolean;
|
|
38
46
|
} & typeof __VLS_typeProps_3;
|
|
39
47
|
|
|
40
|
-
declare type
|
|
48
|
+
declare type __VLS_PublicProps_5 = {
|
|
41
49
|
modelValue: boolean;
|
|
42
50
|
} & typeof __VLS_typeProps_4;
|
|
43
51
|
|
|
44
|
-
declare type
|
|
52
|
+
declare type __VLS_PublicProps_6 = {
|
|
45
53
|
modelValue: string;
|
|
46
54
|
} & typeof __VLS_typeProps_5;
|
|
47
55
|
|
|
48
|
-
declare type
|
|
56
|
+
declare type __VLS_PublicProps_7 = {
|
|
49
57
|
modelValue: string;
|
|
50
58
|
} & typeof __VLS_typeProps_6;
|
|
51
59
|
|
|
52
|
-
declare type
|
|
60
|
+
declare type __VLS_PublicProps_8 = {
|
|
53
61
|
modelValue: string;
|
|
54
62
|
} & typeof __VLS_typeProps_7;
|
|
55
63
|
|
|
56
|
-
declare type
|
|
64
|
+
declare type __VLS_PublicProps_9 = {
|
|
57
65
|
modelValue: string;
|
|
58
66
|
} & typeof __VLS_typeProps_8;
|
|
59
67
|
|
|
60
|
-
declare type __VLS_PublicProps_9 = {
|
|
61
|
-
modelValue: boolean;
|
|
62
|
-
} & typeof __VLS_typeProps_9;
|
|
63
|
-
|
|
64
68
|
declare let __VLS_typeProps: Props;
|
|
65
69
|
|
|
66
70
|
declare let __VLS_typeProps_10: Props_29;
|
|
@@ -1481,9 +1485,15 @@ element: ElementBroad;
|
|
|
1481
1485
|
href: string;
|
|
1482
1486
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1483
1487
|
|
|
1484
|
-
export declare const
|
|
1485
|
-
"update:modelValue": (modelValue:
|
|
1488
|
+
export declare const TideButtonSave: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1489
|
+
"update:modelValue": (modelValue: boolean) => any;
|
|
1486
1490
|
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
1491
|
+
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
1492
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1493
|
+
|
|
1494
|
+
export declare const TideButtonSegmented: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1495
|
+
"update:modelValue": (modelValue: number) => any;
|
|
1496
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
|
|
1487
1497
|
"onUpdate:modelValue"?: ((modelValue: number) => any) | undefined;
|
|
1488
1498
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1489
1499
|
|
|
@@ -1519,9 +1529,9 @@ href: string;
|
|
|
1519
1529
|
isNewTab: boolean;
|
|
1520
1530
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1521
1531
|
|
|
1522
|
-
export declare const TideChipFilter: __VLS_WithTemplateSlots_4<DefineComponent<
|
|
1532
|
+
export declare const TideChipFilter: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1523
1533
|
"update:modelValue": (modelValue: boolean) => any;
|
|
1524
|
-
}, string, PublicProps, Readonly<
|
|
1534
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
1525
1535
|
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
1526
1536
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1527
1537
|
default?(_: {}): any;
|
|
@@ -1581,11 +1591,11 @@ export declare const TideIndicator: DefineComponent<Props_20, {}, {}, {}, {}, Co
|
|
|
1581
1591
|
label: string | number;
|
|
1582
1592
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1583
1593
|
|
|
1584
|
-
export declare const TideInputCheckbox: DefineComponent<
|
|
1594
|
+
export declare const TideInputCheckbox: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1585
1595
|
"update:modelValue": (modelValue: boolean) => any;
|
|
1586
1596
|
} & {
|
|
1587
1597
|
valid: (valid: boolean) => any;
|
|
1588
|
-
}, string, PublicProps, Readonly<
|
|
1598
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
1589
1599
|
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
1590
1600
|
onValid?: ((valid: boolean) => any) | undefined;
|
|
1591
1601
|
}>, {
|
|
@@ -1628,9 +1638,9 @@ name: string;
|
|
|
1628
1638
|
checked: boolean;
|
|
1629
1639
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1630
1640
|
|
|
1631
|
-
export declare const TideInputRadio: DefineComponent<
|
|
1641
|
+
export declare const TideInputRadio: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1632
1642
|
"update:modelValue": (modelValue: string) => any;
|
|
1633
|
-
}, string, PublicProps, Readonly<
|
|
1643
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
1634
1644
|
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
1635
1645
|
}>, {
|
|
1636
1646
|
number: number;
|
|
@@ -1665,11 +1675,11 @@ name: string;
|
|
|
1665
1675
|
checked: boolean;
|
|
1666
1676
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1667
1677
|
|
|
1668
|
-
export declare const TideInputSelect: DefineComponent<
|
|
1678
|
+
export declare const TideInputSelect: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1669
1679
|
"update:modelValue": (modelValue: string) => any;
|
|
1670
1680
|
} & {
|
|
1671
1681
|
valid: (isValid: boolean) => any;
|
|
1672
|
-
}, string, PublicProps, Readonly<
|
|
1682
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
1673
1683
|
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
1674
1684
|
onValid?: ((isValid: boolean) => any) | undefined;
|
|
1675
1685
|
}>, {
|
|
@@ -1700,11 +1710,11 @@ inputId: string;
|
|
|
1700
1710
|
supportingText: string;
|
|
1701
1711
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1702
1712
|
|
|
1703
|
-
export declare const TideInputText: DefineComponent<
|
|
1713
|
+
export declare const TideInputText: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1704
1714
|
"update:modelValue": (modelValue: string) => any;
|
|
1705
1715
|
} & {
|
|
1706
1716
|
valid: (isValid: boolean) => any;
|
|
1707
|
-
}, string, PublicProps, Readonly<
|
|
1717
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
1708
1718
|
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
1709
1719
|
onValid?: ((isValid: boolean) => any) | undefined;
|
|
1710
1720
|
}>, {
|
|
@@ -1729,11 +1739,11 @@ suffix: string;
|
|
|
1729
1739
|
transformValue: FormValueTransformer;
|
|
1730
1740
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1731
1741
|
|
|
1732
|
-
export declare const TideInputTextarea: DefineComponent<
|
|
1742
|
+
export declare const TideInputTextarea: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1733
1743
|
"update:modelValue": (modelValue: string) => any;
|
|
1734
1744
|
} & {
|
|
1735
1745
|
valid: (isValid: boolean) => any;
|
|
1736
|
-
}, string, PublicProps, Readonly<
|
|
1746
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
|
|
1737
1747
|
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
1738
1748
|
onValid?: ((isValid: boolean) => any) | undefined;
|
|
1739
1749
|
}>, {
|
|
@@ -1904,11 +1914,11 @@ isNewTab: boolean;
|
|
|
1904
1914
|
iconTrailing: Icon;
|
|
1905
1915
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1906
1916
|
|
|
1907
|
-
export declare const TideModal: __VLS_WithTemplateSlots_8<DefineComponent<
|
|
1917
|
+
export declare const TideModal: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1908
1918
|
"update:modelValue": (modelValue: boolean) => any;
|
|
1909
1919
|
} & {
|
|
1910
1920
|
back: () => any;
|
|
1911
|
-
}, string, PublicProps, Readonly<
|
|
1921
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
1912
1922
|
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
1913
1923
|
onBack?: (() => any) | undefined;
|
|
1914
1924
|
}>, {
|
|
@@ -1922,9 +1932,9 @@ isBackButton: boolean;
|
|
|
1922
1932
|
footer?(_: {}): any;
|
|
1923
1933
|
}>;
|
|
1924
1934
|
|
|
1925
|
-
export declare const TidePagination: DefineComponent<
|
|
1935
|
+
export declare const TidePagination: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1926
1936
|
"update:modelValue": (modelValue: number) => any;
|
|
1927
|
-
}, string, PublicProps, Readonly<
|
|
1937
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
|
|
1928
1938
|
"onUpdate:modelValue"?: ((modelValue: number) => any) | undefined;
|
|
1929
1939
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1930
1940
|
|
|
@@ -1934,9 +1944,9 @@ offset: number;
|
|
|
1934
1944
|
default?(_: {}): any;
|
|
1935
1945
|
}>;
|
|
1936
1946
|
|
|
1937
|
-
export declare const TideRating: DefineComponent<
|
|
1947
|
+
export declare const TideRating: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1938
1948
|
"update:modelValue": (modelValue: number) => any;
|
|
1939
|
-
}, string, PublicProps, Readonly<
|
|
1949
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
|
|
1940
1950
|
"onUpdate:modelValue"?: ((modelValue: number) => any) | undefined;
|
|
1941
1951
|
}>, {
|
|
1942
1952
|
title: string;
|
|
@@ -1949,11 +1959,11 @@ export declare const TideSeoLinks: DefineComponent<Props_32, {}, {}, {}, {}, Com
|
|
|
1949
1959
|
heading: string;
|
|
1950
1960
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1951
1961
|
|
|
1952
|
-
export declare const TideSheet: __VLS_WithTemplateSlots_10<DefineComponent<
|
|
1962
|
+
export declare const TideSheet: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1953
1963
|
"update:modelValue": (modelValue: boolean) => any;
|
|
1954
1964
|
} & {
|
|
1955
1965
|
back: () => any;
|
|
1956
|
-
}, string, PublicProps, Readonly<
|
|
1966
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
|
|
1957
1967
|
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
1958
1968
|
onBack?: (() => any) | undefined;
|
|
1959
1969
|
}>, {
|
|
@@ -1962,17 +1972,17 @@ isBackButton: boolean;
|
|
|
1962
1972
|
default?(_: {}): any;
|
|
1963
1973
|
}>;
|
|
1964
1974
|
|
|
1965
|
-
export declare const TideSwitch: DefineComponent<
|
|
1975
|
+
export declare const TideSwitch: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1966
1976
|
"update:modelValue": (modelValue: boolean) => any;
|
|
1967
|
-
}, string, PublicProps, Readonly<
|
|
1977
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
|
|
1968
1978
|
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
1969
1979
|
}>, {
|
|
1970
1980
|
disabled: boolean;
|
|
1971
1981
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1972
1982
|
|
|
1973
|
-
export declare const TideTabs: DefineComponent<
|
|
1983
|
+
export declare const TideTabs: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1974
1984
|
"update:modelValue": (modelValue: number) => any;
|
|
1975
|
-
}, string, PublicProps, Readonly<
|
|
1985
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
|
|
1976
1986
|
"onUpdate:modelValue"?: ((modelValue: number) => any) | undefined;
|
|
1977
1987
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1978
1988
|
|