@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,118 @@
1
1
  import { VNode } from "vue";
2
- import Status from "./vc-status.vue";
3
- import { GlobalComponentConstructor } from "./../../../services/types/ts-helpers";
4
- export type VcStatusSlots = {
5
- default?: () => VNode[];
6
- };
7
- export declare const VcStatus: GlobalComponentConstructor<typeof Status, VcStatusSlots>;
2
+ export declare const VcStatus: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: Partial<{
7
+ variant: "danger" | "success" | "info" | "warning" | "light-danger";
8
+ outline: boolean;
9
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
+ variant: {
11
+ type: import("vue").PropType<"danger" | "success" | "info" | "warning" | "light-danger">;
12
+ } & {
13
+ default: string;
14
+ };
15
+ outline: {
16
+ type: import("vue").PropType<boolean>;
17
+ } & {
18
+ default: boolean;
19
+ };
20
+ extend: {
21
+ type: import("vue").PropType<boolean>;
22
+ };
23
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "outline">;
24
+ $attrs: {
25
+ [x: string]: unknown;
26
+ };
27
+ $refs: {
28
+ [x: string]: unknown;
29
+ };
30
+ $slots: Readonly<{
31
+ [name: string]: import("vue").Slot;
32
+ }>;
33
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
34
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
35
+ $emit: (event: string, ...args: any[]) => void;
36
+ $el: any;
37
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
38
+ variant: {
39
+ type: import("vue").PropType<"danger" | "success" | "info" | "warning" | "light-danger">;
40
+ } & {
41
+ default: string;
42
+ };
43
+ outline: {
44
+ type: import("vue").PropType<boolean>;
45
+ } & {
46
+ default: boolean;
47
+ };
48
+ extend: {
49
+ type: import("vue").PropType<boolean>;
50
+ };
51
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
52
+ variant: "danger" | "success" | "info" | "warning" | "light-danger";
53
+ outline: boolean;
54
+ }, {}, string> & {
55
+ beforeCreate?: (() => void) | (() => void)[];
56
+ created?: (() => void) | (() => void)[];
57
+ beforeMount?: (() => void) | (() => void)[];
58
+ mounted?: (() => void) | (() => void)[];
59
+ beforeUpdate?: (() => void) | (() => void)[];
60
+ updated?: (() => void) | (() => void)[];
61
+ activated?: (() => void) | (() => void)[];
62
+ deactivated?: (() => void) | (() => void)[];
63
+ beforeDestroy?: (() => void) | (() => void)[];
64
+ beforeUnmount?: (() => void) | (() => void)[];
65
+ destroyed?: (() => void) | (() => void)[];
66
+ unmounted?: (() => void) | (() => void)[];
67
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
68
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
69
+ 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)[];
70
+ };
71
+ $forceUpdate: () => void;
72
+ $nextTick: typeof import("vue").nextTick;
73
+ $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;
74
+ } & Readonly<import("vue").ExtractPropTypes<{
75
+ variant: {
76
+ type: import("vue").PropType<"danger" | "success" | "info" | "warning" | "light-danger">;
77
+ } & {
78
+ default: string;
79
+ };
80
+ outline: {
81
+ type: import("vue").PropType<boolean>;
82
+ } & {
83
+ default: boolean;
84
+ };
85
+ extend: {
86
+ type: import("vue").PropType<boolean>;
87
+ };
88
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
89
+ __isFragment?: never;
90
+ __isTeleport?: never;
91
+ __isSuspense?: never;
92
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
93
+ variant: {
94
+ type: import("vue").PropType<"danger" | "success" | "info" | "warning" | "light-danger">;
95
+ } & {
96
+ default: string;
97
+ };
98
+ outline: {
99
+ type: import("vue").PropType<boolean>;
100
+ } & {
101
+ default: boolean;
102
+ };
103
+ extend: {
104
+ type: import("vue").PropType<boolean>;
105
+ };
106
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
107
+ variant: "danger" | "success" | "info" | "warning" | "light-danger";
108
+ outline: boolean;
109
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
110
+ $slots: {
111
+ default: (_: {}) => any;
112
+ };
113
+ }) & (new () => {
114
+ $slots: {
115
+ default: () => VNode[];
116
+ };
117
+ });
8
118
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/atoms/vc-status/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,OAAO,CAAC,EAAE,MAAM,KAAK,EAAE,CAAC;CACzB,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/atoms/vc-status/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBACX;IACN,MAAM,EAAE;QACN,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;KACxB,CAAC;CACH,CACF,CAAC"}
@@ -1,8 +1,10 @@
1
- import { VNode } from "vue";
2
- import StatusIcon from "./vc-status-icon.vue";
3
- import { GlobalComponentConstructor } from "./../../../services/types/ts-helpers";
4
- export type VcStatusIconSlots = {
5
- default?: () => VNode[];
6
- };
7
- export declare const VcStatusIcon: GlobalComponentConstructor<typeof StatusIcon, VcStatusIconSlots>;
1
+ export declare const VcStatusIcon: import("vue").DefineComponent<{
2
+ status: {
3
+ type: import("vue").PropType<boolean>;
4
+ };
5
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
6
+ status: {
7
+ type: import("vue").PropType<boolean>;
8
+ };
9
+ }>>, {}>;
8
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/atoms/vc-status-icon/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,OAAO,CAAC,EAAE,MAAM,KAAK,EAAE,CAAC;CACzB,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/atoms/vc-status-icon/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;QAAoC,CAAC"}
@@ -1,8 +1,40 @@
1
- import { VNode } from "vue";
2
- import { GlobalComponentConstructor } from "./../../../services/types/ts-helpers";
3
- import Switch from "./vc-switch.vue";
4
- export type VcSwitchSlots = {
5
- default?: () => VNode[];
6
- };
7
- export declare const VcSwitch: GlobalComponentConstructor<typeof Switch, VcSwitchSlots>;
1
+ export declare const VcSwitch: import("vue").DefineComponent<{
2
+ modelValue: {
3
+ type: import("vue").PropType<boolean>;
4
+ required: true;
5
+ };
6
+ disabled: {
7
+ type: import("vue").PropType<boolean>;
8
+ };
9
+ tooltip: {
10
+ type: import("vue").PropType<string>;
11
+ };
12
+ required: {
13
+ type: import("vue").PropType<boolean>;
14
+ };
15
+ label: {
16
+ type: import("vue").PropType<string>;
17
+ };
18
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
+ "update:modelValue": (value: boolean) => void;
20
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
21
+ modelValue: {
22
+ type: import("vue").PropType<boolean>;
23
+ required: true;
24
+ };
25
+ disabled: {
26
+ type: import("vue").PropType<boolean>;
27
+ };
28
+ tooltip: {
29
+ type: import("vue").PropType<string>;
30
+ };
31
+ required: {
32
+ type: import("vue").PropType<boolean>;
33
+ };
34
+ label: {
35
+ type: import("vue").PropType<string>;
36
+ };
37
+ }>> & {
38
+ "onUpdate:modelValue"?: (value: boolean) => any;
39
+ }, {}>;
8
40
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/atoms/vc-switch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAC5B,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAClF,OAAO,MAAM,MAAM,iBAAiB,CAAC;AAErC,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,CAAC,EAAE,MAAM,KAAK,EAAE,CAAC;CACzB,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/atoms/vc-switch/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA4B,CAAC"}
@@ -1,8 +1,32 @@
1
- import { VNode } from "vue";
2
- import Widget from "./vc-widget.vue";
3
- import { GlobalComponentConstructor } from "./../../../services/types/ts-helpers";
4
- export type VcWidgetSlots = {
5
- default?: () => VNode[];
6
- };
7
- export declare const VcWidget: GlobalComponentConstructor<typeof Widget, VcWidgetSlots>;
1
+ export declare const VcWidget: import("vue").DefineComponent<{
2
+ icon: {
3
+ type: import("vue").PropType<string>;
4
+ };
5
+ title: {
6
+ type: import("vue").PropType<string>;
7
+ };
8
+ value: {
9
+ type: import("vue").PropType<string | number>;
10
+ };
11
+ disabled: {
12
+ type: import("vue").PropType<boolean>;
13
+ };
14
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ click: () => void;
16
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
17
+ icon: {
18
+ type: import("vue").PropType<string>;
19
+ };
20
+ title: {
21
+ type: import("vue").PropType<string>;
22
+ };
23
+ value: {
24
+ type: import("vue").PropType<string | number>;
25
+ };
26
+ disabled: {
27
+ type: import("vue").PropType<boolean>;
28
+ };
29
+ }>> & {
30
+ onClick?: () => any;
31
+ }, {}>;
8
32
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/atoms/vc-widget/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,OAAO,CAAC,EAAE,MAAM,KAAK,EAAE,CAAC;CACzB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,0BAA0B,CAAC,OAAO,MAAM,EAAE,aAAa,CAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/atoms/vc-widget/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA4B,CAAC"}
@@ -1,40 +1,40 @@
1
- export * from "./atoms/vc-badge";
2
- export * from "./atoms/vc-button";
3
- export * from "./atoms/vc-card";
4
- export * from "./atoms/vc-checkbox";
5
- export * from "./atoms/vc-col";
6
- export * from "./atoms/vc-container";
7
- export * from "./atoms/vc-hint";
8
- export * from "./atoms/vc-icon";
9
- export * from "./atoms/vc-info-row";
10
- export * from "./atoms/vc-image";
11
- export * from "./atoms/vc-label";
12
- export * from "./atoms/vc-link";
13
- export * from "./atoms/vc-loading";
14
- export * from "./atoms/vc-progress";
15
- export * from "./atoms/vc-row";
16
- export * from "./atoms/vc-status";
17
- export * from "./atoms/vc-status-icon";
18
- export * from "./atoms/vc-switch";
19
- export * from "./atoms/vc-widget";
20
- export * from "./molecules/vc-breadcrumbs";
21
- export * from "./molecules/vc-code-editor";
22
- export * from "./molecules/vc-editor";
23
- export * from "./molecules/vc-form";
24
- export * from "./molecules/vc-file-upload";
25
- export * from "./molecules/vc-input";
26
- export * from "./molecules/vc-input-currency";
27
- export * from "./molecules/vc-notification";
28
- export * from "./molecules/vc-pagination";
29
- export * from "./molecules/vc-rating";
30
- export * from "./molecules/vc-select";
31
- export * from "./molecules/vc-slider";
32
- export * from "./molecules/vc-textarea";
33
- export * from "./organisms/vc-app";
34
- export * from "./organisms/vc-blade";
35
- export * from "./organisms/vc-dynamic-property";
36
- export * from "./organisms/vc-gallery";
37
- export * from "./organisms/vc-login-form";
38
- export * from "./organisms/vc-popup";
39
- export * from "./organisms/vc-table";
1
+ export { VcBadge } from "./atoms/vc-badge";
2
+ export { VcButton } from "./atoms/vc-button";
3
+ export { VcCard } from "./atoms/vc-card";
4
+ export { VcCheckbox } from "./atoms/vc-checkbox";
5
+ export { VcCol } from "./atoms/vc-col";
6
+ export { VcContainer } from "./atoms/vc-container";
7
+ export { VcHint } from "./atoms/vc-hint";
8
+ export { VcIcon } from "./atoms/vc-icon";
9
+ export { VcInfoRow } from "./atoms/vc-info-row";
10
+ export { VcImage } from "./atoms/vc-image";
11
+ export { VcLabel } from "./atoms/vc-label";
12
+ export { VcLink } from "./atoms/vc-link";
13
+ export { VcLoading } from "./atoms/vc-loading";
14
+ export { VcProgress } from "./atoms/vc-progress";
15
+ export { VcRow } from "./atoms/vc-row";
16
+ export { VcStatus } from "./atoms/vc-status";
17
+ export { VcStatusIcon } from "./atoms/vc-status-icon";
18
+ export { VcSwitch } from "./atoms/vc-switch";
19
+ export { VcWidget } from "./atoms/vc-widget";
20
+ export { VcBreadcrumbs } from "./molecules/vc-breadcrumbs";
21
+ export { VcCodeEditor } from "./molecules/vc-code-editor";
22
+ export { VcEditor } from "./molecules/vc-editor";
23
+ export { VcForm } from "./molecules/vc-form";
24
+ export { VcFileUpload } from "./molecules/vc-file-upload";
25
+ export { VcInput } from "./molecules/vc-input";
26
+ export { VcInputCurrency } from "./molecules/vc-input-currency";
27
+ export { VcNotification } from "./molecules/vc-notification";
28
+ export { VcPagination } from "./molecules/vc-pagination";
29
+ export { VcRating } from "./molecules/vc-rating";
30
+ export { VcSelect } from "./molecules/vc-select";
31
+ export { VcSlider } from "./molecules/vc-slider";
32
+ export { VcTextarea } from "./molecules/vc-textarea";
33
+ export { VcApp } from "./organisms/vc-app";
34
+ export { VcBlade } from "./organisms/vc-blade";
35
+ export { VcDynamicProperty } from "./organisms/vc-dynamic-property";
36
+ export { VcGallery } from "./organisms/vc-gallery";
37
+ export { VcLoginForm } from "./organisms/vc-login-form";
38
+ export { VcPopup } from "./organisms/vc-popup";
39
+ export { VcTable } from "./organisms/vc-table";
40
40
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../ui/components/index.ts"],"names":[],"mappings":"AACA,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAGlC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AAGxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../ui/components/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AACvC,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAG7C,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAGrD,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC"}
@@ -1,8 +1,34 @@
1
- import { VNode } from "vue";
2
- import Breadcrumbs from "./vc-breadcrumbs.vue";
3
- import { GlobalComponentConstructor } from "./../../../services/types/ts-helpers";
4
- export type VcBreadcrumbsSlots = {
5
- default?: () => VNode[];
6
- };
7
- export declare const VcBreadcrumbs: GlobalComponentConstructor<typeof Breadcrumbs, VcBreadcrumbsSlots>;
1
+ export declare const VcBreadcrumbs: import("vue").DefineComponent<{
2
+ items: {
3
+ type: import("vue").PropType<{
4
+ current: boolean;
5
+ icon: string;
6
+ title: string;
7
+ clickHandler: () => void;
8
+ id: string;
9
+ }[]>;
10
+ } & {
11
+ default: () => any[];
12
+ };
13
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
+ items: {
15
+ type: import("vue").PropType<{
16
+ current: boolean;
17
+ icon: string;
18
+ title: string;
19
+ clickHandler: () => void;
20
+ id: string;
21
+ }[]>;
22
+ } & {
23
+ default: () => any[];
24
+ };
25
+ }>>, {
26
+ items: {
27
+ current: boolean;
28
+ icon: string;
29
+ title: string;
30
+ clickHandler: () => void;
31
+ id: string;
32
+ }[];
33
+ }>;
8
34
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-breadcrumbs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAC5B,OAAO,WAAW,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAElF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,OAAO,CAAC,EAAE,MAAM,KAAK,EAAE,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,0BAA0B,CAAC,OAAO,WAAW,EAAE,kBAAkB,CAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-breadcrumbs/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsC,CAAC"}
@@ -1,8 +1,190 @@
1
1
  import { VNode } from "vue";
