@vc-shell/framework 1.0.56 → 1.0.57

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 (179) hide show
  1. package/dist/framework.mjs +126 -57
  2. package/dist/index.css +1 -1
  3. package/dist/types/index.d.ts +1 -1
  4. package/dist/types/index.d.ts.map +1 -1
  5. package/dist/types/shared/app-switcher/components/index.d.ts +1 -1
  6. package/dist/types/shared/app-switcher/components/index.d.ts.map +1 -1
  7. package/dist/types/shared/app-switcher/components/vc-app-switcher/index.d.ts +22 -0
  8. package/dist/types/shared/app-switcher/components/vc-app-switcher/index.d.ts.map +1 -0
  9. package/dist/types/shared/app-switcher/index.d.ts +6 -0
  10. package/dist/types/shared/app-switcher/index.d.ts.map +1 -1
  11. package/dist/types/shared/assets/components/assets-details/index.d.ts +46 -0
  12. package/dist/types/shared/assets/components/assets-details/index.d.ts.map +1 -0
  13. package/dist/types/shared/assets/components/index.d.ts +1 -1
  14. package/dist/types/shared/assets/components/index.d.ts.map +1 -1
  15. package/dist/types/shared/assets/index.d.ts +6 -0
  16. package/dist/types/shared/assets/index.d.ts.map +1 -1
  17. package/dist/types/shared/blade-navigation/components/index.d.ts +1 -1
  18. package/dist/types/shared/blade-navigation/components/index.d.ts.map +1 -1
  19. package/dist/types/shared/blade-navigation/components/vc-blade-navigation/index.d.ts +66 -0
  20. package/dist/types/shared/blade-navigation/components/vc-blade-navigation/index.d.ts.map +1 -0
  21. package/dist/types/shared/blade-navigation/index.d.ts +6 -0
  22. package/dist/types/shared/blade-navigation/index.d.ts.map +1 -1
  23. package/dist/types/ui/components/atoms/vc-badge/index.d.ts +106 -9
  24. package/dist/types/ui/components/atoms/vc-badge/index.d.ts.map +1 -1
  25. package/dist/types/ui/components/atoms/vc-button/index.d.ts +153 -6
  26. package/dist/types/ui/components/atoms/vc-button/index.d.ts.map +1 -1
  27. package/dist/types/ui/components/atoms/vc-card/index.d.ts +163 -7
  28. package/dist/types/ui/components/atoms/vc-card/index.d.ts.map +1 -1
  29. package/dist/types/ui/components/atoms/vc-checkbox/index.d.ts +143 -7
  30. package/dist/types/ui/components/atoms/vc-checkbox/index.d.ts.map +1 -1
  31. package/dist/types/ui/components/atoms/vc-col/index.d.ts +81 -6
  32. package/dist/types/ui/components/atoms/vc-col/index.d.ts.map +1 -1
  33. package/dist/types/ui/components/atoms/vc-container/index.d.ts +112 -6
  34. package/dist/types/ui/components/atoms/vc-container/index.d.ts.map +1 -1
  35. package/dist/types/ui/components/atoms/vc-hint/index.d.ts +51 -6
  36. package/dist/types/ui/components/atoms/vc-hint/index.d.ts.map +1 -1
  37. package/dist/types/ui/components/atoms/vc-icon/index.d.ts +26 -7
  38. package/dist/types/ui/components/atoms/vc-icon/index.d.ts.map +1 -1
  39. package/dist/types/ui/components/atoms/vc-image/index.d.ts +67 -7
  40. package/dist/types/ui/components/atoms/vc-image/index.d.ts.map +1 -1
  41. package/dist/types/ui/components/atoms/vc-info-row/index.d.ts +33 -7
  42. package/dist/types/ui/components/atoms/vc-info-row/index.d.ts.map +1 -1
  43. package/dist/types/ui/components/atoms/vc-label/index.d.ts +95 -7
  44. package/dist/types/ui/components/atoms/vc-label/index.d.ts.map +1 -1
  45. package/dist/types/ui/components/atoms/vc-link/index.d.ts +103 -6
  46. package/dist/types/ui/components/atoms/vc-link/index.d.ts.map +1 -1
  47. package/dist/types/ui/components/atoms/vc-loading/index.d.ts +9 -7
  48. package/dist/types/ui/components/atoms/vc-loading/index.d.ts.map +1 -1
  49. package/dist/types/ui/components/atoms/vc-progress/index.d.ts +100 -6
  50. package/dist/types/ui/components/atoms/vc-progress/index.d.ts.map +1 -1
  51. package/dist/types/ui/components/atoms/vc-row/index.d.ts +51 -6
  52. package/dist/types/ui/components/atoms/vc-row/index.d.ts.map +1 -1
  53. package/dist/types/ui/components/atoms/vc-status/index.d.ts +116 -6
  54. package/dist/types/ui/components/atoms/vc-status/index.d.ts.map +1 -1
  55. package/dist/types/ui/components/atoms/vc-status-icon/index.d.ts +9 -7
  56. package/dist/types/ui/components/atoms/vc-status-icon/index.d.ts.map +1 -1
  57. package/dist/types/ui/components/atoms/vc-switch/index.d.ts +39 -7
  58. package/dist/types/ui/components/atoms/vc-switch/index.d.ts.map +1 -1
  59. package/dist/types/ui/components/atoms/vc-widget/index.d.ts +31 -7
  60. package/dist/types/ui/components/atoms/vc-widget/index.d.ts.map +1 -1
  61. package/dist/types/ui/components/index.d.ts +39 -39
  62. package/dist/types/ui/components/index.d.ts.map +1 -1
  63. package/dist/types/ui/components/molecules/vc-breadcrumbs/index.d.ts +33 -7
  64. package/dist/types/ui/components/molecules/vc-breadcrumbs/index.d.ts.map +1 -1
  65. package/dist/types/ui/components/molecules/vc-code-editor/index.d.ts +188 -6
  66. package/dist/types/ui/components/molecules/vc-code-editor/index.d.ts.map +1 -1
  67. package/dist/types/ui/components/molecules/vc-editor/index.d.ts +204 -6
  68. package/dist/types/ui/components/molecules/vc-editor/index.d.ts.map +1 -1
  69. package/dist/types/ui/components/molecules/vc-file-upload/index.d.ts +175 -6
  70. package/dist/types/ui/components/molecules/vc-file-upload/index.d.ts.map +1 -1
  71. package/dist/types/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  72. package/dist/types/ui/components/molecules/vc-form/index.d.ts +51 -6
  73. package/dist/types/ui/components/molecules/vc-form/index.d.ts.map +1 -1
  74. package/dist/types/ui/components/molecules/vc-input/index.d.ts +375 -46
  75. package/dist/types/ui/components/molecules/vc-input/index.d.ts.map +1 -1
  76. package/dist/types/ui/components/molecules/vc-input-currency/index.d.ts +365 -12
  77. package/dist/types/ui/components/molecules/vc-input-currency/index.d.ts.map +1 -1
  78. package/dist/types/ui/components/molecules/vc-notification/index.d.ts +101 -6
  79. package/dist/types/ui/components/molecules/vc-notification/index.d.ts.map +1 -1
  80. package/dist/types/ui/components/molecules/vc-pagination/index.d.ts +36 -7
  81. package/dist/types/ui/components/molecules/vc-pagination/index.d.ts.map +1 -1
  82. package/dist/types/ui/components/molecules/vc-rating/index.d.ts +156 -6
  83. package/dist/types/ui/components/molecules/vc-rating/index.d.ts.map +1 -1
  84. package/dist/types/ui/components/molecules/vc-select/index.d.ts +566 -69
  85. package/dist/types/ui/components/molecules/vc-select/index.d.ts.map +1 -1
  86. package/dist/types/ui/components/molecules/vc-slider/index.d.ts +159 -10
  87. package/dist/types/ui/components/molecules/vc-slider/index.d.ts.map +1 -1
  88. package/dist/types/ui/components/molecules/vc-textarea/index.d.ts +204 -6
  89. package/dist/types/ui/components/molecules/vc-textarea/index.d.ts.map +1 -1
  90. package/dist/types/ui/components/organisms/vc-app/index.d.ts +302 -9
  91. package/dist/types/ui/components/organisms/vc-app/index.d.ts.map +1 -1
  92. package/dist/types/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  93. package/dist/types/ui/components/organisms/vc-blade/index.d.ts +201 -7
  94. package/dist/types/ui/components/organisms/vc-blade/index.d.ts.map +1 -1
  95. package/dist/types/ui/components/organisms/vc-dynamic-property/index.d.ts +59 -7
  96. package/dist/types/ui/components/organisms/vc-dynamic-property/index.d.ts.map +1 -1
  97. package/dist/types/ui/components/organisms/vc-gallery/index.d.ts +157 -7
  98. package/dist/types/ui/components/organisms/vc-gallery/index.d.ts.map +1 -1
  99. package/dist/types/ui/components/organisms/vc-login-form/index.d.ts +113 -6
  100. package/dist/types/ui/components/organisms/vc-login-form/index.d.ts.map +1 -1
  101. package/dist/types/ui/components/organisms/vc-popup/index.d.ts +129 -6
  102. package/dist/types/ui/components/organisms/vc-popup/index.d.ts.map +1 -1
  103. package/dist/types/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +1 -15
  104. package/dist/types/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  105. package/dist/types/ui/components/organisms/vc-table/index.d.ts +649 -27
  106. package/dist/types/ui/components/organisms/vc-table/index.d.ts.map +1 -1
  107. package/dist/types/ui/components/organisms/vc-table/vc-table.stories.d.ts +69 -70
  108. package/dist/types/ui/components/organisms/vc-table/vc-table.stories.d.ts.map +1 -1
  109. package/dist/types/ui/components/organisms/vc-table/vc-table.vue.d.ts +31 -25
  110. package/dist/types/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
  111. package/dist/types/ui/types/index.d.ts +46 -0
  112. package/dist/types/ui/types/index.d.ts.map +1 -0
  113. package/package.json +6 -6
  114. package/shared/app-switcher/components/index.ts +1 -1
  115. package/shared/app-switcher/components/vc-app-switcher/index.ts +3 -0
  116. package/shared/app-switcher/index.ts +7 -0
  117. package/shared/assets/components/assets-details/index.ts +3 -0
  118. package/shared/assets/components/index.ts +1 -1
  119. package/shared/assets/index.ts +7 -0
  120. package/shared/blade-navigation/components/index.ts +1 -1
  121. package/shared/blade-navigation/components/vc-blade-navigation/index.ts +3 -0
  122. package/shared/blade-navigation/index.ts +7 -0
  123. package/ui/components/atoms/vc-badge/index.ts +10 -9
  124. package/ui/components/atoms/vc-button/index.ts +7 -6
  125. package/ui/components/atoms/vc-card/index.ts +8 -7
  126. package/ui/components/atoms/vc-checkbox/index.ts +8 -7
  127. package/ui/components/atoms/vc-col/index.ts +7 -6
  128. package/ui/components/atoms/vc-container/index.ts +7 -6
  129. package/ui/components/atoms/vc-hint/index.ts +7 -6
  130. package/ui/components/atoms/vc-icon/index.ts +2 -8
  131. package/ui/components/atoms/vc-image/index.ts +2 -8
  132. package/ui/components/atoms/vc-info-row/index.ts +2 -8
  133. package/ui/components/atoms/vc-label/index.ts +8 -7
  134. package/ui/components/atoms/vc-link/index.ts +7 -6
  135. package/ui/components/atoms/vc-loading/index.ts +2 -8
  136. package/ui/components/atoms/vc-progress/index.ts +7 -6
  137. package/ui/components/atoms/vc-row/index.ts +7 -6
  138. package/ui/components/atoms/vc-status/index.ts +7 -6
  139. package/ui/components/atoms/vc-status-icon/index.ts +2 -8
  140. package/ui/components/atoms/vc-switch/index.ts +2 -8
  141. package/ui/components/atoms/vc-widget/index.ts +2 -8
  142. package/ui/components/index.ts +39 -39
  143. package/ui/components/molecules/vc-breadcrumbs/index.ts +2 -8
  144. package/ui/components/molecules/vc-code-editor/index.ts +7 -6
  145. package/ui/components/molecules/vc-editor/index.ts +7 -6
  146. package/ui/components/molecules/vc-file-upload/index.ts +7 -6
  147. package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +18 -4
  148. package/ui/components/molecules/vc-form/index.ts +7 -6
  149. package/ui/components/molecules/vc-input/index.ts +57 -56
  150. package/ui/components/molecules/vc-input-currency/index.ts +15 -14
  151. package/ui/components/molecules/vc-notification/index.ts +7 -6
  152. package/ui/components/molecules/vc-pagination/index.ts +2 -8
  153. package/ui/components/molecules/vc-rating/index.ts +7 -6
  154. package/ui/components/molecules/vc-select/index.ts +84 -84
  155. package/ui/components/molecules/vc-slider/index.ts +10 -9
  156. package/ui/components/molecules/vc-textarea/index.ts +7 -6
  157. package/ui/components/organisms/vc-app/index.ts +10 -9
  158. package/ui/components/organisms/vc-app/vc-app.vue +7 -0
  159. package/ui/components/organisms/vc-blade/index.ts +8 -7
  160. package/ui/components/organisms/vc-dynamic-property/index.ts +2 -8
  161. package/ui/components/organisms/vc-gallery/index.ts +2 -8
  162. package/ui/components/organisms/vc-login-form/index.ts +7 -6
  163. package/ui/components/organisms/vc-popup/index.ts +7 -6
  164. package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +1 -4
  165. package/ui/components/organisms/vc-table/index.ts +16 -14
  166. package/ui/components/organisms/vc-table/vc-table.vue +118 -49
  167. package/ui/types/index.ts +53 -0
  168. package/dist/types/ui/services/components.d.ts +0 -2
  169. package/dist/types/ui/services/components.d.ts.map +0 -1
  170. package/dist/types/ui/services/types/components.d.ts +0 -14
  171. package/dist/types/ui/services/types/components.d.ts.map +0 -1
  172. package/dist/types/ui/services/types/index.d.ts +0 -7
  173. package/dist/types/ui/services/types/index.d.ts.map +0 -1
  174. package/dist/types/ui/services/types/ts-helpers.d.ts +0 -8
  175. package/dist/types/ui/services/types/ts-helpers.d.ts.map +0 -1
  176. package/ui/services/components.ts +0 -40
  177. package/ui/services/types/components.ts +0 -14
  178. package/ui/services/types/index.ts +0 -9
  179. package/ui/services/types/ts-helpers.ts +0 -18
