@pristy/pristy-libvue 1.9.2 → 2.0.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/components/DiffViewerDialog.vue.d.ts +1 -1
- package/dist/components/ErrorComponent.vue.d.ts +14 -1
- package/dist/components/ErrorComponent.vue.d.ts.map +1 -1
- package/dist/components/FolderUpload.vue.d.ts +5 -1
- package/dist/components/FolderUpload.vue.d.ts.map +1 -1
- package/dist/components/HelpKeyMessage.vue.d.ts +3 -2
- package/dist/components/HelpKeyMessage.vue.d.ts.map +1 -1
- package/dist/components/SelectionStatus.vue.d.ts +3 -2
- package/dist/components/SelectionStatus.vue.d.ts.map +1 -1
- package/dist/components/TreeExplorer.vue.d.ts +8 -6
- package/dist/components/TreeExplorer.vue.d.ts.map +1 -1
- package/dist/components/UploadStatus.vue.d.ts +3 -2
- package/dist/components/UploadStatus.vue.d.ts.map +1 -1
- package/dist/components/breadcrumb/BreadCrumbAlfresco.vue.d.ts +9 -8
- package/dist/components/breadcrumb/BreadCrumbAlfresco.vue.d.ts.map +1 -1
- package/dist/components/breadcrumb/ComplexBreadcrumb.vue.d.ts +218 -0
- package/dist/components/breadcrumb/ComplexBreadcrumb.vue.d.ts.map +1 -0
- package/dist/components/breadcrumb/EllipsisBreadcrumb.vue.d.ts +8 -7
- package/dist/components/breadcrumb/EllipsisBreadcrumb.vue.d.ts.map +1 -1
- package/dist/components/config/AddPairInConfigDialog.vue.d.ts +9 -8
- package/dist/components/config/AddPairInConfigDialog.vue.d.ts.map +1 -1
- package/dist/components/config/ConfigUpload.vue.d.ts +3 -2
- package/dist/components/config/ConfigUpload.vue.d.ts.map +1 -1
- package/dist/components/config/ListVersionConfig.vue.d.ts +9 -8
- package/dist/components/config/ListVersionConfig.vue.d.ts.map +1 -1
- package/dist/components/layouts/AppFooter.vue.d.ts +115 -0
- package/dist/components/layouts/AppFooter.vue.d.ts.map +1 -0
- package/dist/components/layouts/AppLayout.vue.d.ts +702 -0
- package/dist/components/layouts/AppLayout.vue.d.ts.map +1 -0
- package/dist/components/layouts/AppMobileLayout.vue.d.ts +160 -0
- package/dist/components/layouts/AppMobileLayout.vue.d.ts.map +1 -0
- package/dist/components/layouts/AppSidebar.vue.d.ts +116 -0
- package/dist/components/layouts/AppSidebar.vue.d.ts.map +1 -0
- package/dist/components/layouts/AppSubmenu.vue.d.ts +45 -0
- package/dist/components/layouts/AppSubmenu.vue.d.ts.map +1 -0
- package/dist/components/layouts/AppTopbar.vue.d.ts +268 -0
- package/dist/components/layouts/AppTopbar.vue.d.ts.map +1 -0
- package/dist/components/menu/ActionMenu.vue.d.ts +5 -4
- package/dist/components/menu/ActionMenu.vue.d.ts.map +1 -1
- package/dist/components/navigation/ContentFiltersHeader.vue.d.ts +29 -5
- package/dist/components/navigation/ContentFiltersHeader.vue.d.ts.map +1 -1
- package/dist/components/navigation/ContentGridView.vue.d.ts +7 -6
- package/dist/components/navigation/ContentGridView.vue.d.ts.map +1 -1
- package/dist/components/navigation/ContentListView.vue.d.ts +5 -4
- package/dist/components/navigation/ContentListView.vue.d.ts.map +1 -1
- package/dist/components/navigation/ContentTableView.vue.d.ts +11 -10
- package/dist/components/navigation/ContentTableView.vue.d.ts.map +1 -1
- package/dist/components/navigation/DynamicContentView.vue.d.ts +99 -95
- package/dist/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
- package/dist/components/navigation/LayoutSelector.vue.d.ts +3 -2
- package/dist/components/navigation/LayoutSelector.vue.d.ts.map +1 -1
- package/dist/components/navigation/PreviewPanel.vue.d.ts +68 -31
- package/dist/components/navigation/PreviewPanel.vue.d.ts.map +1 -1
- package/dist/components/pagination/PaginatorComponent.vue.d.ts +3 -3
- package/dist/components/pagination/PaginatorComponent.vue.d.ts.map +1 -1
- package/dist/components/popup/CopyOrMovePopup.vue.d.ts +16 -14
- package/dist/components/popup/CopyOrMovePopup.vue.d.ts.map +1 -1
- package/dist/components/popup/CreateWorkflowPopup.vue.d.ts +29 -28
- package/dist/components/popup/CreateWorkflowPopup.vue.d.ts.map +1 -1
- package/dist/components/popup/ImportNewVersionPopup.vue.d.ts +11 -10
- package/dist/components/popup/ImportNewVersionPopup.vue.d.ts.map +1 -1
- package/dist/components/popup/ImportPopupWithWorker.vue.d.ts +19 -1
- package/dist/components/popup/ImportPopupWithWorker.vue.d.ts.map +1 -1
- package/dist/components/popup/MemberListPopup.vue.d.ts +18 -17
- package/dist/components/popup/MemberListPopup.vue.d.ts.map +1 -1
- package/dist/components/popup/SendMailPopup.vue.d.ts +13 -12
- package/dist/components/popup/SendMailPopup.vue.d.ts.map +1 -1
- package/dist/components/popup/ShareLinkPopup.vue.d.ts +15 -10
- package/dist/components/popup/ShareLinkPopup.vue.d.ts.map +1 -1
- package/dist/components/search/AddCriterionPopup.vue.d.ts +19 -18
- package/dist/components/search/AddCriterionPopup.vue.d.ts.map +1 -1
- package/dist/components/search/AdvancedSearchPanel.vue.d.ts +43 -41
- package/dist/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
- package/dist/components/search/AdvancedViewPanel.vue.d.ts +43 -41
- package/dist/components/search/AdvancedViewPanel.vue.d.ts.map +1 -1
- package/dist/components/search/ExactSearch.vue.d.ts +3 -2
- package/dist/components/search/ExactSearch.vue.d.ts.map +1 -1
- package/dist/components/search/SaveViewPopup.vue.d.ts +11 -10
- package/dist/components/search/SaveViewPopup.vue.d.ts.map +1 -1
- package/dist/components/search/UserViewsFavoritesPanel.vue.d.ts +3 -2
- package/dist/components/search/UserViewsFavoritesPanel.vue.d.ts.map +1 -1
- package/dist/components/users/MemberList.vue.d.ts +15 -14
- package/dist/components/users/MemberList.vue.d.ts.map +1 -1
- package/dist/components/viewer/AudioPlayer.vue.d.ts +39 -0
- package/dist/components/viewer/AudioPlayer.vue.d.ts.map +1 -0
- package/dist/components/viewer/ImageViewer.vue.d.ts +10 -9
- package/dist/components/viewer/ImageViewer.vue.d.ts.map +1 -1
- package/dist/components/viewer/PDFComponent.vue.d.ts +20 -19
- package/dist/components/viewer/PDFComponent.vue.d.ts.map +1 -1
- package/dist/components/viewer/VideoPlayer.vue.d.ts +7 -6
- package/dist/components/viewer/VideoPlayer.vue.d.ts.map +1 -1
- package/dist/components/workspace/WorkspaceCard.vue.d.ts +184 -0
- package/dist/components/workspace/WorkspaceCard.vue.d.ts.map +1 -0
- package/dist/components/workspace/WorkspaceList.vue.d.ts +380 -0
- package/dist/components/workspace/WorkspaceList.vue.d.ts.map +1 -0
- package/dist/composables/useCollabEditor.d.ts.map +1 -1
- package/dist/composables/useLayout.d.ts +86 -0
- package/dist/composables/useLayout.d.ts.map +1 -0
- package/dist/composables/useTheme.d.ts +105 -0
- package/dist/composables/useTheme.d.ts.map +1 -0
- package/dist/i18n/index.d.ts +96 -418
- package/dist/i18n/index.d.ts.map +1 -1
- package/dist/index.d.ts +13 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/pages/ErrorPage.vue.d.ts.map +1 -1
- package/dist/pages/LoginPage.vue.d.ts +11 -10
- package/dist/pages/LoginPage.vue.d.ts.map +1 -1
- package/dist/pages/NotFoundPages.vue.d.ts +29 -4
- package/dist/pages/NotFoundPages.vue.d.ts.map +1 -1
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +12796 -10277
- package/dist/pristy-libvue.es.js.map +1 -1
- package/dist/pristy-libvue.umd.js +20 -19
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/services/AlfrescoNodeService.d.ts.map +1 -1
- package/dist/services/CollabService.d.ts +2 -12
- package/dist/services/CollabService.d.ts.map +1 -1
- package/dist/stores/menu.d.ts.map +1 -1
- package/dist/stores/search.d.ts.map +1 -1
- package/package.json +4 -2
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { MenuProps, MenuSlots, MenuMethods } from 'primevue/menu';
|
|
4
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
5
|
+
/**
|
|
6
|
+
* Logo image path
|
|
7
|
+
*/
|
|
8
|
+
logo: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* Logo alt text
|
|
14
|
+
*/
|
|
15
|
+
logoAlt: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* Profile button tooltip
|
|
21
|
+
*/
|
|
22
|
+
profileTooltip: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* Bottom navigation bar items
|
|
28
|
+
* Each item: { key, icon, label, labelKey, to }
|
|
29
|
+
* - key: unique identifier (optional, defaults to 'to')
|
|
30
|
+
* - icon: Remixicon class (e.g., 'ri-home-line')
|
|
31
|
+
* - label: display text (used if labelKey not provided)
|
|
32
|
+
* - labelKey: i18n translation key
|
|
33
|
+
* - to: route path
|
|
34
|
+
*/
|
|
35
|
+
bottomBarItems: {
|
|
36
|
+
type: ArrayConstructor;
|
|
37
|
+
default: () => any[];
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Profile menu items
|
|
41
|
+
* Each item: { label, labelKey, icon, to, action, separator }
|
|
42
|
+
* - action: 'logout' for logout action
|
|
43
|
+
*/
|
|
44
|
+
profileMenuItems: {
|
|
45
|
+
type: ArrayConstructor;
|
|
46
|
+
default: () => any[];
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* Logout label for profile menu
|
|
50
|
+
*/
|
|
51
|
+
logoutLabel: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* Show logout in profile menu
|
|
57
|
+
*/
|
|
58
|
+
showLogout: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* Login route name for redirect after logout
|
|
64
|
+
*/
|
|
65
|
+
loginRouteName: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
}>, {
|
|
70
|
+
computedProfileItems: ComputedRef<({
|
|
71
|
+
label: any;
|
|
72
|
+
icon: any;
|
|
73
|
+
} | {
|
|
74
|
+
separator: boolean;
|
|
75
|
+
})[]>;
|
|
76
|
+
}, {}, {}, {
|
|
77
|
+
toggleProfileMenu(event: any): void;
|
|
78
|
+
isActiveRoute(item: any): boolean;
|
|
79
|
+
handleLogout(): Promise<void>;
|
|
80
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, "logout"[], "logout", PublicProps, Readonly< ExtractPropTypes<{
|
|
81
|
+
/**
|
|
82
|
+
* Logo image path
|
|
83
|
+
*/
|
|
84
|
+
logo: {
|
|
85
|
+
type: StringConstructor;
|
|
86
|
+
default: string;
|
|
87
|
+
};
|
|
88
|
+
/**
|
|
89
|
+
* Logo alt text
|
|
90
|
+
*/
|
|
91
|
+
logoAlt: {
|
|
92
|
+
type: StringConstructor;
|
|
93
|
+
default: string;
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* Profile button tooltip
|
|
97
|
+
*/
|
|
98
|
+
profileTooltip: {
|
|
99
|
+
type: StringConstructor;
|
|
100
|
+
default: string;
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* Bottom navigation bar items
|
|
104
|
+
* Each item: { key, icon, label, labelKey, to }
|
|
105
|
+
* - key: unique identifier (optional, defaults to 'to')
|
|
106
|
+
* - icon: Remixicon class (e.g., 'ri-home-line')
|
|
107
|
+
* - label: display text (used if labelKey not provided)
|
|
108
|
+
* - labelKey: i18n translation key
|
|
109
|
+
* - to: route path
|
|
110
|
+
*/
|
|
111
|
+
bottomBarItems: {
|
|
112
|
+
type: ArrayConstructor;
|
|
113
|
+
default: () => any[];
|
|
114
|
+
};
|
|
115
|
+
/**
|
|
116
|
+
* Profile menu items
|
|
117
|
+
* Each item: { label, labelKey, icon, to, action, separator }
|
|
118
|
+
* - action: 'logout' for logout action
|
|
119
|
+
*/
|
|
120
|
+
profileMenuItems: {
|
|
121
|
+
type: ArrayConstructor;
|
|
122
|
+
default: () => any[];
|
|
123
|
+
};
|
|
124
|
+
/**
|
|
125
|
+
* Logout label for profile menu
|
|
126
|
+
*/
|
|
127
|
+
logoutLabel: {
|
|
128
|
+
type: StringConstructor;
|
|
129
|
+
default: string;
|
|
130
|
+
};
|
|
131
|
+
/**
|
|
132
|
+
* Show logout in profile menu
|
|
133
|
+
*/
|
|
134
|
+
showLogout: {
|
|
135
|
+
type: BooleanConstructor;
|
|
136
|
+
default: boolean;
|
|
137
|
+
};
|
|
138
|
+
/**
|
|
139
|
+
* Login route name for redirect after logout
|
|
140
|
+
*/
|
|
141
|
+
loginRouteName: {
|
|
142
|
+
type: StringConstructor;
|
|
143
|
+
default: string;
|
|
144
|
+
};
|
|
145
|
+
}>> & Readonly<{
|
|
146
|
+
onLogout?: (...args: any[]) => any;
|
|
147
|
+
}>, {
|
|
148
|
+
logoAlt: string;
|
|
149
|
+
logo: string;
|
|
150
|
+
showLogout: boolean;
|
|
151
|
+
loginRouteName: string;
|
|
152
|
+
profileTooltip: string;
|
|
153
|
+
bottomBarItems: unknown[];
|
|
154
|
+
profileMenuItems: unknown[];
|
|
155
|
+
logoutLabel: string;
|
|
156
|
+
}, {}, {
|
|
157
|
+
PrimeMenu: DefineComponent<MenuProps, MenuSlots, ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "hide") => void) & ((e: "show") => void), MenuMethods>;
|
|
158
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
159
|
+
export default _default;
|
|
160
|
+
//# sourceMappingURL=AppMobileLayout.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppMobileLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/AppMobileLayout.vue"],"names":[],"mappings":";;;AAyEA;;IA8XI;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;;;;;;OAQG;;;;;IAKH;;;;OAIG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;;;;;;;;;;;;;IA3DH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;;;;;;OAQG;;;;;IAKH;;;;OAIG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG"}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComputedRef, ComponentOptionsMixin, PublicProps, Ref, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
/**
|
|
4
|
+
* Menu items array to display in the sidebar
|
|
5
|
+
* Each item: { label, labelKey, icon, to, badge, items }
|
|
6
|
+
*/
|
|
7
|
+
menuItems: {
|
|
8
|
+
type: ArrayConstructor;
|
|
9
|
+
default: () => any[];
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* Full logo image path (shown when sidebar is expanded)
|
|
13
|
+
* Can be overridden with the #logo slot
|
|
14
|
+
*/
|
|
15
|
+
logoFull: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* Icon logo image path (shown when sidebar is collapsed)
|
|
21
|
+
* Can be overridden with the #logo slot
|
|
22
|
+
*/
|
|
23
|
+
logoIcon: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* Logo alt text
|
|
29
|
+
*/
|
|
30
|
+
logoAlt: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
}>, {
|
|
35
|
+
layoutState: {
|
|
36
|
+
menuMode: string;
|
|
37
|
+
menuTheme: string;
|
|
38
|
+
staticMenuDesktopInactive: boolean;
|
|
39
|
+
anchored: boolean;
|
|
40
|
+
mobileMenuActive: boolean;
|
|
41
|
+
overlayMenuActive: boolean;
|
|
42
|
+
profileSidebarVisible: boolean;
|
|
43
|
+
configSidebarVisible: boolean;
|
|
44
|
+
staticMenuMobileActive: boolean;
|
|
45
|
+
menuHoverActive: boolean;
|
|
46
|
+
sidebarActive: boolean;
|
|
47
|
+
activeMenuItem: any;
|
|
48
|
+
};
|
|
49
|
+
isSlim: ComputedRef<boolean>;
|
|
50
|
+
isSlimPlus: ComputedRef<boolean>;
|
|
51
|
+
isDrawer: ComputedRef<boolean>;
|
|
52
|
+
toggleAnchor: () => void;
|
|
53
|
+
isSlimMode: ComputedRef<boolean>;
|
|
54
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
55
|
+
/**
|
|
56
|
+
* Menu items array to display in the sidebar
|
|
57
|
+
* Each item: { label, labelKey, icon, to, badge, items }
|
|
58
|
+
*/
|
|
59
|
+
menuItems: {
|
|
60
|
+
type: ArrayConstructor;
|
|
61
|
+
default: () => any[];
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* Full logo image path (shown when sidebar is expanded)
|
|
65
|
+
* Can be overridden with the #logo slot
|
|
66
|
+
*/
|
|
67
|
+
logoFull: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* Icon logo image path (shown when sidebar is collapsed)
|
|
73
|
+
* Can be overridden with the #logo slot
|
|
74
|
+
*/
|
|
75
|
+
logoIcon: {
|
|
76
|
+
type: StringConstructor;
|
|
77
|
+
default: string;
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* Logo alt text
|
|
81
|
+
*/
|
|
82
|
+
logoAlt: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
}>> & Readonly<{}>, {
|
|
87
|
+
menuItems: unknown[];
|
|
88
|
+
logoFull: string;
|
|
89
|
+
logoIcon: string;
|
|
90
|
+
logoAlt: string;
|
|
91
|
+
}, {}, {
|
|
92
|
+
AppSubmenu: DefineComponent<ExtractPropTypes<{
|
|
93
|
+
items: {
|
|
94
|
+
type: ArrayConstructor;
|
|
95
|
+
default: () => any[];
|
|
96
|
+
};
|
|
97
|
+
}>, {
|
|
98
|
+
expandedSections: Ref<any[], any[]>;
|
|
99
|
+
isSlimMode: ComputedRef<boolean>;
|
|
100
|
+
isExpanded: (index: any) => boolean;
|
|
101
|
+
toggleSection: (index: any) => void;
|
|
102
|
+
isActive: (item: any) => boolean;
|
|
103
|
+
hasActiveChild: (section: any) => boolean;
|
|
104
|
+
isActiveSection: (item: any) => boolean;
|
|
105
|
+
getLabel: (item: any) => any;
|
|
106
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
107
|
+
items: {
|
|
108
|
+
type: ArrayConstructor;
|
|
109
|
+
default: () => any[];
|
|
110
|
+
};
|
|
111
|
+
}>> & Readonly<{}>, {
|
|
112
|
+
items: unknown[];
|
|
113
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
114
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
115
|
+
export default _default;
|
|
116
|
+
//# sourceMappingURL=AppSidebar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppSidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/AppSidebar.vue"],"names":[],"mappings":";AAuDA;;IA4OI;;;OAGG;;;;;IAKH;;;OAGG;;;;;IAKH;;;OAGG;;;;;IAKH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;IA1BH;;;OAGG;;;;;IAKH;;;OAGG;;;;;IAKH;;;OAGG;;;;;IAKH;;OAEG"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, Ref, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
/**
|
|
4
|
+
* Menu items array
|
|
5
|
+
* Each item can have: { label, labelKey, icon, to, badge, items }
|
|
6
|
+
* - label: Display text (used if labelKey not provided)
|
|
7
|
+
* - labelKey: i18n translation key
|
|
8
|
+
* - icon: Icon class (e.g., 'ri-home-line')
|
|
9
|
+
* - to: Route path
|
|
10
|
+
* - badge: Optional badge text
|
|
11
|
+
* - items: Array of sub-items (same structure)
|
|
12
|
+
*/
|
|
13
|
+
items: {
|
|
14
|
+
type: ArrayConstructor;
|
|
15
|
+
default: () => any[];
|
|
16
|
+
};
|
|
17
|
+
}>, {
|
|
18
|
+
expandedSections: Ref<any[], any[]>;
|
|
19
|
+
isSlimMode: ComputedRef<boolean>;
|
|
20
|
+
isExpanded: (index: any) => boolean;
|
|
21
|
+
toggleSection: (index: any) => void;
|
|
22
|
+
isActive: (item: any) => boolean;
|
|
23
|
+
hasActiveChild: (section: any) => boolean;
|
|
24
|
+
isActiveSection: (item: any) => boolean;
|
|
25
|
+
getLabel: (item: any) => any;
|
|
26
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
27
|
+
/**
|
|
28
|
+
* Menu items array
|
|
29
|
+
* Each item can have: { label, labelKey, icon, to, badge, items }
|
|
30
|
+
* - label: Display text (used if labelKey not provided)
|
|
31
|
+
* - labelKey: i18n translation key
|
|
32
|
+
* - icon: Icon class (e.g., 'ri-home-line')
|
|
33
|
+
* - to: Route path
|
|
34
|
+
* - badge: Optional badge text
|
|
35
|
+
* - items: Array of sub-items (same structure)
|
|
36
|
+
*/
|
|
37
|
+
items: {
|
|
38
|
+
type: ArrayConstructor;
|
|
39
|
+
default: () => any[];
|
|
40
|
+
};
|
|
41
|
+
}>> & Readonly<{}>, {
|
|
42
|
+
items: unknown[];
|
|
43
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
44
|
+
export default _default;
|
|
45
|
+
//# sourceMappingURL=AppSubmenu.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppSubmenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/AppSubmenu.vue"],"names":[],"mappings":";AAmGA;;IAkfI;;;;;;;;;OASG;;;;;;;;;;;;;;;IATH;;;;;;;;;OASG"}
|
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { MenuProps, MenuSlots, MenuMethods } from 'primevue/menu';
|
|
4
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
5
|
+
/**
|
|
6
|
+
* Show the menu toggle button
|
|
7
|
+
*/
|
|
8
|
+
showMenuButton: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* Enable horizontal menu mode
|
|
14
|
+
*/
|
|
15
|
+
horizontalMenu: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* Show logo in topbar
|
|
21
|
+
*/
|
|
22
|
+
showLogo: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* Logo image path. Can be overridden with #logo slot.
|
|
28
|
+
*/
|
|
29
|
+
logo: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* Logo alt text
|
|
35
|
+
*/
|
|
36
|
+
logoAlt: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* Menu items for horizontal mode
|
|
42
|
+
* Each item: { label, labelKey, icon, to, items }
|
|
43
|
+
*/
|
|
44
|
+
menuItems: {
|
|
45
|
+
type: ArrayConstructor;
|
|
46
|
+
default: () => any[];
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* Show search button
|
|
50
|
+
*/
|
|
51
|
+
showSearch: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* Search route path
|
|
57
|
+
*/
|
|
58
|
+
searchRoute: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* Search button tooltip
|
|
64
|
+
*/
|
|
65
|
+
searchTooltip: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* Portal URL (external link). Set to empty to hide.
|
|
71
|
+
*/
|
|
72
|
+
portalUrl: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* Portal button tooltip
|
|
78
|
+
*/
|
|
79
|
+
portalTooltip: {
|
|
80
|
+
type: StringConstructor;
|
|
81
|
+
default: string;
|
|
82
|
+
};
|
|
83
|
+
/**
|
|
84
|
+
* Settings menu items array
|
|
85
|
+
* Each item: { label, icon, command }
|
|
86
|
+
*/
|
|
87
|
+
settingsItems: {
|
|
88
|
+
type: ArrayConstructor;
|
|
89
|
+
default: () => any[];
|
|
90
|
+
};
|
|
91
|
+
/**
|
|
92
|
+
* Settings button tooltip
|
|
93
|
+
*/
|
|
94
|
+
settingsTooltip: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
default: string;
|
|
97
|
+
};
|
|
98
|
+
/**
|
|
99
|
+
* Show logout button
|
|
100
|
+
*/
|
|
101
|
+
showLogout: {
|
|
102
|
+
type: BooleanConstructor;
|
|
103
|
+
default: boolean;
|
|
104
|
+
};
|
|
105
|
+
/**
|
|
106
|
+
* Logout button tooltip
|
|
107
|
+
*/
|
|
108
|
+
logoutTooltip: {
|
|
109
|
+
type: StringConstructor;
|
|
110
|
+
default: string;
|
|
111
|
+
};
|
|
112
|
+
/**
|
|
113
|
+
* Login route name for redirect after logout
|
|
114
|
+
*/
|
|
115
|
+
loginRouteName: {
|
|
116
|
+
type: StringConstructor;
|
|
117
|
+
default: string;
|
|
118
|
+
};
|
|
119
|
+
}>, {
|
|
120
|
+
isMobile: ComputedRef<boolean>;
|
|
121
|
+
computedSettingsItems: ComputedRef<unknown[]>;
|
|
122
|
+
}, {}, {}, {
|
|
123
|
+
getLabel(item: any): any;
|
|
124
|
+
hasActiveChild(item: any): boolean;
|
|
125
|
+
toggleDropdown(event: any, item: any): void;
|
|
126
|
+
getDropdownItems(item: any): any;
|
|
127
|
+
toggleSettingsMenu(event: any): void;
|
|
128
|
+
handleLogout(): Promise<void>;
|
|
129
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, ("logout" | "toggle-menu")[], "logout" | "toggle-menu", PublicProps, Readonly< ExtractPropTypes<{
|
|
130
|
+
/**
|
|
131
|
+
* Show the menu toggle button
|
|
132
|
+
*/
|
|
133
|
+
showMenuButton: {
|
|
134
|
+
type: BooleanConstructor;
|
|
135
|
+
default: boolean;
|
|
136
|
+
};
|
|
137
|
+
/**
|
|
138
|
+
* Enable horizontal menu mode
|
|
139
|
+
*/
|
|
140
|
+
horizontalMenu: {
|
|
141
|
+
type: BooleanConstructor;
|
|
142
|
+
default: boolean;
|
|
143
|
+
};
|
|
144
|
+
/**
|
|
145
|
+
* Show logo in topbar
|
|
146
|
+
*/
|
|
147
|
+
showLogo: {
|
|
148
|
+
type: BooleanConstructor;
|
|
149
|
+
default: boolean;
|
|
150
|
+
};
|
|
151
|
+
/**
|
|
152
|
+
* Logo image path. Can be overridden with #logo slot.
|
|
153
|
+
*/
|
|
154
|
+
logo: {
|
|
155
|
+
type: StringConstructor;
|
|
156
|
+
default: string;
|
|
157
|
+
};
|
|
158
|
+
/**
|
|
159
|
+
* Logo alt text
|
|
160
|
+
*/
|
|
161
|
+
logoAlt: {
|
|
162
|
+
type: StringConstructor;
|
|
163
|
+
default: string;
|
|
164
|
+
};
|
|
165
|
+
/**
|
|
166
|
+
* Menu items for horizontal mode
|
|
167
|
+
* Each item: { label, labelKey, icon, to, items }
|
|
168
|
+
*/
|
|
169
|
+
menuItems: {
|
|
170
|
+
type: ArrayConstructor;
|
|
171
|
+
default: () => any[];
|
|
172
|
+
};
|
|
173
|
+
/**
|
|
174
|
+
* Show search button
|
|
175
|
+
*/
|
|
176
|
+
showSearch: {
|
|
177
|
+
type: BooleanConstructor;
|
|
178
|
+
default: boolean;
|
|
179
|
+
};
|
|
180
|
+
/**
|
|
181
|
+
* Search route path
|
|
182
|
+
*/
|
|
183
|
+
searchRoute: {
|
|
184
|
+
type: StringConstructor;
|
|
185
|
+
default: string;
|
|
186
|
+
};
|
|
187
|
+
/**
|
|
188
|
+
* Search button tooltip
|
|
189
|
+
*/
|
|
190
|
+
searchTooltip: {
|
|
191
|
+
type: StringConstructor;
|
|
192
|
+
default: string;
|
|
193
|
+
};
|
|
194
|
+
/**
|
|
195
|
+
* Portal URL (external link). Set to empty to hide.
|
|
196
|
+
*/
|
|
197
|
+
portalUrl: {
|
|
198
|
+
type: StringConstructor;
|
|
199
|
+
default: string;
|
|
200
|
+
};
|
|
201
|
+
/**
|
|
202
|
+
* Portal button tooltip
|
|
203
|
+
*/
|
|
204
|
+
portalTooltip: {
|
|
205
|
+
type: StringConstructor;
|
|
206
|
+
default: string;
|
|
207
|
+
};
|
|
208
|
+
/**
|
|
209
|
+
* Settings menu items array
|
|
210
|
+
* Each item: { label, icon, command }
|
|
211
|
+
*/
|
|
212
|
+
settingsItems: {
|
|
213
|
+
type: ArrayConstructor;
|
|
214
|
+
default: () => any[];
|
|
215
|
+
};
|
|
216
|
+
/**
|
|
217
|
+
* Settings button tooltip
|
|
218
|
+
*/
|
|
219
|
+
settingsTooltip: {
|
|
220
|
+
type: StringConstructor;
|
|
221
|
+
default: string;
|
|
222
|
+
};
|
|
223
|
+
/**
|
|
224
|
+
* Show logout button
|
|
225
|
+
*/
|
|
226
|
+
showLogout: {
|
|
227
|
+
type: BooleanConstructor;
|
|
228
|
+
default: boolean;
|
|
229
|
+
};
|
|
230
|
+
/**
|
|
231
|
+
* Logout button tooltip
|
|
232
|
+
*/
|
|
233
|
+
logoutTooltip: {
|
|
234
|
+
type: StringConstructor;
|
|
235
|
+
default: string;
|
|
236
|
+
};
|
|
237
|
+
/**
|
|
238
|
+
* Login route name for redirect after logout
|
|
239
|
+
*/
|
|
240
|
+
loginRouteName: {
|
|
241
|
+
type: StringConstructor;
|
|
242
|
+
default: string;
|
|
243
|
+
};
|
|
244
|
+
}>> & Readonly<{
|
|
245
|
+
onLogout?: (...args: any[]) => any;
|
|
246
|
+
"onToggle-menu"?: (...args: any[]) => any;
|
|
247
|
+
}>, {
|
|
248
|
+
menuItems: unknown[];
|
|
249
|
+
logoAlt: string;
|
|
250
|
+
showMenuButton: boolean;
|
|
251
|
+
horizontalMenu: boolean;
|
|
252
|
+
showLogo: boolean;
|
|
253
|
+
logo: string;
|
|
254
|
+
showSearch: boolean;
|
|
255
|
+
searchRoute: string;
|
|
256
|
+
searchTooltip: string;
|
|
257
|
+
portalUrl: string;
|
|
258
|
+
portalTooltip: string;
|
|
259
|
+
settingsItems: unknown[];
|
|
260
|
+
settingsTooltip: string;
|
|
261
|
+
showLogout: boolean;
|
|
262
|
+
logoutTooltip: string;
|
|
263
|
+
loginRouteName: string;
|
|
264
|
+
}, {}, {
|
|
265
|
+
PrimeMenu: DefineComponent<MenuProps, MenuSlots, ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "hide") => void) & ((e: "show") => void), MenuMethods>;
|
|
266
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
267
|
+
export default _default;
|
|
268
|
+
//# sourceMappingURL=AppTopbar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppTopbar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/AppTopbar.vue"],"names":[],"mappings":";;;AA8HA;;IA4gBI;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;;;;;;;;;;;;IA7GH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { DividerProps, DividerSlots } from 'primevue/divider';
|
|
4
|
+
import { MenuProps, MenuSlots, MenuMethods } from 'primevue/menu';
|
|
4
5
|
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
5
6
|
actionMenuItems: {
|
|
6
7
|
type: ArrayConstructor;
|
|
@@ -18,8 +19,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
18
19
|
}>> & Readonly<{}>, {
|
|
19
20
|
actionMenuItems: unknown[];
|
|
20
21
|
}, {}, {
|
|
21
|
-
PrimeDivider:
|
|
22
|
-
PrimeMenu:
|
|
22
|
+
PrimeDivider: DefineComponent<DividerProps, DividerSlots, (e: string, ...args: any[]) => void>;
|
|
23
|
+
PrimeMenu: DefineComponent<MenuProps, MenuSlots, ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "hide") => void) & ((e: "show") => void), MenuMethods>;
|
|
23
24
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
24
25
|
export default _default;
|
|
25
26
|
//# sourceMappingURL=ActionMenu.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ActionMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/menu/ActionMenu.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ActionMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/menu/ActionMenu.vue"],"names":[],"mappings":";;;;AAiDA;"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { ButtonProps, ButtonSlots } from 'primevue/button';
|
|
4
|
+
import { SelectProps, SelectSlots, SelectFilterEvent, SelectChangeEvent, SelectMethods } from 'primevue/select';
|
|
5
|
+
import { CheckboxProps, CheckboxSlots } from 'primevue/checkbox';
|
|
4
6
|
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
5
7
|
selectedSortFilter: {
|
|
6
8
|
type: ObjectConstructor;
|
|
@@ -10,6 +12,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
10
12
|
type: BooleanConstructor;
|
|
11
13
|
default: boolean;
|
|
12
14
|
};
|
|
15
|
+
items: {
|
|
16
|
+
type: ArrayConstructor;
|
|
17
|
+
default: () => any[];
|
|
18
|
+
};
|
|
19
|
+
selectedNodes: {
|
|
20
|
+
type: ArrayConstructor;
|
|
21
|
+
default: () => any[];
|
|
22
|
+
};
|
|
13
23
|
}>, {}, {
|
|
14
24
|
filterSortOption: ({
|
|
15
25
|
name: string;
|
|
@@ -27,9 +37,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
27
37
|
get(): Record<string, any>;
|
|
28
38
|
set(value: any): void;
|
|
29
39
|
};
|
|
40
|
+
isAllSelected(): boolean;
|
|
30
41
|
}, {
|
|
31
42
|
changeSortOrder(): void;
|
|
32
|
-
|
|
43
|
+
toggleSelectAll(value: any): void;
|
|
44
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, ("changeSortOrder" | "update:selectedSortFilter" | "toggle-select-all")[], "changeSortOrder" | "update:selectedSortFilter" | "toggle-select-all", PublicProps, Readonly< ExtractPropTypes<{
|
|
33
45
|
selectedSortFilter: {
|
|
34
46
|
type: ObjectConstructor;
|
|
35
47
|
default: () => {};
|
|
@@ -38,15 +50,27 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
38
50
|
type: BooleanConstructor;
|
|
39
51
|
default: boolean;
|
|
40
52
|
};
|
|
53
|
+
items: {
|
|
54
|
+
type: ArrayConstructor;
|
|
55
|
+
default: () => any[];
|
|
56
|
+
};
|
|
57
|
+
selectedNodes: {
|
|
58
|
+
type: ArrayConstructor;
|
|
59
|
+
default: () => any[];
|
|
60
|
+
};
|
|
41
61
|
}>> & Readonly<{
|
|
42
62
|
onChangeSortOrder?: (...args: any[]) => any;
|
|
43
63
|
"onUpdate:selectedSortFilter"?: (...args: any[]) => any;
|
|
64
|
+
"onToggle-select-all"?: (...args: any[]) => any;
|
|
44
65
|
}>, {
|
|
66
|
+
items: unknown[];
|
|
67
|
+
selectedNodes: unknown[];
|
|
45
68
|
selectedSortFilter: Record<string, any>;
|
|
46
69
|
isAscending: boolean;
|
|
47
70
|
}, {}, {
|
|
48
|
-
PrimeButton:
|
|
49
|
-
|
|
71
|
+
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
72
|
+
PrimeSelect: DefineComponent<SelectProps, SelectSlots, ((e: "filter", event: SelectFilterEvent) => void) & ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "hide") => void) & ((e: "show") => void) & ((e: "change", event: SelectChangeEvent) => void) & ((e: "before-show") => void) & ((e: "before-hide") => void), SelectMethods>;
|
|
73
|
+
PrimeCheckbox: DefineComponent<CheckboxProps, CheckboxSlots, ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "update:indeterminate", value: false) => void) & ((e: "change", event: Event) => void)>;
|
|
50
74
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
51
75
|
export default _default;
|
|
52
76
|
//# sourceMappingURL=ContentFiltersHeader.vue.d.ts.map
|