@omnia/fx 8.0.385-dev → 8.0.386-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 (48) hide show
  1. package/internal-do-not-import-from-here/ux/admin/chrome/DashboardLayout.d.ts +6 -0
  2. package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +1 -0
  3. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/EditLocalizationBlade.d.ts +15 -0
  4. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/LocalizationAdmin.d.ts +2 -2
  5. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +47 -2
  6. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.css.d.ts +5 -1
  12. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +26 -16
  13. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPickerPreview.css.d.ts +4 -0
  14. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker_old.d.ts +0 -475
  15. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPreview.d.ts +99 -0
  16. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/renderers/SwatchCardRenderer.d.ts +47 -0
  17. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +29 -8
  18. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.css.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +3 -3
  22. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker_old.d.ts +0 -0
  23. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/store/FillPickerStore.d.ts +10 -4
  24. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintsViewer.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +3 -2
  33. package/internal-do-not-import-from-here/ux/journey/SettingsJourneyMenu.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +0 -1
  35. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +4 -4
  36. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +30 -0
  37. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.stylex.d.ts +4 -0
  38. package/internal-do-not-import-from-here/ux/oxide/datatable/CellRenderer.d.ts +3 -1
  39. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
  40. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
  44. package/internal-do-not-import-from-here/wctypings.d.ts +25 -7
  45. package/package.json +3 -3
  46. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/LocalizationAdminStyles.css.d.ts +0 -3
  47. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/NodeComponent.d.ts +0 -38
  48. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/ServiceNode.d.ts +0 -17
@@ -0,0 +1,6 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
2
+ "v-slots"?: {} & Omit<{
3
+ default?: import("vue").Slot;
4
+ }, never>;
5
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
6
+ export default _default;
@@ -18,6 +18,7 @@ export declare namespace SystemLocalization {
18
18
  ExternalDeploymentContactEmail: string;
19
19
  ExternalEmailInputHint: string;
20
20
  ExternalUserSyncContactEmail: string;
21
+ InvalidEmailHint: string;
21
22
  };
22
23
  AzureAdPermissions: {
23
24
  Id: string;
@@ -0,0 +1,15 @@
1
+ import { MultilingualString } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
+ "emit:update:modelValue": (value: MultilingualString) => void;
4
+ } & {
5
+ "v-model"?: MultilingualString;
6
+ } & {
7
+ modelValue?: MultilingualString;
8
+ }> & {
9
+ "onUpdate:modelValue"?: (value: MultilingualString) => any;
10
+ } & {
11
+ "v-slots"?: {} & Omit<{
12
+ default?: import("vue").Slot;
13
+ }, never>;
14
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "v-model" | "emit:update:modelValue"> & import("@omnia/fx/ux").VNodeEvents) => any;
15
+ export default _default;
@@ -1,6 +1,6 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{}> & {} & {
1
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
2
2
  "v-slots"?: {} & Omit<{
3
3
  default?: import("vue").Slot;
4
4
  }, never>;
5
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never> & import("@omnia/fx/ux").VNodeEvents) => any;
5
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
6
6
  export default _default;
