@privateaim/client-vue 0.8.4 → 0.8.6

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 (103) hide show
  1. package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts +22 -1
  2. package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts.map +1 -1
  3. package/dist/components/analysis/FAnalysisCommand.d.ts.map +1 -1
  4. package/dist/components/analysis/FAnalysisImageCommand.d.ts +18 -16
  5. package/dist/components/analysis/FAnalysisImageCommand.d.ts.map +1 -1
  6. package/dist/components/analysis/FAnalysisImageCommandArguments.vue.d.ts +1307 -0
  7. package/dist/components/analysis/FAnalysisImageCommandArguments.vue.d.ts.map +1 -0
  8. package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts +2212 -426
  9. package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts.map +1 -1
  10. package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts +28 -0
  11. package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts.map +1 -0
  12. package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts +78 -93
  13. package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts.map +1 -1
  14. package/dist/components/analysis/wizard/FAnalysisWizardStepImage.vue.d.ts +1480 -0
  15. package/dist/components/analysis/wizard/FAnalysisWizardStepImage.vue.d.ts.map +1 -0
  16. package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts +771 -0
  17. package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts.map +1 -0
  18. package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts +78 -52
  19. package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts.map +1 -1
  20. package/dist/components/analysis-bucket-file/FAnalysisBucketFileUpload.vue.d.ts +76 -0
  21. package/dist/components/analysis-bucket-file/FAnalysisBucketFileUpload.vue.d.ts.map +1 -0
  22. package/dist/components/analysis-log/FAnalysisLogs.d.ts.map +1 -1
  23. package/dist/components/analysis-node/FAnalysisNodeAssignAction.d.ts.map +1 -1
  24. package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts +754 -0
  25. package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts.map +1 -0
  26. package/dist/components/analysis-node/FAnalysisNodes.d.ts.map +1 -1
  27. package/dist/components/analysis-node/index.d.ts +1 -0
  28. package/dist/components/analysis-node/index.d.ts.map +1 -1
  29. package/dist/components/index.d.ts +1 -0
  30. package/dist/components/index.d.ts.map +1 -1
  31. package/dist/components/login/FLoginForm.vue.d.ts +22 -1
  32. package/dist/components/login/FLoginForm.vue.d.ts.map +1 -1
  33. package/dist/components/master-image/FMasterImage.d.ts +44 -0
  34. package/dist/components/master-image/FMasterImage.d.ts.map +1 -0
  35. package/dist/components/master-image/FMasterImagePicker.d.ts +22 -18
  36. package/dist/components/master-image/FMasterImagePicker.d.ts.map +1 -1
  37. package/dist/components/master-image/FMasterImages.d.ts.map +1 -1
  38. package/dist/components/master-image/FMasterImagesSync.d.ts.map +1 -1
  39. package/dist/components/master-image/index.d.ts +1 -0
  40. package/dist/components/master-image/index.d.ts.map +1 -1
  41. package/dist/components/master-image-event-log/FMasterImageEventLog.d.ts +27 -0
  42. package/dist/components/master-image-event-log/FMasterImageEventLog.d.ts.map +1 -0
  43. package/dist/components/master-image-event-log/FMasterImageEventLogs.d.ts +5 -0
  44. package/dist/components/master-image-event-log/FMasterImageEventLogs.d.ts.map +1 -0
  45. package/dist/components/master-image-event-log/index.d.ts +3 -0
  46. package/dist/components/master-image-event-log/index.d.ts.map +1 -0
  47. package/dist/components/node/FNodeCrypto.vue.d.ts +30 -0
  48. package/dist/components/node/FNodeCrypto.vue.d.ts.map +1 -0
  49. package/dist/components/node/index.d.ts +1 -0
  50. package/dist/components/node/index.d.ts.map +1 -1
  51. package/dist/components/project/FProjectCreator.vue.d.ts +94 -0
  52. package/dist/components/project/FProjectCreator.vue.d.ts.map +1 -0
  53. package/dist/components/project/FProjectForm.d.ts.map +1 -1
  54. package/dist/components/project/FProjectItemCard.vue.d.ts +90 -0
  55. package/dist/components/project/FProjectItemCard.vue.d.ts.map +1 -1
  56. package/dist/components/project/index.d.ts +1 -0
  57. package/dist/components/project/index.d.ts.map +1 -1
  58. package/dist/components/project-node/FProjectNodeAssignAction.d.ts.map +1 -1
  59. package/dist/components/project-node/FProjectNodes.d.ts.map +1 -1
  60. package/dist/components/utility/FItemToggle.vue.d.ts +37 -0
  61. package/dist/components/utility/FItemToggle.vue.d.ts.map +1 -0
  62. package/dist/components/utility/form-input-list/FFormInputList.vue.d.ts +257 -0
  63. package/dist/components/utility/form-input-list/FFormInputList.vue.d.ts.map +1 -0
  64. package/dist/components/utility/form-input-list/FFormInputListItem.vue.d.ts +193 -0
  65. package/dist/components/utility/form-input-list/FFormInputListItem.vue.d.ts.map +1 -0
  66. package/dist/components/utility/form-input-list/index.d.ts +3 -0
  67. package/dist/components/utility/form-input-list/index.d.ts.map +1 -0
  68. package/dist/components/utility/index.d.ts +4 -0
  69. package/dist/components/utility/index.d.ts.map +1 -1
  70. package/dist/components/utility/toggle-button/index.d.ts +2 -0
  71. package/dist/components/utility/toggle-button/index.d.ts.map +1 -0
  72. package/dist/components/utility/toggle-button/module.d.ts +10 -0
  73. package/dist/components/utility/toggle-button/module.d.ts.map +1 -0
  74. package/dist/components/utility/translation/FTranslation.d.ts +24 -0
  75. package/dist/components/utility/translation/FTranslation.d.ts.map +1 -0
  76. package/dist/components/utility/translation/FTranslationDefault.d.ts +16 -0
  77. package/dist/components/utility/translation/FTranslationDefault.d.ts.map +1 -0
  78. package/dist/components/utility/translation/index.d.ts +3 -0
  79. package/dist/components/utility/translation/index.d.ts.map +1 -0
  80. package/dist/core/busy.d.ts +2 -2
  81. package/dist/core/busy.d.ts.map +1 -1
  82. package/dist/core/entity-manager/module.d.ts +2 -4
  83. package/dist/core/entity-manager/module.d.ts.map +1 -1
  84. package/dist/core/entity-manager/type.d.ts +2 -4
  85. package/dist/core/entity-manager/type.d.ts.map +1 -1
  86. package/dist/core/entity-socket/module.d.ts +2 -4
  87. package/dist/core/entity-socket/module.d.ts.map +1 -1
  88. package/dist/core/entity-socket/type.d.ts +6 -6
  89. package/dist/core/entity-socket/type.d.ts.map +1 -1
  90. package/dist/core/list/module.d.ts +2 -4
  91. package/dist/core/list/module.d.ts.map +1 -1
  92. package/dist/core/list/type.d.ts +9 -9
  93. package/dist/core/list/type.d.ts.map +1 -1
  94. package/dist/core/socket/install.d.ts.map +1 -1
  95. package/dist/index.cjs +5330 -2719
  96. package/dist/index.cjs.map +1 -1
  97. package/dist/index.mjs +5333 -2734
  98. package/dist/index.mjs.map +1 -1
  99. package/package.json +27 -26
  100. package/dist/components/analysis/wizard/FAnalysisWizardStepBase.vue.d.ts +0 -448
  101. package/dist/components/analysis/wizard/FAnalysisWizardStepBase.vue.d.ts.map +0 -1
  102. package/dist/components/analysis/wizard/FAnalysisWizardStepFinal.vue.d.ts +0 -3
  103. package/dist/components/analysis/wizard/FAnalysisWizardStepFinal.vue.d.ts.map +0 -1
