@omnia/fx 8.0.471-dev → 8.0.473-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/index.d.ts +0 -1
- package/internal-do-not-import-from-here/services/shared-mobile/MediaPickerService.d.ts +19 -0
- package/internal-do-not-import-from-here/services/shared-mobile/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/MSTeamsStore.d.ts +0 -1
- package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/index.d.ts +0 -1
- package/internal-do-not-import-from-here/stores/mediapicker/Utils/ImageInformationUtils.d.ts +12 -0
- package/internal-do-not-import-from-here/stores/mediapicker/Utils/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/Utils/utils.d.ts +1 -3
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/filter.d.ts +0 -1
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/flip.d.ts +0 -1
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +0 -1
- package/internal-do-not-import-from-here/stores/shared-mobile/MediaPickerStore.d.ts +33 -0
- package/internal-do-not-import-from-here/stores/shared-mobile/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/blades/HomeBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/HomeBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/typography/store/TypographyEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/store/SpacingPickerStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TextStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/store/TextStyleEditorStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/button/Button.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/button/IButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/confirmdialog/IConfirmDialog.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome_old.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/tagsproperty/TagsPropertyDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/PersonFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filepicker/FilePickerRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/NumericIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/icon/Icon.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mobile/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/BlueprintStyling.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/useBtnComponent.d.ts +58 -0
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/fab/{FloatingActionButton..d.ts → FloatingActionButton.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/store/PanelStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PostProcessingProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +76 -76
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +1 -1
- package/package.json +2 -2
- package/internal-do-not-import-from-here/services/MediaPickerService.d.ts +0 -41
- package/internal-do-not-import-from-here/stores/MediaPickerStore.d.ts +0 -37
- package/internal-do-not-import-from-here/ux/oxide/btn/BlueprintStyling.d.ts +0 -6
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a2892051-fd9f-4056-ae8d-30d16d48417d']","content":{"./node_modules/@omnia/fx/core/messaging/InternalTopics.js":{"id":"./node_modules/@omnia/fx/core/messaging/internaltopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./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":["AnalyticService","OmniaService"]},"./node_modules/@omnia/fx-models/shared-mobile/index.js":{"id":"./node_modules/@omnia/fx-models/shared-mobile/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AnonymousIdentity","ArchiveSortColumn","BoolFilter","BuiltInIdentityProviderIds","CustomIcon","DocumentDirectionSettings","DynamicGroupIdentity","EmailDisplaySettings","EmailEditorSettings","EmailPropertyDefinition","EmailPropertyDefinitionId","EmailPropertyValue","ExtensionIdentity","FabricIcon","FlagIcon","FontAwesomeIcon","GroupIdentity","GroupSortColumn","Identity","IdentityQuery","IdentityTypes","ImageDisplaySettings","ImageEditorSettings","ImagePropertyDefinition","ImagePropertyValue","ItemQuery","LanguageDisplaySettings","LanguageEditorSettings","LanguagePropertyDefinition","LanguagePropertyDefinitionId","LanguagePropertyValue","LanguageTags","MaterialIcon","MediaPickerEnums","MultilingualTextDisplaySettings","MultilingualTextEditorSettings","MultilingualTextPropertyDefinition","MultilingualTextPropertyValue","OmniaNamedModel","PhoneNumberPropertyValue","PropertyLockStatus","ResolvedAnonymousIdentity","ResolvedDynamicGroupIdentity","ResolvedExtensionIdentity","ResolvedGroupIdentity","ResolvedRoleIdentity","ResolvedUserIdentity","RoleIdentity","ScopeTypes","SecurityIdentities","SvgIcon","TextDisplaySettings","TextEditorSettings","TextPropertyDefinition","TextPropertyValue","UserAccessibilitySettings","UserIdentity","UserIdentityQuery","UserPropertyBagModel","UserSortColumn","UserThemeManager","imagePropertyDefinitionId","multilingualTextPropertyDefinitionId","textPropertyDefinitionId"]},"./node_modules/@omnia/fx/ux/shared-mobile/index.js":{"id":"./node_modules/@omnia/fx/ux/shared-mobile/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["registerUseIconProvider","useIconClass","useIcons"]},"./node_modules/@omnia/fx/ux/velcron/core/models/index.js":{"id":"./node_modules/@omnia/fx/ux/velcron/core/models/index.js","buildMeta":{"exportsType":"namespace"}},"./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/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","Broadcast","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","Cookies","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","Http","HttpBuilder","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","Inject","Injectable","LocalStorage","LocalizationServiceProviders","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","ObjectMerger","OmniaPropertyBagBase","Provide","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","Utils","WebUtils","createEventHook","defineFactory","defineInjectable","defineService","http","injectByTypeId","isInjectable","mergeLocaliation","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/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/InternalTopics.js":{"id":"./node_modules/@omnia/fx/core/messaging/internaltopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./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":["AnalyticService","OmniaService"]},"./node_modules/@omnia/fx-models/shared-mobile/index.js":{"id":"./node_modules/@omnia/fx-models/shared-mobile/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AnonymousIdentity","ArchiveSortColumn","BoolFilter","BuiltInIdentityProviderIds","CustomIcon","CustomRatio","DocumentDirectionSettings","DynamicGroupIdentity","EmailDisplaySettings","EmailEditorSettings","EmailPropertyDefinition","EmailPropertyDefinitionId","EmailPropertyValue","ExtensionIdentity","FabricIcon","FlagIcon","FontAwesomeIcon","GroupIdentity","GroupSortColumn","Identity","IdentityQuery","IdentityTypes","ImageDisplaySettings","ImageEditorSettings","ImagePropertyDefinition","ImagePropertyValue","ItemQuery","Landscape83Ratio","LandscapeRatio","LanguageDisplaySettings","LanguageEditorSettings","LanguagePropertyDefinition","LanguagePropertyDefinitionId","LanguagePropertyValue","LanguageTags","MaterialIcon","MediaPickerEnums","MediaPickerImageRatio","MediaPickerImageRatioDefinition","MediaPickerImageScaling","MediaPickerImageScalingDefinition","MediaPickerRollupImageRatio","MediaPickerRollupImageRatioDefinition","MultilingualTextDisplaySettings","MultilingualTextEditorSettings","MultilingualTextPropertyDefinition","MultilingualTextPropertyValue","OmniaNamedModel","PhoneNumberPropertyValue","PortraitRatio","PropertyLockStatus","ResolvedAnonymousIdentity","ResolvedDynamicGroupIdentity","ResolvedExtensionIdentity","ResolvedGroupIdentity","ResolvedRoleIdentity","ResolvedUserIdentity","RoleIdentity","ScopeTypes","SecurityIdentities","SquareRatio","SvgIcon","TextDisplaySettings","TextEditorSettings","TextPropertyDefinition","TextPropertyValue","UserAccessibilitySettings","UserIdentity","UserIdentityQuery","UserPropertyBagModel","UserSortColumn","UserThemeManager","WideRatio","imagePropertyDefinitionId","multilingualTextPropertyDefinitionId","textPropertyDefinitionId"]},"./node_modules/@omnia/fx/ux/shared-mobile/index.js":{"id":"./node_modules/@omnia/fx/ux/shared-mobile/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["registerUseIconProvider","useIconClass","useIcons"]},"./node_modules/@omnia/fx/ux/velcron/core/models/index.js":{"id":"./node_modules/@omnia/fx/ux/velcron/core/models/index.js","buildMeta":{"exportsType":"namespace"}},"./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/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","Broadcast","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","Cookies","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","Http","HttpBuilder","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","Inject","Injectable","LocalStorage","LocalizationServiceProviders","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","ObjectMerger","OmniaPropertyBagBase","Provide","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","Utils","WebUtils","createEventHook","defineFactory","defineInjectable","defineService","http","injectByTypeId","isInjectable","mergeLocaliation","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/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 +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"},"expo.js":["ApiHelper","AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","ContextProviderCollection","Cookies","DisplayRules","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","ImageProxyService","Inject","Injectable","LocalStorage","LocalizationServiceProviders","Localize","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","ObjectMerger","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","WebComponentBootstrapper","WebUtils","createEventHook","createVueApp","defineFactory","defineInjectable","defineService","extendApi","getVueMixins","getVueOptionsHooks","getVuePlugins","injectByTypeId","isInjectable","mergeLocaliation","omniaScriptApi","propertyPath","propertyPathValue","registerApi","registerInjectResolver","registerVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","setCurrentManifest","useInject","useLocalize","useOmniaClient","useProvide","vueCustomElement"]},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsStore","AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BaseProviderImageHandler","BaseProviderVideoHandler","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GroupIdentityStore","IdentitySyncProviderStore","ImageCropperByRatioHandler","ImageCropperUtils","ImageFilterHandler","ImageFlipHandler","ImageGalleryHandler","ImageRotateHandler","KEEP_ORIGINAL_SIZE_OPTION_VALUE","LinkReferencesStore","MSTeamsStore","MediaFileProcessor","MediaPickerImageHandler","
|
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"},"expo.js":["ApiHelper","AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","ContextProviderCollection","Cookies","DisplayRules","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","ImageProxyService","Inject","Injectable","LocalStorage","LocalizationServiceProviders","Localize","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","ObjectMerger","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","WebComponentBootstrapper","WebUtils","createEventHook","createVueApp","defineFactory","defineInjectable","defineService","extendApi","getVueMixins","getVueOptionsHooks","getVuePlugins","injectByTypeId","isInjectable","mergeLocaliation","omniaScriptApi","propertyPath","propertyPathValue","registerApi","registerInjectResolver","registerVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","setCurrentManifest","useInject","useLocalize","useOmniaClient","useProvide","vueCustomElement"]},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsStore","AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BaseProviderImageHandler","BaseProviderVideoHandler","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GroupIdentityStore","IdentitySyncProviderStore","ImageCropperByRatioHandler","ImageCropperUtils","ImageFilterHandler","ImageFlipHandler","ImageGalleryHandler","ImageRotateHandler","KEEP_ORIGINAL_SIZE_OPTION_VALUE","LinkReferencesStore","MSTeamsStore","MediaFileProcessor","MediaPickerImageHandler","MediaPickerUtils","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","TuiImgScaleQuality","UserIdentityStore","UserTargetingStore","UserTypeIdentityStore","UserTypeStore","VersionedLayoutStore","VideoGalleryHandler","defineStore","ensureBase64String","getMediaPickerBase64OriginalImage","getMediaPickerImageInformation","getMediaProviderEditor","getOriginalImageUrl","getTuiImageRendition","onApplyStyle","removeBase64FormatTags","updateTransformedImageBase64","useArchivedIdentityStore","useCommandStore","useCompontentHostStore","useCompontentSharedSettingsStore","useFlowEditorPluginStore","useFlowEditorToolbarStateStore","useGalleryStore","useIdentityStore","useLocalizationStore","useMediaPickerCommonStore","useMediaPickerImageTransformerStore","useMediaPickerStorageProviderContext","useMediaPickerStore","useProfileCardHandlerStore","useProviderStore","useSizeContainerStore","useUserTypeIdentityPickerStore"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","getVueMixins","getVueOptionsHooks","getVuePlugins","registerVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AIEngineSetupService","AiSettingsService","AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdGroupService","AzureAdUserService","AzureOpenAIService","BusinessProfilePropertyBindingProvider","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FeatureService","FileStorageService","GroupIdentityService","GroupService","IdentityAuthenticationService","IdentityCreationRequestService","IdentityPropertyBindingProvider","IdentitySelfServiceService","IdentitySyncProviderService","ImageProxyService","LinkStatusService","LocalizationService","LoginLogService","ManifestService","MicrosoftStreamService","OmniaSearchService","OmniaSearchUserService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","ReindexOmniaSearchUserService","SecretsService","SecurityRoles","SecurityService","SemanticSearchService","ServiceLocator","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserPropertyBindingProvider","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus","defineService","themeService","useIdentityService","useMediaPickerService"]}}}
|
@@ -20,7 +20,6 @@ export * from "./LinkStatusService";
|
|
20
20
|
export * from "./LocalizationService";
|
21
21
|
export * from "./LoginLogService";
|
22
22
|
export * from "./ManifestService";
|
23
|
-
export * from "./MediaPickerService";
|
24
23
|
export * from "./MicrosoftStreamService";
|
25
24
|
export * from "./OmniaSearchService";
|
26
25
|
export * from "./OmniaSearchUserService";
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { MediaPickerBase64Image, MediaPickerImage, MediaPickerImageRatio, MediaPickerImageRatioDefinition, MediaPickerImageScaling, MediaPickerImageScalingDefinition, MediaPickerPersistedImage, MediaPickerRenditionData, MediaPickerStorageProviderContext, MediaPickerTransformedBase64Image } from "internal/fx/models/shared-mobile";
|
2
|
+
import { Future, guid, MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
|
3
|
+
export declare const useMediaPickerService: () => {
|
4
|
+
getMediaPickerImage: (mediaPickerImageId: number) => Future<MediaPickerPersistedImage>;
|
5
|
+
getPersistedImage: (mediaPickerImageId: number) => Future<MediaPickerPersistedImage>;
|
6
|
+
addNewImage: (providerContext: MediaPickerStorageProviderContext, originalImage: MediaPickerBase64Image, transformedImage: MediaPickerTransformedBase64Image, renditions: Array<MediaPickerRenditionData>) => Future<MediaPickerImage>;
|
7
|
+
updateImage: (imageToUpdate: MediaPickerImage, transformedImage: MediaPickerTransformedBase64Image, renditionData: Array<MediaPickerRenditionData>) => Future<MediaPickerImage>;
|
8
|
+
getImage: (mediaPickerImageId: number) => Future<MediaPickerImage>;
|
9
|
+
copyImage: (mediaPickerImage: MediaPickerImage, targetProviderContext: MediaPickerStorageProviderContext) => Future<MediaPickerImage>;
|
10
|
+
getAllImageScalings: () => Future<MediaPickerImageScaling[]>;
|
11
|
+
addImageScaling: (imageScalingDefinition: MediaPickerImageScalingDefinition) => Future<MediaPickerImageScaling>;
|
12
|
+
updateImageScaling: (imageScalingToUpdate: MediaPickerImageScaling, newImageScalingDefinition: MediaPickerImageScalingDefinition) => Future<MediaPickerImageScaling>;
|
13
|
+
deleteImageScaling: (imageScalingToDelete: MediaPickerImageScaling) => Future<unknown>;
|
14
|
+
getAllImageRatios: () => Future<MediaPickerImageRatio[]>;
|
15
|
+
addImageRatio: (ratioDefinition: MediaPickerImageRatioDefinition) => Future<MediaPickerImageRatio>;
|
16
|
+
updateImageRatio: (ratioToUpdate: MediaPickerImageRatio, newTitle: MultilingualString, enableInRollup: boolean) => Future<MediaPickerImageRatio>;
|
17
|
+
deleteImageRatio: (ratioToDelete: MediaPickerImageRatio) => Future<MediaPickerImageRatio>;
|
18
|
+
ensureRenditions: (omniaServiceId: guid, mediaPickerImageId: number) => Future<unknown>;
|
19
|
+
};
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import { GroupIdentity, Identity, IdentityProperty, UserIdentityPropertyDefinition, PropertyBinding, PropertyDefinition, ResolvedUserIdentity, UserIdentity, guid, LanguagePropertyValue } from "@omnia/fx-models";
|
2
|
-
import {
|
2
|
+
import { UserPresenceStatus } from "../services";
|
3
3
|
import { Store } from "./Store";
|
4
4
|
export declare class UserIdentityStore extends Store {
|
5
5
|
private userIdentityService;
|
6
6
|
private identityService;
|
7
|
-
mediaPickerService: MediaPickerService;
|
8
7
|
private omniaContext;
|
9
8
|
private identityStore;
|
9
|
+
private mediaPickerStore;
|
10
10
|
private resolveUserPropertiesPromise;
|
11
11
|
private resolveUsernamePromises;
|
12
12
|
private usersPresenceState;
|
@@ -18,7 +18,6 @@ export * from "./EnterprisePropertyCategoryStore";
|
|
18
18
|
export * from "./BlockTitleSettingsStore";
|
19
19
|
export * from "./BlockTitleGlobalSettingsStore";
|
20
20
|
export * from "./SystemLogStore";
|
21
|
-
export * from "./MediaPickerStore";
|
22
21
|
export * from "./OrganizationTreeStore";
|
23
22
|
export * from "./ProfileCardStore";
|
24
23
|
export * from "./EnterpriseGlossaryStore";
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { guid, MediaPickerBase64Image, MediaPickerImage, MediaPickerImageInformation } from "@omnia/fx-models";
|
2
|
+
export declare function getMediaPickerBase64OriginalImage(mediaPickerImage: MediaPickerImage): Promise<MediaPickerBase64Image>;
|
3
|
+
export declare function getOriginalImageUrl(serviceId: guid, mediaPickerImageId: number): string;
|
4
|
+
/**
|
5
|
+
* Get image information from base data, like width, height, size
|
6
|
+
* (This needs base64 data and the filename with atleast a fileextension "filename.format")
|
7
|
+
* returns null when image information caould not be extracted, e.g. not valid image base64/filetype
|
8
|
+
* @param mediaPickerBase64Image
|
9
|
+
*/
|
10
|
+
export declare function getMediaPickerImageInformation(mediaPickerBase64Image: MediaPickerBase64Image): Promise<MediaPickerImageInformation>;
|
11
|
+
export declare function ensureBase64String(base64: string, imgFormat: string): string;
|
12
|
+
export declare function removeBase64FormatTags(base64: string): string;
|
@@ -1,9 +1,7 @@
|
|
1
|
-
import { MediaPickerService } from "@omnia/fx/services";
|
2
1
|
import { ImageTransformerStore } from "../../ImageTransformerStore";
|
3
2
|
import { MediaPickerRenditionData } from "@omnia/fx-models";
|
4
3
|
import { TuiImgScaleQuality } from "../../constants";
|
5
4
|
export type LoadSourceImageTransformationToCanvasParams = {
|
6
|
-
mediaPickerService: MediaPickerService;
|
7
5
|
imageTransformationStore: ImageTransformerStore;
|
8
6
|
};
|
9
7
|
export type UpdateImageTransformationResultParams = LoadSourceImageTransformationToCanvasParams;
|
@@ -12,5 +10,5 @@ export type UpdateImageTransformationResultParams = LoadSourceImageTransformatio
|
|
12
10
|
* @description used after image updated by the image transform handler. It updates the transformed image in the store.
|
13
11
|
* @returns new image info ater the transformation
|
14
12
|
*/
|
15
|
-
export declare function updateTransformedImageBase64({
|
13
|
+
export declare function updateTransformedImageBase64({ imageTransformationStore, }: UpdateImageTransformationResultParams): Promise<import("@omnia/fx-models").MediaPickerImageInformation>;
|
16
14
|
export declare function getTuiImageRendition(rendition: MediaPickerRenditionData, scale?: TuiImgScaleQuality): tuiImageEditor.IToDataURLOptions;
|
package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/filter.d.ts
CHANGED
@@ -7,7 +7,6 @@ export interface ExtendMediaPickerFilter extends MediaPickerFilterTransformation
|
|
7
7
|
*/
|
8
8
|
export declare class ImageFilterHandler implements IImageTransformHandler {
|
9
9
|
private imageTransformationStore;
|
10
|
-
private mediaPickerService;
|
11
10
|
transform({ propertyName: properyName, ...options }: ExtendMediaPickerFilter): Promise<void>;
|
12
11
|
updateTransformationData(options: MediaPickerFilterTransformation): Promise<void>;
|
13
12
|
}
|
package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/flip.d.ts
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
import { IImageTransformHandler, MediaPickerFlipTransformation } from "@omnia/fx-models";
|
2
2
|
export declare class ImageFlipHandler implements IImageTransformHandler {
|
3
3
|
private imageTransformationStore;
|
4
|
-
private mediaPickerService;
|
5
4
|
transform(options: MediaPickerFlipTransformation): Promise<void>;
|
6
5
|
updateTransformationData(options: MediaPickerFlipTransformation): Promise<void>;
|
7
6
|
}
|
package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
import { IImageTransformHandler, MediaPickerRotateTransformation } from "@omnia/fx-models";
|
2
2
|
export declare class ImageRotateHandler implements IImageTransformHandler {
|
3
3
|
private imageTransformationStore;
|
4
|
-
private mediaPickerService;
|
5
4
|
transform(options: MediaPickerRotateTransformation): Promise<void>;
|
6
5
|
updateTransformationData(options: MediaPickerRotateTransformation): Promise<void>;
|
7
6
|
/**
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import { MediaPickerImageRatio, MediaPickerImageScaling, MediaPickerProvider, MediaPickerImageRatioDefinition, MediaPickerRollupImageRatio, MediaPickerImageScalingDefinition, MediaPickerImage, MediaPickerVideo } from "internal/fx/models/shared-mobile";
|
2
|
+
import { MultilingualString, guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
|
3
|
+
export declare const useMediaPickerStore: () => {
|
4
|
+
get: {
|
5
|
+
readonly imageRatios: Array<MediaPickerImageRatio>;
|
6
|
+
imageRatioByUniqueId(uniqueId: guid): MediaPickerImageRatio;
|
7
|
+
readonly rollupRatios: Array<MediaPickerRollupImageRatio>;
|
8
|
+
readonly imageScalings: Array<MediaPickerImageScaling>;
|
9
|
+
imageScalingByUniqueId(uniqueId: guid): MediaPickerImageScaling;
|
10
|
+
readonly providers: Array<MediaPickerProvider>;
|
11
|
+
url: (media: MediaPickerImage | MediaPickerVideo, ratioId?: guid) => string;
|
12
|
+
imageUrl: (mediapickerImage: MediaPickerImage, imageRatioId?: number, scalingId?: number, useWithToken?: boolean) => string;
|
13
|
+
};
|
14
|
+
actions: import("@omnia/fx-models/internal-do-not-import-from-here/shared").StoreReturnDefineAction<{
|
15
|
+
registerMediaPickerProvider(provider: MediaPickerProvider | Array<MediaPickerProvider>): void;
|
16
|
+
registerMediaPickerConfigurationHook(filterFunc: (current: Array<MediaPickerProvider>) => Array<MediaPickerProvider>): void;
|
17
|
+
ensureImageScalings(): Promise<void>;
|
18
|
+
addImageScaling(imageScalingDefinition: MediaPickerImageScalingDefinition): Promise<void>;
|
19
|
+
updateImageScaling(imageScalingToUpdate: MediaPickerImageScaling, newImageScalingDefinition: MediaPickerImageScalingDefinition): Promise<void>;
|
20
|
+
deleteImageScaling(imageScalingToDelete: MediaPickerImageScaling): Promise<void>;
|
21
|
+
ensureImageRatios(): Promise<void>;
|
22
|
+
addImageRatio(ratioDefinition: MediaPickerImageRatioDefinition): Promise<void>;
|
23
|
+
updateImageRatio(ratioToUpdate: MediaPickerImageRatio, newTitle: MultilingualString, enableInRollup: boolean): Promise<void>;
|
24
|
+
deleteImageRatio(ratioToDelete: MediaPickerImageRatio): Promise<void>;
|
25
|
+
}>;
|
26
|
+
events: import("@omnia/fx-models/internal-do-not-import-from-here/shared").StoreEvents<{
|
27
|
+
imageRatios: MediaPickerImageRatio[];
|
28
|
+
imageScalings: MediaPickerImageScaling[];
|
29
|
+
providers: MediaPickerProvider[];
|
30
|
+
}, Record<string, import("@omnia/fx-models/internal-do-not-import-from-here/shared").IMessageBusTopicPublishSubscriber<any>>>;
|
31
|
+
} & {
|
32
|
+
dispose?: () => void;
|
33
|
+
};
|
package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/blades/HomeBlade.d.ts
CHANGED
@@ -8,5 +8,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
8
8
|
"v-slots"?: {} & Omit<{
|
9
9
|
default?: import("vue").Slot;
|
10
10
|
}, never>;
|
11
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
11
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "category" | "nodes"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
12
12
|
export default _default;
|
@@ -8,5 +8,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
8
8
|
"v-slots"?: {} & Omit<{
|
9
9
|
default?: import("vue").Slot;
|
10
10
|
}, never>;
|
11
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
11
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "category" | "nodes"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
12
12
|
export default _default;
|
@@ -7,5 +7,5 @@ declare const _default: (props: import("../..").ExtractProps<MetricProps> & {
|
|
7
7
|
"v-slots"?: {} & Omit<{
|
8
8
|
default?: import("vue").Slot;
|
9
9
|
}, never>;
|
10
|
-
} & {} & Omit<import("../..").VueComponentBaseProps, "
|
10
|
+
} & {} & Omit<import("../..").VueComponentBaseProps, "icon" | "title" | "description" | "iconColor" | "emit:click" | "metricInfo"> & import("../..").VNodeEvents) => any;
|
11
11
|
export default _default;
|
@@ -8,5 +8,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<AppInstanceR
|
|
8
8
|
"v-slots"?: {} & Omit<{
|
9
9
|
default?: import("vue").Slot;
|
10
10
|
}, never>;
|
11
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
11
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "settings" | "appDefinitionId" | "emit:hideBlock" | "emit:followAppInstanceClicked"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
12
12
|
export default _default;
|
@@ -10,5 +10,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<MainRenderer
|
|
10
10
|
"v-slots"?: {} & Omit<{
|
11
11
|
default?: import("vue").Slot;
|
12
12
|
}, never>;
|
13
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
13
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "settings" | "appDefinitionId" | "emit:hideBlock" | "emit:followAppInstanceClicked" | "filterEngineHandler" | "headerVisibility"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
14
14
|
export default _default;
|
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
7
7
|
"v-slots"?: {} & Omit<{
|
8
8
|
default?: import("vue").Slot;
|
9
9
|
}, never>;
|
10
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
11
|
export default _default;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts
CHANGED
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
7
7
|
"v-slots"?: {} & Omit<{
|
8
8
|
default?: import("vue").Slot;
|
9
9
|
}, never>;
|
10
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
11
|
export default _default;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts
CHANGED
@@ -11,5 +11,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
11
11
|
"v-slots"?: {} & Omit<{
|
12
12
|
default?: import("vue").Slot;
|
13
13
|
}, never>;
|
14
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
14
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "description" | "emit:handleClick"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
15
15
|
export default _default;
|
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
7
7
|
"v-slots"?: {} & Omit<{
|
8
8
|
default?: import("vue").Slot;
|
9
9
|
}, never>;
|
10
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
11
|
export default _default;
|
@@ -13,12 +13,12 @@ export declare const useTypographyEditorStore: () => {
|
|
13
13
|
blueprint: TypographyBlueprint;
|
14
14
|
editMode: boolean;
|
15
15
|
editing: {
|
16
|
-
type: "
|
16
|
+
type: "text" | "display" | "headline" | "title" | "label" | "variants";
|
17
17
|
styleVariant: StyleVariant;
|
18
18
|
};
|
19
19
|
selected: {
|
20
20
|
textStyle: {
|
21
|
-
type: "
|
21
|
+
type: "text" | "display" | "headline" | "title" | "label" | "variants";
|
22
22
|
size: TextStyleSizes;
|
23
23
|
definition: TextStyleDefinition;
|
24
24
|
};
|
@@ -31,12 +31,12 @@ export declare const useTypographyEditorStore: () => {
|
|
31
31
|
blueprint: TypographyBlueprint;
|
32
32
|
editMode: boolean;
|
33
33
|
editing: {
|
34
|
-
type: "
|
34
|
+
type: "text" | "display" | "headline" | "title" | "label" | "variants";
|
35
35
|
styleVariant: StyleVariant;
|
36
36
|
};
|
37
37
|
selected: {
|
38
38
|
textStyle: {
|
39
|
-
type: "
|
39
|
+
type: "text" | "display" | "headline" | "title" | "label" | "variants";
|
40
40
|
size: TextStyleSizes;
|
41
41
|
definition: TextStyleDefinition;
|
42
42
|
};
|
@@ -44,5 +44,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
44
44
|
} & Omit<{
|
45
45
|
default?: import("vue").Slot;
|
46
46
|
}, "activator">;
|
47
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "
|
47
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "label" | "variant" | "modelValue" | "elevation" | "emit:update:modelValue" | "v-model" | "toned" | "colorType" | "slot:activator" | "emit:click:confirm" | "enableDynamicColor" | "toolbarCallback" | "defaultColorSchemaType" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
48
48
|
export default _default;
|
@@ -103,10 +103,10 @@ declare const _default: {
|
|
103
103
|
container: boolean;
|
104
104
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
105
105
|
propsDefinition: Omit<Readonly<{} & {
|
106
|
-
label?: string;
|
107
106
|
blueprint?: BackgroundDefinition;
|
108
107
|
container?: boolean;
|
109
108
|
height?: string;
|
109
|
+
label?: string;
|
110
110
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
111
111
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
112
112
|
dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts
CHANGED
@@ -27,5 +27,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
27
27
|
"v-slots"?: {} & Omit<{
|
28
28
|
default?: import("vue").Slot;
|
29
29
|
}, never>;
|
30
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "
|
30
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "blueprints" | "placeholder" | "sampleText" | "baseStrategy" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
31
31
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts
CHANGED
@@ -403,7 +403,6 @@ declare const _default: {
|
|
403
403
|
container: boolean;
|
404
404
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
405
405
|
propsDefinition: Omit<Readonly<{} & {
|
406
|
-
label?: string;
|
407
406
|
type?: ColorPickerType;
|
408
407
|
name?: {
|
409
408
|
[x: `onUpdate:${string}`]: {
|
@@ -468,6 +467,7 @@ declare const _default: {
|
|
468
467
|
};
|
469
468
|
container?: boolean;
|
470
469
|
opacity?: boolean;
|
470
|
+
label?: string;
|
471
471
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
472
472
|
variant?: "inline" | "button" | "dropdown" | "journey";
|
473
473
|
disabled?: boolean;
|
@@ -407,8 +407,6 @@ declare const _default: {
|
|
407
407
|
container: boolean;
|
408
408
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
409
409
|
propsDefinition: Omit<Readonly<{} & {
|
410
|
-
title?: string;
|
411
|
-
label?: string;
|
412
410
|
name?: {
|
413
411
|
[x: `onUpdate:${string}`]: {
|
414
412
|
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
@@ -471,6 +469,8 @@ declare const _default: {
|
|
471
469
|
}>;
|
472
470
|
};
|
473
471
|
container?: boolean;
|
472
|
+
title?: string;
|
473
|
+
label?: string;
|
474
474
|
colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
475
475
|
variant?: Variant;
|
476
476
|
class?: String | String[];
|
@@ -338,7 +338,6 @@ declare const _default: {
|
|
338
338
|
container: boolean;
|
339
339
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
340
340
|
propsDefinition: Omit<Readonly<{} & {
|
341
|
-
label?: string;
|
342
341
|
name?: {
|
343
342
|
[x: `onUpdate:${string}`]: {
|
344
343
|
type: import("vue").PropType<(value: ColorSchema) => any | void>;
|
@@ -402,6 +401,7 @@ declare const _default: {
|
|
402
401
|
};
|
403
402
|
container?: boolean;
|
404
403
|
width?: string;
|
404
|
+
label?: string;
|
405
405
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
406
406
|
variant?: Variant;
|
407
407
|
class?: string;
|
@@ -319,7 +319,6 @@ declare const _default: {
|
|
319
319
|
"update:colorSchema": (value: ColorSchemaType | ColorSchema) => any;
|
320
320
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
321
321
|
propsDefinition: Omit<Readonly<{} & {
|
322
|
-
label?: string;
|
323
322
|
name?: {
|
324
323
|
[x: `onUpdate:${string}`]: {
|
325
324
|
type: import("vue").PropType<(value: ContainerFillValue) => any | void>;
|
@@ -381,6 +380,7 @@ declare const _default: {
|
|
381
380
|
};
|
382
381
|
}>;
|
383
382
|
};
|
383
|
+
label?: string;
|
384
384
|
dynamicColorSchema?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema;
|
385
385
|
variant?: Variant;
|
386
386
|
modelValue?: ContainerFillValue;
|
package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts
CHANGED
@@ -34,5 +34,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
34
34
|
} & Omit<{
|
35
35
|
default?: import("vue").Slot;
|
36
36
|
}, "activator">;
|
37
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
37
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "variant" | "size" | "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "slot:activator" | "enableDynamicColor" | "toolbarCallback" | "defaultColorSchemaType" | "simpleMode"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
38
38
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts
CHANGED
@@ -28,5 +28,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
28
28
|
} & Omit<{
|
29
29
|
default?: import("vue").Slot;
|
30
30
|
}, "activator">;
|
31
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
31
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "variant" | "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "slot:activator" | "enableDynamicColor" | "defaultColorSchemaType"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
32
32
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintViewer.d.ts
CHANGED
@@ -19,5 +19,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
19
19
|
"v-slots"?: {} & Omit<{
|
20
20
|
default?: import("vue").Slot;
|
21
21
|
}, never>;
|
22
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
22
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "label" | "variant" | "toned" | "emit:click:select" | "selectable" | "sampleText"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
23
23
|
export default _default;
|
@@ -9,5 +9,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
9
9
|
"v-slots"?: {} & Omit<{
|
10
10
|
default?: import("vue").Slot;
|
11
11
|
}, never>;
|
12
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
12
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
13
13
|
export default _default;
|
@@ -25,7 +25,7 @@ export declare const useSpacingPickerStore: () => {
|
|
25
25
|
initState: (model: Spacing | SpacingValue) => void;
|
26
26
|
}>;
|
27
27
|
get: {
|
28
|
-
valueForPosition: (position: Positions) =>
|
28
|
+
valueForPosition: (position: Positions) => Spacing | SpacingValue;
|
29
29
|
};
|
30
30
|
datatTypes: {};
|
31
31
|
rules: {
|
@@ -18,5 +18,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
18
18
|
"v-slots"?: {} & Omit<{
|
19
19
|
default?: import("vue").Slot;
|
20
20
|
}, never>;
|
21
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
21
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "label" | "colorSchemaType" | "colors" | "toned" | "emit:click:select" | "selectable"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
22
22
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/typography/TextStyleEditor.d.ts
CHANGED
@@ -13,7 +13,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
13
13
|
} & {
|
14
14
|
blueprint?: TypographyBlueprint;
|
15
15
|
} & {
|
16
|
-
textStyleType?: "
|
16
|
+
textStyleType?: "text" | "display" | "headline" | "title" | "label" | "variants";
|
17
17
|
} & {
|
18
18
|
textStyleSize?: TextStyleSizes;
|
19
19
|
} & {
|
@@ -24,7 +24,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
24
24
|
} & {
|
25
25
|
editable?: boolean;
|
26
26
|
} & DefineEmit<"click:select", (typography: TextStyleType, size: TextStyleSizes) => true> & DefineEmit<"click:selectScale", (scale: number) => true>> & {
|
27
|
-
"onClick:select"?: (typography: "
|
27
|
+
"onClick:select"?: (typography: "text" | "display" | "headline" | "title" | "label" | "variants", size: TextStyleSizes) => any;
|
28
28
|
"onClick:selectScale"?: (scale: number) => any;
|
29
29
|
} & {
|
30
30
|
"v-slots"?: {} & Omit<{
|
@@ -7,7 +7,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
7
7
|
} & {
|
8
8
|
sampleText?: string;
|
9
9
|
} & DefineEmit<"click:select", (typography: TextStyleType, size: TextStyleSizes) => true> & DefineEmit<"click:selectFill", (variant: BlueprintVariant) => true>> & {
|
10
|
-
"onClick:select"?: (typography: "
|
10
|
+
"onClick:select"?: (typography: "text" | "display" | "headline" | "title" | "label" | "variants", size: TextStyleSizes) => any;
|
11
11
|
"onClick:selectFill"?: (variant: BlueprintVariant) => any;
|
12
12
|
} & {
|
13
13
|
"v-slots"?: {} & Omit<{
|
@@ -15,7 +15,7 @@ export declare const useTextStyleEditorStore: () => {
|
|
15
15
|
state: {
|
16
16
|
internalModel: TextStyleDefinition;
|
17
17
|
blueprint: TypographyBlueprint;
|
18
|
-
textStyleType: "
|
18
|
+
textStyleType: "text" | "display" | "headline" | "title" | "label" | "variants";
|
19
19
|
textStyleSize: TextStyleSizes;
|
20
20
|
lineHeightType: lineHeightType;
|
21
21
|
fontSizeType: fontSizeType;
|
@@ -20,5 +20,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
20
20
|
"v-slots"?: {} & Omit<{
|
21
21
|
default?: import("vue").Slot;
|
22
22
|
}, never>;
|
23
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
23
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "state" | "label" | "modelValue" | "emit:update:modelValue" | "v-model" | "categoryFilters" | "renderTypeFilters"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
24
24
|
export default _default;
|