@omnia/fx 8.0.129-dev → 8.0.131-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 (293) hide show
  1. package/internal-do-not-import-from-here/core/index.d.ts +1 -1
  2. package/internal-do-not-import-from-here/core/messaging/BuiltInTopics.d.ts +1 -1
  3. package/internal-do-not-import-from-here/core/messaging/index.d.ts +1 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +1 -1
  6. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/BackgroundStyleEditor.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker/ChromeBlueprintsPicker.css.d.ts → blueprintTemplate/BlueprintsTemplatePicker.css.d.ts} +1 -1
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker/ChromeBlueprintsPicker.d.ts → blueprintTemplate/BlueprintsTemplatePicker.d.ts} +120 -98
  10. package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeBlueprintsViewer.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromePicker.d.ts +105 -105
  12. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +10 -10
  14. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyBlueprintsViewer.css.d.ts +4 -0
  16. package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyBlueprintsViewer.d.ts +76 -0
  17. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +10 -10
  19. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  20. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -3
  41. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  42. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3870 -2946
  47. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7586 -5738
  48. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +2 -2
  50. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7589 -5741
  56. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/properties/models/PropertyApi.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/{chrome → components}/store/ChromeEditorStore.d.ts +3 -9
  69. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +2 -0
  70. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +15 -15
  71. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ButtonTemplateEdit.d.ts +16 -0
  72. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ButtonTemplates.d.ts +22 -0
  73. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/TabTemplateEdit.d.ts +16 -0
  74. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/TabTemplates.d.ts +22 -0
  75. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/store/TemplateEditorStore.d.ts +156 -0
  76. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +4 -83
  77. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/ViewThemeBlade.d.ts +16 -0
  78. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/store/ThemeEditorStore.d.ts +55 -0
  79. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/ThemeDefinitions.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/ThemeDefinitions.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/shared.d.ts +1 -0
  83. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +3 -2
  84. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/ThemeDefinitions.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/theming-v2/designkits/index.d.ts +2 -0
  86. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/BlueprintsTemplates.d.ts +25 -17
  87. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ThemeDefinitionInstance.d.ts +12 -5
  88. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/TypographyBlueprints.d.ts +0 -4
  89. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/index.d.ts +4 -6
  90. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +64 -86
  91. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3847 -2928
  92. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +7 -7
  93. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3858 -2939
  94. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3847 -2928
  95. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3847 -2928
  96. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +102 -57
  97. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +12 -9
  98. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +10 -5
  99. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3845 -2926
  100. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +11 -41597
  101. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +12 -12
  102. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -1
  103. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +2 -2
  104. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +7 -3
  105. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +68 -0
  106. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -11
  107. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  108. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3870 -2946
  110. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  111. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
  113. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +9 -6
  114. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -1
  115. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  116. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
  117. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +7 -20
  118. package/internal-do-not-import-from-here/wctypings.d.ts +66 -42
  119. package/package.json +2 -2
  120. package/internal-do-not-import-from-here/shared/broadcasting/Broadcast.d.ts +0 -37
  121. package/internal-do-not-import-from-here/shared/broadcasting/InternalTopics.d.ts +0 -23
  122. package/internal-do-not-import-from-here/shared/broadcasting/index.d.ts +0 -1
  123. package/internal-do-not-import-from-here/shared/factory/DefineFactory.d.ts +0 -12
  124. package/internal-do-not-import-from-here/shared/factory/Inject.d.ts +0 -30
  125. package/internal-do-not-import-from-here/shared/factory/Injectable.d.ts +0 -4
  126. package/internal-do-not-import-from-here/shared/factory/ServiceContainer.d.ts +0 -45
  127. package/internal-do-not-import-from-here/shared/factory/index.d.ts +0 -4
  128. package/internal-do-not-import-from-here/shared/http/Http.d.ts +0 -141
  129. package/internal-do-not-import-from-here/shared/http/index.d.ts +0 -1
  130. package/internal-do-not-import-from-here/shared/index.d.ts +0 -12
  131. package/internal-do-not-import-from-here/shared/messaging/MessageBus.d.ts +0 -48
  132. package/internal-do-not-import-from-here/shared/messaging/MessageBusMediator.d.ts +0 -30
  133. package/internal-do-not-import-from-here/shared/messaging/index.d.ts +0 -2
  134. package/internal-do-not-import-from-here/shared/models/Broadcasting.d.ts +0 -25
  135. package/internal-do-not-import-from-here/shared/models/Broadcasting.js +0 -12
  136. package/internal-do-not-import-from-here/shared/models/DependencyInjection.d.ts +0 -19
  137. package/internal-do-not-import-from-here/shared/models/DependencyInjection.js +0 -9
  138. package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +0 -1
  139. package/internal-do-not-import-from-here/shared/models/DynamicState.js +0 -2
  140. package/internal-do-not-import-from-here/shared/models/Equals.d.ts +0 -3
  141. package/internal-do-not-import-from-here/shared/models/Equals.js +0 -44
  142. package/internal-do-not-import-from-here/shared/models/Future.d.ts +0 -60
  143. package/internal-do-not-import-from-here/shared/models/Future.js +0 -149
  144. package/internal-do-not-import-from-here/shared/models/Guid.d.ts +0 -25
  145. package/internal-do-not-import-from-here/shared/models/Guid.js +0 -80
  146. package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +0 -41
  147. package/internal-do-not-import-from-here/shared/models/HttpCommon.js +0 -9
  148. package/internal-do-not-import-from-here/shared/models/Messaging.d.ts +0 -23
  149. package/internal-do-not-import-from-here/shared/models/Messaging.js +0 -2
  150. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +0 -34
  151. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.js +0 -2
  152. package/internal-do-not-import-from-here/shared/models/Realtime.d.ts +0 -28
  153. package/internal-do-not-import-from-here/shared/models/Realtime.js +0 -19
  154. package/internal-do-not-import-from-here/shared/models/SharedConstants.d.ts +0 -5
  155. package/internal-do-not-import-from-here/shared/models/SharedConstants.js +0 -9
  156. package/internal-do-not-import-from-here/shared/models/StringExtensions.d.ts +0 -6
  157. package/internal-do-not-import-from-here/shared/models/StringExtensions.js +0 -3
  158. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +0 -3
  159. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +0 -2
  160. package/internal-do-not-import-from-here/shared/models/Tenant.d.ts +0 -4
  161. package/internal-do-not-import-from-here/shared/models/Tenant.js +0 -2
  162. package/internal-do-not-import-from-here/shared/models/Tokens.d.ts +0 -15
  163. package/internal-do-not-import-from-here/shared/models/Tokens.js +0 -2
  164. package/internal-do-not-import-from-here/shared/models/Topic.d.ts +0 -10
  165. package/internal-do-not-import-from-here/shared/models/Topic.js +0 -2
  166. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +0 -14
  167. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.js +0 -18
  168. package/internal-do-not-import-from-here/shared/models/Workers.d.ts +0 -29
  169. package/internal-do-not-import-from-here/shared/models/Workers.js +0 -8
  170. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.d.ts +0 -13
  171. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.js +0 -20
  172. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +0 -75
  173. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +0 -13
  174. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +0 -7
  175. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +0 -5
  176. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +0 -14
  177. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.js +0 -15
  178. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +0 -31
  179. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.js +0 -2
  180. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +0 -15
  181. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +0 -5
  182. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.d.ts +0 -8
  183. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.js +0 -2
  184. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts +0 -16
  185. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +0 -5
  186. package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.d.ts +0 -40
  187. package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.js +0 -17
  188. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +0 -8
  189. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +0 -11
  190. package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.d.ts +0 -21
  191. package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.js +0 -10
  192. package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.d.ts +0 -2
  193. package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.js +0 -2
  194. package/internal-do-not-import-from-here/shared/models/hub/actors/index.d.ts +0 -2
  195. package/internal-do-not-import-from-here/shared/models/hub/actors/index.js +0 -5
  196. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +0 -3
  197. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +0 -5
  198. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +0 -4
  199. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +0 -5
  200. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +0 -2
  201. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +0 -5
  202. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +0 -7
  203. package/internal-do-not-import-from-here/shared/models/hub/index.js +0 -10
  204. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +0 -10
  205. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.js +0 -2
  206. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +0 -5
  207. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.js +0 -2
  208. package/internal-do-not-import-from-here/shared/models/hub/social/index.d.ts +0 -2
  209. package/internal-do-not-import-from-here/shared/models/hub/social/index.js +0 -5
  210. package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts +0 -10
  211. package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.js +0 -19
  212. package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.d.ts +0 -3
  213. package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.js +0 -7
  214. package/internal-do-not-import-from-here/shared/models/hub/targeting/index.d.ts +0 -1
  215. package/internal-do-not-import-from-here/shared/models/hub/targeting/index.js +0 -4
  216. package/internal-do-not-import-from-here/shared/models/index.d.ts +0 -21
  217. package/internal-do-not-import-from-here/shared/models/index.js +0 -25
  218. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +0 -116
  219. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.js +0 -12
  220. package/internal-do-not-import-from-here/shared/models/theming/Chrome.d.ts +0 -16
  221. package/internal-do-not-import-from-here/shared/models/theming/Chrome.js +0 -2
  222. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +0 -2
  223. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +0 -38
  224. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +0 -1
  225. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +0 -45
  226. package/internal-do-not-import-from-here/shared/models/theming/Spacing.d.ts +0 -22
  227. package/internal-do-not-import-from-here/shared/models/theming/Spacing.js +0 -11
  228. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +0 -107
  229. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +0 -28
  230. package/internal-do-not-import-from-here/shared/models/theming/Typography.d.ts +0 -59
  231. package/internal-do-not-import-from-here/shared/models/theming/Typography.js +0 -17
  232. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -9
  233. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -99
  234. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +0 -8
  235. package/internal-do-not-import-from-here/shared/models/theming/index.js +0 -12
  236. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +0 -87
  237. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +0 -2
  238. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.d.ts +0 -22
  239. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +0 -2
  240. package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.d.ts +0 -20
  241. package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.js +0 -5
  242. package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +0 -3
  243. package/internal-do-not-import-from-here/shared/models/velcron/index.js +0 -6
  244. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +0 -27
  245. package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +0 -15
  246. package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +0 -6
  247. package/internal-do-not-import-from-here/shared/services/RealtimeService.d.ts +0 -8
  248. package/internal-do-not-import-from-here/shared/services/index.d.ts +0 -4
  249. package/internal-do-not-import-from-here/shared/utils/index.d.ts +0 -4
  250. package/internal-do-not-import-from-here/shared/workers/Leader.d.ts +0 -6
  251. package/internal-do-not-import-from-here/shared/workers/WorkerProxy.d.ts +0 -11
  252. package/internal-do-not-import-from-here/shared/workers/index.d.ts +0 -2
  253. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +0 -7
  254. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +0 -12
  255. /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/ExampleComponents.d.ts +0 -0
  256. /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/SampleComponent.d.ts +0 -0
  257. /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/index.d.ts +0 -0
  258. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonBlueprintsViewer.d.ts +0 -0
  259. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStyleEditor.d.ts +0 -0
  260. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStylePicker.css.d.ts +0 -0
  261. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStylePicker.d.ts +0 -0
  262. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/ExampleComponents.d.ts +0 -0
  263. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/SampleComponent.d.ts +0 -0
  264. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/index.d.ts +0 -0
  265. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeEditor.d.ts +0 -0
  266. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromePicker.css.d.ts +0 -0
  267. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeViewer.d.ts +0 -0
  268. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/ExampleComponents.d.ts +0 -0
  269. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/SampleComponent.d.ts +0 -0
  270. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/index.d.ts +0 -0
  271. /package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/{SpacingPreview.d.ts → SpacingViewer.d.ts} +0 -0
  272. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabBlueprintsViewer.d.ts +0 -0
  273. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStyleEditor.d.ts +0 -0
  274. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStylePicker.css.d.ts +0 -0
  275. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStylePicker.d.ts +0 -0
  276. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/ExampleComponents.d.ts +0 -0
  277. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/SampleComponent.d.ts +0 -0
  278. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/index.d.ts +0 -0
  279. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyEditor.d.ts +0 -0
  280. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyPicker.css.d.ts +0 -0
  281. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyPicker.d.ts +0 -0
  282. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/ExampleComponents.d.ts +0 -0
  283. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/SampleComponent.d.ts +0 -0
  284. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/index.d.ts +0 -0
  285. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/{chrome/blades/ChromeBlueprintsBlade.d.ts → components/blades/BlockBlade.d.ts} +0 -0
  286. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/{chrome/blades/EditChromeBlueprintBlade.d.ts → components/blades/BlockBladeEdit.d.ts} +0 -0
  287. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/{EditBlueprint.d.ts → EditBlueprints.d.ts} +0 -0
  288. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints/chrome/ChromeJourney.d.ts → templates/TemplatesJourney.d.ts} +0 -0
  289. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ButtonStyleBlueprints.d.ts +0 -0
  290. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ChromeStyleBlueprints.d.ts +0 -0
  291. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/Colors.d.ts +0 -0
  292. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/SpacingBlueprint.d.ts +0 -0
  293. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/TabsStyleBlueprints.d.ts +0 -0
