@pristy/pristy-libvue 2.8.4 → 2.10.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-hEggqvVi.js +197 -0
- package/dist/ActivityHistory-hEggqvVi.js.map +1 -0
- package/dist/BookmarksComponent-uxfOgWPU.js +44 -0
- package/dist/BookmarksComponent-uxfOgWPU.js.map +1 -0
- package/dist/ChartWrapper-mNaipbXn.js +59 -0
- package/dist/ChartWrapper-mNaipbXn.js.map +1 -0
- package/dist/DisplayFileInDashboardComponent-BL-ooE6T.js +104 -0
- package/dist/DisplayFileInDashboardComponent-BL-ooE6T.js.map +1 -0
- package/dist/ExternalApps-C24Qf4mq.js +90 -0
- package/dist/ExternalApps-C24Qf4mq.js.map +1 -0
- package/dist/FavoriteList-CxDxCNii.js +361 -0
- package/dist/FavoriteList-CxDxCNii.js.map +1 -0
- package/dist/MarkdownComponent-jHr71rfh.js +56 -0
- package/dist/MarkdownComponent-jHr71rfh.js.map +1 -0
- package/dist/SearchInput-DojcDnQU.js +58 -0
- package/dist/SearchInput-DojcDnQU.js.map +1 -0
- package/dist/UnknownBlockType-Pc9ihwij.js +22 -0
- package/dist/UnknownBlockType-Pc9ihwij.js.map +1 -0
- package/dist/index-DxH0-3Sq.js +38076 -0
- package/dist/index-DxH0-3Sq.js.map +1 -0
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +197 -32609
- package/dist/pristy-libvue.es.js.map +1 -1
- package/dist/pristy-libvue.umd.js +112 -15
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/components/CodeMirrorBase.vue.d.ts +34 -0
- package/dist/src/components/CodeMirrorBase.vue.d.ts.map +1 -0
- package/dist/src/components/CodeMirrorEditor.vue.d.ts.map +1 -1
- package/dist/src/components/FolderUpload.vue.d.ts +6 -0
- package/dist/src/components/IconPickerDialog.vue.d.ts +63 -0
- package/dist/src/components/IconPickerDialog.vue.d.ts.map +1 -0
- package/dist/src/components/UploadStatus.vue.d.ts +6 -0
- package/dist/src/components/breadcrumb/ComplexBreadcrumb.vue.d.ts.map +1 -1
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +32 -3
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts.map +1 -1
- package/dist/src/components/classification/EmplacementForm.vue.d.ts +7 -0
- package/dist/src/components/classification/EmplacementForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts +6 -2541
- package/dist/src/components/classification/NatureForm.vue.d.ts +7 -0
- package/dist/src/components/classification/NatureForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/NatureSelector.vue.d.ts +15 -2541
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts +2 -0
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts.map +1 -1
- package/dist/src/components/dashboard/DashboardAdminPage.vue.d.ts +2007 -0
- package/dist/src/components/dashboard/DashboardAdminPage.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/DashboardComponent.vue.d.ts +702 -0
- package/dist/src/components/dashboard/DashboardComponent.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/editor/BlockConfigEditor.vue.d.ts +877 -0
- package/dist/src/components/dashboard/editor/BlockConfigEditor.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/editor/DashboardEditor.vue.d.ts +1893 -0
- package/dist/src/components/dashboard/editor/DashboardEditor.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/editor/FieldLabel.vue.d.ts +42 -0
- package/dist/src/components/dashboard/editor/FieldLabel.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/editor/JsonEditorDialog.vue.d.ts +80 -0
- package/dist/src/components/dashboard/editor/JsonEditorDialog.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/editor/MarkdownEditorDialog.vue.d.ts +77 -0
- package/dist/src/components/dashboard/editor/MarkdownEditorDialog.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/editor/VersionHistoryDialog.vue.d.ts +53 -0
- package/dist/src/components/dashboard/editor/VersionHistoryDialog.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/editor/block-configs/BookmarksConfig.vue.d.ts +61 -0
- package/dist/src/components/dashboard/editor/block-configs/BookmarksConfig.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/editor/block-configs/ChartConfig.vue.d.ts +76 -0
- package/dist/src/components/dashboard/editor/block-configs/ChartConfig.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/editor/block-configs/ExternalAppsConfig.vue.d.ts +221 -0
- package/dist/src/components/dashboard/editor/block-configs/ExternalAppsConfig.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/editor/block-configs/FavoritesConfig.vue.d.ts +76 -0
- package/dist/src/components/dashboard/editor/block-configs/FavoritesConfig.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/editor/block-configs/MarkdownConfig.vue.d.ts +72 -0
- package/dist/src/components/dashboard/editor/block-configs/MarkdownConfig.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/editor/block-configs/NoConfig.vue.d.ts +4 -0
- package/dist/src/components/dashboard/editor/block-configs/NoConfig.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/editor/block-configs/PdfImageConfig.vue.d.ts +60 -0
- package/dist/src/components/dashboard/editor/block-configs/PdfImageConfig.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/editor/grid/BasketPanel.vue.d.ts +38 -0
- package/dist/src/components/dashboard/editor/grid/BasketPanel.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/editor/grid/BlockTypeSelector.vue.d.ts +36 -0
- package/dist/src/components/dashboard/editor/grid/BlockTypeSelector.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/editor/grid/GridBlock.vue.d.ts +73 -0
- package/dist/src/components/dashboard/editor/grid/GridBlock.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/editor/grid/GridEditor.vue.d.ts +141 -0
- package/dist/src/components/dashboard/editor/grid/GridEditor.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/editor/grid/MinimapPanel.vue.d.ts +44 -0
- package/dist/src/components/dashboard/editor/grid/MinimapPanel.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/editor/validators.d.ts +24 -0
- package/dist/src/components/dashboard/editor/validators.d.ts.map +1 -0
- package/dist/src/components/dashboard/widgets/ActivityHistory.vue.d.ts +32 -0
- package/dist/src/components/dashboard/widgets/ActivityHistory.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/widgets/BookmarksComponent.vue.d.ts +27 -0
- package/dist/src/components/dashboard/widgets/BookmarksComponent.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/widgets/ChartWrapper.vue.d.ts +41 -0
- package/dist/src/components/dashboard/widgets/ChartWrapper.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/widgets/DisplayFileInDashboardComponent.vue.d.ts +337 -0
- package/dist/src/components/dashboard/widgets/DisplayFileInDashboardComponent.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/widgets/ExternalApps.vue.d.ts +32 -0
- package/dist/src/components/dashboard/widgets/ExternalApps.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/widgets/FavoriteFileList.vue.d.ts +36 -0
- package/dist/src/components/dashboard/widgets/FavoriteFileList.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/widgets/FavoriteFolderList.vue.d.ts +35 -0
- package/dist/src/components/dashboard/widgets/FavoriteFolderList.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/widgets/FavoriteList.vue.d.ts +131 -0
- package/dist/src/components/dashboard/widgets/FavoriteList.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/widgets/FavoriteSiteList.vue.d.ts +28 -0
- package/dist/src/components/dashboard/widgets/FavoriteSiteList.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/widgets/MarkdownComponent.vue.d.ts +31 -0
- package/dist/src/components/dashboard/widgets/MarkdownComponent.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/widgets/OnlyImageDisplayed.vue.d.ts +26 -0
- package/dist/src/components/dashboard/widgets/OnlyImageDisplayed.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/widgets/SearchInput.vue.d.ts +30 -0
- package/dist/src/components/dashboard/widgets/SearchInput.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/widgets/UnknownBlockType.vue.d.ts +14 -0
- package/dist/src/components/dashboard/widgets/UnknownBlockType.vue.d.ts.map +1 -0
- package/dist/src/components/layouts/AppLayout.vue.d.ts +2 -2
- package/dist/src/components/layouts/AppLayout.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppTopbar.vue.d.ts +1 -1
- package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts +41 -0
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/GhostNodeRow.vue.d.ts +34 -0
- package/dist/src/components/navigation/GhostNodeRow.vue.d.ts.map +1 -0
- package/dist/src/components/popup/ImportPopupWithWorker.vue.d.ts +12 -0
- package/dist/src/components/toast/CustomToastContent.vue.d.ts +1 -1
- package/dist/src/components/views/PredefinedViewsPanel.vue.d.ts.map +1 -1
- package/dist/src/components/workspace/WorkspaceList.vue.d.ts +1 -1
- package/dist/src/composables/useDragDrop.d.ts +17 -0
- package/dist/src/composables/useDragDrop.d.ts.map +1 -0
- package/dist/src/composables/useGhostNodes.d.ts +20 -0
- package/dist/src/composables/useGhostNodes.d.ts.map +1 -0
- package/dist/src/composables/useGridValidation.d.ts +12 -0
- package/dist/src/composables/useGridValidation.d.ts.map +1 -0
- package/dist/src/composables/useResize.d.ts +13 -0
- package/dist/src/composables/useResize.d.ts.map +1 -0
- package/dist/src/i18n/index.d.ts +564 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/index.d.ts +13 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/services/DashboardService.d.ts +77 -0
- package/dist/src/services/DashboardService.d.ts.map +1 -0
- package/dist/src/services/GhostMatcher.d.ts +40 -0
- package/dist/src/services/GhostMatcher.d.ts.map +1 -0
- package/dist/src/stores/config.d.ts +12 -3
- package/dist/src/stores/config.d.ts.map +1 -1
- package/dist/src/stores/upload.d.ts +19 -0
- package/dist/src/stores/upload.d.ts.map +1 -1
- package/package.json +8 -8
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
modelValue: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
language: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
validator: (value: unknown) => boolean;
|
|
11
|
+
};
|
|
12
|
+
}>, {}, {
|
|
13
|
+
editorView: any;
|
|
14
|
+
}, {}, {
|
|
15
|
+
createEditor(): void;
|
|
16
|
+
destroyEditor(): void;
|
|
17
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", PublicProps, Readonly< ExtractPropTypes<{
|
|
18
|
+
modelValue: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
language: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
validator: (value: unknown) => boolean;
|
|
26
|
+
};
|
|
27
|
+
}>> & Readonly<{
|
|
28
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
29
|
+
}>, {
|
|
30
|
+
modelValue: string;
|
|
31
|
+
language: string;
|
|
32
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
33
|
+
export default _default;
|
|
34
|
+
//# sourceMappingURL=CodeMirrorBase.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeMirrorBase.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeMirrorBase.vue"],"names":[],"mappings":";AAoBA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeMirrorEditor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeMirrorEditor.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"CodeMirrorEditor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeMirrorEditor.vue"],"names":[],"mappings":";AAqSA;"}
|
|
@@ -16,6 +16,12 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
16
16
|
handleUploadRequest: (item: any, nodeId: any) => Promise<void>;
|
|
17
17
|
cancelUpload: (fileName: any) => void;
|
|
18
18
|
clearCompleted: () => void;
|
|
19
|
+
setGhostContext: (context: any) => void;
|
|
20
|
+
addGhostNode: (ghostData: any) => void;
|
|
21
|
+
removeGhostNode: (nodeId: any) => void;
|
|
22
|
+
updateGhostAfterUpload: (fileName: any, data: any) => void;
|
|
23
|
+
removeGhostByTempKey: (fileName: any) => void;
|
|
24
|
+
cleanExpiredGhosts: (ttl?: number) => void;
|
|
19
25
|
startUploadWithClassificationPlan: (workspaceSiteId: string, pathFull: string, files: any[], metadata: any, fileRenames: any[], destinationNodeId: any) => void;
|
|
20
26
|
startUploadWithClassificationPlanMulti: (workspaceSiteId: string, files: File[], perFileData: any[], destinationNodeId: string) => void;
|
|
21
27
|
handleClassificationPlanUpload: (item: any) => Promise<void>;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { DialogProps, DialogSlots } from 'primevue/dialog';
|
|
4
|
+
import { ButtonProps, ButtonSlots } from 'primevue/button';
|
|
5
|
+
import { InputTextProps, InputTextSlots } from 'primevue/inputtext';
|
|
6
|
+
import { TabViewProps, TabViewSlots, TabViewClickEvent, TabViewChangeEvent } from 'primevue/tabview';
|
|
7
|
+
import { TabPanelProps, TabPanelSlots } from 'primevue/tabpanel';
|
|
8
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
9
|
+
modelValue: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
currentIcon: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
}>, {}, {
|
|
18
|
+
searchQuery: string;
|
|
19
|
+
selectedIcon: string;
|
|
20
|
+
activeTab: number;
|
|
21
|
+
categories: {
|
|
22
|
+
key: string;
|
|
23
|
+
}[];
|
|
24
|
+
iconsByCategory: {
|
|
25
|
+
system: string[];
|
|
26
|
+
communication: string[];
|
|
27
|
+
media: string[];
|
|
28
|
+
files: string[];
|
|
29
|
+
business: string[];
|
|
30
|
+
user: string[];
|
|
31
|
+
development: string[];
|
|
32
|
+
misc: string[];
|
|
33
|
+
};
|
|
34
|
+
}, {
|
|
35
|
+
filteredIcons(): string[];
|
|
36
|
+
}, {
|
|
37
|
+
selectIcon(icon: any): void;
|
|
38
|
+
confirmSelection(): void;
|
|
39
|
+
getIconsByCategory(categoryKey: any): any;
|
|
40
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "select")[], "update:modelValue" | "select", PublicProps, Readonly< ExtractPropTypes<{
|
|
41
|
+
modelValue: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
currentIcon: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
}>> & Readonly<{
|
|
50
|
+
onSelect?: (...args: any[]) => any;
|
|
51
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
52
|
+
}>, {
|
|
53
|
+
modelValue: boolean;
|
|
54
|
+
currentIcon: string;
|
|
55
|
+
}, {}, {
|
|
56
|
+
PrimeDialog: DefineComponent<DialogProps, DialogSlots, ((e: "show") => void) & ((e: "hide") => void) & ((e: "update:visible", value: boolean) => void) & ((e: "after-hide") => void) & ((e: "maximize", event: Event) => void) & ((e: "unmaximize", event: Event) => void) & ((e: "dragstart", event: Event) => void) & ((e: "dragend", event: Event) => void)>;
|
|
57
|
+
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
58
|
+
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
59
|
+
PrimeTabView: DefineComponent<TabViewProps, TabViewSlots, ((e: "update:activeIndex", index: number) => void) & ((e: "tab-click", event: TabViewClickEvent) => void) & ((e: "tab-change", event: TabViewChangeEvent) => void)>;
|
|
60
|
+
PrimeTabPanel: DefineComponent<TabPanelProps, TabPanelSlots, (e: string, ...args: any[]) => void>;
|
|
61
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
62
|
+
export default _default;
|
|
63
|
+
//# sourceMappingURL=IconPickerDialog.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconPickerDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/IconPickerDialog.vue"],"names":[],"mappings":";;;;;;;AA0GA;"}
|
|
@@ -19,6 +19,12 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
19
19
|
handleUploadRequest: (item: any, nodeId: any) => Promise<void>;
|
|
20
20
|
cancelUpload: (fileName: any) => void;
|
|
21
21
|
clearCompleted: () => void;
|
|
22
|
+
setGhostContext: (context: any) => void;
|
|
23
|
+
addGhostNode: (ghostData: any) => void;
|
|
24
|
+
removeGhostNode: (nodeId: any) => void;
|
|
25
|
+
updateGhostAfterUpload: (fileName: any, data: any) => void;
|
|
26
|
+
removeGhostByTempKey: (fileName: any) => void;
|
|
27
|
+
cleanExpiredGhosts: (ttl?: number) => void;
|
|
22
28
|
startUploadWithClassificationPlan: (workspaceSiteId: string, pathFull: string, files: any[], metadata: any, fileRenames: any[], destinationNodeId: any) => void;
|
|
23
29
|
startUploadWithClassificationPlanMulti: (workspaceSiteId: string, files: File[], perFileData: any[], destinationNodeId: string) => void;
|
|
24
30
|
handleClassificationPlanUpload: (item: any) => Promise<void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComplexBreadcrumb.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/breadcrumb/ComplexBreadcrumb.vue"],"names":[],"mappings":";;;;;AA2LA;;
|
|
1
|
+
{"version":3,"file":"ComplexBreadcrumb.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/breadcrumb/ComplexBreadcrumb.vue"],"names":[],"mappings":";;;;;AA2LA;;IA6sBI;;;OAGG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;;IAMH;;;OAGG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;IA5EH;;;OAGG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;;IAMH;;;OAGG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG"}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ObjectDirective, ComponentProvideOptions } from 'vue';
|
|
2
2
|
import { ConfirmationOptions } from 'primevue/confirmationoptions';
|
|
3
|
+
import { ComposerTranslation, VueMessageType, LocaleMessageValue } from 'vue-i18n';
|
|
4
|
+
import { LocaleMessage, RemoveIndexSignature } from '@intlify/core-base';
|
|
3
5
|
import { DefineComponent } from '@primevue/core';
|
|
4
6
|
import { CardProps, CardSlots } from 'primevue/card';
|
|
5
7
|
import { ButtonProps, ButtonSlots } from 'primevue/button';
|
|
@@ -31,11 +33,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
31
33
|
type: StringConstructor;
|
|
32
34
|
required: true;
|
|
33
35
|
};
|
|
36
|
+
extraDisplayOptions: {
|
|
37
|
+
type: ArrayConstructor;
|
|
38
|
+
default: () => any[];
|
|
39
|
+
};
|
|
34
40
|
}>, {
|
|
35
41
|
confirm: {
|
|
36
42
|
require: (option: ConfirmationOptions) => void;
|
|
37
43
|
close: () => void;
|
|
38
44
|
};
|
|
45
|
+
t: ComposerTranslation<{
|
|
46
|
+
[x: string]: LocaleMessage<VueMessageType>;
|
|
47
|
+
}, string, RemoveIndexSignature<{
|
|
48
|
+
[x: string]: LocaleMessageValue<VueMessageType>;
|
|
49
|
+
}>, never, never, never>;
|
|
39
50
|
}, {
|
|
40
51
|
planContent: any;
|
|
41
52
|
loading: boolean;
|
|
@@ -56,7 +67,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
56
67
|
views: any[];
|
|
57
68
|
};
|
|
58
69
|
isEditingCategory: boolean;
|
|
59
|
-
|
|
70
|
+
defaultDisplayOptions: {
|
|
60
71
|
label: string;
|
|
61
72
|
value: string;
|
|
62
73
|
}[];
|
|
@@ -65,7 +76,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
65
76
|
displayViewSelector: boolean;
|
|
66
77
|
viewSelectorCategory: any;
|
|
67
78
|
canEdit: boolean;
|
|
68
|
-
}, {
|
|
79
|
+
}, {
|
|
80
|
+
displayOptions(): unknown[];
|
|
81
|
+
}, {
|
|
69
82
|
getCalculatedPath(nature: any): string;
|
|
70
83
|
getCategoryLabel(catId: any): any;
|
|
71
84
|
loadPlan(): void;
|
|
@@ -105,7 +118,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
105
118
|
type: StringConstructor;
|
|
106
119
|
required: true;
|
|
107
120
|
};
|
|
108
|
-
|
|
121
|
+
extraDisplayOptions: {
|
|
122
|
+
type: ArrayConstructor;
|
|
123
|
+
default: () => any[];
|
|
124
|
+
};
|
|
125
|
+
}>> & Readonly<{}>, {
|
|
126
|
+
extraDisplayOptions: unknown[];
|
|
127
|
+
}, {}, {
|
|
109
128
|
PrimeCard: DefineComponent<CardProps, CardSlots, (e: string, ...args: any[]) => void>;
|
|
110
129
|
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
111
130
|
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>;
|
|
@@ -147,6 +166,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
147
166
|
};
|
|
148
167
|
}>, {
|
|
149
168
|
toast: ToastServiceMethods;
|
|
169
|
+
t: ComposerTranslation<{
|
|
170
|
+
[x: string]: LocaleMessage<VueMessageType>;
|
|
171
|
+
}, string, RemoveIndexSignature<{
|
|
172
|
+
[x: string]: LocaleMessageValue<VueMessageType>;
|
|
173
|
+
}>, never, never, never>;
|
|
150
174
|
}, {
|
|
151
175
|
editableNature: {
|
|
152
176
|
code: string;
|
|
@@ -310,6 +334,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
310
334
|
};
|
|
311
335
|
}>, {
|
|
312
336
|
toast: ToastServiceMethods;
|
|
337
|
+
t: ComposerTranslation<{
|
|
338
|
+
[x: string]: LocaleMessage<VueMessageType>;
|
|
339
|
+
}, string, RemoveIndexSignature<{
|
|
340
|
+
[x: string]: LocaleMessageValue<VueMessageType>;
|
|
341
|
+
}>, never, never, never>;
|
|
313
342
|
}, {
|
|
314
343
|
editableEmplacement: {
|
|
315
344
|
code: string;
|
|
@@ -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,5 +1,7 @@
|
|
|
1
1
|
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ObjectDirective, ComponentProvideOptions } from 'vue';
|
|
2
2
|
import { ToastServiceMethods } from 'primevue/toastservice';
|
|
3
|
+
import { ComposerTranslation, VueMessageType, LocaleMessageValue } from 'vue-i18n';
|
|
4
|
+
import { LocaleMessage, RemoveIndexSignature } from '@intlify/core-base';
|
|
3
5
|
import { DefineComponent } from '@primevue/core';
|
|
4
6
|
import { InputTextProps, InputTextSlots } from 'primevue/inputtext';
|
|
5
7
|
import { DropdownProps, DropdownSlots, DropdownEmits, DropdownMethods } from 'primevue/dropdown';
|
|
@@ -18,6 +20,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
18
20
|
};
|
|
19
21
|
}>, {
|
|
20
22
|
toast: ToastServiceMethods;
|
|
23
|
+
t: ComposerTranslation<{
|
|
24
|
+
[x: string]: LocaleMessage<VueMessageType>;
|
|
25
|
+
}, string, RemoveIndexSignature<{
|
|
26
|
+
[x: string]: LocaleMessageValue<VueMessageType>;
|
|
27
|
+
}>, never, never, never>;
|
|
21
28
|
}, {
|
|
22
29
|
editableEmplacement: {
|
|
23
30
|
code: string;
|
|
@@ -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;"}
|