@fy-/fws-vue-core 3.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/index.css +2 -0
- package/dist/index.js +5767 -0
- package/dist/src/components/fws/CmsArticleBoxed.vue.d.ts +32 -0
- package/dist/src/components/fws/CmsArticleBoxed.vue.d.ts.map +1 -0
- package/dist/src/components/fws/CmsArticleSingle.vue.d.ts +29 -0
- package/dist/src/components/fws/CmsArticleSingle.vue.d.ts.map +1 -0
- package/dist/src/components/fws/DataTable.vue.d.ts +52 -0
- package/dist/src/components/fws/DataTable.vue.d.ts.map +1 -0
- package/dist/src/components/fws/FilterData.vue.d.ts +15 -0
- package/dist/src/components/fws/FilterData.vue.d.ts.map +1 -0
- package/dist/src/components/fws/UserData.vue.d.ts +8 -0
- package/dist/src/components/fws/UserData.vue.d.ts.map +1 -0
- package/dist/src/components/fws/UserFlow.vue.d.ts +116 -0
- package/dist/src/components/fws/UserFlow.vue.d.ts.map +1 -0
- package/dist/src/components/fws/UserOAuth2.vue.d.ts +17 -0
- package/dist/src/components/fws/UserOAuth2.vue.d.ts.map +1 -0
- package/dist/src/components/fws/UserProfile.vue.d.ts +40 -0
- package/dist/src/components/fws/UserProfile.vue.d.ts.map +1 -0
- package/dist/src/components/fws/UserProfileStrict.vue.d.ts +12 -0
- package/dist/src/components/fws/UserProfileStrict.vue.d.ts.map +1 -0
- package/dist/src/components/ssr/ClientOnly.d.ts +4 -0
- package/dist/src/components/ssr/ClientOnly.d.ts.map +1 -0
- package/dist/src/components/ui/DefaultBreadcrumb.vue.d.ts +11 -0
- package/dist/src/components/ui/DefaultBreadcrumb.vue.d.ts.map +1 -0
- package/dist/src/components/ui/DefaultConfirm.vue.d.ts +81 -0
- package/dist/src/components/ui/DefaultConfirm.vue.d.ts.map +1 -0
- package/dist/src/components/ui/DefaultConfirmWithInput.vue.d.ts +81 -0
- package/dist/src/components/ui/DefaultConfirmWithInput.vue.d.ts.map +1 -0
- package/dist/src/components/ui/DefaultDropdown.vue.d.ts +35 -0
- package/dist/src/components/ui/DefaultDropdown.vue.d.ts.map +1 -0
- package/dist/src/components/ui/DefaultDropdownLink.vue.d.ts +23 -0
- package/dist/src/components/ui/DefaultDropdownLink.vue.d.ts.map +1 -0
- package/dist/src/components/ui/DefaultGallery.vue.d.ts +114 -0
- package/dist/src/components/ui/DefaultGallery.vue.d.ts.map +1 -0
- package/dist/src/components/ui/DefaultInput.vue.d.ts +61 -0
- package/dist/src/components/ui/DefaultInput.vue.d.ts.map +1 -0
- package/dist/src/components/ui/DefaultLoader.vue.d.ts +12 -0
- package/dist/src/components/ui/DefaultLoader.vue.d.ts.map +1 -0
- package/dist/src/components/ui/DefaultModal.vue.d.ts +36 -0
- package/dist/src/components/ui/DefaultModal.vue.d.ts.map +1 -0
- package/dist/src/components/ui/DefaultNotif.vue.d.ts +3 -0
- package/dist/src/components/ui/DefaultNotif.vue.d.ts.map +1 -0
- package/dist/src/components/ui/DefaultPaging.vue.d.ts +13 -0
- package/dist/src/components/ui/DefaultPaging.vue.d.ts.map +1 -0
- package/dist/src/components/ui/DefaultSidebar.vue.d.ts +29 -0
- package/dist/src/components/ui/DefaultSidebar.vue.d.ts.map +1 -0
- package/dist/src/components/ui/DefaultTagInput.vue.d.ts +34 -0
- package/dist/src/components/ui/DefaultTagInput.vue.d.ts.map +1 -0
- package/dist/src/components/ui/transitions/CollapseTransition.vue.d.ts +18 -0
- package/dist/src/components/ui/transitions/CollapseTransition.vue.d.ts.map +1 -0
- package/dist/src/components/ui/transitions/ExpandTransition.vue.d.ts +18 -0
- package/dist/src/components/ui/transitions/ExpandTransition.vue.d.ts.map +1 -0
- package/dist/src/components/ui/transitions/FadeTransition.vue.d.ts +18 -0
- package/dist/src/components/ui/transitions/FadeTransition.vue.d.ts.map +1 -0
- package/dist/src/components/ui/transitions/ScaleTransition.vue.d.ts +18 -0
- package/dist/src/components/ui/transitions/ScaleTransition.vue.d.ts.map +1 -0
- package/dist/src/components/ui/transitions/SlideTransition.vue.d.ts +21 -0
- package/dist/src/components/ui/transitions/SlideTransition.vue.d.ts.map +1 -0
- package/dist/src/composables/event-bus.d.ts +8 -0
- package/dist/src/composables/event-bus.d.ts.map +1 -0
- package/dist/src/composables/rest.d.ts +24 -0
- package/dist/src/composables/rest.d.ts.map +1 -0
- package/dist/src/composables/seo.d.ts +26 -0
- package/dist/src/composables/seo.d.ts.map +1 -0
- package/dist/src/composables/ssr.d.ts +24 -0
- package/dist/src/composables/ssr.d.ts.map +1 -0
- package/dist/src/composables/templating.d.ts +7 -0
- package/dist/src/composables/templating.d.ts.map +1 -0
- package/dist/src/composables/translations.d.ts +8 -0
- package/dist/src/composables/translations.d.ts.map +1 -0
- package/dist/src/index.d.ts +45 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/plugin.d.ts +3 -0
- package/dist/src/plugin.d.ts.map +1 -0
- package/dist/src/stores/serverRouter.d.ts +34 -0
- package/dist/src/stores/serverRouter.d.ts.map +1 -0
- package/dist/src/stores/user.d.ts +139 -0
- package/dist/src/stores/user.d.ts.map +1 -0
- package/dist/src/types.d.ts +48 -0
- package/dist/src/types.d.ts.map +1 -0
- package/package.json +66 -0
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { Component } from 'vue';
|
|
2
|
+
import { APIPaging } from '../../composables/rest';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
id: string;
|
|
5
|
+
images: Array<any>;
|
|
6
|
+
title?: string;
|
|
7
|
+
getImageUrl?: Function;
|
|
8
|
+
getThumbnailUrl?: Function;
|
|
9
|
+
onOpen?: Function;
|
|
10
|
+
onClose?: Function;
|
|
11
|
+
closeIcon?: object;
|
|
12
|
+
gridHeight?: number;
|
|
13
|
+
mode: 'mason' | 'grid' | 'button' | 'hidden' | 'custom';
|
|
14
|
+
paging?: APIPaging | undefined;
|
|
15
|
+
buttonText?: string;
|
|
16
|
+
buttonType?: string;
|
|
17
|
+
modelValue: number;
|
|
18
|
+
borderColor?: Function;
|
|
19
|
+
imageLoader: string;
|
|
20
|
+
videoComponent?: Component | string;
|
|
21
|
+
imageComponent?: Component | string;
|
|
22
|
+
isVideo?: Function;
|
|
23
|
+
ranking?: boolean;
|
|
24
|
+
editEnabled?: boolean;
|
|
25
|
+
editMode?: boolean;
|
|
26
|
+
selectedItems?: Set<string>;
|
|
27
|
+
onBulkAction?: Function;
|
|
28
|
+
getItemId?: Function;
|
|
29
|
+
editButtonText?: string;
|
|
30
|
+
cancelButtonText?: string;
|
|
31
|
+
bulkActionText?: string;
|
|
32
|
+
selectAllText?: string;
|
|
33
|
+
clearSelectionText?: string;
|
|
34
|
+
selectedCountText?: string;
|
|
35
|
+
saveOrderText?: string;
|
|
36
|
+
reorderButtonText?: string;
|
|
37
|
+
onSaveOrder?: Function;
|
|
38
|
+
showSaveOrder?: boolean;
|
|
39
|
+
getItemPosition?: Function;
|
|
40
|
+
onPositionChange?: Function;
|
|
41
|
+
};
|
|
42
|
+
declare function __VLS_template(): {
|
|
43
|
+
attrs: Partial<{}>;
|
|
44
|
+
slots: {
|
|
45
|
+
default?(_: {
|
|
46
|
+
value: any;
|
|
47
|
+
}): any;
|
|
48
|
+
thumbnail?(_: {}): any;
|
|
49
|
+
};
|
|
50
|
+
refs: {
|
|
51
|
+
galleryRef: HTMLDivElement;
|
|
52
|
+
topControlsRef: HTMLDivElement;
|
|
53
|
+
galleryContentRef: HTMLDivElement;
|
|
54
|
+
imageContainerRef: HTMLDivElement;
|
|
55
|
+
infoPanelRef: HTMLDivElement;
|
|
56
|
+
sidePanelRef: HTMLDivElement;
|
|
57
|
+
};
|
|
58
|
+
rootEl: HTMLDivElement;
|
|
59
|
+
};
|
|
60
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
61
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
62
|
+
"update:modelValue": (...args: any[]) => void;
|
|
63
|
+
"update:editMode": (...args: any[]) => void;
|
|
64
|
+
"update:selectedItems": (...args: any[]) => void;
|
|
65
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
66
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
67
|
+
"onUpdate:editMode"?: ((...args: any[]) => any) | undefined;
|
|
68
|
+
"onUpdate:selectedItems"?: ((...args: any[]) => any) | undefined;
|
|
69
|
+
}>, {
|
|
70
|
+
mode: "mason" | "grid" | "button" | "hidden" | "custom";
|
|
71
|
+
closeIcon: object;
|
|
72
|
+
images: Array<any>;
|
|
73
|
+
modelValue: number;
|
|
74
|
+
getImageUrl: Function;
|
|
75
|
+
getThumbnailUrl: Function;
|
|
76
|
+
gridHeight: number;
|
|
77
|
+
paging: APIPaging;
|
|
78
|
+
borderColor: Function;
|
|
79
|
+
imageComponent: Component | string;
|
|
80
|
+
isVideo: Function;
|
|
81
|
+
ranking: boolean;
|
|
82
|
+
editEnabled: boolean;
|
|
83
|
+
editMode: boolean;
|
|
84
|
+
selectedItems: Set<string>;
|
|
85
|
+
onBulkAction: Function;
|
|
86
|
+
getItemId: Function;
|
|
87
|
+
editButtonText: string;
|
|
88
|
+
cancelButtonText: string;
|
|
89
|
+
bulkActionText: string;
|
|
90
|
+
selectAllText: string;
|
|
91
|
+
clearSelectionText: string;
|
|
92
|
+
selectedCountText: string;
|
|
93
|
+
saveOrderText: string;
|
|
94
|
+
reorderButtonText: string;
|
|
95
|
+
onSaveOrder: Function;
|
|
96
|
+
showSaveOrder: boolean;
|
|
97
|
+
getItemPosition: Function;
|
|
98
|
+
onPositionChange: Function;
|
|
99
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
100
|
+
galleryRef: HTMLDivElement;
|
|
101
|
+
topControlsRef: HTMLDivElement;
|
|
102
|
+
galleryContentRef: HTMLDivElement;
|
|
103
|
+
imageContainerRef: HTMLDivElement;
|
|
104
|
+
infoPanelRef: HTMLDivElement;
|
|
105
|
+
sidePanelRef: HTMLDivElement;
|
|
106
|
+
}, HTMLDivElement>;
|
|
107
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
108
|
+
export default _default;
|
|
109
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
110
|
+
new (): {
|
|
111
|
+
$slots: S;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
//# sourceMappingURL=DefaultGallery.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultGallery.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/DefaultGallery.vue"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
type modelValueType = string | number | string[] | number[] | Record<string, any> | undefined;
|
|
2
|
+
type checkboxValueType = any[] | Set<any> | undefined | boolean;
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
id: string;
|
|
5
|
+
showLabel?: boolean;
|
|
6
|
+
label?: string;
|
|
7
|
+
type?: string;
|
|
8
|
+
placeholder?: string;
|
|
9
|
+
autocomplete?: string;
|
|
10
|
+
checkboxTrueValue?: string | boolean;
|
|
11
|
+
checkboxFalseValue?: string | boolean;
|
|
12
|
+
req?: boolean;
|
|
13
|
+
modelValue?: modelValueType;
|
|
14
|
+
checkboxValue?: checkboxValueType;
|
|
15
|
+
options?: string[][];
|
|
16
|
+
dpOptions?: Record<string, any>;
|
|
17
|
+
help?: string;
|
|
18
|
+
error?: string;
|
|
19
|
+
color?: string;
|
|
20
|
+
disabled?: boolean;
|
|
21
|
+
maxLengthPerTag?: number;
|
|
22
|
+
copyButton?: boolean;
|
|
23
|
+
maxRange?: number;
|
|
24
|
+
minRange?: number;
|
|
25
|
+
maxTags?: number;
|
|
26
|
+
};
|
|
27
|
+
declare function focus(): void;
|
|
28
|
+
declare function blur(): void;
|
|
29
|
+
declare function getInputRef(): HTMLInputElement | undefined;
|
|
30
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
31
|
+
focus: typeof focus;
|
|
32
|
+
blur: typeof blur;
|
|
33
|
+
getInputRef: typeof getInputRef;
|
|
34
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
35
|
+
blur: (...args: any[]) => void;
|
|
36
|
+
focus: (...args: any[]) => void;
|
|
37
|
+
"update:modelValue": (...args: any[]) => void;
|
|
38
|
+
"update:checkboxValue": (...args: any[]) => void;
|
|
39
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
40
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
41
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
42
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
43
|
+
"onUpdate:checkboxValue"?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
}>, {
|
|
45
|
+
type: string;
|
|
46
|
+
disabled: boolean;
|
|
47
|
+
copyButton: boolean;
|
|
48
|
+
showLabel: boolean;
|
|
49
|
+
checkboxTrueValue: string | boolean;
|
|
50
|
+
checkboxFalseValue: string | boolean;
|
|
51
|
+
req: boolean;
|
|
52
|
+
options: string[][];
|
|
53
|
+
dpOptions: Record<string, any>;
|
|
54
|
+
maxLengthPerTag: number;
|
|
55
|
+
maxRange: number;
|
|
56
|
+
minRange: number;
|
|
57
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
58
|
+
inputRef: HTMLInputElement;
|
|
59
|
+
}, HTMLDivElement>;
|
|
60
|
+
export default _default;
|
|
61
|
+
//# sourceMappingURL=DefaultInput.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/DefaultInput.vue"],"names":[],"mappings":"AAswBA,KAAK,cAAc,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,CAAA;AAC7F,KAAK,iBAAiB,GAAG,GAAG,EAAE,GAAG,GAAG,CAAC,GAAG,CAAC,GAAG,SAAS,GAAG,OAAO,CAAA;AAE/D,KAAK,WAAW,GAAG;IACf,EAAE,EAAE,MAAM,CAAA;IACV,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,iBAAiB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IACpC,kBAAkB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IACrC,GAAG,CAAC,EAAE,OAAO,CAAA;IACb,UAAU,CAAC,EAAE,cAAc,CAAA;IAC3B,aAAa,CAAC,EAAE,iBAAiB,CAAA;IACjC,OAAO,CAAC,EAAE,MAAM,EAAE,EAAE,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB,CAAC;AAwBJ,iBAAS,KAAK,SAA8B;AAC5C,iBAAS,IAAI,SAA6B;AAC1C,iBAAS,WAAW,iCAA4B;;;;;;;;;;;;;;;;UA7CrC,MAAM;cAaF,OAAO;gBAEL,OAAO;eAjBR,OAAO;uBAKC,MAAM,GAAG,OAAO;wBACf,MAAM,GAAG,OAAO;SAC/B,OAAO;aAGH,MAAM,EAAE,EAAE;eACR,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;qBAKb,MAAM;cAEb,MAAM;cACN,MAAM;;;;AA4brB,wBAWG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
image?: string;
|
|
3
|
+
force?: boolean;
|
|
4
|
+
id?: string;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
7
|
+
id: string;
|
|
8
|
+
image: string;
|
|
9
|
+
force: boolean;
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
export default _default;
|
|
12
|
+
//# sourceMappingURL=DefaultLoader.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultLoader.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/DefaultLoader.vue"],"names":[],"mappings":"AAmIA,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,EAAE,CAAC,EAAE,MAAM,CAAA;CACZ,CAAC;;QADK,MAAM;WAFH,MAAM;WACN,OAAO;;AAmHnB,wBAQG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
id: string;
|
|
3
|
+
title?: string;
|
|
4
|
+
onOpen?: Function;
|
|
5
|
+
onClose?: Function;
|
|
6
|
+
closeIcon?: object;
|
|
7
|
+
mSize?: string;
|
|
8
|
+
ofy?: string;
|
|
9
|
+
};
|
|
10
|
+
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
12
|
+
slots: {
|
|
13
|
+
before?(_: {}): any;
|
|
14
|
+
default?(_: {}): any;
|
|
15
|
+
};
|
|
16
|
+
refs: {
|
|
17
|
+
modalRef: HTMLDivElement;
|
|
18
|
+
};
|
|
19
|
+
rootEl: any;
|
|
20
|
+
};
|
|
21
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
23
|
+
closeIcon: object;
|
|
24
|
+
mSize: string;
|
|
25
|
+
ofy: string;
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
27
|
+
modalRef: HTMLDivElement;
|
|
28
|
+
}, any>;
|
|
29
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
32
|
+
new (): {
|
|
33
|
+
$slots: S;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=DefaultModal.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultModal.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/DefaultModal.vue"],"names":[],"mappings":"AAkYA,KAAK,WAAW,GAAG;IACf,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,QAAQ,CAAA;IACjB,OAAO,CAAC,EAAE,QAAQ,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAC;AA8GJ,iBAAS,cAAc;WAyHT,OAAO,IAA6B;;wBAZrB,GAAG;yBACF,GAAG;;;;;;EAgBhC;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;eAhQL,MAAM;WACV,MAAM;SACR,MAAM;;;OAuQd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=DefaultNotif.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultNotif.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/DefaultNotif.vue"],"names":[],"mappings":";AA0lBA,wBAMG"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { APIPaging } from '../../composables/rest';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
items: APIPaging;
|
|
4
|
+
id: string;
|
|
5
|
+
hash?: string;
|
|
6
|
+
showLegend?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
|
+
hash: string;
|
|
10
|
+
showLegend: boolean;
|
|
11
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
export default _default;
|
|
13
|
+
//# sourceMappingURL=DefaultPaging.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultPaging.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/DefaultPaging.vue"],"names":[],"mappings":"AA+YA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAUvD,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,SAAS,CAAA;IAChB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAC;;UAFO,MAAM;gBACA,OAAO;;AA2ZxB,wBAOG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { NavLink } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
links: NavLink[];
|
|
4
|
+
id?: string;
|
|
5
|
+
baseUrl?: string;
|
|
6
|
+
};
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
before?(_: {}): any;
|
|
11
|
+
lis?(_: {}): any;
|
|
12
|
+
after?(_: {}): any;
|
|
13
|
+
};
|
|
14
|
+
refs: {};
|
|
15
|
+
rootEl: HTMLElement;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
19
|
+
id: string;
|
|
20
|
+
baseUrl: string;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=DefaultSidebar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultSidebar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/DefaultSidebar.vue"],"names":[],"mappings":"AA6QA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAM1C,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,OAAO,EAAE,CAAA;IAChB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB,CAAC;AAoCJ,iBAAS,cAAc;WAwHT,OAAO,IAA6B;;wBAZrB,GAAG;qBACN,GAAG;uBACD,GAAG;;;;EAe9B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;QAlLZ,MAAM;aACD,MAAM;qFAyLlB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
type colorType = 'blue' | 'red' | 'green' | 'purple' | 'orange' | 'neutral';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
modelValue: string[];
|
|
4
|
+
color?: colorType;
|
|
5
|
+
label?: string;
|
|
6
|
+
id: string;
|
|
7
|
+
separators?: string[];
|
|
8
|
+
autofocus?: boolean;
|
|
9
|
+
help?: string;
|
|
10
|
+
maxLenghtPerTag?: number;
|
|
11
|
+
error?: string | null;
|
|
12
|
+
copyButton?: boolean;
|
|
13
|
+
noDuplicates?: boolean;
|
|
14
|
+
maxTags?: number;
|
|
15
|
+
};
|
|
16
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
+
"update:modelValue": (...args: any[]) => void;
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
color: colorType;
|
|
22
|
+
label: string;
|
|
23
|
+
separators: string[];
|
|
24
|
+
autofocus: boolean;
|
|
25
|
+
maxLenghtPerTag: number;
|
|
26
|
+
copyButton: boolean;
|
|
27
|
+
noDuplicates: boolean;
|
|
28
|
+
maxTags: number;
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
30
|
+
inputContainer: HTMLDivElement;
|
|
31
|
+
textInput: HTMLDivElement;
|
|
32
|
+
}, HTMLDivElement>;
|
|
33
|
+
export default _default;
|
|
34
|
+
//# sourceMappingURL=DefaultTagInput.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultTagInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/DefaultTagInput.vue"],"names":[],"mappings":"AAqaA,KAAK,SAAS,GAAG,MAAM,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAAA;AAE3E,KAAK,WAAW,GAAG;IACf,UAAU,EAAE,MAAM,EAAE,CAAA;IACpB,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;IACrB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB,CAAC;;;;;;WAXQ,SAAS;WACT,MAAM;gBAED,MAAM,EAAE;eACT,OAAO;qBAED,MAAM;gBAEX,OAAO;kBACL,OAAO;aACZ,MAAM;;;;;AA4UpB,wBAUG"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: any;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=CollapseTransition.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CollapseTransition.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/transitions/CollapseTransition.vue"],"names":[],"mappings":"AAuBA,iBAAS,cAAc;WAsCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: any;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=ExpandTransition.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExpandTransition.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/transitions/ExpandTransition.vue"],"names":[],"mappings":"AAuBA,iBAAS,cAAc;WAsCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: any;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=FadeTransition.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FadeTransition.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/transitions/FadeTransition.vue"],"names":[],"mappings":"AAqBA,iBAAS,cAAc;WAwCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: any;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=ScaleTransition.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScaleTransition.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/transitions/ScaleTransition.vue"],"names":[],"mappings":"AAyBA,iBAAS,cAAc;WAsCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
animation: string;
|
|
3
|
+
};
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: any;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=SlideTransition.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SlideTransition.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/transitions/SlideTransition.vue"],"names":[],"mappings":"AAkCA,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,MAAM,CAAA;CAClB,CAAC;AAKF,iBAAS,cAAc;WA4DT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Emitter } from 'mitt';
|
|
2
|
+
import { InjectionKey } from 'vue';
|
|
3
|
+
export interface Events {
|
|
4
|
+
[key: string]: any;
|
|
5
|
+
}
|
|
6
|
+
export declare const EVENT_BUS_KEY: InjectionKey<Emitter<Events>>;
|
|
7
|
+
export declare function useEventBus(): Emitter<Events>;
|
|
8
|
+
//# sourceMappingURL=event-bus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-bus.d.ts","sourceRoot":"","sources":["../../../src/composables/event-bus.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAA;AACnC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,KAAK,CAAA;AAGvC,MAAM,WAAW,MAAM;IACrB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CACnB;AAED,eAAO,MAAM,aAAa,EAAE,YAAY,CAAC,OAAO,CAAC,MAAM,CAAC,CAA2B,CAAA;AAEnF,wBAAgB,WAAW,IAAI,OAAO,CAAC,MAAM,CAAC,CAI7C"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { RestMethod, RestParams } from '@fy-/fws-js';
|
|
2
|
+
export interface APIPaging {
|
|
3
|
+
page_no: number;
|
|
4
|
+
results_per_page: number;
|
|
5
|
+
page_max: number;
|
|
6
|
+
page_max_relation: string;
|
|
7
|
+
count: number;
|
|
8
|
+
}
|
|
9
|
+
export interface APIResult {
|
|
10
|
+
result: 'redirect' | 'success' | 'error';
|
|
11
|
+
param?: string;
|
|
12
|
+
code?: number;
|
|
13
|
+
error?: string;
|
|
14
|
+
request?: string;
|
|
15
|
+
time?: number;
|
|
16
|
+
token?: string;
|
|
17
|
+
paging?: APIPaging;
|
|
18
|
+
message?: string;
|
|
19
|
+
fvReject?: boolean;
|
|
20
|
+
data?: any;
|
|
21
|
+
status?: number;
|
|
22
|
+
}
|
|
23
|
+
export declare function useRest(): <ResultType extends APIResult>(url: string, method: RestMethod, params?: RestParams) => Promise<ResultType>;
|
|
24
|
+
//# sourceMappingURL=rest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rest.d.ts","sourceRoot":"","sources":["../../../src/composables/rest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAMzD,MAAM,WAAW,SAAS;IACxB,OAAO,EAAE,MAAM,CAAA;IACf,gBAAgB,EAAE,MAAM,CAAA;IACxB,QAAQ,EAAE,MAAM,CAAA;IAChB,iBAAiB,EAAE,MAAM,CAAA;IACzB,KAAK,EAAE,MAAM,CAAA;CACd;AAED,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE,UAAU,GAAG,SAAS,GAAG,OAAO,CAAA;IACxC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,GAAG,CAAA;IACV,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AA8DD,wBAAgB,OAAO,IAAI,CAAC,UAAU,SAAS,SAAS,EACtD,GAAG,EAAE,MAAM,EACX,MAAM,EAAE,UAAU,EAClB,MAAM,CAAC,EAAE,UAAU,KAChB,OAAO,CAAC,UAAU,CAAC,CAuEvB"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
export interface LazyHead {
|
|
3
|
+
name?: string;
|
|
4
|
+
title?: string;
|
|
5
|
+
image?: string;
|
|
6
|
+
imageType?: string;
|
|
7
|
+
imageWidth?: string;
|
|
8
|
+
imageHeight?: string;
|
|
9
|
+
description?: string;
|
|
10
|
+
published?: string;
|
|
11
|
+
modified?: string;
|
|
12
|
+
keywords?: string;
|
|
13
|
+
type?: 'blog' | 'search' | 'article' | 'website';
|
|
14
|
+
searchAction?: string;
|
|
15
|
+
next?: string;
|
|
16
|
+
prev?: string;
|
|
17
|
+
locale?: string;
|
|
18
|
+
robots?: string;
|
|
19
|
+
url?: string;
|
|
20
|
+
canonical?: string;
|
|
21
|
+
isAdult?: boolean;
|
|
22
|
+
alternateLocales?: string[];
|
|
23
|
+
twitterCreator?: string;
|
|
24
|
+
}
|
|
25
|
+
export declare function useSeo(seoData: Ref<LazyHead>, _initial?: boolean): void;
|
|
26
|
+
//# sourceMappingURL=seo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"seo.d.ts","sourceRoot":"","sources":["../../../src/composables/seo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAK9B,MAAM,WAAW,QAAQ;IACvB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,CAAA;IAChD,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB;AAyCD,wBAAgB,MAAM,CAAC,OAAO,EAAE,GAAG,CAAC,QAAQ,CAAC,EAAE,QAAQ,GAAE,OAAe,GAAG,IAAI,CAyE9E"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Pinia } from 'pinia';
|
|
2
|
+
import { Router } from 'vue-router';
|
|
3
|
+
export interface SSRResult {
|
|
4
|
+
initial: {
|
|
5
|
+
isSSR: boolean;
|
|
6
|
+
pinia?: string;
|
|
7
|
+
};
|
|
8
|
+
uuid?: string;
|
|
9
|
+
meta?: string;
|
|
10
|
+
link?: string;
|
|
11
|
+
bodyAttributes?: string;
|
|
12
|
+
bodyTagsOpen?: string;
|
|
13
|
+
htmlAttributes?: string;
|
|
14
|
+
bodyTags?: string;
|
|
15
|
+
app?: string;
|
|
16
|
+
statusCode?: number;
|
|
17
|
+
redirect?: string;
|
|
18
|
+
}
|
|
19
|
+
export declare function isServerRendered(): boolean;
|
|
20
|
+
export declare function initVueClient(router: Router, pinia: Pinia): void;
|
|
21
|
+
export declare function initVueServer(createApp: Function, callback: Function, options?: {
|
|
22
|
+
url?: string;
|
|
23
|
+
}): Promise<SSRResult>;
|
|
24
|
+
//# sourceMappingURL=ssr.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ssr.d.ts","sourceRoot":"","sources":["../../../src/composables/ssr.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,OAAO,CAAA;AAClC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAMxC,MAAM,WAAW,SAAS;IACxB,OAAO,EAAE;QACP,KAAK,EAAE,OAAO,CAAA;QACd,KAAK,CAAC,EAAE,MAAM,CAAA;KACf,CAAA;IACD,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAID,wBAAgB,gBAAgB,IAAI,OAAO,CAK1C;AAED,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI,CAMhE;AAED,wBAAsB,aAAa,CACjC,SAAS,EAAE,QAAQ,EACnB,QAAQ,EAAE,QAAQ,EAClB,OAAO,GAAE;IAAE,GAAG,CAAC,EAAE,MAAM,CAAA;CAAO,GAC7B,OAAO,CAAC,SAAS,CAAC,CAyDpB"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare function cropText(str: string, ml?: number, end?: string): string;
|
|
2
|
+
export declare function getContrastingTextColor(backgroundColor: string): string;
|
|
3
|
+
export declare function formatBytes(bytes: number, decimals?: number): string;
|
|
4
|
+
export declare function formatDate(dt: Date | string | number): string;
|
|
5
|
+
export declare function formatDatetime(dt: Date | string | number): string;
|
|
6
|
+
export declare function formatTimeago(dt: Date | string | number): string;
|
|
7
|
+
//# sourceMappingURL=templating.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"templating.d.ts","sourceRoot":"","sources":["../../../src/composables/templating.ts"],"names":[],"mappings":"AAoCA,wBAAgB,QAAQ,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE,SAAM,EAAE,GAAG,SAAQ,GAAG,MAAM,CAGnE;AAED,wBAAgB,uBAAuB,CAAC,eAAe,EAAE,MAAM,GAAG,MAAM,CAyBvE;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,SAAI,GAAG,MAAM,CAK/D;AAmBD,wBAAgB,UAAU,CAAC,EAAE,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAY7D;AAED,wBAAgB,cAAc,CAAC,EAAE,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAWjE;AAED,wBAAgB,aAAa,CAAC,EAAE,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAahE"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { I18nBackend } from '@fy-/fws-js';
|
|
2
|
+
import { TFunction, default as i18next } from 'i18next';
|
|
3
|
+
import { InjectionKey } from 'vue';
|
|
4
|
+
export type I18nextTranslate = typeof i18next.t;
|
|
5
|
+
export declare const TRANSLATE_KEY: InjectionKey<TFunction>;
|
|
6
|
+
export declare function useTranslation(): TFunction;
|
|
7
|
+
export declare function i18nextPromise(backend: typeof I18nBackend, locale?: string, debug?: boolean, ns?: string): Promise<TFunction<"translation", undefined>>;
|
|
8
|
+
//# sourceMappingURL=translations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/composables/translations.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AACxC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,KAAK,CAAA;AACvC,OAAO,OAAO,MAAM,SAAS,CAAA;AAG7B,MAAM,MAAM,gBAAgB,GAAG,OAAO,OAAO,CAAC,CAAC,CAAA;AAE/C,eAAO,MAAM,aAAa,EAAE,YAAY,CAAC,SAAS,CAA2B,CAAA;AAI7E,wBAAgB,cAAc,IAAI,SAAS,CAQ1C;AAWD,wBAAgB,cAAc,CAC5B,OAAO,EAAE,OAAO,WAAW,EAC3B,MAAM,GAAE,MAAgB,EACxB,KAAK,GAAE,OAAe,EACtB,EAAE,GAAE,MAAsB,gDAS3B"}
|