@six-group/ui-library-react 4.2.5 → 5.0.0-rc.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/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/lib/stencil-generated/components.js +563 -0
- package/dist/lib/stencil-generated/components.js.map +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/lib/stencil-generated/components.d.ts +286 -0
- package/package.json +24 -38
- package/LICENSE +0 -201
- package/dist/index.d.ts +0 -2
- package/dist/lib/components/stencil-generated/index.d.ts +0 -53
- package/dist/lib/components/stencil-generated/index.js +0 -59
- package/dist/lib/components/stencil-generated/index.js.map +0 -1
- package/dist/lib/components/stencil-generated/react-component-lib/createComponent.d.ts +0 -10
- package/dist/lib/components/stencil-generated/react-component-lib/createComponent.js +0 -75
- package/dist/lib/components/stencil-generated/react-component-lib/createComponent.js.map +0 -1
- package/dist/lib/components/stencil-generated/react-component-lib/createOverlayComponent.d.ts +0 -21
- package/dist/lib/components/stencil-generated/react-component-lib/createOverlayComponent.js +0 -96
- package/dist/lib/components/stencil-generated/react-component-lib/createOverlayComponent.js.map +0 -1
- package/dist/lib/components/stencil-generated/react-component-lib/index.d.ts +0 -2
- package/dist/lib/components/stencil-generated/react-component-lib/index.js +0 -3
- package/dist/lib/components/stencil-generated/react-component-lib/index.js.map +0 -1
- package/dist/lib/components/stencil-generated/react-component-lib/interfaces.d.ts +0 -29
- package/dist/lib/components/stencil-generated/react-component-lib/interfaces.js +0 -2
- package/dist/lib/components/stencil-generated/react-component-lib/interfaces.js.map +0 -1
- package/dist/lib/components/stencil-generated/react-component-lib/utils/attachProps.d.ts +0 -16
- package/dist/lib/components/stencil-generated/react-component-lib/utils/attachProps.js +0 -108
- package/dist/lib/components/stencil-generated/react-component-lib/utils/attachProps.js.map +0 -1
- package/dist/lib/components/stencil-generated/react-component-lib/utils/case.d.ts +0 -2
- package/dist/lib/components/stencil-generated/react-component-lib/utils/case.js +0 -7
- package/dist/lib/components/stencil-generated/react-component-lib/utils/case.js.map +0 -1
- package/dist/lib/components/stencil-generated/react-component-lib/utils/dev.d.ts +0 -2
- package/dist/lib/components/stencil-generated/react-component-lib/utils/dev.js +0 -13
- package/dist/lib/components/stencil-generated/react-component-lib/utils/dev.js.map +0 -1
- package/dist/lib/components/stencil-generated/react-component-lib/utils/index.d.ts +0 -10
- package/dist/lib/components/stencil-generated/react-component-lib/utils/index.js +0 -32
- package/dist/lib/components/stencil-generated/react-component-lib/utils/index.js.map +0 -1
|
@@ -0,0 +1,286 @@
|
|
|
1
|
+
import { type EmptyPayload, type SixAlertCustomEvent, type SixButtonCustomEvent, type SixCheckboxCustomEvent, type SixDatepickerCustomEvent, type SixDatepickerSelectPayload, type SixDetailsCustomEvent, type SixDialogCustomEvent, type SixDialogRequestClose, type SixDrawerCustomEvent, type SixDrawerRequestClose, type SixDropdownAsyncFilterPayload, type SixDropdownAutoFilterPayload, type SixDropdownCustomEvent, type SixDropdownScrollPayload, type SixFileListDownloadPayload, type SixFileListItemCustomEvent, type SixFileListRemovePayload, type SixFileUploadCustomEvent, type SixFileUploadFailurePayload, type SixFileUploadSuccessPayload, type SixInputCustomEvent, type SixItemPickerChangePayload, type SixItemPickerCustomEvent, type SixLanguageSwitcherChangePayload, type SixLanguageSwitcherCustomEvent, type SixMenuCustomEvent, type SixMenuItemSelectedPayload, type SixRadioCustomEvent, type SixRangeCustomEvent, type SixSearchFieldChangePayload, type SixSearchFieldCustomEvent, type SixSelectChangePayload, type SixSelectCustomEvent, type SixSidebarCustomEvent, type SixSwitchCustomEvent, type SixTabCustomEvent, type SixTabGroupCustomEvent, type SixTabHidePayload, type SixTabShowPayload, type SixTagCustomEvent, type SixTextareaCustomEvent, type SixTileCustomEvent, type SixTimepickerChange, type SixTimepickerCustomEvent, type SixTooltipCustomEvent } from "@six-group/ui-library";
|
|
2
|
+
import { SixAlert as SixAlertElement } from "@six-group/ui-library/dist/components/six-alert.js";
|
|
3
|
+
import { SixAvatar as SixAvatarElement } from "@six-group/ui-library/dist/components/six-avatar.js";
|
|
4
|
+
import { SixBadge as SixBadgeElement } from "@six-group/ui-library/dist/components/six-badge.js";
|
|
5
|
+
import { SixButton as SixButtonElement } from "@six-group/ui-library/dist/components/six-button.js";
|
|
6
|
+
import { SixCard as SixCardElement } from "@six-group/ui-library/dist/components/six-card.js";
|
|
7
|
+
import { SixCheckbox as SixCheckboxElement } from "@six-group/ui-library/dist/components/six-checkbox.js";
|
|
8
|
+
import { SixDate as SixDateElement } from "@six-group/ui-library/dist/components/six-date.js";
|
|
9
|
+
import { SixDatepicker as SixDatepickerElement } from "@six-group/ui-library/dist/components/six-datepicker.js";
|
|
10
|
+
import { SixDetails as SixDetailsElement } from "@six-group/ui-library/dist/components/six-details.js";
|
|
11
|
+
import { SixDialog as SixDialogElement } from "@six-group/ui-library/dist/components/six-dialog.js";
|
|
12
|
+
import { SixDrawer as SixDrawerElement } from "@six-group/ui-library/dist/components/six-drawer.js";
|
|
13
|
+
import { SixDropdown as SixDropdownElement } from "@six-group/ui-library/dist/components/six-dropdown.js";
|
|
14
|
+
import { SixErrorPage as SixErrorPageElement } from "@six-group/ui-library/dist/components/six-error-page.js";
|
|
15
|
+
import { SixError as SixErrorElement } from "@six-group/ui-library/dist/components/six-error.js";
|
|
16
|
+
import { SixFileListItem as SixFileListItemElement } from "@six-group/ui-library/dist/components/six-file-list-item.js";
|
|
17
|
+
import { SixFileList as SixFileListElement } from "@six-group/ui-library/dist/components/six-file-list.js";
|
|
18
|
+
import { SixFileUpload as SixFileUploadElement } from "@six-group/ui-library/dist/components/six-file-upload.js";
|
|
19
|
+
import { SixFooter as SixFooterElement } from "@six-group/ui-library/dist/components/six-footer.js";
|
|
20
|
+
import { SixGroupLabel as SixGroupLabelElement } from "@six-group/ui-library/dist/components/six-group-label.js";
|
|
21
|
+
import { SixHeaderDropdownItem as SixHeaderDropdownItemElement } from "@six-group/ui-library/dist/components/six-header-dropdown-item.js";
|
|
22
|
+
import { SixHeaderItem as SixHeaderItemElement } from "@six-group/ui-library/dist/components/six-header-item.js";
|
|
23
|
+
import { SixHeaderMenuButton as SixHeaderMenuButtonElement } from "@six-group/ui-library/dist/components/six-header-menu-button.js";
|
|
24
|
+
import { SixHeader as SixHeaderElement } from "@six-group/ui-library/dist/components/six-header.js";
|
|
25
|
+
import { SixIconButton as SixIconButtonElement } from "@six-group/ui-library/dist/components/six-icon-button.js";
|
|
26
|
+
import { SixIcon as SixIconElement } from "@six-group/ui-library/dist/components/six-icon.js";
|
|
27
|
+
import { SixInput as SixInputElement } from "@six-group/ui-library/dist/components/six-input.js";
|
|
28
|
+
import { SixItemPicker as SixItemPickerElement } from "@six-group/ui-library/dist/components/six-item-picker.js";
|
|
29
|
+
import { SixLanguageSwitcher as SixLanguageSwitcherElement } from "@six-group/ui-library/dist/components/six-language-switcher.js";
|
|
30
|
+
import { SixLayoutGrid as SixLayoutGridElement } from "@six-group/ui-library/dist/components/six-layout-grid.js";
|
|
31
|
+
import { SixLogo as SixLogoElement } from "@six-group/ui-library/dist/components/six-logo.js";
|
|
32
|
+
import { SixMainContainer as SixMainContainerElement } from "@six-group/ui-library/dist/components/six-main-container.js";
|
|
33
|
+
import { SixMenuDivider as SixMenuDividerElement } from "@six-group/ui-library/dist/components/six-menu-divider.js";
|
|
34
|
+
import { SixMenuItem as SixMenuItemElement } from "@six-group/ui-library/dist/components/six-menu-item.js";
|
|
35
|
+
import { SixMenuLabel as SixMenuLabelElement } from "@six-group/ui-library/dist/components/six-menu-label.js";
|
|
36
|
+
import { SixMenu as SixMenuElement } from "@six-group/ui-library/dist/components/six-menu.js";
|
|
37
|
+
import { SixPicto as SixPictoElement } from "@six-group/ui-library/dist/components/six-picto.js";
|
|
38
|
+
import { SixProgressBar as SixProgressBarElement } from "@six-group/ui-library/dist/components/six-progress-bar.js";
|
|
39
|
+
import { SixProgressRing as SixProgressRingElement } from "@six-group/ui-library/dist/components/six-progress-ring.js";
|
|
40
|
+
import { SixRadio as SixRadioElement } from "@six-group/ui-library/dist/components/six-radio.js";
|
|
41
|
+
import { SixRange as SixRangeElement } from "@six-group/ui-library/dist/components/six-range.js";
|
|
42
|
+
import { SixRoot as SixRootElement } from "@six-group/ui-library/dist/components/six-root.js";
|
|
43
|
+
import { SixSearchField as SixSearchFieldElement } from "@six-group/ui-library/dist/components/six-search-field.js";
|
|
44
|
+
import { SixSelect as SixSelectElement } from "@six-group/ui-library/dist/components/six-select.js";
|
|
45
|
+
import { SixSidebarItemGroup as SixSidebarItemGroupElement } from "@six-group/ui-library/dist/components/six-sidebar-item-group.js";
|
|
46
|
+
import { SixSidebarItem as SixSidebarItemElement } from "@six-group/ui-library/dist/components/six-sidebar-item.js";
|
|
47
|
+
import { SixSidebar as SixSidebarElement } from "@six-group/ui-library/dist/components/six-sidebar.js";
|
|
48
|
+
import { SixSpinner as SixSpinnerElement } from "@six-group/ui-library/dist/components/six-spinner.js";
|
|
49
|
+
import { SixStageIndicator as SixStageIndicatorElement } from "@six-group/ui-library/dist/components/six-stage-indicator.js";
|
|
50
|
+
import { SixSwitch as SixSwitchElement } from "@six-group/ui-library/dist/components/six-switch.js";
|
|
51
|
+
import { SixTabGroup as SixTabGroupElement } from "@six-group/ui-library/dist/components/six-tab-group.js";
|
|
52
|
+
import { SixTabPanel as SixTabPanelElement } from "@six-group/ui-library/dist/components/six-tab-panel.js";
|
|
53
|
+
import { SixTab as SixTabElement } from "@six-group/ui-library/dist/components/six-tab.js";
|
|
54
|
+
import { SixTag as SixTagElement } from "@six-group/ui-library/dist/components/six-tag.js";
|
|
55
|
+
import { SixTextarea as SixTextareaElement } from "@six-group/ui-library/dist/components/six-textarea.js";
|
|
56
|
+
import { SixTile as SixTileElement } from "@six-group/ui-library/dist/components/six-tile.js";
|
|
57
|
+
import { SixTimepicker as SixTimepickerElement } from "@six-group/ui-library/dist/components/six-timepicker.js";
|
|
58
|
+
import { SixTooltip as SixTooltipElement } from "@six-group/ui-library/dist/components/six-tooltip.js";
|
|
59
|
+
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
60
|
+
export type SixAlertEvents = {
|
|
61
|
+
onSixAlertShow: EventName<SixAlertCustomEvent<EmptyPayload>>;
|
|
62
|
+
onSixAlertAfterShow: EventName<SixAlertCustomEvent<EmptyPayload>>;
|
|
63
|
+
onSixAlertHide: EventName<SixAlertCustomEvent<EmptyPayload>>;
|
|
64
|
+
onSixAlertAfterHide: EventName<SixAlertCustomEvent<EmptyPayload>>;
|
|
65
|
+
};
|
|
66
|
+
export declare const SixAlert: StencilReactComponent<SixAlertElement, SixAlertEvents>;
|
|
67
|
+
export type SixAvatarEvents = NonNullable<unknown>;
|
|
68
|
+
export declare const SixAvatar: StencilReactComponent<SixAvatarElement, SixAvatarEvents>;
|
|
69
|
+
export type SixBadgeEvents = NonNullable<unknown>;
|
|
70
|
+
export declare const SixBadge: StencilReactComponent<SixBadgeElement, SixBadgeEvents>;
|
|
71
|
+
export type SixButtonEvents = {
|
|
72
|
+
onSixButtonBlur: EventName<SixButtonCustomEvent<EmptyPayload>>;
|
|
73
|
+
onSixButtonFocus: EventName<SixButtonCustomEvent<EmptyPayload>>;
|
|
74
|
+
};
|
|
75
|
+
export declare const SixButton: StencilReactComponent<SixButtonElement, SixButtonEvents>;
|
|
76
|
+
export type SixCardEvents = NonNullable<unknown>;
|
|
77
|
+
export declare const SixCard: StencilReactComponent<SixCardElement, SixCardEvents>;
|
|
78
|
+
export type SixCheckboxEvents = {
|
|
79
|
+
onSixCheckboxBlur: EventName<SixCheckboxCustomEvent<EmptyPayload>>;
|
|
80
|
+
onSixCheckboxChange: EventName<SixCheckboxCustomEvent<EmptyPayload>>;
|
|
81
|
+
onSixCheckboxFocus: EventName<SixCheckboxCustomEvent<EmptyPayload>>;
|
|
82
|
+
};
|
|
83
|
+
export declare const SixCheckbox: StencilReactComponent<SixCheckboxElement, SixCheckboxEvents>;
|
|
84
|
+
export type SixDateEvents = {
|
|
85
|
+
onSixChange: EventName<CustomEvent<string | ''>>;
|
|
86
|
+
onSixBlur: EventName<CustomEvent<any>>;
|
|
87
|
+
};
|
|
88
|
+
export declare const SixDate: StencilReactComponent<SixDateElement, SixDateEvents>;
|
|
89
|
+
export type SixDatepickerEvents = {
|
|
90
|
+
onSixDatepickerSelect: EventName<SixDatepickerCustomEvent<SixDatepickerSelectPayload>>;
|
|
91
|
+
onSixDatepickerClear: EventName<SixDatepickerCustomEvent<EmptyPayload>>;
|
|
92
|
+
onSixDatepickerBlur: EventName<SixDatepickerCustomEvent<SixDatepickerSelectPayload>>;
|
|
93
|
+
};
|
|
94
|
+
export declare const SixDatepicker: StencilReactComponent<SixDatepickerElement, SixDatepickerEvents>;
|
|
95
|
+
export type SixDetailsEvents = {
|
|
96
|
+
onSixDetailsShow: EventName<SixDetailsCustomEvent<EmptyPayload>>;
|
|
97
|
+
onSixDetailsAfterShow: EventName<SixDetailsCustomEvent<EmptyPayload>>;
|
|
98
|
+
onSixDetailsHide: EventName<SixDetailsCustomEvent<EmptyPayload>>;
|
|
99
|
+
onSixDetailsAfterHide: EventName<SixDetailsCustomEvent<EmptyPayload>>;
|
|
100
|
+
};
|
|
101
|
+
export declare const SixDetails: StencilReactComponent<SixDetailsElement, SixDetailsEvents>;
|
|
102
|
+
export type SixDialogEvents = {
|
|
103
|
+
onSixDialogShow: EventName<SixDialogCustomEvent<EmptyPayload>>;
|
|
104
|
+
onSixDialogAfterShow: EventName<SixDialogCustomEvent<EmptyPayload>>;
|
|
105
|
+
onSixDialogHide: EventName<SixDialogCustomEvent<EmptyPayload>>;
|
|
106
|
+
onSixDialogAfterHide: EventName<SixDialogCustomEvent<EmptyPayload>>;
|
|
107
|
+
onSixDialogInitialFocus: EventName<SixDialogCustomEvent<EmptyPayload>>;
|
|
108
|
+
onSixDialogRequestClose: EventName<SixDialogCustomEvent<SixDialogRequestClose>>;
|
|
109
|
+
};
|
|
110
|
+
export declare const SixDialog: StencilReactComponent<SixDialogElement, SixDialogEvents>;
|
|
111
|
+
export type SixDrawerEvents = {
|
|
112
|
+
onSixDrawerShow: EventName<SixDrawerCustomEvent<EmptyPayload>>;
|
|
113
|
+
onSixDrawerAfterShow: EventName<SixDrawerCustomEvent<EmptyPayload>>;
|
|
114
|
+
onSixDrawerHide: EventName<SixDrawerCustomEvent<EmptyPayload>>;
|
|
115
|
+
onSixDrawerAfterHide: EventName<SixDrawerCustomEvent<EmptyPayload>>;
|
|
116
|
+
onSixDrawerInitialFocus: EventName<SixDrawerCustomEvent<EmptyPayload>>;
|
|
117
|
+
onSixDrawerRequestClose: EventName<SixDrawerCustomEvent<SixDrawerRequestClose>>;
|
|
118
|
+
};
|
|
119
|
+
export declare const SixDrawer: StencilReactComponent<SixDrawerElement, SixDrawerEvents>;
|
|
120
|
+
export type SixDropdownEvents = {
|
|
121
|
+
onSixDropdownShow: EventName<SixDropdownCustomEvent<EmptyPayload>>;
|
|
122
|
+
onSixDropdownAfterShow: EventName<SixDropdownCustomEvent<EmptyPayload>>;
|
|
123
|
+
onSixDropdownHide: EventName<SixDropdownCustomEvent<EmptyPayload>>;
|
|
124
|
+
onSixDropdownAfterHide: EventName<SixDropdownCustomEvent<EmptyPayload>>;
|
|
125
|
+
onSixDropdownAutoFilterFired: EventName<SixDropdownCustomEvent<SixDropdownAutoFilterPayload>>;
|
|
126
|
+
onSixAsyncFilterFired: EventName<SixDropdownCustomEvent<SixDropdownAsyncFilterPayload>>;
|
|
127
|
+
onSixDropdownScroll: EventName<SixDropdownCustomEvent<SixDropdownScrollPayload>>;
|
|
128
|
+
};
|
|
129
|
+
export declare const SixDropdown: StencilReactComponent<SixDropdownElement, SixDropdownEvents>;
|
|
130
|
+
export type SixErrorEvents = NonNullable<unknown>;
|
|
131
|
+
export declare const SixError: StencilReactComponent<SixErrorElement, SixErrorEvents>;
|
|
132
|
+
export type SixErrorPageEvents = NonNullable<unknown>;
|
|
133
|
+
export declare const SixErrorPage: StencilReactComponent<SixErrorPageElement, SixErrorPageEvents>;
|
|
134
|
+
export type SixFileListEvents = NonNullable<unknown>;
|
|
135
|
+
export declare const SixFileList: StencilReactComponent<SixFileListElement, SixFileListEvents>;
|
|
136
|
+
export type SixFileListItemEvents = {
|
|
137
|
+
onSixFileListItemDownload: EventName<SixFileListItemCustomEvent<SixFileListDownloadPayload>>;
|
|
138
|
+
onSixFileListItemRemove: EventName<SixFileListItemCustomEvent<SixFileListRemovePayload>>;
|
|
139
|
+
};
|
|
140
|
+
export declare const SixFileListItem: StencilReactComponent<SixFileListItemElement, SixFileListItemEvents>;
|
|
141
|
+
export type SixFileUploadEvents = {
|
|
142
|
+
onSixFileUploadSuccess: EventName<SixFileUploadCustomEvent<SixFileUploadSuccessPayload>>;
|
|
143
|
+
onSixFileUploadFailure: EventName<SixFileUploadCustomEvent<SixFileUploadFailurePayload>>;
|
|
144
|
+
};
|
|
145
|
+
export declare const SixFileUpload: StencilReactComponent<SixFileUploadElement, SixFileUploadEvents>;
|
|
146
|
+
export type SixFooterEvents = NonNullable<unknown>;
|
|
147
|
+
export declare const SixFooter: StencilReactComponent<SixFooterElement, SixFooterEvents>;
|
|
148
|
+
export type SixGroupLabelEvents = NonNullable<unknown>;
|
|
149
|
+
export declare const SixGroupLabel: StencilReactComponent<SixGroupLabelElement, SixGroupLabelEvents>;
|
|
150
|
+
export type SixHeaderEvents = NonNullable<unknown>;
|
|
151
|
+
export declare const SixHeader: StencilReactComponent<SixHeaderElement, SixHeaderEvents>;
|
|
152
|
+
export type SixHeaderDropdownItemEvents = NonNullable<unknown>;
|
|
153
|
+
export declare const SixHeaderDropdownItem: StencilReactComponent<SixHeaderDropdownItemElement, SixHeaderDropdownItemEvents>;
|
|
154
|
+
export type SixHeaderItemEvents = NonNullable<unknown>;
|
|
155
|
+
export declare const SixHeaderItem: StencilReactComponent<SixHeaderItemElement, SixHeaderItemEvents>;
|
|
156
|
+
export type SixHeaderMenuButtonEvents = NonNullable<unknown>;
|
|
157
|
+
export declare const SixHeaderMenuButton: StencilReactComponent<SixHeaderMenuButtonElement, SixHeaderMenuButtonEvents>;
|
|
158
|
+
export type SixIconEvents = NonNullable<unknown>;
|
|
159
|
+
export declare const SixIcon: StencilReactComponent<SixIconElement, SixIconEvents>;
|
|
160
|
+
export type SixIconButtonEvents = NonNullable<unknown>;
|
|
161
|
+
export declare const SixIconButton: StencilReactComponent<SixIconButtonElement, SixIconButtonEvents>;
|
|
162
|
+
export type SixInputEvents = {
|
|
163
|
+
onSixInputChange: EventName<SixInputCustomEvent<EmptyPayload>>;
|
|
164
|
+
onSixInputClear: EventName<SixInputCustomEvent<EmptyPayload>>;
|
|
165
|
+
onSixInputInput: EventName<SixInputCustomEvent<EmptyPayload>>;
|
|
166
|
+
onSixInputFocus: EventName<SixInputCustomEvent<EmptyPayload>>;
|
|
167
|
+
onSixInputBlur: EventName<SixInputCustomEvent<EmptyPayload>>;
|
|
168
|
+
};
|
|
169
|
+
export declare const SixInput: StencilReactComponent<SixInputElement, SixInputEvents>;
|
|
170
|
+
export type SixItemPickerEvents = {
|
|
171
|
+
onSixItemPickerChange: EventName<SixItemPickerCustomEvent<SixItemPickerChangePayload>>;
|
|
172
|
+
onSixItemPickerChangeDebounced: EventName<SixItemPickerCustomEvent<SixItemPickerChangePayload>>;
|
|
173
|
+
};
|
|
174
|
+
export declare const SixItemPicker: StencilReactComponent<SixItemPickerElement, SixItemPickerEvents>;
|
|
175
|
+
export type SixLanguageSwitcherEvents = {
|
|
176
|
+
onSixLanguageSwitcherChange: EventName<SixLanguageSwitcherCustomEvent<SixLanguageSwitcherChangePayload>>;
|
|
177
|
+
};
|
|
178
|
+
export declare const SixLanguageSwitcher: StencilReactComponent<SixLanguageSwitcherElement, SixLanguageSwitcherEvents>;
|
|
179
|
+
export type SixLayoutGridEvents = NonNullable<unknown>;
|
|
180
|
+
export declare const SixLayoutGrid: StencilReactComponent<SixLayoutGridElement, SixLayoutGridEvents>;
|
|
181
|
+
export type SixLogoEvents = NonNullable<unknown>;
|
|
182
|
+
export declare const SixLogo: StencilReactComponent<SixLogoElement, SixLogoEvents>;
|
|
183
|
+
export type SixMainContainerEvents = NonNullable<unknown>;
|
|
184
|
+
export declare const SixMainContainer: StencilReactComponent<SixMainContainerElement, SixMainContainerEvents>;
|
|
185
|
+
export type SixMenuEvents = {
|
|
186
|
+
onSixMenuItemSelected: EventName<SixMenuCustomEvent<SixMenuItemSelectedPayload>>;
|
|
187
|
+
};
|
|
188
|
+
export declare const SixMenu: StencilReactComponent<SixMenuElement, SixMenuEvents>;
|
|
189
|
+
export type SixMenuDividerEvents = NonNullable<unknown>;
|
|
190
|
+
export declare const SixMenuDivider: StencilReactComponent<SixMenuDividerElement, SixMenuDividerEvents>;
|
|
191
|
+
export type SixMenuItemEvents = NonNullable<unknown>;
|
|
192
|
+
export declare const SixMenuItem: StencilReactComponent<SixMenuItemElement, SixMenuItemEvents>;
|
|
193
|
+
export type SixMenuLabelEvents = NonNullable<unknown>;
|
|
194
|
+
export declare const SixMenuLabel: StencilReactComponent<SixMenuLabelElement, SixMenuLabelEvents>;
|
|
195
|
+
export type SixPictoEvents = NonNullable<unknown>;
|
|
196
|
+
export declare const SixPicto: StencilReactComponent<SixPictoElement, SixPictoEvents>;
|
|
197
|
+
export type SixProgressBarEvents = NonNullable<unknown>;
|
|
198
|
+
export declare const SixProgressBar: StencilReactComponent<SixProgressBarElement, SixProgressBarEvents>;
|
|
199
|
+
export type SixProgressRingEvents = NonNullable<unknown>;
|
|
200
|
+
export declare const SixProgressRing: StencilReactComponent<SixProgressRingElement, SixProgressRingEvents>;
|
|
201
|
+
export type SixRadioEvents = {
|
|
202
|
+
onSixRadioBlur: EventName<SixRadioCustomEvent<EmptyPayload>>;
|
|
203
|
+
onSixRadioChange: EventName<SixRadioCustomEvent<EmptyPayload>>;
|
|
204
|
+
onSixRadioFocus: EventName<SixRadioCustomEvent<EmptyPayload>>;
|
|
205
|
+
};
|
|
206
|
+
export declare const SixRadio: StencilReactComponent<SixRadioElement, SixRadioEvents>;
|
|
207
|
+
export type SixRangeEvents = {
|
|
208
|
+
onSixRangeChange: EventName<SixRangeCustomEvent<EmptyPayload>>;
|
|
209
|
+
onSixRangeBlur: EventName<SixRangeCustomEvent<EmptyPayload>>;
|
|
210
|
+
onSixRangeFocus: EventName<SixRangeCustomEvent<EmptyPayload>>;
|
|
211
|
+
};
|
|
212
|
+
export declare const SixRange: StencilReactComponent<SixRangeElement, SixRangeEvents>;
|
|
213
|
+
export type SixRootEvents = NonNullable<unknown>;
|
|
214
|
+
export declare const SixRoot: StencilReactComponent<SixRootElement, SixRootEvents>;
|
|
215
|
+
export type SixSearchFieldEvents = {
|
|
216
|
+
onSixSearchFieldChange: EventName<SixSearchFieldCustomEvent<SixSearchFieldChangePayload>>;
|
|
217
|
+
};
|
|
218
|
+
export declare const SixSearchField: StencilReactComponent<SixSearchFieldElement, SixSearchFieldEvents>;
|
|
219
|
+
export type SixSelectEvents = {
|
|
220
|
+
onSixSelectChange: EventName<SixSelectCustomEvent<SixSelectChangePayload>>;
|
|
221
|
+
onSixSelectFocus: EventName<SixSelectCustomEvent<EmptyPayload>>;
|
|
222
|
+
onSixSelectBlur: EventName<SixSelectCustomEvent<EmptyPayload>>;
|
|
223
|
+
};
|
|
224
|
+
export declare const SixSelect: StencilReactComponent<SixSelectElement, SixSelectEvents>;
|
|
225
|
+
export type SixSidebarEvents = {
|
|
226
|
+
onSixSidebarShow: EventName<SixSidebarCustomEvent<EmptyPayload>>;
|
|
227
|
+
onSixSidebarAfterShow: EventName<SixSidebarCustomEvent<EmptyPayload>>;
|
|
228
|
+
onSixSidebarHide: EventName<SixSidebarCustomEvent<EmptyPayload>>;
|
|
229
|
+
onSixSidebarAfterHide: EventName<SixSidebarCustomEvent<EmptyPayload>>;
|
|
230
|
+
onSixSidebarInitialFocus: EventName<SixSidebarCustomEvent<EmptyPayload>>;
|
|
231
|
+
};
|
|
232
|
+
export declare const SixSidebar: StencilReactComponent<SixSidebarElement, SixSidebarEvents>;
|
|
233
|
+
export type SixSidebarItemEvents = NonNullable<unknown>;
|
|
234
|
+
export declare const SixSidebarItem: StencilReactComponent<SixSidebarItemElement, SixSidebarItemEvents>;
|
|
235
|
+
export type SixSidebarItemGroupEvents = NonNullable<unknown>;
|
|
236
|
+
export declare const SixSidebarItemGroup: StencilReactComponent<SixSidebarItemGroupElement, SixSidebarItemGroupEvents>;
|
|
237
|
+
export type SixSpinnerEvents = NonNullable<unknown>;
|
|
238
|
+
export declare const SixSpinner: StencilReactComponent<SixSpinnerElement, SixSpinnerEvents>;
|
|
239
|
+
export type SixStageIndicatorEvents = NonNullable<unknown>;
|
|
240
|
+
export declare const SixStageIndicator: StencilReactComponent<SixStageIndicatorElement, SixStageIndicatorEvents>;
|
|
241
|
+
export type SixSwitchEvents = {
|
|
242
|
+
onSixSwitchBlur: EventName<CustomEvent<boolean>>;
|
|
243
|
+
onSixSwitchChange: EventName<CustomEvent<boolean>>;
|
|
244
|
+
onSixSwitchFocus: EventName<SixSwitchCustomEvent<EmptyPayload>>;
|
|
245
|
+
};
|
|
246
|
+
export declare const SixSwitch: StencilReactComponent<SixSwitchElement, SixSwitchEvents>;
|
|
247
|
+
export type SixTabEvents = {
|
|
248
|
+
onSixTabClose: EventName<SixTabCustomEvent<EmptyPayload>>;
|
|
249
|
+
};
|
|
250
|
+
export declare const SixTab: StencilReactComponent<SixTabElement, SixTabEvents>;
|
|
251
|
+
export type SixTabGroupEvents = {
|
|
252
|
+
onSixTabShow: EventName<SixTabGroupCustomEvent<SixTabShowPayload>>;
|
|
253
|
+
onSixTabHide: EventName<SixTabGroupCustomEvent<SixTabHidePayload>>;
|
|
254
|
+
};
|
|
255
|
+
export declare const SixTabGroup: StencilReactComponent<SixTabGroupElement, SixTabGroupEvents>;
|
|
256
|
+
export type SixTabPanelEvents = NonNullable<unknown>;
|
|
257
|
+
export declare const SixTabPanel: StencilReactComponent<SixTabPanelElement, SixTabPanelEvents>;
|
|
258
|
+
export type SixTagEvents = {
|
|
259
|
+
onSixTagClear: EventName<SixTagCustomEvent<EmptyPayload>>;
|
|
260
|
+
};
|
|
261
|
+
export declare const SixTag: StencilReactComponent<SixTagElement, SixTagEvents>;
|
|
262
|
+
export type SixTextareaEvents = {
|
|
263
|
+
onSixTextareaChange: EventName<SixTextareaCustomEvent<EmptyPayload>>;
|
|
264
|
+
onSixTextareaInput: EventName<SixTextareaCustomEvent<EmptyPayload>>;
|
|
265
|
+
onSixTextareaFocus: EventName<SixTextareaCustomEvent<EmptyPayload>>;
|
|
266
|
+
onSixTextareaBlur: EventName<SixTextareaCustomEvent<EmptyPayload>>;
|
|
267
|
+
};
|
|
268
|
+
export declare const SixTextarea: StencilReactComponent<SixTextareaElement, SixTextareaEvents>;
|
|
269
|
+
export type SixTileEvents = {
|
|
270
|
+
onSixTileClosed: EventName<SixTileCustomEvent<EmptyPayload>>;
|
|
271
|
+
onSixTileSelected: EventName<SixTileCustomEvent<EmptyPayload>>;
|
|
272
|
+
};
|
|
273
|
+
export declare const SixTile: StencilReactComponent<SixTileElement, SixTileEvents>;
|
|
274
|
+
export type SixTimepickerEvents = {
|
|
275
|
+
onSixTimepickerChange: EventName<SixTimepickerCustomEvent<SixTimepickerChange>>;
|
|
276
|
+
onSixTimepickerChangeDebounced: EventName<SixTimepickerCustomEvent<SixTimepickerChange>>;
|
|
277
|
+
onSixTimepickerClear: EventName<SixTimepickerCustomEvent<EmptyPayload>>;
|
|
278
|
+
};
|
|
279
|
+
export declare const SixTimepicker: StencilReactComponent<SixTimepickerElement, SixTimepickerEvents>;
|
|
280
|
+
export type SixTooltipEvents = {
|
|
281
|
+
onSixTooltipShow: EventName<SixTooltipCustomEvent<EmptyPayload>>;
|
|
282
|
+
onSixTooltipAfterShow: EventName<SixTooltipCustomEvent<EmptyPayload>>;
|
|
283
|
+
onSixTooltipHide: EventName<SixTooltipCustomEvent<EmptyPayload>>;
|
|
284
|
+
onSixTooltipAfterHide: EventName<SixTooltipCustomEvent<EmptyPayload>>;
|
|
285
|
+
};
|
|
286
|
+
export declare const SixTooltip: StencilReactComponent<SixTooltipElement, SixTooltipEvents>;
|
package/package.json
CHANGED
|
@@ -1,50 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@six-group/ui-library-react",
|
|
3
|
-
"sideEffects": false,
|
|
4
|
-
"version": "4.2.5",
|
|
5
3
|
"description": "React wrapper components for @six-group/ui-library",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"tsc": "tsc -p .",
|
|
12
|
-
"rollup": "rollup -c"
|
|
13
|
-
},
|
|
14
|
-
"main": "./dist/index.js",
|
|
15
|
-
"module": "./dist/index.js",
|
|
16
|
-
"types": "./dist/types/index.d.ts",
|
|
4
|
+
"version": "5.0.0-rc.1",
|
|
5
|
+
"private": false,
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"module": "dist/index.js",
|
|
8
|
+
"types": "dist/types/index.d.ts",
|
|
17
9
|
"files": [
|
|
18
|
-
"dist
|
|
10
|
+
"dist"
|
|
19
11
|
],
|
|
12
|
+
"sideEffects": false,
|
|
13
|
+
"engines": {
|
|
14
|
+
"node": ">=20"
|
|
15
|
+
},
|
|
16
|
+
"scripts": {
|
|
17
|
+
"build": "npm run tsc",
|
|
18
|
+
"tsc": "tsc -p . --outDir ./dist",
|
|
19
|
+
"watch": "npm run tsc -- --watch"
|
|
20
|
+
},
|
|
21
|
+
"publishConfig": {
|
|
22
|
+
"access": "public"
|
|
23
|
+
},
|
|
20
24
|
"devDependencies": {
|
|
21
|
-
"@
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"@types/react-dom": "18.0.11",
|
|
26
|
-
"jest": "27.4.5",
|
|
27
|
-
"react": "^18.2.0",
|
|
28
|
-
"react-dom": "^18.2.0",
|
|
29
|
-
"rimraf": "^3.0.2"
|
|
25
|
+
"@types/react": "^19",
|
|
26
|
+
"react": "^19.1.0",
|
|
27
|
+
"react-dom": "^19.1.0",
|
|
28
|
+
"typescript": "^5"
|
|
30
29
|
},
|
|
31
30
|
"dependencies": {
|
|
32
|
-
"@
|
|
33
|
-
"@six-group/ui-library": "*"
|
|
31
|
+
"@stencil/react-output-target": "^1.0.4"
|
|
34
32
|
},
|
|
35
33
|
"peerDependencies": {
|
|
36
|
-
"
|
|
37
|
-
"react-dom": "^18.2.0"
|
|
38
|
-
},
|
|
39
|
-
"jest": {
|
|
40
|
-
"preset": "ts-jest",
|
|
41
|
-
"setupTestFrameworkScriptFile": "<rootDir>/jest.setup.js",
|
|
42
|
-
"testPathIgnorePatterns": [
|
|
43
|
-
"node_modules",
|
|
44
|
-
"dist"
|
|
45
|
-
]
|
|
46
|
-
},
|
|
47
|
-
"engines": {
|
|
48
|
-
"node": ">=16"
|
|
34
|
+
"@six-group/ui-library": "*"
|
|
49
35
|
}
|
|
50
36
|
}
|
package/LICENSE
DELETED
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
Apache License
|
|
2
|
-
Version 2.0, January 2004
|
|
3
|
-
http://www.apache.org/licenses/
|
|
4
|
-
|
|
5
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
-
|
|
7
|
-
1. Definitions.
|
|
8
|
-
|
|
9
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
-
|
|
12
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
-
the copyright owner that is granting the License.
|
|
14
|
-
|
|
15
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
-
other entities that control, are controlled by, or are under common
|
|
17
|
-
control with that entity. For the purposes of this definition,
|
|
18
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
-
direction or management of such entity, whether by contract or
|
|
20
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
-
|
|
23
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
-
exercising permissions granted by this License.
|
|
25
|
-
|
|
26
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
-
including but not limited to software source code, documentation
|
|
28
|
-
source, and configuration files.
|
|
29
|
-
|
|
30
|
-
"Object" form shall mean any form resulting from mechanical
|
|
31
|
-
transformation or translation of a Source form, including but
|
|
32
|
-
not limited to compiled object code, generated documentation,
|
|
33
|
-
and conversions to other media types.
|
|
34
|
-
|
|
35
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
-
Object form, made available under the License, as indicated by a
|
|
37
|
-
copyright notice that is included in or attached to the work
|
|
38
|
-
(an example is provided in the Appendix below).
|
|
39
|
-
|
|
40
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
-
form, that is based on (or derived from) the Work and for which the
|
|
42
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
-
of this License, Derivative Works shall not include works that remain
|
|
45
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
-
the Work and Derivative Works thereof.
|
|
47
|
-
|
|
48
|
-
"Contribution" shall mean any work of authorship, including
|
|
49
|
-
the original version of the Work and any modifications or additions
|
|
50
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
-
means any form of electronic, verbal, or written communication sent
|
|
55
|
-
to the Licensor or its representatives, including but not limited to
|
|
56
|
-
communication on electronic mailing lists, source code control systems,
|
|
57
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
-
excluding communication that is conspicuously marked or otherwise
|
|
60
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
-
|
|
62
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
-
subsequently incorporated within the Work.
|
|
65
|
-
|
|
66
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
-
Work and such Derivative Works in Source or Object form.
|
|
72
|
-
|
|
73
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
-
(except as stated in this section) patent license to make, have made,
|
|
77
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
-
where such license applies only to those patent claims licensable
|
|
79
|
-
by such Contributor that are necessarily infringed by their
|
|
80
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
-
institute patent litigation against any entity (including a
|
|
83
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
-
or contributory patent infringement, then any patent licenses
|
|
86
|
-
granted to You under this License for that Work shall terminate
|
|
87
|
-
as of the date such litigation is filed.
|
|
88
|
-
|
|
89
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
-
modifications, and in Source or Object form, provided that You
|
|
92
|
-
meet the following conditions:
|
|
93
|
-
|
|
94
|
-
(a) You must give any other recipients of the Work or
|
|
95
|
-
Derivative Works a copy of this License; and
|
|
96
|
-
|
|
97
|
-
(b) You must cause any modified files to carry prominent notices
|
|
98
|
-
stating that You changed the files; and
|
|
99
|
-
|
|
100
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
-
that You distribute, all copyright, patent, trademark, and
|
|
102
|
-
attribution notices from the Source form of the Work,
|
|
103
|
-
excluding those notices that do not pertain to any part of
|
|
104
|
-
the Derivative Works; and
|
|
105
|
-
|
|
106
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
-
distribution, then any Derivative Works that You distribute must
|
|
108
|
-
include a readable copy of the attribution notices contained
|
|
109
|
-
within such NOTICE file, excluding those notices that do not
|
|
110
|
-
pertain to any part of the Derivative Works, in at least one
|
|
111
|
-
of the following places: within a NOTICE text file distributed
|
|
112
|
-
as part of the Derivative Works; within the Source form or
|
|
113
|
-
documentation, if provided along with the Derivative Works; or,
|
|
114
|
-
within a display generated by the Derivative Works, if and
|
|
115
|
-
wherever such third-party notices normally appear. The contents
|
|
116
|
-
of the NOTICE file are for informational purposes only and
|
|
117
|
-
do not modify the License. You may add Your own attribution
|
|
118
|
-
notices within Derivative Works that You distribute, alongside
|
|
119
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
-
that such additional attribution notices cannot be construed
|
|
121
|
-
as modifying the License.
|
|
122
|
-
|
|
123
|
-
You may add Your own copyright statement to Your modifications and
|
|
124
|
-
may provide additional or different license terms and conditions
|
|
125
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
-
the conditions stated in this License.
|
|
129
|
-
|
|
130
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
-
this License, without any additional terms or conditions.
|
|
134
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
-
the terms of any separate license agreement you may have executed
|
|
136
|
-
with Licensor regarding such Contributions.
|
|
137
|
-
|
|
138
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
-
except as required for reasonable and customary use in describing the
|
|
141
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
-
|
|
143
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
-
implied, including, without limitation, any warranties or conditions
|
|
148
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
-
appropriateness of using or redistributing the Work and assume any
|
|
151
|
-
risks associated with Your exercise of permissions under this License.
|
|
152
|
-
|
|
153
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
-
unless required by applicable law (such as deliberate and grossly
|
|
156
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
-
liable to You for damages, including any direct, indirect, special,
|
|
158
|
-
incidental, or consequential damages of any character arising as a
|
|
159
|
-
result of this License or out of the use or inability to use the
|
|
160
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
-
other commercial damages or losses), even if such Contributor
|
|
163
|
-
has been advised of the possibility of such damages.
|
|
164
|
-
|
|
165
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
-
or other liability obligations and/or rights consistent with this
|
|
169
|
-
License. However, in accepting such obligations, You may act only
|
|
170
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
-
defend, and hold each Contributor harmless for any liability
|
|
173
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
-
of your accepting any such warranty or additional liability.
|
|
175
|
-
|
|
176
|
-
END OF TERMS AND CONDITIONS
|
|
177
|
-
|
|
178
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
-
|
|
180
|
-
To apply the Apache License to your work, attach the following
|
|
181
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
-
replaced with your own identifying information. (Don't include
|
|
183
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
-
comment syntax for the file format. We also recommend that a
|
|
185
|
-
file or class name and description of purpose be included on the
|
|
186
|
-
same "printed page" as the copyright notice for easier
|
|
187
|
-
identification within third-party archives.
|
|
188
|
-
|
|
189
|
-
Copyright 2022 SIX Group AG
|
|
190
|
-
|
|
191
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
-
you may not use this file except in compliance with the License.
|
|
193
|
-
You may obtain a copy of the License at
|
|
194
|
-
|
|
195
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
-
|
|
197
|
-
Unless required by applicable law or agreed to in writing, software
|
|
198
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
-
See the License for the specific language governing permissions and
|
|
201
|
-
limitations under the License.
|
package/dist/index.d.ts
DELETED