@citruslime/ui 2.0.0-beta.7 → 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/README.md +5 -4
- package/dist/citrus-lime-ui.es.js +2612 -2214
- package/dist/citrus-lime-ui.umd.js +2 -1
- package/dist/components/accordion/cl-ui-accordion.vue.d.ts +26 -0
- package/dist/components/accordion/index.d.ts +4 -0
- package/dist/components/accordion/item/cl-ui-accordion-item.vue.d.ts +35 -0
- package/dist/{src/components → components}/accordion/types.d.ts +0 -0
- package/dist/{src/components → components}/app/cl-ui-app.vue.d.ts +19 -12
- package/dist/{src/components → components}/app/index.d.ts +0 -0
- package/dist/{src/components → components}/button/cl-ui-button.vue.d.ts +23 -12
- package/dist/{src/components → components}/button/index.d.ts +0 -0
- package/dist/{src/components → components}/button/types.d.ts +0 -0
- package/dist/{src/components → components}/calendar/cl-ui-calendar.vue.d.ts +0 -0
- package/dist/{src/components → components}/calendar/index.d.ts +0 -0
- package/dist/{src/components → components}/calendar/types.d.ts +1 -1
- package/dist/{src/components → components}/calendar/utils.d.ts +15 -0
- package/dist/{src/components → components}/card/cl-ui-card.vue.d.ts +4 -23
- package/dist/{src/components → components}/card/index.d.ts +1 -0
- package/dist/{src/components → components}/card/types.d.ts +0 -0
- package/dist/{src/components → components}/combo-box/cl-ui-combo-box.vue.d.ts +270 -211
- package/dist/{src/components → components}/combo-box/index.d.ts +0 -0
- package/dist/{src/components → components}/combo-box/search-container/cl-ui-combo-box-search.vue.d.ts +109 -63
- package/dist/{src/components → components}/combo-box/search-container/header/cl-ui-combo-box-header.vue.d.ts +17 -9
- package/dist/{src/components → components}/combo-box/search-container/selectable/cl-ui-combo-box-selectable.vue.d.ts +28 -15
- package/dist/{src/components → components}/combo-box/types.d.ts +0 -19
- package/dist/{src/components → components}/footer/index.d.ts +0 -0
- package/dist/{src/components → components}/grid/cell/cl-ui-grid-cell.vue.d.ts +16 -18
- package/dist/{src/components → components}/grid/cl-ui-grid.vue.d.ts +226 -220
- package/dist/components/grid/filter/cl-ui-grid-filter.vue.d.ts +72 -0
- package/dist/{src/utils → components/grid/filter}/filter-methods.d.ts +1 -1
- package/dist/components/grid/footer/cl-ui-grid-footer.vue.d.ts +63 -0
- package/dist/{src/components → components}/grid/header/cl-ui-grid-header.vue.d.ts +96 -68
- package/dist/{src/components → components}/grid/index.d.ts +0 -0
- package/dist/{src/components → components}/grid/types.d.ts +0 -47
- package/dist/components/grid/view-manager/cl-ui-grid-view-manager.vue.d.ts +88 -0
- package/dist/{src/components → components}/header/index.d.ts +0 -0
- package/dist/components/header/menu/cl-ui-header-menu.vue.d.ts +40 -0
- package/dist/{src/components → components}/header/menu/index.d.ts +0 -1
- package/dist/{src/components → components}/index.d.ts +2 -2
- package/dist/components/input/cl-ui-input.vue.d.ts +2 -0
- package/dist/components/input/index.d.ts +2 -0
- package/dist/components/input/types.d.ts +6 -0
- package/dist/components/input/utils.d.ts +44 -0
- package/dist/{src/components → components}/language-switcher/cl-ui-language-switcher.vue.d.ts +14 -20
- package/dist/{src/components → components}/language-switcher/index.d.ts +1 -0
- package/dist/{src/components → components}/language-switcher/types.d.ts +0 -1
- package/dist/{src/components → components}/loading-spinner/index.d.ts +0 -0
- package/dist/components/login/cl-ui-login.vue.d.ts +106 -0
- package/dist/{src/components → components}/login/index.d.ts +0 -0
- package/dist/components/login/types.d.ts +4 -0
- package/dist/components/modal/cl-ui-modal.vue.d.ts +49 -0
- package/dist/{src/components → components}/modal/index.d.ts +1 -0
- package/dist/{src/components → components}/modal/types.d.ts +2 -0
- package/dist/components/navigation/cl-ui-navigation.vue.d.ts +11 -0
- package/dist/components/navigation/group/cl-ui-navigation-group.vue.d.ts +12 -0
- package/dist/{src/components/footer/cl-ui-footer.vue.d.ts → components/navigation/icon/cl-ui-navigation-icon.vue.d.ts} +14 -16
- package/dist/components/navigation/index.d.ts +5 -0
- package/dist/{src/components → components}/notification/cl-ui-notification.vue.d.ts +12 -7
- package/dist/{src/components → components}/notification/index.d.ts +0 -0
- package/dist/{src/components → components}/notification/types.d.ts +0 -0
- package/dist/components/slider/cl-ui-slider.vue.d.ts +114 -0
- package/dist/{src/components → components}/slider/index.d.ts +0 -1
- package/dist/components/tab/cl-ui-tab.vue.d.ts +52 -0
- package/dist/components/tab/header/cl-ui-tab-header.vue.d.ts +60 -0
- package/dist/components/tab/index.d.ts +4 -0
- package/dist/components/tab/types.d.ts +4 -0
- package/dist/{src/composables → composables}/index.d.ts +0 -0
- package/dist/{src/composables → composables}/notification.d.ts +0 -0
- package/dist/{src/main.d.ts → main.d.ts} +0 -1
- package/dist/style.css +1 -1
- package/dist/utils/i18n/config.d.ts +33 -0
- package/dist/utils/i18n/defaults.d.ts +4 -0
- package/dist/utils/i18n/index.d.ts +3 -0
- package/dist/utils/i18n/types.d.ts +97 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/validation.d.ts +37 -0
- package/package.json +17 -14
- package/dist/.eslintrc.js +0 -455
- package/dist/.stylelintrc.js +0 -119
- package/dist/src/components/accordion/cl-ui-accordion.vue.d.ts +0 -47
- package/dist/src/components/accordion/index.d.ts +0 -2
- package/dist/src/components/grid/filter/cl-ui-grid-filter.vue.d.ts +0 -68
- package/dist/src/components/grid/footer/cl-ui-grid-footer.vue.d.ts +0 -62
- package/dist/src/components/grid/view-manager/cl-ui-grid-view-manager.vue.d.ts +0 -71
- package/dist/src/components/header/menu/cl-ui-header-menu.vue.d.ts +0 -16
- package/dist/src/components/header/menu/types.d.ts +0 -13
- package/dist/src/components/login/cl-ui-login.vue.d.ts +0 -170
- package/dist/src/components/login/types.d.ts +0 -11
- package/dist/src/components/modal/cl-ui-modal.vue.d.ts +0 -107
- package/dist/src/components/navigation/cl-ui-navigation.vue.d.ts +0 -669
- package/dist/src/components/navigation/index.d.ts +0 -2
- package/dist/src/components/navigation/types.d.ts +0 -18
- package/dist/src/components/slider/cl-ui-slider.vue.d.ts +0 -97
- package/dist/src/components/slider/types.d.ts +0 -3
- package/dist/src/utils/copy.d.ts +0 -8
- package/dist/src/utils/debouncer.d.ts +0 -13
- package/dist/src/utils/extensions/string/index.d.ts +0 -2
- package/dist/src/utils/extensions/string/utils.d.ts +0 -83
- package/dist/src/utils/i18n/datetime-formats.d.ts +0 -2
- package/dist/src/utils/i18n/index.d.ts +0 -3
- package/dist/src/utils/i18n/number-formats.d.ts +0 -2
- package/dist/src/utils/i18n/types.d.ts +0 -15
- package/dist/src/utils/id.d.ts +0 -6
- package/dist/src/utils/index.d.ts +0 -8
- package/dist/src/utils/name-of.d.ts +0 -7
- package/dist/src/utils/sort.d.ts +0 -9
- package/dist/src/utils/url-params.d.ts +0 -8
- package/dist/theme.js +0 -121
|
@@ -1,669 +0,0 @@
|
|
|
1
|
-
import type { NavigationGroup } from './types';
|
|
2
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
-
groups: {
|
|
4
|
-
type: ArrayConstructor;
|
|
5
|
-
required: false;
|
|
6
|
-
default: () => never[];
|
|
7
|
-
};
|
|
8
|
-
}, {
|
|
9
|
-
activeGroup: import("vue").Ref<{
|
|
10
|
-
name: string;
|
|
11
|
-
caption: string;
|
|
12
|
-
icon: string;
|
|
13
|
-
sections: {
|
|
14
|
-
name: string;
|
|
15
|
-
caption: string;
|
|
16
|
-
records: {
|
|
17
|
-
name: string;
|
|
18
|
-
caption: string;
|
|
19
|
-
link: string;
|
|
20
|
-
component?: import("vue").FunctionalComponent<any, any> | {
|
|
21
|
-
new (...args: any[]): any;
|
|
22
|
-
__isFragment?: undefined;
|
|
23
|
-
__isTeleport?: undefined;
|
|
24
|
-
__isSuspense?: undefined;
|
|
25
|
-
} | {
|
|
26
|
-
[x: string]: any;
|
|
27
|
-
setup?: ((this: void, props: Readonly<{
|
|
28
|
-
[x: string]: any;
|
|
29
|
-
}>, ctx: import("vue").SetupContext<any>) => any) | undefined;
|
|
30
|
-
name?: string | undefined;
|
|
31
|
-
template?: string | object | undefined;
|
|
32
|
-
render?: Function | undefined;
|
|
33
|
-
components?: {
|
|
34
|
-
[x: string]: import("vue").FunctionalComponent<any, any> | {
|
|
35
|
-
new (...args: any[]): any;
|
|
36
|
-
__isFragment?: undefined;
|
|
37
|
-
__isTeleport?: undefined;
|
|
38
|
-
__isSuspense?: undefined;
|
|
39
|
-
} | any;
|
|
40
|
-
} | undefined;
|
|
41
|
-
directives?: {
|
|
42
|
-
[x: string]: import("vue").FunctionDirective<any, any> | {
|
|
43
|
-
created?: import("vue").DirectiveHook<any, null, any> | undefined;
|
|
44
|
-
beforeMount?: import("vue").DirectiveHook<any, null, any> | undefined;
|
|
45
|
-
mounted?: import("vue").DirectiveHook<any, null, any> | undefined;
|
|
46
|
-
beforeUpdate?: import("vue").DirectiveHook<any, import("vue").VNode<any, any, {
|
|
47
|
-
[key: string]: any;
|
|
48
|
-
}>, any> | undefined;
|
|
49
|
-
updated?: import("vue").DirectiveHook<any, import("vue").VNode<any, any, {
|
|
50
|
-
[key: string]: any;
|
|
51
|
-
}>, any> | undefined;
|
|
52
|
-
beforeUnmount?: import("vue").DirectiveHook<any, null, any> | undefined;
|
|
53
|
-
unmounted?: import("vue").DirectiveHook<any, null, any> | undefined;
|
|
54
|
-
getSSRProps?: ((binding: import("vue").DirectiveBinding<any>, vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
55
|
-
[key: string]: any;
|
|
56
|
-
}>) => {
|
|
57
|
-
[x: string]: unknown;
|
|
58
|
-
} | undefined) | undefined;
|
|
59
|
-
deep?: boolean | undefined;
|
|
60
|
-
};
|
|
61
|
-
} | undefined;
|
|
62
|
-
inheritAttrs?: boolean | undefined;
|
|
63
|
-
emits?: any;
|
|
64
|
-
expose?: string[] | undefined;
|
|
65
|
-
serverPrefetch?: (() => Promise<any>) | undefined;
|
|
66
|
-
compilerOptions?: {
|
|
67
|
-
isCustomElement?: ((tag: string) => boolean) | undefined;
|
|
68
|
-
whitespace?: "preserve" | "condense" | undefined;
|
|
69
|
-
comments?: boolean | undefined;
|
|
70
|
-
delimiters?: [string, string] | undefined;
|
|
71
|
-
} | undefined;
|
|
72
|
-
call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
|
|
73
|
-
__isFragment?: undefined;
|
|
74
|
-
__isTeleport?: undefined;
|
|
75
|
-
__isSuspense?: undefined;
|
|
76
|
-
__defaults?: {} | undefined;
|
|
77
|
-
compatConfig?: {
|
|
78
|
-
GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
|
|
79
|
-
GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
|
|
80
|
-
GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
|
|
81
|
-
GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
|
|
82
|
-
GLOBAL_SET?: boolean | "suppress-warning" | undefined;
|
|
83
|
-
GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
|
|
84
|
-
GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
|
|
85
|
-
GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
|
|
86
|
-
CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
|
|
87
|
-
CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
|
|
88
|
-
CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
|
|
89
|
-
CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
|
|
90
|
-
CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
|
|
91
|
-
CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
|
|
92
|
-
CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
|
|
93
|
-
INSTANCE_SET?: boolean | "suppress-warning" | undefined;
|
|
94
|
-
INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
|
|
95
|
-
INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
96
|
-
INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
|
|
97
|
-
INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
|
|
98
|
-
INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
|
|
99
|
-
INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
|
|
100
|
-
INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
|
|
101
|
-
INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
|
|
102
|
-
OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
|
|
103
|
-
OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
|
|
104
|
-
OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
105
|
-
OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
|
|
106
|
-
WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
|
|
107
|
-
PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
|
|
108
|
-
V_FOR_REF?: boolean | "suppress-warning" | undefined;
|
|
109
|
-
V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
|
|
110
|
-
CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
|
|
111
|
-
ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
|
|
112
|
-
ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
|
|
113
|
-
TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
|
|
114
|
-
TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
|
|
115
|
-
COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
|
|
116
|
-
COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
|
|
117
|
-
COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
|
|
118
|
-
RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
|
|
119
|
-
FILTERS?: boolean | "suppress-warning" | undefined;
|
|
120
|
-
PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
|
|
121
|
-
MODE?: 2 | 3 | ((comp: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | null) => 2 | 3) | undefined;
|
|
122
|
-
} | undefined;
|
|
123
|
-
data?: ((this: any, vm: any) => any) | undefined;
|
|
124
|
-
computed?: {
|
|
125
|
-
[x: string]: import("@vue/reactivity").ComputedGetter<any> | {
|
|
126
|
-
get: import("@vue/reactivity").ComputedGetter<any>;
|
|
127
|
-
set: import("@vue/reactivity").ComputedSetter<any>;
|
|
128
|
-
};
|
|
129
|
-
} | undefined;
|
|
130
|
-
methods?: {
|
|
131
|
-
[x: string]: Function;
|
|
132
|
-
} | undefined;
|
|
133
|
-
watch?: {
|
|
134
|
-
[x: string]: string | import("vue").WatchCallback<any, any> | {
|
|
135
|
-
handler: string | import("vue").WatchCallback<any, any>;
|
|
136
|
-
immediate?: boolean | undefined;
|
|
137
|
-
deep?: boolean | undefined;
|
|
138
|
-
flush?: "pre" | "sync" | "post" | undefined;
|
|
139
|
-
onTrack?: ((event: import("vue").DebuggerEvent) => void) | undefined;
|
|
140
|
-
onTrigger?: ((event: import("vue").DebuggerEvent) => void) | undefined;
|
|
141
|
-
} | (string | import("vue").WatchCallback<any, any> | {
|
|
142
|
-
handler: string | import("vue").WatchCallback<any, any>;
|
|
143
|
-
immediate?: boolean | undefined;
|
|
144
|
-
deep?: boolean | undefined;
|
|
145
|
-
flush?: "pre" | "sync" | "post" | undefined;
|
|
146
|
-
onTrack?: ((event: import("vue").DebuggerEvent) => void) | undefined;
|
|
147
|
-
onTrigger?: ((event: import("vue").DebuggerEvent) => void) | undefined;
|
|
148
|
-
})[];
|
|
149
|
-
} | undefined;
|
|
150
|
-
provide?: Function | {
|
|
151
|
-
[x: string]: unknown;
|
|
152
|
-
} | undefined;
|
|
153
|
-
inject?: string[] | {
|
|
154
|
-
[x: string]: string | symbol | {
|
|
155
|
-
from?: string | symbol | undefined;
|
|
156
|
-
default?: unknown;
|
|
157
|
-
};
|
|
158
|
-
} | undefined;
|
|
159
|
-
filters?: {
|
|
160
|
-
[x: string]: Function;
|
|
161
|
-
} | undefined;
|
|
162
|
-
mixins?: any[] | undefined;
|
|
163
|
-
extends?: any;
|
|
164
|
-
beforeCreate?: (() => void) | undefined;
|
|
165
|
-
created?: (() => void) | undefined;
|
|
166
|
-
beforeMount?: (() => void) | undefined;
|
|
167
|
-
mounted?: (() => void) | undefined;
|
|
168
|
-
beforeUpdate?: (() => void) | undefined;
|
|
169
|
-
updated?: (() => void) | undefined;
|
|
170
|
-
activated?: (() => void) | undefined;
|
|
171
|
-
deactivated?: (() => void) | undefined;
|
|
172
|
-
beforeDestroy?: (() => void) | undefined;
|
|
173
|
-
beforeUnmount?: (() => void) | undefined;
|
|
174
|
-
destroyed?: (() => void) | undefined;
|
|
175
|
-
unmounted?: (() => void) | undefined;
|
|
176
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
177
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
178
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | undefined;
|
|
179
|
-
delimiters?: [string, string] | undefined;
|
|
180
|
-
__differentiator?: string | number | symbol | undefined;
|
|
181
|
-
__isBuiltIn?: boolean | undefined;
|
|
182
|
-
__file?: string | undefined;
|
|
183
|
-
i18n?: {
|
|
184
|
-
locale?: string | undefined;
|
|
185
|
-
fallbackLocale?: string | false | string[] | {
|
|
186
|
-
[x: string]: string[];
|
|
187
|
-
} | undefined;
|
|
188
|
-
messages?: {
|
|
189
|
-
[x: string]: {
|
|
190
|
-
[x: string]: string | import("vue-i18n").MessageFunction<import("vue-i18n").VueMessageType> | any | {
|
|
191
|
-
[x: number]: string | import("vue-i18n").MessageFunction<import("vue-i18n").VueMessageType> | any | any;
|
|
192
|
-
length: number;
|
|
193
|
-
toString: () => string;
|
|
194
|
-
toLocaleString: () => string;
|
|
195
|
-
pop: () => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | undefined;
|
|
196
|
-
push: (...items: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => number;
|
|
197
|
-
concat: {
|
|
198
|
-
(...items: ConcatArray<import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>[]): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
199
|
-
(...items: (import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | ConcatArray<import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>)[]): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
200
|
-
};
|
|
201
|
-
join: (separator?: string | undefined) => string;
|
|
202
|
-
reverse: () => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
203
|
-
shift: () => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | undefined;
|
|
204
|
-
slice: (start?: number | undefined, end?: number | undefined) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
205
|
-
sort: (compareFn?: ((a: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, b: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>) => number) | undefined) => import("vue-i18n").LocaleMessageArray<import("vue-i18n").VueMessageType>;
|
|
206
|
-
splice: {
|
|
207
|
-
(start: number, deleteCount?: number | undefined): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
208
|
-
(start: number, deleteCount: number, ...items: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
209
|
-
};
|
|
210
|
-
unshift: (...items: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => number;
|
|
211
|
-
indexOf: (searchElement: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, fromIndex?: number | undefined) => number;
|
|
212
|
-
lastIndexOf: (searchElement: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, fromIndex?: number | undefined) => number;
|
|
213
|
-
every: {
|
|
214
|
-
<S extends import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => value is S, thisArg?: any): this is S[];
|
|
215
|
-
(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any): boolean;
|
|
216
|
-
};
|
|
217
|
-
some: (predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any) => boolean;
|
|
218
|
-
forEach: (callbackfn: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => void, thisArg?: any) => void;
|
|
219
|
-
map: <U>(callbackfn: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => U, thisArg?: any) => U[];
|
|
220
|
-
filter: {
|
|
221
|
-
<S_1 extends import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => value is S_1, thisArg?: any): S_1[];
|
|
222
|
-
(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
223
|
-
};
|
|
224
|
-
reduce: {
|
|
225
|
-
(callbackfn: (previousValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
226
|
-
(callbackfn: (previousValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, initialValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
227
|
-
<U_1>(callbackfn: (previousValue: U_1, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => U_1, initialValue: U_1): U_1;
|
|
228
|
-
};
|
|
229
|
-
reduceRight: {
|
|
230
|
-
(callbackfn: (previousValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
231
|
-
(callbackfn: (previousValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, initialValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
232
|
-
<U_2>(callbackfn: (previousValue: U_2, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => U_2, initialValue: U_2): U_2;
|
|
233
|
-
};
|
|
234
|
-
find: {
|
|
235
|
-
<S_2 extends import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>(predicate: (this: void, value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, obj: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => value is S_2, thisArg?: any): S_2 | undefined;
|
|
236
|
-
(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, obj: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | undefined;
|
|
237
|
-
};
|
|
238
|
-
findIndex: (predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, obj: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any) => number;
|
|
239
|
-
fill: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, start?: number | undefined, end?: number | undefined) => import("vue-i18n").LocaleMessageArray<import("vue-i18n").VueMessageType>;
|
|
240
|
-
copyWithin: (target: number, start: number, end?: number | undefined) => import("vue-i18n").LocaleMessageArray<import("vue-i18n").VueMessageType>;
|
|
241
|
-
entries: () => IterableIterator<[number, import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>]>;
|
|
242
|
-
keys: () => IterableIterator<number>;
|
|
243
|
-
values: () => IterableIterator<import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>;
|
|
244
|
-
includes: (searchElement: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, fromIndex?: number | undefined) => boolean;
|
|
245
|
-
flatMap: <U_3, This = undefined>(callback: (this: This, value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => U_3 | readonly U_3[], thisArg?: This | undefined) => U_3[];
|
|
246
|
-
flat: <A, D extends number = 1>(this: A, depth?: D | undefined) => FlatArray<A, D>[];
|
|
247
|
-
[Symbol.iterator]: () => IterableIterator<import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>;
|
|
248
|
-
[Symbol.unscopables]: () => {
|
|
249
|
-
copyWithin: boolean;
|
|
250
|
-
entries: boolean;
|
|
251
|
-
fill: boolean;
|
|
252
|
-
find: boolean;
|
|
253
|
-
findIndex: boolean;
|
|
254
|
-
keys: boolean;
|
|
255
|
-
values: boolean;
|
|
256
|
-
};
|
|
257
|
-
at: (index: number) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | undefined;
|
|
258
|
-
};
|
|
259
|
-
};
|
|
260
|
-
} | undefined;
|
|
261
|
-
flatJson?: boolean | undefined;
|
|
262
|
-
datetimeFormats?: {
|
|
263
|
-
[x: string]: {
|
|
264
|
-
[x: string]: {
|
|
265
|
-
localeMatcher?: "best fit" | "lookup" | undefined;
|
|
266
|
-
weekday?: "long" | "short" | "narrow" | undefined;
|
|
267
|
-
era?: "long" | "short" | "narrow" | undefined;
|
|
268
|
-
year?: "numeric" | "2-digit" | undefined;
|
|
269
|
-
month?: "long" | "short" | "narrow" | "numeric" | "2-digit" | undefined;
|
|
270
|
-
day?: "numeric" | "2-digit" | undefined;
|
|
271
|
-
hour?: "numeric" | "2-digit" | undefined;
|
|
272
|
-
minute?: "numeric" | "2-digit" | undefined;
|
|
273
|
-
second?: "numeric" | "2-digit" | undefined;
|
|
274
|
-
timeZoneName?: "long" | "short" | undefined;
|
|
275
|
-
formatMatcher?: "best fit" | "basic" | undefined;
|
|
276
|
-
hour12?: boolean | undefined;
|
|
277
|
-
timeZone?: string | undefined;
|
|
278
|
-
dateStyle?: "long" | "short" | "medium" | "full" | undefined;
|
|
279
|
-
timeStyle?: "long" | "short" | "medium" | "full" | undefined;
|
|
280
|
-
calendar?: string | undefined;
|
|
281
|
-
dayPeriod?: "long" | "short" | "narrow" | undefined;
|
|
282
|
-
numberingSystem?: string | undefined;
|
|
283
|
-
hourCycle?: "h11" | "h12" | "h23" | "h24" | undefined;
|
|
284
|
-
fractionalSecondDigits?: 0 | 2 | 1 | 3 | undefined;
|
|
285
|
-
} | {
|
|
286
|
-
year?: import("@intlify/core-base").DateTimeDigital | undefined;
|
|
287
|
-
month?: import("@intlify/core-base").DateTimeDigital | import("@intlify/core-base").DateTimeHumanReadable | undefined;
|
|
288
|
-
day?: import("@intlify/core-base").DateTimeDigital | undefined;
|
|
289
|
-
hour?: import("@intlify/core-base").DateTimeDigital | undefined;
|
|
290
|
-
minute?: import("@intlify/core-base").DateTimeDigital | undefined;
|
|
291
|
-
second?: import("@intlify/core-base").DateTimeDigital | undefined;
|
|
292
|
-
weekday?: import("@intlify/core-base").DateTimeHumanReadable | undefined;
|
|
293
|
-
era?: import("@intlify/core-base").DateTimeHumanReadable | undefined;
|
|
294
|
-
timeZoneName?: "long" | "short" | undefined;
|
|
295
|
-
localeMatcher?: import("vue-i18n").IntlLocaleMatcher | undefined;
|
|
296
|
-
formatMatcher?: import("vue-i18n").IntlFormatMatcher | undefined;
|
|
297
|
-
hour12?: boolean | undefined;
|
|
298
|
-
timeZone?: string | undefined;
|
|
299
|
-
dateStyle?: "long" | "short" | "medium" | "full" | undefined;
|
|
300
|
-
timeStyle?: "long" | "short" | "medium" | "full" | undefined;
|
|
301
|
-
calendar?: string | undefined;
|
|
302
|
-
dayPeriod?: "long" | "short" | "narrow" | undefined;
|
|
303
|
-
numberingSystem?: string | undefined;
|
|
304
|
-
hourCycle?: "h11" | "h12" | "h23" | "h24" | undefined;
|
|
305
|
-
fractionalSecondDigits?: 0 | 2 | 1 | 3 | undefined;
|
|
306
|
-
};
|
|
307
|
-
};
|
|
308
|
-
} | undefined;
|
|
309
|
-
numberFormats?: {
|
|
310
|
-
[x: string]: {
|
|
311
|
-
[x: string]: {
|
|
312
|
-
localeMatcher?: string | undefined;
|
|
313
|
-
style?: string | undefined;
|
|
314
|
-
currency?: string | undefined;
|
|
315
|
-
currencyDisplay?: string | undefined;
|
|
316
|
-
currencySign?: string | undefined;
|
|
317
|
-
useGrouping?: boolean | undefined;
|
|
318
|
-
minimumIntegerDigits?: number | undefined;
|
|
319
|
-
minimumFractionDigits?: number | undefined;
|
|
320
|
-
maximumFractionDigits?: number | undefined;
|
|
321
|
-
minimumSignificantDigits?: number | undefined;
|
|
322
|
-
maximumSignificantDigits?: number | undefined;
|
|
323
|
-
compactDisplay?: string | undefined;
|
|
324
|
-
notation?: string | undefined;
|
|
325
|
-
signDisplay?: string | undefined;
|
|
326
|
-
unit?: string | undefined;
|
|
327
|
-
unitDisplay?: string | undefined;
|
|
328
|
-
} | {
|
|
329
|
-
style: "currency";
|
|
330
|
-
currency: string;
|
|
331
|
-
currencyDisplay?: import("@intlify/core-base").CurrencyDisplay | undefined;
|
|
332
|
-
localeMatcher?: import("vue-i18n").IntlLocaleMatcher | undefined;
|
|
333
|
-
formatMatcher?: import("vue-i18n").IntlFormatMatcher | undefined;
|
|
334
|
-
currencySign?: string | undefined;
|
|
335
|
-
useGrouping?: boolean | undefined;
|
|
336
|
-
minimumIntegerDigits?: number | undefined;
|
|
337
|
-
minimumFractionDigits?: number | undefined;
|
|
338
|
-
maximumFractionDigits?: number | undefined;
|
|
339
|
-
minimumSignificantDigits?: number | undefined;
|
|
340
|
-
maximumSignificantDigits?: number | undefined;
|
|
341
|
-
compactDisplay?: string | undefined;
|
|
342
|
-
notation?: string | undefined;
|
|
343
|
-
signDisplay?: string | undefined;
|
|
344
|
-
unit?: string | undefined;
|
|
345
|
-
unitDisplay?: string | undefined;
|
|
346
|
-
} | {
|
|
347
|
-
style?: "decimal" | "percent" | undefined;
|
|
348
|
-
currency?: string | undefined;
|
|
349
|
-
currencyDisplay?: import("@intlify/core-base").CurrencyDisplay | undefined;
|
|
350
|
-
localeMatcher?: import("vue-i18n").IntlLocaleMatcher | undefined;
|
|
351
|
-
formatMatcher?: import("vue-i18n").IntlFormatMatcher | undefined;
|
|
352
|
-
currencySign?: string | undefined;
|
|
353
|
-
useGrouping?: boolean | undefined;
|
|
354
|
-
minimumIntegerDigits?: number | undefined;
|
|
355
|
-
minimumFractionDigits?: number | undefined;
|
|
356
|
-
maximumFractionDigits?: number | undefined;
|
|
357
|
-
minimumSignificantDigits?: number | undefined;
|
|
358
|
-
maximumSignificantDigits?: number | undefined;
|
|
359
|
-
compactDisplay?: string | undefined;
|
|
360
|
-
notation?: string | undefined;
|
|
361
|
-
signDisplay?: string | undefined;
|
|
362
|
-
unit?: string | undefined;
|
|
363
|
-
unitDisplay?: string | undefined;
|
|
364
|
-
};
|
|
365
|
-
};
|
|
366
|
-
} | undefined;
|
|
367
|
-
availableLocales?: string[] | undefined;
|
|
368
|
-
modifiers?: {
|
|
369
|
-
[x: string]: import("@intlify/runtime").LinkedModify<import("vue-i18n").VueMessageType>;
|
|
370
|
-
} | undefined;
|
|
371
|
-
formatter?: {
|
|
372
|
-
interpolate: (message: string, values: any, path: string) => any[] | null;
|
|
373
|
-
} | undefined;
|
|
374
|
-
missing?: import("vue-i18n").MissingHandler | undefined;
|
|
375
|
-
fallbackRoot?: boolean | undefined;
|
|
376
|
-
silentTranslationWarn?: boolean | {
|
|
377
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
378
|
-
test: (string: string) => boolean;
|
|
379
|
-
readonly source: string;
|
|
380
|
-
readonly global: boolean;
|
|
381
|
-
readonly ignoreCase: boolean;
|
|
382
|
-
readonly multiline: boolean;
|
|
383
|
-
lastIndex: number;
|
|
384
|
-
compile: () => RegExp;
|
|
385
|
-
readonly flags: string;
|
|
386
|
-
readonly sticky: boolean;
|
|
387
|
-
readonly unicode: boolean;
|
|
388
|
-
readonly dotAll: boolean;
|
|
389
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
390
|
-
[Symbol.replace]: {
|
|
391
|
-
(string: string, replaceValue: string): string;
|
|
392
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
393
|
-
};
|
|
394
|
-
[Symbol.search]: (string: string) => number;
|
|
395
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
396
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
397
|
-
} | undefined;
|
|
398
|
-
silentFallbackWarn?: boolean | {
|
|
399
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
400
|
-
test: (string: string) => boolean;
|
|
401
|
-
readonly source: string;
|
|
402
|
-
readonly global: boolean;
|
|
403
|
-
readonly ignoreCase: boolean;
|
|
404
|
-
readonly multiline: boolean;
|
|
405
|
-
lastIndex: number;
|
|
406
|
-
compile: () => RegExp;
|
|
407
|
-
readonly flags: string;
|
|
408
|
-
readonly sticky: boolean;
|
|
409
|
-
readonly unicode: boolean;
|
|
410
|
-
readonly dotAll: boolean;
|
|
411
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
412
|
-
[Symbol.replace]: {
|
|
413
|
-
(string: string, replaceValue: string): string;
|
|
414
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
415
|
-
};
|
|
416
|
-
[Symbol.search]: (string: string) => number;
|
|
417
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
418
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
419
|
-
} | undefined;
|
|
420
|
-
formatFallbackMessages?: boolean | undefined;
|
|
421
|
-
preserveDirectiveContent?: boolean | undefined;
|
|
422
|
-
warnHtmlInMessage?: import("vue-i18n").WarnHtmlInMessageLevel | undefined;
|
|
423
|
-
escapeParameterHtml?: boolean | undefined;
|
|
424
|
-
sharedMessages?: {
|
|
425
|
-
[x: string]: {
|
|
426
|
-
[x: string]: string | import("vue-i18n").MessageFunction<import("vue-i18n").VueMessageType> | any | {
|
|
427
|
-
[x: number]: string | import("vue-i18n").MessageFunction<import("vue-i18n").VueMessageType> | any | any;
|
|
428
|
-
length: number;
|
|
429
|
-
toString: () => string;
|
|
430
|
-
toLocaleString: () => string;
|
|
431
|
-
pop: () => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | undefined;
|
|
432
|
-
push: (...items: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => number;
|
|
433
|
-
concat: {
|
|
434
|
-
(...items: ConcatArray<import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>[]): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
435
|
-
(...items: (import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | ConcatArray<import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>)[]): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
436
|
-
};
|
|
437
|
-
join: (separator?: string | undefined) => string;
|
|
438
|
-
reverse: () => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
439
|
-
shift: () => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | undefined;
|
|
440
|
-
slice: (start?: number | undefined, end?: number | undefined) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
441
|
-
sort: (compareFn?: ((a: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, b: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>) => number) | undefined) => import("vue-i18n").LocaleMessageArray<import("vue-i18n").VueMessageType>;
|
|
442
|
-
splice: {
|
|
443
|
-
(start: number, deleteCount?: number | undefined): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
444
|
-
(start: number, deleteCount: number, ...items: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
445
|
-
};
|
|
446
|
-
unshift: (...items: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => number;
|
|
447
|
-
indexOf: (searchElement: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, fromIndex?: number | undefined) => number;
|
|
448
|
-
lastIndexOf: (searchElement: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, fromIndex?: number | undefined) => number;
|
|
449
|
-
every: {
|
|
450
|
-
<S extends import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => value is S, thisArg?: any): this is S[];
|
|
451
|
-
(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any): boolean;
|
|
452
|
-
};
|
|
453
|
-
some: (predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any) => boolean;
|
|
454
|
-
forEach: (callbackfn: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => void, thisArg?: any) => void;
|
|
455
|
-
map: <U>(callbackfn: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => U, thisArg?: any) => U[];
|
|
456
|
-
filter: {
|
|
457
|
-
<S_1 extends import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => value is S_1, thisArg?: any): S_1[];
|
|
458
|
-
(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
459
|
-
};
|
|
460
|
-
reduce: {
|
|
461
|
-
(callbackfn: (previousValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
462
|
-
(callbackfn: (previousValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, initialValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
463
|
-
<U_1>(callbackfn: (previousValue: U_1, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => U_1, initialValue: U_1): U_1;
|
|
464
|
-
};
|
|
465
|
-
reduceRight: {
|
|
466
|
-
(callbackfn: (previousValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
467
|
-
(callbackfn: (previousValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, initialValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
468
|
-
<U_2>(callbackfn: (previousValue: U_2, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => U_2, initialValue: U_2): U_2;
|
|
469
|
-
};
|
|
470
|
-
find: {
|
|
471
|
-
<S_2 extends import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>(predicate: (this: void, value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, obj: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => value is S_2, thisArg?: any): S_2 | undefined;
|
|
472
|
-
(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, obj: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | undefined;
|
|
473
|
-
};
|
|
474
|
-
findIndex: (predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, obj: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any) => number;
|
|
475
|
-
fill: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, start?: number | undefined, end?: number | undefined) => import("vue-i18n").LocaleMessageArray<import("vue-i18n").VueMessageType>;
|
|
476
|
-
copyWithin: (target: number, start: number, end?: number | undefined) => import("vue-i18n").LocaleMessageArray<import("vue-i18n").VueMessageType>;
|
|
477
|
-
entries: () => IterableIterator<[number, import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>]>;
|
|
478
|
-
keys: () => IterableIterator<number>;
|
|
479
|
-
values: () => IterableIterator<import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>;
|
|
480
|
-
includes: (searchElement: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, fromIndex?: number | undefined) => boolean;
|
|
481
|
-
flatMap: <U_3, This = undefined>(callback: (this: This, value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => U_3 | readonly U_3[], thisArg?: This | undefined) => U_3[];
|
|
482
|
-
flat: <A, D extends number = 1>(this: A, depth?: D | undefined) => FlatArray<A, D>[];
|
|
483
|
-
[Symbol.iterator]: () => IterableIterator<import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>;
|
|
484
|
-
[Symbol.unscopables]: () => {
|
|
485
|
-
copyWithin: boolean;
|
|
486
|
-
entries: boolean;
|
|
487
|
-
fill: boolean;
|
|
488
|
-
find: boolean;
|
|
489
|
-
findIndex: boolean;
|
|
490
|
-
keys: boolean;
|
|
491
|
-
values: boolean;
|
|
492
|
-
};
|
|
493
|
-
at: (index: number) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | undefined;
|
|
494
|
-
};
|
|
495
|
-
};
|
|
496
|
-
} | undefined;
|
|
497
|
-
pluralizationRules?: {
|
|
498
|
-
[x: string]: import("vue-i18n").PluralizationRule;
|
|
499
|
-
} | undefined;
|
|
500
|
-
postTranslation?: import("vue-i18n").PostTranslationHandler<import("vue-i18n").VueMessageType> | undefined;
|
|
501
|
-
sync?: boolean | undefined;
|
|
502
|
-
componentInstanceCreatedListener?: (<Messages>(target: import("vue-i18n").VueI18n<Messages, {}, {}>, global: import("vue-i18n").VueI18n<Messages, {}, {}>) => void) | undefined;
|
|
503
|
-
} | undefined;
|
|
504
|
-
__i18n?: {
|
|
505
|
-
locale: string;
|
|
506
|
-
resource: {
|
|
507
|
-
[x: string]: {
|
|
508
|
-
[x: string]: string | import("vue-i18n").MessageFunction<import("vue-i18n").VueMessageType> | any | {
|
|
509
|
-
[x: number]: string | import("vue-i18n").MessageFunction<import("vue-i18n").VueMessageType> | any | any;
|
|
510
|
-
length: number;
|
|
511
|
-
toString: () => string;
|
|
512
|
-
toLocaleString: () => string;
|
|
513
|
-
pop: () => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | undefined;
|
|
514
|
-
push: (...items: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => number;
|
|
515
|
-
concat: {
|
|
516
|
-
(...items: ConcatArray<import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>[]): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
517
|
-
(...items: (import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | ConcatArray<import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>)[]): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
518
|
-
};
|
|
519
|
-
join: (separator?: string | undefined) => string;
|
|
520
|
-
reverse: () => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
521
|
-
shift: () => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | undefined;
|
|
522
|
-
slice: (start?: number | undefined, end?: number | undefined) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
523
|
-
sort: (compareFn?: ((a: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, b: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>) => number) | undefined) => import("vue-i18n").LocaleMessageArray<import("vue-i18n").VueMessageType>;
|
|
524
|
-
splice: {
|
|
525
|
-
(start: number, deleteCount?: number | undefined): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
526
|
-
(start: number, deleteCount: number, ...items: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
527
|
-
};
|
|
528
|
-
unshift: (...items: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => number;
|
|
529
|
-
indexOf: (searchElement: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, fromIndex?: number | undefined) => number;
|
|
530
|
-
lastIndexOf: (searchElement: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, fromIndex?: number | undefined) => number;
|
|
531
|
-
every: {
|
|
532
|
-
<S extends import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => value is S, thisArg?: any): this is S[];
|
|
533
|
-
(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any): boolean;
|
|
534
|
-
};
|
|
535
|
-
some: (predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any) => boolean;
|
|
536
|
-
forEach: (callbackfn: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => void, thisArg?: any) => void;
|
|
537
|
-
map: <U>(callbackfn: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => U, thisArg?: any) => U[];
|
|
538
|
-
filter: {
|
|
539
|
-
<S_1 extends import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => value is S_1, thisArg?: any): S_1[];
|
|
540
|
-
(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
541
|
-
};
|
|
542
|
-
reduce: {
|
|
543
|
-
(callbackfn: (previousValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
544
|
-
(callbackfn: (previousValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, initialValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
545
|
-
<U_1>(callbackfn: (previousValue: U_1, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => U_1, initialValue: U_1): U_1;
|
|
546
|
-
};
|
|
547
|
-
reduceRight: {
|
|
548
|
-
(callbackfn: (previousValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
549
|
-
(callbackfn: (previousValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, initialValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
550
|
-
<U_2>(callbackfn: (previousValue: U_2, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => U_2, initialValue: U_2): U_2;
|
|
551
|
-
};
|
|
552
|
-
find: {
|
|
553
|
-
<S_2 extends import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>(predicate: (this: void, value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, obj: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => value is S_2, thisArg?: any): S_2 | undefined;
|
|
554
|
-
(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, obj: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | undefined;
|
|
555
|
-
};
|
|
556
|
-
findIndex: (predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, obj: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any) => number;
|
|
557
|
-
fill: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, start?: number | undefined, end?: number | undefined) => import("vue-i18n").LocaleMessageArray<import("vue-i18n").VueMessageType>;
|
|
558
|
-
copyWithin: (target: number, start: number, end?: number | undefined) => import("vue-i18n").LocaleMessageArray<import("vue-i18n").VueMessageType>;
|
|
559
|
-
entries: () => IterableIterator<[number, import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>]>;
|
|
560
|
-
keys: () => IterableIterator<number>;
|
|
561
|
-
values: () => IterableIterator<import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>;
|
|
562
|
-
includes: (searchElement: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, fromIndex?: number | undefined) => boolean;
|
|
563
|
-
flatMap: <U_3, This = undefined>(callback: (this: This, value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => U_3 | readonly U_3[], thisArg?: This | undefined) => U_3[];
|
|
564
|
-
flat: <A, D extends number = 1>(this: A, depth?: D | undefined) => FlatArray<A, D>[];
|
|
565
|
-
[Symbol.iterator]: () => IterableIterator<import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>;
|
|
566
|
-
[Symbol.unscopables]: () => {
|
|
567
|
-
copyWithin: boolean;
|
|
568
|
-
entries: boolean;
|
|
569
|
-
fill: boolean;
|
|
570
|
-
find: boolean;
|
|
571
|
-
findIndex: boolean;
|
|
572
|
-
keys: boolean;
|
|
573
|
-
values: boolean;
|
|
574
|
-
};
|
|
575
|
-
at: (index: number) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | undefined;
|
|
576
|
-
};
|
|
577
|
-
};
|
|
578
|
-
} | {
|
|
579
|
-
[x: string]: string | import("vue-i18n").MessageFunction<import("vue-i18n").VueMessageType> | any | {
|
|
580
|
-
[x: number]: string | import("vue-i18n").MessageFunction<import("vue-i18n").VueMessageType> | any | any;
|
|
581
|
-
length: number;
|
|
582
|
-
toString: () => string;
|
|
583
|
-
toLocaleString: () => string;
|
|
584
|
-
pop: () => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | undefined;
|
|
585
|
-
push: (...items: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => number;
|
|
586
|
-
concat: {
|
|
587
|
-
(...items: ConcatArray<import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>[]): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
588
|
-
(...items: (import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | ConcatArray<import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>)[]): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
589
|
-
};
|
|
590
|
-
join: (separator?: string | undefined) => string;
|
|
591
|
-
reverse: () => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
592
|
-
shift: () => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | undefined;
|
|
593
|
-
slice: (start?: number | undefined, end?: number | undefined) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
594
|
-
sort: (compareFn?: ((a: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, b: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>) => number) | undefined) => import("vue-i18n").LocaleMessageArray<import("vue-i18n").VueMessageType>;
|
|
595
|
-
splice: {
|
|
596
|
-
(start: number, deleteCount?: number | undefined): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
597
|
-
(start: number, deleteCount: number, ...items: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
598
|
-
};
|
|
599
|
-
unshift: (...items: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => number;
|
|
600
|
-
indexOf: (searchElement: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, fromIndex?: number | undefined) => number;
|
|
601
|
-
lastIndexOf: (searchElement: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, fromIndex?: number | undefined) => number;
|
|
602
|
-
every: {
|
|
603
|
-
<S extends import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => value is S, thisArg?: any): this is S[];
|
|
604
|
-
(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any): boolean;
|
|
605
|
-
};
|
|
606
|
-
some: (predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any) => boolean;
|
|
607
|
-
forEach: (callbackfn: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => void, thisArg?: any) => void;
|
|
608
|
-
map: <U>(callbackfn: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => U, thisArg?: any) => U[];
|
|
609
|
-
filter: {
|
|
610
|
-
<S_1 extends import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => value is S_1, thisArg?: any): S_1[];
|
|
611
|
-
(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[];
|
|
612
|
-
};
|
|
613
|
-
reduce: {
|
|
614
|
-
(callbackfn: (previousValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
615
|
-
(callbackfn: (previousValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, initialValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
616
|
-
<U_1>(callbackfn: (previousValue: U_1, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => U_1, initialValue: U_1): U_1;
|
|
617
|
-
};
|
|
618
|
-
reduceRight: {
|
|
619
|
-
(callbackfn: (previousValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
620
|
-
(callbackfn: (previousValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, initialValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>;
|
|
621
|
-
<U_2>(callbackfn: (previousValue: U_2, currentValue: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, currentIndex: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => U_2, initialValue: U_2): U_2;
|
|
622
|
-
};
|
|
623
|
-
find: {
|
|
624
|
-
<S_2 extends import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>(predicate: (this: void, value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, obj: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => value is S_2, thisArg?: any): S_2 | undefined;
|
|
625
|
-
(predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, obj: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any): import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | undefined;
|
|
626
|
-
};
|
|
627
|
-
findIndex: (predicate: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, obj: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => unknown, thisArg?: any) => number;
|
|
628
|
-
fill: (value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, start?: number | undefined, end?: number | undefined) => import("vue-i18n").LocaleMessageArray<import("vue-i18n").VueMessageType>;
|
|
629
|
-
copyWithin: (target: number, start: number, end?: number | undefined) => import("vue-i18n").LocaleMessageArray<import("vue-i18n").VueMessageType>;
|
|
630
|
-
entries: () => IterableIterator<[number, import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>]>;
|
|
631
|
-
keys: () => IterableIterator<number>;
|
|
632
|
-
values: () => IterableIterator<import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>;
|
|
633
|
-
includes: (searchElement: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, fromIndex?: number | undefined) => boolean;
|
|
634
|
-
flatMap: <U_3, This = undefined>(callback: (this: This, value: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>, index: number, array: import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>[]) => U_3 | readonly U_3[], thisArg?: This | undefined) => U_3[];
|
|
635
|
-
flat: <A, D extends number = 1>(this: A, depth?: D | undefined) => FlatArray<A, D>[];
|
|
636
|
-
[Symbol.iterator]: () => IterableIterator<import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType>>;
|
|
637
|
-
[Symbol.unscopables]: () => {
|
|
638
|
-
copyWithin: boolean;
|
|
639
|
-
entries: boolean;
|
|
640
|
-
fill: boolean;
|
|
641
|
-
find: boolean;
|
|
642
|
-
findIndex: boolean;
|
|
643
|
-
keys: boolean;
|
|
644
|
-
values: boolean;
|
|
645
|
-
};
|
|
646
|
-
at: (index: number) => import("vue-i18n").LocaleMessageValue<import("vue-i18n").VueMessageType> | undefined;
|
|
647
|
-
};
|
|
648
|
-
};
|
|
649
|
-
}[] | undefined;
|
|
650
|
-
__INTLIFY_META__?: string | undefined;
|
|
651
|
-
} | undefined;
|
|
652
|
-
}[];
|
|
653
|
-
}[];
|
|
654
|
-
} | null>;
|
|
655
|
-
menuPinned: import("vue").Ref<boolean>;
|
|
656
|
-
selectNavigationGroup: (group: NavigationGroup) => void;
|
|
657
|
-
toggleMenuPinned: () => void;
|
|
658
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
659
|
-
'item-select': null;
|
|
660
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
661
|
-
groups?: unknown;
|
|
662
|
-
} & {
|
|
663
|
-
groups: unknown[];
|
|
664
|
-
} & {}> & {
|
|
665
|
-
"onItem-select"?: ((...args: any[]) => any) | undefined;
|
|
666
|
-
}, {
|
|
667
|
-
groups: unknown[];
|
|
668
|
-
}>;
|
|
669
|
-
export default _sfc_main;
|