@omnia/fx 8.0.108-vnext → 8.0.109-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.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/MediaPickerEditorStore.d.ts +32 -31
- package/internal-do-not-import-from-here/stores/MediaPickerProviderStore.d.ts +64 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.css.d.ts +1 -0
- 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/blueprintpicker/BlueprintPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.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/datetimezonepicker/DateTimeZonePicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/Introduction.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/Themestyling.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +13 -47
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyTenant.d.ts +91 -6
- 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 +4 -4
- package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +112 -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 +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid copy.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +176 -27
- package/internal-do-not-import-from-here/ux/imagegrid/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/cropper/ImageCropMenu.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/cropper/ImageCropper.d.ts +11 -18
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditor.d.ts +5 -19
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +26 -14
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/settings/ImageSettings.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.css.d.ts +2 -4
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.d.ts +4 -6
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.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 +6 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +180 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -4
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +15 -15
- 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 +6 -6
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfigurationV2.d.ts +503 -0
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
- 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/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/wctypings.d.ts +29 -1
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/imagegrid/IImageGrid.d.ts +0 -25
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","MSTeamsStore","MediaPickerStore","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","UserIdentityStore","UserTargetingStore","UserTypeStore","VersionedLayoutStore","defineStore","useCompontentHostStore","useCompontentSharedSettingsStore","useLocalizationStore","useMediaPickerEditorStore"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","destroyVueApp","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","registerAsyncVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdUserService","AzureOpenAIService","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FileStorageService","GroupIdentityService","GroupService","IdentityPropertyBindingProvider","IdentityService","IdentitySyncProviderService","ImageProxyService","LocalizationService","ManifestService","MediaPickerService","MicrosoftStreamService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","RealtimeService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus"]}}}
|
1
|
+
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","MSTeamsStore","MediaPickerStore","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","UserIdentityStore","UserTargetingStore","UserTypeStore","VersionedLayoutStore","defineStore","useCompontentHostStore","useCompontentSharedSettingsStore","useLocalizationStore","useMediaPickerEditorStore","useMediaPickerProviderStore"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","destroyVueApp","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","registerAsyncVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdUserService","AzureOpenAIService","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FileStorageService","GroupIdentityService","GroupService","IdentityPropertyBindingProvider","IdentityService","IdentitySyncProviderService","ImageProxyService","LocalizationService","ManifestService","MediaPickerService","MicrosoftStreamService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","RealtimeService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus"]}}}
|
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['dee030cc-4ab3-4158-bb06-8049f5c67542']","content":{"./node_modules/@omnia/fx/ux/admin/BusinessProfileRouter.js":{"id":"./node_modules/@omnia/fx/ux/admin/businessprofilerouter.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BusinessProfileRouter"]},"./node_modules/@omnia/fx/ux/admin/chrome/AdminVisibiltyController.js":{"id":"./node_modules/@omnia/fx/ux/admin/chrome/adminvisibiltycontroller.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/admin/store/AdminStore.js":{"id":"./node_modules/@omnia/fx/ux/admin/store/adminstore.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminStore"]},"./node_modules/@omnia/fx/ux/AnchorLink.js":{"id":"./node_modules/@omnia/fx/ux/anchorlink.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AnchorLink"]},"./node_modules/@omnia/fx/ux/appprovisioning/Enums.js":{"id":"./node_modules/@omnia/fx/ux/appprovisioning/enums.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AppInstanceProgressActions"]},"./node_modules/@omnia/fx/ux/BlockInstance.js":{"id":"./node_modules/@omnia/fx/ux/blockinstance.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BlockInstance"]},"./node_modules/@omnia/fx/ux/confirmdialog/IConfirmDialog.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/iconfirmdialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogDisplay"]},"./node_modules/@omnia/fx/ux/confirmdialog/index.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogDisplay","ConfirmDialogResponse"]},"./node_modules/@omnia/fx/ux/confirmdialog/IVueConfirmDialog.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/ivueconfirmdialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogResponse"]},"./node_modules/@omnia/fx/ux/decorators/index.js":{"id":"./node_modules/@omnia/fx/ux/decorators/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Emit","Options","Prop","Ref","Vue","Watch"]},"./node_modules/@omnia/fx/ux/dialog/IDialog.js":{"id":"./node_modules/@omnia/fx/ux/dialog/idialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DialogPositions"]},"./node_modules/@omnia/fx/ux/dialog/index.js":{"id":"./node_modules/@omnia/fx/ux/dialog/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DialogPositions"]},"./node_modules/@omnia/fx/ux/documenticon/IDocumentIcon.js":{"id":"./node_modules/@omnia/fx/ux/documenticon/idocumenticon.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/documenticon/index.js":{"id":"./node_modules/@omnia/fx/ux/documenticon/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/enterpriseglossary/componentbase/index.js":{"id":"./node_modules/@omnia/fx/ux/enterpriseglossary/componentbase/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/heading/IHeading.js":{"id":"./node_modules/@omnia/fx/ux/heading/iheading.js","buildMeta":{"exportsType":"namespace"},"expo.js":["HeadingSizes"]},"./node_modules/@omnia/fx/ux/imagetransformation/constants.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/constants.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Constants"]},"./node_modules/@omnia/fx/ux/imagetransformation/enums.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/enums.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Filters","ImageEditorMenu"]},"./node_modules/@omnia/fx/ux/imagetransformation/image-svg-transfomer.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/image-svg-transfomer.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageSvgTransformer"]},"./node_modules/@omnia/fx/ux/imagetransformation/image-transfomer.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/image-transfomer.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageTransformer"]},"./node_modules/@omnia/fx/ux/imagetransformation/index.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/imagetransformation/interfaces.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/interfaces.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/imagetransformation/utils.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/utils.js","buildMeta":{"exportsType":"namespace"},"expo.js":["getComputedProp","isEmpty","onApplyFilter","onApplyStyle","onFlipX","onFlipY","onReset"]},"./node_modules/@omnia/fx/ux/imagetransformer/Constants.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformer/constants.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Constants"]},"./node_modules/@omnia/fx/ux/imagetransformer/ImageTransformer.css.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformer/imagetransformer.css.js","buildMeta":{"exportsType":"namespace"},"expo.js":["MediaStyles","transformer"]},"./node_modules/@omnia/fx/ux/imagetransformer/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformer/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageTransformerLocalization"]},"./node_modules/@omnia/fx/ux/inputlanguagepicker/stores/index.js":{"id":"./node_modules/@omnia/fx/ux/inputlanguagepicker/stores/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InputLanguageStore"]},"./node_modules/@omnia/fx/ux/InternalRouter.js":{"id":"./node_modules/@omnia/fx/ux/internalrouter.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalRouter"]},"./node_modules/@omnia/fx/ux/journey/IJourney.js":{"id":"./node_modules/@omnia/fx/ux/journey/ijourney.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/journey/index.js":{"id":"./node_modules/@omnia/fx/ux/journey/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/layoutcanvas/index.js":{"id":"./node_modules/@omnia/fx/ux/layoutcanvas/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/mediapicker/IMediaPicker.js":{"id":"./node_modules/@omnia/fx/ux/mediapicker/imediapicker.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/messaging/index.js":{"id":"./node_modules/@omnia/fx/ux/messaging/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Topics"]},"./node_modules/@omnia/fx/ux/messaging/InternalTopics.js":{"id":"./node_modules/@omnia/fx/ux/messaging/internaltopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/ux/models/index.js":{"id":"./node_modules/@omnia/fx/ux/models/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/MultilingualContext.js":{"id":"./node_modules/@omnia/fx/ux/multilingualcontext.js","buildMeta":{"exportsType":"namespace"},"expo.js":["MultilingualContext"]},"./node_modules/@omnia/fx/ux/OmniaTheming.js":{"id":"./node_modules/@omnia/fx/ux/omniatheming.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaTheming"]},"./node_modules/@omnia/fx/ux/post/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/post/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["PostLocalization"]},"./node_modules/@omnia/fx/ux/social/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/social/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["CommentLocalization"]},"./node_modules/@omnia/fx/ux/StyleFlow.js":{"id":"./node_modules/@omnia/fx/ux/styleflow.js","buildMeta":{"exportsType":"namespace"},"expo.js":["StyleFlow"]},"./node_modules/@omnia/fx/ux/theming/index.js":{"id":"./node_modules/@omnia/fx/ux/theming/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/UxCssRaw.css":{"id":"./node_modules/@omnia/fx/ux/uxcssraw.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxDefaultRichtextStyle.js":{"id":"./node_modules/@omnia/fx/ux/uxdefaultrichtextstyle.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DefaultRichtextStyles"]},"./node_modules/@omnia/fx/ux/UxFlags.css":{"id":"./node_modules/@omnia/fx/ux/uxflags.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxFonts.css":{"id":"./node_modules/@omnia/fx/ux/uxfonts.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxModels.js":{"id":"./node_modules/@omnia/fx/ux/uxmodels.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BuiltInLocalizationKeys","OmniaUxLocalizationNamespace"]},"./node_modules/@omnia/fx/ux/UxStyles.js":{"id":"./node_modules/@omnia/fx/ux/uxstyles.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Styles"]},"./node_modules/@omnia/fx/ux/validation/IComponentValidationEnabled.js":{"id":"./node_modules/@omnia/fx/ux/validation/icomponentvalidationenabled.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/validation/index.js":{"id":"./node_modules/@omnia/fx/ux/validation/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["LegacyFieldValueValidation"]},"./node_modules/@omnia/fx/ux/validation/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/validation/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FieldValidationLocalization"]},"./node_modules/@omnia/fx/ux/versionedlayout/index.js":{"id":"./node_modules/@omnia/fx/ux/versionedlayout/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@formkit/auto-animate/vue/index.mjs":{"id":"./node_modules/@formkit/auto-animate/vue/index.mjs","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@material-design-icons/font/index.css":{"id":"./node_modules/@material-design-icons/font/index.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/splitpanes/dist/splitpanes.es.js":{"id":"./node_modules/splitpanes/dist/splitpanes.es.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/index.js":{"id":"./node_modules/typestyle/lib/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/internal/formatting.js":{"id":"./node_modules/typestyle/lib/internal/formatting.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/internal/typestyle.js":{"id":"./node_modules/typestyle/lib/internal/typestyle.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/internal/utilities.js":{"id":"./node_modules/typestyle/lib/internal/utilities.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/types.js":{"id":"./node_modules/typestyle/lib/types.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/admin/index.js":{"id":"0111486e-5dc8-4705-8247-d91fb2aba33d","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/app/index.js":{"id":"14a0ce2f-3699-49b2-92d3-428caac194a4","buildMeta":{"exportsType":"namespace"},"expo.js":["AppContextProvider","AppDataSourceProperty","AppPropertiesProvider","Router"]},"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.tsx":{"id":"1682f669-2a99-45e6-aa8b-7ed3d4e538d5","buildMeta":{"exportsType":"namespace"},"expo.js":["GridViewMediaProviderComponent"]},"./node_modules/@omnia/fx/ux/VueComponentBase.js":{"id":"8610c059-395a-45c2-804a-8c236f4d60d9","buildMeta":{"exportsType":"namespace"},"expo.js":["VueComponentBase","VueComponentConnect","getVuetifyAppClasses"]},"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.tsx":{"id":"a3e11883-9574-4070-b80e-40faef6801d2","buildMeta":{"exportsType":"namespace"},"expo.js":["MediaProviderComponentBase"]},"./node_modules/@omnia/fx/ux/vuetify/index.js":{"id":"c02f415e-2efe-4333-9b1e-8d7abaa2c967","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/index.js":{"id":"d7327742-5647-4075-b7ab-4f9ca852addb","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/UxCore.js":{"id":"fe6d45fc-8977-4e32-bff4-e93cc636390e","buildMeta":{"exportsType":"namespace"},"expo.js":["getProvided","setProvided"]}}}
|
1
|
+
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['dee030cc-4ab3-4158-bb06-8049f5c67542']","content":{"./node_modules/@omnia/fx/ux/admin/BusinessProfileRouter.js":{"id":"./node_modules/@omnia/fx/ux/admin/businessprofilerouter.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BusinessProfileRouter"]},"./node_modules/@omnia/fx/ux/admin/chrome/AdminVisibiltyController.js":{"id":"./node_modules/@omnia/fx/ux/admin/chrome/adminvisibiltycontroller.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/admin/store/AdminStore.js":{"id":"./node_modules/@omnia/fx/ux/admin/store/adminstore.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminStore"]},"./node_modules/@omnia/fx/ux/AnchorLink.js":{"id":"./node_modules/@omnia/fx/ux/anchorlink.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AnchorLink"]},"./node_modules/@omnia/fx/ux/appprovisioning/Enums.js":{"id":"./node_modules/@omnia/fx/ux/appprovisioning/enums.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AppInstanceProgressActions"]},"./node_modules/@omnia/fx/ux/BlockInstance.js":{"id":"./node_modules/@omnia/fx/ux/blockinstance.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BlockInstance"]},"./node_modules/@omnia/fx/ux/confirmdialog/IConfirmDialog.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/iconfirmdialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogDisplay"]},"./node_modules/@omnia/fx/ux/confirmdialog/index.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogDisplay","ConfirmDialogResponse"]},"./node_modules/@omnia/fx/ux/confirmdialog/IVueConfirmDialog.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/ivueconfirmdialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogResponse"]},"./node_modules/@omnia/fx/ux/decorators/index.js":{"id":"./node_modules/@omnia/fx/ux/decorators/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Emit","Options","Prop","Ref","Vue","Watch"]},"./node_modules/@omnia/fx/ux/dialog/IDialog.js":{"id":"./node_modules/@omnia/fx/ux/dialog/idialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DialogPositions"]},"./node_modules/@omnia/fx/ux/dialog/index.js":{"id":"./node_modules/@omnia/fx/ux/dialog/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DialogPositions"]},"./node_modules/@omnia/fx/ux/documenticon/IDocumentIcon.js":{"id":"./node_modules/@omnia/fx/ux/documenticon/idocumenticon.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/documenticon/index.js":{"id":"./node_modules/@omnia/fx/ux/documenticon/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/enterpriseglossary/componentbase/index.js":{"id":"./node_modules/@omnia/fx/ux/enterpriseglossary/componentbase/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/heading/IHeading.js":{"id":"./node_modules/@omnia/fx/ux/heading/iheading.js","buildMeta":{"exportsType":"namespace"},"expo.js":["HeadingSizes"]},"./node_modules/@omnia/fx/ux/imagetransformation/constants.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/constants.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Constants"]},"./node_modules/@omnia/fx/ux/imagetransformation/enums.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/enums.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Filters","ImageEditorMenu"]},"./node_modules/@omnia/fx/ux/imagetransformation/image-svg-transfomer.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/image-svg-transfomer.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageSvgTransformer"]},"./node_modules/@omnia/fx/ux/imagetransformation/image-transfomer.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/image-transfomer.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageTransformer"]},"./node_modules/@omnia/fx/ux/imagetransformation/index.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/imagetransformation/interfaces.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/interfaces.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/imagetransformation/utils.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/utils.js","buildMeta":{"exportsType":"namespace"},"expo.js":["getComputedProp","isEmpty","onApplyFilter","onApplyStyle","onFlipX","onFlipY","onReset"]},"./node_modules/@omnia/fx/ux/imagetransformer/Constants.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformer/constants.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Constants"]},"./node_modules/@omnia/fx/ux/imagetransformer/ImageTransformer.css.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformer/imagetransformer.css.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageTransformerStyles"]},"./node_modules/@omnia/fx/ux/imagetransformer/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformer/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageTransformerLocalization"]},"./node_modules/@omnia/fx/ux/inputlanguagepicker/stores/index.js":{"id":"./node_modules/@omnia/fx/ux/inputlanguagepicker/stores/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InputLanguageStore"]},"./node_modules/@omnia/fx/ux/InternalRouter.js":{"id":"./node_modules/@omnia/fx/ux/internalrouter.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalRouter"]},"./node_modules/@omnia/fx/ux/journey/IJourney.js":{"id":"./node_modules/@omnia/fx/ux/journey/ijourney.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/journey/index.js":{"id":"./node_modules/@omnia/fx/ux/journey/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/layoutcanvas/index.js":{"id":"./node_modules/@omnia/fx/ux/layoutcanvas/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/mediapicker/IMediaPicker.js":{"id":"./node_modules/@omnia/fx/ux/mediapicker/imediapicker.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/messaging/index.js":{"id":"./node_modules/@omnia/fx/ux/messaging/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Topics"]},"./node_modules/@omnia/fx/ux/messaging/InternalTopics.js":{"id":"./node_modules/@omnia/fx/ux/messaging/internaltopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/ux/models/index.js":{"id":"./node_modules/@omnia/fx/ux/models/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/MultilingualContext.js":{"id":"./node_modules/@omnia/fx/ux/multilingualcontext.js","buildMeta":{"exportsType":"namespace"},"expo.js":["MultilingualContext"]},"./node_modules/@omnia/fx/ux/OmniaTheming.js":{"id":"./node_modules/@omnia/fx/ux/omniatheming.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaTheming"]},"./node_modules/@omnia/fx/ux/post/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/post/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["PostLocalization"]},"./node_modules/@omnia/fx/ux/social/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/social/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["CommentLocalization"]},"./node_modules/@omnia/fx/ux/StyleFlow.js":{"id":"./node_modules/@omnia/fx/ux/styleflow.js","buildMeta":{"exportsType":"namespace"},"expo.js":["StyleFlow"]},"./node_modules/@omnia/fx/ux/theming/index.js":{"id":"./node_modules/@omnia/fx/ux/theming/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/UxCssRaw.css":{"id":"./node_modules/@omnia/fx/ux/uxcssraw.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxDefaultRichtextStyle.js":{"id":"./node_modules/@omnia/fx/ux/uxdefaultrichtextstyle.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DefaultRichtextStyles"]},"./node_modules/@omnia/fx/ux/UxFlags.css":{"id":"./node_modules/@omnia/fx/ux/uxflags.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxFonts.css":{"id":"./node_modules/@omnia/fx/ux/uxfonts.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxModels.js":{"id":"./node_modules/@omnia/fx/ux/uxmodels.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BuiltInLocalizationKeys","OmniaUxLocalizationNamespace"]},"./node_modules/@omnia/fx/ux/UxStyles.js":{"id":"./node_modules/@omnia/fx/ux/uxstyles.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Styles"]},"./node_modules/@omnia/fx/ux/validation/IComponentValidationEnabled.js":{"id":"./node_modules/@omnia/fx/ux/validation/icomponentvalidationenabled.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/validation/index.js":{"id":"./node_modules/@omnia/fx/ux/validation/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["LegacyFieldValueValidation"]},"./node_modules/@omnia/fx/ux/validation/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/validation/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FieldValidationLocalization"]},"./node_modules/@omnia/fx/ux/versionedlayout/index.js":{"id":"./node_modules/@omnia/fx/ux/versionedlayout/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@formkit/auto-animate/vue/index.mjs":{"id":"./node_modules/@formkit/auto-animate/vue/index.mjs","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@material-design-icons/font/index.css":{"id":"./node_modules/@material-design-icons/font/index.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/splitpanes/dist/splitpanes.es.js":{"id":"./node_modules/splitpanes/dist/splitpanes.es.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/index.js":{"id":"./node_modules/typestyle/lib/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/internal/formatting.js":{"id":"./node_modules/typestyle/lib/internal/formatting.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/internal/typestyle.js":{"id":"./node_modules/typestyle/lib/internal/typestyle.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/internal/utilities.js":{"id":"./node_modules/typestyle/lib/internal/utilities.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/types.js":{"id":"./node_modules/typestyle/lib/types.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/admin/index.js":{"id":"0111486e-5dc8-4705-8247-d91fb2aba33d","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/app/index.js":{"id":"14a0ce2f-3699-49b2-92d3-428caac194a4","buildMeta":{"exportsType":"namespace"},"expo.js":["AppContextProvider","AppDataSourceProperty","AppPropertiesProvider","Router"]},"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.tsx":{"id":"1682f669-2a99-45e6-aa8b-7ed3d4e538d5","buildMeta":{"exportsType":"namespace"},"expo.js":["GridViewMediaProviderComponent"]},"./node_modules/@omnia/fx/ux/VueComponentBase.js":{"id":"8610c059-395a-45c2-804a-8c236f4d60d9","buildMeta":{"exportsType":"namespace"},"expo.js":["VueComponentBase","VueComponentConnect","getVuetifyAppClasses"]},"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.tsx":{"id":"a3e11883-9574-4070-b80e-40faef6801d2","buildMeta":{"exportsType":"namespace"},"expo.js":["MediaProviderComponentBase"]},"./node_modules/@omnia/fx/ux/vuetify/index.js":{"id":"c02f415e-2efe-4333-9b1e-8d7abaa2c967","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/index.js":{"id":"d7327742-5647-4075-b7ab-4f9ca852addb","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/UxCore.js":{"id":"fe6d45fc-8977-4e32-bff4-e93cc636390e","buildMeta":{"exportsType":"namespace"},"expo.js":["getProvided","setProvided"]}}}
|
@@ -1,42 +1,37 @@
|
|
1
|
-
import {
|
2
|
-
interface providerRegistrations {
|
3
|
-
id: GuidValue;
|
4
|
-
active: boolean;
|
5
|
-
provider: MediaPickerProvider;
|
6
|
-
}
|
1
|
+
import { ImageTransformerOptions, MediaPickerCropTransformation, MediaPickerImageInformation, MediaPickerImageRatio, MediaPickerRenditionData, MediaPickerRollupImageRatio, MediaPickerTransformedBase64Image } from "@omnia/fx-models";
|
7
2
|
export declare const useMediaPickerEditorStore: (newInstanceWithName?: string) => {
|
8
3
|
state: {
|
9
|
-
|
10
|
-
showProviders: boolean;
|
4
|
+
showImagePicker: boolean;
|
11
5
|
imageSrc: string;
|
12
6
|
showWarningDialog: boolean;
|
7
|
+
selectMediaMode: boolean;
|
13
8
|
selectedCropTransformation: MediaPickerCropTransformation;
|
14
|
-
|
15
|
-
|
9
|
+
defaultRendition: MediaPickerTransformedBase64Image;
|
10
|
+
imageInformation: MediaPickerImageInformation;
|
16
11
|
renditions: MediaPickerRenditionData[];
|
17
|
-
|
12
|
+
defaultRenditionRatios: MediaPickerImageRatio[];
|
18
13
|
rollupRenditionRatios: MediaPickerRollupImageRatio[];
|
19
14
|
options: ImageTransformerOptions;
|
20
15
|
};
|
21
16
|
events: {
|
22
|
-
|
23
|
-
|
24
|
-
onMutatingShowProviders: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
25
|
-
onMutatedShowProviders: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
17
|
+
onMutatingShowImagePicker: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
18
|
+
onMutatedShowImagePicker: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
26
19
|
onMutatingImageSrc: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
27
20
|
onMutatedImageSrc: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
28
21
|
onMutatingShowWarningDialog: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
29
22
|
onMutatedShowWarningDialog: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
23
|
+
onMutatingSelectMediaMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
24
|
+
onMutatedSelectMediaMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
30
25
|
onMutatingSelectedCropTransformation: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerCropTransformation>;
|
31
26
|
onMutatedSelectedCropTransformation: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerCropTransformation>;
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
27
|
+
onMutatingDefaultRendition: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerTransformedBase64Image>;
|
28
|
+
onMutatedDefaultRendition: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerTransformedBase64Image>;
|
29
|
+
onMutatingImageInformation: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerImageInformation>;
|
30
|
+
onMutatedImageInformation: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerImageInformation>;
|
36
31
|
onMutatingRenditions: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerRenditionData[]>;
|
37
32
|
onMutatedRenditions: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerRenditionData[]>;
|
38
|
-
|
39
|
-
|
33
|
+
onMutatingDefaultRenditionRatios: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerImageRatio[]>;
|
34
|
+
onMutatedDefaultRenditionRatios: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerImageRatio[]>;
|
40
35
|
onMutatingRollupRenditionRatios: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerRollupImageRatio[]>;
|
41
36
|
onMutatedRollupRenditionRatios: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerRollupImageRatio[]>;
|
42
37
|
onMutatingOptions: import("@omnia/fx").MessageBusExposeOnlySubscription<ImageTransformerOptions>;
|
@@ -45,47 +40,53 @@ export declare const useMediaPickerEditorStore: (newInstanceWithName?: string) =
|
|
45
40
|
actions: {
|
46
41
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
47
42
|
setMediaPickerImage(mediaPickerImage: MediaPickerTransformedBase64Image): void;
|
48
|
-
|
43
|
+
addDefaultRenditionRatio(ratio: MediaPickerImageRatio): void;
|
49
44
|
addRollupRenditionRatio(ratio: MediaPickerRollupImageRatio): void;
|
50
45
|
setOptions(options: ImageTransformerOptions): void;
|
51
|
-
setActiveProvider(id: GuidValue): void;
|
52
46
|
toggleWarningDialog: (show: boolean) => void;
|
53
47
|
setSelectedRenditionCrop: (newValue: MediaPickerImageRatio | MediaPickerCropTransformation) => void;
|
48
|
+
updateSelectedRenditionCrop: (newValue: MediaPickerCropTransformation) => void;
|
54
49
|
updateSelectedRenditionCropRatio: (ratio: MediaPickerImageRatio) => void;
|
50
|
+
updateRenditionFromCrop(newValue: MediaPickerCropTransformation): void;
|
55
51
|
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
56
52
|
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
57
53
|
setMediaPickerImage(mediaPickerImage: MediaPickerTransformedBase64Image): void;
|
58
|
-
|
54
|
+
addDefaultRenditionRatio(ratio: MediaPickerImageRatio): void;
|
59
55
|
addRollupRenditionRatio(ratio: MediaPickerRollupImageRatio): void;
|
60
56
|
setOptions(options: ImageTransformerOptions): void;
|
61
|
-
setActiveProvider(id: GuidValue): void;
|
62
57
|
toggleWarningDialog: (show: boolean) => void;
|
63
58
|
setSelectedRenditionCrop: (newValue: MediaPickerImageRatio | MediaPickerCropTransformation) => void;
|
59
|
+
updateSelectedRenditionCrop: (newValue: MediaPickerCropTransformation) => void;
|
64
60
|
updateSelectedRenditionCropRatio: (ratio: MediaPickerImageRatio) => void;
|
61
|
+
updateRenditionFromCrop(newValue: MediaPickerCropTransformation): void;
|
65
62
|
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
66
63
|
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
67
64
|
setMediaPickerImage(mediaPickerImage: MediaPickerTransformedBase64Image): void;
|
68
|
-
|
65
|
+
addDefaultRenditionRatio(ratio: MediaPickerImageRatio): void;
|
69
66
|
addRollupRenditionRatio(ratio: MediaPickerRollupImageRatio): void;
|
70
67
|
setOptions(options: ImageTransformerOptions): void;
|
71
|
-
setActiveProvider(id: GuidValue): void;
|
72
68
|
toggleWarningDialog: (show: boolean) => void;
|
73
69
|
setSelectedRenditionCrop: (newValue: MediaPickerImageRatio | MediaPickerCropTransformation) => void;
|
70
|
+
updateSelectedRenditionCrop: (newValue: MediaPickerCropTransformation) => void;
|
74
71
|
updateSelectedRenditionCropRatio: (ratio: MediaPickerImageRatio) => void;
|
72
|
+
updateRenditionFromCrop(newValue: MediaPickerCropTransformation): void;
|
75
73
|
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
76
74
|
} & {
|
77
75
|
setMediaPickerImage(mediaPickerImage: MediaPickerTransformedBase64Image): void;
|
78
|
-
|
76
|
+
addDefaultRenditionRatio(ratio: MediaPickerImageRatio): void;
|
79
77
|
addRollupRenditionRatio(ratio: MediaPickerRollupImageRatio): void;
|
80
78
|
setOptions(options: ImageTransformerOptions): void;
|
81
|
-
setActiveProvider(id: GuidValue): void;
|
82
79
|
toggleWarningDialog: (show: boolean) => void;
|
83
80
|
setSelectedRenditionCrop: (newValue: MediaPickerImageRatio | MediaPickerCropTransformation) => void;
|
81
|
+
updateSelectedRenditionCrop: (newValue: MediaPickerCropTransformation) => void;
|
84
82
|
updateSelectedRenditionCropRatio: (ratio: MediaPickerImageRatio) => void;
|
83
|
+
updateRenditionFromCrop(newValue: MediaPickerCropTransformation): void;
|
85
84
|
};
|
86
85
|
get: {
|
86
|
+
showMenuBar: () => boolean;
|
87
87
|
ratioById: (id: number) => MediaPickerImageRatio;
|
88
|
-
|
88
|
+
defaultCropTransformation: () => MediaPickerCropTransformation;
|
89
|
+
cropTransformationByRatioId: (ratioId: number) => MediaPickerCropTransformation;
|
90
|
+
renditionByRatioId: (ratioId: number) => MediaPickerRenditionData;
|
89
91
|
};
|
90
92
|
};
|
91
|
-
export {};
|
@@ -0,0 +1,64 @@
|
|
1
|
+
import { GuidValue, MediaItem, MediaPickerProvider } from "@omnia/fx-models";
|
2
|
+
import { MediaProviderComponentBase } from "@omnia/fx/ux";
|
3
|
+
interface providerRegistrations {
|
4
|
+
id: GuidValue;
|
5
|
+
active: boolean;
|
6
|
+
provider: MediaPickerProvider;
|
7
|
+
}
|
8
|
+
export declare const useMediaPickerProviderStore: (newInstanceWithName?: string) => {
|
9
|
+
state: {
|
10
|
+
providers: providerRegistrations[];
|
11
|
+
searchQueryText: string;
|
12
|
+
isSearching: boolean;
|
13
|
+
isLoadingMoreItems: boolean;
|
14
|
+
showLoadingOverlay: boolean;
|
15
|
+
showLoadingProgress: boolean;
|
16
|
+
selectedMediaItem: MediaItem;
|
17
|
+
activedProviderComponent: MediaProviderComponentBase;
|
18
|
+
};
|
19
|
+
events: {
|
20
|
+
onMutatingProviders: import("@omnia/fx").MessageBusExposeOnlySubscription<providerRegistrations[]>;
|
21
|
+
onMutatedProviders: import("@omnia/fx").MessageBusExposeOnlySubscription<providerRegistrations[]>;
|
22
|
+
onMutatingSearchQueryText: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
23
|
+
onMutatedSearchQueryText: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
24
|
+
onMutatingIsSearching: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
25
|
+
onMutatedIsSearching: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
26
|
+
onMutatingIsLoadingMoreItems: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
27
|
+
onMutatedIsLoadingMoreItems: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
28
|
+
onMutatingShowLoadingOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
29
|
+
onMutatedShowLoadingOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
30
|
+
onMutatingShowLoadingProgress: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
31
|
+
onMutatedShowLoadingProgress: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
32
|
+
onMutatingSelectedMediaItem: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaItem>;
|
33
|
+
onMutatedSelectedMediaItem: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaItem>;
|
34
|
+
onMutatingActivedProviderComponent: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaProviderComponentBase>;
|
35
|
+
onMutatedActivedProviderComponent: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaProviderComponentBase>;
|
36
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
37
|
+
actions: {
|
38
|
+
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
39
|
+
setSelectedProvider(id: GuidValue): void;
|
40
|
+
selectMediaItem(item: MediaItem): void;
|
41
|
+
setActiveProviderComponent(component: MediaProviderComponentBase): void;
|
42
|
+
search(immediate?: boolean): void;
|
43
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
+
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
45
|
+
setSelectedProvider(id: GuidValue): void;
|
46
|
+
selectMediaItem(item: MediaItem): void;
|
47
|
+
setActiveProviderComponent(component: MediaProviderComponentBase): void;
|
48
|
+
search(immediate?: boolean): void;
|
49
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
+
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
51
|
+
setSelectedProvider(id: GuidValue): void;
|
52
|
+
selectMediaItem(item: MediaItem): void;
|
53
|
+
setActiveProviderComponent(component: MediaProviderComponentBase): void;
|
54
|
+
search(immediate?: boolean): void;
|
55
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
56
|
+
} & {
|
57
|
+
setSelectedProvider(id: GuidValue): void;
|
58
|
+
selectMediaItem(item: MediaItem): void;
|
59
|
+
setActiveProviderComponent(component: MediaProviderComponentBase): void;
|
60
|
+
search(immediate?: boolean): void;
|
61
|
+
};
|
62
|
+
get: {};
|
63
|
+
};
|
64
|
+
export {};
|
@@ -14,7 +14,7 @@ export interface NewHostSettings {
|
|
14
14
|
export declare const useCompontentHostStore: (newInstanceWithName?: string) => {
|
15
15
|
state: {
|
16
16
|
host: "admin" | "editor" | "docs";
|
17
|
-
componentHost: "dialog" | "menu" | "table" | "toolbar" | "tab" | "app" | "drawer" | "expansion-panel" | "blade" | "appbar" | "
|
17
|
+
componentHost: "dialog" | "menu" | "table" | "toolbar" | "tab" | "tab-vertical" | "app" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
|
18
18
|
componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "info-section";
|
19
19
|
appliedComponents: string[];
|
20
20
|
force: boolean;
|
@@ -22,8 +22,8 @@ export declare const useCompontentHostStore: (newInstanceWithName?: string) => {
|
|
22
22
|
events: {
|
23
23
|
onMutatingHost: import("@omnia/fx").MessageBusExposeOnlySubscription<"admin" | "editor" | "docs">;
|
24
24
|
onMutatedHost: import("@omnia/fx").MessageBusExposeOnlySubscription<"admin" | "editor" | "docs">;
|
25
|
-
onMutatingComponentHost: import("@omnia/fx").MessageBusExposeOnlySubscription<"dialog" | "menu" | "table" | "toolbar" | "tab" | "app" | "drawer" | "expansion-panel" | "blade" | "appbar" | "
|
26
|
-
onMutatedComponentHost: import("@omnia/fx").MessageBusExposeOnlySubscription<"dialog" | "menu" | "table" | "toolbar" | "tab" | "app" | "drawer" | "expansion-panel" | "blade" | "appbar" | "
|
25
|
+
onMutatingComponentHost: import("@omnia/fx").MessageBusExposeOnlySubscription<"dialog" | "menu" | "table" | "toolbar" | "tab" | "tab-vertical" | "app" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
26
|
+
onMutatedComponentHost: import("@omnia/fx").MessageBusExposeOnlySubscription<"dialog" | "menu" | "table" | "toolbar" | "tab" | "tab-vertical" | "app" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
27
27
|
onMutatingComponentVariant: import("@omnia/fx").MessageBusExposeOnlySubscription<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "info-section">;
|
28
28
|
onMutatedComponentVariant: import("@omnia/fx").MessageBusExposeOnlySubscription<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "info-section">;
|
29
29
|
onMutatingAppliedComponents: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
|
@@ -67,7 +67,7 @@ export declare const useCompontentHostStore: (newInstanceWithName?: string) => {
|
|
67
67
|
get: {
|
68
68
|
canApplyOn: (hostType: ComponentHostTypes | HostTypes, variant?: any) => boolean;
|
69
69
|
readonly host: "admin" | "editor" | "docs";
|
70
|
-
readonly componentHost: "dialog" | "menu" | "table" | "toolbar" | "tab" | "app" | "drawer" | "expansion-panel" | "blade" | "appbar" | "
|
70
|
+
readonly componentHost: "dialog" | "menu" | "table" | "toolbar" | "tab" | "tab-vertical" | "app" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
|
71
71
|
readonly componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "info-section";
|
72
72
|
readonly force: boolean;
|
73
73
|
appliedComponents(host: string): boolean;
|
@@ -32,7 +32,6 @@ export * from "./wizard";
|
|
32
32
|
export * from "./multilingualinput";
|
33
33
|
export * from "./texttranslator";
|
34
34
|
export * from "./errormessage";
|
35
|
-
export * from "./imagegrid";
|
36
35
|
export * from "./timeperiodpicker";
|
37
36
|
export * from "./theming";
|
38
37
|
export * from "./theming-v2";
|
@@ -50,8 +50,8 @@ declare const _default: {
|
|
50
50
|
}>) => void)[];
|
51
51
|
readonly vertical?: boolean;
|
52
52
|
readonly modelValue?: HorizontalAlignments | VerticalAlignments;
|
53
|
-
"onUpdate:modelValue"?: ((value: HorizontalAlignments | VerticalAlignments) => any) & ((value: HorizontalAlignments | VerticalAlignments) => any);
|
54
53
|
readonly "v-model"?: HorizontalAlignments | VerticalAlignments;
|
54
|
+
"onUpdate:modelValue"?: ((value: HorizontalAlignments | VerticalAlignments) => any) & ((value: HorizontalAlignments | VerticalAlignments) => any);
|
55
55
|
};
|
56
56
|
$attrs: {
|
57
57
|
[x: string]: unknown;
|
@@ -149,8 +149,8 @@ declare const _default: {
|
|
149
149
|
propsDefinition: Omit<Readonly<{} & {
|
150
150
|
vertical?: boolean;
|
151
151
|
modelValue?: HorizontalAlignments | VerticalAlignments;
|
152
|
-
"onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
|
153
152
|
"v-model"?: HorizontalAlignments | VerticalAlignments;
|
153
|
+
"onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
|
154
154
|
}>, "onUpdate:modelValue"> & {
|
155
155
|
"onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
|
156
156
|
};
|
@@ -115,8 +115,8 @@ declare const _default: {
|
|
115
115
|
}>) => void)[];
|
116
116
|
readonly icon?: IconPickerModel;
|
117
117
|
readonly modelValue?: number;
|
118
|
-
readonly "onUpdate:modelValue"?: (value: number) => any;
|
119
118
|
readonly "v-model"?: number;
|
119
|
+
readonly "onUpdate:modelValue"?: (value: number) => any;
|
120
120
|
};
|
121
121
|
$attrs: {
|
122
122
|
[x: string]: unknown;
|
@@ -474,8 +474,8 @@ declare const _default: {
|
|
474
474
|
};
|
475
475
|
icon?: IconPickerModel;
|
476
476
|
modelValue?: number;
|
477
|
-
"onUpdate:modelValue"?: (value: number) => any;
|
478
477
|
"v-model"?: number;
|
478
|
+
"onUpdate:modelValue"?: (value: number) => any;
|
479
479
|
optionValue?: string;
|
480
480
|
optionText?: string;
|
481
481
|
}>, never>;
|
@@ -110,8 +110,8 @@ declare const _default: {
|
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
112
|
readonly modelValue?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes;
|
113
|
-
"onUpdate:modelValue"?: ((value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any) & ((value: BlueprintTypes) => any);
|
114
113
|
readonly "v-model"?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes;
|
114
|
+
"onUpdate:modelValue"?: ((value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any) & ((value: BlueprintTypes) => any);
|
115
115
|
};
|
116
116
|
$attrs: {
|
117
117
|
[x: string]: unknown;
|
@@ -425,8 +425,8 @@ declare const _default: {
|
|
425
425
|
}>;
|
426
426
|
};
|
427
427
|
modelValue?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes;
|
428
|
-
"onUpdate:modelValue"?: (value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any;
|
429
428
|
"v-model"?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes;
|
429
|
+
"onUpdate:modelValue"?: (value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any;
|
430
430
|
}>, "onUpdate:modelValue"> & {
|
431
431
|
"onUpdate:modelValue"?: (value: BlueprintTypes) => any;
|
432
432
|
};
|
@@ -121,8 +121,8 @@ declare const _default: {
|
|
121
121
|
} & {
|
122
122
|
activator?: () => VNodeChild;
|
123
123
|
};
|
124
|
-
"onUpdate:modelValue"?: ((value: unknown) => any) & ((colorSchema: ColorSchema) => any);
|
125
124
|
readonly "v-model"?: unknown;
|
125
|
+
"onUpdate:modelValue"?: ((value: unknown) => any) & ((colorSchema: ColorSchema) => any);
|
126
126
|
};
|
127
127
|
$attrs: {
|
128
128
|
[x: string]: unknown;
|
@@ -489,8 +489,8 @@ declare const _default: {
|
|
489
489
|
} & {
|
490
490
|
activator?: () => VNodeChild;
|
491
491
|
};
|
492
|
-
"onUpdate:modelValue"?: (value: unknown) => any;
|
493
492
|
"v-model"?: unknown;
|
493
|
+
"onUpdate:modelValue"?: (value: unknown) => any;
|
494
494
|
}>, "onUpdate:modelValue"> & {
|
495
495
|
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
496
496
|
};
|
@@ -113,8 +113,8 @@ declare const _default: {
|
|
113
113
|
[key: string]: any;
|
114
114
|
}>) => void)[];
|
115
115
|
readonly modelValue?: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
116
|
-
"onUpdate:modelValue"?: ((value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any) & ((colorSchemaType: ColorSchemaTypes) => any);
|
117
116
|
readonly "v-model"?: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
117
|
+
"onUpdate:modelValue"?: ((value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any) & ((colorSchemaType: ColorSchemaTypes) => any);
|
118
118
|
};
|
119
119
|
$attrs: {
|
120
120
|
[x: string]: unknown;
|
@@ -464,8 +464,8 @@ declare const _default: {
|
|
464
464
|
themeDefinition?: ThemeDefinitionV2;
|
465
465
|
"theme-definition"?: ThemeDefinitionV2;
|
466
466
|
modelValue?: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
467
|
-
"onUpdate:modelValue"?: (value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any;
|
468
467
|
"v-model"?: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
468
|
+
"onUpdate:modelValue"?: (value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any;
|
469
469
|
}>, "onUpdate:modelValue"> & {
|
470
470
|
"onUpdate:modelValue"?: (colorSchemaType: ColorSchemaTypes) => any;
|
471
471
|
};
|
@@ -121,8 +121,8 @@ declare const _default: {
|
|
121
121
|
[key: string]: any;
|
122
122
|
}>) => void)[];
|
123
123
|
readonly modelValue?: ColorPickerProps;
|
124
|
-
"onUpdate:modelValue"?: ((value: ColorPickerProps) => any) & ((value: ColorPickerProps) => any);
|
125
124
|
readonly "v-model"?: ColorPickerProps;
|
125
|
+
"onUpdate:modelValue"?: ((value: ColorPickerProps) => any) & ((value: ColorPickerProps) => any);
|
126
126
|
};
|
127
127
|
$attrs: {
|
128
128
|
[x: string]: unknown;
|
@@ -479,8 +479,8 @@ declare const _default: {
|
|
479
479
|
};
|
480
480
|
type?: ColorPickerType;
|
481
481
|
modelValue?: ColorPickerProps;
|
482
|
-
"onUpdate:modelValue"?: (value: ColorPickerProps) => any;
|
483
482
|
"v-model"?: ColorPickerProps;
|
483
|
+
"onUpdate:modelValue"?: (value: ColorPickerProps) => any;
|
484
484
|
}>, "onUpdate:modelValue"> & {
|
485
485
|
"onUpdate:modelValue"?: (value: ColorPickerProps) => any;
|
486
486
|
};
|
@@ -110,8 +110,8 @@ declare const _default: {
|
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
112
|
readonly modelValue?: string;
|
113
|
-
readonly "onUpdate:modelValue"?: (value: string) => any;
|
114
113
|
readonly "v-model"?: string;
|
114
|
+
readonly "onUpdate:modelValue"?: (value: string) => any;
|
115
115
|
};
|
116
116
|
$attrs: {
|
117
117
|
[x: string]: unknown;
|
@@ -415,8 +415,8 @@ declare const _default: {
|
|
415
415
|
}>;
|
416
416
|
};
|
417
417
|
modelValue?: string;
|
418
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
419
418
|
"v-model"?: string;
|
419
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
420
420
|
}>, never>;
|
421
421
|
};
|
422
422
|
export default _default;
|
@@ -50,10 +50,10 @@ declare const _default: {
|
|
50
50
|
[key: string]: any;
|
51
51
|
}>) => void)[];
|
52
52
|
readonly disabled?: boolean;
|
53
|
-
readonly modelValue?: DateTimeZone<Date>;
|
54
53
|
readonly variant?: "date-time" | "date";
|
55
|
-
readonly
|
54
|
+
readonly modelValue?: DateTimeZone<Date>;
|
56
55
|
readonly "v-model"?: DateTimeZone<Date>;
|
56
|
+
readonly "onUpdate:modelValue"?: (value: DateTimeZone<Date>) => any;
|
57
57
|
readonly singleLine?: boolean;
|
58
58
|
readonly locale?: string;
|
59
59
|
readonly showMenu?: boolean;
|
@@ -253,10 +253,10 @@ declare const _default: {
|
|
253
253
|
propsDefinition: Omit<Readonly<{} & {
|
254
254
|
label?: string;
|
255
255
|
disabled?: boolean;
|
256
|
-
modelValue?: DateTimeZone<Date>;
|
257
256
|
variant?: "date-time" | "date";
|
258
|
-
|
257
|
+
modelValue?: DateTimeZone<Date>;
|
259
258
|
"v-model"?: DateTimeZone<Date>;
|
259
|
+
"onUpdate:modelValue"?: (value: DateTimeZone<Date>) => any;
|
260
260
|
singleLine?: boolean;
|
261
261
|
locale?: string;
|
262
262
|
showMenu?: boolean;
|
@@ -32,6 +32,7 @@ export interface MarkdownSection {
|
|
32
32
|
export declare const builtInDocumeantionAreas: {
|
33
33
|
oxide: DocumentationArea;
|
34
34
|
omfx: DocumentationArea;
|
35
|
+
framework: DocumentationArea;
|
35
36
|
velcron: DocumentationArea;
|
36
37
|
};
|
37
38
|
export declare const builtInDocumentationCategories: {
|
@@ -49,6 +50,9 @@ export declare const velcronDocumentationCategories: {
|
|
49
50
|
actions: DocumentationCategory;
|
50
51
|
components: DocumentationCategory;
|
51
52
|
};
|
53
|
+
export declare const FrameworkDocumentationCategories: {
|
54
|
+
theming: DocumentationCategory;
|
55
|
+
};
|
52
56
|
export interface ComponentSpecRegistration {
|
53
57
|
spec: DocumentationSpec;
|
54
58
|
category: DocumentationCategory;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./theming";
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|