@@ -0,0 +1,37 @@
1
+ import type { PropType } from 'vue';
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ current: {
4
+ type: StringConstructor;
5
+ required: true;
6
+ };
7
+ items: {
8
+ type: PropType<string[]>;
9
+ required: true;
10
+ };
11
+ isBusy: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ }>, {
16
+ toggle: () => void;
17
+ active: import("vue").ComputedRef<boolean>;
18
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "toggle"[], "toggle", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
+ current: {
20
+ type: StringConstructor;
21
+ required: true;
22
+ };
23
+ items: {
24
+ type: PropType<string[]>;
25
+ required: true;
26
+ };
27
+ isBusy: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ }>> & Readonly<{
32
+ onToggle?: (...args: any[]) => any;
33
+ }>, {
34
+ isBusy: boolean;
35
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
36
+ export default _default;
37
+ //# sourceMappingURL=FItemToggle.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FItemToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/utility/FItemToggle.vue"],"names":[],"mappings":"AAoDA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;;;;;cAUT,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;;;;;;cAAlB,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;;AAP7C,wBAmCG"}
@@ -0,0 +1,257 @@
1
+ import type { PropType } from 'vue';
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ names: {
4
+ type: PropType<string[]>;
5
+ default: () => any[];
6
+ };
7
+ minItems: {
8
+ type: NumberConstructor;
9
+ default: number;
10
+ };
11
+ maxItems: {
12
+ type: NumberConstructor;
13
+ default: number;
14
+ };
15
+ }>, {
16
+ add: (item?: string) => void;
17
+ canAdd: import("vue").ComputedRef<boolean>;
18
+ canDrop: import("vue").ComputedRef<boolean>;
19
+ handleDeleted: (id: number) => void;
20
+ handleUpdated: (id: number, value: string) => void;
21
+ items: import("vue").Ref<{
22
+ id: number;
23
+ value: string;
24
+ }[], {
25
+ id: number;
26
+ value: string;
27
+ }[] | {
28
+ id: number;
29
+ value: string;
30
+ }[]>;
31
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changed"[], "changed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
32
+ names: {
33
+ type: PropType<string[]>;
34
+ default: () => any[];
35
+ };
36
+ minItems: {
37
+ type: NumberConstructor;
38
+ default: number;
39
+ };
40
+ maxItems: {
41
+ type: NumberConstructor;
42
+ default: number;
43
+ };
44
+ }>> & Readonly<{
45
+ onChanged?: (...args: any[]) => any;
46
+ }>, {
47
+ names: string[];
48
+ minItems: number;
49
+ maxItems: number;
50
+ }, {}, {
51
+ FTranslationDefault: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
52
+ name: {
53
+ type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
54
+ required: true;
55
+ };
56
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
57
+ [key: string]: any;
58
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
59
+ name: {
60
+ type: PropType<`${import("@authup/client-web-kit").TranslatorTranslationDefaultKey}`>;
61
+ required: true;
62
+ };
63
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
64
+ FFormInputListItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
65
+ name: {
66
+ type: StringConstructor;
67
+ default: any;
68
+ };
69
+ disabled: {
70
+ type: BooleanConstructor;
71
+ default: boolean;
72
+ };
73
+ }>, {
74
+ handleUpdated: () => void;
75
+ handleDeleted: () => void;
76
+ vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<{
77
+ name: {
78
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
79
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
80
+ min: number;
81
+ }, any>;
82
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
83
+ max: number;
84
+ }, any>;
85
+ };
86
+ }, {
87
+ name: string;
88
+ }>, import("@vuelidate/core").Validation<{
89
+ name: {
90
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
91
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
92
+ min: number;
93
+ }, any>;
94
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
95
+ max: number;
96
+ }, any>;
97
+ };
98
+ }, {
99
+ name: string;
100
+ }>>;
101
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted")[], "updated" | "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
102
+ name: {
103
+ type: StringConstructor;
104
+ default: any;
105
+ };
106
+ disabled: {
107
+ type: BooleanConstructor;
108
+ default: boolean;
109
+ };
110
+ }>> & Readonly<{
111
+ onDeleted?: (...args: any[]) => any;
112
+ onUpdated?: (...args: any[]) => any;
113
+ }>, {
114
+ name: string;
115
+ disabled: boolean;
116
+ }, {}, {
117
+ IVuelidate: import("vue").DefineComponent<{
118
+ validation: {
119
+ type: PropType<Record<string, any>>;
120
+ required: true;
121
+ };
122
+ }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
123
+ validation: {
124
+ type: PropType<Record<string, any>>;
125
+ required: true;
126
+ };
127
+ }>>, {}, import("vue").SlotsType<{
128
+ default: import("@ilingo/vuelidate").SlotProps;
129
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
130
+ VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
131
+ modelValue: {
132
+ type: StringConstructor;
133
+ default: string;
134
+ };
135
+ type: {
136
+ type: StringConstructor;
137
+ default: string;
138
+ };
139
+ groupAppendClass: {
140
+ type: StringConstructor;
141
+ };
142
+ groupPrependClass: {
143
+ type: StringConstructor;
144
+ };
145
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
146
+ modelValue: {
147
+ type: StringConstructor;
148
+ default: string;
149
+ };
150
+ type: {
151
+ type: StringConstructor;
152
+ default: string;
153
+ };
154
+ groupAppendClass: {
155
+ type: StringConstructor;
156
+ };
157
+ groupPrependClass: {
158
+ type: StringConstructor;
159
+ };
160
+ }>> & Readonly<{
161
+ "onUpdate:modelValue"?: (...args: any[]) => any;
162
+ }>, {
163
+ type: string;
164
+ modelValue: string;
165
+ }, import("vue").SlotsType<{
166
+ groupAppend: {
167
+ class: string;
168
+ tag: string;
169
+ };
170
+ groupPrepend: {
171
+ class: string;
172
+ tag: string;
173
+ };
174
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
175
+ VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
176
+ label: {
177
+ type: BooleanConstructor;
178
+ default: any;
179
+ };
180
+ labelClass: {
181
+ type: StringConstructor;
182
+ };
183
+ labelContent: {
184
+ type: StringConstructor;
185
+ };
186
+ hint: {
187
+ type: BooleanConstructor;
188
+ default: any;
189
+ };
190
+ hintClass: {
191
+ type: StringConstructor;
192
+ };
193
+ hintContent: {
194
+ type: StringConstructor;
195
+ };
196
+ validation: {
197
+ type: BooleanConstructor;
198
+ default: any;
199
+ };
200
+ validationSeverity: {
201
+ type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
202
+ default: any;
203
+ };
204
+ validationMessages: {
205
+ type: PropType<import("@vuecs/form-controls").ValidationMessages>;
206
+ default: any;
207
+ };
208
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
209
+ [key: string]: any;
210
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
211
+ label: {
212
+ type: BooleanConstructor;
213
+ default: any;
214
+ };
215
+ labelClass: {
216
+ type: StringConstructor;
217
+ };
218
+ labelContent: {
219
+ type: StringConstructor;
220
+ };
221
+ hint: {
222
+ type: BooleanConstructor;
223
+ default: any;
224
+ };
225
+ hintClass: {
226
+ type: StringConstructor;
227
+ };
228
+ hintContent: {
229
+ type: StringConstructor;
230
+ };
231
+ validation: {
232
+ type: BooleanConstructor;
233
+ default: any;
234
+ };
235
+ validationSeverity: {
236
+ type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
237
+ default: any;
238
+ };
239
+ validationMessages: {
240
+ type: PropType<import("@vuecs/form-controls").ValidationMessages>;
241
+ default: any;
242
+ };
243
+ }>> & Readonly<{}>, {
244
+ label: boolean;
245
+ hint: boolean;
246
+ validation: boolean;
247
+ validationMessages: import("@vuecs/form-controls").ValidationMessages;
248
+ validationSeverity: "error" | "warning";
249
+ }, import("vue").SlotsType<{
250
+ default: undefined;
251
+ label: undefined;
252
+ hint: undefined;
253
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
254
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
255
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
256
+ export default _default;
257
+ //# sourceMappingURL=FFormInputList.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FFormInputList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/form-input-list/FFormInputList.vue"],"names":[],"mappings":"AA2KA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;cAgBT,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;;iBAiBjB,MAAM;;;wBA8CC,MAAM;wBATN,MAAM,SAAS,MAAM;;YAvCxB,MAAM;eAAS,MAAM;;YAArB,MAAM;eAAS,MAAM;;YAArB,MAAM;eAAS,MAAM;;;;cAf1B,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAhB7C,KAjKE;;;;;;;;;;;;;;;;;;;;;;;yBAiKF,KA1Ja;;;;;;;;;;;;;;;;qCA0Jb,GAlImB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAkInB,KApI0C,eAoI1C,KApI8D,uBAoI9D,KAlIyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2IzB,wBA+FG"}
@@ -0,0 +1,193 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ name: {
3
+ type: StringConstructor;
4
+ default: any;
5
+ };
6
+ disabled: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ }>, {
11
+ handleUpdated: () => void;
12
+ handleDeleted: () => void;
13
+ vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<{
14
+ name: {
15
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
16
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
17
+ min: number;
18
+ }, any>;
19
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
20
+ max: number;
21
+ }, any>;
22
+ };
23
+ }, {
24
+ name: string;
25
+ }>, import("@vuelidate/core").Validation<{
26
+ name: {
27
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
28
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
29
+ min: number;
30
+ }, any>;
31
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
32
+ max: number;
33
+ }, any>;
34
+ };
35
+ }, {
36
+ name: string;
37
+ }>>;
38
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted")[], "updated" | "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
39
+ name: {
40
+ type: StringConstructor;
41
+ default: any;
42
+ };
43
+ disabled: {
44
+ type: BooleanConstructor;
45
+ default: boolean;
46
+ };
47
+ }>> & Readonly<{
48
+ onDeleted?: (...args: any[]) => any;
49
+ onUpdated?: (...args: any[]) => any;
50
+ }>, {
51
+ name: string;
52
+ disabled: boolean;
53
+ }, {}, {
54
+ IVuelidate: import("vue").DefineComponent<{
55
+ validation: {
56
+ type: import("vue").PropType<Record<string, any>>;
57
+ required: true;
58
+ };
59
+ }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
60
+ validation: {
61
+ type: import("vue").PropType<Record<string, any>>;
62
+ required: true;
63
+ };
64
+ }>>, {}, import("vue").SlotsType<{
65
+ default: import("@ilingo/vuelidate").SlotProps;
66
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
67
+ VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
68
+ modelValue: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
72
+ type: {
73
+ type: StringConstructor;
74
+ default: string;
75
+ };
76
+ groupAppendClass: {
77
+ type: StringConstructor;
78
+ };
79
+ groupPrependClass: {
80
+ type: StringConstructor;
81
+ };
82
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
83
+ modelValue: {
84
+ type: StringConstructor;
85
+ default: string;
86
+ };
87
+ type: {
88
+ type: StringConstructor;
89
+ default: string;
90
+ };
91
+ groupAppendClass: {
92
+ type: StringConstructor;
93
+ };
94
+ groupPrependClass: {
95
+ type: StringConstructor;
96
+ };
97
+ }>> & Readonly<{
98
+ "onUpdate:modelValue"?: (...args: any[]) => any;
99
+ }>, {
100
+ type: string;
101
+ modelValue: string;
102
+ }, import("vue").SlotsType<{
103
+ groupAppend: {
104
+ class: string;
105
+ tag: string;
106
+ };
107
+ groupPrepend: {
108
+ class: string;
109
+ tag: string;
110
+ };
111
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
112
+ VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
113
+ label: {
114
+ type: BooleanConstructor;
115
+ default: any;
116
+ };
117
+ labelClass: {
118
+ type: StringConstructor;
119
+ };
120
+ labelContent: {
121
+ type: StringConstructor;
122
+ };
123
+ hint: {
124
+ type: BooleanConstructor;
125
+ default: any;
126
+ };
127
+ hintClass: {
128
+ type: StringConstructor;
129
+ };
130
+ hintContent: {
131
+ type: StringConstructor;
132
+ };
133
+ validation: {
134
+ type: BooleanConstructor;
135
+ default: any;
136
+ };
137
+ validationSeverity: {
138
+ type: import("vue").PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
139
+ default: any;
140
+ };
141
+ validationMessages: {
142
+ type: import("vue").PropType<import("@vuecs/form-controls").ValidationMessages>;
143
+ default: any;
144
+ };
145
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
146
+ [key: string]: any;
147
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
148
+ label: {
149
+ type: BooleanConstructor;
150
+ default: any;
151
+ };
152
+ labelClass: {
153
+ type: StringConstructor;
154
+ };
155
+ labelContent: {
156
+ type: StringConstructor;
157
+ };
158
+ hint: {
159
+ type: BooleanConstructor;
160
+ default: any;
161
+ };
162
+ hintClass: {
163
+ type: StringConstructor;
164
+ };
165
+ hintContent: {
166
+ type: StringConstructor;
167
+ };
168
+ validation: {
169
+ type: BooleanConstructor;
170
+ default: any;
171
+ };
172
+ validationSeverity: {
173
+ type: import("vue").PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
174
+ default: any;
175
+ };
176
+ validationMessages: {
177
+ type: import("vue").PropType<import("@vuecs/form-controls").ValidationMessages>;
178
+ default: any;
179
+ };
180
+ }>> & Readonly<{}>, {
181
+ label: boolean;
182
+ hint: boolean;
183
+ validation: boolean;
184
+ validationMessages: import("@vuecs/form-controls").ValidationMessages;
185
+ validationSeverity: "error" | "warning";
186
+ }, import("vue").SlotsType<{
187
+ default: undefined;
188
+ label: undefined;
189
+ hint: undefined;
190
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
191
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
192
+ export default _default;
193
+ //# sourceMappingURL=FFormInputListItem.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FFormInputListItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/form-input-list/FFormInputListItem.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA+FA,KArFkB;;;;;;;;;;;;;;;;;;;;;;;qBAqFlB,KA/EG;;;;;;;;;;;;;;;;iCA+EH,GA1D+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA0D/B,KA5DO,eA4DP,KA1DS,uBA0DT,KAzDE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmEF,wBAwCG"}
@@ -0,0 +1,3 @@
1
+ export { default as FFromInputList } from './FFormInputList.vue';
2
+ export { default as FFromInputListItem } from './FFormInputListItem.vue';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/form-input-list/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,0BAA0B,CAAC"}
@@ -1,4 +1,8 @@
1
+ export * from './form-input-list';
1
2
  export * from './title';
2
3
  export * from './search';
3
4
  export * from './pagination';
5
+ export * from './toggle-button';
6
+ export * from './translation';
7
+ export { default as FItemToggle } from './FItemToggle.vue';
4
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/utility/index.ts"],"names":[],"mappings":"AAOA,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/utility/index.ts"],"names":[],"mappings":"AAOA,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAE9B,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './module';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/toggle-button/index.ts"],"names":[],"mappings":"AAOA,cAAc,UAAU,CAAC"}
@@ -0,0 +1,10 @@
1
+ type ToggleButtonOptions = {
2
+ value: boolean;
3
+ isBusy: boolean;
4
+ changed: (value: boolean) => void;
5
+ };
6
+ export declare function renderToggleButton(options: ToggleButtonOptions): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
7
+ [key: string]: any;
8
+ }>;
9
+ export {};
10
+ //# sourceMappingURL=module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/toggle-button/module.ts"],"names":[],"mappings":"AASA,KAAK,mBAAmB,GAAG;IACvB,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAA;CACpC,CAAC;AACF,wBAAgB,kBAAkB,CAC9B,OAAO,EAAE,mBAAmB;;GAuB/B"}
@@ -0,0 +1,24 @@
1
+ export declare const FTranslation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ group: {
3
+ type: StringConstructor;
4
+ required: true;
5
+ };
6
+ name: {
7
+ type: StringConstructor;
8
+ required: true;
9
+ };
10
+ }>, () => string[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
+ [key: string]: any;
12
+ }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
13
+ [key: string]: any;
14
+ }>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ group: {
16
+ type: StringConstructor;
17
+ required: true;
18
+ };
19
+ name: {
20
+ type: StringConstructor;
21
+ required: true;
22
+ };
23
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
24
+ //# sourceMappingURL=FTranslation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FTranslation.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/translation/FTranslation.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;iGA2BvB,CAAC"}
@@ -0,0 +1,16 @@
1
+ import type { PropType } from 'vue';
2
+ import type { TranslatorTranslationDefaultKey } from '@authup/client-web-kit';
3
+ export declare const FTranslationDefault: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ name: {
5
+ type: PropType<`${TranslatorTranslationDefaultKey}`>;
6
+ required: true;
7
+ };
8
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
9
+ [key: string]: any;
10
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ name: {
12
+ type: PropType<`${TranslatorTranslationDefaultKey}`>;
13
+ required: true;
14
+ };
15
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
+ //# sourceMappingURL=FTranslationDefault.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FTranslationDefault.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/translation/FTranslationDefault.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAI9E,eAAO,MAAM,mBAAmB;;cAGJ,QAAQ,CAAC,GAAG,+BAA+B,EAAE,CAAC;;;;;;;cAA9C,QAAQ,CAAC,GAAG,+BAA+B,EAAE,CAAC;;;iGAUxE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { FTranslation } from './FTranslation';
2
+ export { FTranslationDefault } from './FTranslationDefault';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/translation/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { Ref } from 'vue';
2
2
  type Fn = (...args: any[]) => Promise<void>;
