@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,1307 +1,364 @@
1
- import type { PropType, Ref } from 'vue';
2
- import type { Analysis, MasterImage, MasterImageCommandArgument } from '@privateaim/core-kit';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ import type { PropType } from 'vue';
2
+ import type { Analysis } from '@privateaim/core-kit';
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ entityId: {
5
+ type: StringConstructor;
6
+ };
7
+ entity: {
8
+ type: PropType<Analysis>;
9
+ };
10
+ readonly: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ failed: (item: Error) => true;
16
+ created: (item: Analysis) => true;
17
+ deleted: (item: Analysis) => true;
18
+ updated: (item: Analysis) => true;
19
+ resolved: (_item: Analysis) => true;
20
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
+ entityId: {
22
+ type: StringConstructor;
23
+ };
4
24
  entity: {
5
25
  type: PropType<Analysis>;
6
- required: true;
7
26
  };
8
- masterImageEntity: {
9
- type: PropType<MasterImage>;
27
+ readonly: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
10
30
  };
31
+ }>> & Readonly<{
32
+ onCreated?: (item: Analysis) => any;
33
+ onUpdated?: (item: Analysis) => any;
34
+ onResolved?: (_item: Analysis) => any;
35
+ onDeleted?: (item: Analysis) => any;
36
+ onFailed?: (item: Error) => any;
11
37
  }>, {
12
- isBusy: Ref<boolean, boolean>;
13
- handleItemsBeforeChanged: (names: string[]) => Promise<void>;
14
- handleItemsAfterChanged: (names: string[]) => Promise<void>;
15
- items: Ref<{
16
- value: string;
17
- position?: "before" | "after";
18
- }[], MasterImageCommandArgument[] | {
19
- value: string;
20
- position?: "before" | "after";
21
- }[]>;
22
- itemsBefore: import("vue").ComputedRef<string[]>;
23
- itemsBeforeVNode: Ref<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
24
- names: {
25
- type: PropType<string[]>;
26
- default: () => any[];
27
- };
28
- minItems: {
29
- type: NumberConstructor;
30
- default: number;
38
+ readonly: boolean;
39
+ }, {}, {
40
+ FImageCommandArguments: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
41
+ items: {
42
+ type: PropType<import("@privateaim/core-kit").MasterImageCommandArgument[]>;
31
43
  };
32
- maxItems: {
33
- type: NumberConstructor;
34
- default: number;
44
+ readonly: {
45
+ type: BooleanConstructor;
46
+ default: boolean;
35
47
  };
36
48
  }>, {
37
- add: (item?: string) => void;
38
- canAdd: import("vue").ComputedRef<boolean>;
39
- canDrop: import("vue").ComputedRef<boolean>;
40
- handleDeleted: (id: number) => void;
41
- handleUpdated: (id: number, value: string) => void;
42
- items: Ref<{
43
- id: number;
44
- value: string;
45
- }[], {
46
- id: number;
47
- value: string;
48
- }[] | {
49
- id: number;
50
- value: string;
51
- }[]>;
52
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changed"[], "changed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
53
- names: {
54
- type: PropType<string[]>;
55
- default: () => any[];
49
+ itemsBefore: import("vue").ComputedRef<string[]>;
50
+ itemsAfter: import("vue").ComputedRef<string[]>;
51
+ handleItemsBeforeChanged: (names: string[]) => Promise<void>;
52
+ handleItemsAfterChanged: (names: string[]) => Promise<void>;
53
+ resetItemsForPosition: (position: "before" | "after") => Promise<void>;
54
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "submit"[], "submit", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
55
+ items: {
56
+ type: PropType<import("@privateaim/core-kit").MasterImageCommandArgument[]>;
56
57
  };
57
- minItems: {
58
- type: NumberConstructor;
59
- default: number;
60
- };
61
- maxItems: {
62
- type: NumberConstructor;
63
- default: number;
58
+ readonly: {
59
+ type: BooleanConstructor;
60
+ default: boolean;
64
61
  };
65
62
  }>> & Readonly<{
66
- onChanged?: (...args: any[]) => any;
63
+ onSubmit?: (...args: any[]) => any;
67
64
  }>, {
68
- names: string[];
69
- minItems: number;
70
- maxItems: number;
65
+ readonly: boolean;
71
66
  }, {}, {
72
- FTranslationDefault: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
73
- name: {
74
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
75
- required: true;
76
- };
77
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
78
- [key: string]: any;
79
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
80
- name: {
81
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
82
- required: true;
67
+ FFormInputList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
68
+ names: {
69
+ type: PropType<string[]>;
70
+ default: () => any[];
83
71
  };
84
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
85
- FFormInputListItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
86
- name: {
87
- type: StringConstructor;
88
- default: any;
72
+ minItems: {
73
+ type: NumberConstructor;
74
+ default: number;
89
75
  };
90
- disabled: {
91
- type: BooleanConstructor;
92
- default: boolean;
76
+ maxItems: {
77
+ type: NumberConstructor;
78
+ default: number;
93
79
  };
94
80
  }>, {
95
- handleUpdated: () => void;
96
- handleDeleted: () => void;
97
- vuelidate: Ref<import("@vuelidate/core").Validation<{
98
- name: {
99
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
100
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
101
- min: number;
102
- }, any>;
103
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
104
- max: number;
105
- }, any>;
106
- };
107
- }, {
108
- name: string;
109
- }>, import("@vuelidate/core").Validation<{
110
- name: {
111
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
112
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
113
- min: number;
114
- }, any>;
115
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
116
- max: number;
117
- }, any>;
118
- };
119
- }, {
120
- name: string;
121
- }>>;
122
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted")[], "updated" | "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
123
- name: {
124
- type: StringConstructor;
125
- default: any;
81
+ add: (item?: string) => void;
82
+ canAdd: import("vue").ComputedRef<boolean>;
83
+ canDrop: import("vue").ComputedRef<boolean>;
84
+ handleDeleted: (id: number) => void;
85
+ handleUpdated: (id: number, value: string) => void;
86
+ items: import("vue").Ref<{
87
+ id: number;
88
+ value: string;
89
+ }[], {
90
+ id: number;
91
+ value: string;
92
+ }[] | {
93
+ id: number;
94
+ value: string;
95
+ }[]>;
96
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changed"[], "changed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
97
+ names: {
98
+ type: PropType<string[]>;
99
+ default: () => any[];
100
+ };
101
+ minItems: {
102
+ type: NumberConstructor;
103
+ default: number;
126
104
  };
127
- disabled: {
128
- type: BooleanConstructor;
129
- default: boolean;
105
+ maxItems: {
106
+ type: NumberConstructor;
107
+ default: number;
130
108
  };
131
109
  }>> & Readonly<{
132
- onDeleted?: (...args: any[]) => any;
133
- onUpdated?: (...args: any[]) => any;
110
+ onChanged?: (...args: any[]) => any;
134
111
  }>, {
135
- name: string;
136
- disabled: boolean;
112
+ names: string[];
113
+ minItems: number;
114
+ maxItems: number;
137
115
  }, {}, {
138
- IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
139
- validation: {
140
- type: PropType<Record<string, any>>;
141
- required: true;
142
- };
143
- }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
144
- validation: {
145
- type: PropType<Record<string, any>>;
116
+ FTranslationDefault: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
117
+ name: {
118
+ type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
146
119
  required: true;
147
120
  };
148
- }>> & Readonly<{}>, {}, import("vue").SlotsType<{
149
- default: import("@ilingo/vuelidate").SlotProps;
150
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
151
- VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
152
- modelValue: {
153
- type: StringConstructor;
154
- default: string;
155
- };
156
- type: {
157
- type: StringConstructor;
158
- default: string;
159
- };
160
- groupAppendClass: {
161
- type: StringConstructor;
162
- };
163
- groupPrependClass: {
164
- type: StringConstructor;
165
- };
166
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
167
- modelValue: {
168
- type: StringConstructor;
169
- default: string;
170
- };
171
- type: {
172
- type: StringConstructor;
173
- default: string;
174
- };
175
- groupAppendClass: {
176
- type: StringConstructor;
177
- };
178
- groupPrependClass: {
179
- type: StringConstructor;
180
- };
181
- }>> & Readonly<{
182
- "onUpdate:modelValue"?: (...args: any[]) => any;
183
- }>, {
184
- type: string;
185
- modelValue: string;
186
- }, import("vue").SlotsType<{
187
- groupAppend: {
188
- class: string;
189
- tag: string;
190
- };
191
- groupPrepend: {
192
- class: string;
193
- tag: string;
194
- };
195
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
196
- VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
197
- label: {
198
- type: BooleanConstructor;
199
- default: any;
200
- };
201
- labelClass: {
202
- type: StringConstructor;
203
- };
204
- labelContent: {
205
- type: StringConstructor;
206
- };
207
- hint: {
208
- type: BooleanConstructor;
209
- default: any;
210
- };
211
- hintClass: {
212
- type: StringConstructor;
213
- };
214
- hintContent: {
215
- type: StringConstructor;
216
- };
217
- validation: {
218
- type: BooleanConstructor;
219
- default: any;
220
- };
221
- validationSeverity: {
222
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
223
- default: any;
224
- };
225
- validationMessages: {
226
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
227
- default: any;
228
- };
229
121
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
230
122
  [key: string]: any;
231
123
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
232
- label: {
233
- type: BooleanConstructor;
234
- default: any;
235
- };
236
- labelClass: {
237
- type: StringConstructor;
238
- };
239
- labelContent: {
240
- type: StringConstructor;
241
- };
242
- hint: {
243
- type: BooleanConstructor;
244
- default: any;
245
- };
246
- hintClass: {
247
- type: StringConstructor;
248
- };
249
- hintContent: {
250
- type: StringConstructor;
251
- };
252
- validation: {
253
- type: BooleanConstructor;
254
- default: any;
255
- };
256
- validationSeverity: {
257
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
258
- default: any;
259
- };
260
- validationMessages: {
261
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
262
- default: any;
263
- };
264
- }>> & Readonly<{}>, {
265
- label: boolean;
266
- hint: boolean;
267
- validation: boolean;
268
- validationMessages: import("@vuecs/form-controls").ValidationMessages;
269
- validationSeverity: "error" | "warning";
270
- }, import("vue").SlotsType<{
271
- default: undefined;
272
- label: undefined;
273
- hint: undefined;
274
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
275
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
276
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, import("vue").DefineComponent<import("vue").ExtractPropTypes<{
277
- names: {
278
- type: PropType<string[]>;
279
- default: () => any[];
280
- };
281
- minItems: {
282
- type: NumberConstructor;
283
- default: number;
284
- };
285
- maxItems: {
286
- type: NumberConstructor;
287
- default: number;
288
- };
289
- }>, {
290
- add: (item?: string) => void;
291
- canAdd: import("vue").ComputedRef<boolean>;
292
- canDrop: import("vue").ComputedRef<boolean>;
293
- handleDeleted: (id: number) => void;
294
- handleUpdated: (id: number, value: string) => void;
295
- items: Ref<{
296
- id: number;
297
- value: string;
298
- }[], {
299
- id: number;
300
- value: string;
301
- }[] | {
302
- id: number;
303
- value: string;
304
- }[]>;
305
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changed"[], "changed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
306
- names: {
307
- type: PropType<string[]>;
308
- default: () => any[];
309
- };
310
- minItems: {
311
- type: NumberConstructor;
312
- default: number;
313
- };
314
- maxItems: {
315
- type: NumberConstructor;
316
- default: number;
317
- };
318
- }>> & Readonly<{
319
- onChanged?: (...args: any[]) => any;
320
- }>, {
321
- names: string[];
322
- minItems: number;
323
- maxItems: number;
324
- }, {}, {
325
- FTranslationDefault: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
326
- name: {
327
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
328
- required: true;
329
- };
330
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
331
- [key: string]: any;
332
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
333
- name: {
334
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
335
- required: true;
336
- };
337
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
338
- FFormInputListItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
339
- name: {
340
- type: StringConstructor;
341
- default: any;
342
- };
343
- disabled: {
344
- type: BooleanConstructor;
345
- default: boolean;
346
- };
347
- }>, {
348
- handleUpdated: () => void;
349
- handleDeleted: () => void;
350
- vuelidate: Ref<import("@vuelidate/core").Validation<{
351
- name: {
352
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
353
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
354
- min: number;
355
- }, any>;
356
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
357
- max: number;
358
- }, any>;
359
- };
360
- }, {
361
- name: string;
362
- }>, import("@vuelidate/core").Validation<{
363
124
  name: {
364
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
365
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
366
- min: number;
367
- }, any>;
368
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
369
- max: number;
370
- }, any>;
371
- };
372
- }, {
373
- name: string;
374
- }>>;
375
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted")[], "updated" | "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
376
- name: {
377
- type: StringConstructor;
378
- default: any;
379
- };
380
- disabled: {
381
- type: BooleanConstructor;
382
- default: boolean;
383
- };
384
- }>> & Readonly<{
385
- onDeleted?: (...args: any[]) => any;
386
- onUpdated?: (...args: any[]) => any;
387
- }>, {
388
- name: string;
389
- disabled: boolean;
390
- }, {}, {
391
- IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
392
- validation: {
393
- type: PropType<Record<string, any>>;
394
- required: true;
395
- };
396
- }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
397
- validation: {
398
- type: PropType<Record<string, any>>;
125
+ type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
399
126
  required: true;
400
127
  };
401
- }>> & Readonly<{}>, {}, import("vue").SlotsType<{
402
- default: import("@ilingo/vuelidate").SlotProps;
403
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
404
- VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
405
- modelValue: {
406
- type: StringConstructor;
407
- default: string;
408
- };
409
- type: {
410
- type: StringConstructor;
411
- default: string;
412
- };
413
- groupAppendClass: {
414
- type: StringConstructor;
415
- };
416
- groupPrependClass: {
417
- type: StringConstructor;
418
- };
419
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
420
- modelValue: {
421
- type: StringConstructor;
422
- default: string;
423
- };
424
- type: {
425
- type: StringConstructor;
426
- default: string;
427
- };
428
- groupAppendClass: {
429
- type: StringConstructor;
430
- };
431
- groupPrependClass: {
432
- type: StringConstructor;
433
- };
434
- }>> & Readonly<{
435
- "onUpdate:modelValue"?: (...args: any[]) => any;
436
- }>, {
437
- type: string;
438
- modelValue: string;
439
- }, import("vue").SlotsType<{
440
- groupAppend: {
441
- class: string;
442
- tag: string;
443
- };
444
- groupPrepend: {
445
- class: string;
446
- tag: string;
447
- };
448
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
449
- VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
450
- label: {
451
- type: BooleanConstructor;
452
- default: any;
453
- };
454
- labelClass: {
455
- type: StringConstructor;
456
- };
457
- labelContent: {
458
- type: StringConstructor;
459
- };
460
- hint: {
461
- type: BooleanConstructor;
462
- default: any;
463
- };
464
- hintClass: {
465
- type: StringConstructor;
466
- };
467
- hintContent: {
128
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
129
+ FFormInputListItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
130
+ name: {
468
131
  type: StringConstructor;
469
- };
470
- validation: {
471
- type: BooleanConstructor;
472
- default: any;
473
- };
474
- validationSeverity: {
475
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
476
- default: any;
477
- };
478
- validationMessages: {
479
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
480
132
  default: any;
481
133
  };
482
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
483
- [key: string]: any;
484
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
485
- label: {
134
+ disabled: {
486
135
  type: BooleanConstructor;
487
- default: any;
136
+ default: boolean;
488
137
  };
489
- labelClass: {
490
- type: StringConstructor;
491
- };
492
- labelContent: {
138
+ }>, {
139
+ handleUpdated: () => void;
140
+ handleDeleted: () => void;
141
+ vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<{
142
+ name: {
143
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
144
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
145
+ min: number;
146
+ }, any>;
147
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
148
+ max: number;
149
+ }, any>;
150
+ };
151
+ }, {
152
+ name: string;
153
+ }>, import("@vuelidate/core").Validation<{
154
+ name: {
155
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
156
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
157
+ min: number;
158
+ }, any>;
159
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
160
+ max: number;
161
+ }, any>;
162
+ };
163
+ }, {
164
+ name: string;
165
+ }>>;
166
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted")[], "updated" | "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
167
+ name: {
493
168
  type: StringConstructor;
494
- };
495
- hint: {
496
- type: BooleanConstructor;
497
169
  default: any;
498
170
  };
499
- hintClass: {
500
- type: StringConstructor;
501
- };
502
- hintContent: {
503
- type: StringConstructor;
504
- };
505
- validation: {
171
+ disabled: {
506
172
  type: BooleanConstructor;
507
- default: any;
508
- };
509
- validationSeverity: {
510
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
511
- default: any;
512
- };
513
- validationMessages: {
514
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
515
- default: any;
516
- };
517
- }>> & Readonly<{}>, {
518
- label: boolean;
519
- hint: boolean;
520
- validation: boolean;
521
- validationMessages: import("@vuecs/form-controls").ValidationMessages;
522
- validationSeverity: "error" | "warning";
523
- }, import("vue").SlotsType<{
524
- default: undefined;
525
- label: undefined;
526
- hint: undefined;
527
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
528
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
529
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
530
- itemsAfter: import("vue").ComputedRef<string[]>;
531
- itemsAfterVNode: Ref<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
532
- names: {
533
- type: PropType<string[]>;
534
- default: () => any[];
535
- };
536
- minItems: {
537
- type: NumberConstructor;
538
- default: number;
539
- };
540
- maxItems: {
541
- type: NumberConstructor;
542
- default: number;
543
- };
544
- }>, {
545
- add: (item?: string) => void;
546
- canAdd: import("vue").ComputedRef<boolean>;
547
- canDrop: import("vue").ComputedRef<boolean>;
548
- handleDeleted: (id: number) => void;
549
- handleUpdated: (id: number, value: string) => void;
550
- items: Ref<{
551
- id: number;
552
- value: string;
553
- }[], {
554
- id: number;
555
- value: string;
556
- }[] | {
557
- id: number;
558
- value: string;
559
- }[]>;
560
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changed"[], "changed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
561
- names: {
562
- type: PropType<string[]>;
563
- default: () => any[];
564
- };
565
- minItems: {
566
- type: NumberConstructor;
567
- default: number;
568
- };
569
- maxItems: {
570
- type: NumberConstructor;
571
- default: number;
572
- };
573
- }>> & Readonly<{
574
- onChanged?: (...args: any[]) => any;
575
- }>, {
576
- names: string[];
577
- minItems: number;
578
- maxItems: number;
579
- }, {}, {
580
- FTranslationDefault: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
581
- name: {
582
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
583
- required: true;
584
- };
585
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
586
- [key: string]: any;
587
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
588
- name: {
589
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
590
- required: true;
591
- };
592
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
593
- FFormInputListItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
594
- name: {
595
- type: StringConstructor;
596
- default: any;
597
- };
598
- disabled: {
599
- type: BooleanConstructor;
600
- default: boolean;
601
- };
602
- }>, {
603
- handleUpdated: () => void;
604
- handleDeleted: () => void;
605
- vuelidate: Ref<import("@vuelidate/core").Validation<{
606
- name: {
607
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
608
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
609
- min: number;
610
- }, any>;
611
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
612
- max: number;
613
- }, any>;
614
- };
615
- }, {
616
- name: string;
617
- }>, import("@vuelidate/core").Validation<{
618
- name: {
619
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
620
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
621
- min: number;
622
- }, any>;
623
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
624
- max: number;
625
- }, any>;
626
- };
627
- }, {
628
- name: string;
629
- }>>;
630
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted")[], "updated" | "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
631
- name: {
632
- type: StringConstructor;
633
- default: any;
634
- };
635
- disabled: {
636
- type: BooleanConstructor;
637
- default: boolean;
638
- };
639
- }>> & Readonly<{
640
- onDeleted?: (...args: any[]) => any;
641
- onUpdated?: (...args: any[]) => any;
642
- }>, {
643
- name: string;
644
- disabled: boolean;
645
- }, {}, {
646
- IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
647
- validation: {
648
- type: PropType<Record<string, any>>;
649
- required: true;
650
- };
651
- }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
652
- validation: {
653
- type: PropType<Record<string, any>>;
654
- required: true;
655
- };
656
- }>> & Readonly<{}>, {}, import("vue").SlotsType<{
657
- default: import("@ilingo/vuelidate").SlotProps;
658
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
659
- VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
660
- modelValue: {
661
- type: StringConstructor;
662
- default: string;
663
- };
664
- type: {
665
- type: StringConstructor;
666
- default: string;
667
- };
668
- groupAppendClass: {
669
- type: StringConstructor;
670
- };
671
- groupPrependClass: {
672
- type: StringConstructor;
673
- };
674
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
675
- modelValue: {
676
- type: StringConstructor;
677
- default: string;
678
- };
679
- type: {
680
- type: StringConstructor;
681
- default: string;
682
- };
683
- groupAppendClass: {
684
- type: StringConstructor;
685
- };
686
- groupPrependClass: {
687
- type: StringConstructor;
173
+ default: boolean;
688
174
  };
689
175
  }>> & Readonly<{
690
- "onUpdate:modelValue"?: (...args: any[]) => any;
176
+ onDeleted?: (...args: any[]) => any;
177
+ onUpdated?: (...args: any[]) => any;
691
178
  }>, {
692
- type: string;
693
- modelValue: string;
694
- }, import("vue").SlotsType<{
695
- groupAppend: {
696
- class: string;
697
- tag: string;
698
- };
699
- groupPrepend: {
700
- class: string;
701
- tag: string;
702
- };
703
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
704
- VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
705
- label: {
706
- type: BooleanConstructor;
707
- default: any;
708
- };
709
- labelClass: {
710
- type: StringConstructor;
711
- };
712
- labelContent: {
713
- type: StringConstructor;
714
- };
715
- hint: {
716
- type: BooleanConstructor;
717
- default: any;
718
- };
719
- hintClass: {
720
- type: StringConstructor;
721
- };
722
- hintContent: {
723
- type: StringConstructor;
724
- };
725
- validation: {
726
- type: BooleanConstructor;
727
- default: any;
728
- };
729
- validationSeverity: {
730
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
731
- default: any;
732
- };
733
- validationMessages: {
734
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
735
- default: any;
736
- };
737
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
738
- [key: string]: any;
739
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
740
- label: {
741
- type: BooleanConstructor;
742
- default: any;
743
- };
744
- labelClass: {
745
- type: StringConstructor;
746
- };
747
- labelContent: {
748
- type: StringConstructor;
749
- };
750
- hint: {
751
- type: BooleanConstructor;
752
- default: any;
753
- };
754
- hintClass: {
755
- type: StringConstructor;
756
- };
757
- hintContent: {
758
- type: StringConstructor;
759
- };
760
- validation: {
761
- type: BooleanConstructor;
762
- default: any;
763
- };
764
- validationSeverity: {
765
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
766
- default: any;
767
- };
768
- validationMessages: {
769
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
770
- default: any;
771
- };
772
- }>> & Readonly<{}>, {
773
- label: boolean;
774
- hint: boolean;
775
- validation: boolean;
776
- validationMessages: import("@vuecs/form-controls").ValidationMessages;
777
- validationSeverity: "error" | "warning";
778
- }, import("vue").SlotsType<{
779
- default: undefined;
780
- label: undefined;
781
- hint: undefined;
782
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
179
+ name: string;
180
+ disabled: boolean;
181
+ }, {}, {
182
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
183
+ validation: {
184
+ type: PropType<Record<string, any>>;
185
+ required: true;
186
+ };
187
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
188
+ validation: {
189
+ type: PropType<Record<string, any>>;
190
+ required: true;
191
+ };
192
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
193
+ default: import("@ilingo/vuelidate").SlotProps;
194
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
195
+ VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
196
+ modelValue: {
197
+ type: StringConstructor;
198
+ default: string;
199
+ };
200
+ type: {
201
+ type: StringConstructor;
202
+ default: string;
203
+ };
204
+ groupAppendClass: {
205
+ type: StringConstructor;
206
+ };
207
+ groupPrependClass: {
208
+ type: StringConstructor;
209
+ };
210
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
211
+ modelValue: {
212
+ type: StringConstructor;
213
+ default: string;
214
+ };
215
+ type: {
216
+ type: StringConstructor;
217
+ default: string;
218
+ };
219
+ groupAppendClass: {
220
+ type: StringConstructor;
221
+ };
222
+ groupPrependClass: {
223
+ type: StringConstructor;
224
+ };
225
+ }>> & Readonly<{
226
+ "onUpdate:modelValue"?: (...args: any[]) => any;
227
+ }>, {
228
+ type: string;
229
+ modelValue: string;
230
+ }, import("vue").SlotsType<{
231
+ groupAppend: {
232
+ class: string;
233
+ tag: string;
234
+ };
235
+ groupPrepend: {
236
+ class: string;
237
+ tag: string;
238
+ };
239
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
240
+ VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
241
+ label: {
242
+ type: BooleanConstructor;
243
+ default: any;
244
+ };
245
+ labelClass: {
246
+ type: StringConstructor;
247
+ };
248
+ labelContent: {
249
+ type: StringConstructor;
250
+ };
251
+ hint: {
252
+ type: BooleanConstructor;
253
+ default: any;
254
+ };
255
+ hintClass: {
256
+ type: StringConstructor;
257
+ };
258
+ hintContent: {
259
+ type: StringConstructor;
260
+ };
261
+ validation: {
262
+ type: BooleanConstructor;
263
+ default: any;
264
+ };
265
+ validationSeverity: {
266
+ type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
267
+ default: any;
268
+ };
269
+ validationMessages: {
270
+ type: PropType<import("@vuecs/form-controls").ValidationMessages>;
271
+ default: any;
272
+ };
273
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
274
+ [key: string]: any;
275
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
276
+ label: {
277
+ type: BooleanConstructor;
278
+ default: any;
279
+ };
280
+ labelClass: {
281
+ type: StringConstructor;
282
+ };
283
+ labelContent: {
284
+ type: StringConstructor;
285
+ };
286
+ hint: {
287
+ type: BooleanConstructor;
288
+ default: any;
289
+ };
290
+ hintClass: {
291
+ type: StringConstructor;
292
+ };
293
+ hintContent: {
294
+ type: StringConstructor;
295
+ };
296
+ validation: {
297
+ type: BooleanConstructor;
298
+ default: any;
299
+ };
300
+ validationSeverity: {
301
+ type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
302
+ default: any;
303
+ };
304
+ validationMessages: {
305
+ type: PropType<import("@vuecs/form-controls").ValidationMessages>;
306
+ default: any;
307
+ };
308
+ }>> & Readonly<{}>, {
309
+ label: boolean;
310
+ hint: boolean;
311
+ validation: boolean;
312
+ validationMessages: import("@vuecs/form-controls").ValidationMessages;
313
+ validationSeverity: "error" | "warning";
314
+ }, import("vue").SlotsType<{
315
+ default: undefined;
316
+ label: undefined;
317
+ hint: undefined;
318
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
319
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
783
320
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
784
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, import("vue").DefineComponent<import("vue").ExtractPropTypes<{
785
- names: {
786
- type: PropType<string[]>;
787
- default: () => any[];
321
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
322
+ FAnalysis: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
323
+ entity: {
324
+ type: PropType<Analysis>;
788
325
  };
789
- minItems: {
790
- type: NumberConstructor;
791
- default: number;
326
+ entityId: {
327
+ type: StringConstructor;
792
328
  };
793
- maxItems: {
794
- type: NumberConstructor;
795
- default: number;
329
+ queryFilters: {
330
+ type: PropType<import("rapiq").FiltersBuildInput<Analysis>>;
796
331
  };
797
- }>, {
798
- add: (item?: string) => void;
799
- canAdd: import("vue").ComputedRef<boolean>;
800
- canDrop: import("vue").ComputedRef<boolean>;
801
- handleDeleted: (id: number) => void;
802
- handleUpdated: (id: number, value: string) => void;
803
- items: Ref<{
804
- id: number;
805
- value: string;
806
- }[], {
807
- id: number;
808
- value: string;
809
- }[] | {
810
- id: number;
811
- value: string;
812
- }[]>;
813
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changed"[], "changed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
814
- names: {
815
- type: PropType<string[]>;
816
- default: () => any[];
332
+ queryFields: {
333
+ type: PropType<import("rapiq").FieldsBuildInput<Analysis>>;
817
334
  };
818
- minItems: {
819
- type: NumberConstructor;
820
- default: number;
335
+ query: {
336
+ type: PropType<import("rapiq").BuildInput<Analysis>>;
821
337
  };
822
- maxItems: {
823
- type: NumberConstructor;
824
- default: number;
338
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").EntityManagerEventsType<Analysis>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
339
+ entity: {
340
+ type: PropType<Analysis>;
825
341
  };
826
- }>> & Readonly<{
827
- onChanged?: (...args: any[]) => any;
828
- }>, {
829
- names: string[];
830
- minItems: number;
831
- maxItems: number;
832
- }, {}, {
833
- FTranslationDefault: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
834
- name: {
835
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
836
- required: true;
837
- };
838
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
839
- [key: string]: any;
840
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
841
- name: {
842
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
843
- required: true;
844
- };
845
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
846
- FFormInputListItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
847
- name: {
848
- type: StringConstructor;
849
- default: any;
850
- };
851
- disabled: {
852
- type: BooleanConstructor;
853
- default: boolean;
854
- };
855
- }>, {
856
- handleUpdated: () => void;
857
- handleDeleted: () => void;
858
- vuelidate: Ref<import("@vuelidate/core").Validation<{
859
- name: {
860
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
861
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
862
- min: number;
863
- }, any>;
864
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
865
- max: number;
866
- }, any>;
867
- };
868
- }, {
869
- name: string;
870
- }>, import("@vuelidate/core").Validation<{
871
- name: {
872
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
873
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
874
- min: number;
875
- }, any>;
876
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
877
- max: number;
878
- }, any>;
879
- };
880
- }, {
881
- name: string;
882
- }>>;
883
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted")[], "updated" | "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
884
- name: {
885
- type: StringConstructor;
886
- default: any;
887
- };
888
- disabled: {
889
- type: BooleanConstructor;
890
- default: boolean;
891
- };
892
- }>> & Readonly<{
893
- onDeleted?: (...args: any[]) => any;
894
- onUpdated?: (...args: any[]) => any;
895
- }>, {
896
- name: string;
897
- disabled: boolean;
898
- }, {}, {
899
- IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
900
- validation: {
901
- type: PropType<Record<string, any>>;
902
- required: true;
903
- };
904
- }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
905
- validation: {
906
- type: PropType<Record<string, any>>;
907
- required: true;
908
- };
909
- }>> & Readonly<{}>, {}, import("vue").SlotsType<{
910
- default: import("@ilingo/vuelidate").SlotProps;
911
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
912
- VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
913
- modelValue: {
914
- type: StringConstructor;
915
- default: string;
916
- };
917
- type: {
918
- type: StringConstructor;
919
- default: string;
920
- };
921
- groupAppendClass: {
922
- type: StringConstructor;
923
- };
924
- groupPrependClass: {
925
- type: StringConstructor;
926
- };
927
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
928
- modelValue: {
929
- type: StringConstructor;
930
- default: string;
931
- };
932
- type: {
933
- type: StringConstructor;
934
- default: string;
935
- };
936
- groupAppendClass: {
937
- type: StringConstructor;
938
- };
939
- groupPrependClass: {
940
- type: StringConstructor;
941
- };
942
- }>> & Readonly<{
943
- "onUpdate:modelValue"?: (...args: any[]) => any;
944
- }>, {
945
- type: string;
946
- modelValue: string;
947
- }, import("vue").SlotsType<{
948
- groupAppend: {
949
- class: string;
950
- tag: string;
951
- };
952
- groupPrepend: {
953
- class: string;
954
- tag: string;
955
- };
956
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
957
- VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
958
- label: {
959
- type: BooleanConstructor;
960
- default: any;
961
- };
962
- labelClass: {
963
- type: StringConstructor;
964
- };
965
- labelContent: {
966
- type: StringConstructor;
967
- };
968
- hint: {
969
- type: BooleanConstructor;
970
- default: any;
971
- };
972
- hintClass: {
973
- type: StringConstructor;
974
- };
975
- hintContent: {
976
- type: StringConstructor;
977
- };
978
- validation: {
979
- type: BooleanConstructor;
980
- default: any;
981
- };
982
- validationSeverity: {
983
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
984
- default: any;
985
- };
986
- validationMessages: {
987
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
988
- default: any;
989
- };
990
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
991
- [key: string]: any;
992
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
993
- label: {
994
- type: BooleanConstructor;
995
- default: any;
996
- };
997
- labelClass: {
998
- type: StringConstructor;
999
- };
1000
- labelContent: {
1001
- type: StringConstructor;
1002
- };
1003
- hint: {
1004
- type: BooleanConstructor;
1005
- default: any;
1006
- };
1007
- hintClass: {
1008
- type: StringConstructor;
1009
- };
1010
- hintContent: {
1011
- type: StringConstructor;
1012
- };
1013
- validation: {
1014
- type: BooleanConstructor;
1015
- default: any;
1016
- };
1017
- validationSeverity: {
1018
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
1019
- default: any;
1020
- };
1021
- validationMessages: {
1022
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
1023
- default: any;
1024
- };
1025
- }>> & Readonly<{}>, {
1026
- label: boolean;
1027
- hint: boolean;
1028
- validation: boolean;
1029
- validationMessages: import("@vuecs/form-controls").ValidationMessages;
1030
- validationSeverity: "error" | "warning";
1031
- }, import("vue").SlotsType<{
1032
- default: undefined;
1033
- label: undefined;
1034
- hint: undefined;
1035
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1036
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1037
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1038
- resetItemsForPosition: (position: "before" | "after") => Promise<void>;
1039
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "failed")[], "updated" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1040
- entity: {
1041
- type: PropType<Analysis>;
1042
- required: true;
1043
- };
1044
- masterImageEntity: {
1045
- type: PropType<MasterImage>;
1046
- };
1047
- }>> & Readonly<{
1048
- onUpdated?: (...args: any[]) => any;
1049
- onFailed?: (...args: any[]) => any;
1050
- }>, {}, {}, {
1051
- FFormInputList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1052
- names: {
1053
- type: PropType<string[]>;
1054
- default: () => any[];
1055
- };
1056
- minItems: {
1057
- type: NumberConstructor;
1058
- default: number;
342
+ entityId: {
343
+ type: StringConstructor;
1059
344
  };
1060
- maxItems: {
1061
- type: NumberConstructor;
1062
- default: number;
345
+ queryFilters: {
346
+ type: PropType<import("rapiq").FiltersBuildInput<Analysis>>;
1063
347
  };
1064
- }>, {
1065
- add: (item?: string) => void;
1066
- canAdd: import("vue").ComputedRef<boolean>;
1067
- canDrop: import("vue").ComputedRef<boolean>;
1068
- handleDeleted: (id: number) => void;
1069
- handleUpdated: (id: number, value: string) => void;
1070
- items: Ref<{
1071
- id: number;
1072
- value: string;
1073
- }[], {
1074
- id: number;
1075
- value: string;
1076
- }[] | {
1077
- id: number;
1078
- value: string;
1079
- }[]>;
1080
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changed"[], "changed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1081
- names: {
1082
- type: PropType<string[]>;
1083
- default: () => any[];
1084
- };
1085
- minItems: {
1086
- type: NumberConstructor;
1087
- default: number;
348
+ queryFields: {
349
+ type: PropType<import("rapiq").FieldsBuildInput<Analysis>>;
1088
350
  };
1089
- maxItems: {
1090
- type: NumberConstructor;
1091
- default: number;
351
+ query: {
352
+ type: PropType<import("rapiq").BuildInput<Analysis>>;
1092
353
  };
1093
354
  }>> & Readonly<{
1094
- onChanged?: (...args: any[]) => any;
1095
- }>, {
1096
- names: string[];
1097
- minItems: number;
1098
- maxItems: number;
1099
- }, {}, {
1100
- FTranslationDefault: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1101
- name: {
1102
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
1103
- required: true;
1104
- };
1105
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1106
- [key: string]: any;
1107
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1108
- name: {
1109
- type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
1110
- required: true;
1111
- };
1112
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1113
- FFormInputListItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1114
- name: {
1115
- type: StringConstructor;
1116
- default: any;
1117
- };
1118
- disabled: {
1119
- type: BooleanConstructor;
1120
- default: boolean;
1121
- };
1122
- }>, {
1123
- handleUpdated: () => void;
1124
- handleDeleted: () => void;
1125
- vuelidate: Ref<import("@vuelidate/core").Validation<{
1126
- name: {
1127
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
1128
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
1129
- min: number;
1130
- }, any>;
1131
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
1132
- max: number;
1133
- }, any>;
1134
- };
1135
- }, {
1136
- name: string;
1137
- }>, import("@vuelidate/core").Validation<{
1138
- name: {
1139
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
1140
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
1141
- min: number;
1142
- }, any>;
1143
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
1144
- max: number;
1145
- }, any>;
1146
- };
1147
- }, {
1148
- name: string;
1149
- }>>;
1150
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted")[], "updated" | "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1151
- name: {
1152
- type: StringConstructor;
1153
- default: any;
1154
- };
1155
- disabled: {
1156
- type: BooleanConstructor;
1157
- default: boolean;
1158
- };
1159
- }>> & Readonly<{
1160
- onDeleted?: (...args: any[]) => any;
1161
- onUpdated?: (...args: any[]) => any;
1162
- }>, {
1163
- name: string;
1164
- disabled: boolean;
1165
- }, {}, {
1166
- IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1167
- validation: {
1168
- type: PropType<Record<string, any>>;
1169
- required: true;
1170
- };
1171
- }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1172
- validation: {
1173
- type: PropType<Record<string, any>>;
1174
- required: true;
1175
- };
1176
- }>> & Readonly<{}>, {}, import("vue").SlotsType<{
1177
- default: import("@ilingo/vuelidate").SlotProps;
1178
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1179
- VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1180
- modelValue: {
1181
- type: StringConstructor;
1182
- default: string;
1183
- };
1184
- type: {
1185
- type: StringConstructor;
1186
- default: string;
1187
- };
1188
- groupAppendClass: {
1189
- type: StringConstructor;
1190
- };
1191
- groupPrependClass: {
1192
- type: StringConstructor;
1193
- };
1194
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1195
- modelValue: {
1196
- type: StringConstructor;
1197
- default: string;
1198
- };
1199
- type: {
1200
- type: StringConstructor;
1201
- default: string;
1202
- };
1203
- groupAppendClass: {
1204
- type: StringConstructor;
1205
- };
1206
- groupPrependClass: {
1207
- type: StringConstructor;
1208
- };
1209
- }>> & Readonly<{
1210
- "onUpdate:modelValue"?: (...args: any[]) => any;
1211
- }>, {
1212
- type: string;
1213
- modelValue: string;
1214
- }, import("vue").SlotsType<{
1215
- groupAppend: {
1216
- class: string;
1217
- tag: string;
1218
- };
1219
- groupPrepend: {
1220
- class: string;
1221
- tag: string;
1222
- };
1223
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1224
- VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1225
- label: {
1226
- type: BooleanConstructor;
1227
- default: any;
1228
- };
1229
- labelClass: {
1230
- type: StringConstructor;
1231
- };
1232
- labelContent: {
1233
- type: StringConstructor;
1234
- };
1235
- hint: {
1236
- type: BooleanConstructor;
1237
- default: any;
1238
- };
1239
- hintClass: {
1240
- type: StringConstructor;
1241
- };
1242
- hintContent: {
1243
- type: StringConstructor;
1244
- };
1245
- validation: {
1246
- type: BooleanConstructor;
1247
- default: any;
1248
- };
1249
- validationSeverity: {
1250
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
1251
- default: any;
1252
- };
1253
- validationMessages: {
1254
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
1255
- default: any;
1256
- };
1257
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1258
- [key: string]: any;
1259
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1260
- label: {
1261
- type: BooleanConstructor;
1262
- default: any;
1263
- };
1264
- labelClass: {
1265
- type: StringConstructor;
1266
- };
1267
- labelContent: {
1268
- type: StringConstructor;
1269
- };
1270
- hint: {
1271
- type: BooleanConstructor;
1272
- default: any;
1273
- };
1274
- hintClass: {
1275
- type: StringConstructor;
1276
- };
1277
- hintContent: {
1278
- type: StringConstructor;
1279
- };
1280
- validation: {
1281
- type: BooleanConstructor;
1282
- default: any;
1283
- };
1284
- validationSeverity: {
1285
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
1286
- default: any;
1287
- };
1288
- validationMessages: {
1289
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
1290
- default: any;
1291
- };
1292
- }>> & Readonly<{}>, {
1293
- label: boolean;
1294
- hint: boolean;
1295
- validation: boolean;
1296
- validationMessages: import("@vuecs/form-controls").ValidationMessages;
1297
- validationSeverity: "error" | "warning";
1298
- }, import("vue").SlotsType<{
1299
- default: undefined;
1300
- label: undefined;
1301
- hint: undefined;
1302
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1303
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1304
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
355
+ onCreated?: (item: Analysis) => any;
356
+ onUpdated?: (item: Analysis) => any;
357
+ onResolved?: (_item: Analysis) => any;
358
+ onDeleted?: (item: Analysis) => any;
359
+ onFailed?: (item: Error) => any;
360
+ }>, {}, import("vue").SlotsType<import("../../core").EntityManagerSlotsType<Analysis>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1305
361
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
362
+ declare const _default: typeof __VLS_export;
1306
363
  export default _default;
1307
364
  //# sourceMappingURL=FAnalysisImageCommandArguments.vue.d.ts.map