@omnia/fx 8.0.403-dev → 8.0.405-dev

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.
Files changed (40) hide show
  1. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +3 -1
  2. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +1 -68
  3. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/GDPRBlade.d.ts +6 -0
  5. package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/SelectBreakpointBlade.d.ts +16 -0
  6. package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/store/TypographyEditorStore.d.ts +99 -62
  7. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/store/TextStylePickerStore.d.ts +0 -1
  8. package/internal-do-not-import-from-here/ux/aurora/components/typography/{TypographyEditor.d.ts → TextStyleEditor.d.ts} +39 -21
  9. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +6 -4
  10. package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/aurora/components/typography/store/TextStyleEditorStore.d.ts +53 -0
  12. package/internal-do-not-import-from-here/ux/aurora/components/typography/store/TypographyViewerStore.d.ts +45 -0
  13. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +0 -108
  14. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintManager.d.ts +3 -0
  15. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +43 -8
  16. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +4 -4
  17. package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +8 -4
  18. package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +8 -8
  23. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +8 -8
  24. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/oxide/panel/store/PanelStore.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberConfiguration.d.ts +7 -0
  35. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +19 -67
  36. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +4 -0
  37. package/internal-do-not-import-from-here/ux/properties/property-cover/PropertyCover.d.ts +4 -3
  38. package/internal-do-not-import-from-here/wctypings.d.ts +16 -8
  39. package/package.json +2 -2
  40. package/internal-do-not-import-from-here/ux/aurora/components/typography/store/TypographyEditorStore.d.ts +0 -63
@@ -27,113 +27,5 @@ export declare class DocumentationTypography implements TypographyBlueprint {
27
27
  md: number;
28
28
  sm: number;
29
29
  };
30
- styles: {
31
- s1: any;
32
- s2: any;
33
- s3: any;
34
- s4: any;
35
- s5: any;
36
- s6: any;
37
- s7: any;
38
- s8: any;
39
- s9: any;
40
- s10: any;
41
- };
42
- };
43
- title: {
44
- xl: {
45
- scale: number;
46
- lg: {
47
- weight: number;
48
- };
49
- };
50
- l: {
51
- scale: number;
52
- lg: {
53
- weight: number;
54
- };
55
- };
56
- m: {
57
- scale: number;
58
- lg: {
59
- weight: number;
60
- };
61
- };
62
- s: {
63
- scale: number;
64
- lg: {
65
- weight: number;
66
- };
67
- };
68
- xs: {
69
- scale: number;
70
- lg: {
71
- weight: number;
72
- };
73
- };
74
- };
75
- text: {
76
- xl: {
77
- scale: number;
78
- lg: {
79
- weight: number;
80
- };
81
- };
82
- l: {
83
- scale: number;
84
- lg: {
85
- weight: number;
86
- };
87
- };
88
- m: {
89
- scale: number;
90
- lg: {
91
- weight: number;
92
- };
93
- };
94
- s: {
95
- scale: number;
96
- lg: {
97
- weight: number;
98
- };
99
- };
100
- xs: {
101
- scale: number;
102
- lg: {
103
- weight: number;
104
- };
105
- };
106
- };
107
- label: {
108
- xl: {
109
- scale: number;
110
- lg: {
111
- weight: number;
112
- };
113
- };
114
- l: {
115
- scale: number;
116
- lg: {
117
- weight: number;
118
- };
119
- };
120
- m: {
121
- scale: number;
122
- lg: {
123
- weight: number;
124
- };
125
- };
126
- s: {
127
- scale: number;
128
- lg: {
129
- weight: number;
130
- };
131
- };
132
- xs: {
133
- scale: number;
134
- lg: {
135
- weight: number;
136
- };
137
- };
138
30
  };
139
31
  }
@@ -1,5 +1,8 @@
1
1
  import { TextStyleDefinition, TextStyleSizes, TextStyleType, TypographyBlueprint } from "@omnia/fx-models";
