@privateaim/client-vue 0.8.19 → 0.8.21

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 (150) hide show
  1. package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts +2 -1
  2. package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts.map +1 -1
  3. package/dist/components/analysis/{wizard/FAnalysisWizardStepFiles.vue.d.ts → FAnalysisCodeFiles.vue.d.ts} +121 -64
  4. package/dist/components/analysis/FAnalysisCodeFiles.vue.d.ts.map +1 -0
  5. package/dist/components/analysis/FAnalysisImageCommand.vue.d.ts +97 -0
  6. package/dist/components/analysis/FAnalysisImageCommand.vue.d.ts.map +1 -0
  7. package/dist/components/analysis/FAnalysisImageCommandArguments.vue.d.ts +307 -1250
  8. package/dist/components/analysis/FAnalysisImageCommandArguments.vue.d.ts.map +1 -1
  9. package/dist/components/analysis/FAnalysisItem.d.ts +2 -346
  10. package/dist/components/analysis/FAnalysisItem.d.ts.map +1 -1
  11. package/dist/components/analysis/FAnalysisItemCard.vue.d.ts +32 -210
  12. package/dist/components/analysis/FAnalysisItemCard.vue.d.ts.map +1 -1
  13. package/dist/components/analysis/FAnalysisMasterImagePicker.vue.d.ts +414 -0
  14. package/dist/components/analysis/FAnalysisMasterImagePicker.vue.d.ts.map +1 -0
  15. package/dist/components/analysis/FAnalysisProgressBar.vue.d.ts +38 -0
  16. package/dist/components/analysis/FAnalysisProgressBar.vue.d.ts.map +1 -0
  17. package/dist/components/analysis/index.d.ts +7 -2
  18. package/dist/components/analysis/index.d.ts.map +1 -1
  19. package/dist/components/analysis/status/FAnalysisBuildStatus.vue.d.ts +22 -0
  20. package/dist/components/analysis/status/FAnalysisBuildStatus.vue.d.ts.map +1 -0
  21. package/dist/components/analysis/{FAnalysisConfigurationStatusText.vue.d.ts → status/FAnalysisConfigurationStatus.vue.d.ts} +5 -4
  22. package/dist/components/analysis/status/FAnalysisConfigurationStatus.vue.d.ts.map +1 -0
  23. package/dist/components/analysis/status/FAnalysisRunStatus.vue.d.ts +22 -0
  24. package/dist/components/analysis/status/FAnalysisRunStatus.vue.d.ts.map +1 -0
  25. package/dist/components/analysis/{FAnalysisPipeline.vue.d.ts → status/FAnalysisStatus.vue.d.ts} +29 -61
  26. package/dist/components/analysis/status/FAnalysisStatus.vue.d.ts.map +1 -0
  27. package/dist/components/analysis/steps/FAnalysisBuildStep.vue.d.ts +93 -0
  28. package/dist/components/analysis/steps/FAnalysisBuildStep.vue.d.ts.map +1 -0
  29. package/dist/components/analysis/steps/FAnalysisConfigurationEntrypointStep.vue.d.ts +29 -0
  30. package/dist/components/analysis/steps/FAnalysisConfigurationEntrypointStep.vue.d.ts.map +1 -0
  31. package/dist/components/analysis/steps/FAnalysisConfigurationImageStep.vue.d.ts +29 -0
  32. package/dist/components/analysis/steps/FAnalysisConfigurationImageStep.vue.d.ts.map +1 -0
  33. package/dist/components/analysis/steps/FAnalysisConfigurationNodesStep.vue.d.ts +31 -0
  34. package/dist/components/analysis/steps/FAnalysisConfigurationNodesStep.vue.d.ts.map +1 -0
  35. package/dist/components/analysis/steps/FAnalysisConfigurationStep.vue.d.ts +233 -0
  36. package/dist/components/analysis/steps/FAnalysisConfigurationStep.vue.d.ts.map +1 -0
  37. package/dist/components/analysis/steps/FAnalysisRunStep.vue.d.ts +42 -0
  38. package/dist/components/analysis/steps/FAnalysisRunStep.vue.d.ts.map +1 -0
  39. package/dist/components/analysis/steps/FAnalysisSteps.vue.d.ts +392 -0
  40. package/dist/components/analysis/steps/FAnalysisSteps.vue.d.ts.map +1 -0
  41. package/dist/components/analysis/steps/index.d.ts +2 -0
  42. package/dist/components/analysis/steps/index.d.ts.map +1 -0
  43. package/dist/components/analysis-bucket-file/FAnalysisBucketFile.vue.d.ts +55 -5
  44. package/dist/components/analysis-bucket-file/FAnalysisBucketFile.vue.d.ts.map +1 -1
  45. package/dist/components/analysis-bucket-file/FAnalysisBucketFileDownload.d.ts.map +1 -1
  46. package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts +68 -16
  47. package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts.map +1 -1
  48. package/dist/components/analysis-bucket-file/FAnalysisBucketFileRootToggler.vue.d.ts +29 -0
  49. package/dist/components/analysis-bucket-file/FAnalysisBucketFileRootToggler.vue.d.ts.map +1 -0
  50. package/dist/components/analysis-bucket-file/FAnalysisBucketFileUpload.vue.d.ts +2 -1
  51. package/dist/components/analysis-bucket-file/FAnalysisBucketFileUpload.vue.d.ts.map +1 -1
  52. package/dist/components/analysis-bucket-file/FAnalysisFormFile.vue.d.ts +2 -1
  53. package/dist/components/analysis-bucket-file/FAnalysisFormFile.vue.d.ts.map +1 -1
  54. package/dist/components/analysis-bucket-file/index.d.ts +2 -0
  55. package/dist/components/analysis-bucket-file/index.d.ts.map +1 -1
  56. package/dist/components/analysis-log/FAnalysisLogs.vue.d.ts +2 -1
  57. package/dist/components/analysis-log/FAnalysisLogs.vue.d.ts.map +1 -1
  58. package/dist/components/analysis-node/FAnalysisNodeInCard.vue.d.ts +2 -1
  59. package/dist/components/analysis-node/FAnalysisNodeInCard.vue.d.ts.map +1 -1
  60. package/dist/components/analysis-node/FAnalysisNodePicker.vue.d.ts +309 -0
  61. package/dist/components/analysis-node/FAnalysisNodePicker.vue.d.ts.map +1 -0
  62. package/dist/components/analysis-node/FAnalysisNodeRunStatus.vue.d.ts +30 -0
  63. package/dist/components/analysis-node/FAnalysisNodeRunStatus.vue.d.ts.map +1 -0
  64. package/dist/components/{analysis/wizard/FAnalysisWizardLockModal.vue.d.ts → analysis-node/FAnalysisNodesManager.vue.d.ts} +554 -14
  65. package/dist/components/analysis-node/FAnalysisNodesManager.vue.d.ts.map +1 -0
  66. package/dist/components/analysis-node/index.d.ts +1 -3
  67. package/dist/components/analysis-node/index.d.ts.map +1 -1
  68. package/dist/components/analysis-node-log/FAnalysisNodeLogs.vue.d.ts +62 -0
  69. package/dist/components/analysis-node-log/FAnalysisNodeLogs.vue.d.ts.map +1 -0
  70. package/dist/components/analysis-node-log/index.d.ts +2 -0
  71. package/dist/components/analysis-node-log/index.d.ts.map +1 -0
  72. package/dist/components/analysis-permission/FAnalysisPermissionAssignment.d.ts +11 -1
  73. package/dist/components/analysis-permission/FAnalysisPermissionAssignment.d.ts.map +1 -1
  74. package/dist/components/analysis-permission/FAnalysisPermissionAssignments.d.ts +9 -0
  75. package/dist/components/analysis-permission/FAnalysisPermissionAssignments.d.ts.map +1 -1
  76. package/dist/components/event/FEventActor.vue.d.ts +2 -1
  77. package/dist/components/event/FEventActor.vue.d.ts.map +1 -1
  78. package/dist/components/event/FEventExpiring.vue.d.ts +2 -1
  79. package/dist/components/event/FEventExpiring.vue.d.ts.map +1 -1
  80. package/dist/components/event/FEventRef.vue.d.ts +2 -1
  81. package/dist/components/event/FEventRef.vue.d.ts.map +1 -1
  82. package/dist/components/event/FEvents.vue.d.ts +2 -1
  83. package/dist/components/event/FEvents.vue.d.ts.map +1 -1
  84. package/dist/components/image/FImageCommandArguments.vue.d.ts +287 -0
  85. package/dist/components/image/FImageCommandArguments.vue.d.ts.map +1 -0
  86. package/dist/components/image/ImageCommand.vue.d.ts +39 -0
  87. package/dist/components/image/ImageCommand.vue.d.ts.map +1 -0
  88. package/dist/components/index.d.ts +1 -0
  89. package/dist/components/index.d.ts.map +1 -1
  90. package/dist/components/log/FLogs.vue.d.ts +2 -1
  91. package/dist/components/log/FLogs.vue.d.ts.map +1 -1
  92. package/dist/components/login/FLoginForm.vue.d.ts +2 -1
  93. package/dist/components/login/FLoginForm.vue.d.ts.map +1 -1
  94. package/dist/components/master-image/FMasterImagePicker.d.ts +11 -1
  95. package/dist/components/master-image/FMasterImagePicker.d.ts.map +1 -1
  96. package/dist/components/master-image/FMasterImagePicker.vue.d.ts +327 -0
  97. package/dist/components/master-image/FMasterImagePicker.vue.d.ts.map +1 -0
  98. package/dist/components/master-image/index.d.ts +3 -3
  99. package/dist/components/master-image/index.d.ts.map +1 -1
  100. package/dist/components/node/FNodeCrypto.vue.d.ts +2 -1
  101. package/dist/components/node/FNodeCrypto.vue.d.ts.map +1 -1
  102. package/dist/components/project/FProjectCreator.vue.d.ts +2 -1
  103. package/dist/components/project/FProjectCreator.vue.d.ts.map +1 -1
  104. package/dist/components/project/FProjectItemCard.vue.d.ts +2 -1
  105. package/dist/components/project/FProjectItemCard.vue.d.ts.map +1 -1
  106. package/dist/components/project-node/FProjectNodeInCard.vue.d.ts +5 -4
  107. package/dist/components/project-node/FProjectNodeInCard.vue.d.ts.map +1 -1
  108. package/dist/components/utility/FItemToggle.vue.d.ts +2 -1
  109. package/dist/components/utility/FItemToggle.vue.d.ts.map +1 -1
  110. package/dist/components/utility/form-input-list/FFormInputList.vue.d.ts +2 -1
  111. package/dist/components/utility/form-input-list/FFormInputList.vue.d.ts.map +1 -1
  112. package/dist/components/utility/form-input-list/FFormInputListItem.vue.d.ts +2 -1
  113. package/dist/components/utility/form-input-list/FFormInputListItem.vue.d.ts.map +1 -1
  114. package/dist/composables/updated-at.d.ts +1 -1
  115. package/dist/composables/updated-at.d.ts.map +1 -1
  116. package/dist/core/entity-action-command/utils.d.ts +1 -0
  117. package/dist/core/entity-action-command/utils.d.ts.map +1 -1
  118. package/dist/core/entity-manager/module.d.ts.map +1 -1
  119. package/dist/core/entity-manager/type.d.ts +4 -3
  120. package/dist/core/entity-manager/type.d.ts.map +1 -1
  121. package/dist/index.cjs +5282 -4657
  122. package/dist/index.cjs.map +1 -1
  123. package/dist/index.css +14 -43
  124. package/dist/index.mjs +5144 -4525
  125. package/dist/index.mjs.map +1 -1
  126. package/package.json +18 -18
  127. package/dist/components/analysis/FAnalysisBuildStatusText.vue.d.ts +0 -20
  128. package/dist/components/analysis/FAnalysisBuildStatusText.vue.d.ts.map +0 -1
  129. package/dist/components/analysis/FAnalysisConfigurationStatusText.vue.d.ts.map +0 -1
  130. package/dist/components/analysis/FAnalysisImageCommand.d.ts +0 -47
  131. package/dist/components/analysis/FAnalysisImageCommand.d.ts.map +0 -1
  132. package/dist/components/analysis/FAnalysisPipeline.vue.d.ts.map +0 -1
  133. package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts +0 -5553
  134. package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts.map +0 -1
  135. package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts.map +0 -1
  136. package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts.map +0 -1
  137. package/dist/components/analysis/wizard/FAnalysisWizardStepImage.vue.d.ts +0 -1522
  138. package/dist/components/analysis/wizard/FAnalysisWizardStepImage.vue.d.ts.map +0 -1
  139. package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts +0 -2011
  140. package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts.map +0 -1
  141. package/dist/components/analysis/wizard/FAnalysisWizardStepSecurity.vue.d.ts +0 -348
  142. package/dist/components/analysis/wizard/FAnalysisWizardStepSecurity.vue.d.ts.map +0 -1
  143. package/dist/components/analysis/wizard/index.d.ts +0 -2
  144. package/dist/components/analysis/wizard/index.d.ts.map +0 -1
  145. package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts +0 -1994
  146. package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts.map +0 -1
  147. package/dist/components/analysis-node/FAnalysisNodeRunStatus.d.ts +0 -19
  148. package/dist/components/analysis-node/FAnalysisNodeRunStatus.d.ts.map +0 -1
  149. package/dist/components/analysis-node/FAnalysisNodesProgress.vue.d.ts +0 -185
  150. package/dist/components/analysis-node/FAnalysisNodesProgress.vue.d.ts.map +0 -1
