@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,41 @@
1
+ import type { ActionButtonProperties, StepProperties } from "../types/stepper";
2
+ import type { PropType } from "vue";
3
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ nextButtonProperties: {
5
+ default: null;
6
+ type: PropType<ActionButtonProperties>;
7
+ };
8
+ previousButtonProperties: {
9
+ default: null;
10
+ type: PropType<ActionButtonProperties>;
11
+ };
12
+ steps: {
13
+ type: PropType<StepProperties[]>;
14
+ required: true;
15
+ };
16
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "complete"[], "complete", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
17
+ nextButtonProperties: {
18
+ default: null;
19
+ type: PropType<ActionButtonProperties>;
20
+ };
21
+ previousButtonProperties: {
22
+ default: null;
23
+ type: PropType<ActionButtonProperties>;
24
+ };
25
+ steps: {
26
+ type: PropType<StepProperties[]>;
27
+ required: true;
28
+ };
29
+ }>> & Readonly<{
30
+ onComplete?: ((...args: any[]) => any) | undefined;
31
+ }>, {
32
+ nextButtonProperties: ActionButtonProperties;
33
+ previousButtonProperties: ActionButtonProperties;
34
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Record<NonNullable<string | number | undefined>, (_: {}) => any>>;
35
+ export default _default;
36
+ type __VLS_WithTemplateSlots<T, S> = T & {
37
+ new (): {
38
+ $slots: S;
39
+ };
40
+ };
41
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/Stepper/Index.vue.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC/E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;;cAiDhB,QAAQ,CAAC,sBAAsB,CAAC;;;;cAIhC,QAAQ,CAAC,sBAAsB,CAAC;;;cAGjC,QAAQ,CAAC,cAAc,EAAE,CAAC;;;;;;cAPzB,QAAQ,CAAC,sBAAsB,CAAC;;;;cAIhC,QAAQ,CAAC,sBAAsB,CAAC;;;cAGjC,QAAQ,CAAC,cAAc,EAAE,CAAC;;;;;;;;0IAyKc,GAAG;AA9N9D,wBAkPc;AACd,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
@@ -0,0 +1,97 @@
1
+ import type { Tab } from "./types";
2
+ import type { PropType } from "vue";
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ activeKey: {
5
+ type: StringConstructor;
6
+ required: true;
7
+ };
8
+ enableHashRouting: BooleanConstructor;
9
+ id: {
10
+ type: StringConstructor;
11
+ default: string;
12
+ };
13
+ interceptTabChange: BooleanConstructor;
14
+ interceptTabClose: BooleanConstructor;
15
+ lazy: {
16
+ default: boolean;
17
+ type: BooleanConstructor;
18
+ };
19
+ persistState: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ persistStateStorage: {
24
+ type: PropType<"localStorage" | "sessionStorage">;
25
+ default: string;
26
+ };
27
+ position: {
28
+ type: PropType<"top" | "bottom" | "left" | "right">;
29
+ default: string;
30
+ validator: (value: string) => boolean;
31
+ };
32
+ tabs: {
33
+ type: PropType<Tab[]>;
34
+ required: true;
35
+ };
36
+ visibleTabs: {
37
+ default: () => never[];
38
+ type: PropType<string[]>;
39
+ };
40
+ }>, {
41
+ closeTab: (key: string) => void;
42
+ setActiveTab: (key: string) => void;
43
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("beforeTabChange" | "beforeTabClose" | "update:activeKey" | "update:visibleTabs")[], "beforeTabChange" | "beforeTabClose" | "update:activeKey" | "update:visibleTabs", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
44
+ activeKey: {
45
+ type: StringConstructor;
46
+ required: true;
47
+ };
48
+ enableHashRouting: BooleanConstructor;
49
+ id: {
50
+ type: StringConstructor;
51
+ default: string;
52
+ };
53
+ interceptTabChange: BooleanConstructor;
54
+ interceptTabClose: BooleanConstructor;
55
+ lazy: {
56
+ default: boolean;
57
+ type: BooleanConstructor;
58
+ };
59
+ persistState: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ persistStateStorage: {
64
+ type: PropType<"localStorage" | "sessionStorage">;
65
+ default: string;
66
+ };
67
+ position: {
68
+ type: PropType<"top" | "bottom" | "left" | "right">;
69
+ default: string;
70
+ validator: (value: string) => boolean;
71
+ };
72
+ tabs: {
73
+ type: PropType<Tab[]>;
74
+ required: true;
75
+ };
76
+ visibleTabs: {
77
+ default: () => never[];
78
+ type: PropType<string[]>;
79
+ };
80
+ }>> & Readonly<{
81
+ onBeforeTabChange?: ((...args: any[]) => any) | undefined;
82
+ onBeforeTabClose?: ((...args: any[]) => any) | undefined;
83
+ "onUpdate:activeKey"?: ((...args: any[]) => any) | undefined;
84
+ "onUpdate:visibleTabs"?: ((...args: any[]) => any) | undefined;
85
+ }>, {
86
+ lazy: boolean;
87
+ position: "top" | "bottom" | "left" | "right";
88
+ enableHashRouting: boolean;
89
+ interceptTabChange: boolean;
90
+ interceptTabClose: boolean;
91
+ id: string;
92
+ persistState: boolean;
93
+ persistStateStorage: "localStorage" | "sessionStorage";
94
+ visibleTabs: string[];
95
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
96
+ export default _default;
97
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/TabView/Index.vue.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,SAAS,CAAC;AACnC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;cA0QhB,QAAQ,CAAC,cAAc,GAAG,gBAAgB,CAAC;;;;cAI3C,QAAQ,CAAC,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;;2BAE1C,MAAM;;;cAIV,QAAQ,CAAC,GAAG,EAAE,CAAC;;;;;cAKf,QAAQ,CAAC,MAAM,EAAE,CAAC;;;oBAzHd,MAAM;wBA2CF,MAAM;;;;;;;;;;;;;;;;;;;;;;cA+Db,QAAQ,CAAC,cAAc,GAAG,gBAAgB,CAAC;;;;cAI3C,QAAQ,CAAC,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;;2BAE1C,MAAM;;;cAIV,QAAQ,CAAC,GAAG,EAAE,CAAC;;;;;cAKf,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;;;;;;;;AAtRrC,wBAybc"}
@@ -0,0 +1,16 @@
1
+ import type { VNode } from "vue";
2
+ type StorageType = "localStorage" | "sessionStorage";
3
+ type TKeymap = {
4
+ [key: string]: () => void;
5
+ };
6
+ type TOrientation = "horizontal" | "vertical";
7
+ type TPosition = "top" | "left" | "bottom" | "right";
8
+ type Tab = {
9
+ children?: VNode | string;
10
+ closable?: boolean;
11
+ icon?: string;
12
+ key: string;
13
+ label: string;
14
+ };
15
+ export type { StorageType, Tab, TKeymap, TOrientation, TPosition };
16
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/TabView/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAGjC,KAAK,WAAW,GAAG,cAAc,GAAG,gBAAgB,CAAC;AAErD,KAAK,OAAO,GAAG;IACb,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,KAAK,YAAY,GAAG,YAAY,GAAG,UAAU,CAAC;AAE9C,KAAK,SAAS,GAAG,KAAK,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;AAErD,KAAK,GAAG,GAAG;IACT,QAAQ,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,YAAY,EACV,WAAW,EACX,GAAG,EACH,OAAO,EACP,YAAY,EACZ,SAAS,EACV,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { TOrientation, TPosition, StorageType } from "./types";
2
+ declare const getOrientation: (position: TPosition) => TOrientation;
3
+ declare const clearSavedTabState: (key: string, storageType?: StorageType) => void;
4
+ export { getOrientation, clearSavedTabState };
5
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/TabView/utils.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEpE,QAAA,MAAM,cAAc,aAAc,SAAS,iBAoB1C,CAAC;AAEF,QAAA,MAAM,kBAAkB,QACjB,MAAM,gBACE,WAAW,SAKzB,CAAC;AAEF,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,CAAC"}
@@ -0,0 +1,38 @@
1
+ import type { PropType } from "vue";
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ defaultIndex: {
4
+ default: number;
5
+ required: false;
6
+ type: NumberConstructor;
7
+ };
8
+ position: {
9
+ default: string;
10
+ required: false;
11
+ type: PropType<"bottom" | "left" | "right" | "top">;
12
+ };
13
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
+ defaultIndex: {
15
+ default: number;
16
+ required: false;
17
+ type: NumberConstructor;
18
+ };
19
+ position: {
20
+ default: string;
21
+ required: false;
22
+ type: PropType<"bottom" | "left" | "right" | "top">;
23
+ };
24
+ }>> & Readonly<{}>, {
25
+ defaultIndex: number;
26
+ position: "top" | "bottom" | "left" | "right";
27
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
28
+ icon: (_: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
29
+ [key: string]: any;
30
+ }>) => any;
31
+ }>;
32
+ export default _default;
33
+ type __VLS_WithTemplateSlots<T, S> = T & {
34
+ new (): {
35
+ $slots: S;
36
+ };
37
+ };
38
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/TabbedPanel/Index.vue.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;;;;;;;;cA6ChB,QAAQ,CAAC,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC;;;;;;;;;;;cAA7C,QAAQ,CAAC,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC;;;;;;UAqH3D,CAAC,CAAC;;MAAgB,KAAK,GAAG;;AA/JhC,wBAiLc;AACd,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
@@ -0,0 +1,61 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ ariaLabel: {
3
+ default: string;
4
+ type: StringConstructor;
5
+ };
6
+ clickable: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ delay: {
11
+ type: NumberConstructor;
12
+ default: number;
13
+ };
14
+ offset: {
15
+ default: number;
16
+ type: NumberConstructor;
17
+ };
18
+ position: {
19
+ default: undefined;
20
+ type: StringConstructor;
21
+ validator(value: string): boolean;
22
+ };
23
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
+ ariaLabel: {
25
+ default: string;
26
+ type: StringConstructor;
27
+ };
28
+ clickable: {
29
+ type: BooleanConstructor;
30
+ default: boolean;
31
+ };
32
+ delay: {
33
+ type: NumberConstructor;
34
+ default: number;
35
+ };
36
+ offset: {
37
+ default: number;
38
+ type: NumberConstructor;
39
+ };
40
+ position: {
41
+ default: undefined;
42
+ type: StringConstructor;
43
+ validator(value: string): boolean;
44
+ };
45
+ }>> & Readonly<{}>, {
46
+ ariaLabel: string;
47
+ offset: number;
48
+ position: string;
49
+ clickable: boolean;
50
+ delay: number;
51
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
52
+ default: (_: {}) => any;
53
+ content: (_: {}) => any;
54
+ }>;
55
+ export default _default;
56
+ type __VLS_WithTemplateSlots<T, S> = T & {
57
+ new (): {
58
+ $slots: S;
59
+ };
60
+ };
61
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/Tooltip/Index.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;yBAuNqB,MAAM;;;;;;;;;;;;;;;;;;;;;;yBAAN,MAAM;;;;;;;;;aA+FlB,CAAC,CAAC,IAAgB,KAAK,GAAG;aAC1B,CAAC,CAAC,IAAiB,KAAK,GAAG;;AAzSpC,wBA+Tc;AACd,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
@@ -0,0 +1,55 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ alt: {
3
+ default: null;
4
+ required: false;
5
+ type: StringConstructor;
6
+ };
7
+ aspectRatio: {
8
+ default: string;
9
+ required: false;
10
+ type: StringConstructor;
11
+ };
12
+ imageSource: {
13
+ default: null;
14
+ required: false;
15
+ type: StringConstructor;
16
+ };
17
+ videoLink: {
18
+ required: true;
19
+ type: StringConstructor;
20
+ };
21
+ videoToken: {
22
+ required: true;
23
+ type: StringConstructor;
24
+ };
25
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
26
+ alt: {
27
+ default: null;
28
+ required: false;
29
+ type: StringConstructor;
30
+ };
31
+ aspectRatio: {
32
+ default: string;
33
+ required: false;
34
+ type: StringConstructor;
35
+ };
36
+ imageSource: {
37
+ default: null;
38
+ required: false;
39
+ type: StringConstructor;
40
+ };
41
+ videoLink: {
42
+ required: true;
43
+ type: StringConstructor;
44
+ };
45
+ videoToken: {
46
+ required: true;
47
+ type: StringConstructor;
48
+ };
49
+ }>> & Readonly<{}>, {
50
+ imageSource: string;
51
+ alt: string;
52
+ aspectRatio: string;
53
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
54
+ export default _default;
55
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/YoutubeFacade/Index.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAwLc"}
@@ -0,0 +1,34 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ disabled: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ label: {
7
+ type: StringConstructor;
8
+ required: true;
9
+ };
10
+ loading: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ disabled: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ label: {
20
+ type: StringConstructor;
21
+ required: true;
22
+ };
23
+ loading: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ }>> & Readonly<{
28
+ onClick?: ((...args: any[]) => any) | undefined;
29
+ }>, {
30
+ loading: boolean;
31
+ disabled: boolean;
32
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
33
+ export default _default;
34
+ //# sourceMappingURL=LoadingButton.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoadingButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingButton.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAuHc"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
3
+ //# sourceMappingURL=LoadingIcon.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoadingIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingIcon.vue.ts"],"names":[],"mappings":";AACA,wBAEG"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
3
+ //# sourceMappingURL=SubPane.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubPane.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SubPane.vue.ts"],"names":[],"mappings":";AACA,wBAEG"}
@@ -0,0 +1,39 @@
1
+ import "./assets/css/index.css";
2
+ import Accordion from "./Accordion/Index.vue";
3
+ import BadgeComponent from "./Badge/Index.vue";
4
+ import ButtonElement from "./Button/Index.vue";
5
+ import Card from "./Card/Index.vue";
6
+ import Data from "./Data/Index.vue";
7
+ import LoadingButton from "./components/LoadingButton.vue";
8
+ import LoadingIcon from "./components/LoadingIcon.vue";
9
+ import SubPane from "./components/SubPane.vue";
10
+ import ConfirmationModal from "./ConfirmationModal/Index.vue";
11
+ import Divider from "./Divider/Index.vue";
12
+ import Dropdown from "./Dropdown/Index.vue";
13
+ import Errors from "./Errors/Index.vue";
14
+ import FileCard from "./FileCard/Index.vue";
15
+ import FilesList from "./FilesList/Index.vue";
16
+ import DebouncedInput from "./FormWidgets/DebouncedInput/Index.vue";
17
+ import GridContainer from "./GridContainer/Index.vue";
18
+ import LoadingPage from "./LoadingPage/Index.vue";
19
+ import Message from "./Message/Index.vue";
20
+ import Modal from "./Modal/Index.vue";
21
+ import Page from "./Page/Index.vue";
22
+ import Popup from "./Popup/Index.vue";
23
+ import ResponsiveMenu from "./ResponsiveMenu/Index.vue";
24
+ import SortableList from "./SortableList/Index.vue";
25
+ import { FacebookSignInButton, GoogleSignInButton } from "./SSOButtons";
26
+ import Stepper from "./Stepper/Index.vue";
27
+ import TabbedPanel from "./TabbedPanel/Index.vue";
28
+ import TabView from "./TabView/Index.vue";
29
+ import Tooltip from "./Tooltip/Index.vue";
30
+ import YoutubeFacade from "./YoutubeFacade/Index.vue";
31
+ import type { App } from "vue";
32
+ declare const plugin: {
33
+ install: (app: App) => void;
34
+ };
35
+ export default plugin;
36
+ export * from "./utils";
37
+ export { Accordion, BadgeComponent, ButtonElement, Card, Data, Divider, Dropdown, ConfirmationModal, DebouncedInput, Errors, FacebookSignInButton, FileCard, FilesList, GridContainer, GoogleSignInButton, LoadingButton, LoadingIcon, LoadingPage, Message, Modal, Page, Popup, ResponsiveMenu, SortableList, Stepper, SubPane, TabbedPanel, TabView, Tooltip, YoutubeFacade, };
38
+ export type { DropdownMenu, Error, FileMessages, IFile, TableMessages } from "./types";
39
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,wBAAwB,CAAC;AAEhC,OAAO,SAAS,MAAM,uBAAuB,CAAC;AAC9C,OAAO,cAAc,MAAM,mBAAmB,CAAC;AAC/C,OAAO,aAAa,MAAM,oBAAoB,CAAC;AAC/C,OAAO,IAAI,MAAM,kBAAkB,CAAC;AACpC,OAAO,IAAI,MAAM,kBAAkB,CAAC;AACpC,OAAO,aAAa,MAAM,gCAAgC,CAAC;AAC3D,OAAO,WAAW,MAAM,8BAA8B,CAAC;AACvD,OAAO,OAAO,MAAM,0BAA0B,CAAC;AAC/C,OAAO,iBAAiB,MAAM,+BAA+B,CAAC;AAC9D,OAAO,OAAO,MAAM,qBAAqB,CAAC;AAC1C,OAAO,QAAQ,MAAM,sBAAsB,CAAC;AAC5C,OAAO,MAAM,MAAM,oBAAoB,CAAC;AACxC,OAAO,QAAQ,MAAM,sBAAsB,CAAC;AAC5C,OAAO,SAAS,MAAM,uBAAuB,CAAC;AAC9C,OAAO,cAAc,MAAM,wCAAwC,CAAC;AACpE,OAAO,aAAa,MAAM,2BAA2B,CAAC;AACtD,OAAO,WAAW,MAAM,yBAAyB,CAAC;AAClD,OAAO,OAAO,MAAM,qBAAqB,CAAC;AAC1C,OAAO,KAAK,MAAM,mBAAmB,CAAC;AACtC,OAAO,IAAI,MAAM,kBAAkB,CAAC;AACpC,OAAO,KAAK,MAAM,mBAAmB,CAAC;AACtC,OAAO,cAAc,MAAM,4BAA4B,CAAC;AACxD,OAAO,YAAY,MAAM,0BAA0B,CAAC;AACpD,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAG,MAAM,cAAc,CAAA;AACxE,OAAO,OAAO,MAAM,qBAAqB,CAAC;AAC1C,OAAO,WAAW,MAAM,yBAAyB,CAAC;AAClD,OAAO,OAAO,MAAM,qBAAqB,CAAC;AAC1C,OAAO,OAAO,MAAM,qBAAqB,CAAC;AAC1C,OAAO,aAAa,MAAM,2BAA2B,CAAC;AAEtD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE/B,QAAA,MAAM,MAAM;mBACK,GAAG,KAAG,IAAI;CAK1B,CAAC;AAEF,eAAe,MAAM,CAAC;AAEtB,cAAc,SAAS,CAAC;AAExB,OAAO,EACL,SAAS,EACT,cAAc,EACd,aAAa,EACb,IAAI,EACJ,IAAI,EACJ,OAAO,EACP,QAAQ,EACR,iBAAiB,EACjB,cAAc,EACd,MAAM,EACN,oBAAoB,EACpB,QAAQ,EACR,SAAS,EACT,aAAa,EACb,kBAAkB,EAClB,aAAa,EACb,WAAW,EACX,WAAW,EACX,OAAO,EACP,KAAK,EACL,IAAI,EACJ,KAAK,EACL,cAAc,EACd,YAAY,EACZ,OAAO,EACP,OAAO,EACP,WAAW,EACX,OAAO,EACP,OAAO,EACP,aAAa,GACd,CAAC;AAEF,YAAY,EACV,YAAY,EACZ,KAAK,EACL,YAAY,EACZ,KAAK,EACL,aAAa,EACd,MAAM,SAAS,CAAC"}
@@ -0,0 +1,11 @@
1
+ interface DropdownMenu {
2
+ class?: string;
3
+ disabled?: boolean;
4
+ display?: boolean;
5
+ icon?: string;
6
+ key?: string;
7
+ label?: string;
8
+ value?: string | number;
9
+ }
10
+ export type { DropdownMenu };
11
+ //# sourceMappingURL=dropdown-menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["../../../src/types/dropdown-menu.ts"],"names":[],"mappings":"AAAA,UAAU,YAAY;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB;AAED,YAAY,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1,6 @@
1
+ interface Error {
2
+ code: string;
3
+ message?: string;
4
+ }
5
+ export type { Error };
6
+ //# sourceMappingURL=error.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../../../src/types/error.ts"],"names":[],"mappings":"AAAA,UAAU,KAAK;IACb,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,YAAY,EAAE,KAAK,EAAE,CAAC"}
@@ -0,0 +1,33 @@
1
+ export type FileMessages = {
2
+ archiveAction?: string;
3
+ archiveConfirmationHeader?: string;
4
+ archiveConfirmationMessage?: string;
5
+ downloadAction?: string;
6
+ editDescriptionAction?: string;
7
+ renameAction?: string;
8
+ deleteAction?: string;
9
+ deleteConfirmationHeader?: string;
10
+ deleteConfirmationMessage?: string;
11
+ downloadCountHeader?: string;
12
+ lastDownloadedAtHeader?: string;
13
+ uploadedByHeader?: string;
14
+ uploadedAtHeader?: string;
15
+ shareAction?: string;
16
+ viewAction?: string;
17
+ };
18
+ export interface IFile {
19
+ id: number | string;
20
+ originalFileName: string;
21
+ description?: string;
22
+ size?: number;
23
+ uploadedBy: any;
24
+ uploadedAt: number;
25
+ downloadCount?: number;
26
+ lastDownloadedAt?: number;
27
+ }
28
+ export type TableMessages = {
29
+ searchPlaceholder?: string;
30
+ tableEmpty?: string;
31
+ fileSizeHeader?: string;
32
+ } & FileMessages;
33
+ //# sourceMappingURL=file.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file.d.ts","sourceRoot":"","sources":["../../../src/types/file.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,GAAG;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,WAAW,KAAK;IACpB,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,UAAU,EAAE,GAAG,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,MAAM,aAAa,GAAG;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,GAAG,YAAY,CAAC"}
@@ -0,0 +1,5 @@
1
+ export type { DropdownMenu } from "./dropdown-menu";
2
+ export type { Error } from "./error";
3
+ export type { FileMessages, IFile, TableMessages } from "./file";
4
+ export type { StepProperties } from "./stepper";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,YAAY,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,YAAY,EAAE,YAAY,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AACjE,YAAY,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC"}
@@ -0,0 +1,17 @@
1
+ interface StepProperties {
2
+ content?: string;
3
+ label?: string;
4
+ step?: number | string;
5
+ }
6
+ interface ActionButtonProperties {
7
+ disabled?: boolean;
8
+ iconLeft?: string;
9
+ iconRight?: string;
10
+ label?: string;
11
+ rounded?: boolean;
12
+ severity?: string;
13
+ size?: string;
14
+ variant?: string;
15
+ }
16
+ export type { ActionButtonProperties, StepProperties };
17
+ //# sourceMappingURL=stepper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepper.d.ts","sourceRoot":"","sources":["../../../src/types/stepper.ts"],"names":[],"mappings":"AAAA,UAAU,cAAc;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB;AAED,UAAU,sBAAsB;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,YAAY,EAAE,sBAAsB,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const formatDate: (date: number | string, locale?: string, options?: Intl.DateTimeFormatOptions) => string | null;
2
+ export declare const formatDateTime: (date: number | string, locale?: string, options?: Intl.DateTimeFormatOptions) => string | null;
3
+ //# sourceMappingURL=date.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../../src/utils/date.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,UAAU,SACf,MAAM,GAAG,MAAM,WACZ,MAAM,YACL,IAAI,CAAC,qBAAqB,kBAcrC,CAAC;AAEF,eAAO,MAAM,cAAc,SACnB,MAAM,GAAG,MAAM,WACZ,MAAM,YACL,IAAI,CAAC,qBAAqB,kBAcrC,CAAC"}
@@ -0,0 +1,5 @@
1
+ export * from "./date";
2
+ export * from "./overlay";
3
+ export * from "./storage";
4
+ export * from "./useDebouncedValue";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const getBestPosition: (triggerRect: DOMRect) => string;
2
+ export declare const getScrollableParents: (element: HTMLElement) => Element[];
3
+ //# sourceMappingURL=overlay.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../src/utils/overlay.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,gBAAiB,OAAO,KAAG,MAgBtD,CAAC;AAEF,eAAO,MAAM,oBAAoB,YAAa,WAAW,KAAG,OAAO,EAiBlE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export type StorageType = "localStorage" | "sessionStorage";
2
+ export declare const getStorage: (storageType: StorageType) => Storage;
3
+ //# sourceMappingURL=storage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../../../src/utils/storage.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG,cAAc,GAAG,gBAAgB,CAAC;AAE5D,eAAO,MAAM,UAAU,gBAAiB,WAAW,KAAG,OAErD,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { Ref } from "vue";
2
+ export declare function useDebouncedValue<T>(value: T, delay: number): Promise<Ref<T>>;
3
+ export default useDebouncedValue;
4
+ //# sourceMappingURL=useDebouncedValue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDebouncedValue.d.ts","sourceRoot":"","sources":["../../../src/utils/useDebouncedValue.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,GAAG,EAAE,MAAM,KAAK,CAAC;AAItC,wBAAgB,iBAAiB,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAkB7E;AAED,eAAe,iBAAiB,CAAC"}