@@ -17,26 +17,26 @@ export declare const BlueprintStyles: {
17
17
  getBlueprintTabsStyling: typeof getBlueprintTabsStyling;
18
18
  };
19
19
  /**Border styling */
20
- declare function getBlueprintBorderObject(definition: BorderStylingDefinition, gradientFill?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
21
- declare function getBlueprintBorderStyling(definition: BorderStylingDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
22
- declare function getBlueprintBackgroundStyling(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
23
- declare function getBlueprintBackgroundObject(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
24
- declare function getBlueprintFillStyling(definition: FillDefinition, colors?: ReturnType<typeof useColorSchemaStore>): string;
20
+ export declare function getBlueprintBorderObject(definition: BorderStylingDefinition, gradientFill?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
21
+ export declare function getBlueprintBorderStyling(definition: BorderStylingDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
22
+ export declare function getBlueprintBackgroundStyling(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
23
+ export declare function getBlueprintBackgroundObject(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
24
+ export declare function getBlueprintFillStyling(definition: FillDefinition, colors?: ReturnType<typeof useColorSchemaStore>): string;
25
25
  /**Spacing styling */
26
26
  declare function getBlueprintSpacingValue(value: any, type: SpacingBlueprintTypes, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
27
- declare function getBlueprintSpacingStylingx(value: Spacing | SpacingValue, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<{
27
+ export declare function getBlueprintSpacingStylingx(value: Spacing | SpacingValue, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<{
28
28
  className?: string;
29
29
  style?: Readonly<{
30
30
  [$$Key$$: string]: string | number;
31
31
  }>;
32
32
  }>;
33
- declare function getBlueprintSpacingStyling(value: Spacing | SpacingValue, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): string;
33
+ export declare function getBlueprintSpacingStyling(value: Spacing | SpacingValue, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): string;
34
34
  /**Button styling */
35
- declare function getButtonBlueprintStyling(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
35
+ export declare function getButtonBlueprintStyling(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
36
36
  /**Tab styling */
37
- declare function getBlueprintTabStyling(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>, active?: boolean): string;
38
- declare function getBlueprintTabsStyling(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
37
+ export declare function getBlueprintTabStyling(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>, active?: boolean): string;
38
+ export declare function getBlueprintTabsStyling(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
39
39
  /**Text styling */
40
- declare function getBlueprintTextStyling(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): string;
41
- declare function getIconBlueprintStyling(bluePrint: IconBlueprint, colors: ReturnType<typeof useColorSchemaStore>, duoTone: boolean, nested?: boolean): string;
40
+ export declare function getBlueprintTextStyling(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): string;
41
+ export declare function getIconBlueprintStyling(bluePrint: IconBlueprint, colors: ReturnType<typeof useColorSchemaStore>, duoTone: boolean, nested?: boolean): string;
42
42
  export {};
@@ -45,5 +45,5 @@ declare function typographyTypeStyling(typographyType: TypographyTypes, size: Ty
45
45
  queryOnSmallScreen: MediaQuery;
46
46
  queryOnMediumScreen: MediaQuery;
47
47
  };
48
- declare function typographyStyling(blueprints: ReturnType<typeof useTypographyBlueprintStore>): TypographyTypesResult;
48
+ export declare function typographyStyling(blueprints: ReturnType<typeof useTypographyBlueprintStore>): TypographyTypesResult;
49
49
  export {};
@@ -1,6 +1,6 @@
1
- export * from "./Blueprints";
1
+ export { BlueprintStyles } from "./Blueprints";
2
2
  export * from "./Colors";
3
3
  export * from "./General";
4
- export * from "./Typography";
4
+ export { TypographyStyles } from "./Typography";
5
5
  export * from "./Spacing";
6
6
  export * from "./Chrome";
@@ -10,14 +10,16 @@ declare const _default: (props: {
10
10
  modelValue?: ThemeDefinitionV2;
11
11
  } & {
12
12
  variant?: EditorVariant;
13
+ } & {
14
+ preview?: boolean;
13
15
  } & Omit<{
14
16
  "onClick:confirm"?: (value: ThemeDefinitionV2) => any;
15
17
  "onInit:actionButtons"?: (value: () => VNodeChild) => any;
16
- }, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant"> & {
18
+ }, "preview" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant"> & {
17
19
  "v-slots"?: {
18
20
  default?: import("vue").Slot;
19
21
  } & DefineSlot<"activator", () => VNodeChild>;
20
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant">) => {
22
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "preview" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant">) => {
21
23
  $: import("vue").ComponentInternalInstance;
22
24
  $data: {};
23
25
  $props: {};
@@ -63,6 +65,8 @@ declare const _default: (props: {
63
65
  modelValue?: ThemeDefinitionV2;
64
66
  } & {
65
67
  variant?: EditorVariant;
68
+ } & {
69
+ preview?: boolean;
66
70
  } & {
67
71
  "v-slots"?: {
68
72
  default?: import("vue").Slot;
@@ -70,7 +74,7 @@ declare const _default: (props: {
70
74
  } & {
71
75
  "onClick:confirm"?: (value: ThemeDefinitionV2) => any;
72
76
  "onInit:actionButtons"?: (value: () => VNodeChild) => any;
73
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant">;
77
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "preview" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant">;
74
78
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
75
79
  [key: string]: any;
76
80
  }>;
@@ -0,0 +1,68 @@
1
+ import { ThemeDefinitionV2 } from "@omnia/fx-models";
2
+ declare const _default: (props: {
3
+ "v-model"?: ThemeDefinitionV2;
4
+ } & {
5
+ "onUpdate:modelValue"?: (value: ThemeDefinitionV2) => void;
6
+ } & {
7
+ modelValue?: ThemeDefinitionV2;
8
+ } & {
9
+ toned?: boolean;
10
+ } & Omit<{}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue"> & {
11
+ "v-slots"?: {
12
+ default?: import("vue").Slot;
13
+ };
14
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue">) => {
15
+ $: import("vue").ComponentInternalInstance;
16
+ $data: {};
17
+ $props: {};
18
+ $attrs: {
19
+ [x: string]: unknown;
20
+ };
21
+ $refs: {
22
+ [x: string]: unknown;
23
+ };
24
+ $slots: Readonly<{
25
+ [name: string]: import("vue").Slot<any>;
26
+ }>;
27
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
28
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
29
+ $emit: (event: string, ...args: any[]) => void;
30
+ $el: any;
31
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
32
+ beforeCreate?: (() => void) | (() => void)[];
33
+ created?: (() => void) | (() => void)[];
34
+ beforeMount?: (() => void) | (() => void)[];
35
+ mounted?: (() => void) | (() => void)[];
36
+ beforeUpdate?: (() => void) | (() => void)[];
37
+ updated?: (() => void) | (() => void)[];
38
+ activated?: (() => void) | (() => void)[];
39
+ deactivated?: (() => void) | (() => void)[];
40
+ beforeDestroy?: (() => void) | (() => void)[];
41
+ beforeUnmount?: (() => void) | (() => void)[];
42
+ destroyed?: (() => void) | (() => void)[];
43
+ unmounted?: (() => void) | (() => void)[];
44
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
45
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
46
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
47
+ };
48
+ $forceUpdate: () => void;
49
+ $nextTick: typeof import("vue").nextTick;
50
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
51
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
52
+ propsDefinition: {
53
+ "v-model"?: ThemeDefinitionV2;
54
+ } & {
55
+ "onUpdate:modelValue"?: (value: ThemeDefinitionV2) => void;
56
+ } & {
57
+ modelValue?: ThemeDefinitionV2;
58
+ } & {
59
+ toned?: boolean;
60
+ } & {
61
+ "v-slots"?: {
62
+ default?: import("vue").Slot;
63
+ };
64
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue">;
65
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
66
+ [key: string]: any;
67
+ }>;
68
+ export default _default;
@@ -1,14 +1,14 @@
1
1
  import { useThemeStoreV2, useColorSchemaStore, useTypographyBlueprintStore, useSpacingBlueprintStore, useChromeBlueprintStore } from "@omnia/fx/ux";
2
2
  import { ColorSchemaTypes, ThemeDefinitionV2 } from "@omnia/fx-models";
3
3
  import { useComponentBlueprintStore } from "@omnia/fx/ux";
4
- type themeType = "default" | "admin" | "variant" | "color-context";
4
+ type themeType = "default" | "admin" | "preview" | "color-context";
5
5
  declare const _default: {
6
6
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
7
7
  "color-schema-type": {
8
- type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
8
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
9
9
  };
10
10
  colorSchemaType: {
11
- type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
11
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
12
12
  };
13
13
  "theme-type": {
14
14
  type: import("vue").PropType<themeType>;
@@ -44,10 +44,10 @@ declare const _default: {
44
44
  }) => any;
45
45
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
46
46
  "color-schema-type": {
47
- type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
47
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
48
48
  };
49
49
  colorSchemaType: {
50
- type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
50
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
51
51
  };
52
52
  "theme-type": {
53
53
  type: import("vue").PropType<themeType>;
@@ -79,10 +79,10 @@ declare const _default: {
79
79
  Defaults: {};
80
80
  }, Readonly<import("vue").ExtractPropTypes<{
81
81
  "color-schema-type": {
82
- type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
82
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
83
83
  };
84
84
  colorSchemaType: {
85
- type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
85
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
86
86
  };
87
87
  "theme-type": {
88
88
  type: import("vue").PropType<themeType>;
@@ -113,10 +113,10 @@ declare const _default: {
113
113
  __isSuspense?: never;
114
114
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
115
115
  "color-schema-type": {
116
- type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
116
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
117
117
  };
118
118
  colorSchemaType: {
119
- type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
119
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
120
120
  };
121
121
  "theme-type": {
122
122
  type: import("vue").PropType<themeType>;
@@ -152,9 +152,9 @@ declare const _default: {
152
152
  }) => any;
153
153
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
154
154
  propsDefinition: Omit<Readonly<{} & {
155
- "color-schema-type"?: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
155
+ "color-schema-type"?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
156
156
  themeDefinition?: ThemeDefinitionV2;
157
- colorSchemaType?: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
157
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
158
158
  "theme-definition"?: ThemeDefinitionV2;
159
159
  themeType?: themeType;
160
160
  "theme-type"?: themeType;
@@ -438,8 +438,8 @@ declare const _default: {
438
438
  };
439
439
  }>;
440
440
  };
441
- disabled?: boolean;
442
441
  label?: string;
442
+ disabled?: boolean;
443
443
  "v-model"?: TimePeriodSettings;
444
444
  "onUpdate:modelValue"?: (value: TimePeriodSettings) => any;
445
445
  modelValue?: TimePeriodSettings;
@@ -500,8 +500,8 @@ declare const _default: {
500
500
  };
501
501
  }>;
502
502
  };
503
- disabled?: boolean;
504
503
  label?: string;
504
+ disabled?: boolean;
505
505
  "v-model"?: UrlPropertyValue;
506
506
  "onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
507
507
  modelValue?: UrlPropertyValue;