@omnia/fx 8.0.60-vnext → 8.0.61-vnext

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 (149) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/shared/http/Bring.d.ts +1 -1
  3. package/internal-do-not-import-from-here/shared/models/Guid.js +1 -1
  4. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +6 -1
  5. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +10 -1
  6. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +2 -2
  7. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +2 -2
  10. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +2 -2
  12. package/internal-do-not-import-from-here/ux/hub/HubChat.css.d.ts +4 -0
  13. package/internal-do-not-import-from-here/ux/hub/HubChat.d.ts +104 -0
  14. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
  17. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +6 -6
  18. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +6 -6
  19. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +4 -4
  20. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -1
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/index.d.ts +0 -1
  24. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +59 -2
  25. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +4 -0
  26. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +42 -2
  27. package/internal-do-not-import-from-here/ux/markdown/plugins/MarkdownPluginContext.d.ts +3 -0
  28. package/internal-do-not-import-from-here/ux/markdown/plugins/VelcronMarkdownRenderer.d.ts +3 -0
  29. package/internal-do-not-import-from-here/ux/models/Validation.d.ts +3 -0
  30. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +4 -4
  32. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +17 -3
  33. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +13 -13
  34. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +11 -11
  35. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +2 -2
  36. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +4 -4
  37. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -4
  38. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +2 -2
  39. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +17 -2
  40. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +21 -6
  41. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +6 -6
  42. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +2 -2
  43. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +11 -11
  44. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +17 -2
  45. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +2 -2
  46. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +13 -13
  47. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  48. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +11 -11
  49. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
  50. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +7 -12
  51. package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +91 -0
  52. package/internal-do-not-import-from-here/ux/oxide/validation/docs/ExampleComponents.d.ts +1 -0
  53. package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +91 -0
  54. package/internal-do-not-import-from-here/ux/oxide/validation/docs/index.d.ts +1 -0
  55. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
  56. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +2 -2
  57. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +2 -2
  60. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +2 -2
  61. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
  62. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +2 -1
  63. package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/core}/Colors.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/theming-v2/skins/core/ThemeDefinitionInstance.d.ts +9 -0
  65. package/internal-do-not-import-from-here/ux/theming-v2/skins/core/index.d.ts +3 -0
  66. package/internal-do-not-import-from-here/ux/theming-v2/skins/core/useVelcronState.d.ts +50 -0
  67. package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions/cards/Image_top.d.ts → theming-v2/skins/default/definitions/cards/BannerImageTop.d.ts} +1 -1
  68. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupAvatar.d.ts +2 -0
  69. package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions/content/Image.d.ts → theming-v2/skins/default/definitions/cards/RollupImageLarge.d.ts} +1 -1
  70. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupImageSmall.d.ts +4 -0
  71. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupImageTop.d.ts +2 -0
  72. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupImageTopAvatar.d.ts +2 -0
  73. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/index.d.ts +6 -0
  74. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/Image.d.ts +2 -0
  75. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/ImageText.d.ts +3 -0
  76. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/Quote.d.ts +2 -0
  77. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/Text.d.ts +2 -0
  78. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/index.d.ts +4 -0
  79. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/BlockTextIcon.d.ts +3 -0
  80. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/Pageheader.d.ts +2 -0
  81. package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions → theming-v2/skins/default/definitions}/headers/index.d.ts +1 -0
  82. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/index.d.ts +3 -0
  83. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/index.d.ts +1 -0
  84. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/Blueprints.d.ts +21 -0
  85. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/ThemeDefinitions.d.ts +23 -0
  86. package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/default/themes}/TypographyTypes.d.ts +0 -96
  87. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/index.d.ts +1 -0
  88. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/useDefaultSkin.d.ts +48 -0
  89. package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/index.d.ts +1 -0
  90. package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/Blueprints.d.ts +6 -0
  91. package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/SpacingTypes.d.ts +17 -0
  92. package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/ThemeDefinitions.d.ts +6 -0
  93. package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/TypographyTypes.d.ts +97 -0
  94. package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/index.d.ts +1 -0
  95. package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/useDocumentationSkin.d.ts +6 -0
  96. package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/index.d.ts +1 -0
  97. package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/editor/themes}/Blueprints.d.ts +1 -1
  98. package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/SpacingTypes.d.ts +17 -0
  99. package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/ThemeDefinitions.d.ts +8 -0
  100. package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/TypographyTypes.d.ts +97 -0
  101. package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/index.d.ts +1 -0
  102. package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/useEditorSkin.d.ts +7 -0
  103. package/internal-do-not-import-from-here/ux/theming-v2/skins/index.d.ts +1 -0
  104. package/internal-do-not-import-from-here/ux/theming-v2/skins/useSkins.d.ts +63 -0
  105. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
  106. package/internal-do-not-import-from-here/ux/use/UseValidation.d.ts +3 -11
  107. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -2
  108. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +2 -7
  109. package/internal-do-not-import-from-here/ux/velcron/components/{properties/VelcronProperties.d.ts → propertieseditor/VelcronPropertiesEditor.d.ts} +23 -17
  110. package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/editors/alignment/AlignmentEditor.d.ts +1 -1
  111. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/color/ColorEditor.d.ts +1 -0
  112. package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/editors/index.d.ts +1 -0
  113. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/markdown/MarkdownEditor.d.ts +1 -0
  114. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/slider/SliderEditor.d.ts +2 -0
  115. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/switch/SwitchEditor.d.ts +1 -0
  116. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/text/TextEditor.d.ts +1 -0
  117. package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/models/DefineVelcronPropertyEditor.d.ts +1 -1
  118. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/models/DefineVelcronPropertyEditorProps.d.ts +1 -0
  119. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +40 -35
  120. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +57 -0
  121. package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
  122. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +2 -2
  123. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +1 -15
  124. package/internal-do-not-import-from-here/wctypings.d.ts +4 -2
  125. package/package.json +3 -3
  126. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/Image_top_blog.d.ts +0 -2
  127. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/News_Image_Small.d.ts +0 -3
  128. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/News_Image_Top.d.ts +0 -2
  129. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/index.d.ts +0 -3
  130. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Image_text.d.ts +0 -3
  131. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Text_Quote.d.ts +0 -2
  132. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Text_only.d.ts +0 -2
  133. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/index.d.ts +0 -4
  134. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/headers/Pageheader.d.ts +0 -2
  135. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +0 -1
  136. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/useVelcronDefinitionTemplates.d.ts +0 -28
  137. package/internal-do-not-import-from-here/ux/theming-v2/themes/ThemeDefinitions.d.ts +0 -41
  138. package/internal-do-not-import-from-here/ux/theming-v2/themes/index.d.ts +0 -4
  139. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/color/ColorEditor.d.ts +0 -1
  140. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/slider/SliderEditor.d.ts +0 -6
  141. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/switch/SwitchEditor.d.ts +0 -1
  142. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/text/TextEditor.d.ts +0 -1
  143. package/internal-do-not-import-from-here/ux/velcron/components/properties/models/DefineVelcronPropertyEditorProps.d.ts +0 -86
  144. /package/internal-do-not-import-from-here/ux/{layoutcanvas/stores → theming-v2}/VelcronDefinitionStore.d.ts +0 -0
  145. /package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions → theming-v2/skins/default/definitions}/content/Contentblocks.d.ts +0 -0
  146. /package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions → theming-v2/skins/default/definitions}/headers/Blockheaders.d.ts +0 -0
  147. /package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/default/themes}/SpacingTypes.d.ts +0 -0
  148. /package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/index.d.ts +0 -0
  149. /package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/models/index.d.ts +0 -0
