@omnia/fx 8.0.223-dev → 8.0.225-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/core/utils/Utils.d.ts +6 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/AppStore.d.ts +3 -2
- package/internal-do-not-import-from-here/stores/DynamicGroupStore.d.ts +9 -0
- package/internal-do-not-import-from-here/stores/markdown/MarkdownEditorStore.d.ts +21 -15
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +12 -11
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/admin/{textcompletion/components/TextCompletion.d.ts → usermanagement/dynamicgroups/DynamicGroupActiveBlade.d.ts} +3 -24
- package/internal-do-not-import-from-here/ux/admin/{mediaflow/components/MediaflowProviderSecrets.d.ts → usermanagement/dynamicgroups/DynamicGroupDeletedBlade.d.ts} +3 -31
- package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupDetailBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupListingBlade.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/{velcron/components/contenteditorNew/markdownplugins/section/SectionTemplateSelectorButton.d.ts → app/apps/admin/AppManagementCategoryJourney.d.ts} +8 -4
- package/internal-do-not-import-from-here/ux/app/apps/admin/CommunitiesAppsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/PublishingAppsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/TeamworkAppsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/app/loc/localize.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +80 -22
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.d.ts +68 -27
- package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +46 -15
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +51 -61
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +57 -82
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +55 -81
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/MicrosoftStreamProvider.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.stylex.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.stylex.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.stylex.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/form/Form.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.stylex.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/{NavigationDrawer.css.d.ts → NavigationDrawer.stylex.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.stylex.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.stylex.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.stylex.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/sharepointvideo/SharepointVideo.d.ts +73 -20
- package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +48 -35
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +14 -1063
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +236 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +178 -88
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/admin/dalle/components/DallESecret.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/admin/dalle/components/DallESecret.d.ts +0 -100
- package/internal-do-not-import-from-here/ux/admin/dalle/loc/localize.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/admin/mediaflow/MediaflowProviderSecretsRegistration.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/mediaflow/loc/localize.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/admin/permissions/registrations/Registration.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/textcompletion/SecretRegistrations.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/textcompletion/components/TextCompletionConstants.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/admin/textcompletion/loc/localize.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/ITextFieldEdit.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/IMicrosoftStreamProvider.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/ISharePointVideoSettings.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +0 -13
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/oxide/form/Form.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.css.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.css.d.ts +0 -4
- /package/internal-do-not-import-from-here/ux/{admin/dalle/SecretRegistrations.d.ts → app/apps/admin/registration/AdminRegistrations.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/oxide/layout/{Layout.css.d.ts → Layout.stylex.d.ts} +0 -0
@@ -148,4 +148,10 @@ export declare namespace Utils {
|
|
148
148
|
function convertDateToGMT(val: Date): Date;
|
149
149
|
function covertDateToLocalTimeZone(val: Date): Date;
|
150
150
|
function convertLanguageDisplayToExcludeCounty(displayName: string): string;
|
151
|
+
/**
|
152
|
+
* Get single value of query string from current url
|
153
|
+
* @param name
|
154
|
+
* @returns
|
155
|
+
*/
|
156
|
+
function getQueryStringFromCurrentUrl(name: string): string;
|
151
157
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['dee030cc-4ab3-4158-bb06-8049f5c67542']","content":{"./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":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/documenticon/index.js":{"id":"./node_modules/@omnia/fx/ux/documenticon/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./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/inputlanguagepicker/stores/index.js":{"id":"./node_modules/@omnia/fx/ux/inputlanguagepicker/stores/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["useInputLanguageStore"]},"./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/index.js":{"id":"./node_modules/@omnia/fx/ux/journey/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BladeContexts","BladeSizeDefinitions","BladeSizeTypesName","BladeSizeWidths","BladeVariantDefinitions","BladeVariantTypesName","JourneyContext","defineBlade","useBlade","useJourneyMenuStore","useJourneyRouterStore","useJourneyStore"]},"./node_modules/@omnia/fx/ux/layoutcanvas/index.js":{"id":"./node_modules/@omnia/fx/ux/layoutcanvas/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BlockCatalogStore","BlockSettingsProvider","BlockSettingsReader","BlockSettingsWriter","BreakPointManager","ColumnsSectionSettings","CssBlockSettings","CssSectionSettings","DynamicStateStore","EditorLayoutItemFactory","GeneralSectionSettings","HeaderBlockSettings","HeaderSectionSettings","LayerIndex","LayoutBlockHeaderSettings","LayoutCanvasStore","LayoutDefinitionBuilder","LayoutEditorThemingManager","LayoutGlobalHeaderSettings","LayoutItemFactory","LayoutItemRules","LayoutLockExpansionItemDefinition","LayoutManager","LayoutSectionContainerHelper","LayoutStyleSettings","LayoutTemplateStore","ObjectRules","ReactiveLayoutItemsSettingsStore","SpacingBlockSettings","SpacingSectionSettings","StyleBlockSettings","StyleSectionSettings","TabBlockLayoutSettings","TabBlockSettings","TabSectionLayoutSettings","TabsLayoutSettings","TargetingBlockSettings","TargetingSectionSettings","ThemingRenditionManager","ThemingSectionSettings","mergeObjects","useBlockSettingsReader","useBlockSettingsWriter","useSettingsMenuStore"]},"./node_modules/@omnia/fx/ux/messaging/index.js":{"id":"./node_modules/@omnia/fx/ux/messaging/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminNamespace","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"},"expo.js":["AboutUserStyles","ActionToolbarStyles","AdminChromeStyles","AnimatedGifStyles","AppInstanceRollupBlockStyles","AppInstanceRollupCardViewSettingsStyles","AppInstanceRollupCardViewStyles","AppInstanceRollupListViewSettingsStyles","AppInstanceRollupListViewStyles","AppInstanceRollupStyles","AppInstanceRollupViewBaseStyles","BarChartIndicatorStyles","ButtonWrapperStyles","ChipStyles","ChipStylesConst","CommentStyles","CurrentUserTokenIdentityPicker","DatatableWrapperStyles","DateTimePickerStyles","DialogStyles","EditorStyleSettings","EmoticonStyles","EnterpriseGlossaryTermComponentBaseStyles","EnterprisePropertyPickerStyles","FileUploaderStyles","ForceAnimatedClassname","GridViewMediaProviderComponentStyles","HeadingStyles","IconWrapperStyles","ImageGridStyles","ImageTransformerStyles","InputLanguagePickerStyles","InputTokenStyles","LanguagePickerStyles","LikeStyles","LocalizationAdminStyles","LocalizationInputStyles","MediaPickerProviderStyles","MentionStyles","MultilingualInputStyles","NumericIndicatorStyles","OrgTreeStyles","PersonFieldDisplayStyles","PersonaStyles","PostStyle","ProfilecardStyles","QueryablePropertiesStyles","ReporteesStyles","RichTextEditorRendererStyles","RichTextEditorStyles","RowVariant","SharePointVideoSettingsStyles","SidePanelStyles","SpecialUserConfiguration","StatusMessageOverlayStyles","TableMenuStyles","TagsFieldDisplayStyles","TermGlossaryMappingStyles","TextTranslatorStyles","TimeZonePickerStyles","UrlInputStyles","ValidationOnDefinitions","WizardStyles","appLayoutPlaceHolderRegistration","userPresenceStyles"]},"./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/oxide/appbar/Appbar.css":{"id":"./node_modules/@omnia/fx/ux/oxide/appbar/appbar.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/avatar/Avatar.css":{"id":"./node_modules/@omnia/fx/ux/oxide/avatar/avatar.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/btn/Button.css":{"id":"./node_modules/@omnia/fx/ux/oxide/btn/button.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/btngroup/ButtonGroup.css":{"id":"./node_modules/@omnia/fx/ux/oxide/btngroup/buttongroup.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/checkbox/Checkbox.css":{"id":"./node_modules/@omnia/fx/ux/oxide/checkbox/checkbox.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/chip/Chip.css":{"id":"./node_modules/@omnia/fx/ux/oxide/chip/chip.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/colorpicker/ColorPicker.css":{"id":"./node_modules/@omnia/fx/ux/oxide/colorpicker/colorpicker.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/icon/Icon.css":{"id":"./node_modules/@omnia/fx/ux/oxide/icon/icon.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/list/List.css":{"id":"./node_modules/@omnia/fx/ux/oxide/list/list.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/panel/Panel.css":{"id":"./node_modules/@omnia/fx/ux/oxide/panel/panel.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./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/Styles.stylex.js":{"id":"./node_modules/@omnia/fx/ux/styles.stylex.js","buildMeta":{"exportsType":"namespace"},"expo.js":["mergeStylex","themingStylex"]},"./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/TokenRouterApi.js":{"id":"./node_modules/@omnia/fx/ux/tokenrouterapi.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TokenRouterRegistration"]},"./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"},"expo.js":["LayoutEditorTabRendererInstance","VersionedLayoutBladeIds","VersionedLayoutDefinitionEditorItem","VersionedLayoutDefinitionEditorItemFactory","VersionedLayoutDefinitionEditorItemPrivateImutableState","VersionedLayoutDefinitionEditorItemState","VersionedLayoutEditorStore"]},"./node_modules/@omnia/fx/ux/app/index.js":{"id":"14a0ce2f-3699-49b2-92d3-428caac194a4","buildMeta":{"exportsType":"namespace"},"expo.js":["AppContextProvider","AppInstanceToken","AppManagementBladeIds","AppPropertiesProvider","Router"]},"./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/vuetify/index.js":{"id":"c02f415e-2efe-4333-9b1e-8d7abaa2c967","buildMeta":{"exportsType":"namespace"},"expo.js":["VAlert","VApp","VAvatar","VBadge","VBreadcrumbs","VBreadcrumbsItem","VBtn","VBtnToggle","VCard","VCardActions","VCardMedia","VCardText","VCardTitle","VCarousel","VCarouselItem","VCheckbox","VCombobox","VContainer","VContent","VDataTable","VDialog","VDivider","VFlex","VHover","VIcon","VImg","VLayout","VList","VListTile","VListTileAvatar","VListTileSubTitle","VListTileTitle","VMenu","VNavigationDrawer","VProgressCircular","VProgressLinear","VRadio","VRadioGroup","VRangeSlider","VResponsive","VSlider","VSnackbar","VSpacer","VSpeedDial","VStepper","VStepperContent","VStepperHeader","VStepperStep","VSubheader","VTab","VTabItem","VTabs","VTabsItems","VTabsSlider","VTextField","VTextarea","VToolbar","VToolbarItems","VToolbarSideIcon","VToolbarTitle","VTooltip"]},"./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":[]}}}
|
1
|
+
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['dee030cc-4ab3-4158-bb06-8049f5c67542']","content":{"./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":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/documenticon/index.js":{"id":"./node_modules/@omnia/fx/ux/documenticon/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./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/inputlanguagepicker/stores/index.js":{"id":"./node_modules/@omnia/fx/ux/inputlanguagepicker/stores/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["useInputLanguageStore"]},"./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/index.js":{"id":"./node_modules/@omnia/fx/ux/journey/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BladeContexts","BladeSizeDefinitions","BladeSizeTypesName","BladeSizeWidths","BladeVariantDefinitions","BladeVariantTypesName","JourneyContext","defineBlade","useBlade","useJourneyMenuStore","useJourneyRouterStore","useJourneyStore"]},"./node_modules/@omnia/fx/ux/layoutcanvas/index.js":{"id":"./node_modules/@omnia/fx/ux/layoutcanvas/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BlockCatalogStore","BlockSettingsProvider","BlockSettingsReader","BlockSettingsWriter","BreakPointManager","ColumnsSectionSettings","CssBlockSettings","CssSectionSettings","DynamicStateStore","EditorLayoutItemFactory","GeneralSectionSettings","HeaderBlockSettings","HeaderSectionSettings","LayerIndex","LayoutBlockHeaderSettings","LayoutCanvasStore","LayoutDefinitionBuilder","LayoutEditorThemingManager","LayoutGlobalHeaderSettings","LayoutItemFactory","LayoutItemRules","LayoutLockExpansionItemDefinition","LayoutManager","LayoutSectionContainerHelper","LayoutStyleSettings","LayoutTemplateStore","ObjectRules","ReactiveLayoutItemsSettingsStore","SpacingBlockSettings","SpacingSectionSettings","StyleBlockSettings","StyleSectionSettings","TabBlockLayoutSettings","TabBlockSettings","TabSectionLayoutSettings","TabsLayoutSettings","TargetingBlockSettings","TargetingSectionSettings","ThemingRenditionManager","ThemingSectionSettings","mergeObjects","useBlockSettingsReader","useBlockSettingsWriter","useSettingsMenuStore"]},"./node_modules/@omnia/fx/ux/messaging/index.js":{"id":"./node_modules/@omnia/fx/ux/messaging/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminNamespace","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"},"expo.js":["AboutUserStyles","ActionToolbarStyles","AdminChromeStyles","AnimatedGifStyles","AppInstanceRollupBlockStyles","AppInstanceRollupCardViewSettingsStyles","AppInstanceRollupCardViewStyles","AppInstanceRollupListViewSettingsStyles","AppInstanceRollupListViewStyles","AppInstanceRollupStyles","AppInstanceRollupViewBaseStyles","BarChartIndicatorStyles","ButtonWrapperStyles","ChipStyles","ChipStylesConst","CommentStyles","CurrentUserTokenIdentityPicker","DatatableWrapperStyles","DateTimePickerStyles","DialogStyles","EditorStyleSettings","EmoticonStyles","EnterpriseGlossaryTermComponentBaseStyles","EnterprisePropertyPickerStyles","FileUploaderStyles","ForceAnimatedClassname","GridViewMediaProviderComponentStyles","HeadingStyles","IconWrapperStyles","ImageGridStyles","ImageTransformerStyles","InputLanguagePickerStyles","InputTokenStyles","LanguagePickerStyles","LikeStyles","LocalizationAdminStyles","LocalizationInputStyles","MediaPickerProviderStyles","MentionStyles","MultilingualInputStyles","NumericIndicatorStyles","OrgTreeStyles","PersonFieldDisplayStyles","PersonaStyles","PostStyle","ProfilecardStyles","QueryablePropertiesStyles","ReporteesStyles","RichTextEditorRendererStyles","RichTextEditorStyles","RowVariant","SharePointVideoSettingsStyles","SidePanelStyles","SpecialUserConfiguration","StatusMessageOverlayStyles","TableMenuStyles","TagsFieldDisplayStyles","TermGlossaryMappingStyles","TextTranslatorStyles","TimeZonePickerStyles","UrlInputStyles","ValidationOnDefinitions","WizardStyles","appLayoutPlaceHolderRegistration","userPresenceStyles"]},"./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/oxide/appbar/Appbar.css":{"id":"./node_modules/@omnia/fx/ux/oxide/appbar/appbar.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/avatar/Avatar.css":{"id":"./node_modules/@omnia/fx/ux/oxide/avatar/avatar.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/btn/Button.css":{"id":"./node_modules/@omnia/fx/ux/oxide/btn/button.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/btngroup/ButtonGroup.css":{"id":"./node_modules/@omnia/fx/ux/oxide/btngroup/buttongroup.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/checkbox/Checkbox.css":{"id":"./node_modules/@omnia/fx/ux/oxide/checkbox/checkbox.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/chip/Chip.css":{"id":"./node_modules/@omnia/fx/ux/oxide/chip/chip.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/colorpicker/ColorPicker.css":{"id":"./node_modules/@omnia/fx/ux/oxide/colorpicker/colorpicker.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/datatable/DataTable.css":{"id":"./node_modules/@omnia/fx/ux/oxide/datatable/datatable.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/dialog/Dialog.css":{"id":"./node_modules/@omnia/fx/ux/oxide/dialog/dialog.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/expansionpanel/ExpansionPanel.css":{"id":"./node_modules/@omnia/fx/ux/oxide/expansionpanel/expansionpanel.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/icon/Icon.css":{"id":"./node_modules/@omnia/fx/ux/oxide/icon/icon.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/inputfield/InputField.css":{"id":"./node_modules/@omnia/fx/ux/oxide/inputfield/inputfield.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/list/List.css":{"id":"./node_modules/@omnia/fx/ux/oxide/list/list.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/panel/Panel.css":{"id":"./node_modules/@omnia/fx/ux/oxide/panel/panel.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/radio/Radio.css":{"id":"./node_modules/@omnia/fx/ux/oxide/radio/radio.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/rangeslider/RangeSlider.css":{"id":"./node_modules/@omnia/fx/ux/oxide/rangeslider/rangeslider.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./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/Styles.stylex.js":{"id":"./node_modules/@omnia/fx/ux/styles.stylex.js","buildMeta":{"exportsType":"namespace"},"expo.js":["mergeStylex","themingStylex","toStylexProps"]},"./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/TokenRouterApi.js":{"id":"./node_modules/@omnia/fx/ux/tokenrouterapi.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TokenRouterRegistration"]},"./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"},"expo.js":["LayoutEditorTabRendererInstance","VersionedLayoutBladeIds","VersionedLayoutDefinitionEditorItem","VersionedLayoutDefinitionEditorItemFactory","VersionedLayoutDefinitionEditorItemPrivateImutableState","VersionedLayoutDefinitionEditorItemState","VersionedLayoutEditorStore"]},"./node_modules/@omnia/fx/ux/app/index.js":{"id":"14a0ce2f-3699-49b2-92d3-428caac194a4","buildMeta":{"exportsType":"namespace"},"expo.js":["AppContextProvider","AppInstanceToken","AppManagementBladeIds","AppPropertiesProvider","Router"]},"./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/vuetify/index.js":{"id":"c02f415e-2efe-4333-9b1e-8d7abaa2c967","buildMeta":{"exportsType":"namespace"},"expo.js":["VAlert","VApp","VAvatar","VBadge","VBreadcrumbs","VBreadcrumbsItem","VBtn","VBtnToggle","VCard","VCardActions","VCardMedia","VCardText","VCardTitle","VCarousel","VCarouselItem","VCheckbox","VCombobox","VContainer","VContent","VDataTable","VDialog","VDivider","VFlex","VHover","VIcon","VImg","VLayout","VList","VListTile","VListTileAvatar","VListTileSubTitle","VListTileTitle","VMenu","VNavigationDrawer","VProgressCircular","VProgressLinear","VRadio","VRadioGroup","VRangeSlider","VResponsive","VSlider","VSnackbar","VSpacer","VSpeedDial","VStepper","VStepperContent","VStepperHeader","VStepperStep","VSubheader","VTab","VTabItem","VTabs","VTabsItems","VTabsSlider","VTextField","VTextarea","VToolbar","VToolbarItems","VToolbarSideIcon","VToolbarTitle","VTooltip"]},"./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":[]}}}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import {
|
2
|
-
import { Store } from "./Store";
|
1
|
+
import { AppCategories, AppDefinition, AppInstance, AppInstanceActionProgressResult, AppInstanceCreateInfo, AppInstanceInputInfo, AppInstanceRejectInfo, AppInstanceUpdateInfo, AppInstancesResult, AppTemplate, guid } from "../models";
|
3
2
|
import { AppService } from "../services/AppService";
|
3
|
+
import { Store } from "./Store";
|
4
4
|
export declare class AppStore extends Store {
|
5
5
|
appService: AppService;
|
6
6
|
private omniaContext;
|
@@ -35,6 +35,7 @@ export declare class AppStore extends Store {
|
|
35
35
|
getAppTemplates: (businessProfileId?: guid) => AppTemplate[];
|
36
36
|
getAppTemplatesByDefinition: (appDefinitionId: guid, businessProfileId?: guid) => AppTemplate[];
|
37
37
|
getAppDefinition: (appDefinitionId: guid) => AppDefinition;
|
38
|
+
getAppDefinitionByAppCategory: (category: AppCategories) => AppDefinition[];
|
38
39
|
getAppTemplate: (appTemplateId: guid) => AppTemplate;
|
39
40
|
getAppInstanceById: (appInstanceId: guid) => AppInstance;
|
40
41
|
getEditingAppInstance: () => AppInstance;
|
@@ -21,6 +21,15 @@ export declare class DynamicGroupStore extends Store {
|
|
21
21
|
addOrUpdateDynamicGroup: import("./Store").StoreAction<unknown, (addOrUpdateRequest: DynamicGroupIdentityAddOrUpdateRequest) => void, (result: ResolvedDynamicGroupIdentity, addOrUpdateRequest: DynamicGroupIdentityAddOrUpdateRequest) => void, (failureReason: any, addOrUpdateRequest: DynamicGroupIdentityAddOrUpdateRequest) => void, (addOrUpdateRequest: DynamicGroupIdentityAddOrUpdateRequest) => Promise<ResolvedDynamicGroupIdentity>>;
|
22
22
|
reorderDynamicGroups: import("./Store").StoreAction<unknown, (dynamicGroups: DynamicGroupIdentity[]) => void, (result: ResolvedDynamicGroupIdentity[], dynamicGroups: DynamicGroupIdentity[]) => void, (failureReason: any, dynamicGroups: DynamicGroupIdentity[]) => void, (dynamicGroups: DynamicGroupIdentity[]) => Promise<ResolvedDynamicGroupIdentity[]>>;
|
23
23
|
deleteDynamicGroup: import("./Store").StoreAction<unknown, (dynamicGroup: DynamicGroupIdentity) => void, (result: void, dynamicGroup: DynamicGroupIdentity) => void, (failureReason: any, dynamicGroup: DynamicGroupIdentity) => void, (dynamicGroup: DynamicGroupIdentity) => Promise<void>>;
|
24
|
+
getAllDeletedDynamicGroup: import("./Store").StoreAction<unknown, () => void, (result: {
|
25
|
+
total: number;
|
26
|
+
value: ResolvedDynamicGroupIdentity[];
|
27
|
+
}) => void, (failureReason: any) => void, () => Promise<{
|
28
|
+
total: number;
|
29
|
+
value: ResolvedDynamicGroupIdentity[];
|
30
|
+
}>>;
|
31
|
+
restoreDynamicGroup: import("./Store").StoreAction<unknown, (identity: DynamicGroupIdentity) => void, (result: void, identity: DynamicGroupIdentity) => void, (failureReason: any, identity: DynamicGroupIdentity) => void, (identity: DynamicGroupIdentity) => Promise<void>>;
|
32
|
+
purgeDynamicGroup: import("./Store").StoreAction<unknown, (identity: DynamicGroupIdentity) => void, (result: void, identity: DynamicGroupIdentity) => void, (failureReason: any, identity: DynamicGroupIdentity) => void, (identity: DynamicGroupIdentity) => Promise<void>>;
|
24
33
|
};
|
25
34
|
protected onActivated(): void;
|
26
35
|
}
|
@@ -1,19 +1,11 @@
|
|
1
|
-
import { guid } from "@omnia/fx-models";
|
1
|
+
import { MarkdownEditorActionRegistration, guid } from "@omnia/fx-models";
|
2
2
|
import Editor from "@toast-ui/editor";
|
3
|
-
export interface MarkdownToolbarButtons {
|
4
|
-
velcronTemplate?: boolean;
|
5
|
-
color?: boolean;
|
6
|
-
typography?: boolean;
|
7
|
-
italic?: boolean;
|
8
|
-
bold?: boolean;
|
9
|
-
orderedList?: boolean;
|
10
|
-
unorderedList?: boolean;
|
11
|
-
}
|
12
3
|
export declare const useMarkdownEditorStore: () => {
|
13
4
|
state: {
|
14
5
|
toolbar: {
|
15
6
|
show: boolean;
|
16
|
-
|
7
|
+
textActions: MarkdownEditorActionRegistration[];
|
8
|
+
additionalActions: MarkdownEditorActionRegistration[];
|
17
9
|
};
|
18
10
|
toolbarOwnerId: guid;
|
19
11
|
activeEditor: Editor;
|
@@ -21,7 +13,8 @@ export declare const useMarkdownEditorStore: () => {
|
|
21
13
|
events: {
|
22
14
|
onMutatedToolbar: import("internal/fx/core").MessageBusExposeOnlySubscription<{
|
23
15
|
show: boolean;
|
24
|
-
|
16
|
+
textActions: MarkdownEditorActionRegistration[];
|
17
|
+
additionalActions: MarkdownEditorActionRegistration[];
|
25
18
|
}>;
|
26
19
|
onMutatedToolbarOwnerId: import("internal/fx/core").MessageBusExposeOnlySubscription<guid>;
|
27
20
|
onMutatedActiveEditor: import("internal/fx/core").MessageBusExposeOnlySubscription<Editor>;
|
@@ -31,6 +24,9 @@ export declare const useMarkdownEditorStore: () => {
|
|
31
24
|
commands: {
|
32
25
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
26
|
};
|
27
|
+
toolbar: {
|
28
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
|
+
};
|
34
30
|
editor: {
|
35
31
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
32
|
};
|
@@ -41,9 +37,14 @@ export declare const useMarkdownEditorStore: () => {
|
|
41
37
|
exec: (command: string, payload: any) => void;
|
42
38
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
39
|
};
|
40
|
+
toolbar: {
|
41
|
+
subscribe(fn: (result: {
|
42
|
+
addAdditionalAction: (action: MarkdownEditorActionRegistration) => void;
|
43
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
+
};
|
44
45
|
editor: {
|
45
46
|
subscribe(fn: (result: {
|
46
|
-
onEnter: (
|
47
|
+
onEnter: (editor: Editor, editorId: guid) => void;
|
47
48
|
onLeave: (id: any) => void;
|
48
49
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
50
|
};
|
@@ -52,6 +53,9 @@ export declare const useMarkdownEditorStore: () => {
|
|
52
53
|
commands: {
|
53
54
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
54
55
|
};
|
56
|
+
toolbar: {
|
57
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
|
+
};
|
55
59
|
editor: {
|
56
60
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
57
61
|
};
|
@@ -60,13 +64,15 @@ export declare const useMarkdownEditorStore: () => {
|
|
60
64
|
commands: () => {
|
61
65
|
exec: (command: string, payload: any) => void;
|
62
66
|
};
|
67
|
+
toolbar: () => {
|
68
|
+
addAdditionalAction: (action: MarkdownEditorActionRegistration) => void;
|
69
|
+
};
|
63
70
|
editor: () => {
|
64
|
-
onEnter: (
|
71
|
+
onEnter: (editor: Editor, editorId: guid) => void;
|
65
72
|
onLeave: (id: any) => void;
|
66
73
|
};
|
67
74
|
};
|
68
75
|
get: {
|
69
|
-
buttons(): MarkdownToolbarButtons;
|
70
76
|
isActiveStore(): boolean;
|
71
77
|
};
|
72
78
|
};
|
@@ -130,6 +130,7 @@ type InternalSetupContext<ExtractedPropsType, Props, E = EmitsOptions, S extends
|
|
130
130
|
props: ExtractedPropsType;
|
131
131
|
attrs: Data;
|
132
132
|
slots: ExtractVSlots<Props> & S;
|
133
|
+
seo: boolean;
|
133
134
|
models?: Required<ExtractVModels<Props>>;
|
134
135
|
colors: ReturnType<typeof useColorSchemaSetup>;
|
135
136
|
validator: IValidator;
|
@@ -61,39 +61,39 @@ export declare const themingStylex: {
|
|
61
61
|
borderBottomRightRadius: (borderBottomRightRadius: string, important?: boolean) => StylexType;
|
62
62
|
borderBottomLeftRadius: (borderBottomLeftRadius: string, important?: boolean) => StylexType;
|
63
63
|
border: (value: SpacingStylexType | string) => Readonly<StylexType>;
|
64
|
-
margin: (value: SpacingStylexType | string, important?: boolean) => Readonly<StylexType>;
|
64
|
+
margin: (value: SpacingStylexType | string | number, important?: boolean) => Readonly<StylexType>;
|
65
65
|
marginLeft: (marginLeft: string | number, important?: boolean) => StylexType;
|
66
66
|
marginBottom: (marginBottom: string | number, important?: boolean) => StylexType;
|
67
67
|
marginRight: (marginRight: string | number, important?: boolean) => StylexType;
|
68
68
|
marginTop: (marginTop: string | number, important?: boolean) => StylexType;
|
69
|
-
padding: (value: SpacingStylexType | string, important?: boolean) => Readonly<StylexType>;
|
69
|
+
padding: (value: SpacingStylexType | string | number, important?: boolean) => Readonly<StylexType>;
|
70
70
|
paddingLeft: (paddingLeft: string | number, important?: boolean) => StylexType;
|
71
71
|
paddingRight: (paddingRight: string | number, important?: boolean) => StylexType;
|
72
72
|
paddingBottom: (paddingBottom: string | number, important?: boolean) => StylexType;
|
73
73
|
paddingTop: (paddingTop: string | number, important?: boolean) => StylexType;
|
74
|
-
borderLeft: (borderLeft: string | number) => StylexType;
|
75
|
-
borderRight: (borderRight: string | number) => StylexType;
|
76
|
-
borderBottom: (borderBottom: string | number) => StylexType;
|
77
|
-
borderTop: (borderTop: string | number) => StylexType;
|
74
|
+
borderLeft: (borderLeft: string | number, important?: boolean) => StylexType;
|
75
|
+
borderRight: (borderRight: string | number, important?: boolean) => StylexType;
|
76
|
+
borderBottom: (borderBottom: string | number, important?: boolean) => StylexType;
|
77
|
+
borderTop: (borderTop: string | number, important?: boolean) => StylexType;
|
78
78
|
borderRadius: (borderRadius: string | number) => StylexType;
|
79
79
|
textTransform: (textTransform: string) => StylexType;
|
80
80
|
lineCamp: (lineCamp: number) => StylexType;
|
81
81
|
overflow: (overflow: string, important?: boolean) => StylexType;
|
82
|
+
overflowY: (overflowY: string, important?: boolean) => StylexType;
|
83
|
+
overflowX: (overflowX: string, important?: boolean) => StylexType;
|
82
84
|
boxOrient: (boxOrient: string) => StylexType;
|
83
|
-
cursor: (cursor: string) => StylexType;
|
84
|
-
top: (top: number | string) => StylexType;
|
85
|
+
cursor: (cursor: string, important?: boolean) => StylexType;
|
86
|
+
top: (top: number | string, important?: boolean) => StylexType;
|
85
87
|
left: (left: number | string) => StylexType;
|
86
88
|
zIndex: (zIndex: number) => StylexType;
|
87
89
|
textAlign: (textAlign: string) => StylexType;
|
88
90
|
transformOrigin: (transformOrigin: string) => StylexType;
|
89
91
|
borderColor: (borderColor: string) => StylexType;
|
90
|
-
overflowY: (overflowY: string) => StylexType;
|
91
|
-
overflowX: (overflowX: string) => StylexType;
|
92
92
|
pointerEvents: (pointerEvents: string) => StylexType;
|
93
93
|
verticalAlign: (verticalAlign: string) => StylexType;
|
94
94
|
textOverflow: (textOverflow: string) => StylexType;
|
95
95
|
hover: {
|
96
|
-
cursor: (cursor: string) => StylexType;
|
96
|
+
cursor: (cursor: string, important?: boolean) => StylexType;
|
97
97
|
background: (background: string) => StylexType;
|
98
98
|
backgroundColor: (backgroundColor: string, important?: boolean) => StylexType;
|
99
99
|
};
|
@@ -196,4 +196,5 @@ export declare const themingStylex: {
|
|
196
196
|
};
|
197
197
|
};
|
198
198
|
export declare function mergeStylex(...styles: ReadonlyArray<StylexType>): Readonly<StylexType>;
|
199
|
+
export declare function toStylexProps(...styles: any[]): StylexType;
|
199
200
|
export {};
|
@@ -694,6 +694,21 @@ export interface OmniaUxLocalization {
|
|
694
694
|
Description: string;
|
695
695
|
Title: string;
|
696
696
|
};
|
697
|
+
OmniaCommunitiesCore: {
|
698
|
+
Category: string;
|
699
|
+
Description: string;
|
700
|
+
Title: string;
|
701
|
+
};
|
702
|
+
OmniaTeamworkCore: {
|
703
|
+
Category: string;
|
704
|
+
Description: string;
|
705
|
+
Title: string;
|
706
|
+
};
|
707
|
+
OmniaPublishingCore: {
|
708
|
+
Category: string;
|
709
|
+
Description: string;
|
710
|
+
Title: string;
|
711
|
+
};
|
697
712
|
New7ReusableContent: {
|
698
713
|
Category: string;
|
699
714
|
Description: string;
|
@@ -1,15 +1,4 @@
|
|
1
|
-
|
2
|
-
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
-
"onUpdate:modelValue"?: (value: Secret) => void;
|
4
|
-
} & {
|
5
|
-
modelValue: Secret;
|
6
|
-
} & {
|
7
|
-
getApi: (api: ISecretFormApi) => void;
|
8
|
-
} & {
|
9
|
-
profileId?: guid;
|
10
|
-
} & {
|
11
|
-
bladeId?: guid;
|
12
|
-
}>) => {
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
|
13
2
|
$: import("vue").ComponentInternalInstance;
|
14
3
|
$data: {};
|
15
4
|
$props: {};
|
@@ -47,21 +36,11 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
47
36
|
$nextTick: typeof import("vue").nextTick;
|
48
37
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
49
38
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
50
|
-
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
51
|
-
"onUpdate:modelValue"?: (value: Secret) => void;
|
52
|
-
} & {
|
53
|
-
modelValue: Secret;
|
54
|
-
} & {
|
55
|
-
getApi: (api: ISecretFormApi) => void;
|
56
|
-
} & {
|
57
|
-
profileId?: guid;
|
58
|
-
} & {
|
59
|
-
bladeId?: guid;
|
60
|
-
}> & {
|
39
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
61
40
|
"v-slots"?: {
|
62
41
|
default?: import("vue").Slot;
|
63
42
|
} & {};
|
64
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps,
|
43
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
|
65
44
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
66
45
|
[key: string]: any;
|
67
46
|
}>;
|
@@ -1,22 +1,4 @@
|
|
1
|
-
|
2
|
-
import { IValidator } from "@omnia/fx/ux";
|
3
|
-
export declare const mediaflowSecretsForms: {
|
4
|
-
readonly clientid: "clientid";
|
5
|
-
readonly clientsecret: "clientsecret";
|
6
|
-
readonly refreshtoken: "refreshtoken";
|
7
|
-
readonly integrationKey: "integrationKey";
|
8
|
-
};
|
9
|
-
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
10
|
-
secret?: Secret;
|
11
|
-
} & {
|
12
|
-
profileId?: guid;
|
13
|
-
} & {
|
14
|
-
onSave?: Function;
|
15
|
-
} & {
|
16
|
-
isSaving?: boolean;
|
17
|
-
} & {
|
18
|
-
useValidator?: IValidator;
|
19
|
-
}>) => {
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
|
20
2
|
$: import("vue").ComponentInternalInstance;
|
21
3
|
$data: {};
|
22
4
|
$props: {};
|
@@ -54,21 +36,11 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
54
36
|
$nextTick: typeof import("vue").nextTick;
|
55
37
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
56
38
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
57
|
-
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
58
|
-
secret?: Secret;
|
59
|
-
} & {
|
60
|
-
profileId?: guid;
|
61
|
-
} & {
|
62
|
-
onSave?: Function;
|
63
|
-
} & {
|
64
|
-
isSaving?: boolean;
|
65
|
-
} & {
|
66
|
-
useValidator?: IValidator;
|
67
|
-
}> & {
|
39
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
68
40
|
"v-slots"?: {
|
69
41
|
default?: import("vue").Slot;
|
70
42
|
} & {};
|
71
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps,
|
43
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
|
72
44
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
73
45
|
[key: string]: any;
|
74
46
|
}>;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ImagePropertyDefinition, MultilingualTextPropertyDefinition, PropertyValueBinding, TextPropertyDefinition, UserType, guid } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
-
itemId
|
3
|
+
itemId?: guid;
|
4
4
|
}>) => {
|
5
5
|
$: import("vue").ComponentInternalInstance;
|
6
6
|
$data: {};
|
@@ -40,7 +40,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
40
40
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
41
41
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
42
42
|
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
43
|
-
itemId
|
43
|
+
itemId?: guid;
|
44
44
|
}> & {
|
45
45
|
"v-slots"?: {
|
46
46
|
default?: import("vue").Slot;
|
@@ -343,6 +343,11 @@ export declare namespace UserManagementLocalization {
|
|
343
343
|
ReindexLog: {
|
344
344
|
Title: string;
|
345
345
|
Description: string;
|
346
|
+
TotalUserChanges: string;
|
347
|
+
TotalUpdatedUsers: string;
|
348
|
+
TotalUpdatedUsersErrors: string;
|
349
|
+
TotalDeletedUsers: string;
|
350
|
+
TotalDeletedUsersErrors: string;
|
346
351
|
};
|
347
352
|
};
|
348
353
|
}
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts
CHANGED
@@ -20,6 +20,8 @@ export declare const UserManagementBladeIds: {
|
|
20
20
|
dynamicgroups: {
|
21
21
|
listing: guid;
|
22
22
|
detail: guid;
|
23
|
+
active: guid;
|
24
|
+
deleted: guid;
|
23
25
|
};
|
24
26
|
usertypes: {
|
25
27
|
listing: guid;
|
@@ -34,7 +36,7 @@ export declare const UserManagementBladeIds: {
|
|
34
36
|
listing: guid;
|
35
37
|
settings: guid;
|
36
38
|
logs: guid;
|
37
|
-
omniaSearchUserLogs:
|
39
|
+
omniaSearchUserLogs: guid;
|
38
40
|
};
|
39
41
|
authentication: {
|
40
42
|
settings: guid;
|
@@ -94,7 +96,7 @@ export declare const UserManagementDestinations: {
|
|
94
96
|
listing: guid[];
|
95
97
|
settings: guid[];
|
96
98
|
logs: guid[];
|
97
|
-
omniaSearchUserLogs:
|
99
|
+
omniaSearchUserLogs: guid[];
|
98
100
|
};
|
99
101
|
authentication: {
|
100
102
|
settings: guid[];
|
@@ -1,6 +1,8 @@
|
|
1
|
-
import {
|
1
|
+
import { AppCategories } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
-
|
3
|
+
category: AppCategories;
|
4
|
+
} & {
|
5
|
+
title?: string;
|
4
6
|
}>) => {
|
5
7
|
$: import("vue").ComponentInternalInstance;
|
6
8
|
$data: {};
|
@@ -40,12 +42,14 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
40
42
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
41
43
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
42
44
|
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
43
|
-
|
45
|
+
category: AppCategories;
|
46
|
+
} & {
|
47
|
+
title?: string;
|
44
48
|
}> & {
|
45
49
|
"v-slots"?: {
|
46
50
|
default?: import("vue").Slot;
|
47
51
|
} & {};
|
48
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
52
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "category">;
|
49
53
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
50
54
|
[key: string]: any;
|
51
55
|
}>;
|
@@ -0,0 +1,47 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
|
2
|
+
$: import("vue").ComponentInternalInstance;
|
3
|
+
$data: {};
|
4
|
+
$props: {};
|
5
|
+
$attrs: {
|
6
|
+
[x: string]: unknown;
|
7
|
+
};
|
8
|
+
$refs: {
|
9
|
+
[x: string]: unknown;
|
10
|
+
};
|
11
|
+
$slots: Readonly<{
|
12
|
+
[name: string]: import("vue").Slot<any>;
|
13
|
+
}>;
|
14
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
15
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
16
|
+
$emit: (event: string, ...args: any[]) => void;
|
17
|
+
$el: any;
|
18
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
19
|
+
beforeCreate?: (() => void) | (() => void)[];
|
20
|
+
created?: (() => void) | (() => void)[];
|
21
|
+
beforeMount?: (() => void) | (() => void)[];
|
22
|
+
mounted?: (() => void) | (() => void)[];
|
23
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
24
|
+
updated?: (() => void) | (() => void)[];
|
25
|
+
activated?: (() => void) | (() => void)[];
|
26
|
+
deactivated?: (() => void) | (() => void)[];
|
27
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
28
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
29
|
+
destroyed?: (() => void) | (() => void)[];
|
30
|
+
unmounted?: (() => void) | (() => void)[];
|
31
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
32
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
34
|
+
};
|
35
|
+
$forceUpdate: () => void;
|
36
|
+
$nextTick: typeof import("vue").nextTick;
|
37
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
38
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
39
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
40
|
+
"v-slots"?: {
|
41
|
+
default?: import("vue").Slot;
|
42
|
+
} & {};
|
43
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
|
44
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
45
|
+
[key: string]: any;
|
46
|
+
}>;
|
47
|
+
export default _default;
|
@@ -0,0 +1,47 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
|
2
|
+
$: import("vue").ComponentInternalInstance;
|
3
|
+
$data: {};
|
4
|
+
$props: {};
|
5
|
+
$attrs: {
|
6
|
+
[x: string]: unknown;
|
7
|
+
};
|
8
|
+
$refs: {
|
9
|
+
[x: string]: unknown;
|
10
|
+
};
|
11
|
+
$slots: Readonly<{
|
12
|
+
[name: string]: import("vue").Slot<any>;
|
13
|
+
}>;
|
14
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
15
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
16
|
+
$emit: (event: string, ...args: any[]) => void;
|
17
|
+
$el: any;
|
18
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
19
|
+
beforeCreate?: (() => void) | (() => void)[];
|
20
|
+
created?: (() => void) | (() => void)[];
|
21
|
+
beforeMount?: (() => void) | (() => void)[];
|
22
|
+
mounted?: (() => void) | (() => void)[];
|
23
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
24
|
+
updated?: (() => void) | (() => void)[];
|
25
|
+
activated?: (() => void) | (() => void)[];
|
26
|
+
deactivated?: (() => void) | (() => void)[];
|
27
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
28
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
29
|
+
destroyed?: (() => void) | (() => void)[];
|
30
|
+
unmounted?: (() => void) | (() => void)[];
|
31
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
32
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
34
|
+
};
|
35
|
+
$forceUpdate: () => void;
|
36
|
+
$nextTick: typeof import("vue").nextTick;
|
37
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
38
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
39
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
40
|
+
"v-slots"?: {
|
41
|
+
default?: import("vue").Slot;
|
42
|
+
} & {};
|
43
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
|
44
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
45
|
+
[key: string]: any;
|
46
|
+
}>;
|
47
|
+
export default _default;
|