@omnia/fx 8.0.429-dev → 8.0.431-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 (152) hide show
  1. package/internal-do-not-import-from-here/core/Cookies.d.ts +2 -1
  2. package/internal-do-not-import-from-here/core/Provide.d.ts +0 -12
  3. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +1 -0
  4. package/internal-do-not-import-from-here/core/index.d.ts +1 -1
  5. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +3 -3
  6. package/internal-do-not-import-from-here/index.d.ts +1 -2
  7. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  8. package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/loc/localize.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/models/CustomEmailSettings.d.ts +2 -2
  10. package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/models/EmailEnums.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/ActiveGroupListing.d.ts +2 -1
  12. package/internal-do-not-import-from-here/ux/app/management/AppManagementConstants.d.ts +1 -0
  13. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +1 -0
  14. package/internal-do-not-import-from-here/ux/app/management/blades/EditAliasBlade.d.ts +13 -2
  15. package/internal-do-not-import-from-here/ux/app/management/blades/EditItemBlade.d.ts +19 -1
  16. package/internal-do-not-import-from-here/ux/app/management/blades/EditPermissionBlade.d.ts +4 -3
  17. package/internal-do-not-import-from-here/ux/app/management/blades/FeatureBlade.d.ts +8 -0
  18. package/internal-do-not-import-from-here/ux/app/management/blades/PropertiesBlade.d.ts +9 -0
  19. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +5 -5
  20. package/internal-do-not-import-from-here/ux/app/management/core/loc.d.ts +4 -0
  21. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InactiveList.d.ts +13 -0
  22. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/OrphanedList.d.ts +13 -0
  23. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/PendingList.d.ts +13 -0
  24. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/ButtonsEditorStore.d.ts +5 -5
  27. package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/ComponentEditorStore.d.ts +6 -5
  28. package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/store/ContainerFillsEditorStore.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/store/FillsEditorStore.d.ts +2 -0
  30. package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/store/TextFillsEditorStore.d.ts +1 -0
  31. package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/store/ThemeEditorStore.d.ts +1 -0
  32. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +4 -1
  33. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +10 -36
  34. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -3
  35. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +8 -2
  36. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStyleEditorStore.d.ts +33 -0
  37. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStylePickerStore.d.ts +36 -0
  38. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/DynamicColorIndicator.d.ts +4 -2
  39. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +9 -3
  40. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/store/FillPickerStore.d.ts +1 -0
  41. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/store/IconStyleEditorStore.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/store/TextColorPickerStore.d.ts +27 -0
  45. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/ComponentBlueprintStrategy.d.ts +10 -0
  46. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/FullBlueprint.d.ts +2 -0
  47. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/LargeBlueprint.d.ts +2 -0
  48. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/MediumBlueprint.d.ts +2 -0
  49. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/NoneBlueprint.d.ts +2 -0
  50. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/SmallBlueprint.d.ts +2 -0
  51. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/XSmallBlueprint.d.ts +2 -0
  52. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/index.d.ts +1 -0
  53. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/index.d.ts +1 -2
  54. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +3 -3
  55. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/ColorManager.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/aurora/shared-mobile/index.d.ts +1 -0
  57. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/aurora/store/ThemePreviewContextStore.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +36 -165
  63. package/internal-do-not-import-from-here/ux/iconpicker/IIconPicker.d.ts +3 -3
  64. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +6 -6
  65. package/internal-do-not-import-from-here/ux/iconpicker/loc/localize.d.ts +2 -0
  66. package/internal-do-not-import-from-here/ux/iconpicker/v2/IconPicker.d.ts +21 -0
  67. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +4 -4
  68. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -3
  69. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/mobile/index.d.ts +9 -1
  71. package/internal-do-not-import-from-here/ux/oxide/actionmenu/store/ActionMenuStore.d.ts +7 -4
  72. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2 -2
  74. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +2 -2
  76. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  77. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +84 -98
  78. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +2 -2
  79. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/store/VelcronDefinitionPickerStore.d.ts +44 -0
  80. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  81. package/internal-do-not-import-from-here/wctypings.d.ts +27 -29
  82. package/package.json +2 -2
  83. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.css.d.ts +0 -4
  84. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts +0 -34
  85. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/ExampleComponents.d.ts +0 -1
  86. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/SampleComponent.d.ts +0 -6
  87. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/index.d.ts +0 -1
  88. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/MD2Blueprint.d.ts +0 -2
  89. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/MD3Blueprint.d.ts +0 -2
  90. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades/themedesigner → themedesigner}/ThemeDesigner.d.ts +0 -0
  91. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/chrome/Chrome.d.ts +0 -0
  92. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/colorschemas/ColorSchemasJourney.d.ts +0 -0
  93. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +0 -0
  94. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/colorschemas/store/ColorSchemaEditorStore.d.ts +0 -0
  95. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/BlueprintsJourney.d.ts +0 -0
  96. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/BlueprintPreview.d.ts +0 -0
  97. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/ButtonBladeEdit.d.ts +0 -0
  98. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/ButtonsBlade.d.ts +0 -0
  99. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/EditBlueprints.d.ts +0 -0
  100. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/HeaderBlade.d.ts +0 -0
  101. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/HeaderBladeEdit.d.ts +0 -0
  102. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/IconsBlade.d.ts +0 -0
  103. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/IconsBladeEdit.d.ts +0 -0
  104. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/InputBlade.d.ts +0 -0
  105. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/InputBladeEdit.d.ts +0 -0
  106. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/TabBlade.d.ts +0 -0
  107. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/TabBladeEdit.d.ts +0 -0
  108. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/HeaderEditorStore.d.ts +0 -0
  109. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/IconsEditorStore.d.ts +0 -0
  110. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/InputEditorStore.d.ts +0 -0
  111. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/TabsEditorStore.d.ts +0 -0
  112. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/ContainerFillsBlade.stylex.d.ts +0 -0
  113. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/FillsJourney.d.ts +0 -0
  114. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/containerBlades/ContainerFillsBlade.d.ts +0 -0
  115. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/containerBlades/ContainerFillsEditBlade.d.ts +0 -0
  116. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/textBlades/TextFillsBlade.d.ts +0 -0
  117. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/textBlades/TextFillsEditBlade.d.ts +0 -0
  118. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fontsmanager/FontManager.d.ts +0 -0
  119. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fontsmanager/blade/FontDefinitionBlade.d.ts +0 -0
  120. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fontsmanager/store/FontManagerStore.d.ts +0 -0
  121. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/spacing/SpacingJourney.d.ts +0 -0
  122. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/spacing/blades/EditSpacingBlueprintBlade.d.ts +0 -0
  123. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/spacing/blades/EditSpacingDefinitionBlade.d.ts +0 -0
  124. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/spacing/store/SpacingEditorStore.d.ts +0 -0
  125. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades/themedesigner → themedesigner}/store/ThemeDesignerStore.d.ts +0 -0
  126. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/TemplatesJourney.d.ts +0 -0
  127. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/blades/ButtonTemplateEdit.d.ts +0 -0
  128. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/blades/ButtonTemplates.d.ts +0 -0
  129. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/blades/TabTemplateEdit.d.ts +0 -0
  130. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/blades/TabTemplates.d.ts +0 -0
  131. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/store/TemplateEditorStore.d.ts +0 -0
  132. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/ThemesJourney.d.ts +0 -0
  133. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/EditColorSchemasBlade.d.ts +0 -0
  134. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/EditThemeBlade.d.ts +0 -0
  135. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/EditThemeBladeStyles.stylex.d.ts +0 -0
  136. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/SelectionThemeBlade.d.ts +0 -0
  137. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/ViewThemeBlade.d.ts +0 -0
  138. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/models/Theme.d.ts +0 -0
  139. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/models/index.d.ts +0 -0
  140. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/store/ThemesJourneyStore.d.ts +0 -0
  141. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/TypographyJourney.d.ts +0 -0
  142. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/EditScaleBlade.d.ts +0 -0
  143. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/EditTextStyleBlade.d.ts +0 -0
  144. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/EditTextStylesBlade.d.ts +0 -0
  145. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/EditTypographyBlueprintBlade.d.ts +0 -0
  146. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/SelectBreakpointBlade.d.ts +0 -0
  147. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/ViewTypeScaleBlade.d.ts +0 -0
  148. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/components/FontPicker.css.d.ts +0 -0
  149. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/components/FontPicker.d.ts +0 -0
  150. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/components/FontRegistration.d.ts +0 -0
  151. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/store/TypographyEditorStore.d.ts +0 -0
  152. /package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/{BlueprintStrategyBase.d.ts → components/BlueprintStrategyBase.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- import { CookieOptions } from "../models";
1
+ import { CookieOptions, CookieExpiresInDays, CookieExpiresInSeconds } from "../models";
2
2
  export declare class Cookies {
3
3
  /**
4
4
  * Gets content of cookie by name
@@ -6,6 +6,7 @@ export declare class Cookies {
6
6
  static get(name: string): string;
7
7
  private static isDayExpiry;
8
8
  private static isSecondsExpiry;
9
+ static getCookieExpiryUtcString(expires: CookieExpiresInDays | CookieExpiresInSeconds): string;
9
10
  /**
10
11
  * Creates a cookie
11
12
  */
@@ -10,15 +10,3 @@
10
10
  * Provide<HttpClientConstructor>(HttpClient,{someConstructorArg1:"",someConstructorArg2})
11
11
  */
12
12
  export declare function Provide<T>(classType: any, constructorArgs?: T): any;
13
- /**
14
- * Provide an instance of the specifed type. That instance will available to lower level inject it.
15
- *
16
- * @param provide - Type to inject
17
- * @param constructorArgs - Optional arguments for the constructor, by naming convention an interface should be supplied specifying the expected parameters
18
- * the name of the interface should follow <classType>Constructor i.e.
19
- * Type: HttpClient, if supporting constructor arguments an interface named: "HttpClientConstructor" should be supplied.
20
- *
21
- * E.g.:
22
- * useInject<HttpClientConstructor>(HttpClient,{someConstructorArg1:"",someConstructorArg2})
23
- */
24
- export declare function useProvide<TProvide, TConstructor>(provide: TProvide, constructorArgs?: TConstructor): TProvide extends new (...args: any) => infer P ? P : TProvide extends (...args: any) => infer P2 ? P2 : TProvide extends Object ? TProvide : never;
@@ -78,6 +78,7 @@ export declare class HttpClient {
78
78
  private writeHeadersToCookie;
79
79
  private removeHeadersCookie;
80
80
  private requestCtxKey;
81
+ private expiresAt;
81
82
  private setupCtxAwareClient;
82
83
  private ensureRemoveHeadersCookie;
83
84
  private setupCtxAwareClientMSService;
@@ -1,4 +1,4 @@
1
- export { Broadcast, ServiceContainer, ServiceContainerContext, defineFactory, defineInjectable, defineService, Http, HttpBuilder, http, Inject, Injectable, useInject, registerInjectResolver, isInjectable, type SetupFactoryContext } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
1
+ export { Broadcast, ServiceContainer, ServiceContainerContext, defineFactory, defineInjectable, defineService, Http, HttpBuilder, http, Inject, Injectable, useInject, useProvide, isInjectable, type SetupFactoryContext } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
2
2
  export { Extend, registerApi } from "./Extend";
3
3
  export * from "./Provide";
4
4
  export * from "./Factory";
@@ -1,9 +1,9 @@
1
1
  import { DateOperator, FirstDayOfWeeks, IIcon, TenantRegionalSettings, TimePeriodSettings } from "../../models";
2
2
  export declare namespace Utils {
3
3
  function asyncForEach<T>(array: Array<T>, callback: (item: T, index?: number, items?: Array<T>) => Promise<void>): Promise<void>;
4
- function isPromise(val: any): boolean;
5
- function isString(target: any): boolean;
6
- function isNumber(target: any): boolean;
4
+ function isPromise(val: any): val is Promise<any>;
5
+ function isString(target: any): target is string;
6
+ function isNumber(target: any): target is number;
7
7
  /**
8
8
  * Check if object is null or undefined
9
9
  */
@@ -55,13 +55,12 @@ export declare function setCurrentManifest(omniaServiceId: any, resourceId: any)
55
55
  Inject: typeof Exposes.Inject;
56
56
  Injectable: typeof Exposes.Injectable;
57
57
  useInject: typeof Exposes.useInject;
58
- registerInjectResolver: typeof Exposes.registerInjectResolver;
58
+ useProvide: typeof Exposes.useProvide;
59
59
  isInjectable: typeof Exposes.isInjectable;
60
60
  Extend: Models.IExtend;
61
61
  registerApi: typeof Exposes.registerApi;
62
62
  ManifestResourceLoader: typeof Exposes.ManifestResourceLoader;
63
63
  Provide<T>(classType: any, constructorArgs?: T): any;
64
- useProvide<TProvide, TConstructor>(provide: TProvide, constructorArgs?: TConstructor): TProvide extends new (...args: any) => infer P ? P : TProvide extends (...args: any) => infer P2 ? P2 : TProvide extends Object ? TProvide : never;
65
64
  injectByTypeId(typeId: Models.guid): any;
66
65
  ObjectMerger: typeof Exposes.ObjectMerger;
67
66
  Cookies: typeof Exposes.Cookies;
@@ -1 +1 @@
1
- {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a2892051-fd9f-4056-ae8d-30d16d48417d']","content":{"./node_modules/@omnia/fx/core/messaging/InternalTopics.js":{"id":"./node_modules/@omnia/fx/core/messaging/internaltopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/core/services/IAppRouteFactory.js":{"id":"./node_modules/@omnia/fx/core/services/iapproutefactory.js","buildMeta":{"exportsType":"namespace"},"expo.js":["IAppRouteFactory"]},"./node_modules/@omnia/fx/core/services/InternalConfigurationService.js":{"id":"./node_modules/@omnia/fx/core/services/internalconfigurationservice.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalConfigurationService"]},"./node_modules/@omnia/fx-models/ManifestIds.js":{"id":"./node_modules/@omnia/fx-models/manifestids.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AnalyticService","OmniaService"]},"./node_modules/@omnia/fx/ux/velcron/core/models/index.js":{"id":"./node_modules/@omnia/fx/ux/velcron/core/models/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AssignOperators","VelcronActionTypes","VelcronDataTypes","VelcronIconTypes","VelcronImageRatios","VelcronImagesStateBinding","VelcronStateBinding","VelcronStateMapping"]},"./node_modules/@omnia/fx/core/services/ServiceManifestProviderInternal.js":{"id":"0688ceff-4257-4427-b385-a83d6802c509","buildMeta":{"exportsType":"namespace"},"expo.js":["ServiceManifestProviderInternal"]},"./node_modules/@omnia/fx/core/Extend.js":{"id":"4eeb27d5-906a-4edf-bd38-3d97048cda3d","buildMeta":{"exportsType":"namespace"},"expo.js":["Extend","InternalExtend","registerApi"]},"./node_modules/@omnia/fx/core/index.js":{"id":"97786ea9-4861-48bd-8a57-eae9bbdb4892","buildMeta":{"exportsType":"namespace"},"expo.js":["AppRoutePropertyBagFactory","AuthenticationSessionService","Broadcast","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","Cookies","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","Http","HttpBuilder","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","Inject","Injectable","LocalStorage","LocalizationServiceProviders","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","ObjectMerger","OmniaPropertyBagBase","Provide","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","Utils","WebUtils","createEventHook","defineFactory","defineInjectable","defineService","http","injectByTypeId","isInjectable","mergeLocaliation","propertyPath","propertyPathValue","registerApi","registerInjectResolver","useInject","useOmniaClient","useProvide"]},"./node_modules/@omnia/fx/core/http/InternalHttpPlugins.js":{"id":"b8d937e0-3fc3-4412-a469-92941b829cdb","buildMeta":{"exportsType":"namespace"},"expo.js":["HttpContextConfigPlugin","HttpRetryPlugIn"]},"./node_modules/@omnia/fx/runtime/core/InternalWebComponentBootstrapper.js":{"id":"c9f21f62-e664-44e4-8cf4-0dcbec75c4bf","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWebComponentBootstrapper"]},"./node_modules/@omnia/fx-models/index.js":{"id":"d0a145a7-d1ef-4217-aa6f-85dd18c4231d","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/core/messaging/InternalMessageBusMediator.js":{"id":"f986d8dd-7c76-40b6-9bf8-b64ac2902642","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/runtime/core/index.js":{"id":"ff061abc-7f0e-444b-b2b9-7ff71c5842c5","buildMeta":{"exportsType":"namespace"},"expo.js":["LoadableManifest","LocalHostingService","ManifestByBackendRuntimeLoader","ManifestByClientRuntimeLoader","ManifestByElementLoader","ManifestByFeatureLoader","ManifestByLicenseLoader","ManifestByUrlLoader","ManifestByUserLoader","ManifestCombinedRuleLoader","ManifestExtendRuleLoader","ManifestPublisher","ManifestResourceLoader","ManifestSubscriber","PublicManifestResourceLoader"]}}}
1
+ {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a2892051-fd9f-4056-ae8d-30d16d48417d']","content":{"./node_modules/@omnia/fx/core/messaging/InternalTopics.js":{"id":"./node_modules/@omnia/fx/core/messaging/internaltopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/core/services/IAppRouteFactory.js":{"id":"./node_modules/@omnia/fx/core/services/iapproutefactory.js","buildMeta":{"exportsType":"namespace"},"expo.js":["IAppRouteFactory"]},"./node_modules/@omnia/fx/core/services/InternalConfigurationService.js":{"id":"./node_modules/@omnia/fx/core/services/internalconfigurationservice.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalConfigurationService"]},"./node_modules/@omnia/fx-models/ManifestIds.js":{"id":"./node_modules/@omnia/fx-models/manifestids.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AnalyticService","OmniaService"]},"./node_modules/@omnia/fx/ux/velcron/core/models/index.js":{"id":"./node_modules/@omnia/fx/ux/velcron/core/models/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AssignOperators","VelcronActionTypes","VelcronDataTypes","VelcronIconTypes","VelcronImageRatios","VelcronImagesStateBinding","VelcronStateBinding","VelcronStateMapping"]},"./node_modules/@omnia/fx/core/services/ServiceManifestProviderInternal.js":{"id":"0688ceff-4257-4427-b385-a83d6802c509","buildMeta":{"exportsType":"namespace"},"expo.js":["ServiceManifestProviderInternal"]},"./node_modules/@omnia/fx/core/Extend.js":{"id":"4eeb27d5-906a-4edf-bd38-3d97048cda3d","buildMeta":{"exportsType":"namespace"},"expo.js":["Extend","InternalExtend","registerApi"]},"./node_modules/@omnia/fx/core/index.js":{"id":"97786ea9-4861-48bd-8a57-eae9bbdb4892","buildMeta":{"exportsType":"namespace"},"expo.js":["AppRoutePropertyBagFactory","AuthenticationSessionService","Broadcast","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","Cookies","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","Http","HttpBuilder","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","Inject","Injectable","LocalStorage","LocalizationServiceProviders","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","ObjectMerger","OmniaPropertyBagBase","Provide","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","Utils","WebUtils","createEventHook","defineFactory","defineInjectable","defineService","http","injectByTypeId","isInjectable","mergeLocaliation","propertyPath","propertyPathValue","registerApi","useInject","useOmniaClient","useProvide"]},"./node_modules/@omnia/fx/core/http/InternalHttpPlugins.js":{"id":"b8d937e0-3fc3-4412-a469-92941b829cdb","buildMeta":{"exportsType":"namespace"},"expo.js":["HttpContextConfigPlugin","HttpRetryPlugIn"]},"./node_modules/@omnia/fx/runtime/core/InternalWebComponentBootstrapper.js":{"id":"c9f21f62-e664-44e4-8cf4-0dcbec75c4bf","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWebComponentBootstrapper"]},"./node_modules/@omnia/fx-models/index.js":{"id":"d0a145a7-d1ef-4217-aa6f-85dd18c4231d","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/core/messaging/InternalMessageBusMediator.js":{"id":"f986d8dd-7c76-40b6-9bf8-b64ac2902642","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/runtime/core/index.js":{"id":"ff061abc-7f0e-444b-b2b9-7ff71c5842c5","buildMeta":{"exportsType":"namespace"},"expo.js":["LoadableManifest","LocalHostingService","ManifestByBackendRuntimeLoader","ManifestByClientRuntimeLoader","ManifestByElementLoader","ManifestByFeatureLoader","ManifestByLicenseLoader","ManifestByUrlLoader","ManifestByUserLoader","ManifestCombinedRuleLoader","ManifestExtendRuleLoader","ManifestPublisher","ManifestResourceLoader","ManifestSubscriber","PublicManifestResourceLoader"]}}}
@@ -10,7 +10,7 @@ export declare namespace CustomEmailSettingsLocalization {
10
10
  UserMailbox: string;
11
11
  TurnOffAllEmailNotifications: string;
12
12
  EmailProvider: string;
13
- SharePointOutGoingEmail: string;
13
+ Default: string;
14
14
  ExchangeOnlineEmail: string;
15
15
  Message: {
16
16
  NoEmailSelected: string;
@@ -3,7 +3,7 @@ export interface CustomEmailSettings {
3
3
  enableEmailService: boolean;
4
4
  type: EmailEnums.EmailProviderType;
5
5
  }
6
- export interface ISharepointEmailSettings extends CustomEmailSettings {
6
+ export interface IDefaultEmailSettings extends CustomEmailSettings {
7
7
  }
8
8
  export interface IExchangeOnlineEmailSettings extends CustomEmailSettings {
9
9
  userPrincipalName: string;
@@ -14,7 +14,7 @@ export interface ISmtpServerEmailSettings extends CustomEmailSettings {
14
14
  fromAddress: string;
15
15
  useTLSConnectionEncryption: boolean;
16
16
  }
17
- export declare class SharepointEmailSettings implements ISharepointEmailSettings {
17
+ export declare class DefaultEmailSettings implements IDefaultEmailSettings {
18
18
  type: EmailEnums.EmailProviderType;
19
19
  enableEmailService: boolean;
20
20
  constructor();
@@ -1,6 +1,6 @@
1
1
  export declare namespace EmailEnums {
2
2
  enum EmailProviderType {
3
- SharePoint = 0,
3
+ Default = 0,
4
4
  ExchangeOnline = 1,
5
5
  SmtpServer = 2
6
6
  }
@@ -1,5 +1,6 @@
1
+ import { guid } from "@omnia/fx-models";
1
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
2
- businessProfileId?: string;
3
+ businessProfileId?: guid;
3
4
  }> & {} & {
4
5
  "v-slots"?: {} & Omit<{
5
6
  default?: import("vue").Slot;
@@ -11,6 +11,7 @@ export declare const AppManagementBladeIds: {
11
11
  EditAlias: guid;
12
12
  Permission: guid;
13
13
  AttachSite: guid;
14
+ PendingApproval: guid;
14
15
  };
15
16
  Templates: {
16
17
  Default: guid;
@@ -170,6 +170,7 @@ export declare class AppManagementInstanceApi implements IAppManagementInstanceA
170
170
  clock: import("@omnia/fx-models").FontAwesomeIcon;
171
171
  timeCircle: import("@omnia/fx-models").FontAwesomeIcon;
172
172
  languages: import("@omnia/fx-models").FontAwesomeIcon;
173
+ exchange: import("@omnia/fx-models").FontAwesomeIcon;
173
174
  };
174
175
  system: {
175
176
  settings: {
@@ -1,9 +1,20 @@
1
1
  import { AppInstance } from "@omnia/fx-models";
2
+ import { IValidator } from "@omnia/fx/ux";
2
3
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
4
  item?: AppInstance;
4
- }> & {} & {
5
+ } & {
6
+ validator?: IValidator;
7
+ } & {
8
+ "emit:update:modelValue": (value: string) => void;
9
+ } & {
10
+ "v-model"?: string;
11
+ } & {
12
+ modelValue?: string;
13
+ }> & {
14
+ "onUpdate:modelValue"?: (value: string) => any;
15
+ } & {
5
16
  "v-slots"?: {} & Omit<{
6
17
  default?: import("vue").Slot;
7
18
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "item"> & import("@omnia/fx/ux").VNodeEvents) => any;
19
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "item" | "validator" | "emit:update:modelValue" | "modelValue" | "v-model"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
20
  export default _default;
@@ -1,5 +1,23 @@
1
- import { AppInstance } from "@omnia/fx-models";
1
+ import { AppInstance, FontAwesomeIcon } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
+ declare enum SelectedOwnershipTabs {
4
+ Features = 0,
5
+ Properties = 1,
6
+ Permission = 2,
7
+ Alias = 3
8
+ }
9
+ declare enum BladeType {
10
+ Features = 0,
11
+ Properties = 1,
12
+ Permission = 2,
13
+ Alias = 3
14
+ }
15
+ export interface ItemMenuSetting {
16
+ id: SelectedOwnershipTabs;
17
+ title: string;
18
+ icon: FontAwesomeIcon;
19
+ bladeType: BladeType;
20
+ }
3
21
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
22
  initialAppInstance?: AppInstance;
5
23
  } & DefineEmit<"refreshAllTabs", () => void>> & {
@@ -1,12 +1,13 @@
1
- import { DefineEmit } from "@omnia/fx/ux";
1
+ import { IPermissionInputApi, DefineEmit } from "@omnia/fx/ux";
2
2
  import { AppInstance } from "@omnia/fx-models";
3
3
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
4
  item?: AppInstance;
5
- } & DefineEmit<"close", () => void>> & {
5
+ } & DefineEmit<"getApi", (api: IPermissionInputApi) => void> & DefineEmit<"close", () => void>> & {
6
6
  onClose?: () => any;
7
+ onGetApi?: (api: IPermissionInputApi) => any;
7
8
  } & {
8
9
  "v-slots"?: {} & Omit<{
9
10
  default?: import("vue").Slot;
10
11
  }, never>;
11
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "item" | "emit:close"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "item" | "emit:close" | "emit:getApi"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
13
  export default _default;
@@ -1,4 +1,12 @@
1
1
  import { AppInstance } from "@omnia/fx-models";
2
+ interface StatusFilter {
3
+ key: string;
4
+ value?: number;
5
+ }
6
+ export interface FeatureFilters {
7
+ type?: string;
8
+ status?: StatusFilter;
9
+ }
2
10
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
11
  item?: AppInstance;
4
12
  }> & {} & {
@@ -0,0 +1,9 @@
1
+ import { AppInstance } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
+ item?: AppInstance;
4
+ }> & {} & {
5
+ "v-slots"?: {} & Omit<{
6
+ default?: import("vue").Slot;
7
+ }, never>;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "item"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
+ export default _default;
@@ -1,4 +1,4 @@
1
- import { IconPickerModel } from "@omnia/fx-models";
1
+ import { LegacyIconPickerModel } from "@omnia/fx-models";
2
2
  import { PropType } from "vue";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -77,7 +77,7 @@ declare const _default: {
77
77
  }>;
78
78
  };
79
79
  icon: {
80
- type: PropType<IconPickerModel>;
80
+ type: PropType<LegacyIconPickerModel>;
81
81
  };
82
82
  options: {
83
83
  type: PropType<object[]>;
@@ -169,7 +169,7 @@ declare const _default: {
169
169
  }>;
170
170
  };
171
171
  icon: {
172
- type: PropType<IconPickerModel>;
172
+ type: PropType<LegacyIconPickerModel>;
173
173
  };
174
174
  options: {
175
175
  type: PropType<object[]>;
@@ -258,7 +258,7 @@ declare const _default: {
258
258
  }>;
259
259
  };
260
260
  icon: {
261
- type: PropType<IconPickerModel>;
261
+ type: PropType<LegacyIconPickerModel>;
262
262
  };
263
263
  options: {
264
264
  type: PropType<object[]>;
@@ -332,7 +332,7 @@ declare const _default: {
332
332
  };
333
333
  }>;
334
334
  };
335
- icon?: IconPickerModel;
335
+ icon?: LegacyIconPickerModel;
336
336
  modelValue?: number;
337
337
  "v-model"?: number;
338
338
  "onUpdate:modelValue"?: (value: number) => any | void;
@@ -121,5 +121,9 @@ export declare namespace AppManagementLocalization {
121
121
  TextOff: string;
122
122
  };
123
123
  };
124
+ Permissions: {
125
+ Title: string;
126
+ PermissionRoles: string;
127
+ };
124
128
  }
125
129
  }
@@ -0,0 +1,13 @@
1
+ import { AppInstance, AppTemplate } from "@omnia/fx/models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
+ openAppWizard?: (initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void;
4
+ } & {
5
+ listId?: any;
6
+ } & {
7
+ editApp?: AppInstance;
8
+ }> & {} & {
9
+ "v-slots"?: {} & Omit<{
10
+ default?: import("vue").Slot;
11
+ }, never>;
12
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "openAppWizard" | "listId" | "editApp"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
+ export default _default;
@@ -0,0 +1,13 @@
1
+ import { AppInstance, AppTemplate } from "@omnia/fx/models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
+ openAppWizard?: (initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void;
4
+ } & {
5
+ listId?: any;
6
+ } & {
7
+ editApp?: AppInstance;
8
+ }> & {} & {
9
+ "v-slots"?: {} & Omit<{
10
+ default?: import("vue").Slot;
11
+ }, never>;
12
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "openAppWizard" | "listId" | "editApp"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
+ export default _default;
@@ -0,0 +1,13 @@
1
+ import { AppInstance, AppTemplate } from "@omnia/fx/models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
+ openAppWizard?: (initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void;
4
+ } & {
5
+ listId?: any;
6
+ } & {
7
+ editApp?: AppInstance;
8
+ }> & {} & {
9
+ "v-slots"?: {} & Omit<{
10
+ default?: import("vue").Slot;
11
+ }, never>;
12
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "openAppWizard" | "listId" | "editApp"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
+ export default _default;
@@ -101,10 +101,10 @@ declare const _default: {
101
101
  label?: string;
102
102
  alias?: string;
103
103
  ignoreFromAppId?: guid;
104
- wrapperClass?: string;
105
104
  routePrefix?: string;
106
105
  showStartWith?: boolean;
107
106
  tryoutPolicyMode?: boolean;
107
+ wrapperClass?: string;
108
108
  }>, "onDoc$" | "onAliasChanged"> & {
109
109
  onDoc$?: (description?: string) => any;
110
110
  onAliasChanged?: (alias: string) => any;
@@ -35,5 +35,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
35
35
  "v-slots"?: {} & Omit<{
36
36
  default?: import("vue").Slot;
37
37
  }, never>;
38
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appDefinitionId" | "colsGrid" | "stylesTemplate" | "isSort" | "showEnabledTemplatesOnly" | "templatesToShow" | "isBlade" | "initialAppTemplateId" | "emit:update:initialAppTemplateId" | "v-model:initialAppTemplateId" | "waitingAfterTemplateSelected" | "wrapperClass" | "emit:handleTemplateSelected"> & import("@omnia/fx/ux").VNodeEvents) => any;
38
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appDefinitionId" | "colsGrid" | "stylesTemplate" | "isSort" | "wrapperClass" | "showEnabledTemplatesOnly" | "templatesToShow" | "isBlade" | "initialAppTemplateId" | "emit:update:initialAppTemplateId" | "v-model:initialAppTemplateId" | "waitingAfterTemplateSelected" | "emit:handleTemplateSelected"> & import("@omnia/fx/ux").VNodeEvents) => any;
39
39
  export default _default;
@@ -1,20 +1,20 @@
1
- import { ButtonBlueprint, ButtonBlueprintType, ButtonBlueprintVariant, ButtonBlueprints, ButtonVariant, ComponentBlueprints } from "@omnia/fx-models";
1
+ import { BlueprintsStrategyBase, ButtonBlueprint, ButtonBlueprintType, ButtonBlueprintVariant, ButtonBlueprints, ButtonVariant, ComponentBlueprints } from "@omnia/fx-models";
2
2
  export declare const useButtonsEditorStore: () => {
3
3
  state: {
4
4
  blueprints: ButtonBlueprints;
5
5
  editingButtonBlueprint: ButtonBlueprint;
6
6
  editingButtonType: ButtonVariant;
7
- editingButtonSize: "small" | "default" | "large";
7
+ editingButtonSize: "small" | "large" | "default";
8
8
  editingButtonBlueprintType: ButtonBlueprintType;
9
- strategy: string;
9
+ strategy: BlueprintsStrategyBase;
10
10
  };
11
11
  events: import("@omnia/fx/stores").StoreEvents<{
12
12
  blueprints: ButtonBlueprints;
13
13
  editingButtonBlueprint: ButtonBlueprint;
14
14
  editingButtonType: ButtonVariant;
15
- editingButtonSize: "small" | "default" | "large";
15
+ editingButtonSize: "small" | "large" | "default";
16
16
  editingButtonBlueprintType: ButtonBlueprintType;
17
- strategy: string;
17
+ strategy: BlueprintsStrategyBase;
18
18
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
19
19
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
20
20
  setEditingBlueprints(blueprints: ComponentBlueprints): void;
@@ -1,4 +1,4 @@
1
- import { ComponentBlueprints, guid, ITemplateRegistration, FontAwesomeIcon } from "@omnia/fx-models";
1
+ import { ComponentBlueprints, guid, ITemplateRegistration, FontAwesomeIcon, BlueprintsStrategyBase } from "@omnia/fx-models";
2
2
  export declare const BluprintTypes: readonly ["buttons", "icons", "tabs", "input", "headers"];
3
3
  export type BlueprintType = typeof BluprintTypes[number];
4
4
  export interface IBlueprintItem {
@@ -23,6 +23,7 @@ export declare const useComponentsEditorStore: () => {
23
23
  hasBlueprintValues: (blueprintType: BlueprintType) => boolean;
24
24
  };
25
25
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
26
+ changeBaseBlueprint(baseBlueprint: BlueprintsStrategyBase): void;
26
27
  deleteEmptyBlueprints(): void;
27
28
  addBlueprints(blueprints: Array<IBlueprintItem>): void;
28
29
  deleteBlueprints(blueprints: IBlueprintItem): void;
@@ -62,17 +63,17 @@ export declare const useComponentsEditorStore: () => {
62
63
  blueprints: import("@omnia/fx-models").ButtonBlueprints;
63
64
  editingButtonBlueprint: import("@omnia/fx-models").ButtonBlueprint;
64
65
  editingButtonType: import("@omnia/fx-models").ButtonVariant;
65
- editingButtonSize: "small" | "default" | "large";
66
+ editingButtonSize: "small" | "large" | "default";
66
67
  editingButtonBlueprintType: import("@omnia/fx-models").ButtonBlueprintType;
67
- strategy: string;
68
+ strategy: BlueprintsStrategyBase;
68
69
  };
69
70
  events: import("@omnia/fx/stores").StoreEvents<{
70
71
  blueprints: import("@omnia/fx-models").ButtonBlueprints;
71
72
  editingButtonBlueprint: import("@omnia/fx-models").ButtonBlueprint;
72
73
  editingButtonType: import("@omnia/fx-models").ButtonVariant;
73
- editingButtonSize: "small" | "default" | "large";
74
+ editingButtonSize: "small" | "large" | "default";
74
75
  editingButtonBlueprintType: import("@omnia/fx-models").ButtonBlueprintType;
75
- strategy: string;
76
+ strategy: BlueprintsStrategyBase;
76
77
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
77
78
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
78
79
  setEditingBlueprints(blueprints: ComponentBlueprints): void;
@@ -14,6 +14,7 @@ export declare const useContainerFillsEditorStore: () => {
14
14
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
15
15
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
16
16
  editBlueprints(blueprints: ITemplateRegistration<ContainerFillBlueprints>): void;
17
+ deleteEditingVariant(): void;
17
18
  editVariant(variantName: BlueprintVariant): void;
18
19
  addBlueprint(): void;
19
20
  applyChanges(): void;
@@ -25,6 +25,7 @@ export declare const useFillsEditorStore: () => {
25
25
  editMode: boolean;
26
26
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
27
27
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
28
+ deleteEditingVariant(): void;
28
29
  editBlueprints(blueprints: import("@omnia/fx-models").ITemplateRegistration<import("@omnia/fx-models").TextFillBlueprints>): void;
29
30
  editVariant(variantName: import("@omnia/fx-models").BlueprintVariant): void;
30
31
  addBlueprint(): void;
@@ -57,6 +58,7 @@ export declare const useFillsEditorStore: () => {
57
58
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
58
59
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
59
60
  editBlueprints(blueprints: import("@omnia/fx-models").ITemplateRegistration<import("@omnia/fx-models").ContainerFillBlueprints>): void;
61
+ deleteEditingVariant(): void;
60
62
  editVariant(variantName: import("@omnia/fx-models").BlueprintVariant): void;
61
63
  addBlueprint(): void;
62
64
  applyChanges(): void;
@@ -13,6 +13,7 @@ export declare const useTextFillsEditorStore: () => {
13
13
  editMode: boolean;
14
14
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
15
15
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
16
+ deleteEditingVariant(): void;
16
17
  editBlueprints(blueprints: ITemplateRegistration<TextFillBlueprints>): void;
17
18
  editVariant(variantName: BlueprintVariant): void;
18
19
  addBlueprint(): void;
@@ -28,6 +28,7 @@ export declare const useThemeEditorStore: () => {
28
28
  };
29
29
  };
30
30
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
31
+ setPreviewTheme(): void;
31
32
  showFills(type: "container" | "text"): void;
32
33
  showComponentEditor(): void;
33
34
  colorSchemas(): {
@@ -2,6 +2,7 @@ import { BackgroundDefinition } from "@omnia/fx-models";
2
2
  import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  type EditorVariant = "default" | "dialog" | "journey";
5
+ export type ColorPickerType = "default" | "colorSchema" | "onBase" | "base";
5
6
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
7
  "emit:update:modelValue": (value: BackgroundDefinition) => void;
7
8
  } & {
@@ -16,6 +17,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
16
17
  toned?: boolean;
17
18
  } & {
18
19
  border?: boolean;
20
+ } & {
21
+ colorType?: ColorPickerType;
19
22
  } & {
20
23
  individualRadiusSelection?: boolean;
21
24
  } & {
@@ -41,5 +44,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
41
44
  } & Omit<{
42
45
  default?: import("vue").Slot;
43
46
  }, "activator">;
44
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "label" | "border" | "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "elevation" | "slot:activator" | "emit:click:confirm" | "enableDynamicColor" | "toolbarCallback" | "defaultColorSchemaType" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
47
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "label" | "border" | "variant" | "colorType" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "elevation" | "slot:activator" | "emit:click:confirm" | "enableDynamicColor" | "toolbarCallback" | "defaultColorSchemaType" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
45
48
  export default _default;
@@ -1,19 +1,11 @@
1
1
  import { BorderStylingDefinition } from "@omnia/fx-models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
- backgroundFill: {
5
- type: import("vue").PropType<string>;
6
- };
7
- "onUpdate:modelValue": {
8
- type: import("vue").PropType<(value: BorderStylingDefinition) => any | void>;
9
- };
10
- "v-model": {
4
+ definition: {
11
5
  type: import("vue").PropType<BorderStylingDefinition>;
12
- required: false;
13
6
  };
14
- modelValue: {
15
- type: import("vue").PropType<BorderStylingDefinition>;
16
- required: false;
7
+ backgroundFill: {
8
+ type: import("vue").PropType<string>;
17
9
  };
18
10
  colorSchemaType: {
19
11
  type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
@@ -37,19 +29,11 @@ declare const _default: {
37
29
  M: {};
38
30
  Defaults: {};
39
31
  }, Readonly<import("vue").ExtractPropTypes<{
40
- backgroundFill: {
41
- type: import("vue").PropType<string>;
42
- };
43
- "onUpdate:modelValue": {
44
- type: import("vue").PropType<(value: BorderStylingDefinition) => any | void>;
45
- };
46
- "v-model": {
32
+ definition: {
47
33
  type: import("vue").PropType<BorderStylingDefinition>;
48
- required: false;
49
34
  };
50
- modelValue: {
51
- type: import("vue").PropType<BorderStylingDefinition>;
52
- required: false;
35
+ backgroundFill: {
36
+ type: import("vue").PropType<string>;
53
37
  };
54
38
  colorSchemaType: {
55
39
  type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
@@ -70,19 +54,11 @@ declare const _default: {
70
54
  __isTeleport?: never;
71
55
  __isSuspense?: never;
72
56
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
73
- backgroundFill: {
74
- type: import("vue").PropType<string>;
75
- };
76
- "onUpdate:modelValue": {
77
- type: import("vue").PropType<(value: BorderStylingDefinition) => any | void>;
78
- };
79
- "v-model": {
57
+ definition: {
80
58
  type: import("vue").PropType<BorderStylingDefinition>;
81
- required: false;
82
59
  };
83
- modelValue: {
84
- type: import("vue").PropType<BorderStylingDefinition>;
85
- required: false;
60
+ backgroundFill: {
61
+ type: import("vue").PropType<string>;
86
62
  };
87
63
  colorSchemaType: {
88
64
  type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
@@ -101,11 +77,9 @@ declare const _default: {
101
77
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
102
78
  propsDefinition: Omit<Readonly<{} & {
103
79
  container?: boolean;
80
+ definition?: BorderStylingDefinition;
104
81
  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";
105
82
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
106
- modelValue?: BorderStylingDefinition;
107
- "v-model"?: BorderStylingDefinition;
108
- "onUpdate:modelValue"?: (value: BorderStylingDefinition) => any | void;
109
83
  backgroundFill?: string;
110
84
  }>, never>;
111
85
  };
@@ -14,8 +14,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
14
14
  buttonLabel?: string;
15
15
  } & {
16
16
  toned?: boolean;
17
- } & {
18
- iconButton?: boolean;
19
17
  } & {
20
18
  toolbarCallback?: (value: () => VNodeChild) => void;
21
19
  } & DefineEmit<"click:confirm", (value: ButtonBlueprint) => void> & DefineSlot<"activator", () => VNodeChild> & DefineSlot<"definitionButton", () => VNodeChild>> & {
@@ -28,5 +26,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
28
26
  } & Omit<{
29
27
  default?: import("vue").Slot;
30
28
  }, "activator" | "definitionButton">;
31
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "emit:click:confirm" | "toolbarCallback" | "buttonLabel" | "iconButton" | "slot:definitionButton"> & import("@omnia/fx/ux").VNodeEvents) => any;
29
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "emit:click:confirm" | "toolbarCallback" | "buttonLabel" | "slot:definitionButton"> & import("@omnia/fx/ux").VNodeEvents) => any;
32
30
  export default _default;