@pristy/pristy-libvue 2.6.0 → 2.8.0
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.
- package/dist/assets/{upload.worker-DYhWdEjp.js.map → upload.worker-BYbd1-Px.js.map} +1 -1
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +12115 -10988
- package/dist/pristy-libvue.es.js.map +1 -1
- package/dist/pristy-libvue.umd.js +15 -15
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/components/FolderUpload.vue.d.ts +1 -0
- package/dist/src/components/UploadStatus.vue.d.ts +1 -0
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +33 -3
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts.map +1 -1
- package/dist/src/components/classification/EmplacementForm.vue.d.ts +14 -2
- package/dist/src/components/classification/EmplacementForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/FieldForm.vue.d.ts +7 -0
- package/dist/src/components/classification/FieldForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts +155 -1
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts.map +1 -1
- package/dist/src/components/classification/NatureForm.vue.d.ts +14 -2
- package/dist/src/components/classification/NatureForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/NatureSelector.vue.d.ts +155 -1
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts +22 -7331
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppLayout.vue.d.ts +17 -1
- package/dist/src/components/layouts/AppLayout.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppSidebar.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppSubmenu.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppTopbar.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts +2 -1
- package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentGridView.vue.d.ts +2 -1
- package/dist/src/components/navigation/ContentGridView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentListView.vue.d.ts +2 -1
- package/dist/src/components/navigation/ContentListView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentTableView.vue.d.ts +2 -1
- package/dist/src/components/navigation/ContentTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts +9 -5
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
- package/dist/src/components/popup/ImportPopupWithWorker.vue.d.ts +2 -0
- package/dist/src/components/popup/MemberListPopup.vue.d.ts +2 -2
- package/dist/src/components/search/AddCriterionPopup.vue.d.ts +6 -0
- package/dist/src/components/search/AddCriterionPopup.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts +6 -0
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts +8 -2
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/ExactSearch.vue.d.ts.map +1 -1
- package/dist/src/components/users/MemberList.vue.d.ts +2 -2
- package/dist/src/components/users/MemberList.vue.d.ts.map +1 -1
- package/dist/src/composables/useClassificationPlan.d.ts +3 -1
- package/dist/src/composables/useClassificationPlan.d.ts.map +1 -1
- package/dist/src/composables/useColumnFilter.d.ts +2 -1
- package/dist/src/composables/useColumnFilter.d.ts.map +1 -1
- package/dist/src/composables/useLayout.d.ts +17 -1
- package/dist/src/composables/useLayout.d.ts.map +1 -1
- package/dist/src/i18n/index.d.ts +154 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/index.d.ts +5 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/services/AlfrescoNodeService.d.ts.map +1 -1
- package/dist/src/services/ClassificationFileService.d.ts.map +1 -1
- package/dist/src/services/WorkspaceService.d.ts +6 -1
- package/dist/src/services/WorkspaceService.d.ts.map +1 -1
- package/dist/src/stores/config.d.ts +12 -0
- package/dist/src/stores/config.d.ts.map +1 -1
- package/dist/src/stores/filingPlan.d.ts.map +1 -1
- package/dist/src/stores/search.d.ts.map +1 -1
- package/dist/src/stores/upload.d.ts +9 -0
- package/dist/src/stores/upload.d.ts.map +1 -1
- package/dist/src/utils/classificationPlanUtils.d.ts +34 -1
- package/dist/src/utils/classificationPlanUtils.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/src/components/classification/RequalifyPlanPopup.vue.d.ts +0 -7289
- package/dist/src/components/classification/RequalifyPlanPopup.vue.d.ts.map +0 -1
|
@@ -17,6 +17,7 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
17
17
|
cancelUpload: (fileName: any) => void;
|
|
18
18
|
clearCompleted: () => void;
|
|
19
19
|
startUploadWithClassificationPlan: (workspaceSiteId: string, pathFull: string, files: any[], metadata: any, fileRenames: any[], destinationNodeId: any) => void;
|
|
20
|
+
startUploadWithClassificationPlanMulti: (workspaceSiteId: string, files: File[], perFileData: any[], destinationNodeId: string) => void;
|
|
20
21
|
handleClassificationPlanUpload: (item: any) => Promise<void>;
|
|
21
22
|
}, ComponentOptionsMixin, ComponentOptionsMixin, "close"[], "close", PublicProps, Readonly<{}> & Readonly<{
|
|
22
23
|
onClose?: (...args: any[]) => any;
|
|
@@ -20,6 +20,7 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
20
20
|
cancelUpload: (fileName: any) => void;
|
|
21
21
|
clearCompleted: () => void;
|
|
22
22
|
startUploadWithClassificationPlan: (workspaceSiteId: string, pathFull: string, files: any[], metadata: any, fileRenames: any[], destinationNodeId: any) => void;
|
|
23
|
+
startUploadWithClassificationPlanMulti: (workspaceSiteId: string, files: File[], perFileData: any[], destinationNodeId: string) => void;
|
|
23
24
|
handleClassificationPlanUpload: (item: any) => Promise<void>;
|
|
24
25
|
}, ComponentOptionsMixin, ComponentOptionsMixin, "openFile"[], "openFile", PublicProps, Readonly<{}> & Readonly<{
|
|
25
26
|
onOpenFile?: (...args: any[]) => any;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ObjectDirective, ComponentProvideOptions } from 'vue';
|
|
2
2
|
import { ConfirmationOptions } from 'primevue/confirmationoptions';
|
|
3
3
|
import { DefineComponent } from '@primevue/core';
|
|
4
4
|
import { CardProps, CardSlots } from 'primevue/card';
|
|
@@ -141,6 +141,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
141
141
|
type: ArrayConstructor;
|
|
142
142
|
default: () => any[];
|
|
143
143
|
};
|
|
144
|
+
fields: {
|
|
145
|
+
type: ArrayConstructor;
|
|
146
|
+
default: () => any[];
|
|
147
|
+
};
|
|
144
148
|
}>, {
|
|
145
149
|
toast: ToastServiceMethods;
|
|
146
150
|
}, {
|
|
@@ -166,6 +170,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
166
170
|
emplacementOptions(): any[];
|
|
167
171
|
calculatedPath(): string;
|
|
168
172
|
}, {
|
|
173
|
+
isFieldOptional(data: any): boolean;
|
|
169
174
|
loadAvailableAspects(): Promise<void>;
|
|
170
175
|
loadAllProperties(): Promise<void>;
|
|
171
176
|
generateMetadataFromProperties(): void;
|
|
@@ -197,11 +202,16 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
197
202
|
type: ArrayConstructor;
|
|
198
203
|
default: () => any[];
|
|
199
204
|
};
|
|
205
|
+
fields: {
|
|
206
|
+
type: ArrayConstructor;
|
|
207
|
+
default: () => any[];
|
|
208
|
+
};
|
|
200
209
|
}>> & Readonly<{
|
|
201
210
|
onSave?: (...args: any[]) => any;
|
|
202
211
|
onCancel?: (...args: any[]) => any;
|
|
203
212
|
}>, {
|
|
204
213
|
categories: unknown[];
|
|
214
|
+
fields: unknown[];
|
|
205
215
|
nature: Record<string, any>;
|
|
206
216
|
existingNatures: unknown[];
|
|
207
217
|
isDuplicating: boolean;
|
|
@@ -212,7 +222,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
212
222
|
PrimeInputSwitch: DefineComponent<InputSwitchProps, InputSwitchSlots, InputSwitchEmits>;
|
|
213
223
|
PrimeDataTable: DefineComponent<DataTableProps<any>, DataTableSlots<any>, ((e: "sort", event: DataTableSortEvent) => void) & ((e: "filter", event: DataTableFilterEvent) => void) & ((e: "update:first", value: number) => void) & ((e: "update:rows", value: number) => void) & ((e: "page", event: DataTablePageEvent) => void) & ((e: "value-change", value: any[]) => void) & ((e: "update:sortField", value: string) => void) & ((e: "update:sortOrder", value: number) => void) & ((e: "update:multiSortMeta", value: DataTableSortMeta[]) => void) & ((e: "update:selection", value: any) => void) & ((e: "update:contextMenuSelection", value: any) => void) & ((e: "update:expandedRows", value: any[] | DataTableExpandedRows) => void) & ((e: "update:expandedRowGroups", value: any[] | DataTableExpandedRows) => void) & ((e: "update:filters", value: DataTableFilterMeta) => void) & ((e: "update:editingRows", value: any[] | DataTableEditingRows) => void) & ((e: "row-click", event: DataTableRowClickEvent<any>) => void) & ((e: "row-dblclick", event: DataTableRowDoubleClickEvent) => void) & ((e: "row-contextmenu", event: DataTableRowContextMenuEvent) => void) & ((e: "row-select", event: DataTableRowSelectEvent<any>) => void) & ((e: "row-select-all", event: DataTableRowSelectAllEvent<any>) => void) & ((e: "row-unselect-all", event: DataTableRowUnselectAllEvent) => void) & ((e: "row-unselect", event: DataTableRowUnselectEvent) => void) & ((e: "select-all-change", event: DataTableSelectAllChangeEvent) => void) & ((e: "column-resize-end", event: DataTableColumnResizeEndEvent) => void) & ((e: "column-reorder", event: DataTableColumnReorderEvent) => void) & ((e: "row-reorder", event: DataTableRowReorderEvent) => void) & ((e: "row-expand", event: DataTableRowExpandEvent<any>) => void) & ((e: "row-collapse", event: DataTableRowCollapseEvent) => void) & ((e: "rowgroup-expand", event: DataTableRowExpandEvent<any>) => void) & ((e: "rowgroup-collapse", event: DataTableRowCollapseEvent) => void) & ((e: "cell-edit-init", event: DataTableCellEditInitEvent<any>) => void) & ((e: "cell-edit-complete", event: DataTableCellEditCompleteEvent<any>) => void) & ((e: "cell-edit-cancel", event: DataTableCellEditCancelEvent) => void) & ((e: "row-edit-init", event: DataTableRowEditInitEvent<any>) => void) & ((e: "row-edit-save", event: DataTableRowEditSaveEvent<any>) => void) & ((e: "row-edit-cancel", event: DataTableRowEditCancelEvent<any>) => void) & ((e: "state-restore", event: DataTableStateEvent<any>) => void) & ((e: "state-save", event: DataTableStateEvent<any>) => void), DataTableMethods>;
|
|
214
224
|
PrimeColumn: DefineComponent<ColumnProps, ColumnSlots, (e: string, ...args: any[]) => void>;
|
|
215
|
-
}, {
|
|
225
|
+
}, {
|
|
226
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
227
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
216
228
|
FieldForm: DefineComponent<ExtractPropTypes<{
|
|
217
229
|
field: {
|
|
218
230
|
type: ObjectConstructor;
|
|
@@ -234,6 +246,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
234
246
|
default: any;
|
|
235
247
|
min: any;
|
|
236
248
|
max: any;
|
|
249
|
+
optional: boolean;
|
|
250
|
+
prefix: any;
|
|
251
|
+
suffix: any;
|
|
252
|
+
metadata: any;
|
|
237
253
|
};
|
|
238
254
|
valuesAsString: string;
|
|
239
255
|
isEditMode: boolean;
|
|
@@ -249,6 +265,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
249
265
|
showSearchInput(): boolean;
|
|
250
266
|
showStringConstraints(): boolean;
|
|
251
267
|
showNumberConstraints(): boolean;
|
|
268
|
+
showParentConfig(): boolean;
|
|
252
269
|
regexTestResult(): boolean;
|
|
253
270
|
regexTestResultIcon(): "ri-check-line" | "ri-close-line";
|
|
254
271
|
regexTestResultClass(): "bg-green-500" | "bg-red-500";
|
|
@@ -278,6 +295,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
278
295
|
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
279
296
|
PrimeMessage: DefineComponent<MessageProps, MessageSlots, ((e: "close", event: Event) => void) & ((e: "life-end") => void)>;
|
|
280
297
|
PrimeInputNumber: DefineComponent<InputNumberProps, InputNumberSlots, ((e: "update:modelValue", value: number) => void) & ((e: "value-change", value: number) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: InputNumberBlurEvent) => void) & ((e: "input", event: InputNumberInputEvent) => void), InputNumberMethods>;
|
|
298
|
+
PrimeInputSwitch: DefineComponent<InputSwitchProps, InputSwitchSlots, InputSwitchEmits>;
|
|
281
299
|
PrimeInputGroup: DefineComponent<InputGroupProps, InputGroupSlots, (e: string, ...args: any[]) => void>;
|
|
282
300
|
PrimeInputGroupAddon: DefineComponent<InputGroupAddonProps, InputGroupAddonSlots, (e: string, ...args: any[]) => void>;
|
|
283
301
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -286,6 +304,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
286
304
|
type: ObjectConstructor;
|
|
287
305
|
default: any;
|
|
288
306
|
};
|
|
307
|
+
fields: {
|
|
308
|
+
type: ArrayConstructor;
|
|
309
|
+
default: () => any[];
|
|
310
|
+
};
|
|
289
311
|
}>, {
|
|
290
312
|
toast: ToastServiceMethods;
|
|
291
313
|
}, {
|
|
@@ -303,6 +325,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
303
325
|
selectedAspects: any[];
|
|
304
326
|
availableAspects: any[];
|
|
305
327
|
}, {}, {
|
|
328
|
+
isFieldOptional(data: any): boolean;
|
|
306
329
|
loadAvailableAspects(): Promise<void>;
|
|
307
330
|
loadAllProperties(): Promise<void>;
|
|
308
331
|
generateMetadataFromProperties(): void;
|
|
@@ -315,9 +338,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
315
338
|
type: ObjectConstructor;
|
|
316
339
|
default: any;
|
|
317
340
|
};
|
|
341
|
+
fields: {
|
|
342
|
+
type: ArrayConstructor;
|
|
343
|
+
default: () => any[];
|
|
344
|
+
};
|
|
318
345
|
}>> & Readonly<{
|
|
319
346
|
onSave?: (...args: any[]) => any;
|
|
320
347
|
}>, {
|
|
348
|
+
fields: unknown[];
|
|
321
349
|
emplacement: Record<string, any>;
|
|
322
350
|
}, {}, {
|
|
323
351
|
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
@@ -326,7 +354,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
326
354
|
PrimeInputSwitch: DefineComponent<InputSwitchProps, InputSwitchSlots, InputSwitchEmits>;
|
|
327
355
|
PrimeDataTable: DefineComponent<DataTableProps<any>, DataTableSlots<any>, ((e: "sort", event: DataTableSortEvent) => void) & ((e: "filter", event: DataTableFilterEvent) => void) & ((e: "update:first", value: number) => void) & ((e: "update:rows", value: number) => void) & ((e: "page", event: DataTablePageEvent) => void) & ((e: "value-change", value: any[]) => void) & ((e: "update:sortField", value: string) => void) & ((e: "update:sortOrder", value: number) => void) & ((e: "update:multiSortMeta", value: DataTableSortMeta[]) => void) & ((e: "update:selection", value: any) => void) & ((e: "update:contextMenuSelection", value: any) => void) & ((e: "update:expandedRows", value: any[] | DataTableExpandedRows) => void) & ((e: "update:expandedRowGroups", value: any[] | DataTableExpandedRows) => void) & ((e: "update:filters", value: DataTableFilterMeta) => void) & ((e: "update:editingRows", value: any[] | DataTableEditingRows) => void) & ((e: "row-click", event: DataTableRowClickEvent<any>) => void) & ((e: "row-dblclick", event: DataTableRowDoubleClickEvent) => void) & ((e: "row-contextmenu", event: DataTableRowContextMenuEvent) => void) & ((e: "row-select", event: DataTableRowSelectEvent<any>) => void) & ((e: "row-select-all", event: DataTableRowSelectAllEvent<any>) => void) & ((e: "row-unselect-all", event: DataTableRowUnselectAllEvent) => void) & ((e: "row-unselect", event: DataTableRowUnselectEvent) => void) & ((e: "select-all-change", event: DataTableSelectAllChangeEvent) => void) & ((e: "column-resize-end", event: DataTableColumnResizeEndEvent) => void) & ((e: "column-reorder", event: DataTableColumnReorderEvent) => void) & ((e: "row-reorder", event: DataTableRowReorderEvent) => void) & ((e: "row-expand", event: DataTableRowExpandEvent<any>) => void) & ((e: "row-collapse", event: DataTableRowCollapseEvent) => void) & ((e: "rowgroup-expand", event: DataTableRowExpandEvent<any>) => void) & ((e: "rowgroup-collapse", event: DataTableRowCollapseEvent) => void) & ((e: "cell-edit-init", event: DataTableCellEditInitEvent<any>) => void) & ((e: "cell-edit-complete", event: DataTableCellEditCompleteEvent<any>) => void) & ((e: "cell-edit-cancel", event: DataTableCellEditCancelEvent) => void) & ((e: "row-edit-init", event: DataTableRowEditInitEvent<any>) => void) & ((e: "row-edit-save", event: DataTableRowEditSaveEvent<any>) => void) & ((e: "row-edit-cancel", event: DataTableRowEditCancelEvent<any>) => void) & ((e: "state-restore", event: DataTableStateEvent<any>) => void) & ((e: "state-save", event: DataTableStateEvent<any>) => void), DataTableMethods>;
|
|
328
356
|
PrimeColumn: DefineComponent<ColumnProps, ColumnSlots, (e: string, ...args: any[]) => void>;
|
|
329
|
-
}, {
|
|
357
|
+
}, {
|
|
358
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
359
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
330
360
|
ViewSelectorPopup: DefineComponent<ExtractPropTypes<{
|
|
331
361
|
visible: BooleanConstructor;
|
|
332
362
|
selectedViews: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdminClassificationPage.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/AdminClassificationPage.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"AdminClassificationPage.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/AdminClassificationPage.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAolBA;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ObjectDirective, ComponentProvideOptions } from 'vue';
|
|
2
2
|
import { ToastServiceMethods } from 'primevue/toastservice';
|
|
3
3
|
import { DefineComponent } from '@primevue/core';
|
|
4
4
|
import { InputTextProps, InputTextSlots } from 'primevue/inputtext';
|
|
@@ -12,6 +12,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
12
12
|
type: ObjectConstructor;
|
|
13
13
|
default: any;
|
|
14
14
|
};
|
|
15
|
+
fields: {
|
|
16
|
+
type: ArrayConstructor;
|
|
17
|
+
default: () => any[];
|
|
18
|
+
};
|
|
15
19
|
}>, {
|
|
16
20
|
toast: ToastServiceMethods;
|
|
17
21
|
}, {
|
|
@@ -29,6 +33,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
29
33
|
selectedAspects: any[];
|
|
30
34
|
availableAspects: any[];
|
|
31
35
|
}, {}, {
|
|
36
|
+
isFieldOptional(data: any): boolean;
|
|
32
37
|
loadAvailableAspects(): Promise<void>;
|
|
33
38
|
loadAllProperties(): Promise<void>;
|
|
34
39
|
generateMetadataFromProperties(): void;
|
|
@@ -41,9 +46,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
41
46
|
type: ObjectConstructor;
|
|
42
47
|
default: any;
|
|
43
48
|
};
|
|
49
|
+
fields: {
|
|
50
|
+
type: ArrayConstructor;
|
|
51
|
+
default: () => any[];
|
|
52
|
+
};
|
|
44
53
|
}>> & Readonly<{
|
|
45
54
|
onSave?: (...args: any[]) => any;
|
|
46
55
|
}>, {
|
|
56
|
+
fields: unknown[];
|
|
47
57
|
emplacement: Record<string, any>;
|
|
48
58
|
}, {}, {
|
|
49
59
|
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
@@ -52,6 +62,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
52
62
|
PrimeInputSwitch: DefineComponent<InputSwitchProps, InputSwitchSlots, InputSwitchEmits>;
|
|
53
63
|
PrimeDataTable: DefineComponent<DataTableProps<any>, DataTableSlots<any>, ((e: "sort", event: DataTableSortEvent) => void) & ((e: "filter", event: DataTableFilterEvent) => void) & ((e: "update:first", value: number) => void) & ((e: "update:rows", value: number) => void) & ((e: "page", event: DataTablePageEvent) => void) & ((e: "value-change", value: any[]) => void) & ((e: "update:sortField", value: string) => void) & ((e: "update:sortOrder", value: number) => void) & ((e: "update:multiSortMeta", value: DataTableSortMeta[]) => void) & ((e: "update:selection", value: any) => void) & ((e: "update:contextMenuSelection", value: any) => void) & ((e: "update:expandedRows", value: any[] | DataTableExpandedRows) => void) & ((e: "update:expandedRowGroups", value: any[] | DataTableExpandedRows) => void) & ((e: "update:filters", value: DataTableFilterMeta) => void) & ((e: "update:editingRows", value: any[] | DataTableEditingRows) => void) & ((e: "row-click", event: DataTableRowClickEvent<any>) => void) & ((e: "row-dblclick", event: DataTableRowDoubleClickEvent) => void) & ((e: "row-contextmenu", event: DataTableRowContextMenuEvent) => void) & ((e: "row-select", event: DataTableRowSelectEvent<any>) => void) & ((e: "row-select-all", event: DataTableRowSelectAllEvent<any>) => void) & ((e: "row-unselect-all", event: DataTableRowUnselectAllEvent) => void) & ((e: "row-unselect", event: DataTableRowUnselectEvent) => void) & ((e: "select-all-change", event: DataTableSelectAllChangeEvent) => void) & ((e: "column-resize-end", event: DataTableColumnResizeEndEvent) => void) & ((e: "column-reorder", event: DataTableColumnReorderEvent) => void) & ((e: "row-reorder", event: DataTableRowReorderEvent) => void) & ((e: "row-expand", event: DataTableRowExpandEvent<any>) => void) & ((e: "row-collapse", event: DataTableRowCollapseEvent) => void) & ((e: "rowgroup-expand", event: DataTableRowExpandEvent<any>) => void) & ((e: "rowgroup-collapse", event: DataTableRowCollapseEvent) => void) & ((e: "cell-edit-init", event: DataTableCellEditInitEvent<any>) => void) & ((e: "cell-edit-complete", event: DataTableCellEditCompleteEvent<any>) => void) & ((e: "cell-edit-cancel", event: DataTableCellEditCancelEvent) => void) & ((e: "row-edit-init", event: DataTableRowEditInitEvent<any>) => void) & ((e: "row-edit-save", event: DataTableRowEditSaveEvent<any>) => void) & ((e: "row-edit-cancel", event: DataTableRowEditCancelEvent<any>) => void) & ((e: "state-restore", event: DataTableStateEvent<any>) => void) & ((e: "state-save", event: DataTableStateEvent<any>) => void), DataTableMethods>;
|
|
54
64
|
PrimeColumn: DefineComponent<ColumnProps, ColumnSlots, (e: string, ...args: any[]) => void>;
|
|
55
|
-
}, {
|
|
65
|
+
}, {
|
|
66
|
+
tooltip: ObjectDirective<any, any, string, any>;
|
|
67
|
+
}, string, ComponentProvideOptions, true, {}, any>;
|
|
56
68
|
export default _default;
|
|
57
69
|
//# sourceMappingURL=EmplacementForm.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmplacementForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/EmplacementForm.vue"],"names":[],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"EmplacementForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/EmplacementForm.vue"],"names":[],"mappings":";;;;;;;;;AAwJA;"}
|
|
@@ -6,6 +6,7 @@ import { DropdownProps, DropdownSlots, DropdownEmits, DropdownMethods } from 'pr
|
|
|
6
6
|
import { ButtonProps, ButtonSlots } from 'primevue/button';
|
|
7
7
|
import { MessageProps, MessageSlots } from 'primevue/message';
|
|
8
8
|
import { InputNumberProps, InputNumberSlots, InputNumberBlurEvent, InputNumberInputEvent, InputNumberMethods } from 'primevue/inputnumber';
|
|
9
|
+
import { InputSwitchProps, InputSwitchSlots, InputSwitchEmits } from 'primevue/inputswitch';
|
|
9
10
|
import { InputGroupProps, InputGroupSlots } from 'primevue/inputgroup';
|
|
10
11
|
import { InputGroupAddonProps, InputGroupAddonSlots } from 'primevue/inputgroupaddon';
|
|
11
12
|
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
@@ -29,6 +30,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
29
30
|
default: any;
|
|
30
31
|
min: any;
|
|
31
32
|
max: any;
|
|
33
|
+
optional: boolean;
|
|
34
|
+
prefix: any;
|
|
35
|
+
suffix: any;
|
|
36
|
+
metadata: any;
|
|
32
37
|
};
|
|
33
38
|
valuesAsString: string;
|
|
34
39
|
isEditMode: boolean;
|
|
@@ -44,6 +49,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
44
49
|
showSearchInput(): boolean;
|
|
45
50
|
showStringConstraints(): boolean;
|
|
46
51
|
showNumberConstraints(): boolean;
|
|
52
|
+
showParentConfig(): boolean;
|
|
47
53
|
regexTestResult(): boolean;
|
|
48
54
|
regexTestResultIcon(): "ri-check-line" | "ri-close-line";
|
|
49
55
|
regexTestResultClass(): "bg-green-500" | "bg-red-500";
|
|
@@ -73,6 +79,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
73
79
|
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
74
80
|
PrimeMessage: DefineComponent<MessageProps, MessageSlots, ((e: "close", event: Event) => void) & ((e: "life-end") => void)>;
|
|
75
81
|
PrimeInputNumber: DefineComponent<InputNumberProps, InputNumberSlots, ((e: "update:modelValue", value: number) => void) & ((e: "value-change", value: number) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: InputNumberBlurEvent) => void) & ((e: "input", event: InputNumberInputEvent) => void), InputNumberMethods>;
|
|
82
|
+
PrimeInputSwitch: DefineComponent<InputSwitchProps, InputSwitchSlots, InputSwitchEmits>;
|
|
76
83
|
PrimeInputGroup: DefineComponent<InputGroupProps, InputGroupSlots, (e: string, ...args: any[]) => void>;
|
|
77
84
|
PrimeInputGroupAddon: DefineComponent<InputGroupAddonProps, InputGroupAddonSlots, (e: string, ...args: any[]) => void>;
|
|
78
85
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FieldForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/FieldForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FieldForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/FieldForm.vue"],"names":[],"mappings":";;;;;;;;;;;AAuTA;"}
|