@omnia/fx 8.0.59-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.
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/http/Bring.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/Guid.js +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +6 -1
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/hub/HubChat.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/hub/HubChat.d.ts +104 -0
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +59 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +42 -2
- package/internal-do-not-import-from-here/ux/markdown/plugins/MarkdownPluginContext.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown/plugins/VelcronMarkdownRenderer.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/models/Validation.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +17 -3
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +17 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +21 -6
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +17 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +7 -12
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/core}/Colors.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/ThemeDefinitionInstance.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/useVelcronState.d.ts +50 -0
- 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
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupAvatar.d.ts +2 -0
- 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
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupImageSmall.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupImageTop.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupImageTopAvatar.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/index.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/Image.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/ImageText.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/Quote.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/Text.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/BlockTextIcon.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/Pageheader.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions → theming-v2/skins/default/definitions}/headers/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/Blueprints.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/ThemeDefinitions.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/default/themes}/TypographyTypes.d.ts +0 -96
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/useDefaultSkin.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/Blueprints.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/SpacingTypes.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/ThemeDefinitions.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/TypographyTypes.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/useDocumentationSkin.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/editor/themes}/Blueprints.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/SpacingTypes.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/ThemeDefinitions.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/TypographyTypes.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/useEditorSkin.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/useSkins.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/use/UseValidation.d.ts +3 -11
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +2 -7
- package/internal-do-not-import-from-here/ux/velcron/components/{properties/VelcronProperties.d.ts → propertieseditor/VelcronPropertiesEditor.d.ts} +23 -17
- package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/editors/alignment/AlignmentEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/color/ColorEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/editors/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/markdown/MarkdownEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/slider/SliderEditor.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/switch/SwitchEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/text/TextEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/models/DefineVelcronPropertyEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/models/DefineVelcronPropertyEditorProps.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +40 -35
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +57 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +1 -15
- package/internal-do-not-import-from-here/wctypings.d.ts +4 -2
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/Image_top_blog.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/News_Image_Small.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/News_Image_Top.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Image_text.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Text_Quote.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Text_only.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/headers/Pageheader.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/useVelcronDefinitionTemplates.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/theming-v2/themes/ThemeDefinitions.d.ts +0 -41
- package/internal-do-not-import-from-here/ux/theming-v2/themes/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/color/ColorEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/slider/SliderEditor.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/switch/SwitchEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/text/TextEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/properties/models/DefineVelcronPropertyEditorProps.d.ts +0 -86
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/stores → theming-v2}/VelcronDefinitionStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions → theming-v2/skins/default/definitions}/content/Contentblocks.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions → theming-v2/skins/default/definitions}/headers/Blockheaders.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/default/themes}/SpacingTypes.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/index.d.ts +0 -0
- /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"]}}}
|
@@ -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,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;
|
@@ -67,9 +67,9 @@ declare const _default: {
|
|
67
67
|
readonly subTitle?: string;
|
68
68
|
"onClick:cancel"?: (id: string) => any;
|
69
69
|
"onClick:delete"?: (id: string) => any;
|
70
|
+
readonly onSave?: (bladeId: string) => boolean | Promise<boolean>;
|
70
71
|
"onClick:back"?: (id: string) => any;
|
71
72
|
readonly searchable?: boolean;
|
72
|
-
readonly onClickSave?: (bladeId: string) => void | Promise<void>;
|
73
73
|
onSearch?: (searchText: string) => any;
|
74
74
|
"onClick:add"?: (id: string) => any;
|
75
75
|
"onClick:settings"?: (id: string) => any;
|
@@ -94,8 +94,8 @@ declare const _default: {
|
|
94
94
|
actions?: Func<[VNodeChild]>;
|
95
95
|
actionsFooter?: Func<[VNodeChild]>;
|
96
96
|
}>;
|
97
|
-
|
98
|
-
type: import("vue").PropType<(bladeId: string) =>
|
97
|
+
onSave: {
|
98
|
+
type: import("vue").PropType<(bladeId: string) => boolean | Promise<boolean>>;
|
99
99
|
};
|
100
100
|
variant: {
|
101
101
|
type: import("vue").PropType<"info" | "new" | "edit">;
|
@@ -172,8 +172,8 @@ declare const _default: {
|
|
172
172
|
actions?: Func<[VNodeChild]>;
|
173
173
|
actionsFooter?: Func<[VNodeChild]>;
|
174
174
|
}>;
|
175
|
-
|
176
|
-
type: import("vue").PropType<(bladeId: string) =>
|
175
|
+
onSave: {
|
176
|
+
type: import("vue").PropType<(bladeId: string) => boolean | Promise<boolean>>;
|
177
177
|
};
|
178
178
|
variant: {
|
179
179
|
type: import("vue").PropType<"info" | "new" | "edit">;
|
@@ -227,8 +227,8 @@ declare const _default: {
|
|
227
227
|
actions?: Func<[VNodeChild]>;
|
228
228
|
actionsFooter?: Func<[VNodeChild]>;
|
229
229
|
}>;
|
230
|
-
|
231
|
-
type: import("vue").PropType<(bladeId: string) =>
|
230
|
+
onSave: {
|
231
|
+
type: import("vue").PropType<(bladeId: string) => boolean | Promise<boolean>>;
|
232
232
|
};
|
233
233
|
variant: {
|
234
234
|
type: import("vue").PropType<"info" | "new" | "edit">;
|
@@ -296,8 +296,8 @@ declare const _default: {
|
|
296
296
|
save?: boolean;
|
297
297
|
create?: boolean;
|
298
298
|
subTitle?: string;
|
299
|
+
onSave?: (bladeId: string) => boolean | Promise<boolean>;
|
299
300
|
searchable?: boolean;
|
300
|
-
onClickSave?: (bladeId: string) => void | Promise<void>;
|
301
301
|
}>, "onClick:cancel" | "onClick:delete" | "onClick:back" | "onSearch" | "onClick:add" | "onClick:settings"> & {
|
302
302
|
"onClick:cancel"?: (id: string) => any;
|
303
303
|
"onClick:delete"?: (id: string) => 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 | -
|
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;
|