@nextcloud/vue 9.10.0 → 9.12.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/CHANGELOG.md +31 -0
- package/dist/assets/NcActionInput.css +66 -66
- package/dist/assets/NcActions.css +12 -12
- package/dist/assets/NcAppNavigationItem.css +54 -52
- package/dist/assets/NcAppNavigationList.css +2 -26
- package/dist/assets/NcAppNavigationNewItem.css +9 -7
- package/dist/assets/NcAppNavigationSettings.css +6 -6
- package/dist/assets/NcAppSettingsDialog.css +3 -3
- package/dist/assets/NcAppSettingsShortcutsSection.css +1 -1
- package/dist/assets/NcAppSidebar.css +130 -76
- package/dist/assets/NcAppSidebarTab.css +4 -4
- package/dist/assets/NcAssistantButton.css +9 -9
- package/dist/assets/NcAssistantContent.css +3 -3
- package/dist/assets/NcAssistantIcon.css +4 -4
- package/dist/assets/NcAvatar.css +26 -26
- package/dist/assets/NcBlurHash.css +2 -2
- package/dist/assets/NcDateTimePicker.css +234 -234
- package/dist/assets/NcFilePicker.css +1 -1
- package/dist/assets/NcFormBox.css +11 -11
- package/dist/assets/NcFormBoxButton.css +2 -2
- package/dist/assets/NcFormBoxItem.css +15 -15
- package/dist/assets/NcFormBoxSwitch.css +2 -2
- package/dist/assets/NcFormGroup.css +7 -7
- package/dist/assets/NcHotkey.css +8 -8
- package/dist/assets/NcHotkeyList.css +2 -2
- package/dist/assets/NcIconToggleSwitch.css +4 -4
- package/dist/assets/NcKbd.css +3 -3
- package/dist/assets/NcModal.css +69 -63
- package/dist/assets/NcPopover.css +16 -16
- package/dist/assets/NcProfileHoverCard.css +82 -59
- package/dist/assets/NcRadioGroup.css +2 -2
- package/dist/assets/NcRadioGroupButton.css +14 -14
- package/dist/assets/NcRichContenteditable.css +17 -17
- package/dist/assets/NcRichText.css +2 -2
- package/dist/assets/NcSelect.css +25 -0
- package/dist/assets/NcUploadPicker.css +41 -0
- package/dist/assets/autolink.css +3 -3
- package/dist/chunks/NcActionInput.mjs +4 -4
- package/dist/chunks/NcActionInput.mjs.map +1 -1
- package/dist/chunks/NcActions.mjs +4 -4
- package/dist/chunks/NcActions.mjs.map +1 -1
- package/dist/chunks/NcAppContent.mjs +4 -4
- package/dist/chunks/NcAppContent.mjs.map +1 -1
- package/dist/chunks/NcAppNavigation.mjs +2 -2
- package/dist/chunks/NcAppNavigationItem.mjs +6 -29
- package/dist/chunks/NcAppNavigationItem.mjs.map +1 -1
- package/dist/chunks/NcAppNavigationList.mjs +8 -138
- package/dist/chunks/NcAppNavigationList.mjs.map +1 -1
- package/dist/chunks/NcAppNavigationNewItem.mjs +1 -1
- package/dist/chunks/NcAppNavigationNewItem.mjs.map +1 -1
- package/dist/chunks/NcAppNavigationSearch.mjs +2 -2
- package/dist/chunks/NcAppNavigationSettings.mjs +8 -8
- package/dist/chunks/NcAppSettingsDialog.mjs +5 -5
- package/dist/chunks/NcAppSettingsShortcutsSection.mjs +3 -3
- package/dist/chunks/NcAppSidebar.mjs +165 -31
- package/dist/chunks/NcAppSidebar.mjs.map +1 -1
- package/dist/chunks/NcAppSidebarTab.mjs +12 -5
- package/dist/chunks/NcAppSidebarTab.mjs.map +1 -1
- package/dist/chunks/NcAssistantButton.mjs +7 -7
- package/dist/chunks/NcAssistantContent.mjs +3 -3
- package/dist/chunks/NcAssistantIcon.mjs +4 -4
- package/dist/chunks/NcAvatar.mjs +17 -4
- package/dist/chunks/NcAvatar.mjs.map +1 -1
- package/dist/chunks/NcBlurHash.mjs +2 -2
- package/dist/chunks/NcCheckboxRadioSwitch.mjs +1 -1
- package/dist/chunks/NcCollectionList.mjs +3 -3
- package/dist/chunks/NcColorPicker.mjs +2 -2
- package/dist/chunks/NcContent.mjs +2 -2
- package/dist/chunks/NcDashboardWidget.mjs +4 -4
- package/dist/chunks/NcDashboardWidget.mjs.map +1 -1
- package/dist/chunks/NcDateTimePicker.mjs +7 -4
- package/dist/chunks/NcDateTimePicker.mjs.map +1 -1
- package/dist/chunks/NcDateTimePickerNative.mjs +2 -2
- package/dist/chunks/NcDialogButton.vue_vue_type_script_setup_true_lang.mjs +2 -2
- package/dist/chunks/NcEmojiPicker.mjs +2 -2
- package/dist/chunks/NcFilePicker.mjs +6 -5
- package/dist/chunks/NcFilePicker.mjs.map +1 -1
- package/dist/chunks/NcFormBox.mjs +5 -5
- package/dist/chunks/NcFormBoxButton.mjs +2 -2
- package/dist/chunks/NcFormBoxItem.mjs +8 -8
- package/dist/chunks/NcFormBoxSwitch.mjs +2 -2
- package/dist/chunks/NcFormGroup.mjs +7 -7
- package/dist/chunks/NcHotkey.mjs +4 -4
- package/dist/chunks/NcHotkeyList.mjs +4 -4
- package/dist/chunks/NcIconToggleSwitch.mjs +2 -2
- package/dist/chunks/NcKbd.mjs +4 -4
- package/dist/chunks/NcModal.mjs +13 -8
- package/dist/chunks/NcModal.mjs.map +1 -1
- package/dist/chunks/NcPasswordField.mjs +2 -2
- package/dist/chunks/NcPopover.mjs +2 -2
- package/dist/chunks/NcProfileHoverCard.mjs +205 -157
- package/dist/chunks/NcProfileHoverCard.mjs.map +1 -1
- package/dist/chunks/NcRadioGroup.mjs +2 -2
- package/dist/chunks/NcRadioGroupButton.mjs +6 -6
- package/dist/chunks/NcReferenceWidget.mjs +2 -2
- package/dist/chunks/NcRelatedResourcesPanel.mjs +4 -4
- package/dist/chunks/NcRichContenteditable.mjs +12 -12
- package/dist/chunks/NcRichText.mjs +3 -3
- package/dist/chunks/NcRichText.mjs.map +1 -1
- package/dist/chunks/NcSelect.mjs +74 -5
- package/dist/chunks/NcSelect.mjs.map +1 -1
- package/dist/chunks/NcSettingsSection.mjs +2 -2
- package/dist/chunks/NcSettingsSelectGroup.mjs +2 -2
- package/dist/chunks/NcTextField.vue_vue_type_script_setup_true_lang.mjs +2 -2
- package/dist/chunks/NcTimezonePicker.vue_vue_type_script_setup_true_lang.mjs +2 -2
- package/dist/chunks/NcUploadPicker.mjs +269 -0
- package/dist/chunks/NcUploadPicker.mjs.map +1 -0
- package/dist/chunks/NcUserStatusIcon.mjs +2 -2
- package/dist/chunks/_l10n.mjs +86 -84
- package/dist/chunks/_l10n.mjs.map +1 -1
- package/dist/chunks/autolink.mjs +3 -3
- package/dist/chunks/colors.mjs +2 -2
- package/dist/chunks/mdi.mjs +7 -5
- package/dist/chunks/mdi.mjs.map +1 -1
- package/dist/chunks/referencePickerModal.mjs +5 -5
- package/dist/components/NcActionInput/NcActionInput.vue.d.ts +38 -10
- package/dist/components/NcActions/NcActions.vue.d.ts +1 -1
- package/dist/components/NcAppNavigationCaption/NcAppNavigationCaption.vue.d.ts +1 -1
- package/dist/components/NcAppNavigationItem/NcAppNavigationItem.vue.d.ts +1 -5
- package/dist/components/NcAppNavigationList/NcAppNavigationList.vue.d.ts +1 -57
- package/dist/components/NcAppSidebar/NcAppSidebar.vue.d.ts +20 -1
- package/dist/components/NcAppSidebar/NcAppSidebarTabs.vue.d.ts +43 -0
- package/dist/components/NcAppSidebar/NcAppSidebarTabsButton.vue.d.ts +5 -0
- package/dist/components/NcAppSidebarTab/NcAppSidebarTab.vue.d.ts +14 -4
- package/dist/components/NcAvatar/NcAvatar.vue.d.ts +10 -1
- package/dist/components/NcBreadcrumb/NcBreadcrumb.vue.d.ts +1 -1
- package/dist/components/NcBreadcrumbs/NcBreadcrumbs.vue.d.ts +2 -2
- package/dist/components/NcCollectionList/NcCollectionList.vue.d.ts +41 -5
- package/dist/components/NcCollectionList/NcCollectionListItem.vue.d.ts +6 -2
- package/dist/components/NcDashboardWidget/NcDashboardWidget.vue.d.ts +11 -3
- package/dist/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +6 -2
- package/dist/components/NcDateTimePicker/NcDateTimePicker.vue.d.ts +7 -7
- package/dist/components/NcFilePicker/NcFilePicker.vue.d.ts +7 -0
- package/dist/components/NcListItem/NcListItem.vue.d.ts +1 -1
- package/dist/components/NcListItemIcon/NcListItemIcon.vue.d.ts +6 -2
- package/dist/components/NcProfileHoverCard/NcProfileHoverCard.vue.d.ts +6 -0
- package/dist/components/NcRichText/NcReferencePicker/NcProviderList.vue.d.ts +30 -2
- package/dist/components/NcRichText/NcReferencePicker/NcReferencePicker.vue.d.ts +60 -4
- package/dist/components/NcRichText/NcReferencePicker/NcReferencePickerModal.vue.d.ts +60 -4
- package/dist/components/NcRichText/NcReferencePicker/NcSearch.vue.d.ts +30 -2
- package/dist/components/NcSelect/NcSelect.vue.d.ts +39 -2
- package/dist/components/NcSelectTags/NcSelectTags.vue.d.ts +30 -2
- package/dist/components/NcSettingsSelectGroup/NcSettingsSelectGroup.vue.d.ts +30 -2
- package/dist/components/NcUploadPicker/NcUploadPicker.vue.d.ts +180 -0
- package/dist/components/NcUploadPicker/index.d.ts +6 -0
- package/dist/components/NcUploadPicker/index.mjs +5 -0
- package/dist/components/NcUploadPicker/index.mjs.map +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/composables/useFormatDateTime/index.mjs +2 -2
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +25 -11
- package/dist/chunks/highlight.mjs +0 -5
- package/dist/chunks/highlight.mjs.map +0 -1
- package/dist/components/NcAppNavigationList/highlight.d.ts +0 -12
|
@@ -269,6 +269,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
269
269
|
tooltip(): string | null | undefined;
|
|
270
270
|
initials(): string;
|
|
271
271
|
hoverCardActions(): any[] | null;
|
|
272
|
+
hoverCardDisplayName(): string | undefined;
|
|
272
273
|
hoverCardPreloadedUserStatus(): object | undefined;
|
|
273
274
|
menu(): any[];
|
|
274
275
|
legacyMenu(): any[];
|
|
@@ -591,12 +592,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
591
592
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
592
593
|
}>, {
|
|
593
594
|
size: string;
|
|
595
|
+
inline: number;
|
|
594
596
|
primary: boolean;
|
|
595
597
|
ariaLabel: string;
|
|
596
598
|
disabled: boolean;
|
|
597
599
|
variant: string;
|
|
598
600
|
wide: boolean;
|
|
599
|
-
inline: number;
|
|
600
601
|
open: boolean;
|
|
601
602
|
placement: string;
|
|
602
603
|
container: string | boolean | Element | Record<string, any>;
|
|
@@ -875,6 +876,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
875
876
|
NcPopover: import('vue').DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import('vue').PublicProps>;
|
|
876
877
|
NcProfileHoverCard: import('vue').DefineComponent<{
|
|
877
878
|
user?: string | null;
|
|
879
|
+
displayName?: string | null;
|
|
878
880
|
profile?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileData | null;
|
|
879
881
|
preloadedUserStatus?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IUserStatus | null;
|
|
880
882
|
open?: boolean;
|
|
@@ -882,12 +884,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
882
884
|
actionsLoading?: boolean;
|
|
883
885
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
884
886
|
user?: string | null;
|
|
887
|
+
displayName?: string | null;
|
|
885
888
|
profile?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileData | null;
|
|
886
889
|
preloadedUserStatus?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IUserStatus | null;
|
|
887
890
|
open?: boolean;
|
|
888
891
|
actions?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileHoverCardAction[] | null;
|
|
889
892
|
actionsLoading?: boolean;
|
|
890
893
|
}> & Readonly<{}>, {
|
|
894
|
+
displayName: string | null;
|
|
891
895
|
open: boolean;
|
|
892
896
|
actions: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileHoverCardAction[] | null;
|
|
893
897
|
user: string | null;
|
|
@@ -1134,12 +1138,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1134
1138
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
1135
1139
|
}>, {
|
|
1136
1140
|
size: string;
|
|
1141
|
+
inline: number;
|
|
1137
1142
|
primary: boolean;
|
|
1138
1143
|
ariaLabel: string;
|
|
1139
1144
|
disabled: boolean;
|
|
1140
1145
|
variant: string;
|
|
1141
1146
|
wide: boolean;
|
|
1142
|
-
inline: number;
|
|
1143
1147
|
open: boolean;
|
|
1144
1148
|
placement: string;
|
|
1145
1149
|
container: string | boolean | Element | Record<string, any>;
|
|
@@ -1512,6 +1516,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1512
1516
|
tooltip(): string | null | undefined;
|
|
1513
1517
|
initials(): string;
|
|
1514
1518
|
hoverCardActions(): any[] | null;
|
|
1519
|
+
hoverCardDisplayName(): string | undefined;
|
|
1515
1520
|
hoverCardPreloadedUserStatus(): object | undefined;
|
|
1516
1521
|
menu(): any[];
|
|
1517
1522
|
legacyMenu(): any[];
|
|
@@ -1834,12 +1839,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1834
1839
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
1835
1840
|
}>, {
|
|
1836
1841
|
size: string;
|
|
1842
|
+
inline: number;
|
|
1837
1843
|
primary: boolean;
|
|
1838
1844
|
ariaLabel: string;
|
|
1839
1845
|
disabled: boolean;
|
|
1840
1846
|
variant: string;
|
|
1841
1847
|
wide: boolean;
|
|
1842
|
-
inline: number;
|
|
1843
1848
|
open: boolean;
|
|
1844
1849
|
placement: string;
|
|
1845
1850
|
container: string | boolean | Element | Record<string, any>;
|
|
@@ -2118,6 +2123,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2118
2123
|
NcPopover: import('vue').DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import('vue').PublicProps>;
|
|
2119
2124
|
NcProfileHoverCard: import('vue').DefineComponent<{
|
|
2120
2125
|
user?: string | null;
|
|
2126
|
+
displayName?: string | null;
|
|
2121
2127
|
profile?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileData | null;
|
|
2122
2128
|
preloadedUserStatus?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IUserStatus | null;
|
|
2123
2129
|
open?: boolean;
|
|
@@ -2125,12 +2131,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2125
2131
|
actionsLoading?: boolean;
|
|
2126
2132
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
2127
2133
|
user?: string | null;
|
|
2134
|
+
displayName?: string | null;
|
|
2128
2135
|
profile?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileData | null;
|
|
2129
2136
|
preloadedUserStatus?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IUserStatus | null;
|
|
2130
2137
|
open?: boolean;
|
|
2131
2138
|
actions?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileHoverCardAction[] | null;
|
|
2132
2139
|
actionsLoading?: boolean;
|
|
2133
2140
|
}> & Readonly<{}>, {
|
|
2141
|
+
displayName: string | null;
|
|
2134
2142
|
open: boolean;
|
|
2135
2143
|
actions: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileHoverCardAction[] | null;
|
|
2136
2144
|
user: string | null;
|
|
@@ -2162,16 +2170,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2162
2170
|
NcSelect: import('vue').DefineComponent<{}, {
|
|
2163
2171
|
avatarSize: number;
|
|
2164
2172
|
isLegacy: boolean;
|
|
2173
|
+
mdiAlertCircleOutline: string;
|
|
2174
|
+
mdiCheck: string;
|
|
2165
2175
|
}, {
|
|
2166
2176
|
search: string;
|
|
2167
2177
|
}, {
|
|
2168
|
-
inputRequired():
|
|
2178
|
+
inputRequired(): boolean | null;
|
|
2169
2179
|
localCalculatePosition(): any;
|
|
2170
2180
|
localFilterBy(): any;
|
|
2171
2181
|
localLabel(): any;
|
|
2172
|
-
propsToForward():
|
|
2182
|
+
propsToForward(): {
|
|
2183
|
+
calculatePosition: any;
|
|
2184
|
+
closeOnSelect: boolean;
|
|
2185
|
+
filterBy: any;
|
|
2186
|
+
label: any;
|
|
2187
|
+
};
|
|
2173
2188
|
}, {
|
|
2174
2189
|
t: (original: string, placeholders?: Record<string, string | number>) => string;
|
|
2190
|
+
forwardedSlots(): string[];
|
|
2175
2191
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, (" " | "update:modelValue")[], " " | "update:modelValue", import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
2176
2192
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2177
2193
|
"on "?: ((...args: any[]) => any) | undefined;
|
|
@@ -2243,6 +2259,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2243
2259
|
highlight: import('../../utils/findRanges.ts').StringRange[];
|
|
2244
2260
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2245
2261
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2262
|
+
NcIconSvgWrapper: import('vue').DefineComponent<{
|
|
2263
|
+
directional?: boolean;
|
|
2264
|
+
inline?: boolean;
|
|
2265
|
+
svg?: string;
|
|
2266
|
+
name?: string;
|
|
2267
|
+
path?: string;
|
|
2268
|
+
size?: number | "auto";
|
|
2269
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
2270
|
+
directional?: boolean;
|
|
2271
|
+
inline?: boolean;
|
|
2272
|
+
svg?: string;
|
|
2273
|
+
name?: string;
|
|
2274
|
+
path?: string;
|
|
2275
|
+
size?: number | "auto";
|
|
2276
|
+
}> & Readonly<{}>, {
|
|
2277
|
+
size: number | "auto";
|
|
2278
|
+
name: string;
|
|
2279
|
+
svg: string;
|
|
2280
|
+
path: string;
|
|
2281
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
2246
2282
|
NcLoadingIcon: import('vue').DefineComponent<{
|
|
2247
2283
|
appearance?: "auto" | "light" | "dark";
|
|
2248
2284
|
name?: string;
|
|
@@ -157,6 +157,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
157
157
|
tooltip(): string | null | undefined;
|
|
158
158
|
initials(): string;
|
|
159
159
|
hoverCardActions(): any[] | null;
|
|
160
|
+
hoverCardDisplayName(): string | undefined;
|
|
160
161
|
hoverCardPreloadedUserStatus(): object | undefined;
|
|
161
162
|
menu(): any[];
|
|
162
163
|
legacyMenu(): any[];
|
|
@@ -479,12 +480,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
479
480
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
480
481
|
}>, {
|
|
481
482
|
size: string;
|
|
483
|
+
inline: number;
|
|
482
484
|
primary: boolean;
|
|
483
485
|
ariaLabel: string;
|
|
484
486
|
disabled: boolean;
|
|
485
487
|
variant: string;
|
|
486
488
|
wide: boolean;
|
|
487
|
-
inline: number;
|
|
488
489
|
open: boolean;
|
|
489
490
|
placement: string;
|
|
490
491
|
container: string | boolean | Element | Record<string, any>;
|
|
@@ -763,6 +764,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
763
764
|
NcPopover: import('vue').DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import('vue').PublicProps>;
|
|
764
765
|
NcProfileHoverCard: import('vue').DefineComponent<{
|
|
765
766
|
user?: string | null;
|
|
767
|
+
displayName?: string | null;
|
|
766
768
|
profile?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileData | null;
|
|
767
769
|
preloadedUserStatus?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IUserStatus | null;
|
|
768
770
|
open?: boolean;
|
|
@@ -770,12 +772,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
770
772
|
actionsLoading?: boolean;
|
|
771
773
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
772
774
|
user?: string | null;
|
|
775
|
+
displayName?: string | null;
|
|
773
776
|
profile?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileData | null;
|
|
774
777
|
preloadedUserStatus?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IUserStatus | null;
|
|
775
778
|
open?: boolean;
|
|
776
779
|
actions?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileHoverCardAction[] | null;
|
|
777
780
|
actionsLoading?: boolean;
|
|
778
781
|
}> & Readonly<{}>, {
|
|
782
|
+
displayName: string | null;
|
|
779
783
|
open: boolean;
|
|
780
784
|
actions: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileHoverCardAction[] | null;
|
|
781
785
|
user: string | null;
|
|
@@ -1022,12 +1026,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1022
1026
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
1023
1027
|
}>, {
|
|
1024
1028
|
size: string;
|
|
1029
|
+
inline: number;
|
|
1025
1030
|
primary: boolean;
|
|
1026
1031
|
ariaLabel: string;
|
|
1027
1032
|
disabled: boolean;
|
|
1028
1033
|
variant: string;
|
|
1029
1034
|
wide: boolean;
|
|
1030
|
-
inline: number;
|
|
1031
1035
|
open: boolean;
|
|
1032
1036
|
placement: string;
|
|
1033
1037
|
container: string | boolean | Element | Record<string, any>;
|
|
@@ -237,6 +237,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
237
237
|
tooltip(): string | null | undefined;
|
|
238
238
|
initials(): string;
|
|
239
239
|
hoverCardActions(): any[] | null;
|
|
240
|
+
hoverCardDisplayName(): string | undefined;
|
|
240
241
|
hoverCardPreloadedUserStatus(): object | undefined;
|
|
241
242
|
menu(): any[];
|
|
242
243
|
legacyMenu(): any[];
|
|
@@ -559,12 +560,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
559
560
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
560
561
|
}>, {
|
|
561
562
|
size: string;
|
|
563
|
+
inline: number;
|
|
562
564
|
primary: boolean;
|
|
563
565
|
ariaLabel: string;
|
|
564
566
|
disabled: boolean;
|
|
565
567
|
variant: string;
|
|
566
568
|
wide: boolean;
|
|
567
|
-
inline: number;
|
|
568
569
|
open: boolean;
|
|
569
570
|
placement: string;
|
|
570
571
|
container: string | boolean | Element | Record<string, any>;
|
|
@@ -843,6 +844,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
843
844
|
NcPopover: import('vue').DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import('vue').PublicProps>;
|
|
844
845
|
NcProfileHoverCard: import('vue').DefineComponent<{
|
|
845
846
|
user?: string | null;
|
|
847
|
+
displayName?: string | null;
|
|
846
848
|
profile?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileData | null;
|
|
847
849
|
preloadedUserStatus?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IUserStatus | null;
|
|
848
850
|
open?: boolean;
|
|
@@ -850,12 +852,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
850
852
|
actionsLoading?: boolean;
|
|
851
853
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
852
854
|
user?: string | null;
|
|
855
|
+
displayName?: string | null;
|
|
853
856
|
profile?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileData | null;
|
|
854
857
|
preloadedUserStatus?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IUserStatus | null;
|
|
855
858
|
open?: boolean;
|
|
856
859
|
actions?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileHoverCardAction[] | null;
|
|
857
860
|
actionsLoading?: boolean;
|
|
858
861
|
}> & Readonly<{}>, {
|
|
862
|
+
displayName: string | null;
|
|
859
863
|
open: boolean;
|
|
860
864
|
actions: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileHoverCardAction[] | null;
|
|
861
865
|
user: string | null;
|
|
@@ -1091,6 +1095,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1091
1095
|
tooltip(): string | null | undefined;
|
|
1092
1096
|
initials(): string;
|
|
1093
1097
|
hoverCardActions(): any[] | null;
|
|
1098
|
+
hoverCardDisplayName(): string | undefined;
|
|
1094
1099
|
hoverCardPreloadedUserStatus(): object | undefined;
|
|
1095
1100
|
menu(): any[];
|
|
1096
1101
|
legacyMenu(): any[];
|
|
@@ -1413,12 +1418,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1413
1418
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
1414
1419
|
}>, {
|
|
1415
1420
|
size: string;
|
|
1421
|
+
inline: number;
|
|
1416
1422
|
primary: boolean;
|
|
1417
1423
|
ariaLabel: string;
|
|
1418
1424
|
disabled: boolean;
|
|
1419
1425
|
variant: string;
|
|
1420
1426
|
wide: boolean;
|
|
1421
|
-
inline: number;
|
|
1422
1427
|
open: boolean;
|
|
1423
1428
|
placement: string;
|
|
1424
1429
|
container: string | boolean | Element | Record<string, any>;
|
|
@@ -1697,6 +1702,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1697
1702
|
NcPopover: import('vue').DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import('vue').PublicProps>;
|
|
1698
1703
|
NcProfileHoverCard: import('vue').DefineComponent<{
|
|
1699
1704
|
user?: string | null;
|
|
1705
|
+
displayName?: string | null;
|
|
1700
1706
|
profile?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileData | null;
|
|
1701
1707
|
preloadedUserStatus?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IUserStatus | null;
|
|
1702
1708
|
open?: boolean;
|
|
@@ -1704,12 +1710,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1704
1710
|
actionsLoading?: boolean;
|
|
1705
1711
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
1706
1712
|
user?: string | null;
|
|
1713
|
+
displayName?: string | null;
|
|
1707
1714
|
profile?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileData | null;
|
|
1708
1715
|
preloadedUserStatus?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IUserStatus | null;
|
|
1709
1716
|
open?: boolean;
|
|
1710
1717
|
actions?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileHoverCardAction[] | null;
|
|
1711
1718
|
actionsLoading?: boolean;
|
|
1712
1719
|
}> & Readonly<{}>, {
|
|
1720
|
+
displayName: string | null;
|
|
1713
1721
|
open: boolean;
|
|
1714
1722
|
actions: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileHoverCardAction[] | null;
|
|
1715
1723
|
user: string | null;
|
|
@@ -1956,12 +1964,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1956
1964
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
1957
1965
|
}>, {
|
|
1958
1966
|
size: string;
|
|
1967
|
+
inline: number;
|
|
1959
1968
|
primary: boolean;
|
|
1960
1969
|
ariaLabel: string;
|
|
1961
1970
|
disabled: boolean;
|
|
1962
1971
|
variant: string;
|
|
1963
1972
|
wide: boolean;
|
|
1964
|
-
inline: number;
|
|
1965
1973
|
open: boolean;
|
|
1966
1974
|
placement: string;
|
|
1967
1975
|
container: string | boolean | Element | Record<string, any>;
|
|
@@ -265,6 +265,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
265
265
|
tooltip(): string | null | undefined;
|
|
266
266
|
initials(): string;
|
|
267
267
|
hoverCardActions(): any[] | null;
|
|
268
|
+
hoverCardDisplayName(): string | undefined;
|
|
268
269
|
hoverCardPreloadedUserStatus(): object | undefined;
|
|
269
270
|
menu(): any[];
|
|
270
271
|
legacyMenu(): any[];
|
|
@@ -587,12 +588,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
587
588
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
588
589
|
}>, {
|
|
589
590
|
size: string;
|
|
591
|
+
inline: number;
|
|
590
592
|
primary: boolean;
|
|
591
593
|
ariaLabel: string;
|
|
592
594
|
disabled: boolean;
|
|
593
595
|
variant: string;
|
|
594
596
|
wide: boolean;
|
|
595
|
-
inline: number;
|
|
596
597
|
open: boolean;
|
|
597
598
|
placement: string;
|
|
598
599
|
container: string | boolean | Element | Record<string, any>;
|
|
@@ -871,6 +872,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
871
872
|
NcPopover: import('vue').DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import('vue').PublicProps>;
|
|
872
873
|
NcProfileHoverCard: import('vue').DefineComponent<{
|
|
873
874
|
user?: string | null;
|
|
875
|
+
displayName?: string | null;
|
|
874
876
|
profile?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileData | null;
|
|
875
877
|
preloadedUserStatus?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IUserStatus | null;
|
|
876
878
|
open?: boolean;
|
|
@@ -878,12 +880,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
878
880
|
actionsLoading?: boolean;
|
|
879
881
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
880
882
|
user?: string | null;
|
|
883
|
+
displayName?: string | null;
|
|
881
884
|
profile?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileData | null;
|
|
882
885
|
preloadedUserStatus?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IUserStatus | null;
|
|
883
886
|
open?: boolean;
|
|
884
887
|
actions?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileHoverCardAction[] | null;
|
|
885
888
|
actionsLoading?: boolean;
|
|
886
889
|
}> & Readonly<{}>, {
|
|
890
|
+
displayName: string | null;
|
|
887
891
|
open: boolean;
|
|
888
892
|
actions: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileHoverCardAction[] | null;
|
|
889
893
|
user: string | null;
|
|
@@ -1130,12 +1134,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1130
1134
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
1131
1135
|
}>, {
|
|
1132
1136
|
size: string;
|
|
1137
|
+
inline: number;
|
|
1133
1138
|
primary: boolean;
|
|
1134
1139
|
ariaLabel: string;
|
|
1135
1140
|
disabled: boolean;
|
|
1136
1141
|
variant: string;
|
|
1137
1142
|
wide: boolean;
|
|
1138
|
-
inline: number;
|
|
1139
1143
|
open: boolean;
|
|
1140
1144
|
placement: string;
|
|
1141
1145
|
container: string | boolean | Element | Record<string, any>;
|
|
@@ -96,7 +96,7 @@ type __VLS_Props = {
|
|
|
96
96
|
*
|
|
97
97
|
* @default 'date'
|
|
98
98
|
*/
|
|
99
|
-
type?: '
|
|
99
|
+
type?: 'week' | 'month' | 'year' | 'date' | 'date-range' | 'time' | 'time-range' | 'datetime' | 'datetime-range';
|
|
100
100
|
/**
|
|
101
101
|
* Render the calendar inline (no input field).
|
|
102
102
|
*
|
|
@@ -116,9 +116,9 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
116
116
|
"onUpdate:modelValue"?: ((args_0: Date | [Date, Date] | null) => any) | undefined;
|
|
117
117
|
"onUpdate:timezoneId"?: ((...args: unknown[]) => any) | undefined;
|
|
118
118
|
}>, {
|
|
119
|
-
type: "
|
|
120
|
-
ariaLabel: string;
|
|
119
|
+
type: "week" | "month" | "year" | "date" | "date-range" | "time" | "time-range" | "datetime" | "datetime-range";
|
|
121
120
|
inline: boolean;
|
|
121
|
+
ariaLabel: string;
|
|
122
122
|
placeholder: string;
|
|
123
123
|
modelValue: Date | [Date, Date] | null;
|
|
124
124
|
min: Date;
|
|
@@ -304,13 +304,13 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
304
304
|
quarter: number;
|
|
305
305
|
year: number;
|
|
306
306
|
}) => boolean) | Partial<import('@vuepic/vue-datepicker').Highlight> | undefined> | null | undefined;
|
|
307
|
-
readonly dark?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
308
|
-
readonly disabled?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
309
307
|
readonly inline?: import('vue').Prop<boolean | {
|
|
310
308
|
input?: boolean;
|
|
311
309
|
} | undefined, boolean | {
|
|
312
310
|
input?: boolean;
|
|
313
311
|
} | undefined> | null | undefined;
|
|
312
|
+
readonly dark?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
313
|
+
readonly disabled?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
314
314
|
readonly placeholder?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
315
315
|
readonly modelValue?: import('vue').Prop<LibraryModelValue | undefined, LibraryModelValue | undefined> | null | undefined;
|
|
316
316
|
readonly range?: import('vue').Prop<boolean | import('@vuepic/vue-datepicker').RangeConfig | undefined, boolean | import('@vuepic/vue-datepicker').RangeConfig | undefined> | null | undefined;
|
|
@@ -835,13 +835,13 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
835
835
|
quarter: number;
|
|
836
836
|
year: number;
|
|
837
837
|
}) => boolean) | Partial<import('@vuepic/vue-datepicker').Highlight> | undefined> | null | undefined;
|
|
838
|
-
readonly dark?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
839
|
-
readonly disabled?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
840
838
|
readonly inline?: import('vue').Prop<boolean | {
|
|
841
839
|
input?: boolean;
|
|
842
840
|
} | undefined, boolean | {
|
|
843
841
|
input?: boolean;
|
|
844
842
|
} | undefined> | null | undefined;
|
|
843
|
+
readonly dark?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
844
|
+
readonly disabled?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
845
845
|
readonly placeholder?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
846
846
|
readonly modelValue?: import('vue').Prop<LibraryModelValue | undefined, LibraryModelValue | undefined> | null | undefined;
|
|
847
847
|
readonly range?: import('vue').Prop<boolean | import('@vuepic/vue-datepicker').RangeConfig | undefined, boolean | import('@vuepic/vue-datepicker').RangeConfig | undefined> | null | undefined;
|
|
@@ -73,6 +73,12 @@ type __VLS_Props = {
|
|
|
73
73
|
*/
|
|
74
74
|
variant?: 'primary' | 'secondary' | 'tertiary';
|
|
75
75
|
};
|
|
76
|
+
/**
|
|
77
|
+
* Trigger file picker
|
|
78
|
+
*
|
|
79
|
+
* @param uploadFolders - Whether to upload folders or files
|
|
80
|
+
*/
|
|
81
|
+
declare function triggerPickFiles(uploadFolders: boolean): void;
|
|
76
82
|
/**
|
|
77
83
|
* Reset the picker state of the currently selected files.
|
|
78
84
|
*/
|
|
@@ -109,6 +115,7 @@ declare function __VLS_template(): {
|
|
|
109
115
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
110
116
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
111
117
|
reset: typeof reset;
|
|
118
|
+
triggerPickFiles: typeof triggerPickFiles;
|
|
112
119
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
113
120
|
pick: (files: File[]) => any;
|
|
114
121
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
@@ -503,12 +503,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
503
503
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
504
504
|
}>, {
|
|
505
505
|
size: string;
|
|
506
|
+
inline: number;
|
|
506
507
|
primary: boolean;
|
|
507
508
|
ariaLabel: string;
|
|
508
509
|
disabled: boolean;
|
|
509
510
|
variant: string;
|
|
510
511
|
wide: boolean;
|
|
511
|
-
inline: number;
|
|
512
512
|
open: boolean;
|
|
513
513
|
placement: string;
|
|
514
514
|
container: string | boolean | Element | Record<string, any>;
|
|
@@ -201,9 +201,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
201
201
|
icon: string;
|
|
202
202
|
displayName: string;
|
|
203
203
|
avatarSize: number;
|
|
204
|
+
iconSvg: string;
|
|
204
205
|
isNoUser: boolean;
|
|
205
206
|
subname: string;
|
|
206
|
-
iconSvg: string;
|
|
207
207
|
iconName: string;
|
|
208
208
|
noMargin: boolean;
|
|
209
209
|
}, {}, {
|
|
@@ -305,6 +305,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
305
305
|
tooltip(): string | null | undefined;
|
|
306
306
|
initials(): string;
|
|
307
307
|
hoverCardActions(): any[] | null;
|
|
308
|
+
hoverCardDisplayName(): string | undefined;
|
|
308
309
|
hoverCardPreloadedUserStatus(): object | undefined;
|
|
309
310
|
menu(): any[];
|
|
310
311
|
legacyMenu(): any[];
|
|
@@ -627,12 +628,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
627
628
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
628
629
|
}>, {
|
|
629
630
|
size: string;
|
|
631
|
+
inline: number;
|
|
630
632
|
primary: boolean;
|
|
631
633
|
ariaLabel: string;
|
|
632
634
|
disabled: boolean;
|
|
633
635
|
variant: string;
|
|
634
636
|
wide: boolean;
|
|
635
|
-
inline: number;
|
|
636
637
|
open: boolean;
|
|
637
638
|
placement: string;
|
|
638
639
|
container: string | boolean | Element | Record<string, any>;
|
|
@@ -911,6 +912,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
911
912
|
NcPopover: import('vue').DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import('vue').PublicProps>;
|
|
912
913
|
NcProfileHoverCard: import('vue').DefineComponent<{
|
|
913
914
|
user?: string | null;
|
|
915
|
+
displayName?: string | null;
|
|
914
916
|
profile?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileData | null;
|
|
915
917
|
preloadedUserStatus?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IUserStatus | null;
|
|
916
918
|
open?: boolean;
|
|
@@ -918,12 +920,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
918
920
|
actionsLoading?: boolean;
|
|
919
921
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
920
922
|
user?: string | null;
|
|
923
|
+
displayName?: string | null;
|
|
921
924
|
profile?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileData | null;
|
|
922
925
|
preloadedUserStatus?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IUserStatus | null;
|
|
923
926
|
open?: boolean;
|
|
924
927
|
actions?: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileHoverCardAction[] | null;
|
|
925
928
|
actionsLoading?: boolean;
|
|
926
929
|
}> & Readonly<{}>, {
|
|
930
|
+
displayName: string | null;
|
|
927
931
|
open: boolean;
|
|
928
932
|
actions: import('../NcProfileHoverCard/NcProfileHoverCard.vue').IProfileHoverCardAction[] | null;
|
|
929
933
|
user: string | null;
|
|
@@ -45,6 +45,11 @@ type __VLS_Props = {
|
|
|
45
45
|
* User id whose profile to show.
|
|
46
46
|
*/
|
|
47
47
|
user?: string | null;
|
|
48
|
+
/**
|
|
49
|
+
* Optional display name when already known (skips `/displaynames` for limited profiles).
|
|
50
|
+
* When omitted and the full profile is unavailable, the card looks the name up itself.
|
|
51
|
+
*/
|
|
52
|
+
displayName?: string | null;
|
|
48
53
|
/**
|
|
49
54
|
* Optional preloaded profile data (skips the profile API request when set).
|
|
50
55
|
*/
|
|
@@ -70,6 +75,7 @@ type __VLS_Props = {
|
|
|
70
75
|
actionsLoading?: boolean;
|
|
71
76
|
};
|
|
72
77
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
78
|
+
displayName: string | null;
|
|
73
79
|
open: boolean;
|
|
74
80
|
actions: IProfileHoverCardAction[] | null;
|
|
75
81
|
user: string | null;
|
|
@@ -21,16 +21,24 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
21
21
|
NcSelect: import('vue').DefineComponent<{}, {
|
|
22
22
|
avatarSize: number;
|
|
23
23
|
isLegacy: boolean;
|
|
24
|
+
mdiAlertCircleOutline: string;
|
|
25
|
+
mdiCheck: string;
|
|
24
26
|
}, {
|
|
25
27
|
search: string;
|
|
26
28
|
}, {
|
|
27
|
-
inputRequired():
|
|
29
|
+
inputRequired(): boolean | null;
|
|
28
30
|
localCalculatePosition(): any;
|
|
29
31
|
localFilterBy(): any;
|
|
30
32
|
localLabel(): any;
|
|
31
|
-
propsToForward():
|
|
33
|
+
propsToForward(): {
|
|
34
|
+
calculatePosition: any;
|
|
35
|
+
closeOnSelect: boolean;
|
|
36
|
+
filterBy: any;
|
|
37
|
+
label: any;
|
|
38
|
+
};
|
|
32
39
|
}, {
|
|
33
40
|
t: (original: string, placeholders?: Record<string, string | number>) => string;
|
|
41
|
+
forwardedSlots(): string[];
|
|
34
42
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, (" " | "update:modelValue")[], " " | "update:modelValue", import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
35
43
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
36
44
|
"on "?: ((...args: any[]) => any) | undefined;
|
|
@@ -102,6 +110,26 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
102
110
|
highlight: import('../../../utils/findRanges.ts').StringRange[];
|
|
103
111
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
104
112
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
113
|
+
NcIconSvgWrapper: import('vue').DefineComponent<{
|
|
114
|
+
directional?: boolean;
|
|
115
|
+
inline?: boolean;
|
|
116
|
+
svg?: string;
|
|
117
|
+
name?: string;
|
|
118
|
+
path?: string;
|
|
119
|
+
size?: number | "auto";
|
|
120
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
121
|
+
directional?: boolean;
|
|
122
|
+
inline?: boolean;
|
|
123
|
+
svg?: string;
|
|
124
|
+
name?: string;
|
|
125
|
+
path?: string;
|
|
126
|
+
size?: number | "auto";
|
|
127
|
+
}> & Readonly<{}>, {
|
|
128
|
+
size: number | "auto";
|
|
129
|
+
name: string;
|
|
130
|
+
svg: string;
|
|
131
|
+
path: string;
|
|
132
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
105
133
|
NcLoadingIcon: import('vue').DefineComponent<{
|
|
106
134
|
appearance?: "auto" | "light" | "dark";
|
|
107
135
|
name?: string;
|