@six-group/ui-library-vue 0.0.0-insider.03e5196 → 0.0.0-insider.0a39e09
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} +98 -97
- 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,26 +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
|
-
'six-input-blur'
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
export const SixItemPicker = /*@__PURE__*/ defineContainer('six-item-picker', undefined, [
|
|
251
|
+
'six-input-blur'
|
|
252
|
+
], 'value', 'input');
|
|
253
|
+
export const SixItemPicker = defineContainer('six-item-picker', undefined, [
|
|
261
254
|
'value',
|
|
262
255
|
'type',
|
|
263
256
|
'min',
|
|
@@ -275,46 +268,48 @@ export const SixItemPicker = /*@__PURE__*/ defineContainer('six-item-picker', un
|
|
|
275
268
|
'six-item-picker-change',
|
|
276
269
|
'six-item-picker-change-debounced'
|
|
277
270
|
]);
|
|
278
|
-
export const SixLanguageSwitcher =
|
|
271
|
+
export const SixLanguageSwitcher = defineContainer('six-language-switcher', undefined, [
|
|
279
272
|
'selected',
|
|
280
273
|
'languages',
|
|
281
274
|
'six-language-switcher-change'
|
|
282
275
|
]);
|
|
283
|
-
export const SixLayoutGrid =
|
|
276
|
+
export const SixLayoutGrid = defineContainer('six-layout-grid', undefined, [
|
|
284
277
|
'columns'
|
|
285
278
|
]);
|
|
286
|
-
export const SixMainContainer =
|
|
279
|
+
export const SixMainContainer = defineContainer('six-main-container', undefined, [
|
|
287
280
|
'padded'
|
|
288
281
|
]);
|
|
289
|
-
export const SixMenu =
|
|
282
|
+
export const SixMenu = defineContainer('six-menu', undefined, [
|
|
290
283
|
'removeBoxShadow',
|
|
291
284
|
'items',
|
|
292
285
|
'itemsShown',
|
|
293
286
|
'virtualScroll',
|
|
294
287
|
'itemSize',
|
|
295
288
|
'scrollingDebounce',
|
|
289
|
+
'disableKeyboardHandling',
|
|
296
290
|
'six-menu-item-selected'
|
|
297
291
|
]);
|
|
298
|
-
export const SixMenuDivider =
|
|
299
|
-
export const SixMenuItem =
|
|
292
|
+
export const SixMenuDivider = defineContainer('six-menu-divider', undefined);
|
|
293
|
+
export const SixMenuItem = defineContainer('six-menu-item', undefined, [
|
|
294
|
+
'checkType',
|
|
300
295
|
'checked',
|
|
301
296
|
'value',
|
|
302
297
|
'disabled'
|
|
303
298
|
]);
|
|
304
|
-
export const SixMenuLabel =
|
|
305
|
-
export const SixPicto =
|
|
299
|
+
export const SixMenuLabel = defineContainer('six-menu-label', undefined);
|
|
300
|
+
export const SixPicto = defineContainer('six-picto', undefined, [
|
|
306
301
|
'size'
|
|
307
302
|
]);
|
|
308
|
-
export const SixProgressBar =
|
|
303
|
+
export const SixProgressBar = defineContainer('six-progress-bar', undefined, [
|
|
309
304
|
'percentage',
|
|
310
305
|
'indeterminate'
|
|
311
306
|
]);
|
|
312
|
-
export const SixProgressRing =
|
|
307
|
+
export const SixProgressRing = defineContainer('six-progress-ring', undefined, [
|
|
313
308
|
'size',
|
|
314
309
|
'strokeWidth',
|
|
315
310
|
'percentage'
|
|
316
311
|
]);
|
|
317
|
-
export const SixRadio =
|
|
312
|
+
export const SixRadio = defineContainer('six-radio', undefined, [
|
|
318
313
|
'name',
|
|
319
314
|
'value',
|
|
320
315
|
'disabled',
|
|
@@ -323,43 +318,45 @@ export const SixRadio = /*@__PURE__*/ defineContainer('six-radio', undefined, [
|
|
|
323
318
|
'six-radio-blur',
|
|
324
319
|
'six-radio-change',
|
|
325
320
|
'six-radio-focus'
|
|
326
|
-
]
|
|
327
|
-
export const SixRange =
|
|
321
|
+
]);
|
|
322
|
+
export const SixRange = defineContainer('six-range', undefined, [
|
|
328
323
|
'name',
|
|
329
324
|
'value',
|
|
330
325
|
'required',
|
|
331
|
-
'label',
|
|
332
326
|
'helpText',
|
|
333
|
-
'errorText',
|
|
334
327
|
'disabled',
|
|
328
|
+
'label',
|
|
329
|
+
'errorText',
|
|
330
|
+
'errorTextCount',
|
|
335
331
|
'invalid',
|
|
336
332
|
'min',
|
|
337
333
|
'max',
|
|
338
334
|
'step',
|
|
339
335
|
'tooltip',
|
|
340
336
|
'tooltipFormatter',
|
|
341
|
-
'errorOnBlur',
|
|
342
337
|
'six-range-change',
|
|
343
338
|
'six-range-blur',
|
|
344
339
|
'six-range-focus'
|
|
345
|
-
], 'value', '
|
|
346
|
-
export const SixRoot =
|
|
340
|
+
], 'value', 'input');
|
|
341
|
+
export const SixRoot = defineContainer('six-root', undefined, [
|
|
347
342
|
'breakpoint',
|
|
348
343
|
'padded',
|
|
349
344
|
'stage',
|
|
350
345
|
'version',
|
|
351
346
|
'six-root-collapsed'
|
|
352
347
|
]);
|
|
353
|
-
export const SixSearchField =
|
|
348
|
+
export const SixSearchField = defineContainer('six-search-field', undefined, [
|
|
354
349
|
'placeholder',
|
|
355
350
|
'debounce',
|
|
356
351
|
'disabled',
|
|
357
352
|
'value',
|
|
358
353
|
'clearable',
|
|
359
354
|
'six-search-field-change'
|
|
360
|
-
]
|
|
361
|
-
export const SixSelect =
|
|
355
|
+
]);
|
|
356
|
+
export const SixSelect = defineContainer('six-select', undefined, [
|
|
362
357
|
'multiple',
|
|
358
|
+
'selectAllButton',
|
|
359
|
+
'selectAllText',
|
|
363
360
|
'maxTagsVisible',
|
|
364
361
|
'disabled',
|
|
365
362
|
'name',
|
|
@@ -370,26 +367,25 @@ export const SixSelect = /*@__PURE__*/ defineContainer('six-select', undefined,
|
|
|
370
367
|
'hoist',
|
|
371
368
|
'value',
|
|
372
369
|
'pill',
|
|
373
|
-
'label',
|
|
374
370
|
'helpText',
|
|
375
|
-
'errorText',
|
|
376
371
|
'required',
|
|
377
372
|
'clearable',
|
|
373
|
+
'label',
|
|
374
|
+
'errorText',
|
|
375
|
+
'errorTextCount',
|
|
378
376
|
'invalid',
|
|
379
377
|
'line',
|
|
380
|
-
'errorOnBlur',
|
|
381
378
|
'filter',
|
|
382
379
|
'asyncFilter',
|
|
383
380
|
'autocomplete',
|
|
384
381
|
'inputDebounce',
|
|
385
382
|
'options',
|
|
386
383
|
'virtualScroll',
|
|
387
|
-
'defaultValue',
|
|
388
384
|
'six-select-change',
|
|
389
385
|
'six-select-focus',
|
|
390
386
|
'six-select-blur'
|
|
391
|
-
], 'value', '
|
|
392
|
-
export const SixSidebar =
|
|
387
|
+
], 'value', 'change');
|
|
388
|
+
export const SixSidebar = defineContainer('six-sidebar', undefined, [
|
|
393
389
|
'position',
|
|
394
390
|
'open',
|
|
395
391
|
'width',
|
|
@@ -400,66 +396,69 @@ export const SixSidebar = /*@__PURE__*/ defineContainer('six-sidebar', undefined
|
|
|
400
396
|
'six-sidebar-after-hide',
|
|
401
397
|
'six-sidebar-initial-focus'
|
|
402
398
|
]);
|
|
403
|
-
export const SixSidebarItem =
|
|
399
|
+
export const SixSidebarItem = defineContainer('six-sidebar-item', undefined, [
|
|
404
400
|
'value',
|
|
405
401
|
'selected',
|
|
406
|
-
'disabled'
|
|
402
|
+
'disabled',
|
|
403
|
+
'href'
|
|
407
404
|
]);
|
|
408
|
-
export const SixSidebarItemGroup =
|
|
405
|
+
export const SixSidebarItemGroup = defineContainer('six-sidebar-item-group', undefined, [
|
|
409
406
|
'name',
|
|
410
407
|
'icon',
|
|
411
408
|
'value',
|
|
412
409
|
'open',
|
|
413
|
-
'summaryIcon'
|
|
410
|
+
'summaryIcon',
|
|
411
|
+
'href'
|
|
414
412
|
]);
|
|
415
|
-
export const SixSpinner =
|
|
413
|
+
export const SixSpinner = defineContainer('six-spinner', undefined, [
|
|
416
414
|
'six'
|
|
417
415
|
]);
|
|
418
|
-
export const SixStageIndicator =
|
|
416
|
+
export const SixStageIndicator = defineContainer('six-stage-indicator', undefined, [
|
|
419
417
|
'stage'
|
|
420
418
|
]);
|
|
421
|
-
export const SixSwitch =
|
|
419
|
+
export const SixSwitch = defineContainer('six-switch', undefined, [
|
|
422
420
|
'name',
|
|
423
421
|
'value',
|
|
424
422
|
'disabled',
|
|
425
423
|
'required',
|
|
426
424
|
'checked',
|
|
425
|
+
'label',
|
|
426
|
+
'errorText',
|
|
427
|
+
'errorTextCount',
|
|
427
428
|
'invalid',
|
|
428
429
|
'six-switch-blur',
|
|
429
430
|
'six-switch-change',
|
|
430
431
|
'six-switch-focus'
|
|
431
|
-
], 'checked', '
|
|
432
|
-
export const SixTab =
|
|
432
|
+
], 'checked', 'change');
|
|
433
|
+
export const SixTab = defineContainer('six-tab', undefined, [
|
|
433
434
|
'panel',
|
|
434
435
|
'active',
|
|
435
436
|
'closable',
|
|
436
437
|
'disabled',
|
|
437
438
|
'six-tab-close'
|
|
438
439
|
]);
|
|
439
|
-
export const SixTabGroup =
|
|
440
|
+
export const SixTabGroup = defineContainer('six-tab-group', undefined, [
|
|
440
441
|
'placement',
|
|
441
442
|
'noScrollControls',
|
|
442
443
|
'six-tab-show',
|
|
443
444
|
'six-tab-hide'
|
|
444
445
|
]);
|
|
445
|
-
export const SixTabPanel =
|
|
446
|
+
export const SixTabPanel = defineContainer('six-tab-panel', undefined, [
|
|
446
447
|
'name',
|
|
447
448
|
'active'
|
|
448
449
|
]);
|
|
449
|
-
export const SixTag =
|
|
450
|
+
export const SixTag = defineContainer('six-tag', undefined, [
|
|
450
451
|
'type',
|
|
451
452
|
'size',
|
|
452
453
|
'pill',
|
|
453
454
|
'clearable',
|
|
454
455
|
'six-tag-clear'
|
|
455
456
|
]);
|
|
456
|
-
export const SixTextarea =
|
|
457
|
+
export const SixTextarea = defineContainer('six-textarea', undefined, [
|
|
457
458
|
'size',
|
|
458
459
|
'name',
|
|
459
460
|
'value',
|
|
460
|
-
'label',
|
|
461
461
|
'helpText',
|
|
462
|
-
'errorText',
|
|
463
462
|
'placeholder',
|
|
464
463
|
'rows',
|
|
465
464
|
'resize',
|
|
@@ -468,6 +467,9 @@ export const SixTextarea = /*@__PURE__*/ defineContainer('six-textarea', undefin
|
|
|
468
467
|
'minlength',
|
|
469
468
|
'maxlength',
|
|
470
469
|
'required',
|
|
470
|
+
'label',
|
|
471
|
+
'errorText',
|
|
472
|
+
'errorTextCount',
|
|
471
473
|
'invalid',
|
|
472
474
|
'autocapitalize',
|
|
473
475
|
'autocorrect',
|
|
@@ -475,14 +477,12 @@ export const SixTextarea = /*@__PURE__*/ defineContainer('six-textarea', undefin
|
|
|
475
477
|
'autofocus',
|
|
476
478
|
'spellcheck',
|
|
477
479
|
'inputmode',
|
|
478
|
-
'errorOnBlur',
|
|
479
480
|
'six-textarea-change',
|
|
480
481
|
'six-textarea-input',
|
|
481
482
|
'six-textarea-focus',
|
|
482
|
-
'six-textarea-blur'
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
export const SixTile = /*@__PURE__*/ defineContainer('six-tile', undefined, [
|
|
483
|
+
'six-textarea-blur'
|
|
484
|
+
], 'value', 'input');
|
|
485
|
+
export const SixTile = defineContainer('six-tile', undefined, [
|
|
486
486
|
'label',
|
|
487
487
|
'iconName',
|
|
488
488
|
'closeable',
|
|
@@ -493,7 +493,7 @@ export const SixTile = /*@__PURE__*/ defineContainer('six-tile', undefined, [
|
|
|
493
493
|
'six-tile-closed',
|
|
494
494
|
'six-tile-selected'
|
|
495
495
|
]);
|
|
496
|
-
export const SixTimepicker =
|
|
496
|
+
export const SixTimepicker = defineContainer('six-timepicker', undefined, [
|
|
497
497
|
'format',
|
|
498
498
|
'separator',
|
|
499
499
|
'value',
|
|
@@ -505,9 +505,10 @@ export const SixTimepicker = /*@__PURE__*/ defineContainer('six-timepicker', und
|
|
|
505
505
|
'size',
|
|
506
506
|
'required',
|
|
507
507
|
'placeholder',
|
|
508
|
-
'errorOnBlur',
|
|
509
508
|
'errorText',
|
|
509
|
+
'errorTextCount',
|
|
510
510
|
'label',
|
|
511
|
+
'invalid',
|
|
511
512
|
'name',
|
|
512
513
|
'clearable',
|
|
513
514
|
'iconPosition',
|
|
@@ -520,7 +521,7 @@ export const SixTimepicker = /*@__PURE__*/ defineContainer('six-timepicker', und
|
|
|
520
521
|
'six-timepicker-change-debounced',
|
|
521
522
|
'six-timepicker-clear'
|
|
522
523
|
]);
|
|
523
|
-
export const SixTooltip =
|
|
524
|
+
export const SixTooltip = defineContainer('six-tooltip', undefined, [
|
|
524
525
|
'content',
|
|
525
526
|
'placement',
|
|
526
527
|
'disabled',
|