2
2
  export declare function useTypographyBlueprintManager(): {
3
+ typeScale: {
4
+ createDefinition: (blueprint: TypographyBlueprint, scaleSlot: number) => TextStyleDefinition;
5
+ };
3
6
  definition: {
4
7
  updateAllFromTypeScale(blueprint: TypographyBlueprint): TypographyBlueprint;
5
8
  updateFromBaseStyles(definition: TextStyleDefinition, type: TextStyleType, size: TextStyleSizes, blueprint: TypographyBlueprint): TextStyleDefinition;
@@ -4,25 +4,40 @@ import { useTypographyBlueprintStore } from "../../store";
4
4
  export declare namespace TypographyStyling {
5
5
  function typographyTypeStylex(typographyType: TextStyleTypes, size: TextStyleSize, blueprint: TypographyBlueprint): Readonly<import("../../../Styles.stylex").StylexValue>;
6
6
  function typographyStylex(blueprints: ReturnType<typeof useTypographyBlueprintStore>): {
7
- title: {
7
+ display: {
8
8
  readonly xl: Readonly<import("../../../Styles.stylex").StylexValue>;
9
9
  readonly l: Readonly<import("../../../Styles.stylex").StylexValue>;
10
10
  readonly m: Readonly<import("../../../Styles.stylex").StylexValue>;
11
11
  readonly s: Readonly<import("../../../Styles.stylex").StylexValue>;
12
12
  readonly xs: Readonly<import("../../../Styles.stylex").StylexValue>;
13
13
  };
14
- text: {
14
+ headline: {
15
+ readonly xl: Readonly<import("../../../Styles.stylex").StylexValue>;
16
+ readonly l: Readonly<import("../../../Styles.stylex").StylexValue>;
17
+ readonly m: Readonly<import("../../../Styles.stylex").StylexValue>;
18
+ readonly s: Readonly<import("../../../Styles.stylex").StylexValue>;
19
+ readonly xs: Readonly<import("../../../Styles.stylex").StylexValue>;
20
+ };
21
+ title: {
22
+ readonly xl: Readonly<import("../../../Styles.stylex").StylexValue>;
15
23
  readonly l: Readonly<import("../../../Styles.stylex").StylexValue>;
16
24
  readonly m: Readonly<import("../../../Styles.stylex").StylexValue>;
17
25
  readonly s: Readonly<import("../../../Styles.stylex").StylexValue>;
18
26
  readonly xs: Readonly<import("../../../Styles.stylex").StylexValue>;
19
27
  };
20
- navigation: {
28
+ text: {
29
+ readonly xl: Readonly<import("../../../Styles.stylex").StylexValue>;
21
30
  readonly l: Readonly<import("../../../Styles.stylex").StylexValue>;
22
31
  readonly m: Readonly<import("../../../Styles.stylex").StylexValue>;
32
+ readonly s: Readonly<import("../../../Styles.stylex").StylexValue>;
33
+ readonly xs: Readonly<import("../../../Styles.stylex").StylexValue>;
23
34
  };
24
- link: {
35
+ label: {
36
+ readonly xl: Readonly<import("../../../Styles.stylex").StylexValue>;
37
+ readonly l: Readonly<import("../../../Styles.stylex").StylexValue>;
25
38
  readonly m: Readonly<import("../../../Styles.stylex").StylexValue>;
39
+ readonly s: Readonly<import("../../../Styles.stylex").StylexValue>;
40
+ readonly xs: Readonly<import("../../../Styles.stylex").StylexValue>;
26
41
  };
27
42
  variants: {
28
43
  readonly variant1: Readonly<import("../../../Styles.stylex").StylexValue>;
@@ -41,31 +56,51 @@ export declare const typographyStyles: {
41
56
  typographyStylingFromValue: typeof typographyStylingByValue;
42
57
  };
43
58
  export interface TypographyTypesResult {
44
- title: {
59
+ display: {
45
60
  xl: string;
46
61
  l: string;
47
62
  m: string;
48
63
  s: string;
49
64
  xs: string;
50
65
  };
51
- text: {
66
+ headline: {
67
+ xl: string;
68
+ l: string;
69
+ m: string;
70
+ s: string;
71
+ xs: string;
72
+ };
73
+ title: {
74
+ xl: string;
52
75
  l: string;
53
76
  m: string;
54
77
  s: string;
55
78
  xs: string;
56
79
  };
57
- navigation: {
80
+ text: {
81
+ xl: string;
58
82
  l: string;
59
83
  m: string;
84
+ s: string;
85
+ xs: string;
60
86
  };
61
- link: {
87
+ label: {
88
+ xl: string;
89
+ l: string;
62
90
  m: string;
91
+ s: string;
92
+ xs: string;
63
93
  };
64
94
  variant: {
65
95
  1: string;
66
96
  2: string;
67
97
  3: string;
68
98
  4: string;
99
+ 5: string;
100
+ 6: string;
101
+ 7: string;
102
+ 8: string;
103
+ 9: string;
69
104
  };
70
105
  typographyType: (typographyType: string) => string;
71
106
  }
@@ -2,7 +2,7 @@ import { DateTimeZone } from "@omnia/fx/models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
4
  size: {
5
- type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "scale1" | "scale2" | "scale3" | "scale4" | "scale5" | "scale6" | "scale7" | "scale8" | "scale9" | "scale10">;
5
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
6
6
  };
7
7
  showTimeZone: {
8
8
  type: import("vue").PropType<boolean>;
@@ -33,7 +33,7 @@ declare const _default: {
33
33
  Defaults: {};
34
34
  }, Readonly<import("vue").ExtractPropTypes<{
35
35
  size: {
36
- type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "scale1" | "scale2" | "scale3" | "scale4" | "scale5" | "scale6" | "scale7" | "scale8" | "scale9" | "scale10">;
36
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
37
37
  };
38
38
  showTimeZone: {
39
39
  type: import("vue").PropType<boolean>;
@@ -61,7 +61,7 @@ declare const _default: {
61
61
  __isSuspense?: never;
62
62
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
63
63
  size: {
64
- type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "scale1" | "scale2" | "scale3" | "scale4" | "scale5" | "scale6" | "scale7" | "scale8" | "scale9" | "scale10">;
64
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
65
65
  };
66
66
  showTimeZone: {
67
67
  type: import("vue").PropType<boolean>;
@@ -87,7 +87,7 @@ declare const _default: {
87
87
  propsDefinition: Omit<Readonly<{} & {
88
88
  label?: string;
89
89
  variant?: "time" | "date" | "date-time";
90
- size?: "l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "scale1" | "scale2" | "scale3" | "scale4" | "scale5" | "scale6" | "scale7" | "scale8" | "scale9" | "scale10";
90
+ size?: "l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
91
91
  value?: DateTimeZone<string>;
92
92
  dateFormat?: string;
93
93
  showTimeZone?: boolean;
@@ -1,4 +1,6 @@
1
+ import { DefineSlot } from "@omnia/fx/ux";
1
2
  import { ExtendedPropertyEnterprisePropertyDefinition } from "@omnia/fx/models";
3
+ import { VNodeChild } from "vue";
2
4
  import * as ux from "@omnia/fx/ux";
3
5
  declare const _default: (props: ux.ExtractProps<{
4
6
  property: ExtendedPropertyEnterprisePropertyDefinition;
@@ -6,9 +8,11 @@ declare const _default: (props: ux.ExtractProps<{
6
8
  styles?: {
7
9
  container: import("typestyle/lib/types").NestedCSSProperties;
8
10
  };
9
- }> & {} & {
10
- "v-slots"?: {} & Omit<{
11
+ } & DefineSlot<"settings", () => VNodeChild>> & {} & {
12
+ "v-slots"?: {
13
+ settings?: () => VNodeChild;
14
+ } & Omit<{
11
15
  default?: import("vue").Slot;
12
- }, never>;
13
- } & {} & Omit<ux.VueComponentBaseProps, "styles" | "property"> & ux.VNodeEvents) => any;
16
+ }, "settings">;
17
+ } & {} & Omit<ux.VueComponentBaseProps, "styles" | "property" | "slot:settings"> & ux.VNodeEvents) => any;
14
18
  export default _default;
@@ -27,7 +27,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
27
27
  textStyle: import("@omnia/fx-models").TextBlueprint;
28
28
  };
29
29
  };
30
- events: import("../../../../../stores").StoreEvents<{
30
+ events: import("../../../../../shared").StoreEvents<{
31
31
  editorContent: import("@omnia/fx/ux").FlowContent;
32
32
  plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
33
33
  pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
@@ -52,7 +52,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
52
52
  textStyle: import("@omnia/fx-models").TextBlueprint;
53
53
  };
54
54
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
55
- actions: import("../../../../../stores").StoreReturnDefineAction<{
55
+ actions: import("../../../../../shared").StoreReturnDefineAction<{
56
56
  confirm: () => {
57
57
  delete: {
58
58
  container: (element: HTMLElement) => void;
@@ -27,7 +27,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
27
27
  textStyle: import("@omnia/fx-models").TextBlueprint;
28
28
  };
29
29
  };
30
- events: import("../../../../../stores").StoreEvents<{
30
+ events: import("../../../../../shared").StoreEvents<{
31
31
  editorContent: import("@omnia/fx/ux").FlowContent;
32
32
  plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
33
33
  pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
@@ -52,7 +52,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
52
52
  textStyle: import("@omnia/fx-models").TextBlueprint;
53
53
  };
54
54
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
55
- actions: import("../../../../../stores").StoreReturnDefineAction<{
55
+ actions: import("../../../../../shared").StoreReturnDefineAction<{
56
56
  confirm: () => {
57
57
  delete: {
58
58
  container: (element: HTMLElement) => void;
@@ -27,7 +27,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
27
27
  textStyle: import("@omnia/fx-models").TextBlueprint;
28
28
  };
29
29
  };
30
- events: import("../../../../../stores").StoreEvents<{
30
+ events: import("../../../../../shared").StoreEvents<{
31
31
  editorContent: import("@omnia/fx/ux").FlowContent;
32
32
  plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
33
33
  pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
@@ -52,7 +52,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
52
52
  textStyle: import("@omnia/fx-models").TextBlueprint;
53
53
  };
54
54
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
55
- actions: import("../../../../../stores").StoreReturnDefineAction<{
55
+ actions: import("../../../../../shared").StoreReturnDefineAction<{
56
56
  confirm: () => {
57
57
  delete: {
58
58
  container: (element: HTMLElement) => void;
@@ -27,7 +27,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
27
27
  textStyle: import("@omnia/fx-models").TextBlueprint;
28
28
  };
29
29
  };
30
- events: import("../../../../../stores").StoreEvents<{
30
+ events: import("../../../../../shared").StoreEvents<{
31
31
  editorContent: import("@omnia/fx/ux").FlowContent;
32
32
  plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
33
33
  pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
@@ -52,7 +52,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
52
52
  textStyle: import("@omnia/fx-models").TextBlueprint;
53
53
  };
54
54
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
55
- actions: import("../../../../../stores").StoreReturnDefineAction<{
55
+ actions: import("../../../../../shared").StoreReturnDefineAction<{
56
56
  confirm: () => {
57
57
  delete: {
58
58
  container: (element: HTMLElement) => void;
@@ -12,10 +12,10 @@ declare const _default: {
12
12
  type: import("vue").PropType<TextBlueprint>;
13
13
  };
14
14
  size: {
15
- type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "scale1" | "scale2" | "scale3" | "scale4" | "scale5" | "scale6" | "scale7" | "scale8" | "scale9" | "scale10">;
15
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
16
16
  };
17
17
  typography: {
18
- type: import("vue").PropType<"title" | "text" | "navigation" | "label" | "variants" | "fills" | "typeScale" | TextStyleTypes>;
18
+ type: import("vue").PropType<"display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes>;
19
19
  };
20
20
  placeholder: {
21
21
  type: import("vue").PropType<string>;
@@ -130,10 +130,10 @@ declare const _default: {
130
130
  type: import("vue").PropType<TextBlueprint>;
131
131
  };
132
132
  size: {
133
- type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "scale1" | "scale2" | "scale3" | "scale4" | "scale5" | "scale6" | "scale7" | "scale8" | "scale9" | "scale10">;
133
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
134
134
  };
135
135
  typography: {
136
- type: import("vue").PropType<"title" | "text" | "navigation" | "label" | "variants" | "fills" | "typeScale" | TextStyleTypes>;
136
+ type: import("vue").PropType<"display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes>;
137
137
  };
138
138
  placeholder: {
139
139
  type: import("vue").PropType<string>;
@@ -245,10 +245,10 @@ declare const _default: {
245
245
  type: import("vue").PropType<TextBlueprint>;
246
246
  };
247
247
  size: {
248
- type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "scale1" | "scale2" | "scale3" | "scale4" | "scale5" | "scale6" | "scale7" | "scale8" | "scale9" | "scale10">;
248
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
249
249
  };
250
250
  typography: {
251
- type: import("vue").PropType<"title" | "text" | "navigation" | "label" | "variants" | "fills" | "typeScale" | TextStyleTypes>;
251
+ type: import("vue").PropType<"display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes>;
252
252
  };
253
253
  placeholder: {
254
254
  type: import("vue").PropType<string>;
@@ -408,10 +408,10 @@ declare const _default: {
408
408
  };
409
409
  }>;
410
410
  };
411
- typography?: "title" | "text" | "navigation" | "label" | "variants" | "fills" | "typeScale" | TextStyleTypes;
411
+ typography?: "display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes;
412
412
  blueprint?: TextBlueprint;
413
413
  container?: boolean;
414
- size?: "l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "scale1" | "scale2" | "scale3" | "scale4" | "scale5" | "scale6" | "scale7" | "scale8" | "scale9" | "scale10";
414
+ size?: "l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
415
415
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
416
416
  plugins?: [object];
417
417
  hideToolbar?: boolean;
@@ -5,10 +5,10 @@ declare const _default: {
5
5
  type: import("vue").PropType<TextBlueprint>;
6
6
  };
7
7
  size: {
8
- type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "scale1" | "scale2" | "scale3" | "scale4" | "scale5" | "scale6" | "scale7" | "scale8" | "scale9" | "scale10">;
8
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
9
9
  };
10
10
  typography: {
11
- type: import("vue").PropType<"title" | "text" | "navigation" | "label" | "variants" | "fills" | "typeScale" | TextStyleTypes>;
11
+ type: import("vue").PropType<"display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes>;
12
12
  };
13
13
  toned: {
14
14
  type: import("vue").PropType<boolean>;
@@ -29,10 +29,10 @@ declare const _default: {
29
29
  type: import("vue").PropType<TextBlueprint>;
30
30
  };
31
31
  size: {
32
- type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "scale1" | "scale2" | "scale3" | "scale4" | "scale5" | "scale6" | "scale7" | "scale8" | "scale9" | "scale10">;
32
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
33
33
  };
34
34
  typography: {
35
- type: import("vue").PropType<"title" | "text" | "navigation" | "label" | "variants" | "fills" | "typeScale" | TextStyleTypes>;
35
+ type: import("vue").PropType<"display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes>;
36
36
  };
37
37
  toned: {
38
38
  type: import("vue").PropType<boolean>;
@@ -50,10 +50,10 @@ declare const _default: {
50
50
  type: import("vue").PropType<TextBlueprint>;
51
51
  };
52
52
  size: {
53
- type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "scale1" | "scale2" | "scale3" | "scale4" | "scale5" | "scale6" | "scale7" | "scale8" | "scale9" | "scale10">;
53
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
54
54
  };
55
55
  typography: {
56
- type: import("vue").PropType<"title" | "text" | "navigation" | "label" | "variants" | "fills" | "typeScale" | TextStyleTypes>;
56
+ type: import("vue").PropType<"display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes>;
57
57
  };
58
58
  toned: {
59
59
  type: import("vue").PropType<boolean>;
@@ -66,9 +66,9 @@ declare const _default: {
66
66
  propsDefinition: Omit<Readonly<{
67
67
  value: string;
68
68
  } & {
69
- typography?: "title" | "text" | "navigation" | "label" | "variants" | "fills" | "typeScale" | TextStyleTypes;
69
+ typography?: "display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes;
70
70
  blueprint?: TextBlueprint;
71
- size?: "l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "scale1" | "scale2" | "scale3" | "scale4" | "scale5" | "scale6" | "scale7" | "scale8" | "scale9" | "scale10";
71
+ size?: "l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
72
72
  toned?: boolean;
73
73
  }>, never>;
74
74
  };
@@ -14,8 +14,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
14
14
  } & {
15
15
  galleryPanelStore: {
16
16
  state: {};
17
- events: import("../../../../stores").StoreEvents<{}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
18
- actions: import("../../../../stores").StoreReturnDefineAction<{
17
+ events: import("../../../../shared").StoreEvents<{}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
18
+ actions: import("../../../../shared").StoreReturnDefineAction<{
19
19
  init: (swiperObj: import("swiper").default) => void;
20
20
  nextSlide: () => void;
21
21
  prevSlide: () => void;
@@ -11,5 +11,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<AppBarProps>
11
11
  } & Omit<{
12
12
  default?: import("vue").Slot;
13
13
  }, "actionButtons">;
14
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "navigation" | "icon" | "variant" | "filled" | "id" | "class" | "absolute" | "colorSchemaType" | "closable" | "emit:click:navigation" | "colors" | "subTitle" | "emit:click:close" | "navigationExpanded" | "slot:actionButtons"> & import("@omnia/fx/ux").VNodeEvents) => any;
14
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "filled" | "id" | "class" | "absolute" | "colorSchemaType" | "closable" | "emit:click:navigation" | "colors" | "navigation" | "subTitle" | "emit:click:close" | "navigationExpanded" | "slot:actionButtons"> & import("@omnia/fx/ux").VNodeEvents) => any;
15
15
  export default _default;
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ColumnGridPr
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
7
7
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "xs" | "xl" | "alignSelf" | "margin" | "padding" | "variant" | "filled" | "sm" | "md" | "lg" | "class" | "colorSchemaType" | "cols" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "xs" | "xl" | "lg" | "md" | "sm" | "alignSelf" | "margin" | "padding" | "variant" | "filled" | "class" | "colorSchemaType" | "cols" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
9
  export default _default;
@@ -26,6 +26,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<DialogProps>
26
26
  header?: () => VNodeChild;
27
27
  } & Omit<{
28
28
  default?: import("vue").Slot;
29
- }, "navigation" | "actions" | "header" | "activator" | "fixedContent" | "headerButtons">;
29
+ }, "actions" | "header" | "activator" | "navigation" | "fixedContent" | "headerButtons">;
30
30
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "size" | "class" | "persistent" | "eager" | "colorSchemaType" | "location" | "modelValue" | "attach" | "slot:actions" | "colors" | "v-model" | "toned" | "journey" | "emit:update:modelValue" | "subTitle" | "hiddenCloseButton" | "backButton" | "contentHeight" | "customScrolling" | "horizontalScroll" | "canClose" | "canBack" | "buttonApi" | "slot:fixedContent" | "slot:activator" | "slot:headerButtons" | "slot:navigation" | "slot:header" | "emit:click:close" | "emit:click:cancel" | "emit:click:confirm" | "emit:click:backButton"> & import("@omnia/fx/ux").VNodeEvents) => any;
31
31
  export default _default;
@@ -15,5 +15,5 @@ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").Extrac
15
15
  } & Omit<{
16
16
  default?: import("vue").Slot;
17
17
  }, "item">;
18
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "navigation" | "variant" | "drag" | "class" | "nav" | "colorSchemaType" | "modelValue" | "remove" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "lines" | "divider" | "itemValue" | "disableItemClickable" | "slot:item"> & import("@omnia/fx/ux").VNodeEvents) => any;
18
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "drag" | "class" | "nav" | "colorSchemaType" | "modelValue" | "remove" | "colors" | "v-model" | "toned" | "navigation" | "emit:update:modelValue" | "lines" | "divider" | "itemValue" | "disableItemClickable" | "slot:item"> & import("@omnia/fx/ux").VNodeEvents) => any;
19
19
  export default _default;
@@ -3,7 +3,7 @@ export declare const usePanelStore: () => {
3
3
  get: {
4
4
  typography: {
5
5
  readonly type: TextStyleTypes;
6
- readonly size: "l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "scale1" | "scale2" | "scale3" | "scale4" | "scale5" | "scale6" | "scale7" | "scale8" | "scale9" | "scale10";
6
+ readonly size: "l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
7
7
  readonly toned: boolean;
8
8
  };
9
9
  readonly margin: Spacing | SpacingValue;
@@ -16,7 +16,7 @@ export declare const usePanelStore: () => {
16
16
  padding: SpacingValue | Spacing;
17
17
  margin: SpacingValue | Spacing;
18
18
  title: string;
19
- titleSize: "l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "scale1" | "scale2" | "scale3" | "scale4" | "scale5" | "scale6" | "scale7" | "scale8" | "scale9" | "scale10";
19
+ titleSize: "l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
20
20
  toned: boolean;
21
21
  };
22
22
  };
@@ -1,10 +1,10 @@
1
1
  import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
2
2
  import { ColorType, ColorTypes, OTextAlignmentTypes, TextBlueprint, TextStyleSize, TextStyleSizes, TextStyleType, TextStyleTypes } from "@omnia/fx/models";
3
3
  type textWrapping = "none";
4
- type TextProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"typography", TextStyleType | TextStyleTypes, false, null, "Applies a specific typography to be used. Default is text."> & DefineProp<"size", TextStyleSize | TextStyleSizes, false, null, "Applies a specific typography size to be used. Default is medium text."> & DefineProp<"colorType", ColorTypes | ColorType, false, null, "Applies a specific color type to be used. Default is onBase."> & DefineProp<"color", string, false, null, "Applies a specific color"> & DefineProp<"toned", boolean, false, false, "Applies a tonal color to the text."> & DefineProp<"wordBreak", textWrapping, false, null, "Specifies how the text should wrap."> & DefineProp<"as", "text" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6", false, null, "Specifies how to render the text tag"> & DefineProp<"whiteSpace", "normal" | "nowrap" | "pre" | "pre-wrap" | "pre-line", false, null, "Specifies how is white space inside text is handled"> & DefineProp<"align", OTextAlignmentTypes, false, null, "Specifiecs text alignment."> & DefineProp<"truncateLines", number, false, null, "Specifies if text should be truncated and number of lines before truncating."> & DefineProp<"blueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text.">;
4
+ type TextProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"typography", TextStyleType | TextStyleTypes, false, null, "Applies a specific typography to be used. Default is text."> & DefineProp<"size", TextStyleSize | TextStyleSizes, false, null, "Applies a specific typography size to be used. Default is medium text."> & DefineProp<"colorType", ColorTypes | ColorType, false, null, "Applies a specific color type to be used. Default is onBase."> & DefineProp<"color", string, false, null, "Applies a specific color"> & DefineProp<"toned", boolean, false, false, "Applies a tonal color to the text."> & DefineProp<"bold", boolean, false, false, "Applies a bold style to the text. Can only be used with the typography text"> & DefineProp<"wordBreak", textWrapping, false, null, "Specifies how the text should wrap."> & DefineProp<"as", "text" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6", false, null, "Specifies how to render the text tag result will render"> & DefineProp<"whiteSpace", "normal" | "nowrap" | "pre" | "pre-wrap" | "pre-line", false, null, "Specifies how white space inside text is handled"> & DefineProp<"align", OTextAlignmentTypes, false, null, "Specifiecs text alignment."> & DefineProp<"truncateLines", number, false, null, "Specifies if text should be truncated and number of lines before truncating."> & DefineProp<"blueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text.">;
5
5
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TextProps> & {} & {
6
6
  "v-slots"?: {} & Omit<{
7
7
  default?: import("vue").Slot;
8
8
  }, never>;
9
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "color" | "typography" | "blueprint" | "whiteSpace" | "wordBreak" | "size" | "class" | "colorSchemaType" | "align" | "colors" | "toned" | "colorType" | "as" | "truncateLines"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "bold" | "color" | "typography" | "blueprint" | "whiteSpace" | "wordBreak" | "size" | "class" | "colorSchemaType" | "align" | "colors" | "toned" | "colorType" | "as" | "truncateLines"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
10
  export default _default;
@@ -1,5 +1,5 @@
1
+ import { BirthdayDisplaySettings, BirthdayEditorSettings, BirthdayPropertyDefinition, BirthdayPropertyValue, IPropertyEditorRenderer } from "@omnia/fx-models";
1
2
  import { BirthdayEditorStyles } from "./BirthdayEditor.css";
2
- import { IPropertyEditorRenderer, BirthdayPropertyValue, BirthdayPropertyDefinition, BirthdayDisplaySettings, BirthdayEditorSettings } from "@omnia/fx-models";
3
3
  export type BirthdayEditorProps = IPropertyEditorRenderer<BirthdayPropertyDefinition> & {
4
4
  styles: typeof BirthdayEditorStyles;
5
5
  } & {
@@ -1,5 +1,5 @@
1
- import { DateEditorStyles } from "./DateEditor.css";
2
1
  import { DateDisplaySettings, DateEditorSettings, DatePropertyDefinition, DatePropertyValue, IPropertyEditorRenderer } from "@omnia/fx-models";
2
+ import { DateEditorStyles } from "./DateEditor.css";
3
3
  export type DateEditorProps = IPropertyEditorRenderer<DatePropertyDefinition> & {
4
4
  styles: typeof DateEditorStyles;
5
5
  } & {
@@ -1,5 +1,5 @@
1
- import { DateTimeEditorStyles } from "./DateTimeEditor.css";
2
1
  import { DateTimeDisplaySettings, DateTimeEditorSettings, DateTimePropertyDefinition, DateTimePropertyValue, IPropertyEditorRenderer } from "@omnia/fx-models";
2
+ import { DateTimeEditorStyles } from "./DateTimeEditor.css";
3
3
  export type DateTimeEditorProps = IPropertyEditorRenderer<DateTimePropertyDefinition> & {
4
4
  styles: typeof DateTimeEditorStyles;
5
5
  } & {
@@ -0,0 +1,7 @@
1
+ import { IPropertyConfigurationRenderer, PhoneNumberPropertyDefinition } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<IPropertyConfigurationRenderer<PhoneNumberPropertyDefinition>> & {} & {
3
+ "v-slots"?: {} & Omit<{
4
+ default?: import("vue").Slot;
5
+ }, never>;
6
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, keyof IPropertyConfigurationRenderer<PhoneNumberPropertyDefinition>> & import("@omnia/fx/ux").VNodeEvents) => any;
7
+ export default _default;