@omnia/fx 8.0.156-dev → 8.0.158-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/services/OmniaSearchUserService.d.ts +7 -0
  3. package/internal-do-not-import-from-here/services/index.d.ts +37 -36
  4. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +152 -0
  5. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +152 -0
  6. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +152 -0
  7. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +17 -39
  8. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +26 -38
  9. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +23 -29
  11. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +8 -11
  13. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +35 -1
  16. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +2 -1
  17. package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +2 -1
  18. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBirthdayRegistration.d.ts +1 -0
  19. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBooleanRegistration.d.ts +1 -0
  20. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateRegistration.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateTimeRegistration.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedEmailRegistration.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedHtmlRegistration.d.ts +1 -0
  24. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIdentityRegistration.d.ts +1 -0
  25. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIntegerRegistration.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedLinkRegistration.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilineTextRegistration.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilingualTextRegistration.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedPhoneNumberRegistration.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedTextRegistration.d.ts +1 -0
  31. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +4 -1
  32. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +22 -1
  34. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +3 -2
  35. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +22 -1
  36. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +152 -0
  37. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +304 -0
  38. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +389 -10
  39. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +18 -49
  40. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +304 -0
  41. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +21 -0
  42. package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +0 -2
  43. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +27 -53
  44. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +152 -0
  45. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +10 -10
  46. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +3 -3
  47. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/DefinitionRegistrations.d.ts +1 -0
  48. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +6 -0
  49. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +875 -0
  50. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Image.d.ts +2 -0
  51. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/ImageText.d.ts +3 -0
  52. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Quote.d.ts +2 -0
  53. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Text.d.ts +2 -0
  54. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/index.d.ts +4 -0
  55. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/index.d.ts +2 -0
  56. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Image.d.ts +2 -0
  57. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog.d.ts +3 -0
  58. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog2.d.ts +3 -0
  59. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Praise.d.ts +2 -0
  60. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/SocialText.d.ts +2 -0
  61. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/index.d.ts +4 -0
  62. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +9 -0
  63. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/VelcronDefinitionIds.d.ts +15 -0
  64. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/index.d.ts +2 -0
  65. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +162 -0
  66. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -1
  67. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +12 -16
  68. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -1
  69. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +1 -10
  70. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/IconEditor.d.ts +406 -0
  71. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +98 -102
  72. package/internal-do-not-import-from-here/wctypings.d.ts +31 -1
  73. package/package.json +2 -2
@@ -1,7 +1,3 @@
1
- export declare const SpacingStyling: {
2
- createSpacing: typeof createSpacing;
3
- createSpacingx: typeof createSpacingx;
4
- };
5
1
  export type SpacingTypes = "padding" | "margin";
