@omnia/fx 8.0.18-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 +2 -2
- 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/ServiceContainer.d.ts +2 -2
- 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 -1
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +126 -19
- 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 +32 -16
- 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.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +185 -0
- 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.css.d.ts +2 -4
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -130
- 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 +66 -40
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +5 -21
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +173 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +28 -97
- 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 +125 -135
- 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 +24 -8
- 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 +62 -54
- 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 +29 -13
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.css.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +55 -65
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +22 -161
- 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 +24 -8
- package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +53 -73
- 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 +50 -72
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +26 -26
- 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.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +82 -40
- 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.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +75 -61
- 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 +32 -96
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +157 -25
- 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.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +29 -13
- 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 +24 -8
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +49 -33
- package/internal-do-not-import-from-here/ux/use/Types.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +43 -2
- package/internal-do-not-import-from-here/ux/use/UseEventListener.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +1 -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/wcdefinitions.json +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +14 -0
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/IStatusMessageOverlay.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/index.d.ts +0 -1
@@ -1,27 +1,23 @@
|
|
1
|
-
import { Store } from "@omnia/fx/stores";
|
2
1
|
import { ColorSchema, ColorSchemaType, ColorSchemaTypes } from "@omnia/fx-models";
|
3
|
-
import {
|
4
|
-
export declare
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
onDisposing(): void;
|
11
|
-
setupSubscriptions(): void;
|
12
|
-
/**
|
13
|
-
* Implementation of getters
|
14
|
-
*/
|
15
|
-
getters: {
|
2
|
+
import { useThemeStoreV2 } from "./ThemeStoreV2";
|
3
|
+
export declare const useColorSchemaStore: (newInstanceWithName?: string) => {
|
4
|
+
state: {
|
5
|
+
colorSchema: ColorSchema;
|
6
|
+
colorSchemaType: ColorSchemaTypes;
|
7
|
+
};
|
8
|
+
get: {
|
16
9
|
colorSchema: () => ColorSchema;
|
17
10
|
color: (colorTypes: string) => any;
|
18
11
|
};
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
12
|
+
actions: {
|
13
|
+
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => void;
|
14
|
+
themeStore: (themeStoreInstance: ReturnType<typeof useThemeStoreV2>) => void;
|
15
|
+
};
|
16
|
+
events: {
|
17
|
+
onMutatingColorSchema: import("@omnia/fx").EventHook<ColorSchema>;
|
18
|
+
onMutatedColorSchema: import("@omnia/fx").EventHook<ColorSchema>;
|
19
|
+
onMutatingColorSchemaType: import("@omnia/fx").EventHook<ColorSchemaTypes>;
|
20
|
+
onMutatedColorSchemaType: import("@omnia/fx").EventHook<ColorSchemaTypes>;
|
26
21
|
};
|
27
|
-
|
22
|
+
activated: void;
|
23
|
+
};
|
@@ -1,14 +1,9 @@
|
|
1
|
-
import { Store } from "@omnia/fx/stores";
|
2
1
|
import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ThemeDefinitionV2, TypographyType, TypographyTypes } from "../../shared/models";
|
3
|
-
export declare
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
/**
|
9
|
-
* Implementation of getters
|
10
|
-
*/
|
11
|
-
getters: {
|
2
|
+
export declare const useThemeStoreV2: (newInstanceWithName?: string) => {
|
3
|
+
state: {
|
4
|
+
currentTheme: import("./themes/Themes").ThemeDefinitionInstance;
|
5
|
+
};
|
6
|
+
get: {
|
12
7
|
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
13
8
|
typography: (typographyType: TypographyTypes | TypographyType) => import("@omnia/fx-models").TypographyTypeDefinition;
|
14
9
|
color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
@@ -18,10 +13,12 @@ export declare class ThemeStoreV2 extends Store {
|
|
18
13
|
complementaryColorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => import("@omnia/fx-models").ColorDefinition;
|
19
14
|
currentTheme: () => ThemeDefinitionV2;
|
20
15
|
};
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
16
|
+
actions: {
|
17
|
+
setTheme: (themeDefinition: ThemeDefinitionV2) => void;
|
18
|
+
};
|
19
|
+
events: {
|
20
|
+
onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("./themes/Themes").ThemeDefinitionInstance>;
|
21
|
+
onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("./themes/Themes").ThemeDefinitionInstance>;
|
26
22
|
};
|
27
|
-
|
23
|
+
activated: void;
|
24
|
+
};
|
package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts
CHANGED
@@ -9,12 +9,16 @@ declare const _default: {
|
|
9
9
|
colorSchemaType?: any;
|
10
10
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
11
11
|
"v-slots": import("vue").Prop<{
|
12
|
-
default?: ()
|
12
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
13
13
|
} & {
|
14
14
|
activator?: () => VNodeChild;
|
15
15
|
}>;
|
16
|
-
"v-model":
|
17
|
-
|
16
|
+
"v-model": {
|
17
|
+
type: import("vue").PropType<unknown>;
|
18
|
+
};
|
19
|
+
modelValue: {
|
20
|
+
type: import("vue").PropType<unknown>;
|
21
|
+
};
|
18
22
|
colorSchemaType?: any;
|
19
23
|
container?: any;
|
20
24
|
}>> & {
|
@@ -35,12 +39,16 @@ declare const _default: {
|
|
35
39
|
$el: any;
|
36
40
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
37
41
|
"v-slots": import("vue").Prop<{
|
38
|
-
default?: ()
|
42
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
39
43
|
} & {
|
40
44
|
activator?: () => VNodeChild;
|
41
45
|
}>;
|
42
|
-
"v-model":
|
43
|
-
|
46
|
+
"v-model": {
|
47
|
+
type: import("vue").PropType<unknown>;
|
48
|
+
};
|
49
|
+
modelValue: {
|
50
|
+
type: import("vue").PropType<unknown>;
|
51
|
+
};
|
44
52
|
colorSchemaType?: any;
|
45
53
|
container?: any;
|
46
54
|
}>> & {
|
@@ -72,12 +80,16 @@ declare const _default: {
|
|
72
80
|
$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;
|
73
81
|
} & Readonly<import("vue").ExtractPropTypes<{
|
74
82
|
"v-slots": import("vue").Prop<{
|
75
|
-
default?: ()
|
83
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
76
84
|
} & {
|
77
85
|
activator?: () => VNodeChild;
|
78
86
|
}>;
|
79
|
-
"v-model":
|
80
|
-
|
87
|
+
"v-model": {
|
88
|
+
type: import("vue").PropType<unknown>;
|
89
|
+
};
|
90
|
+
modelValue: {
|
91
|
+
type: import("vue").PropType<unknown>;
|
92
|
+
};
|
81
93
|
colorSchemaType?: any;
|
82
94
|
container?: any;
|
83
95
|
}>> & {
|
@@ -88,12 +100,16 @@ declare const _default: {
|
|
88
100
|
__isSuspense?: never;
|
89
101
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
90
102
|
"v-slots": import("vue").Prop<{
|
91
|
-
default?: ()
|
103
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
92
104
|
} & {
|
93
105
|
activator?: () => VNodeChild;
|
94
106
|
}>;
|
95
|
-
"v-model":
|
96
|
-
|
107
|
+
"v-model": {
|
108
|
+
type: import("vue").PropType<unknown>;
|
109
|
+
};
|
110
|
+
modelValue: {
|
111
|
+
type: import("vue").PropType<unknown>;
|
112
|
+
};
|
97
113
|
colorSchemaType?: any;
|
98
114
|
container?: any;
|
99
115
|
}>> & {
|
@@ -109,7 +125,7 @@ declare const _default: {
|
|
109
125
|
colorSchemaType?: any;
|
110
126
|
} & {
|
111
127
|
"v-slots"?: {
|
112
|
-
default?: ()
|
128
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
113
129
|
} & {
|
114
130
|
activator?: () => VNodeChild;
|
115
131
|
};
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { ColorSchemaType, ColorSchemaTypes, ColorTypeResult } from "@omnia/fx-models";
|
2
|
-
import {
|
3
|
-
export declare const useButtonBlueprint: (injectedThemeStore?:
|
4
|
-
export declare const useIconBlueprint: (injectedThemeStore?:
|
5
|
-
export declare const useCardBlueprint: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, injectedThemeStore?:
|
2
|
+
import { useThemeStoreV2 } from "../ThemeStoreV2";
|
3
|
+
export declare const useButtonBlueprint: (injectedThemeStore?: ReturnType<typeof useThemeStoreV2>) => string;
|
4
|
+
export declare const useIconBlueprint: (injectedThemeStore?: ReturnType<typeof useThemeStoreV2>) => string;
|
5
|
+
export declare const useCardBlueprint: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, injectedThemeStore?: ReturnType<typeof useThemeStoreV2>, opacity?: number) => {
|
6
6
|
card: ColorTypeResult<string>;
|
7
7
|
cardImage: string;
|
8
8
|
};
|
@@ -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
|
}>> & {
|
@@ -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": {
|
11
|
-
default?: ()
|
9
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
10
|
+
"v-slots": import("vue").Prop<{
|
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": {
|
35
|
-
default?: ()
|
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
|
+
}, {
|
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,41 +70,49 @@ 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": {
|
67
|
-
default?: ()
|
73
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
74
|
+
"v-slots": import("vue").Prop<{
|
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": {
|
81
|
-
default?: ()
|
91
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
92
|
+
"v-slots": import("vue").Prop<{
|
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;
|
91
107
|
}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
92
108
|
propsDefinition: Readonly<{} & {
|
93
109
|
"v-slots"?: {
|
94
|
-
default?: ()
|
110
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
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;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { MaybeComputedRef } from "./Types";
|
2
|
+
import { Func } from "@omnia/fx-models";
|
2
3
|
interface InferEventTarget<Events> {
|
3
4
|
addEventListener(event: Events, Func?: any, options?: any): any;
|
4
5
|
removeEventListener(event: Events, Func?: any, options?: any): any;
|
@@ -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<{} & {
|