@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
@@ -6,10 +6,12 @@ declare const _default: {
|
|
6
6
|
$data: {};
|
7
7
|
$props: {
|
8
8
|
container?: any;
|
9
|
+
host?: any;
|
9
10
|
blueprint?: any;
|
10
11
|
colorSchemaType?: any;
|
11
12
|
blueprintType?: any;
|
12
13
|
colors?: any;
|
14
|
+
hostContainer?: any;
|
13
15
|
style?: unknown;
|
14
16
|
class?: unknown;
|
15
17
|
readonly name?: {
|
@@ -214,16 +216,20 @@ declare const _default: {
|
|
214
216
|
colors?: any;
|
215
217
|
blueprintType?: any;
|
216
218
|
blueprint?: any;
|
219
|
+
host?: any;
|
220
|
+
hostContainer?: any;
|
217
221
|
}>> & {
|
218
222
|
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
219
223
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
220
224
|
"update:modelValue": (colorSchema: ColorSchema) => any;
|
221
225
|
}, string, {
|
222
226
|
container?: any;
|
227
|
+
host?: any;
|
223
228
|
blueprint?: any;
|
224
229
|
colorSchemaType?: any;
|
225
230
|
blueprintType?: any;
|
226
231
|
colors?: any;
|
232
|
+
hostContainer?: any;
|
227
233
|
}, {}, string, {}> & {
|
228
234
|
beforeCreate?: (() => void) | (() => void)[];
|
229
235
|
created?: (() => void) | (() => void)[];
|
@@ -321,6 +327,8 @@ declare const _default: {
|
|
321
327
|
colors?: any;
|
322
328
|
blueprintType?: any;
|
323
329
|
blueprint?: any;
|
330
|
+
host?: any;
|
331
|
+
hostContainer?: any;
|
324
332
|
}>> & {
|
325
333
|
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
326
334
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -404,23 +412,29 @@ declare const _default: {
|
|
404
412
|
colors?: any;
|
405
413
|
blueprintType?: any;
|
406
414
|
blueprint?: any;
|
415
|
+
host?: any;
|
416
|
+
hostContainer?: any;
|
407
417
|
}>> & {
|
408
418
|
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
409
419
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
410
420
|
"update:modelValue": (colorSchema: ColorSchema) => any;
|
411
421
|
}, string, {
|
412
422
|
container?: any;
|
423
|
+
host?: any;
|
413
424
|
blueprint?: any;
|
414
425
|
colorSchemaType?: any;
|
415
426
|
blueprintType?: any;
|
416
427
|
colors?: any;
|
428
|
+
hostContainer?: any;
|
417
429
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
418
430
|
propsDefinition: Omit<Readonly<{
|
419
431
|
container?: any;
|
432
|
+
host?: any;
|
420
433
|
blueprint?: any;
|
421
434
|
colorSchemaType?: any;
|
422
435
|
blueprintType?: any;
|
423
436
|
colors?: any;
|
437
|
+
hostContainer?: any;
|
424
438
|
} & {
|
425
439
|
name?: {
|
426
440
|
[x: `onUpdate:${string}`]: {
|
package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts
CHANGED
@@ -70,6 +70,7 @@ declare const _default: {
|
|
70
70
|
};
|
71
71
|
key?: string | number | symbol;
|
72
72
|
readonly themeDefinition?: ThemeDefinitionV2;
|
73
|
+
readonly "theme-definition"?: ThemeDefinitionV2;
|
73
74
|
ref?: import("vue").VNodeRef;
|
74
75
|
ref_for?: boolean;
|
75
76
|
ref_key?: string;
|
@@ -111,7 +112,6 @@ declare const _default: {
|
|
111
112
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
112
113
|
[key: string]: any;
|
113
114
|
}>) => void)[];
|
114
|
-
readonly "theme-definition"?: ThemeDefinitionV2;
|
115
115
|
"onUpdate:modelValue"?: ((value: ColorSchemaTypes | ColorSchemaType) => any) & ((value: ColorSchemaTypes) => any);
|
116
116
|
readonly "v-model"?: ColorSchemaTypes | ColorSchemaType;
|
117
117
|
readonly modelValue?: ColorSchemaTypes | ColorSchemaType;
|
@@ -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
|
style?: unknown;
|
13
15
|
class?: unknown;
|
14
16
|
readonly name?: {
|
@@ -209,16 +211,20 @@ declare const _default: {
|
|
209
211
|
colors?: any;
|
210
212
|
blueprintType?: any;
|
211
213
|
blueprint?: any;
|
214
|
+
host?: any;
|
215
|
+
hostContainer?: any;
|
212
216
|
}>> & {
|
213
217
|
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
214
218
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
215
219
|
"update:modelValue": (theme: ThemeDefinitionV2) => true;
|
216
220
|
}, string, {
|
217
221
|
container?: any;
|
222
|
+
host?: any;
|
218
223
|
blueprint?: any;
|
219
224
|
colorSchemaType?: any;
|
220
225
|
blueprintType?: any;
|
221
226
|
colors?: any;
|
227
|
+
hostContainer?: any;
|
222
228
|
}, {}, string, {}> & {
|
223
229
|
beforeCreate?: (() => void) | (() => void)[];
|
224
230
|
created?: (() => void) | (() => void)[];
|
@@ -316,6 +322,8 @@ declare const _default: {
|
|
316
322
|
colors?: any;
|
317
323
|
blueprintType?: any;
|
318
324
|
blueprint?: any;
|
325
|
+
host?: any;
|
326
|
+
hostContainer?: any;
|
319
327
|
}>> & {
|
320
328
|
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
321
329
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -399,23 +407,29 @@ declare const _default: {
|
|
399
407
|
colors?: any;
|
400
408
|
blueprintType?: any;
|
401
409
|
blueprint?: any;
|
410
|
+
host?: any;
|
411
|
+
hostContainer?: any;
|
402
412
|
}>> & {
|
403
413
|
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
404
414
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
405
415
|
"update:modelValue": (theme: ThemeDefinitionV2) => true;
|
406
416
|
}, string, {
|
407
417
|
container?: any;
|
418
|
+
host?: any;
|
408
419
|
blueprint?: any;
|
409
420
|
colorSchemaType?: any;
|
410
421
|
blueprintType?: any;
|
411
422
|
colors?: any;
|
423
|
+
hostContainer?: any;
|
412
424
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
413
425
|
propsDefinition: Omit<Readonly<{
|
414
426
|
container?: any;
|
427
|
+
host?: any;
|
415
428
|
blueprint?: any;
|
416
429
|
colorSchemaType?: any;
|
417
430
|
blueprintType?: any;
|
418
431
|
colors?: any;
|
432
|
+
hostContainer?: any;
|
419
433
|
} & {
|
420
434
|
name?: {
|
421
435
|
[x: `onUpdate:${string}`]: {
|
@@ -8,6 +8,7 @@ export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
|
|
8
8
|
constructor(primary: string | ColorSchema, secondary: string | ColorSchema, accent1: string | ColorSchema, accent2: string | ColorSchema, accent3: string | ColorSchema, neutral: string | ColorSchema, background: string | ColorSchema, info: string | ColorSchema, error: string | ColorSchema, name: string, dark: boolean, id: Guid, blueprints: BluePrintDefinitions);
|
9
9
|
}
|
10
10
|
export declare function DarkKnightDefinition(): ThemeDefinitionInstance;
|
11
|
+
export declare function DocumentationDefinition(): ThemeDefinitionInstance;
|
11
12
|
export declare function DarkEditorDefinition(): ThemeDefinitionInstance;
|
12
13
|
export declare function LightEditorDefinition(): ThemeDefinitionInstance;
|
13
14
|
export declare function BlackDefinition(): ThemeDefinitionInstance;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare
|
1
|
+
export declare function useBlueprintSetup(props: object): {
|
2
2
|
state: {
|
3
3
|
blueprint: import("@omnia/fx-models").BlueprintDefinition;
|
4
4
|
blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes;
|
@@ -34,6 +34,7 @@ export declare const useBlueprintSetup: (props: object) => {
|
|
34
34
|
onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("..").ThemeDefinitionInstance>;
|
35
35
|
};
|
36
36
|
activated: void;
|
37
|
+
deactivated(): void;
|
37
38
|
}) => void;
|
38
39
|
setCustomBlueprint: (blueprint: import("@omnia/fx-models").BlueprintDefinition) => void;
|
39
40
|
};
|
@@ -44,4 +45,5 @@ export declare const useBlueprintSetup: (props: object) => {
|
|
44
45
|
onMutatedBlueprintType: import("@omnia/fx").EventHook<import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes>;
|
45
46
|
};
|
46
47
|
activated: void;
|
48
|
+
deactivated(): void;
|
47
49
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare
|
1
|
+
export declare function useColorSchemaSetup(props: object): {
|
2
2
|
state: {
|
3
3
|
base: import("@omnia/fx-models").ColorDefinition;
|
4
4
|
onBase: import("@omnia/fx-models").ColorDefinition;
|
@@ -47,6 +47,7 @@ export declare const useColorSchemaSetup: (props: object) => {
|
|
47
47
|
onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("../theming-v2").ThemeDefinitionInstance>;
|
48
48
|
};
|
49
49
|
activated: void;
|
50
|
+
deactivated(): void;
|
50
51
|
}) => void;
|
51
52
|
setCustomColorSchema: (colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void;
|
52
53
|
setColor: (colorDefinition: import("@omnia/fx-models").ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes) => void;
|
@@ -70,4 +71,5 @@ export declare const useColorSchemaSetup: (props: object) => {
|
|
70
71
|
onMutatedId: import("@omnia/fx").EventHook<import("@omnia/fx-models").GuidValue>;
|
71
72
|
};
|
72
73
|
activated: void;
|
74
|
+
deactivated(): void;
|
73
75
|
};
|
File without changes
|
File without changes
|
@@ -7,7 +7,6 @@ declare const _default: {
|
|
7
7
|
style?: unknown;
|
8
8
|
class?: unknown;
|
9
9
|
key?: string | number | symbol;
|
10
|
-
readonly valueBind?: UserIdentity;
|
11
10
|
ref?: import("vue").VNodeRef;
|
12
11
|
ref_for?: boolean;
|
13
12
|
ref_key?: string;
|
@@ -49,6 +48,7 @@ declare const _default: {
|
|
49
48
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
50
49
|
[key: string]: any;
|
51
50
|
}>) => void)[];
|
51
|
+
readonly valueBind?: UserIdentity;
|
52
52
|
readonly styles?: {
|
53
53
|
container?: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
54
54
|
};
|
package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.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;
|
@@ -10,10 +10,12 @@ declare const _default: {
|
|
10
10
|
$data: {};
|
11
11
|
$props: {
|
12
12
|
container?: any;
|
13
|
+
host?: any;
|
13
14
|
blueprint?: any;
|
14
15
|
colorSchemaType?: any;
|
15
16
|
blueprintType?: any;
|
16
17
|
colors?: any;
|
18
|
+
hostContainer?: any;
|
17
19
|
style?: unknown;
|
18
20
|
class?: unknown;
|
19
21
|
key?: string | number | symbol;
|
@@ -79,16 +81,20 @@ declare const _default: {
|
|
79
81
|
colors?: any;
|
80
82
|
blueprintType?: any;
|
81
83
|
blueprint?: any;
|
84
|
+
host?: any;
|
85
|
+
hostContainer?: any;
|
82
86
|
}>> & {
|
83
87
|
"onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
|
84
88
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
85
89
|
"definition:selected": (ev: DefinitionSelectedEvent) => any;
|
86
90
|
}, string, {
|
87
91
|
container?: any;
|
92
|
+
host?: any;
|
88
93
|
blueprint?: any;
|
89
94
|
colorSchemaType?: any;
|
90
95
|
blueprintType?: any;
|
91
96
|
colors?: any;
|
97
|
+
hostContainer?: any;
|
92
98
|
}, {}, string, {}> & {
|
93
99
|
beforeCreate?: (() => void) | (() => void)[];
|
94
100
|
created?: (() => void) | (() => void)[];
|
@@ -115,6 +121,8 @@ declare const _default: {
|
|
115
121
|
colors?: any;
|
116
122
|
blueprintType?: any;
|
117
123
|
blueprint?: any;
|
124
|
+
host?: any;
|
125
|
+
hostContainer?: any;
|
118
126
|
}>> & {
|
119
127
|
"onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
|
120
128
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -127,23 +135,29 @@ declare const _default: {
|
|
127
135
|
colors?: any;
|
128
136
|
blueprintType?: any;
|
129
137
|
blueprint?: any;
|
138
|
+
host?: any;
|
139
|
+
hostContainer?: any;
|
130
140
|
}>> & {
|
131
141
|
"onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
|
132
142
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
133
143
|
"definition:selected": (ev: DefinitionSelectedEvent) => any;
|
134
144
|
}, string, {
|
135
145
|
container?: any;
|
146
|
+
host?: any;
|
136
147
|
blueprint?: any;
|
137
148
|
colorSchemaType?: any;
|
138
149
|
blueprintType?: any;
|
139
150
|
colors?: any;
|
151
|
+
hostContainer?: any;
|
140
152
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
141
153
|
propsDefinition: Omit<Readonly<{
|
142
154
|
container?: any;
|
155
|
+
host?: any;
|
143
156
|
blueprint?: any;
|
144
157
|
colorSchemaType?: any;
|
145
158
|
blueprintType?: any;
|
146
159
|
colors?: any;
|
160
|
+
hostContainer?: any;
|
147
161
|
} & {}>, "onDefinition:selected"> & {
|
148
162
|
"onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
|
149
163
|
};
|
@@ -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
|
style?: unknown;
|
13
15
|
class?: unknown;
|
14
16
|
key?: string | number | symbol;
|
@@ -74,16 +76,20 @@ declare const _default: {
|
|
74
76
|
colors?: any;
|
75
77
|
blueprintType?: any;
|
76
78
|
blueprint?: any;
|
79
|
+
host?: any;
|
80
|
+
hostContainer?: any;
|
77
81
|
}>> & {
|
78
82
|
"onDefinition:selected"?: (id: Guid) => any;
|
79
83
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
80
84
|
"definition:selected": (id: Guid) => any;
|
81
85
|
}, string, {
|
82
86
|
container?: any;
|
87
|
+
host?: any;
|
83
88
|
blueprint?: any;
|
84
89
|
colorSchemaType?: any;
|
85
90
|
blueprintType?: any;
|
86
91
|
colors?: any;
|
92
|
+
hostContainer?: any;
|
87
93
|
}, {}, string, {}> & {
|
88
94
|
beforeCreate?: (() => void) | (() => void)[];
|
89
95
|
created?: (() => void) | (() => void)[];
|
@@ -110,6 +116,8 @@ declare const _default: {
|
|
110
116
|
colors?: any;
|
111
117
|
blueprintType?: any;
|
112
118
|
blueprint?: any;
|
119
|
+
host?: any;
|
120
|
+
hostContainer?: any;
|
113
121
|
}>> & {
|
114
122
|
"onDefinition:selected"?: (id: Guid) => any;
|
115
123
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -122,23 +130,29 @@ declare const _default: {
|
|
122
130
|
colors?: any;
|
123
131
|
blueprintType?: any;
|
124
132
|
blueprint?: any;
|
133
|
+
host?: any;
|
134
|
+
hostContainer?: any;
|
125
135
|
}>> & {
|
126
136
|
"onDefinition:selected"?: (id: Guid) => any;
|
127
137
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
128
138
|
"definition:selected": (id: Guid) => any;
|
129
139
|
}, string, {
|
130
140
|
container?: any;
|
141
|
+
host?: any;
|
131
142
|
blueprint?: any;
|
132
143
|
colorSchemaType?: any;
|
133
144
|
blueprintType?: any;
|
134
145
|
colors?: any;
|
146
|
+
hostContainer?: any;
|
135
147
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
136
148
|
propsDefinition: Omit<Readonly<{
|
137
149
|
container?: any;
|
150
|
+
host?: any;
|
138
151
|
blueprint?: any;
|
139
152
|
colorSchemaType?: any;
|
140
153
|
blueprintType?: any;
|
141
154
|
colors?: any;
|
155
|
+
hostContainer?: any;
|
142
156
|
} & {}>, "onDefinition:selected"> & {
|
143
157
|
"onDefinition:selected"?: (id: Guid) => any;
|
144
158
|
};
|
@@ -6,7 +6,6 @@ declare const _default: {
|
|
6
6
|
style?: unknown;
|
7
7
|
class?: unknown;
|
8
8
|
key?: string | number | symbol;
|
9
|
-
readonly onChange?: (value: string) => void;
|
10
9
|
ref?: import("vue").VNodeRef;
|
11
10
|
ref_for?: boolean;
|
12
11
|
ref_key?: string;
|
@@ -48,6 +47,7 @@ declare const _default: {
|
|
48
47
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
48
|
[key: string]: any;
|
50
49
|
}>) => void)[];
|
50
|
+
readonly onChange?: (value: string) => void;
|
51
51
|
readonly model?: string;
|
52
52
|
};
|
53
53
|
$attrs: {
|
@@ -12,7 +12,6 @@ declare const _default: {
|
|
12
12
|
style?: unknown;
|
13
13
|
class?: unknown;
|
14
14
|
key?: string | number | symbol;
|
15
|
-
readonly onChange?: (value: VelcronColorSchema) => void;
|
16
15
|
ref?: import("vue").VNodeRef;
|
17
16
|
ref_for?: boolean;
|
18
17
|
ref_key?: string;
|
@@ -54,6 +53,7 @@ declare const _default: {
|
|
54
53
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
55
54
|
[key: string]: any;
|
56
55
|
}>) => void)[];
|
56
|
+
readonly onChange?: (value: VelcronColorSchema) => void;
|
57
57
|
readonly model?: VelcronColorSchema;
|
58
58
|
};
|
59
59
|
$attrs: {
|
@@ -7,7 +7,6 @@ declare const _default: {
|
|
7
7
|
style?: unknown;
|
8
8
|
class?: unknown;
|
9
9
|
key?: string | number | symbol;
|
10
|
-
readonly onChange?: (value: VelcronImageRatios) => void;
|
11
10
|
ref?: import("vue").VNodeRef;
|
12
11
|
ref_for?: boolean;
|
13
12
|
ref_key?: string;
|
@@ -49,6 +48,7 @@ declare const _default: {
|
|
49
48
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
50
49
|
[key: string]: any;
|
51
50
|
}>) => void)[];
|
51
|
+
readonly onChange?: (value: VelcronImageRatios) => void;
|
52
52
|
readonly model?: import("vue").PropType<VelcronImageRatios>;
|
53
53
|
};
|
54
54
|
$attrs: {
|
@@ -6,7 +6,6 @@ declare const _default: {
|
|
6
6
|
style?: unknown;
|
7
7
|
class?: unknown;
|
8
8
|
key?: string | number | symbol;
|
9
|
-
readonly onChange?: (value: string) => void;
|
10
9
|
ref?: import("vue").VNodeRef;
|
11
10
|
ref_for?: boolean;
|
12
11
|
ref_key?: string;
|
@@ -48,6 +47,7 @@ declare const _default: {
|
|
48
47
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
48
|
[key: string]: any;
|
50
49
|
}>) => void)[];
|
50
|
+
readonly onChange?: (value: string) => void;
|
51
51
|
readonly model?: string;
|
52
52
|
};
|
53
53
|
$attrs: {
|
@@ -7,15 +7,18 @@ declare const _default: {
|
|
7
7
|
$data: {};
|
8
8
|
$props: {
|
9
9
|
container?: any;
|
10
|
+
host?: any;
|
10
11
|
blueprint?: any;
|
11
12
|
colorSchemaType?: any;
|
12
13
|
blueprintType?: any;
|
13
14
|
colors?: any;
|
15
|
+
hostContainer?: any;
|
14
16
|
style?: unknown;
|
15
17
|
class?: unknown;
|
16
18
|
key?: string | number | symbol;
|
17
19
|
readonly definition: VelcronAppDefinition<object>;
|
18
20
|
readonly themeDefinition?: ThemeDefinitionV2;
|
21
|
+
readonly "theme-definition"?: ThemeDefinitionV2;
|
19
22
|
ref?: import("vue").VNodeRef;
|
20
23
|
ref_for?: boolean;
|
21
24
|
ref_key?: string;
|
@@ -57,7 +60,6 @@ declare const _default: {
|
|
57
60
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
58
61
|
[key: string]: any;
|
59
62
|
}>) => void)[];
|
60
|
-
readonly "theme-definition"?: ThemeDefinitionV2;
|
61
63
|
readonly context?: VelcronRenderContext;
|
62
64
|
readonly eventHandlers?: unknown;
|
63
65
|
readonly "event-handlers"?: unknown;
|
@@ -85,6 +87,8 @@ declare const _default: {
|
|
85
87
|
colors?: any;
|
86
88
|
blueprintType?: any;
|
87
89
|
blueprint?: any;
|
90
|
+
host?: any;
|
91
|
+
hostContainer?: any;
|
88
92
|
"edit-mode": {
|
89
93
|
type: import("vue").PropType<boolean>;
|
90
94
|
};
|
@@ -121,10 +125,12 @@ declare const _default: {
|
|
121
125
|
"state:updated": (state: DynamicState) => any;
|
122
126
|
}, string, {
|
123
127
|
container?: any;
|
128
|
+
host?: any;
|
124
129
|
blueprint?: any;
|
125
130
|
colorSchemaType: any;
|
126
131
|
blueprintType?: any;
|
127
132
|
colors?: any;
|
133
|
+
hostContainer?: any;
|
128
134
|
}, {}, string, {}> & {
|
129
135
|
beforeCreate?: (() => void) | (() => void)[];
|
130
136
|
created?: (() => void) | (() => void)[];
|
@@ -151,6 +157,8 @@ declare const _default: {
|
|
151
157
|
colors?: any;
|
152
158
|
blueprintType?: any;
|
153
159
|
blueprint?: any;
|
160
|
+
host?: any;
|
161
|
+
hostContainer?: any;
|
154
162
|
"edit-mode": {
|
155
163
|
type: import("vue").PropType<boolean>;
|
156
164
|
};
|
@@ -193,6 +201,8 @@ declare const _default: {
|
|
193
201
|
colors?: any;
|
194
202
|
blueprintType?: any;
|
195
203
|
blueprint?: any;
|
204
|
+
host?: any;
|
205
|
+
hostContainer?: any;
|
196
206
|
"edit-mode": {
|
197
207
|
type: import("vue").PropType<boolean>;
|
198
208
|
};
|
@@ -229,18 +239,22 @@ declare const _default: {
|
|
229
239
|
"state:updated": (state: DynamicState) => any;
|
230
240
|
}, 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
|
definition: VelcronAppDefinition<object>;
|
240
253
|
blueprint?: any;
|
241
254
|
colorSchemaType: any;
|
242
255
|
blueprintType?: any;
|
243
256
|
colors?: any;
|
257
|
+
hostContainer?: any;
|
244
258
|
} & {
|
245
259
|
themeDefinition?: ThemeDefinitionV2;
|
246
260
|
"theme-definition"?: ThemeDefinitionV2;
|