@omnia/fx 8.0.35-vnext → 8.0.37-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/core/ServiceContainer.d.ts +5 -5
- package/internal-do-not-import-from-here/core/services/LocalizationService.d.ts +13 -0
- package/internal-do-not-import-from-here/core/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/expose.d.ts +1 -0
- package/internal-do-not-import-from-here/index.d.ts +3 -2
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/runtime/core/LocalHostingService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/LocalizationService.d.ts +4 -8
- package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +1 -1
- package/internal-do-not-import-from-here/services/properties/bindings/providers/IdentityPropertyBindingProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/Guid.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/Guid.js +1 -1
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +4 -2
- package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/FeatureStore.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +33 -14
- package/internal-do-not-import-from-here/stores/ProfileCardStore.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +158 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/AppPropertiesProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/DisplayTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstancepermissionblade/AppInstancePermissionBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +24 -44
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/datafield/DataFieldValueDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/errormessage/ErrorMessage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/heading/Heading.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/inputtoken/InputToken.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/MenuBlade.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +0 -70
- package/internal-do-not-import-from-here/ux/journey/v2/docs/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +15 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +15 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +15 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +15 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layouttemplates/LayoutTemplateSelector.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +15 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutTemplateStore.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/VelcronDefinitionStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPickerRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +14 -47
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/Presets.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +60 -9
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +19 -321
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/docs/ButtonIntro.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/card/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/card/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +14 -299
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +49 -84
- package/internal-do-not-import-from-here/ux/oxide/column/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/column/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +26 -18
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +21 -45
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +3 -4
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +19 -34
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +14 -298
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/ExampleComponentsPanels.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +19 -26
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +5 -39
- package/internal-do-not-import-from-here/ux/oxide/image/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/image/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +24 -29
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +19 -35
- package/internal-do-not-import-from-here/ux/oxide/list/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/list/docs/ExampleComponentsListItem.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/list/docs/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +14 -18
- package/internal-do-not-import-from-here/ux/oxide/main/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/main/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +22 -22
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +24 -317
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +4 -11
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +14 -89
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +14 -12
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +14 -287
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/ExampleComponents_group.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +14 -333
- package/internal-do-not-import-from-here/ux/oxide/select/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/select/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +14 -322
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +14 -293
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +14 -293
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +14 -312
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +14 -13
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/ExampleComponents_tabs.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/table/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/table/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +14 -28
- package/internal-do-not-import-from-here/ux/oxide/text/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/text/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +14 -316
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +24 -356
- package/internal-do-not-import-from-here/ux/oxide/textfield/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +14 -8
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardDialog.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +1 -1
- 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-renderer/PropertyBindingValueRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/likehandler/LikeActionSettings.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/theming/ThemeStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/use/UseHostSetup.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/use/UseVariantSetup.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +15 -1
- package/internal-do-not-import-from-here/vue/index.d.ts +0 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +2 -6
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/alignmentpicker/AlignmentPicker.d.ts +0 -451
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +0 -306
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableVirtual.d.ts +0 -292
- /package/internal-do-not-import-from-here/{vue/Localize.d.ts → Localize.d.ts} +0 -0
@@ -5,10 +5,12 @@ declare const _default: {
|
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
7
|
container?: any;
|
8
|
+
host?: any;
|
8
9
|
blueprint?: any;
|
9
10
|
colorSchemaType?: any;
|
10
11
|
blueprintType?: any;
|
11
12
|
colors?: any;
|
13
|
+
hostContainer?: any;
|
12
14
|
readonly small?: boolean;
|
13
15
|
style?: unknown;
|
14
16
|
class?: unknown;
|
@@ -109,12 +111,16 @@ declare const _default: {
|
|
109
111
|
colors?: any;
|
110
112
|
blueprintType?: any;
|
111
113
|
blueprint?: any;
|
114
|
+
host?: any;
|
115
|
+
hostContainer?: any;
|
112
116
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
113
117
|
container?: any;
|
118
|
+
host?: any;
|
114
119
|
blueprint?: any;
|
115
120
|
colorSchemaType?: any;
|
116
121
|
blueprintType?: any;
|
117
122
|
colors?: any;
|
123
|
+
hostContainer?: any;
|
118
124
|
}, {}, string, {}> & {
|
119
125
|
beforeCreate?: (() => void) | (() => void)[];
|
120
126
|
created?: (() => void) | (() => void)[];
|
@@ -169,6 +175,8 @@ declare const _default: {
|
|
169
175
|
colors?: any;
|
170
176
|
blueprintType?: any;
|
171
177
|
blueprint?: any;
|
178
|
+
host?: any;
|
179
|
+
hostContainer?: any;
|
172
180
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
173
181
|
__isFragment?: never;
|
174
182
|
__isTeleport?: never;
|
@@ -207,19 +215,25 @@ declare const _default: {
|
|
207
215
|
colors?: any;
|
208
216
|
blueprintType?: any;
|
209
217
|
blueprint?: any;
|
218
|
+
host?: any;
|
219
|
+
hostContainer?: any;
|
210
220
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
211
221
|
container?: any;
|
222
|
+
host?: any;
|
212
223
|
blueprint?: any;
|
213
224
|
colorSchemaType?: any;
|
214
225
|
blueprintType?: any;
|
215
226
|
colors?: any;
|
227
|
+
hostContainer?: any;
|
216
228
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
217
229
|
propsDefinition: Omit<Readonly<{
|
218
230
|
container?: any;
|
231
|
+
host?: any;
|
219
232
|
blueprint?: any;
|
220
233
|
colorSchemaType?: any;
|
221
234
|
blueprintType?: any;
|
222
235
|
colors?: any;
|
236
|
+
hostContainer?: any;
|
223
237
|
} & {
|
224
238
|
small?: boolean;
|
225
239
|
toned?: boolean;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts
CHANGED
@@ -13,15 +13,18 @@ declare const _default: {
|
|
13
13
|
$data: {};
|
14
14
|
$props: {
|
15
15
|
container?: any;
|
16
|
+
host?: any;
|
16
17
|
blueprint?: any;
|
17
18
|
colorSchemaType?: any;
|
18
19
|
blueprintType?: any;
|
19
20
|
colors?: any;
|
21
|
+
hostContainer?: any;
|
20
22
|
readonly block?: Block;
|
21
23
|
style?: unknown;
|
22
24
|
class?: unknown;
|
23
25
|
key?: string | number | symbol;
|
24
26
|
readonly themeTargetId?: string;
|
27
|
+
readonly "theme-target-id"?: string;
|
25
28
|
ref?: import("vue").VNodeRef;
|
26
29
|
ref_for?: boolean;
|
27
30
|
ref_key?: string;
|
@@ -63,7 +66,6 @@ declare const _default: {
|
|
63
66
|
}>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
64
67
|
[key: string]: any;
|
65
68
|
}>) => void)[];
|
66
|
-
readonly "theme-target-id"?: string;
|
67
69
|
readonly settings?: SectionSettings;
|
68
70
|
readonly parentContainer?: LayoutItem;
|
69
71
|
readonly "parent-container"?: LayoutItem;
|
@@ -115,12 +117,16 @@ declare const _default: {
|
|
115
117
|
colors?: any;
|
116
118
|
blueprintType?: any;
|
117
119
|
blueprint?: any;
|
120
|
+
host?: any;
|
121
|
+
hostContainer?: any;
|
118
122
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
119
123
|
container?: any;
|
124
|
+
host?: any;
|
120
125
|
blueprint?: any;
|
121
126
|
colorSchemaType?: any;
|
122
127
|
blueprintType?: any;
|
123
128
|
colors?: any;
|
129
|
+
hostContainer?: any;
|
124
130
|
}, {}, string, {}> & {
|
125
131
|
beforeCreate?: (() => void) | (() => void)[];
|
126
132
|
created?: (() => void) | (() => void)[];
|
@@ -174,6 +180,8 @@ declare const _default: {
|
|
174
180
|
colors?: any;
|
175
181
|
blueprintType?: any;
|
176
182
|
blueprint?: any;
|
183
|
+
host?: any;
|
184
|
+
hostContainer?: any;
|
177
185
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
178
186
|
__isFragment?: never;
|
179
187
|
__isTeleport?: never;
|
@@ -211,19 +219,25 @@ declare const _default: {
|
|
211
219
|
colors?: any;
|
212
220
|
blueprintType?: any;
|
213
221
|
blueprint?: any;
|
222
|
+
host?: any;
|
223
|
+
hostContainer?: any;
|
214
224
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
215
225
|
container?: any;
|
226
|
+
host?: any;
|
216
227
|
blueprint?: any;
|
217
228
|
colorSchemaType?: any;
|
218
229
|
blueprintType?: any;
|
219
230
|
colors?: any;
|
231
|
+
hostContainer?: any;
|
220
232
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
221
233
|
propsDefinition: Omit<Readonly<{
|
222
234
|
container?: any;
|
235
|
+
host?: any;
|
223
236
|
blueprint?: any;
|
224
237
|
colorSchemaType?: any;
|
225
238
|
blueprintType?: any;
|
226
239
|
colors?: any;
|
240
|
+
hostContainer?: any;
|
227
241
|
} & {
|
228
242
|
block?: Block;
|
229
243
|
themeTargetId?: string;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts
CHANGED
@@ -5,15 +5,18 @@ declare const _default: {
|
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
7
|
container?: any;
|
8
|
+
host?: any;
|
8
9
|
blueprint?: any;
|
9
10
|
colorSchemaType?: any;
|
10
11
|
blueprintType?: any;
|
11
12
|
colors?: any;
|
13
|
+
hostContainer?: any;
|
12
14
|
style?: unknown;
|
13
15
|
class?: unknown;
|
14
16
|
key?: string | number | symbol;
|
15
17
|
readonly column?: SectionItem<ColumnedSectionItemSettings>;
|
16
18
|
readonly themeTargetId?: string;
|
19
|
+
readonly "theme-target-id"?: string;
|
17
20
|
ref?: import("vue").VNodeRef;
|
18
21
|
ref_for?: boolean;
|
19
22
|
ref_key?: string;
|
@@ -55,7 +58,6 @@ declare const _default: {
|
|
55
58
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
56
59
|
[key: string]: any;
|
57
60
|
}>) => void)[];
|
58
|
-
readonly "theme-target-id"?: string;
|
59
61
|
readonly settings?: SectionSettings;
|
60
62
|
readonly layoutId?: string;
|
61
63
|
readonly "layout-id"?: string;
|
@@ -117,12 +119,16 @@ declare const _default: {
|
|
117
119
|
colors?: any;
|
118
120
|
blueprintType?: any;
|
119
121
|
blueprint?: any;
|
122
|
+
host?: any;
|
123
|
+
hostContainer?: any;
|
120
124
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
121
125
|
container?: any;
|
126
|
+
host?: any;
|
122
127
|
blueprint?: any;
|
123
128
|
colorSchemaType?: any;
|
124
129
|
blueprintType?: any;
|
125
130
|
colors?: any;
|
131
|
+
hostContainer?: any;
|
126
132
|
}, {}, string, {}> & {
|
127
133
|
beforeCreate?: (() => void) | (() => void)[];
|
128
134
|
created?: (() => void) | (() => void)[];
|
@@ -183,6 +189,8 @@ declare const _default: {
|
|
183
189
|
colors?: any;
|
184
190
|
blueprintType?: any;
|
185
191
|
blueprint?: any;
|
192
|
+
host?: any;
|
193
|
+
hostContainer?: any;
|
186
194
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
187
195
|
__isFragment?: never;
|
188
196
|
__isTeleport?: never;
|
@@ -227,19 +235,25 @@ declare const _default: {
|
|
227
235
|
colors?: any;
|
228
236
|
blueprintType?: any;
|
229
237
|
blueprint?: any;
|
238
|
+
host?: any;
|
239
|
+
hostContainer?: any;
|
230
240
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
231
241
|
container?: any;
|
242
|
+
host?: any;
|
232
243
|
blueprint?: any;
|
233
244
|
colorSchemaType?: any;
|
234
245
|
blueprintType?: any;
|
235
246
|
colors?: any;
|
247
|
+
hostContainer?: any;
|
236
248
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
237
249
|
propsDefinition: Omit<Readonly<{
|
238
250
|
container?: any;
|
251
|
+
host?: any;
|
239
252
|
blueprint?: any;
|
240
253
|
colorSchemaType?: any;
|
241
254
|
blueprintType?: any;
|
242
255
|
colors?: any;
|
256
|
+
hostContainer?: any;
|
243
257
|
} & {
|
244
258
|
column?: SectionItem<ColumnedSectionItemSettings>;
|
245
259
|
themeTargetId?: string;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts
CHANGED
@@ -12,10 +12,12 @@ declare const _default: {
|
|
12
12
|
$data: {};
|
13
13
|
$props: {
|
14
14
|
container?: any;
|
15
|
+
host?: any;
|
15
16
|
blueprint?: any;
|
16
17
|
colorSchemaType?: any;
|
17
18
|
blueprintType?: any;
|
18
19
|
colors?: any;
|
20
|
+
hostContainer?: any;
|
19
21
|
readonly section?: Section<import("@omnia/fx-models").SectionSettings>;
|
20
22
|
style?: unknown;
|
21
23
|
class?: unknown;
|
@@ -118,12 +120,16 @@ declare const _default: {
|
|
118
120
|
colors?: any;
|
119
121
|
blueprintType?: any;
|
120
122
|
blueprint?: any;
|
123
|
+
host?: any;
|
124
|
+
hostContainer?: any;
|
121
125
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
122
126
|
container?: any;
|
127
|
+
host?: any;
|
123
128
|
blueprint?: any;
|
124
129
|
colorSchemaType?: any;
|
125
130
|
blueprintType?: any;
|
126
131
|
colors?: any;
|
132
|
+
hostContainer?: any;
|
127
133
|
}, {}, string, {}> & {
|
128
134
|
beforeCreate?: (() => void) | (() => void)[];
|
129
135
|
created?: (() => void) | (() => void)[];
|
@@ -179,6 +185,8 @@ declare const _default: {
|
|
179
185
|
colors?: any;
|
180
186
|
blueprintType?: any;
|
181
187
|
blueprint?: any;
|
188
|
+
host?: any;
|
189
|
+
hostContainer?: any;
|
182
190
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
183
191
|
__isFragment?: never;
|
184
192
|
__isTeleport?: never;
|
@@ -218,19 +226,25 @@ declare const _default: {
|
|
218
226
|
colors?: any;
|
219
227
|
blueprintType?: any;
|
220
228
|
blueprint?: any;
|
229
|
+
host?: any;
|
230
|
+
hostContainer?: any;
|
221
231
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
222
232
|
container?: any;
|
233
|
+
host?: any;
|
223
234
|
blueprint?: any;
|
224
235
|
colorSchemaType?: any;
|
225
236
|
blueprintType?: any;
|
226
237
|
colors?: any;
|
238
|
+
hostContainer?: any;
|
227
239
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
228
240
|
propsDefinition: Omit<Readonly<{
|
229
241
|
container?: any;
|
242
|
+
host?: any;
|
230
243
|
blueprint?: any;
|
231
244
|
colorSchemaType?: any;
|
232
245
|
blueprintType?: any;
|
233
246
|
colors?: any;
|
247
|
+
hostContainer?: any;
|
234
248
|
} & {
|
235
249
|
section?: Section<import("@omnia/fx-models").SectionSettings>;
|
236
250
|
parentContainer?: LayoutItem;
|
@@ -1,12 +1,11 @@
|
|
1
1
|
import { VueComponentBase, LayoutTemplateStore } from "../../..";
|
2
2
|
import { SubscriptionHandler } from "../../../..";
|
3
3
|
import { ILayoutTemplateSelector } from "./ILayoutTemplateSelector";
|
4
|
-
import { LocalizationService } from "../../../../services";
|
5
4
|
import { LayoutTemplateRegistration } from "../../../../models";
|
6
5
|
export declare class LayoutTemplateSelectorComponent extends VueComponentBase implements ILayoutTemplateSelector {
|
7
6
|
subscriptionHandler: SubscriptionHandler;
|
8
7
|
layoutTemplateStore: LayoutTemplateStore;
|
9
|
-
|
8
|
+
private localizationStore;
|
10
9
|
private loc;
|
11
10
|
onTemplateSelected: (registration: LayoutTemplateRegistration) => void;
|
12
11
|
searchText: string;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts
CHANGED
@@ -4,10 +4,12 @@ declare const _default: {
|
|
4
4
|
$data: {};
|
5
5
|
$props: {
|
6
6
|
container?: any;
|
7
|
+
host?: any;
|
7
8
|
blueprint?: any;
|
8
9
|
colorSchemaType?: any;
|
9
10
|
blueprintType?: any;
|
10
11
|
colors?: any;
|
12
|
+
hostContainer?: any;
|
11
13
|
style?: unknown;
|
12
14
|
class?: unknown;
|
13
15
|
key?: string | number | symbol;
|
@@ -72,12 +74,16 @@ declare const _default: {
|
|
72
74
|
colors?: any;
|
73
75
|
blueprintType?: any;
|
74
76
|
blueprint?: any;
|
77
|
+
host?: any;
|
78
|
+
hostContainer?: any;
|
75
79
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
76
80
|
container?: any;
|
81
|
+
host?: any;
|
77
82
|
blueprint?: any;
|
78
83
|
colorSchemaType?: any;
|
79
84
|
blueprintType?: any;
|
80
85
|
colors?: any;
|
86
|
+
hostContainer?: any;
|
81
87
|
}, {}, string, {}> & {
|
82
88
|
beforeCreate?: (() => void) | (() => void)[];
|
83
89
|
created?: (() => void) | (() => void)[];
|
@@ -104,6 +110,8 @@ declare const _default: {
|
|
104
110
|
colors?: any;
|
105
111
|
blueprintType?: any;
|
106
112
|
blueprint?: any;
|
113
|
+
host?: any;
|
114
|
+
hostContainer?: any;
|
107
115
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
108
116
|
__isFragment?: never;
|
109
117
|
__isTeleport?: never;
|
@@ -114,19 +122,25 @@ declare const _default: {
|
|
114
122
|
colors?: any;
|
115
123
|
blueprintType?: any;
|
116
124
|
blueprint?: any;
|
125
|
+
host?: any;
|
126
|
+
hostContainer?: any;
|
117
127
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
118
128
|
container?: any;
|
129
|
+
host?: any;
|
119
130
|
blueprint?: any;
|
120
131
|
colorSchemaType?: any;
|
121
132
|
blueprintType?: any;
|
122
133
|
colors?: any;
|
134
|
+
hostContainer?: any;
|
123
135
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
124
136
|
propsDefinition: Omit<Readonly<{
|
125
137
|
container?: any;
|
138
|
+
host?: any;
|
126
139
|
blueprint?: any;
|
127
140
|
colorSchemaType?: any;
|
128
141
|
blueprintType?: any;
|
129
142
|
colors?: any;
|
143
|
+
hostContainer?: any;
|
130
144
|
} & {}>, never>;
|
131
145
|
};
|
132
146
|
export default _default;
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import {
|
1
|
+
import { OIconSizes, BlockTitleIconSettings, BlockTitleSettings, TextAlignment } from "../../../../../models";
|
2
2
|
import { ITheming } from "../../../..";
|
3
3
|
export declare const BlockTitleStyles: {
|
4
4
|
safeGetSpacingPixels(value: any, spacing: any): string;
|
5
|
-
getIconOffset(iconSize:
|
6
|
-
getIconOffsetIconOnly(iconSize:
|
5
|
+
getIconOffset(iconSize: OIconSizes): -10 | -15 | -25 | -30;
|
6
|
+
getIconOffsetIconOnly(iconSize: OIconSizes): -5 | -15 | -17;
|
7
7
|
iconWrapperButton: (settings: BlockTitleIconSettings) => string;
|
8
8
|
iconInButton: (settings: BlockTitleIconSettings, theming: ITheming) => string;
|
9
9
|
wrapper: (settings: BlockTitleSettings, textAlignment: TextAlignment, theming: ITheming) => string;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts
CHANGED
@@ -5,15 +5,18 @@ declare const _default: {
|
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
7
|
container?: any;
|
8
|
+
host?: any;
|
8
9
|
blueprint?: any;
|
9
10
|
colorSchemaType?: any;
|
10
11
|
blueprintType?: any;
|
11
12
|
colors?: any;
|
13
|
+
hostContainer?: any;
|
12
14
|
readonly title?: string;
|
13
15
|
style?: unknown;
|
14
16
|
class?: unknown;
|
15
17
|
key?: string | number | symbol;
|
16
18
|
readonly themeDefinition?: ThemeDefinitionV2;
|
19
|
+
readonly "theme-definition"?: ThemeDefinitionV2;
|
17
20
|
ref?: import("vue").VNodeRef;
|
18
21
|
ref_for?: boolean;
|
19
22
|
ref_key?: string;
|
@@ -55,7 +58,6 @@ declare const _default: {
|
|
55
58
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
56
59
|
[key: string]: any;
|
57
60
|
}>) => void)[];
|
58
|
-
readonly "theme-definition"?: ThemeDefinitionV2;
|
59
61
|
readonly alternativeContent?: JSX.Element;
|
60
62
|
readonly settingsKey?: any;
|
61
63
|
readonly multilingualtitle?: string | MultilingualString;
|
@@ -109,12 +111,16 @@ declare const _default: {
|
|
109
111
|
colors?: any;
|
110
112
|
blueprintType?: any;
|
111
113
|
blueprint?: any;
|
114
|
+
host?: any;
|
115
|
+
hostContainer?: any;
|
112
116
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
113
117
|
container?: any;
|
118
|
+
host?: any;
|
114
119
|
blueprint?: any;
|
115
120
|
colorSchemaType?: any;
|
116
121
|
blueprintType?: any;
|
117
122
|
colors?: any;
|
123
|
+
hostContainer?: any;
|
118
124
|
}, {}, string, {}> & {
|
119
125
|
beforeCreate?: (() => void) | (() => void)[];
|
120
126
|
created?: (() => void) | (() => void)[];
|
@@ -169,6 +175,8 @@ declare const _default: {
|
|
169
175
|
colors?: any;
|
170
176
|
blueprintType?: any;
|
171
177
|
blueprint?: any;
|
178
|
+
host?: any;
|
179
|
+
hostContainer?: any;
|
172
180
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
173
181
|
__isFragment?: never;
|
174
182
|
__isTeleport?: never;
|
@@ -207,19 +215,25 @@ declare const _default: {
|
|
207
215
|
colors?: any;
|
208
216
|
blueprintType?: any;
|
209
217
|
blueprint?: any;
|
218
|
+
host?: any;
|
219
|
+
hostContainer?: any;
|
210
220
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
211
221
|
container?: any;
|
222
|
+
host?: any;
|
212
223
|
blueprint?: any;
|
213
224
|
colorSchemaType?: any;
|
214
225
|
blueprintType?: any;
|
215
226
|
colors?: any;
|
227
|
+
hostContainer?: any;
|
216
228
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
217
229
|
propsDefinition: Omit<Readonly<{
|
218
230
|
container?: any;
|
231
|
+
host?: any;
|
219
232
|
blueprint?: any;
|
220
233
|
colorSchemaType?: any;
|
221
234
|
blueprintType?: any;
|
222
235
|
colors?: any;
|
236
|
+
hostContainer?: any;
|
223
237
|
} & {
|
224
238
|
title?: string;
|
225
239
|
themeDefinition?: ThemeDefinitionV2;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts
CHANGED
@@ -13,10 +13,12 @@ declare const _default: {
|
|
13
13
|
$data: {};
|
14
14
|
$props: {
|
15
15
|
container?: any;
|
16
|
+
host?: any;
|
16
17
|
blueprint?: any;
|
17
18
|
colorSchemaType?: any;
|
18
19
|
blueprintType?: any;
|
19
20
|
colors?: any;
|
21
|
+
hostContainer?: any;
|
20
22
|
readonly small?: boolean;
|
21
23
|
style?: unknown;
|
22
24
|
class?: unknown;
|
@@ -111,12 +113,16 @@ declare const _default: {
|
|
111
113
|
colors?: any;
|
112
114
|
blueprintType?: any;
|
113
115
|
blueprint?: any;
|
116
|
+
host?: any;
|
117
|
+
hostContainer?: any;
|
114
118
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
115
119
|
container?: any;
|
120
|
+
host?: any;
|
116
121
|
blueprint?: any;
|
117
122
|
colorSchemaType?: any;
|
118
123
|
blueprintType?: any;
|
119
124
|
colors?: any;
|
125
|
+
hostContainer?: any;
|
120
126
|
}, {}, string, {}> & {
|
121
127
|
beforeCreate?: (() => void) | (() => void)[];
|
122
128
|
created?: (() => void) | (() => void)[];
|
@@ -166,6 +172,8 @@ declare const _default: {
|
|
166
172
|
colors?: any;
|
167
173
|
blueprintType?: any;
|
168
174
|
blueprint?: any;
|
175
|
+
host?: any;
|
176
|
+
hostContainer?: any;
|
169
177
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
170
178
|
__isFragment?: never;
|
171
179
|
__isTeleport?: never;
|
@@ -199,19 +207,25 @@ declare const _default: {
|
|
199
207
|
colors?: any;
|
200
208
|
blueprintType?: any;
|
201
209
|
blueprint?: any;
|
210
|
+
host?: any;
|
211
|
+
hostContainer?: any;
|
202
212
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
203
213
|
container?: any;
|
214
|
+
host?: any;
|
204
215
|
blueprint?: any;
|
205
216
|
colorSchemaType?: any;
|
206
217
|
blueprintType?: any;
|
207
218
|
colors?: any;
|
219
|
+
hostContainer?: any;
|
208
220
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
209
221
|
propsDefinition: Omit<Readonly<{
|
210
222
|
container?: any;
|
223
|
+
host?: any;
|
211
224
|
blueprint?: any;
|
212
225
|
colorSchemaType?: any;
|
213
226
|
blueprintType?: any;
|
214
227
|
colors?: any;
|
228
|
+
hostContainer?: any;
|
215
229
|
} & {
|
216
230
|
small?: boolean;
|
217
231
|
parentContainer?: LayoutItem;
|
@@ -10,6 +10,7 @@ declare const _default: {
|
|
10
10
|
class?: unknown;
|
11
11
|
key?: string | number | symbol;
|
12
12
|
readonly themeTargetId?: string;
|
13
|
+
readonly "theme-target-id"?: string;
|
13
14
|
ref?: import("vue").VNodeRef;
|
14
15
|
ref_for?: boolean;
|
15
16
|
ref_key?: string;
|
@@ -51,7 +52,6 @@ declare const _default: {
|
|
51
52
|
}>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
52
53
|
[key: string]: any;
|
53
54
|
}>) => void)[];
|
54
|
-
readonly "theme-target-id"?: string;
|
55
55
|
readonly settings?: SectionSettings;
|
56
56
|
onBlockInstanceCreated?: (blockInstance: any) => any;
|
57
57
|
readonly parentContainer?: LayoutItem;
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
16
16
|
key?: string | number | symbol;
|
17
17
|
readonly column?: SectionItem<ColumnedSectionItemSettings>;
|
18
18
|
readonly themeTargetId?: string;
|
19
|
+
readonly "theme-target-id"?: string;
|
19
20
|
ref?: import("vue").VNodeRef;
|
20
21
|
ref_for?: boolean;
|
21
22
|
ref_key?: string;
|
@@ -57,7 +58,6 @@ declare const _default: {
|
|
57
58
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
58
59
|
[key: string]: any;
|
59
60
|
}>) => void)[];
|
60
|
-
readonly "theme-target-id"?: string;
|
61
61
|
readonly settings?: SectionSettings;
|
62
62
|
readonly layoutId?: string;
|
63
63
|
readonly "layout-id"?: string;
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
16
16
|
class?: unknown;
|
17
17
|
key?: string | number | symbol;
|
18
18
|
readonly themeTargetId?: string;
|
19
|
+
readonly "theme-target-id"?: string;
|
19
20
|
ref?: import("vue").VNodeRef;
|
20
21
|
ref_for?: boolean;
|
21
22
|
ref_key?: string;
|
@@ -57,7 +58,6 @@ declare const _default: {
|
|
57
58
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
58
59
|
[key: string]: any;
|
59
60
|
}>) => void)[];
|
60
|
-
readonly "theme-target-id"?: string;
|
61
61
|
readonly parentContainer?: LayoutItem;
|
62
62
|
readonly "parent-container"?: LayoutItem;
|
63
63
|
readonly layoutId?: string;
|
@@ -15,6 +15,7 @@ declare const _default: {
|
|
15
15
|
class?: unknown;
|
16
16
|
key?: string | number | symbol;
|
17
17
|
readonly themeTargetId?: string;
|
18
|
+
readonly "theme-target-id"?: string;
|
18
19
|
ref?: import("vue").VNodeRef;
|
19
20
|
ref_for?: boolean;
|
20
21
|
ref_key?: string;
|
@@ -56,7 +57,6 @@ declare const _default: {
|
|
56
57
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
57
58
|
[key: string]: any;
|
58
59
|
}>) => void)[];
|
59
|
-
readonly "theme-target-id"?: string;
|
60
60
|
readonly layoutId?: string;
|
61
61
|
readonly "layout-id"?: string;
|
62
62
|
readonly useScrollMargingFix?: boolean;
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
9
9
|
class?: unknown;
|
10
10
|
key?: string | number | symbol;
|
11
11
|
readonly themeTargetId?: string;
|
12
|
+
readonly "theme-target-id"?: string;
|
12
13
|
ref?: import("vue").VNodeRef;
|
13
14
|
ref_for?: boolean;
|
14
15
|
ref_key?: string;
|
@@ -50,7 +51,6 @@ declare const _default: {
|
|
50
51
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
51
52
|
[key: string]: any;
|
52
53
|
}>) => void)[];
|
53
|
-
readonly "theme-target-id"?: string;
|
54
54
|
readonly layoutId?: string;
|
55
55
|
readonly "layout-id"?: string;
|
56
56
|
readonly useScrollMargingFix?: boolean;
|
@@ -8,6 +8,7 @@ declare const _default: {
|
|
8
8
|
class?: unknown;
|
9
9
|
key?: string | number | symbol;
|
10
10
|
readonly themeTargetId?: string;
|
11
|
+
readonly "theme-target-id"?: string;
|
11
12
|
ref?: import("vue").VNodeRef;
|
12
13
|
ref_for?: boolean;
|
13
14
|
ref_key?: string;
|
@@ -49,7 +50,6 @@ declare const _default: {
|
|
49
50
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
50
51
|
[key: string]: any;
|
51
52
|
}>) => void)[];
|
52
|
-
readonly "theme-target-id"?: string;
|
53
53
|
readonly settings?: SectionSettings;
|
54
54
|
readonly step?: SectionItem<SteppedSectionItemSettings>;
|
55
55
|
readonly designRender?: boolean;
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
9
9
|
key?: string | number | symbol;
|
10
10
|
readonly tab?: SectionItem<TabbedSectionItemSettings>;
|
11
11
|
readonly themeTargetId?: string;
|
12
|
+
readonly "theme-target-id"?: string;
|
12
13
|
ref?: import("vue").VNodeRef;
|
13
14
|
ref_for?: boolean;
|
14
15
|
ref_key?: string;
|
@@ -50,7 +51,6 @@ declare const _default: {
|
|
50
51
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
51
52
|
[key: string]: any;
|
52
53
|
}>) => void)[];
|
53
|
-
readonly "theme-target-id"?: string;
|
54
54
|
readonly settings?: SectionSettings;
|
55
55
|
readonly designRender?: boolean;
|
56
56
|
readonly "design-render"?: boolean;
|
@@ -1,11 +1,10 @@
|
|
1
1
|
import { Store } from "../../../stores";
|
2
2
|
import { LayoutItemRegistration, BlockRegistration, LayoutItem, Block } from "../../../models";
|
3
|
-
import { LocalizationService } from "../../../services";
|
4
3
|
export declare class BlockCatalogStore extends Store {
|
5
4
|
private omniaUxLoc;
|
6
5
|
private omniaContext;
|
7
6
|
private featureStore;
|
8
|
-
|
7
|
+
private localizationStore;
|
9
8
|
private mediaPickerService;
|
10
9
|
/**
|
11
10
|
* State
|
@@ -1,8 +1,7 @@
|
|
1
1
|
import { Store } from "../../../stores";
|
2
2
|
import { LayoutTemplateRegistration } from "../../../models";
|
3
|
-
import { LocalizationService } from "../../../services";
|
4
3
|
export declare class LayoutTemplateStore extends Store {
|
5
|
-
|
4
|
+
private localizationStore;
|
6
5
|
private resolvableRegistrationTemplates;
|
7
6
|
registrations: import("../../../stores").StoreState<LayoutTemplateRegistration[]>;
|
8
7
|
onActivated(): void;
|