@omnia/fx 8.0.142-dev → 8.0.144-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (257) hide show
  1. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +1 -1
  2. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
  3. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +5 -5
  6. package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +8 -8
  7. package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
  8. package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +11 -11
  9. package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/templates/store/TemplateEditorStore.d.ts +15 -15
  10. package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/themes/store/ThemeEditorStore.d.ts +7 -7
  11. package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/backgroundstyle/BackgroundStyleEditor.d.ts +3 -3
  12. package/internal-do-not-import-from-here/ux/{blueprintpickers/blueprintTemplate → aurora/components/blueprinttemplatespicker}/BlueprintsTemplatePicker.d.ts +27 -27
  13. package/internal-do-not-import-from-here/ux/{borderpicker → aurora/components/borderpicker}/BorderPicker.d.ts +3 -3
  14. package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/chrome/ChromeEditor.d.ts +32 -32
  15. package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/chrome/ChromePicker.d.ts +28 -28
  16. package/internal-do-not-import-from-here/ux/{colorpickerV2 → aurora/components/colorpickerV2}/ColorPicker.d.ts +27 -27
  17. package/internal-do-not-import-from-here/ux/{colorschemapicker → aurora/components/colorschemapicker}/ColorSchemaDefinitionPicker.d.ts +27 -27
  18. package/internal-do-not-import-from-here/ux/{colorschemapicker → aurora/components/colorschemapicker}/ColorSchemaEditor.d.ts +32 -32
  19. package/internal-do-not-import-from-here/ux/{colorschemapicker → aurora/components/colorschemapicker}/ColorSchemaPicker.d.ts +33 -33
  20. package/internal-do-not-import-from-here/ux/{colorschemapicker → aurora/components/colorschemapicker}/ColorSchemaViewer.css.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/{colorschemapicker → aurora/components/colorschemapicker}/ColorSchemaViewer.d.ts +28 -28
  22. package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/spacingpicker/SpacingEditor.d.ts +27 -27
  23. package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/spacingpicker/SpacingPicker3.d.ts +27 -27
  24. package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/spacingpicker/SpacingViewer.d.ts +27 -27
  25. package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/stylepicker/StylePicker.d.ts +5 -5
  26. package/internal-do-not-import-from-here/ux/{theming-v2 → aurora/components}/themepicker/ThemePicker.d.ts +37 -37
  27. package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/typography/TypographyEditor.d.ts +32 -32
  28. package/internal-do-not-import-from-here/ux/aurora/store/BlueprintTemplatesStore.d.ts +0 -0
  29. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaDefinitionStore.d.ts +0 -0
  30. package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +54 -0
  31. package/internal-do-not-import-from-here/ux/aurora/store/ThemeDefinitionStoreV2.d.ts +0 -0
  32. package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +8 -0
  33. package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/store/index.d.ts +1 -3
  34. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +58 -80
  35. package/internal-do-not-import-from-here/ux/features/FeaturesConstants.d.ts +6 -7
  36. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +52 -80
  37. package/internal-do-not-import-from-here/ux/features/FeaturesJourneyAppInstance.d.ts +51 -6
  38. package/internal-do-not-import-from-here/ux/features/blades/ConsentUrlBlade.d.ts +51 -0
  39. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +54 -84
  40. package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +55 -15
  41. package/internal-do-not-import-from-here/ux/features/blades/ViewConsentBlade.d.ts +51 -0
  42. package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +2 -0
  43. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +21 -6
  44. package/internal-do-not-import-from-here/ux/hub/feed/components/SendersList.css.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.css.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRendererStyles.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +1 -1
  51. package/internal-do-not-import-from-here/wctypings.d.ts +421 -408
  52. package/package.json +2 -2
  53. package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade_old.d.ts +0 -2
  54. package/internal-do-not-import-from-here/ux/features/blades/index.d.ts +0 -2
  55. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +0 -182
  56. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +0 -51
  57. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +0 -65
  58. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemingService.d.ts +0 -45
  59. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/RegistrationHandlerDefinitions.d.ts +0 -0
  60. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/RegistrationHandlerTheming.d.ts +0 -0
  61. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/actionhandler/ThemeDesignerAction.d.ts +0 -0
  62. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/actionhandler/ThemeDesignerClickHandler.d.ts +0 -0
  63. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/actionhandler/ThemeSelectorAction.d.ts +0 -0
  64. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/actionhandler/ThemeSelectorClickHandler.d.ts +0 -0
  65. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/DesignJourney.d.ts +0 -0
  66. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/Registrations.d.ts +0 -0
  67. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/components/ComponentsJourney.d.ts +0 -0
  68. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/components/blades/BlockBlade.d.ts +0 -0
  69. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/components/blades/BlockBladeEdit.d.ts +0 -0
  70. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/components/blades/BlueprintPreview.d.ts +0 -0
  71. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/components/blades/ButtonBladeEdit.d.ts +0 -0
  72. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/components/blades/ButtonsBlade.d.ts +0 -0
  73. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/components/blades/EditBlueprints.d.ts +0 -0
  74. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/components/blades/IconsBlade.d.ts +0 -0
  75. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +0 -0
  76. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/components/blades/TabBlade.d.ts +0 -0
  77. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/components/blades/TabBladeEdit.d.ts +0 -0
  78. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +0 -0
  79. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +0 -0
  80. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +0 -0
  81. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +0 -0
  82. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/spacing/SpacingJourney.d.ts +0 -0
  83. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/spacing/blades/EditSpacingBlueprintBlade.d.ts +0 -0
  84. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts +0 -0
  85. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/typography/TypographyJourney.d.ts +0 -0
  86. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/typography/blades/EditTypographyBlueprintBlade.d.ts +0 -0
  87. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/typography/blades/EditTypographyDefinitionBlade.d.ts +0 -0
  88. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/typography/components/FontPicker.css.d.ts +0 -0
  89. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/blueprints/typography/components/FontPicker.d.ts +0 -0
  90. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/colorschemas/ColorSchemasJourney.d.ts +0 -0
  91. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +0 -0
  92. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/templates/TemplatesJourney.d.ts +0 -0
  93. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/templates/blades/ButtonTemplateEdit.d.ts +0 -0
  94. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/templates/blades/ButtonTemplates.d.ts +0 -0
  95. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/templates/blades/ChromeTemplateEdit.d.ts +0 -0
  96. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/templates/blades/ChromeTemplates.d.ts +0 -0
  97. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/templates/blades/TabTemplateEdit.d.ts +0 -0
  98. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/templates/blades/TabTemplates.d.ts +0 -0
  99. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/themedesigner/PreviewJourney.d.ts +0 -0
  100. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/themedesigner/ThemeDesigner.d.ts +0 -0
  101. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +0 -0
  102. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/themes/ThemesJourney.d.ts +0 -0
  103. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/themes/blades/EditThemeBlade.d.ts +0 -0
  104. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/admin/blades/themes/blades/ViewThemeBlade.d.ts +0 -0
  105. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/backgroundstyle/docs/ExampleComponents.d.ts +0 -0
  106. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/backgroundstyle/docs/SampleComponent.d.ts +0 -0
  107. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/backgroundstyle/docs/index.d.ts +0 -0
  108. /package/internal-do-not-import-from-here/ux/{blueprintpickers/blueprintTemplate → aurora/components/blueprinttemplatespicker}/BlueprintsTemplatePicker.css.d.ts +0 -0
  109. /package/internal-do-not-import-from-here/ux/{borderpicker → aurora/components/borderpicker}/BorderPicker.css.d.ts +0 -0
  110. /package/internal-do-not-import-from-here/ux/{borderpicker → aurora/components/borderpicker}/BorderPreview.d.ts +0 -0
  111. /package/internal-do-not-import-from-here/ux/{borderpicker → aurora/components/borderpicker}/docs/BorderPickerExample.d.ts +0 -0
  112. /package/internal-do-not-import-from-here/ux/{blueprintpickers/buttonstyle → aurora/components/borderpicker}/docs/ExampleComponents.d.ts +0 -0
  113. /package/internal-do-not-import-from-here/ux/{blueprintpickers/buttonstyle → aurora/components/borderpicker}/docs/index.d.ts +0 -0
  114. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/buttonstyle/ButtonBlueprintsViewer.d.ts +0 -0
  115. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/buttonstyle/ButtonStyleEditor.d.ts +0 -0
  116. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/buttonstyle/ButtonStylePicker.css.d.ts +0 -0
  117. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/buttonstyle/ButtonStylePicker.d.ts +0 -0
  118. /package/internal-do-not-import-from-here/ux/{blueprintpickers/chrome → aurora/components/buttonstyle}/docs/ExampleComponents.d.ts +0 -0
  119. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/buttonstyle/docs/SampleComponent.d.ts +0 -0
  120. /package/internal-do-not-import-from-here/ux/{blueprintpickers/chrome → aurora/components/buttonstyle}/docs/index.d.ts +0 -0
  121. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/chrome/ChromeBlueprintsViewer.d.ts +0 -0
  122. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/chrome/ChromePicker.css.d.ts +0 -0
  123. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/chrome/ChromeViewer.d.ts +0 -0
  124. /package/internal-do-not-import-from-here/ux/{blueprintpickers/iconstylepicker → aurora/components/chrome}/docs/ExampleComponents.d.ts +0 -0
  125. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/chrome/docs/SampleComponent.d.ts +0 -0
  126. /package/internal-do-not-import-from-here/ux/{blueprintpickers/iconstylepicker → aurora/components/chrome}/docs/index.d.ts +0 -0
  127. /package/internal-do-not-import-from-here/ux/{colorpickerV2 → aurora/components/colorpickerV2}/ColorPicker.css.d.ts +0 -0
  128. /package/internal-do-not-import-from-here/ux/{blueprintpickers/spacingpicker → aurora/components/colorpickerV2}/docs/ExampleComponents.d.ts +0 -0
  129. /package/internal-do-not-import-from-here/ux/{blueprintpickers/iconstylepicker → aurora/components/colorpickerV2}/docs/SampleComponent.d.ts +0 -0
  130. /package/internal-do-not-import-from-here/ux/{blueprintpickers/spacingpicker → aurora/components/colorpickerV2}/docs/index.d.ts +0 -0
  131. /package/internal-do-not-import-from-here/ux/{colorschemapicker → aurora/components/colorschemapicker}/ColorSchemaEditor.css.d.ts +0 -0
  132. /package/internal-do-not-import-from-here/ux/{colorschemapicker → aurora/components/colorschemapicker}/ColorSchemaPicker.css.d.ts +0 -0
  133. /package/internal-do-not-import-from-here/ux/{blueprintpickers/stylepicker → aurora/components/colorschemapicker}/docs/ExampleComponents.d.ts +0 -0
  134. /package/internal-do-not-import-from-here/ux/{blueprintpickers/spacingpicker → aurora/components/colorschemapicker}/docs/SampleComponent.d.ts +0 -0
  135. /package/internal-do-not-import-from-here/ux/{blueprintpickers/stylepicker → aurora/components/colorschemapicker}/docs/index.d.ts +0 -0
  136. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/componentblueprints/ComponentBlueprintsViewer.d.ts +0 -0
  137. /package/internal-do-not-import-from-here/ux/{fillpicker → aurora/components/fillpicker}/FillPicker.css.d.ts +0 -0
  138. /package/internal-do-not-import-from-here/ux/{fillpicker → aurora/components/fillpicker}/FillPicker.d.ts +0 -0
  139. /package/internal-do-not-import-from-here/ux/{fillpicker → aurora/components/fillpicker}/FillPreview.d.ts +0 -0
  140. /package/internal-do-not-import-from-here/ux/{blueprintpickers/tabs → aurora/components/fillpicker}/docs/ExampleComponents.d.ts +0 -0
  141. /package/internal-do-not-import-from-here/ux/{fillpicker → aurora/components/fillpicker}/docs/FillPickerExample.d.ts +0 -0
  142. /package/internal-do-not-import-from-here/ux/{blueprintpickers/tabs → aurora/components/fillpicker}/docs/index.d.ts +0 -0
  143. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/iconstylepicker/IconBlueprintsViewer.d.ts +0 -0
  144. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/iconstylepicker/IconStyleEditor.d.ts +0 -0
  145. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/iconstylepicker/IconStylePicker.css.d.ts +0 -0
  146. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/iconstylepicker/IconStylePicker.d.ts +0 -0
  147. /package/internal-do-not-import-from-here/ux/{blueprintpickers/textstylepicker → aurora/components/iconstylepicker}/docs/ExampleComponents.d.ts +0 -0
  148. /package/internal-do-not-import-from-here/ux/{blueprintpickers/stylepicker → aurora/components/iconstylepicker}/docs/SampleComponent.d.ts +0 -0
  149. /package/internal-do-not-import-from-here/ux/{blueprintpickers/textstylepicker → aurora/components/iconstylepicker}/docs/index.d.ts +0 -0
  150. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/spacingpicker/SpacingPicker3.css.d.ts +0 -0
  151. /package/internal-do-not-import-from-here/ux/{blueprintpickers/typography → aurora/components/spacingpicker}/docs/ExampleComponents.d.ts +0 -0
  152. /package/internal-do-not-import-from-here/ux/{blueprintpickers/tabs → aurora/components/spacingpicker}/docs/SampleComponent.d.ts +0 -0
  153. /package/internal-do-not-import-from-here/ux/{blueprintpickers/typography → aurora/components/spacingpicker}/docs/index.d.ts +0 -0
  154. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/spacingpicker/loc/localize.d.ts +0 -0
  155. /package/internal-do-not-import-from-here/ux/{borderpicker → aurora/components/stylepicker}/docs/ExampleComponents.d.ts +0 -0
  156. /package/internal-do-not-import-from-here/ux/{blueprintpickers/textstylepicker → aurora/components/stylepicker}/docs/SampleComponent.d.ts +0 -0
  157. /package/internal-do-not-import-from-here/ux/{borderpicker → aurora/components/stylepicker}/docs/index.d.ts +0 -0
  158. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/tabs/TabBlueprintsViewer.d.ts +0 -0
  159. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/tabs/TabStyleEditor.d.ts +0 -0
  160. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/tabs/TabStylePicker.css.d.ts +0 -0
  161. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/tabs/TabStylePicker.d.ts +0 -0
  162. /package/internal-do-not-import-from-here/ux/{colorpicker → aurora/components/tabs}/docs/ExampleComponents.d.ts +0 -0
  163. /package/internal-do-not-import-from-here/ux/{blueprintpickers/typography → aurora/components/tabs}/docs/SampleComponent.d.ts +0 -0
  164. /package/internal-do-not-import-from-here/ux/{colorpicker → aurora/components/tabs}/docs/index.d.ts +0 -0
  165. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/textstylepicker/TextStylePicker.d.ts +0 -0
  166. /package/internal-do-not-import-from-here/ux/{colorschemapicker → aurora/components/textstylepicker}/docs/ExampleComponents.d.ts +0 -0
  167. /package/internal-do-not-import-from-here/ux/{colorpicker → aurora/components/textstylepicker}/docs/SampleComponent.d.ts +0 -0
  168. /package/internal-do-not-import-from-here/ux/{colorschemapicker → aurora/components/textstylepicker}/docs/index.d.ts +0 -0
  169. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora/components}/themepicker/ThemeEditor.d.ts +0 -0
  170. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora/components}/themepicker/ThemePicker.css.d.ts +0 -0
  171. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora/components}/themepicker/ThemeViewer.d.ts +0 -0
  172. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/typography/TypographyBlueprintsViewer.css.d.ts +0 -0
  173. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/typography/TypographyBlueprintsViewer.d.ts +0 -0
  174. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/typography/TypographyPicker.css.d.ts +0 -0
  175. /package/internal-do-not-import-from-here/ux/{blueprintpickers → aurora/components}/typography/TypographyPicker.d.ts +0 -0
  176. /package/internal-do-not-import-from-here/ux/{fillpicker → aurora/components/typography}/docs/ExampleComponents.d.ts +0 -0
  177. /package/internal-do-not-import-from-here/ux/{colorschemapicker → aurora/components/typography}/docs/SampleComponent.d.ts +0 -0
  178. /package/internal-do-not-import-from-here/ux/{fillpicker → aurora/components/typography}/docs/index.d.ts +0 -0
  179. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/core/BorderStyleDefinitions.d.ts +0 -0
  180. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/core/DefinitionsChrome.d.ts +0 -0
  181. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/core/FillStyleDefinitions.d.ts +0 -0
  182. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/core/ThemeRegistrations.d.ts +0 -0
  183. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/DefinitionRegistrations.d.ts +0 -0
  184. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/ThemeRegistrations.d.ts +0 -0
  185. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/definitions/actions/Todo.d.ts +0 -0
  186. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/definitions/actions/index.d.ts +0 -0
  187. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/definitions/cards/BannerImageTop.d.ts +0 -0
  188. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/definitions/cards/RollupAvatar.d.ts +0 -0
  189. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/definitions/cards/RollupImageLarge.d.ts +0 -0
  190. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/definitions/cards/RollupImageSmall.d.ts +0 -0
  191. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/definitions/cards/RollupImageTop.d.ts +0 -0
  192. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/definitions/cards/RollupImageTopAvatar.d.ts +0 -0
  193. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/definitions/cards/index.d.ts +0 -0
  194. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/definitions/content/Image.d.ts +0 -0
  195. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/definitions/content/ImageText.d.ts +0 -0
  196. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/definitions/content/Quote.d.ts +0 -0
  197. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/definitions/content/Text.d.ts +0 -0
  198. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/definitions/content/index.d.ts +0 -0
  199. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/definitions/headers/BlockTextIcon.d.ts +0 -0
  200. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/definitions/headers/Pageheader.d.ts +0 -0
  201. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/definitions/headers/index.d.ts +0 -0
  202. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/definitions/index.d.ts +0 -0
  203. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/index.d.ts +0 -0
  204. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/themes/ThemeDefinitions.d.ts +0 -0
  205. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/themes/index.d.ts +0 -0
  206. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/default/useDefaultDesignKit.d.ts +0 -0
  207. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/documentation/ApiRegistrations.d.ts +0 -0
  208. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/documentation/index.d.ts +0 -0
  209. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/documentation/themes/BlueprintsTypography.d.ts +0 -0
  210. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/documentation/themes/ThemeDefinitions.d.ts +0 -0
  211. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/documentation/themes/index.d.ts +0 -0
  212. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/documentation/useDocumentationDesignKit.d.ts +0 -0
  213. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/editor/ThemeRegistrations.d.ts +0 -0
  214. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/editor/index.d.ts +0 -0
  215. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/editor/shared.d.ts +0 -0
  216. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/editor/themes/BlueprintsTypography.d.ts +0 -0
  217. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/editor/themes/ThemeDefinitions.d.ts +0 -0
  218. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/editor/themes/index.d.ts +0 -0
  219. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/editor/useEditorDesignKit.d.ts +0 -0
  220. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/index.d.ts +0 -0
  221. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/pages/DefinitionRegistrations.d.ts +0 -0
  222. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/pages/definitions/headers/HeaderWithImage.d.ts +0 -0
  223. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/pages/definitions/property/PropertiesWithColumLayout.d.ts +0 -0
  224. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/pages/definitions/property/PropertiesWithRowLayout.d.ts +0 -0
  225. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/shared/BlueprintsTemplates.d.ts +0 -0
  226. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/shared/ButtonStyleBlueprints.d.ts +0 -0
  227. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/shared/ChromeStyleBlueprints.d.ts +0 -0
  228. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/shared/Colors.d.ts +0 -0
  229. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/shared/SpacingBlueprint.d.ts +0 -0
  230. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/shared/TabsStyleBlueprints.d.ts +0 -0
  231. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/shared/ThemeDefinitionInstance.d.ts +0 -0
  232. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/shared/TypographyBlueprints.d.ts +0 -0
  233. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/shared/index.d.ts +0 -0
  234. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/designkits/useDesignKits.d.ts +0 -0
  235. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/index.d.ts +0 -0
  236. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/store/ChromeBlueprintStore.d.ts +0 -0
  237. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/store/ColorManager.d.ts +0 -0
  238. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/store/ColorSchemaManager.d.ts +0 -0
  239. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/store/ColorSchemaStore.d.ts +0 -0
  240. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/store/ComponentBlueprintStore.d.ts +0 -0
  241. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/store/SpacingBlueprintStore.d.ts +0 -0
  242. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/store/ThemeContextStore.d.ts +0 -0
  243. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/store/ThemeStoreV2.d.ts +0 -0
  244. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/store/TypographyBlueprintStore.d.ts +0 -0
  245. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/store/VelcronDefinitionStore.d.ts +0 -0
  246. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/store/tmpUseIndexDb.d.ts +0 -0
  247. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/styling/UseContainerQuery.d.ts +0 -0
  248. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/styling/UseStyling.d.ts +0 -0
  249. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/styling/index.d.ts +0 -0
  250. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/styling/styles/Blueprints.d.ts +0 -0
  251. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/styling/styles/Chrome.d.ts +0 -0
  252. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/styling/styles/Colors.d.ts +0 -0
  253. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/styling/styles/General.d.ts +0 -0
  254. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/styling/styles/Spacing.d.ts +0 -0
  255. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/styling/styles/Typography.d.ts +0 -0
  256. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/styling/styles/index.d.ts +0 -0
  257. /package/internal-do-not-import-from-here/ux/{theming-v2 → aurora}/themeprovider/ThemeProvider.d.ts +0 -0
