@ckeditor/ckeditor5-ui 48.2.0 → 48.3.0-alpha.0

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.
Files changed (117) hide show
  1. package/dist/arialiveannouncer.d.ts +90 -90
  2. package/dist/augmentation.d.ts +86 -86
  3. package/dist/autocomplete/autocompleteview.d.ts +70 -70
  4. package/dist/badge/badge.d.ts +119 -121
  5. package/dist/bindings/addkeyboardhandlingforgrid.d.ts +22 -22
  6. package/dist/bindings/clickoutsidehandler.d.ts +25 -25
  7. package/dist/bindings/csstransitiondisablermixin.d.ts +47 -36
  8. package/dist/bindings/draggableviewmixin.d.ts +45 -37
  9. package/dist/bindings/preventdefault.d.ts +30 -30
  10. package/dist/bindings/submithandler.d.ts +49 -49
  11. package/dist/button/button.d.ts +167 -167
  12. package/dist/button/buttonlabel.d.ts +28 -28
  13. package/dist/button/buttonlabelview.d.ts +26 -26
  14. package/dist/button/buttonview.d.ts +192 -192
  15. package/dist/button/filedialogbuttonview.d.ts +107 -99
  16. package/dist/button/listitembuttonview.d.ts +73 -73
  17. package/dist/button/switchbuttonview.d.ts +40 -40
  18. package/dist/collapsible/collapsibleview.d.ts +63 -63
  19. package/dist/colorgrid/colorgridview.d.ts +117 -117
  20. package/dist/colorgrid/colortileview.d.ts +21 -21
  21. package/dist/colorgrid/utils.d.ts +35 -35
  22. package/dist/colorpicker/colorpickerview.d.ts +155 -157
  23. package/dist/colorpicker/utils.d.ts +37 -37
  24. package/dist/colorselector/colorgridsfragmentview.d.ts +191 -191
  25. package/dist/colorselector/colorpickerfragmentview.d.ts +129 -129
  26. package/dist/colorselector/colorselectorview.d.ts +227 -229
  27. package/dist/colorselector/documentcolorcollection.d.ts +52 -59
  28. package/dist/componentfactory.d.ts +76 -76
  29. package/dist/dialog/dialog.d.ts +311 -288
  30. package/dist/dialog/dialogactionsview.d.ts +62 -62
  31. package/dist/dialog/dialogcontentview.d.ts +22 -22
  32. package/dist/dialog/dialogview.d.ts +255 -251
  33. package/dist/dropdown/button/dropdownbutton.d.ts +17 -17
  34. package/dist/dropdown/button/dropdownbuttonview.d.ts +41 -41
  35. package/dist/dropdown/button/splitbuttonview.d.ts +155 -155
  36. package/dist/dropdown/dropdownpanelfocusable.d.ts +16 -16
  37. package/dist/dropdown/dropdownpanelview.d.ts +56 -56
  38. package/dist/dropdown/dropdownview.d.ts +326 -326
  39. package/dist/dropdown/menu/dropdownmenubehaviors.d.ts +43 -43
  40. package/dist/dropdown/menu/dropdownmenubuttonview.d.ts +29 -29
  41. package/dist/dropdown/menu/dropdownmenulistitembuttonview.d.ts +12 -12
  42. package/dist/dropdown/menu/dropdownmenulistitemview.d.ts +17 -17
  43. package/dist/dropdown/menu/dropdownmenulistview.d.ts +19 -19
  44. package/dist/dropdown/menu/dropdownmenunestedmenupanelview.d.ts +28 -28
  45. package/dist/dropdown/menu/dropdownmenunestedmenuview.d.ts +126 -126
  46. package/dist/dropdown/menu/dropdownmenurootlistview.d.ts +132 -132
  47. package/dist/dropdown/menu/utils.d.ts +112 -112
  48. package/dist/dropdown/utils.d.ts +272 -272
  49. package/dist/editableui/editableuiview.d.ts +78 -78
  50. package/dist/editableui/inline/inlineeditableuiview.d.ts +38 -38
  51. package/dist/editorui/accessibilityhelp/accessibilityhelp.d.ts +50 -50
  52. package/dist/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts +30 -30
  53. package/dist/editorui/bodycollection.d.ts +86 -86
  54. package/dist/editorui/boxed/boxededitoruiview.d.ts +35 -35
  55. package/dist/editorui/editorui.d.ts +348 -351
  56. package/dist/editorui/editoruiview.d.ts +53 -53
  57. package/dist/editorui/evaluationbadge.d.ts +28 -28
  58. package/dist/editorui/poweredby.d.ts +25 -25
  59. package/dist/focuscycler.d.ts +265 -270
  60. package/dist/formheader/formheaderview.d.ts +53 -53
  61. package/dist/formrow/formrowview.d.ts +52 -52
  62. package/dist/highlightedtext/buttonlabelwithhighlightview.d.ts +25 -25
  63. package/dist/highlightedtext/highlightedtextview.d.ts +33 -33
  64. package/dist/highlightedtext/labelwithhighlightview.d.ts +21 -21
  65. package/dist/icon/iconview.d.ts +83 -83
  66. package/dist/iframe/iframeview.d.ts +42 -42
  67. package/dist/index.css.map +1 -1
  68. package/dist/index.d.ts +136 -136
  69. package/dist/index.js +16467 -17751
  70. package/dist/index.js.map +1 -1
  71. package/dist/input/inputbase.d.ts +114 -114
  72. package/dist/input/inputview.d.ts +28 -28
  73. package/dist/inputnumber/inputnumberview.d.ts +44 -44
  74. package/dist/inputtext/inputtextview.d.ts +13 -13
  75. package/dist/label/labelview.d.ts +31 -31
  76. package/dist/labeledfield/labeledfieldview.d.ts +180 -180
  77. package/dist/labeledfield/utils.d.ts +112 -112
  78. package/dist/labeledinput/labeledinputview.d.ts +120 -120
  79. package/dist/legacyerrors.d.ts +0 -4
  80. package/dist/list/listitemgroupview.d.ts +54 -54
  81. package/dist/list/listitemview.d.ts +31 -31
  82. package/dist/list/listseparatorview.d.ts +13 -13
  83. package/dist/list/listview.d.ts +119 -119
  84. package/dist/menubar/menubarmenubuttonview.d.ts +28 -28
  85. package/dist/menubar/menubarmenulistitembuttonview.d.ts +16 -16
  86. package/dist/menubar/menubarmenulistitemfiledialogbuttonview.d.ts +18 -18
  87. package/dist/menubar/menubarmenulistitemview.d.ts +20 -20
  88. package/dist/menubar/menubarmenulistview.d.ts +24 -24
  89. package/dist/menubar/menubarmenupanelview.d.ts +47 -47
  90. package/dist/menubar/menubarmenuview.d.ts +113 -113
  91. package/dist/menubar/menubarview.d.ts +145 -145
  92. package/dist/menubar/utils.d.ts +455 -455
  93. package/dist/model.d.ts +19 -18
  94. package/dist/notification/notification.d.ts +200 -200
  95. package/dist/panel/balloon/balloonpanelview.d.ts +692 -692
  96. package/dist/panel/balloon/contextualballoon.d.ts +298 -298
  97. package/dist/panel/sticky/stickypanelview.d.ts +151 -151
  98. package/dist/search/filteredview.d.ts +23 -23
  99. package/dist/search/filtergroupanditemnames.d.ts +11 -11
  100. package/dist/search/searchinfoview.d.ts +39 -39
  101. package/dist/search/searchresultsview.d.ts +49 -49
  102. package/dist/search/text/searchtextqueryview.d.ts +63 -63
  103. package/dist/search/text/searchtextview.d.ts +203 -203
  104. package/dist/spinner/spinnerview.d.ts +20 -20
  105. package/dist/template.d.ts +897 -902
  106. package/dist/textarea/textareaview.d.ts +96 -96
  107. package/dist/toolbar/balloon/balloontoolbar.d.ts +122 -122
  108. package/dist/toolbar/block/blockbuttonview.d.ts +30 -30
  109. package/dist/toolbar/block/blocktoolbar.d.ts +166 -166
  110. package/dist/toolbar/normalizetoolbarconfig.d.ts +35 -35
  111. package/dist/toolbar/toolbarlinebreakview.d.ts +13 -13
  112. package/dist/toolbar/toolbarseparatorview.d.ts +13 -13
  113. package/dist/toolbar/toolbarview.d.ts +271 -271
  114. package/dist/tooltipmanager.d.ts +190 -193
  115. package/dist/view.d.ts +385 -388
  116. package/dist/viewcollection.d.ts +134 -134
  117. package/package.json +6 -6
