@omnia/fx 8.0.7-vnext → 8.0.9-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 +3 -0
- package/internal-do-not-import-from-here/console/components/MessageOverlay.d.ts +1 -1
- 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.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/identities/DynamicGroupService.d.ts +6 -0
- package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +7 -1
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +7 -1
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +34 -23
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +23 -21
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +16 -16
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +9 -8
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +11 -0
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +143 -0
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/index.js +1 -0
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +160 -0
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +49 -2
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +48 -15
- package/internal-do-not-import-from-here/ux/VueTags.d.ts +7 -9
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +46 -60
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChromeOld.d.ts +61 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +62 -6
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +58 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +58 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +58 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +82 -11
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +70 -8
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +54 -4
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +66 -7
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +58 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +66 -7
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +58 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +53 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +54 -4
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +58 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +45 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +58 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +66 -7
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +54 -4
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +58 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +74 -9
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +74 -9
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +74 -9
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +75 -9
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +74 -9
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +74 -9
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +58 -5
- package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +54 -4
- package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +54 -4
- package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +54 -4
- package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockCurrent.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockFuture.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +18 -1
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +25 -25
- package/internal-do-not-import-from-here/ux/dynamicgroup/DynamicGroupPropertyEditorRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +54 -4
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +70 -8
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +54 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +70 -8
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +58 -5
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +62 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/group/GroupPropertyEditorRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +45 -1
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +66 -7
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +28 -28
- package/internal-do-not-import-from-here/ux/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/Icons.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/OneColumnIcon.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnHeroIcon.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnIcon.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnPageIcon.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/TwoColumnIcon.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.css.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutSettingsPanel.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/magiclink/MagicLink.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/models/{ContentDialogStyles.d.ts → SidePanelStyles.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +156 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +243 -0
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +176 -0
- package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +115 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +184 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +129 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +128 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +133 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +104 -0
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +142 -0
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +150 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +143 -0
- package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +115 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +115 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +121 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +155 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +133 -0
- package/internal-do-not-import-from-here/ux/playground_test/Play2Component.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDisplay.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyEditor.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +12 -1
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyDatasourceRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyRenderer.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/sidepanel/models/IRegistration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/SignInBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/SignInPage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +58 -5
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +59 -5
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +58 -5
- package/internal-do-not-import-from-here/ux/signout/SignOut.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +9 -32
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +25 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseVuetifyStyling.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +15 -5
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +8 -3
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ColorSelector.d.ts +45 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +45 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeViewer.d.ts +45 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeViewerStyles.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Colors.d.ts +0 -80
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +10 -121
- package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/use/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/user/UserPropertyRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/user/components/PropertyConfigurationRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphDisplay.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphEditor.d.ts +10 -3
- package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderDisplay.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderEditor.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/blocks/VelcronBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/VelcronBlockSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +11 -7
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.d.ts +45 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +45 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +45 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +45 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +50 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +45 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +45 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ShareApp.d.ts +45 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +45 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +45 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +45 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +45 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +45 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +45 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +7 -12
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +48 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +48 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +48 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +48 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +51 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +48 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +48 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexView.d.ts +48 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +48 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +48 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +48 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +48 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +48 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +48 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +48 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/vuetify/index.d.ts +1 -2
- package/internal-do-not-import-from-here/wctypings.d.ts +38 -0
- package/package.json +2 -2
- package/ux/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/ComponentDefinitions.d.ts +0 -60
- package/internal-do-not-import-from-here/ux/contentdialog/ContentDialog.css.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/contentdialog/ContentDialog.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/contentdialog/IContentDialog.d.ts +0 -13
- package/internal-do-not-import-from-here/ux/theming-v2/styling/themeStyling.d.ts +0 -4
- package/internal-do-not-import-from-here/vue/VueHotReloadApi.d.ts +0 -1
@@ -1,30 +1,30 @@
|
|
1
1
|
import { Guid } from "../Guid";
|
2
2
|
export interface TypographyDefinition {
|
3
3
|
id: Guid;
|
4
|
-
h1:
|
5
|
-
h2:
|
6
|
-
h3:
|
7
|
-
text:
|
8
|
-
caption:
|
9
|
-
link:
|
4
|
+
h1: TypographyTypeDefinition;
|
5
|
+
h2: TypographyTypeDefinition;
|
6
|
+
h3: TypographyTypeDefinition;
|
7
|
+
text: TypographyTypeDefinition;
|
8
|
+
caption: TypographyTypeDefinition;
|
9
|
+
link: TypographyTypeDefinition;
|
10
10
|
}
|
11
|
-
export interface
|
11
|
+
export interface TypographyTypeDefinition {
|
12
12
|
decoration?: string;
|
13
13
|
large: TypographyTypeBreakPoint;
|
14
14
|
medium?: TypographyTypeBreakPoint;
|
15
15
|
small?: TypographyTypeBreakPoint;
|
16
|
-
style: object | string;
|
17
16
|
}
|
18
17
|
export interface TypographyTypeBreakPoint {
|
19
18
|
weight: number;
|
20
19
|
size: number;
|
21
20
|
lineHeight: number;
|
22
21
|
}
|
23
|
-
export
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
22
|
+
export type TypographyType = TypographyTypes.h1 | TypographyTypes.h2 | TypographyTypes.h3 | TypographyTypes.text | TypographyTypes.caption | TypographyTypes.link;
|
23
|
+
export declare enum TypographyTypes {
|
24
|
+
h1 = "h1",
|
25
|
+
h2 = "h2",
|
26
|
+
h3 = "h3",
|
27
|
+
text = "text",
|
28
|
+
caption = "caption",
|
29
|
+
link = "link"
|
30
|
+
}
|
@@ -1,11 +1,12 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.TypographyTypes = void 0;
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
4
|
+
var TypographyTypes;
|
5
|
+
(function (TypographyTypes) {
|
6
|
+
TypographyTypes["h1"] = "h1";
|
7
|
+
TypographyTypes["h2"] = "h2";
|
8
|
+
TypographyTypes["h3"] = "h3";
|
9
|
+
TypographyTypes["text"] = "text";
|
10
|
+
TypographyTypes["caption"] = "caption";
|
11
|
+
TypographyTypes["link"] = "link";
|
12
|
+
})(TypographyTypes = exports.TypographyTypes || (exports.TypographyTypes = {}));
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { ColorDefinition, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ThemeDefinitionV2 } from "./ThemeDefinitionV2";
|
2
|
+
import { TypographyType, TypographyTypeDefinition, TypographyTypes } from "./TypographyDefinition";
|
3
|
+
export declare const useThemeMethods: (themedefinition: ThemeDefinitionV2) => {
|
4
|
+
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => import("./ThemeDefinitionV2").ColorSchema;
|
5
|
+
typography: (typographyType: TypographyTypes | TypographyType) => TypographyTypeDefinition;
|
6
|
+
color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
7
|
+
colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => ColorDefinition;
|
8
|
+
complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes.base | ColorTypes.onBase | ColorTypes.container | ColorTypes.onContainer;
|
9
|
+
complementaryColor: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
10
|
+
complementaryColorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => ColorDefinition;
|
11
|
+
};
|
@@ -0,0 +1,143 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.useThemeMethods = void 0;
|
4
|
+
const ThemeDefinitionV2_1 = require("./ThemeDefinitionV2");
|
5
|
+
const TypographyDefinition_1 = require("./TypographyDefinition");
|
6
|
+
const useThemeMethods = (themedefinition) => {
|
7
|
+
const colorSchema = (colorSchemaType) => {
|
8
|
+
if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.primary) {
|
9
|
+
return themedefinition.primary;
|
10
|
+
}
|
11
|
+
else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.secondary) {
|
12
|
+
return themedefinition.secondary;
|
13
|
+
}
|
14
|
+
else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.accent1) {
|
15
|
+
return themedefinition.accent1;
|
16
|
+
}
|
17
|
+
else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.accent2) {
|
18
|
+
return themedefinition.accent2;
|
19
|
+
}
|
20
|
+
else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.accent3) {
|
21
|
+
return themedefinition.accent3;
|
22
|
+
}
|
23
|
+
else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.background) {
|
24
|
+
return themedefinition.background;
|
25
|
+
}
|
26
|
+
else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.neutral) {
|
27
|
+
return themedefinition.neutral;
|
28
|
+
}
|
29
|
+
else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.error) {
|
30
|
+
return themedefinition.error;
|
31
|
+
}
|
32
|
+
return themedefinition.background;
|
33
|
+
};
|
34
|
+
const typography = (typographyType) => {
|
35
|
+
if (typographyType === TypographyDefinition_1.TypographyTypes.h1) {
|
36
|
+
return themedefinition.typography.h1;
|
37
|
+
}
|
38
|
+
else if (typographyType === TypographyDefinition_1.TypographyTypes.h2) {
|
39
|
+
return themedefinition.typography.h2;
|
40
|
+
}
|
41
|
+
else if (typographyType === TypographyDefinition_1.TypographyTypes.h3) {
|
42
|
+
return themedefinition.typography.h3;
|
43
|
+
}
|
44
|
+
else if (typographyType === TypographyDefinition_1.TypographyTypes.caption) {
|
45
|
+
return themedefinition.typography.caption;
|
46
|
+
}
|
47
|
+
else if (typographyType === TypographyDefinition_1.TypographyTypes.link) {
|
48
|
+
return themedefinition.typography.link;
|
49
|
+
}
|
50
|
+
else if (typographyType === TypographyDefinition_1.TypographyTypes.text) {
|
51
|
+
return themedefinition.typography.text;
|
52
|
+
}
|
53
|
+
return themedefinition.typography.text;
|
54
|
+
};
|
55
|
+
const color = (colorSchemaType, colorType) => {
|
56
|
+
const mappedColorSchema = colorSchema(colorSchemaType);
|
57
|
+
if (colorType === ThemeDefinitionV2_1.ColorTypes.base) {
|
58
|
+
return mappedColorSchema.base.color;
|
59
|
+
}
|
60
|
+
else if (colorType === ThemeDefinitionV2_1.ColorTypes.baseTone) {
|
61
|
+
return mappedColorSchema.base.colorToned;
|
62
|
+
}
|
63
|
+
else if (colorType === ThemeDefinitionV2_1.ColorTypes.onBase) {
|
64
|
+
return mappedColorSchema.onBase.color;
|
65
|
+
}
|
66
|
+
else if (colorType === ThemeDefinitionV2_1.ColorTypes.onBaseTone) {
|
67
|
+
return mappedColorSchema.onBase.colorToned;
|
68
|
+
}
|
69
|
+
else if (colorType === ThemeDefinitionV2_1.ColorTypes.container) {
|
70
|
+
return mappedColorSchema.container.color;
|
71
|
+
}
|
72
|
+
else if (colorType === ThemeDefinitionV2_1.ColorTypes.containerTone) {
|
73
|
+
return mappedColorSchema.container.colorToned;
|
74
|
+
}
|
75
|
+
else if (colorType === ThemeDefinitionV2_1.ColorTypes.onContainer) {
|
76
|
+
return mappedColorSchema.onContainer.color;
|
77
|
+
}
|
78
|
+
else if (colorType === ThemeDefinitionV2_1.ColorTypes.onContainerTone) {
|
79
|
+
return mappedColorSchema.onContainer.colorToned;
|
80
|
+
}
|
81
|
+
return colorType;
|
82
|
+
};
|
83
|
+
const colorDefinition = (colorSchemaType, colorType) => {
|
84
|
+
const mappedColorSchema = colorSchema(colorSchemaType);
|
85
|
+
if (colorType === ThemeDefinitionV2_1.ColorTypes.base
|
86
|
+
|| colorType === ThemeDefinitionV2_1.ColorTypes.baseTone) {
|
87
|
+
return mappedColorSchema.base;
|
88
|
+
}
|
89
|
+
else if (colorType === ThemeDefinitionV2_1.ColorTypes.onBase
|
90
|
+
||
|
91
|
+
colorType === ThemeDefinitionV2_1.ColorTypes.onBaseTone) {
|
92
|
+
return mappedColorSchema.onBase;
|
93
|
+
}
|
94
|
+
else if (colorType === ThemeDefinitionV2_1.ColorTypes.container
|
95
|
+
||
|
96
|
+
colorType === ThemeDefinitionV2_1.ColorTypes.containerTone) {
|
97
|
+
return mappedColorSchema.container;
|
98
|
+
}
|
99
|
+
else if (colorType === ThemeDefinitionV2_1.ColorTypes.onContainer
|
100
|
+
||
|
101
|
+
colorType === ThemeDefinitionV2_1.ColorTypes.onContainerTone) {
|
102
|
+
return mappedColorSchema.onContainer;
|
103
|
+
}
|
104
|
+
return mappedColorSchema.base;
|
105
|
+
};
|
106
|
+
const complementaryColorType = (colorType) => {
|
107
|
+
if (colorType === ThemeDefinitionV2_1.ColorTypes.base
|
108
|
+
|| colorType === ThemeDefinitionV2_1.ColorTypes.baseTone) {
|
109
|
+
return ThemeDefinitionV2_1.ColorTypes.onBase;
|
110
|
+
}
|
111
|
+
else if (colorType === ThemeDefinitionV2_1.ColorTypes.onBase
|
112
|
+
|| colorType === ThemeDefinitionV2_1.ColorTypes.onBaseTone) {
|
113
|
+
return ThemeDefinitionV2_1.ColorTypes.base;
|
114
|
+
}
|
115
|
+
else if (colorType === ThemeDefinitionV2_1.ColorTypes.container
|
116
|
+
|| colorType === ThemeDefinitionV2_1.ColorTypes.containerTone) {
|
117
|
+
return ThemeDefinitionV2_1.ColorTypes.onContainer;
|
118
|
+
}
|
119
|
+
else if (colorType === ThemeDefinitionV2_1.ColorTypes.onContainer
|
120
|
+
|| colorType === ThemeDefinitionV2_1.ColorTypes.onContainerTone) {
|
121
|
+
return ThemeDefinitionV2_1.ColorTypes.container;
|
122
|
+
}
|
123
|
+
return colorType;
|
124
|
+
};
|
125
|
+
const complementaryColor = (colorSchemaType, colorType) => {
|
126
|
+
const matchingColorType = complementaryColorType(colorType);
|
127
|
+
return color(colorSchemaType, matchingColorType);
|
128
|
+
};
|
129
|
+
const complementaryColorDefinition = (colorSchemaType, colorType) => {
|
130
|
+
const matchingColorType = complementaryColorType(colorType);
|
131
|
+
return colorDefinition(colorSchemaType, matchingColorType);
|
132
|
+
};
|
133
|
+
return {
|
134
|
+
colorSchema,
|
135
|
+
typography,
|
136
|
+
color,
|
137
|
+
colorDefinition,
|
138
|
+
complementaryColorType,
|
139
|
+
complementaryColor,
|
140
|
+
complementaryColorDefinition,
|
141
|
+
};
|
142
|
+
};
|
143
|
+
exports.useThemeMethods = useThemeMethods;
|
@@ -4,3 +4,4 @@ const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./ThemeDefinitionV2"), exports);
|
5
5
|
tslib_1.__exportStar(require("./TypographyDefinition"), exports);
|
6
6
|
tslib_1.__exportStar(require("./OmniaThemes"), exports);
|
7
|
+
tslib_1.__exportStar(require("./UseThemeMethods"), exports);
|
@@ -0,0 +1,160 @@
|
|
1
|
+
import "client/tooling/vue/bb000000-0000-bbbb-0000-0000000000bb.wctypings";
|
2
|
+
import "../wctypings";
|
3
|
+
import "./button/index";
|
4
|
+
import "./colorpicker/index";
|
5
|
+
import "./confirmdialog/index";
|
6
|
+
import "./contextlanguagepicker/index";
|
7
|
+
import "./datatable/index";
|
8
|
+
import "./datetimepicker/index";
|
9
|
+
import "./dialog/index";
|
10
|
+
import "./documenticon/index";
|
11
|
+
import "./enterpriseproperties/index";
|
12
|
+
import "./enterprisepropertysets/index";
|
13
|
+
import "./errormessage/index";
|
14
|
+
import "./features/index";
|
15
|
+
import "./fileuploader/index";
|
16
|
+
import "./governancedashboard/index";
|
17
|
+
import "./heading/index";
|
18
|
+
import "./icon/index";
|
19
|
+
import "./iconpicker/index";
|
20
|
+
import "./iframe/index";
|
21
|
+
import "./imagegrid/index";
|
22
|
+
import "./imagetransformation/index";
|
23
|
+
import "./imagetransformer/index";
|
24
|
+
import "./journey/index";
|
25
|
+
import "./languagepicker/index";
|
26
|
+
import "./layoutcanvas/editor/ILayoutEditorCanvas";
|
27
|
+
import "./layoutcanvas/renderer/ILayoutBlockRendererHelper";
|
28
|
+
import "./layoutcanvas/renderer/ILayoutRendererCanvas";
|
29
|
+
import "./letteravatar/index";
|
30
|
+
import "./mediapicker/index";
|
31
|
+
import "./mediapickerproviders/index";
|
32
|
+
import "./messaging/index";
|
33
|
+
import "./multilingualinput/index";
|
34
|
+
import "./peoplepicker/index";
|
35
|
+
import "./permissioninput/index";
|
36
|
+
import "./richtexteditor/index";
|
37
|
+
import "./richtexteditor/PublicRichTextEditorApi";
|
38
|
+
import "./richtexteditorrenderer/index";
|
39
|
+
import "./rollupfilter/index";
|
40
|
+
import "./securitytrimer/index";
|
41
|
+
import "./settings/index";
|
42
|
+
import "./sitelogoicon/index";
|
43
|
+
import "./social/index";
|
44
|
+
import "./spacingpicker/index";
|
45
|
+
import "./statusmessageoverlay/index";
|
46
|
+
import "./templatepicker/index";
|
47
|
+
import "./texttranslator/index";
|
48
|
+
import "./theming/index";
|
49
|
+
import "./timeperiodpicker/index";
|
50
|
+
import "./timezonepicker/index";
|
51
|
+
import "./urlinput/index";
|
52
|
+
import "./validation/index";
|
53
|
+
import "./welcome/index";
|
54
|
+
import "./wizard/index";
|
55
|
+
import "./enterpriseglossary/index";
|
56
|
+
import "./app/builders/index";
|
57
|
+
import "./app/appinstance/index";
|
58
|
+
import "./selection/index";
|
59
|
+
import "./profilecard/index";
|
60
|
+
import "./organizationtree/IOrganizationTree";
|
61
|
+
type VuetifyProps<T> = {
|
62
|
+
[K in keyof (T extends {
|
63
|
+
$props: any;
|
64
|
+
} ? T["$props"] : T)]: T extends {
|
65
|
+
$props: any;
|
66
|
+
} ? T["$props"][K] : never;
|
67
|
+
};
|
68
|
+
import { VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle } from "vuetify/components";
|
69
|
+
declare global {
|
70
|
+
namespace JSX {
|
71
|
+
interface Element {
|
72
|
+
}
|
73
|
+
interface ElementClass {
|
74
|
+
}
|
75
|
+
interface IntrinsicElements {
|
76
|
+
"v-expansion-panels": VuetifyProps<Pick<VExpansionPanels, "$props">> & {
|
77
|
+
[name: string]: any;
|
78
|
+
};
|
79
|
+
"v-expansion-panel": VuetifyProps<Pick<VExpansionPanel, "$props">> & {
|
80
|
+
[name: string]: any;
|
81
|
+
};
|
82
|
+
"v-expansion-panel-text": VuetifyProps<Pick<VExpansionPanelText, "$props">> & {
|
83
|
+
[name: string]: any;
|
84
|
+
};
|
85
|
+
"v-expansion-panel-title": VuetifyProps<Pick<VExpansionPanelTitle, "$props">> & {
|
86
|
+
[name: string]: any;
|
87
|
+
};
|
88
|
+
"v-card": VuetifyProps<Pick<VCard, "$props">> & {
|
89
|
+
[name: string]: any;
|
90
|
+
};
|
91
|
+
"v-card-actions": VuetifyProps<Pick<VCardActions, "$props">> & {
|
92
|
+
[name: string]: any;
|
93
|
+
};
|
94
|
+
"v-card-item": VuetifyProps<Pick<VCardItem, "$props">> & {
|
95
|
+
[name: string]: any;
|
96
|
+
};
|
97
|
+
"v-card-subtitle": VuetifyProps<Pick<VCardSubtitle, "$props">> & {
|
98
|
+
[name: string]: any;
|
99
|
+
};
|
100
|
+
"v-card-text": VuetifyProps<Pick<VCardText, "$props">> & {
|
101
|
+
[name: string]: any;
|
102
|
+
};
|
103
|
+
"v-card-title": VuetifyProps<Pick<VCardTitle, "$props">> & {
|
104
|
+
[name: string]: any;
|
105
|
+
};
|
106
|
+
"v-btn": VuetifyProps<Pick<VBtn, "$props">> & {
|
107
|
+
[name: string]: any;
|
108
|
+
};
|
109
|
+
"v-btn-group": VuetifyProps<Pick<VBtnGroup, "$props">> & {
|
110
|
+
[name: string]: any;
|
111
|
+
};
|
112
|
+
"v-btn-toggle": VuetifyProps<Pick<VBtnToggle, "$props">> & {
|
113
|
+
[name: string]: any;
|
114
|
+
};
|
115
|
+
"v-navigation-drawer": VuetifyProps<Pick<VNavigationDrawer, "$props">> & {
|
116
|
+
[name: string]: any;
|
117
|
+
};
|
118
|
+
"v-list": VuetifyProps<Pick<VList, "$props">> & {
|
119
|
+
[name: string]: any;
|
120
|
+
};
|
121
|
+
"v-list-item": VuetifyProps<Pick<VListItem, "$props">> & {
|
122
|
+
[name: string]: any;
|
123
|
+
};
|
124
|
+
"v-list-group": VuetifyProps<Pick<VListGroup, "$props">> & {
|
125
|
+
[name: string]: any;
|
126
|
+
};
|
127
|
+
"v-list-img": VuetifyProps<Pick<VListImg, "$props">> & {
|
128
|
+
[name: string]: any;
|
129
|
+
};
|
130
|
+
"v-list-item-action": VuetifyProps<Pick<VListItemAction, "$props">> & {
|
131
|
+
[name: string]: any;
|
132
|
+
};
|
133
|
+
"v-list-item-title": VuetifyProps<Pick<VListItemTitle, "$props">> & {
|
134
|
+
[name: string]: any;
|
135
|
+
};
|
136
|
+
"v-list-item-subtitle": VuetifyProps<Pick<VListItemSubtitle, "$props">> & {
|
137
|
+
[name: string]: any;
|
138
|
+
};
|
139
|
+
"v-list-item-media": VuetifyProps<Pick<VListItemMedia, "$props">> & {
|
140
|
+
[name: string]: any;
|
141
|
+
};
|
142
|
+
"v-list-subheader": VuetifyProps<Pick<VListSubheader, "$props">> & {
|
143
|
+
[name: string]: any;
|
144
|
+
};
|
145
|
+
"v-dialog": VuetifyProps<Pick<VDialog, "$props">> & {
|
146
|
+
[name: string]: any;
|
147
|
+
};
|
148
|
+
"v-dialog-bottom-transition": VuetifyProps<Pick<VDialogBottomTransition, "$props">> & {
|
149
|
+
[name: string]: any;
|
150
|
+
};
|
151
|
+
"v-dialog-top-transition": VuetifyProps<Pick<VDialogTopTransition, "$props">> & {
|
152
|
+
[name: string]: any;
|
153
|
+
};
|
154
|
+
"v-dialog-transition": VuetifyProps<Pick<VDialogTransition, "$props">> & {
|
155
|
+
[name: string]: any;
|
156
|
+
};
|
157
|
+
}
|
158
|
+
}
|
159
|
+
}
|
160
|
+
export {};
|
@@ -76,5 +76,6 @@ export * from "./SidePanelContext";
|
|
76
76
|
export { OmniaTheming } from "./OmniaTheming";
|
77
77
|
export type { FocusOption, ClickOutOption, ScrollOption, LinkHandlerOptions, } from "./directives";
|
78
78
|
export { FocusDirective, ClickOutDirective, ScrollDirective, LinkHandlerDirective, } from "./directives";
|
79
|
-
export { VueComponentBase,
|
79
|
+
export { VueComponentBase, getVuetifyAppClasses, VueComponentConnect, } from "./VueComponentBase";
|
80
80
|
export type { VueComponentBaseProps, VueComponentBaseEvents, } from "./VueComponentBase";
|
81
|
+
export { defineVueWebComponent, defineVueComponent, defineSlotsAndProps, definePropFunctionType, definePropObjectType } from "./InternalDefineWebComponent";
|
@@ -1,8 +1,55 @@
|
|
1
|
-
import { ComputedOptions, MethodOptions, ComponentOptionsMixin, EmitsOptions, ComponentInjectOptions, ComponentOptionsWithArrayProps, ComponentPropsOptions, ComponentOptionsWithObjectProps, DefineComponent, ComponentObjectPropsOptions, ComponentOptionsWithoutProps,
|
1
|
+
import { ComputedOptions, MethodOptions, ComponentOptionsMixin, EmitsOptions, ComponentInjectOptions, ComponentOptionsWithArrayProps, ComponentPropsOptions, ComponentOptionsWithObjectProps, DefineComponent, ComponentObjectPropsOptions, ComponentOptionsWithoutProps, Prop, VNodeChild, PropType } from "vue";
|
2
2
|
import { WebComponentBundleManifest } from "@omnia/fx-models";
|
3
|
+
export declare function definePropFunctionType<T>(): PropType<T>;
|
4
|
+
export declare function definePropObjectType<T>(): PropType<T>;
|
5
|
+
type IfAny<T, Y, N> = 0 extends 1 & T ? Y : N;
|
6
|
+
type InferPropType<T> = [T] extends [null] ? any : [T] extends [
|
7
|
+
{
|
8
|
+
type: null | true;
|
9
|
+
}
|
10
|
+
] ? any : [T] extends [
|
11
|
+
ObjectConstructor | {
|
12
|
+
type: ObjectConstructor;
|
13
|
+
}
|
14
|
+
] ? Record<string, any> : [T] extends [
|
15
|
+
BooleanConstructor | {
|
16
|
+
type: BooleanConstructor;
|
17
|
+
}
|
18
|
+
] ? boolean : [T] extends [
|
19
|
+
DateConstructor | {
|
20
|
+
type: DateConstructor;
|
21
|
+
}
|
22
|
+
] ? Date : [T] extends [
|
23
|
+
(infer U)[] | {
|
24
|
+
type: (infer U)[];
|
25
|
+
}
|
26
|
+
] ? U extends DateConstructor ? Date | InferPropType<U> : InferPropType<U> : [T] extends [Prop<infer V, infer D>] ? unknown extends V ? IfAny<V, V, D> : V : T;
|
27
|
+
type RequiredKeys<T> = {
|
28
|
+
[K in keyof T]: T[K] extends {
|
29
|
+
required: true;
|
30
|
+
} ? K : never;
|
31
|
+
}[keyof T];
|
32
|
+
type OptionalKeys<T> = Exclude<keyof T, RequiredKeys<T>>;
|
33
|
+
type OmniaExtractPropTypes<O> = {
|
34
|
+
[K in keyof Pick<O, RequiredKeys<O>>]: InferPropType<O[K]>;
|
35
|
+
} & {
|
36
|
+
[K in keyof Pick<O, OptionalKeys<O>>]?: InferPropType<O[K]>;
|
37
|
+
};
|
3
38
|
type TsxComponentV3<PropsOrPropOptions = {}, RawBindings = {}, D = {}, C extends ComputedOptions = ComputedOptions, M extends MethodOptions = MethodOptions, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string> = DefineComponent<PropsOrPropOptions, RawBindings, D, C, M, Mixin, Extends, E, EE> & {
|
4
|
-
propsDefinition: Readonly<PropsOrPropOptions extends ComponentPropsOptions ?
|
39
|
+
propsDefinition: Readonly<PropsOrPropOptions extends ComponentPropsOptions ? OmniaExtractPropTypes<PropsOrPropOptions> : PropsOrPropOptions>;
|
40
|
+
};
|
41
|
+
type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
|
42
|
+
export declare function defineSlotsAndProps<Slots extends Record<string, Slot>>(): <Props>(props: ComponentObjectPropsOptions<Props>) => ComponentObjectPropsOptions<Props> & {
|
43
|
+
"v-slots"?: {
|
44
|
+
type: PropType<Slots>;
|
45
|
+
};
|
5
46
|
};
|
47
|
+
export declare function defineVueComponent<Props = {}, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithoutProps<Props, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>): TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
48
|
+
export declare function defineVueComponent<Props extends Object, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithObjectProps<ComponentObjectPropsOptions<Props>, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>): TsxComponentV3<ComponentObjectPropsOptions<Props>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
49
|
+
export declare function defineVueComponent<PropNames extends string, RawBindings, D, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithArrayProps<PropNames, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>): TsxComponentV3<Readonly<{
|
50
|
+
[key in PropNames]?: any;
|
51
|
+
}>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
52
|
+
export declare function defineVueComponent<PropsOptions extends Readonly<ComponentPropsOptions>, RawBindings, D, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithObjectProps<PropsOptions, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>): TsxComponentV3<PropsOptions, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
6
53
|
export declare function defineVueWebComponent<Props = {}, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithoutProps<Props, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: WebComponentBundleManifest, component: TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
7
54
|
export declare function defineVueWebComponent<Props extends Object, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithObjectProps<ComponentObjectPropsOptions<Props>, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: WebComponentBundleManifest, component: TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<ComponentObjectPropsOptions<Props>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
8
55
|
export declare function defineVueWebComponent<PropNames extends string, RawBindings, D, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithArrayProps<PropNames, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: WebComponentBundleManifest, component: TsxComponentV3<Readonly<{
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VNode,
|
1
|
+
import { VNode, VNodeProps, HTMLAttributes, VNodeArrayChildren } from "vue";
|
2
2
|
import { Vue } from "./decorators";
|
3
3
|
import type { IComponentValidationEnabled, IValidator } from "./validation/IComponentValidationEnabled";
|
4
4
|
import { ConfirmDialogResponse, ConfirmDialogOptions } from "./confirmdialog/IVueConfirmDialog";
|
@@ -90,11 +90,6 @@ type ScopedSlotReturnType = ReturnType<ScopedSlot>;
|
|
90
90
|
type ScopedSlots<T> = {
|
91
91
|
[K in keyof T]: (props: Exclude<T[K], undefined>) => ScopedSlotReturnType;
|
92
92
|
};
|
93
|
-
type EmitsToProps<T extends EmitsOptions> = T extends string[] ? {
|
94
|
-
[K in string & `on${Capitalize<T[number]>}`]?: (...args: any[]) => any;
|
95
|
-
} : T extends ObjectEmitsOptions ? {
|
96
|
-
[K in string & `on${Capitalize<string & keyof T>}`]?: K extends `on${infer C}` ? T[Uncapitalize<C>] extends null ? (...args: any[]) => any : (...args: T[Uncapitalize<C>] extends (...args: infer P) => any ? P : never) => any : never;
|
97
|
-
} : {};
|
98
93
|
interface ComponentAdditionalAttrs {
|
99
94
|
}
|
100
95
|
type EventHandlers<E> = {
|
@@ -136,8 +131,6 @@ export interface VueComponentBaseProps extends Omit<HTMLAttributes, "placeholder
|
|
136
131
|
}
|
137
132
|
export interface VueComponentBaseEvents {
|
138
133
|
}
|
139
|
-
export declare function definePropFunctionType<T>(): PropType<T>;
|
140
|
-
export declare function definePropObjectType<T>(): PropType<T>;
|
141
134
|
export declare class VueComponentBase<Props = VueComponentBaseProps | {}, EventsWithOn = VueComponentBaseEvents, ScopedSlotArgs = {}> extends VueTsx<Props, EventsWithOn, ScopedSlotArgs> implements IVueComponentBase<Props, EventsWithOn, ScopedSlotArgs>, IComponentValidationEnabled {
|
142
135
|
inheritanceTheme?: InheritanceTheme;
|
143
136
|
themeTargetId?: string;
|
@@ -171,13 +164,53 @@ export declare function getVuetifyAppClasses(): string;
|
|
171
164
|
export interface VueComponentConnectProps {
|
172
165
|
content: () => JSX.Element;
|
173
166
|
}
|
174
|
-
export declare
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
}
|
179
|
-
|
180
|
-
|
167
|
+
export declare const VueComponentConnect: {
|
168
|
+
new (...args: any[]): {
|
169
|
+
$: import("vue").ComponentInternalInstance;
|
170
|
+
$data: {};
|
171
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<VueComponentConnectProps>>> & VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
172
|
+
$attrs: {
|
173
|
+
[x: string]: unknown;
|
174
|
+
};
|
175
|
+
$refs: {
|
176
|
+
[x: string]: unknown;
|
177
|
+
};
|
178
|
+
$slots: Readonly<{
|
179
|
+
[name: string]: import("vue").Slot;
|
180
|
+
}>;
|
181
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
182
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
183
|
+
$emit: (event: string, ...args: any[]) => void;
|
184
|
+
$el: any;
|
185
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<VueComponentConnectProps>>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
186
|
+
beforeCreate?: (() => void) | (() => void)[];
|
187
|
+
created?: (() => void) | (() => void)[];
|
188
|
+
beforeMount?: (() => void) | (() => void)[];
|
189
|
+
mounted?: (() => void) | (() => void)[];
|
190
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
191
|
+
updated?: (() => void) | (() => void)[];
|
192
|
+
activated?: (() => void) | (() => void)[];
|
193
|
+
deactivated?: (() => void) | (() => void)[];
|
194
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
195
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
196
|
+
destroyed?: (() => void) | (() => void)[];
|
197
|
+
unmounted?: (() => void) | (() => void)[];
|
198
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
199
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
200
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
201
|
+
};
|
202
|
+
$forceUpdate: () => void;
|
203
|
+
$nextTick: typeof import("vue").nextTick;
|
204
|
+
$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;
|
205
|
+
} & Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<VueComponentConnectProps>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
206
|
+
__isFragment?: never;
|
207
|
+
__isTeleport?: never;
|
208
|
+
__isSuspense?: never;
|
209
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<VueComponentConnectProps>>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
210
|
+
propsDefinition: Readonly<{} & {
|
211
|
+
content?: () => JSX.Element;
|
212
|
+
}>;
|
213
|
+
};
|
181
214
|
declare global {
|
182
215
|
namespace JSX {
|
183
216
|
interface IntrinsicAttributes {
|
@@ -24,16 +24,14 @@ export declare const VIconTag = "v-icon";
|
|
24
24
|
export declare const VImgTag = "v-img";
|
25
25
|
export declare const VLayoutTag = "v-layout";
|
26
26
|
export declare const VListTag = "v-list";
|
27
|
+
export declare const VListGroupTag = "v-list-group";
|
27
28
|
export declare const VListItemTag = "v-list-item";
|
28
|
-
export declare const
|
29
|
-
export declare const
|
29
|
+
export declare const VListItemActionTag = "v-list-item-action";
|
30
|
+
export declare const VListItemMediaTag = "v-list-item-media";
|
30
31
|
export declare const VListItemSubTitleTag = "v-list-item-subtitle";
|
31
32
|
export declare const VListItemTitleTag = "v-list-item-title";
|
32
|
-
export declare const
|
33
|
-
export declare const
|
34
|
-
export declare const VListItemActionTag = "v-list-item-action";
|
35
|
-
export declare const VListItemActionTextTag = "v-list-item-action-text";
|
36
|
-
export declare const VListItemIconTag = "v-list-item-icon";
|
33
|
+
export declare const VListItemGroupTag = "v-list-subheader";
|
34
|
+
export declare const VListImgTag = "v-list-img";
|
37
35
|
export declare const VMenuTag = "v-menu";
|
38
36
|
export declare const VNavigationDrawerTag = "v-navigation-drawer";
|
39
37
|
export declare const VProgressCircularTag = "v-progress-circular";
|
@@ -85,8 +83,8 @@ export declare const VTimePickerClockTag = "v-time-picker-clock";
|
|
85
83
|
export declare const VTimePickerTitleTag = "v-time-picker-title";
|
86
84
|
export declare const VExpansionPanelsTag = "v-expansion-panels";
|
87
85
|
export declare const VExpansionPanelTag = "v-expansion-panel";
|
88
|
-
export declare const
|
89
|
-
export declare const
|
86
|
+
export declare const VExpansionPanelTextTag = "v-expansion-panel-text";
|
87
|
+
export declare const VExpansionPanelTitleTag = "v-expansion-panel-title";
|
90
88
|
export declare const VChipTag = "v-chip";
|
91
89
|
export declare const VSwitchTag = "v-switch";
|
92
90
|
export declare const VBottomNavTag = "v-bottom-navigation";
|