@prefabs.tech/vue3-ui 0.12.0

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.
Files changed (107) hide show
  1. package/LICENSE +21 -0
  2. package/dist/PrefabsTechVue3UI.es.js +4151 -0
  3. package/dist/PrefabsTechVue3UI.umd.js +10 -0
  4. package/dist/src/Accordion/Index.vue.d.ts +40 -0
  5. package/dist/src/Accordion/Index.vue.d.ts.map +1 -0
  6. package/dist/src/Accordion/__tests__/component/Index.test.d.ts +2 -0
  7. package/dist/src/Accordion/__tests__/component/Index.test.d.ts.map +1 -0
  8. package/dist/src/Accordion/__tests__/snapshot/Index.test.d.ts +2 -0
  9. package/dist/src/Accordion/__tests__/snapshot/Index.test.d.ts.map +1 -0
  10. package/dist/src/Badge/Index.vue.d.ts +55 -0
  11. package/dist/src/Badge/Index.vue.d.ts.map +1 -0
  12. package/dist/src/Button/Index.vue.d.ts +131 -0
  13. package/dist/src/Button/Index.vue.d.ts.map +1 -0
  14. package/dist/src/Button/__tests__/snapshot/Button.test.d.ts +2 -0
  15. package/dist/src/Button/__tests__/snapshot/Button.test.d.ts.map +1 -0
  16. package/dist/src/Card/Index.vue.d.ts +24 -0
  17. package/dist/src/Card/Index.vue.d.ts.map +1 -0
  18. package/dist/src/ConfirmationModal/Index.vue.d.ts +45 -0
  19. package/dist/src/ConfirmationModal/Index.vue.d.ts.map +1 -0
  20. package/dist/src/Data/Index.vue.d.ts +54 -0
  21. package/dist/src/Data/Index.vue.d.ts.map +1 -0
  22. package/dist/src/Divider/Index.vue.d.ts +17 -0
  23. package/dist/src/Divider/Index.vue.d.ts.map +1 -0
  24. package/dist/src/Dropdown/Index.vue.d.ts +44 -0
  25. package/dist/src/Dropdown/Index.vue.d.ts.map +1 -0
  26. package/dist/src/Errors/Error.vue.d.ts +15 -0
  27. package/dist/src/Errors/Error.vue.d.ts.map +1 -0
  28. package/dist/src/Errors/Index.vue.d.ts +15 -0
  29. package/dist/src/Errors/Index.vue.d.ts.map +1 -0
  30. package/dist/src/FileCard/ConfirmationFileActions.vue.d.ts +53 -0
  31. package/dist/src/FileCard/ConfirmationFileActions.vue.d.ts.map +1 -0
  32. package/dist/src/FileCard/Index.vue.d.ts +157 -0
  33. package/dist/src/FileCard/Index.vue.d.ts.map +1 -0
  34. package/dist/src/FilesList/Index.vue.d.ts +152 -0
  35. package/dist/src/FilesList/Index.vue.d.ts.map +1 -0
  36. package/dist/src/FormWidgets/DebouncedInput/Index.vue.d.ts +71 -0
  37. package/dist/src/FormWidgets/DebouncedInput/Index.vue.d.ts.map +1 -0
  38. package/dist/src/GridContainer/Index.vue.d.ts +10 -0
  39. package/dist/src/GridContainer/Index.vue.d.ts.map +1 -0
  40. package/dist/src/LoadingPage/Index.vue.d.ts +15 -0
  41. package/dist/src/LoadingPage/Index.vue.d.ts.map +1 -0
  42. package/dist/src/Message/Index.vue.d.ts +62 -0
  43. package/dist/src/Message/Index.vue.d.ts.map +1 -0
  44. package/dist/src/Modal/Index.vue.d.ts +44 -0
  45. package/dist/src/Modal/Index.vue.d.ts.map +1 -0
  46. package/dist/src/Page/Index.vue.d.ts +65 -0
  47. package/dist/src/Page/Index.vue.d.ts.map +1 -0
  48. package/dist/src/Page/PageTitle.vue.d.ts +23 -0
  49. package/dist/src/Page/PageTitle.vue.d.ts.map +1 -0
  50. package/dist/src/Popup/Index.vue.d.ts +46 -0
  51. package/dist/src/Popup/Index.vue.d.ts.map +1 -0
  52. package/dist/src/ResponsiveMenu/Index.vue.d.ts +36 -0
  53. package/dist/src/ResponsiveMenu/Index.vue.d.ts.map +1 -0
  54. package/dist/src/SSOButtons/BaseButton.vue.d.ts +76 -0
  55. package/dist/src/SSOButtons/BaseButton.vue.d.ts.map +1 -0
  56. package/dist/src/SSOButtons/FacebookSignInButton.vue.d.ts +43 -0
  57. package/dist/src/SSOButtons/FacebookSignInButton.vue.d.ts.map +1 -0
  58. package/dist/src/SSOButtons/GoogleSignInButton.vue.d.ts +43 -0
  59. package/dist/src/SSOButtons/GoogleSignInButton.vue.d.ts.map +1 -0
  60. package/dist/src/SSOButtons/index.d.ts +4 -0
  61. package/dist/src/SSOButtons/index.d.ts.map +1 -0
  62. package/dist/src/SortableList/Index.vue.d.ts +24 -0
  63. package/dist/src/SortableList/Index.vue.d.ts.map +1 -0
  64. package/dist/src/Stepper/Index.vue.d.ts +41 -0
  65. package/dist/src/Stepper/Index.vue.d.ts.map +1 -0
  66. package/dist/src/TabView/Index.vue.d.ts +97 -0
  67. package/dist/src/TabView/Index.vue.d.ts.map +1 -0
  68. package/dist/src/TabView/types.d.ts +16 -0
  69. package/dist/src/TabView/types.d.ts.map +1 -0
  70. package/dist/src/TabView/utils.d.ts +5 -0
  71. package/dist/src/TabView/utils.d.ts.map +1 -0
  72. package/dist/src/TabbedPanel/Index.vue.d.ts +38 -0
  73. package/dist/src/TabbedPanel/Index.vue.d.ts.map +1 -0
  74. package/dist/src/Tooltip/Index.vue.d.ts +61 -0
  75. package/dist/src/Tooltip/Index.vue.d.ts.map +1 -0
  76. package/dist/src/YoutubeFacade/Index.vue.d.ts +55 -0
  77. package/dist/src/YoutubeFacade/Index.vue.d.ts.map +1 -0
  78. package/dist/src/components/LoadingButton.vue.d.ts +34 -0
  79. package/dist/src/components/LoadingButton.vue.d.ts.map +1 -0
  80. package/dist/src/components/LoadingIcon.vue.d.ts +3 -0
  81. package/dist/src/components/LoadingIcon.vue.d.ts.map +1 -0
  82. package/dist/src/components/SubPane.vue.d.ts +3 -0
  83. package/dist/src/components/SubPane.vue.d.ts.map +1 -0
  84. package/dist/src/index.d.ts +39 -0
  85. package/dist/src/index.d.ts.map +1 -0
  86. package/dist/src/types/dropdown-menu.d.ts +11 -0
  87. package/dist/src/types/dropdown-menu.d.ts.map +1 -0
  88. package/dist/src/types/error.d.ts +6 -0
  89. package/dist/src/types/error.d.ts.map +1 -0
  90. package/dist/src/types/file.d.ts +33 -0
  91. package/dist/src/types/file.d.ts.map +1 -0
  92. package/dist/src/types/index.d.ts +5 -0
  93. package/dist/src/types/index.d.ts.map +1 -0
  94. package/dist/src/types/stepper.d.ts +17 -0
  95. package/dist/src/types/stepper.d.ts.map +1 -0
  96. package/dist/src/utils/date.d.ts +3 -0
  97. package/dist/src/utils/date.d.ts.map +1 -0
  98. package/dist/src/utils/index.d.ts +5 -0
  99. package/dist/src/utils/index.d.ts.map +1 -0
  100. package/dist/src/utils/overlay.d.ts +3 -0
  101. package/dist/src/utils/overlay.d.ts.map +1 -0
  102. package/dist/src/utils/storage.d.ts +3 -0
  103. package/dist/src/utils/storage.d.ts.map +1 -0
  104. package/dist/src/utils/useDebouncedValue.d.ts +4 -0
  105. package/dist/src/utils/useDebouncedValue.d.ts.map +1 -0
  106. package/dist/vue3-ui.css +1 -0
  107. package/package.json +65 -0