@@ -1,1522 +0,0 @@
1
- import type { Analysis, AnalysisBucketFile, MasterImage } from '@privateaim/core-kit';
2
- import type { PropType } from 'vue';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- entity: {
5
- type: PropType<Analysis>;
6
- required: true;
7
- };
8
- entrypointEntity: {
9
- type: PropType<AnalysisBucketFile>;
10
- };
11
- masterImageEntity: {
12
- type: PropType<MasterImage>;
13
- };
14
- }>, {
15
- handleFailed: (e: Error) => void;
16
- handleUpdated: (value: Analysis) => void;
17
- handleMasterImageChanged: (item: MasterImage | null) => Promise<void>;
18
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "failed" | "masterImageChanged")[], "updated" | "failed" | "masterImageChanged", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
- entity: {
20
- type: PropType<Analysis>;
21
- required: true;
22
- };
23
- entrypointEntity: {
24
- type: PropType<AnalysisBucketFile>;
25
- };
26
- masterImageEntity: {
27
- type: PropType<MasterImage>;
28
- };
29
- }>> & Readonly<{
30
- onUpdated?: (...args: any[]) => any;
31
- onFailed?: (...args: any[]) => any;
32
- onMasterImageChanged?: (...args: any[]) => any;
33
- }>, {}, {}, {
34
- FAnalysisImageCommandArguments: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
35
- entity: {
36
- type: PropType<Analysis>;
37
- required: true;
38
- };
39
- masterImageEntity: {
40
- type: PropType<MasterImage>;
41
- };
42
- }>, {
43
- isBusy: import("vue").Ref<boolean, boolean>;
44
- handleItemsBeforeChanged: (names: string[]) => Promise<void>;
45
- handleItemsAfterChanged: (names: string[]) => Promise<void>;
46
- items: import("vue").Ref<{
47
- value: string;
48
- position?: "before" | "after";
49
- }[], import("@privateaim/core-kit").MasterImageCommandArgument[] | {
50
- value: string;
51
- position?: "before" | "after";
52
- }[]>;
53
- itemsBefore: import("vue").ComputedRef<string[]>;
54
- itemsBeforeVNode: import("vue").Ref<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
55
- names: {
56
- type: PropType<string[]>;
57
- default: () => any[];
58
- };
59
- minItems: {
60
- type: NumberConstructor;
61
- default: number;
62
- };
63
- maxItems: {
64
- type: NumberConstructor;
65
- default: number;
66
- };
67
- }>, {
68
- add: (item?: string) => void;
69
- canAdd: import("vue").ComputedRef<boolean>;
70
- canDrop: import("vue").ComputedRef<boolean>;
71
- handleDeleted: (id: number) => void;
72
- handleUpdated: (id: number, value: string) => void;
73
- items: import("vue").Ref<{
74
- id: number;
75
- value: string;
76
- }[], {
77
- id: number;
78
- value: string;
79
- }[] | {
80
- id: number;
81
- value: string;
82
- }[]>;
83
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changed"[], "changed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
84
- names: {
85
- type: PropType<string[]>;
86
- default: () => any[];
87
- };
88
- minItems: {
89
- type: NumberConstructor;
90
- default: number;
91
- };
92
- maxItems: {
93
- type: NumberConstructor;
94
- default: number;
95
- };
96
- }>> & Readonly<{
97
- onChanged?: (...args: any[]) => any;
98
- }>, {
99
- names: string[];
100
- minItems: number;
101
- maxItems: number;
102
- }, {}, {
103
- FTranslationDefault: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
104
- name: {
105
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
106
- required: true;
107
- };
108
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
109
- [key: string]: any;
110
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
111
- name: {
112
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
113
- required: true;
114
- };
115
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
116
- FFormInputListItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
117
- name: {
118
- type: StringConstructor;
119
- default: any;
120
- };
121
- disabled: {
122
- type: BooleanConstructor;
123
- default: boolean;
124
- };
125
- }>, {
126
- handleUpdated: () => void;
127
- handleDeleted: () => void;
128
- vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<{
129
- name: {
130
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
131
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
132
- min: number;
133
- }, any>;
134
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
135
- max: number;
136
- }, any>;
137
- };
138
- }, {
139
- name: string;
140
- }>, import("@vuelidate/core").Validation<{
141
- name: {
142
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
143
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
144
- min: number;
145
- }, any>;
146
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
147
- max: number;
148
- }, any>;
149
- };
150
- }, {
151
- name: string;
152
- }>>;
153
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted")[], "updated" | "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
154
- name: {
155
- type: StringConstructor;
156
- default: any;
157
- };
158
- disabled: {
159
- type: BooleanConstructor;
160
- default: boolean;
161
- };
162
- }>> & Readonly<{
163
- onDeleted?: (...args: any[]) => any;
164
- onUpdated?: (...args: any[]) => any;
165
- }>, {
166
- name: string;
167
- disabled: boolean;
168
- }, {}, {
169
- IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
170
- validation: {
171
- type: PropType<Record<string, any>>;
172
- required: true;
173
- };
174
- }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
175
- validation: {
176
- type: PropType<Record<string, any>>;
177
- required: true;
178
- };
179
- }>> & Readonly<{}>, {}, import("vue").SlotsType<{
180
- default: import("@ilingo/vuelidate").SlotProps;
181
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
182
- VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
183
- modelValue: {
184
- type: StringConstructor;
185
- default: string;
186
- };
187
- type: {
188
- type: StringConstructor;
189
- default: string;
190
- };
191
- groupAppendClass: {
192
- type: StringConstructor;
193
- };
194
- groupPrependClass: {
195
- type: StringConstructor;
196
- };
197
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
198
- modelValue: {
199
- type: StringConstructor;
200
- default: string;
201
- };
202
- type: {
203
- type: StringConstructor;
204
- default: string;
205
- };
206
- groupAppendClass: {
207
- type: StringConstructor;
208
- };
209
- groupPrependClass: {
210
- type: StringConstructor;
211
- };
212
- }>> & Readonly<{
213
- "onUpdate:modelValue"?: (...args: any[]) => any;
214
- }>, {
215
- type: string;
216
- modelValue: string;
217
- }, import("vue").SlotsType<{
218
- groupAppend: {
219
- class: string;
220
- tag: string;
221
- };
222
- groupPrepend: {
223
- class: string;
224
- tag: string;
225
- };
226
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
227
- VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
228
- label: {
229
- type: BooleanConstructor;
230
- default: any;
231
- };
232
- labelClass: {
233
- type: StringConstructor;
234
- };
235
- labelContent: {
236
- type: StringConstructor;
237
- };
238
- hint: {
239
- type: BooleanConstructor;
240
- default: any;
241
- };
242
- hintClass: {
243
- type: StringConstructor;
244
- };
245
- hintContent: {
246
- type: StringConstructor;
247
- };
248
- validation: {
249
- type: BooleanConstructor;
250
- default: any;
251
- };
252
- validationSeverity: {
253
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
254
- default: any;
255
- };
256
- validationMessages: {
257
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
258
- default: any;
259
- };
260
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
261
- [key: string]: any;
262
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
263
- label: {
264
- type: BooleanConstructor;
265
- default: any;
266
- };
267
- labelClass: {
268
- type: StringConstructor;
269
- };
270
- labelContent: {
271
- type: StringConstructor;
272
- };
273
- hint: {
274
- type: BooleanConstructor;
275
- default: any;
276
- };
277
- hintClass: {
278
- type: StringConstructor;
279
- };
280
- hintContent: {
281
- type: StringConstructor;
282
- };
283
- validation: {
284
- type: BooleanConstructor;
285
- default: any;
286
- };
287
- validationSeverity: {
288
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
289
- default: any;
290
- };
291
- validationMessages: {
292
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
293
- default: any;
294
- };
295
- }>> & Readonly<{}>, {
296
- label: boolean;
297
- hint: boolean;
298
- validation: boolean;
299
- validationMessages: import("@vuecs/form-controls").ValidationMessages;
300
- validationSeverity: "error" | "warning";
301
- }, import("vue").SlotsType<{
302
- default: undefined;
303
- label: undefined;
304
- hint: undefined;
305
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
306
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
307
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, import("vue").DefineComponent<import("vue").ExtractPropTypes<{
308
- names: {
309
- type: PropType<string[]>;
310
- default: () => any[];
311
- };
312
- minItems: {
313
- type: NumberConstructor;
314
- default: number;
315
- };
316
- maxItems: {
317
- type: NumberConstructor;
318
- default: number;
319
- };
320
- }>, {
321
- add: (item?: string) => void;
322
- canAdd: import("vue").ComputedRef<boolean>;
323
- canDrop: import("vue").ComputedRef<boolean>;
324
- handleDeleted: (id: number) => void;
325
- handleUpdated: (id: number, value: string) => void;
326
- items: import("vue").Ref<{
327
- id: number;
328
- value: string;
329
- }[], {
330
- id: number;
331
- value: string;
332
- }[] | {
333
- id: number;
334
- value: string;
335
- }[]>;
336
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changed"[], "changed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
337
- names: {
338
- type: PropType<string[]>;
339
- default: () => any[];
340
- };
341
- minItems: {
342
- type: NumberConstructor;
343
- default: number;
344
- };
345
- maxItems: {
346
- type: NumberConstructor;
347
- default: number;
348
- };
349
- }>> & Readonly<{
350
- onChanged?: (...args: any[]) => any;
351
- }>, {
352
- names: string[];
353
- minItems: number;
354
- maxItems: number;
355
- }, {}, {
356
- FTranslationDefault: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
357
- name: {
358
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
359
- required: true;
360
- };
361
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
362
- [key: string]: any;
363
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
364
- name: {
365
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
366
- required: true;
367
- };
368
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
369
- FFormInputListItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
370
- name: {
371
- type: StringConstructor;
372
- default: any;
373
- };
374
- disabled: {
375
- type: BooleanConstructor;
376
- default: boolean;
377
- };
378
- }>, {
379
- handleUpdated: () => void;
380
- handleDeleted: () => void;
381
- vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<{
382
- name: {
383
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
384
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
385
- min: number;
386
- }, any>;
387
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
388
- max: number;
389
- }, any>;
390
- };
391
- }, {
392
- name: string;
393
- }>, import("@vuelidate/core").Validation<{
394
- name: {
395
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
396
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
397
- min: number;
398
- }, any>;
399
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
400
- max: number;
401
- }, any>;
402
- };
403
- }, {
404
- name: string;
405
- }>>;
406
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted")[], "updated" | "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
407
- name: {
408
- type: StringConstructor;
409
- default: any;
410
- };
411
- disabled: {
412
- type: BooleanConstructor;
413
- default: boolean;
414
- };
415
- }>> & Readonly<{
416
- onDeleted?: (...args: any[]) => any;
417
- onUpdated?: (...args: any[]) => any;
418
- }>, {
419
- name: string;
420
- disabled: boolean;
421
- }, {}, {
422
- IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
423
- validation: {
424
- type: PropType<Record<string, any>>;
425
- required: true;
426
- };
427
- }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
428
- validation: {
429
- type: PropType<Record<string, any>>;
430
- required: true;
431
- };
432
- }>> & Readonly<{}>, {}, import("vue").SlotsType<{
433
- default: import("@ilingo/vuelidate").SlotProps;
434
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
435
- VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
436
- modelValue: {
437
- type: StringConstructor;
438
- default: string;
439
- };
440
- type: {
441
- type: StringConstructor;
442
- default: string;
443
- };
444
- groupAppendClass: {
445
- type: StringConstructor;
446
- };
447
- groupPrependClass: {
448
- type: StringConstructor;
449
- };
450
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
451
- modelValue: {
452
- type: StringConstructor;
453
- default: string;
454
- };
455
- type: {
456
- type: StringConstructor;
457
- default: string;
458
- };
459
- groupAppendClass: {
460
- type: StringConstructor;
461
- };
462
- groupPrependClass: {
463
- type: StringConstructor;
464
- };
465
- }>> & Readonly<{
466
- "onUpdate:modelValue"?: (...args: any[]) => any;
467
- }>, {
468
- type: string;
469
- modelValue: string;
470
- }, import("vue").SlotsType<{
471
- groupAppend: {
472
- class: string;
473
- tag: string;
474
- };
475
- groupPrepend: {
476
- class: string;
477
- tag: string;
478
- };
479
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
480
- VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
481
- label: {
482
- type: BooleanConstructor;
483
- default: any;
484
- };
485
- labelClass: {
486
- type: StringConstructor;
487
- };
488
- labelContent: {
489
- type: StringConstructor;
490
- };
491
- hint: {
492
- type: BooleanConstructor;
493
- default: any;
494
- };
495
- hintClass: {
496
- type: StringConstructor;
497
- };
498
- hintContent: {
499
- type: StringConstructor;
500
- };
501
- validation: {
502
- type: BooleanConstructor;
503
- default: any;
504
- };
505
- validationSeverity: {
506
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
507
- default: any;
508
- };
509
- validationMessages: {
510
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
511
- default: any;
512
- };
513
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
514
- [key: string]: any;
515
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
516
- label: {
517
- type: BooleanConstructor;
518
- default: any;
519
- };
520
- labelClass: {
521
- type: StringConstructor;
522
- };
523
- labelContent: {
524
- type: StringConstructor;
525
- };
526
- hint: {
527
- type: BooleanConstructor;
528
- default: any;
529
- };
530
- hintClass: {
531
- type: StringConstructor;
532
- };
533
- hintContent: {
534
- type: StringConstructor;
535
- };
536
- validation: {
537
- type: BooleanConstructor;
538
- default: any;
539
- };
540
- validationSeverity: {
541
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
542
- default: any;
543
- };
544
- validationMessages: {
545
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
546
- default: any;
547
- };
548
- }>> & Readonly<{}>, {
549
- label: boolean;
550
- hint: boolean;
551
- validation: boolean;
552
- validationMessages: import("@vuecs/form-controls").ValidationMessages;
553
- validationSeverity: "error" | "warning";
554
- }, import("vue").SlotsType<{
555
- default: undefined;
556
- label: undefined;
557
- hint: undefined;
558
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
559
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
560
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
561
- itemsAfter: import("vue").ComputedRef<string[]>;
562
- itemsAfterVNode: import("vue").Ref<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
563
- names: {
564
- type: PropType<string[]>;
565
- default: () => any[];
566
- };
567
- minItems: {
568
- type: NumberConstructor;
569
- default: number;
570
- };
571
- maxItems: {
572
- type: NumberConstructor;
573
- default: number;
574
- };
575
- }>, {
576
- add: (item?: string) => void;
577
- canAdd: import("vue").ComputedRef<boolean>;
578
- canDrop: import("vue").ComputedRef<boolean>;
579
- handleDeleted: (id: number) => void;
580
- handleUpdated: (id: number, value: string) => void;
581
- items: import("vue").Ref<{
582
- id: number;
583
- value: string;
584
- }[], {
585
- id: number;
586
- value: string;
587
- }[] | {
588
- id: number;
589
- value: string;
590
- }[]>;
591
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changed"[], "changed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
592
- names: {
593
- type: PropType<string[]>;
594
- default: () => any[];
595
- };
596
- minItems: {
597
- type: NumberConstructor;
598
- default: number;
599
- };
600
- maxItems: {
601
- type: NumberConstructor;
602
- default: number;
603
- };
604
- }>> & Readonly<{
605
- onChanged?: (...args: any[]) => any;
606
- }>, {
607
- names: string[];
608
- minItems: number;
609
- maxItems: number;
610
- }, {}, {
611
- FTranslationDefault: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
612
- name: {
613
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
614
- required: true;
615
- };
616
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
617
- [key: string]: any;
618
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
619
- name: {
620
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
621
- required: true;
622
- };
623
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
624
- FFormInputListItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
625
- name: {
626
- type: StringConstructor;
627
- default: any;
628
- };
629
- disabled: {
630
- type: BooleanConstructor;
631
- default: boolean;
632
- };
633
- }>, {
634
- handleUpdated: () => void;
635
- handleDeleted: () => void;
636
- vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<{
637
- name: {
638
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
639
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
640
- min: number;
641
- }, any>;
642
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
643
- max: number;
644
- }, any>;
645
- };
646
- }, {
647
- name: string;
648
- }>, import("@vuelidate/core").Validation<{
649
- name: {
650
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
651
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
652
- min: number;
653
- }, any>;
654
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
655
- max: number;
656
- }, any>;
657
- };
658
- }, {
659
- name: string;
660
- }>>;
661
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted")[], "updated" | "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
662
- name: {
663
- type: StringConstructor;
664
- default: any;
665
- };
666
- disabled: {
667
- type: BooleanConstructor;
668
- default: boolean;
669
- };
670
- }>> & Readonly<{
671
- onDeleted?: (...args: any[]) => any;
672
- onUpdated?: (...args: any[]) => any;
673
- }>, {
674
- name: string;
675
- disabled: boolean;
676
- }, {}, {
677
- IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
678
- validation: {
679
- type: PropType<Record<string, any>>;
680
- required: true;
681
- };
682
- }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
683
- validation: {
684
- type: PropType<Record<string, any>>;
685
- required: true;
686
- };
687
- }>> & Readonly<{}>, {}, import("vue").SlotsType<{
688
- default: import("@ilingo/vuelidate").SlotProps;
689
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
690
- VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
691
- modelValue: {
692
- type: StringConstructor;
693
- default: string;
694
- };
695
- type: {
696
- type: StringConstructor;
697
- default: string;
698
- };
699
- groupAppendClass: {
700
- type: StringConstructor;
701
- };
702
- groupPrependClass: {
703
- type: StringConstructor;
704
- };
705
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
706
- modelValue: {
707
- type: StringConstructor;
708
- default: string;
709
- };
710
- type: {
711
- type: StringConstructor;
712
- default: string;
713
- };
714
- groupAppendClass: {
715
- type: StringConstructor;
716
- };
717
- groupPrependClass: {
718
- type: StringConstructor;
719
- };
720
- }>> & Readonly<{
721
- "onUpdate:modelValue"?: (...args: any[]) => any;
722
- }>, {
723
- type: string;
724
- modelValue: string;
725
- }, import("vue").SlotsType<{
726
- groupAppend: {
727
- class: string;
728
- tag: string;
729
- };
730
- groupPrepend: {
731
- class: string;
732
- tag: string;
733
- };
734
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
735
- VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
736
- label: {
737
- type: BooleanConstructor;
738
- default: any;
739
- };
740
- labelClass: {
741
- type: StringConstructor;
742
- };
743
- labelContent: {
744
- type: StringConstructor;
745
- };
746
- hint: {
747
- type: BooleanConstructor;
748
- default: any;
749
- };
750
- hintClass: {
751
- type: StringConstructor;
752
- };
753
- hintContent: {
754
- type: StringConstructor;
755
- };
756
- validation: {
757
- type: BooleanConstructor;
758
- default: any;
759
- };
760
- validationSeverity: {
761
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
762
- default: any;
763
- };
764
- validationMessages: {
765
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
766
- default: any;
767
- };
768
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
769
- [key: string]: any;
770
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
771
- label: {
772
- type: BooleanConstructor;
773
- default: any;
774
- };
775
- labelClass: {
776
- type: StringConstructor;
777
- };
778
- labelContent: {
779
- type: StringConstructor;
780
- };
781
- hint: {
782
- type: BooleanConstructor;
783
- default: any;
784
- };
785
- hintClass: {
786
- type: StringConstructor;
787
- };
788
- hintContent: {
789
- type: StringConstructor;
790
- };
791
- validation: {
792
- type: BooleanConstructor;
793
- default: any;
794
- };
795
- validationSeverity: {
796
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
797
- default: any;
798
- };
799
- validationMessages: {
800
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
801
- default: any;
802
- };
803
- }>> & Readonly<{}>, {
804
- label: boolean;
805
- hint: boolean;
806
- validation: boolean;
807
- validationMessages: import("@vuecs/form-controls").ValidationMessages;
808
- validationSeverity: "error" | "warning";
809
- }, import("vue").SlotsType<{
810
- default: undefined;
811
- label: undefined;
812
- hint: undefined;
813
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
814
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
815
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, import("vue").DefineComponent<import("vue").ExtractPropTypes<{
816
- names: {
817
- type: PropType<string[]>;
818
- default: () => any[];
819
- };
820
- minItems: {
821
- type: NumberConstructor;
822
- default: number;
823
- };
824
- maxItems: {
825
- type: NumberConstructor;
826
- default: number;
827
- };
828
- }>, {
829
- add: (item?: string) => void;
830
- canAdd: import("vue").ComputedRef<boolean>;
831
- canDrop: import("vue").ComputedRef<boolean>;
832
- handleDeleted: (id: number) => void;
833
- handleUpdated: (id: number, value: string) => void;
834
- items: import("vue").Ref<{
835
- id: number;
836
- value: string;
837
- }[], {
838
- id: number;
839
- value: string;
840
- }[] | {
841
- id: number;
842
- value: string;
843
- }[]>;
844
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changed"[], "changed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
845
- names: {
846
- type: PropType<string[]>;
847
- default: () => any[];
848
- };
849
- minItems: {
850
- type: NumberConstructor;
851
- default: number;
852
- };
853
- maxItems: {
854
- type: NumberConstructor;
855
- default: number;
856
- };
857
- }>> & Readonly<{
858
- onChanged?: (...args: any[]) => any;
859
- }>, {
860
- names: string[];
861
- minItems: number;
862
- maxItems: number;
863
- }, {}, {
864
- FTranslationDefault: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
865
- name: {
866
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
867
- required: true;
868
- };
869
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
870
- [key: string]: any;
871
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
872
- name: {
873
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
874
- required: true;
875
- };
876
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
877
- FFormInputListItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
878
- name: {
879
- type: StringConstructor;
880
- default: any;
881
- };
882
- disabled: {
883
- type: BooleanConstructor;
884
- default: boolean;
885
- };
886
- }>, {
887
- handleUpdated: () => void;
888
- handleDeleted: () => void;
889
- vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<{
890
- name: {
891
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
892
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
893
- min: number;
894
- }, any>;
895
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
896
- max: number;
897
- }, any>;
898
- };
899
- }, {
900
- name: string;
901
- }>, import("@vuelidate/core").Validation<{
902
- name: {
903
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
904
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
905
- min: number;
906
- }, any>;
907
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
908
- max: number;
909
- }, any>;
910
- };
911
- }, {
912
- name: string;
913
- }>>;
914
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted")[], "updated" | "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
915
- name: {
916
- type: StringConstructor;
917
- default: any;
918
- };
919
- disabled: {
920
- type: BooleanConstructor;
921
- default: boolean;
922
- };
923
- }>> & Readonly<{
924
- onDeleted?: (...args: any[]) => any;
925
- onUpdated?: (...args: any[]) => any;
926
- }>, {
927
- name: string;
928
- disabled: boolean;
929
- }, {}, {
930
- IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
931
- validation: {
932
- type: PropType<Record<string, any>>;
933
- required: true;
934
- };
935
- }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
936
- validation: {
937
- type: PropType<Record<string, any>>;
938
- required: true;
939
- };
940
- }>> & Readonly<{}>, {}, import("vue").SlotsType<{
941
- default: import("@ilingo/vuelidate").SlotProps;
942
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
943
- VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
944
- modelValue: {
945
- type: StringConstructor;
946
- default: string;
947
- };
948
- type: {
949
- type: StringConstructor;
950
- default: string;
951
- };
952
- groupAppendClass: {
953
- type: StringConstructor;
954
- };
955
- groupPrependClass: {
956
- type: StringConstructor;
957
- };
958
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
959
- modelValue: {
960
- type: StringConstructor;
961
- default: string;
962
- };
963
- type: {
964
- type: StringConstructor;
965
- default: string;
966
- };
967
- groupAppendClass: {
968
- type: StringConstructor;
969
- };
970
- groupPrependClass: {
971
- type: StringConstructor;
972
- };
973
- }>> & Readonly<{
974
- "onUpdate:modelValue"?: (...args: any[]) => any;
975
- }>, {
976
- type: string;
977
- modelValue: string;
978
- }, import("vue").SlotsType<{
979
- groupAppend: {
980
- class: string;
981
- tag: string;
982
- };
983
- groupPrepend: {
984
- class: string;
985
- tag: string;
986
- };
987
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
988
- VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
989
- label: {
990
- type: BooleanConstructor;
991
- default: any;
992
- };
993
- labelClass: {
994
- type: StringConstructor;
995
- };
996
- labelContent: {
997
- type: StringConstructor;
998
- };
999
- hint: {
1000
- type: BooleanConstructor;
1001
- default: any;
1002
- };
1003
- hintClass: {
1004
- type: StringConstructor;
1005
- };
1006
- hintContent: {
1007
- type: StringConstructor;
1008
- };
1009
- validation: {
1010
- type: BooleanConstructor;
1011
- default: any;
1012
- };
1013
- validationSeverity: {
1014
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
1015
- default: any;
1016
- };
1017
- validationMessages: {
1018
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
1019
- default: any;
1020
- };
1021
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1022
- [key: string]: any;
1023
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1024
- label: {
1025
- type: BooleanConstructor;
1026
- default: any;
1027
- };
1028
- labelClass: {
1029
- type: StringConstructor;
1030
- };
1031
- labelContent: {
1032
- type: StringConstructor;
1033
- };
1034
- hint: {
1035
- type: BooleanConstructor;
1036
- default: any;
1037
- };
1038
- hintClass: {
1039
- type: StringConstructor;
1040
- };
1041
- hintContent: {
1042
- type: StringConstructor;
1043
- };
1044
- validation: {
1045
- type: BooleanConstructor;
1046
- default: any;
1047
- };
1048
- validationSeverity: {
1049
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
1050
- default: any;
1051
- };
1052
- validationMessages: {
1053
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
1054
- default: any;
1055
- };
1056
- }>> & Readonly<{}>, {
1057
- label: boolean;
1058
- hint: boolean;
1059
- validation: boolean;
1060
- validationMessages: import("@vuecs/form-controls").ValidationMessages;
1061
- validationSeverity: "error" | "warning";
1062
- }, import("vue").SlotsType<{
1063
- default: undefined;
1064
- label: undefined;
1065
- hint: undefined;
1066
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1067
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1068
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1069
- resetItemsForPosition: (position: "before" | "after") => Promise<void>;
1070
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "failed")[], "updated" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1071
- entity: {
1072
- type: PropType<Analysis>;
1073
- required: true;
1074
- };
1075
- masterImageEntity: {
1076
- type: PropType<MasterImage>;
1077
- };
1078
- }>> & Readonly<{
1079
- onUpdated?: (...args: any[]) => any;
1080
- onFailed?: (...args: any[]) => any;
1081
- }>, {}, {}, {
1082
- FFormInputList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1083
- names: {
1084
- type: PropType<string[]>;
1085
- default: () => any[];
1086
- };
1087
- minItems: {
1088
- type: NumberConstructor;
1089
- default: number;
1090
- };
1091
- maxItems: {
1092
- type: NumberConstructor;
1093
- default: number;
1094
- };
1095
- }>, {
1096
- add: (item?: string) => void;
1097
- canAdd: import("vue").ComputedRef<boolean>;
1098
- canDrop: import("vue").ComputedRef<boolean>;
1099
- handleDeleted: (id: number) => void;
1100
- handleUpdated: (id: number, value: string) => void;
1101
- items: import("vue").Ref<{
1102
- id: number;
1103
- value: string;
1104
- }[], {
1105
- id: number;
1106
- value: string;
1107
- }[] | {
1108
- id: number;
1109
- value: string;
1110
- }[]>;
1111
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changed"[], "changed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1112
- names: {
1113
- type: PropType<string[]>;
1114
- default: () => any[];
1115
- };
1116
- minItems: {
1117
- type: NumberConstructor;
1118
- default: number;
1119
- };
1120
- maxItems: {
1121
- type: NumberConstructor;
1122
- default: number;
1123
- };
1124
- }>> & Readonly<{
1125
- onChanged?: (...args: any[]) => any;
1126
- }>, {
1127
- names: string[];
1128
- minItems: number;
1129
- maxItems: number;
1130
- }, {}, {
1131
- FTranslationDefault: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1132
- name: {
1133
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
1134
- required: true;
1135
- };
1136
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1137
- [key: string]: any;
1138
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1139
- name: {
1140
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
1141
- required: true;
1142
- };
1143
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1144
- FFormInputListItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1145
- name: {
1146
- type: StringConstructor;
1147
- default: any;
1148
- };
1149
- disabled: {
1150
- type: BooleanConstructor;
1151
- default: boolean;
1152
- };
1153
- }>, {
1154
- handleUpdated: () => void;
1155
- handleDeleted: () => void;
1156
- vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<{
1157
- name: {
1158
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
1159
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
1160
- min: number;
1161
- }, any>;
1162
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
1163
- max: number;
1164
- }, any>;
1165
- };
1166
- }, {
1167
- name: string;
1168
- }>, import("@vuelidate/core").Validation<{
1169
- name: {
1170
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
1171
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
1172
- min: number;
1173
- }, any>;
1174
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
1175
- max: number;
1176
- }, any>;
1177
- };
1178
- }, {
1179
- name: string;
1180
- }>>;
1181
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted")[], "updated" | "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1182
- name: {
1183
- type: StringConstructor;
1184
- default: any;
1185
- };
1186
- disabled: {
1187
- type: BooleanConstructor;
1188
- default: boolean;
1189
- };
1190
- }>> & Readonly<{
1191
- onDeleted?: (...args: any[]) => any;
1192
- onUpdated?: (...args: any[]) => any;
1193
- }>, {
1194
- name: string;
1195
- disabled: boolean;
1196
- }, {}, {
1197
- IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1198
- validation: {
1199
- type: PropType<Record<string, any>>;
1200
- required: true;
1201
- };
1202
- }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1203
- validation: {
1204
- type: PropType<Record<string, any>>;
1205
- required: true;
1206
- };
1207
- }>> & Readonly<{}>, {}, import("vue").SlotsType<{
1208
- default: import("@ilingo/vuelidate").SlotProps;
1209
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1210
- VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1211
- modelValue: {
1212
- type: StringConstructor;
1213
- default: string;
1214
- };
1215
- type: {
1216
- type: StringConstructor;
1217
- default: string;
1218
- };
1219
- groupAppendClass: {
1220
- type: StringConstructor;
1221
- };
1222
- groupPrependClass: {
1223
- type: StringConstructor;
1224
- };
1225
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1226
- modelValue: {
1227
- type: StringConstructor;
1228
- default: string;
1229
- };
1230
- type: {
1231
- type: StringConstructor;
1232
- default: string;
1233
- };
1234
- groupAppendClass: {
1235
- type: StringConstructor;
1236
- };
1237
- groupPrependClass: {
1238
- type: StringConstructor;
1239
- };
1240
- }>> & Readonly<{
1241
- "onUpdate:modelValue"?: (...args: any[]) => any;
1242
- }>, {
1243
- type: string;
1244
- modelValue: string;
1245
- }, import("vue").SlotsType<{
1246
- groupAppend: {
1247
- class: string;
1248
- tag: string;
1249
- };
1250
- groupPrepend: {
1251
- class: string;
1252
- tag: string;
1253
- };
1254
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1255
- VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1256
- label: {
1257
- type: BooleanConstructor;
1258
- default: any;
1259
- };
1260
- labelClass: {
1261
- type: StringConstructor;
1262
- };
1263
- labelContent: {
1264
- type: StringConstructor;
1265
- };
1266
- hint: {
1267
- type: BooleanConstructor;
1268
- default: any;
1269
- };
1270
- hintClass: {
1271
- type: StringConstructor;
1272
- };
1273
- hintContent: {
1274
- type: StringConstructor;
1275
- };
1276
- validation: {
1277
- type: BooleanConstructor;
1278
- default: any;
1279
- };
1280
- validationSeverity: {
1281
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
1282
- default: any;
1283
- };
1284
- validationMessages: {
1285
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
1286
- default: any;
1287
- };
1288
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1289
- [key: string]: any;
1290
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1291
- label: {
1292
- type: BooleanConstructor;
1293
- default: any;
1294
- };
1295
- labelClass: {
1296
- type: StringConstructor;
1297
- };
1298
- labelContent: {
1299
- type: StringConstructor;
1300
- };
1301
- hint: {
1302
- type: BooleanConstructor;
1303
- default: any;
1304
- };
1305
- hintClass: {
1306
- type: StringConstructor;
1307
- };
1308
- hintContent: {
1309
- type: StringConstructor;
1310
- };
1311
- validation: {
1312
- type: BooleanConstructor;
1313
- default: any;
1314
- };
1315
- validationSeverity: {
1316
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
1317
- default: any;
1318
- };
1319
- validationMessages: {
1320
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
1321
- default: any;
1322
- };
1323
- }>> & Readonly<{}>, {
1324
- label: boolean;
1325
- hint: boolean;
1326
- validation: boolean;
1327
- validationMessages: import("@vuecs/form-controls").ValidationMessages;
1328
- validationSeverity: "error" | "warning";
1329
- }, import("vue").SlotsType<{
1330
- default: undefined;
1331
- label: undefined;
1332
- hint: undefined;
1333
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1334
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1335
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1336
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1337
- FAnalysisImageCommand: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1338
- analysisId: {
1339
- type: StringConstructor;
1340
- };
1341
- analysis: {
1342
- type: PropType<Analysis>;
1343
- };
1344
- analysisFileId: {
1345
- type: StringConstructor;
1346
- };
1347
- analysisFile: {
1348
- type: PropType<AnalysisBucketFile>;
1349
- };
1350
- masterImageId: {
1351
- type: StringConstructor;
1352
- };
1353
- masterImage: {
1354
- type: PropType<MasterImage>;
1355
- };
1356
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1357
- [key: string]: any;
1358
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "failed"[], "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1359
- analysisId: {
1360
- type: StringConstructor;
1361
- };
1362
- analysis: {
1363
- type: PropType<Analysis>;
1364
- };
1365
- analysisFileId: {
1366
- type: StringConstructor;
1367
- };
1368
- analysisFile: {
1369
- type: PropType<AnalysisBucketFile>;
1370
- };
1371
- masterImageId: {
1372
- type: StringConstructor;
1373
- };
1374
- masterImage: {
1375
- type: PropType<MasterImage>;
1376
- };
1377
- }>> & Readonly<{
1378
- onFailed?: (...args: any[]) => any;
1379
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1380
- FMasterImagePicker: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1381
- entityId: {
1382
- type: StringConstructor;
1383
- };
1384
- entity: {
1385
- type: PropType<MasterImage>;
1386
- };
1387
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1388
- [key: string]: any;
1389
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("resolved" | "selected")[], "resolved" | "selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1390
- entityId: {
1391
- type: StringConstructor;
1392
- };
1393
- entity: {
1394
- type: PropType<MasterImage>;
1395
- };
1396
- }>> & Readonly<{
1397
- onResolved?: (...args: any[]) => any;
1398
- onSelected?: (...args: any[]) => any;
1399
- }>, {}, {}, {
1400
- MasterImageList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1401
- query: {
1402
- type: PropType<import("rapiq").BuildInput<MasterImage>>;
1403
- default(): {};
1404
- };
1405
- realmId: {
1406
- type: StringConstructor;
1407
- default: any;
1408
- };
1409
- loadOnSetup: {
1410
- type: BooleanConstructor;
1411
- default: boolean;
1412
- };
1413
- loading: {
1414
- type: PropType<boolean | import("../../../core").ListLoadingOptions<MasterImage>>;
1415
- default: boolean;
1416
- };
1417
- noMore: {
1418
- type: PropType<boolean | import("../../../core").ListNoMoreOptions<MasterImage>>;
1419
- default: boolean;
1420
- };
1421
- footer: {
1422
- type: PropType<boolean | import("../../../core").ListFooterOptions<MasterImage>>;
1423
- default: boolean;
1424
- };
1425
- header: {
1426
- type: PropType<boolean | import("../../../core").ListHeaderOptions<MasterImage>>;
1427
- default: boolean;
1428
- };
1429
- body: {
1430
- type: PropType<import("../../../core").ListBodyOptions<MasterImage>>;
1431
- };
1432
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../../core").ListEventsType<MasterImage>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1433
- query: {
1434
- type: PropType<import("rapiq").BuildInput<MasterImage>>;
1435
- default(): {};
1436
- };
1437
- realmId: {
1438
- type: StringConstructor;
1439
- default: any;
1440
- };
1441
- loadOnSetup: {
1442
- type: BooleanConstructor;
1443
- default: boolean;
1444
- };
1445
- loading: {
1446
- type: PropType<boolean | import("../../../core").ListLoadingOptions<MasterImage>>;
1447
- default: boolean;
1448
- };
1449
- noMore: {
1450
- type: PropType<boolean | import("../../../core").ListNoMoreOptions<MasterImage>>;
1451
- default: boolean;
1452
- };
1453
- footer: {
1454
- type: PropType<boolean | import("../../../core").ListFooterOptions<MasterImage>>;
1455
- default: boolean;
1456
- };
1457
- header: {
1458
- type: PropType<boolean | import("../../../core").ListHeaderOptions<MasterImage>>;
1459
- default: boolean;
1460
- };
1461
- body: {
1462
- type: PropType<import("../../../core").ListBodyOptions<MasterImage>>;
1463
- };
1464
- }>> & Readonly<{
1465
- onCreated?: (item: MasterImage) => any;
1466
- onUpdated?: (item: MasterImage) => any;
1467
- onDeleted?: (item: MasterImage) => any;
1468
- }>, {
1469
- footer: boolean;
1470
- header: boolean;
1471
- realmId: string;
1472
- noMore: boolean;
1473
- loading: boolean;
1474
- query: import("rapiq").BuildInput<MasterImage>;
1475
- loadOnSetup: boolean;
1476
- }, import("vue").SlotsType<import("@privateaim/kit").ObjectLiteralKeys<{
1477
- body: import("@vuecs/list-controls").ListBodySlotProps<MasterImage, import("@privateaim/kit").ObjectLiteralKeys<{
1478
- total?: number;
1479
- busy?: boolean;
1480
- pagination?: import("rapiq").PaginationBuildInput;
1481
- filters?: import("rapiq").FiltersBuildInput<MasterImage>;
1482
- sort?: import("rapiq").SortBuildInput<MasterImage>;
1483
- fields?: import("rapiq").FieldsBuildInput<MasterImage>;
1484
- relations?: import("rapiq").RelationsBuildInput<MasterImage>;
1485
- }>>;
1486
- default: import("@vuecs/list-controls").ListSlotProps<MasterImage, import("@privateaim/kit").ObjectLiteralKeys<{
1487
- total?: number;
1488
- busy?: boolean;
1489
- pagination?: import("rapiq").PaginationBuildInput;
1490
- filters?: import("rapiq").FiltersBuildInput<MasterImage>;
1491
- sort?: import("rapiq").SortBuildInput<MasterImage>;
1492
- fields?: import("rapiq").FieldsBuildInput<MasterImage>;
1493
- relations?: import("rapiq").RelationsBuildInput<MasterImage>;
1494
- }>>;
1495
- item: import("@vuecs/list-controls").ListItemSlotProps<MasterImage>;
1496
- itemActions: import("@vuecs/list-controls").ListItemSlotProps<MasterImage>;
1497
- itemActionsExtra: import("@vuecs/list-controls").ListItemSlotProps<MasterImage>;
1498
- header: import("@vuecs/list-controls").ListHeaderSlotProps<MasterImage, import("@privateaim/kit").ObjectLiteralKeys<{
1499
- total?: number;
1500
- busy?: boolean;
1501
- pagination?: import("rapiq").PaginationBuildInput;
1502
- filters?: import("rapiq").FiltersBuildInput<MasterImage>;
1503
- sort?: import("rapiq").SortBuildInput<MasterImage>;
1504
- fields?: import("rapiq").FieldsBuildInput<MasterImage>;
1505
- relations?: import("rapiq").RelationsBuildInput<MasterImage>;
1506
- }>>;
1507
- footer: import("@vuecs/list-controls").ListFooterSlotProps<MasterImage, import("@privateaim/kit").ObjectLiteralKeys<{
1508
- total?: number;
1509
- busy?: boolean;
1510
- pagination?: import("rapiq").PaginationBuildInput;
1511
- filters?: import("rapiq").FiltersBuildInput<MasterImage>;
1512
- sort?: import("rapiq").SortBuildInput<MasterImage>;
1513
- fields?: import("rapiq").FieldsBuildInput<MasterImage>;
1514
- relations?: import("rapiq").RelationsBuildInput<MasterImage>;
1515
- }>>;
1516
- noMore: undefined;
1517
- loading: undefined;
1518
- }>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1519
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1520
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1521
- export default _default;
1522
- //# sourceMappingURL=FAnalysisWizardStepImage.vue.d.ts.map