@sula-tech/webcomponents 0.5.0 → 0.7.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/loader.cjs.js +1 -1
- package/dist/cjs/{sula-avatar_16.cjs.entry.js → sula-avatar_18.cjs.entry.js} +224 -50
- package/dist/cjs/sula-avatar_18.cjs.entry.js.map +1 -0
- package/dist/cjs/webcomponents.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/sula-button/sula-button.css +1 -1
- package/dist/collection/components/sula-button/sula-button.js +90 -6
- package/dist/collection/components/sula-button/sula-button.js.map +1 -1
- package/dist/collection/components/sula-button/sula-button.stories.js +283 -96
- 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.js +3 -3
- package/dist/collection/components/sula-dropdown/sula-dropdown.js +4 -4
- 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.js +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/sula-timeline-list.js +1 -1
- package/dist/components/{p-CYhL1fU6.js → p-5IbiLIg7.js} +4 -4
- package/dist/components/{p-CYhL1fU6.js.map → p-5IbiLIg7.js.map} +1 -1
- package/dist/components/{p-CjYWDIHR.js → p-BNtk_d_S.js} +3 -3
- package/dist/components/{p-CjYWDIHR.js.map → p-BNtk_d_S.js.map} +1 -1
- package/dist/components/p-D4nvaSNA.js +27129 -0
- package/dist/components/p-D4nvaSNA.js.map +1 -0
- package/dist/components/sula-avatar.js +1 -1
- package/dist/components/sula-badge.js +1 -1
- package/dist/components/sula-button.js +44 -10
- package/dist/components/sula-button.js.map +1 -1
- package/dist/components/sula-checkbox.js +4 -4
- package/dist/components/sula-chip.js +5 -5
- package/dist/components/sula-dropdown.js +6 -6
- 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.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{sula-avatar_16.entry.js → sula-avatar_18.entry.js} +223 -51
- package/dist/esm/sula-avatar_18.entry.js.map +1 -0
- package/dist/esm/webcomponents.js +1 -1
- package/dist/types/components/sula-button/sula-button.d.ts +15 -1
- package/dist/types/components/sula-button/sula-button.stories.d.ts +137 -33
- 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.d.ts +186 -0
- package/dist/webcomponents/{p-51f9d6a5.entry.js → p-da741505.entry.js} +2792 -2538
- package/dist/webcomponents/p-da741505.entry.js.map +1 -0
- package/dist/webcomponents/webcomponents.esm.js +34 -14
- package/package.json +1 -1
- package/readme.md +79 -19
- package/dist/cjs/sula-avatar.sula-badge.sula-button.sula-checkbox.sula-chip.sula-dropdown.sula-icon.sula-loader.sula-menu-select-list.sula-radio-button.sula-switch.sula-tag.sula-textarea.sula-textfield.sula-tiles.sula-timeline-list.entry.cjs.js.map +0 -1
- package/dist/cjs/sula-avatar_16.cjs.entry.js.map +0 -1
- package/dist/esm/sula-avatar.sula-badge.sula-button.sula-checkbox.sula-chip.sula-dropdown.sula-icon.sula-loader.sula-menu-select-list.sula-radio-button.sula-switch.sula-tag.sula-textarea.sula-textfield.sula-tiles.sula-timeline-list.entry.js.map +0 -1
- package/dist/esm/sula-avatar_16.entry.js.map +0 -1
- package/dist/webcomponents/p-51f9d6a5.entry.js.map +0 -1
- package/dist/webcomponents/sula-avatar.sula-badge.sula-button.sula-checkbox.sula-chip.sula-dropdown.sula-icon.sula-loader.sula-menu-select-list.sula-radio-button.sula-switch.sula-tag.sula-textarea.sula-textfield.sula-tiles.sula-timeline-list.entry.esm.js.map +0 -1
|
@@ -13,6 +13,8 @@ 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
14
|
import { SulaMenuListItem as SulaMenuListItem1 } from "./components";
|
|
15
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";
|
|
16
18
|
import { SulaSwitchType } from "./components/sula-switch/model/sula-switch.model";
|
|
17
19
|
import { SulaTagAppearance, SulaTagFontWeight, SulaTagIconStatus, SulaTagSize } from "./components/sula-tag/model/sula-tag.model";
|
|
18
20
|
import { SulaTextareaStatus } from "./components/sula-textarea/model/sula-textarea.model";
|
|
@@ -27,6 +29,8 @@ export { SulaChipAppearance } from "./components/sula-chip/model/sula-chip.model
|
|
|
27
29
|
export { SulaMenuListItem } from "./components/sula-menu-select-list/model/sula-menu-select-list.model";
|
|
28
30
|
export { SulaMenuListItem as SulaMenuListItem1 } from "./components";
|
|
29
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";
|
|
30
34
|
export { SulaSwitchType } from "./components/sula-switch/model/sula-switch.model";
|
|
31
35
|
export { SulaTagAppearance, SulaTagFontWeight, SulaTagIconStatus, SulaTagSize } from "./components/sula-tag/model/sula-tag.model";
|
|
32
36
|
export { SulaTextareaStatus } from "./components/sula-textarea/model/sula-textarea.model";
|
|
@@ -91,15 +95,28 @@ export namespace Components {
|
|
|
91
95
|
* @default false
|
|
92
96
|
*/
|
|
93
97
|
"buttonDisabled": boolean;
|
|
98
|
+
/**
|
|
99
|
+
* If true, button will take the full width of its container
|
|
100
|
+
* @default false
|
|
101
|
+
*/
|
|
102
|
+
"fullWidth": boolean;
|
|
94
103
|
/**
|
|
95
104
|
* Button icon when is Icon type
|
|
96
105
|
*/
|
|
97
106
|
"icon": string;
|
|
107
|
+
/**
|
|
108
|
+
* Button left icon
|
|
109
|
+
*/
|
|
110
|
+
"leftIcon": string;
|
|
98
111
|
/**
|
|
99
112
|
* Is button loading
|
|
100
113
|
* @default false
|
|
101
114
|
*/
|
|
102
115
|
"loading": boolean;
|
|
116
|
+
/**
|
|
117
|
+
* Button right icon
|
|
118
|
+
*/
|
|
119
|
+
"rightIcon": string;
|
|
103
120
|
/**
|
|
104
121
|
* Button size
|
|
105
122
|
* @default SulaButtonSize.Default
|
|
@@ -217,6 +234,35 @@ export namespace Components {
|
|
|
217
234
|
*/
|
|
218
235
|
"items": SulaMenuListItem[];
|
|
219
236
|
}
|
|
237
|
+
interface SulaProgressBar {
|
|
238
|
+
/**
|
|
239
|
+
* The style of the progress bar.
|
|
240
|
+
* @default SulaProgressBarAppearance.Primary
|
|
241
|
+
*/
|
|
242
|
+
"appearance": SulaProgressBarAppearance;
|
|
243
|
+
/**
|
|
244
|
+
* The label displayed at the bottom of the progress bar.
|
|
245
|
+
*/
|
|
246
|
+
"bottomLabel": string;
|
|
247
|
+
/**
|
|
248
|
+
* The progress value of the progress bar.
|
|
249
|
+
*/
|
|
250
|
+
"progress": number;
|
|
251
|
+
/**
|
|
252
|
+
* Show progress
|
|
253
|
+
* @default true
|
|
254
|
+
*/
|
|
255
|
+
"showProgress": boolean;
|
|
256
|
+
/**
|
|
257
|
+
* The state of the progress bar.
|
|
258
|
+
* @default SulaProgressBarState.Default
|
|
259
|
+
*/
|
|
260
|
+
"state": SulaProgressBarState;
|
|
261
|
+
/**
|
|
262
|
+
* The label displayed at the top of the progress bar.
|
|
263
|
+
*/
|
|
264
|
+
"topLabel": string;
|
|
265
|
+
}
|
|
220
266
|
interface SulaRadioButton {
|
|
221
267
|
/**
|
|
222
268
|
* Is radio button checked
|
|
@@ -234,6 +280,29 @@ export namespace Components {
|
|
|
234
280
|
*/
|
|
235
281
|
"label": string;
|
|
236
282
|
}
|
|
283
|
+
interface SulaSearchBar {
|
|
284
|
+
/**
|
|
285
|
+
* Search bar left icon
|
|
286
|
+
*/
|
|
287
|
+
"leftIcon": string;
|
|
288
|
+
/**
|
|
289
|
+
* Search bar placeholder
|
|
290
|
+
*/
|
|
291
|
+
"placeholder": string;
|
|
292
|
+
/**
|
|
293
|
+
* Search bar right icon
|
|
294
|
+
*/
|
|
295
|
+
"rightIcon": string;
|
|
296
|
+
/**
|
|
297
|
+
* Search bar style
|
|
298
|
+
* @default SulaSearchBarStyle.Default
|
|
299
|
+
*/
|
|
300
|
+
"searchBarStyle": SulaSearchBarStyle;
|
|
301
|
+
/**
|
|
302
|
+
* Value for the search bar.
|
|
303
|
+
*/
|
|
304
|
+
"value"?: string;
|
|
305
|
+
}
|
|
237
306
|
interface SulaSwitch {
|
|
238
307
|
/**
|
|
239
308
|
* Is switch active
|
|
@@ -436,6 +505,10 @@ export interface SulaRadioButtonCustomEvent<T> extends CustomEvent<T> {
|
|
|
436
505
|
detail: T;
|
|
437
506
|
target: HTMLSulaRadioButtonElement;
|
|
438
507
|
}
|
|
508
|
+
export interface SulaSearchBarCustomEvent<T> extends CustomEvent<T> {
|
|
509
|
+
detail: T;
|
|
510
|
+
target: HTMLSulaSearchBarElement;
|
|
511
|
+
}
|
|
439
512
|
export interface SulaSwitchCustomEvent<T> extends CustomEvent<T> {
|
|
440
513
|
detail: T;
|
|
441
514
|
target: HTMLSulaSwitchElement;
|
|
@@ -572,6 +645,12 @@ declare global {
|
|
|
572
645
|
prototype: HTMLSulaMenuSelectListElement;
|
|
573
646
|
new (): HTMLSulaMenuSelectListElement;
|
|
574
647
|
};
|
|
648
|
+
interface HTMLSulaProgressBarElement extends Components.SulaProgressBar, HTMLStencilElement {
|
|
649
|
+
}
|
|
650
|
+
var HTMLSulaProgressBarElement: {
|
|
651
|
+
prototype: HTMLSulaProgressBarElement;
|
|
652
|
+
new (): HTMLSulaProgressBarElement;
|
|
653
|
+
};
|
|
575
654
|
interface HTMLSulaRadioButtonElementEventMap {
|
|
576
655
|
"valueChanged": boolean;
|
|
577
656
|
"focusedOn": void;
|
|
@@ -591,6 +670,26 @@ declare global {
|
|
|
591
670
|
prototype: HTMLSulaRadioButtonElement;
|
|
592
671
|
new (): HTMLSulaRadioButtonElement;
|
|
593
672
|
};
|
|
673
|
+
interface HTMLSulaSearchBarElementEventMap {
|
|
674
|
+
"valueChanged": string;
|
|
675
|
+
"focusedOn": void;
|
|
676
|
+
"focusedOut": void;
|
|
677
|
+
"rightIconClicked": void;
|
|
678
|
+
}
|
|
679
|
+
interface HTMLSulaSearchBarElement extends Components.SulaSearchBar, HTMLStencilElement {
|
|
680
|
+
addEventListener<K extends keyof HTMLSulaSearchBarElementEventMap>(type: K, listener: (this: HTMLSulaSearchBarElement, ev: SulaSearchBarCustomEvent<HTMLSulaSearchBarElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
681
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
682
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
683
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
684
|
+
removeEventListener<K extends keyof HTMLSulaSearchBarElementEventMap>(type: K, listener: (this: HTMLSulaSearchBarElement, ev: SulaSearchBarCustomEvent<HTMLSulaSearchBarElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
685
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
686
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
687
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
688
|
+
}
|
|
689
|
+
var HTMLSulaSearchBarElement: {
|
|
690
|
+
prototype: HTMLSulaSearchBarElement;
|
|
691
|
+
new (): HTMLSulaSearchBarElement;
|
|
692
|
+
};
|
|
594
693
|
interface HTMLSulaSwitchElementEventMap {
|
|
595
694
|
"valueChanged": boolean;
|
|
596
695
|
"focusedOn": void;
|
|
@@ -698,7 +797,9 @@ declare global {
|
|
|
698
797
|
"sula-icon": HTMLSulaIconElement;
|
|
699
798
|
"sula-loader": HTMLSulaLoaderElement;
|
|
700
799
|
"sula-menu-select-list": HTMLSulaMenuSelectListElement;
|
|
800
|
+
"sula-progress-bar": HTMLSulaProgressBarElement;
|
|
701
801
|
"sula-radio-button": HTMLSulaRadioButtonElement;
|
|
802
|
+
"sula-search-bar": HTMLSulaSearchBarElement;
|
|
702
803
|
"sula-switch": HTMLSulaSwitchElement;
|
|
703
804
|
"sula-tag": HTMLSulaTagElement;
|
|
704
805
|
"sula-textarea": HTMLSulaTextareaElement;
|
|
@@ -765,10 +866,19 @@ declare namespace LocalJSX {
|
|
|
765
866
|
* @default false
|
|
766
867
|
*/
|
|
767
868
|
"buttonDisabled"?: boolean;
|
|
869
|
+
/**
|
|
870
|
+
* If true, button will take the full width of its container
|
|
871
|
+
* @default false
|
|
872
|
+
*/
|
|
873
|
+
"fullWidth"?: boolean;
|
|
768
874
|
/**
|
|
769
875
|
* Button icon when is Icon type
|
|
770
876
|
*/
|
|
771
877
|
"icon"?: string;
|
|
878
|
+
/**
|
|
879
|
+
* Button left icon
|
|
880
|
+
*/
|
|
881
|
+
"leftIcon"?: string;
|
|
772
882
|
/**
|
|
773
883
|
* Is button loading
|
|
774
884
|
* @default false
|
|
@@ -779,6 +889,10 @@ declare namespace LocalJSX {
|
|
|
779
889
|
* @note If button is disabled event won't be emitted
|
|
780
890
|
*/
|
|
781
891
|
"onButtonClicked"?: (event: SulaButtonCustomEvent<void>) => void;
|
|
892
|
+
/**
|
|
893
|
+
* Button right icon
|
|
894
|
+
*/
|
|
895
|
+
"rightIcon"?: string;
|
|
782
896
|
/**
|
|
783
897
|
* Button size
|
|
784
898
|
* @default SulaButtonSize.Default
|
|
@@ -936,6 +1050,35 @@ declare namespace LocalJSX {
|
|
|
936
1050
|
*/
|
|
937
1051
|
"onItemSelected"?: (event: SulaMenuSelectListCustomEvent<SulaMenuListItem>) => void;
|
|
938
1052
|
}
|
|
1053
|
+
interface SulaProgressBar {
|
|
1054
|
+
/**
|
|
1055
|
+
* The style of the progress bar.
|
|
1056
|
+
* @default SulaProgressBarAppearance.Primary
|
|
1057
|
+
*/
|
|
1058
|
+
"appearance"?: SulaProgressBarAppearance;
|
|
1059
|
+
/**
|
|
1060
|
+
* The label displayed at the bottom of the progress bar.
|
|
1061
|
+
*/
|
|
1062
|
+
"bottomLabel"?: string;
|
|
1063
|
+
/**
|
|
1064
|
+
* The progress value of the progress bar.
|
|
1065
|
+
*/
|
|
1066
|
+
"progress"?: number;
|
|
1067
|
+
/**
|
|
1068
|
+
* Show progress
|
|
1069
|
+
* @default true
|
|
1070
|
+
*/
|
|
1071
|
+
"showProgress"?: boolean;
|
|
1072
|
+
/**
|
|
1073
|
+
* The state of the progress bar.
|
|
1074
|
+
* @default SulaProgressBarState.Default
|
|
1075
|
+
*/
|
|
1076
|
+
"state"?: SulaProgressBarState;
|
|
1077
|
+
/**
|
|
1078
|
+
* The label displayed at the top of the progress bar.
|
|
1079
|
+
*/
|
|
1080
|
+
"topLabel"?: string;
|
|
1081
|
+
}
|
|
939
1082
|
interface SulaRadioButton {
|
|
940
1083
|
/**
|
|
941
1084
|
* Is radio button checked
|
|
@@ -965,6 +1108,45 @@ declare namespace LocalJSX {
|
|
|
965
1108
|
*/
|
|
966
1109
|
"onValueChanged"?: (event: SulaRadioButtonCustomEvent<boolean>) => void;
|
|
967
1110
|
}
|
|
1111
|
+
interface SulaSearchBar {
|
|
1112
|
+
/**
|
|
1113
|
+
* Search bar left icon
|
|
1114
|
+
*/
|
|
1115
|
+
"leftIcon"?: string;
|
|
1116
|
+
/**
|
|
1117
|
+
* Event emitted when search bar is focused.
|
|
1118
|
+
*/
|
|
1119
|
+
"onFocusedOn"?: (event: SulaSearchBarCustomEvent<void>) => void;
|
|
1120
|
+
/**
|
|
1121
|
+
* Event emitted when search bar is focused out.
|
|
1122
|
+
*/
|
|
1123
|
+
"onFocusedOut"?: (event: SulaSearchBarCustomEvent<void>) => void;
|
|
1124
|
+
/**
|
|
1125
|
+
* Event emitted when right icon is clicked
|
|
1126
|
+
*/
|
|
1127
|
+
"onRightIconClicked"?: (event: SulaSearchBarCustomEvent<void>) => void;
|
|
1128
|
+
/**
|
|
1129
|
+
* Event emitted when search bar value changes.
|
|
1130
|
+
*/
|
|
1131
|
+
"onValueChanged"?: (event: SulaSearchBarCustomEvent<string>) => void;
|
|
1132
|
+
/**
|
|
1133
|
+
* Search bar placeholder
|
|
1134
|
+
*/
|
|
1135
|
+
"placeholder"?: string;
|
|
1136
|
+
/**
|
|
1137
|
+
* Search bar right icon
|
|
1138
|
+
*/
|
|
1139
|
+
"rightIcon"?: string;
|
|
1140
|
+
/**
|
|
1141
|
+
* Search bar style
|
|
1142
|
+
* @default SulaSearchBarStyle.Default
|
|
1143
|
+
*/
|
|
1144
|
+
"searchBarStyle"?: SulaSearchBarStyle;
|
|
1145
|
+
/**
|
|
1146
|
+
* Value for the search bar.
|
|
1147
|
+
*/
|
|
1148
|
+
"value"?: string;
|
|
1149
|
+
}
|
|
968
1150
|
interface SulaSwitch {
|
|
969
1151
|
/**
|
|
970
1152
|
* Is switch active
|
|
@@ -1197,7 +1379,9 @@ declare namespace LocalJSX {
|
|
|
1197
1379
|
"sula-icon": SulaIcon;
|
|
1198
1380
|
"sula-loader": SulaLoader;
|
|
1199
1381
|
"sula-menu-select-list": SulaMenuSelectList;
|
|
1382
|
+
"sula-progress-bar": SulaProgressBar;
|
|
1200
1383
|
"sula-radio-button": SulaRadioButton;
|
|
1384
|
+
"sula-search-bar": SulaSearchBar;
|
|
1201
1385
|
"sula-switch": SulaSwitch;
|
|
1202
1386
|
"sula-tag": SulaTag;
|
|
1203
1387
|
"sula-textarea": SulaTextarea;
|
|
@@ -1219,7 +1403,9 @@ declare module "@stencil/core" {
|
|
|
1219
1403
|
"sula-icon": LocalJSX.SulaIcon & JSXBase.HTMLAttributes<HTMLSulaIconElement>;
|
|
1220
1404
|
"sula-loader": LocalJSX.SulaLoader & JSXBase.HTMLAttributes<HTMLSulaLoaderElement>;
|
|
1221
1405
|
"sula-menu-select-list": LocalJSX.SulaMenuSelectList & JSXBase.HTMLAttributes<HTMLSulaMenuSelectListElement>;
|
|
1406
|
+
"sula-progress-bar": LocalJSX.SulaProgressBar & JSXBase.HTMLAttributes<HTMLSulaProgressBarElement>;
|
|
1222
1407
|
"sula-radio-button": LocalJSX.SulaRadioButton & JSXBase.HTMLAttributes<HTMLSulaRadioButtonElement>;
|
|
1408
|
+
"sula-search-bar": LocalJSX.SulaSearchBar & JSXBase.HTMLAttributes<HTMLSulaSearchBarElement>;
|
|
1223
1409
|
"sula-switch": LocalJSX.SulaSwitch & JSXBase.HTMLAttributes<HTMLSulaSwitchElement>;
|
|
1224
1410
|
"sula-tag": LocalJSX.SulaTag & JSXBase.HTMLAttributes<HTMLSulaTagElement>;
|
|
1225
1411
|
"sula-textarea": LocalJSX.SulaTextarea & JSXBase.HTMLAttributes<HTMLSulaTextareaElement>;
|