@pristy/pristy-libvue 2.14.0 → 2.15.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/{ActivityHistory-ChMtDR82.js → ActivityHistory-sxbMlSfr.js} +2 -2
- package/dist/{ActivityHistory-ChMtDR82.js.map → ActivityHistory-sxbMlSfr.js.map} +1 -1
- package/dist/{BookmarksComponent-Cz_aQ5-9.js → BookmarksComponent-DTh-oCqW.js} +2 -2
- package/dist/{BookmarksComponent-Cz_aQ5-9.js.map → BookmarksComponent-DTh-oCqW.js.map} +1 -1
- package/dist/{ChartWrapper-CmqnU-ww.js → ChartWrapper-KF1bh33I.js} +2 -2
- package/dist/{ChartWrapper-CmqnU-ww.js.map → ChartWrapper-KF1bh33I.js.map} +1 -1
- package/dist/{DisplayFileInDashboardComponent-Dc_qS68w.js → DisplayFileInDashboardComponent-k04ZYClB.js} +2 -2
- package/dist/{DisplayFileInDashboardComponent-Dc_qS68w.js.map → DisplayFileInDashboardComponent-k04ZYClB.js.map} +1 -1
- package/dist/{ExternalApps-7__SB5Oz.js → ExternalApps-BVoa-yFy.js} +2 -2
- package/dist/{ExternalApps-7__SB5Oz.js.map → ExternalApps-BVoa-yFy.js.map} +1 -1
- package/dist/{FavoriteList-DTM3fu0o.js → FavoriteList-DGT-B0wo.js} +2 -2
- package/dist/{FavoriteList-DTM3fu0o.js.map → FavoriteList-DGT-B0wo.js.map} +1 -1
- package/dist/{MarkdownComponent-ConFplkG.js → MarkdownComponent-BLIrIQbV.js} +2 -2
- package/dist/{MarkdownComponent-ConFplkG.js.map → MarkdownComponent-BLIrIQbV.js.map} +1 -1
- package/dist/{SearchInput-C5VdTl3A.js → SearchInput-10PYLLs9.js} +2 -2
- package/dist/{SearchInput-C5VdTl3A.js.map → SearchInput-10PYLLs9.js.map} +1 -1
- package/dist/{UnknownBlockType-B4iDizJF.js → UnknownBlockType-B9t36sV5.js} +2 -2
- package/dist/{UnknownBlockType-B4iDizJF.js.map → UnknownBlockType-B9t36sV5.js.map} +1 -1
- package/dist/{index-D8qdQK4Y.js → index-BLyGibYv.js} +5765 -5656
- package/dist/index-BLyGibYv.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 +18 -20
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +8 -2
- package/dist/src/components/classification/DictionaryForm.vue.d.ts +1 -0
- package/dist/src/components/classification/DictionaryForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/LexiconForm.vue.d.ts +10 -3
- package/dist/src/components/classification/LexiconForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts +2 -0
- package/dist/src/i18n/index.d.ts +4 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/stores/navigation.d.ts +8 -0
- package/dist/src/stores/navigation.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/index-D8qdQK4Y.js.map +0 -1
|
@@ -579,6 +579,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
579
579
|
}, {}, {
|
|
580
580
|
addEntry(): void;
|
|
581
581
|
removeEntry(index: any): void;
|
|
582
|
+
onEntryReorder(event: any): void;
|
|
582
583
|
submit(): void;
|
|
583
584
|
}, ComponentOptionsMixin, ComponentOptionsMixin, "save"[], "save", PublicProps, Readonly< ExtractPropTypes<{
|
|
584
585
|
dictionary: {
|
|
@@ -615,9 +616,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
615
616
|
label: string;
|
|
616
617
|
values: any[];
|
|
617
618
|
};
|
|
618
|
-
|
|
619
|
+
wrappedValues: any[];
|
|
619
620
|
isEditMode: boolean;
|
|
620
621
|
}, {}, {
|
|
622
|
+
onValueReorder(event: any): void;
|
|
623
|
+
addValue(): void;
|
|
624
|
+
removeValue(index: any): void;
|
|
621
625
|
submit(): void;
|
|
622
626
|
}, ComponentOptionsMixin, ComponentOptionsMixin, "save"[], "save", PublicProps, Readonly< ExtractPropTypes<{
|
|
623
627
|
lexicon: {
|
|
@@ -635,7 +639,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
635
639
|
existingLexicons: unknown[];
|
|
636
640
|
}, {}, {
|
|
637
641
|
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
638
|
-
|
|
642
|
+
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>;
|
|
643
|
+
PrimeColumn: DefineComponent<ColumnProps, ColumnSlots, (e: string, ...args: any[]) => void>;
|
|
644
|
+
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
639
645
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
640
646
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
641
647
|
export default _default;
|
|
@@ -23,6 +23,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
23
23
|
}, {}, {
|
|
24
24
|
addEntry(): void;
|
|
25
25
|
removeEntry(index: any): void;
|
|
26
|
+
onEntryReorder(event: any): void;
|
|
26
27
|
submit(): void;
|
|
27
28
|
}, ComponentOptionsMixin, ComponentOptionsMixin, "save"[], "save", PublicProps, Readonly< ExtractPropTypes<{
|
|
28
29
|
dictionary: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DictionaryForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/DictionaryForm.vue"],"names":[],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"DictionaryForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/DictionaryForm.vue"],"names":[],"mappings":";;;;;;AA0FA;"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
import { DefineComponent } from '@primevue/core';
|
|
3
3
|
import { InputTextProps, InputTextSlots } from 'primevue/inputtext';
|
|
4
|
-
import {
|
|
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';
|
|
5
7
|
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
6
8
|
lexicon: {
|
|
7
9
|
type: ObjectConstructor;
|
|
@@ -17,9 +19,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
17
19
|
label: string;
|
|
18
20
|
values: any[];
|
|
19
21
|
};
|
|
20
|
-
|
|
22
|
+
wrappedValues: any[];
|
|
21
23
|
isEditMode: boolean;
|
|
22
24
|
}, {}, {
|
|
25
|
+
onValueReorder(event: any): void;
|
|
26
|
+
addValue(): void;
|
|
27
|
+
removeValue(index: any): void;
|
|
23
28
|
submit(): void;
|
|
24
29
|
}, ComponentOptionsMixin, ComponentOptionsMixin, "save"[], "save", PublicProps, Readonly< ExtractPropTypes<{
|
|
25
30
|
lexicon: {
|
|
@@ -37,7 +42,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
37
42
|
existingLexicons: unknown[];
|
|
38
43
|
}, {}, {
|
|
39
44
|
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
40
|
-
|
|
45
|
+
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>;
|
|
46
|
+
PrimeColumn: DefineComponent<ColumnProps, ColumnSlots, (e: string, ...args: any[]) => void>;
|
|
47
|
+
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
41
48
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
42
49
|
export default _default;
|
|
43
50
|
//# sourceMappingURL=LexiconForm.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LexiconForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/LexiconForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LexiconForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/LexiconForm.vue"],"names":[],"mappings":";;;;;;AAqFA;"}
|
|
@@ -6,6 +6,7 @@ declare const _default: DefineComponent<{}, {
|
|
|
6
6
|
disabledCategories: unknown[];
|
|
7
7
|
filesToUpload: unknown[];
|
|
8
8
|
forceSingleCategory: boolean;
|
|
9
|
+
showNatureDestination: boolean;
|
|
9
10
|
currentNode?: Record<string, any>;
|
|
10
11
|
forcedPlanName?: string;
|
|
11
12
|
defaultDestinationNodeId?: string;
|
|
@@ -18,6 +19,7 @@ declare const _default: DefineComponent<{}, {
|
|
|
18
19
|
readonly disabledCategories?: unknown[];
|
|
19
20
|
readonly filesToUpload?: unknown[];
|
|
20
21
|
readonly forceSingleCategory?: boolean;
|
|
22
|
+
readonly showNatureDestination?: boolean;
|
|
21
23
|
readonly currentNode?: Record<string, any>;
|
|
22
24
|
readonly forcedPlanName?: string;
|
|
23
25
|
readonly defaultDestinationNodeId?: string;
|
package/dist/src/i18n/index.d.ts
CHANGED
|
@@ -1130,6 +1130,8 @@ declare const i18n: I18n<{
|
|
|
1130
1130
|
values: {
|
|
1131
1131
|
label: string;
|
|
1132
1132
|
help: string;
|
|
1133
|
+
value: string;
|
|
1134
|
+
add: string;
|
|
1133
1135
|
};
|
|
1134
1136
|
};
|
|
1135
1137
|
classificationPlan: {
|
|
@@ -2744,6 +2746,8 @@ declare const i18n: I18n<{
|
|
|
2744
2746
|
values: {
|
|
2745
2747
|
label: string;
|
|
2746
2748
|
help: string;
|
|
2749
|
+
value: string;
|
|
2750
|
+
add: string;
|
|
2747
2751
|
};
|
|
2748
2752
|
};
|
|
2749
2753
|
classificationPlan: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/i18n/index.js"],"names":[],"mappings":";;AAsBA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/i18n/index.js"],"names":[],"mappings":";;AAsBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAOG"}
|
|
@@ -58,6 +58,14 @@ export const useNavigationStore: StoreDefinition<"NavigationStore", {
|
|
|
58
58
|
*/
|
|
59
59
|
load(workspaceId: any, folderId: any, force: any): Promise<void> | Promise<Node>;
|
|
60
60
|
loadWithOpts(workspaceId: any, folderId: any, force: any, opts: any): Promise<void> | Promise<Node>;
|
|
61
|
+
/**
|
|
62
|
+
* Silently refresh children for ghost node polling.
|
|
63
|
+
* Does NOT set loading = true (no skeleton flash).
|
|
64
|
+
* Only updates state if the children IDs have actually changed.
|
|
65
|
+
* @param {Object} opts Options for getChildrenWithOpts
|
|
66
|
+
* @return {Promise}
|
|
67
|
+
*/
|
|
68
|
+
silentRefreshChildren(opts: any): Promise<any>;
|
|
61
69
|
/**
|
|
62
70
|
* Load children from current node in Actes Application (if it change)
|
|
63
71
|
* @param workspaceId Current Workspace id (mandatory)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../../src/stores/navigation.js"],"names":[],"mappings":";AAoBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH;;;;;;;;;;;;;;;;;;;;IA2BI;;;;;;OAMG;;;IAkJH;;;;;;OAMG;;GA4GJ"}
|
|
1
|
+
{"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../../src/stores/navigation.js"],"names":[],"mappings":";AAoBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH;;;;;;;;;;;;;;;;;;;;IA2BI;;;;;;OAMG;;;IAkJH;;;;;;OAMG;;IA4BH;;;;;;OAMG;;GA4GJ"}
|