@uzum-tech/ui 1.12.1 → 1.12.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/dist/index.js +1 -1
- package/dist/index.prod.js +1 -1
- package/es/_internal/typography/src/text.d.ts +2 -2
- package/es/config-provider/src/internal-interface.d.ts +2 -0
- package/es/typography/src/text.d.ts +2 -2
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/typography/src/text.d.ts +2 -2
- package/lib/config-provider/src/internal-interface.d.ts +2 -0
- package/lib/typography/src/text.d.ts +2 -2
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/web-types.json +1 -1
|
@@ -277,9 +277,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
277
277
|
readonly text: string;
|
|
278
278
|
readonly variant: TypographyVariant;
|
|
279
279
|
readonly italic: boolean;
|
|
280
|
-
readonly underline: boolean;
|
|
281
|
-
readonly strikethrough: boolean;
|
|
282
280
|
readonly variantOptions: TypographyVariantOptions;
|
|
283
281
|
readonly variantWeightsOptions: TypographyVariantWeightsOptions;
|
|
282
|
+
readonly underline: boolean;
|
|
283
|
+
readonly strikethrough: boolean;
|
|
284
284
|
}, {}>;
|
|
285
285
|
export default _default;
|
|
@@ -180,6 +180,7 @@ import type { UploadProps } from '../../upload';
|
|
|
180
180
|
import type { WatermarkProps } from '../../watermark';
|
|
181
181
|
import type { ChatProps } from '../../chat';
|
|
182
182
|
import type { ScrollbarProps } from '../../scrollbar';
|
|
183
|
+
import type { TextProps } from '../../typography';
|
|
183
184
|
import { SelectSize } from '../../_internal/selection';
|
|
184
185
|
import { IconPlacement } from '../../dialog/src/interface';
|
|
185
186
|
import { ModalFullscreenTheme } from '../../modal-fullscreen/styles';
|
|
@@ -383,6 +384,7 @@ export interface GlobalComponentConfig {
|
|
|
383
384
|
Flex?: FlexProps;
|
|
384
385
|
CardList?: CardListProps;
|
|
385
386
|
Chat?: ChatProps;
|
|
387
|
+
Text?: TextProps;
|
|
386
388
|
InputOtp?: InputOtpProps;
|
|
387
389
|
}
|
|
388
390
|
export interface GlobalIconConfig {
|
|
@@ -308,10 +308,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
308
308
|
text: string;
|
|
309
309
|
variant: import("..").TypographyVariant;
|
|
310
310
|
italic: boolean;
|
|
311
|
-
underline: boolean;
|
|
312
|
-
strikethrough: boolean;
|
|
313
311
|
variantOptions: import("..").TypographyVariantOptions;
|
|
314
312
|
variantWeightsOptions: import("..").TypographyVariantWeightsOptions;
|
|
313
|
+
underline: boolean;
|
|
314
|
+
strikethrough: boolean;
|
|
315
315
|
delete: boolean;
|
|
316
316
|
}, {}>;
|
|
317
317
|
export default _default;
|
package/es/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "1.12.
|
|
1
|
+
declare const _default: "1.12.2";
|
|
2
2
|
export default _default;
|
package/es/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '1.12.
|
|
1
|
+
export default '1.12.2';
|
|
@@ -277,9 +277,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
277
277
|
readonly text: string;
|
|
278
278
|
readonly variant: TypographyVariant;
|
|
279
279
|
readonly italic: boolean;
|
|
280
|
-
readonly underline: boolean;
|
|
281
|
-
readonly strikethrough: boolean;
|
|
282
280
|
readonly variantOptions: TypographyVariantOptions;
|
|
283
281
|
readonly variantWeightsOptions: TypographyVariantWeightsOptions;
|
|
282
|
+
readonly underline: boolean;
|
|
283
|
+
readonly strikethrough: boolean;
|
|
284
284
|
}, {}>;
|
|
285
285
|
export default _default;
|
|
@@ -180,6 +180,7 @@ import type { UploadProps } from '../../upload';
|
|
|
180
180
|
import type { WatermarkProps } from '../../watermark';
|
|
181
181
|
import type { ChatProps } from '../../chat';
|
|
182
182
|
import type { ScrollbarProps } from '../../scrollbar';
|
|
183
|
+
import type { TextProps } from '../../typography';
|
|
183
184
|
import { SelectSize } from '../../_internal/selection';
|
|
184
185
|
import { IconPlacement } from '../../dialog/src/interface';
|
|
185
186
|
import { ModalFullscreenTheme } from '../../modal-fullscreen/styles';
|
|
@@ -383,6 +384,7 @@ export interface GlobalComponentConfig {
|
|
|
383
384
|
Flex?: FlexProps;
|
|
384
385
|
CardList?: CardListProps;
|
|
385
386
|
Chat?: ChatProps;
|
|
387
|
+
Text?: TextProps;
|
|
386
388
|
InputOtp?: InputOtpProps;
|
|
387
389
|
}
|
|
388
390
|
export interface GlobalIconConfig {
|
|
@@ -308,10 +308,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
308
308
|
text: string;
|
|
309
309
|
variant: import("..").TypographyVariant;
|
|
310
310
|
italic: boolean;
|
|
311
|
-
underline: boolean;
|
|
312
|
-
strikethrough: boolean;
|
|
313
311
|
variantOptions: import("..").TypographyVariantOptions;
|
|
314
312
|
variantWeightsOptions: import("..").TypographyVariantWeightsOptions;
|
|
313
|
+
underline: boolean;
|
|
314
|
+
strikethrough: boolean;
|
|
315
315
|
delete: boolean;
|
|
316
316
|
}, {}>;
|
|
317
317
|
export default _default;
|
package/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "1.12.
|
|
1
|
+
declare const _default: "1.12.2";
|
|
2
2
|
export default _default;
|
package/lib/version.js
CHANGED
package/package.json
CHANGED
package/web-types.json
CHANGED