@sula-tech/webcomponents 0.4.1 → 0.6.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.
- package/dist/cjs/{index-BtkenDV1.js → index-Bbryl0vg.js} +30 -4
- package/dist/cjs/index-Bbryl0vg.js.map +1 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{sula-avatar_14.cjs.entry.js → sula-avatar_18.cjs.entry.js} +386 -48
- package/dist/cjs/sula-avatar_18.cjs.entry.js.map +1 -0
- package/dist/cjs/webcomponents.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +5 -1
- package/dist/collection/components/sula-button/sula-button.css +1 -1
- package/dist/collection/components/sula-button/sula-button.js +66 -6
- package/dist/collection/components/sula-button/sula-button.js.map +1 -1
- package/dist/collection/components/sula-button/sula-button.stories.js +260 -97
- package/dist/collection/components/sula-button/sula-button.stories.js.map +1 -1
- package/dist/collection/components/sula-checkbox/sula-checkbox.js +3 -3
- package/dist/collection/components/sula-chip/sula-chip.css +1 -1
- package/dist/collection/components/sula-chip/sula-chip.js +3 -3
- package/dist/collection/components/sula-dropdown/sula-dropdown.css +1 -0
- package/dist/collection/components/sula-dropdown/sula-dropdown.js +275 -0
- package/dist/collection/components/sula-dropdown/sula-dropdown.js.map +1 -0
- package/dist/collection/components/sula-dropdown/sula-dropdown.stories.js +155 -0
- package/dist/collection/components/sula-dropdown/sula-dropdown.stories.js.map +1 -0
- package/dist/collection/components/sula-icon/sula-icon.css +1 -1
- package/dist/collection/components/sula-icon/sula-icon.js +1 -1
- package/dist/collection/components/sula-loader/sula-loader.css +1 -1
- package/dist/collection/components/sula-loader/sula-loader.js +1 -1
- package/dist/collection/components/sula-menu-select-list/sula-menu-select-list.css +1 -1
- package/dist/collection/components/sula-menu-select-list/sula-menu-select-list.js +29 -1
- package/dist/collection/components/sula-menu-select-list/sula-menu-select-list.js.map +1 -1
- package/dist/collection/components/sula-progress-bar/model/sula-progress-bar.model.js +15 -0
- package/dist/collection/components/sula-progress-bar/model/sula-progress-bar.model.js.map +1 -0
- package/dist/collection/components/sula-progress-bar/sula-progress-bar.css +1 -0
- package/dist/collection/components/sula-progress-bar/sula-progress-bar.js +213 -0
- package/dist/collection/components/sula-progress-bar/sula-progress-bar.js.map +1 -0
- package/dist/collection/components/sula-progress-bar/sula-progress.stories.js +172 -0
- package/dist/collection/components/sula-progress-bar/sula-progress.stories.js.map +1 -0
- package/dist/collection/components/sula-radio-button/sula-radio-button.js +2 -2
- package/dist/collection/components/sula-search-bar/model/sula-search.bar-model.js +6 -0
- package/dist/collection/components/sula-search-bar/model/sula-search.bar-model.js.map +1 -0
- package/dist/collection/components/sula-search-bar/sula-search-bar.css +1 -0
- package/dist/collection/components/sula-search-bar/sula-search-bar.js +240 -0
- package/dist/collection/components/sula-search-bar/sula-search-bar.js.map +1 -0
- package/dist/collection/components/sula-search-bar/sula-search-bar.stories.js +119 -0
- package/dist/collection/components/sula-search-bar/sula-search-bar.stories.js.map +1 -0
- package/dist/collection/components/sula-switch/sula-switch.js +4 -4
- package/dist/collection/components/sula-tag/sula-tag.js +3 -3
- package/dist/collection/components/sula-textarea/sula-textarea.js +6 -6
- package/dist/collection/components/sula-textfield/sula-textfield.js +2 -2
- package/dist/collection/components/sula-tiles/sula-tiles.js +1 -1
- package/dist/collection/components/sula-timeline-list/model/sula-timeline-list.model.js +7 -0
- package/dist/collection/components/sula-timeline-list/model/sula-timeline-list.model.js.map +1 -0
- package/dist/collection/components/sula-timeline-list/sula-timeline-list.css +1 -0
- package/dist/collection/components/sula-timeline-list/sula-timeline-list.js +123 -0
- package/dist/collection/components/sula-timeline-list/sula-timeline-list.js.map +1 -0
- package/dist/collection/components/sula-timeline-list/sula-timeline-list.stories.js +217 -0
- package/dist/collection/components/sula-timeline-list/sula-timeline-list.stories.js.map +1 -0
- package/dist/components/index.js +20 -2
- package/dist/components/index.js.map +1 -1
- package/dist/components/{p-DJGFqp8r.js → p-BNtk_d_S.js} +14 -5
- package/dist/components/p-BNtk_d_S.js.map +1 -0
- package/dist/components/p-CYBZuKr6.js +27129 -0
- package/dist/components/p-CYBZuKr6.js.map +1 -0
- package/dist/components/{p-CEU3PNQs.js → p-DULnDBOY.js} +4 -4
- package/dist/components/{p-CEU3PNQs.js.map → p-DULnDBOY.js.map} +1 -1
- package/dist/components/sula-avatar.js +1 -1
- package/dist/components/sula-badge.js +1 -1
- package/dist/components/sula-button.js +38 -9
- package/dist/components/sula-button.js.map +1 -1
- package/dist/components/sula-checkbox.js +4 -4
- package/dist/components/sula-chip.js +6 -6
- package/dist/components/sula-chip.js.map +1 -1
- package/dist/components/sula-dropdown.d.ts +11 -0
- package/dist/components/sula-dropdown.js +137 -0
- package/dist/components/sula-dropdown.js.map +1 -0
- package/dist/components/sula-icon.js +1 -1
- package/dist/components/sula-loader.js +1 -27124
- package/dist/components/sula-loader.js.map +1 -1
- package/dist/components/sula-menu-select-list.js +1 -1
- package/dist/components/sula-progress-bar.d.ts +11 -0
- package/dist/components/sula-progress-bar.js +122 -0
- package/dist/components/sula-progress-bar.js.map +1 -0
- package/dist/components/sula-radio-button.js +2 -2
- package/dist/components/sula-search-bar.d.ts +11 -0
- package/dist/components/sula-search-bar.js +104 -0
- package/dist/components/sula-search-bar.js.map +1 -0
- package/dist/components/sula-switch.js +4 -4
- package/dist/components/sula-tag.js +4 -4
- package/dist/components/sula-textarea.js +6 -6
- package/dist/components/sula-textfield.js +3 -3
- package/dist/components/sula-tiles.js +2 -2
- package/dist/components/sula-timeline-list.d.ts +11 -0
- package/dist/components/sula-timeline-list.js +101 -0
- package/dist/components/sula-timeline-list.js.map +1 -0
- package/dist/esm/{index-Yyeke16a.js → index-or7qTZgT.js} +30 -4
- package/dist/esm/index-or7qTZgT.js.map +1 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{sula-avatar_14.entry.js → sula-avatar_18.entry.js} +383 -49
- package/dist/esm/sula-avatar_18.entry.js.map +1 -0
- package/dist/esm/webcomponents.js +3 -3
- package/dist/types/components/sula-button/sula-button.d.ts +11 -1
- package/dist/types/components/sula-button/sula-button.stories.d.ts +124 -33
- package/dist/types/components/sula-dropdown/sula-dropdown.d.ts +49 -0
- package/dist/types/components/sula-dropdown/sula-dropdown.stories.d.ts +68 -0
- package/dist/types/components/sula-menu-select-list/sula-menu-select-list.d.ts +4 -0
- package/dist/types/components/sula-progress-bar/model/sula-progress-bar.model.d.ts +12 -0
- package/dist/types/components/sula-progress-bar/sula-progress-bar.d.ts +33 -0
- package/dist/types/components/sula-progress-bar/sula-progress.stories.d.ts +84 -0
- package/dist/types/components/sula-search-bar/model/sula-search.bar-model.d.ts +4 -0
- package/dist/types/components/sula-search-bar/sula-search-bar.d.ts +50 -0
- package/dist/types/components/sula-search-bar/sula-search-bar.stories.d.ts +84 -0
- package/dist/types/components/sula-timeline-list/model/sula-timeline-list.model.d.ts +16 -0
- package/dist/types/components/sula-timeline-list/sula-timeline-list.d.ts +17 -0
- package/dist/types/components/sula-timeline-list/sula-timeline-list.stories.d.ts +47 -0
- package/dist/types/components.d.ts +315 -0
- package/dist/webcomponents/{p-5ba79323.entry.js → p-2a133394.entry.js} +3656 -3167
- package/dist/webcomponents/p-2a133394.entry.js.map +1 -0
- package/dist/webcomponents/{p-Yyeke16a.js → p-or7qTZgT.js} +229 -204
- package/dist/webcomponents/p-or7qTZgT.js.map +1 -0
- package/dist/webcomponents/webcomponents.esm.js +50 -18
- package/package.json +1 -1
- package/readme.md +79 -19
- package/dist/cjs/index-BtkenDV1.js.map +0 -1
- package/dist/cjs/sula-avatar.sula-badge.sula-button.sula-checkbox.sula-chip.sula-icon.sula-loader.sula-menu-select-list.sula-radio-button.sula-switch.sula-tag.sula-textarea.sula-textfield.sula-tiles.entry.cjs.js.map +0 -1
- package/dist/cjs/sula-avatar_14.cjs.entry.js.map +0 -1
- package/dist/components/p-DJGFqp8r.js.map +0 -1
- package/dist/esm/index-Yyeke16a.js.map +0 -1
- package/dist/esm/sula-avatar.sula-badge.sula-button.sula-checkbox.sula-chip.sula-icon.sula-loader.sula-menu-select-list.sula-radio-button.sula-switch.sula-tag.sula-textarea.sula-textfield.sula-tiles.entry.js.map +0 -1
- package/dist/esm/sula-avatar_14.entry.js.map +0 -1
- package/dist/webcomponents/p-5ba79323.entry.js.map +0 -1
- package/dist/webcomponents/p-Yyeke16a.js.map +0 -1
- package/dist/webcomponents/sula-avatar.sula-badge.sula-button.sula-checkbox.sula-chip.sula-icon.sula-loader.sula-menu-select-list.sula-radio-button.sula-switch.sula-tag.sula-textarea.sula-textfield.sula-tiles.entry.esm.js.map +0 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export interface SulaTimelineListItem {
|
|
2
|
+
weekdayText?: SulaTimelineListItemWeekdayText;
|
|
3
|
+
iconStatus?: SulaTimelineListItemIconStatus;
|
|
4
|
+
title: string;
|
|
5
|
+
message?: string;
|
|
6
|
+
hasLink?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export interface SulaTimelineListItemWeekdayText {
|
|
9
|
+
weekday: string;
|
|
10
|
+
day: number;
|
|
11
|
+
}
|
|
12
|
+
export declare enum SulaTimelineListItemIconStatus {
|
|
13
|
+
Success = "success",
|
|
14
|
+
Error = "error",
|
|
15
|
+
Warning = "warning"
|
|
16
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import { SulaTimelineListItem, SulaTimelineListItemIconStatus } from './model/sula-timeline-list.model';
|
|
3
|
+
export declare class SulaTimelineList {
|
|
4
|
+
/**
|
|
5
|
+
* Timeline list. (Can be use with weekday text or icon with status)
|
|
6
|
+
*/
|
|
7
|
+
sulaTimelineList: SulaTimelineListItem[];
|
|
8
|
+
/**
|
|
9
|
+
* Event emitted when item is clicked.
|
|
10
|
+
*/
|
|
11
|
+
itemClicked: EventEmitter<SulaTimelineListItem>;
|
|
12
|
+
handleItemClick: (item: SulaTimelineListItem) => void;
|
|
13
|
+
getIconBackgroundColorByStatus(status: SulaTimelineListItemIconStatus): string;
|
|
14
|
+
getIconByStatus(status: SulaTimelineListItemIconStatus): string;
|
|
15
|
+
getIconColorByStatus(status: SulaTimelineListItemIconStatus): string;
|
|
16
|
+
render(): any;
|
|
17
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { SulaTimelineListItemIconStatus } from './model/sula-timeline-list.model';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
tags: string[];
|
|
5
|
+
argTypes: {
|
|
6
|
+
sulaTimelineList: {
|
|
7
|
+
control: string;
|
|
8
|
+
defaultValue: ({
|
|
9
|
+
title: string;
|
|
10
|
+
message: string;
|
|
11
|
+
weekdayText: {
|
|
12
|
+
weekday: string;
|
|
13
|
+
day: string;
|
|
14
|
+
};
|
|
15
|
+
iconStatus?: undefined;
|
|
16
|
+
} | {
|
|
17
|
+
title: string;
|
|
18
|
+
message: string;
|
|
19
|
+
iconStatus: SulaTimelineListItemIconStatus;
|
|
20
|
+
weekdayText?: undefined;
|
|
21
|
+
})[];
|
|
22
|
+
description: string;
|
|
23
|
+
type: {
|
|
24
|
+
required: boolean;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
itemClicked: {
|
|
28
|
+
action: string;
|
|
29
|
+
description: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
parameters: {
|
|
33
|
+
docs: {
|
|
34
|
+
description: {
|
|
35
|
+
component: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
export default _default;
|
|
41
|
+
export declare const Default: any;
|
|
42
|
+
export declare const WithIconStatus: any;
|
|
43
|
+
export declare const MixedContent: any;
|
|
44
|
+
export declare const OnlyTitles: any;
|
|
45
|
+
export declare const SingleItem: any;
|
|
46
|
+
export declare const SuccessFlow: any;
|
|
47
|
+
export declare const ErrorFlow: any;
|
|
@@ -11,24 +11,32 @@ import { SulaButtonAppearance, SulaButtonSize, SulaButtonStatus, SulaButtonType
|
|
|
11
11
|
import { SulaCheckboxType } from "./components/sula-checkbox/model/sula-checkbox.model";
|
|
12
12
|
import { SulaChipAppearance } from "./components/sula-chip/model/sula-chip.model";
|
|
13
13
|
import { SulaMenuListItem } from "./components/sula-menu-select-list/model/sula-menu-select-list.model";
|
|
14
|
+
import { SulaMenuListItem as SulaMenuListItem1 } from "./components";
|
|
14
15
|
import { SulaLoaderSize } from "./components/sula-loader/model/sula-loader.model";
|
|
16
|
+
import { SulaProgressBarAppearance, SulaProgressBarState } from "./components/sula-progress-bar/model/sula-progress-bar.model";
|
|
17
|
+
import { SulaSearchBarStyle } from "./components/sula-search-bar/model/sula-search.bar-model";
|
|
15
18
|
import { SulaSwitchType } from "./components/sula-switch/model/sula-switch.model";
|
|
16
19
|
import { SulaTagAppearance, SulaTagFontWeight, SulaTagIconStatus, SulaTagSize } from "./components/sula-tag/model/sula-tag.model";
|
|
17
20
|
import { SulaTextareaStatus } from "./components/sula-textarea/model/sula-textarea.model";
|
|
18
21
|
import { SulaTextfieldStatus, SulaTextfieldType } from "./components/sula-textfield/model/sula-textfield.model";
|
|
19
22
|
import { SulaTilesSize, SulaTilesType } from "./components/sula-tiles/model/sula-tiles.model";
|
|
23
|
+
import { SulaTimelineListItem } from "./components/sula-timeline-list/model/sula-timeline-list.model";
|
|
20
24
|
export { SulaAvatarSize } from "./components/sula-avatar/model/sula-avatar.model";
|
|
21
25
|
export { SulaBadgeSize, SulaBadgeStatus, SulaBadgeType } from "./components/sula-badge/model/sula-badge.model";
|
|
22
26
|
export { SulaButtonAppearance, SulaButtonSize, SulaButtonStatus, SulaButtonType } from "./components/sula-button/model/sula-button.model";
|
|
23
27
|
export { SulaCheckboxType } from "./components/sula-checkbox/model/sula-checkbox.model";
|
|
24
28
|
export { SulaChipAppearance } from "./components/sula-chip/model/sula-chip.model";
|
|
25
29
|
export { SulaMenuListItem } from "./components/sula-menu-select-list/model/sula-menu-select-list.model";
|
|
30
|
+
export { SulaMenuListItem as SulaMenuListItem1 } from "./components";
|
|
26
31
|
export { SulaLoaderSize } from "./components/sula-loader/model/sula-loader.model";
|
|
32
|
+
export { SulaProgressBarAppearance, SulaProgressBarState } from "./components/sula-progress-bar/model/sula-progress-bar.model";
|
|
33
|
+
export { SulaSearchBarStyle } from "./components/sula-search-bar/model/sula-search.bar-model";
|
|
27
34
|
export { SulaSwitchType } from "./components/sula-switch/model/sula-switch.model";
|
|
28
35
|
export { SulaTagAppearance, SulaTagFontWeight, SulaTagIconStatus, SulaTagSize } from "./components/sula-tag/model/sula-tag.model";
|
|
29
36
|
export { SulaTextareaStatus } from "./components/sula-textarea/model/sula-textarea.model";
|
|
30
37
|
export { SulaTextfieldStatus, SulaTextfieldType } from "./components/sula-textfield/model/sula-textfield.model";
|
|
31
38
|
export { SulaTilesSize, SulaTilesType } from "./components/sula-tiles/model/sula-tiles.model";
|
|
39
|
+
export { SulaTimelineListItem } from "./components/sula-timeline-list/model/sula-timeline-list.model";
|
|
32
40
|
export namespace Components {
|
|
33
41
|
interface SulaAvatar {
|
|
34
42
|
/**
|
|
@@ -91,11 +99,19 @@ export namespace Components {
|
|
|
91
99
|
* Button icon when is Icon type
|
|
92
100
|
*/
|
|
93
101
|
"icon": string;
|
|
102
|
+
/**
|
|
103
|
+
* Button left icon
|
|
104
|
+
*/
|
|
105
|
+
"leftIcon": string;
|
|
94
106
|
/**
|
|
95
107
|
* Is button loading
|
|
96
108
|
* @default false
|
|
97
109
|
*/
|
|
98
110
|
"loading": boolean;
|
|
111
|
+
/**
|
|
112
|
+
* Button right icon
|
|
113
|
+
*/
|
|
114
|
+
"rightIcon": string;
|
|
99
115
|
/**
|
|
100
116
|
* Button size
|
|
101
117
|
* @default SulaButtonSize.Default
|
|
@@ -163,6 +179,26 @@ export namespace Components {
|
|
|
163
179
|
*/
|
|
164
180
|
"text": string;
|
|
165
181
|
}
|
|
182
|
+
interface SulaDropdown {
|
|
183
|
+
/**
|
|
184
|
+
* Dropdown is disabled
|
|
185
|
+
* @default false
|
|
186
|
+
*/
|
|
187
|
+
"disabled": boolean;
|
|
188
|
+
/**
|
|
189
|
+
* Items for list
|
|
190
|
+
* @default []
|
|
191
|
+
*/
|
|
192
|
+
"items": SulaMenuListItem1[];
|
|
193
|
+
/**
|
|
194
|
+
* Dropdown label
|
|
195
|
+
*/
|
|
196
|
+
"label": string;
|
|
197
|
+
/**
|
|
198
|
+
* Value for dropdown
|
|
199
|
+
*/
|
|
200
|
+
"value"?: SulaMenuListItem1;
|
|
201
|
+
}
|
|
166
202
|
interface SulaIcon {
|
|
167
203
|
/**
|
|
168
204
|
* Custom class to be applied to the icon
|
|
@@ -182,12 +218,46 @@ export namespace Components {
|
|
|
182
218
|
"size": SulaLoaderSize;
|
|
183
219
|
}
|
|
184
220
|
interface SulaMenuSelectList {
|
|
221
|
+
/**
|
|
222
|
+
* Menu is full width
|
|
223
|
+
* @default false
|
|
224
|
+
*/
|
|
225
|
+
"fullWidth": boolean;
|
|
185
226
|
/**
|
|
186
227
|
* Items for list
|
|
187
228
|
* @default []
|
|
188
229
|
*/
|
|
189
230
|
"items": SulaMenuListItem[];
|
|
190
231
|
}
|
|
232
|
+
interface SulaProgressBar {
|
|
233
|
+
/**
|
|
234
|
+
* The style of the progress bar.
|
|
235
|
+
* @default SulaProgressBarAppearance.Primary
|
|
236
|
+
*/
|
|
237
|
+
"appearance": SulaProgressBarAppearance;
|
|
238
|
+
/**
|
|
239
|
+
* The label displayed at the bottom of the progress bar.
|
|
240
|
+
*/
|
|
241
|
+
"bottomLabel": string;
|
|
242
|
+
/**
|
|
243
|
+
* The progress value of the progress bar.
|
|
244
|
+
*/
|
|
245
|
+
"progress": number;
|
|
246
|
+
/**
|
|
247
|
+
* Show progress
|
|
248
|
+
* @default true
|
|
249
|
+
*/
|
|
250
|
+
"showProgress": boolean;
|
|
251
|
+
/**
|
|
252
|
+
* The state of the progress bar.
|
|
253
|
+
* @default SulaProgressBarState.Default
|
|
254
|
+
*/
|
|
255
|
+
"state": SulaProgressBarState;
|
|
256
|
+
/**
|
|
257
|
+
* The label displayed at the top of the progress bar.
|
|
258
|
+
*/
|
|
259
|
+
"topLabel": string;
|
|
260
|
+
}
|
|
191
261
|
interface SulaRadioButton {
|
|
192
262
|
/**
|
|
193
263
|
* Is radio button checked
|
|
@@ -205,6 +275,29 @@ export namespace Components {
|
|
|
205
275
|
*/
|
|
206
276
|
"label": string;
|
|
207
277
|
}
|
|
278
|
+
interface SulaSearchBar {
|
|
279
|
+
/**
|
|
280
|
+
* Search bar left icon
|
|
281
|
+
*/
|
|
282
|
+
"leftIcon": string;
|
|
283
|
+
/**
|
|
284
|
+
* Search bar placeholder
|
|
285
|
+
*/
|
|
286
|
+
"placeholder": string;
|
|
287
|
+
/**
|
|
288
|
+
* Search bar right icon
|
|
289
|
+
*/
|
|
290
|
+
"rightIcon": string;
|
|
291
|
+
/**
|
|
292
|
+
* Search bar style
|
|
293
|
+
* @default SulaSearchBarStyle.Default
|
|
294
|
+
*/
|
|
295
|
+
"searchBarStyle": SulaSearchBarStyle;
|
|
296
|
+
/**
|
|
297
|
+
* Value for the search bar.
|
|
298
|
+
*/
|
|
299
|
+
"value"?: string;
|
|
300
|
+
}
|
|
208
301
|
interface SulaSwitch {
|
|
209
302
|
/**
|
|
210
303
|
* Is switch active
|
|
@@ -375,6 +468,13 @@ export namespace Components {
|
|
|
375
468
|
*/
|
|
376
469
|
"type": SulaTilesType;
|
|
377
470
|
}
|
|
471
|
+
interface SulaTimelineList {
|
|
472
|
+
/**
|
|
473
|
+
* Timeline list. (Can be use with weekday text or icon with status)
|
|
474
|
+
* @default []
|
|
475
|
+
*/
|
|
476
|
+
"sulaTimelineList": SulaTimelineListItem[];
|
|
477
|
+
}
|
|
378
478
|
}
|
|
379
479
|
export interface SulaButtonCustomEvent<T> extends CustomEvent<T> {
|
|
380
480
|
detail: T;
|
|
@@ -388,6 +488,10 @@ export interface SulaChipCustomEvent<T> extends CustomEvent<T> {
|
|
|
388
488
|
detail: T;
|
|
389
489
|
target: HTMLSulaChipElement;
|
|
390
490
|
}
|
|
491
|
+
export interface SulaDropdownCustomEvent<T> extends CustomEvent<T> {
|
|
492
|
+
detail: T;
|
|
493
|
+
target: HTMLSulaDropdownElement;
|
|
494
|
+
}
|
|
391
495
|
export interface SulaMenuSelectListCustomEvent<T> extends CustomEvent<T> {
|
|
392
496
|
detail: T;
|
|
393
497
|
target: HTMLSulaMenuSelectListElement;
|
|
@@ -396,6 +500,10 @@ export interface SulaRadioButtonCustomEvent<T> extends CustomEvent<T> {
|
|
|
396
500
|
detail: T;
|
|
397
501
|
target: HTMLSulaRadioButtonElement;
|
|
398
502
|
}
|
|
503
|
+
export interface SulaSearchBarCustomEvent<T> extends CustomEvent<T> {
|
|
504
|
+
detail: T;
|
|
505
|
+
target: HTMLSulaSearchBarElement;
|
|
506
|
+
}
|
|
399
507
|
export interface SulaSwitchCustomEvent<T> extends CustomEvent<T> {
|
|
400
508
|
detail: T;
|
|
401
509
|
target: HTMLSulaSwitchElement;
|
|
@@ -412,6 +520,10 @@ export interface SulaTilesCustomEvent<T> extends CustomEvent<T> {
|
|
|
412
520
|
detail: T;
|
|
413
521
|
target: HTMLSulaTilesElement;
|
|
414
522
|
}
|
|
523
|
+
export interface SulaTimelineListCustomEvent<T> extends CustomEvent<T> {
|
|
524
|
+
detail: T;
|
|
525
|
+
target: HTMLSulaTimelineListElement;
|
|
526
|
+
}
|
|
415
527
|
declare global {
|
|
416
528
|
interface HTMLSulaAvatarElement extends Components.SulaAvatar, HTMLStencilElement {
|
|
417
529
|
}
|
|
@@ -479,6 +591,26 @@ declare global {
|
|
|
479
591
|
prototype: HTMLSulaChipElement;
|
|
480
592
|
new (): HTMLSulaChipElement;
|
|
481
593
|
};
|
|
594
|
+
interface HTMLSulaDropdownElementEventMap {
|
|
595
|
+
"dropdownClicked": void;
|
|
596
|
+
"dropdownFocused": void;
|
|
597
|
+
"dropdownFocusedOut": void;
|
|
598
|
+
"menuItemSelected": SulaMenuListItem1;
|
|
599
|
+
}
|
|
600
|
+
interface HTMLSulaDropdownElement extends Components.SulaDropdown, HTMLStencilElement {
|
|
601
|
+
addEventListener<K extends keyof HTMLSulaDropdownElementEventMap>(type: K, listener: (this: HTMLSulaDropdownElement, ev: SulaDropdownCustomEvent<HTMLSulaDropdownElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
602
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
603
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
604
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
605
|
+
removeEventListener<K extends keyof HTMLSulaDropdownElementEventMap>(type: K, listener: (this: HTMLSulaDropdownElement, ev: SulaDropdownCustomEvent<HTMLSulaDropdownElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
606
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
607
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
608
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
609
|
+
}
|
|
610
|
+
var HTMLSulaDropdownElement: {
|
|
611
|
+
prototype: HTMLSulaDropdownElement;
|
|
612
|
+
new (): HTMLSulaDropdownElement;
|
|
613
|
+
};
|
|
482
614
|
interface HTMLSulaIconElement extends Components.SulaIcon, HTMLStencilElement {
|
|
483
615
|
}
|
|
484
616
|
var HTMLSulaIconElement: {
|
|
@@ -508,6 +640,12 @@ declare global {
|
|
|
508
640
|
prototype: HTMLSulaMenuSelectListElement;
|
|
509
641
|
new (): HTMLSulaMenuSelectListElement;
|
|
510
642
|
};
|
|
643
|
+
interface HTMLSulaProgressBarElement extends Components.SulaProgressBar, HTMLStencilElement {
|
|
644
|
+
}
|
|
645
|
+
var HTMLSulaProgressBarElement: {
|
|
646
|
+
prototype: HTMLSulaProgressBarElement;
|
|
647
|
+
new (): HTMLSulaProgressBarElement;
|
|
648
|
+
};
|
|
511
649
|
interface HTMLSulaRadioButtonElementEventMap {
|
|
512
650
|
"valueChanged": boolean;
|
|
513
651
|
"focusedOn": void;
|
|
@@ -527,6 +665,26 @@ declare global {
|
|
|
527
665
|
prototype: HTMLSulaRadioButtonElement;
|
|
528
666
|
new (): HTMLSulaRadioButtonElement;
|
|
529
667
|
};
|
|
668
|
+
interface HTMLSulaSearchBarElementEventMap {
|
|
669
|
+
"valueChanged": string;
|
|
670
|
+
"focusedOn": void;
|
|
671
|
+
"focusedOut": void;
|
|
672
|
+
"rightIconClicked": void;
|
|
673
|
+
}
|
|
674
|
+
interface HTMLSulaSearchBarElement extends Components.SulaSearchBar, HTMLStencilElement {
|
|
675
|
+
addEventListener<K extends keyof HTMLSulaSearchBarElementEventMap>(type: K, listener: (this: HTMLSulaSearchBarElement, ev: SulaSearchBarCustomEvent<HTMLSulaSearchBarElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
676
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
677
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
678
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
679
|
+
removeEventListener<K extends keyof HTMLSulaSearchBarElementEventMap>(type: K, listener: (this: HTMLSulaSearchBarElement, ev: SulaSearchBarCustomEvent<HTMLSulaSearchBarElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
680
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
681
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
682
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
683
|
+
}
|
|
684
|
+
var HTMLSulaSearchBarElement: {
|
|
685
|
+
prototype: HTMLSulaSearchBarElement;
|
|
686
|
+
new (): HTMLSulaSearchBarElement;
|
|
687
|
+
};
|
|
530
688
|
interface HTMLSulaSwitchElementEventMap {
|
|
531
689
|
"valueChanged": boolean;
|
|
532
690
|
"focusedOn": void;
|
|
@@ -607,21 +765,42 @@ declare global {
|
|
|
607
765
|
prototype: HTMLSulaTilesElement;
|
|
608
766
|
new (): HTMLSulaTilesElement;
|
|
609
767
|
};
|
|
768
|
+
interface HTMLSulaTimelineListElementEventMap {
|
|
769
|
+
"itemClicked": SulaTimelineListItem;
|
|
770
|
+
}
|
|
771
|
+
interface HTMLSulaTimelineListElement extends Components.SulaTimelineList, HTMLStencilElement {
|
|
772
|
+
addEventListener<K extends keyof HTMLSulaTimelineListElementEventMap>(type: K, listener: (this: HTMLSulaTimelineListElement, ev: SulaTimelineListCustomEvent<HTMLSulaTimelineListElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
773
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
774
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
775
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
776
|
+
removeEventListener<K extends keyof HTMLSulaTimelineListElementEventMap>(type: K, listener: (this: HTMLSulaTimelineListElement, ev: SulaTimelineListCustomEvent<HTMLSulaTimelineListElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
777
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
778
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
779
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
780
|
+
}
|
|
781
|
+
var HTMLSulaTimelineListElement: {
|
|
782
|
+
prototype: HTMLSulaTimelineListElement;
|
|
783
|
+
new (): HTMLSulaTimelineListElement;
|
|
784
|
+
};
|
|
610
785
|
interface HTMLElementTagNameMap {
|
|
611
786
|
"sula-avatar": HTMLSulaAvatarElement;
|
|
612
787
|
"sula-badge": HTMLSulaBadgeElement;
|
|
613
788
|
"sula-button": HTMLSulaButtonElement;
|
|
614
789
|
"sula-checkbox": HTMLSulaCheckboxElement;
|
|
615
790
|
"sula-chip": HTMLSulaChipElement;
|
|
791
|
+
"sula-dropdown": HTMLSulaDropdownElement;
|
|
616
792
|
"sula-icon": HTMLSulaIconElement;
|
|
617
793
|
"sula-loader": HTMLSulaLoaderElement;
|
|
618
794
|
"sula-menu-select-list": HTMLSulaMenuSelectListElement;
|
|
795
|
+
"sula-progress-bar": HTMLSulaProgressBarElement;
|
|
619
796
|
"sula-radio-button": HTMLSulaRadioButtonElement;
|
|
797
|
+
"sula-search-bar": HTMLSulaSearchBarElement;
|
|
620
798
|
"sula-switch": HTMLSulaSwitchElement;
|
|
621
799
|
"sula-tag": HTMLSulaTagElement;
|
|
622
800
|
"sula-textarea": HTMLSulaTextareaElement;
|
|
623
801
|
"sula-textfield": HTMLSulaTextfieldElement;
|
|
624
802
|
"sula-tiles": HTMLSulaTilesElement;
|
|
803
|
+
"sula-timeline-list": HTMLSulaTimelineListElement;
|
|
625
804
|
}
|
|
626
805
|
}
|
|
627
806
|
declare namespace LocalJSX {
|
|
@@ -686,6 +865,10 @@ declare namespace LocalJSX {
|
|
|
686
865
|
* Button icon when is Icon type
|
|
687
866
|
*/
|
|
688
867
|
"icon"?: string;
|
|
868
|
+
/**
|
|
869
|
+
* Button left icon
|
|
870
|
+
*/
|
|
871
|
+
"leftIcon"?: string;
|
|
689
872
|
/**
|
|
690
873
|
* Is button loading
|
|
691
874
|
* @default false
|
|
@@ -696,6 +879,10 @@ declare namespace LocalJSX {
|
|
|
696
879
|
* @note If button is disabled event won't be emitted
|
|
697
880
|
*/
|
|
698
881
|
"onButtonClicked"?: (event: SulaButtonCustomEvent<void>) => void;
|
|
882
|
+
/**
|
|
883
|
+
* Button right icon
|
|
884
|
+
*/
|
|
885
|
+
"rightIcon"?: string;
|
|
699
886
|
/**
|
|
700
887
|
* Button size
|
|
701
888
|
* @default SulaButtonSize.Default
|
|
@@ -783,6 +970,42 @@ declare namespace LocalJSX {
|
|
|
783
970
|
*/
|
|
784
971
|
"text"?: string;
|
|
785
972
|
}
|
|
973
|
+
interface SulaDropdown {
|
|
974
|
+
/**
|
|
975
|
+
* Dropdown is disabled
|
|
976
|
+
* @default false
|
|
977
|
+
*/
|
|
978
|
+
"disabled"?: boolean;
|
|
979
|
+
/**
|
|
980
|
+
* Items for list
|
|
981
|
+
* @default []
|
|
982
|
+
*/
|
|
983
|
+
"items"?: SulaMenuListItem1[];
|
|
984
|
+
/**
|
|
985
|
+
* Dropdown label
|
|
986
|
+
*/
|
|
987
|
+
"label"?: string;
|
|
988
|
+
/**
|
|
989
|
+
* Event emitted when dropdown is clicked
|
|
990
|
+
*/
|
|
991
|
+
"onDropdownClicked"?: (event: SulaDropdownCustomEvent<void>) => void;
|
|
992
|
+
/**
|
|
993
|
+
* Event emitted when dropdown is focused
|
|
994
|
+
*/
|
|
995
|
+
"onDropdownFocused"?: (event: SulaDropdownCustomEvent<void>) => void;
|
|
996
|
+
/**
|
|
997
|
+
* Event emitted when dropdown is focused out
|
|
998
|
+
*/
|
|
999
|
+
"onDropdownFocusedOut"?: (event: SulaDropdownCustomEvent<void>) => void;
|
|
1000
|
+
/**
|
|
1001
|
+
* Event emitted when item is selected
|
|
1002
|
+
*/
|
|
1003
|
+
"onMenuItemSelected"?: (event: SulaDropdownCustomEvent<SulaMenuListItem1>) => void;
|
|
1004
|
+
/**
|
|
1005
|
+
* Value for dropdown
|
|
1006
|
+
*/
|
|
1007
|
+
"value"?: SulaMenuListItem1;
|
|
1008
|
+
}
|
|
786
1009
|
interface SulaIcon {
|
|
787
1010
|
/**
|
|
788
1011
|
* Custom class to be applied to the icon
|
|
@@ -802,6 +1025,11 @@ declare namespace LocalJSX {
|
|
|
802
1025
|
"size"?: SulaLoaderSize;
|
|
803
1026
|
}
|
|
804
1027
|
interface SulaMenuSelectList {
|
|
1028
|
+
/**
|
|
1029
|
+
* Menu is full width
|
|
1030
|
+
* @default false
|
|
1031
|
+
*/
|
|
1032
|
+
"fullWidth"?: boolean;
|
|
805
1033
|
/**
|
|
806
1034
|
* Items for list
|
|
807
1035
|
* @default []
|
|
@@ -812,6 +1040,35 @@ declare namespace LocalJSX {
|
|
|
812
1040
|
*/
|
|
813
1041
|
"onItemSelected"?: (event: SulaMenuSelectListCustomEvent<SulaMenuListItem>) => void;
|
|
814
1042
|
}
|
|
1043
|
+
interface SulaProgressBar {
|
|
1044
|
+
/**
|
|
1045
|
+
* The style of the progress bar.
|
|
1046
|
+
* @default SulaProgressBarAppearance.Primary
|
|
1047
|
+
*/
|
|
1048
|
+
"appearance"?: SulaProgressBarAppearance;
|
|
1049
|
+
/**
|
|
1050
|
+
* The label displayed at the bottom of the progress bar.
|
|
1051
|
+
*/
|
|
1052
|
+
"bottomLabel"?: string;
|
|
1053
|
+
/**
|
|
1054
|
+
* The progress value of the progress bar.
|
|
1055
|
+
*/
|
|
1056
|
+
"progress"?: number;
|
|
1057
|
+
/**
|
|
1058
|
+
* Show progress
|
|
1059
|
+
* @default true
|
|
1060
|
+
*/
|
|
1061
|
+
"showProgress"?: boolean;
|
|
1062
|
+
/**
|
|
1063
|
+
* The state of the progress bar.
|
|
1064
|
+
* @default SulaProgressBarState.Default
|
|
1065
|
+
*/
|
|
1066
|
+
"state"?: SulaProgressBarState;
|
|
1067
|
+
/**
|
|
1068
|
+
* The label displayed at the top of the progress bar.
|
|
1069
|
+
*/
|
|
1070
|
+
"topLabel"?: string;
|
|
1071
|
+
}
|
|
815
1072
|
interface SulaRadioButton {
|
|
816
1073
|
/**
|
|
817
1074
|
* Is radio button checked
|
|
@@ -841,6 +1098,45 @@ declare namespace LocalJSX {
|
|
|
841
1098
|
*/
|
|
842
1099
|
"onValueChanged"?: (event: SulaRadioButtonCustomEvent<boolean>) => void;
|
|
843
1100
|
}
|
|
1101
|
+
interface SulaSearchBar {
|
|
1102
|
+
/**
|
|
1103
|
+
* Search bar left icon
|
|
1104
|
+
*/
|
|
1105
|
+
"leftIcon"?: string;
|
|
1106
|
+
/**
|
|
1107
|
+
* Event emitted when search bar is focused.
|
|
1108
|
+
*/
|
|
1109
|
+
"onFocusedOn"?: (event: SulaSearchBarCustomEvent<void>) => void;
|
|
1110
|
+
/**
|
|
1111
|
+
* Event emitted when search bar is focused out.
|
|
1112
|
+
*/
|
|
1113
|
+
"onFocusedOut"?: (event: SulaSearchBarCustomEvent<void>) => void;
|
|
1114
|
+
/**
|
|
1115
|
+
* Event emitted when right icon is clicked
|
|
1116
|
+
*/
|
|
1117
|
+
"onRightIconClicked"?: (event: SulaSearchBarCustomEvent<void>) => void;
|
|
1118
|
+
/**
|
|
1119
|
+
* Event emitted when search bar value changes.
|
|
1120
|
+
*/
|
|
1121
|
+
"onValueChanged"?: (event: SulaSearchBarCustomEvent<string>) => void;
|
|
1122
|
+
/**
|
|
1123
|
+
* Search bar placeholder
|
|
1124
|
+
*/
|
|
1125
|
+
"placeholder"?: string;
|
|
1126
|
+
/**
|
|
1127
|
+
* Search bar right icon
|
|
1128
|
+
*/
|
|
1129
|
+
"rightIcon"?: string;
|
|
1130
|
+
/**
|
|
1131
|
+
* Search bar style
|
|
1132
|
+
* @default SulaSearchBarStyle.Default
|
|
1133
|
+
*/
|
|
1134
|
+
"searchBarStyle"?: SulaSearchBarStyle;
|
|
1135
|
+
/**
|
|
1136
|
+
* Value for the search bar.
|
|
1137
|
+
*/
|
|
1138
|
+
"value"?: string;
|
|
1139
|
+
}
|
|
844
1140
|
interface SulaSwitch {
|
|
845
1141
|
/**
|
|
846
1142
|
* Is switch active
|
|
@@ -1052,21 +1348,36 @@ declare namespace LocalJSX {
|
|
|
1052
1348
|
*/
|
|
1053
1349
|
"type"?: SulaTilesType;
|
|
1054
1350
|
}
|
|
1351
|
+
interface SulaTimelineList {
|
|
1352
|
+
/**
|
|
1353
|
+
* Event emitted when item is clicked.
|
|
1354
|
+
*/
|
|
1355
|
+
"onItemClicked"?: (event: SulaTimelineListCustomEvent<SulaTimelineListItem>) => void;
|
|
1356
|
+
/**
|
|
1357
|
+
* Timeline list. (Can be use with weekday text or icon with status)
|
|
1358
|
+
* @default []
|
|
1359
|
+
*/
|
|
1360
|
+
"sulaTimelineList"?: SulaTimelineListItem[];
|
|
1361
|
+
}
|
|
1055
1362
|
interface IntrinsicElements {
|
|
1056
1363
|
"sula-avatar": SulaAvatar;
|
|
1057
1364
|
"sula-badge": SulaBadge;
|
|
1058
1365
|
"sula-button": SulaButton;
|
|
1059
1366
|
"sula-checkbox": SulaCheckbox;
|
|
1060
1367
|
"sula-chip": SulaChip;
|
|
1368
|
+
"sula-dropdown": SulaDropdown;
|
|
1061
1369
|
"sula-icon": SulaIcon;
|
|
1062
1370
|
"sula-loader": SulaLoader;
|
|
1063
1371
|
"sula-menu-select-list": SulaMenuSelectList;
|
|
1372
|
+
"sula-progress-bar": SulaProgressBar;
|
|
1064
1373
|
"sula-radio-button": SulaRadioButton;
|
|
1374
|
+
"sula-search-bar": SulaSearchBar;
|
|
1065
1375
|
"sula-switch": SulaSwitch;
|
|
1066
1376
|
"sula-tag": SulaTag;
|
|
1067
1377
|
"sula-textarea": SulaTextarea;
|
|
1068
1378
|
"sula-textfield": SulaTextfield;
|
|
1069
1379
|
"sula-tiles": SulaTiles;
|
|
1380
|
+
"sula-timeline-list": SulaTimelineList;
|
|
1070
1381
|
}
|
|
1071
1382
|
}
|
|
1072
1383
|
export { LocalJSX as JSX };
|
|
@@ -1078,15 +1389,19 @@ declare module "@stencil/core" {
|
|
|
1078
1389
|
"sula-button": LocalJSX.SulaButton & JSXBase.HTMLAttributes<HTMLSulaButtonElement>;
|
|
1079
1390
|
"sula-checkbox": LocalJSX.SulaCheckbox & JSXBase.HTMLAttributes<HTMLSulaCheckboxElement>;
|
|
1080
1391
|
"sula-chip": LocalJSX.SulaChip & JSXBase.HTMLAttributes<HTMLSulaChipElement>;
|
|
1392
|
+
"sula-dropdown": LocalJSX.SulaDropdown & JSXBase.HTMLAttributes<HTMLSulaDropdownElement>;
|
|
1081
1393
|
"sula-icon": LocalJSX.SulaIcon & JSXBase.HTMLAttributes<HTMLSulaIconElement>;
|
|
1082
1394
|
"sula-loader": LocalJSX.SulaLoader & JSXBase.HTMLAttributes<HTMLSulaLoaderElement>;
|
|
1083
1395
|
"sula-menu-select-list": LocalJSX.SulaMenuSelectList & JSXBase.HTMLAttributes<HTMLSulaMenuSelectListElement>;
|
|
1396
|
+
"sula-progress-bar": LocalJSX.SulaProgressBar & JSXBase.HTMLAttributes<HTMLSulaProgressBarElement>;
|
|
1084
1397
|
"sula-radio-button": LocalJSX.SulaRadioButton & JSXBase.HTMLAttributes<HTMLSulaRadioButtonElement>;
|
|
1398
|
+
"sula-search-bar": LocalJSX.SulaSearchBar & JSXBase.HTMLAttributes<HTMLSulaSearchBarElement>;
|
|
1085
1399
|
"sula-switch": LocalJSX.SulaSwitch & JSXBase.HTMLAttributes<HTMLSulaSwitchElement>;
|
|
1086
1400
|
"sula-tag": LocalJSX.SulaTag & JSXBase.HTMLAttributes<HTMLSulaTagElement>;
|
|
1087
1401
|
"sula-textarea": LocalJSX.SulaTextarea & JSXBase.HTMLAttributes<HTMLSulaTextareaElement>;
|
|
1088
1402
|
"sula-textfield": LocalJSX.SulaTextfield & JSXBase.HTMLAttributes<HTMLSulaTextfieldElement>;
|
|
1089
1403
|
"sula-tiles": LocalJSX.SulaTiles & JSXBase.HTMLAttributes<HTMLSulaTilesElement>;
|
|
1404
|
+
"sula-timeline-list": LocalJSX.SulaTimelineList & JSXBase.HTMLAttributes<HTMLSulaTimelineListElement>;
|
|
1090
1405
|
}
|
|
1091
1406
|
}
|
|
1092
1407
|
}
|