@@ -1,8 +1,206 @@
1
1
  import { VNode } from "vue";
2
- import Editor from "./vc-editor.vue";
3
- import { GlobalComponentConstructor } from "./../../../services/types/ts-helpers";
4
- export type VcEditorSlots = {
5
- error?: () => VNode[];
6
- };
7
- export declare const VcEditor: GlobalComponentConstructor<typeof Editor, VcEditorSlots>;
2
+ export declare const VcEditor: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: Partial<{
7
+ name: string;
8
+ modelValue: string | number | Date;
9
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
+ disabled: {
11
+ type: import("vue").PropType<boolean>;
12
+ };
13
+ name: {
14
+ type: import("vue").PropType<string>;
15
+ } & {
16
+ default: string;
17
+ };
18
+ label: {
19
+ type: import("vue").PropType<string>;
20
+ };
21
+ modelValue: {
22
+ type: import("vue").PropType<string | number | Date>;
23
+ } & {
24
+ default: any;
25
+ };
26
+ required: {
27
+ type: import("vue").PropType<boolean>;
28
+ };
29
+ errorMessage: {
30
+ type: import("vue").PropType<string>;
31
+ };
32
+ tooltip: {
33
+ type: import("vue").PropType<string>;
34
+ };
35
+ placeholder: {
36
+ type: import("vue").PropType<string>;
37
+ };
38
+ assetsFolder: {
39
+ type: import("vue").PropType<string>;
40
+ required: true;
41
+ };
42
+ }>> & {
43
+ "onUpdate:modelValue"?: (value: string | number | Date) => any;
44
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "modelValue">;
45
+ $attrs: {
46
+ [x: string]: unknown;
47
+ };
48
+ $refs: {
49
+ [x: string]: unknown;
50
+ };
51
+ $slots: Readonly<{
52
+ [name: string]: import("vue").Slot;
53
+ }>;
54
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
55
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
56
+ $emit: (event: "update:modelValue", value: string | number | Date) => void;
57
+ $el: any;
58
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
59
+ disabled: {
60
+ type: import("vue").PropType<boolean>;
61
+ };
62
+ name: {
63
+ type: import("vue").PropType<string>;
64
+ } & {
65
+ default: string;
66
+ };
67
+ label: {
68
+ type: import("vue").PropType<string>;
69
+ };
70
+ modelValue: {
71
+ type: import("vue").PropType<string | number | Date>;
72
+ } & {
73
+ default: any;
74
+ };
75
+ required: {
76
+ type: import("vue").PropType<boolean>;
77
+ };
78
+ errorMessage: {
79
+ type: import("vue").PropType<string>;
80
+ };
81
+ tooltip: {
82
+ type: import("vue").PropType<string>;
83
+ };
84
+ placeholder: {
85
+ type: import("vue").PropType<string>;
86
+ };
87
+ assetsFolder: {
88
+ type: import("vue").PropType<string>;
89
+ required: true;
90
+ };
91
+ }>> & {
92
+ "onUpdate:modelValue"?: (value: string | number | Date) => any;
93
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
94
+ "update:modelValue": (value: string | number | Date) => void;
95
+ }, string, {
96
+ name: string;
97
+ modelValue: string | number | Date;
98
+ }, {}, string> & {
99
+ beforeCreate?: (() => void) | (() => void)[];
100
+ created?: (() => void) | (() => void)[];
101
+ beforeMount?: (() => void) | (() => void)[];
102
+ mounted?: (() => void) | (() => void)[];
103
+ beforeUpdate?: (() => void) | (() => void)[];
104
+ updated?: (() => void) | (() => void)[];
105
+ activated?: (() => void) | (() => void)[];
106
+ deactivated?: (() => void) | (() => void)[];
107
+ beforeDestroy?: (() => void) | (() => void)[];
108
+ beforeUnmount?: (() => void) | (() => void)[];
109
+ destroyed?: (() => void) | (() => void)[];
110
+ unmounted?: (() => void) | (() => void)[];
111
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
112
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
113
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
114
+ };
115
+ $forceUpdate: () => void;
116
+ $nextTick: typeof import("vue").nextTick;
117
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
118
+ } & Readonly<import("vue").ExtractPropTypes<{
119
+ disabled: {
120
+ type: import("vue").PropType<boolean>;
121
+ };
122
+ name: {
123
+ type: import("vue").PropType<string>;
124
+ } & {
125
+ default: string;
126
+ };
127
+ label: {
128
+ type: import("vue").PropType<string>;
129
+ };
130
+ modelValue: {
131
+ type: import("vue").PropType<string | number | Date>;
132
+ } & {
133
+ default: any;
134
+ };
135
+ required: {
136
+ type: import("vue").PropType<boolean>;
137
+ };
138
+ errorMessage: {
139
+ type: import("vue").PropType<string>;
140
+ };
141
+ tooltip: {
142
+ type: import("vue").PropType<string>;
143
+ };
144
+ placeholder: {
145
+ type: import("vue").PropType<string>;
146
+ };
147
+ assetsFolder: {
148
+ type: import("vue").PropType<string>;
149
+ required: true;
150
+ };
151
+ }>> & {
152
+ "onUpdate:modelValue"?: (value: string | number | Date) => any;
153
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
154
+ __isFragment?: never;
155
+ __isTeleport?: never;
156
+ __isSuspense?: never;
157
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
158
+ disabled: {
159
+ type: import("vue").PropType<boolean>;
160
+ };
161
+ name: {
162
+ type: import("vue").PropType<string>;
163
+ } & {
164
+ default: string;
165
+ };
166
+ label: {
167
+ type: import("vue").PropType<string>;
168
+ };
169
+ modelValue: {
170
+ type: import("vue").PropType<string | number | Date>;
171
+ } & {
172
+ default: any;
173
+ };
174
+ required: {
175
+ type: import("vue").PropType<boolean>;
176
+ };
177
+ errorMessage: {
178
+ type: import("vue").PropType<string>;
179
+ };
180
+ tooltip: {
181
+ type: import("vue").PropType<string>;
182
+ };
183
+ placeholder: {
184
+ type: import("vue").PropType<string>;
185
+ };
186
+ assetsFolder: {
187
+ type: import("vue").PropType<string>;
188
+ required: true;
189
+ };
190
+ }>> & {
191
+ "onUpdate:modelValue"?: (value: string | number | Date) => any;
192
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
193
+ "update:modelValue": (value: string | number | Date) => void;
194
+ }, string, {
195
+ name: string;
196
+ modelValue: string | number | Date;
197
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
198
+ $slots: {
199
+ error: (_: {}) => any;
200
+ };
201
+ }) & (new () => {
202
+ $slots: {
203
+ error: () => VNode[];
204
+ };
205
+ });
8
206
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-editor/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAC5B,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAElF,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,CAAC,EAAE,MAAM,KAAK,EAAE,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,0BAA0B,CAAC,OAAO,MAAM,EAAE,aAAa,CAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-editor/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBACX;IACN,MAAM,EAAE;QACN,KAAK,EAAE,MAAM,KAAK,EAAE,CAAC;KACtB,CAAC;CACH,CACF,CAAC"}
@@ -1,8 +1,177 @@
1
1
  import { VNode } from "vue";
