@omnia/fx 8.0.13-vnext → 8.0.16-vnext
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/core/use/UseEventHook.d.ts +14 -0
- package/internal-do-not-import-from-here/core/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/index.d.ts +5 -4
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/Guid.js +1 -1
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +28 -15
- package/internal-do-not-import-from-here/stores/TimeZoneStore.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +50 -7
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +24 -5
- package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +14 -6
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +423 -72
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools copy.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +93 -23
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperToolsStyles.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +123 -24
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +222 -42
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +46 -33
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.css.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +70 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{BackgroundSettings.d.ts → backgroundsettings/BackgroundSettings.d.ts} +3 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{IBackgroundSettings.d.ts → backgroundsettings/IBackgroundSettings.d.ts} +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +261 -48
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{IImageBackgroundSettings.d.ts → imagebackgroundsettings/IImageBackgroundSettings.d.ts} +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{ImageBackgroundSettings.d.ts → imagebackgroundsettings/ImageBackgroundSettings.d.ts} +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{LayoutClipboard.css.d.ts → layoutclipboard/LayoutClipboard.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/models/AdminChromeStyles.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +207 -68
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +282 -107
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +87 -78
- package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +84 -35
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +311 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +327 -56
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +114 -47
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +34 -51
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +119 -56
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +167 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.css.d.ts +2 -5
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +25 -39
- package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +151 -43
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +123 -43
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +236 -0
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +59 -58
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +124 -43
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +368 -70
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +81 -64
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +34 -55
- package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +273 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +157 -83
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +135 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +88 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +88 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +61 -59
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.css.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +127 -68
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +100 -50
- package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +151 -64
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +11 -1
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +129 -73
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +16 -15
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +210 -0
- package/internal-do-not-import-from-here/ux/playground_test/PlayComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/NodeExtension.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentNode.d.ts +21 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkNode.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteNode.d.ts +24 -17
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldNode.d.ts +27 -19
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListNode.d.ts +19 -17
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeNode.d.ts +25 -18
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockNode.d.ts +43 -16
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +2 -7
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPickerNode.d.ts +3 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseGlossarySuggestionNode.d.ts +3 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseSuggestionIgnore.d.ts +3 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/plugins/EnterpriseGlossarySuggestion.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Division/DivisionNode.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/HardBreak/HardBreakNode.d.ts +3 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Iframe/IframeNode.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Img/ImgNode.d.ts +3 -8
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Link/LinkNode.d.ts +3 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Style/StyleNode.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/TrailingParagraph/TrailingNode.d.ts +6 -11
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagNode.d.ts +3 -20
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/plugins/TagSuggestions.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +25 -13
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRuleNode.d.ts +15 -10
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicNode.d.ts +27 -19
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItemNode.d.ts +5 -11
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +3 -8
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +3 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphics.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsColorMatrix.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsComponentTransfer.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsDefinition.d.ts +3 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFilter.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncB.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncG.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncR.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsImage.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionNode.d.ts +15 -36
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/plugins/Suggestions.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListNode.d.ts +19 -17
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Paragraph/ParagraphNode.d.ts +15 -7
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Paragraph/index.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/PlaceHolderNode.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatingNode.d.ts +3 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeNode.d.ts +25 -19
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableNode.d.ts +55 -42
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableCell.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableHeader.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableRow.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/Ulti.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/plugins/TableResizePlugin.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Text/TextNode.d.ts +3 -7
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Text/index.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorNode.d.ts +5 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextStyle/TextStyleNode.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextStyle/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoListNode.d.ts +3 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/nodes/TodoItem.d.ts +5 -17
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineNode.d.ts +23 -13
- package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/spacingpicker/{SpacingPicker.css.d.ts → SpacingPicker2.css.d.ts} +7 -9
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +208 -104
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +122 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +56 -32
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +57 -17
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ColorSelector.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ComponentsViewer.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/FxViewer.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeViewerStyles.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Colors.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/vue/VueHooks.d.ts +1 -1
- package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +30 -0
- package/package.json +7 -19
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChromeOld.d.ts +0 -61
- package/internal-do-not-import-from-here/ux/confirmdialog/VueConfirmDialog.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/ILayoutEditorCanvas.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/IDeveloperTools.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BackgroundSettings.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ILayoutClipboard.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutClipboard.d.ts +0 -41
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitleSettings.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/richtexteditor/EditorExtension.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/richtexteditor/MarkExtension.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/spacingpicker/ISpacingPicker.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker.d.ts +0 -44
- package/internal-do-not-import-from-here/ux/spacingpicker/index.d.ts +0 -1
@@ -0,0 +1,311 @@
|
|
1
|
+
export type ColsValue = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
|
2
|
+
declare const _default: {
|
3
|
+
new (...args: any[]): {
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
5
|
+
$data: {};
|
6
|
+
$props: Partial<{
|
7
|
+
container?: any;
|
8
|
+
colorSchemaType?: any;
|
9
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
10
|
+
xl: {
|
11
|
+
type: import("vue").PropType<ColsValue>;
|
12
|
+
required: boolean;
|
13
|
+
default?: ColsValue;
|
14
|
+
} & {
|
15
|
+
type: import("vue").PropType<ColsValue>;
|
16
|
+
required: boolean;
|
17
|
+
default?: ColsValue;
|
18
|
+
};
|
19
|
+
lg: {
|
20
|
+
type: import("vue").PropType<ColsValue>;
|
21
|
+
required: boolean;
|
22
|
+
default?: ColsValue;
|
23
|
+
} & {
|
24
|
+
type: import("vue").PropType<ColsValue>;
|
25
|
+
required: boolean;
|
26
|
+
default?: ColsValue;
|
27
|
+
};
|
28
|
+
md: {
|
29
|
+
type: import("vue").PropType<ColsValue>;
|
30
|
+
required: boolean;
|
31
|
+
default?: ColsValue;
|
32
|
+
} & {
|
33
|
+
type: import("vue").PropType<ColsValue>;
|
34
|
+
required: boolean;
|
35
|
+
default?: ColsValue;
|
36
|
+
};
|
37
|
+
sm: {
|
38
|
+
type: import("vue").PropType<ColsValue>;
|
39
|
+
required: boolean;
|
40
|
+
default?: ColsValue;
|
41
|
+
} & {
|
42
|
+
type: import("vue").PropType<ColsValue>;
|
43
|
+
required: boolean;
|
44
|
+
default?: ColsValue;
|
45
|
+
};
|
46
|
+
xs: {
|
47
|
+
type: import("vue").PropType<ColsValue>;
|
48
|
+
required: boolean;
|
49
|
+
default?: ColsValue;
|
50
|
+
} & {
|
51
|
+
type: import("vue").PropType<ColsValue>;
|
52
|
+
required: boolean;
|
53
|
+
default?: ColsValue;
|
54
|
+
};
|
55
|
+
cols: {
|
56
|
+
type: import("vue").PropType<ColsValue>;
|
57
|
+
required: boolean;
|
58
|
+
default?: ColsValue;
|
59
|
+
} & {
|
60
|
+
type: import("vue").PropType<ColsValue>;
|
61
|
+
required: boolean;
|
62
|
+
default?: ColsValue;
|
63
|
+
};
|
64
|
+
class: {
|
65
|
+
type: import("vue").PropType<String | String[]>;
|
66
|
+
required: boolean;
|
67
|
+
};
|
68
|
+
colorSchemaType?: any;
|
69
|
+
container?: any;
|
70
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
|
71
|
+
$attrs: {
|
72
|
+
[x: string]: unknown;
|
73
|
+
};
|
74
|
+
$refs: {
|
75
|
+
[x: string]: unknown;
|
76
|
+
};
|
77
|
+
$slots: Readonly<{
|
78
|
+
[name: string]: import("vue").Slot;
|
79
|
+
}>;
|
80
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
81
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
82
|
+
$emit: (event: string, ...args: any[]) => void;
|
83
|
+
$el: any;
|
84
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
85
|
+
xl: {
|
86
|
+
type: import("vue").PropType<ColsValue>;
|
87
|
+
required: boolean;
|
88
|
+
default?: ColsValue;
|
89
|
+
} & {
|
90
|
+
type: import("vue").PropType<ColsValue>;
|
91
|
+
required: boolean;
|
92
|
+
default?: ColsValue;
|
93
|
+
};
|
94
|
+
lg: {
|
95
|
+
type: import("vue").PropType<ColsValue>;
|
96
|
+
required: boolean;
|
97
|
+
default?: ColsValue;
|
98
|
+
} & {
|
99
|
+
type: import("vue").PropType<ColsValue>;
|
100
|
+
required: boolean;
|
101
|
+
default?: ColsValue;
|
102
|
+
};
|
103
|
+
md: {
|
104
|
+
type: import("vue").PropType<ColsValue>;
|
105
|
+
required: boolean;
|
106
|
+
default?: ColsValue;
|
107
|
+
} & {
|
108
|
+
type: import("vue").PropType<ColsValue>;
|
109
|
+
required: boolean;
|
110
|
+
default?: ColsValue;
|
111
|
+
};
|
112
|
+
sm: {
|
113
|
+
type: import("vue").PropType<ColsValue>;
|
114
|
+
required: boolean;
|
115
|
+
default?: ColsValue;
|
116
|
+
} & {
|
117
|
+
type: import("vue").PropType<ColsValue>;
|
118
|
+
required: boolean;
|
119
|
+
default?: ColsValue;
|
120
|
+
};
|
121
|
+
xs: {
|
122
|
+
type: import("vue").PropType<ColsValue>;
|
123
|
+
required: boolean;
|
124
|
+
default?: ColsValue;
|
125
|
+
} & {
|
126
|
+
type: import("vue").PropType<ColsValue>;
|
127
|
+
required: boolean;
|
128
|
+
default?: ColsValue;
|
129
|
+
};
|
130
|
+
cols: {
|
131
|
+
type: import("vue").PropType<ColsValue>;
|
132
|
+
required: boolean;
|
133
|
+
default?: ColsValue;
|
134
|
+
} & {
|
135
|
+
type: import("vue").PropType<ColsValue>;
|
136
|
+
required: boolean;
|
137
|
+
default?: ColsValue;
|
138
|
+
};
|
139
|
+
class: {
|
140
|
+
type: import("vue").PropType<String | String[]>;
|
141
|
+
required: boolean;
|
142
|
+
};
|
143
|
+
colorSchemaType?: any;
|
144
|
+
container?: any;
|
145
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
146
|
+
container?: any;
|
147
|
+
colorSchemaType?: any;
|
148
|
+
}, {}, string> & {
|
149
|
+
beforeCreate?: (() => void) | (() => void)[];
|
150
|
+
created?: (() => void) | (() => void)[];
|
151
|
+
beforeMount?: (() => void) | (() => void)[];
|
152
|
+
mounted?: (() => void) | (() => void)[];
|
153
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
154
|
+
updated?: (() => void) | (() => void)[];
|
155
|
+
activated?: (() => void) | (() => void)[];
|
156
|
+
deactivated?: (() => void) | (() => void)[];
|
157
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
158
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
159
|
+
destroyed?: (() => void) | (() => void)[];
|
160
|
+
unmounted?: (() => void) | (() => void)[];
|
161
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
162
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
163
|
+
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)[];
|
164
|
+
};
|
165
|
+
$forceUpdate: () => void;
|
166
|
+
$nextTick: typeof import("vue").nextTick;
|
167
|
+
$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;
|
168
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
169
|
+
xl: {
|
170
|
+
type: import("vue").PropType<ColsValue>;
|
171
|
+
required: boolean;
|
172
|
+
default?: ColsValue;
|
173
|
+
} & {
|
174
|
+
type: import("vue").PropType<ColsValue>;
|
175
|
+
required: boolean;
|
176
|
+
default?: ColsValue;
|
177
|
+
};
|
178
|
+
lg: {
|
179
|
+
type: import("vue").PropType<ColsValue>;
|
180
|
+
required: boolean;
|
181
|
+
default?: ColsValue;
|
182
|
+
} & {
|
183
|
+
type: import("vue").PropType<ColsValue>;
|
184
|
+
required: boolean;
|
185
|
+
default?: ColsValue;
|
186
|
+
};
|
187
|
+
md: {
|
188
|
+
type: import("vue").PropType<ColsValue>;
|
189
|
+
required: boolean;
|
190
|
+
default?: ColsValue;
|
191
|
+
} & {
|
192
|
+
type: import("vue").PropType<ColsValue>;
|
193
|
+
required: boolean;
|
194
|
+
default?: ColsValue;
|
195
|
+
};
|
196
|
+
sm: {
|
197
|
+
type: import("vue").PropType<ColsValue>;
|
198
|
+
required: boolean;
|
199
|
+
default?: ColsValue;
|
200
|
+
} & {
|
201
|
+
type: import("vue").PropType<ColsValue>;
|
202
|
+
required: boolean;
|
203
|
+
default?: ColsValue;
|
204
|
+
};
|
205
|
+
xs: {
|
206
|
+
type: import("vue").PropType<ColsValue>;
|
207
|
+
required: boolean;
|
208
|
+
default?: ColsValue;
|
209
|
+
} & {
|
210
|
+
type: import("vue").PropType<ColsValue>;
|
211
|
+
required: boolean;
|
212
|
+
default?: ColsValue;
|
213
|
+
};
|
214
|
+
cols: {
|
215
|
+
type: import("vue").PropType<ColsValue>;
|
216
|
+
required: boolean;
|
217
|
+
default?: ColsValue;
|
218
|
+
} & {
|
219
|
+
type: import("vue").PropType<ColsValue>;
|
220
|
+
required: boolean;
|
221
|
+
default?: ColsValue;
|
222
|
+
};
|
223
|
+
class: {
|
224
|
+
type: import("vue").PropType<String | String[]>;
|
225
|
+
required: boolean;
|
226
|
+
};
|
227
|
+
colorSchemaType?: any;
|
228
|
+
container?: any;
|
229
|
+
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
230
|
+
__isFragment?: never;
|
231
|
+
__isTeleport?: never;
|
232
|
+
__isSuspense?: never;
|
233
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
234
|
+
xl: {
|
235
|
+
type: import("vue").PropType<ColsValue>;
|
236
|
+
required: boolean;
|
237
|
+
default?: ColsValue;
|
238
|
+
} & {
|
239
|
+
type: import("vue").PropType<ColsValue>;
|
240
|
+
required: boolean;
|
241
|
+
default?: ColsValue;
|
242
|
+
};
|
243
|
+
lg: {
|
244
|
+
type: import("vue").PropType<ColsValue>;
|
245
|
+
required: boolean;
|
246
|
+
default?: ColsValue;
|
247
|
+
} & {
|
248
|
+
type: import("vue").PropType<ColsValue>;
|
249
|
+
required: boolean;
|
250
|
+
default?: ColsValue;
|
251
|
+
};
|
252
|
+
md: {
|
253
|
+
type: import("vue").PropType<ColsValue>;
|
254
|
+
required: boolean;
|
255
|
+
default?: ColsValue;
|
256
|
+
} & {
|
257
|
+
type: import("vue").PropType<ColsValue>;
|
258
|
+
required: boolean;
|
259
|
+
default?: ColsValue;
|
260
|
+
};
|
261
|
+
sm: {
|
262
|
+
type: import("vue").PropType<ColsValue>;
|
263
|
+
required: boolean;
|
264
|
+
default?: ColsValue;
|
265
|
+
} & {
|
266
|
+
type: import("vue").PropType<ColsValue>;
|
267
|
+
required: boolean;
|
268
|
+
default?: ColsValue;
|
269
|
+
};
|
270
|
+
xs: {
|
271
|
+
type: import("vue").PropType<ColsValue>;
|
272
|
+
required: boolean;
|
273
|
+
default?: ColsValue;
|
274
|
+
} & {
|
275
|
+
type: import("vue").PropType<ColsValue>;
|
276
|
+
required: boolean;
|
277
|
+
default?: ColsValue;
|
278
|
+
};
|
279
|
+
cols: {
|
280
|
+
type: import("vue").PropType<ColsValue>;
|
281
|
+
required: boolean;
|
282
|
+
default?: ColsValue;
|
283
|
+
} & {
|
284
|
+
type: import("vue").PropType<ColsValue>;
|
285
|
+
required: boolean;
|
286
|
+
default?: ColsValue;
|
287
|
+
};
|
288
|
+
class: {
|
289
|
+
type: import("vue").PropType<String | String[]>;
|
290
|
+
required: boolean;
|
291
|
+
};
|
292
|
+
colorSchemaType?: any;
|
293
|
+
container?: any;
|
294
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
295
|
+
container?: any;
|
296
|
+
colorSchemaType?: any;
|
297
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
298
|
+
propsDefinition: Readonly<{
|
299
|
+
container?: any;
|
300
|
+
colorSchemaType?: any;
|
301
|
+
} & {
|
302
|
+
xs?: ColsValue;
|
303
|
+
sm?: ColsValue;
|
304
|
+
md?: ColsValue;
|
305
|
+
lg?: ColsValue;
|
306
|
+
class?: String | String[];
|
307
|
+
xl?: ColsValue;
|
308
|
+
cols?: ColsValue;
|
309
|
+
}>;
|
310
|
+
};
|
311
|
+
export default _default;
|
@@ -2,7 +2,9 @@ export declare const DialogStyles: {
|
|
2
2
|
templateTitle: string;
|
3
3
|
titleWrapper: string;
|
4
4
|
fixedContent: (backgroundColor: string) => string;
|
5
|
-
|
5
|
+
activator: string;
|
6
|
+
contentScrollWrapper: (customScroll: boolean, hasButtons: any, fullSize: any) => string;
|
6
7
|
notScrollOutside: string;
|
7
8
|
iconWrapper: (dark: boolean) => string;
|
9
|
+
footerWrapper: (backgroundColor: string) => string;
|
8
10
|
};
|