@@ -1,6 +1,6 @@
1
1
  import { Prop, PropType, VNodeChild } from "vue";
2
2
  import { ColorSchemaType, ColorSchemaTypes } from "@omnia/fx-models";
3
- import { useColorSchemaStore } from "./theming-v2";
3
+ import { useColorSchemaStore } from "./aurora";
4
4
  export type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
5
5
  export type VModelKeyNameInJsxElement<N extends string> = N extends "" ? "v-model" : `v-model:${N}`;
6
6
  export type VModelEmitsInJsxElement<N extends string> = N extends "" ? "onUpdate:modelValue" : `onUpdate:${N}`;
@@ -29,7 +29,7 @@ export * from "./multilingualinput";
29
29
  export * from "./texttranslator";
30
30
  export * from "./errormessage";
31
31
  export * from "./theming";
32
- export * from "./theming-v2";
32
+ export * from "./aurora";
33
33
  export * from "./messaging";
34
34
  export * from "./layoutcanvas";
35
35
  export * from "./editorchrome";
@@ -153,8 +153,8 @@ declare const _default: {
153
153
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
154
154
  propsDefinition: Omit<Readonly<{} & {
155
155
  appInstance?: AppInstance;
156
- "app-instance"?: AppInstance;
157
156
  action?: AppInstanceProgressActions;
157
+ "app-instance"?: AppInstance;
158
158
  deleteAppWithErrorStatusAfterCreating?: boolean;
159
159
  "delete-app-with-error-status-after-creating"?: boolean;
160
160
  appBarTitle?: string;
@@ -205,8 +205,8 @@ declare const _default: {
205
205
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
206
206
  propsDefinition: Omit<Readonly<{} & {
207
207
  appInstance?: AppInstance;
208
- "app-instance"?: AppInstance;
209
208
  action?: AppInstanceProgressActions;
209
+ "app-instance"?: AppInstance;
210
210
  hideProgressLabel?: boolean;
211
211
  "hide-progress-label"?: boolean;
212
212
  deleteAppWithErrorStatusAfterCreating?: boolean;
@@ -1,11 +1,11 @@
1
1
  import { ComponentBlueprints, Guid, ITemplateRegistration } from "@omnia/fx-models";
2
2
  export declare const useComponentsEditorStore: () => {
3
3
  state: {
4
- blueprints: ITemplateRegistration<ComponentBlueprints>;
4
+ blueprints: ITemplateRegistration<ComponentBlueprints, import("@omnia/fx-models").TemplateRegistrationType>;
5
5
  editMode: boolean;
6
6
  };
7
7
  events: {
8
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ComponentBlueprints>>;
8
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ComponentBlueprints, import("@omnia/fx-models").TemplateRegistrationType>>;
9
9
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
10
10
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
11
11
  actions: {
@@ -14,7 +14,7 @@ export declare const useComponentsEditorStore: () => {
14
14
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
15
15
  };
16
16
  editBlueprints: {
17
- subscribe(fn: (blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
17
+ subscribe(fn: (blueprint: ITemplateRegistration<ComponentBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
18
18
  };
19
19
  copyBlueprints: {
20
20
  subscribe(fn: (blueprints: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -46,7 +46,7 @@ export declare const useComponentsEditorStore: () => {
46
46
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
47
47
  };
48
48
  editBlueprints: {
49
- subscribe(fn: (result: void, blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
49
+ subscribe(fn: (result: void, blueprint: ITemplateRegistration<ComponentBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
50
50
  };
51
51
  copyBlueprints: {
52
52
  subscribe(fn: (result: void, blueprints: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -78,7 +78,7 @@ export declare const useComponentsEditorStore: () => {
78
78
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
79
79
  };
80
80
  editBlueprints: {
81
- subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
81
+ subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ComponentBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
82
82
  };
83
83
  copyBlueprints: {
84
84
  subscribe(fn: (failureReason: any, blueprints: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -2,13 +2,13 @@ import { Guid, ITemplateRegistration, SpacingBlueprintTypes, SpacingBlueprints,
2
2
  export declare const useSpacingEditorStore: () => {
3
3
  state: {
4
4
  definition: SpacingDefinition;
5
- blueprints: ITemplateRegistration<SpacingBlueprints>;
5
+ blueprints: ITemplateRegistration<SpacingBlueprints, import("@omnia/fx-models").TemplateRegistrationType>;
6
6
  editMode: boolean;
7
7
  editType: SpacingBlueprintTypes;
8
8
  };
9
9
  events: {
10
10
  onMutatedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingDefinition>;
11
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<SpacingBlueprints>>;
11
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<SpacingBlueprints, import("@omnia/fx-models").TemplateRegistrationType>>;
12
12
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
13
13
  onMutatedEditType: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingBlueprintTypes>;
14
14
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -18,7 +18,7 @@ export declare const useSpacingEditorStore: () => {
18
18
  subscribe(fn: (type: SpacingBlueprintTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
19
19
  };
20
20
  editBlueprint: {
21
- subscribe(fn: (blueprints: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
21
+ subscribe(fn: (blueprints: ITemplateRegistration<SpacingBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
22
22
  };
23
23
  addBlueprint: {
24
24
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -27,7 +27,7 @@ export declare const useSpacingEditorStore: () => {
27
27
  subscribe(fn: (definition: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
28
28
  };
29
29
  copyBlueprints: {
30
- subscribe(fn: (blueprints: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
30
+ subscribe(fn: (blueprints: ITemplateRegistration<SpacingBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
31
31
  };
32
32
  setDefinition: {
33
33
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -44,7 +44,7 @@ export declare const useSpacingEditorStore: () => {
44
44
  subscribe(fn: (result: void, type: SpacingBlueprintTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
45
45
  };
46
46
  editBlueprint: {
47
- subscribe(fn: (result: void, blueprints: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
47
+ subscribe(fn: (result: void, blueprints: ITemplateRegistration<SpacingBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
48
48
  };
49
49
  addBlueprint: {
50
50
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -53,7 +53,7 @@ export declare const useSpacingEditorStore: () => {
53
53
  subscribe(fn: (result: void, definition: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
54
54
  };
55
55
  copyBlueprints: {
56
- subscribe(fn: (result: void, blueprints: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
56
+ subscribe(fn: (result: void, blueprints: ITemplateRegistration<SpacingBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
57
57
  };
58
58
  setDefinition: {
59
59
  subscribe(fn: (result: true) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -70,7 +70,7 @@ export declare const useSpacingEditorStore: () => {
70
70
  subscribe(fn: (failureReason: any, type: SpacingBlueprintTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
71
71
  };
72
72
  editBlueprint: {
73
- subscribe(fn: (failureReason: any, blueprints: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
73
+ subscribe(fn: (failureReason: any, blueprints: ITemplateRegistration<SpacingBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
74
74
  };
75
75
  addBlueprint: {
76
76
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -79,7 +79,7 @@ export declare const useSpacingEditorStore: () => {
79
79
  subscribe(fn: (failureReason: any, definition: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
80
80
  };
81
81
  copyBlueprints: {
82
- subscribe(fn: (failureReason: any, blueprints: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
82
+ subscribe(fn: (failureReason: any, blueprints: ITemplateRegistration<SpacingBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
83
83
  };
84
84
  setDefinition: {
85
85
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -1,7 +1,7 @@
1
1
  import { Guid, ITemplateRegistration, TypographyBlueprint, TypographyBlueprints, TypographyDefinition, TypographySizes, TypographyType } from "@omnia/fx-models";
2
2
  export declare const useTypographyEditorStore: () => {
3
3
  state: {
4
- blueprints: ITemplateRegistration<TypographyBlueprints>;
4
+ blueprints: ITemplateRegistration<TypographyBlueprints, import("@omnia/fx-models").TemplateRegistrationType>;
5
5
  blueprint: TypographyBlueprint;
6
6
  editMode: boolean;
7
7
  selectedTypography: {
@@ -11,7 +11,7 @@ export declare const useTypographyEditorStore: () => {
11
11
  };
12
12
  };
13
13
  events: {
14
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<TypographyBlueprints>>;
14
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<TypographyBlueprints, import("@omnia/fx-models").TemplateRegistrationType>>;
15
15
  onMutatedBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<TypographyBlueprint>;
16
16
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
17
17
  onMutatedSelectedTypography: import("@omnia/fx").MessageBusExposeOnlySubscription<{
@@ -29,7 +29,7 @@ export declare const useTypographyEditorStore: () => {
29
29
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
30
30
  };
31
31
  editBlueprints: {
32
- subscribe(fn: (blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
32
+ subscribe(fn: (blueprints: ITemplateRegistration<TypographyBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
33
33
  };
34
34
  addBlueprints: {
35
35
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -58,7 +58,7 @@ export declare const useTypographyEditorStore: () => {
58
58
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
59
59
  };
60
60
  editBlueprints: {
61
- subscribe(fn: (result: void, blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
61
+ subscribe(fn: (result: void, blueprints: ITemplateRegistration<TypographyBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
62
62
  };
63
63
  addBlueprints: {
64
64
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -87,7 +87,7 @@ export declare const useTypographyEditorStore: () => {
87
87
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
88
88
  };
89
89
  editBlueprints: {
90
- subscribe(fn: (failureReason: any, blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
90
+ subscribe(fn: (failureReason: any, blueprints: ITemplateRegistration<TypographyBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
91
91
  };
92
92
  addBlueprints: {
93
93
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -1,23 +1,23 @@
1
1
  import { ColorSchema, Guid, ITemplateRegistration } from "@omnia/fx-models";
2
2
  export declare const useColorschemaEditorStore: () => {
3
3
  state: {
4
- colorSchema: ITemplateRegistration<ColorSchema>;
4
+ colorSchema: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>;
5
5
  editMode: boolean;
6
6
  };
7
7
  events: {
8
- onMutatedColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ColorSchema>>;
8
+ onMutatedColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>>;
9
9
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
10
10
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
11
11
  actions: {
12
12
  onDispatching: {
13
13
  editColorSchema: {
14
- subscribe(fn: (colorSchema: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
14
+ subscribe(fn: (colorSchema: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
15
15
  };
16
16
  addColorSchema: {
17
- subscribe(fn: (colorSchema: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
17
+ subscribe(fn: (colorSchema: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
18
18
  };
19
19
  copyColorSchema: {
20
- subscribe(fn: (colorSchema: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
20
+ subscribe(fn: (colorSchema: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
21
21
  };
22
22
  save: {
23
23
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -28,13 +28,13 @@ export declare const useColorschemaEditorStore: () => {
28
28
  };
29
29
  onDispatched: {
30
30
  editColorSchema: {
31
- subscribe(fn: (result: void, colorSchema: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
31
+ subscribe(fn: (result: void, colorSchema: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
32
32
  };
33
33
  addColorSchema: {
34
- subscribe(fn: (result: void, colorSchema: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
34
+ subscribe(fn: (result: void, colorSchema: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
35
35
  };
36
36
  copyColorSchema: {
37
- subscribe(fn: (result: void, colorSchema: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
37
+ subscribe(fn: (result: void, colorSchema: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
38
38
  };
39
39
  save: {
40
40
  subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -45,13 +45,13 @@ export declare const useColorschemaEditorStore: () => {
45
45
  };
46
46
  onFailure: {
47
47
  editColorSchema: {
48
- subscribe(fn: (failureReason: any, colorSchema: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
48
+ subscribe(fn: (failureReason: any, colorSchema: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
49
49
  };
50
50
  addColorSchema: {
51
- subscribe(fn: (failureReason: any, colorSchema: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
51
+ subscribe(fn: (failureReason: any, colorSchema: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
52
52
  };
53
53
  copyColorSchema: {
54
- subscribe(fn: (failureReason: any, colorSchema: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
54
+ subscribe(fn: (failureReason: any, colorSchema: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
55
55
  };
56
56
  save: {
57
57
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -1,15 +1,15 @@
1
1
  import { ButtonBlueprint, ChromeBlueprint, Guid, ITemplateRegistration, TabsBlueprint } from "@omnia/fx-models";
2
2
  export declare const useTemplateEditorStore: () => {
3
3
  state: {
4
- editingButton: ITemplateRegistration<ButtonBlueprint>;
5
- editingTabs: ITemplateRegistration<TabsBlueprint>;
6
- editingChrome: ITemplateRegistration<ChromeBlueprint>;
4
+ editingButton: ITemplateRegistration<ButtonBlueprint, import("@omnia/fx-models").TemplateRegistrationType>;
5
+ editingTabs: ITemplateRegistration<TabsBlueprint, import("@omnia/fx-models").TemplateRegistrationType>;
6
+ editingChrome: ITemplateRegistration<ChromeBlueprint, import("@omnia/fx-models").TemplateRegistrationType>;
7
7
  editMode: boolean;
8
8
  };
9
9
  events: {
10
- onMutatedEditingButton: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ButtonBlueprint>>;
11
- onMutatedEditingTabs: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<TabsBlueprint>>;
12
- onMutatedEditingChrome: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ChromeBlueprint>>;
10
+ onMutatedEditingButton: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ButtonBlueprint, import("@omnia/fx-models").TemplateRegistrationType>>;
11
+ onMutatedEditingTabs: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<TabsBlueprint, import("@omnia/fx-models").TemplateRegistrationType>>;
12
+ onMutatedEditingChrome: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ChromeBlueprint, import("@omnia/fx-models").TemplateRegistrationType>>;
13
13
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
14
14
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
15
15
  actions: {
@@ -18,7 +18,7 @@ export declare const useTemplateEditorStore: () => {
18
18
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
19
19
  };
20
20
  editButtonBlueprint: {
21
- subscribe(fn: (blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
21
+ subscribe(fn: (blueprint: ITemplateRegistration<ButtonBlueprint, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
22
22
  };
23
23
  saveButtonBlueprint: {
24
24
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -30,7 +30,7 @@ export declare const useTemplateEditorStore: () => {
30
30
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
31
31
  };
32
32
  editTabsBlueprint: {
33
- subscribe(fn: (blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
33
+ subscribe(fn: (blueprint: ITemplateRegistration<TabsBlueprint, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
34
34
  };
35
35
  saveTabsBlueprint: {
36
36
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -42,7 +42,7 @@ export declare const useTemplateEditorStore: () => {
42
42
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
43
43
  };
44
44
  editChromeBlueprint: {
45
- subscribe(fn: (blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
45
+ subscribe(fn: (blueprint: ITemplateRegistration<ChromeBlueprint, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
46
46
  };
47
47
  saveChromeBlueprint: {
48
48
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -56,7 +56,7 @@ export declare const useTemplateEditorStore: () => {
56
56
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
57
57
  };
58
58
  editButtonBlueprint: {
59
- subscribe(fn: (result: void, blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
59
+ subscribe(fn: (result: void, blueprint: ITemplateRegistration<ButtonBlueprint, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
60
60
  };
61
61
  saveButtonBlueprint: {
62
62
  subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -68,7 +68,7 @@ export declare const useTemplateEditorStore: () => {
68
68
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
69
69
  };
70
70
  editTabsBlueprint: {
71
- subscribe(fn: (result: void, blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
71
+ subscribe(fn: (result: void, blueprint: ITemplateRegistration<TabsBlueprint, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
72
72
  };
73
73
  saveTabsBlueprint: {
74
74
  subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -80,7 +80,7 @@ export declare const useTemplateEditorStore: () => {
80
80
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
81
81
  };
82
82
  editChromeBlueprint: {
83
- subscribe(fn: (result: void, blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
83
+ subscribe(fn: (result: void, blueprint: ITemplateRegistration<ChromeBlueprint, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
84
84
  };
85
85
  saveChromeBlueprint: {
86
86
  subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -94,7 +94,7 @@ export declare const useTemplateEditorStore: () => {
94
94
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
95
95
  };
96
96
  editButtonBlueprint: {
97
- subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
97
+ subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ButtonBlueprint, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
98
98
  };
99
99
  saveButtonBlueprint: {
100
100
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -106,7 +106,7 @@ export declare const useTemplateEditorStore: () => {
106
106
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
107
107
  };
108
108
  editTabsBlueprint: {
109
- subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
109
+ subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<TabsBlueprint, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
110
110
  };
111
111
  saveTabsBlueprint: {
112
112
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -118,7 +118,7 @@ export declare const useTemplateEditorStore: () => {
118
118
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
119
119
  };
120
120
  editChromeBlueprint: {
121
- subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
121
+ subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ChromeBlueprint, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
122
122
  };
123
123
  saveChromeBlueprint: {
124
124
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -1,11 +1,11 @@
1
1
  import { Guid, ITemplateRegistration, ThemeDefinitionV2 } from "@omnia/fx-models";
2
2
  export declare const useThemeEditorStore: () => {
3
3
  state: {
4
- definition: ITemplateRegistration<ThemeDefinitionV2>;
4
+ definition: ITemplateRegistration<ThemeDefinitionV2, import("@omnia/fx-models").TemplateRegistrationType>;
5
5
  editMode: boolean;
6
6
  };
7
7
  events: {
8
- onMutatedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ThemeDefinitionV2>>;
8
+ onMutatedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ThemeDefinitionV2, import("@omnia/fx-models").TemplateRegistrationType>>;
9
9
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
10
10
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
11
11
  actions: {
@@ -14,7 +14,7 @@ export declare const useThemeEditorStore: () => {
14
14
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
15
15
  };
16
16
  editThemeDefinition: {
17
- subscribe(fn: (definition: ITemplateRegistration<ThemeDefinitionV2>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
17
+ subscribe(fn: (definition: ITemplateRegistration<ThemeDefinitionV2, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
18
18
  };
19
19
  copyDefinition: {
20
20
  subscribe(fn: (definition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -31,13 +31,13 @@ export declare const useThemeEditorStore: () => {
31
31
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
32
32
  };
33
33
  editThemeDefinition: {
34
- subscribe(fn: (result: void, definition: ITemplateRegistration<ThemeDefinitionV2>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
34
+ subscribe(fn: (result: void, definition: ITemplateRegistration<ThemeDefinitionV2, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
35
35
  };
36
36
  copyDefinition: {
37
37
  subscribe(fn: (result: void, definition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
38
38
  };
39
39
  save: {
40
- subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
40
+ subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
41
41
  };
42
42
  delete: {
43
43
  subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -48,7 +48,7 @@ export declare const useThemeEditorStore: () => {
48
48
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
49
49
  };
50
50
  editThemeDefinition: {
51
- subscribe(fn: (failureReason: any, definition: ITemplateRegistration<ThemeDefinitionV2>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
51
+ subscribe(fn: (failureReason: any, definition: ITemplateRegistration<ThemeDefinitionV2, import("@omnia/fx-models").TemplateRegistrationType>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
52
52
  };
53
53
  copyDefinition: {
54
54
  subscribe(fn: (failureReason: any, definition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -64,7 +64,7 @@ export declare const useThemeEditorStore: () => {
64
64
  addThemeDefinition(): void;
65
65
  editThemeDefinition(definition: ITemplateRegistration<ThemeDefinitionV2>): void;
66
66
  copyDefinition(definition: ThemeDefinitionV2): void;
67
- save(): Promise<void>;
67
+ save(): Promise<boolean>;
68
68
  delete(): Promise<boolean>;
69
69
  };
70
70
  get: {};
@@ -25,11 +25,11 @@ declare const _default: (props: {
25
25
  enableDynamicColor?: boolean;
26
26
  } & {
27
27
  label?: string;
28
- } & Omit<{}, "fill" | "label" | "border" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & {
28
+ } & Omit<{}, "fill" | "border" | "label" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic" | "individualRadiusSelection" | "individualBorderWidthSelection"> & {
29
29
  "v-slots"?: {
30
30
  default?: import("vue").Slot;
31
31
  };
32
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "label" | "border" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection">) => {
32
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "label" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic" | "individualRadiusSelection" | "individualBorderWidthSelection">) => {
33
33
  $: import("vue").ComponentInternalInstance;
34
34
  $data: {};
35
35
  $props: {};
@@ -97,7 +97,7 @@ declare const _default: (props: {
97
97
  "v-slots"?: {
98
98
  default?: import("vue").Slot;
99
99
  };
100
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "label" | "border" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection">;
100
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "label" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic" | "individualRadiusSelection" | "individualBorderWidthSelection">;
101
101
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
102
102
  [key: string]: any;
103
103
  }>;