@ckeditor/ckeditor5-ui 48.2.0 → 48.3.0-alpha.1
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/dist/arialiveannouncer.d.ts +90 -90
- package/dist/augmentation.d.ts +86 -86
- package/dist/autocomplete/autocompleteview.d.ts +70 -70
- package/dist/badge/badge.d.ts +119 -121
- package/dist/bindings/addkeyboardhandlingforgrid.d.ts +22 -22
- package/dist/bindings/clickoutsidehandler.d.ts +25 -25
- package/dist/bindings/csstransitiondisablermixin.d.ts +47 -36
- package/dist/bindings/draggableviewmixin.d.ts +45 -37
- package/dist/bindings/preventdefault.d.ts +30 -30
- package/dist/bindings/submithandler.d.ts +49 -49
- package/dist/button/button.d.ts +167 -167
- package/dist/button/buttonlabel.d.ts +28 -28
- package/dist/button/buttonlabelview.d.ts +26 -26
- package/dist/button/buttonview.d.ts +192 -192
- package/dist/button/filedialogbuttonview.d.ts +107 -99
- package/dist/button/listitembuttonview.d.ts +73 -73
- package/dist/button/switchbuttonview.d.ts +40 -40
- package/dist/collapsible/collapsibleview.d.ts +63 -63
- package/dist/colorgrid/colorgridview.d.ts +117 -117
- package/dist/colorgrid/colortileview.d.ts +21 -21
- package/dist/colorgrid/utils.d.ts +35 -35
- package/dist/colorpicker/colorpickerview.d.ts +155 -157
- package/dist/colorpicker/utils.d.ts +37 -37
- package/dist/colorselector/colorgridsfragmentview.d.ts +191 -191
- package/dist/colorselector/colorpickerfragmentview.d.ts +129 -129
- package/dist/colorselector/colorselectorview.d.ts +227 -229
- package/dist/colorselector/documentcolorcollection.d.ts +52 -59
- package/dist/componentfactory.d.ts +76 -76
- package/dist/dialog/dialog.d.ts +311 -288
- package/dist/dialog/dialogactionsview.d.ts +62 -62
- package/dist/dialog/dialogcontentview.d.ts +22 -22
- package/dist/dialog/dialogview.d.ts +255 -251
- package/dist/dropdown/button/dropdownbutton.d.ts +17 -17
- package/dist/dropdown/button/dropdownbuttonview.d.ts +41 -41
- package/dist/dropdown/button/splitbuttonview.d.ts +155 -155
- package/dist/dropdown/dropdownpanelfocusable.d.ts +16 -16
- package/dist/dropdown/dropdownpanelview.d.ts +56 -56
- package/dist/dropdown/dropdownview.d.ts +326 -326
- package/dist/dropdown/menu/dropdownmenubehaviors.d.ts +43 -43
- package/dist/dropdown/menu/dropdownmenubuttonview.d.ts +29 -29
- package/dist/dropdown/menu/dropdownmenulistitembuttonview.d.ts +12 -12
- package/dist/dropdown/menu/dropdownmenulistitemview.d.ts +17 -17
- package/dist/dropdown/menu/dropdownmenulistview.d.ts +19 -19
- package/dist/dropdown/menu/dropdownmenunestedmenupanelview.d.ts +28 -28
- package/dist/dropdown/menu/dropdownmenunestedmenuview.d.ts +126 -126
- package/dist/dropdown/menu/dropdownmenurootlistview.d.ts +132 -132
- package/dist/dropdown/menu/utils.d.ts +112 -112
- package/dist/dropdown/utils.d.ts +272 -272
- package/dist/editableui/editableuiview.d.ts +78 -78
- package/dist/editableui/inline/inlineeditableuiview.d.ts +38 -38
- package/dist/editorui/accessibilityhelp/accessibilityhelp.d.ts +50 -50
- package/dist/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts +30 -30
- package/dist/editorui/bodycollection.d.ts +86 -86
- package/dist/editorui/boxed/boxededitoruiview.d.ts +35 -35
- package/dist/editorui/editorui.d.ts +348 -351
- package/dist/editorui/editoruiview.d.ts +53 -53
- package/dist/editorui/evaluationbadge.d.ts +28 -28
- package/dist/editorui/poweredby.d.ts +25 -25
- package/dist/focuscycler.d.ts +265 -270
- package/dist/formheader/formheaderview.d.ts +53 -53
- package/dist/formrow/formrowview.d.ts +52 -52
- package/dist/highlightedtext/buttonlabelwithhighlightview.d.ts +25 -25
- package/dist/highlightedtext/highlightedtextview.d.ts +33 -33
- package/dist/highlightedtext/labelwithhighlightview.d.ts +21 -21
- package/dist/icon/iconview.d.ts +83 -83
- package/dist/iframe/iframeview.d.ts +42 -42
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +136 -136
- package/dist/index.js +16467 -17751
- package/dist/index.js.map +1 -1
- package/dist/input/inputbase.d.ts +114 -114
- package/dist/input/inputview.d.ts +28 -28
- package/dist/inputnumber/inputnumberview.d.ts +44 -44
- package/dist/inputtext/inputtextview.d.ts +13 -13
- package/dist/label/labelview.d.ts +31 -31
- package/dist/labeledfield/labeledfieldview.d.ts +180 -180
- package/dist/labeledfield/utils.d.ts +112 -112
- package/dist/labeledinput/labeledinputview.d.ts +120 -120
- package/dist/legacyerrors.d.ts +0 -4
- package/dist/list/listitemgroupview.d.ts +54 -54
- package/dist/list/listitemview.d.ts +31 -31
- package/dist/list/listseparatorview.d.ts +13 -13
- package/dist/list/listview.d.ts +119 -119
- package/dist/menubar/menubarmenubuttonview.d.ts +28 -28
- package/dist/menubar/menubarmenulistitembuttonview.d.ts +16 -16
- package/dist/menubar/menubarmenulistitemfiledialogbuttonview.d.ts +18 -18
- package/dist/menubar/menubarmenulistitemview.d.ts +20 -20
- package/dist/menubar/menubarmenulistview.d.ts +24 -24
- package/dist/menubar/menubarmenupanelview.d.ts +47 -47
- package/dist/menubar/menubarmenuview.d.ts +113 -113
- package/dist/menubar/menubarview.d.ts +145 -145
- package/dist/menubar/utils.d.ts +455 -455
- package/dist/model.d.ts +19 -18
- package/dist/notification/notification.d.ts +200 -200
- package/dist/panel/balloon/balloonpanelview.d.ts +692 -692
- package/dist/panel/balloon/contextualballoon.d.ts +298 -298
- package/dist/panel/sticky/stickypanelview.d.ts +151 -151
- package/dist/search/filteredview.d.ts +23 -23
- package/dist/search/filtergroupanditemnames.d.ts +11 -11
- package/dist/search/searchinfoview.d.ts +39 -39
- package/dist/search/searchresultsview.d.ts +49 -49
- package/dist/search/text/searchtextqueryview.d.ts +63 -63
- package/dist/search/text/searchtextview.d.ts +203 -203
- package/dist/spinner/spinnerview.d.ts +20 -20
- package/dist/template.d.ts +897 -902
- package/dist/textarea/textareaview.d.ts +96 -96
- package/dist/toolbar/balloon/balloontoolbar.d.ts +122 -122
- package/dist/toolbar/block/blockbuttonview.d.ts +30 -30
- package/dist/toolbar/block/blocktoolbar.d.ts +166 -166
- package/dist/toolbar/normalizetoolbarconfig.d.ts +35 -35
- package/dist/toolbar/toolbarlinebreakview.d.ts +13 -13
- package/dist/toolbar/toolbarseparatorview.d.ts +13 -13
- package/dist/toolbar/toolbarview.d.ts +271 -271
- package/dist/tooltipmanager.d.ts +190 -193
- package/dist/view.d.ts +385 -388
- package/dist/viewcollection.d.ts +134 -134
- package/package.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -1,138 +1,138 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
5
|
/**
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export { View, type UIViewRenderEvent } from
|
|
9
|
-
export { AriaLiveAnnouncerPoliteness, AriaLiveAnnouncer, AriaLiveAnnouncerView, AriaLiveAnnouncerRegionView, type AriaLiveAnnouncerPolitenessValue, type AriaLiveAppendContentAttributes, type AriaLiveAnnounceConfig } from
|
|
10
|
-
export { clickOutsideHandler } from
|
|
11
|
-
export { CssTransitionDisablerMixin, type ViewWithCssTransitionDisabler } from
|
|
12
|
-
export { DraggableViewMixin, type DraggableView, type DraggableViewDragEvent } from
|
|
13
|
-
export { submitHandler, type SubmitHandlerEvent } from
|
|
14
|
-
export { addKeyboardHandlingForGrid } from
|
|
15
|
-
export { AccessibilityHelpContentView } from
|
|
16
|
-
export { AccessibilityHelp } from
|
|
17
|
-
export { BodyCollection } from
|
|
18
|
-
export { PoweredBy } from
|
|
19
|
-
export { Badge, type BadgeConfig } from
|
|
20
|
-
export type { Button, ButtonExecuteEvent } from
|
|
21
|
-
export type { ButtonLabel } from
|
|
22
|
-
export { ButtonView } from
|
|
23
|
-
export { ButtonLabelView } from
|
|
24
|
-
export { SwitchButtonView } from
|
|
25
|
-
export { ListItemButtonView } from
|
|
26
|
-
export { FileDialogButtonView, FileDialogListItemButtonView, FileDialogViewMixin, type FileDialogButtonViewBase, type FileInputViewDoneEvent } from
|
|
27
|
-
export { CollapsibleView } from
|
|
28
|
-
export { type ColorOption, type NormalizedColorOption, getLocalizedColorOptions, normalizeColorOptions, normalizeSingleColorDefinition } from
|
|
29
|
-
export { ColorGridView, type ColorDefinition, type ColorGridViewExecuteEvent, type ColorGridViewExecuteEventData } from
|
|
30
|
-
export { ColorTileView } from
|
|
31
|
-
export { ColorPickerView, SliderView, ColorPickerInputRowView, type ColorPickerColorSelectedEvent } from
|
|
32
|
-
export type { ColorPickerConfig, ColorPickerViewConfig, ColorPickerOutputFormat } from
|
|
33
|
-
export { ColorSelectorView, type ColorSelectorExecuteEvent, type ColorSelectorColorPickerCancelEvent, type ColorSelectorColorPickerShowEvent } from
|
|
34
|
-
export { DocumentColorCollection, type DocumentColorCollectionChangeEvent, type DocumentColorCollectionAddEvent, type DocumentColorCollectionRemoveEvent } from
|
|
35
|
-
export { ColorGridsFragmentView } from
|
|
36
|
-
export { ColorPickerFragmentView } from
|
|
37
|
-
export { ComponentFactory } from
|
|
38
|
-
export { Dialog, type DialogDefinition, type DialogShowEvent, type DialogHideEvent } from
|
|
39
|
-
export { DialogView, DialogViewPosition, type DialogViewMoveToEvent, type DialogViewCloseEvent } from
|
|
40
|
-
export { DialogActionsView, type DialogActionButtonDefinition } from
|
|
41
|
-
export { DialogContentView } from
|
|
42
|
-
export { DropdownView, type DropdownViewEvent } from
|
|
43
|
-
export { DropdownPanelView, type PanelPosition } from
|
|
44
|
-
export type { DropdownPanelFocusable } from
|
|
45
|
-
export type { DropdownButton, DropdownButtonOpenEvent } from
|
|
46
|
-
export { DropdownButtonView } from
|
|
47
|
-
export { SplitButtonView } from
|
|
48
|
-
export { type ListDropdownItemDefinition, type ListDropdownSeparatorDefinition, type ListDropdownButtonDefinition, type ListDropdownGroupDefinition, createDropdown, addMenuToDropdown, addToolbarToDropdown, addListToDropdown, focusChildOnDropdownOpen } from
|
|
49
|
-
export { type DropdownNestedMenuDefinition, type DropdownMenuButtonDefinition, type DropdownMenuDefinition, DropdownMenuPanelPositioningFunctions } from
|
|
50
|
-
export { DropdownMenuNestedMenuView } from
|
|
51
|
-
export { DropdownMenuRootListView, type DropdownMenuRootListViewExecuteEvent } from
|
|
52
|
-
export { DropdownMenuListView } from
|
|
53
|
-
export { DropdownMenuListItemView } from
|
|
54
|
-
export { DropdownMenuListItemButtonView } from
|
|
55
|
-
export { DropdownMenuButtonView } from
|
|
56
|
-
export { DropdownMenuNestedMenuPanelView, type DropdownMenuNestedMenuPanelPosition } from
|
|
57
|
-
export { EditorUI, type EditorUIReadyEvent, type EditorUIUpdateEvent, type FocusableToolbarDefinition, type FocusableToolbarOptions, type ViewportOffset } from
|
|
58
|
-
export { EditorUIView } from
|
|
59
|
-
export { EvaluationBadge } from
|
|
60
|
-
export { BoxedEditorUIView } from
|
|
61
|
-
export { InlineEditableUIView, type InlineEditableUIViewOptions } from
|
|
62
|
-
export { EditableUIView } from
|
|
63
|
-
export { FormRowView } from
|
|
64
|
-
export { FormHeaderView } from
|
|
65
|
-
export { FocusCycler, type FocusableView, type ViewWithFocusCycler, type FocusCyclerForwardCycleEvent, type FocusCyclerBackwardCycleEvent, type FocusCyclerActions, isViewWithFocusCycler, isFocusable } from
|
|
66
|
-
export { IconView } from
|
|
67
|
-
export { InputBase } from
|
|
68
|
-
export { InputView, type InputViewInputEvent } from
|
|
69
|
-
export { InputTextView } from
|
|
70
|
-
export { InputNumberView } from
|
|
71
|
-
export { TextareaView, type TextareaViewUpdateEvent } from
|
|
72
|
-
export { IframeView, type IframeViewLoadedEvent } from
|
|
73
|
-
export { LabelView } from
|
|
74
|
-
export { type LabeledFieldViewCreator, LabeledFieldView } from
|
|
75
|
-
export { createLabeledInputNumber, createLabeledInputText, createLabeledTextarea, createLabeledDropdown } from
|
|
76
|
-
export { LabeledInputView } from
|
|
77
|
-
export { ListItemGroupView } from
|
|
78
|
-
export { ListItemView } from
|
|
79
|
-
export { ListSeparatorView } from
|
|
80
|
-
export { ListView } from
|
|
81
|
-
export { filterGroupAndItemNames } from
|
|
82
|
-
export { Notification, type NotificationEventType, type NotificationShowEvent, type NotificationShowSuccessEvent, type NotificationShowWarningEvent, type NotificationShowTypeEvent, type NotificationShowEventData, type NotificationShowInfoEvent } from
|
|
83
|
-
export { UIModel, UIModel as ViewModel } from
|
|
84
|
-
export { BalloonPanelView } from
|
|
85
|
-
export { ContextualBalloon, type ContextualBalloonGetPositionOptionsEvent, type ViewConfiguration } from
|
|
86
|
-
export { StickyPanelView } from
|
|
87
|
-
export { AutocompleteView, type AutocompleteViewConfig, type AutocompleteResultsView } from
|
|
88
|
-
export { SearchTextView, type SearchTextViewSearchEvent, type SearchTextViewConfig, type SearchTextViewDefaultInfoText, type SearchTextViewSearchEventData } from
|
|
89
|
-
export type { SearchTextQueryViewResetEvent, SearchTextQueryViewConfig } from
|
|
90
|
-
export { SearchResultsView } from
|
|
91
|
-
export { SearchInfoView } from
|
|
92
|
-
export type { FilteredView, FilteredViewExecuteEvent } from
|
|
93
|
-
export { HighlightedTextView } from
|
|
94
|
-
export { ButtonLabelWithHighlightView } from
|
|
95
|
-
export { LabelWithHighlightView } from
|
|
96
|
-
export { TooltipManager, type TooltipPosition } from
|
|
97
|
-
export { Template, type TemplateDefinition, type AttributeValues, type TemplateElementDefinition, type TemplateTextDefinition, type FalsyValue, type NamespacedValue, type TemplateSimpleValue, type TemplateSimpleValueSchema, type TemplateValueSchema, type TemplateListenerSchema, type AttributeBinding, type ListenerBinding, type BindChain } from
|
|
98
|
-
export { SpinnerView } from
|
|
99
|
-
export { ToolbarView, ItemsView, type ToolbarViewGroupedItemsUpdateEvent, type ToolbarOptions } from
|
|
100
|
-
export { ToolbarLineBreakView } from
|
|
101
|
-
export { ToolbarSeparatorView } from
|
|
102
|
-
export { normalizeToolbarConfig } from
|
|
103
|
-
export { BalloonToolbar, type BalloonToolbarShowEvent } from
|
|
104
|
-
export { BlockToolbar } from
|
|
105
|
-
export { BlockButtonView } from
|
|
106
|
-
export { ViewCollection } from
|
|
107
|
-
export { MenuBarView, type MenuBarConfig, type MenuBarConfigObject, type NormalizedMenuBarConfigObject, type MenuBarMenuEvent, type MenuBarMenuGroupDefinition, type MenuBarMenuDefinition, type MenuBarConfigAddedPosition, type MenuBarConfigAddedItem, type MenuBarConfigAddedGroup, type MenuBarConfigAddedMenu, type MenuBarMenuMouseEnterEvent, type MenuBarMenuArrowLeftEvent, type MenuBarMenuArrowRightEvent, type MenuBarMenuChangeIsOpenEvent } from
|
|
108
|
-
export { MenuBarMenuButtonView } from
|
|
109
|
-
export { MenuBarMenuPanelView, type MenuBarMenuPanelPosition } from
|
|
110
|
-
export { MenuBarMenuView } from
|
|
111
|
-
export { MenuBarMenuListView } from
|
|
112
|
-
export { MenuBarMenuListItemView } from
|
|
113
|
-
export { MenuBarMenuListItemButtonView } from
|
|
114
|
-
export { MenuBarMenuListItemFileDialogButtonView } from
|
|
115
|
-
export { normalizeMenuBarConfig, DefaultMenuBarItems } from
|
|
116
|
-
export { preventDefault as _preventUiViewDefault } from
|
|
117
|
-
export { CheckIconHolderView as _CheckIconHolderView } from
|
|
118
|
-
export { CollapsibleView as _CollapsibleView } from
|
|
119
|
-
export { tryParseHexColor as _tryNormalizeHexColor } from
|
|
120
|
-
export { convertColor as _convertColor } from
|
|
121
|
-
export { convertToHex as _convertColorToHex } from
|
|
122
|
-
export { registerCustomElement as _registerCustomElement } from
|
|
123
|
-
export { DropdownRootMenuBehaviors as _DropdownRootMenuBehaviors } from
|
|
124
|
-
export { DropdownMenuBehaviors as _DropdownMenuBehaviors } from
|
|
125
|
-
export { MenuBarBehaviors as _MenuBarBehaviors } from
|
|
126
|
-
export { MenuBarMenuBehaviors as _MenuBarMenuBehaviors } from
|
|
127
|
-
export { MenuBarMenuViewPanelPositioningFunctions as _MenuBarMenuViewPanelPositioningFunctions } from
|
|
128
|
-
export { processMenuBarConfig as _processMenuBarConfig } from
|
|
129
|
-
export { RotatorView as _ContextualBalloonRotatorView } from
|
|
130
|
-
export { SearchInfoView as _SearchInfoView } from
|
|
131
|
-
export { SearchTextQueryView as _SearchTextQueryView } from
|
|
132
|
-
export { TemplateBinding as _TemplateBinding } from
|
|
133
|
-
export { TemplateToBinding as _TemplateToBinding } from
|
|
134
|
-
export { TemplateIfBinding as _TemplateIfBinding } from
|
|
135
|
-
export { type RenderData as _TemplateRenderData } from
|
|
136
|
-
export { NESTED_TOOLBAR_ICONS } from
|
|
137
|
-
export { type ToolbarBehavior as _ToolbarBehavior } from
|
|
138
|
-
import
|
|
6
|
+
* @module ui
|
|
7
|
+
*/
|
|
8
|
+
export { View, type UIViewRenderEvent } from "./view.js";
|
|
9
|
+
export { AriaLiveAnnouncerPoliteness, AriaLiveAnnouncer, AriaLiveAnnouncerView, AriaLiveAnnouncerRegionView, type AriaLiveAnnouncerPolitenessValue, type AriaLiveAppendContentAttributes, type AriaLiveAnnounceConfig } from "./arialiveannouncer.js";
|
|
10
|
+
export { clickOutsideHandler } from "./bindings/clickoutsidehandler.js";
|
|
11
|
+
export { CssTransitionDisablerMixin, type CssTransitionDisablerMixinConstructor, type ViewWithCssTransitionDisabler } from "./bindings/csstransitiondisablermixin.js";
|
|
12
|
+
export { DraggableViewMixin, type DraggableView, type DraggableViewMixinConstructor, type DraggableViewDragEvent } from "./bindings/draggableviewmixin.js";
|
|
13
|
+
export { submitHandler, type SubmitHandlerEvent } from "./bindings/submithandler.js";
|
|
14
|
+
export { addKeyboardHandlingForGrid } from "./bindings/addkeyboardhandlingforgrid.js";
|
|
15
|
+
export { AccessibilityHelpContentView } from "./editorui/accessibilityhelp/accessibilityhelpcontentview.js";
|
|
16
|
+
export { AccessibilityHelp } from "./editorui/accessibilityhelp/accessibilityhelp.js";
|
|
17
|
+
export { BodyCollection } from "./editorui/bodycollection.js";
|
|
18
|
+
export { PoweredBy } from "./editorui/poweredby.js";
|
|
19
|
+
export { Badge, type BadgeConfig } from "./badge/badge.js";
|
|
20
|
+
export type { Button, ButtonExecuteEvent } from "./button/button.js";
|
|
21
|
+
export type { ButtonLabel } from "./button/buttonlabel.js";
|
|
22
|
+
export { ButtonView } from "./button/buttonview.js";
|
|
23
|
+
export { ButtonLabelView } from "./button/buttonlabelview.js";
|
|
24
|
+
export { SwitchButtonView } from "./button/switchbuttonview.js";
|
|
25
|
+
export { ListItemButtonView } from "./button/listitembuttonview.js";
|
|
26
|
+
export { FileDialogButtonView, FileDialogListItemButtonView, FileDialogViewMixin, type FileDialogButtonViewBase, type FileDialogViewMixinConstructor, type FileInputViewDoneEvent } from "./button/filedialogbuttonview.js";
|
|
27
|
+
export { CollapsibleView } from "./collapsible/collapsibleview.js";
|
|
28
|
+
export { type ColorOption, type NormalizedColorOption, getLocalizedColorOptions, normalizeColorOptions, normalizeSingleColorDefinition } from "./colorgrid/utils.js";
|
|
29
|
+
export { ColorGridView, type ColorDefinition, type ColorGridViewExecuteEvent, type ColorGridViewExecuteEventData } from "./colorgrid/colorgridview.js";
|
|
30
|
+
export { ColorTileView } from "./colorgrid/colortileview.js";
|
|
31
|
+
export { ColorPickerView, SliderView, ColorPickerInputRowView, type ColorPickerColorSelectedEvent } from "./colorpicker/colorpickerview.js";
|
|
32
|
+
export type { ColorPickerConfig, ColorPickerViewConfig, ColorPickerOutputFormat } from "./colorpicker/utils.js";
|
|
33
|
+
export { ColorSelectorView, type ColorSelectorExecuteEvent, type ColorSelectorColorPickerCancelEvent, type ColorSelectorColorPickerShowEvent } from "./colorselector/colorselectorview.js";
|
|
34
|
+
export { DocumentColorCollection, type DocumentColorCollectionChangeEvent, type DocumentColorCollectionAddEvent, type DocumentColorCollectionRemoveEvent } from "./colorselector/documentcolorcollection.js";
|
|
35
|
+
export { ColorGridsFragmentView } from "./colorselector/colorgridsfragmentview.js";
|
|
36
|
+
export { ColorPickerFragmentView } from "./colorselector/colorpickerfragmentview.js";
|
|
37
|
+
export { ComponentFactory } from "./componentfactory.js";
|
|
38
|
+
export { Dialog, type DialogDefinition, type DialogShowEvent, type DialogHideEvent, type DialogPositionCallback } from "./dialog/dialog.js";
|
|
39
|
+
export { DialogView, DialogViewPosition, type DialogViewMoveToEvent, type DialogViewCloseEvent } from "./dialog/dialogview.js";
|
|
40
|
+
export { DialogActionsView, type DialogActionButtonDefinition } from "./dialog/dialogactionsview.js";
|
|
41
|
+
export { DialogContentView } from "./dialog/dialogcontentview.js";
|
|
42
|
+
export { DropdownView, type DropdownViewEvent } from "./dropdown/dropdownview.js";
|
|
43
|
+
export { DropdownPanelView, type PanelPosition } from "./dropdown/dropdownpanelview.js";
|
|
44
|
+
export type { DropdownPanelFocusable } from "./dropdown/dropdownpanelfocusable.js";
|
|
45
|
+
export type { DropdownButton, DropdownButtonOpenEvent } from "./dropdown/button/dropdownbutton.js";
|
|
46
|
+
export { DropdownButtonView } from "./dropdown/button/dropdownbuttonview.js";
|
|
47
|
+
export { SplitButtonView } from "./dropdown/button/splitbuttonview.js";
|
|
48
|
+
export { type ListDropdownItemDefinition, type ListDropdownSeparatorDefinition, type ListDropdownButtonDefinition, type ListDropdownGroupDefinition, createDropdown, addMenuToDropdown, addToolbarToDropdown, addListToDropdown, focusChildOnDropdownOpen } from "./dropdown/utils.js";
|
|
49
|
+
export { type DropdownNestedMenuDefinition, type DropdownMenuButtonDefinition, type DropdownMenuDefinition, DropdownMenuPanelPositioningFunctions } from "./dropdown/menu/utils.js";
|
|
50
|
+
export { DropdownMenuNestedMenuView } from "./dropdown/menu/dropdownmenunestedmenuview.js";
|
|
51
|
+
export { DropdownMenuRootListView, type DropdownMenuRootListViewExecuteEvent } from "./dropdown/menu/dropdownmenurootlistview.js";
|
|
52
|
+
export { DropdownMenuListView } from "./dropdown/menu/dropdownmenulistview.js";
|
|
53
|
+
export { DropdownMenuListItemView } from "./dropdown/menu/dropdownmenulistitemview.js";
|
|
54
|
+
export { DropdownMenuListItemButtonView } from "./dropdown/menu/dropdownmenulistitembuttonview.js";
|
|
55
|
+
export { DropdownMenuButtonView } from "./dropdown/menu/dropdownmenubuttonview.js";
|
|
56
|
+
export { DropdownMenuNestedMenuPanelView, type DropdownMenuNestedMenuPanelPosition } from "./dropdown/menu/dropdownmenunestedmenupanelview.js";
|
|
57
|
+
export { EditorUI, type EditorUIReadyEvent, type EditorUIUpdateEvent, type FocusableToolbarDefinition, type FocusableToolbarOptions, type ViewportOffset } from "./editorui/editorui.js";
|
|
58
|
+
export { EditorUIView } from "./editorui/editoruiview.js";
|
|
59
|
+
export { EvaluationBadge } from "./editorui/evaluationbadge.js";
|
|
60
|
+
export { BoxedEditorUIView } from "./editorui/boxed/boxededitoruiview.js";
|
|
61
|
+
export { InlineEditableUIView, type InlineEditableUIViewOptions } from "./editableui/inline/inlineeditableuiview.js";
|
|
62
|
+
export { EditableUIView } from "./editableui/editableuiview.js";
|
|
63
|
+
export { FormRowView } from "./formrow/formrowview.js";
|
|
64
|
+
export { FormHeaderView } from "./formheader/formheaderview.js";
|
|
65
|
+
export { FocusCycler, type FocusableView, type ViewWithFocusCycler, type FocusCyclerForwardCycleEvent, type FocusCyclerBackwardCycleEvent, type FocusCyclerActions, isViewWithFocusCycler, isFocusable } from "./focuscycler.js";
|
|
66
|
+
export { IconView } from "./icon/iconview.js";
|
|
67
|
+
export { InputBase } from "./input/inputbase.js";
|
|
68
|
+
export { InputView, type InputViewInputEvent } from "./input/inputview.js";
|
|
69
|
+
export { InputTextView } from "./inputtext/inputtextview.js";
|
|
70
|
+
export { InputNumberView } from "./inputnumber/inputnumberview.js";
|
|
71
|
+
export { TextareaView, type TextareaViewUpdateEvent } from "./textarea/textareaview.js";
|
|
72
|
+
export { IframeView, type IframeViewLoadedEvent } from "./iframe/iframeview.js";
|
|
73
|
+
export { LabelView } from "./label/labelview.js";
|
|
74
|
+
export { type LabeledFieldViewCreator, LabeledFieldView } from "./labeledfield/labeledfieldview.js";
|
|
75
|
+
export { createLabeledInputNumber, createLabeledInputText, createLabeledTextarea, createLabeledDropdown } from "./labeledfield/utils.js";
|
|
76
|
+
export { LabeledInputView } from "./labeledinput/labeledinputview.js";
|
|
77
|
+
export { ListItemGroupView } from "./list/listitemgroupview.js";
|
|
78
|
+
export { ListItemView } from "./list/listitemview.js";
|
|
79
|
+
export { ListSeparatorView } from "./list/listseparatorview.js";
|
|
80
|
+
export { ListView } from "./list/listview.js";
|
|
81
|
+
export { filterGroupAndItemNames } from "./search/filtergroupanditemnames.js";
|
|
82
|
+
export { Notification, type NotificationEventType, type NotificationShowEvent, type NotificationShowSuccessEvent, type NotificationShowWarningEvent, type NotificationShowTypeEvent, type NotificationShowEventData, type NotificationShowInfoEvent } from "./notification/notification.js";
|
|
83
|
+
export { UIModel, UIModel as ViewModel } from "./model.js";
|
|
84
|
+
export { BalloonPanelView } from "./panel/balloon/balloonpanelview.js";
|
|
85
|
+
export { ContextualBalloon, type ContextualBalloonGetPositionOptionsEvent, type ViewConfiguration } from "./panel/balloon/contextualballoon.js";
|
|
86
|
+
export { StickyPanelView } from "./panel/sticky/stickypanelview.js";
|
|
87
|
+
export { AutocompleteView, type AutocompleteViewConfig, type AutocompleteResultsView } from "./autocomplete/autocompleteview.js";
|
|
88
|
+
export { SearchTextView, type SearchTextViewSearchEvent, type SearchTextViewConfig, type SearchTextViewDefaultInfoText, type SearchTextViewSearchEventData } from "./search/text/searchtextview.js";
|
|
89
|
+
export type { SearchTextQueryViewResetEvent, SearchTextQueryViewConfig } from "./search/text/searchtextqueryview.js";
|
|
90
|
+
export { SearchResultsView } from "./search/searchresultsview.js";
|
|
91
|
+
export { SearchInfoView } from "./search/searchinfoview.js";
|
|
92
|
+
export type { FilteredView, FilteredViewExecuteEvent } from "./search/filteredview.js";
|
|
93
|
+
export { HighlightedTextView } from "./highlightedtext/highlightedtextview.js";
|
|
94
|
+
export { ButtonLabelWithHighlightView } from "./highlightedtext/buttonlabelwithhighlightview.js";
|
|
95
|
+
export { LabelWithHighlightView } from "./highlightedtext/labelwithhighlightview.js";
|
|
96
|
+
export { TooltipManager, type TooltipPosition } from "./tooltipmanager.js";
|
|
97
|
+
export { Template, type TemplateDefinition, type AttributeValues, type TemplateElementDefinition, type TemplateTextDefinition, type FalsyValue, type NamespacedValue, type TemplateSimpleValue, type TemplateSimpleValueSchema, type TemplateValueSchema, type TemplateListenerSchema, type AttributeBinding, type ListenerBinding, type BindChain } from "./template.js";
|
|
98
|
+
export { SpinnerView } from "./spinner/spinnerview.js";
|
|
99
|
+
export { ToolbarView, ItemsView, type ToolbarViewGroupedItemsUpdateEvent, type ToolbarOptions } from "./toolbar/toolbarview.js";
|
|
100
|
+
export { ToolbarLineBreakView } from "./toolbar/toolbarlinebreakview.js";
|
|
101
|
+
export { ToolbarSeparatorView } from "./toolbar/toolbarseparatorview.js";
|
|
102
|
+
export { normalizeToolbarConfig } from "./toolbar/normalizetoolbarconfig.js";
|
|
103
|
+
export { BalloonToolbar, type BalloonToolbarShowEvent } from "./toolbar/balloon/balloontoolbar.js";
|
|
104
|
+
export { BlockToolbar } from "./toolbar/block/blocktoolbar.js";
|
|
105
|
+
export { BlockButtonView } from "./toolbar/block/blockbuttonview.js";
|
|
106
|
+
export { ViewCollection } from "./viewcollection.js";
|
|
107
|
+
export { MenuBarView, type MenuBarConfig, type MenuBarConfigObject, type NormalizedMenuBarConfigObject, type MenuBarMenuEvent, type MenuBarMenuGroupDefinition, type MenuBarMenuDefinition, type MenuBarConfigAddedPosition, type MenuBarConfigAddedItem, type MenuBarConfigAddedGroup, type MenuBarConfigAddedMenu, type MenuBarMenuMouseEnterEvent, type MenuBarMenuArrowLeftEvent, type MenuBarMenuArrowRightEvent, type MenuBarMenuChangeIsOpenEvent } from "./menubar/menubarview.js";
|
|
108
|
+
export { MenuBarMenuButtonView } from "./menubar/menubarmenubuttonview.js";
|
|
109
|
+
export { MenuBarMenuPanelView, type MenuBarMenuPanelPosition } from "./menubar/menubarmenupanelview.js";
|
|
110
|
+
export { MenuBarMenuView } from "./menubar/menubarmenuview.js";
|
|
111
|
+
export { MenuBarMenuListView } from "./menubar/menubarmenulistview.js";
|
|
112
|
+
export { MenuBarMenuListItemView } from "./menubar/menubarmenulistitemview.js";
|
|
113
|
+
export { MenuBarMenuListItemButtonView } from "./menubar/menubarmenulistitembuttonview.js";
|
|
114
|
+
export { MenuBarMenuListItemFileDialogButtonView } from "./menubar/menubarmenulistitemfiledialogbuttonview.js";
|
|
115
|
+
export { normalizeMenuBarConfig, DefaultMenuBarItems } from "./menubar/utils.js";
|
|
116
|
+
export { preventDefault as _preventUiViewDefault } from "./bindings/preventdefault.js";
|
|
117
|
+
export { CheckIconHolderView as _CheckIconHolderView } from "./button/listitembuttonview.js";
|
|
118
|
+
export { CollapsibleView as _CollapsibleView } from "./collapsible/collapsibleview.js";
|
|
119
|
+
export { tryParseHexColor as _tryNormalizeHexColor } from "./colorpicker/colorpickerview.js";
|
|
120
|
+
export { convertColor as _convertColor } from "./colorpicker/utils.js";
|
|
121
|
+
export { convertToHex as _convertColorToHex } from "./colorpicker/utils.js";
|
|
122
|
+
export { registerCustomElement as _registerCustomElement } from "./colorpicker/utils.js";
|
|
123
|
+
export { DropdownRootMenuBehaviors as _DropdownRootMenuBehaviors } from "./dropdown/menu/dropdownmenubehaviors.js";
|
|
124
|
+
export { DropdownMenuBehaviors as _DropdownMenuBehaviors } from "./dropdown/menu/dropdownmenubehaviors.js";
|
|
125
|
+
export { MenuBarBehaviors as _MenuBarBehaviors } from "./menubar/utils.js";
|
|
126
|
+
export { MenuBarMenuBehaviors as _MenuBarMenuBehaviors } from "./menubar/utils.js";
|
|
127
|
+
export { MenuBarMenuViewPanelPositioningFunctions as _MenuBarMenuViewPanelPositioningFunctions } from "./menubar/utils.js";
|
|
128
|
+
export { processMenuBarConfig as _processMenuBarConfig } from "./menubar/utils.js";
|
|
129
|
+
export { RotatorView as _ContextualBalloonRotatorView } from "./panel/balloon/contextualballoon.js";
|
|
130
|
+
export { SearchInfoView as _SearchInfoView } from "./search/searchinfoview.js";
|
|
131
|
+
export { SearchTextQueryView as _SearchTextQueryView } from "./search/text/searchtextqueryview.js";
|
|
132
|
+
export { TemplateBinding as _TemplateBinding } from "./template.js";
|
|
133
|
+
export { TemplateToBinding as _TemplateToBinding } from "./template.js";
|
|
134
|
+
export { TemplateIfBinding as _TemplateIfBinding } from "./template.js";
|
|
135
|
+
export { type RenderData as _TemplateRenderData } from "./template.js";
|
|
136
|
+
export { NESTED_TOOLBAR_ICONS } from "./toolbar/toolbarview.js";
|
|
137
|
+
export { type ToolbarBehavior as _ToolbarBehavior } from "./toolbar/toolbarview.js";
|
|
138
|
+
import "./augmentation.js";
|