@progress/kendo-react-buttons 6.1.1 → 7.0.0-develop.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/es/Button.d.ts → Button.d.ts} +5 -1
- package/{dist/npm/ButtonGroup.d.ts → ButtonGroup.d.ts} +5 -1
- package/{dist/es/ButtonGroupInterface.d.ts → ButtonGroupInterface.d.ts} +4 -1
- package/{dist/npm/ButtonInterface.d.ts → ButtonInterface.d.ts} +4 -0
- package/{dist/npm/Chip → Chip}/Chip.d.ts +4 -0
- package/{dist/npm/Chip → Chip}/ChipList.d.ts +4 -12
- package/Chip/chip-list-contexts.d.ts +17 -0
- package/{dist/npm/Chip → Chip}/data-reducer.d.ts +5 -1
- package/{dist/es/Chip → Chip}/focus-reducer.d.ts +5 -2
- package/{dist/npm/Chip → Chip}/selection-reducer.d.ts +5 -1
- package/{dist/npm/FloatingActionButton → FloatingActionButton}/FloatingActionButton.d.ts +4 -0
- package/{dist/es/FloatingActionButton → FloatingActionButton}/FloatingActionButtonItem.d.ts +4 -0
- package/FloatingActionButton/interfaces/FloatingActionButtonHandle.d.ts +17 -0
- package/{dist/es/FloatingActionButton → FloatingActionButton}/interfaces/FloatingActionButtonPopupSettings.d.ts +4 -0
- package/{dist/npm/FloatingActionButton → FloatingActionButton}/interfaces/FloatingActionButtonProps.d.ts +5 -2
- package/{dist/es/FloatingActionButton → FloatingActionButton}/models/align-offset.d.ts +4 -0
- package/{dist/npm/FloatingActionButton → FloatingActionButton}/models/align.d.ts +4 -0
- package/{dist/es/FloatingActionButton → FloatingActionButton}/models/events.d.ts +5 -1
- package/FloatingActionButton/models/position-mode.d.ts +13 -0
- package/FloatingActionButton/models/rounded.d.ts +16 -0
- package/FloatingActionButton/models/size.d.ts +15 -0
- package/{dist/npm/FloatingActionButton → FloatingActionButton}/models/theme-color.d.ts +5 -1
- package/{dist/npm/FloatingActionButton → FloatingActionButton}/utils.d.ts +4 -0
- package/LICENSE.md +1 -1
- package/{dist/es/ListButton → ListButton}/ButtonItem.d.ts +4 -0
- package/{dist/es/ListButton → ListButton}/DropDownButton.d.ts +5 -1
- package/{dist/npm/ListButton → ListButton}/DropDownButtonItem.d.ts +4 -0
- package/{dist/npm/ListButton → ListButton}/SplitButton.d.ts +5 -1
- package/{dist/es/ListButton → ListButton}/SplitButtonItem.d.ts +4 -0
- package/{dist/npm/ListButton → ListButton}/models/ButtonItem.d.ts +4 -0
- package/{dist/npm/ListButton → ListButton}/models/ListButtonProps.d.ts +4 -1
- package/{dist/npm/ListButton → ListButton}/models/PopupSettings.d.ts +4 -0
- package/{dist/npm/ListButton → ListButton}/models/events.d.ts +4 -0
- package/ListButton/utils/navigation.d.ts +9 -0
- package/ListButton/utils/popup.d.ts +13 -0
- package/dist/cdn/js/kendo-react-buttons.js +5 -1
- package/index.d.ts +36 -0
- package/index.js +5 -0
- package/index.mjs +1877 -0
- package/{dist/npm/models → models}/index.d.ts +4 -1
- package/package-metadata.d.ts +9 -0
- package/package.json +28 -42
- package/{dist/es/toolbar → toolbar}/Toolbar.d.ts +5 -1
- package/{dist/es/toolbar → toolbar}/tools/ToolbarItem.d.ts +5 -1
- package/toolbar/tools/ToolbarSeparator.d.ts +20 -0
- package/{dist/es/toolbar → toolbar}/tools/ToolbarSpacer.d.ts +4 -0
- package/{dist/npm/util.d.ts → util.d.ts} +4 -0
- package/about.md +0 -3
- package/dist/es/Button.js +0 -171
- package/dist/es/ButtonGroup.d.ts +0 -32
- package/dist/es/ButtonGroup.js +0 -101
- package/dist/es/ButtonGroupInterface.js +0 -2
- package/dist/es/ButtonInterface.d.ts +0 -35
- package/dist/es/ButtonInterface.js +0 -3
- package/dist/es/Chip/Chip.d.ts +0 -234
- package/dist/es/Chip/Chip.js +0 -173
- package/dist/es/Chip/ChipList.d.ts +0 -123
- package/dist/es/Chip/ChipList.js +0 -177
- package/dist/es/Chip/data-reducer.d.ts +0 -22
- package/dist/es/Chip/data-reducer.js +0 -26
- package/dist/es/Chip/focus-reducer.js +0 -32
- package/dist/es/Chip/selection-reducer.d.ts +0 -30
- package/dist/es/Chip/selection-reducer.js +0 -75
- package/dist/es/FloatingActionButton/FloatingActionButton.d.ts +0 -17
- package/dist/es/FloatingActionButton/FloatingActionButton.js +0 -281
- package/dist/es/FloatingActionButton/FloatingActionButtonItem.js +0 -82
- package/dist/es/FloatingActionButton/interfaces/FloatingActionButtonHandle.d.ts +0 -13
- package/dist/es/FloatingActionButton/interfaces/FloatingActionButtonHandle.js +0 -1
- package/dist/es/FloatingActionButton/interfaces/FloatingActionButtonPopupSettings.js +0 -1
- package/dist/es/FloatingActionButton/interfaces/FloatingActionButtonProps.d.ts +0 -216
- package/dist/es/FloatingActionButton/interfaces/FloatingActionButtonProps.js +0 -1
- package/dist/es/FloatingActionButton/models/align-offset.js +0 -1
- package/dist/es/FloatingActionButton/models/align.d.ts +0 -27
- package/dist/es/FloatingActionButton/models/align.js +0 -1
- package/dist/es/FloatingActionButton/models/events.js +0 -1
- package/dist/es/FloatingActionButton/models/position-mode.d.ts +0 -9
- package/dist/es/FloatingActionButton/models/position-mode.js +0 -1
- package/dist/es/FloatingActionButton/models/rounded.d.ts +0 -12
- package/dist/es/FloatingActionButton/models/rounded.js +0 -1
- package/dist/es/FloatingActionButton/models/size.d.ts +0 -11
- package/dist/es/FloatingActionButton/models/size.js +0 -1
- package/dist/es/FloatingActionButton/models/theme-color.d.ts +0 -18
- package/dist/es/FloatingActionButton/models/theme-color.js +0 -1
- package/dist/es/FloatingActionButton/utils.d.ts +0 -27
- package/dist/es/FloatingActionButton/utils.js +0 -93
- package/dist/es/ListButton/ButtonItem.js +0 -24
- package/dist/es/ListButton/DropDownButton.js +0 -325
- package/dist/es/ListButton/DropDownButtonItem.d.ts +0 -30
- package/dist/es/ListButton/DropDownButtonItem.js +0 -43
- package/dist/es/ListButton/SplitButton.d.ts +0 -120
- package/dist/es/ListButton/SplitButton.js +0 -334
- package/dist/es/ListButton/SplitButtonItem.js +0 -42
- package/dist/es/ListButton/models/ButtonItem.d.ts +0 -34
- package/dist/es/ListButton/models/ButtonItem.js +0 -3
- package/dist/es/ListButton/models/ListButtonProps.d.ts +0 -336
- package/dist/es/ListButton/models/ListButtonProps.js +0 -2
- package/dist/es/ListButton/models/PopupSettings.d.ts +0 -24
- package/dist/es/ListButton/models/PopupSettings.js +0 -1
- package/dist/es/ListButton/models/events.d.ts +0 -47
- package/dist/es/ListButton/models/events.js +0 -1
- package/dist/es/ListButton/utils/navigation.d.ts +0 -5
- package/dist/es/ListButton/utils/navigation.js +0 -29
- package/dist/es/ListButton/utils/popup.d.ts +0 -9
- package/dist/es/ListButton/utils/popup.js +0 -20
- package/dist/es/main.d.ts +0 -32
- package/dist/es/main.js +0 -17
- package/dist/es/models/index.d.ts +0 -89
- package/dist/es/models/index.js +0 -1
- package/dist/es/package-metadata.d.ts +0 -5
- package/dist/es/package-metadata.js +0 -11
- package/dist/es/toolbar/Toolbar.js +0 -214
- package/dist/es/toolbar/tools/ToolbarItem.js +0 -56
- package/dist/es/toolbar/tools/ToolbarSeparator.d.ts +0 -16
- package/dist/es/toolbar/tools/ToolbarSeparator.js +0 -31
- package/dist/es/toolbar/tools/ToolbarSpacer.js +0 -20
- package/dist/es/util.d.ts +0 -27
- package/dist/es/util.js +0 -37
- package/dist/npm/Button.d.ts +0 -138
- package/dist/npm/Button.js +0 -174
- package/dist/npm/ButtonGroup.js +0 -104
- package/dist/npm/ButtonGroupInterface.d.ts +0 -33
- package/dist/npm/ButtonGroupInterface.js +0 -3
- package/dist/npm/ButtonInterface.js +0 -4
- package/dist/npm/Chip/Chip.js +0 -176
- package/dist/npm/Chip/ChipList.js +0 -180
- package/dist/npm/Chip/data-reducer.js +0 -30
- package/dist/npm/Chip/focus-reducer.d.ts +0 -25
- package/dist/npm/Chip/focus-reducer.js +0 -36
- package/dist/npm/Chip/selection-reducer.js +0 -79
- package/dist/npm/FloatingActionButton/FloatingActionButton.js +0 -284
- package/dist/npm/FloatingActionButton/FloatingActionButtonItem.d.ts +0 -105
- package/dist/npm/FloatingActionButton/FloatingActionButtonItem.js +0 -85
- package/dist/npm/FloatingActionButton/interfaces/FloatingActionButtonHandle.d.ts +0 -13
- package/dist/npm/FloatingActionButton/interfaces/FloatingActionButtonHandle.js +0 -2
- package/dist/npm/FloatingActionButton/interfaces/FloatingActionButtonPopupSettings.d.ts +0 -24
- package/dist/npm/FloatingActionButton/interfaces/FloatingActionButtonPopupSettings.js +0 -2
- package/dist/npm/FloatingActionButton/interfaces/FloatingActionButtonProps.js +0 -2
- package/dist/npm/FloatingActionButton/models/align-offset.d.ts +0 -20
- package/dist/npm/FloatingActionButton/models/align-offset.js +0 -2
- package/dist/npm/FloatingActionButton/models/align.js +0 -2
- package/dist/npm/FloatingActionButton/models/events.d.ts +0 -21
- package/dist/npm/FloatingActionButton/models/events.js +0 -2
- package/dist/npm/FloatingActionButton/models/position-mode.d.ts +0 -9
- package/dist/npm/FloatingActionButton/models/position-mode.js +0 -2
- package/dist/npm/FloatingActionButton/models/rounded.d.ts +0 -12
- package/dist/npm/FloatingActionButton/models/rounded.js +0 -2
- package/dist/npm/FloatingActionButton/models/size.d.ts +0 -11
- package/dist/npm/FloatingActionButton/models/size.js +0 -2
- package/dist/npm/FloatingActionButton/models/theme-color.js +0 -2
- package/dist/npm/FloatingActionButton/utils.js +0 -101
- package/dist/npm/ListButton/ButtonItem.d.ts +0 -30
- package/dist/npm/ListButton/ButtonItem.js +0 -28
- package/dist/npm/ListButton/DropDownButton.d.ts +0 -118
- package/dist/npm/ListButton/DropDownButton.js +0 -328
- package/dist/npm/ListButton/DropDownButtonItem.js +0 -46
- package/dist/npm/ListButton/SplitButton.js +0 -337
- package/dist/npm/ListButton/SplitButtonItem.d.ts +0 -25
- package/dist/npm/ListButton/SplitButtonItem.js +0 -45
- package/dist/npm/ListButton/models/ButtonItem.js +0 -4
- package/dist/npm/ListButton/models/ListButtonProps.js +0 -3
- package/dist/npm/ListButton/models/PopupSettings.js +0 -2
- package/dist/npm/ListButton/models/events.js +0 -2
- package/dist/npm/ListButton/utils/navigation.d.ts +0 -5
- package/dist/npm/ListButton/utils/navigation.js +0 -32
- package/dist/npm/ListButton/utils/popup.d.ts +0 -9
- package/dist/npm/ListButton/utils/popup.js +0 -25
- package/dist/npm/main.d.ts +0 -32
- package/dist/npm/main.js +0 -48
- package/dist/npm/models/index.js +0 -2
- package/dist/npm/package-metadata.d.ts +0 -5
- package/dist/npm/package-metadata.js +0 -14
- package/dist/npm/toolbar/Toolbar.d.ts +0 -171
- package/dist/npm/toolbar/Toolbar.js +0 -217
- package/dist/npm/toolbar/tools/ToolbarItem.d.ts +0 -38
- package/dist/npm/toolbar/tools/ToolbarItem.js +0 -59
- package/dist/npm/toolbar/tools/ToolbarSeparator.d.ts +0 -16
- package/dist/npm/toolbar/tools/ToolbarSeparator.js +0 -34
- package/dist/npm/toolbar/tools/ToolbarSpacer.d.ts +0 -23
- package/dist/npm/toolbar/tools/ToolbarSpacer.js +0 -23
- package/dist/npm/util.js +0 -40
- package/dist/systemjs/kendo-react-buttons.js +0 -1
- package/e2e-next/button.basic.tests.ts +0 -24
- package/e2e-next/buttongroup.basic.tests.ts +0 -24
- package/e2e-next/chip.basic.tests.ts +0 -24
- package/e2e-next/chiplist.basic.tests.ts +0 -24
- package/e2e-next/dropdownbutton.basic.tests.ts +0 -24
- package/e2e-next/floatingactionbutton.basic.tests.ts +0 -24
- package/e2e-next/splitbutton.basic.tests.ts +0 -24
- package/e2e-next/toolbar.basic.tests.ts +0 -24
|
@@ -1,336 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ButtonsPopupSettings } from './PopupSettings';
|
|
3
|
-
import { SplitButtonClickEvent, SplitButtonItemClickEvent, SplitButtonFocusEvent, SplitButtonBlurEvent, SplitButtonOpenEvent, SplitButtonCloseEvent, DropDownButtonItemClickEvent, DropDownButtonFocusEvent, DropDownButtonBlurEvent, DropDownButtonOpenEvent, DropDownButtonCloseEvent } from './events';
|
|
4
|
-
import { ButtonItemProps } from '../ButtonItem';
|
|
5
|
-
import { KendoReactComponentBaseProps, SVGIcon } from '@progress/kendo-react-common';
|
|
6
|
-
export interface DropDownButtonProps extends KendoReactComponentBaseProps {
|
|
7
|
-
/**
|
|
8
|
-
* Specifies the `accessKey` of the main button.
|
|
9
|
-
*/
|
|
10
|
-
accessKey?: string;
|
|
11
|
-
/**
|
|
12
|
-
* The accessible label of the component.
|
|
13
|
-
*/
|
|
14
|
-
ariaLabel?: string;
|
|
15
|
-
/**
|
|
16
|
-
* The title of the component.
|
|
17
|
-
*/
|
|
18
|
-
title?: string;
|
|
19
|
-
/**
|
|
20
|
-
* Specifies the text of the main button ([see example]({% slug overview_dropdownbutton %}#toc-basic-usage)).
|
|
21
|
-
*/
|
|
22
|
-
text?: React.ReactNode;
|
|
23
|
-
/**
|
|
24
|
-
* Specifies the list items ([see example]({% slug binding_dropdownbutton %}#toc-array-of-objects)).
|
|
25
|
-
*/
|
|
26
|
-
items?: any[];
|
|
27
|
-
/**
|
|
28
|
-
* Configures the field that will be used for the text of the `items`. `textField` has to be used together with the `items` prop ([see example]({% slug binding_dropdownbutton %}#toc-array-of-objects)).
|
|
29
|
-
*/
|
|
30
|
-
textField?: string;
|
|
31
|
-
/**
|
|
32
|
-
* Specifies the `tabIndex` of the main button.
|
|
33
|
-
*/
|
|
34
|
-
tabIndex?: number;
|
|
35
|
-
/**
|
|
36
|
-
* Determines whether the component is disabled ([see example]({% slug disabled_dropdownbutton %})).
|
|
37
|
-
*/
|
|
38
|
-
disabled?: boolean;
|
|
39
|
-
/**
|
|
40
|
-
* Opens the popup of the DropDownButton if set to `true`.
|
|
41
|
-
*/
|
|
42
|
-
opened?: boolean;
|
|
43
|
-
/**
|
|
44
|
-
* Defines an icon that will be rendered next to the main button text ([see example]({% slug icons_dropdownbutton %})).
|
|
45
|
-
*/
|
|
46
|
-
icon?: string;
|
|
47
|
-
/**
|
|
48
|
-
* Defines a SVG icon that will be rendered next to the main button text ([see example]({% slug icons_dropdownbutton %})).
|
|
49
|
-
*/
|
|
50
|
-
svgIcon?: SVGIcon;
|
|
51
|
-
/**
|
|
52
|
-
* Defines an icon with a custom CSS class that will be rendered next to the main button text ([see example]({% slug icons_dropdownbutton %})).
|
|
53
|
-
*/
|
|
54
|
-
iconClass?: string;
|
|
55
|
-
/**
|
|
56
|
-
* Defines the location of an image that will be displayed next to the main button text ([see example]({% slug icons_dropdownbutton %})).
|
|
57
|
-
*/
|
|
58
|
-
imageUrl?: string;
|
|
59
|
-
/**
|
|
60
|
-
* Configures the popup
|
|
61
|
-
* ([see example]({% slug customization_dropdownbutton %}#toc-popup)).
|
|
62
|
-
*/
|
|
63
|
-
popupSettings?: ButtonsPopupSettings;
|
|
64
|
-
/**
|
|
65
|
-
* A React functional or class component which is used for rendering items ([see example]({% slug customization_dropdownbutton %}#toc-item-render)). The default rendering includes an icon, an image, and text.
|
|
66
|
-
*/
|
|
67
|
-
item?: null | React.ComponentType<{
|
|
68
|
-
item: any;
|
|
69
|
-
itemIndex: number;
|
|
70
|
-
}>;
|
|
71
|
-
/**
|
|
72
|
-
* Fires when a dropdown list button item is about to be rendered. Use it to override the default appearance of the list items.
|
|
73
|
-
* if `item` prop is not declared, `itemRender` behaves like `item`, for backward compatibility with versions before 4.2.0
|
|
74
|
-
*/
|
|
75
|
-
itemRender?: ((li: React.ReactElement<HTMLLIElement>, props: ButtonItemProps) => React.ReactNode) | React.ComponentType<{
|
|
76
|
-
item: any;
|
|
77
|
-
itemIndex: number;
|
|
78
|
-
}>;
|
|
79
|
-
/**
|
|
80
|
-
* Sets the `className` of the DropDownButton component.
|
|
81
|
-
*/
|
|
82
|
-
className?: string;
|
|
83
|
-
/**
|
|
84
|
-
* Sets the `className` of the main button.
|
|
85
|
-
*/
|
|
86
|
-
buttonClass?: string;
|
|
87
|
-
/**
|
|
88
|
-
* Sets the direction of the component.
|
|
89
|
-
*/
|
|
90
|
-
dir?: string;
|
|
91
|
-
/**
|
|
92
|
-
* Fires when the component is focused ([see example]({% slug overview_dropdownbutton %}#toc-events)).
|
|
93
|
-
*/
|
|
94
|
-
onFocus?: (event: DropDownButtonFocusEvent) => void;
|
|
95
|
-
/**
|
|
96
|
-
* Fires when the component is blurred ([see example]({% slug overview_dropdownbutton %}#toc-events)).
|
|
97
|
-
*/
|
|
98
|
-
onBlur?: (event: DropDownButtonBlurEvent) => void;
|
|
99
|
-
/**
|
|
100
|
-
* Fires when an item is clicked ([see example]({% slug overview_dropdownbutton %}#toc-events)).
|
|
101
|
-
*/
|
|
102
|
-
onItemClick?: (event: DropDownButtonItemClickEvent) => void;
|
|
103
|
-
/**
|
|
104
|
-
* Fires when the popup which contains the items is opened ([see example]({% slug overview_dropdownbutton %}#toc-events)).
|
|
105
|
-
*/
|
|
106
|
-
onOpen?: (event: DropDownButtonOpenEvent) => void;
|
|
107
|
-
/**
|
|
108
|
-
* Fires when the popup which contains the items is closed ([see example]({% slug overview_dropdownbutton %}#toc-events)).
|
|
109
|
-
*/
|
|
110
|
-
onClose?: (event: DropDownButtonCloseEvent) => void;
|
|
111
|
-
/**
|
|
112
|
-
* Configures the `size` of the DropDownButton.
|
|
113
|
-
*
|
|
114
|
-
* The available options are:
|
|
115
|
-
* - small
|
|
116
|
-
* - medium
|
|
117
|
-
* - large
|
|
118
|
-
* - null—Does not set a size `className`.
|
|
119
|
-
*
|
|
120
|
-
* @default `medium`
|
|
121
|
-
*/
|
|
122
|
-
size?: null | 'small' | 'medium' | 'large';
|
|
123
|
-
/**
|
|
124
|
-
* Configures the `roundness` of the DropDownButton.
|
|
125
|
-
*
|
|
126
|
-
* The available options are:
|
|
127
|
-
* - small
|
|
128
|
-
* - medium
|
|
129
|
-
* - large
|
|
130
|
-
* - full
|
|
131
|
-
* - null—Does not set a rounded `className`.
|
|
132
|
-
*
|
|
133
|
-
* @default `medium`
|
|
134
|
-
*/
|
|
135
|
-
rounded?: null | 'small' | 'medium' | 'large' | 'full';
|
|
136
|
-
/**
|
|
137
|
-
* Configures the `fillMode` of the DropDownButton.
|
|
138
|
-
*
|
|
139
|
-
* The available options are:
|
|
140
|
-
* - solid
|
|
141
|
-
* - outline
|
|
142
|
-
* - flat
|
|
143
|
-
* - link
|
|
144
|
-
* - null—Does not set a fillMode `className`.
|
|
145
|
-
*
|
|
146
|
-
* @default `solid`
|
|
147
|
-
*/
|
|
148
|
-
fillMode?: null | 'solid' | 'outline' | 'flat' | 'link';
|
|
149
|
-
/**
|
|
150
|
-
* Configures the `themeColor` of the DropDownButton.
|
|
151
|
-
*
|
|
152
|
-
* The available options are:
|
|
153
|
-
* - base
|
|
154
|
-
* - primary
|
|
155
|
-
* - secondary
|
|
156
|
-
* - tertiary
|
|
157
|
-
* - info
|
|
158
|
-
* - success
|
|
159
|
-
* - warning
|
|
160
|
-
* - error
|
|
161
|
-
* - dark
|
|
162
|
-
* - light
|
|
163
|
-
* - inverse
|
|
164
|
-
* - null—Does not set a themeColor `className`.
|
|
165
|
-
*
|
|
166
|
-
* @default `base`
|
|
167
|
-
*/
|
|
168
|
-
themeColor?: null | 'base' | 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error' | 'dark' | 'light' | 'inverse';
|
|
169
|
-
}
|
|
170
|
-
export interface SplitButtonProps extends KendoReactComponentBaseProps {
|
|
171
|
-
/**
|
|
172
|
-
* Specifies the `accessKey` of the main button.
|
|
173
|
-
*/
|
|
174
|
-
accessKey?: string;
|
|
175
|
-
/**
|
|
176
|
-
* The accessible label of the component.
|
|
177
|
-
*/
|
|
178
|
-
ariaLabel?: string;
|
|
179
|
-
/**
|
|
180
|
-
* The title of the component.
|
|
181
|
-
*/
|
|
182
|
-
title?: string;
|
|
183
|
-
/**
|
|
184
|
-
* Specifies the text of the main button ([see example]({% slug overview_splitbutton %}#toc-basic-usage)).
|
|
185
|
-
*/
|
|
186
|
-
text?: string;
|
|
187
|
-
/**
|
|
188
|
-
* Specifies the list items ([see example]({% slug binding_splitbutton %}#toc-array-of-objects)).
|
|
189
|
-
*/
|
|
190
|
-
items?: any[];
|
|
191
|
-
/**
|
|
192
|
-
* Configures the field that will be used for the text of the `items`. `textField` has to be used together with the `items` prop ([see example]({% slug binding_splitbutton %}#toc-array-of-objects)).
|
|
193
|
-
*/
|
|
194
|
-
textField?: string;
|
|
195
|
-
/**
|
|
196
|
-
* Specifies the `tabIndex` of the main button.
|
|
197
|
-
*/
|
|
198
|
-
tabIndex?: number;
|
|
199
|
-
/**
|
|
200
|
-
* Determines whether the component is disabled ([see example]({% slug disabled_splitbutton %})).
|
|
201
|
-
*/
|
|
202
|
-
disabled?: boolean;
|
|
203
|
-
/**
|
|
204
|
-
* Defines an icon that will be rendered next to the main button text ([see example]({% slug icons_splitbutton %})).
|
|
205
|
-
*/
|
|
206
|
-
icon?: string;
|
|
207
|
-
/**
|
|
208
|
-
* Defines a SVG icon that will be rendered next to the main button text ([see example]({% slug icons_splitbutton %})).
|
|
209
|
-
*/
|
|
210
|
-
svgIcon?: SVGIcon;
|
|
211
|
-
/**
|
|
212
|
-
* Defines an icon with a custom CSS class that will be rendered next to the main button text ([see example]({% slug icons_splitbutton %})).
|
|
213
|
-
*/
|
|
214
|
-
iconClass?: string;
|
|
215
|
-
/**
|
|
216
|
-
* Defines the location of an image that will be displayed next to the main button text ([see example]({% slug icons_splitbutton %})).
|
|
217
|
-
*/
|
|
218
|
-
imageUrl?: string;
|
|
219
|
-
/**
|
|
220
|
-
* Configures the popup ([see example]({% slug customization_splitbutton %}#toc-popup)).
|
|
221
|
-
*/
|
|
222
|
-
popupSettings?: ButtonsPopupSettings;
|
|
223
|
-
/**
|
|
224
|
-
* Opens the popup of the SplitButton if set to `true`.
|
|
225
|
-
*/
|
|
226
|
-
opened?: boolean;
|
|
227
|
-
/**
|
|
228
|
-
* A React functional or class component which is used for rendering items ([see example]({% slug customization_dropdownbutton %}#toc-item-render)). The default rendering includes an icon, an image, and text.
|
|
229
|
-
*/
|
|
230
|
-
item?: null | React.ComponentType<{
|
|
231
|
-
item: any;
|
|
232
|
-
itemIndex: number;
|
|
233
|
-
}>;
|
|
234
|
-
/**
|
|
235
|
-
* Fires when a dropdown list button item is about to be rendered. Use it to override the default appearance of the list items.
|
|
236
|
-
* if `item` prop is not declared, `itemRender` behaves like `item`, for backward compatibility with versions before 4.2.0
|
|
237
|
-
*/
|
|
238
|
-
itemRender?: ((li: React.ReactElement<HTMLLIElement>, props: ButtonItemProps) => React.ReactNode) | React.ComponentType<{
|
|
239
|
-
item: any;
|
|
240
|
-
itemIndex: number;
|
|
241
|
-
}>;
|
|
242
|
-
/**
|
|
243
|
-
* Sets the `className` of the SplitButton component.
|
|
244
|
-
*/
|
|
245
|
-
className?: string;
|
|
246
|
-
/**
|
|
247
|
-
* Sets the `className` of the main button.
|
|
248
|
-
*/
|
|
249
|
-
buttonClass?: string;
|
|
250
|
-
/**
|
|
251
|
-
* Sets the direction of the component.
|
|
252
|
-
*/
|
|
253
|
-
dir?: string;
|
|
254
|
-
/**
|
|
255
|
-
* Fires when the main button is clicked ([see example]({% slug overview_splitbutton %}#toc-events)).
|
|
256
|
-
*/
|
|
257
|
-
onButtonClick?: (event: SplitButtonClickEvent) => void;
|
|
258
|
-
/**
|
|
259
|
-
* Fires when the component is focused ([see example]({% slug overview_splitbutton %}#toc-events)).
|
|
260
|
-
*/
|
|
261
|
-
onFocus?: (event: SplitButtonFocusEvent) => void;
|
|
262
|
-
/**
|
|
263
|
-
* Fires when the component is blurred ([see example]({% slug overview_splitbutton %}#toc-events)).
|
|
264
|
-
*/
|
|
265
|
-
onBlur?: (event: SplitButtonBlurEvent) => void;
|
|
266
|
-
/**
|
|
267
|
-
* Fires when an item is clicked ([see example]({% slug overview_splitbutton %}#toc-events)).
|
|
268
|
-
*/
|
|
269
|
-
onItemClick?: (event: SplitButtonItemClickEvent) => void;
|
|
270
|
-
/**
|
|
271
|
-
* Fires when the popup which contains the items is opened ([see example]({% slug overview_splitbutton %}#toc-events)).
|
|
272
|
-
*/
|
|
273
|
-
onOpen?: (event: SplitButtonOpenEvent) => void;
|
|
274
|
-
/**
|
|
275
|
-
* Fires when the popup which contains the items is closed ([see example]({% slug overview_splitbutton %}#toc-events)).
|
|
276
|
-
*/
|
|
277
|
-
onClose?: (event: SplitButtonCloseEvent) => void;
|
|
278
|
-
/**
|
|
279
|
-
* Configures the `size` of the SplitButton.
|
|
280
|
-
*
|
|
281
|
-
* The available options are:
|
|
282
|
-
* - small
|
|
283
|
-
* - medium
|
|
284
|
-
* - large
|
|
285
|
-
* - null—Does not set a size `className`.
|
|
286
|
-
*
|
|
287
|
-
* @default `medium`
|
|
288
|
-
*/
|
|
289
|
-
size?: null | 'small' | 'medium' | 'large';
|
|
290
|
-
/**
|
|
291
|
-
* Configures the `roundness` of the SplitButton.
|
|
292
|
-
*
|
|
293
|
-
* The available options are:
|
|
294
|
-
* - small
|
|
295
|
-
* - medium
|
|
296
|
-
* - large
|
|
297
|
-
* - full
|
|
298
|
-
* - null—Does not set a rounded `className`.
|
|
299
|
-
*
|
|
300
|
-
* @default `medium`
|
|
301
|
-
*/
|
|
302
|
-
rounded?: null | 'small' | 'medium' | 'large' | 'full';
|
|
303
|
-
/**
|
|
304
|
-
* Configures the `fillMode` of the SplitButton.
|
|
305
|
-
*
|
|
306
|
-
* The available options are:
|
|
307
|
-
* - solid
|
|
308
|
-
* - outline
|
|
309
|
-
* - flat
|
|
310
|
-
* - link
|
|
311
|
-
* - null—Does not set a fillMode `className`.
|
|
312
|
-
*
|
|
313
|
-
* @default `solid`
|
|
314
|
-
*/
|
|
315
|
-
fillMode?: null | 'solid' | 'outline' | 'flat' | 'link';
|
|
316
|
-
/**
|
|
317
|
-
* Configures the `themeColor` of the SplitButton.
|
|
318
|
-
*
|
|
319
|
-
* The available options are:
|
|
320
|
-
* - base
|
|
321
|
-
* - primary
|
|
322
|
-
* - secondary
|
|
323
|
-
* - tertiary
|
|
324
|
-
* - info
|
|
325
|
-
* - success
|
|
326
|
-
* - warning
|
|
327
|
-
* - error
|
|
328
|
-
* - dark
|
|
329
|
-
* - light
|
|
330
|
-
* - inverse
|
|
331
|
-
* - null—Does not set a themeColor `className`.
|
|
332
|
-
*
|
|
333
|
-
* @default `base`
|
|
334
|
-
*/
|
|
335
|
-
themeColor?: null | 'base' | 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error' | 'dark' | 'light' | 'inverse';
|
|
336
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { PopupAnimation, Align } from '@progress/kendo-react-popup';
|
|
2
|
-
/**
|
|
3
|
-
* The settings of the popup container.
|
|
4
|
-
*/
|
|
5
|
-
export interface ButtonsPopupSettings {
|
|
6
|
-
/**
|
|
7
|
-
* Controls the popup animation. By default, the open and close animations are enabled.
|
|
8
|
-
*/
|
|
9
|
-
animate?: boolean | PopupAnimation;
|
|
10
|
-
/**
|
|
11
|
-
* Specifies a list of CSS classes that are used for styling the popup.
|
|
12
|
-
*/
|
|
13
|
-
popupClass?: string;
|
|
14
|
-
/**
|
|
15
|
-
* Specifies the pivot point of the anchor
|
|
16
|
-
* ([see example]({% slug alignmentpositioning_popup %})).
|
|
17
|
-
*/
|
|
18
|
-
anchorAlign?: Align;
|
|
19
|
-
/**
|
|
20
|
-
* Specifies the pivot point of the Popup
|
|
21
|
-
* ([see example]({% slug alignmentpositioning_popup %})).
|
|
22
|
-
*/
|
|
23
|
-
popupAlign?: Align;
|
|
24
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { SplitButton } from './../SplitButton';
|
|
2
|
-
import { DropDownButton } from './../DropDownButton';
|
|
3
|
-
import { BaseEvent } from '@progress/kendo-react-common';
|
|
4
|
-
export interface SplitButtonFocusEvent extends BaseEvent<SplitButton> {
|
|
5
|
-
}
|
|
6
|
-
export interface SplitButtonBlurEvent extends BaseEvent<SplitButton> {
|
|
7
|
-
}
|
|
8
|
-
export interface SplitButtonClickEvent extends BaseEvent<SplitButton> {
|
|
9
|
-
}
|
|
10
|
-
export interface SplitButtonOpenEvent extends BaseEvent<SplitButton> {
|
|
11
|
-
}
|
|
12
|
-
export interface SplitButtonCloseEvent extends BaseEvent<SplitButton> {
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* The arguments for the `itemClick` event.
|
|
16
|
-
*/
|
|
17
|
-
export interface SplitButtonItemClickEvent extends BaseEvent<SplitButton> {
|
|
18
|
-
/**
|
|
19
|
-
* The clicked item.
|
|
20
|
-
*/
|
|
21
|
-
item: any;
|
|
22
|
-
/**
|
|
23
|
-
* The zero-based index of the clicked item.
|
|
24
|
-
*/
|
|
25
|
-
itemIndex: number;
|
|
26
|
-
}
|
|
27
|
-
export interface DropDownButtonFocusEvent extends BaseEvent<DropDownButton> {
|
|
28
|
-
}
|
|
29
|
-
export interface DropDownButtonBlurEvent extends BaseEvent<DropDownButton> {
|
|
30
|
-
}
|
|
31
|
-
export interface DropDownButtonOpenEvent extends BaseEvent<DropDownButton> {
|
|
32
|
-
}
|
|
33
|
-
export interface DropDownButtonCloseEvent extends BaseEvent<DropDownButton> {
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* The arguments for the `itemClick` event.
|
|
37
|
-
*/
|
|
38
|
-
export interface DropDownButtonItemClickEvent extends BaseEvent<DropDownButton> {
|
|
39
|
-
/**
|
|
40
|
-
* The clicked item.
|
|
41
|
-
*/
|
|
42
|
-
item: any;
|
|
43
|
-
/**
|
|
44
|
-
* The zero-based index of the clicked item.
|
|
45
|
-
*/
|
|
46
|
-
itemIndex: number;
|
|
47
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { Keys } from '@progress/kendo-react-common';
|
|
2
|
-
/**
|
|
3
|
-
* @hidden
|
|
4
|
-
*/
|
|
5
|
-
var navigate = function (focusedIndex, keyCode, altKey, total) {
|
|
6
|
-
if (altKey) {
|
|
7
|
-
return focusedIndex;
|
|
8
|
-
}
|
|
9
|
-
var index = Math.min(total - 1, Math.max(0, focusedIndex));
|
|
10
|
-
switch (keyCode) {
|
|
11
|
-
case Keys.enter:
|
|
12
|
-
case Keys.space:
|
|
13
|
-
case Keys.esc:
|
|
14
|
-
return -1;
|
|
15
|
-
case Keys.up:
|
|
16
|
-
case Keys.left:
|
|
17
|
-
return index - 1 < 0 ? total - 1 : index - 1;
|
|
18
|
-
case Keys.down:
|
|
19
|
-
case Keys.right:
|
|
20
|
-
return index + 1 >= total ? 0 : index + 1;
|
|
21
|
-
case Keys.home:
|
|
22
|
-
return 0;
|
|
23
|
-
case Keys.end:
|
|
24
|
-
return total - 1;
|
|
25
|
-
default:
|
|
26
|
-
return focusedIndex;
|
|
27
|
-
}
|
|
28
|
-
};
|
|
29
|
-
export { navigate };
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @hidden
|
|
3
|
-
*/
|
|
4
|
-
export function getAnchorAlign(isDirectionRightToLeft) {
|
|
5
|
-
var align = { horizontal: 'left', vertical: 'bottom' };
|
|
6
|
-
if (isDirectionRightToLeft) {
|
|
7
|
-
align.horizontal = 'right';
|
|
8
|
-
}
|
|
9
|
-
return align;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
export function getPopupAlign(isDirectionRightToLeft) {
|
|
15
|
-
var align = { horizontal: 'left', vertical: 'top' };
|
|
16
|
-
if (isDirectionRightToLeft) {
|
|
17
|
-
align.horizontal = 'right';
|
|
18
|
-
}
|
|
19
|
-
return align;
|
|
20
|
-
}
|
package/dist/es/main.d.ts
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { Button, ButtonProps } from './Button';
|
|
2
|
-
import { ButtonGroup, ButtonGroupProps } from './ButtonGroup';
|
|
3
|
-
import { SplitButton } from './ListButton/SplitButton';
|
|
4
|
-
import { SplitButtonItem, SplitButtonItemProps } from './ListButton/SplitButtonItem';
|
|
5
|
-
import { DropDownButton } from './ListButton/DropDownButton';
|
|
6
|
-
import { DropDownButtonItem, DropDownButtonItemProps } from './ListButton/DropDownButtonItem';
|
|
7
|
-
import { DropDownButtonProps } from './ListButton/models/ListButtonProps';
|
|
8
|
-
import { SplitButtonFocusEvent, SplitButtonBlurEvent, SplitButtonClickEvent, SplitButtonOpenEvent, SplitButtonCloseEvent, SplitButtonItemClickEvent, DropDownButtonFocusEvent, DropDownButtonBlurEvent, DropDownButtonOpenEvent, DropDownButtonCloseEvent, DropDownButtonItemClickEvent } from './ListButton/models/events';
|
|
9
|
-
import { ButtonItem } from './ListButton/models/ButtonItem';
|
|
10
|
-
import { ButtonItemProps } from './ListButton/ButtonItem';
|
|
11
|
-
import { ButtonsPopupSettings } from './ListButton/models/PopupSettings';
|
|
12
|
-
import { Toolbar, ToolbarProps, ToolbarResizeEvent } from './toolbar/Toolbar';
|
|
13
|
-
import { ToolbarItem, ToolbarItemProps } from './toolbar/tools/ToolbarItem';
|
|
14
|
-
import { ToolbarSeparator } from './toolbar/tools/ToolbarSeparator';
|
|
15
|
-
import { ToolbarSpacer, ToolbarSpacerProps } from './toolbar/tools/ToolbarSpacer';
|
|
16
|
-
import { toolbarButtons } from './util';
|
|
17
|
-
import { Chip, ChipProps, ChipHandle, ChipAvatarProps } from './Chip/Chip';
|
|
18
|
-
import { ChipList, ChipListProps, ChipListHandle } from './Chip/ChipList';
|
|
19
|
-
import { ChipRemoveEvent, ChipMouseEvent, ChipKeyboardEvent, ChipFocusEvent, ChipListChangeEvent, ChipListDataChangeEvent } from './models/index';
|
|
20
|
-
import { FloatingActionButton } from './FloatingActionButton/FloatingActionButton';
|
|
21
|
-
import { FloatingActionButtonHandle } from './FloatingActionButton/interfaces/FloatingActionButtonHandle';
|
|
22
|
-
import { FloatingActionButtonProps } from './FloatingActionButton/interfaces/FloatingActionButtonProps';
|
|
23
|
-
import { FloatingActionButtonItem, FloatingActionButtonItemHandle, FloatingActionButtonItemProps } from './FloatingActionButton/FloatingActionButtonItem';
|
|
24
|
-
import { FloatingActionButtonPopupSettings } from './FloatingActionButton/interfaces/FloatingActionButtonPopupSettings';
|
|
25
|
-
export * from './FloatingActionButton/models/events';
|
|
26
|
-
import { FloatingActionButtonAlign } from './FloatingActionButton/models/align';
|
|
27
|
-
import { FloatingActionButtonAlignOffset } from './FloatingActionButton/models/align-offset';
|
|
28
|
-
import { FloatingActionButtonPositionMode } from './FloatingActionButton/models/position-mode';
|
|
29
|
-
import { FloatingActionButtonSize } from './FloatingActionButton/models/size';
|
|
30
|
-
import { FloatingActionButtonRounded } from './FloatingActionButton/models/rounded';
|
|
31
|
-
import { FloatingActionButtonThemeColor } from './FloatingActionButton/models/theme-color';
|
|
32
|
-
export { Toolbar, ToolbarProps, ToolbarItem, ToolbarItemProps, ToolbarSeparator, ToolbarResizeEvent, ToolbarSpacer, ToolbarSpacerProps, toolbarButtons, Button, ButtonProps, ButtonGroup, ButtonGroupProps, SplitButton, SplitButtonItem, SplitButtonItemProps, DropDownButton, DropDownButtonProps, DropDownButtonItem, DropDownButtonItemProps, ButtonItem, ButtonItemProps, SplitButtonFocusEvent, SplitButtonBlurEvent, SplitButtonClickEvent, SplitButtonOpenEvent, SplitButtonCloseEvent, SplitButtonItemClickEvent, DropDownButtonFocusEvent, DropDownButtonBlurEvent, DropDownButtonOpenEvent, DropDownButtonCloseEvent, DropDownButtonItemClickEvent, ButtonsPopupSettings, Chip, ChipProps, ChipHandle, ChipAvatarProps, ChipRemoveEvent, ChipMouseEvent, ChipKeyboardEvent, ChipFocusEvent, ChipList, ChipListProps, ChipListHandle, ChipListDataChangeEvent, ChipListChangeEvent, FloatingActionButton, FloatingActionButtonProps, FloatingActionButtonHandle, FloatingActionButtonItem, FloatingActionButtonItemHandle, FloatingActionButtonItemProps, FloatingActionButtonPopupSettings, FloatingActionButtonAlign, FloatingActionButtonAlignOffset, FloatingActionButtonPositionMode, FloatingActionButtonSize, FloatingActionButtonRounded, FloatingActionButtonThemeColor };
|
package/dist/es/main.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Button } from './Button';
|
|
2
|
-
import { ButtonGroup } from './ButtonGroup';
|
|
3
|
-
import { SplitButton } from './ListButton/SplitButton';
|
|
4
|
-
import { SplitButtonItem } from './ListButton/SplitButtonItem';
|
|
5
|
-
import { DropDownButton } from './ListButton/DropDownButton';
|
|
6
|
-
import { DropDownButtonItem } from './ListButton/DropDownButtonItem';
|
|
7
|
-
import { Toolbar } from './toolbar/Toolbar';
|
|
8
|
-
import { ToolbarItem } from './toolbar/tools/ToolbarItem';
|
|
9
|
-
import { ToolbarSeparator } from './toolbar/tools/ToolbarSeparator';
|
|
10
|
-
import { ToolbarSpacer } from './toolbar/tools/ToolbarSpacer';
|
|
11
|
-
import { toolbarButtons } from './util';
|
|
12
|
-
import { Chip } from './Chip/Chip';
|
|
13
|
-
import { ChipList } from './Chip/ChipList';
|
|
14
|
-
import { FloatingActionButton } from './FloatingActionButton/FloatingActionButton';
|
|
15
|
-
import { FloatingActionButtonItem } from './FloatingActionButton/FloatingActionButtonItem';
|
|
16
|
-
export * from './FloatingActionButton/models/events';
|
|
17
|
-
export { Toolbar, ToolbarItem, ToolbarSeparator, ToolbarSpacer, toolbarButtons, Button, ButtonGroup, SplitButton, SplitButtonItem, DropDownButton, DropDownButtonItem, Chip, ChipList, FloatingActionButton, FloatingActionButtonItem };
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ChipHandle } from './../Chip/Chip';
|
|
3
|
-
import { ChipListHandle } from './../Chip/ChipList';
|
|
4
|
-
/**
|
|
5
|
-
* Represents the return type of the ChipRemoveEvent.
|
|
6
|
-
*/
|
|
7
|
-
export interface ChipRemoveEvent {
|
|
8
|
-
/**
|
|
9
|
-
* The target of the ChipRemoveEvent from ChipHandle.
|
|
10
|
-
*/
|
|
11
|
-
target: ChipHandle;
|
|
12
|
-
/**
|
|
13
|
-
* The event of the ChipRemoveEvent.
|
|
14
|
-
*/
|
|
15
|
-
syntheticEvent: React.SyntheticEvent<any>;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Represents the return type of the ChipMouseEvent.
|
|
19
|
-
*/
|
|
20
|
-
export interface ChipMouseEvent {
|
|
21
|
-
/**
|
|
22
|
-
* The target of the ChipMouseEvent from ChipHandle.
|
|
23
|
-
*/
|
|
24
|
-
target: ChipHandle;
|
|
25
|
-
/**
|
|
26
|
-
* The event of the ChipMouseEvent.
|
|
27
|
-
*/
|
|
28
|
-
syntheticEvent: React.MouseEvent<any>;
|
|
29
|
-
}
|
|
30
|
-
/**
|
|
31
|
-
* Represents the return type of the ChipKeyboardEvent.
|
|
32
|
-
*/
|
|
33
|
-
export interface ChipKeyboardEvent {
|
|
34
|
-
/**
|
|
35
|
-
* The target of the ChipKeyboardEvent from ChipHandle.
|
|
36
|
-
*/
|
|
37
|
-
target: ChipHandle;
|
|
38
|
-
/**
|
|
39
|
-
* The event of the ChipKeyboardEvent.
|
|
40
|
-
*/
|
|
41
|
-
syntheticEvent: React.KeyboardEvent<any>;
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* Represents the return type of the ChipFocusEvent.
|
|
45
|
-
*/
|
|
46
|
-
export interface ChipFocusEvent {
|
|
47
|
-
/**
|
|
48
|
-
* The target of the ChipFocusEvent from ChipHandle.
|
|
49
|
-
*/
|
|
50
|
-
target: ChipHandle;
|
|
51
|
-
/**
|
|
52
|
-
* The event of the ChipFocusEvent.
|
|
53
|
-
*/
|
|
54
|
-
syntheticEvent: React.FocusEvent<any>;
|
|
55
|
-
}
|
|
56
|
-
/**
|
|
57
|
-
* Represents the return type of the ChipListDataChangeEvent.
|
|
58
|
-
*/
|
|
59
|
-
export interface ChipListDataChangeEvent {
|
|
60
|
-
/**
|
|
61
|
-
* Represents the new data state value.
|
|
62
|
-
*/
|
|
63
|
-
value: any | any[];
|
|
64
|
-
/**
|
|
65
|
-
* The target of the ChipListChangeEvent from ChipListHandle.
|
|
66
|
-
*/
|
|
67
|
-
target: ChipListHandle;
|
|
68
|
-
/**
|
|
69
|
-
* The event of the ChipListChangeEvent.
|
|
70
|
-
*/
|
|
71
|
-
syntheticEvent: React.SyntheticEvent<any>;
|
|
72
|
-
}
|
|
73
|
-
/**
|
|
74
|
-
* Represents the return type of the ChipListChangeEvent.
|
|
75
|
-
*/
|
|
76
|
-
export interface ChipListChangeEvent {
|
|
77
|
-
/**
|
|
78
|
-
* Represents the new state value.
|
|
79
|
-
*/
|
|
80
|
-
value: any | any[];
|
|
81
|
-
/**
|
|
82
|
-
* The target of the ChipListChangeEvent from ChipListHandle.
|
|
83
|
-
*/
|
|
84
|
-
target: ChipListHandle;
|
|
85
|
-
/**
|
|
86
|
-
* The event of the ChipListChangeEvent.
|
|
87
|
-
*/
|
|
88
|
-
syntheticEvent: React.SyntheticEvent<any>;
|
|
89
|
-
}
|
package/dist/es/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @hidden
|
|
3
|
-
*/
|
|
4
|
-
export var packageMetadata = {
|
|
5
|
-
name: '@progress/kendo-react-buttons',
|
|
6
|
-
productName: 'KendoReact',
|
|
7
|
-
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate: 1700063497,
|
|
9
|
-
version: '',
|
|
10
|
-
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
11
|
-
};
|