@@ -1,197 +1,197 @@
1
1
  /**
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
- */
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
- * @module ui/button/buttonview
7
- */
8
- import { View } from '../view.js';
9
- import { IconView } from '../icon/iconview.js';
10
- import { type ViewCollection } from '../viewcollection.js';
11
- import type { Button } from './button.js';
12
- import { type ButtonLabel } from './buttonlabel.js';
13
- import { type Locale } from '@ckeditor/ckeditor5-utils';
14
- import '../../theme/components/button/button.css';
6
+ * @module ui/button/buttonview
7
+ */
8
+ import { View } from "../view.js";
9
+ import { IconView } from "../icon/iconview.js";
10
+ import { type ViewCollection } from "../viewcollection.js";
11
+ import type { Button } from "./button.js";
12
+ import { type ButtonLabel } from "./buttonlabel.js";
13
+ import { type Locale } from "@ckeditor/ckeditor5-utils";
14
+ import "../../theme/components/button/button.css";
15
15
  /**
16
- * The button view class.
17
- *
18
- * ```ts
19
- * const view = new ButtonView();
20
- *
21
- * view.set( {
22
- * label: 'A button',
23
- * keystroke: 'Ctrl+B',
24
- * tooltip: true,
25
- * withText: true
26
- * } );
27
- *
28
- * view.render();
29
- *
30
- * document.body.append( view.element );
31
- * ```
32
- */
16
+ * The button view class.
17
+ *
18
+ * ```ts
19
+ * const view = new ButtonView();
20
+ *
21
+ * view.set( {
22
+ * label: 'A button',
23
+ * keystroke: 'Ctrl+B',
24
+ * tooltip: true,
25
+ * withText: true
26
+ * } );
27
+ *
28
+ * view.render();
29
+ *
30
+ * document.body.append( view.element );
31
+ * ```
32
+ */
33
33
  export declare class ButtonView extends View<HTMLButtonElement> implements Button {
34
- /**
35
- * Collection of the child views inside of the button {@link #element}.
36
- */
37
- readonly children: ViewCollection;
38
- /**
39
- * Label of the button view. Its text is configurable using the {@link #label label attribute}.
40
- *
41
- * If not configured otherwise in the `constructor()`, by default the label is an instance
42
- * of {@link module:ui/button/buttonlabelview~ButtonLabelView}.
43
- */
44
- readonly labelView: ButtonLabel;
45
- /**
46
- * The icon view of the button. Will be added to {@link #children} when the
47
- * {@link #icon icon attribute} is defined.
48
- */
49
- readonly iconView: IconView;
50
- /**
51
- * A view displaying the keystroke of the button next to the {@link #labelView label}.
52
- * Added to {@link #children} when the {@link #withKeystroke `withKeystroke` attribute}
53
- * is defined.
54
- */
55
- readonly keystrokeView: View;
56
- /**
57
- * @inheritDoc
58
- */
59
- class: string | undefined;
60
- /**
61
- * @inheritDoc
62
- */
63
- labelStyle: string | undefined;
64
- /**
65
- * @inheritDoc
66
- */
67
- icon: string | undefined;
68
- /**
69
- * @inheritDoc
70
- */
71
- isEnabled: boolean;
72
- /**
73
- * @inheritDoc
74
- */
75
- isOn: boolean;
76
- /**
77
- * @inheritDoc
78
- */
79
- isVisible: boolean;
80
- /**
81
- * @inheritDoc
82
- */
83
- isToggleable: boolean;
84
- /**
85
- * @inheritDoc
86
- */
87
- keystroke: string | undefined;
88
- /**
89
- * @inheritDoc
90
- */
91
- label: string | undefined;
92
- /**
93
- * @inheritDoc
94
- */
95
- tabindex: number;
96
- /**
97
- * @inheritDoc
98
- */
99
- tooltip: Button['tooltip'];
100
- /**
101
- * @inheritDoc
102
- */
103
- tooltipPosition: Button['tooltipPosition'];
104
- /**
105
- * @inheritDoc
106
- */
107
- type: Button['type'];
108
- /**
109
- * @inheritDoc
110
- */
111
- withText: boolean;
112
- /**
113
- * @inheritDoc
114
- */
115
- withKeystroke: boolean;
116
- /**
117
- * @inheritDoc
118
- */
119
- role: string | undefined;
120
- /**
121
- * @inheritDoc
122
- */
123
- ariaLabel?: string | undefined;
124
- /**
125
- * @inheritDoc
126
- */
127
- ariaLabelledBy: string | undefined;
128
- /**
129
- * Aria-pressed attribute of element. It is calculated based on {@link #isToggleable isToggleable} and {@link #role}.
130
- * It's set to true if the button is on and the role is not checkable.
131
- *
132
- * @readonly
133
- * @internal
134
- */
135
- _ariaPressed: string | false;
136
- /**
137
- * Aria-checked attribute of element. It is calculated based on {@link #isToggleable isToggleable} and {@link #role}.
138
- * It's set to true if the button is on and the role is checkable.
139
- *
140
- * @readonly
141
- * @internal
142
- */
143
- _ariaChecked: string | false;
144
- /**
145
- * Tooltip of the button bound to the template.
146
- *
147
- * @see #tooltip
148
- * @see module:ui/button/buttonview~ButtonView#_getTooltipString
149
- * @internal
150
- * @observable
151
- */
152
- _tooltipString: string;
153
- /**
154
- * Delayed focus function for focus handling in Safari.
155
- */
156
- private _focusDelayed;
157
- /**
158
- * Creates an instance of the button view class.
159
- *
160
- * @param locale The {@link module:core/editor/editor~Editor#locale} instance.
161
- * @param labelView The instance of the button's label. If not provided, an instance of
162
- * {@link module:ui/button/buttonlabelview~ButtonLabelView} is used.
163
- */
164
- constructor(locale?: Locale, labelView?: ButtonLabel);
165
- /**
166
- * @inheritDoc
167
- */
168
- render(): void;
169
- /**
170
- * Focuses the {@link #element} of the button.
171
- */
172
- focus(): void;
173
- /**
174
- * @inheritDoc
175
- */
176
- destroy(): void;
177
- /**
178
- * Binds the label view instance it with button attributes.
179
- */
180
- private _setupLabelView;
181
- /**
182
- * Creates a view that displays a keystroke next to a {@link #labelView label }
183
- * and binds it with button attributes.
184
- */
185
- private _createKeystrokeView;
186
- /**
187
- * Gets the text for the tooltip from the combination of
188
- * {@link #tooltip}, {@link #label} and {@link #keystroke} attributes.
189
- *
190
- * @see #tooltip
191
- * @see #_tooltipString
192
- * @param tooltip Button tooltip.
193
- * @param label Button label.
194
- * @param keystroke Button keystroke.
195
- */
196
- private _getTooltipString;
34
+ /**
35
+ * Collection of the child views inside of the button {@link #element}.
36
+ */
37
+ readonly children: ViewCollection;
38
+ /**
39
+ * Label of the button view. Its text is configurable using the {@link #label label attribute}.
40
+ *
41
+ * If not configured otherwise in the `constructor()`, by default the label is an instance
42
+ * of {@link module:ui/button/buttonlabelview~ButtonLabelView}.
43
+ */
44
+ readonly labelView: ButtonLabel;
45
+ /**
46
+ * The icon view of the button. Will be added to {@link #children} when the
47
+ * {@link #icon icon attribute} is defined.
48
+ */
49
+ readonly iconView: IconView;
50
+ /**
51
+ * A view displaying the keystroke of the button next to the {@link #labelView label}.
52
+ * Added to {@link #children} when the {@link #withKeystroke `withKeystroke` attribute}
53
+ * is defined.
54
+ */
55
+ readonly keystrokeView: View;
56
+ /**
57
+ * @inheritDoc
58
+ */
59
+ class: string | undefined;
60
+ /**
61
+ * @inheritDoc
62
+ */
63
+ labelStyle: string | undefined;
64
+ /**
65
+ * @inheritDoc
66
+ */
67
+ icon: string | undefined;
68
+ /**
69
+ * @inheritDoc
70
+ */
71
+ isEnabled: boolean;
72
+ /**
73
+ * @inheritDoc
74
+ */
75
+ isOn: boolean;
76
+ /**
77
+ * @inheritDoc
78
+ */
79
+ isVisible: boolean;
80
+ /**
81
+ * @inheritDoc
82
+ */
83
+ isToggleable: boolean;
84
+ /**
85
+ * @inheritDoc
86
+ */
87
+ keystroke: string | undefined;
88
+ /**
89
+ * @inheritDoc
90
+ */
91
+ label: string | undefined;
92
+ /**
93
+ * @inheritDoc
94
+ */
95
+ tabindex: number;
96
+ /**
97
+ * @inheritDoc
98
+ */
99
+ tooltip: Button["tooltip"];
100
+ /**
101
+ * @inheritDoc
102
+ */
103
+ tooltipPosition: Button["tooltipPosition"];
104
+ /**
105
+ * @inheritDoc
106
+ */
107
+ type: Button["type"];
108
+ /**
109
+ * @inheritDoc
110
+ */
111
+ withText: boolean;
112
+ /**
113
+ * @inheritDoc
114
+ */
115
+ withKeystroke: boolean;
116
+ /**
117
+ * @inheritDoc
118
+ */
119
+ role: string | undefined;
120
+ /**
121
+ * @inheritDoc
122
+ */
123
+ ariaLabel?: string | undefined;
124
+ /**
125
+ * @inheritDoc
126
+ */
127
+ ariaLabelledBy: string | undefined;
128
+ /**
129
+ * Aria-pressed attribute of element. It is calculated based on {@link #isToggleable isToggleable} and {@link #role}.
130
+ * It's set to true if the button is on and the role is not checkable.
131
+ *
132
+ * @readonly
133
+ * @internal
134
+ */
135
+ _ariaPressed: string | false;
136
+ /**
137
+ * Aria-checked attribute of element. It is calculated based on {@link #isToggleable isToggleable} and {@link #role}.
138
+ * It's set to true if the button is on and the role is checkable.
139
+ *
140
+ * @readonly
141
+ * @internal
142
+ */
143
+ _ariaChecked: string | false;
144
+ /**
145
+ * Tooltip of the button bound to the template.
146
+ *
147
+ * @see #tooltip
148
+ * @see module:ui/button/buttonview~ButtonView#_getTooltipString
149
+ * @internal
150
+ * @observable
151
+ */
152
+ _tooltipString: string;
153
+ /**
154
+ * Delayed focus function for focus handling in Safari.
155
+ */
156
+ private _focusDelayed;
157
+ /**
158
+ * Creates an instance of the button view class.
159
+ *
160
+ * @param locale The {@link module:core/editor/editor~Editor#locale} instance.
161
+ * @param labelView The instance of the button's label. If not provided, an instance of
162
+ * {@link module:ui/button/buttonlabelview~ButtonLabelView} is used.
163
+ */
164
+ constructor(locale?: Locale, labelView?: ButtonLabel);
165
+ /**
166
+ * @inheritDoc
167
+ */
168
+ override render(): void;
169
+ /**
170
+ * Focuses the {@link #element} of the button.
171
+ */
172
+ focus(): void;
173
+ /**
174
+ * @inheritDoc
175
+ */
176
+ override destroy(): void;
177
+ /**
178
+ * Binds the label view instance it with button attributes.
179
+ */
180
+ private _setupLabelView;
181
+ /**
182
+ * Creates a view that displays a keystroke next to a {@link #labelView label }
183
+ * and binds it with button attributes.
184
+ */
185
+ private _createKeystrokeView;
186
+ /**
187
+ * Gets the text for the tooltip from the combination of
188
+ * {@link #tooltip}, {@link #label} and {@link #keystroke} attributes.
189
+ *
190
+ * @see #tooltip
191
+ * @see #_tooltipString
192
+ * @param tooltip Button tooltip.
193
+ * @param label Button label.
194
+ * @param keystroke Button keystroke.
195
+ */
196
+ private _getTooltipString;
197
197
  }
