@six-group/ui-library-vue 0.0.0-insider.6705a47 → 0.0.0-insider.70f28c9
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/plugin.js +1 -4
- package/dist/plugin.js.map +1 -1
- package/dist/stencil-generated/components.d.ts +57 -53
- package/dist/stencil-generated/components.js +57 -18
- package/dist/stencil-generated/components.js.map +1 -1
- package/dist/stencil-generated/vue-component-lib/utils.d.ts +1 -1
- package/dist/stencil-generated/vue-component-lib/utils.js +8 -2
- package/dist/stencil-generated/vue-component-lib/utils.js.map +1 -1
- package/package.json +4 -3
package/dist/plugin.js
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { defineCustomElements } from '@six-group/ui-library/loader';
|
|
2
2
|
export const UiLibraryVue = {
|
|
3
3
|
async install(app, options) {
|
|
4
|
-
if (options === null || options === void 0 ? void 0 : options.applyPolyfills) {
|
|
5
|
-
await applyPolyfills();
|
|
6
|
-
}
|
|
7
4
|
defineCustomElements();
|
|
8
5
|
if (options === null || options === void 0 ? void 0 : options.router) {
|
|
9
6
|
const navManager = {
|
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,
|
|
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,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"}
|
|
@@ -1,54 +1,58 @@
|
|
|
1
1
|
import type { JSX } from '@six-group/ui-library';
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const SixDatepicker: (
|
|
10
|
-
export declare const SixDetails: (
|
|
11
|
-
export declare const SixDialog: (
|
|
12
|
-
export declare const SixDrawer: (
|
|
13
|
-
export declare const SixDropdown: (
|
|
14
|
-
export declare const SixError: (
|
|
15
|
-
export declare const SixErrorPage: (
|
|
16
|
-
export declare const SixFileList: (
|
|
17
|
-
export declare const SixFileListItem: (
|
|
18
|
-
export declare const SixFileUpload: (
|
|
19
|
-
export declare const SixFooter: (
|
|
20
|
-
export declare const SixGroupLabel: (
|
|
21
|
-
export declare const SixHeader: (
|
|
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
|
|
2
|
+
export declare const SixAlert: import("vue").DefineSetupFnComponent<JSX.SixAlert & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixAlert & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
3
|
+
export declare const SixAvatar: import("vue").DefineSetupFnComponent<JSX.SixAvatar & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixAvatar & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
4
|
+
export declare const SixBadge: import("vue").DefineSetupFnComponent<JSX.SixBadge & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixBadge & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
5
|
+
export declare const SixButton: import("vue").DefineSetupFnComponent<JSX.SixButton & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
6
|
+
export declare const SixCard: import("vue").DefineSetupFnComponent<JSX.SixCard & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixCard & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
7
|
+
export declare const SixCheckbox: import("vue").DefineSetupFnComponent<JSX.SixCheckbox & import("./vue-component-lib/utils").InputProps<boolean>, {}, {}, JSX.SixCheckbox & import("./vue-component-lib/utils").InputProps<boolean> & {}, import("vue").PublicProps>;
|
|
8
|
+
export declare const SixDate: import("vue").DefineSetupFnComponent<JSX.SixDate & import("./vue-component-lib/utils").InputProps<string>, {}, {}, JSX.SixDate & import("./vue-component-lib/utils").InputProps<string> & {}, import("vue").PublicProps>;
|
|
9
|
+
export declare const SixDatepicker: import("vue").DefineSetupFnComponent<JSX.SixDatepicker & import("./vue-component-lib/utils").InputProps<Date>, {}, {}, JSX.SixDatepicker & import("./vue-component-lib/utils").InputProps<Date> & {}, import("vue").PublicProps>;
|
|
10
|
+
export declare const SixDetails: import("vue").DefineSetupFnComponent<JSX.SixDetails & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixDetails & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
11
|
+
export declare const SixDialog: import("vue").DefineSetupFnComponent<JSX.SixDialog & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixDialog & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
12
|
+
export declare const SixDrawer: import("vue").DefineSetupFnComponent<JSX.SixDrawer & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixDrawer & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
13
|
+
export declare const SixDropdown: import("vue").DefineSetupFnComponent<JSX.SixDropdown & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixDropdown & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
14
|
+
export declare const SixError: import("vue").DefineSetupFnComponent<JSX.SixError & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixError & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
15
|
+
export declare const SixErrorPage: import("vue").DefineSetupFnComponent<JSX.SixErrorPage & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixErrorPage & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
16
|
+
export declare const SixFileList: import("vue").DefineSetupFnComponent<JSX.SixFileList & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixFileList & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
17
|
+
export declare const SixFileListItem: import("vue").DefineSetupFnComponent<JSX.SixFileListItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixFileListItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
18
|
+
export declare const SixFileUpload: import("vue").DefineSetupFnComponent<JSX.SixFileUpload & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixFileUpload & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
19
|
+
export declare const SixFooter: import("vue").DefineSetupFnComponent<JSX.SixFooter & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixFooter & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
20
|
+
export declare const SixGroupLabel: import("vue").DefineSetupFnComponent<JSX.SixGroupLabel & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixGroupLabel & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
21
|
+
export declare const SixHeader: import("vue").DefineSetupFnComponent<JSX.SixHeader & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixHeader & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
22
|
+
export declare const SixHeaderDropdownItem: import("vue").DefineSetupFnComponent<JSX.SixHeaderDropdownItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixHeaderDropdownItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
23
|
+
export declare const SixHeaderItem: import("vue").DefineSetupFnComponent<JSX.SixHeaderItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixHeaderItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
24
|
+
export declare const SixHeaderMenuButton: import("vue").DefineSetupFnComponent<JSX.SixHeaderMenuButton & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixHeaderMenuButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
25
|
+
export declare const SixIcon: import("vue").DefineSetupFnComponent<JSX.SixIcon & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixIcon & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
26
|
+
export declare const SixIconButton: import("vue").DefineSetupFnComponent<JSX.SixIconButton & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixIconButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
27
|
+
export declare const SixInput: import("vue").DefineSetupFnComponent<JSX.SixInput & import("./vue-component-lib/utils").InputProps<string>, {}, {}, JSX.SixInput & import("./vue-component-lib/utils").InputProps<string> & {}, import("vue").PublicProps>;
|
|
28
|
+
export declare const SixItemPicker: import("vue").DefineSetupFnComponent<JSX.SixItemPicker & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixItemPicker & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
29
|
+
export declare const SixLanguageSwitcher: import("vue").DefineSetupFnComponent<JSX.SixLanguageSwitcher & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixLanguageSwitcher & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
30
|
+
export declare const SixLayoutGrid: import("vue").DefineSetupFnComponent<JSX.SixLayoutGrid & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixLayoutGrid & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
31
|
+
export declare const SixLogo: import("vue").DefineSetupFnComponent<JSX.SixLogo & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixLogo & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
32
|
+
export declare const SixMainContainer: import("vue").DefineSetupFnComponent<JSX.SixMainContainer & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixMainContainer & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
33
|
+
export declare const SixMenu: import("vue").DefineSetupFnComponent<JSX.SixMenu & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixMenu & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
34
|
+
export declare const SixMenuDivider: import("vue").DefineSetupFnComponent<JSX.SixMenuDivider & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixMenuDivider & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
35
|
+
export declare const SixMenuItem: import("vue").DefineSetupFnComponent<JSX.SixMenuItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixMenuItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
36
|
+
export declare const SixMenuLabel: import("vue").DefineSetupFnComponent<JSX.SixMenuLabel & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixMenuLabel & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
37
|
+
export declare const SixPicto: import("vue").DefineSetupFnComponent<JSX.SixPicto & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixPicto & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
38
|
+
export declare const SixProgressBar: import("vue").DefineSetupFnComponent<JSX.SixProgressBar & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixProgressBar & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
39
|
+
export declare const SixProgressRing: import("vue").DefineSetupFnComponent<JSX.SixProgressRing & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixProgressRing & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
40
|
+
export declare const SixRadio: import("vue").DefineSetupFnComponent<JSX.SixRadio & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixRadio & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
41
|
+
export declare const SixRange: import("vue").DefineSetupFnComponent<JSX.SixRange & import("./vue-component-lib/utils").InputProps<number>, {}, {}, JSX.SixRange & import("./vue-component-lib/utils").InputProps<number> & {}, import("vue").PublicProps>;
|
|
42
|
+
export declare const SixRoot: import("vue").DefineSetupFnComponent<JSX.SixRoot & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixRoot & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
43
|
+
export declare const SixSearchField: import("vue").DefineSetupFnComponent<JSX.SixSearchField & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixSearchField & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
44
|
+
export declare const SixSelect: import("vue").DefineSetupFnComponent<JSX.SixSelect & import("./vue-component-lib/utils").InputProps<string | string[]>, {}, {}, JSX.SixSelect & import("./vue-component-lib/utils").InputProps<string | string[]> & {}, import("vue").PublicProps>;
|
|
45
|
+
export declare const SixSidebar: import("vue").DefineSetupFnComponent<JSX.SixSidebar & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixSidebar & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
46
|
+
export declare const SixSidebarItem: import("vue").DefineSetupFnComponent<JSX.SixSidebarItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixSidebarItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
47
|
+
export declare const SixSidebarItemGroup: import("vue").DefineSetupFnComponent<JSX.SixSidebarItemGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixSidebarItemGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
48
|
+
export declare const SixSpinner: import("vue").DefineSetupFnComponent<JSX.SixSpinner & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixSpinner & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
49
|
+
export declare const SixStageIndicator: import("vue").DefineSetupFnComponent<JSX.SixStageIndicator & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixStageIndicator & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
50
|
+
export declare const SixSwitch: import("vue").DefineSetupFnComponent<JSX.SixSwitch & import("./vue-component-lib/utils").InputProps<boolean>, {}, {}, JSX.SixSwitch & import("./vue-component-lib/utils").InputProps<boolean> & {}, import("vue").PublicProps>;
|
|
51
|
+
export declare const SixTab: import("vue").DefineSetupFnComponent<JSX.SixTab & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixTab & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
52
|
+
export declare const SixTabGroup: import("vue").DefineSetupFnComponent<JSX.SixTabGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixTabGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
53
|
+
export declare const SixTabPanel: import("vue").DefineSetupFnComponent<JSX.SixTabPanel & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixTabPanel & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
54
|
+
export declare const SixTag: import("vue").DefineSetupFnComponent<JSX.SixTag & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixTag & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
55
|
+
export declare const SixTextarea: import("vue").DefineSetupFnComponent<JSX.SixTextarea & import("./vue-component-lib/utils").InputProps<string>, {}, {}, JSX.SixTextarea & import("./vue-component-lib/utils").InputProps<string> & {}, import("vue").PublicProps>;
|
|
56
|
+
export declare const SixTile: import("vue").DefineSetupFnComponent<JSX.SixTile & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixTile & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
57
|
+
export declare const SixTimepicker: import("vue").DefineSetupFnComponent<JSX.SixTimepicker & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixTimepicker & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
58
|
+
export declare const SixTooltip: import("vue").DefineSetupFnComponent<JSX.SixTooltip & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.SixTooltip & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { defineContainer } from './vue-component-lib/utils';
|
|
2
|
-
export const SetAttributes = defineContainer('set-attributes', undefined, [
|
|
3
|
-
'value'
|
|
4
|
-
]);
|
|
5
2
|
export const SixAlert = defineContainer('six-alert', undefined, [
|
|
6
3
|
'open',
|
|
7
4
|
'closable',
|
|
@@ -57,6 +54,29 @@ export const SixCheckbox = defineContainer('six-checkbox', undefined, [
|
|
|
57
54
|
'six-checkbox-change',
|
|
58
55
|
'six-checkbox-focus'
|
|
59
56
|
], 'checked', 'change');
|
|
57
|
+
export const SixDate = defineContainer('six-date', undefined, [
|
|
58
|
+
'language',
|
|
59
|
+
'readonly',
|
|
60
|
+
'disabled',
|
|
61
|
+
'allowedDates',
|
|
62
|
+
'min',
|
|
63
|
+
'max',
|
|
64
|
+
'size',
|
|
65
|
+
'required',
|
|
66
|
+
'placeholder',
|
|
67
|
+
'value',
|
|
68
|
+
'dateFormat',
|
|
69
|
+
'label',
|
|
70
|
+
'helpText',
|
|
71
|
+
'errorText',
|
|
72
|
+
'errorTextCount',
|
|
73
|
+
'invalid',
|
|
74
|
+
'debounce',
|
|
75
|
+
'name',
|
|
76
|
+
'clearable',
|
|
77
|
+
'six-change',
|
|
78
|
+
'six-blur'
|
|
79
|
+
], 'value', 'change');
|
|
60
80
|
export const SixDatepicker = defineContainer('six-datepicker', undefined, [
|
|
61
81
|
'type',
|
|
62
82
|
'locale',
|
|
@@ -143,6 +163,7 @@ export const SixDropdown = defineContainer('six-dropdown', undefined, [
|
|
|
143
163
|
'disableHideOnEnterAndSpace',
|
|
144
164
|
'options',
|
|
145
165
|
'virtualScroll',
|
|
166
|
+
'matchTriggerWidth',
|
|
146
167
|
'six-dropdown-show',
|
|
147
168
|
'six-dropdown-after-show',
|
|
148
169
|
'six-dropdown-hide',
|
|
@@ -177,6 +198,9 @@ export const SixFileUpload = defineContainer('six-file-upload', undefined, [
|
|
|
177
198
|
'accept',
|
|
178
199
|
'multiple',
|
|
179
200
|
'maxFileSize',
|
|
201
|
+
'uploading',
|
|
202
|
+
'errorText',
|
|
203
|
+
'invalid',
|
|
180
204
|
'six-file-upload-success',
|
|
181
205
|
'six-file-upload-failure'
|
|
182
206
|
]);
|
|
@@ -190,16 +214,21 @@ export const SixGroupLabel = defineContainer('six-group-label', undefined, [
|
|
|
190
214
|
]);
|
|
191
215
|
export const SixHeader = defineContainer('six-header', undefined, [
|
|
192
216
|
'shiftContent',
|
|
193
|
-
'
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
'
|
|
197
|
-
'
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
'
|
|
201
|
-
|
|
202
|
-
|
|
217
|
+
'openSearch'
|
|
218
|
+
]);
|
|
219
|
+
export const SixHeaderDropdownItem = defineContainer('six-header-dropdown-item', undefined, [
|
|
220
|
+
'filter',
|
|
221
|
+
'filterPlaceholder'
|
|
222
|
+
]);
|
|
223
|
+
export const SixHeaderItem = defineContainer('six-header-item', undefined, [
|
|
224
|
+
'active'
|
|
225
|
+
]);
|
|
226
|
+
export const SixHeaderMenuButton = defineContainer('six-header-menu-button', undefined, [
|
|
227
|
+
'caret',
|
|
228
|
+
'disabled',
|
|
229
|
+
'loading',
|
|
230
|
+
'submit',
|
|
231
|
+
'reset'
|
|
203
232
|
]);
|
|
204
233
|
export const SixIcon = defineContainer('six-icon', undefined, [
|
|
205
234
|
'size',
|
|
@@ -210,7 +239,10 @@ export const SixIconButton = defineContainer('six-icon-button', undefined, [
|
|
|
210
239
|
'size',
|
|
211
240
|
'label',
|
|
212
241
|
'disabled',
|
|
213
|
-
'html'
|
|
242
|
+
'html',
|
|
243
|
+
'href',
|
|
244
|
+
'target',
|
|
245
|
+
'download'
|
|
214
246
|
]);
|
|
215
247
|
export const SixInput = defineContainer('six-input', undefined, [
|
|
216
248
|
'type',
|
|
@@ -228,6 +260,7 @@ export const SixInput = defineContainer('six-input', undefined, [
|
|
|
228
260
|
'max',
|
|
229
261
|
'step',
|
|
230
262
|
'pattern',
|
|
263
|
+
'dropdownSearch',
|
|
231
264
|
'required',
|
|
232
265
|
'autocapitalize',
|
|
233
266
|
'autocorrect',
|
|
@@ -274,6 +307,9 @@ export const SixLanguageSwitcher = defineContainer('six-language-switcher', unde
|
|
|
274
307
|
export const SixLayoutGrid = defineContainer('six-layout-grid', undefined, [
|
|
275
308
|
'columns'
|
|
276
309
|
]);
|
|
310
|
+
export const SixLogo = defineContainer('six-logo', undefined, [
|
|
311
|
+
'brand'
|
|
312
|
+
]);
|
|
277
313
|
export const SixMainContainer = defineContainer('six-main-container', undefined, [
|
|
278
314
|
'padded'
|
|
279
315
|
]);
|
|
@@ -284,10 +320,12 @@ export const SixMenu = defineContainer('six-menu', undefined, [
|
|
|
284
320
|
'virtualScroll',
|
|
285
321
|
'itemSize',
|
|
286
322
|
'scrollingDebounce',
|
|
323
|
+
'disableKeyboardHandling',
|
|
287
324
|
'six-menu-item-selected'
|
|
288
325
|
]);
|
|
289
326
|
export const SixMenuDivider = defineContainer('six-menu-divider', undefined);
|
|
290
327
|
export const SixMenuItem = defineContainer('six-menu-item', undefined, [
|
|
328
|
+
'checkType',
|
|
291
329
|
'checked',
|
|
292
330
|
'value',
|
|
293
331
|
'disabled'
|
|
@@ -335,11 +373,9 @@ export const SixRange = defineContainer('six-range', undefined, [
|
|
|
335
373
|
'six-range-focus'
|
|
336
374
|
], 'value', 'input');
|
|
337
375
|
export const SixRoot = defineContainer('six-root', undefined, [
|
|
338
|
-
'breakpoint',
|
|
339
376
|
'padded',
|
|
340
377
|
'stage',
|
|
341
|
-
'version'
|
|
342
|
-
'six-root-collapsed'
|
|
378
|
+
'version'
|
|
343
379
|
]);
|
|
344
380
|
export const SixSearchField = defineContainer('six-search-field', undefined, [
|
|
345
381
|
'placeholder',
|
|
@@ -351,7 +387,8 @@ export const SixSearchField = defineContainer('six-search-field', undefined, [
|
|
|
351
387
|
]);
|
|
352
388
|
export const SixSelect = defineContainer('six-select', undefined, [
|
|
353
389
|
'multiple',
|
|
354
|
-
'
|
|
390
|
+
'selectAllButton',
|
|
391
|
+
'selectAllText',
|
|
355
392
|
'disabled',
|
|
356
393
|
'name',
|
|
357
394
|
'placeholder',
|
|
@@ -394,6 +431,7 @@ export const SixSidebarItem = defineContainer('six-sidebar-item', undefined, [
|
|
|
394
431
|
'value',
|
|
395
432
|
'selected',
|
|
396
433
|
'disabled',
|
|
434
|
+
'icon',
|
|
397
435
|
'href'
|
|
398
436
|
]);
|
|
399
437
|
export const SixSidebarItemGroup = defineContainer('six-sidebar-item-group', undefined, [
|
|
@@ -405,6 +443,7 @@ export const SixSidebarItemGroup = defineContainer('six-sidebar-item-group', und
|
|
|
405
443
|
'href'
|
|
406
444
|
]);
|
|
407
445
|
export const SixSpinner = defineContainer('six-spinner', undefined, [
|
|
446
|
+
'logo',
|
|
408
447
|
'six'
|
|
409
448
|
]);
|
|
410
449
|
export const SixStageIndicator = defineContainer('six-stage-indicator', undefined, [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.js","sourceRoot":"","sources":["../../src/lib/stencil-generated/components.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAO5D,MAAM,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"components.js","sourceRoot":"","sources":["../../src/lib/stencil-generated/components.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export interface InputProps<T> {
|
|
2
2
|
modelValue?: T;
|
|
3
3
|
}
|
|
4
|
-
export declare const defineContainer: <Props, VModelType = string | number | boolean>(name: string, defineCustomElement: any, componentProps?: string[], modelProp?: string, modelUpdateEvent?: string) => (
|
|
4
|
+
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>;
|
|
@@ -28,8 +28,10 @@ export const defineContainer = (name, defineCustomElement, componentProps = [],
|
|
|
28
28
|
const eventsNames = Array.isArray(modelUpdateEvent) ? modelUpdateEvent : [modelUpdateEvent];
|
|
29
29
|
eventsNames.forEach((eventName) => {
|
|
30
30
|
el.addEventListener(eventName.toLowerCase(), (e) => {
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
if (e.target.tagName === el.tagName) {
|
|
32
|
+
modelPropValue = (e === null || e === void 0 ? void 0 : e.target)[modelProp];
|
|
33
|
+
emit(UPDATE_VALUE_EVENT, modelPropValue);
|
|
34
|
+
}
|
|
33
35
|
});
|
|
34
36
|
});
|
|
35
37
|
},
|
|
@@ -42,6 +44,7 @@ export const defineContainer = (name, defineCustomElement, componentProps = [],
|
|
|
42
44
|
if (routerLink === EMPTY_PROP)
|
|
43
45
|
return;
|
|
44
46
|
if (navManager !== undefined) {
|
|
47
|
+
ev.preventDefault();
|
|
45
48
|
let navigationPayload = { event: ev };
|
|
46
49
|
for (const key in props) {
|
|
47
50
|
const value = props[key];
|
|
@@ -88,6 +91,9 @@ export const defineContainer = (name, defineCustomElement, componentProps = [],
|
|
|
88
91
|
propsToAdd = Object.assign(Object.assign({}, propsToAdd), { [modelProp]: modelPropValue });
|
|
89
92
|
}
|
|
90
93
|
}
|
|
94
|
+
if (props[ROUTER_LINK_VALUE] !== EMPTY_PROP) {
|
|
95
|
+
propsToAdd = Object.assign(Object.assign({}, propsToAdd), { href: props[ROUTER_LINK_VALUE] });
|
|
96
|
+
}
|
|
91
97
|
const node = h(name, propsToAdd, slots.default && slots.default());
|
|
92
98
|
return modelProp === undefined ? node : withDirectives(node, [[vModelDirective]]);
|
|
93
99
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/lib/stencil-generated/vue-component-lib/utils.ts"],"names":[],"mappings":"AAEA,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;AAUhC,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,OAAO,CAAC,OAAkB,aAAlB,OAAO,uBAAP,OAAO,CAAa,KAAK,CAAC,GAAG,CAAC,KAAI,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,CAAA,MAAA,GAAG,CAAC,KAAK,0CAAE,SAAS,KAAI,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;AAcF,MAAM,CAAC,MAAM,eAAe,GAAG,CAC7B,IAAY,EACZ,mBAAwB,EACxB,iBAA2B,EAAE,EAC7B,SAAkB,EAClB,gBAAyB,EACzB,EAAE;IAOF,IAAI,mBAAmB,KAAK,SAAS,EAAE;QACrC,mBAAmB,EAAE,CAAC;KACvB;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;QAY1D,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;
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/lib/stencil-generated/vue-component-lib/utils.ts"],"names":[],"mappings":"AAEA,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;AAUhC,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,OAAO,CAAC,OAAkB,aAAlB,OAAO,uBAAP,OAAO,CAAa,KAAK,CAAC,GAAG,CAAC,KAAI,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,CAAA,MAAA,GAAG,CAAC,KAAK,0CAAE,SAAS,KAAI,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;AAcF,MAAM,CAAC,MAAM,eAAe,GAAG,CAC7B,IAAY,EACZ,mBAAwB,EACxB,iBAA2B,EAAE,EAC7B,SAAkB,EAClB,gBAAyB,EACzB,EAAE;IAOF,IAAI,mBAAmB,KAAK,SAAS,EAAE;QACrC,mBAAmB,EAAE,CAAC;KACvB;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;QAY1D,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;wBAQxD,IAAI,CAAC,CAAC,MAAM,CAAC,OAAO,KAAK,EAAE,CAAC,OAAO,EAAE;4BACnC,cAAc,GAAG,CAAC,CAAC,aAAD,CAAC,uBAAD,CAAC,CAAE,MAAc,CAAA,CAAC,SAAS,CAAC,CAAC;4BAC/C,IAAI,CAAC,kBAAkB,EAAE,cAAc,CAAC,CAAC;yBAC1C;oBACH,CAAC,CAAC,CAAC;gBACL,CAAC,CAAC,CAAC;YACL,CAAC;SACF,CAAC;QAEF,MAAM,eAAe,GAAG,kBAAkB,EAAE,CAAC;QAC7C,MAAM,SAAS,GAAG,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,UAAU,0CAAE,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;gBAS5B,EAAE,CAAC,cAAc,EAAE,CAAC;gBAEpB,IAAI,iBAAiB,GAAQ,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC;gBAC3C,KAAK,MAAM,GAAG,IAAI,KAAK,EAAE;oBACvB,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;wBAC3F,iBAAiB,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;qBAChC;iBACF;gBAED,UAAU,CAAC,QAAQ,CAAC,iBAAiB,CAAC,CAAC;aACxC;iBAAM;gBACL,OAAO,CAAC,IAAI,CAAC,oFAAoF,CAAC,CAAC;aACpG;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;oBAC1B,QAAQ,CAAC,EAAE,CAAC,CAAC;iBACd;gBACD,IAAI,CAAC,EAAE,CAAC,gBAAgB,EAAE;oBACxB,gBAAgB,CAAC,EAAE,CAAC,CAAC;iBACtB;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;YAQF,KAAK,MAAM,GAAG,IAAI,KAAK,EAAE;gBACvB,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;oBAC3F,UAAU,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;iBACzB;aACF;YAED,IAAI,SAAS,EAAE;gBAOb,IAAI,KAAK,CAAC,WAAW,CAAC,KAAK,UAAU,EAAE;oBACrC,UAAU,mCACL,UAAU,KACb,CAAC,SAAS,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAChC,CAAC;iBACH;qBAAM,IAAI,cAAc,KAAK,UAAU,EAAE;oBACxC,UAAU,mCACL,UAAU,KACb,CAAC,SAAS,CAAC,EAAE,cAAc,GAC5B,CAAC;iBACH;aACF;YAMD,IAAI,KAAK,CAAC,iBAAiB,CAAC,KAAK,UAAU,EAAE;gBAC3C,UAAU,mCACL,UAAU,KACb,IAAI,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAC/B,CAAC;aACH;YAMD,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;QACnC,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;YACb,SAAS,CAAC,KAAK,CAAC,WAAW,CAAC,GAAG,kBAAkB,CAAC;YAClD,SAAS,CAAC,KAAK,GAAG,CAAC,kBAAkB,CAAC,CAAC;SACxC;KACF;IAED,OAAO,SAAS,CAAC;AACnB,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@six-group/ui-library-vue",
|
|
3
|
-
"version": "0.0.0-insider.
|
|
3
|
+
"version": "0.0.0-insider.70f28c9",
|
|
4
4
|
"description": "Vue wrapper components for @six-group/ui-library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
12
12
|
"build": "npm run tsc",
|
|
13
|
-
"tsc": "tsc -p . --outDir ./dist"
|
|
13
|
+
"tsc": "tsc -p . --outDir ./dist",
|
|
14
|
+
"watch": "npm run build -- --watch"
|
|
14
15
|
},
|
|
15
16
|
"publishConfig": {
|
|
16
17
|
"access": "public"
|
|
@@ -21,6 +22,6 @@
|
|
|
21
22
|
"private": false,
|
|
22
23
|
"sideEffects": false,
|
|
23
24
|
"engines": {
|
|
24
|
-
"node": ">=
|
|
25
|
+
"node": ">=20"
|
|
25
26
|
}
|
|
26
27
|
}
|