@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
@@ -43,9 +43,18 @@ declare const _default: {
|
|
43
43
|
type: import("vue").PropType<String | String[]>;
|
44
44
|
required: boolean;
|
45
45
|
};
|
46
|
-
colorSchemaType
|
47
|
-
|
48
|
-
|
46
|
+
colorSchemaType: {
|
47
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
48
|
+
required: boolean;
|
49
|
+
};
|
50
|
+
container: {
|
51
|
+
type: BooleanConstructor;
|
52
|
+
required: boolean;
|
53
|
+
};
|
54
|
+
colors: {
|
55
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
56
|
+
required: boolean;
|
57
|
+
};
|
49
58
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
50
59
|
"v-slots": import("vue").Prop<{
|
51
60
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
@@ -88,13 +97,20 @@ declare const _default: {
|
|
88
97
|
type: import("vue").PropType<String | String[]>;
|
89
98
|
required: boolean;
|
90
99
|
};
|
91
|
-
colorSchemaType
|
92
|
-
|
93
|
-
|
100
|
+
colorSchemaType: {
|
101
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
102
|
+
required: boolean;
|
103
|
+
};
|
104
|
+
container: {
|
105
|
+
type: BooleanConstructor;
|
106
|
+
required: boolean;
|
107
|
+
};
|
108
|
+
colors: {
|
109
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
110
|
+
required: boolean;
|
111
|
+
};
|
94
112
|
}>>, {
|
95
|
-
container
|
96
|
-
colorSchemaType?: any;
|
97
|
-
colors?: any;
|
113
|
+
container: boolean;
|
98
114
|
}, true, {}, {}, {
|
99
115
|
P: {};
|
100
116
|
B: {};
|
@@ -144,13 +160,20 @@ declare const _default: {
|
|
144
160
|
type: import("vue").PropType<String | String[]>;
|
145
161
|
required: boolean;
|
146
162
|
};
|
147
|
-
colorSchemaType
|
148
|
-
|
149
|
-
|
163
|
+
colorSchemaType: {
|
164
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
165
|
+
required: boolean;
|
166
|
+
};
|
167
|
+
container: {
|
168
|
+
type: BooleanConstructor;
|
169
|
+
required: boolean;
|
170
|
+
};
|
171
|
+
colors: {
|
172
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
173
|
+
required: boolean;
|
174
|
+
};
|
150
175
|
}>>, () => JSX.Element, {}, {}, {}, {
|
151
|
-
container
|
152
|
-
colorSchemaType?: any;
|
153
|
-
colors?: any;
|
176
|
+
container: boolean;
|
154
177
|
}>;
|
155
178
|
__isFragment?: never;
|
156
179
|
__isTeleport?: never;
|
@@ -197,21 +220,27 @@ declare const _default: {
|
|
197
220
|
type: import("vue").PropType<String | String[]>;
|
198
221
|
required: boolean;
|
199
222
|
};
|
200
|
-
colorSchemaType
|
201
|
-
|
202
|
-
|
223
|
+
colorSchemaType: {
|
224
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
225
|
+
required: boolean;
|
226
|
+
};
|
227
|
+
container: {
|
228
|
+
type: BooleanConstructor;
|
229
|
+
required: boolean;
|
230
|
+
};
|
231
|
+
colors: {
|
232
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
233
|
+
required: boolean;
|
234
|
+
};
|
203
235
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
204
|
-
container
|
205
|
-
colorSchemaType?: any;
|
206
|
-
colors?: any;
|
236
|
+
container: boolean;
|
207
237
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
208
|
-
propsDefinition: Omit<Readonly<{
|
209
|
-
container?: any;
|
210
|
-
colorSchemaType?: any;
|
211
|
-
colors?: any;
|
212
|
-
} & {
|
238
|
+
propsDefinition: Omit<Readonly<{} & {
|
213
239
|
text?: string;
|
240
|
+
container?: boolean;
|
214
241
|
class?: String | String[];
|
242
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
243
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
215
244
|
"v-slots"?: {
|
216
245
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
217
246
|
} & {
|
@@ -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
|
} & {};
|
@@ -129,9 +129,18 @@ declare const _default: {
|
|
129
129
|
type: import("vue").PropType<any[]>;
|
130
130
|
required: false;
|
131
131
|
};
|
132
|
-
colorSchemaType
|
133
|
-
|
134
|
-
|
132
|
+
colorSchemaType: {
|
133
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
134
|
+
required: boolean;
|
135
|
+
};
|
136
|
+
container: {
|
137
|
+
type: BooleanConstructor;
|
138
|
+
required: boolean;
|
139
|
+
};
|
140
|
+
colors: {
|
141
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
142
|
+
required: boolean;
|
143
|
+
};
|
135
144
|
}>> & {
|
136
145
|
"onUpdate:active"?: (items: any[]) => any;
|
137
146
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -255,15 +264,22 @@ declare const _default: {
|
|
255
264
|
type: import("vue").PropType<any[]>;
|
256
265
|
required: false;
|
257
266
|
};
|
258
|
-
colorSchemaType
|
259
|
-
|
260
|
-
|
267
|
+
colorSchemaType: {
|
268
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
269
|
+
required: boolean;
|
270
|
+
};
|
271
|
+
container: {
|
272
|
+
type: BooleanConstructor;
|
273
|
+
required: boolean;
|
274
|
+
};
|
275
|
+
colors: {
|
276
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
277
|
+
required: boolean;
|
278
|
+
};
|
261
279
|
}>> & {
|
262
280
|
"onUpdate:active"?: (items: any[]) => any;
|
263
281
|
}, {
|
264
|
-
container
|
265
|
-
colorSchemaType?: any;
|
266
|
-
colors?: any;
|
282
|
+
container: boolean;
|
267
283
|
}, true, {}, {}, {
|
268
284
|
P: {};
|
269
285
|
B: {};
|
@@ -390,15 +406,22 @@ declare const _default: {
|
|
390
406
|
type: import("vue").PropType<any[]>;
|
391
407
|
required: false;
|
392
408
|
};
|
393
|
-
colorSchemaType
|
394
|
-
|
395
|
-
|
409
|
+
colorSchemaType: {
|
410
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
411
|
+
required: boolean;
|
412
|
+
};
|
413
|
+
container: {
|
414
|
+
type: BooleanConstructor;
|
415
|
+
required: boolean;
|
416
|
+
};
|
417
|
+
colors: {
|
418
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
419
|
+
required: boolean;
|
420
|
+
};
|
396
421
|
}>> & {
|
397
422
|
"onUpdate:active"?: (items: any[]) => any;
|
398
423
|
}, () => JSX.Element, {}, {}, {}, {
|
399
|
-
container
|
400
|
-
colorSchemaType?: any;
|
401
|
-
colors?: any;
|
424
|
+
container: boolean;
|
402
425
|
}>;
|
403
426
|
__isFragment?: never;
|
404
427
|
__isTeleport?: never;
|
@@ -522,27 +545,33 @@ declare const _default: {
|
|
522
545
|
type: import("vue").PropType<any[]>;
|
523
546
|
required: false;
|
524
547
|
};
|
525
|
-
colorSchemaType
|
526
|
-
|
527
|
-
|
548
|
+
colorSchemaType: {
|
549
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
550
|
+
required: boolean;
|
551
|
+
};
|
552
|
+
container: {
|
553
|
+
type: BooleanConstructor;
|
554
|
+
required: boolean;
|
555
|
+
};
|
556
|
+
colors: {
|
557
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
558
|
+
required: boolean;
|
559
|
+
};
|
528
560
|
}>> & {
|
529
561
|
"onUpdate:active"?: (items: any[]) => any;
|
530
562
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
531
563
|
"update:active": (items: Array<any>) => true;
|
532
564
|
}, string, {
|
533
|
-
container
|
534
|
-
colorSchemaType?: any;
|
535
|
-
colors?: any;
|
565
|
+
container: boolean;
|
536
566
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
537
|
-
propsDefinition: Omit<Readonly<{
|
538
|
-
container?:
|
539
|
-
colorSchemaType?: any;
|
540
|
-
colors?: any;
|
541
|
-
} & {
|
567
|
+
propsDefinition: Omit<Readonly<{} & {
|
568
|
+
container?: boolean;
|
542
569
|
padding?: Spacing | SpacingValue;
|
543
570
|
expanded?: any[];
|
544
571
|
multiple?: boolean;
|
572
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
545
573
|
items?: any[];
|
574
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
546
575
|
"v-model"?: any[];
|
547
576
|
"onUpdate:modelValue"?: (value: any[]) => any;
|
548
577
|
modelValue?: any[];
|
@@ -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
|
} & {};
|
@@ -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,10 +1,14 @@
|
|
1
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
1
2
|
import { OrgTreeUser } from "../../models";
|
2
|
-
declare const _default: (props: {
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
4
|
user?: OrgTreeUser;
|
5
|
+
} & {
|
4
6
|
largeImage?: boolean;
|
7
|
+
} & {
|
5
8
|
highlight?: boolean;
|
9
|
+
} & {
|
6
10
|
linkToProfilecard?: boolean;
|
7
|
-
} & Omit<{
|
11
|
+
} & DefineEmit<"userClick", (user: OrgTreeUser) => void>> & Omit<{
|
8
12
|
onUserClick?: (user: OrgTreeUser) => any;
|
9
13
|
}, "user" | "largeImage" | "highlight" | "linkToProfilecard"> & {
|
10
14
|
"v-slots"?: {
|
@@ -48,12 +52,15 @@ declare const _default: (props: {
|
|
48
52
|
$nextTick: typeof import("vue").nextTick;
|
49
53
|
$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;
|
50
54
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
51
|
-
propsDefinition: {
|
55
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
52
56
|
user?: OrgTreeUser;
|
57
|
+
} & {
|
53
58
|
largeImage?: boolean;
|
59
|
+
} & {
|
54
60
|
highlight?: boolean;
|
55
|
-
linkToProfilecard?: boolean;
|
56
61
|
} & {
|
62
|
+
linkToProfilecard?: boolean;
|
63
|
+
} & DefineEmit<"userClick", (user: OrgTreeUser) => void>> & {
|
57
64
|
"v-slots"?: {
|
58
65
|
default?: import("vue").Slot;
|
59
66
|
} & {};
|
@@ -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
|
} & {};
|
@@ -2,13 +2,19 @@ import { GuidValue, IPostBaseContext, IPostBaseWithContext, OmitProperties, Reso
|
|
2
2
|
import { IRichTextEditor } from "../richtexteditor";
|
3
3
|
import { IPostCustomSlots, PostPermission, PostProvider } from "./IPost";
|
4
4
|
import "./Post.css";
|
5
|
-
declare const _default: <TItem extends readonly any[], TModel extends unknown>(props: {
|
5
|
+
declare const _default: <TItem extends readonly any[], TModel extends unknown>(props: import("@omnia/fx/ux").ExtractProps<{
|
6
6
|
richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
|
7
|
+
} & {
|
7
8
|
provider?: PostProvider<IPostBaseContext, IPostBaseWithContext<IPostBaseContext>>;
|
9
|
+
} & {
|
8
10
|
editContentOnTop?: boolean;
|
11
|
+
} & {
|
9
12
|
omniaServiceId?: GuidValue;
|
13
|
+
} & {
|
10
14
|
postTypeId?: GuidValue;
|
15
|
+
} & {
|
11
16
|
showMoreSize?: number;
|
17
|
+
} & {
|
12
18
|
styles?: {
|
13
19
|
postWrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
14
20
|
postWrapperDialog?: import("typestyle/lib/types").NestedCSSProperties;
|
@@ -20,21 +26,29 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
20
26
|
slimSpacing?: import("typestyle/lib/types").NestedCSSProperties;
|
21
27
|
postAvatarWrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
22
28
|
};
|
29
|
+
} & {
|
23
30
|
cardStyle?: ThemeDefinition;
|
31
|
+
} & {
|
24
32
|
allowLikes?: boolean;
|
33
|
+
} & {
|
25
34
|
enableMention?: boolean;
|
35
|
+
} & {
|
26
36
|
customSlots?: IPostCustomSlots;
|
37
|
+
} & {
|
27
38
|
hideEditOption?: boolean;
|
39
|
+
} & {
|
28
40
|
getTopPostIds?: () => {
|
29
41
|
[commentId: string]: string;
|
30
42
|
};
|
43
|
+
} & {
|
31
44
|
getUserHash?: () => {
|
32
45
|
[principalName: string]: ResolvedUserIdentity;
|
33
46
|
};
|
47
|
+
} & {
|
34
48
|
topicPermissionDictionary?: {
|
35
49
|
[topicId: string]: PostPermission;
|
36
50
|
};
|
37
|
-
} & Omit<{}, "omniaServiceId" | "styles" | "provider" | "richTextSettings" | "cardStyle" | "enableMention" | "editContentOnTop" | "postTypeId" | "showMoreSize" | "allowLikes" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary"> & {
|
51
|
+
}> & Omit<{}, "omniaServiceId" | "styles" | "provider" | "richTextSettings" | "cardStyle" | "enableMention" | "editContentOnTop" | "postTypeId" | "showMoreSize" | "allowLikes" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary"> & {
|
38
52
|
"v-slots"?: {
|
39
53
|
default?: import("vue").Slot;
|
40
54
|
} & {};
|
@@ -76,13 +90,19 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
76
90
|
$nextTick: typeof import("vue").nextTick;
|
77
91
|
$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;
|
78
92
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
79
|
-
propsDefinition: {
|
93
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
80
94
|
richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
|
95
|
+
} & {
|
81
96
|
provider?: PostProvider<IPostBaseContext, IPostBaseWithContext<IPostBaseContext>>;
|
97
|
+
} & {
|
82
98
|
editContentOnTop?: boolean;
|
99
|
+
} & {
|
83
100
|
omniaServiceId?: GuidValue;
|
101
|
+
} & {
|
84
102
|
postTypeId?: GuidValue;
|
103
|
+
} & {
|
85
104
|
showMoreSize?: number;
|
105
|
+
} & {
|
86
106
|
styles?: {
|
87
107
|
postWrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
88
108
|
postWrapperDialog?: import("typestyle/lib/types").NestedCSSProperties;
|
@@ -94,21 +114,29 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
94
114
|
slimSpacing?: import("typestyle/lib/types").NestedCSSProperties;
|
95
115
|
postAvatarWrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
96
116
|
};
|
117
|
+
} & {
|
97
118
|
cardStyle?: ThemeDefinition;
|
119
|
+
} & {
|
98
120
|
allowLikes?: boolean;
|
121
|
+
} & {
|
99
122
|
enableMention?: boolean;
|
123
|
+
} & {
|
100
124
|
customSlots?: IPostCustomSlots;
|
125
|
+
} & {
|
101
126
|
hideEditOption?: boolean;
|
127
|
+
} & {
|
102
128
|
getTopPostIds?: () => {
|
103
129
|
[commentId: string]: string;
|
104
130
|
};
|
131
|
+
} & {
|
105
132
|
getUserHash?: () => {
|
106
133
|
[principalName: string]: ResolvedUserIdentity;
|
107
134
|
};
|
135
|
+
} & {
|
108
136
|
topicPermissionDictionary?: {
|
109
137
|
[topicId: string]: PostPermission;
|
110
138
|
};
|
111
|
-
} & {
|
139
|
+
}> & {
|
112
140
|
"v-slots"?: {
|
113
141
|
default?: import("vue").Slot;
|
114
142
|
} & {};
|
@@ -1,19 +1,26 @@
|
|
1
1
|
import { IPostBaseContext, IPostBaseWithContext, ResolvedUserIdentity, type IPersistedPost } from "@omnia/fx-models";
|
2
2
|
import { PostPermission } from "../IPost";
|
3
|
-
declare const _default: (props: {
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
4
|
renderTitleInfo?: (isDialog: boolean) => JSX.Element;
|
5
|
+
} & {
|
5
6
|
renderEditOptions?: () => JSX.Element;
|
7
|
+
} & {
|
6
8
|
topicPermissionDictionary?: {
|
7
9
|
[topicId: string]: PostPermission;
|
8
10
|
};
|
11
|
+
} & {
|
9
12
|
getUserHash?: () => {
|
10
13
|
[principalName: string]: ResolvedUserIdentity;
|
11
14
|
};
|
15
|
+
} & {
|
12
16
|
persistedPost?: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>;
|
17
|
+
} & {
|
13
18
|
isDeleted?: boolean;
|
19
|
+
} & {
|
14
20
|
dateFormat?: string;
|
21
|
+
} & {
|
15
22
|
language?: string;
|
16
|
-
} & Omit<{}, "language" | "dateFormat" | "isDeleted" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "renderTitleInfo" | "renderEditOptions"> & {
|
23
|
+
}> & Omit<{}, "language" | "dateFormat" | "isDeleted" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "renderTitleInfo" | "renderEditOptions"> & {
|
17
24
|
"v-slots"?: {
|
18
25
|
default?: import("vue").Slot;
|
19
26
|
} & {};
|
@@ -55,20 +62,27 @@ declare const _default: (props: {
|
|
55
62
|
$nextTick: typeof import("vue").nextTick;
|
56
63
|
$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;
|
57
64
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
58
|
-
propsDefinition: {
|
65
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
59
66
|
renderTitleInfo?: (isDialog: boolean) => JSX.Element;
|
67
|
+
} & {
|
60
68
|
renderEditOptions?: () => JSX.Element;
|
69
|
+
} & {
|
61
70
|
topicPermissionDictionary?: {
|
62
71
|
[topicId: string]: PostPermission;
|
63
72
|
};
|
73
|
+
} & {
|
64
74
|
getUserHash?: () => {
|
65
75
|
[principalName: string]: ResolvedUserIdentity;
|
66
76
|
};
|
77
|
+
} & {
|
67
78
|
persistedPost?: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>;
|
79
|
+
} & {
|
68
80
|
isDeleted?: boolean;
|
81
|
+
} & {
|
69
82
|
dateFormat?: string;
|
70
|
-
language?: string;
|
71
83
|
} & {
|
84
|
+
language?: string;
|
85
|
+
}> & {
|
72
86
|
"v-slots"?: {
|
73
87
|
default?: import("vue").Slot;
|
74
88
|
} & {};
|
@@ -1,33 +1,52 @@
|
|
1
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
1
2
|
import { type IPostCustomSlots, PostPermission } from "../..";
|
2
3
|
import { type IPersistedPost, IPostBaseContext, IPostBaseWithContext, type OmitProperties, ReactionType, ResolvedUserIdentity, type ThemeDefinition } from "../../../models";
|
3
4
|
import { IRichTextEditor } from "../../richtexteditor";
|
4
|
-
declare const _default: <TItem extends readonly any[], TModel extends unknown>(props: {
|
5
|
+
declare const _default: <TItem extends readonly any[], TModel extends unknown>(props: import("@omnia/fx/ux").ExtractProps<{
|
5
6
|
canShowEditDialogOnLoad?: boolean;
|
7
|
+
} & {
|
6
8
|
richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
|
9
|
+
} & {
|
7
10
|
currentUser?: ResolvedUserIdentity;
|
11
|
+
} & {
|
8
12
|
canLike?: () => boolean;
|
13
|
+
} & {
|
9
14
|
persistedPost?: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>;
|
15
|
+
} & {
|
10
16
|
persistedPosts?: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>[];
|
17
|
+
} & {
|
11
18
|
enableMention?: boolean;
|
19
|
+
} & {
|
12
20
|
cardStyle?: ThemeDefinition;
|
21
|
+
} & {
|
13
22
|
hideEdit?: boolean;
|
23
|
+
} & {
|
14
24
|
handleAddingPost?: (addingPost: IPostBaseWithContext<IPostBaseContext>) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
|
25
|
+
} & {
|
15
26
|
handleUpdatingPost?: (updatingPost: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
|
27
|
+
} & {
|
16
28
|
handleDeletingPost?: (deletingPost: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
|
29
|
+
} & {
|
17
30
|
handleTogglingLike?: (togglingPost: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
|
31
|
+
} & {
|
18
32
|
handleSocialReacts?: (postToReact: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>, isReacts: boolean, reactionType: ReactionType) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
|
33
|
+
} & {
|
19
34
|
customSlots?: IPostCustomSlots;
|
35
|
+
} & {
|
20
36
|
hideEditOption?: boolean;
|
37
|
+
} & {
|
21
38
|
getTopPostIds?: () => {
|
22
39
|
[commentId: string]: string;
|
23
40
|
};
|
41
|
+
} & {
|
24
42
|
getUserHash?: () => {
|
25
43
|
[principalName: string]: ResolvedUserIdentity;
|
26
44
|
};
|
45
|
+
} & {
|
27
46
|
topicPermissionDictionary?: {
|
28
47
|
[topicId: string]: PostPermission;
|
29
48
|
};
|
30
|
-
} & Omit<{
|
49
|
+
} & DefineEmit<"openReply", (postToReplyOn: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => void> & DefineEmit<"cancelReply", (post: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => void> & DefineEmit<"openEdit", (post: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => void> & DefineEmit<"closeEdit", (post: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => void> & DefineEmit<"refresh", (addedPost: boolean) => void>> & Omit<{
|
31
50
|
onOpenReply?: (postToReplyOn: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => any;
|
32
51
|
onCancelReply?: (post: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => any;
|
33
52
|
onRefresh?: (addedPost: boolean) => any;
|
@@ -75,33 +94,51 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
75
94
|
$nextTick: typeof import("vue").nextTick;
|
76
95
|
$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;
|
77
96
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
78
|
-
propsDefinition: {
|
97
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
79
98
|
canShowEditDialogOnLoad?: boolean;
|
99
|
+
} & {
|
80
100
|
richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
|
101
|
+
} & {
|
81
102
|
currentUser?: ResolvedUserIdentity;
|
103
|
+
} & {
|
82
104
|
canLike?: () => boolean;
|
105
|
+
} & {
|
83
106
|
persistedPost?: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>;
|
107
|
+
} & {
|
84
108
|
persistedPosts?: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>[];
|
109
|
+
} & {
|
85
110
|
enableMention?: boolean;
|
111
|
+
} & {
|
86
112
|
cardStyle?: ThemeDefinition;
|
113
|
+
} & {
|
87
114
|
hideEdit?: boolean;
|
115
|
+
} & {
|
88
116
|
handleAddingPost?: (addingPost: IPostBaseWithContext<IPostBaseContext>) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
|
117
|
+
} & {
|
89
118
|
handleUpdatingPost?: (updatingPost: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
|
119
|
+
} & {
|
90
120
|
handleDeletingPost?: (deletingPost: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
|
121
|
+
} & {
|
91
122
|
handleTogglingLike?: (togglingPost: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
|
123
|
+
} & {
|
92
124
|
handleSocialReacts?: (postToReact: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>, isReacts: boolean, reactionType: ReactionType) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
|
125
|
+
} & {
|
93
126
|
customSlots?: IPostCustomSlots;
|
127
|
+
} & {
|
94
128
|
hideEditOption?: boolean;
|
129
|
+
} & {
|
95
130
|
getTopPostIds?: () => {
|
96
131
|
[commentId: string]: string;
|
97
132
|
};
|
133
|
+
} & {
|
98
134
|
getUserHash?: () => {
|
99
135
|
[principalName: string]: ResolvedUserIdentity;
|
100
136
|
};
|
137
|
+
} & {
|
101
138
|
topicPermissionDictionary?: {
|
102
139
|
[topicId: string]: PostPermission;
|
103
140
|
};
|
104
|
-
} & {
|
141
|
+
} & DefineEmit<"openReply", (postToReplyOn: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => void> & DefineEmit<"cancelReply", (post: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => void> & DefineEmit<"openEdit", (post: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => void> & DefineEmit<"closeEdit", (post: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => void> & DefineEmit<"refresh", (addedPost: boolean) => void>> & {
|
105
142
|
"v-slots"?: {
|
106
143
|
default?: import("vue").Slot;
|
107
144
|
} & {};
|