@@ -1,112 +1,120 @@
1
1
  /**
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
- */
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
- * @module ui/button/filedialogbuttonview
7
- */
8
- import { View } from '../view.js';
9
- import { ButtonView } from './buttonview.js';
10
- import type { Constructor, Mixed } from '@ckeditor/ckeditor5-utils';
11
- import { ListItemButtonView } from './listitembuttonview.js';
12
- declare const FileDialogButtonView_base: Mixed<typeof ButtonView, FileDialogButtonViewBase>;
6
+ * @module ui/button/filedialogbuttonview
7
+ */
8
+ import { View } from "../view.js";
9
+ import { ButtonView } from "./buttonview.js";
10
+ import type { Constructor, Mixed } from "@ckeditor/ckeditor5-utils";
11
+ import { ListItemButtonView } from "./listitembuttonview.js";
13
12
  /**
14
- * The file dialog button view.
15
- *
16
- * This component provides a button that opens the native file selection dialog.
17
- * It can be used to implement the UI of a file upload feature.
18
- *
19
- * ```ts
20
- * const view = new FileDialogButtonView( locale );
21
- *
22
- * view.set( {
23
- * acceptedType: 'image/*',
24
- * allowMultipleFiles: true
25
- * label: t( 'Insert image' ),
26
- * icon: imageIcon,
27
- * tooltip: true
28
- * } );
29
- *
30
- * view.on( 'done', ( evt, files ) => {
31
- * for ( const file of Array.from( files ) ) {
32
- * console.log( 'Selected file', file );
33
- * }
34
- * } );
35
- * ```
36
- */
37
- export declare class FileDialogButtonView extends /* #__PURE__ */ FileDialogButtonView_base {
38
- }
39
- declare const FileDialogListItemButtonView_base: Mixed<typeof ListItemButtonView, FileDialogButtonViewBase>;
13
+ * Constructor returned by {@link ~FileDialogViewMixin}. Use it to name a mixin base class before extending it.
14
+ *
15
+ * ```ts
16
+ * const MyFileDialogViewBase: FileDialogViewMixinConstructor<typeof BaseClass> = FileDialogViewMixin( BaseClass );
17
+ *
18
+ * class MyFileDialogView extends MyFileDialogViewBase {}
19
+ * ```
20
+ */
21
+ export type FileDialogViewMixinConstructor<Base extends Constructor<ButtonView>> = Mixed<Base, FileDialogButtonViewBase>;
22
+ declare const FileDialogButtonViewMixinBase: FileDialogViewMixinConstructor<typeof ButtonView>;
23
+ declare const FileDialogListItemButtonViewMixinBase: FileDialogViewMixinConstructor<typeof ListItemButtonView>;
24
+ /**
25
+ * The file dialog button view.
26
+ *
27
+ * This component provides a button that opens the native file selection dialog.
28
+ * It can be used to implement the UI of a file upload feature.
29
+ *
30
+ * ```ts
31
+ * const view = new FileDialogButtonView( locale );
32
+ *
33
+ * view.set( {
34
+ * acceptedType: 'image/*',
35
+ * allowMultipleFiles: true
36
+ * label: t( 'Insert image' ),
37
+ * icon: imageIcon,
38
+ * tooltip: true
39
+ * } );
40
+ *
41
+ * view.on( 'done', ( evt, files ) => {
42
+ * for ( const file of Array.from( files ) ) {
43
+ * console.log( 'Selected file', file );
44
+ * }
45
+ * } );
46
+ * ```
47
+ */
48
+ export declare class FileDialogButtonView extends FileDialogButtonViewMixinBase {}
40
49
  /**
41
- * The file dialog button view used in a lists.
42
- *
43
- * This component provides a button that opens the native file selection dialog.
44
- * It can be used to implement the UI of a file upload feature.
45
- *
50
+ * The file dialog button view used in a lists.
51
+ *
52
+ * This component provides a button that opens the native file selection dialog.
53
+ * It can be used to implement the UI of a file upload feature.
54
+ *
46
55
  * ```ts
47
- * const view = new FileDialogListItemButtonView( locale );
48
- *
49
- * view.set( {
50
- * acceptedType: 'image/*',
51
- * allowMultipleFiles: true
52
- * label: t( 'Insert image' ),
53
- * icon: imageIcon,
54
- * tooltip: true
55
- * } );
56
- *
57
- * view.on( 'done', ( evt, files ) => {
58
- * for ( const file of Array.from( files ) ) {
59
- * console.log( 'Selected file', file );
60
- * }
61
- * } );
62
- * ```
63
- */
64
- export declare class FileDialogListItemButtonView extends /* #__PURE__ */ FileDialogListItemButtonView_base {
65
- }
56
+ * const view = new FileDialogListItemButtonView( locale );
57
+ *
58
+ * view.set( {
59
+ * acceptedType: 'image/*',
60
+ * allowMultipleFiles: true
61
+ * label: t( 'Insert image' ),
62
+ * icon: imageIcon,
63
+ * tooltip: true
64
+ * } );
65
+ *
66
+ * view.on( 'done', ( evt, files ) => {
67
+ * for ( const file of Array.from( files ) ) {
68
+ * console.log( 'Selected file', file );
69
+ * }
70
+ * } );
71
+ * ```
72
+ */
73
+ export declare class FileDialogListItemButtonView extends FileDialogListItemButtonViewMixinBase {}
66
74
  /**
67
- * Mixin function that enhances a base button view class with file dialog functionality. It is used
68
- * to create a button view class that opens the native select file dialog when clicked.
69
- *
70
- * The enhanced view includes a button and a hidden file input. When the button is clicked, the file dialog is opened.
71
- * The mixin adds properties and methods to the base class to handle the file selection.
72
- *
73
- * @param view The base class to be enhanced with file dialog functionality.
74
- * @returns A new class that extends the base class and includes the file dialog functionality.
75
- */
76
- export declare function FileDialogViewMixin<Base extends Constructor<ButtonView>>(view: Base): Mixed<Base, FileDialogButtonViewBase>;
75
+ * Mixin function that enhances a base button view class with file dialog functionality. It is used
76
+ * to create a button view class that opens the native select file dialog when clicked.
77
+ *
78
+ * The enhanced view includes a button and a hidden file input. When the button is clicked, the file dialog is opened.
79
+ * The mixin adds properties and methods to the base class to handle the file selection.
80
+ *
81
+ * @param view The base class to be enhanced with file dialog functionality.
82
+ * @returns A new class that extends the base class and includes the file dialog functionality.
83
+ */
84
+ export declare function FileDialogViewMixin<Base extends Constructor<ButtonView>>(view: Base): FileDialogViewMixinConstructor<Base>;
77
85
  /**
78
- * Represents the base view for a file dialog button component.
79
- */
86
+ * Represents the base view for a file dialog button component.
87
+ */
80
88
  export type FileDialogButtonViewBase = View & {
81
- /**
82
- * Accepted file types. Can be provided in form of file extensions, media type or one of:
83
- * * `audio/*`,
84
- * * `video/*`,
85
- * * `image/*`.
86
- *
87
- * @observable
88
- */
89
- acceptedType: string;
90
- /**
91
- * Indicates if multiple files can be selected. Defaults to `true`.
92
- *
93
- * @observable
94
- */
95
- allowMultipleFiles: boolean;
89
+ /**
90
+ * Accepted file types. Can be provided in form of file extensions, media type or one of:
91
+ * * `audio/*`,
92
+ * * `video/*`,
93
+ * * `image/*`.
94
+ *
95
+ * @observable
96
+ */
97
+ acceptedType: string;
98
+ /**
99
+ * Indicates if multiple files can be selected. Defaults to `true`.
100
+ *
101
+ * @observable
102
+ */
103
+ allowMultipleFiles: boolean;
96
104
  };
97
105
  /**
98
- * Fired when file dialog is closed with file selected.
99
- *
100
- * ```ts
101
- * view.on( 'done', ( evt, files ) => {
102
- * for ( const file of files ) {
103
- * console.log( 'Selected file', file );
104
- * }
105
- * }
106
- * ```
107
- */
106
+ * Fired when file dialog is closed with file selected.
107
+ *
108
+ * ```ts
109
+ * view.on( 'done', ( evt, files ) => {
110
+ * for ( const file of files ) {
111
+ * console.log( 'Selected file', file );
112
+ * }
113
+ * }
114
+ * ```
115
+ */
108
116
  export type FileInputViewDoneEvent = {
109
- name: 'done';
110
- args: [files: FileList];
117
+ name: "done";
118
+ args: [files: FileList];
111
119
  };
112
120
  export {};