@@ -0,0 +1,71 @@
1
+ import type { PropType } from "vue";
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ ariaLabel: {
4
+ default: string;
5
+ type: StringConstructor;
6
+ };
7
+ debounceTime: {
8
+ default: number;
9
+ required: false;
10
+ type: NumberConstructor;
11
+ };
12
+ disabled: {
13
+ default: boolean;
14
+ type: BooleanConstructor;
15
+ };
16
+ modelValue: {
17
+ default: string;
18
+ required: false;
19
+ type: PropType<string | number | null | undefined>;
20
+ };
21
+ placeholder: {
22
+ default: string;
23
+ required: false;
24
+ type: StringConstructor;
25
+ };
26
+ type: {
27
+ default: string;
28
+ required: false;
29
+ type: StringConstructor;
30
+ };
31
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
32
+ ariaLabel: {
33
+ default: string;
34
+ type: StringConstructor;
35
+ };
36
+ debounceTime: {
37
+ default: number;
38
+ required: false;
39
+ type: NumberConstructor;
40
+ };
41
+ disabled: {
42
+ default: boolean;
43
+ type: BooleanConstructor;
44
+ };
45
+ modelValue: {
46
+ default: string;
47
+ required: false;
48
+ type: PropType<string | number | null | undefined>;
49
+ };
50
+ placeholder: {
51
+ default: string;
52
+ required: false;
53
+ type: StringConstructor;
54
+ };
55
+ type: {
56
+ default: string;
57
+ required: false;
58
+ type: StringConstructor;
59
+ };
60
+ }>> & Readonly<{
61
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
62
+ }>, {
63
+ type: string;
64
+ ariaLabel: string;
65
+ disabled: boolean;
66
+ debounceTime: number;
67
+ modelValue: string | number | null | undefined;
68
+ placeholder: string;
69
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
70
+ export default _default;
71
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../../src/FormWidgets/DebouncedInput/Index.vue.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;cA+DN,QAAQ,CAAC,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA5C,QAAQ,CAAC,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;AA5D1E,wBAmIc"}
@@ -0,0 +1,10 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
2
+ default: (_: {}) => any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
10
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/GridContainer/Index.vue.ts"],"names":[],"mappings":";aA8CS,CAAC,CAAC,IAAgB,KAAK,GAAG;;AA7CnC,wBA0Dc;AACd,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
@@ -0,0 +1,15 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ loading: {
3
+ default: boolean;
4
+ type: BooleanConstructor;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ loading: {
8
+ default: boolean;
9
+ type: BooleanConstructor;
10
+ };
11
+ }>> & Readonly<{}>, {
12
+ loading: boolean;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ export default _default;
15
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/LoadingPage/Index.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAIA,wBA0Ec"}
@@ -0,0 +1,62 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ enableClose: {
3
+ default: boolean;
4
+ type: BooleanConstructor;
5
+ };
6
+ icon: {
7
+ default: null;
8
+ type: StringConstructor;
9
+ };
10
+ message: {
11
+ required: true;
12
+ type: StringConstructor;
13
+ };
14
+ severity: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ validator: (value: string) => boolean;
18
+ };
19
+ showIcon: {
20
+ default: boolean;
21
+ type: BooleanConstructor;
22
+ };
23
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
+ enableClose: {
25
+ default: boolean;
26
+ type: BooleanConstructor;
27
+ };
28
+ icon: {
29
+ default: null;
30
+ type: StringConstructor;
31
+ };
32
+ message: {
33
+ required: true;
34
+ type: StringConstructor;
35
+ };
36
+ severity: {
37
+ type: StringConstructor;
38
+ default: string;
39
+ validator: (value: string) => boolean;
40
+ };
41
+ showIcon: {
42
+ default: boolean;
43
+ type: BooleanConstructor;
44
+ };
45
+ }>> & Readonly<{
46
+ onClose?: ((...args: any[]) => any) | undefined;
47
+ }>, {
48
+ icon: string;
49
+ severity: string;
50
+ enableClose: boolean;
51
+ showIcon: boolean;
52
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
53
+ icon: (_: {}) => any;
54
+ default: (_: {}) => any;
55
+ }>;
56
+ export default _default;
57
+ type __VLS_WithTemplateSlots<T, S> = T & {
58
+ new (): {
59
+ $slots: S;
60
+ };
61
+ };
62
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/Message/Index.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;2BA6DuB,MAAM;;;;;;;;;;;;;;;;;;;;;;2BAAN,MAAM;;;;;;;;;;;;;;UAkIvB,CAAC,CAAC,IAAgB,KAAK,GAAG;aACvB,CAAC,CAAC,IAAgB,KAAK,GAAG;;AA1LnC,wBA0Mc;AACd,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
@@ -0,0 +1,44 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ dismissOnClickOut: {
3
+ default: boolean;
4
+ type: BooleanConstructor;
5
+ };
6
+ show: {
7
+ default: boolean;
8
+ type: BooleanConstructor;
9
+ };
10
+ title: {
11
+ default: string;
12
+ type: StringConstructor;
13
+ };
14
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "on:close"[], "on:close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ dismissOnClickOut: {
16
+ default: boolean;
17
+ type: BooleanConstructor;
18
+ };
19
+ show: {
20
+ default: boolean;
21
+ type: BooleanConstructor;
22
+ };
23
+ title: {
24
+ default: string;
25
+ type: StringConstructor;
26
+ };
27
+ }>> & Readonly<{
28
+ "onOn:close"?: ((...args: any[]) => any) | undefined;
29
+ }>, {
30
+ title: string;
31
+ dismissOnClickOut: boolean;
32
+ show: boolean;
33
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
34
+ header: (_: {}) => any;
35
+ default: (_: {}) => any;
36
+ footer: (_: {}) => any;
37
+ }>;
38
+ export default _default;
39
+ type __VLS_WithTemplateSlots<T, S> = T & {
40
+ new (): {
41
+ $slots: S;
42
+ };
43
+ };
44
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/Modal/Index.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAoLQ,CAAC,CAAC,IAAgB,KAAK,GAAG;aACzB,CAAC,CAAC,IAAgB,KAAK,GAAG;YAC3B,CAAC,CAAC,IAAiB,KAAK,GAAG;;AAjLnC,wBAiMc;AACd,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
@@ -0,0 +1,65 @@
1
+ import type { PropType } from "vue";
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ centered: BooleanConstructor;
4
+ loading: BooleanConstructor;
5
+ subTitle: {
6
+ default: undefined;
7
+ required: false;
8
+ type: PropType<string>;
9
+ };
10
+ title: {
11
+ default: undefined;
12
+ required: false;
13
+ type: PropType<string>;
14
+ };
15
+ titleElement: {
16
+ default: string;
17
+ type: StringConstructor;
18
+ validator: (value: string) => boolean;
19
+ };
20
+ titleTag: {
21
+ default: undefined;
22
+ type: StringConstructor;
23
+ };
24
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
+ centered: BooleanConstructor;
26
+ loading: BooleanConstructor;
27
+ subTitle: {
28
+ default: undefined;
29
+ required: false;
30
+ type: PropType<string>;
31
+ };
32
+ title: {
33
+ default: undefined;
34
+ required: false;
35
+ type: PropType<string>;
36
+ };
37
+ titleElement: {
38
+ default: string;
39
+ type: StringConstructor;
40
+ validator: (value: string) => boolean;
41
+ };
42
+ titleTag: {
43
+ default: undefined;
44
+ type: StringConstructor;
45
+ };
46
+ }>> & Readonly<{}>, {
47
+ title: string;
48
+ loading: boolean;
49
+ centered: boolean;
50
+ subTitle: string;
51
+ titleElement: string;
52
+ titleTag: string;
53
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
54
+ titleTag: (_: {}) => any;
55
+ subtitle: (_: {}) => any;
56
+ toolbar: (_: {}) => any;
57
+ default: (_: {}) => any;
58
+ }>;
59
+ export default _default;
60
+ type __VLS_WithTemplateSlots<T, S> = T & {
61
+ new (): {
62
+ $slots: S;
63
+ };
64
+ };
65
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/Page/Index.vue.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;;;;;cAoChB,QAAQ,CAAC,MAAM,CAAC;;;;;cAKhB,QAAQ,CAAC,MAAM,CAAC;;;;;2BAKb,MAAM;;;;;;;;;;;;cAVT,QAAQ,CAAC,MAAM,CAAC;;;;;cAKhB,QAAQ,CAAC,MAAM,CAAC;;;;;2BAKb,MAAM;;;;;;;;;;;;;;cA2JnB,CAAC,CAAC,IAAgB,KAAK,GAAG;cAC1B,CAAC,CAAC,IAAgB,KAAK,GAAG;aAC3B,CAAC,CAAC,IAAgB,KAAK,GAAG;aAC1B,CAAC,CAAC,IAAiB,KAAK,GAAG;;AAzMpC,wBAwNc;AACd,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
@@ -0,0 +1,23 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ title: string;
3
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
+ title: string;
5
+ }>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
6
+ toolbar: (_: {}) => any;
7
+ }>;
8
+ export default _default;
9
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
+ type __VLS_TypePropsToRuntimeProps<T> = {
11
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
12
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
13
+ } : {
14
+ type: import('vue').PropType<T[K]>;
15
+ required: true;
16
+ };
17
+ };
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
23
+ //# sourceMappingURL=PageTitle.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PageTitle.vue.d.ts","sourceRoot":"","sources":["../../../src/Page/PageTitle.vue.ts"],"names":[],"mappings":";WAQS,MAAM;;WAAN,MAAM;;aAgEN,CAAC,CAAC,IAAgB,KAAK,GAAG;;AAvEnC,wBAoFc;AACd,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
@@ -0,0 +1,46 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ ariaLabel: {
3
+ default: string;
4
+ type: StringConstructor;
5
+ };
6
+ offset: {
7
+ type: NumberConstructor;
8
+ default: number;
9
+ };
10
+ position: {
11
+ type: StringConstructor;
12
+ default: null;
13
+ };
14
+ }>, {
15
+ isVisible: import("vue").Ref<boolean, boolean>;
16
+ togglePopup: () => void;
17
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClickOutside"[], "onClickOutside", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
+ ariaLabel: {
19
+ default: string;
20
+ type: StringConstructor;
21
+ };
22
+ offset: {
23
+ type: NumberConstructor;
24
+ default: number;
25
+ };
26
+ position: {
27
+ type: StringConstructor;
28
+ default: null;
29
+ };
30
+ }>> & Readonly<{
31
+ onOnClickOutside?: ((...args: any[]) => any) | undefined;
32
+ }>, {
33
+ ariaLabel: string;
34
+ offset: number;
35
+ position: string;
36
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
37
+ default: (_: {}) => any;
38
+ content: (_: {}) => any;
39
+ }>;
40
+ export default _default;
41
+ type __VLS_WithTemplateSlots<T, S> = T & {
42
+ new (): {
43
+ $slots: S;
44
+ };
45
+ };
46
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/Popup/Index.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAkQS,CAAC,CAAC,IAAgB,KAAK,GAAG;aAC1B,CAAC,CAAC,IAAgB,KAAK,GAAG;;AA5PnC,wBAiRc;AACd,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
@@ -0,0 +1,36 @@
1
+ import type { PropType } from "vue";
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ routes: {
4
+ required: true;
5
+ type: PropType<{
6
+ name: string;
7
+ route: string;
8
+ }[]>;
9
+ };
10
+ activeRoute: {
11
+ default: string;
12
+ required: false;
13
+ type: StringConstructor;
14
+ };
15
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
+ "change-route": (route: string) => void;
17
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
+ routes: {
19
+ required: true;
20
+ type: PropType<{
21
+ name: string;
22
+ route: string;
23
+ }[]>;
24
+ };
25
+ activeRoute: {
26
+ default: string;
27
+ required: false;
28
+ type: StringConstructor;
29
+ };
30
+ }>> & Readonly<{
31
+ "onChange-route"?: ((route: string) => any) | undefined;
32
+ }>, {
33
+ activeRoute: string;
34
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
35
+ export default _default;
36
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/ResponsiveMenu/Index.vue.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;;cAwBjB,QAAQ,CAAC;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAE,EAAE,CAAC;;;;;;;;uCA+FP,IAAI;;;;cA/FxC,QAAQ,CAAC;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAE,EAAE,CAAC;;;;;;;;;;;;AArB9D,wBA6Gc"}
@@ -0,0 +1,76 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ alignCenter: BooleanConstructor;
3
+ alternativeText: {
4
+ default: undefined;
5
+ type: StringConstructor;
6
+ };
7
+ borderType: {
8
+ default: string;
9
+ type: StringConstructor;
10
+ validator: (value: string) => boolean;
11
+ };
12
+ disabled: {
13
+ default: boolean;
14
+ type: BooleanConstructor;
15
+ };
16
+ imageSource: {
17
+ required: true;
18
+ type: StringConstructor;
19
+ };
20
+ loading: {
21
+ default: boolean;
22
+ type: BooleanConstructor;
23
+ };
24
+ title: {
25
+ required: true;
26
+ type: StringConstructor;
27
+ };
28
+ variant: {
29
+ default: string;
30
+ type: StringConstructor;
31
+ validator: (value: string) => boolean;
32
+ };
33
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
34
+ alignCenter: BooleanConstructor;
35
+ alternativeText: {
36
+ default: undefined;
37
+ type: StringConstructor;
38
+ };
39
+ borderType: {
40
+ default: string;
41
+ type: StringConstructor;
42
+ validator: (value: string) => boolean;
43
+ };
44
+ disabled: {
45
+ default: boolean;
46
+ type: BooleanConstructor;
47
+ };
48
+ imageSource: {
49
+ required: true;
50
+ type: StringConstructor;
51
+ };
52
+ loading: {
53
+ default: boolean;
54
+ type: BooleanConstructor;
55
+ };
56
+ title: {
57
+ required: true;
58
+ type: StringConstructor;
59
+ };
60
+ variant: {
61
+ default: string;
62
+ type: StringConstructor;
63
+ validator: (value: string) => boolean;
64
+ };
65
+ }>> & Readonly<{
66
+ onClick?: ((...args: any[]) => any) | undefined;
67
+ }>, {
68
+ loading: boolean;
69
+ disabled: boolean;
70
+ variant: string;
71
+ alignCenter: boolean;
72
+ alternativeText: string;
73
+ borderType: string;
74
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
75
+ export default _default;
76
+ //# sourceMappingURL=BaseButton.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BaseButton.vue.d.ts","sourceRoot":"","sources":["../../../src/SSOButtons/BaseButton.vue.ts"],"names":[],"mappings":";;;;;;;;;2BAiDuB,MAAM;;;;;;;;;;;;;;;;;;;;;2BAqBN,MAAM;;;;;;;;;;;2BArBN,MAAM;;;;;;;;;;;;;;;;;;;;;2BAqBN,MAAM;;;;;;;;;;;;AApE7B,wBA4Ic"}
@@ -0,0 +1,43 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ baseButtonOptions: {
3
+ default: () => {};
4
+ type: () => Record<string, unknown>;
5
+ };
6
+ disabled: {
7
+ default: boolean;
8
+ type: BooleanConstructor;
9
+ };
10
+ loading: {
11
+ default: boolean;
12
+ type: BooleanConstructor;
13
+ };
14
+ title: {
15
+ required: true;
16
+ type: StringConstructor;
17
+ };
18
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
+ baseButtonOptions: {
20
+ default: () => {};
21
+ type: () => Record<string, unknown>;
22
+ };
23
+ disabled: {
24
+ default: boolean;
25
+ type: BooleanConstructor;
26
+ };
27
+ loading: {
28
+ default: boolean;
29
+ type: BooleanConstructor;
30
+ };
31
+ title: {
32
+ required: true;
33
+ type: StringConstructor;
34
+ };
35
+ }>> & Readonly<{
36
+ onClick?: ((...args: any[]) => any) | undefined;
37
+ }>, {
38
+ loading: boolean;
39
+ disabled: boolean;
40
+ baseButtonOptions: Record<string, unknown>;
41
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
+ export default _default;
43
+ //# sourceMappingURL=FacebookSignInButton.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FacebookSignInButton.vue.d.ts","sourceRoot":"","sources":["../../../src/SSOButtons/FacebookSignInButton.vue.ts"],"names":[],"mappings":";;;cA+BoB,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;;;;;;;;;;;;;;;;;cAA7B,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;AA1BjD,wBAuGc"}
@@ -0,0 +1,43 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ baseButtonOptions: {
3
+ default: () => {};
4
+ type: () => Record<string, unknown>;
5
+ };
6
+ disabled: {
7
+ default: boolean;
8
+ type: BooleanConstructor;
9
+ };
10
+ loading: {
11
+ default: boolean;
12
+ type: BooleanConstructor;
13
+ };
14
+ title: {
15
+ required: true;
16
+ type: StringConstructor;
17
+ };
18
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
+ baseButtonOptions: {
20
+ default: () => {};
21
+ type: () => Record<string, unknown>;
22
+ };
23
+ disabled: {
24
+ default: boolean;
25
+ type: BooleanConstructor;
26
+ };
27
+ loading: {
28
+ default: boolean;
29
+ type: BooleanConstructor;
30
+ };
31
+ title: {
32
+ required: true;
33
+ type: StringConstructor;
34
+ };
35
+ }>> & Readonly<{
36
+ onClick?: ((...args: any[]) => any) | undefined;
37
+ }>, {
38
+ loading: boolean;
39
+ disabled: boolean;
40
+ baseButtonOptions: Record<string, unknown>;
41
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
+ export default _default;
43
+ //# sourceMappingURL=GoogleSignInButton.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GoogleSignInButton.vue.d.ts","sourceRoot":"","sources":["../../../src/SSOButtons/GoogleSignInButton.vue.ts"],"names":[],"mappings":";;;cA+BoB,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;;;;;;;;;;;;;;;;;cAA7B,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;AA1BjD,wBAuGc"}
@@ -0,0 +1,4 @@
1
+ import FacebookSignInButton from "./FacebookSignInButton.vue";
2
+ import GoogleSignInButton from "./GoogleSignInButton.vue";
3
+ export { FacebookSignInButton, GoogleSignInButton };
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/SSOButtons/index.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,MAAM,4BAA4B,CAAC;AAC9D,OAAO,kBAAkB,MAAM,0BAA0B,CAAC;AAE1D,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,CAAC"}
@@ -0,0 +1,24 @@
1
+ import type { PropType, VNode } from "vue";
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ list: {
4
+ required: true;
5
+ type: PropType<{
6
+ id: number | string;
7
+ data: string | unknown;
8
+ render?: (data: unknown) => VNode;
9
+ }[]>;
10
+ };
11
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onDrag"[], "onDrag", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
+ list: {
13
+ required: true;
14
+ type: PropType<{
15
+ id: number | string;
16
+ data: string | unknown;
17
+ render?: (data: unknown) => VNode;
18
+ }[]>;
19
+ };
20
+ }>> & Readonly<{
21
+ onOnDrag?: ((...args: any[]) => any) | undefined;
22
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
+ export default _default;
24
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/SortableList/Index.vue.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;;;;cA2BxB,QAAQ,CAAC;gBArBtB,MAAM,GAAG,MAAM;kBACb,MAAM,GAAG,OAAO;qBACb,CAAC,IAAI,EAAE,OAAO,KAAK,KAAK;WAmBD,CAAC;;;;;cAAhB,QAAQ,CAAC;gBArBtB,MAAM,GAAG,MAAM;kBACb,MAAM,GAAG,OAAO;qBACb,CAAC,IAAI,EAAE,OAAO,KAAK,KAAK;WAmBD,CAAC;;;;;AAxBnC,wBAkJc"}