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