@omnia/fx 8.0.162-dev → 8.0.164-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/console/components/Console.d.ts +2 -6
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +13 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +31 -16
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/summary/InformationStepSummary.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/ThemeDesigner.d.ts +9 -4
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +33 -6
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +27 -6
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/docs/BorderPickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +17 -4
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +113 -84
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +155 -126
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/componentblueprints/ComponentBlueprintsViewer.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +51 -11
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +29 -6
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/docs/FillPickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +18 -5
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +27 -6
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +23 -6
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +15 -4
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +23 -6
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +14 -5
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +22 -4
- package/internal-do-not-import-from-here/ux/aurora/components/typography/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +52 -6071
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +756 -752
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +72 -72
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +756 -752
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/{velcron/editor/components/AddComponent.d.ts → datetimepicker/docs/DateTimePickerExample.d.ts} +4 -4
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +70 -5
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/UseClickInSide.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholder.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholderSettings.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +19 -4
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +23 -4
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyAppInstance.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/features/blades/ConsentUrlBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/features/blades/ViewConsentBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +54 -24
- package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/docs/SampleButtons.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponentMenu.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/journey/docs/SampleVariants.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/jsonexportimport/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +56 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +17 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +10 -4
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +206 -135
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Vimeo/VimeoProvider.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Vimeo/loc/localize.d.ts +30 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/VimeoProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +18 -4
- package/internal-do-not-import-from-here/ux/models/DateTimePickerStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/LegacyVideo.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +31 -4
- package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +9 -4
- package/internal-do-not-import-from-here/ux/organizationtree/reportees/Reportees.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +77 -27
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +55 -55
- package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +54 -24
- package/internal-do-not-import-from-here/ux/oxide/chart/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -35
- package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +1 -6187
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +46 -12384
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +81 -26
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithTabs.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +66 -37
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +572 -0
- package/internal-do-not-import-from-here/ux/oxide/inputfield/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/{textfield → inputfield}/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/inputfield/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +66 -37
- package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/pagination/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +100 -71
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +59 -12381
- package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +64 -35
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +66 -37
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +75 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/pickerwrapper/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +32 -4
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +18 -4
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +41 -4
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorNode.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +54 -24
- package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -6187
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/use/UseJourney.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +56 -26
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +56 -26
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +220 -80
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +64 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +45 -17
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +73 -12
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +3 -16
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -9
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +27 -211
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +186 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +8 -7
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/VelcronEditorBuilder.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronContentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilderBase.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddApp.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/{AddComponent.css.d.ts → AddItem.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContextMenu.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditEditorsPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditorCanvas.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/StateTree.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/ContentTemplates.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +59 -29
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +98 -98
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/{ContainerEditor.d.ts → BackgroundEditor.d.ts} +112 -91
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +446 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +132 -97
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +350 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +72 -11
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ReferenceEditor.d.ts +10 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/velcron/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +19 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +28 -8
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +19 -8
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/versionhistory/VersionHistory.d.ts +2 -6
- package/internal-do-not-import-from-here/wctypings.d.ts +52 -28
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +0 -138
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +0 -15
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +0 -3
- /package/internal-do-not-import-from-here/ux/{oxide/textfield → datetimepicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/textfield → datetimepicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronBlockHeaderStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronColorSchemaBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronContentStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronImageStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronPropertyMappingStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilderBase.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronTextContentBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{datetimepicker/DateTimePicker.css.d.ts → vuetify/input/VNumber.bundle.d.ts} +0 -0
package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts
CHANGED
@@ -1,16 +1,26 @@
|
|
1
|
-
import { VersionedLayout } from "@omnia/fx-models";
|
2
|
-
import { VersionedLayoutBladeSettings } from "@omnia/fx/ux";
|
3
|
-
declare const _default: (props: {
|
1
|
+
import { IIcon, VersionedLayout } from "@omnia/fx-models";
|
2
|
+
import { DefineSlot, VersionedLayoutBladeSettings } from "@omnia/fx/ux";
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
4
|
settings?: VersionedLayoutBladeSettings<import("@omnia/fx-models").VersionedLayoutDefinition>;
|
5
|
+
} & {
|
5
6
|
selectedLayout?: VersionedLayout;
|
7
|
+
} & {
|
8
|
+
icon?: IIcon;
|
9
|
+
} & {
|
6
10
|
title?: string;
|
11
|
+
} & {
|
7
12
|
subTitle?: string;
|
13
|
+
} & {
|
8
14
|
hideNavigation?: boolean;
|
15
|
+
} & {
|
9
16
|
provider?: string;
|
17
|
+
} & {
|
10
18
|
"v-model"?: boolean;
|
19
|
+
} & {
|
11
20
|
"onUpdate:modelValue"?: (value: boolean) => void;
|
21
|
+
} & {
|
12
22
|
modelValue?: boolean;
|
13
|
-
} & Omit<{}, "title" | "provider" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout" | "hideNavigation"> & {
|
23
|
+
} & DefineSlot<"navigation", () => JSX.Element> & DefineSlot<"bottomNavigationDrawer", () => JSX.Element> & DefineSlot<"prependNavigation", () => JSX.Element>> & Omit<{}, "icon" | "title" | "provider" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout" | "hideNavigation"> & {
|
14
24
|
"v-slots"?: {
|
15
25
|
default?: import("vue").Slot;
|
16
26
|
} & {
|
@@ -18,7 +28,7 @@ declare const _default: (props: {
|
|
18
28
|
bottomNavigationDrawer?: () => JSX.Element;
|
19
29
|
prependNavigation?: () => JSX.Element;
|
20
30
|
};
|
21
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "provider" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout" | "hideNavigation" | "slot:navigation" | "slot:bottomNavigationDrawer" | "slot:prependNavigation">) => {
|
31
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "provider" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout" | "hideNavigation" | "slot:navigation" | "slot:bottomNavigationDrawer" | "slot:prependNavigation">) => {
|
22
32
|
$: import("vue").ComponentInternalInstance;
|
23
33
|
$data: {};
|
24
34
|
$props: {};
|
@@ -56,17 +66,27 @@ declare const _default: (props: {
|
|
56
66
|
$nextTick: typeof import("vue").nextTick;
|
57
67
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
58
68
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
59
|
-
propsDefinition: {
|
69
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
60
70
|
settings?: VersionedLayoutBladeSettings<import("@omnia/fx-models").VersionedLayoutDefinition>;
|
71
|
+
} & {
|
61
72
|
selectedLayout?: VersionedLayout;
|
73
|
+
} & {
|
74
|
+
icon?: IIcon;
|
75
|
+
} & {
|
62
76
|
title?: string;
|
77
|
+
} & {
|
63
78
|
subTitle?: string;
|
79
|
+
} & {
|
64
80
|
hideNavigation?: boolean;
|
81
|
+
} & {
|
65
82
|
provider?: string;
|
83
|
+
} & {
|
66
84
|
"v-model"?: boolean;
|
85
|
+
} & {
|
67
86
|
"onUpdate:modelValue"?: (value: boolean) => void;
|
68
|
-
modelValue?: boolean;
|
69
87
|
} & {
|
88
|
+
modelValue?: boolean;
|
89
|
+
} & DefineSlot<"navigation", () => JSX.Element> & DefineSlot<"bottomNavigationDrawer", () => JSX.Element> & DefineSlot<"prependNavigation", () => JSX.Element>> & {
|
70
90
|
"v-slots"?: {
|
71
91
|
default?: import("vue").Slot;
|
72
92
|
} & {
|
@@ -74,7 +94,7 @@ declare const _default: (props: {
|
|
74
94
|
bottomNavigationDrawer?: () => JSX.Element;
|
75
95
|
prependNavigation?: () => JSX.Element;
|
76
96
|
};
|
77
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "provider" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout" | "hideNavigation">;
|
97
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "provider" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout" | "hideNavigation">;
|
78
98
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
79
99
|
[key: string]: any;
|
80
100
|
}>;
|
package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts
CHANGED
@@ -1,9 +1,10 @@
|
|
1
1
|
import { VersionedLayout, VersionedLayoutDefinition } from "@omnia/fx-models";
|
2
|
-
import { VersionedLayoutBladeSettings } from "@omnia/fx/ux";
|
3
|
-
declare const _default: (props: {
|
2
|
+
import { DefineEmit, VersionedLayoutBladeSettings } from "@omnia/fx/ux";
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
4
|
settings?: VersionedLayoutBladeSettings<VersionedLayoutDefinition>;
|
5
|
+
} & {
|
5
6
|
isBlade?: boolean;
|
6
|
-
} & Omit<{
|
7
|
+
} & DefineEmit<"setLayout", (layout: VersionedLayout) => void>> & Omit<{
|
7
8
|
onSetLayout?: (layout: VersionedLayout) => any;
|
8
9
|
}, "settings" | "isBlade"> & {
|
9
10
|
"v-slots"?: {
|
@@ -47,10 +48,11 @@ declare const _default: (props: {
|
|
47
48
|
$nextTick: typeof import("vue").nextTick;
|
48
49
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
49
50
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
50
|
-
propsDefinition: {
|
51
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
51
52
|
settings?: VersionedLayoutBladeSettings<VersionedLayoutDefinition>;
|
52
|
-
isBlade?: boolean;
|
53
53
|
} & {
|
54
|
+
isBlade?: boolean;
|
55
|
+
} & DefineEmit<"setLayout", (layout: VersionedLayout) => void>> & {
|
54
56
|
"v-slots"?: {
|
55
57
|
default?: import("vue").Slot;
|
56
58
|
} & {};
|
@@ -1,8 +1,9 @@
|
|
1
1
|
import { VersionedLayoutBladeSettings } from "@omnia/fx/ux";
|
2
|
-
declare const _default: (props: {
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
3
|
settings?: VersionedLayoutBladeSettings<import("@omnia/fx-models").VersionedLayoutDefinition>;
|
4
|
+
} & {
|
4
5
|
bladeTitle?: string;
|
5
|
-
} & Omit<{}, "settings" | "bladeTitle"> & {
|
6
|
+
}> & Omit<{}, "settings" | "bladeTitle"> & {
|
6
7
|
"v-slots"?: {
|
7
8
|
default?: import("vue").Slot;
|
8
9
|
} & {};
|
@@ -44,10 +45,11 @@ declare const _default: (props: {
|
|
44
45
|
$nextTick: typeof import("vue").nextTick;
|
45
46
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
46
47
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
47
|
-
propsDefinition: {
|
48
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
48
49
|
settings?: VersionedLayoutBladeSettings<import("@omnia/fx-models").VersionedLayoutDefinition>;
|
49
|
-
bladeTitle?: string;
|
50
50
|
} & {
|
51
|
+
bladeTitle?: string;
|
52
|
+
}> & {
|
51
53
|
"v-slots"?: {
|
52
54
|
default?: import("vue").Slot;
|
53
55
|
} & {};
|
@@ -1,8 +1,9 @@
|
|
1
1
|
import { VersionedLayoutDefinition } from "@omnia/fx/models";
|
2
|
-
declare const _default: (props: {
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
3
|
definition?: VersionedLayoutDefinition;
|
4
|
+
} & {
|
4
5
|
isCheckedOutToMe?: boolean;
|
5
|
-
} & Omit<{}, "definition" | "isCheckedOutToMe"> & {
|
6
|
+
}> & Omit<{}, "definition" | "isCheckedOutToMe"> & {
|
6
7
|
"v-slots"?: {
|
7
8
|
default?: import("vue").Slot;
|
8
9
|
} & {};
|
@@ -44,10 +45,11 @@ declare const _default: (props: {
|
|
44
45
|
$nextTick: typeof import("vue").nextTick;
|
45
46
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
46
47
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
47
|
-
propsDefinition: {
|
48
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
48
49
|
definition?: VersionedLayoutDefinition;
|
49
|
-
isCheckedOutToMe?: boolean;
|
50
50
|
} & {
|
51
|
+
isCheckedOutToMe?: boolean;
|
52
|
+
}> & {
|
51
53
|
"v-slots"?: {
|
52
54
|
default?: import("vue").Slot;
|
53
55
|
} & {};
|
@@ -66,6 +66,7 @@ export declare class VersionedLayoutDefinitionEditorItem implements IEditorItem
|
|
66
66
|
award: import("@omnia/fx-models").FontAwesomeIcon;
|
67
67
|
back: import("@omnia/fx-models").FontAwesomeIcon;
|
68
68
|
blueprint: import("@omnia/fx-models").FontAwesomeIcon;
|
69
|
+
background: import("@omnia/fx-models").FontAwesomeIcon;
|
69
70
|
businessProfile: import("@omnia/fx-models").FontAwesomeIcon;
|
70
71
|
calendar: import("@omnia/fx-models").FontAwesomeIcon;
|
71
72
|
calendarAlt: import("@omnia/fx-models").FontAwesomeIcon;
|
@@ -92,6 +93,7 @@ export declare class VersionedLayoutDefinitionEditorItem implements IEditorItem
|
|
92
93
|
device: import("@omnia/fx-models").FontAwesomeIcon;
|
93
94
|
drag: import("@omnia/fx-models").FontAwesomeIcon;
|
94
95
|
edit: import("@omnia/fx-models").FontAwesomeIcon;
|
96
|
+
editStop: import("@omnia/fx-models").FontAwesomeIcon;
|
95
97
|
expand: import("@omnia/fx-models").FontAwesomeIcon;
|
96
98
|
expandMenu: import("@omnia/fx-models").FontAwesomeIcon;
|
97
99
|
exclamation: import("@omnia/fx-models").FontAwesomeIcon;
|
package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts
CHANGED
@@ -1,22 +1,28 @@
|
|
1
1
|
import { ServiceContainerContext } from "@omnia/fx";
|
2
|
-
import { GuidValue } from "@omnia/fx-models";
|
2
|
+
import { GuidValue, IIcon } from "@omnia/fx-models";
|
3
|
+
import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
|
3
4
|
import { VersionedLayoutEditorApi } from "./IVersionedLayoutEditor";
|
4
|
-
declare const _default: (props: {
|
5
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
5
6
|
appInstanceId?: GuidValue;
|
7
|
+
} & {
|
8
|
+
icon?: IIcon;
|
9
|
+
} & {
|
6
10
|
title?: string;
|
11
|
+
} & {
|
7
12
|
subTitle?: string;
|
13
|
+
} & {
|
8
14
|
serviceContainerContext?: ServiceContainerContext;
|
9
|
-
} & Omit<{
|
15
|
+
} & DefineEmit<"getApi", (api: VersionedLayoutEditorApi) => void> & DefineEmit<"closeEditor", () => void> & DefineSlot<"navigationDrawerLeft", () => JSX.Element> & DefineSlot<"navigationDrawerBottom", () => JSX.Element>> & Omit<{
|
10
16
|
onGetApi?: (api: VersionedLayoutEditorApi) => any;
|
11
17
|
onCloseEditor?: () => any;
|
12
|
-
}, "title" | "appInstanceId" | "serviceContainerContext" | "subTitle"> & {
|
18
|
+
}, "icon" | "title" | "appInstanceId" | "serviceContainerContext" | "subTitle"> & {
|
13
19
|
"v-slots"?: {
|
14
20
|
default?: import("vue").Slot;
|
15
21
|
} & {
|
16
22
|
navigationDrawerLeft?: () => JSX.Element;
|
17
23
|
navigationDrawerBottom?: () => JSX.Element;
|
18
24
|
};
|
19
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "appInstanceId" | "serviceContainerContext" | "subTitle" | "emit:getApi" | "emit:closeEditor" | "slot:navigationDrawerLeft" | "slot:navigationDrawerBottom">) => {
|
25
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "appInstanceId" | "serviceContainerContext" | "subTitle" | "emit:getApi" | "emit:closeEditor" | "slot:navigationDrawerLeft" | "slot:navigationDrawerBottom">) => {
|
20
26
|
$: import("vue").ComponentInternalInstance;
|
21
27
|
$data: {};
|
22
28
|
$props: {};
|
@@ -54,12 +60,17 @@ declare const _default: (props: {
|
|
54
60
|
$nextTick: typeof import("vue").nextTick;
|
55
61
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
56
62
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
57
|
-
propsDefinition: {
|
63
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
58
64
|
appInstanceId?: GuidValue;
|
65
|
+
} & {
|
66
|
+
icon?: IIcon;
|
67
|
+
} & {
|
59
68
|
title?: string;
|
69
|
+
} & {
|
60
70
|
subTitle?: string;
|
61
|
-
serviceContainerContext?: ServiceContainerContext;
|
62
71
|
} & {
|
72
|
+
serviceContainerContext?: ServiceContainerContext;
|
73
|
+
} & DefineEmit<"getApi", (api: VersionedLayoutEditorApi) => void> & DefineEmit<"closeEditor", () => void> & DefineSlot<"navigationDrawerLeft", () => JSX.Element> & DefineSlot<"navigationDrawerBottom", () => JSX.Element>> & {
|
63
74
|
"v-slots"?: {
|
64
75
|
default?: import("vue").Slot;
|
65
76
|
} & {
|
@@ -69,7 +80,7 @@ declare const _default: (props: {
|
|
69
80
|
} & {
|
70
81
|
onGetApi?: (api: VersionedLayoutEditorApi) => any;
|
71
82
|
onCloseEditor?: () => any;
|
72
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "appInstanceId" | "serviceContainerContext" | "subTitle">;
|
83
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "appInstanceId" | "serviceContainerContext" | "subTitle">;
|
73
84
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
74
85
|
[key: string]: any;
|
75
86
|
}>;
|
@@ -1,6 +1,4 @@
|
|
1
|
-
declare const _default: (props: {
|
2
|
-
[x: string]: any;
|
3
|
-
} & Omit<{}, string | number> & {
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & Omit<{}, string | number> & {
|
4
2
|
"v-slots"?: {
|
5
3
|
default?: import("vue").Slot;
|
6
4
|
} & {};
|
@@ -42,9 +40,7 @@ declare const _default: (props: {
|
|
42
40
|
$nextTick: typeof import("vue").nextTick;
|
43
41
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
44
42
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
-
propsDefinition: {
|
46
|
-
[x: string]: any;
|
47
|
-
} & {
|
43
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
48
44
|
"v-slots"?: {
|
49
45
|
default?: import("vue").Slot;
|
50
46
|
} & {};
|
@@ -1,6 +1,4 @@
|
|
1
|
-
declare const _default: (props: {
|
2
|
-
[x: string]: any;
|
3
|
-
} & Omit<{}, string | number> & {
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & Omit<{}, string | number> & {
|
4
2
|
"v-slots"?: {
|
5
3
|
default?: import("vue").Slot;
|
6
4
|
} & {};
|
@@ -42,9 +40,7 @@ declare const _default: (props: {
|
|
42
40
|
$nextTick: typeof import("vue").nextTick;
|
43
41
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
44
42
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
-
propsDefinition: {
|
46
|
-
[x: string]: any;
|
47
|
-
} & {
|
43
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
48
44
|
"v-slots"?: {
|
49
45
|
default?: import("vue").Slot;
|
50
46
|
} & {};
|
@@ -181,6 +181,7 @@ import wc29f45ded4fb4479fab6fd6fd79505642 from './ux/mediapickerV2/chrome/MediaP
|
|
181
181
|
import wccbf09a1933f049f7ab9785a3b5b5323a from './ux/mediapickerV2/imagegrid/ImageGrid';
|
182
182
|
import wc8c48b06bb9aa40699a8291b6e2c9780f from './ux/mediapickerV2/imagetransformer/ImageTransformer';
|
183
183
|
import wce559eebf085841a3a89804dc09e78c30 from './ux/mediapickerV2/mediaprovider/MediaProvider';
|
184
|
+
import wc9275faf9638c486b9eef0c7c38fcf12c from './ux/mediapickerproviders/Vimeo/VimeoProvider';
|
184
185
|
import wce748b3103fe44732b8993513d863035b from './ux/mediapickerproviders/Youtube/YouTubeProvider';
|
185
186
|
import wcfc7e793328e64088ab1b37b8f89e8693 from './ux/mediapickerproviders/bingprovider-v2/BingProvider';
|
186
187
|
import wc781b7e9953cf4f5b9a402cad1a0cc654 from './ux/mediapickerproviders/mycomputerprovider/MyComputerProvider';
|
@@ -203,7 +204,6 @@ import wcd116618a12d0439f8da809535809c260 from './ux/oxide/column/Column';
|
|
203
204
|
import wc27c00720f7fb46bbb39286a2cb94797c from './ux/oxide/datatable/DataTable';
|
204
205
|
import wc810f65f430374ef2a142907a707f650f from './ux/oxide/datatable/DataTableServer';
|
205
206
|
import wcb10a0917fdc744c890d9b472ee3b3c99 from './ux/oxide/datepicker/DatePicker';
|
206
|
-
import wc1ddc61b3aa684d22bf68d2c94267424a from './ux/oxide/datepicker/DateTimePicker';
|
207
207
|
import wcdc1c89b3d0c24b7aa1050f19a0f962b3 from './ux/oxide/dialog/Dialog';
|
208
208
|
import wcc0415286cfac41349dd264dc1621c463 from './ux/oxide/divider/Divider';
|
209
209
|
import wc3465fc250ac44f43af9d3df1cf17ec55 from './ux/oxide/draggable/Draggable';
|
@@ -216,6 +216,7 @@ import wc8beba318c75e49aab203190ba1953c71 from './ux/oxide/hostprovider/HostProv
|
|
216
216
|
import wcdf79ba95ee5d40139e7935297b7d1e87 from './ux/oxide/icon/Icon';
|
217
217
|
import wc1a821ca3b97a4b78bf235864addd38ca from './ux/oxide/image/Image';
|
218
218
|
import wcfb478d201092422aa2106afa9758300f from './ux/oxide/infinite-scroll/InfiniteScroll';
|
219
|
+
import wc51871a0562b54e25bcaf95beba7470c6 from './ux/oxide/inputfield/InputField';
|
219
220
|
import wc428e436c13dc457898a408786361c9b1 from './ux/oxide/layout/Layout';
|
220
221
|
import wc2df6ab65eea84ed8bab297dff9c56224 from './ux/oxide/lazy/Lazy';
|
221
222
|
import wc75cd93099dd146469e0ce6b5b1cac14d from './ux/oxide/link/Link';
|
@@ -251,6 +252,7 @@ import wc9ae46ba053704a329be291bf111c2a85 from './ux/oxide/table/Table';
|
|
251
252
|
import wcb5a113074f704ba89e1ee4102ea95536 from './ux/oxide/text/Text';
|
252
253
|
import wc1e7db8a98533485d97b4359f64601ff0 from './ux/oxide/textarea/TextArea';
|
253
254
|
import wc94cf71a5a68d4b86aea325d400df2bd2 from './ux/oxide/textfield/TextField';
|
255
|
+
import wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 from './ux/oxide/timepicker/TimePicker';
|
254
256
|
import wc575bd9ad6c0d4fc9ab53fbd1b93786c4 from './ux/oxide/toolbar/Toolbar';
|
255
257
|
import wc19adb19938604f41b10f3a00eb3eb534 from './ux/oxide/tooltip/Tooltip';
|
256
258
|
import wcc617a9d7e25249929c41becb55905973 from './ux/oxide/treeview/Treeview';
|
@@ -486,10 +488,10 @@ declare global {
|
|
486
488
|
"omfx-dialog": typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac extends {
|
487
489
|
propsDefinition: infer TProp;
|
488
490
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac>, "propsDefinition">> : never;
|
489
|
-
"
|
491
|
+
"omfx-dynamic-placeholder": typeof wc60feadd89e4d4c2eb095cee9f104ee96 extends {
|
490
492
|
propsDefinition: infer TProp;
|
491
493
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc60feadd89e4d4c2eb095cee9f104ee96 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc60feadd89e4d4c2eb095cee9f104ee96>, "propsDefinition">> : never;
|
492
|
-
"
|
494
|
+
"omfx-dynamic-placeholder-settings": typeof wcac8a9be60cfb47f288f602ececa6687f extends {
|
493
495
|
propsDefinition: infer TProp;
|
494
496
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcac8a9be60cfb47f288f602ececa6687f extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcac8a9be60cfb47f288f602ececa6687f>, "propsDefinition">> : never;
|
495
497
|
"omfx-enterpriseglossary-picker": typeof wc41a6d1b1b02e4b368aac19ded6b391a1 extends {
|
@@ -996,6 +998,9 @@ declare global {
|
|
996
998
|
"omfx-media-provider": typeof wce559eebf085841a3a89804dc09e78c30 extends {
|
997
999
|
propsDefinition: infer TProp;
|
998
1000
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce559eebf085841a3a89804dc09e78c30 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce559eebf085841a3a89804dc09e78c30>, "propsDefinition">> : never;
|
1001
|
+
"omfx-vimeo-provider": typeof wc9275faf9638c486b9eef0c7c38fcf12c extends {
|
1002
|
+
propsDefinition: infer TProp;
|
1003
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc9275faf9638c486b9eef0c7c38fcf12c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc9275faf9638c486b9eef0c7c38fcf12c>, "propsDefinition">> : never;
|
999
1004
|
"omfx-youtube-provider": typeof wce748b3103fe44732b8993513d863035b extends {
|
1000
1005
|
propsDefinition: infer TProp;
|
1001
1006
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce748b3103fe44732b8993513d863035b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce748b3103fe44732b8993513d863035b>, "propsDefinition">> : never;
|
@@ -1062,9 +1067,6 @@ declare global {
|
|
1062
1067
|
"o-date-picker": typeof wcb10a0917fdc744c890d9b472ee3b3c99 extends {
|
1063
1068
|
propsDefinition: infer TProp;
|
1064
1069
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb10a0917fdc744c890d9b472ee3b3c99 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb10a0917fdc744c890d9b472ee3b3c99>, "propsDefinition">> : never;
|
1065
|
-
"o-date-time-picker": typeof wc1ddc61b3aa684d22bf68d2c94267424a extends {
|
1066
|
-
propsDefinition: infer TProp;
|
1067
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1ddc61b3aa684d22bf68d2c94267424a extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1ddc61b3aa684d22bf68d2c94267424a>, "propsDefinition">> : never;
|
1068
1070
|
"o-dialog": typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3 extends {
|
1069
1071
|
propsDefinition: infer TProp;
|
1070
1072
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3>, "propsDefinition">> : never;
|
@@ -1101,6 +1103,9 @@ declare global {
|
|
1101
1103
|
"o-infinite-scroll": typeof wcfb478d201092422aa2106afa9758300f extends {
|
1102
1104
|
propsDefinition: infer TProp;
|
1103
1105
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcfb478d201092422aa2106afa9758300f extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcfb478d201092422aa2106afa9758300f>, "propsDefinition">> : never;
|
1106
|
+
"o-input-field": typeof wc51871a0562b54e25bcaf95beba7470c6 extends {
|
1107
|
+
propsDefinition: infer TProp;
|
1108
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc51871a0562b54e25bcaf95beba7470c6 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc51871a0562b54e25bcaf95beba7470c6>, "propsDefinition">> : never;
|
1104
1109
|
"o-layout": typeof wc428e436c13dc457898a408786361c9b1 extends {
|
1105
1110
|
propsDefinition: infer TProp;
|
1106
1111
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc428e436c13dc457898a408786361c9b1 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc428e436c13dc457898a408786361c9b1>, "propsDefinition">> : never;
|
@@ -1206,6 +1211,9 @@ declare global {
|
|
1206
1211
|
"o-text-field": typeof wc94cf71a5a68d4b86aea325d400df2bd2 extends {
|
1207
1212
|
propsDefinition: infer TProp;
|
1208
1213
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc94cf71a5a68d4b86aea325d400df2bd2 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc94cf71a5a68d4b86aea325d400df2bd2>, "propsDefinition">> : never;
|
1214
|
+
"o-time-picker": typeof wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 extends {
|
1215
|
+
propsDefinition: infer TProp;
|
1216
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc7b2cf06ba1cf47f7adcc6d8a1a0117f0>, "propsDefinition">> : never;
|
1209
1217
|
"o-toolbar": typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4 extends {
|
1210
1218
|
propsDefinition: infer TProp;
|
1211
1219
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4>, "propsDefinition">> : never;
|
@@ -2039,25 +2047,23 @@ declare global {
|
|
2039
2047
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2040
2048
|
};
|
2041
2049
|
} : typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac;
|
2042
|
-
"
|
2043
|
-
"
|
2044
|
-
"
|
2045
|
-
"settings": typeof wcac8a9be60cfb47f288f602ececa6687f extends {
|
2046
|
-
propsDefinition: infer TProp;
|
2047
|
-
} ? {
|
2048
|
-
new (...args: any[]): {
|
2049
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2050
|
-
};
|
2051
|
-
} : typeof wcac8a9be60cfb47f288f602ececa6687f;
|
2052
|
-
};
|
2053
|
-
"placeholder$": typeof wc60feadd89e4d4c2eb095cee9f104ee96 extends {
|
2050
|
+
"dynamic": {
|
2051
|
+
"placeholder": {
|
2052
|
+
"settings": typeof wcac8a9be60cfb47f288f602ececa6687f extends {
|
2054
2053
|
propsDefinition: infer TProp;
|
2055
2054
|
} ? {
|
2056
2055
|
new (...args: any[]): {
|
2057
2056
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2058
2057
|
};
|
2059
|
-
} : typeof
|
2058
|
+
} : typeof wcac8a9be60cfb47f288f602ececa6687f;
|
2060
2059
|
};
|
2060
|
+
"placeholder$": typeof wc60feadd89e4d4c2eb095cee9f104ee96 extends {
|
2061
|
+
propsDefinition: infer TProp;
|
2062
|
+
} ? {
|
2063
|
+
new (...args: any[]): {
|
2064
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2065
|
+
};
|
2066
|
+
} : typeof wc60feadd89e4d4c2eb095cee9f104ee96;
|
2061
2067
|
};
|
2062
2068
|
"enterpriseglossary": {
|
2063
2069
|
"picker": typeof wc41a6d1b1b02e4b368aac19ded6b391a1 extends {
|
@@ -4074,6 +4080,15 @@ declare global {
|
|
4074
4080
|
} : typeof wc8c48b06bb9aa40699a8291b6e2c9780f;
|
4075
4081
|
};
|
4076
4082
|
};
|
4083
|
+
"vimeo": {
|
4084
|
+
"provider": typeof wc9275faf9638c486b9eef0c7c38fcf12c extends {
|
4085
|
+
propsDefinition: infer TProp;
|
4086
|
+
} ? {
|
4087
|
+
new (...args: any[]): {
|
4088
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4089
|
+
};
|
4090
|
+
} : typeof wc9275faf9638c486b9eef0c7c38fcf12c;
|
4091
|
+
};
|
4077
4092
|
"youtube": {
|
4078
4093
|
"provider": typeof wce748b3103fe44732b8993513d863035b extends {
|
4079
4094
|
propsDefinition: infer TProp;
|
@@ -5085,15 +5100,6 @@ declare global {
|
|
5085
5100
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5086
5101
|
};
|
5087
5102
|
} : typeof wcb10a0917fdc744c890d9b472ee3b3c99;
|
5088
|
-
"time": {
|
5089
|
-
"picker": typeof wc1ddc61b3aa684d22bf68d2c94267424a extends {
|
5090
|
-
propsDefinition: infer TProp;
|
5091
|
-
} ? {
|
5092
|
-
new (...args: any[]): {
|
5093
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5094
|
-
};
|
5095
|
-
} : typeof wc1ddc61b3aa684d22bf68d2c94267424a;
|
5096
|
-
};
|
5097
5103
|
};
|
5098
5104
|
"dialog": typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3 extends {
|
5099
5105
|
propsDefinition: infer TProp;
|
@@ -5185,6 +5191,15 @@ declare global {
|
|
5185
5191
|
};
|
5186
5192
|
} : typeof wcfb478d201092422aa2106afa9758300f;
|
5187
5193
|
};
|
5194
|
+
"input": {
|
5195
|
+
"field": typeof wc51871a0562b54e25bcaf95beba7470c6 extends {
|
5196
|
+
propsDefinition: infer TProp;
|
5197
|
+
} ? {
|
5198
|
+
new (...args: any[]): {
|
5199
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5200
|
+
};
|
5201
|
+
} : typeof wc51871a0562b54e25bcaf95beba7470c6;
|
5202
|
+
};
|
5188
5203
|
"layout": typeof wc428e436c13dc457898a408786361c9b1 extends {
|
5189
5204
|
propsDefinition: infer TProp;
|
5190
5205
|
} ? {
|
@@ -5450,6 +5465,15 @@ declare global {
|
|
5450
5465
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5451
5466
|
};
|
5452
5467
|
} : typeof wcb5a113074f704ba89e1ee4102ea95536;
|
5468
|
+
"time": {
|
5469
|
+
"picker": typeof wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 extends {
|
5470
|
+
propsDefinition: infer TProp;
|
5471
|
+
} ? {
|
5472
|
+
new (...args: any[]): {
|
5473
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5474
|
+
};
|
5475
|
+
} : typeof wc7b2cf06ba1cf47f7adcc6d8a1a0117f0;
|
5476
|
+
};
|
5453
5477
|
"toolbar": typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4 extends {
|
5454
5478
|
propsDefinition: infer TProp;
|
5455
5479
|
} ? {
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.164-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,12 +20,12 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.164-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
27
27
|
"splitpanes": "3.1.5",
|
28
|
-
"vuetify": "3.5.
|
28
|
+
"vuetify": "3.5.15",
|
29
29
|
"vue": "3.4.21",
|
30
30
|
"tslib": "2.6.2",
|
31
31
|
"typescript": "5.3.3",
|
@@ -1,138 +0,0 @@
|
|
1
|
-
import { DefineProp, DefineSlot, DefineVModel } from "@omnia/fx/ux";
|
2
|
-
import { VNodeChild } from "vue";
|
3
|
-
export declare const ODateTimeTypeDefinitions: readonly ["date", "time", "date-time"];
|
4
|
-
export type ODateTimeTypes = typeof ODateTimeTypeDefinitions[number];
|
5
|
-
type DateType = DefineVModel<"", Date, false, null, "The date picker model."> & DefineProp<"range", boolean, false, false, "Allow selecting a range of dates."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component.">;
|
6
|
-
type TimeType = DefineVModel<"", string, false, null, "The date picker model."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component.">;
|
7
|
-
type DateTimeType = DefineVModel<"", string, false, null, "The date picker model."> & DefineProp<"locale", string, false, null, "Specify the locale code to support a specific language.">;
|
8
|
-
declare const _default: <TType extends "time" | "date" | "date-time">(props: ({
|
9
|
-
type?: TType;
|
10
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
11
|
-
locale?: string;
|
12
|
-
} & DefineSlot<"actions", () => VNodeChild> extends infer T ? { [K in keyof T as K extends `emit:${infer _}` | `slot:${infer _}` ? never : K]: ({
|
13
|
-
type?: TType;
|
14
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
15
|
-
locale?: string;
|
16
|
-
} & DefineSlot<"actions", () => VNodeChild>)[K]; } : never) & Omit<({
|
17
|
-
type?: TType;
|
18
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
19
|
-
locale?: string;
|
20
|
-
} & DefineSlot<"actions", () => VNodeChild> extends infer T_1 ? { [K_1 in keyof T_1 as K_1 extends `emit:${infer N}` ? N : never]: ({
|
21
|
-
type?: TType;
|
22
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
23
|
-
locale?: string;
|
24
|
-
} & DefineSlot<"actions", () => VNodeChild>)[K_1]; } : never) extends infer T_2 ? T_2 extends ({
|
25
|
-
type?: TType;
|
26
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
27
|
-
locale?: string;
|
28
|
-
} & DefineSlot<"actions", () => VNodeChild> extends infer T_1 ? { [K_1 in keyof T_1 as K_1 extends `emit:${infer N}` ? N : never]: ({
|
29
|
-
type?: TType;
|
30
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
31
|
-
locale?: string;
|
32
|
-
} & DefineSlot<"actions", () => VNodeChild>)[K_1]; } : never) ? T_2 extends string[] ? { [K_2 in `on${Capitalize<T_2[number]>}`]?: (...args: any[]) => any; } : T_2 extends import("vue").ObjectEmitsOptions ? { [K_3 in `on${Capitalize<string & keyof T_2>}`]?: K_3 extends `on${infer C}` ? T_2[Uncapitalize<C>] extends null ? (...args: any[]) => any : (...args: T_2[Uncapitalize<C>] extends (...args: infer P) => any ? P : never) => any : never; } : {} : never : never, keyof ({
|
33
|
-
type?: TType;
|
34
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
35
|
-
locale?: string;
|
36
|
-
} & DefineSlot<"actions", () => VNodeChild> extends infer T ? { [K in keyof T as K extends `emit:${infer _}` | `slot:${infer _}` ? never : K]: ({
|
37
|
-
type?: TType;
|
38
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
39
|
-
locale?: string;
|
40
|
-
} & DefineSlot<"actions", () => VNodeChild>)[K]; } : never)> & {
|
41
|
-
"v-slots"?: {
|
42
|
-
default?: import("vue").Slot;
|
43
|
-
} & ({
|
44
|
-
type?: TType;
|
45
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
46
|
-
locale?: string;
|
47
|
-
} & DefineSlot<"actions", () => VNodeChild> extends infer T_3 ? { [K_4 in keyof T_3 as K_4 extends `slot:${infer N_1}` ? N_1 : never]: ({
|
48
|
-
type?: TType;
|
49
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
50
|
-
locale?: string;
|
51
|
-
} & DefineSlot<"actions", () => VNodeChild>)[K_4]; } : never);
|
52
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "locale" | "slot:actions" | keyof (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType)>) => {
|
53
|
-
$: import("vue").ComponentInternalInstance;
|
54
|
-
$data: {};
|
55
|
-
$props: {};
|
56
|
-
$attrs: {
|
57
|
-
[x: string]: unknown;
|
58
|
-
};
|
59
|
-
$refs: {
|
60
|
-
[x: string]: unknown;
|
61
|
-
};
|
62
|
-
$slots: Readonly<{
|
63
|
-
[name: string]: import("vue").Slot<any>;
|
64
|
-
}>;
|
65
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
66
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
67
|
-
$emit: (event: string, ...args: any[]) => void;
|
68
|
-
$el: any;
|
69
|
-
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
70
|
-
beforeCreate?: (() => void) | (() => void)[];
|
71
|
-
created?: (() => void) | (() => void)[];
|
72
|
-
beforeMount?: (() => void) | (() => void)[];
|
73
|
-
mounted?: (() => void) | (() => void)[];
|
74
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
75
|
-
updated?: (() => void) | (() => void)[];
|
76
|
-
activated?: (() => void) | (() => void)[];
|
77
|
-
deactivated?: (() => void) | (() => void)[];
|
78
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
79
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
80
|
-
destroyed?: (() => void) | (() => void)[];
|
81
|
-
unmounted?: (() => void) | (() => void)[];
|
82
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
83
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
84
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
85
|
-
};
|
86
|
-
$forceUpdate: () => void;
|
87
|
-
$nextTick: typeof import("vue").nextTick;
|
88
|
-
$watch<T_4 extends string | ((...args: any) => any)>(source: T_4, cb: T_4 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
89
|
-
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
90
|
-
propsDefinition: ({
|
91
|
-
type?: TType;
|
92
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
93
|
-
locale?: string;
|
94
|
-
} & DefineSlot<"actions", () => VNodeChild> extends infer T_5 ? { [K in keyof T_5 as K extends `emit:${infer _}` | `slot:${infer _}` ? never : K]: ({
|
95
|
-
type?: TType;
|
96
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
97
|
-
locale?: string;
|
98
|
-
} & DefineSlot<"actions", () => VNodeChild>)[K]; } : never) & {
|
99
|
-
"v-slots"?: {
|
100
|
-
default?: import("vue").Slot;
|
101
|
-
} & ({
|
102
|
-
type?: TType;
|
103
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
104
|
-
locale?: string;
|
105
|
-
} & DefineSlot<"actions", () => VNodeChild> extends infer T_6 ? { [K_4 in keyof T_6 as K_4 extends `slot:${infer N_1}` ? N_1 : never]: ({
|
106
|
-
type?: TType;
|
107
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
108
|
-
locale?: string;
|
109
|
-
} & DefineSlot<"actions", () => VNodeChild>)[K_4]; } : never);
|
110
|
-
} & (({
|
111
|
-
type?: TType;
|
112
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
113
|
-
locale?: string;
|
114
|
-
} & DefineSlot<"actions", () => VNodeChild> extends infer T_7 ? { [K_1 in keyof T_7 as K_1 extends `emit:${infer N}` ? N : never]: ({
|
115
|
-
type?: TType;
|
116
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
117
|
-
locale?: string;
|
118
|
-
} & DefineSlot<"actions", () => VNodeChild>)[K_1]; } : never) extends infer T_8 ? T_8 extends ({
|
119
|
-
type?: TType;
|
120
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
121
|
-
locale?: string;
|
122
|
-
} & DefineSlot<"actions", () => VNodeChild> extends infer T_9 ? { [K_1 in keyof T_9 as K_1 extends `emit:${infer N}` ? N : never]: ({
|
123
|
-
type?: TType;
|
124
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
125
|
-
locale?: string;
|
126
|
-
} & DefineSlot<"actions", () => VNodeChild>)[K_1]; } : never) ? T_8 extends string[] ? { [K_5 in `on${Capitalize<T_8[number]>}`]?: (...args: any[]) => any; } : T_8 extends import("vue").ObjectEmitsOptions ? { [K_6 in `on${Capitalize<string & keyof T_8>}`]?: K_6 extends `on${infer C}` ? T_8[Uncapitalize<C>] extends null ? (...args: any[]) => any : (...args: T_8[Uncapitalize<C>] extends (...args: infer P) => any ? P : never) => any : never; } : {} : never : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, keyof ({
|
127
|
-
type?: TType;
|
128
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
129
|
-
locale?: string;
|
130
|
-
} & DefineSlot<"actions", () => VNodeChild> extends infer T_10 ? { [K in keyof T_10 as K extends `emit:${infer _}` | `slot:${infer _}` ? never : K]: ({
|
131
|
-
type?: TType;
|
132
|
-
} & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
|
133
|
-
locale?: string;
|
134
|
-
} & DefineSlot<"actions", () => VNodeChild>)[K]; } : never)>;
|
135
|
-
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
136
|
-
[key: string]: any;
|
137
|
-
}>;
|
138
|
-
export default _default;
|