2
- import FileUpload from "./vc-file-upload.vue";
3
- import { GlobalComponentConstructor } from "./../../../services/types/ts-helpers";
4
- export type VcFileUploadSlots = {
5
- error?: () => VNode[];
6
- };
7
- export declare const VcFileUpload: GlobalComponentConstructor<typeof FileUpload, VcFileUploadSlots>;
2
+ export declare const VcFileUpload: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: Partial<{
7
+ name: string;
8
+ variant: "gallery" | "file-upload";
9
+ accept: string;
10
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
+ name: {
12
+ type: import("vue").PropType<string>;
13
+ } & {
14
+ default: string;
15
+ };
16
+ variant: {
17
+ type: import("vue").PropType<"gallery" | "file-upload">;
18
+ } & {
19
+ default: string;
20
+ };
21
+ multiple: {
22
+ type: import("vue").PropType<boolean>;
23
+ };
24
+ loading: {
25
+ type: import("vue").PropType<boolean>;
26
+ };
27
+ accept: {
28
+ type: import("vue").PropType<string>;
29
+ } & {
30
+ default: string;
31
+ };
32
+ rules: {
33
+ type: import("vue").PropType<string | Record<string, unknown>>;
34
+ };
35
+ }>> & {
36
+ onUpload?: (files: FileList) => any;
37
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "variant" | "accept">;
38
+ $attrs: {
39
+ [x: string]: unknown;
40
+ };
41
+ $refs: {
42
+ [x: string]: unknown;
43
+ };
44
+ $slots: Readonly<{
45
+ [name: string]: import("vue").Slot;
46
+ }>;
47
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
48
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
49
+ $emit: (event: "upload", files: FileList) => void;
50
+ $el: any;
51
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
52
+ name: {
53
+ type: import("vue").PropType<string>;
54
+ } & {
55
+ default: string;
56
+ };
57
+ variant: {
58
+ type: import("vue").PropType<"gallery" | "file-upload">;
59
+ } & {
60
+ default: string;
61
+ };
62
+ multiple: {
63
+ type: import("vue").PropType<boolean>;
64
+ };
65
+ loading: {
66
+ type: import("vue").PropType<boolean>;
67
+ };
68
+ accept: {
69
+ type: import("vue").PropType<string>;
70
+ } & {
71
+ default: string;
72
+ };
73
+ rules: {
74
+ type: import("vue").PropType<string | Record<string, unknown>>;
75
+ };
76
+ }>> & {
77
+ onUpload?: (files: FileList) => any;
78
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
79
+ upload: (files: FileList) => void;
80
+ }, string, {
81
+ name: string;
82
+ variant: "gallery" | "file-upload";
83
+ accept: string;
84
+ }, {}, string> & {
85
+ beforeCreate?: (() => void) | (() => void)[];
86
+ created?: (() => void) | (() => void)[];
87
+ beforeMount?: (() => void) | (() => void)[];
88
+ mounted?: (() => void) | (() => void)[];
89
+ beforeUpdate?: (() => void) | (() => void)[];
90
+ updated?: (() => void) | (() => void)[];
91
+ activated?: (() => void) | (() => void)[];
92
+ deactivated?: (() => void) | (() => void)[];
93
+ beforeDestroy?: (() => void) | (() => void)[];
94
+ beforeUnmount?: (() => void) | (() => void)[];
95
+ destroyed?: (() => void) | (() => void)[];
96
+ unmounted?: (() => void) | (() => void)[];
97
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
98
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
99
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
100
+ };
101
+ $forceUpdate: () => void;
102
+ $nextTick: typeof import("vue").nextTick;
103
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
104
+ } & Readonly<import("vue").ExtractPropTypes<{
105
+ name: {
106
+ type: import("vue").PropType<string>;
107
+ } & {
108
+ default: string;
109
+ };
110
+ variant: {
111
+ type: import("vue").PropType<"gallery" | "file-upload">;
112
+ } & {
113
+ default: string;
114
+ };
115
+ multiple: {
116
+ type: import("vue").PropType<boolean>;
117
+ };
118
+ loading: {
119
+ type: import("vue").PropType<boolean>;
120
+ };
121
+ accept: {
122
+ type: import("vue").PropType<string>;
123
+ } & {
124
+ default: string;
125
+ };
126
+ rules: {
127
+ type: import("vue").PropType<string | Record<string, unknown>>;
128
+ };
129
+ }>> & {
130
+ onUpload?: (files: FileList) => any;
131
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
132
+ __isFragment?: never;
133
+ __isTeleport?: never;
134
+ __isSuspense?: never;
135
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
136
+ name: {
137
+ type: import("vue").PropType<string>;
138
+ } & {
139
+ default: string;
140
+ };
141
+ variant: {
142
+ type: import("vue").PropType<"gallery" | "file-upload">;
143
+ } & {
144
+ default: string;
145
+ };
146
+ multiple: {
147
+ type: import("vue").PropType<boolean>;
148
+ };
149
+ loading: {
150
+ type: import("vue").PropType<boolean>;
151
+ };
152
+ accept: {
153
+ type: import("vue").PropType<string>;
154
+ } & {
155
+ default: string;
156
+ };
157
+ rules: {
158
+ type: import("vue").PropType<string | Record<string, unknown>>;
159
+ };
160
+ }>> & {
161
+ onUpload?: (files: FileList) => any;
162
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
163
+ upload: (files: FileList) => void;
164
+ }, string, {
165
+ name: string;
166
+ variant: "gallery" | "file-upload";
167
+ accept: string;
168
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
169
+ $slots: {
170
+ error: (_: {}) => any;
171
+ };
172
+ }) & (new () => {
173
+ $slots: {
174
+ error?: () => VNode[];
175
+ };
176
+ });
8
177
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-file-upload/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAC5B,OAAO,UAAU,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAElF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,CAAC,EAAE,MAAM,KAAK,EAAE,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,0BAA0B,CAAC,OAAO,UAAU,EAAE,iBAAiB,CAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-file-upload/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBACf;IACN,MAAM,EAAE;QACN,KAAK,CAAC,EAAE,MAAM,KAAK,EAAE,CAAC;KACvB,CAAC;CACH,CACF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"vc-file-upload.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-file-upload/vc-file-upload.vue.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,KAAK;IACpB,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;CAC1C;;;;;;;;;;;;;;;;;;sBAkM8B,GAAG;;AAhMlC,wBAkNc;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,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG;QACzD,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,GAAG,CAAC,CAAC,CAAC,CAAC;CACR,CAAC;AA6GN,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"vc-file-upload.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-file-upload/vc-file-upload.vue.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,KAAK;IACpB,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;CAC1C;;;;;;;;;;;;;;;;;;sBAkN8B,GAAG;;AAhNlC,wBAqOc;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,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG;QACzD,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,GAAG,CAAC,CAAC,CAAC,CAAC;CACR,CAAC;AA6GN,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
@@ -1,8 +1,53 @@
1
1
  import { VNode } from "vue";
