@omnia/fx 8.0.19-vnext → 8.0.20-vnext
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/console/components/Console.d.ts +46 -40
- package/internal-do-not-import-from-here/core/Inject.d.ts +1 -1
- package/internal-do-not-import-from-here/core/Injectable.d.ts +1 -0
- package/internal-do-not-import-from-here/core/Provide.d.ts +1 -1
- package/internal-do-not-import-from-here/core/console/ConsoleKeyboardShortcuts.d.ts +1 -0
- package/internal-do-not-import-from-here/core/use/UseEventHook.d.ts +21 -4
- package/internal-do-not-import-from-here/index.d.ts +3 -2
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +16 -9
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +124 -17
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +14 -6
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome_old.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +28 -28
- package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +32 -32
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +32 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +5 -25
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +40 -40
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +28 -28
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +5 -25
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +36 -13
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +5 -25
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +5 -25
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +32 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +32 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +32 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +32 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +32 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +32 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockCurrent.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockFuture.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +33 -17
- package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +6 -5
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +68 -5
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +28 -5
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +100 -100
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +35 -0
- package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/docs/imports.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/dynamicgroup/DynamicGroupPropertyEditorRenderer.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +28 -20
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +44 -44
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +5 -25
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +28 -28
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +28 -28
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +32 -24
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +36 -28
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +32 -24
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +36 -28
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +32 -24
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +36 -28
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +32 -24
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +36 -28
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +32 -24
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +36 -28
- package/internal-do-not-import-from-here/ux/group/GroupPropertyEditorRenderer.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +144 -56
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +112 -112
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +25 -41
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +1 -184
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/OneColumnIcon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnHeroIcon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnIcon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnPageIcon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/TwoColumnIcon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +1 -65
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +167 -62
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +197 -49
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +176 -80
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +28 -125
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +46 -22
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +73 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.css.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +167 -18
- package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +44 -44
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +0 -80
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -129
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.css.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +67 -41
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +25 -41
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +0 -112
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +71 -123
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +53 -49
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +25 -9
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +0 -48
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +0 -48
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +0 -64
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +0 -80
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +0 -64
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +25 -9
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +26 -74
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -177
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +0 -32
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +25 -9
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +25 -89
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +51 -73
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +25 -25
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +25 -25
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +25 -57
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +41 -73
- package/internal-do-not-import-from-here/ux/oxide/table/Table.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +88 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +0 -64
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +25 -89
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +53 -37
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +0 -48
- package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +5 -25
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +36 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +48 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +36 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +48 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +36 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +48 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +16 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +28 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +16 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +29 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +36 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +48 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +16 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +29 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +16 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +28 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +16 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +28 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +16 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +28 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +16 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +28 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +36 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +28 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +16 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +28 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +36 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +48 -4
- package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDisplay.d.ts +24 -4
- package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyEditor.d.ts +36 -4
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +44 -5
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +36 -5
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyDatasourceRenderer.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyRenderer.d.ts +28 -28
- package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +28 -28
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +33 -97
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +16 -64
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +18 -22
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +13 -16
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +25 -9
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseVuetifyStyling.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +25 -9
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +44 -28
- package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +43 -2
- package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/user/UserPropertyRenderer.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/user/components/PropertyConfigurationRenderer.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphDisplay.d.ts +21 -5
- package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphEditor.d.ts +33 -5
- package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderDisplay.d.ts +21 -5
- package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderEditor.d.ts +33 -5
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +36 -28
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +30 -30
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +21 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +28 -28
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +25 -9
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexView.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +36 -36
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +44 -44
- package/internal-do-not-import-from-here/wctypings.d.ts +8 -0
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/use/UseModel.d.ts +0 -11
@@ -1,2 +1,2 @@
|
|
1
|
-
|
2
|
-
export
|
1
|
+
declare const _default: {};
|
2
|
+
export default _default;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { TypographyTypes } from "@omnia/fx-models";
|
2
2
|
import { MediaQuery } from "typestyle/lib/types";
|
3
|
-
import {
|
3
|
+
import { useThemeStoreV2 } from "../ThemeStoreV2";
|
4
4
|
export interface TypographyTypesResult {
|
5
5
|
h1: string;
|
6
6
|
h2: string;
|
@@ -10,7 +10,7 @@ export interface TypographyTypesResult {
|
|
10
10
|
text: string;
|
11
11
|
typographyType: (typographyType: string) => string;
|
12
12
|
}
|
13
|
-
export declare const useTypographyTypeStyling: (typographyType: TypographyTypes, injectedThemeStore?:
|
13
|
+
export declare const useTypographyTypeStyling: (typographyType: TypographyTypes, injectedThemeStore?: ReturnType<typeof useThemeStoreV2>) => {
|
14
14
|
baseStyles: {
|
15
15
|
fontSize: string;
|
16
16
|
fontWeight: number;
|
@@ -22,4 +22,4 @@ export declare const useTypographyTypeStyling: (typographyType: TypographyTypes,
|
|
22
22
|
queryOnSmallScreen: MediaQuery;
|
23
23
|
queryOnMediumScreen: MediaQuery;
|
24
24
|
};
|
25
|
-
export declare const useTypographyStyling: (injectedThemeStore?:
|
25
|
+
export declare const useTypographyStyling: (injectedThemeStore?: ReturnType<typeof useThemeStoreV2>) => TypographyTypesResult;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { ColorSchema, ColorTypeResult } from "@omnia/fx-models";
|
2
|
-
import {
|
2
|
+
import { useThemeStoreV2 } from "../ThemeStoreV2";
|
3
3
|
export declare const useVuetifyColorStyling: (colorSchema: ColorSchema) => ColorTypeResult<object>;
|
4
|
-
export declare const useVuetifySliderStyling: (colorSchema: ColorSchema, injectThemeStore?:
|
4
|
+
export declare const useVuetifySliderStyling: (colorSchema: ColorSchema, injectThemeStore?: ReturnType<typeof useThemeStoreV2>) => ColorTypeResult<object>;
|
@@ -7,8 +7,12 @@ declare const _default: {
|
|
7
7
|
container?: any;
|
8
8
|
colorSchemaType?: any;
|
9
9
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
10
|
-
"v-model":
|
11
|
-
|
10
|
+
"v-model": {
|
11
|
+
type: import("vue").PropType<Guid>;
|
12
|
+
};
|
13
|
+
modelValue: {
|
14
|
+
type: import("vue").PropType<Guid>;
|
15
|
+
};
|
12
16
|
colorSchemaType?: any;
|
13
17
|
container?: any;
|
14
18
|
}>> & {
|
@@ -28,8 +32,12 @@ declare const _default: {
|
|
28
32
|
$emit: (event: "update:modelValue", theme: ThemeDefinitionV2) => void;
|
29
33
|
$el: any;
|
30
34
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
31
|
-
"v-model":
|
32
|
-
|
35
|
+
"v-model": {
|
36
|
+
type: import("vue").PropType<Guid>;
|
37
|
+
};
|
38
|
+
modelValue: {
|
39
|
+
type: import("vue").PropType<Guid>;
|
40
|
+
};
|
33
41
|
colorSchemaType?: any;
|
34
42
|
container?: any;
|
35
43
|
}>> & {
|
@@ -60,8 +68,12 @@ declare const _default: {
|
|
60
68
|
$nextTick: typeof import("vue").nextTick;
|
61
69
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
62
70
|
} & Readonly<import("vue").ExtractPropTypes<{
|
63
|
-
"v-model":
|
64
|
-
|
71
|
+
"v-model": {
|
72
|
+
type: import("vue").PropType<Guid>;
|
73
|
+
};
|
74
|
+
modelValue: {
|
75
|
+
type: import("vue").PropType<Guid>;
|
76
|
+
};
|
65
77
|
colorSchemaType?: any;
|
66
78
|
container?: any;
|
67
79
|
}>> & {
|
@@ -71,8 +83,12 @@ declare const _default: {
|
|
71
83
|
__isTeleport?: never;
|
72
84
|
__isSuspense?: never;
|
73
85
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
74
|
-
"v-model":
|
75
|
-
|
86
|
+
"v-model": {
|
87
|
+
type: import("vue").PropType<Guid>;
|
88
|
+
};
|
89
|
+
modelValue: {
|
90
|
+
type: import("vue").PropType<Guid>;
|
91
|
+
};
|
76
92
|
colorSchemaType?: any;
|
77
93
|
container?: any;
|
78
94
|
}>> & {
|
@@ -87,8 +103,8 @@ declare const _default: {
|
|
87
103
|
container?: any;
|
88
104
|
colorSchemaType?: any;
|
89
105
|
} & {
|
90
|
-
modelValue?: Guid;
|
91
106
|
"v-model"?: Guid;
|
107
|
+
modelValue?: Guid;
|
92
108
|
}> & {
|
93
109
|
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
94
110
|
};
|
@@ -1,20 +1,24 @@
|
|
1
|
-
import {
|
1
|
+
import { useThemeStoreV2 } from "@omnia/fx/ux";
|
2
2
|
import { nextTick, VNodeChild } from "vue";
|
3
3
|
import { ThemeDefinitionV2 } from "../../velcron/core";
|
4
|
-
export type RegisterThemeStore = (store:
|
4
|
+
export type RegisterThemeStore = (store: ReturnType<typeof useThemeStoreV2>) => void;
|
5
5
|
declare const _default: {
|
6
6
|
new (...args: any[]): {
|
7
7
|
$: import("vue").ComponentInternalInstance;
|
8
8
|
$data: {};
|
9
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<
|
10
|
-
"v-slots": {
|
9
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
10
|
+
"v-slots": import("vue").Prop<{
|
11
11
|
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
12
12
|
} & {
|
13
13
|
activator?: () => VNodeChild;
|
14
|
-
}
|
15
|
-
|
16
|
-
|
17
|
-
|
14
|
+
}, {
|
15
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
16
|
+
} & {
|
17
|
+
activator?: () => VNodeChild;
|
18
|
+
}>;
|
19
|
+
"theme-store-registration-hook": import("vue").Prop<RegisterThemeStore, RegisterThemeStore>;
|
20
|
+
themeStoreRegistrationHook: import("vue").Prop<RegisterThemeStore, RegisterThemeStore>;
|
21
|
+
}>> & {
|
18
22
|
"onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
|
19
23
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
20
24
|
$attrs: {
|
@@ -30,15 +34,19 @@ declare const _default: {
|
|
30
34
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
31
35
|
$emit: (event: "update:modelValue", themeDefinition: ThemeDefinitionV2) => void;
|
32
36
|
$el: any;
|
33
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<
|
34
|
-
"v-slots": {
|
37
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
38
|
+
"v-slots": import("vue").Prop<{
|
39
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
40
|
+
} & {
|
41
|
+
activator?: () => VNodeChild;
|
42
|
+
}, {
|
35
43
|
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
36
44
|
} & {
|
37
45
|
activator?: () => VNodeChild;
|
38
|
-
}
|
39
|
-
"theme-store-registration-hook":
|
40
|
-
themeStoreRegistrationHook:
|
41
|
-
}
|
46
|
+
}>;
|
47
|
+
"theme-store-registration-hook": import("vue").Prop<RegisterThemeStore, RegisterThemeStore>;
|
48
|
+
themeStoreRegistrationHook: import("vue").Prop<RegisterThemeStore, RegisterThemeStore>;
|
49
|
+
}>> & {
|
42
50
|
"onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
|
43
51
|
}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
44
52
|
"update:modelValue": (themeDefinition: ThemeDefinitionV2) => true;
|
@@ -62,29 +70,37 @@ declare const _default: {
|
|
62
70
|
$forceUpdate: () => void;
|
63
71
|
$nextTick: typeof nextTick;
|
64
72
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
65
|
-
} & Readonly<import("vue").ExtractPropTypes<
|
66
|
-
"v-slots": {
|
73
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
74
|
+
"v-slots": import("vue").Prop<{
|
67
75
|
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
68
76
|
} & {
|
69
77
|
activator?: () => VNodeChild;
|
70
|
-
}
|
71
|
-
|
72
|
-
|
73
|
-
|
78
|
+
}, {
|
79
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
80
|
+
} & {
|
81
|
+
activator?: () => VNodeChild;
|
82
|
+
}>;
|
83
|
+
"theme-store-registration-hook": import("vue").Prop<RegisterThemeStore, RegisterThemeStore>;
|
84
|
+
themeStoreRegistrationHook: import("vue").Prop<RegisterThemeStore, RegisterThemeStore>;
|
85
|
+
}>> & {
|
74
86
|
"onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
|
75
87
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
76
88
|
__isFragment?: never;
|
77
89
|
__isTeleport?: never;
|
78
90
|
__isSuspense?: never;
|
79
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<
|
80
|
-
"v-slots": {
|
91
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
92
|
+
"v-slots": import("vue").Prop<{
|
81
93
|
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
82
94
|
} & {
|
83
95
|
activator?: () => VNodeChild;
|
84
|
-
}
|
85
|
-
|
86
|
-
|
87
|
-
|
96
|
+
}, {
|
97
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
98
|
+
} & {
|
99
|
+
activator?: () => VNodeChild;
|
100
|
+
}>;
|
101
|
+
"theme-store-registration-hook": import("vue").Prop<RegisterThemeStore, RegisterThemeStore>;
|
102
|
+
themeStoreRegistrationHook: import("vue").Prop<RegisterThemeStore, RegisterThemeStore>;
|
103
|
+
}>> & {
|
88
104
|
"onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
|
89
105
|
}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
90
106
|
"update:modelValue": (themeDefinition: ThemeDefinitionV2) => true;
|
@@ -95,8 +111,8 @@ declare const _default: {
|
|
95
111
|
} & {
|
96
112
|
activator?: () => VNodeChild;
|
97
113
|
};
|
98
|
-
themeStoreRegistrationHook?:
|
99
|
-
"theme-store-registration-hook"?:
|
114
|
+
themeStoreRegistrationHook?: RegisterThemeStore;
|
115
|
+
"theme-store-registration-hook"?: RegisterThemeStore;
|
100
116
|
}> & {
|
101
117
|
"onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
|
102
118
|
};
|
@@ -1,7 +1,48 @@
|
|
1
1
|
import { ColorDefinition, ColorTypes } from "@omnia/fx/models";
|
2
|
-
import { ColorSchemaStore } from "../theming-v2";
|
3
2
|
export declare const useComponentSetup: (props: object) => {
|
4
|
-
colorSchemaStore:
|
3
|
+
colorSchemaStore: {
|
4
|
+
state: {
|
5
|
+
colorSchema: import("@omnia/fx-models").ColorSchema;
|
6
|
+
colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes;
|
7
|
+
};
|
8
|
+
get: {
|
9
|
+
colorSchema: () => import("@omnia/fx-models").ColorSchema;
|
10
|
+
color: (colorTypes: string) => any;
|
11
|
+
};
|
12
|
+
actions: {
|
13
|
+
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes) => void;
|
14
|
+
themeStore: (themeStoreInstance: {
|
15
|
+
state: {
|
16
|
+
currentTheme: import("../theming-v2").ThemeDefinitionInstance;
|
17
|
+
};
|
18
|
+
get: {
|
19
|
+
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes) => import("@omnia/fx-models").ColorSchema;
|
20
|
+
typography: (typographyType: import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
21
|
+
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes, colorType: ColorTypes) => string;
|
22
|
+
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes, colorType: ColorTypes) => ColorDefinition;
|
23
|
+
complementaryColorType: (colorType: ColorTypes) => ColorTypes;
|
24
|
+
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes, colorType: ColorTypes) => string;
|
25
|
+
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes, colorType: ColorTypes) => ColorDefinition;
|
26
|
+
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
27
|
+
};
|
28
|
+
actions: {
|
29
|
+
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
30
|
+
};
|
31
|
+
events: {
|
32
|
+
onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("../theming-v2").ThemeDefinitionInstance>;
|
33
|
+
onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("../theming-v2").ThemeDefinitionInstance>;
|
34
|
+
};
|
35
|
+
activated: void;
|
36
|
+
}) => void;
|
37
|
+
};
|
38
|
+
events: {
|
39
|
+
onMutatingColorSchema: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorSchema>;
|
40
|
+
onMutatedColorSchema: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorSchema>;
|
41
|
+
onMutatingColorSchemaType: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorSchemaTypes>;
|
42
|
+
onMutatedColorSchemaType: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorSchemaTypes>;
|
43
|
+
};
|
44
|
+
activated: void;
|
45
|
+
};
|
5
46
|
readonly baseColor: ColorDefinition;
|
6
47
|
readonly onBaseColor: ColorDefinition;
|
7
48
|
readonly containerColor: ColorDefinition;
|
@@ -7,7 +7,7 @@ type RawProps = VNodeProps & {
|
|
7
7
|
} & Record<string, any>;
|
8
8
|
type RawChildren = string | number | boolean | VNode | VNodeArrayChildren | (() => any);
|
9
9
|
export declare function useCurrentVueInstance(): import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
10
|
-
export declare function useCreateVueNode(element: string | GuidValue, props?: RawProps, children?: RawChildren, onComponentCreated?: (instance: any) => void): VNode;
|
10
|
+
export declare function useCreateVueNode(element: string | GuidValue, props?: RawProps, children?: () => RawChildren, onComponentCreated?: (instance: any) => void): VNode;
|
11
11
|
export declare function useTransformVSlot(slots: {
|
12
12
|
[name: string]: (ref?: any) => Array<JSX.Element>;
|
13
13
|
}): {
|
@@ -3,12 +3,12 @@ declare const _default: {
|
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<
|
7
|
-
valueBind: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any
|
8
|
-
onValueBindChanged: (value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void
|
9
|
-
disabled: boolean
|
10
|
-
editMode: boolean
|
11
|
-
}
|
6
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
7
|
+
valueBind: import("vue").Prop<PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>, PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>>;
|
8
|
+
onValueBindChanged: import("vue").Prop<(value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void, (value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void>;
|
9
|
+
disabled: import("vue").Prop<boolean, boolean>;
|
10
|
+
editMode: import("vue").Prop<boolean, boolean>;
|
11
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
12
12
|
$attrs: {
|
13
13
|
[x: string]: unknown;
|
14
14
|
};
|
@@ -22,12 +22,12 @@ declare const _default: {
|
|
22
22
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
23
23
|
$emit: (event: string, ...args: any[]) => void;
|
24
24
|
$el: any;
|
25
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<
|
26
|
-
valueBind: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any
|
27
|
-
onValueBindChanged: (value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void
|
28
|
-
disabled: boolean
|
29
|
-
editMode: boolean
|
30
|
-
}
|
25
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
26
|
+
valueBind: import("vue").Prop<PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>, PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>>;
|
27
|
+
onValueBindChanged: import("vue").Prop<(value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void, (value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void>;
|
28
|
+
disabled: import("vue").Prop<boolean, boolean>;
|
29
|
+
editMode: import("vue").Prop<boolean, boolean>;
|
30
|
+
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
31
31
|
[key: string]: any;
|
32
32
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
33
33
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -49,23 +49,23 @@ declare const _default: {
|
|
49
49
|
$forceUpdate: () => void;
|
50
50
|
$nextTick: typeof import("vue").nextTick;
|
51
51
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
52
|
-
} & Readonly<import("vue").ExtractPropTypes<
|
53
|
-
valueBind: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any
|
54
|
-
onValueBindChanged: (value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void
|
55
|
-
disabled: boolean
|
56
|
-
editMode: boolean
|
57
|
-
}
|
52
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
53
|
+
valueBind: import("vue").Prop<PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>, PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>>;
|
54
|
+
onValueBindChanged: import("vue").Prop<(value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void, (value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void>;
|
55
|
+
disabled: import("vue").Prop<boolean, boolean>;
|
56
|
+
editMode: import("vue").Prop<boolean, boolean>;
|
57
|
+
}>> & import("vue").ShallowUnwrapRef<() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
58
58
|
[key: string]: any;
|
59
59
|
}>> & {} & import("vue").ComponentCustomProperties & {};
|
60
60
|
__isFragment?: never;
|
61
61
|
__isTeleport?: never;
|
62
62
|
__isSuspense?: never;
|
63
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<
|
64
|
-
valueBind: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any
|
65
|
-
onValueBindChanged: (value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void
|
66
|
-
disabled: boolean
|
67
|
-
editMode: boolean
|
68
|
-
}
|
63
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
64
|
+
valueBind: import("vue").Prop<PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>, PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>>;
|
65
|
+
onValueBindChanged: import("vue").Prop<(value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void, (value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void>;
|
66
|
+
disabled: import("vue").Prop<boolean, boolean>;
|
67
|
+
editMode: import("vue").Prop<boolean, boolean>;
|
68
|
+
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
69
69
|
[key: string]: any;
|
70
70
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
71
71
|
propsDefinition: Readonly<{} & {
|
package/internal-do-not-import-from-here/ux/user/components/PropertyConfigurationRenderer.d.ts
CHANGED
@@ -3,10 +3,10 @@ declare const _default: {
|
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<
|
7
|
-
valueBind: UserPropertyConfiguration
|
8
|
-
onValueBindChanged: (newValue: UserPropertyConfiguration) => void
|
9
|
-
}
|
6
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
7
|
+
valueBind: import("vue").Prop<UserPropertyConfiguration, UserPropertyConfiguration>;
|
8
|
+
onValueBindChanged: import("vue").Prop<(newValue: UserPropertyConfiguration) => void, (newValue: UserPropertyConfiguration) => void>;
|
9
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
10
10
|
$attrs: {
|
11
11
|
[x: string]: unknown;
|
12
12
|
};
|
@@ -20,10 +20,10 @@ declare const _default: {
|
|
20
20
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
21
21
|
$emit: (event: string, ...args: any[]) => void;
|
22
22
|
$el: any;
|
23
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<
|
24
|
-
valueBind: UserPropertyConfiguration
|
25
|
-
onValueBindChanged: (newValue: UserPropertyConfiguration) => void
|
26
|
-
}
|
23
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
24
|
+
valueBind: import("vue").Prop<UserPropertyConfiguration, UserPropertyConfiguration>;
|
25
|
+
onValueBindChanged: import("vue").Prop<(newValue: UserPropertyConfiguration) => void, (newValue: UserPropertyConfiguration) => void>;
|
26
|
+
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
27
27
|
beforeCreate?: (() => void) | (() => void)[];
|
28
28
|
created?: (() => void) | (() => void)[];
|
29
29
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -43,17 +43,17 @@ declare const _default: {
|
|
43
43
|
$forceUpdate: () => void;
|
44
44
|
$nextTick: typeof import("vue").nextTick;
|
45
45
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
46
|
-
} & Readonly<import("vue").ExtractPropTypes<
|
47
|
-
valueBind: UserPropertyConfiguration
|
48
|
-
onValueBindChanged: (newValue: UserPropertyConfiguration) => void
|
49
|
-
}
|
46
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
47
|
+
valueBind: import("vue").Prop<UserPropertyConfiguration, UserPropertyConfiguration>;
|
48
|
+
onValueBindChanged: import("vue").Prop<(newValue: UserPropertyConfiguration) => void, (newValue: UserPropertyConfiguration) => void>;
|
49
|
+
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
50
50
|
__isFragment?: never;
|
51
51
|
__isTeleport?: never;
|
52
52
|
__isSuspense?: never;
|
53
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<
|
54
|
-
valueBind: UserPropertyConfiguration
|
55
|
-
onValueBindChanged: (newValue: UserPropertyConfiguration) => void
|
56
|
-
}
|
53
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
54
|
+
valueBind: import("vue").Prop<UserPropertyConfiguration, UserPropertyConfiguration>;
|
55
|
+
onValueBindChanged: import("vue").Prop<(newValue: UserPropertyConfiguration) => void, (newValue: UserPropertyConfiguration) => void>;
|
56
|
+
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
57
57
|
propsDefinition: Readonly<{} & {
|
58
58
|
valueBind?: UserPropertyConfiguration;
|
59
59
|
onValueBindChanged?: (newValue: UserPropertyConfiguration) => void;
|
@@ -1,10 +1,14 @@
|
|
1
|
-
import {
|
1
|
+
import { PropertyConfiguration } from "@omnia/fx-models";
|
2
2
|
import { UserPropertiesByMicrosoftGraphDefinition } from "../UserPropertiesByMicrosoftGraphDefinition";
|
3
3
|
declare const msgraphUserDisplayComponent: {
|
4
4
|
new (...args: any[]): {
|
5
5
|
$: import("vue").ComponentInternalInstance;
|
6
6
|
$data: {};
|
7
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<
|
7
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
8
|
+
configuration: import("vue").Prop<PropertyConfiguration<UserPropertiesByMicrosoftGraphDefinition>, PropertyConfiguration<UserPropertiesByMicrosoftGraphDefinition>>;
|
9
|
+
valueBind: import("vue").Prop<import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyValue, import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyValue>;
|
10
|
+
displaySettings: import("vue").Prop<import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyDisplaySettings, import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyDisplaySettings>;
|
11
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
8
12
|
$attrs: {
|
9
13
|
[x: string]: unknown;
|
10
14
|
};
|
@@ -18,7 +22,11 @@ declare const msgraphUserDisplayComponent: {
|
|
18
22
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
19
23
|
$emit: (event: string, ...args: any[]) => void;
|
20
24
|
$el: any;
|
21
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<
|
25
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
26
|
+
configuration: import("vue").Prop<PropertyConfiguration<UserPropertiesByMicrosoftGraphDefinition>, PropertyConfiguration<UserPropertiesByMicrosoftGraphDefinition>>;
|
27
|
+
valueBind: import("vue").Prop<import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyValue, import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyValue>;
|
28
|
+
displaySettings: import("vue").Prop<import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyDisplaySettings, import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyDisplaySettings>;
|
29
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
22
30
|
beforeCreate?: (() => void) | (() => void)[];
|
23
31
|
created?: (() => void) | (() => void)[];
|
24
32
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -38,11 +46,19 @@ declare const msgraphUserDisplayComponent: {
|
|
38
46
|
$forceUpdate: () => void;
|
39
47
|
$nextTick: typeof import("vue").nextTick;
|
40
48
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
41
|
-
} & Readonly<import("vue").ExtractPropTypes<
|
49
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
50
|
+
configuration: import("vue").Prop<PropertyConfiguration<UserPropertiesByMicrosoftGraphDefinition>, PropertyConfiguration<UserPropertiesByMicrosoftGraphDefinition>>;
|
51
|
+
valueBind: import("vue").Prop<import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyValue, import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyValue>;
|
52
|
+
displaySettings: import("vue").Prop<import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyDisplaySettings, import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyDisplaySettings>;
|
53
|
+
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
42
54
|
__isFragment?: never;
|
43
55
|
__isTeleport?: never;
|
44
56
|
__isSuspense?: never;
|
45
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<
|
57
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
58
|
+
configuration: import("vue").Prop<PropertyConfiguration<UserPropertiesByMicrosoftGraphDefinition>, PropertyConfiguration<UserPropertiesByMicrosoftGraphDefinition>>;
|
59
|
+
valueBind: import("vue").Prop<import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyValue, import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyValue>;
|
60
|
+
displaySettings: import("vue").Prop<import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyDisplaySettings, import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyDisplaySettings>;
|
61
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
46
62
|
propsDefinition: Readonly<{} & {
|
47
63
|
configuration?: PropertyConfiguration<UserPropertiesByMicrosoftGraphDefinition>;
|
48
64
|
valueBind?: import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyValue;
|
@@ -1,10 +1,17 @@
|
|
1
|
-
import {
|
1
|
+
import { PropertyConfiguration } from "@omnia/fx-models";
|
2
2
|
import { UserPropertiesByMicrosoftGraphDefinition, MSGraphUserPropertyValue } from "../UserPropertiesByMicrosoftGraphDefinition";
|
3
3
|
declare const msgraphUserEditorComponent: {
|
4
4
|
new (...args: any[]): {
|
5
5
|
$: import("vue").ComponentInternalInstance;
|
6
6
|
$data: {};
|
7
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<
|
7
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
8
|
+
configuration: import("vue").Prop<PropertyConfiguration<UserPropertiesByMicrosoftGraphDefinition>, PropertyConfiguration<UserPropertiesByMicrosoftGraphDefinition>>;
|
9
|
+
valueBind: import("vue").Prop<MSGraphUserPropertyValue, MSGraphUserPropertyValue>;
|
10
|
+
editorSettings: import("vue").Prop<import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserEditorSettings, import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserEditorSettings>;
|
11
|
+
displaySettings: import("vue").Prop<import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyDisplaySettings, import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyDisplaySettings>;
|
12
|
+
onValueBindChanged: import("vue").Prop<(newValue: MSGraphUserPropertyValue) => void, (newValue: MSGraphUserPropertyValue) => void>;
|
13
|
+
disabled?: import("vue").Prop<boolean, boolean>;
|
14
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
8
15
|
$attrs: {
|
9
16
|
[x: string]: unknown;
|
10
17
|
};
|
@@ -18,7 +25,14 @@ declare const msgraphUserEditorComponent: {
|
|
18
25
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
19
26
|
$emit: (event: string, ...args: any[]) => void;
|
20
27
|
$el: any;
|
21
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<
|
28
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
29
|
+
configuration: import("vue").Prop<PropertyConfiguration<UserPropertiesByMicrosoftGraphDefinition>, PropertyConfiguration<UserPropertiesByMicrosoftGraphDefinition>>;
|
30
|
+
valueBind: import("vue").Prop<MSGraphUserPropertyValue, MSGraphUserPropertyValue>;
|
31
|
+
editorSettings: import("vue").Prop<import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserEditorSettings, import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserEditorSettings>;
|
32
|
+
displaySettings: import("vue").Prop<import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyDisplaySettings, import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyDisplaySettings>;
|
33
|
+
onValueBindChanged: import("vue").Prop<(newValue: MSGraphUserPropertyValue) => void, (newValue: MSGraphUserPropertyValue) => void>;
|
34
|
+
disabled?: import("vue").Prop<boolean, boolean>;
|
35
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
22
36
|
beforeCreate?: (() => void) | (() => void)[];
|
23
37
|
created?: (() => void) | (() => void)[];
|
24
38
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -38,11 +52,25 @@ declare const msgraphUserEditorComponent: {
|
|
38
52
|
$forceUpdate: () => void;
|
39
53
|
$nextTick: typeof import("vue").nextTick;
|
40
54
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
41
|
-
} & Readonly<import("vue").ExtractPropTypes<
|
55
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
56
|
+
configuration: import("vue").Prop<PropertyConfiguration<UserPropertiesByMicrosoftGraphDefinition>, PropertyConfiguration<UserPropertiesByMicrosoftGraphDefinition>>;
|
57
|
+
valueBind: import("vue").Prop<MSGraphUserPropertyValue, MSGraphUserPropertyValue>;
|
58
|
+
editorSettings: import("vue").Prop<import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserEditorSettings, import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserEditorSettings>;
|
59
|
+
displaySettings: import("vue").Prop<import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyDisplaySettings, import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyDisplaySettings>;
|
60
|
+
onValueBindChanged: import("vue").Prop<(newValue: MSGraphUserPropertyValue) => void, (newValue: MSGraphUserPropertyValue) => void>;
|
61
|
+
disabled?: import("vue").Prop<boolean, boolean>;
|
62
|
+
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
42
63
|
__isFragment?: never;
|
43
64
|
__isTeleport?: never;
|
44
65
|
__isSuspense?: never;
|
45
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<
|
66
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
67
|
+
configuration: import("vue").Prop<PropertyConfiguration<UserPropertiesByMicrosoftGraphDefinition>, PropertyConfiguration<UserPropertiesByMicrosoftGraphDefinition>>;
|
68
|
+
valueBind: import("vue").Prop<MSGraphUserPropertyValue, MSGraphUserPropertyValue>;
|
69
|
+
editorSettings: import("vue").Prop<import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserEditorSettings, import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserEditorSettings>;
|
70
|
+
displaySettings: import("vue").Prop<import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyDisplaySettings, import("../UserPropertiesByMicrosoftGraphDefinition").MSGraphUserPropertyDisplaySettings>;
|
71
|
+
onValueBindChanged: import("vue").Prop<(newValue: MSGraphUserPropertyValue) => void, (newValue: MSGraphUserPropertyValue) => void>;
|
72
|
+
disabled?: import("vue").Prop<boolean, boolean>;
|
73
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
46
74
|
propsDefinition: Readonly<{} & {
|
47
75
|
configuration?: PropertyConfiguration<UserPropertiesByMicrosoftGraphDefinition>;
|
48
76
|
disabled?: boolean;
|