@@ -1,5 +1,5 @@
1
- import { Language, LanguageTags, UserdefinedLocalizationProperty, guid } from "@omnia/fx-models";
2
- import { LocalizationJson, OmniaServiceLocalizations, ServiceDefinition } from "../models";
1
+ import { Language, LanguageTags, MultilingualString, UserdefinedLocalizationProperty, guid } from "@omnia/fx-models";
2
+ import { LocalizationJson, LocalizationViewMode, OmniaServiceLocalizations, ServiceDefinition } from "../models";
3
3
  export interface JsonData {
4
4
  name?: string;
5
5
  json: any;
@@ -8,6 +8,51 @@ export interface JsonData {
8
8
  serviceId?: guid;
9
9
  language?: LanguageTags;
10
10
  }
11
+ export declare const useSystemLocalizationStore: () => {
12
+ events: import("@omnia/fx/stores").StoreEvents<{
13
+ currentOmniaServiceId: guid;
14
+ languageTags: LanguageTags[];
15
+ localizationTable: Record<string, string>;
16
+ currentLanguage: LanguageTags;
17
+ sortedLocalizationKey: string[];
18
+ languageInfos: Record<string, Language>;
19
+ localizationChanges: Record<string, UserdefinedLocalizationProperty>;
20
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
21
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
22
+ ensureLoadLocalization: (serviceId: guid) => Promise<void>;
23
+ onAddorUpdateLocalizationChange: (localizationChange: UserdefinedLocalizationProperty) => Promise<UserdefinedLocalizationProperty>;
24
+ updateLocalizationChanges: (changes?: UserdefinedLocalizationProperty[]) => void;
25
+ changeServiceId: (serviceId: guid) => void;
26
+ changeLanguage: (language: LanguageTags) => void;
27
+ resolveLocalizationTable: (json: object) => any[] | Record<string, string>;
28
+ }>;
29
+ get: {
30
+ getServiceIds: () => Promise<ServiceDefinition[]>;
31
+ getLocalization: (serviceId: guid) => OmniaServiceLocalizations<LocalizationJson>;
32
+ readonly localizationTable: Record<string, string>;
33
+ readonly localizationKeys: string[];
34
+ readonly localizationList: {
35
+ path: string;
36
+ value: string;
37
+ key: string;
38
+ }[];
39
+ otherLanguageLocalizations: (path: string, serviceId?: guid) => {
40
+ [language: string]: string;
41
+ };
42
+ multilingualModel: (path: string, languages: Language[]) => MultilingualString;
43
+ value: (json: object, path: string) => any;
44
+ haveMissingTranslation: (path: string) => boolean;
45
+ haveUpdate: (path: string) => boolean;
46
+ searchText: (text: string, path: string) => boolean;
47
+ queryKeys: ({ text, viewMode }: {
48
+ text?: string;
49
+ viewMode?: LocalizationViewMode;
50
+ }) => string[];
51
+ jsonStructure: (paths: string[]) => {};
52
+ };
53
+ } & {
54
+ dispose?: () => void;
55
+ };
11
56
  export declare const LocalizationAdminStore: () => {
12
57
  state: {
13
58
  languageTags: LanguageTags[];
@@ -85,8 +85,8 @@ declare const _default: {
85
85
  handleAppActionError: () => void;
86
86
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
87
87
  propsDefinition: Omit<Readonly<{} & {
88
- appInstance?: AppInstance;
89
88
  action?: AppInstanceProgressActions;
89
+ appInstance?: AppInstance;
90
90
  deleteAppWithErrorStatusAfterCreating?: boolean;
91
91
  appBarTitle?: string;
92
92
  }>, "onDoc$" | "onHandleAppActionCompleted" | "onHandleAppActionError" | "onOnCloseFunc"> & {
@@ -108,8 +108,8 @@ declare const _default: {
108
108
  handleAppActionCompleted: (appInstance: AppInstance) => void;
109
109
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
110
110
  propsDefinition: Omit<Readonly<{} & {
111
- appInstance?: AppInstance;
112
111
  action?: AppInstanceProgressActions;
112
+ appInstance?: AppInstance;
113
113
  hideProgressLabel?: boolean;
114
114
  deleteAppWithErrorStatusAfterCreating?: boolean;
115
115
  onHandleBeforeUpdate?: () => Promise<void>;
@@ -1,7 +1,7 @@
1
1
  import { BackgroundDefinition, ThemeContextType } from "@omnia/fx-models";
2
2
  import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
- type EditorVariant = "default" | "dialog" | "blade";
4
+ type EditorVariant = "default" | "dialog" | "journey";
5
5
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
6
  "emit:update:modelValue": (value: BackgroundDefinition) => void;
7
7
  } & {
@@ -42,5 +42,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
42
42
  } & Omit<{
43
43
  default?: import("vue").Slot;
44
44
  }, "activator">;
45
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "variant" | "label" | "modelValue" | "elevation" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "emit:click:confirm" | "defaultColorSchemaType" | "enableDynamicColor" | "emit:init:actionButtons" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
45
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "variant" | "label" | "modelValue" | "elevation" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "emit:click:confirm" | "enableDynamicColor" | "emit:init:actionButtons" | "defaultColorSchemaType" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
46
46
  export default _default;
@@ -34,5 +34,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
34
34
  } & Omit<{
35
35
  default?: import("vue").Slot;
36
36
  }, "activator">;
37
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "defaultColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic"> & import("@omnia/fx/ux").VNodeEvents) => any;
37
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "enableDynamicColor" | "defaultColorSchemaType" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic"> & import("@omnia/fx/ux").VNodeEvents) => any;
38
38
  export default _default;
@@ -19,11 +19,11 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
19
19
  editable?: boolean;
20
20
  } & DefineEmit<"click:select", (selection: ButtonBlueprintVariant) => true> & DefineEmit<"click:add", (selection: ButtonBlueprintType) => true>> & {
21
21
  "onUpdate:modelValue"?: (value: ButtonBlueprints) => any;
22
- "onClick:add"?: (selection: ButtonBlueprintType) => any;
23
22
  "onClick:select"?: (selection: ButtonBlueprintVariant) => any;
23
+ "onClick:add"?: (selection: ButtonBlueprintType) => any;
24
24
  } & {
25
25
  "v-slots"?: {} & Omit<{
26
26
  default?: import("vue").Slot;
27
27
  }, never>;
28
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "editable" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "emit:click:add" | "emit:click:select" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
28
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "editable" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "emit:click:select" | "emit:click:add" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
29
29
  export default _default;
@@ -1,7 +1,11 @@
1
1
  export declare const ColorPickerStyles: {
2
- transparentBackground: string;
3
2
  separator: (dark: boolean) => string;
4
3
  sliderBackground: (backgroundColor: string) => string;
4
+ swatchCard: {
5
+ card: string;
6
+ wrapper: (color: string, selected: boolean, disabled: boolean) => string;
7
+ color: (color: string) => string;
8
+ };
5
9
  swatch: (color: string) => string;
6
10
  swatchWrapper: (color: string, selected: boolean, disabled: boolean) => string;
7
11
  disabled: string;
@@ -1,6 +1,6 @@
1
1
  import { ColorSchemaType, ColorValue, ThemeContextType } from "@omnia/fx-models";
2
2
  import { VNodeChild } from "vue";
3
- export type ColorPickerType = "default" | "base" | "onBase";
3
+ export type ColorPickerType = "default" | "base" | "onBase" | "colorSchema";
4
4
  declare const _default: {
5
5
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
6
6
  "v-slots": import("vue").Prop<{
@@ -18,19 +18,22 @@ declare const _default: {
18
18
  label: {
19
19
  type: import("vue").PropType<string>;
20
20
  };
21
- switchableColorSchema: {
21
+ opacity: {
22
22
  type: import("vue").PropType<boolean>;
23
23
  };
24
- opacity: {
24
+ showSystemColors: {
25
+ type: import("vue").PropType<boolean>;
26
+ };
27
+ showPlaceholders: {
25
28
  type: import("vue").PropType<boolean>;
26
29
  };
27
- customColor: {
30
+ disableCustomColor: {
28
31
  type: import("vue").PropType<boolean>;
29
32
  };
30
33
  enableDynamicColor: {
31
34
  type: import("vue").PropType<boolean>;
32
35
  };
33
- defaultColorSchemaType: {
36
+ dynamicColorSchemaType: {
34
37
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
35
38
  };
36
39
  type: {
@@ -149,19 +152,22 @@ declare const _default: {
149
152
  label: {
150
153
  type: import("vue").PropType<string>;
151
154
  };
152
- switchableColorSchema: {
155
+ opacity: {
153
156
  type: import("vue").PropType<boolean>;
154
157
  };
155
- opacity: {
158
+ showSystemColors: {
156
159
  type: import("vue").PropType<boolean>;
157
160
  };
158
- customColor: {
161
+ showPlaceholders: {
162
+ type: import("vue").PropType<boolean>;
163
+ };
164
+ disableCustomColor: {
159
165
  type: import("vue").PropType<boolean>;
160
166
  };
161
167
  enableDynamicColor: {
162
168
  type: import("vue").PropType<boolean>;
163
169
  };
164
- defaultColorSchemaType: {
170
+ dynamicColorSchemaType: {
165
171
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
166
172
  };
167
173
  type: {
@@ -275,19 +281,22 @@ declare const _default: {
275
281
  label: {
276
282
  type: import("vue").PropType<string>;
277
283
  };
278
- switchableColorSchema: {
284
+ opacity: {
285
+ type: import("vue").PropType<boolean>;
286
+ };
287
+ showSystemColors: {
279
288
  type: import("vue").PropType<boolean>;
280
289
  };
281
- opacity: {
290
+ showPlaceholders: {
282
291
  type: import("vue").PropType<boolean>;
283
292
  };
284
- customColor: {
293
+ disableCustomColor: {
285
294
  type: import("vue").PropType<boolean>;
286
295
  };
287
296
  enableDynamicColor: {
288
297
  type: import("vue").PropType<boolean>;
289
298
  };
290
- defaultColorSchemaType: {
299
+ dynamicColorSchemaType: {
291
300
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
292
301
  };
293
302
  type: {
@@ -464,10 +473,11 @@ declare const _default: {
464
473
  "v-model"?: ColorValue;
465
474
  toned?: boolean;
466
475
  themeType?: ThemeContextType;
467
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
476
+ dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
468
477
  enableDynamicColor?: boolean;
469
- customColor?: boolean;
470
- switchableColorSchema?: boolean;
478
+ disableCustomColor?: boolean;
479
+ showPlaceholders?: boolean;
480
+ showSystemColors?: boolean;
471
481
  }>, "onUpdate:modelValue"> & {
472
482
  "onUpdate:modelValue"?: (value: ColorValue) => any;
473
483
  };
@@ -0,0 +1,4 @@
1
+ import { InputBlueprint } from "@omnia/fx-models";
2
+ export declare const ColorPreviewStyles: {
3
+ transparentBackground: (blueprint: InputBlueprint) => string;
4
+ };