@pristy/pristy-libvue 2.10.3 → 2.11.1
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/{ActivityHistory-Ci64w5Q1.js → ActivityHistory-CFXcjH71.js} +2 -2
- package/dist/{ActivityHistory-Ci64w5Q1.js.map → ActivityHistory-CFXcjH71.js.map} +1 -1
- package/dist/{BookmarksComponent-C51TKHjf.js → BookmarksComponent-CmYDE0Cp.js} +2 -2
- package/dist/{BookmarksComponent-C51TKHjf.js.map → BookmarksComponent-CmYDE0Cp.js.map} +1 -1
- package/dist/{ChartWrapper-DGnYIpJv.js → ChartWrapper-BmNc4SWQ.js} +2 -2
- package/dist/{ChartWrapper-DGnYIpJv.js.map → ChartWrapper-BmNc4SWQ.js.map} +1 -1
- package/dist/{DisplayFileInDashboardComponent-B4d4a65A.js → DisplayFileInDashboardComponent-CdFg8er7.js} +2 -2
- package/dist/{DisplayFileInDashboardComponent-B4d4a65A.js.map → DisplayFileInDashboardComponent-CdFg8er7.js.map} +1 -1
- package/dist/{ExternalApps-BKemAsmU.js → ExternalApps-C1zs4KGU.js} +2 -2
- package/dist/{ExternalApps-BKemAsmU.js.map → ExternalApps-C1zs4KGU.js.map} +1 -1
- package/dist/{FavoriteList-DWGSJugv.js → FavoriteList-C3U4TwcJ.js} +2 -2
- package/dist/{FavoriteList-DWGSJugv.js.map → FavoriteList-C3U4TwcJ.js.map} +1 -1
- package/dist/{MarkdownComponent-CLf0YfJU.js → MarkdownComponent-DvqLK4q_.js} +2 -2
- package/dist/{MarkdownComponent-CLf0YfJU.js.map → MarkdownComponent-DvqLK4q_.js.map} +1 -1
- package/dist/{SearchInput-BPc9g2mt.js → SearchInput-aoLen7C3.js} +2 -2
- package/dist/{SearchInput-BPc9g2mt.js.map → SearchInput-aoLen7C3.js.map} +1 -1
- package/dist/{UnknownBlockType-CsqmMjBR.js → UnknownBlockType-DX_fXvIW.js} +2 -2
- package/dist/{UnknownBlockType-CsqmMjBR.js.map → UnknownBlockType-DX_fXvIW.js.map} +1 -1
- package/dist/{index-D7q1XldB.js → index-2FfuwhLl.js} +11183 -10269
- package/dist/index-2FfuwhLl.js.map +1 -0
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +1 -1
- package/dist/pristy-libvue.umd.js +25 -23
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +177 -0
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts.map +1 -1
- package/dist/src/components/classification/DictionaryForm.vue.d.ts +48 -0
- package/dist/src/components/classification/DictionaryForm.vue.d.ts.map +1 -0
- package/dist/src/components/classification/EmplacementForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/FieldForm.vue.d.ts +24 -0
- package/dist/src/components/classification/FieldForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/LexiconForm.vue.d.ts +43 -0
- package/dist/src/components/classification/LexiconForm.vue.d.ts.map +1 -0
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts +20 -0
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts.map +1 -1
- package/dist/src/components/classification/NatureForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts +1 -1
- package/dist/src/components/navigation/ContentTableView.vue.d.ts +1 -1
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts +2 -2
- package/dist/src/composables/useClassificationPlan.d.ts +2 -0
- package/dist/src/composables/useClassificationPlan.d.ts.map +1 -1
- package/dist/src/i18n/index.d.ts +102 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/services/AlfrescoModelService.d.ts +32 -0
- package/dist/src/services/AlfrescoModelService.d.ts.map +1 -1
- package/dist/src/stores/filingPlan.d.ts +15 -0
- package/dist/src/stores/filingPlan.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/index-D7q1XldB.js.map +0 -1
|
@@ -60,6 +60,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
60
60
|
isDirty: boolean;
|
|
61
61
|
isDuplicating: boolean;
|
|
62
62
|
displayCategoryDialog: boolean;
|
|
63
|
+
displayDictionaryDialog: boolean;
|
|
64
|
+
displayLexiconDialog: boolean;
|
|
63
65
|
categoryForm: {
|
|
64
66
|
id: string;
|
|
65
67
|
label: string;
|
|
@@ -76,6 +78,71 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
76
78
|
displayViewSelector: boolean;
|
|
77
79
|
viewSelectorCategory: any;
|
|
78
80
|
canEdit: boolean;
|
|
81
|
+
showFilters: boolean;
|
|
82
|
+
naturesFilters: {
|
|
83
|
+
code: {
|
|
84
|
+
value: any;
|
|
85
|
+
matchMode: string;
|
|
86
|
+
};
|
|
87
|
+
name: {
|
|
88
|
+
value: any;
|
|
89
|
+
matchMode: string;
|
|
90
|
+
};
|
|
91
|
+
type: {
|
|
92
|
+
value: any;
|
|
93
|
+
matchMode: string;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
fieldsFilters: {
|
|
97
|
+
name: {
|
|
98
|
+
value: any;
|
|
99
|
+
matchMode: string;
|
|
100
|
+
};
|
|
101
|
+
description: {
|
|
102
|
+
value: any;
|
|
103
|
+
matchMode: string;
|
|
104
|
+
};
|
|
105
|
+
type: {
|
|
106
|
+
value: any;
|
|
107
|
+
matchMode: string;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
emplacementsFilters: {
|
|
111
|
+
code: {
|
|
112
|
+
value: any;
|
|
113
|
+
matchMode: string;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
categoriesFilters: {
|
|
117
|
+
id: {
|
|
118
|
+
value: any;
|
|
119
|
+
matchMode: string;
|
|
120
|
+
};
|
|
121
|
+
label: {
|
|
122
|
+
value: any;
|
|
123
|
+
matchMode: string;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
dictionariesFilters: {
|
|
127
|
+
id: {
|
|
128
|
+
value: any;
|
|
129
|
+
matchMode: string;
|
|
130
|
+
};
|
|
131
|
+
label: {
|
|
132
|
+
value: any;
|
|
133
|
+
matchMode: string;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
lexiconsFilters: {
|
|
137
|
+
id: {
|
|
138
|
+
value: any;
|
|
139
|
+
matchMode: string;
|
|
140
|
+
};
|
|
141
|
+
label: {
|
|
142
|
+
value: any;
|
|
143
|
+
matchMode: string;
|
|
144
|
+
};
|
|
145
|
+
};
|
|
79
146
|
}, {
|
|
80
147
|
displayOptions(): unknown[];
|
|
81
148
|
}, {
|
|
@@ -109,6 +176,15 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
109
176
|
openViewSelector(cat: any): void;
|
|
110
177
|
onViewsUpdated(views: any): void;
|
|
111
178
|
confirmDeleteCategory(cat: any): void;
|
|
179
|
+
openNewDictionaryDialog(): void;
|
|
180
|
+
openEditDictionaryDialog(item: any): void;
|
|
181
|
+
onDictionarySaved(itemData: any): void;
|
|
182
|
+
confirmDeleteDictionary(item: any): void;
|
|
183
|
+
openNewLexiconDialog(): void;
|
|
184
|
+
openEditLexiconDialog(item: any): void;
|
|
185
|
+
onLexiconSaved(itemData: any): void;
|
|
186
|
+
confirmDeleteLexicon(item: any): void;
|
|
187
|
+
isDictionaryOrLexiconUsed(sourceId: any): any;
|
|
112
188
|
autocreateFieldsFromNature(nature: any): void;
|
|
113
189
|
autocreateFieldsFromEmplacement(emplacement: any): void;
|
|
114
190
|
isFieldUsed(fieldName: any): boolean;
|
|
@@ -258,6 +334,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
258
334
|
type: ArrayConstructor;
|
|
259
335
|
default: () => any[];
|
|
260
336
|
};
|
|
337
|
+
dictionaries: {
|
|
338
|
+
type: ArrayConstructor;
|
|
339
|
+
default: () => any[];
|
|
340
|
+
};
|
|
341
|
+
lexicons: {
|
|
342
|
+
type: ArrayConstructor;
|
|
343
|
+
default: () => any[];
|
|
344
|
+
};
|
|
261
345
|
}>, {}, {
|
|
262
346
|
editableField: {
|
|
263
347
|
name: string;
|
|
@@ -274,6 +358,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
274
358
|
prefix: any;
|
|
275
359
|
suffix: any;
|
|
276
360
|
metadata: any;
|
|
361
|
+
source: any;
|
|
277
362
|
};
|
|
278
363
|
valuesAsString: string;
|
|
279
364
|
isEditMode: boolean;
|
|
@@ -290,6 +375,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
290
375
|
showStringConstraints(): boolean;
|
|
291
376
|
showNumberConstraints(): boolean;
|
|
292
377
|
showParentConfig(): boolean;
|
|
378
|
+
showSourceSelector(): boolean;
|
|
379
|
+
sourceOptions(): {
|
|
380
|
+
label: any;
|
|
381
|
+
value: any;
|
|
382
|
+
}[];
|
|
293
383
|
regexTestResult(): boolean;
|
|
294
384
|
regexTestResultIcon(): "ri-check-line" | "ri-close-line";
|
|
295
385
|
regexTestResultClass(): "bg-green-500" | "bg-red-500";
|
|
@@ -307,10 +397,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
307
397
|
type: ArrayConstructor;
|
|
308
398
|
default: () => any[];
|
|
309
399
|
};
|
|
400
|
+
dictionaries: {
|
|
401
|
+
type: ArrayConstructor;
|
|
402
|
+
default: () => any[];
|
|
403
|
+
};
|
|
404
|
+
lexicons: {
|
|
405
|
+
type: ArrayConstructor;
|
|
406
|
+
default: () => any[];
|
|
407
|
+
};
|
|
310
408
|
}>> & Readonly<{
|
|
311
409
|
onSave?: (...args: any[]) => any;
|
|
312
410
|
}>, {
|
|
313
411
|
field: Record<string, any>;
|
|
412
|
+
dictionaries: unknown[];
|
|
413
|
+
lexicons: unknown[];
|
|
314
414
|
existingFields: unknown[];
|
|
315
415
|
}, {}, {
|
|
316
416
|
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
@@ -459,6 +559,83 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
459
559
|
PrimeIconField: DefineComponent<IconFieldProps, IconFieldSlots, (e: string, ...args: any[]) => void>;
|
|
460
560
|
PrimeInputIcon: DefineComponent<InputIconProps, InputIconSlots, (e: string, ...args: any[]) => void>;
|
|
461
561
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
562
|
+
DictionaryForm: DefineComponent<ExtractPropTypes<{
|
|
563
|
+
dictionary: {
|
|
564
|
+
type: ObjectConstructor;
|
|
565
|
+
default: any;
|
|
566
|
+
};
|
|
567
|
+
existingDictionaries: {
|
|
568
|
+
type: ArrayConstructor;
|
|
569
|
+
default: () => any[];
|
|
570
|
+
};
|
|
571
|
+
}>, {}, {
|
|
572
|
+
editableDict: {
|
|
573
|
+
id: string;
|
|
574
|
+
label: string;
|
|
575
|
+
entries: any[];
|
|
576
|
+
};
|
|
577
|
+
isEditMode: boolean;
|
|
578
|
+
}, {}, {
|
|
579
|
+
addEntry(): void;
|
|
580
|
+
removeEntry(index: any): void;
|
|
581
|
+
submit(): void;
|
|
582
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, "save"[], "save", PublicProps, Readonly< ExtractPropTypes<{
|
|
583
|
+
dictionary: {
|
|
584
|
+
type: ObjectConstructor;
|
|
585
|
+
default: any;
|
|
586
|
+
};
|
|
587
|
+
existingDictionaries: {
|
|
588
|
+
type: ArrayConstructor;
|
|
589
|
+
default: () => any[];
|
|
590
|
+
};
|
|
591
|
+
}>> & Readonly<{
|
|
592
|
+
onSave?: (...args: any[]) => any;
|
|
593
|
+
}>, {
|
|
594
|
+
dictionary: Record<string, any>;
|
|
595
|
+
existingDictionaries: unknown[];
|
|
596
|
+
}, {}, {
|
|
597
|
+
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
598
|
+
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>;
|
|
599
|
+
PrimeColumn: DefineComponent<ColumnProps, ColumnSlots, (e: string, ...args: any[]) => void>;
|
|
600
|
+
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
601
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
602
|
+
LexiconForm: DefineComponent<ExtractPropTypes<{
|
|
603
|
+
lexicon: {
|
|
604
|
+
type: ObjectConstructor;
|
|
605
|
+
default: any;
|
|
606
|
+
};
|
|
607
|
+
existingLexicons: {
|
|
608
|
+
type: ArrayConstructor;
|
|
609
|
+
default: () => any[];
|
|
610
|
+
};
|
|
611
|
+
}>, {}, {
|
|
612
|
+
editableLexicon: {
|
|
613
|
+
id: string;
|
|
614
|
+
label: string;
|
|
615
|
+
values: any[];
|
|
616
|
+
};
|
|
617
|
+
valuesAsString: string;
|
|
618
|
+
isEditMode: boolean;
|
|
619
|
+
}, {}, {
|
|
620
|
+
submit(): void;
|
|
621
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, "save"[], "save", PublicProps, Readonly< ExtractPropTypes<{
|
|
622
|
+
lexicon: {
|
|
623
|
+
type: ObjectConstructor;
|
|
624
|
+
default: any;
|
|
625
|
+
};
|
|
626
|
+
existingLexicons: {
|
|
627
|
+
type: ArrayConstructor;
|
|
628
|
+
default: () => any[];
|
|
629
|
+
};
|
|
630
|
+
}>> & Readonly<{
|
|
631
|
+
onSave?: (...args: any[]) => any;
|
|
632
|
+
}>, {
|
|
633
|
+
lexicon: Record<string, any>;
|
|
634
|
+
existingLexicons: unknown[];
|
|
635
|
+
}, {}, {
|
|
636
|
+
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
637
|
+
PrimeTextarea: DefineComponent<TextareaProps, TextareaSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
638
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
462
639
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
463
640
|
export default _default;
|
|
464
641
|
//# sourceMappingURL=AdminClassificationPage.vue.d.ts.map
|
|
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+9BA;"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { InputTextProps, InputTextSlots } from 'primevue/inputtext';
|
|
4
|
+
import { DataTableProps, DataTableSlots, DataTableSortEvent, DataTableFilterEvent, DataTablePageEvent, DataTableSortMeta, DataTableExpandedRows, DataTableFilterMeta, DataTableEditingRows, DataTableRowClickEvent, DataTableRowDoubleClickEvent, DataTableRowContextMenuEvent, DataTableRowSelectEvent, DataTableRowSelectAllEvent, DataTableRowUnselectAllEvent, DataTableRowUnselectEvent, DataTableSelectAllChangeEvent, DataTableColumnResizeEndEvent, DataTableColumnReorderEvent, DataTableRowReorderEvent, DataTableRowExpandEvent, DataTableRowCollapseEvent, DataTableCellEditInitEvent, DataTableCellEditCompleteEvent, DataTableCellEditCancelEvent, DataTableRowEditInitEvent, DataTableRowEditSaveEvent, DataTableRowEditCancelEvent, DataTableStateEvent, DataTableMethods } from 'primevue/datatable';
|
|
5
|
+
import { ColumnProps, ColumnSlots } from 'primevue/column';
|
|
6
|
+
import { ButtonProps, ButtonSlots } from 'primevue/button';
|
|
7
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
8
|
+
dictionary: {
|
|
9
|
+
type: ObjectConstructor;
|
|
10
|
+
default: any;
|
|
11
|
+
};
|
|
12
|
+
existingDictionaries: {
|
|
13
|
+
type: ArrayConstructor;
|
|
14
|
+
default: () => any[];
|
|
15
|
+
};
|
|
16
|
+
}>, {}, {
|
|
17
|
+
editableDict: {
|
|
18
|
+
id: string;
|
|
19
|
+
label: string;
|
|
20
|
+
entries: any[];
|
|
21
|
+
};
|
|
22
|
+
isEditMode: boolean;
|
|
23
|
+
}, {}, {
|
|
24
|
+
addEntry(): void;
|
|
25
|
+
removeEntry(index: any): void;
|
|
26
|
+
submit(): void;
|
|
27
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, "save"[], "save", PublicProps, Readonly< ExtractPropTypes<{
|
|
28
|
+
dictionary: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
default: any;
|
|
31
|
+
};
|
|
32
|
+
existingDictionaries: {
|
|
33
|
+
type: ArrayConstructor;
|
|
34
|
+
default: () => any[];
|
|
35
|
+
};
|
|
36
|
+
}>> & Readonly<{
|
|
37
|
+
onSave?: (...args: any[]) => any;
|
|
38
|
+
}>, {
|
|
39
|
+
dictionary: Record<string, any>;
|
|
40
|
+
existingDictionaries: unknown[];
|
|
41
|
+
}, {}, {
|
|
42
|
+
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
43
|
+
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>;
|
|
44
|
+
PrimeColumn: DefineComponent<ColumnProps, ColumnSlots, (e: string, ...args: any[]) => void>;
|
|
45
|
+
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
46
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
47
|
+
export default _default;
|
|
48
|
+
//# sourceMappingURL=DictionaryForm.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DictionaryForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/DictionaryForm.vue"],"names":[],"mappings":";;;;;;AAwFA;"}
|
|
@@ -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":";;;;;;;;;;;AAyJA;"}
|
|
@@ -18,6 +18,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
18
18
|
type: ArrayConstructor;
|
|
19
19
|
default: () => any[];
|
|
20
20
|
};
|
|
21
|
+
dictionaries: {
|
|
22
|
+
type: ArrayConstructor;
|
|
23
|
+
default: () => any[];
|
|
24
|
+
};
|
|
25
|
+
lexicons: {
|
|
26
|
+
type: ArrayConstructor;
|
|
27
|
+
default: () => any[];
|
|
28
|
+
};
|
|
21
29
|
}>, {}, {
|
|
22
30
|
editableField: {
|
|
23
31
|
name: string;
|
|
@@ -34,6 +42,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
34
42
|
prefix: any;
|
|
35
43
|
suffix: any;
|
|
36
44
|
metadata: any;
|
|
45
|
+
source: any;
|
|
37
46
|
};
|
|
38
47
|
valuesAsString: string;
|
|
39
48
|
isEditMode: boolean;
|
|
@@ -50,6 +59,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
50
59
|
showStringConstraints(): boolean;
|
|
51
60
|
showNumberConstraints(): boolean;
|
|
52
61
|
showParentConfig(): boolean;
|
|
62
|
+
showSourceSelector(): boolean;
|
|
63
|
+
sourceOptions(): {
|
|
64
|
+
label: any;
|
|
65
|
+
value: any;
|
|
66
|
+
}[];
|
|
53
67
|
regexTestResult(): boolean;
|
|
54
68
|
regexTestResultIcon(): "ri-check-line" | "ri-close-line";
|
|
55
69
|
regexTestResultClass(): "bg-green-500" | "bg-red-500";
|
|
@@ -67,10 +81,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
67
81
|
type: ArrayConstructor;
|
|
68
82
|
default: () => any[];
|
|
69
83
|
};
|
|
84
|
+
dictionaries: {
|
|
85
|
+
type: ArrayConstructor;
|
|
86
|
+
default: () => any[];
|
|
87
|
+
};
|
|
88
|
+
lexicons: {
|
|
89
|
+
type: ArrayConstructor;
|
|
90
|
+
default: () => any[];
|
|
91
|
+
};
|
|
70
92
|
}>> & Readonly<{
|
|
71
93
|
onSave?: (...args: any[]) => any;
|
|
72
94
|
}>, {
|
|
73
95
|
field: Record<string, any>;
|
|
96
|
+
dictionaries: unknown[];
|
|
97
|
+
lexicons: unknown[];
|
|
74
98
|
existingFields: unknown[];
|
|
75
99
|
}, {}, {
|
|
76
100
|
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
@@ -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":";;;;;;;;;;;AA0UA;"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { InputTextProps, InputTextSlots } from 'primevue/inputtext';
|
|
4
|
+
import { TextareaProps, TextareaSlots } from 'primevue/textarea';
|
|
5
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
6
|
+
lexicon: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: any;
|
|
9
|
+
};
|
|
10
|
+
existingLexicons: {
|
|
11
|
+
type: ArrayConstructor;
|
|
12
|
+
default: () => any[];
|
|
13
|
+
};
|
|
14
|
+
}>, {}, {
|
|
15
|
+
editableLexicon: {
|
|
16
|
+
id: string;
|
|
17
|
+
label: string;
|
|
18
|
+
values: any[];
|
|
19
|
+
};
|
|
20
|
+
valuesAsString: string;
|
|
21
|
+
isEditMode: boolean;
|
|
22
|
+
}, {}, {
|
|
23
|
+
submit(): void;
|
|
24
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, "save"[], "save", PublicProps, Readonly< ExtractPropTypes<{
|
|
25
|
+
lexicon: {
|
|
26
|
+
type: ObjectConstructor;
|
|
27
|
+
default: any;
|
|
28
|
+
};
|
|
29
|
+
existingLexicons: {
|
|
30
|
+
type: ArrayConstructor;
|
|
31
|
+
default: () => any[];
|
|
32
|
+
};
|
|
33
|
+
}>> & Readonly<{
|
|
34
|
+
onSave?: (...args: any[]) => any;
|
|
35
|
+
}>, {
|
|
36
|
+
lexicon: Record<string, any>;
|
|
37
|
+
existingLexicons: unknown[];
|
|
38
|
+
}, {}, {
|
|
39
|
+
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
40
|
+
PrimeTextarea: DefineComponent<TextareaProps, TextareaSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
41
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
42
|
+
export default _default;
|
|
43
|
+
//# sourceMappingURL=LexiconForm.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LexiconForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/LexiconForm.vue"],"names":[],"mappings":";;;;AA0DA;"}
|
|
@@ -44,6 +44,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
44
44
|
type: FunctionConstructor;
|
|
45
45
|
default: () => boolean;
|
|
46
46
|
};
|
|
47
|
+
dictionaries: {
|
|
48
|
+
type: ArrayConstructor;
|
|
49
|
+
default: () => any[];
|
|
50
|
+
};
|
|
51
|
+
lexicons: {
|
|
52
|
+
type: ArrayConstructor;
|
|
53
|
+
default: () => any[];
|
|
54
|
+
};
|
|
47
55
|
}>, {
|
|
48
56
|
t: ComposerTranslation<{
|
|
49
57
|
[x: string]: LocaleMessage<VueMessageType>;
|
|
@@ -51,6 +59,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
51
59
|
[x: string]: LocaleMessageValue<VueMessageType>;
|
|
52
60
|
}>, never, never, never>;
|
|
53
61
|
updateField: (fieldName: any, value: any) => void;
|
|
62
|
+
getDictionaryEntries: (sourceId: any) => any;
|
|
63
|
+
getLexiconValues: (sourceId: any) => any;
|
|
54
64
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "validate" | "load-search")[], "update:modelValue" | "validate" | "load-search", PublicProps, Readonly< ExtractPropTypes<{
|
|
55
65
|
fields: {
|
|
56
66
|
type: ArrayConstructor;
|
|
@@ -80,11 +90,21 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
80
90
|
type: FunctionConstructor;
|
|
81
91
|
default: () => boolean;
|
|
82
92
|
};
|
|
93
|
+
dictionaries: {
|
|
94
|
+
type: ArrayConstructor;
|
|
95
|
+
default: () => any[];
|
|
96
|
+
};
|
|
97
|
+
lexicons: {
|
|
98
|
+
type: ArrayConstructor;
|
|
99
|
+
default: () => any[];
|
|
100
|
+
};
|
|
83
101
|
}>> & Readonly<{
|
|
84
102
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
85
103
|
onValidate?: (...args: any[]) => any;
|
|
86
104
|
"onLoad-search"?: (...args: any[]) => any;
|
|
87
105
|
}>, {
|
|
106
|
+
dictionaries: unknown[];
|
|
107
|
+
lexicons: unknown[];
|
|
88
108
|
requiredFields: unknown[];
|
|
89
109
|
disabledFields: Set<unknown>;
|
|
90
110
|
validationErrors: Record<string, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MetadataFormFields.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/MetadataFormFields.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"MetadataFormFields.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/MetadataFormFields.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAyMA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NatureForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/NatureForm.vue"],"names":[],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"NatureForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/NatureForm.vue"],"names":[],"mappings":";;;;;;;;;;;AAwMA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UploadPlanPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/UploadPlanPopup.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"UploadPlanPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/UploadPlanPopup.vue"],"names":[],"mappings":";AAo5BA;"}
|
|
@@ -129,7 +129,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
129
129
|
loadIconLabel(item: any): any;
|
|
130
130
|
applyAction(actionFnName: any, row: any): void;
|
|
131
131
|
applyFormat(value: any, formatFnName: any): any;
|
|
132
|
-
getValue(obj: any, path: any): any;
|
|
132
|
+
getValue(obj: any, path: any, col: any): any;
|
|
133
133
|
convertBytesToSize(str: any): string;
|
|
134
134
|
toLocaleDateString(datestr: any): string;
|
|
135
135
|
formatDate(value: any): string;
|
|
@@ -119,7 +119,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
119
119
|
handleNavigateClick(event: any, node: any): void;
|
|
120
120
|
applyAction(actionFnName: any, row: any): void;
|
|
121
121
|
applyFormat(value: any, formatFnName: any): any;
|
|
122
|
-
getValue(obj: any, path: any): any;
|
|
122
|
+
getValue(obj: any, path: any, col: any): any;
|
|
123
123
|
alfrescoFileService(): {
|
|
124
124
|
lruUrls: __DTS_DEFAULT_0__<any, any>;
|
|
125
125
|
pendingRenditions: Set<any>;
|
|
@@ -398,7 +398,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
398
398
|
loadIconLabel(item: any): any;
|
|
399
399
|
applyAction(actionFnName: any, row: any): void;
|
|
400
400
|
applyFormat(value: any, formatFnName: any): any;
|
|
401
|
-
getValue(obj: any, path: any): any;
|
|
401
|
+
getValue(obj: any, path: any, col: any): any;
|
|
402
402
|
convertBytesToSize(str: any): string;
|
|
403
403
|
toLocaleDateString(datestr: any): string;
|
|
404
404
|
formatDate(value: any): string;
|
|
@@ -808,7 +808,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
808
808
|
handleNavigateClick(event: any, node: any): void;
|
|
809
809
|
applyAction(actionFnName: any, row: any): void;
|
|
810
810
|
applyFormat(value: any, formatFnName: any): any;
|
|
811
|
-
getValue(obj: any, path: any): any;
|
|
811
|
+
getValue(obj: any, path: any, col: any): any;
|
|
812
812
|
alfrescoFileService(): {
|
|
813
813
|
lruUrls: __DTS_DEFAULT_0__<any, any>;
|
|
814
814
|
pendingRenditions: Set<any>;
|
|
@@ -31,6 +31,8 @@ export function useClassificationPlan({ planContent, metadataValues, selectedNat
|
|
|
31
31
|
validationErrors: Ref<{}, {}>;
|
|
32
32
|
validateField: (field: any, value: any) => void;
|
|
33
33
|
debounceValidate: (field: any, value: any) => void;
|
|
34
|
+
dictionaries: ComputedRef<any>;
|
|
35
|
+
lexicons: ComputedRef<any>;
|
|
34
36
|
resetClassification: () => void;
|
|
35
37
|
};
|
|
36
38
|
//# sourceMappingURL=useClassificationPlan.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useClassificationPlan.d.ts","sourceRoot":"","sources":["../../../src/composables/useClassificationPlan.js"],"names":[],"mappings":";AASA;;;;;;;;;GASG;AACH,mIANG;IAA2C,WAAW,EAA9C,OAAO,KAAK,EAAE,GAAG,KAAQ;IACU,cAAc,EAAjD,OAAO,KAAK,EAAE,GAAG,KAAQ;IACe,cAAc,EAAtD,OAAO,KAAK,EAAE,GAAG,CAAC,MAAO,IAAI,CAAC;IACU,mBAAmB,EAA3D,OAAO,KAAK,EAAE,GAAG,CAAC,MAAM,GAAC,IAAI,CAAC;IACb,KAAK;CAChC
|
|
1
|
+
{"version":3,"file":"useClassificationPlan.d.ts","sourceRoot":"","sources":["../../../src/composables/useClassificationPlan.js"],"names":[],"mappings":";AASA;;;;;;;;;GASG;AACH,mIANG;IAA2C,WAAW,EAA9C,OAAO,KAAK,EAAE,GAAG,KAAQ;IACU,cAAc,EAAjD,OAAO,KAAK,EAAE,GAAG,KAAQ;IACe,cAAc,EAAtD,OAAO,KAAK,EAAE,GAAG,CAAC,MAAO,IAAI,CAAC;IACU,mBAAmB,EAA3D,OAAO,KAAK,EAAE,GAAG,CAAC,MAAM,GAAC,IAAI,CAAC;IACb,KAAK;CAChC;;;;;;;;;;;;;;;;;;;EAsaA"}
|