@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,24 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ title: {
3
+ type: StringConstructor;
4
+ default: undefined;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ title: {
8
+ type: StringConstructor;
9
+ default: undefined;
10
+ };
11
+ }>> & Readonly<{}>, {
12
+ title: string;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
14
+ header: (_: {}) => any;
15
+ default: (_: {}) => any;
16
+ footer: (_: {}) => any;
17
+ }>;
18
+ export default _default;
19
+ type __VLS_WithTemplateSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
24
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/Card/Index.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;YA2GQ,CAAC,CAAC,IAAgB,KAAK,GAAG;aACzB,CAAC,CAAC,IAAgB,KAAK,GAAG;YAC3B,CAAC,CAAC,IAAgB,KAAK,GAAG;;AA3GlC,wBAwHc;AACd,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
@@ -0,0 +1,45 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ divider: {
3
+ default: boolean;
4
+ type: BooleanConstructor;
5
+ };
6
+ disableBody: {
7
+ default: boolean;
8
+ type: BooleanConstructor;
9
+ };
10
+ disableHeader: {
11
+ default: boolean;
12
+ type: BooleanConstructor;
13
+ };
14
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on:confirm" | "on:close")[], "on:confirm" | "on:close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ divider: {
16
+ default: boolean;
17
+ type: BooleanConstructor;
18
+ };
19
+ disableBody: {
20
+ default: boolean;
21
+ type: BooleanConstructor;
22
+ };
23
+ disableHeader: {
24
+ default: boolean;
25
+ type: BooleanConstructor;
26
+ };
27
+ }>> & Readonly<{
28
+ "onOn:confirm"?: ((...args: any[]) => any) | undefined;
29
+ "onOn:close"?: ((...args: any[]) => any) | undefined;
30
+ }>, {
31
+ divider: boolean;
32
+ disableBody: boolean;
33
+ disableHeader: boolean;
34
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
35
+ header: (_: {}) => any;
36
+ body: (_: {}) => any;
37
+ footer: (_: {}) => any;
38
+ }>;
39
+ export default _default;
40
+ type __VLS_WithTemplateSlots<T, S> = T & {
41
+ new (): {
42
+ $slots: S;
43
+ };
44
+ };
45
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/ConfirmationModal/Index.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAuNQ,CAAC,CAAC,IAAgB,KAAK,GAAG;UAC5B,CAAC,CAAC,IAAgB,KAAK,GAAG;YACxB,CAAC,CAAC,IAAiB,KAAK,GAAG;;AAlNnC,wBAoOc;AACd,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
@@ -0,0 +1,54 @@
1
+ import type { PropType } from "vue";
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ caption: {
4
+ type: StringConstructor;
5
+ required: true;
6
+ };
7
+ direction: {
8
+ default: string;
9
+ type: StringConstructor;
10
+ validator: (value: string) => boolean;
11
+ };
12
+ mode: {
13
+ default: string;
14
+ type: StringConstructor;
15
+ validator: (value: string) => boolean;
16
+ };
17
+ value: {
18
+ default: string;
19
+ type: PropType<string | number>;
20
+ };
21
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
22
+ caption: {
23
+ type: StringConstructor;
24
+ required: true;
25
+ };
26
+ direction: {
27
+ default: string;
28
+ type: StringConstructor;
29
+ validator: (value: string) => boolean;
30
+ };
31
+ mode: {
32
+ default: string;
33
+ type: StringConstructor;
34
+ validator: (value: string) => boolean;
35
+ };
36
+ value: {
37
+ default: string;
38
+ type: PropType<string | number>;
39
+ };
40
+ }>> & Readonly<{}>, {
41
+ direction: string;
42
+ mode: string;
43
+ value: string | number;
44
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
45
+ caption: (_: {}) => any;
46
+ value: (_: {}) => any;
47
+ }>;
48
+ export default _default;
49
+ type __VLS_WithTemplateSlots<T, S> = T & {
50
+ new (): {
51
+ $slots: S;
52
+ };
53
+ };
54
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/Data/Index.vue.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;;;;;;;2BAkCb,MAAM;;;;;2BAKN,MAAM;;;;cAIC,QAAQ,CAAC,MAAM,GAAG,MAAM,CAAC;;;;;;;;;;2BAThC,MAAM;;;;;2BAKN,MAAM;;;;cAIC,QAAQ,CAAC,MAAM,GAAG,MAAM,CAAC;;;;;;;aA4E9C,CAAC,CAAC,IAAgB,KAAK,GAAG;WAC5B,CAAC,CAAC,IAAgB,KAAK,GAAG;;AArHjC,wBAkIc;AACd,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
@@ -0,0 +1,17 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ orientation: {
3
+ default: string;
4
+ type: StringConstructor;
5
+ validator: (value: string) => boolean;
6
+ };
7
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
8
+ orientation: {
9
+ default: string;
10
+ type: StringConstructor;
11
+ validator: (value: string) => boolean;
12
+ };
13
+ }>> & Readonly<{}>, {
14
+ orientation: string;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
+ export default _default;
17
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/Divider/Index.vue.ts"],"names":[],"mappings":";;;;2BAgBuB,MAAM;;;;;;2BAAN,MAAM;;;;;AAd7B,wBAiEc"}
@@ -0,0 +1,44 @@
1
+ import type { DropdownMenu } from "../types";
2
+ import type { PropType } from "vue";
3
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ icon: {
5
+ default: undefined;
6
+ type: StringConstructor;
7
+ };
8
+ label: {
9
+ type: StringConstructor;
10
+ default: null;
11
+ };
12
+ menu: {
13
+ required: true;
14
+ type: PropType<DropdownMenu[]>;
15
+ };
16
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
17
+ icon: {
18
+ default: undefined;
19
+ type: StringConstructor;
20
+ };
21
+ label: {
22
+ type: StringConstructor;
23
+ default: null;
24
+ };
25
+ menu: {
26
+ required: true;
27
+ type: PropType<DropdownMenu[]>;
28
+ };
29
+ }>> & Readonly<{
30
+ onSelect?: ((...args: any[]) => any) | undefined;
31
+ }>, {
32
+ icon: string;
33
+ label: string;
34
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
35
+ default: (_: {}) => any;
36
+ '`icon-${menuItem.key}`': (_: {}) => 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/Dropdown/Index.vue.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;;;;;;;;;;cA+CjB,QAAQ,CAAC,YAAY,EAAE,CAAC;;;;;;;;;;;;;cAAxB,QAAQ,CAAC,YAAY,EAAE,CAAC;;;;;;;;aAyLlC,CAAC,CAAC,IAAgB,KAAK,GAAG;8BACT,CAAC,CAAC,IAAiB,KAAK,GAAG;;AAtOrD,wBAuPc;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
+ import type { Error as ErrorType } from "../types";
2
+ import type { PropType } from "vue";
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ error: {
5
+ required: true;
6
+ type: PropType<ErrorType>;
7
+ };
8
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9
+ error: {
10
+ required: true;
11
+ type: PropType<ErrorType>;
12
+ };
13
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ export default _default;
15
+ //# sourceMappingURL=Error.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Error.vue.d.ts","sourceRoot":"","sources":["../../../src/Errors/Error.vue.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,IAAI,SAAS,EAAE,MAAM,UAAU,CAAC;AACnD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;;cAehB,QAAQ,CAAC,SAAS,CAAC;;;;;cAAnB,QAAQ,CAAC,SAAS,CAAC;;;AAZvC,wBAyEc"}
@@ -0,0 +1,15 @@
1
+ import type { Error as ErrorType } from "../types";
2
+ import type { PropType } from "vue";
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ errors: {
5
+ required: true;
6
+ type: PropType<ErrorType[]>;
7
+ };
8
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9
+ errors: {
10
+ required: true;
11
+ type: PropType<ErrorType[]>;
12
+ };
13
+ }>> & Readonly<{}>, {}, {}, {}, {}, 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/Errors/Index.vue.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,KAAK,IAAI,SAAS,EAAE,MAAM,UAAU,CAAC;AACnD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;;cAejB,QAAQ,CAAC,SAAS,EAAE,CAAC;;;;;cAArB,QAAQ,CAAC,SAAS,EAAE,CAAC;;;AAZxC,wBA+Fc"}
@@ -0,0 +1,53 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ archiveConfirmationHeader: {
3
+ default: string;
4
+ type: StringConstructor;
5
+ };
6
+ archiveConfirmationMessage: {
7
+ default: string;
8
+ type: StringConstructor;
9
+ };
10
+ deleteConfirmationHeader: {
11
+ default: string;
12
+ type: StringConstructor;
13
+ };
14
+ deleteConfirmationMessage: {
15
+ default: string;
16
+ type: StringConstructor;
17
+ };
18
+ showArchiveConfirmation: BooleanConstructor;
19
+ showDeleteConfirmation: BooleanConstructor;
20
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on:closeArchive" | "on:closeDelete" | "on:confirmArchive" | "on:confirmDelete")[], "on:closeArchive" | "on:closeDelete" | "on:confirmArchive" | "on:confirmDelete", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
+ archiveConfirmationHeader: {
22
+ default: string;
23
+ type: StringConstructor;
24
+ };
25
+ archiveConfirmationMessage: {
26
+ default: string;
27
+ type: StringConstructor;
28
+ };
29
+ deleteConfirmationHeader: {
30
+ default: string;
31
+ type: StringConstructor;
32
+ };
33
+ deleteConfirmationMessage: {
34
+ default: string;
35
+ type: StringConstructor;
36
+ };
37
+ showArchiveConfirmation: BooleanConstructor;
38
+ showDeleteConfirmation: BooleanConstructor;
39
+ }>> & Readonly<{
40
+ "onOn:closeArchive"?: ((...args: any[]) => any) | undefined;
41
+ "onOn:closeDelete"?: ((...args: any[]) => any) | undefined;
42
+ "onOn:confirmArchive"?: ((...args: any[]) => any) | undefined;
43
+ "onOn:confirmDelete"?: ((...args: any[]) => any) | undefined;
44
+ }>, {
45
+ showArchiveConfirmation: boolean;
46
+ showDeleteConfirmation: boolean;
47
+ archiveConfirmationHeader: string;
48
+ archiveConfirmationMessage: string;
49
+ deleteConfirmationHeader: string;
50
+ deleteConfirmationMessage: string;
51
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
52
+ export default _default;
53
+ //# sourceMappingURL=ConfirmationFileActions.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmationFileActions.vue.d.ts","sourceRoot":"","sources":["../../../src/FileCard/ConfirmationFileActions.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBA8Mc"}
@@ -0,0 +1,157 @@
1
+ import type { FileMessages, IFile } from "../types/file";
2
+ import type { PropType } from "vue";
3
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ actionButtonsVisibility: {
5
+ default: () => {
6
+ archive: boolean;
7
+ delete: boolean;
8
+ download: boolean;
9
+ share: boolean;
10
+ view: boolean;
11
+ };
12
+ type: ObjectConstructor;
13
+ };
14
+ allowEditDescription: BooleanConstructor;
15
+ archiveButtonProps: {
16
+ default: () => void;
17
+ type: ObjectConstructor;
18
+ };
19
+ deleteButtonProps: {
20
+ default: () => void;
21
+ type: ObjectConstructor;
22
+ };
23
+ downloadButtonProps: {
24
+ default: () => void;
25
+ type: ObjectConstructor;
26
+ };
27
+ editDescriptionButtonProps: {
28
+ default: () => void;
29
+ type: ObjectConstructor;
30
+ };
31
+ file: {
32
+ type: PropType<IFile>;
33
+ required: true;
34
+ };
35
+ messages: {
36
+ default: () => void;
37
+ type: PropType<FileMessages>;
38
+ };
39
+ shareButtonProps: {
40
+ default: () => void;
41
+ type: ObjectConstructor;
42
+ };
43
+ showThumbnail: {
44
+ default: boolean;
45
+ type: BooleanConstructor;
46
+ };
47
+ viewButtonProps: {
48
+ default: () => {
49
+ severity: string;
50
+ };
51
+ type: ObjectConstructor;
52
+ };
53
+ visibilityDetail: {
54
+ default: () => {
55
+ actions: boolean;
56
+ description: boolean;
57
+ downloadCount: boolean;
58
+ lastDownloadedAt: boolean;
59
+ originalFileName: boolean;
60
+ size: boolean;
61
+ uploadedAt: boolean;
62
+ uploadedBy: boolean;
63
+ };
64
+ type: ObjectConstructor;
65
+ };
66
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click:editDescription" | "on:archive" | "on:delete" | "on:download" | "on:share" | "on:view")[], "click:editDescription" | "on:archive" | "on:delete" | "on:download" | "on:share" | "on:view", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
67
+ actionButtonsVisibility: {
68
+ default: () => {
69
+ archive: boolean;
70
+ delete: boolean;
71
+ download: boolean;
72
+ share: boolean;
73
+ view: boolean;
74
+ };
75
+ type: ObjectConstructor;
76
+ };
77
+ allowEditDescription: BooleanConstructor;
78
+ archiveButtonProps: {
79
+ default: () => void;
80
+ type: ObjectConstructor;
81
+ };
82
+ deleteButtonProps: {
83
+ default: () => void;
84
+ type: ObjectConstructor;
85
+ };
86
+ downloadButtonProps: {
87
+ default: () => void;
88
+ type: ObjectConstructor;
89
+ };
90
+ editDescriptionButtonProps: {
91
+ default: () => void;
92
+ type: ObjectConstructor;
93
+ };
94
+ file: {
95
+ type: PropType<IFile>;
96
+ required: true;
97
+ };
98
+ messages: {
99
+ default: () => void;
100
+ type: PropType<FileMessages>;
101
+ };
102
+ shareButtonProps: {
103
+ default: () => void;
104
+ type: ObjectConstructor;
105
+ };
106
+ showThumbnail: {
107
+ default: boolean;
108
+ type: BooleanConstructor;
109
+ };
110
+ viewButtonProps: {
111
+ default: () => {
112
+ severity: string;
113
+ };
114
+ type: ObjectConstructor;
115
+ };
116
+ visibilityDetail: {
117
+ default: () => {
118
+ actions: boolean;
119
+ description: boolean;
120
+ downloadCount: boolean;
121
+ lastDownloadedAt: boolean;
122
+ originalFileName: boolean;
123
+ size: boolean;
124
+ uploadedAt: boolean;
125
+ uploadedBy: boolean;
126
+ };
127
+ type: ObjectConstructor;
128
+ };
129
+ }>> & Readonly<{
130
+ "onClick:editDescription"?: ((...args: any[]) => any) | undefined;
131
+ "onOn:archive"?: ((...args: any[]) => any) | undefined;
132
+ "onOn:delete"?: ((...args: any[]) => any) | undefined;
133
+ "onOn:download"?: ((...args: any[]) => any) | undefined;
134
+ "onOn:share"?: ((...args: any[]) => any) | undefined;
135
+ "onOn:view"?: ((...args: any[]) => any) | undefined;
136
+ }>, {
137
+ allowEditDescription: boolean;
138
+ actionButtonsVisibility: Record<string, any>;
139
+ archiveButtonProps: Record<string, any>;
140
+ deleteButtonProps: Record<string, any>;
141
+ downloadButtonProps: Record<string, any>;
142
+ editDescriptionButtonProps: Record<string, any>;
143
+ messages: FileMessages;
144
+ shareButtonProps: Record<string, any>;
145
+ showThumbnail: boolean;
146
+ viewButtonProps: Record<string, any>;
147
+ visibilityDetail: Record<string, any>;
148
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
149
+ thumbnail: (_: {}) => any;
150
+ }>;
151
+ export default _default;
152
+ type __VLS_WithTemplateSlots<T, S> = T & {
153
+ new (): {
154
+ $slots: S;
155
+ };
156
+ };
157
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/FileCard/Index.vue.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAoJhB,QAAQ,CAAC,KAAK,CAAC;;;;;cAKf,QAAQ,CAAC,YAAY,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cALtB,QAAQ,CAAC,KAAK,CAAC;;;;;cAKf,QAAQ,CAAC,YAAY,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAqlB/B,CAAC,CAAC,IAAgB,KAAK,GAAG;;AA3uBrC,wBAmwBc;AACd,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
@@ -0,0 +1,152 @@
1
+ import { PropType } from "vue";
2
+ import type { FileMessages, IFile } from "../types/file";
3
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ actionButtonsVisibility: {
5
+ default: () => {
6
+ archive: boolean;
7
+ delete: boolean;
8
+ download: boolean;
9
+ edit: boolean;
10
+ share: boolean;
11
+ view: boolean;
12
+ };
13
+ type: ObjectConstructor;
14
+ };
15
+ archiveButtonProps: {
16
+ default: () => void;
17
+ type: ObjectConstructor;
18
+ };
19
+ deleteButtonProps: {
20
+ default: () => void;
21
+ type: ObjectConstructor;
22
+ };
23
+ downloadButtonProps: {
24
+ default: () => void;
25
+ type: ObjectConstructor;
26
+ };
27
+ editDescriptionButtonProps: {
28
+ default: () => void;
29
+ type: ObjectConstructor;
30
+ };
31
+ files: {
32
+ required: true;
33
+ type: PropType<IFile[]>;
34
+ };
35
+ messages: {
36
+ default: () => void;
37
+ type: PropType<FileMessages>;
38
+ };
39
+ shareButtonProps: {
40
+ default: () => void;
41
+ type: ObjectConstructor;
42
+ };
43
+ showThumbnail: {
44
+ default: boolean;
45
+ type: BooleanConstructor;
46
+ };
47
+ viewButtonProps: {
48
+ default: undefined;
49
+ type: ObjectConstructor;
50
+ };
51
+ fileDetailVisibility: {
52
+ default: () => {
53
+ actions: boolean;
54
+ description: boolean;
55
+ downloadCount: boolean;
56
+ lastDownloadedAt: boolean;
57
+ originalFileName: boolean;
58
+ size: boolean;
59
+ uploadedAt: boolean;
60
+ uploadedBy: boolean;
61
+ };
62
+ type: ObjectConstructor;
63
+ };
64
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("action:archive" | "action:delete" | "action:download" | "action:edit" | "action:share" | "action:view")[], "action:archive" | "action:delete" | "action:download" | "action:edit" | "action:share" | "action:view", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
65
+ actionButtonsVisibility: {
66
+ default: () => {
67
+ archive: boolean;
68
+ delete: boolean;
69
+ download: boolean;
70
+ edit: boolean;
71
+ share: boolean;
72
+ view: boolean;
73
+ };
74
+ type: ObjectConstructor;
75
+ };
76
+ archiveButtonProps: {
77
+ default: () => void;
78
+ type: ObjectConstructor;
79
+ };
80
+ deleteButtonProps: {
81
+ default: () => void;
82
+ type: ObjectConstructor;
83
+ };
84
+ downloadButtonProps: {
85
+ default: () => void;
86
+ type: ObjectConstructor;
87
+ };
88
+ editDescriptionButtonProps: {
89
+ default: () => void;
90
+ type: ObjectConstructor;
91
+ };
92
+ files: {
93
+ required: true;
94
+ type: PropType<IFile[]>;
95
+ };
96
+ messages: {
97
+ default: () => void;
98
+ type: PropType<FileMessages>;
99
+ };
100
+ shareButtonProps: {
101
+ default: () => void;
102
+ type: ObjectConstructor;
103
+ };
104
+ showThumbnail: {
105
+ default: boolean;
106
+ type: BooleanConstructor;
107
+ };
108
+ viewButtonProps: {
109
+ default: undefined;
110
+ type: ObjectConstructor;
111
+ };
112
+ fileDetailVisibility: {
113
+ default: () => {
114
+ actions: boolean;
115
+ description: boolean;
116
+ downloadCount: boolean;
117
+ lastDownloadedAt: boolean;
118
+ originalFileName: boolean;
119
+ size: boolean;
120
+ uploadedAt: boolean;
121
+ uploadedBy: boolean;
122
+ };
123
+ type: ObjectConstructor;
124
+ };
125
+ }>> & Readonly<{
126
+ "onAction:archive"?: ((...args: any[]) => any) | undefined;
127
+ "onAction:delete"?: ((...args: any[]) => any) | undefined;
128
+ "onAction:download"?: ((...args: any[]) => any) | undefined;
129
+ "onAction:edit"?: ((...args: any[]) => any) | undefined;
130
+ "onAction:share"?: ((...args: any[]) => any) | undefined;
131
+ "onAction:view"?: ((...args: any[]) => any) | undefined;
132
+ }>, {
133
+ actionButtonsVisibility: Record<string, any>;
134
+ archiveButtonProps: Record<string, any>;
135
+ deleteButtonProps: Record<string, any>;
136
+ downloadButtonProps: Record<string, any>;
137
+ editDescriptionButtonProps: Record<string, any>;
138
+ messages: FileMessages;
139
+ shareButtonProps: Record<string, any>;
140
+ showThumbnail: boolean;
141
+ viewButtonProps: Record<string, any>;
142
+ fileDetailVisibility: Record<string, any>;
143
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
144
+ thumbnail: (_: {}) => any;
145
+ }>;
146
+ export default _default;
147
+ type __VLS_WithTemplateSlots<T, S> = T & {
148
+ new (): {
149
+ $slots: S;
150
+ };
151
+ };
152
+ //# sourceMappingURL=Index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/FilesList/Index.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAI/B,OAAO,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAwHtC,QAAQ,CAAC,KAAK,EAAE,CAAC;;;;cAIhB,QAAQ,CAAC,YAAY,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAJvB,QAAQ,CAAC,KAAK,EAAE,CAAC;;;;cAIhB,QAAQ,CAAC,YAAY,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAsJ/B,CAAC,CAAC,IAAiB,KAAK,GAAG;;AA/QtC,wBA8Rc;AACd,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}