@omnia/fx 8.0.19-vnext → 8.0.21-vnext
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/console/components/Console.d.ts +46 -40
- package/internal-do-not-import-from-here/core/Inject.d.ts +1 -1
- package/internal-do-not-import-from-here/core/Injectable.d.ts +1 -0
- package/internal-do-not-import-from-here/core/Provide.d.ts +1 -1
- package/internal-do-not-import-from-here/core/console/ConsoleKeyboardShortcuts.d.ts +1 -0
- package/internal-do-not-import-from-here/core/use/UseEventHook.d.ts +21 -4
- package/internal-do-not-import-from-here/index.d.ts +3 -2
- package/internal-do-not-import-from-here/libs/prismjs/index.d.ts +2 -0
- 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/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +0 -4
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +17 -17
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +18 -11
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +126 -17
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +14 -6
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome_old.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +28 -28
- package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +32 -32
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +32 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +5 -25
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +40 -40
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +28 -28
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +5 -25
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +36 -13
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +5 -25
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +25 -25
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +5 -25
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +32 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +32 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +32 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +32 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +32 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +32 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockCurrent.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockFuture.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +33 -17
- package/internal-do-not-import-from-here/ux/compositiontests/WowComp.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +7 -14
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +69 -6
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +29 -6
- 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 +71 -0
- package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +10 -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/chrome/SampleViewer.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +140 -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/docs/services/DocsService.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/docs/services/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 +145 -57
- 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 +113 -113
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +25 -41
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +1 -184
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/OneColumnIcon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnHeroIcon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnIcon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnPageIcon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/TwoColumnIcon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +24 -75
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +151 -52
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar_old.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +187 -62
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +217 -49
- 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 +196 -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/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/layoutcanvas/editor/targetselector/TargetSelector.d.ts +171 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +339 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +188 -35
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +100 -49
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +200 -68
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +172 -27
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +178 -48
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +150 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +151 -55
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +198 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +198 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -1
- 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 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +32 -158
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.css.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +67 -41
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +26 -42
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +0 -112
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +102 -153
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/index.d.ts +1 -0
- 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 +74 -49
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +25 -9
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +0 -48
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +0 -48
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +0 -64
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +0 -80
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +0 -64
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +25 -9
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +26 -74
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +50 -225
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelAlignment.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -33
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +25 -9
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +25 -89
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +51 -73
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +25 -25
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +25 -25
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +25 -57
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +41 -73
- package/internal-do-not-import-from-here/ux/oxide/table/Table.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +109 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +19 -83
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +25 -89
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +53 -37
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +0 -48
- package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +5 -25
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +36 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +48 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +36 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +48 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +36 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +48 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +16 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +28 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +16 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +29 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +36 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +48 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +16 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +29 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +16 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +28 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +16 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +28 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +16 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +28 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +16 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +28 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +36 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +28 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +16 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +28 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +36 -4
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +48 -4
- package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDisplay.d.ts +24 -4
- package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyEditor.d.ts +36 -4
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +44 -5
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +36 -5
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyDatasourceRenderer.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyRenderer.d.ts +28 -28
- package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +28 -28
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +33 -97
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +16 -64
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +41 -25
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +13 -16
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +25 -9
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +25 -9
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +44 -28
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -2
- 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/core/parser/VelcronRenderers.d.ts +8 -7
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +30 -30
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +21 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +28 -28
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +25 -9
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexView.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +36 -36
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +44 -44
- package/internal-do-not-import-from-here/wctypings.d.ts +14 -2
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutBlockRendererHelper.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutRendererCanvas.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseVuetifyStyling.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +0 -13
- package/internal-do-not-import-from-here/ux/use/UseModel.d.ts +0 -11
package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutRendererCanvas.d.ts
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
import { TsxAllowUnknowProperties } from "../..";
|
2
|
-
import { LayoutRendererCanvasApi, LayoutRendererCanvasStyles } from "../../../models";
|
3
|
-
export interface ILayoutRendererCanvas {
|
4
|
-
designRender?: boolean;
|
5
|
-
styles?: Partial<typeof LayoutRendererCanvasStyles>;
|
6
|
-
getApi: (instance: LayoutRendererCanvasApi) => void;
|
7
|
-
provider: string;
|
8
|
-
disableScrollCompensation?: boolean;
|
9
|
-
}
|
10
|
-
declare global {
|
11
|
-
namespace JSX {
|
12
|
-
interface Element {
|
13
|
-
}
|
14
|
-
interface ElementClass {
|
15
|
-
}
|
16
|
-
interface ElementAttributesProperty {
|
17
|
-
}
|
18
|
-
interface IntrinsicElements {
|
19
|
-
"omfx-layout-renderer-canvas": TsxAllowUnknowProperties<ILayoutRendererCanvas>;
|
20
|
-
}
|
21
|
-
}
|
22
|
-
}
|
@@ -1,4 +0,0 @@
|
|
1
|
-
import { ColorSchema, ColorTypeResult } from "@omnia/fx-models";
|
2
|
-
import { ThemeStoreV2 } from "../ThemeStoreV2";
|
3
|
-
export declare const useVuetifyColorStyling: (colorSchema: ColorSchema) => ColorTypeResult<object>;
|
4
|
-
export declare const useVuetifySliderStyling: (colorSchema: ColorSchema, injectThemeStore?: ThemeStoreV2) => ColorTypeResult<object>;
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import { ColorDefinition, ColorTypes } from "@omnia/fx/models";
|
2
|
-
import { ColorSchemaStore } from "../theming-v2";
|
3
|
-
export declare const useComponentSetup: (props: object) => {
|
4
|
-
colorSchemaStore: ColorSchemaStore;
|
5
|
-
readonly baseColor: ColorDefinition;
|
6
|
-
readonly onBaseColor: ColorDefinition;
|
7
|
-
readonly containerColor: ColorDefinition;
|
8
|
-
readonly onContainerColor: ColorDefinition;
|
9
|
-
readonly baseColorType: ColorTypes.base | ColorTypes.container;
|
10
|
-
readonly onBaseColorType: ColorTypes;
|
11
|
-
readonly containerColorType: ColorTypes;
|
12
|
-
readonly onContainerColorType: ColorTypes;
|
13
|
-
};
|
@@ -1,11 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Creates a computed property that acts as a two-way binding between a component's prop and the parent component.
|
3
|
-
* @function useModel
|
4
|
-
* @param {Object} props - An object containing the component's props.
|
5
|
-
* @param {Function} emit - A function used to emit events from the component to its parent component.
|
6
|
-
* @param {String} [name="modelValue"] - The name of the prop to create a two-way binding for. Default is "modelValue".
|
7
|
-
* @returns {Object} A computed property with a `get` and a `set` method:
|
8
|
-
* - `get` (Function): A function that returns the current value of the specified prop.
|
9
|
-
* - `set` (Function): A function that takes a new value as its argument, updates the specified prop, and emits an event to update the value in the parent component.
|
10
|
-
*/
|
11
|
-
export declare function useModel<TProps extends Record<string, any>, TKey extends keyof TProps | undefined = undefined>(props: TProps, emit: (event: string, value: TKey extends undefined ? TProps["modelValue"] : TProps[TKey]) => void, modelProp?: TKey): import("vue").WritableComputedRef<TKey extends undefined ? TProps["modelValue"] : TProps[TKey]>;
|