2
- import Form from "./vc-form.vue";
3
- import { GlobalComponentConstructor } from "./../../../services/types/ts-helpers";
4
- export type VcFormSlots = {
5
- default?: () => VNode[];
6
- };
7
- export declare const VcForm: GlobalComponentConstructor<typeof Form, VcFormSlots>;
2
+ export declare const VcForm: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
7
+ $attrs: {
8
+ [x: string]: unknown;
9
+ };
10
+ $refs: {
11
+ [x: string]: unknown;
12
+ };
13
+ $slots: Readonly<{
14
+ [name: string]: import("vue").Slot;
15
+ }>;
16
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
17
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
18
+ $emit: (event: string, ...args: any[]) => void;
19
+ $el: any;
20
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
21
+ beforeCreate?: (() => void) | (() => void)[];
22
+ created?: (() => void) | (() => void)[];
23
+ beforeMount?: (() => void) | (() => void)[];
24
+ mounted?: (() => void) | (() => void)[];
25
+ beforeUpdate?: (() => void) | (() => void)[];
26
+ updated?: (() => void) | (() => void)[];
27
+ activated?: (() => void) | (() => void)[];
28
+ deactivated?: (() => void) | (() => void)[];
29
+ beforeDestroy?: (() => void) | (() => void)[];
30
+ beforeUnmount?: (() => void) | (() => void)[];
31
+ destroyed?: (() => void) | (() => void)[];
32
+ unmounted?: (() => void) | (() => void)[];
33
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
35
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
36
+ };
37
+ $forceUpdate: () => void;
38
+ $nextTick: typeof import("vue").nextTick;
39
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
40
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
41
+ __isFragment?: never;
42
+ __isTeleport?: never;
43
+ __isSuspense?: never;
44
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
45
+ $slots: {
46
+ default: (_: {}) => any;
47
+ };
48
+ }) & (new () => {
49
+ $slots: {
50
+ default: () => VNode[];
51
+ };
52
+ });
8
53
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-form/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAC5B,OAAO,IAAI,MAAM,eAAe,CAAC;AACjC,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAElF,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,CAAC,EAAE,MAAM,KAAK,EAAE,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,0BAA0B,CAAC,OAAO,IAAI,EAAE,WAAW,CAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-form/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBACT;IACN,MAAM,EAAE;QACN,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;KACxB,CAAC;CACH,CACF,CAAC"}