@six-group/ui-library-vue 0.0.0-insider.bea5ab5 → 0.0.0-insider.bf4fa64
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 +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/plugin.js +3 -1
- package/dist/plugin.js.map +1 -1
- package/dist/stencil-generated/components.d.ts +61 -56
- package/dist/stencil-generated/components.js +240 -67
- package/dist/stencil-generated/components.js.map +1 -1
- package/dist/stencil-generated/vue-component-lib/utils.d.ts +12 -0
- package/dist/stencil-generated/vue-component-lib/utils.js +89 -9
- package/dist/stencil-generated/vue-component-lib/utils.js.map +1 -1
- package/package.json +23 -4
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './stencil-generated/components';
|
|
2
|
-
export * from './plugin';
|
|
1
|
+
export * from './stencil-generated/components.js';
|
|
2
|
+
export * from './plugin.js';
|
package/dist/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './stencil-generated/components';
|
|
2
|
-
export * from './plugin';
|
|
1
|
+
export * from './stencil-generated/components.js';
|
|
2
|
+
export * from './plugin.js';
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC;AAClD,cAAc,aAAa,CAAC"}
|
package/dist/plugin.js
CHANGED
|
@@ -2,7 +2,9 @@ import { defineCustomElements } from '@six-group/ui-library/loader';
|
|
|
2
2
|
export const UiLibraryVue = {
|
|
3
3
|
async install(app, options) {
|
|
4
4
|
defineCustomElements();
|
|
5
|
-
if (options
|
|
5
|
+
if (options?.router) {
|
|
6
|
+
// The Stencil generated Vue components expect a navManager instance for router-link support.
|
|
7
|
+
// See: ./stencil-generated/vue-component-lib/utils.ts for the router-link handling.
|
|
6
8
|
const navManager = {
|
|
7
9
|
navigate: (payload) => {
|
|
8
10
|
options.router.push(payload.routerLink);
|
package/dist/plugin.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.js","sourceRoot":"","sources":["../src/lib/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AASpE,MAAM,CAAC,MAAM,YAAY,GAAW;IAClC,KAAK,CAAC,OAAO,CAAC,GAAQ,EAAE,OAA6B;QACnD,oBAAoB,EAAE,CAAC;QAEvB,IAAI,OAAO,
|
|
1
|
+
{"version":3,"file":"plugin.js","sourceRoot":"","sources":["../src/lib/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AASpE,MAAM,CAAC,MAAM,YAAY,GAAW;IAClC,KAAK,CAAC,OAAO,CAAC,GAAQ,EAAE,OAA6B;QACnD,oBAAoB,EAAE,CAAC;QAEvB,IAAI,OAAO,EAAE,MAAM,EAAE,CAAC;YACpB,6FAA6F;YAC7F,oFAAoF;YACpF,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;QACxC,CAAC;IACH,CAAC;CACF,CAAC"}
|
|
@@ -1,57 +1,62 @@
|
|
|
1
|
+
import { type StencilVueComponent } from '@stencil/vue-output-target/runtime';
|
|
1
2
|
import type { JSX } from '@six-group/ui-library';
|
|
2
|
-
export declare const SixAlert:
|
|
3
|
-
export declare const SixAvatar:
|
|
4
|
-
export declare const SixBadge:
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
13
|
-
export declare const
|
|
14
|
-
export declare const
|
|
15
|
-
export declare const
|
|
16
|
-
export declare const
|
|
17
|
-
export declare const
|
|
18
|
-
export declare const
|
|
19
|
-
export declare const
|
|
20
|
-
export declare const
|
|
21
|
-
export declare const
|
|
22
|
-
export declare const
|
|
23
|
-
export declare const
|
|
24
|
-
export declare const
|
|
25
|
-
export declare const
|
|
26
|
-
export declare const
|
|
27
|
-
export declare const
|
|
28
|
-
export declare const
|
|
29
|
-
export declare const
|
|
30
|
-
export declare const
|
|
31
|
-
export declare const
|
|
32
|
-
export declare const
|
|
33
|
-
export declare const
|
|
34
|
-
export declare const
|
|
35
|
-
export declare const
|
|
36
|
-
export declare const
|
|
37
|
-
export declare const
|
|
38
|
-
export declare const
|
|
39
|
-
export declare const
|
|
40
|
-
export declare const
|
|
41
|
-
export declare const
|
|
42
|
-
export declare const
|
|
43
|
-
export declare const
|
|
44
|
-
export declare const
|
|
45
|
-
export declare const
|
|
46
|
-
export declare const
|
|
47
|
-
export declare const
|
|
48
|
-
export declare const
|
|
49
|
-
export declare const
|
|
50
|
-
export declare const
|
|
51
|
-
export declare const
|
|
52
|
-
export declare const
|
|
53
|
-
export declare const
|
|
54
|
-
export declare const
|
|
55
|
-
export declare const
|
|
56
|
-
export declare const
|
|
57
|
-
export declare const
|
|
3
|
+
export declare const SixAlert: StencilVueComponent<JSX.SixAlert>;
|
|
4
|
+
export declare const SixAvatar: StencilVueComponent<JSX.SixAvatar>;
|
|
5
|
+
export declare const SixBadge: StencilVueComponent<JSX.SixBadge>;
|
|
6
|
+
export declare const SixBreadcrumbs: StencilVueComponent<JSX.SixBreadcrumbs>;
|
|
7
|
+
export declare const SixBreadcrumbsItem: StencilVueComponent<JSX.SixBreadcrumbsItem>;
|
|
8
|
+
export declare const SixButton: StencilVueComponent<JSX.SixButton>;
|
|
9
|
+
export declare const SixCard: StencilVueComponent<JSX.SixCard>;
|
|
10
|
+
export declare const SixCheckbox: StencilVueComponent<JSX.SixCheckbox, JSX.SixCheckbox["checked"]>;
|
|
11
|
+
export declare const SixDate: StencilVueComponent<JSX.SixDate, JSX.SixDate["value"]>;
|
|
12
|
+
export declare const SixDatepicker: StencilVueComponent<JSX.SixDatepicker, JSX.SixDatepicker["value"]>;
|
|
13
|
+
export declare const SixDetails: StencilVueComponent<JSX.SixDetails>;
|
|
14
|
+
export declare const SixDialog: StencilVueComponent<JSX.SixDialog>;
|
|
15
|
+
export declare const SixDrawer: StencilVueComponent<JSX.SixDrawer>;
|
|
16
|
+
export declare const SixDropdown: StencilVueComponent<JSX.SixDropdown>;
|
|
17
|
+
export declare const SixError: StencilVueComponent<JSX.SixError>;
|
|
18
|
+
export declare const SixErrorPage: StencilVueComponent<JSX.SixErrorPage>;
|
|
19
|
+
export declare const SixFileList: StencilVueComponent<JSX.SixFileList>;
|
|
20
|
+
export declare const SixFileListItem: StencilVueComponent<JSX.SixFileListItem>;
|
|
21
|
+
export declare const SixFileUpload: StencilVueComponent<JSX.SixFileUpload>;
|
|
22
|
+
export declare const SixFooter: StencilVueComponent<JSX.SixFooter>;
|
|
23
|
+
export declare const SixGroupLabel: StencilVueComponent<JSX.SixGroupLabel>;
|
|
24
|
+
export declare const SixHeader: StencilVueComponent<JSX.SixHeader>;
|
|
25
|
+
export declare const SixHeaderDropdownItem: StencilVueComponent<JSX.SixHeaderDropdownItem>;
|
|
26
|
+
export declare const SixHeaderItem: StencilVueComponent<JSX.SixHeaderItem>;
|
|
27
|
+
export declare const SixHeaderMenuButton: StencilVueComponent<JSX.SixHeaderMenuButton>;
|
|
28
|
+
export declare const SixIcon: StencilVueComponent<JSX.SixIcon>;
|
|
29
|
+
export declare const SixIconButton: StencilVueComponent<JSX.SixIconButton>;
|
|
30
|
+
export declare const SixInput: StencilVueComponent<JSX.SixInput, JSX.SixInput["value"]>;
|
|
31
|
+
export declare const SixItemPicker: StencilVueComponent<JSX.SixItemPicker>;
|
|
32
|
+
export declare const SixLanguageSwitcher: StencilVueComponent<JSX.SixLanguageSwitcher>;
|
|
33
|
+
export declare const SixLayoutGrid: StencilVueComponent<JSX.SixLayoutGrid>;
|
|
34
|
+
export declare const SixLogo: StencilVueComponent<JSX.SixLogo>;
|
|
35
|
+
export declare const SixMainContainer: StencilVueComponent<JSX.SixMainContainer>;
|
|
36
|
+
export declare const SixMenu: StencilVueComponent<JSX.SixMenu>;
|
|
37
|
+
export declare const SixMenuDivider: StencilVueComponent<JSX.SixMenuDivider>;
|
|
38
|
+
export declare const SixMenuItem: StencilVueComponent<JSX.SixMenuItem>;
|
|
39
|
+
export declare const SixMenuLabel: StencilVueComponent<JSX.SixMenuLabel>;
|
|
40
|
+
export declare const SixPicto: StencilVueComponent<JSX.SixPicto>;
|
|
41
|
+
export declare const SixProgressBar: StencilVueComponent<JSX.SixProgressBar>;
|
|
42
|
+
export declare const SixProgressRing: StencilVueComponent<JSX.SixProgressRing>;
|
|
43
|
+
export declare const SixRadio: StencilVueComponent<JSX.SixRadio>;
|
|
44
|
+
export declare const SixRange: StencilVueComponent<JSX.SixRange, JSX.SixRange["value"]>;
|
|
45
|
+
export declare const SixRating: StencilVueComponent<JSX.SixRating>;
|
|
46
|
+
export declare const SixRoot: StencilVueComponent<JSX.SixRoot>;
|
|
47
|
+
export declare const SixSearchField: StencilVueComponent<JSX.SixSearchField>;
|
|
48
|
+
export declare const SixSelect: StencilVueComponent<JSX.SixSelect, JSX.SixSelect["value"]>;
|
|
49
|
+
export declare const SixSidebar: StencilVueComponent<JSX.SixSidebar>;
|
|
50
|
+
export declare const SixSidebarItem: StencilVueComponent<JSX.SixSidebarItem>;
|
|
51
|
+
export declare const SixSidebarItemGroup: StencilVueComponent<JSX.SixSidebarItemGroup>;
|
|
52
|
+
export declare const SixSpinner: StencilVueComponent<JSX.SixSpinner>;
|
|
53
|
+
export declare const SixStageIndicator: StencilVueComponent<JSX.SixStageIndicator>;
|
|
54
|
+
export declare const SixSwitch: StencilVueComponent<JSX.SixSwitch, JSX.SixSwitch["checked"]>;
|
|
55
|
+
export declare const SixTab: StencilVueComponent<JSX.SixTab>;
|
|
56
|
+
export declare const SixTabGroup: StencilVueComponent<JSX.SixTabGroup>;
|
|
57
|
+
export declare const SixTabPanel: StencilVueComponent<JSX.SixTabPanel>;
|
|
58
|
+
export declare const SixTag: StencilVueComponent<JSX.SixTag>;
|
|
59
|
+
export declare const SixTextarea: StencilVueComponent<JSX.SixTextarea, JSX.SixTextarea["value"]>;
|
|
60
|
+
export declare const SixTile: StencilVueComponent<JSX.SixTile>;
|
|
61
|
+
export declare const SixTimepicker: StencilVueComponent<JSX.SixTimepicker>;
|
|
62
|
+
export declare const SixTooltip: StencilVueComponent<JSX.SixTooltip>;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* auto-generated vue proxies */
|
|
4
|
+
import { defineContainer } from '@stencil/vue-output-target/runtime';
|
|
5
|
+
export const SixAlert = /*@__PURE__*/ defineContainer('six-alert', undefined, [
|
|
3
6
|
'open',
|
|
4
7
|
'closable',
|
|
5
8
|
'type',
|
|
@@ -8,19 +11,33 @@ export const SixAlert = defineContainer('six-alert', undefined, [
|
|
|
8
11
|
'six-alert-after-show',
|
|
9
12
|
'six-alert-hide',
|
|
10
13
|
'six-alert-after-hide'
|
|
14
|
+
], [
|
|
15
|
+
'six-alert-show',
|
|
16
|
+
'six-alert-after-show',
|
|
17
|
+
'six-alert-hide',
|
|
18
|
+
'six-alert-after-hide'
|
|
11
19
|
]);
|
|
12
|
-
export const SixAvatar = defineContainer('six-avatar', undefined, [
|
|
20
|
+
export const SixAvatar = /*@__PURE__*/ defineContainer('six-avatar', undefined, [
|
|
13
21
|
'image',
|
|
14
22
|
'alt',
|
|
15
23
|
'initials',
|
|
16
24
|
'shape'
|
|
17
25
|
]);
|
|
18
|
-
export const SixBadge = defineContainer('six-badge', undefined, [
|
|
26
|
+
export const SixBadge = /*@__PURE__*/ defineContainer('six-badge', undefined, [
|
|
19
27
|
'type',
|
|
20
28
|
'pill',
|
|
21
29
|
'pulse'
|
|
22
30
|
]);
|
|
23
|
-
export const
|
|
31
|
+
export const SixBreadcrumbs = /*@__PURE__*/ defineContainer('six-breadcrumbs', undefined, [
|
|
32
|
+
'separatorIcon'
|
|
33
|
+
]);
|
|
34
|
+
export const SixBreadcrumbsItem = /*@__PURE__*/ defineContainer('six-breadcrumbs-item', undefined, [
|
|
35
|
+
'href',
|
|
36
|
+
'target',
|
|
37
|
+
'size',
|
|
38
|
+
'readonly'
|
|
39
|
+
]);
|
|
40
|
+
export const SixButton = /*@__PURE__*/ defineContainer('six-button', undefined, [
|
|
24
41
|
'type',
|
|
25
42
|
'size',
|
|
26
43
|
'caret',
|
|
@@ -37,9 +54,12 @@ export const SixButton = defineContainer('six-button', undefined, [
|
|
|
37
54
|
'download',
|
|
38
55
|
'six-button-blur',
|
|
39
56
|
'six-button-focus'
|
|
57
|
+
], [
|
|
58
|
+
'six-button-blur',
|
|
59
|
+
'six-button-focus'
|
|
40
60
|
]);
|
|
41
|
-
export const SixCard = defineContainer('six-card', undefined);
|
|
42
|
-
export const SixCheckbox = defineContainer('six-checkbox', undefined, [
|
|
61
|
+
export const SixCard = /*@__PURE__*/ defineContainer('six-card', undefined);
|
|
62
|
+
export const SixCheckbox = /*@__PURE__*/ defineContainer('six-checkbox', undefined, [
|
|
43
63
|
'name',
|
|
44
64
|
'value',
|
|
45
65
|
'disabled',
|
|
@@ -53,8 +73,37 @@ export const SixCheckbox = defineContainer('six-checkbox', undefined, [
|
|
|
53
73
|
'six-checkbox-blur',
|
|
54
74
|
'six-checkbox-change',
|
|
55
75
|
'six-checkbox-focus'
|
|
56
|
-
],
|
|
57
|
-
|
|
76
|
+
], [
|
|
77
|
+
'six-checkbox-blur',
|
|
78
|
+
'six-checkbox-change',
|
|
79
|
+
'six-checkbox-focus'
|
|
80
|
+
], 'checked', 'change', undefined);
|
|
81
|
+
export const SixDate = /*@__PURE__*/ defineContainer('six-date', undefined, [
|
|
82
|
+
'language',
|
|
83
|
+
'readonly',
|
|
84
|
+
'disabled',
|
|
85
|
+
'allowedDates',
|
|
86
|
+
'min',
|
|
87
|
+
'max',
|
|
88
|
+
'size',
|
|
89
|
+
'required',
|
|
90
|
+
'placeholder',
|
|
91
|
+
'value',
|
|
92
|
+
'dateFormat',
|
|
93
|
+
'label',
|
|
94
|
+
'helpText',
|
|
95
|
+
'errorText',
|
|
96
|
+
'errorTextCount',
|
|
97
|
+
'invalid',
|
|
98
|
+
'name',
|
|
99
|
+
'clearable',
|
|
100
|
+
'six-change',
|
|
101
|
+
'six-blur'
|
|
102
|
+
], [
|
|
103
|
+
'six-change',
|
|
104
|
+
'six-blur'
|
|
105
|
+
], 'value', 'change', undefined);
|
|
106
|
+
export const SixDatepicker = /*@__PURE__*/ defineContainer('six-datepicker', undefined, [
|
|
58
107
|
'type',
|
|
59
108
|
'locale',
|
|
60
109
|
'open',
|
|
@@ -85,8 +134,12 @@ export const SixDatepicker = defineContainer('six-datepicker', undefined, [
|
|
|
85
134
|
'six-datepicker-select',
|
|
86
135
|
'six-datepicker-clear',
|
|
87
136
|
'six-datepicker-blur'
|
|
88
|
-
],
|
|
89
|
-
|
|
137
|
+
], [
|
|
138
|
+
'six-datepicker-select',
|
|
139
|
+
'six-datepicker-clear',
|
|
140
|
+
'six-datepicker-blur'
|
|
141
|
+
], 'value', 'change', undefined);
|
|
142
|
+
export const SixDetails = /*@__PURE__*/ defineContainer('six-details', undefined, [
|
|
90
143
|
'open',
|
|
91
144
|
'summary',
|
|
92
145
|
'summaryIcon',
|
|
@@ -99,8 +152,13 @@ export const SixDetails = defineContainer('six-details', undefined, [
|
|
|
99
152
|
'six-details-after-show',
|
|
100
153
|
'six-details-hide',
|
|
101
154
|
'six-details-after-hide'
|
|
155
|
+
], [
|
|
156
|
+
'six-details-show',
|
|
157
|
+
'six-details-after-show',
|
|
158
|
+
'six-details-hide',
|
|
159
|
+
'six-details-after-hide'
|
|
102
160
|
]);
|
|
103
|
-
export const SixDialog = defineContainer('six-dialog', undefined, [
|
|
161
|
+
export const SixDialog = /*@__PURE__*/ defineContainer('six-dialog', undefined, [
|
|
104
162
|
'open',
|
|
105
163
|
'label',
|
|
106
164
|
'noHeader',
|
|
@@ -109,9 +167,16 @@ export const SixDialog = defineContainer('six-dialog', undefined, [
|
|
|
109
167
|
'six-dialog-hide',
|
|
110
168
|
'six-dialog-after-hide',
|
|
111
169
|
'six-dialog-initial-focus',
|
|
112
|
-
'six-dialog-
|
|
170
|
+
'six-dialog-request-close'
|
|
171
|
+
], [
|
|
172
|
+
'six-dialog-show',
|
|
173
|
+
'six-dialog-after-show',
|
|
174
|
+
'six-dialog-hide',
|
|
175
|
+
'six-dialog-after-hide',
|
|
176
|
+
'six-dialog-initial-focus',
|
|
177
|
+
'six-dialog-request-close'
|
|
113
178
|
]);
|
|
114
|
-
export const SixDrawer = defineContainer('six-drawer', undefined, [
|
|
179
|
+
export const SixDrawer = /*@__PURE__*/ defineContainer('six-drawer', undefined, [
|
|
115
180
|
'open',
|
|
116
181
|
'label',
|
|
117
182
|
'placement',
|
|
@@ -122,9 +187,16 @@ export const SixDrawer = defineContainer('six-drawer', undefined, [
|
|
|
122
187
|
'six-drawer-hide',
|
|
123
188
|
'six-drawer-after-hide',
|
|
124
189
|
'six-drawer-initial-focus',
|
|
125
|
-
'six-drawer-
|
|
190
|
+
'six-drawer-request-close'
|
|
191
|
+
], [
|
|
192
|
+
'six-drawer-show',
|
|
193
|
+
'six-drawer-after-show',
|
|
194
|
+
'six-drawer-hide',
|
|
195
|
+
'six-drawer-after-hide',
|
|
196
|
+
'six-drawer-initial-focus',
|
|
197
|
+
'six-drawer-request-close'
|
|
126
198
|
]);
|
|
127
|
-
export const SixDropdown = defineContainer('six-dropdown', undefined, [
|
|
199
|
+
export const SixDropdown = /*@__PURE__*/ defineContainer('six-dropdown', undefined, [
|
|
128
200
|
'open',
|
|
129
201
|
'placement',
|
|
130
202
|
'closeOnSelect',
|
|
@@ -133,11 +205,13 @@ export const SixDropdown = defineContainer('six-dropdown', undefined, [
|
|
|
133
205
|
'hoist',
|
|
134
206
|
'containingElement',
|
|
135
207
|
'filter',
|
|
208
|
+
'noScroll',
|
|
136
209
|
'asyncFilter',
|
|
137
210
|
'filterPlaceholder',
|
|
138
211
|
'autofocusFilter',
|
|
139
212
|
'filterDebounce',
|
|
140
213
|
'disableHideOnEnterAndSpace',
|
|
214
|
+
'disableTypeToSelect',
|
|
141
215
|
'options',
|
|
142
216
|
'virtualScroll',
|
|
143
217
|
'matchTriggerWidth',
|
|
@@ -148,17 +222,25 @@ export const SixDropdown = defineContainer('six-dropdown', undefined, [
|
|
|
148
222
|
'six-dropdown-auto-filter-fired',
|
|
149
223
|
'six-async-filter-fired',
|
|
150
224
|
'six-dropdown-scroll'
|
|
225
|
+
], [
|
|
226
|
+
'six-dropdown-show',
|
|
227
|
+
'six-dropdown-after-show',
|
|
228
|
+
'six-dropdown-hide',
|
|
229
|
+
'six-dropdown-after-hide',
|
|
230
|
+
'six-dropdown-auto-filter-fired',
|
|
231
|
+
'six-async-filter-fired',
|
|
232
|
+
'six-dropdown-scroll'
|
|
151
233
|
]);
|
|
152
|
-
export const SixError = defineContainer('six-error', undefined);
|
|
153
|
-
export const SixErrorPage = defineContainer('six-error-page', undefined, [
|
|
234
|
+
export const SixError = /*@__PURE__*/ defineContainer('six-error', undefined);
|
|
235
|
+
export const SixErrorPage = /*@__PURE__*/ defineContainer('six-error-page', undefined, [
|
|
154
236
|
'errorCode',
|
|
155
237
|
'language',
|
|
156
238
|
'customTitle',
|
|
157
239
|
'customDescription',
|
|
158
240
|
'customIcon'
|
|
159
241
|
]);
|
|
160
|
-
export const SixFileList = defineContainer('six-file-list', undefined);
|
|
161
|
-
export const SixFileListItem = defineContainer('six-file-list-item', undefined, [
|
|
242
|
+
export const SixFileList = /*@__PURE__*/ defineContainer('six-file-list', undefined);
|
|
243
|
+
export const SixFileListItem = /*@__PURE__*/ defineContainer('six-file-list-item', undefined, [
|
|
162
244
|
'identifier',
|
|
163
245
|
'name',
|
|
164
246
|
'date',
|
|
@@ -167,8 +249,11 @@ export const SixFileListItem = defineContainer('six-file-list-item', undefined,
|
|
|
167
249
|
'nodelete',
|
|
168
250
|
'six-file-list-item-download',
|
|
169
251
|
'six-file-list-item-remove'
|
|
252
|
+
], [
|
|
253
|
+
'six-file-list-item-download',
|
|
254
|
+
'six-file-list-item-remove'
|
|
170
255
|
]);
|
|
171
|
-
export const SixFileUpload = defineContainer('six-file-upload', undefined, [
|
|
256
|
+
export const SixFileUpload = /*@__PURE__*/ defineContainer('six-file-upload', undefined, [
|
|
172
257
|
'compact',
|
|
173
258
|
'label',
|
|
174
259
|
'disabled',
|
|
@@ -180,38 +265,42 @@ export const SixFileUpload = defineContainer('six-file-upload', undefined, [
|
|
|
180
265
|
'invalid',
|
|
181
266
|
'six-file-upload-success',
|
|
182
267
|
'six-file-upload-failure'
|
|
268
|
+
], [
|
|
269
|
+
'six-file-upload-success',
|
|
270
|
+
'six-file-upload-failure'
|
|
183
271
|
]);
|
|
184
|
-
export const SixFooter = defineContainer('six-footer', undefined);
|
|
185
|
-
export const SixGroupLabel = defineContainer('six-group-label', undefined, [
|
|
272
|
+
export const SixFooter = /*@__PURE__*/ defineContainer('six-footer', undefined);
|
|
273
|
+
export const SixGroupLabel = /*@__PURE__*/ defineContainer('six-group-label', undefined, [
|
|
186
274
|
'size',
|
|
187
275
|
'label',
|
|
188
276
|
'helpText',
|
|
189
277
|
'disabled',
|
|
190
278
|
'required'
|
|
191
279
|
]);
|
|
192
|
-
export const SixHeader = defineContainer('six-header', undefined, [
|
|
280
|
+
export const SixHeader = /*@__PURE__*/ defineContainer('six-header', undefined, [
|
|
193
281
|
'shiftContent',
|
|
194
282
|
'openSearch'
|
|
195
283
|
]);
|
|
196
|
-
export const SixHeaderDropdownItem = defineContainer('six-header-dropdown-item', undefined, [
|
|
284
|
+
export const SixHeaderDropdownItem = /*@__PURE__*/ defineContainer('six-header-dropdown-item', undefined, [
|
|
197
285
|
'filter',
|
|
198
286
|
'filterPlaceholder'
|
|
199
287
|
]);
|
|
200
|
-
export const SixHeaderItem = defineContainer('six-header-item', undefined, [
|
|
288
|
+
export const SixHeaderItem = /*@__PURE__*/ defineContainer('six-header-item', undefined, [
|
|
201
289
|
'active'
|
|
202
290
|
]);
|
|
203
|
-
export const SixHeaderMenuButton = defineContainer('six-header-menu-button', undefined, [
|
|
291
|
+
export const SixHeaderMenuButton = /*@__PURE__*/ defineContainer('six-header-menu-button', undefined, [
|
|
204
292
|
'caret',
|
|
205
293
|
'disabled',
|
|
206
294
|
'loading',
|
|
207
295
|
'submit',
|
|
208
296
|
'reset'
|
|
209
297
|
]);
|
|
210
|
-
export const SixIcon = defineContainer('six-icon', undefined, [
|
|
298
|
+
export const SixIcon = /*@__PURE__*/ defineContainer('six-icon', undefined, [
|
|
211
299
|
'size',
|
|
212
|
-
'filled'
|
|
300
|
+
'filled',
|
|
301
|
+
'library'
|
|
213
302
|
]);
|
|
214
|
-
export const SixIconButton = defineContainer('six-icon-button', undefined, [
|
|
303
|
+
export const SixIconButton = /*@__PURE__*/ defineContainer('six-icon-button', undefined, [
|
|
215
304
|
'name',
|
|
216
305
|
'size',
|
|
217
306
|
'label',
|
|
@@ -221,7 +310,7 @@ export const SixIconButton = defineContainer('six-icon-button', undefined, [
|
|
|
221
310
|
'target',
|
|
222
311
|
'download'
|
|
223
312
|
]);
|
|
224
|
-
export const SixInput = defineContainer('six-input', undefined, [
|
|
313
|
+
export const SixInput = /*@__PURE__*/ defineContainer('six-input', undefined, [
|
|
225
314
|
'type',
|
|
226
315
|
'size',
|
|
227
316
|
'name',
|
|
@@ -257,8 +346,14 @@ export const SixInput = defineContainer('six-input', undefined, [
|
|
|
257
346
|
'six-input-input',
|
|
258
347
|
'six-input-focus',
|
|
259
348
|
'six-input-blur'
|
|
260
|
-
],
|
|
261
|
-
|
|
349
|
+
], [
|
|
350
|
+
'six-input-change',
|
|
351
|
+
'six-input-clear',
|
|
352
|
+
'six-input-input',
|
|
353
|
+
'six-input-focus',
|
|
354
|
+
'six-input-blur'
|
|
355
|
+
], 'value', 'input', undefined);
|
|
356
|
+
export const SixItemPicker = /*@__PURE__*/ defineContainer('six-item-picker', undefined, [
|
|
262
357
|
'value',
|
|
263
358
|
'type',
|
|
264
359
|
'min',
|
|
@@ -275,22 +370,27 @@ export const SixItemPicker = defineContainer('six-item-picker', undefined, [
|
|
|
275
370
|
'debounce',
|
|
276
371
|
'six-item-picker-change',
|
|
277
372
|
'six-item-picker-change-debounced'
|
|
373
|
+
], [
|
|
374
|
+
'six-item-picker-change',
|
|
375
|
+
'six-item-picker-change-debounced'
|
|
278
376
|
]);
|
|
279
|
-
export const SixLanguageSwitcher = defineContainer('six-language-switcher', undefined, [
|
|
377
|
+
export const SixLanguageSwitcher = /*@__PURE__*/ defineContainer('six-language-switcher', undefined, [
|
|
280
378
|
'selected',
|
|
281
379
|
'languages',
|
|
282
380
|
'six-language-switcher-change'
|
|
381
|
+
], [
|
|
382
|
+
'six-language-switcher-change'
|
|
283
383
|
]);
|
|
284
|
-
export const SixLayoutGrid = defineContainer('six-layout-grid', undefined, [
|
|
384
|
+
export const SixLayoutGrid = /*@__PURE__*/ defineContainer('six-layout-grid', undefined, [
|
|
285
385
|
'columns'
|
|
286
386
|
]);
|
|
287
|
-
export const SixLogo = defineContainer('six-logo', undefined, [
|
|
387
|
+
export const SixLogo = /*@__PURE__*/ defineContainer('six-logo', undefined, [
|
|
288
388
|
'brand'
|
|
289
389
|
]);
|
|
290
|
-
export const SixMainContainer = defineContainer('six-main-container', undefined, [
|
|
390
|
+
export const SixMainContainer = /*@__PURE__*/ defineContainer('six-main-container', undefined, [
|
|
291
391
|
'padded'
|
|
292
392
|
]);
|
|
293
|
-
export const SixMenu = defineContainer('six-menu', undefined, [
|
|
393
|
+
export const SixMenu = /*@__PURE__*/ defineContainer('six-menu', undefined, [
|
|
294
394
|
'removeBoxShadow',
|
|
295
395
|
'items',
|
|
296
396
|
'itemsShown',
|
|
@@ -299,28 +399,30 @@ export const SixMenu = defineContainer('six-menu', undefined, [
|
|
|
299
399
|
'scrollingDebounce',
|
|
300
400
|
'disableKeyboardHandling',
|
|
301
401
|
'six-menu-item-selected'
|
|
402
|
+
], [
|
|
403
|
+
'six-menu-item-selected'
|
|
302
404
|
]);
|
|
303
|
-
export const SixMenuDivider = defineContainer('six-menu-divider', undefined);
|
|
304
|
-
export const SixMenuItem = defineContainer('six-menu-item', undefined, [
|
|
405
|
+
export const SixMenuDivider = /*@__PURE__*/ defineContainer('six-menu-divider', undefined);
|
|
406
|
+
export const SixMenuItem = /*@__PURE__*/ defineContainer('six-menu-item', undefined, [
|
|
305
407
|
'checkType',
|
|
306
408
|
'checked',
|
|
307
409
|
'value',
|
|
308
410
|
'disabled'
|
|
309
411
|
]);
|
|
310
|
-
export const SixMenuLabel = defineContainer('six-menu-label', undefined);
|
|
311
|
-
export const SixPicto = defineContainer('six-picto', undefined, [
|
|
412
|
+
export const SixMenuLabel = /*@__PURE__*/ defineContainer('six-menu-label', undefined);
|
|
413
|
+
export const SixPicto = /*@__PURE__*/ defineContainer('six-picto', undefined, [
|
|
312
414
|
'size'
|
|
313
415
|
]);
|
|
314
|
-
export const SixProgressBar = defineContainer('six-progress-bar', undefined, [
|
|
416
|
+
export const SixProgressBar = /*@__PURE__*/ defineContainer('six-progress-bar', undefined, [
|
|
315
417
|
'percentage',
|
|
316
418
|
'indeterminate'
|
|
317
419
|
]);
|
|
318
|
-
export const SixProgressRing = defineContainer('six-progress-ring', undefined, [
|
|
420
|
+
export const SixProgressRing = /*@__PURE__*/ defineContainer('six-progress-ring', undefined, [
|
|
319
421
|
'size',
|
|
320
422
|
'strokeWidth',
|
|
321
423
|
'percentage'
|
|
322
424
|
]);
|
|
323
|
-
export const SixRadio = defineContainer('six-radio', undefined, [
|
|
425
|
+
export const SixRadio = /*@__PURE__*/ defineContainer('six-radio', undefined, [
|
|
324
426
|
'name',
|
|
325
427
|
'value',
|
|
326
428
|
'disabled',
|
|
@@ -329,8 +431,12 @@ export const SixRadio = defineContainer('six-radio', undefined, [
|
|
|
329
431
|
'six-radio-blur',
|
|
330
432
|
'six-radio-change',
|
|
331
433
|
'six-radio-focus'
|
|
434
|
+
], [
|
|
435
|
+
'six-radio-blur',
|
|
436
|
+
'six-radio-change',
|
|
437
|
+
'six-radio-focus'
|
|
332
438
|
]);
|
|
333
|
-
export const SixRange = defineContainer('six-range', undefined, [
|
|
439
|
+
export const SixRange = /*@__PURE__*/ defineContainer('six-range', undefined, [
|
|
334
440
|
'name',
|
|
335
441
|
'value',
|
|
336
442
|
'required',
|
|
@@ -348,21 +454,48 @@ export const SixRange = defineContainer('six-range', undefined, [
|
|
|
348
454
|
'six-range-change',
|
|
349
455
|
'six-range-blur',
|
|
350
456
|
'six-range-focus'
|
|
351
|
-
],
|
|
352
|
-
|
|
457
|
+
], [
|
|
458
|
+
'six-range-change',
|
|
459
|
+
'six-range-blur',
|
|
460
|
+
'six-range-focus'
|
|
461
|
+
], 'value', 'input', undefined);
|
|
462
|
+
export const SixRating = /*@__PURE__*/ defineContainer('six-rating', undefined, [
|
|
463
|
+
'name',
|
|
464
|
+
'value',
|
|
465
|
+
'disabled',
|
|
466
|
+
'required',
|
|
467
|
+
'label',
|
|
468
|
+
'errorText',
|
|
469
|
+
'errorTextCount',
|
|
470
|
+
'invalid',
|
|
471
|
+
'max',
|
|
472
|
+
'size',
|
|
473
|
+
'readonly',
|
|
474
|
+
'helpText',
|
|
475
|
+
'six-rating-blur',
|
|
476
|
+
'six-rating-change',
|
|
477
|
+
'six-rating-focus'
|
|
478
|
+
], [
|
|
479
|
+
'six-rating-blur',
|
|
480
|
+
'six-rating-change',
|
|
481
|
+
'six-rating-focus'
|
|
482
|
+
]);
|
|
483
|
+
export const SixRoot = /*@__PURE__*/ defineContainer('six-root', undefined, [
|
|
353
484
|
'padded',
|
|
354
485
|
'stage',
|
|
355
486
|
'version'
|
|
356
487
|
]);
|
|
357
|
-
export const SixSearchField = defineContainer('six-search-field', undefined, [
|
|
488
|
+
export const SixSearchField = /*@__PURE__*/ defineContainer('six-search-field', undefined, [
|
|
358
489
|
'placeholder',
|
|
359
490
|
'debounce',
|
|
360
491
|
'disabled',
|
|
361
492
|
'value',
|
|
362
493
|
'clearable',
|
|
363
494
|
'six-search-field-change'
|
|
495
|
+
], [
|
|
496
|
+
'six-search-field-change'
|
|
364
497
|
]);
|
|
365
|
-
export const SixSelect = defineContainer('six-select', undefined, [
|
|
498
|
+
export const SixSelect = /*@__PURE__*/ defineContainer('six-select', undefined, [
|
|
366
499
|
'multiple',
|
|
367
500
|
'selectAllButton',
|
|
368
501
|
'selectAllText',
|
|
@@ -392,8 +525,12 @@ export const SixSelect = defineContainer('six-select', undefined, [
|
|
|
392
525
|
'six-select-change',
|
|
393
526
|
'six-select-focus',
|
|
394
527
|
'six-select-blur'
|
|
395
|
-
],
|
|
396
|
-
|
|
528
|
+
], [
|
|
529
|
+
'six-select-change',
|
|
530
|
+
'six-select-focus',
|
|
531
|
+
'six-select-blur'
|
|
532
|
+
], 'value', 'change', undefined);
|
|
533
|
+
export const SixSidebar = /*@__PURE__*/ defineContainer('six-sidebar', undefined, [
|
|
397
534
|
'position',
|
|
398
535
|
'open',
|
|
399
536
|
'width',
|
|
@@ -403,14 +540,21 @@ export const SixSidebar = defineContainer('six-sidebar', undefined, [
|
|
|
403
540
|
'six-sidebar-hide',
|
|
404
541
|
'six-sidebar-after-hide',
|
|
405
542
|
'six-sidebar-initial-focus'
|
|
543
|
+
], [
|
|
544
|
+
'six-sidebar-show',
|
|
545
|
+
'six-sidebar-after-show',
|
|
546
|
+
'six-sidebar-hide',
|
|
547
|
+
'six-sidebar-after-hide',
|
|
548
|
+
'six-sidebar-initial-focus'
|
|
406
549
|
]);
|
|
407
|
-
export const SixSidebarItem = defineContainer('six-sidebar-item', undefined, [
|
|
550
|
+
export const SixSidebarItem = /*@__PURE__*/ defineContainer('six-sidebar-item', undefined, [
|
|
408
551
|
'value',
|
|
409
552
|
'selected',
|
|
410
553
|
'disabled',
|
|
554
|
+
'icon',
|
|
411
555
|
'href'
|
|
412
556
|
]);
|
|
413
|
-
export const SixSidebarItemGroup = defineContainer('six-sidebar-item-group', undefined, [
|
|
557
|
+
export const SixSidebarItemGroup = /*@__PURE__*/ defineContainer('six-sidebar-item-group', undefined, [
|
|
414
558
|
'name',
|
|
415
559
|
'icon',
|
|
416
560
|
'value',
|
|
@@ -418,14 +562,14 @@ export const SixSidebarItemGroup = defineContainer('six-sidebar-item-group', und
|
|
|
418
562
|
'summaryIcon',
|
|
419
563
|
'href'
|
|
420
564
|
]);
|
|
421
|
-
export const SixSpinner = defineContainer('six-spinner', undefined, [
|
|
565
|
+
export const SixSpinner = /*@__PURE__*/ defineContainer('six-spinner', undefined, [
|
|
422
566
|
'logo',
|
|
423
567
|
'six'
|
|
424
568
|
]);
|
|
425
|
-
export const SixStageIndicator = defineContainer('six-stage-indicator', undefined, [
|
|
569
|
+
export const SixStageIndicator = /*@__PURE__*/ defineContainer('six-stage-indicator', undefined, [
|
|
426
570
|
'stage'
|
|
427
571
|
]);
|
|
428
|
-
export const SixSwitch = defineContainer('six-switch', undefined, [
|
|
572
|
+
export const SixSwitch = /*@__PURE__*/ defineContainer('six-switch', undefined, [
|
|
429
573
|
'name',
|
|
430
574
|
'value',
|
|
431
575
|
'disabled',
|
|
@@ -438,32 +582,44 @@ export const SixSwitch = defineContainer('six-switch', undefined, [
|
|
|
438
582
|
'six-switch-blur',
|
|
439
583
|
'six-switch-change',
|
|
440
584
|
'six-switch-focus'
|
|
441
|
-
],
|
|
442
|
-
|
|
585
|
+
], [
|
|
586
|
+
'six-switch-blur',
|
|
587
|
+
'six-switch-change',
|
|
588
|
+
'six-switch-focus'
|
|
589
|
+
], 'checked', 'change', undefined);
|
|
590
|
+
export const SixTab = /*@__PURE__*/ defineContainer('six-tab', undefined, [
|
|
443
591
|
'panel',
|
|
444
592
|
'active',
|
|
445
593
|
'closable',
|
|
594
|
+
'hoverContent',
|
|
446
595
|
'disabled',
|
|
447
596
|
'six-tab-close'
|
|
597
|
+
], [
|
|
598
|
+
'six-tab-close'
|
|
448
599
|
]);
|
|
449
|
-
export const SixTabGroup = defineContainer('six-tab-group', undefined, [
|
|
600
|
+
export const SixTabGroup = /*@__PURE__*/ defineContainer('six-tab-group', undefined, [
|
|
450
601
|
'placement',
|
|
451
602
|
'noScrollControls',
|
|
452
603
|
'six-tab-show',
|
|
453
604
|
'six-tab-hide'
|
|
605
|
+
], [
|
|
606
|
+
'six-tab-show',
|
|
607
|
+
'six-tab-hide'
|
|
454
608
|
]);
|
|
455
|
-
export const SixTabPanel = defineContainer('six-tab-panel', undefined, [
|
|
609
|
+
export const SixTabPanel = /*@__PURE__*/ defineContainer('six-tab-panel', undefined, [
|
|
456
610
|
'name',
|
|
457
611
|
'active'
|
|
458
612
|
]);
|
|
459
|
-
export const SixTag = defineContainer('six-tag', undefined, [
|
|
613
|
+
export const SixTag = /*@__PURE__*/ defineContainer('six-tag', undefined, [
|
|
460
614
|
'type',
|
|
461
615
|
'size',
|
|
462
616
|
'pill',
|
|
463
617
|
'clearable',
|
|
464
618
|
'six-tag-clear'
|
|
619
|
+
], [
|
|
620
|
+
'six-tag-clear'
|
|
465
621
|
]);
|
|
466
|
-
export const SixTextarea = defineContainer('six-textarea', undefined, [
|
|
622
|
+
export const SixTextarea = /*@__PURE__*/ defineContainer('six-textarea', undefined, [
|
|
467
623
|
'size',
|
|
468
624
|
'name',
|
|
469
625
|
'value',
|
|
@@ -490,8 +646,13 @@ export const SixTextarea = defineContainer('six-textarea', undefined, [
|
|
|
490
646
|
'six-textarea-input',
|
|
491
647
|
'six-textarea-focus',
|
|
492
648
|
'six-textarea-blur'
|
|
493
|
-
],
|
|
494
|
-
|
|
649
|
+
], [
|
|
650
|
+
'six-textarea-change',
|
|
651
|
+
'six-textarea-input',
|
|
652
|
+
'six-textarea-focus',
|
|
653
|
+
'six-textarea-blur'
|
|
654
|
+
], 'value', 'input', undefined);
|
|
655
|
+
export const SixTile = /*@__PURE__*/ defineContainer('six-tile', undefined, [
|
|
495
656
|
'label',
|
|
496
657
|
'iconName',
|
|
497
658
|
'closeable',
|
|
@@ -501,8 +662,11 @@ export const SixTile = defineContainer('six-tile', undefined, [
|
|
|
501
662
|
'size',
|
|
502
663
|
'six-tile-closed',
|
|
503
664
|
'six-tile-selected'
|
|
665
|
+
], [
|
|
666
|
+
'six-tile-closed',
|
|
667
|
+
'six-tile-selected'
|
|
504
668
|
]);
|
|
505
|
-
export const SixTimepicker = defineContainer('six-timepicker', undefined, [
|
|
669
|
+
export const SixTimepicker = /*@__PURE__*/ defineContainer('six-timepicker', undefined, [
|
|
506
670
|
'format',
|
|
507
671
|
'separator',
|
|
508
672
|
'value',
|
|
@@ -529,8 +693,12 @@ export const SixTimepicker = defineContainer('six-timepicker', undefined, [
|
|
|
529
693
|
'six-timepicker-change',
|
|
530
694
|
'six-timepicker-change-debounced',
|
|
531
695
|
'six-timepicker-clear'
|
|
696
|
+
], [
|
|
697
|
+
'six-timepicker-change',
|
|
698
|
+
'six-timepicker-change-debounced',
|
|
699
|
+
'six-timepicker-clear'
|
|
532
700
|
]);
|
|
533
|
-
export const SixTooltip = defineContainer('six-tooltip', undefined, [
|
|
701
|
+
export const SixTooltip = /*@__PURE__*/ defineContainer('six-tooltip', undefined, [
|
|
534
702
|
'content',
|
|
535
703
|
'placement',
|
|
536
704
|
'disabled',
|
|
@@ -542,5 +710,10 @@ export const SixTooltip = defineContainer('six-tooltip', undefined, [
|
|
|
542
710
|
'six-tooltip-after-show',
|
|
543
711
|
'six-tooltip-hide',
|
|
544
712
|
'six-tooltip-after-hide'
|
|
713
|
+
], [
|
|
714
|
+
'six-tooltip-show',
|
|
715
|
+
'six-tooltip-after-show',
|
|
716
|
+
'six-tooltip-hide',
|
|
717
|
+
'six-tooltip-after-hide'
|
|
545
718
|
]);
|
|
546
719
|
//# sourceMappingURL=components.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.js","sourceRoot":"","sources":["../../src/lib/stencil-generated/components.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"components.js","sourceRoot":"","sources":["../../src/lib/stencil-generated/components.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
export interface InputProps<T> {
|
|
2
2
|
modelValue?: T;
|
|
3
3
|
}
|
|
4
|
+
/**
|
|
5
|
+
* Create a callback to define a Vue component wrapper around a Web Component.
|
|
6
|
+
*
|
|
7
|
+
* @prop name - The component tag name (i.e. `ion-button`)
|
|
8
|
+
* @prop componentProps - An array of properties on the
|
|
9
|
+
* component. These usually match up with the @Prop definitions
|
|
10
|
+
* in each component's TSX file.
|
|
11
|
+
* @prop customElement - An option custom element instance to pass
|
|
12
|
+
* to customElements.define. Only set if `includeImportCustomElements: true` in your config.
|
|
13
|
+
* @prop modelProp - The prop that v-model binds to (i.e. value)
|
|
14
|
+
* @prop modelUpdateEvent - The event that is fired from your Web Component when the value changes (i.e. ionChange)
|
|
15
|
+
*/
|
|
4
16
|
export declare const defineContainer: <Props, VModelType = string | number | boolean>(name: string, defineCustomElement: any, componentProps?: string[], modelProp?: string, modelUpdateEvent?: string) => import("vue").DefineSetupFnComponent<Props & InputProps<VModelType>, {}, {}, Props & InputProps<VModelType> & {}, import("vue").PublicProps>;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
// It's easier and safer for Volar to disable typechecking and let the return type inference do its job.
|
|
1
3
|
import { defineComponent, getCurrentInstance, h, inject, ref, withDirectives } from 'vue';
|
|
2
4
|
const UPDATE_VALUE_EVENT = 'update:modelValue';
|
|
3
5
|
const MODEL_VALUE = 'modelValue';
|
|
@@ -5,31 +7,72 @@ const ROUTER_LINK_VALUE = 'routerLink';
|
|
|
5
7
|
const NAV_MANAGER = 'navManager';
|
|
6
8
|
const ROUTER_PROP_PREFIX = 'router';
|
|
7
9
|
const ARIA_PROP_PREFIX = 'aria';
|
|
10
|
+
/**
|
|
11
|
+
* Starting in Vue 3.1.0, all properties are
|
|
12
|
+
* added as keys to the props object, even if
|
|
13
|
+
* they are not being used. In order to correctly
|
|
14
|
+
* account for both value props and v-model props,
|
|
15
|
+
* we need to check if the key exists for Vue <3.1.0
|
|
16
|
+
* and then check if it is not undefined for Vue >= 3.1.0.
|
|
17
|
+
* See https://github.com/vuejs/vue-next/issues/3889
|
|
18
|
+
*/
|
|
8
19
|
const EMPTY_PROP = Symbol();
|
|
9
20
|
const DEFAULT_EMPTY_PROP = { default: EMPTY_PROP };
|
|
10
21
|
const getComponentClasses = (classes) => {
|
|
11
|
-
return
|
|
22
|
+
return classes?.split(' ') || [];
|
|
12
23
|
};
|
|
13
24
|
const getElementClasses = (ref, componentClasses, defaultClasses = []) => {
|
|
14
|
-
|
|
15
|
-
return [...Array.from(((_a = ref.value) === null || _a === void 0 ? void 0 : _a.classList) || []), ...defaultClasses].filter((c, i, self) => !componentClasses.has(c) && self.indexOf(c) === i);
|
|
25
|
+
return [...Array.from(ref.value?.classList || []), ...defaultClasses].filter((c, i, self) => !componentClasses.has(c) && self.indexOf(c) === i);
|
|
16
26
|
};
|
|
27
|
+
/**
|
|
28
|
+
* Create a callback to define a Vue component wrapper around a Web Component.
|
|
29
|
+
*
|
|
30
|
+
* @prop name - The component tag name (i.e. `ion-button`)
|
|
31
|
+
* @prop componentProps - An array of properties on the
|
|
32
|
+
* component. These usually match up with the @Prop definitions
|
|
33
|
+
* in each component's TSX file.
|
|
34
|
+
* @prop customElement - An option custom element instance to pass
|
|
35
|
+
* to customElements.define. Only set if `includeImportCustomElements: true` in your config.
|
|
36
|
+
* @prop modelProp - The prop that v-model binds to (i.e. value)
|
|
37
|
+
* @prop modelUpdateEvent - The event that is fired from your Web Component when the value changes (i.e. ionChange)
|
|
38
|
+
*/
|
|
17
39
|
export const defineContainer = (name, defineCustomElement, componentProps = [], modelProp, modelUpdateEvent) => {
|
|
40
|
+
/**
|
|
41
|
+
* Create a Vue component wrapper around a Web Component.
|
|
42
|
+
* Note: The `props` here are not all properties on a component.
|
|
43
|
+
* They refer to whatever properties are set on an instance of a component.
|
|
44
|
+
*/
|
|
18
45
|
if (defineCustomElement !== undefined) {
|
|
19
46
|
defineCustomElement();
|
|
20
47
|
}
|
|
21
48
|
const Container = defineComponent((props, { attrs, slots, emit }) => {
|
|
22
|
-
var _a;
|
|
23
49
|
let modelPropValue = props[modelProp];
|
|
24
50
|
const containerRef = ref();
|
|
25
51
|
const classes = new Set(getComponentClasses(attrs.class));
|
|
52
|
+
/**
|
|
53
|
+
* This directive is responsible for updating any reactive
|
|
54
|
+
* reference associated with v-model on the component.
|
|
55
|
+
* This code must be run inside of the "created" callback.
|
|
56
|
+
* Since the following listener callbacks as well as any potential
|
|
57
|
+
* event callback defined in the developer's app are set on
|
|
58
|
+
* the same element, we need to make sure the following callbacks
|
|
59
|
+
* are set first so they fire first. If the developer's callback fires first
|
|
60
|
+
* then the reactive reference will not have been updated yet.
|
|
61
|
+
*/
|
|
26
62
|
const vModelDirective = {
|
|
27
63
|
created: (el) => {
|
|
28
64
|
const eventsNames = Array.isArray(modelUpdateEvent) ? modelUpdateEvent : [modelUpdateEvent];
|
|
29
65
|
eventsNames.forEach((eventName) => {
|
|
30
66
|
el.addEventListener(eventName.toLowerCase(), (e) => {
|
|
67
|
+
/**
|
|
68
|
+
* Only update the v-model binding if the event's target is the element we are
|
|
69
|
+
* listening on. For example, Component A could emit ionChange, but it could also
|
|
70
|
+
* have a descendant Component B that also emits ionChange. We only want to update
|
|
71
|
+
* the v-model for Component A when ionChange originates from that element and not
|
|
72
|
+
* when ionChange bubbles up from Component B.
|
|
73
|
+
*/
|
|
31
74
|
if (e.target.tagName === el.tagName) {
|
|
32
|
-
modelPropValue = (e
|
|
75
|
+
modelPropValue = (e?.target)[modelProp];
|
|
33
76
|
emit(UPDATE_VALUE_EVENT, modelPropValue);
|
|
34
77
|
}
|
|
35
78
|
});
|
|
@@ -37,13 +80,21 @@ export const defineContainer = (name, defineCustomElement, componentProps = [],
|
|
|
37
80
|
},
|
|
38
81
|
};
|
|
39
82
|
const currentInstance = getCurrentInstance();
|
|
40
|
-
const hasRouter =
|
|
83
|
+
const hasRouter = currentInstance?.appContext?.provides[NAV_MANAGER];
|
|
41
84
|
const navManager = hasRouter ? inject(NAV_MANAGER) : undefined;
|
|
42
85
|
const handleRouterLink = (ev) => {
|
|
43
86
|
const { routerLink } = props;
|
|
44
87
|
if (routerLink === EMPTY_PROP)
|
|
45
88
|
return;
|
|
46
89
|
if (navManager !== undefined) {
|
|
90
|
+
/**
|
|
91
|
+
* This prevents the browser from
|
|
92
|
+
* performing a page reload when pressing
|
|
93
|
+
* an Ionic component with routerLink.
|
|
94
|
+
* The page reload interferes with routing
|
|
95
|
+
* and causes ion-back-button to disappear
|
|
96
|
+
* since the local history is wiped on reload.
|
|
97
|
+
*/
|
|
47
98
|
ev.preventDefault();
|
|
48
99
|
let navigationPayload = { event: ev };
|
|
49
100
|
for (const key in props) {
|
|
@@ -77,6 +128,12 @@ export const defineContainer = (name, defineCustomElement, componentProps = [],
|
|
|
77
128
|
class: getElementClasses(containerRef, classes),
|
|
78
129
|
onClick: handleClick,
|
|
79
130
|
};
|
|
131
|
+
/**
|
|
132
|
+
* We can use Object.entries here
|
|
133
|
+
* to avoid the hasOwnProperty check,
|
|
134
|
+
* but that would require 2 iterations
|
|
135
|
+
* where as this only requires 1.
|
|
136
|
+
*/
|
|
80
137
|
for (const key in props) {
|
|
81
138
|
const value = props[key];
|
|
82
139
|
if ((props.hasOwnProperty(key) && value !== EMPTY_PROP) || key.startsWith(ARIA_PROP_PREFIX)) {
|
|
@@ -84,16 +141,39 @@ export const defineContainer = (name, defineCustomElement, componentProps = [],
|
|
|
84
141
|
}
|
|
85
142
|
}
|
|
86
143
|
if (modelProp) {
|
|
144
|
+
/**
|
|
145
|
+
* If form value property was set using v-model
|
|
146
|
+
* then we should use that value.
|
|
147
|
+
* Otherwise, check to see if form value property
|
|
148
|
+
* was set as a static value (i.e. no v-model).
|
|
149
|
+
*/
|
|
87
150
|
if (props[MODEL_VALUE] !== EMPTY_PROP) {
|
|
88
|
-
propsToAdd =
|
|
151
|
+
propsToAdd = {
|
|
152
|
+
...propsToAdd,
|
|
153
|
+
[modelProp]: props[MODEL_VALUE],
|
|
154
|
+
};
|
|
89
155
|
}
|
|
90
156
|
else if (modelPropValue !== EMPTY_PROP) {
|
|
91
|
-
propsToAdd =
|
|
157
|
+
propsToAdd = {
|
|
158
|
+
...propsToAdd,
|
|
159
|
+
[modelProp]: modelPropValue,
|
|
160
|
+
};
|
|
92
161
|
}
|
|
93
162
|
}
|
|
163
|
+
// If router link is defined, add href to props
|
|
164
|
+
// in order to properly render an anchor tag inside
|
|
165
|
+
// of components that should become activatable and
|
|
166
|
+
// focusable with router link.
|
|
94
167
|
if (props[ROUTER_LINK_VALUE] !== EMPTY_PROP) {
|
|
95
|
-
propsToAdd =
|
|
168
|
+
propsToAdd = {
|
|
169
|
+
...propsToAdd,
|
|
170
|
+
href: props[ROUTER_LINK_VALUE],
|
|
171
|
+
};
|
|
96
172
|
}
|
|
173
|
+
/**
|
|
174
|
+
* vModelDirective is only needed on components that support v-model.
|
|
175
|
+
* As a result, we conditionally call withDirectives with v-model components.
|
|
176
|
+
*/
|
|
97
177
|
const node = h(name, propsToAdd, slots.default && slots.default());
|
|
98
178
|
return modelProp === undefined ? node : withDirectives(node, [[vModelDirective]]);
|
|
99
179
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/lib/stencil-generated/vue-component-lib/utils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/lib/stencil-generated/vue-component-lib/utils.ts"],"names":[],"mappings":"AAAA,cAAc;AACd,wGAAwG;AACxG,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,CAAC,EAAE,MAAM,EAAE,GAAG,EAAO,cAAc,EAAE,MAAM,KAAK,CAAC;AAM/F,MAAM,kBAAkB,GAAG,mBAAmB,CAAC;AAC/C,MAAM,WAAW,GAAG,YAAY,CAAC;AACjC,MAAM,iBAAiB,GAAG,YAAY,CAAC;AACvC,MAAM,WAAW,GAAG,YAAY,CAAC;AACjC,MAAM,kBAAkB,GAAG,QAAQ,CAAC;AACpC,MAAM,gBAAgB,GAAG,MAAM,CAAC;AAChC;;;;;;;;GAQG;AACH,MAAM,UAAU,GAAG,MAAM,EAAE,CAAC;AAC5B,MAAM,kBAAkB,GAAG,EAAE,OAAO,EAAE,UAAU,EAAE,CAAC;AAMnD,MAAM,mBAAmB,GAAG,CAAC,OAAgB,EAAE,EAAE;IAC/C,OAAQ,OAAkB,EAAE,KAAK,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC;AAC/C,CAAC,CAAC;AAEF,MAAM,iBAAiB,GAAG,CACxB,GAAiC,EACjC,gBAA6B,EAC7B,iBAA2B,EAAE,EAC7B,EAAE;IACF,OAAO,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,SAAS,IAAI,EAAE,CAAC,EAAE,GAAG,cAAc,CAAC,CAAC,MAAM,CAC1E,CAAC,CAAS,EAAE,CAAC,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC,gBAAgB,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,CAC1E,CAAC;AACJ,CAAC,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,CAC7B,IAAY,EACZ,mBAAwB,EACxB,iBAA2B,EAAE,EAC7B,SAAkB,EAClB,gBAAyB,EACzB,EAAE;IACF;;;;OAIG;IAEH,IAAI,mBAAmB,KAAK,SAAS,EAAE,CAAC;QACtC,mBAAmB,EAAE,CAAC;IACxB,CAAC;IAED,MAAM,SAAS,GAAG,eAAe,CAAiC,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,EAAE;QAClG,IAAI,cAAc,GAAG,KAAK,CAAC,SAAS,CAAC,CAAC;QACtC,MAAM,YAAY,GAAG,GAAG,EAAe,CAAC;QACxC,MAAM,OAAO,GAAG,IAAI,GAAG,CAAC,mBAAmB,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC;QAE1D;;;;;;;;;WASG;QACH,MAAM,eAAe,GAAG;YACtB,OAAO,EAAE,CAAC,EAAe,EAAE,EAAE;gBAC3B,MAAM,WAAW,GAAG,KAAK,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC;gBAC5F,WAAW,CAAC,OAAO,CAAC,CAAC,SAAiB,EAAE,EAAE;oBACxC,EAAE,CAAC,gBAAgB,CAAC,SAAS,CAAC,WAAW,EAAE,EAAE,CAAC,CAAQ,EAAE,EAAE;wBACxD;;;;;;2BAMG;wBACH,IAAI,CAAC,CAAC,MAAM,CAAC,OAAO,KAAK,EAAE,CAAC,OAAO,EAAE,CAAC;4BACpC,cAAc,GAAG,CAAC,CAAC,EAAE,MAAc,CAAA,CAAC,SAAS,CAAC,CAAC;4BAC/C,IAAI,CAAC,kBAAkB,EAAE,cAAc,CAAC,CAAC;wBAC3C,CAAC;oBACH,CAAC,CAAC,CAAC;gBACL,CAAC,CAAC,CAAC;YACL,CAAC;SACF,CAAC;QAEF,MAAM,eAAe,GAAG,kBAAkB,EAAE,CAAC;QAC7C,MAAM,SAAS,GAAG,eAAe,EAAE,UAAU,EAAE,QAAQ,CAAC,WAAW,CAAC,CAAC;QACrE,MAAM,UAAU,GAA2B,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;QACvF,MAAM,gBAAgB,GAAG,CAAC,EAAS,EAAE,EAAE;YACrC,MAAM,EAAE,UAAU,EAAE,GAAG,KAAK,CAAC;YAC7B,IAAI,UAAU,KAAK,UAAU;gBAAE,OAAO;YAEtC,IAAI,UAAU,KAAK,SAAS,EAAE,CAAC;gBAC7B;;;;;;;mBAOG;gBACH,EAAE,CAAC,cAAc,EAAE,CAAC;gBAEpB,IAAI,iBAAiB,GAAQ,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC;gBAC3C,KAAK,MAAM,GAAG,IAAI,KAAK,EAAE,CAAC;oBACxB,MAAM,KAAK,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC;oBACzB,IAAI,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,GAAG,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,KAAK,KAAK,UAAU,EAAE,CAAC;wBAC5F,iBAAiB,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;oBACjC,CAAC;gBACH,CAAC;gBAED,UAAU,CAAC,QAAQ,CAAC,iBAAiB,CAAC,CAAC;YACzC,CAAC;iBAAM,CAAC;gBACN,OAAO,CAAC,IAAI,CAAC,oFAAoF,CAAC,CAAC;YACrG,CAAC;QACH,CAAC,CAAC;QAEF,OAAO,GAAG,EAAE;YACV,cAAc,GAAG,KAAK,CAAC,SAAS,CAAC,CAAC;YAElC,mBAAmB,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE;gBACjD,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;YACrB,CAAC,CAAC,CAAC;YAEH,MAAM,QAAQ,GAAG,KAAK,CAAC,OAAO,CAAC;YAC/B,MAAM,WAAW,GAAG,CAAC,EAAS,EAAE,EAAE;gBAChC,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;oBAC3B,QAAQ,CAAC,EAAE,CAAC,CAAC;gBACf,CAAC;gBACD,IAAI,CAAC,EAAE,CAAC,gBAAgB,EAAE,CAAC;oBACzB,gBAAgB,CAAC,EAAE,CAAC,CAAC;gBACvB,CAAC;YACH,CAAC,CAAC;YAEF,IAAI,UAAU,GAAQ;gBACpB,GAAG,EAAE,YAAY;gBACjB,KAAK,EAAE,iBAAiB,CAAC,YAAY,EAAE,OAAO,CAAC;gBAC/C,OAAO,EAAE,WAAW;aACrB,CAAC;YAEF;;;;;eAKG;YACH,KAAK,MAAM,GAAG,IAAI,KAAK,EAAE,CAAC;gBACxB,MAAM,KAAK,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC;gBACzB,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,KAAK,KAAK,UAAU,CAAC,IAAI,GAAG,CAAC,UAAU,CAAC,gBAAgB,CAAC,EAAE,CAAC;oBAC5F,UAAU,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;gBAC1B,CAAC;YACH,CAAC;YAED,IAAI,SAAS,EAAE,CAAC;gBACd;;;;;mBAKG;gBACH,IAAI,KAAK,CAAC,WAAW,CAAC,KAAK,UAAU,EAAE,CAAC;oBACtC,UAAU,GAAG;wBACX,GAAG,UAAU;wBACb,CAAC,SAAS,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;qBAChC,CAAC;gBACJ,CAAC;qBAAM,IAAI,cAAc,KAAK,UAAU,EAAE,CAAC;oBACzC,UAAU,GAAG;wBACX,GAAG,UAAU;wBACb,CAAC,SAAS,CAAC,EAAE,cAAc;qBAC5B,CAAC;gBACJ,CAAC;YACH,CAAC;YAED,+CAA+C;YAC/C,mDAAmD;YACnD,mDAAmD;YACnD,8BAA8B;YAC9B,IAAI,KAAK,CAAC,iBAAiB,CAAC,KAAK,UAAU,EAAE,CAAC;gBAC5C,UAAU,GAAG;oBACX,GAAG,UAAU;oBACb,IAAI,EAAE,KAAK,CAAC,iBAAiB,CAAC;iBAC/B,CAAC;YACJ,CAAC;YAED;;;eAGG;YACH,MAAM,IAAI,GAAG,CAAC,CAAC,IAAI,EAAE,UAAU,EAAE,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;YACnE,OAAO,SAAS,KAAK,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,IAAI,EAAE,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;QACpF,CAAC,CAAC;IACJ,CAAC,CAAC,CAAC;IAEH,IAAI,OAAO,SAAS,KAAK,UAAU,EAAE,CAAC;QACpC,SAAS,CAAC,IAAI,GAAG,IAAI,CAAC;QAEtB,SAAS,CAAC,KAAK,GAAG;YAChB,CAAC,iBAAiB,CAAC,EAAE,kBAAkB;SACxC,CAAC;QAEF,cAAc,CAAC,OAAO,CAAC,CAAC,aAAa,EAAE,EAAE;YACvC,SAAS,CAAC,KAAK,CAAC,aAAa,CAAC,GAAG,kBAAkB,CAAC;QACtD,CAAC,CAAC,CAAC;QAEH,IAAI,SAAS,EAAE,CAAC;YACd,SAAS,CAAC,KAAK,CAAC,WAAW,CAAC,GAAG,kBAAkB,CAAC;YAClD,SAAS,CAAC,KAAK,GAAG,CAAC,kBAAkB,CAAC,CAAC;QACzC,CAAC;IACH,CAAC;IAED,OAAO,SAAS,CAAC;AACnB,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,26 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@six-group/ui-library-vue",
|
|
3
|
-
"version": "0.0.0-insider.
|
|
3
|
+
"version": "0.0.0-insider.bf4fa64",
|
|
4
4
|
"description": "Vue wrapper components for @six-group/ui-library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
|
+
"type": "module",
|
|
6
7
|
"types": "dist/index.d.ts",
|
|
7
8
|
"files": [
|
|
8
9
|
"dist"
|
|
9
10
|
],
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/six-group/six-webcomponents.git"
|
|
14
|
+
},
|
|
15
|
+
"exports": {
|
|
16
|
+
".": {
|
|
17
|
+
"types": "./dist/index.d.ts",
|
|
18
|
+
"import": "./dist/index.js"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
10
21
|
"scripts": {
|
|
11
22
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
12
23
|
"build": "npm run tsc",
|
|
13
|
-
"tsc": "tsc -p . --outDir ./dist"
|
|
24
|
+
"tsc": "tsc -p . --outDir ./dist",
|
|
25
|
+
"watch": "npm run build -- --watch"
|
|
14
26
|
},
|
|
15
27
|
"publishConfig": {
|
|
16
|
-
"access": "public"
|
|
28
|
+
"access": "public",
|
|
29
|
+
"provenance": true
|
|
30
|
+
},
|
|
31
|
+
"dependencies": {
|
|
32
|
+
"@six-group/ui-library": "*"
|
|
17
33
|
},
|
|
18
34
|
"peerDependencies": {
|
|
19
35
|
"@six-group/ui-library": "*"
|
|
20
36
|
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"typescript": "~5.9.3"
|
|
39
|
+
},
|
|
21
40
|
"private": false,
|
|
22
41
|
"sideEffects": false,
|
|
23
42
|
"engines": {
|
|
24
|
-
"node": ">=
|
|
43
|
+
"node": ">=24"
|
|
25
44
|
}
|
|
26
45
|
}
|