@@ -1 +1 @@
1
- {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a2892051-fd9f-4056-ae8d-30d16d48417d']","content":{"./node_modules/@omnia/fx/core/messaging/MessageBus.js":{"id":"./node_modules/@omnia/fx/core/messaging/messagebus.js","buildMeta":{"exportsType":"namespace"},"expo.js":["MessageBus"]},"./node_modules/@omnia/fx/core/services/IAppRouteFactory.js":{"id":"./node_modules/@omnia/fx/core/services/iapproutefactory.js","buildMeta":{"exportsType":"namespace"},"expo.js":["IAppRouteFactory"]},"./node_modules/@omnia/fx/core/services/InternalConfigurationService.js":{"id":"./node_modules/@omnia/fx/core/services/internalconfigurationservice.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalConfigurationService"]},"./node_modules/@omnia/fx-models/ManifestIds.js":{"id":"./node_modules/@omnia/fx-models/manifestids.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaGroupManifests","OmniaResourceManifests","OmniaService","OmniaWebComponentManifests"]},"./node_modules/@omnia/fx/ux/velcron/core/models/index.js":{"id":"./node_modules/@omnia/fx/ux/velcron/core/models/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AssignOperators","VelcronActionTypes","VelcronDataTypes","VelcronHorizontalAlignments","VelcronIconTypes","VelcronImageRatios","VelcronVerticalAlignments"]},"./node_modules/@omnia/fx/core/services/ServiceManifestProviderInternal.js":{"id":"0688ceff-4257-4427-b385-a83d6802c509","buildMeta":{"exportsType":"namespace"},"expo.js":["ServiceManifestProviderInternal"]},"./node_modules/@omnia/fx/core/messaging/InternalTopics.js":{"id":"10407664-c0c5-438b-94b2-507d58d190af","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/core/Extend.js":{"id":"4eeb27d5-906a-4edf-bd38-3d97048cda3d","buildMeta":{"exportsType":"namespace"},"expo.js":["Extend","InternalExtend","registerApi"]},"./node_modules/@omnia/fx/core/index.js":{"id":"97786ea9-4861-48bd-8a57-eae9bbdb4892","buildMeta":{"exportsType":"namespace"},"expo.js":["AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","Cookies","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GPT3Utils","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","Inject","Injectable","LocalStorage","LocalizationServiceProviders","MD5Util","ManifestResourceLoader","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","OmniaPropertyBagBase","Provide","Require","ScrollPagingUtils","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","Utils","WebUtils","createEventHook","defineInjectable","isInjectable","propertyPath","propertyPathValue","registerApi","useInject","useOmniaClient","useProvide"]},"./node_modules/@omnia/fx/core/http/InternalHttpPlugins.js":{"id":"b8d937e0-3fc3-4412-a469-92941b829cdb","buildMeta":{"exportsType":"namespace"},"expo.js":["HttpContextConfigPlugin","HttpRetryPlugIn"]},"./node_modules/@omnia/fx/runtime/core/InternalWebComponentBootstrapper.js":{"id":"c9f21f62-e664-44e4-8cf4-0dcbec75c4bf","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWebComponentBootstrapper"]},"./node_modules/@omnia/fx-models/index.js":{"id":"d0a145a7-d1ef-4217-aa6f-85dd18c4231d","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/core/ServiceContainer.js":{"id":"d746466a-e74a-48d9-bc3b-e52d11dadffc","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalServiceContainer","ServiceContainer","ServiceContainerContext"]},"./node_modules/@omnia/fx/core/messaging/InternalMessageBusMediator.js":{"id":"f986d8dd-7c76-40b6-9bf8-b64ac2902642","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/runtime/core/index.js":{"id":"ff061abc-7f0e-444b-b2b9-7ff71c5842c5","buildMeta":{"exportsType":"namespace"},"expo.js":["LoadableManifest","LocalHostingService","ManifestByBackendRuntimeLoader","ManifestByClientRuntimeLoader","ManifestByElementLoader","ManifestByFeatureLoader","ManifestByLicenseLoader","ManifestByUrlLoader","ManifestByUserLoader","ManifestCombinedRuleLoader","ManifestExtendRuleLoader","ManifestPublisher","ManifestResourceLoader","ManifestSubscriber","PublicManifestResourceLoader"]}}}
1
+ {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a2892051-fd9f-4056-ae8d-30d16d48417d']","content":{"./node_modules/@omnia/fx/core/messaging/MessageBus.js":{"id":"./node_modules/@omnia/fx/core/messaging/messagebus.js","buildMeta":{"exportsType":"namespace"},"expo.js":["MessageBus"]},"./node_modules/@omnia/fx/core/services/IAppRouteFactory.js":{"id":"./node_modules/@omnia/fx/core/services/iapproutefactory.js","buildMeta":{"exportsType":"namespace"},"expo.js":["IAppRouteFactory"]},"./node_modules/@omnia/fx/core/services/InternalConfigurationService.js":{"id":"./node_modules/@omnia/fx/core/services/internalconfigurationservice.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalConfigurationService"]},"./node_modules/@omnia/fx-models/ManifestIds.js":{"id":"./node_modules/@omnia/fx-models/manifestids.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaGroupManifests","OmniaResourceManifests","OmniaService","OmniaWebComponentManifests"]},"./node_modules/@omnia/fx/ux/velcron/core/models/index.js":{"id":"./node_modules/@omnia/fx/ux/velcron/core/models/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AssignOperators","BuiltInPropertyEditorTypes","VelcronActionTypes","VelcronDataTypes","VelcronHorizontalAlignments","VelcronIconTypes","VelcronImageRatios","VelcronVerticalAlignments"]},"./node_modules/@omnia/fx/core/services/ServiceManifestProviderInternal.js":{"id":"0688ceff-4257-4427-b385-a83d6802c509","buildMeta":{"exportsType":"namespace"},"expo.js":["ServiceManifestProviderInternal"]},"./node_modules/@omnia/fx/core/messaging/InternalTopics.js":{"id":"10407664-c0c5-438b-94b2-507d58d190af","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/core/Extend.js":{"id":"4eeb27d5-906a-4edf-bd38-3d97048cda3d","buildMeta":{"exportsType":"namespace"},"expo.js":["Extend","InternalExtend","registerApi"]},"./node_modules/@omnia/fx/core/index.js":{"id":"97786ea9-4861-48bd-8a57-eae9bbdb4892","buildMeta":{"exportsType":"namespace"},"expo.js":["AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","Cookies","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GPT3Utils","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","Inject","Injectable","LocalStorage","LocalizationServiceProviders","MD5Util","ManifestResourceLoader","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","OmniaPropertyBagBase","Provide","Require","ScrollPagingUtils","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","Utils","WebUtils","createEventHook","defineInjectable","isInjectable","propertyPath","propertyPathValue","registerApi","useInject","useOmniaClient","useProvide"]},"./node_modules/@omnia/fx/core/http/InternalHttpPlugins.js":{"id":"b8d937e0-3fc3-4412-a469-92941b829cdb","buildMeta":{"exportsType":"namespace"},"expo.js":["HttpContextConfigPlugin","HttpRetryPlugIn"]},"./node_modules/@omnia/fx/runtime/core/InternalWebComponentBootstrapper.js":{"id":"c9f21f62-e664-44e4-8cf4-0dcbec75c4bf","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWebComponentBootstrapper"]},"./node_modules/@omnia/fx-models/index.js":{"id":"d0a145a7-d1ef-4217-aa6f-85dd18c4231d","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/core/ServiceContainer.js":{"id":"d746466a-e74a-48d9-bc3b-e52d11dadffc","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalServiceContainer","ServiceContainer","ServiceContainerContext"]},"./node_modules/@omnia/fx/core/messaging/InternalMessageBusMediator.js":{"id":"f986d8dd-7c76-40b6-9bf8-b64ac2902642","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/runtime/core/index.js":{"id":"ff061abc-7f0e-444b-b2b9-7ff71c5842c5","buildMeta":{"exportsType":"namespace"},"expo.js":["LoadableManifest","LocalHostingService","ManifestByBackendRuntimeLoader","ManifestByClientRuntimeLoader","ManifestByElementLoader","ManifestByFeatureLoader","ManifestByLicenseLoader","ManifestByUrlLoader","ManifestByUserLoader","ManifestCombinedRuleLoader","ManifestExtendRuleLoader","ManifestPublisher","ManifestResourceLoader","ManifestSubscriber","PublicManifestResourceLoader"]}}}
@@ -35,7 +35,7 @@ export declare class BringBuilder {
35
35
  * @return {*}
36
36
  * @memberof BringBuilder
37
37
  */
38
- withJsonApiSupport(): this;
38
+ withJsonApiSupport(): BringBuilder;
39
39
  /**
40
40
  * Creates the Bring instance with the configuration options
41
41
  *
@@ -58,7 +58,7 @@ class Guid {
58
58
  Guid._empty = new Guid("00000000-0000-0000-0000-000000000000");
59
59
  exports.Guid = Guid;
60
60
  // only add extension methods when running in browser, not in node.js
61
- if (globalThis.omnia) {
61
+ if (globalThis.omnia && String.prototype["equals"]) {
62
62
  Object.defineProperty(String.prototype["equals"], "guid", {
63
63
  value: function () {
64
64
  return function (value) {
@@ -6,8 +6,13 @@ function getSpacingValueFromBlueprint(spacingValue, blueprint) {
6
6
  if (!spacingValue) {
7
7
  return 0;
8
8
  }
9
+ let negative = false;
9
10
  let result = spacingValue;
10
11
  if (isNaN(spacingValue) && blueprint?.definition) {
12
+ if (spacingValue.startsWith("-")) {
13
+ negative = true;
14
+ }
15
+ spacingValue = spacingValue.replace("-", "");
11
16
  if (spacingValue === SpacingSetting_1.SpacingTypes.xs) {
12
17
  result = blueprint.definition.xs;
13
18
  }
@@ -27,6 +32,6 @@ function getSpacingValueFromBlueprint(spacingValue, blueprint) {
27
32
  result = 0;
28
33
  }
29
34
  }
30
- return result;
35
+ return negative ? -result : result;
31
36
  }
32
37
  exports.getSpacingValueFromBlueprint = getSpacingValueFromBlueprint;
@@ -70,7 +70,7 @@ type VuetifySlots<T> = {
70
70
  type VuetifyValue<T> = T extends {
71
71
  value?: any;
72
72
  } ? T["value"] : T;
73
- import { VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge } from "vuetify/components";
73
+ import { VSwitch, VRadioGroup, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge } from "vuetify/components";
74
74
  import { Intersect } from "vuetify/directives";
75
75
  import { VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer } from "vuetify/labs/components";
76
76
  export interface VDataTableServerSlots extends VuetifySlots<VuetifyProps<Pick<VDataTableServer, "$props">>> {
@@ -91,6 +91,15 @@ declare global {
91
91
  "v-intersect"?: VuetifyValue<Pick<Parameters<typeof Intersect.mounted>[1], "value">>;
92
92
  }
93
93
  interface IntrinsicElements {
94
+ "v-radio-group": VuetifyProps<Pick<VRadioGroup, "$props">> & {
95
+ [name: string]: any;
96
+ };
97
+ "v-switch": VuetifyProps<Pick<VSwitch, "$props">> & {
98
+ [name: string]: any;
99
+ };
100
+ "v-form": VuetifyProps<Pick<VForm, "$props">> & {
101
+ [name: string]: any;
102
+ };
94
103
  "v-badge": VuetifyProps<Pick<VBadge, "$props">> & {
95
104
  [name: string]: any;
96
105
  };
@@ -49,8 +49,8 @@ declare const _default: {
49
49
  [key: string]: any;
50
50
  }>) => void)[];
51
51
  readonly vertical?: boolean;
52
- "onUpdate:modelValue"?: ((value: HorizontalAlignments | VerticalAlignments) => any) & ((value: HorizontalAlignments | VerticalAlignments) => any);
53
52
  readonly modelValue?: HorizontalAlignments | VerticalAlignments;
53
+ "onUpdate:modelValue"?: ((value: HorizontalAlignments | VerticalAlignments) => any) & ((value: HorizontalAlignments | VerticalAlignments) => any);
54
54
  readonly "v-model"?: HorizontalAlignments | VerticalAlignments;
55
55
  };
56
56
  $attrs: {
@@ -148,8 +148,8 @@ declare const _default: {
148
148
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
149
149
  propsDefinition: Omit<Readonly<{} & {
150
150
  vertical?: boolean;
151
- "onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
152
151
  modelValue?: HorizontalAlignments | VerticalAlignments;
152
+ "onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
153
153
  "v-model"?: HorizontalAlignments | VerticalAlignments;
154
154
  }>, "onUpdate:modelValue"> & {
155
155
  "onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
@@ -114,8 +114,8 @@ declare const _default: {
114
114
  [key: string]: any;
115
115
  }>) => void)[];
116
116
  readonly icon?: IconPickerModel;
117
- readonly "onUpdate:modelValue"?: (value: number) => any;
118
117
  readonly modelValue?: number;
118
+ readonly "onUpdate:modelValue"?: (value: number) => any;
119
119
  readonly "v-model"?: number;
120
120
  };
121
121
  $attrs: {
@@ -473,8 +473,8 @@ declare const _default: {
473
473
  }>;
474
474
  };
475
475
  icon?: IconPickerModel;
476
- "onUpdate:modelValue"?: (value: number) => any;
477
476
  modelValue?: number;
477
+ "onUpdate:modelValue"?: (value: number) => any;
478
478
  "v-model"?: number;
479
479
  optionValue?: string;
480
480
  optionText?: string;
@@ -109,8 +109,8 @@ declare const _default: {
109
109
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
110
110
  [key: string]: any;
111
111
  }>) => void)[];
112
- readonly "onUpdate:modelValue"?: (value: string) => any;
113
112
  readonly modelValue?: string;
113
+ readonly "onUpdate:modelValue"?: (value: string) => any;
114
114
  readonly "v-model"?: string;
115
115
  };
116
116
  $attrs: {
@@ -414,8 +414,8 @@ declare const _default: {
414
414
  };
415
415
  }>;
416
416
  };
417
- "onUpdate:modelValue"?: (value: string) => any;
418
417
  modelValue?: string;
418
+ "onUpdate:modelValue"?: (value: string) => any;
419
419
  "v-model"?: string;
420
420
  }>, never>;
421
421
  };
@@ -10,6 +10,7 @@ declare const dialogComponent: {
10
10
  class?: unknown;
11
11
  key?: string | number | symbol;
12
12
  readonly width?: string | number;
13
+ readonly lazy?: boolean;
13
14
  ref?: import("vue").VNodeRef;
14
15
  ref_for?: boolean;
15
16
  ref_key?: string;
@@ -67,7 +68,6 @@ declare const dialogComponent: {
67
68
  readonly hideCloseButton?: boolean;
68
69
  readonly noClickAnimation?: boolean;
69
70
  readonly eager?: boolean;
70
- readonly lazy?: boolean;
71
71
  readonly customZIndex?: boolean;
72
72
  readonly attach?: string;
73
73
  readonly retainFocus?: boolean;
@@ -186,6 +186,7 @@ declare const dialogComponent: {
186
186
  propsDefinition: Omit<Readonly<{} & {
187
187
  title?: string;
188
188
  width?: string | number;
189
+ lazy?: boolean;
189
190
  maxWidth?: string | number;
190
191
  position?: DialogPositions;
191
192
  dark?: boolean;
@@ -202,7 +203,6 @@ declare const dialogComponent: {
202
203
  hideCloseButton?: boolean;
203
204
  noClickAnimation?: boolean;
204
205
  eager?: boolean;
205
- lazy?: boolean;
206
206
  customZIndex?: boolean;
207
207
  attach?: string;
208
208
  retainFocus?: boolean;
@@ -49,8 +49,8 @@ declare const _default: {
49
49
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
50
50
  [key: string]: any;
51
51
  }>) => void)[];
52
- readonly "onUpdate:modelValue"?: (value: boolean) => any;
53
52
  readonly modelValue?: boolean;
53
+ readonly "onUpdate:modelValue"?: (value: boolean) => any;
54
54
  readonly "v-model"?: boolean;
55
55
  readonly typedHandler: PersonFilterEngineHandler;
56
56
  readonly isChecked?: boolean;
@@ -217,8 +217,8 @@ declare const _default: {
217
217
  handleSetvalue: (user: Refinement) => void;
218
218
  } & {
219
219
  key?: String;
220
- "onUpdate:modelValue"?: (value: boolean) => any;
221
220
  modelValue?: boolean;
221
+ "onUpdate:modelValue"?: (value: boolean) => any;
222
222
  "v-model"?: boolean;
223
223
  isChecked?: boolean;
224
224
  "onUpdate:isChecked"?: (value: boolean) => any;
@@ -53,8 +53,8 @@ declare const _default: {
53
53
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
54
  [key: string]: any;
55
55
  }>) => void)[];
56
- readonly "onUpdate:modelValue"?: (value: string[]) => any;
57
56
  readonly modelValue?: string[];
57
+ readonly "onUpdate:modelValue"?: (value: string[]) => any;
58
58
  readonly "v-model"?: string[];
59
59
  "onUpdate:filterValue"?: (value: string[]) => any;
60
60
  };
@@ -199,8 +199,8 @@ declare const _default: {
199
199
  } & {
200
200
  class?: String | String[];
201
201
  size?: "small" | "default" | "x-small";
202
- "onUpdate:modelValue"?: (value: string[]) => any;
203
202
  modelValue?: string[];
203
+ "onUpdate:modelValue"?: (value: string[]) => any;
204
204
  "v-model"?: string[];
205
205
  }>, "onUpdate:filterValue"> & {
206
206
  "onUpdate:filterValue"?: (value: string[]) => any;
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ messageContainer?: any;
3
+ };
4
+ export default _default;
@@ -0,0 +1,104 @@
1
+ import { Guid, GuidValue, RealtimeChannel, RealtimeData } from "@omnia/fx/models";
2
+ declare const _default: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: {
7
+ style?: unknown;
8
+ class?: unknown;
9
+ key?: string | number | symbol;
10
+ ref?: import("vue").VNodeRef;
11
+ ref_for?: boolean;
12
+ ref_key?: string;
13
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
+ [key: string]: any;
15
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
+ [key: string]: any;
17
+ }>) => void)[];
18
+ onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
+ [key: string]: any;
20
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
+ [key: string]: any;
22
+ }>) => void)[];
23
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
24
+ [key: string]: any;
25
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
+ [key: string]: any;
27
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
28
+ [key: string]: any;
29
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
+ [key: string]: any;
31
+ }>) => void)[];
32
+ onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
33
+ [key: string]: any;
34
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
35
+ [key: string]: any;
36
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
37
+ [key: string]: any;
38
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
39
+ [key: string]: any;
40
+ }>) => void)[];
41
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
42
+ [key: string]: any;
43
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
44
+ [key: string]: any;
45
+ }>) => void)[];
46
+ onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
+ [key: string]: any;
48
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
+ [key: string]: any;
50
+ }>) => void)[];
51
+ };
52
+ $attrs: {
53
+ [x: string]: unknown;
54
+ };
55
+ $refs: {
56
+ [x: string]: unknown;
57
+ };
58
+ $slots: Readonly<{
59
+ [name: string]: import("vue").Slot<any>;
60
+ }>;
61
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
62
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
63
+ $emit: (event: string, ...args: any[]) => void;
64
+ $el: any;
65
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
66
+ beforeCreate?: (() => void) | (() => void)[];
67
+ created?: (() => void) | (() => void)[];
68
+ beforeMount?: (() => void) | (() => void)[];
69
+ mounted?: (() => void) | (() => void)[];
70
+ beforeUpdate?: (() => void) | (() => void)[];
71
+ updated?: (() => void) | (() => void)[];
72
+ activated?: (() => void) | (() => void)[];
73
+ deactivated?: (() => void) | (() => void)[];
74
+ beforeDestroy?: (() => void) | (() => void)[];
75
+ beforeUnmount?: (() => void) | (() => void)[];
76
+ destroyed?: (() => void) | (() => void)[];
77
+ unmounted?: (() => void) | (() => void)[];
78
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
79
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
80
+ 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)[];
81
+ };
82
+ $forceUpdate: () => void;
83
+ $nextTick: typeof import("vue").nextTick;
84
+ $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;
85
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
86
+ __isFragment?: never;
87
+ __isTeleport?: never;
88
+ __isSuspense?: never;
89
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
90
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
91
+ };
92
+ export default _default;
93
+ export declare class HubChatChannel extends RealtimeChannel {
94
+ private _chatId;
95
+ constructor(profileId: Guid);
96
+ getId(): string;
97
+ }
98
+ export declare class HubChatRealtimeData extends RealtimeData<HubChatChannel, {
99
+ from: string;
100
+ message: string;
101
+ }> {
102
+ constructor(channel: HubChatChannel);
103
+ getId(): GuidValue;
104
+ }
@@ -103,8 +103,8 @@ declare const _default: {
103
103
  left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
104
104
  right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
105
105
  };
106
- readonly "onUpdate:modelValue"?: (value: Identity[]) => any;
107
106
  readonly modelValue?: Identity[];
107
+ readonly "onUpdate:modelValue"?: (value: Identity[]) => any;
108
108
  readonly "v-model"?: Identity[];
109
109
  readonly hidePresence?: boolean;
110
110
  readonly imageOnly?: boolean;
@@ -480,8 +480,8 @@ declare const _default: {
480
480
  left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
481
481
  right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
482
482
  };
483
- "onUpdate:modelValue"?: (value: Identity[]) => any;
484
483
  modelValue?: Identity[];
484
+ "onUpdate:modelValue"?: (value: Identity[]) => any;
485
485
  "v-model"?: Identity[];
486
486
  hidePresence?: boolean;
487
487
  imageOnly?: boolean;
@@ -52,8 +52,8 @@ declare const _default: {
52
52
  }>) => void)[];
53
53
  readonly top?: Boolean;
54
54
  readonly disabled?: Boolean;
55
- readonly "onUpdate:modelValue"?: (value: Identity[]) => any;
56
55
  readonly modelValue?: Identity[];
56
+ readonly "onUpdate:modelValue"?: (value: Identity[]) => any;
57
57
  readonly "v-model"?: Identity[];
58
58
  readonly providerIds?: GuidValue[];
59
59
  readonly "provider-ids"?: GuidValue[];
@@ -353,8 +353,8 @@ declare const _default: {
353
353
  type?: PrincipalTypes;
354
354
  top?: Boolean;
355
355
  disabled?: Boolean;
356
- "onUpdate:modelValue"?: (value: Identity[]) => any;
357
356
  modelValue?: Identity[];
357
+ "onUpdate:modelValue"?: (value: Identity[]) => any;
358
358
  "v-model"?: Identity[];
359
359
  providerIds?: GuidValue[];
360
360
  "provider-ids"?: GuidValue[];
@@ -114,8 +114,8 @@ declare const _default: {
114
114
  readonly top?: boolean;
115
115
  readonly disabled?: boolean;
116
116
  readonly location?: "left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "bottom end" | "bottom start" | "top center" | "top end" | "top start" | "end bottom" | "end top" | "start bottom" | "start top";
117
- "onUpdate:modelValue"?: ((value: boolean) => any) & ((value: Identity) => any);
118
117
  readonly modelValue?: boolean;
118
+ "onUpdate:modelValue"?: ((value: boolean) => any) & ((value: Identity) => any);
119
119
  readonly "v-model"?: boolean;
120
120
  readonly providerIds?: GuidValue[];
121
121
  readonly "provider-ids"?: GuidValue[];
@@ -687,8 +687,8 @@ declare const _default: {
687
687
  top?: boolean;
688
688
  disabled?: boolean;
689
689
  location?: "left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "bottom end" | "bottom start" | "top center" | "top end" | "top start" | "end bottom" | "end top" | "start bottom" | "start top";
690
- "onUpdate:modelValue"?: (value: boolean) => any;
691
690
  modelValue?: boolean;
691
+ "onUpdate:modelValue"?: (value: boolean) => any;
692
692
  "v-model"?: boolean;
693
693
  providerIds?: GuidValue[];
694
694
  "provider-ids"?: GuidValue[];
@@ -56,11 +56,11 @@ declare const _default: {
56
56
  readonly top?: boolean;
57
57
  readonly multiple?: boolean;
58
58
  readonly disabled?: boolean;
59
- readonly ariaDescribedby?: string;
60
- readonly ariaInvalid?: boolean;
61
- "onUpdate:modelValue"?: ((value: Identity[]) => any) & ((value: Identity[]) => any);
62
59
  readonly modelValue?: Identity[];
60
+ "onUpdate:modelValue"?: ((value: Identity[]) => any) & ((value: Identity[]) => any);
63
61
  readonly "v-model"?: Identity[];
62
+ readonly ariaDescribedby?: string;
63
+ readonly ariaInvalid?: boolean;
64
64
  readonly singleLine?: boolean;
65
65
  readonly providerIds?: GuidValue[];
66
66
  readonly "provider-ids"?: GuidValue[];
@@ -461,11 +461,11 @@ declare const _default: {
461
461
  top?: boolean;
462
462
  multiple?: boolean;
463
463
  disabled?: boolean;
464
- ariaDescribedby?: string;
465
- ariaInvalid?: boolean;
466
- "onUpdate:modelValue"?: (value: Identity[]) => any;
467
464
  modelValue?: Identity[];
465
+ "onUpdate:modelValue"?: (value: Identity[]) => any;
468
466
  "v-model"?: Identity[];
467
+ ariaDescribedby?: string;
468
+ ariaInvalid?: boolean;
469
469
  singleLine?: boolean;
470
470
  providerIds?: GuidValue[];
471
471
  "provider-ids"?: GuidValue[];
@@ -56,11 +56,11 @@ declare const _default: {
56
56
  readonly top?: boolean;
57
57
  readonly multiple?: boolean;
58
58
  readonly disabled?: boolean;
59
- readonly ariaDescribedby?: string;
60
- readonly ariaInvalid?: boolean;
61
- "onUpdate:modelValue"?: ((value: Identity[]) => any) & ((value: Identity[]) => any);
62
59
  readonly modelValue?: Identity[];
60
+ "onUpdate:modelValue"?: ((value: Identity[]) => any) & ((value: Identity[]) => any);
63
61
  readonly "v-model"?: Identity[];
62
+ readonly ariaDescribedby?: string;
63
+ readonly ariaInvalid?: boolean;
64
64
  readonly singleLine?: boolean;
65
65
  readonly providerIds?: GuidValue[];
66
66
  readonly "provider-ids"?: GuidValue[];
@@ -474,11 +474,11 @@ declare const _default: {
474
474
  top?: boolean;
475
475
  multiple?: boolean;
476
476
  disabled?: boolean;
477
- ariaDescribedby?: string;
478
- ariaInvalid?: boolean;
479
- "onUpdate:modelValue"?: (value: Identity[]) => any;
480
477
  modelValue?: Identity[];
478
+ "onUpdate:modelValue"?: (value: Identity[]) => any;
481
479
  "v-model"?: Identity[];
480
+ ariaDescribedby?: string;
481
+ ariaInvalid?: boolean;
482
482
  singleLine?: boolean;
483
483
  providerIds?: GuidValue[];
484
484
  "provider-ids"?: GuidValue[];
@@ -115,10 +115,10 @@ declare const _default: {
115
115
  [key: string]: any;
116
116
  }>) => void)[];
117
117
  readonly mandatory?: boolean;
118
- readonly group?: boolean;
119
- "onUpdate:modelValue"?: ((value: MediaScalingSettings) => any) & ((value: any) => any);
120
118
  readonly modelValue?: MediaScalingSettings;
119
+ "onUpdate:modelValue"?: ((value: MediaScalingSettings) => any) & ((value: any) => any);
121
120
  readonly "v-model"?: MediaScalingSettings;
121
+ readonly group?: boolean;
122
122
  "onUpdate:add"?: (value: any) => any;
123
123
  "onUpdate:delete"?: (value: any) => any;
124
124
  };
@@ -520,10 +520,10 @@ declare const _default: {
520
520
  }>;
521
521
  };
522
522
  mandatory?: boolean;
523
- group?: boolean;
524
- "onUpdate:modelValue"?: (value: MediaScalingSettings) => any;
525
523
  modelValue?: MediaScalingSettings;
524
+ "onUpdate:modelValue"?: (value: MediaScalingSettings) => any;
526
525
  "v-model"?: MediaScalingSettings;
526
+ group?: boolean;
527
527
  }>, "onUpdate:modelValue" | "onUpdate:add" | "onUpdate:delete"> & {
528
528
  "onUpdate:modelValue"?: (value: any) => any;
529
529
  "onUpdate:add"?: (value: any) => any;
@@ -63,8 +63,8 @@ declare const _default: {
63
63
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
64
64
  [key: string]: any;
65
65
  }>) => void)[];
66
- "onUpdate:modelValue"?: ((value: ColorValue) => any) & ((value: ColorValue) => any);
67
66
  readonly modelValue?: ColorValue;
67
+ "onUpdate:modelValue"?: ((value: ColorValue) => any) & ((value: ColorValue) => any);
68
68
  readonly "v-model"?: ColorValue;
69
69
  };
70
70
  $attrs: {
@@ -152,8 +152,8 @@ declare const _default: {
152
152
  "update:modelValue": (value: ColorValue) => true;
153
153
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
154
154
  propsDefinition: Omit<Readonly<{} & {
155
- "onUpdate:modelValue"?: (value: ColorValue) => any;
156
155
  modelValue?: ColorValue;
156
+ "onUpdate:modelValue"?: (value: ColorValue) => any;
157
157
  "v-model"?: ColorValue;
158
158
  }>, "onUpdate:modelValue"> & {
159
159
  "onUpdate:modelValue"?: (value: ColorValue) => any;
@@ -2,7 +2,7 @@ import { BlockTitleIconSettings, BlockTitleSettings, TextAlignment, IconSizes }
2
2
  import { ITheming } from "../../../..";
3
3
  export declare const BlockTitleStyles: {
4
4
  safeGetSpacingPixels(value: any, spacing: any): string;
5
- getIconOffset(iconSize: IconSizes): -10 | -15 | -25 | -30;
5
+ getIconOffset(iconSize: IconSizes): -10 | -25 | -15 | -30;
6
6
  getIconOffsetIconOnly(iconSize: IconSizes): -5 | -15 | -17;
7
7
  iconWrapperButton: (settings: BlockTitleIconSettings) => string;
8
8
  iconInButton: (settings: BlockTitleIconSettings, theming: ITheming) => string;
@@ -3,4 +3,3 @@ export * from "./rules";
3
3
  export * from "./shared";
4
4
  export * from "./stores";
5
5
  import "./apis/Registration";
6
- export * from "./velcron_definitions";
@@ -3,4 +3,3 @@ export * from "./ReactiveLayoutItemsSettingsStore";
3
3
  export * from "./BlockCatalogStore";
4
4
  export * from "./LayoutTemplateStore";
5
5
  export * from "./DynamicStateStore";
6
- export * from "./VelcronDefinitionStore";