2
- import CodeEditor from "./vc-code-editor.vue";
3
- import { GlobalComponentConstructor } from "./../../../services/types/ts-helpers";
4
- export type VcCodeEditorSlots = {
5
- error?: () => VNode[];
6
- };
7
- export declare const VcCodeEditor: GlobalComponentConstructor<typeof CodeEditor, VcCodeEditorSlots>;
2
+ export declare const VcCodeEditor: {
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
+ }>> & {
39
+ "onUpdate:modelValue"?: (value: string | number | Date) => any;
40
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "modelValue">;
41
+ $attrs: {
42
+ [x: string]: unknown;
43
+ };
44
+ $refs: {
45
+ [x: string]: unknown;
46
+ };
47
+ $slots: Readonly<{
48
+ [name: string]: import("vue").Slot;
49
+ }>;
50
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
51
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
52
+ $emit: (event: "update:modelValue", value: string | number | Date) => void;
53
+ $el: any;
54
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
55
+ disabled: {
56
+ type: import("vue").PropType<boolean>;
57
+ };
58
+ name: {
59
+ type: import("vue").PropType<string>;
60
+ } & {
61
+ default: string;
62
+ };
63
+ label: {
64
+ type: import("vue").PropType<string>;
65
+ };
66
+ modelValue: {
67
+ type: import("vue").PropType<string | number | Date>;
68
+ } & {
69
+ default: any;
70
+ };
71
+ required: {
72
+ type: import("vue").PropType<boolean>;
73
+ };
74
+ errorMessage: {
75
+ type: import("vue").PropType<string>;
76
+ };
77
+ tooltip: {
78
+ type: import("vue").PropType<string>;
79
+ };
80
+ placeholder: {
81
+ type: import("vue").PropType<string>;
82
+ };
83
+ }>> & {
84
+ "onUpdate:modelValue"?: (value: string | number | Date) => any;
85
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
86
+ "update:modelValue": (value: string | number | Date) => void;
87
+ }, string, {
88
+ name: string;
89
+ modelValue: string | number | Date;
90
+ }, {}, string> & {
91
+ beforeCreate?: (() => void) | (() => void)[];
92
+ created?: (() => void) | (() => void)[];
93
+ beforeMount?: (() => void) | (() => void)[];
94
+ mounted?: (() => void) | (() => void)[];
95
+ beforeUpdate?: (() => void) | (() => void)[];
96
+ updated?: (() => void) | (() => void)[];
97
+ activated?: (() => void) | (() => void)[];
98
+ deactivated?: (() => void) | (() => void)[];
99
+ beforeDestroy?: (() => void) | (() => void)[];
100
+ beforeUnmount?: (() => void) | (() => void)[];
101
+ destroyed?: (() => void) | (() => void)[];
102
+ unmounted?: (() => void) | (() => void)[];
103
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
104
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
105
+ 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)[];
106
+ };
107
+ $forceUpdate: () => void;
108
+ $nextTick: typeof import("vue").nextTick;
109
+ $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;
110
+ } & Readonly<import("vue").ExtractPropTypes<{
111
+ disabled: {
112
+ type: import("vue").PropType<boolean>;
113
+ };
114
+ name: {
115
+ type: import("vue").PropType<string>;
116
+ } & {
117
+ default: string;
118
+ };
119
+ label: {
120
+ type: import("vue").PropType<string>;
121
+ };
122
+ modelValue: {
123
+ type: import("vue").PropType<string | number | Date>;
124
+ } & {
125
+ default: any;
126
+ };
127
+ required: {
128
+ type: import("vue").PropType<boolean>;
129
+ };
130
+ errorMessage: {
131
+ type: import("vue").PropType<string>;
132
+ };
133
+ tooltip: {
134
+ type: import("vue").PropType<string>;
135
+ };
136
+ placeholder: {
137
+ type: import("vue").PropType<string>;
138
+ };
139
+ }>> & {
140
+ "onUpdate:modelValue"?: (value: string | number | Date) => any;
141
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
142
+ __isFragment?: never;
143
+ __isTeleport?: never;
144
+ __isSuspense?: never;
145
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
146
+ disabled: {
147
+ type: import("vue").PropType<boolean>;
148
+ };
149
+ name: {
150
+ type: import("vue").PropType<string>;
151
+ } & {
152
+ default: string;
153
+ };
154
+ label: {
155
+ type: import("vue").PropType<string>;
156
+ };
157
+ modelValue: {
158
+ type: import("vue").PropType<string | number | Date>;
159
+ } & {
160
+ default: any;
161
+ };
162
+ required: {
163
+ type: import("vue").PropType<boolean>;
164
+ };
165
+ errorMessage: {
166
+ type: import("vue").PropType<string>;
167
+ };
168
+ tooltip: {
169
+ type: import("vue").PropType<string>;
170
+ };
171
+ placeholder: {
172
+ type: import("vue").PropType<string>;
173
+ };
174
+ }>> & {
175
+ "onUpdate:modelValue"?: (value: string | number | Date) => any;
176
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
177
+ "update:modelValue": (value: string | number | Date) => void;
178
+ }, string, {
179
+ name: string;
180
+ modelValue: string | number | Date;
181
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
182
+ $slots: {
183
+ error: (_: {}) => any;
184
+ };
185
+ }) & (new () => {
186
+ $slots: {
187
+ error: () => VNode[];
188
+ };
189
+ });
8
190
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-code-editor/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-code-editor/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBACf;IACN,MAAM,EAAE;QACN,KAAK,EAAE,MAAM,KAAK,EAAE,CAAC;KACtB,CAAC;CACH,CACF,CAAC"}