@six-group/ui-library-vue 4.0.0-beta.1 → 4.1.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.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/plugin.d.ts +6 -1
- package/dist/plugin.js +14 -5
- package/dist/plugin.js.map +1 -1
- package/dist/stencil-generated/components.d.ts +53 -0
- package/dist/{components.js → stencil-generated/components.js} +98 -102
- package/dist/stencil-generated/components.js.map +1 -0
- package/dist/stencil-generated/vue-component-lib/utils.d.ts +4 -0
- package/dist/{vue-component-lib → stencil-generated/vue-component-lib}/utils.js +20 -70
- package/dist/stencil-generated/vue-component-lib/utils.js.map +1 -0
- package/package.json +18 -20
- package/LICENSE +0 -201
- package/dist/components.d.ts +0 -58
- package/dist/components.js.map +0 -1
- package/dist/vue-component-lib/utils.d.ts +0 -20
- package/dist/vue-component-lib/utils.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './components';
|
|
1
|
+
export * from './stencil-generated/components';
|
|
2
2
|
export * from './plugin';
|
package/dist/index.js
CHANGED
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,UAAU,CAAC"}
|
package/dist/plugin.d.ts
CHANGED
package/dist/plugin.js
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
import { applyPolyfills, defineCustomElements } from '@six-group/ui-library/loader';
|
|
2
|
-
export const
|
|
3
|
-
async install() {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
2
|
+
export const UiLibraryVue = {
|
|
3
|
+
async install(app, options) {
|
|
4
|
+
if (options === null || options === void 0 ? void 0 : options.applyPolyfills) {
|
|
5
|
+
await applyPolyfills();
|
|
6
|
+
}
|
|
7
|
+
defineCustomElements();
|
|
8
|
+
if (options === null || options === void 0 ? void 0 : options.router) {
|
|
9
|
+
const navManager = {
|
|
10
|
+
navigate: (payload) => {
|
|
11
|
+
options.router.push(payload.routerLink);
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
app.provide('navManager', navManager);
|
|
15
|
+
}
|
|
7
16
|
},
|
|
8
17
|
};
|
|
9
18
|
//# sourceMappingURL=plugin.js.map
|
package/dist/plugin.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.js","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin.js","sourceRoot":"","sources":["../src/lib/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AASpF,MAAM,CAAC,MAAM,YAAY,GAAW;IAClC,KAAK,CAAC,OAAO,CAAC,GAAQ,EAAE,OAA6B;QACnD,IAAI,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,cAAc,EAAE;YAC3B,MAAM,cAAc,EAAE,CAAC;SACxB;QACD,oBAAoB,EAAE,CAAC;QAEvB,IAAI,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,MAAM,EAAE;YAGnB,MAAM,UAAU,GAAG;gBACjB,QAAQ,EAAE,CAAC,OAA6C,EAAE,EAAE;oBAC1D,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;gBAC1C,CAAC;aACF,CAAC;YACF,GAAG,CAAC,OAAO,CAAC,YAAY,EAAE,UAAU,CAAC,CAAC;SACvC;IACH,CAAC;CACF,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { JSX } from '@six-group/ui-library';
|
|
2
|
+
export declare const SixAlert: (props: JSX.SixAlert & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
3
|
+
export declare const SixAvatar: (props: JSX.SixAvatar & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
4
|
+
export declare const SixBadge: (props: JSX.SixBadge & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
5
|
+
export declare const SixButton: (props: JSX.SixButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
6
|
+
export declare const SixCard: (props: JSX.SixCard & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
7
|
+
export declare const SixCheckbox: (props: JSX.SixCheckbox & import("./vue-component-lib/utils").InputProps<boolean> & {}) => any;
|
|
8
|
+
export declare const SixDatepicker: (props: JSX.SixDatepicker & import("./vue-component-lib/utils").InputProps<Date> & {}) => any;
|
|
9
|
+
export declare const SixDetails: (props: JSX.SixDetails & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
10
|
+
export declare const SixDialog: (props: JSX.SixDialog & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
11
|
+
export declare const SixDrawer: (props: JSX.SixDrawer & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
12
|
+
export declare const SixDropdown: (props: JSX.SixDropdown & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
13
|
+
export declare const SixError: (props: JSX.SixError & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
14
|
+
export declare const SixErrorPage: (props: JSX.SixErrorPage & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
15
|
+
export declare const SixFileList: (props: JSX.SixFileList & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
16
|
+
export declare const SixFileListItem: (props: JSX.SixFileListItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
17
|
+
export declare const SixFileUpload: (props: JSX.SixFileUpload & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
18
|
+
export declare const SixFooter: (props: JSX.SixFooter & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
19
|
+
export declare const SixGroupLabel: (props: JSX.SixGroupLabel & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
20
|
+
export declare const SixHeader: (props: JSX.SixHeader & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
21
|
+
export declare const SixIcon: (props: JSX.SixIcon & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
22
|
+
export declare const SixIconButton: (props: JSX.SixIconButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
23
|
+
export declare const SixInput: (props: JSX.SixInput & import("./vue-component-lib/utils").InputProps<string> & {}) => any;
|
|
24
|
+
export declare const SixItemPicker: (props: JSX.SixItemPicker & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
25
|
+
export declare const SixLanguageSwitcher: (props: JSX.SixLanguageSwitcher & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
26
|
+
export declare const SixLayoutGrid: (props: JSX.SixLayoutGrid & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
27
|
+
export declare const SixMainContainer: (props: JSX.SixMainContainer & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
28
|
+
export declare const SixMenu: (props: JSX.SixMenu & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
29
|
+
export declare const SixMenuDivider: (props: JSX.SixMenuDivider & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
30
|
+
export declare const SixMenuItem: (props: JSX.SixMenuItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
31
|
+
export declare const SixMenuLabel: (props: JSX.SixMenuLabel & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
32
|
+
export declare const SixPicto: (props: JSX.SixPicto & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
33
|
+
export declare const SixProgressBar: (props: JSX.SixProgressBar & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
34
|
+
export declare const SixProgressRing: (props: JSX.SixProgressRing & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
35
|
+
export declare const SixRadio: (props: JSX.SixRadio & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
36
|
+
export declare const SixRange: (props: JSX.SixRange & import("./vue-component-lib/utils").InputProps<number> & {}) => any;
|
|
37
|
+
export declare const SixRoot: (props: JSX.SixRoot & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
38
|
+
export declare const SixSearchField: (props: JSX.SixSearchField & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
39
|
+
export declare const SixSelect: (props: JSX.SixSelect & import("./vue-component-lib/utils").InputProps<string | string[]> & {}) => any;
|
|
40
|
+
export declare const SixSidebar: (props: JSX.SixSidebar & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
41
|
+
export declare const SixSidebarItem: (props: JSX.SixSidebarItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
42
|
+
export declare const SixSidebarItemGroup: (props: JSX.SixSidebarItemGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
43
|
+
export declare const SixSpinner: (props: JSX.SixSpinner & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
44
|
+
export declare const SixStageIndicator: (props: JSX.SixStageIndicator & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
45
|
+
export declare const SixSwitch: (props: JSX.SixSwitch & import("./vue-component-lib/utils").InputProps<boolean> & {}) => any;
|
|
46
|
+
export declare const SixTab: (props: JSX.SixTab & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
47
|
+
export declare const SixTabGroup: (props: JSX.SixTabGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
48
|
+
export declare const SixTabPanel: (props: JSX.SixTabPanel & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
49
|
+
export declare const SixTag: (props: JSX.SixTag & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
50
|
+
export declare const SixTextarea: (props: JSX.SixTextarea & import("./vue-component-lib/utils").InputProps<string> & {}) => any;
|
|
51
|
+
export declare const SixTile: (props: JSX.SixTile & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
52
|
+
export declare const SixTimepicker: (props: JSX.SixTimepicker & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
53
|
+
export declare const SixTooltip: (props: JSX.SixTooltip & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
@@ -1,13 +1,5 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* auto-generated vue proxies */
|
|
4
1
|
import { defineContainer } from './vue-component-lib/utils';
|
|
5
|
-
|
|
6
|
-
defineCustomElements();
|
|
7
|
-
export const SetAttributes = /*@__PURE__*/ defineContainer('set-attributes', undefined, [
|
|
8
|
-
'value'
|
|
9
|
-
]);
|
|
10
|
-
export const SixAlert = /*@__PURE__*/ defineContainer('six-alert', undefined, [
|
|
2
|
+
export const SixAlert = defineContainer('six-alert', undefined, [
|
|
11
3
|
'open',
|
|
12
4
|
'closable',
|
|
13
5
|
'type',
|
|
@@ -17,18 +9,18 @@ export const SixAlert = /*@__PURE__*/ defineContainer('six-alert', undefined, [
|
|
|
17
9
|
'six-alert-hide',
|
|
18
10
|
'six-alert-after-hide'
|
|
19
11
|
]);
|
|
20
|
-
export const SixAvatar =
|
|
12
|
+
export const SixAvatar = defineContainer('six-avatar', undefined, [
|
|
21
13
|
'image',
|
|
22
14
|
'alt',
|
|
23
15
|
'initials',
|
|
24
16
|
'shape'
|
|
25
17
|
]);
|
|
26
|
-
export const SixBadge =
|
|
18
|
+
export const SixBadge = defineContainer('six-badge', undefined, [
|
|
27
19
|
'type',
|
|
28
20
|
'pill',
|
|
29
21
|
'pulse'
|
|
30
22
|
]);
|
|
31
|
-
export const SixButton =
|
|
23
|
+
export const SixButton = defineContainer('six-button', undefined, [
|
|
32
24
|
'type',
|
|
33
25
|
'size',
|
|
34
26
|
'caret',
|
|
@@ -46,23 +38,23 @@ export const SixButton = /*@__PURE__*/ defineContainer('six-button', undefined,
|
|
|
46
38
|
'six-button-blur',
|
|
47
39
|
'six-button-focus'
|
|
48
40
|
]);
|
|
49
|
-
export const SixCard =
|
|
50
|
-
export const SixCheckbox =
|
|
41
|
+
export const SixCard = defineContainer('six-card', undefined);
|
|
42
|
+
export const SixCheckbox = defineContainer('six-checkbox', undefined, [
|
|
51
43
|
'name',
|
|
52
44
|
'value',
|
|
53
45
|
'disabled',
|
|
54
46
|
'required',
|
|
55
47
|
'label',
|
|
56
48
|
'errorText',
|
|
49
|
+
'errorTextCount',
|
|
50
|
+
'invalid',
|
|
57
51
|
'checked',
|
|
58
52
|
'indeterminate',
|
|
59
|
-
'invalid',
|
|
60
|
-
'errorOnBlur',
|
|
61
53
|
'six-checkbox-blur',
|
|
62
54
|
'six-checkbox-change',
|
|
63
55
|
'six-checkbox-focus'
|
|
64
|
-
], 'checked', '
|
|
65
|
-
export const SixDatepicker =
|
|
56
|
+
], 'checked', 'change');
|
|
57
|
+
export const SixDatepicker = defineContainer('six-datepicker', undefined, [
|
|
66
58
|
'type',
|
|
67
59
|
'locale',
|
|
68
60
|
'open',
|
|
@@ -79,12 +71,13 @@ export const SixDatepicker = /*@__PURE__*/ defineContainer('six-datepicker', und
|
|
|
79
71
|
'defaultDate',
|
|
80
72
|
'placeholder',
|
|
81
73
|
'value',
|
|
74
|
+
'label',
|
|
75
|
+
'errorText',
|
|
76
|
+
'errorTextCount',
|
|
77
|
+
'invalid',
|
|
82
78
|
'containingElement',
|
|
83
79
|
'dateFormat',
|
|
84
80
|
'debounce',
|
|
85
|
-
'errorOnBlur',
|
|
86
|
-
'errorText',
|
|
87
|
-
'label',
|
|
88
81
|
'name',
|
|
89
82
|
'clearable',
|
|
90
83
|
'iconPosition',
|
|
@@ -92,8 +85,8 @@ export const SixDatepicker = /*@__PURE__*/ defineContainer('six-datepicker', und
|
|
|
92
85
|
'six-datepicker-select',
|
|
93
86
|
'six-datepicker-clear',
|
|
94
87
|
'six-datepicker-blur'
|
|
95
|
-
], 'value', '
|
|
96
|
-
export const SixDetails =
|
|
88
|
+
], 'value', 'change');
|
|
89
|
+
export const SixDetails = defineContainer('six-details', undefined, [
|
|
97
90
|
'open',
|
|
98
91
|
'summary',
|
|
99
92
|
'summaryIcon',
|
|
@@ -107,7 +100,7 @@ export const SixDetails = /*@__PURE__*/ defineContainer('six-details', undefined
|
|
|
107
100
|
'six-details-hide',
|
|
108
101
|
'six-details-after-hide'
|
|
109
102
|
]);
|
|
110
|
-
export const SixDialog =
|
|
103
|
+
export const SixDialog = defineContainer('six-dialog', undefined, [
|
|
111
104
|
'open',
|
|
112
105
|
'label',
|
|
113
106
|
'noHeader',
|
|
@@ -118,7 +111,7 @@ export const SixDialog = /*@__PURE__*/ defineContainer('six-dialog', undefined,
|
|
|
118
111
|
'six-dialog-initial-focus',
|
|
119
112
|
'six-dialog-overlay-dismiss'
|
|
120
113
|
]);
|
|
121
|
-
export const SixDrawer =
|
|
114
|
+
export const SixDrawer = defineContainer('six-drawer', undefined, [
|
|
122
115
|
'open',
|
|
123
116
|
'label',
|
|
124
117
|
'placement',
|
|
@@ -131,7 +124,7 @@ export const SixDrawer = /*@__PURE__*/ defineContainer('six-drawer', undefined,
|
|
|
131
124
|
'six-drawer-initial-focus',
|
|
132
125
|
'six-drawer-overlay-dismiss'
|
|
133
126
|
]);
|
|
134
|
-
export const SixDropdown =
|
|
127
|
+
export const SixDropdown = defineContainer('six-dropdown', undefined, [
|
|
135
128
|
'open',
|
|
136
129
|
'placement',
|
|
137
130
|
'closeOnSelect',
|
|
@@ -147,6 +140,7 @@ export const SixDropdown = /*@__PURE__*/ defineContainer('six-dropdown', undefin
|
|
|
147
140
|
'disableHideOnEnterAndSpace',
|
|
148
141
|
'options',
|
|
149
142
|
'virtualScroll',
|
|
143
|
+
'matchTriggerWidth',
|
|
150
144
|
'six-dropdown-show',
|
|
151
145
|
'six-dropdown-after-show',
|
|
152
146
|
'six-dropdown-hide',
|
|
@@ -155,15 +149,16 @@ export const SixDropdown = /*@__PURE__*/ defineContainer('six-dropdown', undefin
|
|
|
155
149
|
'six-async-filter-fired',
|
|
156
150
|
'six-dropdown-scroll'
|
|
157
151
|
]);
|
|
158
|
-
export const
|
|
152
|
+
export const SixError = defineContainer('six-error', undefined);
|
|
153
|
+
export const SixErrorPage = defineContainer('six-error-page', undefined, [
|
|
159
154
|
'errorCode',
|
|
160
155
|
'language',
|
|
161
156
|
'customTitle',
|
|
162
157
|
'customDescription',
|
|
163
158
|
'customIcon'
|
|
164
159
|
]);
|
|
165
|
-
export const SixFileList =
|
|
166
|
-
export const SixFileListItem =
|
|
160
|
+
export const SixFileList = defineContainer('six-file-list', undefined);
|
|
161
|
+
export const SixFileListItem = defineContainer('six-file-list-item', undefined, [
|
|
167
162
|
'identifier',
|
|
168
163
|
'name',
|
|
169
164
|
'date',
|
|
@@ -173,7 +168,7 @@ export const SixFileListItem = /*@__PURE__*/ defineContainer('six-file-list-item
|
|
|
173
168
|
'six-file-list-item-download',
|
|
174
169
|
'six-file-list-item-remove'
|
|
175
170
|
]);
|
|
176
|
-
export const SixFileUpload =
|
|
171
|
+
export const SixFileUpload = defineContainer('six-file-upload', undefined, [
|
|
177
172
|
'compact',
|
|
178
173
|
'label',
|
|
179
174
|
'disabled',
|
|
@@ -183,22 +178,17 @@ export const SixFileUpload = /*@__PURE__*/ defineContainer('six-file-upload', un
|
|
|
183
178
|
'six-file-upload-success',
|
|
184
179
|
'six-file-upload-failure'
|
|
185
180
|
]);
|
|
186
|
-
export const SixFooter =
|
|
187
|
-
export const
|
|
188
|
-
'novalidate',
|
|
189
|
-
'six-form-submit',
|
|
190
|
-
'six-form-change',
|
|
191
|
-
'six-form-reset'
|
|
192
|
-
]);
|
|
193
|
-
export const SixGroupLabel = /*@__PURE__*/ defineContainer('six-group-label', undefined, [
|
|
181
|
+
export const SixFooter = defineContainer('six-footer', undefined);
|
|
182
|
+
export const SixGroupLabel = defineContainer('six-group-label', undefined, [
|
|
194
183
|
'size',
|
|
195
184
|
'label',
|
|
196
185
|
'helpText',
|
|
197
186
|
'disabled',
|
|
198
187
|
'required'
|
|
199
188
|
]);
|
|
200
|
-
export const SixHeader =
|
|
189
|
+
export const SixHeader = defineContainer('six-header', undefined, [
|
|
201
190
|
'shiftContent',
|
|
191
|
+
'hideHamburgerMenu',
|
|
202
192
|
'openHamburgerMenu',
|
|
203
193
|
'openSearch',
|
|
204
194
|
'clickableLogo',
|
|
@@ -209,26 +199,24 @@ export const SixHeader = /*@__PURE__*/ defineContainer('six-header', undefined,
|
|
|
209
199
|
'six-header-logo-clicked',
|
|
210
200
|
'six-header-search-field-toggle'
|
|
211
201
|
]);
|
|
212
|
-
export const SixIcon =
|
|
202
|
+
export const SixIcon = defineContainer('six-icon', undefined, [
|
|
213
203
|
'size',
|
|
214
204
|
'filled'
|
|
215
205
|
]);
|
|
216
|
-
export const SixIconButton =
|
|
206
|
+
export const SixIconButton = defineContainer('six-icon-button', undefined, [
|
|
217
207
|
'name',
|
|
218
208
|
'size',
|
|
219
209
|
'label',
|
|
220
210
|
'disabled',
|
|
221
211
|
'html'
|
|
222
212
|
]);
|
|
223
|
-
export const SixInput =
|
|
213
|
+
export const SixInput = defineContainer('six-input', undefined, [
|
|
224
214
|
'type',
|
|
225
215
|
'size',
|
|
226
216
|
'name',
|
|
227
217
|
'value',
|
|
228
218
|
'pill',
|
|
229
|
-
'label',
|
|
230
219
|
'helpText',
|
|
231
|
-
'errorText',
|
|
232
220
|
'placeholder',
|
|
233
221
|
'disabled',
|
|
234
222
|
'readonly',
|
|
@@ -238,26 +226,28 @@ export const SixInput = /*@__PURE__*/ defineContainer('six-input', undefined, [
|
|
|
238
226
|
'max',
|
|
239
227
|
'step',
|
|
240
228
|
'pattern',
|
|
229
|
+
'dropdownSearch',
|
|
241
230
|
'required',
|
|
242
231
|
'autocapitalize',
|
|
243
232
|
'autocorrect',
|
|
244
233
|
'autocomplete',
|
|
245
234
|
'autofocus',
|
|
246
235
|
'spellcheck',
|
|
236
|
+
'label',
|
|
237
|
+
'errorText',
|
|
238
|
+
'errorTextCount',
|
|
247
239
|
'invalid',
|
|
248
240
|
'clearable',
|
|
249
241
|
'togglePassword',
|
|
250
242
|
'inputmode',
|
|
251
243
|
'line',
|
|
252
|
-
'errorOnBlur',
|
|
253
244
|
'six-input-change',
|
|
254
245
|
'six-input-clear',
|
|
255
246
|
'six-input-input',
|
|
256
247
|
'six-input-focus',
|
|
257
|
-
'six-input-blur'
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
export const SixItemPicker = /*@__PURE__*/ defineContainer('six-item-picker', undefined, [
|
|
248
|
+
'six-input-blur'
|
|
249
|
+
], 'value', 'input');
|
|
250
|
+
export const SixItemPicker = defineContainer('six-item-picker', undefined, [
|
|
261
251
|
'value',
|
|
262
252
|
'type',
|
|
263
253
|
'min',
|
|
@@ -275,46 +265,48 @@ export const SixItemPicker = /*@__PURE__*/ defineContainer('six-item-picker', un
|
|
|
275
265
|
'six-item-picker-change',
|
|
276
266
|
'six-item-picker-change-debounced'
|
|
277
267
|
]);
|
|
278
|
-
export const SixLanguageSwitcher =
|
|
268
|
+
export const SixLanguageSwitcher = defineContainer('six-language-switcher', undefined, [
|
|
279
269
|
'selected',
|
|
280
270
|
'languages',
|
|
281
271
|
'six-language-switcher-change'
|
|
282
272
|
]);
|
|
283
|
-
export const SixLayoutGrid =
|
|
273
|
+
export const SixLayoutGrid = defineContainer('six-layout-grid', undefined, [
|
|
284
274
|
'columns'
|
|
285
275
|
]);
|
|
286
|
-
export const SixMainContainer =
|
|
276
|
+
export const SixMainContainer = defineContainer('six-main-container', undefined, [
|
|
287
277
|
'padded'
|
|
288
278
|
]);
|
|
289
|
-
export const SixMenu =
|
|
279
|
+
export const SixMenu = defineContainer('six-menu', undefined, [
|
|
290
280
|
'removeBoxShadow',
|
|
291
281
|
'items',
|
|
292
282
|
'itemsShown',
|
|
293
283
|
'virtualScroll',
|
|
294
284
|
'itemSize',
|
|
295
285
|
'scrollingDebounce',
|
|
286
|
+
'disableKeyboardHandling',
|
|
296
287
|
'six-menu-item-selected'
|
|
297
288
|
]);
|
|
298
|
-
export const SixMenuDivider =
|
|
299
|
-
export const SixMenuItem =
|
|
289
|
+
export const SixMenuDivider = defineContainer('six-menu-divider', undefined);
|
|
290
|
+
export const SixMenuItem = defineContainer('six-menu-item', undefined, [
|
|
291
|
+
'checkType',
|
|
300
292
|
'checked',
|
|
301
293
|
'value',
|
|
302
294
|
'disabled'
|
|
303
295
|
]);
|
|
304
|
-
export const SixMenuLabel =
|
|
305
|
-
export const SixPicto =
|
|
296
|
+
export const SixMenuLabel = defineContainer('six-menu-label', undefined);
|
|
297
|
+
export const SixPicto = defineContainer('six-picto', undefined, [
|
|
306
298
|
'size'
|
|
307
299
|
]);
|
|
308
|
-
export const SixProgressBar =
|
|
300
|
+
export const SixProgressBar = defineContainer('six-progress-bar', undefined, [
|
|
309
301
|
'percentage',
|
|
310
302
|
'indeterminate'
|
|
311
303
|
]);
|
|
312
|
-
export const SixProgressRing =
|
|
304
|
+
export const SixProgressRing = defineContainer('six-progress-ring', undefined, [
|
|
313
305
|
'size',
|
|
314
306
|
'strokeWidth',
|
|
315
307
|
'percentage'
|
|
316
308
|
]);
|
|
317
|
-
export const SixRadio =
|
|
309
|
+
export const SixRadio = defineContainer('six-radio', undefined, [
|
|
318
310
|
'name',
|
|
319
311
|
'value',
|
|
320
312
|
'disabled',
|
|
@@ -323,43 +315,43 @@ export const SixRadio = /*@__PURE__*/ defineContainer('six-radio', undefined, [
|
|
|
323
315
|
'six-radio-blur',
|
|
324
316
|
'six-radio-change',
|
|
325
317
|
'six-radio-focus'
|
|
326
|
-
]
|
|
327
|
-
export const SixRange =
|
|
318
|
+
]);
|
|
319
|
+
export const SixRange = defineContainer('six-range', undefined, [
|
|
328
320
|
'name',
|
|
329
321
|
'value',
|
|
330
322
|
'required',
|
|
331
|
-
'label',
|
|
332
323
|
'helpText',
|
|
333
|
-
'errorText',
|
|
334
324
|
'disabled',
|
|
325
|
+
'label',
|
|
326
|
+
'errorText',
|
|
327
|
+
'errorTextCount',
|
|
335
328
|
'invalid',
|
|
336
329
|
'min',
|
|
337
330
|
'max',
|
|
338
331
|
'step',
|
|
339
332
|
'tooltip',
|
|
340
333
|
'tooltipFormatter',
|
|
341
|
-
'errorOnBlur',
|
|
342
334
|
'six-range-change',
|
|
343
335
|
'six-range-blur',
|
|
344
336
|
'six-range-focus'
|
|
345
|
-
], 'value', '
|
|
346
|
-
export const SixRoot =
|
|
347
|
-
'breakpoint',
|
|
337
|
+
], 'value', 'input');
|
|
338
|
+
export const SixRoot = defineContainer('six-root', undefined, [
|
|
348
339
|
'padded',
|
|
349
340
|
'stage',
|
|
350
|
-
'version'
|
|
351
|
-
'six-root-collapsed'
|
|
341
|
+
'version'
|
|
352
342
|
]);
|
|
353
|
-
export const SixSearchField =
|
|
343
|
+
export const SixSearchField = defineContainer('six-search-field', undefined, [
|
|
354
344
|
'placeholder',
|
|
355
345
|
'debounce',
|
|
356
346
|
'disabled',
|
|
357
347
|
'value',
|
|
358
348
|
'clearable',
|
|
359
349
|
'six-search-field-change'
|
|
360
|
-
]
|
|
361
|
-
export const SixSelect =
|
|
350
|
+
]);
|
|
351
|
+
export const SixSelect = defineContainer('six-select', undefined, [
|
|
362
352
|
'multiple',
|
|
353
|
+
'selectAllButton',
|
|
354
|
+
'selectAllText',
|
|
363
355
|
'maxTagsVisible',
|
|
364
356
|
'disabled',
|
|
365
357
|
'name',
|
|
@@ -370,26 +362,25 @@ export const SixSelect = /*@__PURE__*/ defineContainer('six-select', undefined,
|
|
|
370
362
|
'hoist',
|
|
371
363
|
'value',
|
|
372
364
|
'pill',
|
|
373
|
-
'label',
|
|
374
365
|
'helpText',
|
|
375
|
-
'errorText',
|
|
376
366
|
'required',
|
|
377
367
|
'clearable',
|
|
368
|
+
'label',
|
|
369
|
+
'errorText',
|
|
370
|
+
'errorTextCount',
|
|
378
371
|
'invalid',
|
|
379
372
|
'line',
|
|
380
|
-
'errorOnBlur',
|
|
381
373
|
'filter',
|
|
382
374
|
'asyncFilter',
|
|
383
375
|
'autocomplete',
|
|
384
376
|
'inputDebounce',
|
|
385
377
|
'options',
|
|
386
378
|
'virtualScroll',
|
|
387
|
-
'defaultValue',
|
|
388
379
|
'six-select-change',
|
|
389
380
|
'six-select-focus',
|
|
390
381
|
'six-select-blur'
|
|
391
|
-
], 'value', '
|
|
392
|
-
export const SixSidebar =
|
|
382
|
+
], 'value', 'change');
|
|
383
|
+
export const SixSidebar = defineContainer('six-sidebar', undefined, [
|
|
393
384
|
'position',
|
|
394
385
|
'open',
|
|
395
386
|
'width',
|
|
@@ -400,66 +391,69 @@ export const SixSidebar = /*@__PURE__*/ defineContainer('six-sidebar', undefined
|
|
|
400
391
|
'six-sidebar-after-hide',
|
|
401
392
|
'six-sidebar-initial-focus'
|
|
402
393
|
]);
|
|
403
|
-
export const SixSidebarItem =
|
|
394
|
+
export const SixSidebarItem = defineContainer('six-sidebar-item', undefined, [
|
|
404
395
|
'value',
|
|
405
396
|
'selected',
|
|
406
|
-
'disabled'
|
|
397
|
+
'disabled',
|
|
398
|
+
'href'
|
|
407
399
|
]);
|
|
408
|
-
export const SixSidebarItemGroup =
|
|
400
|
+
export const SixSidebarItemGroup = defineContainer('six-sidebar-item-group', undefined, [
|
|
409
401
|
'name',
|
|
410
402
|
'icon',
|
|
411
403
|
'value',
|
|
412
404
|
'open',
|
|
413
|
-
'summaryIcon'
|
|
405
|
+
'summaryIcon',
|
|
406
|
+
'href'
|
|
414
407
|
]);
|
|
415
|
-
export const SixSpinner =
|
|
408
|
+
export const SixSpinner = defineContainer('six-spinner', undefined, [
|
|
416
409
|
'six'
|
|
417
410
|
]);
|
|
418
|
-
export const SixStageIndicator =
|
|
411
|
+
export const SixStageIndicator = defineContainer('six-stage-indicator', undefined, [
|
|
419
412
|
'stage'
|
|
420
413
|
]);
|
|
421
|
-
export const SixSwitch =
|
|
414
|
+
export const SixSwitch = defineContainer('six-switch', undefined, [
|
|
422
415
|
'name',
|
|
423
416
|
'value',
|
|
424
417
|
'disabled',
|
|
425
418
|
'required',
|
|
426
419
|
'checked',
|
|
420
|
+
'label',
|
|
421
|
+
'errorText',
|
|
422
|
+
'errorTextCount',
|
|
427
423
|
'invalid',
|
|
428
424
|
'six-switch-blur',
|
|
429
425
|
'six-switch-change',
|
|
430
426
|
'six-switch-focus'
|
|
431
|
-
], 'checked', '
|
|
432
|
-
export const SixTab =
|
|
427
|
+
], 'checked', 'change');
|
|
428
|
+
export const SixTab = defineContainer('six-tab', undefined, [
|
|
433
429
|
'panel',
|
|
434
430
|
'active',
|
|
435
431
|
'closable',
|
|
436
432
|
'disabled',
|
|
437
433
|
'six-tab-close'
|
|
438
434
|
]);
|
|
439
|
-
export const SixTabGroup =
|
|
435
|
+
export const SixTabGroup = defineContainer('six-tab-group', undefined, [
|
|
440
436
|
'placement',
|
|
441
437
|
'noScrollControls',
|
|
442
438
|
'six-tab-show',
|
|
443
439
|
'six-tab-hide'
|
|
444
440
|
]);
|
|
445
|
-
export const SixTabPanel =
|
|
441
|
+
export const SixTabPanel = defineContainer('six-tab-panel', undefined, [
|
|
446
442
|
'name',
|
|
447
443
|
'active'
|
|
448
444
|
]);
|
|
449
|
-
export const SixTag =
|
|
445
|
+
export const SixTag = defineContainer('six-tag', undefined, [
|
|
450
446
|
'type',
|
|
451
447
|
'size',
|
|
452
448
|
'pill',
|
|
453
449
|
'clearable',
|
|
454
450
|
'six-tag-clear'
|
|
455
451
|
]);
|
|
456
|
-
export const SixTextarea =
|
|
452
|
+
export const SixTextarea = defineContainer('six-textarea', undefined, [
|
|
457
453
|
'size',
|
|
458
454
|
'name',
|
|
459
455
|
'value',
|
|
460
|
-
'label',
|
|
461
456
|
'helpText',
|
|
462
|
-
'errorText',
|
|
463
457
|
'placeholder',
|
|
464
458
|
'rows',
|
|
465
459
|
'resize',
|
|
@@ -468,6 +462,9 @@ export const SixTextarea = /*@__PURE__*/ defineContainer('six-textarea', undefin
|
|
|
468
462
|
'minlength',
|
|
469
463
|
'maxlength',
|
|
470
464
|
'required',
|
|
465
|
+
'label',
|
|
466
|
+
'errorText',
|
|
467
|
+
'errorTextCount',
|
|
471
468
|
'invalid',
|
|
472
469
|
'autocapitalize',
|
|
473
470
|
'autocorrect',
|
|
@@ -475,14 +472,12 @@ export const SixTextarea = /*@__PURE__*/ defineContainer('six-textarea', undefin
|
|
|
475
472
|
'autofocus',
|
|
476
473
|
'spellcheck',
|
|
477
474
|
'inputmode',
|
|
478
|
-
'errorOnBlur',
|
|
479
475
|
'six-textarea-change',
|
|
480
476
|
'six-textarea-input',
|
|
481
477
|
'six-textarea-focus',
|
|
482
|
-
'six-textarea-blur'
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
export const SixTile = /*@__PURE__*/ defineContainer('six-tile', undefined, [
|
|
478
|
+
'six-textarea-blur'
|
|
479
|
+
], 'value', 'input');
|
|
480
|
+
export const SixTile = defineContainer('six-tile', undefined, [
|
|
486
481
|
'label',
|
|
487
482
|
'iconName',
|
|
488
483
|
'closeable',
|
|
@@ -493,7 +488,7 @@ export const SixTile = /*@__PURE__*/ defineContainer('six-tile', undefined, [
|
|
|
493
488
|
'six-tile-closed',
|
|
494
489
|
'six-tile-selected'
|
|
495
490
|
]);
|
|
496
|
-
export const SixTimepicker =
|
|
491
|
+
export const SixTimepicker = defineContainer('six-timepicker', undefined, [
|
|
497
492
|
'format',
|
|
498
493
|
'separator',
|
|
499
494
|
'value',
|
|
@@ -505,9 +500,10 @@ export const SixTimepicker = /*@__PURE__*/ defineContainer('six-timepicker', und
|
|
|
505
500
|
'size',
|
|
506
501
|
'required',
|
|
507
502
|
'placeholder',
|
|
508
|
-
'errorOnBlur',
|
|
509
503
|
'errorText',
|
|
504
|
+
'errorTextCount',
|
|
510
505
|
'label',
|
|
506
|
+
'invalid',
|
|
511
507
|
'name',
|
|
512
508
|
'clearable',
|
|
513
509
|
'iconPosition',
|
|
@@ -520,7 +516,7 @@ export const SixTimepicker = /*@__PURE__*/ defineContainer('six-timepicker', und
|
|
|
520
516
|
'six-timepicker-change-debounced',
|
|
521
517
|
'six-timepicker-clear'
|
|
522
518
|
]);
|
|
523
|
-
export const SixTooltip =
|
|
519
|
+
export const SixTooltip = defineContainer('six-tooltip', undefined, [
|
|
524
520
|
'content',
|
|
525
521
|
'placement',
|
|
526
522
|
'disabled',
|