@omnia/fx 8.0.216-dev → 8.0.219-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.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +362 -122
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/ActiveGroupListing.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/DeletedGroupListing.d.ts +6 -3
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts +10 -5
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/UserTypeLayoutBlade.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationTab.d.ts +13 -5
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +13 -36
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +6 -8
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown/patches/EditorScrollPatch.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.stylex.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.stylex.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/oxide/text/Text.stylex.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +24 -18
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +58 -82
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagToolbar.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +48 -68
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +50 -70
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +65 -44
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +681 -1061
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentRenderer.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector copy.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar copy.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +135 -203
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentPropertyDescriptorTemplates.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +14 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ImageEditor.d.ts +14 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +24 -26
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +0 -16
- /package/internal-do-not-import-from-here/ux/oxide/appbar/{Appbar.css.d.ts → Appbar.stylex.d.ts} +0 -0
@@ -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/btn/Button.css":{"id":"./node_modules/@omnia/fx/ux/oxide/btn/button.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/btn/Button.stylex.js":{"id":"./node_modules/@omnia/fx/ux/oxide/btn/button.stylex.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ButtonStyles"]},"./node_modules/@omnia/fx/ux/oxide/column/Column.stylex.js":{"id":"./node_modules/@omnia/fx/ux/oxide/column/column.stylex.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ColStyles"]},"./node_modules/@omnia/fx/ux/oxide/flex/Row.stylex.js":{"id":"./node_modules/@omnia/fx/ux/oxide/flex/row.stylex.js","buildMeta":{"exportsType":"namespace"},"expo.js":["RowStyles"]},"./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/icon/Icon.stylex.js":{"id":"./node_modules/@omnia/fx/ux/oxide/icon/icon.stylex.js","buildMeta":{"exportsType":"namespace"},"expo.js":["IconStyles"]},"./node_modules/@omnia/fx/ux/oxide/text/Text.stylex.js":{"id":"./node_modules/@omnia/fx/ux/oxide/text/text.stylex.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TextStyles"]},"./node_modules/@omnia/fx/ux/oxide/treeview/Treeview.stylex.js":{"id":"./node_modules/@omnia/fx/ux/oxide/treeview/treeview.stylex.js","buildMeta":{"exportsType":"namespace"},"expo.js":["treeViewStylex"]},"./node_modules/@omnia/fx/ux/post/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/post/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["PostLocalization"]},"./node_modules/@omnia/fx/ux/social/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/social/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["CommentLocalization"]},"./node_modules/@omnia/fx/ux/StyleFlow.js":{"id":"./node_modules/@omnia/fx/ux/styleflow.js","buildMeta":{"exportsType":"namespace"},"expo.js":["StyleFlow"]},"./node_modules/@omnia/fx/ux/theming/index.js":{"id":"./node_modules/@omnia/fx/ux/theming/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/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/btn/Button.css":{"id":"./node_modules/@omnia/fx/ux/oxide/btn/button.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/oxide/btn/Button.stylex.js":{"id":"./node_modules/@omnia/fx/ux/oxide/btn/button.stylex.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ButtonStyles"]},"./node_modules/@omnia/fx/ux/oxide/column/Column.stylex.js":{"id":"./node_modules/@omnia/fx/ux/oxide/column/column.stylex.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ColStyles"]},"./node_modules/@omnia/fx/ux/oxide/flex/Row.stylex.js":{"id":"./node_modules/@omnia/fx/ux/oxide/flex/row.stylex.js","buildMeta":{"exportsType":"namespace"},"expo.js":["RowStyles"]},"./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/icon/Icon.stylex.js":{"id":"./node_modules/@omnia/fx/ux/oxide/icon/icon.stylex.js","buildMeta":{"exportsType":"namespace"},"expo.js":["IconStyles"]},"./node_modules/@omnia/fx/ux/oxide/text/Text.stylex.js":{"id":"./node_modules/@omnia/fx/ux/oxide/text/text.stylex.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TextStyles"]},"./node_modules/@omnia/fx/ux/oxide/treeview/Treeview.stylex.js":{"id":"./node_modules/@omnia/fx/ux/oxide/treeview/treeview.stylex.js","buildMeta":{"exportsType":"namespace"},"expo.js":["treeViewStylex"]},"./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.css":{"id":"./node_modules/@omnia/fx/ux/styles.stylex.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./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,122 +1,362 @@
|
|
1
|
-
export
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
}
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
}
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
}
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
}
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
}
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
}
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
}
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
}
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
}
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
}
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
}
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
}
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
}
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
}
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
}
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
}>;
|
1
|
+
export type StylexType = {
|
2
|
+
className?: string;
|
3
|
+
style?: Readonly<{
|
4
|
+
[$$Key$$: string]: string | number;
|
5
|
+
}>;
|
6
|
+
};
|
7
|
+
export declare const themingStylex: {
|
8
|
+
position: (position: string) => Readonly<{
|
9
|
+
className?: string;
|
10
|
+
style?: Readonly<{
|
11
|
+
[$$Key$$: string]: string | number;
|
12
|
+
}>;
|
13
|
+
}>;
|
14
|
+
textFillColor: (textFillColor: string) => Readonly<{
|
15
|
+
className?: string;
|
16
|
+
style?: Readonly<{
|
17
|
+
[$$Key$$: string]: string | number;
|
18
|
+
}>;
|
19
|
+
}>;
|
20
|
+
backgroundClip: (backgroundClip: string, important?: boolean) => Readonly<{
|
21
|
+
className?: string;
|
22
|
+
style?: Readonly<{
|
23
|
+
[$$Key$$: string]: string | number;
|
24
|
+
}>;
|
25
|
+
}>;
|
26
|
+
fontFamily: (fontFamily: string) => Readonly<{
|
27
|
+
className?: string;
|
28
|
+
style?: Readonly<{
|
29
|
+
[$$Key$$: string]: string | number;
|
30
|
+
}>;
|
31
|
+
}>;
|
32
|
+
flexBasis: (flexBasis: string | number) => Readonly<{
|
33
|
+
className?: string;
|
34
|
+
style?: Readonly<{
|
35
|
+
[$$Key$$: string]: string | number;
|
36
|
+
}>;
|
37
|
+
}>;
|
38
|
+
flexGrow: (flexGrow: number) => Readonly<{
|
39
|
+
className?: string;
|
40
|
+
style?: Readonly<{
|
41
|
+
[$$Key$$: string]: string | number;
|
42
|
+
}>;
|
43
|
+
}>;
|
44
|
+
maxWidth: (maxWidth: string) => Readonly<{
|
45
|
+
className?: string;
|
46
|
+
style?: Readonly<{
|
47
|
+
[$$Key$$: string]: string | number;
|
48
|
+
}>;
|
49
|
+
}>;
|
50
|
+
alignSelf: (alignSelf: string) => Readonly<{
|
51
|
+
className?: string;
|
52
|
+
style?: Readonly<{
|
53
|
+
[$$Key$$: string]: string | number;
|
54
|
+
}>;
|
55
|
+
}>;
|
56
|
+
minWidth: (minWidth: string) => Readonly<{
|
57
|
+
className?: string;
|
58
|
+
style?: Readonly<{
|
59
|
+
[$$Key$$: string]: string | number;
|
60
|
+
}>;
|
61
|
+
}>;
|
62
|
+
flex: (flex: string) => Readonly<{
|
63
|
+
className?: string;
|
64
|
+
style?: Readonly<{
|
65
|
+
[$$Key$$: string]: string | number;
|
66
|
+
}>;
|
67
|
+
}>;
|
68
|
+
justifyContent: (justifyContent: string) => Readonly<{
|
69
|
+
className?: string;
|
70
|
+
style?: Readonly<{
|
71
|
+
[$$Key$$: string]: string | number;
|
72
|
+
}>;
|
73
|
+
}>;
|
74
|
+
flexWrap: (flexWrap: string) => Readonly<{
|
75
|
+
className?: string;
|
76
|
+
style?: Readonly<{
|
77
|
+
[$$Key$$: string]: string | number;
|
78
|
+
}>;
|
79
|
+
}>;
|
80
|
+
rowGap: (rowGap: string) => Readonly<{
|
81
|
+
className?: string;
|
82
|
+
style?: Readonly<{
|
83
|
+
[$$Key$$: string]: string | number;
|
84
|
+
}>;
|
85
|
+
}>;
|
86
|
+
columnGap: (columnGap: string) => Readonly<{
|
87
|
+
className?: string;
|
88
|
+
style?: Readonly<{
|
89
|
+
[$$Key$$: string]: string | number;
|
90
|
+
}>;
|
91
|
+
}>;
|
92
|
+
flexDirection: (flexDirection: string) => Readonly<{
|
93
|
+
className?: string;
|
94
|
+
style?: Readonly<{
|
95
|
+
[$$Key$$: string]: string | number;
|
96
|
+
}>;
|
97
|
+
}>;
|
98
|
+
font: (fontSize: string, fontWeight: number, lineHeight: string) => {
|
99
|
+
className: string;
|
100
|
+
style: {
|
101
|
+
"--fontSize": string;
|
102
|
+
"--fontWeight": number;
|
103
|
+
"--lineHeight": string;
|
104
|
+
};
|
105
|
+
};
|
106
|
+
width: (width: string, important?: boolean) => Readonly<{
|
107
|
+
className?: string;
|
108
|
+
style?: Readonly<{
|
109
|
+
[$$Key$$: string]: string | number;
|
110
|
+
}>;
|
111
|
+
}>;
|
112
|
+
height: (height: string, important?: boolean) => Readonly<{
|
113
|
+
className?: string;
|
114
|
+
style?: Readonly<{
|
115
|
+
[$$Key$$: string]: string | number;
|
116
|
+
}>;
|
117
|
+
}>;
|
118
|
+
minHeight: (minHeight: string) => Readonly<{
|
119
|
+
className?: string;
|
120
|
+
style?: Readonly<{
|
121
|
+
[$$Key$$: string]: string | number;
|
122
|
+
}>;
|
123
|
+
}>;
|
124
|
+
alignItems: (alignItems: string) => Readonly<{
|
125
|
+
className?: string;
|
126
|
+
style?: Readonly<{
|
127
|
+
[$$Key$$: string]: string | number;
|
128
|
+
}>;
|
129
|
+
}>;
|
130
|
+
boxSizing: (boxSizing: string) => Readonly<{
|
131
|
+
className?: string;
|
132
|
+
style?: Readonly<{
|
133
|
+
[$$Key$$: string]: string | number;
|
134
|
+
}>;
|
135
|
+
}>;
|
136
|
+
display: (display: string) => Readonly<{
|
137
|
+
className?: string;
|
138
|
+
style?: Readonly<{
|
139
|
+
[$$Key$$: string]: string | number;
|
140
|
+
}>;
|
141
|
+
}>;
|
142
|
+
wordBreak: (wordBreak: string) => Readonly<{
|
143
|
+
className?: string;
|
144
|
+
style?: Readonly<{
|
145
|
+
[$$Key$$: string]: string | number;
|
146
|
+
}>;
|
147
|
+
}>;
|
148
|
+
whiteSpace: (whiteSpace: string) => Readonly<{
|
149
|
+
className?: string;
|
150
|
+
style?: Readonly<{
|
151
|
+
[$$Key$$: string]: string | number;
|
152
|
+
}>;
|
153
|
+
}>;
|
154
|
+
backDropFilter: (backDropFilter: string) => Readonly<{
|
155
|
+
className?: string;
|
156
|
+
style?: Readonly<{
|
157
|
+
[$$Key$$: string]: string | number;
|
158
|
+
}>;
|
159
|
+
}>;
|
160
|
+
transition: (transition: string) => Readonly<{
|
161
|
+
className?: string;
|
162
|
+
style?: Readonly<{
|
163
|
+
[$$Key$$: string]: string | number;
|
164
|
+
}>;
|
165
|
+
}>;
|
166
|
+
transform: (transform: string) => Readonly<{
|
167
|
+
className?: string;
|
168
|
+
style?: Readonly<{
|
169
|
+
[$$Key$$: string]: string | number;
|
170
|
+
}>;
|
171
|
+
}>;
|
172
|
+
fontSize: (fontSize: string, important?: boolean) => Readonly<{
|
173
|
+
className?: string;
|
174
|
+
style?: Readonly<{
|
175
|
+
[$$Key$$: string]: string | number;
|
176
|
+
}>;
|
177
|
+
}>;
|
178
|
+
fontWeight: (fontWeight: number) => Readonly<{
|
179
|
+
className?: string;
|
180
|
+
style?: Readonly<{
|
181
|
+
[$$Key$$: string]: string | number;
|
182
|
+
}>;
|
183
|
+
}>;
|
184
|
+
lineHeight: (lineHeight: string) => Readonly<{
|
185
|
+
className?: string;
|
186
|
+
style?: Readonly<{
|
187
|
+
[$$Key$$: string]: string | number;
|
188
|
+
}>;
|
189
|
+
}>;
|
190
|
+
textDecoration: (textDecoration: string, important?: boolean) => Readonly<{
|
191
|
+
className?: string;
|
192
|
+
style?: Readonly<{
|
193
|
+
[$$Key$$: string]: string | number;
|
194
|
+
}>;
|
195
|
+
}>;
|
196
|
+
background: (background: string, important?: boolean) => Readonly<{
|
197
|
+
className?: string;
|
198
|
+
style?: Readonly<{
|
199
|
+
[$$Key$$: string]: string | number;
|
200
|
+
}>;
|
201
|
+
}>;
|
202
|
+
opacity: (opacity: string) => Readonly<{
|
203
|
+
className?: string;
|
204
|
+
style?: Readonly<{
|
205
|
+
[$$Key$$: string]: string | number;
|
206
|
+
}>;
|
207
|
+
}>;
|
208
|
+
backgroundImage: (backgroundImage: string) => Readonly<{
|
209
|
+
className?: string;
|
210
|
+
style?: Readonly<{
|
211
|
+
[$$Key$$: string]: string | number;
|
212
|
+
}>;
|
213
|
+
}>;
|
214
|
+
backgroundColor: (backgroundColor: string, important?: boolean) => Readonly<{
|
215
|
+
className?: string;
|
216
|
+
style?: Readonly<{
|
217
|
+
[$$Key$$: string]: string | number;
|
218
|
+
}>;
|
219
|
+
}>;
|
220
|
+
color: (color: string, important?: boolean) => Readonly<{
|
221
|
+
className?: string;
|
222
|
+
style?: Readonly<{
|
223
|
+
[$$Key$$: string]: string | number;
|
224
|
+
}>;
|
225
|
+
}>;
|
226
|
+
borderTopLeftRadius: (borderTopLeftRadius: string, important?: boolean) => Readonly<{
|
227
|
+
className?: string;
|
228
|
+
style?: Readonly<{
|
229
|
+
[$$Key$$: string]: string | number;
|
230
|
+
}>;
|
231
|
+
}>;
|
232
|
+
borderTopRightRadius: (borderTopRightRadius: string, important?: boolean) => Readonly<{
|
233
|
+
className?: string;
|
234
|
+
style?: Readonly<{
|
235
|
+
[$$Key$$: string]: string | number;
|
236
|
+
}>;
|
237
|
+
}>;
|
238
|
+
borderBottomRightRadius: (borderBottomRightRadius: string, important?: boolean) => Readonly<{
|
239
|
+
className?: string;
|
240
|
+
style?: Readonly<{
|
241
|
+
[$$Key$$: string]: string | number;
|
242
|
+
}>;
|
243
|
+
}>;
|
244
|
+
borderBottomLeftRadius: (borderBottomLeftRadius: string, important?: boolean) => Readonly<{
|
245
|
+
className?: string;
|
246
|
+
style?: Readonly<{
|
247
|
+
[$$Key$$: string]: string | number;
|
248
|
+
}>;
|
249
|
+
}>;
|
250
|
+
margin: (top: string, right?: string, bottom?: string, left?: string) => Readonly<StylexType>;
|
251
|
+
padding: (top: string, right?: string, bottom?: string, left?: string) => Readonly<StylexType>;
|
252
|
+
border: (top: string, right?: string, bottom?: string, left?: string) => Readonly<StylexType>;
|
253
|
+
marginLeft: (marginLeft: string) => Readonly<{
|
254
|
+
className?: string;
|
255
|
+
style?: Readonly<{
|
256
|
+
[$$Key$$: string]: string | number;
|
257
|
+
}>;
|
258
|
+
}>;
|
259
|
+
marginBottom: (marginBottom: string) => Readonly<{
|
260
|
+
className?: string;
|
261
|
+
style?: Readonly<{
|
262
|
+
[$$Key$$: string]: string | number;
|
263
|
+
}>;
|
264
|
+
}>;
|
265
|
+
marginRight: (marginRight: string) => Readonly<{
|
266
|
+
className?: string;
|
267
|
+
style?: Readonly<{
|
268
|
+
[$$Key$$: string]: string | number;
|
269
|
+
}>;
|
270
|
+
}>;
|
271
|
+
marginTop: (marginTop: string) => Readonly<{
|
272
|
+
className?: string;
|
273
|
+
style?: Readonly<{
|
274
|
+
[$$Key$$: string]: string | number;
|
275
|
+
}>;
|
276
|
+
}>;
|
277
|
+
paddingLeft: (paddingLeft: string) => Readonly<{
|
278
|
+
className?: string;
|
279
|
+
style?: Readonly<{
|
280
|
+
[$$Key$$: string]: string | number;
|
281
|
+
}>;
|
282
|
+
}>;
|
283
|
+
paddingRight: (paddingRight: string) => Readonly<{
|
284
|
+
className?: string;
|
285
|
+
style?: Readonly<{
|
286
|
+
[$$Key$$: string]: string | number;
|
287
|
+
}>;
|
288
|
+
}>;
|
289
|
+
paddingBottom: (paddingBottom: string) => Readonly<{
|
290
|
+
className?: string;
|
291
|
+
style?: Readonly<{
|
292
|
+
[$$Key$$: string]: string | number;
|
293
|
+
}>;
|
294
|
+
}>;
|
295
|
+
paddingTop: (paddingTop: string) => Readonly<{
|
296
|
+
className?: string;
|
297
|
+
style?: Readonly<{
|
298
|
+
[$$Key$$: string]: string | number;
|
299
|
+
}>;
|
300
|
+
}>;
|
301
|
+
borderLeft: (borderLeft: string) => Readonly<{
|
302
|
+
className?: string;
|
303
|
+
style?: Readonly<{
|
304
|
+
[$$Key$$: string]: string | number;
|
305
|
+
}>;
|
306
|
+
}>;
|
307
|
+
borderRight: (borderRight: string) => Readonly<{
|
308
|
+
className?: string;
|
309
|
+
style?: Readonly<{
|
310
|
+
[$$Key$$: string]: string | number;
|
311
|
+
}>;
|
312
|
+
}>;
|
313
|
+
borderBottom: (borderBottom: string) => Readonly<{
|
314
|
+
className?: string;
|
315
|
+
style?: Readonly<{
|
316
|
+
[$$Key$$: string]: string | number;
|
317
|
+
}>;
|
318
|
+
}>;
|
319
|
+
borderTop: (borderTop: string) => Readonly<{
|
320
|
+
className?: string;
|
321
|
+
style?: Readonly<{
|
322
|
+
[$$Key$$: string]: string | number;
|
323
|
+
}>;
|
324
|
+
}>;
|
325
|
+
borderRadius: (borderRadius: string) => Readonly<{
|
326
|
+
className?: string;
|
327
|
+
style?: Readonly<{
|
328
|
+
[$$Key$$: string]: string | number;
|
329
|
+
}>;
|
330
|
+
}>;
|
331
|
+
textTransform: (textTransform: string) => Readonly<{
|
332
|
+
className?: string;
|
333
|
+
style?: Readonly<{
|
334
|
+
[$$Key$$: string]: string | number;
|
335
|
+
}>;
|
336
|
+
}>;
|
337
|
+
lineCamp: (lineCamp: number) => Readonly<{
|
338
|
+
className?: string;
|
339
|
+
style?: Readonly<{
|
340
|
+
[$$Key$$: string]: string | number;
|
341
|
+
}>;
|
342
|
+
}>;
|
343
|
+
overflow: (overflow: string) => Readonly<{
|
344
|
+
className?: string;
|
345
|
+
style?: Readonly<{
|
346
|
+
[$$Key$$: string]: string | number;
|
347
|
+
}>;
|
348
|
+
}>;
|
349
|
+
boxOrient: (boxOrient: string) => Readonly<{
|
350
|
+
className?: string;
|
351
|
+
style?: Readonly<{
|
352
|
+
[$$Key$$: string]: string | number;
|
353
|
+
}>;
|
354
|
+
}>;
|
355
|
+
cursor: (cursor: string) => Readonly<{
|
356
|
+
className?: string;
|
357
|
+
style?: Readonly<{
|
358
|
+
[$$Key$$: string]: string | number;
|
359
|
+
}>;
|
360
|
+
}>;
|
361
|
+
};
|
362
|
+
export declare function mergeStylex(...styles: ReadonlyArray<StylexType>): Readonly<StylexType>;
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/ActiveGroupListing.d.ts
CHANGED
@@ -1,5 +1,8 @@
|
|
1
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
1
2
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
2
3
|
businessProfileId?: string;
|
4
|
+
} & DefineEmit<"navigateToDetail", () => void> & {
|
5
|
+
hasAdminPermission?: boolean;
|
3
6
|
}>) => {
|
4
7
|
$: import("vue").ComponentInternalInstance;
|
5
8
|
$data: {};
|
@@ -40,11 +43,15 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
40
43
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
41
44
|
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
42
45
|
businessProfileId?: string;
|
46
|
+
} & DefineEmit<"navigateToDetail", () => void> & {
|
47
|
+
hasAdminPermission?: boolean;
|
43
48
|
}> & {
|
44
49
|
"v-slots"?: {
|
45
50
|
default?: import("vue").Slot;
|
46
51
|
} & {};
|
47
|
-
} & {
|
52
|
+
} & {
|
53
|
+
onNavigateToDetail?: () => any;
|
54
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "businessProfileId" | "hasAdminPermission">;
|
48
55
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
56
|
[key: string]: any;
|
50
57
|
}>;
|