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