@omnia/fx 8.0.25-vnext → 8.0.27-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 +1 -1
- package/internal-do-not-import-from-here/console/components/MessageOverlay.d.ts +1 -1
- package/internal-do-not-import-from-here/manifests/omfx.libs.prosemirror.manifest.json +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +31 -22
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +11 -0
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +9 -8
- 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/DefineVueTypings.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +25 -6
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +406 -33
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +2 -2
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +2 -2
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockFuture.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +95 -10
- package/internal-do-not-import-from-here/ux/compositiontests/TestInjectComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/compositiontests/WowComp.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/dynamicgroup/DynamicGroupPropertyEditorRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/group/GroupPropertyEditorRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +1 -1
- 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/TabsSettingsStylePanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +46 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/VelcronDefinitionStore.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/blockheaders.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/contentblocks.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/magiclink/MagicLink.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +407 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +95 -10
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/alignmentpicker/AlignmentPicker.d.ts +415 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +36 -3
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +101 -0
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +28 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +28 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableVirtual.d.ts +205 -512
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +32 -3
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +129 -11
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +112 -11
- 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 +20 -4
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelAlignment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/Scrolling.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +133 -11
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +70 -47
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +91 -46
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +32 -3
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +20 -4
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +12 -2
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +32 -212
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewIntro.d.ts +1 -1
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyDatasourceRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +2 -2
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/signout/SignOut.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +95 -10
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +6 -3
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +48 -48
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +95 -10
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +187 -76
- 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 +2 -1
- 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/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 +112 -11
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/{BluePrintSelector.css.d.ts → BlueprintSelector.css.d.ts} +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/{BluePrintSelector.d.ts → BlueprintSelector.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/{velcron/editor/components/ShareApp.d.ts → theming-v2/themeeditor/components/blueprints/components/BlockBlueprintEditor.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +4 -15
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/theming-v2/themes/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -70
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/user/UserPropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/components/PropertyConfigurationRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlockSettings.d.ts → content/ContentBlockSettings.d.ts} +2 -4
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +94 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +114 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/model/ContentDefinitionRegistration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +40 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlock.d.ts → velcron/VelcronBlock.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +109 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts +416 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/alignment/AlignmentEditor.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/color/ColorEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/index.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/slider/SliderEditor.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/switch/SwitchEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/text/TextEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/models/DefineVelcronPropertyEditor.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/models/DefineVelcronPropertyEditorProps.d.ts +86 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +1 -16
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +53 -40
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronEvents.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +3 -89
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/rules/IsEditMode.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/velcron/core/rules/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +8 -7
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +266 -117
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRendererStyles.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +18 -13
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/{core → editor}/models/VelcronDescriptors.d.ts +20 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/index.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +195 -33
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Markdown.d.ts +62 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/wizard/IWizard.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/wctypings.d.ts +18 -2
- package/package.json +2 -2
- package/task.js +5 -0
- package/task.ts +5 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +0 -2
- /package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlock.css.d.ts → content/ContentBlockSettings.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlockSettings.css.d.ts → velcron/VelcronBlock.css.d.ts} +0 -0
@@ -41,7 +41,7 @@ declare const _default: {
|
|
41
41
|
__isTeleport?: never;
|
42
42
|
__isSuspense?: never;
|
43
43
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
-
propsDefinition: Readonly<{} & {}>;
|
44
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
45
45
|
};
|
46
46
|
export default _default;
|
47
47
|
export declare enum WindowStates {
|
@@ -42,6 +42,6 @@ declare const _default: {
|
|
42
42
|
__isTeleport?: never;
|
43
43
|
__isSuspense?: never;
|
44
44
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
45
|
-
propsDefinition: Readonly<{} & {}>;
|
45
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
46
46
|
};
|
47
47
|
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['3fa51aee-4528-4427-8ad5-376c94724d01']","content":{"./node_modules/orderedmap/dist/index.js":{"id":"./node_modules/orderedmap/dist/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/prosemirror-commands/dist/index.js":{"id":"./node_modules/prosemirror-commands/dist/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/prosemirror-history/dist/index.js":{"id":"./node_modules/prosemirror-history/dist/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/prosemirror-inputrules/dist/index.js":{"id":"./node_modules/prosemirror-inputrules/dist/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/prosemirror-keymap/dist/index.js":{"id":"./node_modules/prosemirror-keymap/dist/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/prosemirror-model/dist/index.js":{"id":"./node_modules/prosemirror-model/dist/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/prosemirror-state/dist/index.js":{"id":"./node_modules/prosemirror-state/dist/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/prosemirror-transform/dist/index.js":{"id":"./node_modules/prosemirror-transform/dist/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/prosemirror-view/dist/index.js":{"id":"./node_modules/prosemirror-view/dist/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/w3c-keyname/index.es.js":{"id":"./node_modules/w3c-keyname/index.es.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./wwwroot/scripts/prosemirror/omfx.packages.prosemirror_7aad756e-f016-400e-9b11-0e8dc55ec535.js":{"id":"./wwwroot/scripts/prosemirror/omfx.packages.prosemirror_7aad756e-f016-400e-9b11-0e8dc55ec535.js","buildMeta":{}}}}
|
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a2892051-fd9f-4056-ae8d-30d16d48417d']","content":{"./node_modules/@omnia/fx/core/messaging/MessageBus.js":{"id":"./node_modules/@omnia/fx/core/messaging/messagebus.js","buildMeta":{"exportsType":"namespace"},"expo.js":["MessageBus"]},"./node_modules/@omnia/fx/core/services/IAppRouteFactory.js":{"id":"./node_modules/@omnia/fx/core/services/iapproutefactory.js","buildMeta":{"exportsType":"namespace"},"expo.js":["IAppRouteFactory"]},"./node_modules/@omnia/fx/core/services/InternalConfigurationService.js":{"id":"./node_modules/@omnia/fx/core/services/internalconfigurationservice.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalConfigurationService"]},"./node_modules/@omnia/fx-models/ManifestIds.js":{"id":"./node_modules/@omnia/fx-models/manifestids.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaGroupManifests","OmniaResourceManifests","OmniaService","OmniaWebComponentManifests"]},"./node_modules/@omnia/fx/ux/velcron/core/models/index.js":{"id":"./node_modules/@omnia/fx/ux/velcron/core/models/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AssignOperators","VelcronActionTypes","VelcronComponentPropertyEditors","VelcronDataTypes","VelcronDescriptorTypes","VelcronHorizontalAlignments","VelcronIconTypes","VelcronImageRatios","VerticalAlignments"]},"./node_modules/@omnia/fx/core/services/ServiceManifestProviderInternal.js":{"id":"0688ceff-4257-4427-b385-a83d6802c509","buildMeta":{"exportsType":"namespace"},"expo.js":["ServiceManifestProviderInternal"]},"./node_modules/@omnia/fx/core/messaging/InternalTopics.js":{"id":"10407664-c0c5-438b-94b2-507d58d190af","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/core/Extend.js":{"id":"4eeb27d5-906a-4edf-bd38-3d97048cda3d","buildMeta":{"exportsType":"namespace"},"expo.js":["Extend","InternalExtend","registerApi"]},"./node_modules/@omnia/fx/core/index.js":{"id":"97786ea9-4861-48bd-8a57-eae9bbdb4892","buildMeta":{"exportsType":"namespace"},"expo.js":["AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","Cookies","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","Inject","Injectable","LocalStorage","MD5Util","ManifestResourceLoader","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","OmniaPropertyBagBase","Provide","Require","ScrollPagingUtils","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","Utils","WebUtils","createEventHook","defineInjectable","isInjectable","propertyPath","propertyPathValue","registerApi","useInject","useOmniaClient","useProvide"]},"./node_modules/@omnia/fx/core/http/InternalHttpPlugins.js":{"id":"b8d937e0-3fc3-4412-a469-92941b829cdb","buildMeta":{"exportsType":"namespace"},"expo.js":["HttpContextConfigPlugin","HttpRetryPlugIn"]},"./node_modules/@omnia/fx/runtime/core/InternalWebComponentBootstrapper.js":{"id":"c9f21f62-e664-44e4-8cf4-0dcbec75c4bf","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWebComponentBootstrapper"]},"./node_modules/@omnia/fx-models/index.js":{"id":"d0a145a7-d1ef-4217-aa6f-85dd18c4231d","buildMeta":{"exportsType":"namespace"},"expo.js":["ActionHandlerManifestId","ActionHandlerRegistrationId","ActionHandlerRenderingModes","ActionItemType","AdminNavigationBuiltInCategory","AdminVisibility","AffixScope","AffixType","AllEnterprisePropertiesContentHashSettings","AllEnterprisePropertyDataTypesContentHashSettings","ApiResponseCodes","AppInstanceAction","AppInstanceResourceEvaluator","AppInstanceRollupCardViewTypes","AppInstanceRollupConstants","AppInstanceScopedQueryTypes","AppInstanceStatus","AppManagementConstantStyles","AppManagementSharedStyles","AppProvisioningDefaultSteps","AppProvisioningEnterprisePropertiesStepId","AppProvisioningUserStepId","AppRoutePropertyBagModel","AppScopedFeatureValidatorBase","AppTemplatePermissionLevel","ArchiveSortColumn","AssignOperators","AuthenticationResultStatus","AuthenticationSessionStatus","AuthenticationValidationStatuses","BirthdayPropertyValue","BladeIds","BladeSizes","BlockRenderingModes","BlueprintTypes","BooleanPropertyValue","BorderPositions","BroadcastTopicScopes","BuiltInAppInstanceInternalNames","BuiltInEnterprisePropertyInternalNames","BuiltInUserTypeIds","BundleTargetTypes","BusinessProfileBlockTitleSettings","BusinessProfileFaviconSettings","BusinessProfileHomeUrlSettings","BusinessProfileLanguageSettings","BusinessProfileMediaPicker","BusinessProfilePathProperty","BusinessProfileProperty","BusinessProfileRelativePathValue","BusinessProfileResourceEvaluator","BusinessProfileTheme","BusinessProfileThemeMappingSettings","BusinuessProfileChannel","ButtonIconPosition","ButtonModes","ButtonSizes","ButtonTooltipPosition","ChromeTypes","ClientManifestTypes","ColorSchemaTypes","ColorTypes","CompareBusinessProfilePathType","ConsoleMessageTypes","ConsoleStateStorageMessageTypes","Constants","CookieKeys","CustomFontColor","CustomFontFamily","CustomFontSize","CustomFontStyle","CustomIcon","CustomLineHeight","CustomRatio","DataSourcePropertyBinding","DatePropertyValue","DbQueryFilterEngineContext","DefaultLinkType","Dictionary","DictionaryPrimitiveKeyType","DirectionRules","DisplayBreakpointCodes","DocumentDirectionSettings","DocumentLinkType","DocumentsLinkHandlerSettings","DynamicGroupIdentity","EditorDisplayModes","EditorUserExperience","EmailPropertyValue","EnterpriseGlossary","EnterpriseGlossaryBase","EnterpriseGlossaryInformationProvider","EnterpriseGlossaryInformationProviderRegistration","EnterpriseGlossaryInformationSourceSettings","EnterpriseGlossaryProvider","EnterpriseGlossaryTermMappingObject","EnterpriseGlossaryTypes","EnterprisePropertiesBlockDateTimeModes","EnterprisePropertiesImplementation","EnterprisePropertyMappingStatus","ExtensionIdentity","ExternalLayoutProvider","FabricIcon","FeatureInstanceStatus","FilePickerProvider","FilePickerStorageProviderContext","FileUploaderItemStatus","FileUploaderProviderVersionedLayoutContext","FilterEngineBooleanOption","FilterEngineChipColorType","FilterEngineContext","FilterEngineDefaultPosition","FilterEngineOperator","FilterEnginePersonValueSortOrder","FilterEngineRenderType","FilterEngineSearchBoxMode","FilterEngineStyles","FilterLogicalOperator","FilterOperator","FlagIcon","FontAwesomeIcon","FontColorTypes","FontFamilyTypes","FontSizeTypes","FontStyleTypes","Future","GroupIdentity","GroupSortColumn","GroupType","Guid","HorizontalAlignments","HtmlPropertyValue","HttpLogMessage","HttpStatusCode","IconPositions","IconSizes","IconSources","IconTypes","Identity","IdentityExternalMapping","IdentityPropertyBinding","IdentityPropertyDisplaySettings","IdentityPropertyValue","IdentityProviderLogSortColumn","IdentityProviderRunStatus","IdentityProviderState","IdentityQuery","IdentityTypes","IdentityUserIdTypeMatch","ImagePropertyValue","ImageResolution","ImageSources","InheritFontColor","InheritFontFamily","InheritFontSize","InheritFontStyle","InheritLineHeight","InstanceIdLimit","InstanceLifetimes","ItemQuery","JsonNullValueHandling","LabelPositions","Landscape83Ratio","LandscapeRatio","LanguagePropertyValue","LanguageTags","LayoutCanvasModes","LayoutContextType","LayoutDrawerTabs","LayoutEditorCanvasStyles","LayoutEditorModes","LayoutItemActions","LayoutItemTypes","LayoutRendererCanvasStyles","LineHeightTypes","LinkPropertyValue","LocalServingMessageType","LocaleNames","LogLevels","LogSources","MagicLinkData","ManifestLoadStatus","MapTimezones","MaterialIcon","MediaAlignment","MediaPickerBingProvider","MediaPickerCentralImageLocationProvider","MediaPickerEnums","MediaPickerImageRatio","MediaPickerImageRatioDefinition","MediaPickerImageScaling","MediaPickerImageScalingDefinition","MediaPickerMicrosoftStreamProvider","MediaPickerMyComputerProvider","MediaPickerPexelProvider","MediaPickerProvider","MediaPickerRollupImageRatio","MediaPickerRollupImageRatioDefinition","MediaPickerStorageProviderAppInstanceContext","MediaPickerStorageProviderAppInstancePostContext","MediaPickerStorageProviderContext","MediaPickerStorageProviderTempAppInstanceContext","MediaPickerStorageProviderVersionedLayoutContext","MediaPickerUserIconsStorageProviderContext","MediaPickerYoutubeProvider","MultilineTextPropertyValue","MultilingualScopes","MultilingualTextPropertyValue","MySubscriptionRenderElementRegistration","OTPData","OmniaBackendRuntimes","OmniaBusinessProfileRelativePathValue","OmniaClientRuntimes","OmniaGroupManifests","OmniaMimeType","OmniaNamedModel","OmniaResourceManifests","OmniaRoleType","OmniaRoleTypes","OmniaService","OmniaThemes","OmniaWebComponentManifests","OptionValue","PageChatRealtimeData","ParamTypes","Parameters","PasswordAuthData","PermissionRoles","PhoneNumberPropertyValue","PortraitRatio","Positions","PrimitiveType","PrincipalTypes","ProfileScopedFeatureValidatorBase","PropertiesBlockAdvancedStyles","PropertiesBlockStyles","PropertiesProvider","PropertyArchiveType","PropertyBinding","PropertyCategory","PropertyConfiguration","PropertyDefinition","PropertyDisplaySettingsBase","PropertyEditModeElementNameType","PropertyIndexedType","PropertyRegistration","PropertyValue","PropertyValueBinding","QueueMessageStatus","RadialGradientShapes","ReactionType","RealtimeChannel","RealtimeData","RedirectRuleType","ReplaceToken","ResolvedDynamicGroupIdentity","ResolvedExtensionIdentity","ResolvedGroupIdentity","ResolvedRoleIdentity","ResolvedUserIdentity","ResourceEvaluators","ResponsePromise","RichTextModes","RoleDefinitions","RoleIdentity","RolePermissionEvaluator","RoleResourceEvaluator","RollupEnums","RollupOtherTypes","RuleCompareType","RuleLogicalOperator","SectionTypes","SecurityAccessType","SecurityIdentities","SecurityProviderTypes","SecurityRoleScopes","ServerManifestTypes","ServiceLocatorUrlType","ShapeDividerPositions","ShapeDividerTypes","SharedConstants","ShowInPublicListingsMode","SidePanelPosition","SmallScreenBreakpoint","SquareRatio","StaticEndpoint","StatusMessageOverlayType","SvgIcon","TabbedDisplayModes","TabbedIconPositions","TargetResolverTypes","TargetUser","TargetingPropertyType","TenantApiSettings","TenantAuthenticationSettings","TenantCSOMClientContextFallbackUrl","TenantEnterpriseGlossary","TenantErrorInformation","TenantFaviconSettings","TenantInfoSettings","TenantLanguageSettings","TenantPeopleInformation","TenantPreSetup","TenantProperty","TenantRegionalSettings","TenantScopedFeatureValidatorBase","TextAlignment","TextPropertyValue","ThemeType","TimeFormats","TimePeriodTypes","TimeUnit","TokenDefinition","TokenProviderRegistration","TokenValue","TranslatorProviderSettings","TypographyTypes","UserAccessibilitySettings","UserAgentPlatform","UserAppTemplateAvailabilityOptions","UserIdentity","UserPickingType","UserPropertyBagModel","UserSortColumn","UserTypeLayoutDefinition","VDataGridHeaderAlign","VDataGridHeaderType","VelcronActionTypes","VelcronComponentPropertyEditors","VelcronDataTypes","VelcronDescriptorTypes","VelcronHorizontalAlignments","VelcronIconTypes","VelcronImageRatios","VersionReference","VersionedAlternateLayoutDefinition","VersionedAlternateLayoutId","VersionedLayoutDefinition","VersionedLayoutId","VersionedLayoutProvider","VerticalAlignments","VideoRatio","WideRatio","WorkerProxyFuncs","WorkerProxyFunctionInitiators","useThemeMethods"]},"./node_modules/@omnia/fx/core/messaging/InternalMessageBusMediator.js":{"id":"f986d8dd-7c76-40b6-9bf8-b64ac2902642","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/runtime/core/index.js":{"id":"ff061abc-7f0e-444b-b2b9-7ff71c5842c5","buildMeta":{"exportsType":"namespace"},"expo.js":["LoadableManifest","LocalHostingService","ManifestByBackendRuntimeLoader","ManifestByClientRuntimeLoader","ManifestByElementLoader","ManifestByFeatureLoader","ManifestByLicenseLoader","ManifestByUrlLoader","ManifestByUserLoader","ManifestCombinedRuleLoader","ManifestExtendRuleLoader","ManifestPublisher","ManifestResourceLoader","ManifestSubscriber","PublicManifestResourceLoader"]}}}
|
1
|
+
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a2892051-fd9f-4056-ae8d-30d16d48417d']","content":{"./node_modules/@omnia/fx/core/messaging/MessageBus.js":{"id":"./node_modules/@omnia/fx/core/messaging/messagebus.js","buildMeta":{"exportsType":"namespace"},"expo.js":["MessageBus"]},"./node_modules/@omnia/fx/core/services/IAppRouteFactory.js":{"id":"./node_modules/@omnia/fx/core/services/iapproutefactory.js","buildMeta":{"exportsType":"namespace"},"expo.js":["IAppRouteFactory"]},"./node_modules/@omnia/fx/core/services/InternalConfigurationService.js":{"id":"./node_modules/@omnia/fx/core/services/internalconfigurationservice.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalConfigurationService"]},"./node_modules/@omnia/fx-models/ManifestIds.js":{"id":"./node_modules/@omnia/fx-models/manifestids.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaGroupManifests","OmniaResourceManifests","OmniaService","OmniaWebComponentManifests"]},"./node_modules/@omnia/fx/ux/velcron/core/models/index.js":{"id":"./node_modules/@omnia/fx/ux/velcron/core/models/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AssignOperators","VelcronActionTypes","VelcronDataTypes","VelcronHorizontalAlignments","VelcronIconTypes","VelcronImageRatios","VelcronVerticalAlignments"]},"./node_modules/@omnia/fx/core/services/ServiceManifestProviderInternal.js":{"id":"0688ceff-4257-4427-b385-a83d6802c509","buildMeta":{"exportsType":"namespace"},"expo.js":["ServiceManifestProviderInternal"]},"./node_modules/@omnia/fx/core/messaging/InternalTopics.js":{"id":"10407664-c0c5-438b-94b2-507d58d190af","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/core/Extend.js":{"id":"4eeb27d5-906a-4edf-bd38-3d97048cda3d","buildMeta":{"exportsType":"namespace"},"expo.js":["Extend","InternalExtend","registerApi"]},"./node_modules/@omnia/fx/core/index.js":{"id":"97786ea9-4861-48bd-8a57-eae9bbdb4892","buildMeta":{"exportsType":"namespace"},"expo.js":["AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","Cookies","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","Inject","Injectable","LocalStorage","MD5Util","ManifestResourceLoader","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","OmniaPropertyBagBase","Provide","Require","ScrollPagingUtils","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","Utils","WebUtils","createEventHook","defineInjectable","isInjectable","propertyPath","propertyPathValue","registerApi","useInject","useOmniaClient","useProvide"]},"./node_modules/@omnia/fx/core/http/InternalHttpPlugins.js":{"id":"b8d937e0-3fc3-4412-a469-92941b829cdb","buildMeta":{"exportsType":"namespace"},"expo.js":["HttpContextConfigPlugin","HttpRetryPlugIn"]},"./node_modules/@omnia/fx/runtime/core/InternalWebComponentBootstrapper.js":{"id":"c9f21f62-e664-44e4-8cf4-0dcbec75c4bf","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWebComponentBootstrapper"]},"./node_modules/@omnia/fx-models/index.js":{"id":"d0a145a7-d1ef-4217-aa6f-85dd18c4231d","buildMeta":{"exportsType":"namespace"},"expo.js":["ActionHandlerManifestId","ActionHandlerRegistrationId","ActionHandlerRenderingModes","ActionItemType","AdminNavigationBuiltInCategory","AdminVisibility","AffixScope","AffixType","AllEnterprisePropertiesContentHashSettings","AllEnterprisePropertyDataTypesContentHashSettings","ApiResponseCodes","AppInstanceAction","AppInstanceResourceEvaluator","AppInstanceRollupCardViewTypes","AppInstanceRollupConstants","AppInstanceScopedQueryTypes","AppInstanceStatus","AppManagementConstantStyles","AppManagementSharedStyles","AppProvisioningDefaultSteps","AppProvisioningEnterprisePropertiesStepId","AppProvisioningUserStepId","AppRoutePropertyBagModel","AppScopedFeatureValidatorBase","AppTemplatePermissionLevel","ArchiveSortColumn","AssignOperators","AuthenticationResultStatus","AuthenticationSessionStatus","AuthenticationValidationStatuses","BirthdayPropertyValue","BladeIds","BladeSizes","BlockRenderingModes","BlueprintTypes","BooleanPropertyValue","BorderPositions","BroadcastTopicScopes","BuiltInAppInstanceInternalNames","BuiltInEnterprisePropertyInternalNames","BuiltInUserTypeIds","BundleTargetTypes","BusinessProfileBlockTitleSettings","BusinessProfileFaviconSettings","BusinessProfileHomeUrlSettings","BusinessProfileLanguageSettings","BusinessProfileMediaPicker","BusinessProfilePathProperty","BusinessProfileProperty","BusinessProfileRelativePathValue","BusinessProfileResourceEvaluator","BusinessProfileTheme","BusinessProfileThemeMappingSettings","BusinuessProfileChannel","ButtonIconPosition","ButtonModes","ButtonSizes","ButtonTooltipPosition","ChromeTypes","ClientManifestTypes","ColorSchemaTypes","ColorTypes","CompareBusinessProfilePathType","ConsoleMessageTypes","ConsoleStateStorageMessageTypes","Constants","CookieKeys","CustomFontColor","CustomFontFamily","CustomFontSize","CustomFontStyle","CustomIcon","CustomLineHeight","CustomRatio","DataSourcePropertyBinding","DatePropertyValue","DbQueryFilterEngineContext","DefaultLinkType","Dictionary","DictionaryPrimitiveKeyType","DirectionRules","DisplayBreakpointCodes","DocumentDirectionSettings","DocumentLinkType","DocumentsLinkHandlerSettings","DynamicGroupIdentity","EditorDisplayModes","EditorUserExperience","EmailPropertyValue","EnterpriseGlossary","EnterpriseGlossaryBase","EnterpriseGlossaryInformationProvider","EnterpriseGlossaryInformationProviderRegistration","EnterpriseGlossaryInformationSourceSettings","EnterpriseGlossaryProvider","EnterpriseGlossaryTermMappingObject","EnterpriseGlossaryTypes","EnterprisePropertiesBlockDateTimeModes","EnterprisePropertiesImplementation","EnterprisePropertyMappingStatus","ExtensionIdentity","ExternalLayoutProvider","FabricIcon","FeatureInstanceStatus","FilePickerProvider","FilePickerStorageProviderContext","FileUploaderItemStatus","FileUploaderProviderVersionedLayoutContext","FilterEngineBooleanOption","FilterEngineChipColorType","FilterEngineContext","FilterEngineDefaultPosition","FilterEngineOperator","FilterEnginePersonValueSortOrder","FilterEngineRenderType","FilterEngineSearchBoxMode","FilterEngineStyles","FilterLogicalOperator","FilterOperator","FlagIcon","FontAwesomeIcon","FontColorTypes","FontFamilyTypes","FontSizeTypes","FontStyleTypes","Future","GroupIdentity","GroupSortColumn","GroupType","Guid","HorizontalAlignments","HtmlPropertyValue","HttpLogMessage","HttpStatusCode","IconPositions","IconSizes","IconSources","IconTypes","Identity","IdentityExternalMapping","IdentityPropertyBinding","IdentityPropertyDisplaySettings","IdentityPropertyValue","IdentityProviderLogSortColumn","IdentityProviderRunStatus","IdentityProviderState","IdentityQuery","IdentityTypes","IdentityUserIdTypeMatch","ImagePropertyValue","ImageResolution","ImageSources","InheritFontColor","InheritFontFamily","InheritFontSize","InheritFontStyle","InheritLineHeight","InstanceIdLimit","InstanceLifetimes","ItemQuery","JsonNullValueHandling","LabelPositions","Landscape83Ratio","LandscapeRatio","LanguagePropertyValue","LanguageTags","LayoutCanvasModes","LayoutContextType","LayoutDrawerTabs","LayoutEditorCanvasStyles","LayoutEditorModes","LayoutItemActions","LayoutItemTypes","LayoutRendererCanvasStyles","LineHeightTypes","LinkPropertyValue","LocalServingMessageType","LocaleNames","LogLevels","LogSources","MagicLinkData","ManifestLoadStatus","MapTimezones","MaterialIcon","MediaAlignment","MediaPickerBingProvider","MediaPickerCentralImageLocationProvider","MediaPickerEnums","MediaPickerImageRatio","MediaPickerImageRatioDefinition","MediaPickerImageScaling","MediaPickerImageScalingDefinition","MediaPickerMicrosoftStreamProvider","MediaPickerMyComputerProvider","MediaPickerPexelProvider","MediaPickerProvider","MediaPickerRollupImageRatio","MediaPickerRollupImageRatioDefinition","MediaPickerStorageProviderAppInstanceContext","MediaPickerStorageProviderAppInstancePostContext","MediaPickerStorageProviderContext","MediaPickerStorageProviderTempAppInstanceContext","MediaPickerStorageProviderVersionedLayoutContext","MediaPickerUserIconsStorageProviderContext","MediaPickerYoutubeProvider","MultilineTextPropertyValue","MultilingualScopes","MultilingualTextPropertyValue","MySubscriptionRenderElementRegistration","OTPData","OmniaBackendRuntimes","OmniaBusinessProfileRelativePathValue","OmniaClientRuntimes","OmniaGroupManifests","OmniaMimeType","OmniaNamedModel","OmniaResourceManifests","OmniaRoleType","OmniaRoleTypes","OmniaService","OmniaThemes","OmniaWebComponentManifests","OptionValue","PageChatRealtimeData","ParamTypes","Parameters","PasswordAuthData","PermissionRoles","PhoneNumberPropertyValue","PortraitRatio","Positions","PrimitiveType","PrincipalTypes","ProfileScopedFeatureValidatorBase","PropertiesBlockAdvancedStyles","PropertiesBlockStyles","PropertiesProvider","PropertyArchiveType","PropertyBinding","PropertyCategory","PropertyConfiguration","PropertyDefinition","PropertyDisplaySettingsBase","PropertyEditModeElementNameType","PropertyIndexedType","PropertyRegistration","PropertyValue","PropertyValueBinding","QueueMessageStatus","RadialGradientShapes","ReactionType","RealtimeChannel","RealtimeData","RedirectRuleType","ReplaceToken","ResolvedDynamicGroupIdentity","ResolvedExtensionIdentity","ResolvedGroupIdentity","ResolvedRoleIdentity","ResolvedUserIdentity","ResourceEvaluators","ResponsePromise","RichTextModes","RoleDefinitions","RoleIdentity","RolePermissionEvaluator","RoleResourceEvaluator","RollupEnums","RollupOtherTypes","RuleCompareType","RuleLogicalOperator","SectionTypes","SecurityAccessType","SecurityIdentities","SecurityProviderTypes","SecurityRoleScopes","ServerManifestTypes","ServiceLocatorUrlType","ShapeDividerPositions","ShapeDividerTypes","SharedConstants","ShowInPublicListingsMode","SidePanelPosition","SmallScreenBreakpoint","SquareRatio","StaticEndpoint","StatusMessageOverlayType","SvgIcon","TabbedDisplayModes","TabbedIconPositions","TargetResolverTypes","TargetUser","TargetingPropertyType","TenantApiSettings","TenantAuthenticationSettings","TenantCSOMClientContextFallbackUrl","TenantEnterpriseGlossary","TenantErrorInformation","TenantFaviconSettings","TenantInfoSettings","TenantLanguageSettings","TenantPeopleInformation","TenantPreSetup","TenantProperty","TenantRegionalSettings","TenantScopedFeatureValidatorBase","TextAlignment","TextPropertyValue","ThemeType","TimeFormats","TimePeriodTypes","TimeUnit","TokenDefinition","TokenProviderRegistration","TokenValue","TranslatorProviderSettings","TypographyTypes","UserAccessibilitySettings","UserAgentPlatform","UserAppTemplateAvailabilityOptions","UserIdentity","UserPickingType","UserPropertyBagModel","UserSortColumn","UserTypeLayoutDefinition","VDataGridHeaderAlign","VDataGridHeaderType","VelcronActionTypes","VelcronBlueprintDefintionTypes","VelcronDataTypes","VelcronHorizontalAlignments","VelcronIconTypes","VelcronImageRatios","VelcronVerticalAlignments","VersionReference","VersionedAlternateLayoutDefinition","VersionedAlternateLayoutId","VersionedLayoutDefinition","VersionedLayoutId","VersionedLayoutProvider","VerticalAlignments","VideoRatio","WebBlueprintDefintionTypes","WideRatio","WorkerProxyFuncs","WorkerProxyFunctionInitiators","useThemeMethods"]},"./node_modules/@omnia/fx/core/messaging/InternalMessageBusMediator.js":{"id":"f986d8dd-7c76-40b6-9bf8-b64ac2902642","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/runtime/core/index.js":{"id":"ff061abc-7f0e-444b-b2b9-7ff71c5842c5","buildMeta":{"exportsType":"namespace"},"expo.js":["LoadableManifest","LocalHostingService","ManifestByBackendRuntimeLoader","ManifestByClientRuntimeLoader","ManifestByElementLoader","ManifestByFeatureLoader","ManifestByLicenseLoader","ManifestByUrlLoader","ManifestByUserLoader","ManifestCombinedRuleLoader","ManifestExtendRuleLoader","ManifestPublisher","ManifestResourceLoader","ManifestSubscriber","PublicManifestResourceLoader"]}}}
|
@@ -1,10 +1,8 @@
|
|
1
|
+
import { SpacingSettings } from "@omnia/fx-models";
|
1
2
|
import { Guid } from "../Guid";
|
3
|
+
import { ColorSchemaType, ColorSchemaTypes } from "./ThemeDefinitionV2";
|
2
4
|
import { TypographyDefinition } from "./TypographyDefinition";
|
3
|
-
export interface BoxDimensions {
|
4
|
-
top: number;
|
5
|
-
right: number;
|
6
|
-
bottom: number;
|
7
|
-
left: number;
|
5
|
+
export interface BoxDimensions extends SpacingSettings {
|
8
6
|
}
|
9
7
|
export interface BoxBorder extends BoxDimensions {
|
10
8
|
color: string;
|
@@ -15,24 +13,35 @@ export interface BluePrintDefinitions {
|
|
15
13
|
variant2: BlueprintDefinition;
|
16
14
|
variant3: BlueprintDefinition;
|
17
15
|
}
|
18
|
-
export
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
16
|
+
export type WebBlueprintDefintionType = "button" | "block" | "typography";
|
17
|
+
export declare enum WebBlueprintDefintionTypes {
|
18
|
+
button = "button",
|
19
|
+
block = "block",
|
20
|
+
typography = "typography"
|
21
|
+
}
|
22
|
+
export type VelcronBlueprintDefintionType = "button";
|
23
|
+
export declare enum VelcronBlueprintDefintionTypes {
|
24
|
+
button = "button"
|
25
|
+
}
|
26
|
+
export interface BlueprintItemDefinition {
|
27
|
+
type: any;
|
28
|
+
}
|
29
|
+
export interface BlockBlueprint extends BlueprintItemDefinition {
|
30
|
+
header?: {
|
31
|
+
definitionId: Guid;
|
30
32
|
};
|
31
|
-
|
32
|
-
|
33
|
+
colors?: {
|
34
|
+
colorSchemaType: ColorSchemaTypes | ColorSchemaType;
|
33
35
|
};
|
34
|
-
|
35
|
-
borderRadius
|
36
|
-
|
36
|
+
styles?: {
|
37
|
+
borderRadius: BoxDimensions;
|
38
|
+
border: BoxBorder;
|
37
39
|
};
|
38
40
|
}
|
41
|
+
export interface TypographyBlueprint extends BlueprintItemDefinition {
|
42
|
+
definition: TypographyDefinition;
|
43
|
+
}
|
44
|
+
export interface BlueprintDefinition {
|
45
|
+
id: Guid;
|
46
|
+
definitions: Array<BlueprintItemDefinition>;
|
47
|
+
}
|
@@ -1,2 +1,13 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.VelcronBlueprintDefintionTypes = exports.WebBlueprintDefintionTypes = void 0;
|
4
|
+
var WebBlueprintDefintionTypes;
|
5
|
+
(function (WebBlueprintDefintionTypes) {
|
6
|
+
WebBlueprintDefintionTypes["button"] = "button";
|
7
|
+
WebBlueprintDefintionTypes["block"] = "block";
|
8
|
+
WebBlueprintDefintionTypes["typography"] = "typography";
|
9
|
+
})(WebBlueprintDefintionTypes = exports.WebBlueprintDefintionTypes || (exports.WebBlueprintDefintionTypes = {}));
|
10
|
+
var VelcronBlueprintDefintionTypes;
|
11
|
+
(function (VelcronBlueprintDefintionTypes) {
|
12
|
+
VelcronBlueprintDefintionTypes["button"] = "button";
|
13
|
+
})(VelcronBlueprintDefintionTypes = exports.VelcronBlueprintDefintionTypes || (exports.VelcronBlueprintDefintionTypes = {}));
|
@@ -4,7 +4,7 @@ import { TypographyType, TypographyTypeDefinition, TypographyTypes } from "./Typ
|
|
4
4
|
export declare const useThemeMethods: (getThemeDefinition: () => ThemeDefinitionInstance) => {
|
5
5
|
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => import("./ThemeDefinitionV2").ColorSchema;
|
6
6
|
blueprint: (blueprintType: BlueprintTypes | BlueprintType) => import("./BlueprintDefinition").BlueprintDefinition;
|
7
|
-
typography: (typographyType: TypographyTypes | TypographyType) => TypographyTypeDefinition;
|
7
|
+
typography: (blueprintType: BlueprintTypes | BlueprintType, typographyType: TypographyTypes | TypographyType) => TypographyTypeDefinition;
|
8
8
|
color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
9
9
|
colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => ColorDefinition;
|
10
10
|
complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
|
@@ -46,26 +46,27 @@ const useThemeMethods = (getThemeDefinition) => {
|
|
46
46
|
}
|
47
47
|
return getThemeDefinition().blueprints.default;
|
48
48
|
};
|
49
|
-
const typography = (typographyType) => {
|
49
|
+
const typography = (blueprintType, typographyType) => {
|
50
|
+
const typographyBlueprint = getThemeDefinition().blueprints[blueprintType].definitions.find(d => d.type === "typography");
|
50
51
|
if (typographyType === TypographyDefinition_1.TypographyTypes.h1) {
|
51
|
-
return
|
52
|
+
return typographyBlueprint.definition.h1;
|
52
53
|
}
|
53
54
|
else if (typographyType === TypographyDefinition_1.TypographyTypes.h2) {
|
54
|
-
return
|
55
|
+
return typographyBlueprint.definition.h2;
|
55
56
|
}
|
56
57
|
else if (typographyType === TypographyDefinition_1.TypographyTypes.h3) {
|
57
|
-
return
|
58
|
+
return typographyBlueprint.definition.h3;
|
58
59
|
}
|
59
60
|
else if (typographyType === TypographyDefinition_1.TypographyTypes.caption) {
|
60
|
-
return
|
61
|
+
return typographyBlueprint.definition.caption;
|
61
62
|
}
|
62
63
|
else if (typographyType === TypographyDefinition_1.TypographyTypes.link) {
|
63
|
-
return
|
64
|
+
return typographyBlueprint.definition.link;
|
64
65
|
}
|
65
66
|
else if (typographyType === TypographyDefinition_1.TypographyTypes.text) {
|
66
|
-
return
|
67
|
+
return typographyBlueprint.definition.text;
|
67
68
|
}
|
68
|
-
return
|
69
|
+
return typographyBlueprint.definition.text;
|
69
70
|
};
|
70
71
|
const color = (colorSchemaType, colorType) => {
|
71
72
|
const mappedColorSchema = colorSchema(colorSchemaType);
|
@@ -5,3 +5,4 @@ tslib_1.__exportStar(require("./ThemeDefinitionV2"), exports);
|
|
5
5
|
tslib_1.__exportStar(require("./TypographyDefinition"), exports);
|
6
6
|
tslib_1.__exportStar(require("./OmniaThemes"), exports);
|
7
7
|
tslib_1.__exportStar(require("./UseThemeMethods"), exports);
|
8
|
+
tslib_1.__exportStar(require("./BlueprintDefinition"), exports);
|
@@ -2,8 +2,13 @@ import { Prop, PropType, VNodeChild } from "vue";
|
|
2
2
|
import { Func } from "../models/Func";
|
3
3
|
export type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
|
4
4
|
export type VModelKeyNameInJsxElement<N extends string> = N extends "" ? "v-model" : `v-model:${N}`;
|
5
|
+
export type VModelEmitsInJsxElement<N extends string> = N extends "" ? "onUpdate:modelValue" : `onUpdate:${N}`;
|
5
6
|
export type VModelKeyNameInProps<N extends string> = N extends "" ? "modelValue" : N;
|
6
7
|
type BuildVModelName<TName extends string, TPropType, Required extends boolean = false> = {
|
8
|
+
[key in VModelEmitsInJsxElement<TName>]: {
|
9
|
+
type: PropType<(value: TPropType) => any | void>;
|
10
|
+
};
|
11
|
+
} & {
|
7
12
|
[key in VModelKeyNameInJsxElement<TName>]: {
|
8
13
|
type: PropType<TPropType>;
|
9
14
|
required: Required;
|
@@ -69,7 +74,7 @@ export type DefinePropModelSlots = {
|
|
69
74
|
} & Slots>;
|
70
75
|
};
|
71
76
|
};
|
72
|
-
vModel<TPropType>(): BuildVModelName<"", TPropType> & {
|
77
|
+
vModel<TPropType>(disableAutoEmit?: boolean): BuildVModelName<"", TPropType> & {
|
73
78
|
require(): DefinePropModelRequire<"", TPropType, {}>;
|
74
79
|
defaultValue(value?: TPropType): DefinePropModelDefaultValue<"", TPropType, {}>;
|
75
80
|
doc$(description?: string): DefinePropModelDoc<"", TPropType, {}>;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { ComputedOptions, MethodOptions, ComponentOptionsMixin, EmitsOptions, ComponentInjectOptions, ComponentPropsOptions, DefineComponent, ComponentObjectPropsOptions, Prop, VNodeChild, PropType, ObjectEmitsOptions, CreateComponentPublicInstance, ExtractPropTypes, ExtractDefaultPropTypes, ComponentOptionsBase, RenderFunction, VNode } from "vue";
|
2
2
|
import { LooseRequired, UnionToIntersection } from "@vue/shared";
|
3
3
|
import { ThemeableComponentProps, WebComponentBundleManifest } from "@omnia/fx-models";
|
4
|
-
import { useColorSchemaSetup } from "./use";
|
4
|
+
import { useColorSchemaSetup, useBlueprintSetup } from "./use";
|
5
5
|
import { Slot } from "./DefineVueTypings";
|
6
6
|
export declare function definePropFunctionType<T>(): PropType<T>;
|
7
7
|
export declare function definePropObjectType<T>(): PropType<T>;
|
@@ -52,8 +52,8 @@ type EmitsToProps<T extends EmitsOptions> = T extends string[] ? {
|
|
52
52
|
} : T extends ObjectEmitsOptions ? {
|
53
53
|
[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;
|
54
54
|
} : {};
|
55
|
-
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> & {
|
56
|
-
propsDefinition:
|
55
|
+
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, PropsDefinition = Readonly<PropsOrPropOptions extends ComponentPropsOptions ? CustomExtractPropTypes<PropsOrPropOptions> : PropsOrPropOptions>> = DefineComponent<PropsOrPropOptions, RawBindings, D, C, M, Mixin, Extends, E, EE> & {
|
56
|
+
propsDefinition: PropsDefinition extends {} ? Omit<PropsDefinition, keyof ({} extends E ? {} : EmitsToProps<E>)> & ({} extends E ? {} : EmitsToProps<E>) : never;
|
57
57
|
};
|
58
58
|
export declare function defineSlotsAndProps<Slots extends Record<string, Slot>>(): <Props>(props: ComponentObjectPropsOptions<Props>) => ComponentObjectPropsOptions<Props> & {
|
59
59
|
"v-slots"?: Prop<{
|
@@ -92,6 +92,7 @@ type SetupContext<Props, E = EmitsOptions> = E extends any ? {
|
|
92
92
|
slots: Slots;
|
93
93
|
models?: Required<ExtractPropModels<Props>>;
|
94
94
|
colors: ReturnType<typeof useColorSchemaSetup>;
|
95
|
+
blueprints: ReturnType<typeof useBlueprintSetup>;
|
95
96
|
emit: EmitFn<E>;
|
96
97
|
expose: (exposed?: Record<string, any>) => void;
|
97
98
|
} : never;
|
@@ -110,7 +111,11 @@ export declare function defineVue(): {
|
|
110
111
|
} & Slots_1>;
|
111
112
|
};
|
112
113
|
};
|
113
|
-
vModel<TPropType>(): {
|
114
|
+
vModel<TPropType>(disableAutoEmit?: boolean): {
|
115
|
+
"onUpdate:modelValue": {
|
116
|
+
type: PropType<(value: TPropType) => any>;
|
117
|
+
};
|
118
|
+
} & {
|
114
119
|
"v-model": {
|
115
120
|
type: PropType<TPropType>;
|
116
121
|
required: false;
|
@@ -125,14 +130,20 @@ export declare function defineVue(): {
|
|
125
130
|
defaultValue(value?: TPropType): import("./DefineVueTypings").DefinePropModelDefaultValue<"", TPropType, {}, false>;
|
126
131
|
doc$(description?: string): import("./DefineVueTypings").DefinePropModelDoc<"", TPropType, {}>;
|
127
132
|
} & {
|
128
|
-
name<TName extends string>(n?: TName): { [key in import("./DefineVueTypings").
|
133
|
+
name<TName extends string>(n?: TName): { [key in import("./DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
134
|
+
type: PropType<(value: TPropType) => any>;
|
135
|
+
}; } & { [key_1 in import("./DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
129
136
|
type: PropType<TPropType>;
|
130
137
|
required: false;
|
131
|
-
}; } & { [
|
138
|
+
}; } & { [key_2 in import("./DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
132
139
|
type: PropType<TPropType>;
|
133
140
|
required: false;
|
134
141
|
}; } & {
|
135
142
|
require(): import("./DefineVueTypings").DefinePropModelRequire<TName, TPropType, {
|
143
|
+
"onUpdate:modelValue": {
|
144
|
+
type: PropType<(value: TPropType) => any>;
|
145
|
+
};
|
146
|
+
} & {
|
136
147
|
"v-model": {
|
137
148
|
type: PropType<TPropType>;
|
138
149
|
required: false;
|
@@ -144,6 +155,10 @@ export declare function defineVue(): {
|
|
144
155
|
};
|
145
156
|
}>;
|
146
157
|
defaultValue(value?: TPropType): import("./DefineVueTypings").DefinePropModelDefaultValue<TName, TPropType, {
|
158
|
+
"onUpdate:modelValue": {
|
159
|
+
type: PropType<(value: TPropType) => any>;
|
160
|
+
};
|
161
|
+
} & {
|
147
162
|
"v-model": {
|
148
163
|
type: PropType<TPropType>;
|
149
164
|
required: false;
|
@@ -155,6 +170,10 @@ export declare function defineVue(): {
|
|
155
170
|
};
|
156
171
|
}, false>;
|
157
172
|
doc$(description?: string): import("./DefineVueTypings").DefinePropModelDoc<TName, TPropType, {
|
173
|
+
"onUpdate:modelValue": {
|
174
|
+
type: PropType<(value: TPropType) => any>;
|
175
|
+
};
|
176
|
+
} & {
|
158
177
|
"v-model": {
|
159
178
|
type: PropType<TPropType>;
|
160
179
|
required: false;
|
@@ -4,6 +4,7 @@ import type { IComponentValidationEnabled, IValidator } from "./validation/IComp
|
|
4
4
|
import { ConfirmDialogResponse, ConfirmDialogOptions } from "./confirmdialog/IVueConfirmDialog";
|
5
5
|
import { ITheming } from "./theming";
|
6
6
|
import * as models from "../models";
|
7
|
+
import { useBreakPoints } from "./use";
|
7
8
|
import { GuidValue } from "../models";
|
8
9
|
type VuetifyThemeItem = string | number | {
|
9
10
|
base: string | number;
|
@@ -111,7 +112,7 @@ export interface VSlot {
|
|
111
112
|
}
|
112
113
|
export interface IVueComponentBase<Props = VueComponentBaseProps, EventsWithOn = VueComponentBaseEvents, ScopedSlotArgs = {}> extends VueTsx<Props, EventsWithOn, ScopedSlotArgs> {
|
113
114
|
theming: ITheming;
|
114
|
-
breakpoint:
|
115
|
+
breakpoint: ReturnType<typeof useBreakPoints>;
|
115
116
|
theme: VuetifyTheme;
|
116
117
|
$confirm: {
|
117
118
|
open: (options?: ConfirmDialogOptions) => Promise<ConfirmDialogResponse>;
|
@@ -143,7 +144,7 @@ export declare class VueComponentBase<Props = VueComponentBaseProps | {}, Events
|
|
143
144
|
private validations;
|
144
145
|
constructor();
|
145
146
|
get theming(): ITheming;
|
146
|
-
get breakpoint():
|
147
|
+
get breakpoint(): import("vuetify/lib/framework.mjs").DisplayInstance;
|
147
148
|
get theme(): VuetifyTheme;
|
148
149
|
$confirm: {
|
149
150
|
open: (options?: ConfirmDialogOptions) => Promise<ConfirmDialogResponse>;
|
@@ -216,8 +217,8 @@ export declare const VueComponentConnect: {
|
|
216
217
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
217
218
|
content: import("vue").Prop<() => JSX.Element, () => JSX.Element>;
|
218
219
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
219
|
-
propsDefinition: Readonly<{} & {
|
220
|
+
propsDefinition: Omit<Readonly<{} & {
|
220
221
|
content?: () => JSX.Element;
|
221
|
-
}>;
|
222
|
+
}>, never>;
|
222
223
|
};
|
223
224
|
export {};
|
@@ -42,6 +42,6 @@ declare const _default: {
|
|
42
42
|
__isTeleport?: never;
|
43
43
|
__isSuspense?: never;
|
44
44
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
45
|
-
propsDefinition: Readonly<{} & {}>;
|
45
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
46
46
|
};
|
47
47
|
export default _default;
|
@@ -67,12 +67,12 @@ declare const _default: {
|
|
67
67
|
blockInstance: import("vue").Prop<IBlockInstance<AppInstanceRollupBlockSettings>, IBlockInstance<AppInstanceRollupBlockSettings>>;
|
68
68
|
onFollowAppInstanceClicked: import("vue").Prop<(appInstanceInfoUser: AppInstanceInfoUser) => void, (appInstanceInfoUser: AppInstanceInfoUser) => void>;
|
69
69
|
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
70
|
-
propsDefinition: Readonly<{} & {
|
70
|
+
propsDefinition: Omit<Readonly<{} & {
|
71
71
|
appDefinitionId?: string;
|
72
72
|
settings?: AppInstanceRollupBlockSettings;
|
73
73
|
blockInstance?: IBlockInstance<AppInstanceRollupBlockSettings>;
|
74
74
|
onFollowAppInstanceClicked?: (appInstanceInfoUser: AppInstanceInfoUser) => void;
|
75
75
|
hideBlock?: (hidden: boolean) => void;
|
76
|
-
}>;
|
76
|
+
}>, never>;
|
77
77
|
};
|
78
78
|
export default _default;
|
@@ -69,13 +69,13 @@ declare const _default: {
|
|
69
69
|
onLayoutEditorClosed: import("vue").Prop<() => void, () => void>;
|
70
70
|
compensationHeight: import("vue").Prop<number, number>;
|
71
71
|
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
72
|
-
propsDefinition: Readonly<{} & {
|
72
|
+
propsDefinition: Omit<Readonly<{} & {
|
73
73
|
appDefinitionId?: string;
|
74
74
|
closable?: boolean;
|
75
75
|
isStandalone?: boolean;
|
76
76
|
onLayoutEditorOpened?: () => void;
|
77
77
|
onLayoutEditorClosed?: () => void;
|
78
78
|
compensationHeight?: number;
|
79
|
-
}>;
|
79
|
+
}>, never>;
|
80
80
|
};
|
81
81
|
export default _default;
|