tide-design-system 2.0.42 → 2.0.44
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.
|
@@ -1363,7 +1363,7 @@ declare type Props_16 = {
|
|
|
1363
1363
|
alt: string;
|
|
1364
1364
|
isLazy?: boolean;
|
|
1365
1365
|
sources?: Source[];
|
|
1366
|
-
src
|
|
1366
|
+
src?: string;
|
|
1367
1367
|
};
|
|
1368
1368
|
|
|
1369
1369
|
declare type Props_17 = {
|
|
@@ -1394,7 +1394,7 @@ declare type Props_2 = {
|
|
|
1394
1394
|
alt: string;
|
|
1395
1395
|
isLazy: boolean;
|
|
1396
1396
|
sources?: Source[];
|
|
1397
|
-
src
|
|
1397
|
+
src?: string;
|
|
1398
1398
|
};
|
|
1399
1399
|
|
|
1400
1400
|
declare interface Props_20 extends SelectField {
|
|
@@ -1749,14 +1749,17 @@ export declare const TideBackgroundImage: __VLS_WithTemplateSlots_3<DefineCompon
|
|
|
1749
1749
|
alt: string;
|
|
1750
1750
|
isLazy: boolean;
|
|
1751
1751
|
sources: () => never[];
|
|
1752
|
+
src: undefined;
|
|
1752
1753
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToOption_2<Props_2>, {
|
|
1753
1754
|
alt: string;
|
|
1754
1755
|
isLazy: boolean;
|
|
1755
1756
|
sources: () => never[];
|
|
1757
|
+
src: undefined;
|
|
1756
1758
|
}>>>, {
|
|
1757
1759
|
alt: string;
|
|
1758
1760
|
isLazy: boolean;
|
|
1759
1761
|
sources: Source[];
|
|
1762
|
+
src: string;
|
|
1760
1763
|
}, {}>, {
|
|
1761
1764
|
default?(_: {}): any;
|
|
1762
1765
|
}>;
|
|
@@ -1923,14 +1926,17 @@ export declare const TideImage: DefineComponent<__VLS_WithDefaults_12<__VLS_Type
|
|
|
1923
1926
|
alt: string;
|
|
1924
1927
|
isLazy: boolean;
|
|
1925
1928
|
sources: () => never[];
|
|
1929
|
+
src: undefined;
|
|
1926
1930
|
}>, any, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToOption_16<Props_16>, {
|
|
1927
1931
|
alt: string;
|
|
1928
1932
|
isLazy: boolean;
|
|
1929
1933
|
sources: () => never[];
|
|
1934
|
+
src: undefined;
|
|
1930
1935
|
}>>>, {
|
|
1931
1936
|
alt: string;
|
|
1932
1937
|
isLazy: boolean;
|
|
1933
1938
|
sources: Source[];
|
|
1939
|
+
src: string;
|
|
1934
1940
|
}, {}>;
|
|
1935
1941
|
|
|
1936
1942
|
export declare const TideIndicator: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToOption_17<Props_17>, {
|