3
- type OutputFn = () => Promise<void>;
4
- export declare function wrapFnWithBusyState(busy: Ref<boolean>, fn: Fn): OutputFn;
3
+ type OutputFn<ARGS extends unknown[]> = (...args: ARGS) => Promise<void>;
4
+ export declare function wrapFnWithBusyState<T extends Fn = Fn>(busy: Ref<boolean>, fn: T): OutputFn<Parameters<T>>;
5
5
  export {};
6
6
  //# sourceMappingURL=busy.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"busy.d.ts","sourceRoot":"","sources":["../../src/core/busy.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE/B,KAAK,EAAE,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;AAC5C,KAAK,QAAQ,GAAG,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;AACpC,wBAAgB,mBAAmB,CAC/B,IAAI,EAAE,GAAG,CAAC,OAAO,CAAC,EAClB,EAAE,EAAE,EAAE,GACP,QAAQ,CAaV"}
1
+ {"version":3,"file":"busy.d.ts","sourceRoot":"","sources":["../../src/core/busy.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE/B,KAAK,EAAE,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;AAC5C,KAAK,QAAQ,CAAC,IAAI,SAAS,OAAO,EAAE,IAAI,CAAC,GAAG,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;AACzE,wBAAgB,mBAAmB,CAAC,CAAC,SAAS,EAAE,GAAG,EAAE,EACjD,IAAI,EAAE,GAAG,CAAC,OAAO,CAAC,EAClB,EAAE,EAAE,CAAC,GACN,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAazB"}
@@ -1,6 +1,4 @@
1
- import type { DomainEntity, DomainType } from '@privateaim/core-kit';
1
+ import type { DomainTypeMap } from '@privateaim/core-kit';
2
2
  import type { EntityManager, EntityManagerContext } from './type';
3
- type DomainTypeInfer<T> = T extends DomainEntity<infer U> ? U extends `${DomainType}` ? U : never : never;
4
- export declare function createEntityManager<A extends DomainTypeInfer<DomainEntity<any>>, T = DomainEntity<A>>(ctx: EntityManagerContext<A, T>): EntityManager<T>;
5
- export {};
3
+ export declare function createEntityManager<TYPE extends keyof DomainTypeMap, RECORD extends DomainTypeMap[TYPE]>(ctx: EntityManagerContext<TYPE, RECORD>): EntityManager<RECORD>;
6
4
  //# sourceMappingURL=module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../src/core/entity-manager/module.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EACR,YAAY,EAAkB,UAAU,EAC3C,MAAM,sBAAsB,CAAC;AAY9B,OAAO,KAAK,EACR,aAAa,EAAE,oBAAoB,EACtC,MAAM,QAAQ,CAAC;AAGhB,KAAK,eAAe,CAAC,CAAC,IAAI,CAAC,SAAS,YAAY,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,GAAG,UAAU,EAAE,GAAG,CAAC,GAAG,KAAK,GAAG,KAAK,CAAC;AAE1G,wBAAgB,mBAAmB,CAC/B,CAAC,SAAS,eAAe,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,EAC5C,CAAC,GAAG,YAAY,CAAC,CAAC,CAAC,EAEnB,GAAG,EAAE,oBAAoB,CAAC,CAAC,EAAE,CAAC,CAAC,GAC/B,aAAa,CAAC,CAAC,CAAC,CAganB"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../src/core/entity-manager/module.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EACQ,aAAa,EAChC,MAAM,sBAAsB,CAAC;AAY9B,OAAO,KAAK,EACR,aAAa,EAAE,oBAAoB,EACtC,MAAM,QAAQ,CAAC;AAGhB,wBAAgB,mBAAmB,CAC/B,IAAI,SAAS,MAAM,aAAa,EAChC,MAAM,SAAS,aAAa,CAAC,IAAI,CAAC,EAElC,GAAG,EAAE,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,GACvC,aAAa,CAAC,MAAM,CAAC,CA8ZxB"}