6
2
  export interface NumericalSpacing {
7
3
  top?: number;
@@ -9,11 +5,12 @@ export interface NumericalSpacing {
9
5
  bottom?: number;
10
6
  left?: number;
11
7
  }
12
- declare function createSpacingx(spacing: NumericalSpacing, type: SpacingTypes): Readonly<{
13
- className?: string;
14
- style?: Readonly<{
15
- [$$Key$$: string]: string | number;
8
+ export declare namespace spacingStyling {
9
+ function createSpacingx(spacing: NumericalSpacing, type: SpacingTypes): Readonly<{
10
+ className?: string;
11
+ style?: Readonly<{
12
+ [$$Key$$: string]: string | number;
13
+ }>;
16
14
  }>;
17
- }>;
18
- declare function createSpacing(spacing: NumericalSpacing, type: SpacingTypes): string;
19
- export {};
15
+ function createSpacing(spacing: NumericalSpacing, type: SpacingTypes): string;
16
+ }
@@ -2,7 +2,7 @@
2
2
  import { TypographyBlueprint, TypographySize, TypographyTypes, TypographyValue } from "@omnia/fx-models";
3
3
  import { MediaQuery } from "typestyle/lib/types";
4
4
  import { useTypographyBlueprintStore } from "@omnia/fx/ux";
5
- export declare const TypographyStyles: {
5
+ export declare const typographyStyles: {
6
6
  typographyTypeStyling: typeof typographyTypeStyling;
7
7
  typographyStyling: typeof typographyStyling;
8
8
  typographyStylingFromValue: typeof typographyStylingByValue;
@@ -1,6 +1,6 @@
1
- export { BlueprintStyles } from "./Blueprints";
1
+ export { blueprintStyles as blueprintStyles } from "./Blueprints";
2
2
  export * from "./Colors";
3
3
  export * from "./General";
4
- export { TypographyStyles } from "./Typography";
4
+ export { typographyStyles as TypographyStyles } from "./Typography";
5
5
  export * from "./Spacing";
6
6
  export * from "./Chrome";
@@ -1,5 +1,5 @@
1
+ import { EnterprisePropertyDefinition, ExternalPropertySelectionItem, GuidValue } from "../../../models";
1
2
  import "./EnterprisePropertyPickerStyles.css";
2
- import { EnterprisePropertyDefinition, ExternalPropertySelectionItem } from "@omnia/fx-models";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
5
  "hide-details": {
@@ -8,6 +8,14 @@ declare const _default: {
8
8
  hideDetails: {
9
9
  type: import("vue").PropType<boolean>;
10
10
  };
11
+ "excluded-property-type-ids": {
12
+ type: import("vue").PropType<GuidValue[]>;
13
+ required: false;
14
+ };
15
+ excludedPropertyTypeIds: {
16
+ type: import("vue").PropType<GuidValue[]>;
17
+ required: false;
18
+ };
11
19
  "on-change": {
12
20
  type: import("vue").PropType<(propertyInternalName: string | Array<string>) => void>;
13
21
  };
@@ -59,6 +67,14 @@ declare const _default: {
59
67
  hideDetails: {
60
68
  type: import("vue").PropType<boolean>;
61
69
  };
70
+ "excluded-property-type-ids": {
71
+ type: import("vue").PropType<GuidValue[]>;
72
+ required: false;
73
+ };
74
+ excludedPropertyTypeIds: {
75
+ type: import("vue").PropType<GuidValue[]>;
76
+ required: false;
77
+ };
62
78
  "on-change": {
63
79
  type: import("vue").PropType<(propertyInternalName: string | Array<string>) => void>;
64
80
  };
@@ -117,6 +133,14 @@ declare const _default: {
117
133
  hideDetails: {
118
134
  type: import("vue").PropType<boolean>;
119
135
  };
136
+ "excluded-property-type-ids": {
137
+ type: import("vue").PropType<GuidValue[]>;
138
+ required: false;
139
+ };
140
+ excludedPropertyTypeIds: {
141
+ type: import("vue").PropType<GuidValue[]>;
142
+ required: false;
143
+ };
120
144
  "on-change": {
121
145
  type: import("vue").PropType<(propertyInternalName: string | Array<string>) => void>;
122
146
  };
@@ -172,6 +196,14 @@ declare const _default: {
172
196
  hideDetails: {
173
197
  type: import("vue").PropType<boolean>;
174
198
  };
199
+ "excluded-property-type-ids": {
200
+ type: import("vue").PropType<GuidValue[]>;
201
+ required: false;
202
+ };
203
+ excludedPropertyTypeIds: {
204
+ type: import("vue").PropType<GuidValue[]>;
205
+ required: false;
206
+ };
175
207
  "on-change": {
176
208
  type: import("vue").PropType<(propertyInternalName: string | Array<string>) => void>;
177
209
  };
@@ -228,10 +260,12 @@ declare const _default: {
228
260
  preSelectedPropertyInternalName?: string | string[];
229
261
  propertyItems?: EnterprisePropertyDefinition[];
230
262
  externalPropertyItems?: ExternalPropertySelectionItem[];
263
+ excludedPropertyTypeIds?: GuidValue[];
231
264
  "pre-selected-property-internal-name"?: string | string[];
232
265
  "property-items"?: EnterprisePropertyDefinition[];
233
266
  "external-property-items"?: ExternalPropertySelectionItem[];
234
267
  "on-change"?: (propertyInternalName: string | Array<string>) => void;
268
+ "excluded-property-type-ids"?: GuidValue[];
235
269
  }>, never>;
236
270
  };
237
271
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { IValidator } from "../..";
2
- import { EnterprisePropertyDefinition, ExternalPropertySelectionItem } from "../../../models";
2
+ import { EnterprisePropertyDefinition, ExternalPropertySelectionItem, GuidValue } from "../../../models";
3
3
  export interface IEnterprisePropertyPickerProperties {
4
4
  label?: string;
5
5
  disabled?: boolean;
@@ -14,4 +14,5 @@ export interface IEnterprisePropertyPicker extends IEnterprisePropertyPickerProp
14
14
  externalPropertyItems?: Array<ExternalPropertySelectionItem>;
15
15
  onChange: (propertyInternalName: string | Array<string>) => void;
16
16
  requiredWithValidator?: IValidator;
17
+ excludedPropertyTypeIds?: GuidValue[];
17
18
  }
@@ -1,4 +1,4 @@
1
- import { FilterEngineContext, FilterEngineSettings } from "@omnia/fx-models";
1
+ import { EnterprisePropertyDefinition, FilterEngineContext, FilterEngineSettings } from "@omnia/fx-models";
2
2
  export declare class Helper {
3
3
  private enterprisePropertyStore;
4
4
  private propertyDefinitionHash;
@@ -6,4 +6,5 @@ export declare class Helper {
6
6
  private contextPropertiesApi;
7
7
  ensureValidData: (settings: FilterEngineSettings, context: FilterEngineContext) => Promise<void>;
8
8
  ensureInitResources: () => Promise<void>;
9
+ getPropertyDataTypeId: (propertyDefinition: EnterprisePropertyDefinition) => import("@omnia/fx-models").GuidValue;
9
10
  }
@@ -1,4 +1,4 @@
1
- import { BaseFilterEngineProperty, BaseFilterEnginePropertyOutput, BaseFilterEnginePropertyType, EnterprisePropertyDefinition, FilterEngineContext, FilterEngineContextPropertyDefinition, FilterEngineRouterProperty, FilterEngineSettings, IMessageBusSubscriptionHandler, ITypedFilterEngineHandler, Refinement, Refiner } from "@omnia/fx-models";
1
+ import { BaseFilterEngineProperty, BaseFilterEnginePropertyOutput, BaseFilterEnginePropertyType, EnterprisePropertyDefinition, FilterEngineContext, FilterEngineContextPropertyDefinition, FilterEngineRouterProperty, FilterEngineSettings, IMessageBusSubscriptionHandler, ITypedFilterEngineHandler, Refinement, Refiner, TermColorSettings } from "@omnia/fx-models";
2
2
  import { Store } from "@omnia/fx/stores";
3
3
  import { SidePanelContext } from "../../SidePanelContext";
4
4
  export declare class FilterEngineHandler extends Store {
@@ -63,6 +63,8 @@ export declare class FilterEngineHandler extends Store {
63
63
  totalSelections: () => number;
64
64
  componentId: () => string;
65
65
  hasDefaultStyling: () => boolean;
66
+ getFilterSettingStyles: () => TermColorSettings;
67
+ getPropertyDefinitionId: (typedHandler: ITypedFilterEngineHandler) => BaseFilterEnginePropertyType;
66
68
  };
67
69
  mutations: {
68
70
  registerTopElement: import("@omnia/fx/stores").StoreMutation<(element: Element) => void, (element: Element) => IMessageBusSubscriptionHandler>;
@@ -77,6 +79,7 @@ export declare class FilterEngineHandler extends Store {
77
79
  actions: {
78
80
  init: import("@omnia/fx/stores").StoreAction<unknown, (settings: FilterEngineSettings, fromRouter?: boolean, updateDataCallback?: () => Promise<void>) => void, (result: void, settings: FilterEngineSettings, fromRouter?: boolean, updateDataCallback?: () => Promise<void>) => void, (failureReason: any, settings: FilterEngineSettings, fromRouter?: boolean, updateDataCallback?: () => Promise<void>) => void, (settings: FilterEngineSettings, fromRouter?: boolean, updateDataCallback?: () => Promise<void>) => Promise<void>>;
79
81
  };
82
+ private getPropertyDataTypeId;
80
83
  private handleDataChange;
81
84
  private getPropertyDefinition;
82
85
  private updateFilterState;
@@ -8,7 +8,7 @@ type ExtractProps<T> = {
8
8
  } ? T["$props"][K] : never;
9
9
  };
10
10
  type BladeElement = new (...args: any[]) => {
11
- "$props": Omit<ExtractProps<Pick<InstanceType<JourneyBladeComponentTypings>, "$props">>, "id">;
11
+ "$props": Omit<ExtractProps<Pick<InstanceType<JourneyBladeComponentTypings>, "$props">>, "id" | "getApi">;
12
12
  };
13
13
  export declare function useBlade<T extends JourneyBladeRouter>(bladeId: GuidValue): {
14
14
  Blade: BladeElement;
@@ -1,8 +1,13 @@
1
1
  import "@toast-ui/editor/dist/toastui-editor.css";
2
2
  import "@toast-ui/editor/dist/theme/toastui-editor-dark.css";
3
- import { TypographySizes, TypographyTypes } from "@omnia/fx-models";
3
+ import { TextBlueprint, TypographySizes, TypographyTypes } from "@omnia/fx-models";
4
4
  declare const _default: {
5
5
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
6
+ blueprint: {
7
+ type: import("vue").PropType<TextBlueprint>;
8
+ } & {
9
+ type: import("vue").PropType<TextBlueprint>;
10
+ };
6
11
  size: {
7
12
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
8
13
  } & {
@@ -96,6 +101,11 @@ declare const _default: {
96
101
  }>;
97
102
  };
98
103
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
104
+ blueprint: {
105
+ type: import("vue").PropType<TextBlueprint>;
106
+ } & {
107
+ type: import("vue").PropType<TextBlueprint>;
108
+ };
99
109
  size: {
100
110
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
101
111
  } & {
@@ -196,6 +206,11 @@ declare const _default: {
196
206
  M: {};
197
207
  Defaults: {};
198
208
  }, Readonly<import("vue").ExtractPropTypes<{
209
+ blueprint: {
210
+ type: import("vue").PropType<TextBlueprint>;
211
+ } & {
212
+ type: import("vue").PropType<TextBlueprint>;
213
+ };
199
214
  size: {
200
215
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
201
216
  } & {
@@ -293,6 +308,11 @@ declare const _default: {
293
308
  __isTeleport?: never;
294
309
  __isSuspense?: never;
295
310
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
311
+ blueprint: {
312
+ type: import("vue").PropType<TextBlueprint>;
313
+ } & {
314
+ type: import("vue").PropType<TextBlueprint>;
315
+ };
296
316
  size: {
297
317
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
298
318
  } & {
@@ -451,6 +471,7 @@ declare const _default: {
451
471
  typography?: "title" | "text" | "navigation" | TypographyTypes;
452
472
  size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
453
473
  placeholder?: string;
474
+ blueprint?: TextBlueprint;
454
475
  toned?: boolean;
455
476
  "v-model"?: string;
456
477
  "onUpdate:modelValue"?: (value: string) => any;
@@ -1,4 +1,5 @@
1
- import { ColorDefinition, TypographyBlueprint, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx-models";
1
+ import { ColorDefinition, TextBlueprint, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx-models";
2
+ import { useColorSchemaStore, useTypographyBlueprintStore } from "@omnia/fx/ux";
2
3
  export declare const MarkdownRendererStyles: {
3
- container: (color: ColorDefinition, toned: boolean, blueprint: TypographyBlueprint, typography: TypographyTypes | TypographyType, size: TypographySizes | TypographySize) => string;
4
+ container: (color: ColorDefinition, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>, toned: boolean, textBlueprint: TextBlueprint, typography: TypographyTypes | TypographyType, size: TypographySizes | TypographySize) => string;
4
5
  };
@@ -1,6 +1,11 @@
1
- import { TypographySizes, TypographyTypes } from "@omnia/fx-models";
1
+ import { TextBlueprint, TypographySizes, TypographyTypes } from "@omnia/fx-models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
+ blueprint: {
5
+ type: import("vue").PropType<TextBlueprint>;
6
+ } & {
7
+ type: import("vue").PropType<TextBlueprint>;
8
+ };
4
9
  size: {
5
10
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
6
11
  } & {
@@ -21,6 +26,11 @@ declare const _default: {
21
26
  required: true;
22
27
  };
23
28
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
29
+ blueprint: {
30
+ type: import("vue").PropType<TextBlueprint>;
31
+ } & {
32
+ type: import("vue").PropType<TextBlueprint>;
33
+ };
24
34
  size: {
25
35
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
26
36
  } & {
@@ -48,6 +58,11 @@ declare const _default: {
48
58
  M: {};
49
59
  Defaults: {};
50
60
  }, Readonly<import("vue").ExtractPropTypes<{
61
+ blueprint: {
62
+ type: import("vue").PropType<TextBlueprint>;
63
+ } & {
64
+ type: import("vue").PropType<TextBlueprint>;
65
+ };
51
66
  size: {
52
67
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
53
68
  } & {
@@ -72,6 +87,11 @@ declare const _default: {
72
87
  __isTeleport?: never;
73
88
  __isSuspense?: never;
74
89
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
90
+ blueprint: {
91
+ type: import("vue").PropType<TextBlueprint>;
92
+ } & {
93
+ type: import("vue").PropType<TextBlueprint>;
94
+ };
75
95
  size: {
76
96
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
77
97
  } & {
@@ -97,6 +117,7 @@ declare const _default: {
97
117
  } & {
98
118
  typography?: "title" | "text" | "navigation" | TypographyTypes;
99
119
  size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
120
+ blueprint?: TextBlueprint;
100
121
  toned?: boolean;
101
122
  }>, never>;
102
123
  };