@fastkit/vui 0.6.20 → 0.6.32
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/tool/index.js +14 -3
- package/dist/tool/vite-plugin.d.ts.map +1 -1
- package/dist/vui.cjs.js +1358 -91
- package/dist/vui.cjs.prod.js +1358 -91
- package/dist/vui.css +428 -1
- package/dist/vui.d.ts +605 -180
- package/dist/vui.esm-bundler.js +1358 -96
- package/dist/vui.min.css +1 -1
- package/dist/vui.min.css.map +1 -1
- package/package.json +6 -6
package/dist/vui.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import { ColorVariant , ThemeName, PaletteName, ScopeName } from '@fastkit/colo
|
|
|
4
4
|
import { ComponentCustomProps } from 'vue';
|
|
5
5
|
import { ComponentOptionsMixin } from 'vue';
|
|
6
6
|
import { ComputedRef } from 'vue';
|
|
7
|
+
import { CSSProperties } from 'vue';
|
|
7
8
|
import { DefineComponent } from 'vue';
|
|
8
9
|
import { EmitsOptions } from 'vue';
|
|
9
10
|
import { ExtractPropInput } from '@fastkit/vue-utils';
|
|
@@ -23,16 +24,25 @@ import { IconName } from '@fastkit/icon-font';
|
|
|
23
24
|
import { IMaskEvent } from '@fastkit/vue-kit';
|
|
24
25
|
import { IMaskTypedValue } from '@fastkit/vue-kit';
|
|
25
26
|
import { InjectionKey } from 'vue';
|
|
27
|
+
import { LocationService } from '@fastkit/vue-utils';
|
|
28
|
+
import { NavigationableInheritProps } from '@fastkit/vue-utils';
|
|
29
|
+
import { NavigationFailure } from 'vue-router';
|
|
26
30
|
import { Numberish } from '@fastkit/vue-kit';
|
|
27
31
|
import { Prop } from 'vue';
|
|
28
32
|
import { PropType } from 'vue';
|
|
29
33
|
import { RawTextableFinishingProp } from '@fastkit/vue-kit';
|
|
30
34
|
import { RawTextareaAutosizeSettings } from '@fastkit/vue-kit';
|
|
31
35
|
import { Ref } from 'vue';
|
|
36
|
+
import { RendererElement } from 'vue';
|
|
37
|
+
import { RendererNode } from 'vue';
|
|
32
38
|
import { ResolvedFormSelectorItemData } from '@fastkit/vue-kit';
|
|
33
39
|
import { ResolveRawSlots } from '@fastkit/vue-kit';
|
|
34
40
|
import { ResolveRawSlots as ResolveRawSlots_2 } from '@fastkit/vue-utils';
|
|
41
|
+
import { RouteLocation } from 'vue-router';
|
|
35
42
|
import { RouteLocationRaw } from 'vue-router';
|
|
43
|
+
import type { Router } from 'vue-router';
|
|
44
|
+
import { RouterLink } from 'vue-router';
|
|
45
|
+
import { RouterLinkProps } from 'vue-router';
|
|
36
46
|
import { ScopeName } from '@fastkit/color-scheme';
|
|
37
47
|
import { TextableCounterResult } from '@fastkit/vue-kit';
|
|
38
48
|
import { TextableCounterSettings } from '@fastkit/vue-kit';
|
|
@@ -40,10 +50,12 @@ import { TextareaAutosizeSettings } from '@fastkit/vue-kit';
|
|
|
40
50
|
import { TextareaControl } from '@fastkit/vue-kit';
|
|
41
51
|
import { TextInputControl } from '@fastkit/vue-kit';
|
|
42
52
|
import { TypedSlot } from '@fastkit/vue-kit';
|
|
53
|
+
import { useLink } from 'vue-router';
|
|
43
54
|
import { ValidateTiming } from '@fastkit/vue-kit';
|
|
44
55
|
import { ValidationResult } from '@fastkit/vue-kit';
|
|
45
56
|
import { VDialog } from '@fastkit/vue-kit';
|
|
46
57
|
import { VMenu } from '@fastkit/vue-kit';
|
|
58
|
+
import { VNode } from 'vue';
|
|
47
59
|
import { VNodeChild } from 'vue';
|
|
48
60
|
import { VNodeChildOrSlot } from '@fastkit/vue-kit';
|
|
49
61
|
import { VNodeProps } from 'vue';
|
|
@@ -55,6 +67,27 @@ import { WritableComputedRef } from 'vue';
|
|
|
55
67
|
|
|
56
68
|
declare type ARGS = Record<string, unknown> & VNodeProps;
|
|
57
69
|
|
|
70
|
+
export declare interface BreadcrumbsItem extends Pick<NavigationableInheritProps, 'to' | 'disabled'> {
|
|
71
|
+
/**
|
|
72
|
+
* "正確なマッチモード" を強制する場合true
|
|
73
|
+
*/
|
|
74
|
+
icon?: RawIconProp;
|
|
75
|
+
text: VNodeChild | ((vui: VuiService) => VNodeChild);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export declare function configureDataTableDefaults(defaults: Partial<DataTableDefaults>): void;
|
|
79
|
+
|
|
80
|
+
export declare interface ContentSwitcherSeeTopOptions {
|
|
81
|
+
/**
|
|
82
|
+
* スクロールする際のオフセット高px
|
|
83
|
+
*/
|
|
84
|
+
offset?: number;
|
|
85
|
+
/**
|
|
86
|
+
* スクロール期間
|
|
87
|
+
*/
|
|
88
|
+
duration?: number;
|
|
89
|
+
}
|
|
90
|
+
|
|
58
91
|
export declare const CONTROL_FIELD_VARIANTS: readonly ["outlined", "filled", "flat"];
|
|
59
92
|
|
|
60
93
|
export declare const CONTROL_SIZES: readonly ["sm", "md", "lg"];
|
|
@@ -117,70 +150,76 @@ export declare function createElevationProps(): {
|
|
|
117
150
|
export declare function createListTileProps(): {
|
|
118
151
|
startIcon: PropType<RawIconProp>;
|
|
119
152
|
endIcon: PropType<RawIconProp>;
|
|
120
|
-
|
|
153
|
+
linkFallbackTag: {
|
|
121
154
|
type: StringConstructor;
|
|
122
155
|
default: string;
|
|
123
156
|
};
|
|
124
157
|
startIconEmptySpace: BooleanConstructor;
|
|
125
158
|
color: PropType<ScopeName>;
|
|
126
159
|
exactMatch: BooleanConstructor;
|
|
127
|
-
tag:
|
|
160
|
+
tag: PropType<string>;
|
|
161
|
+
class: PropType<any>;
|
|
162
|
+
style: PropType<CSSProperties>;
|
|
128
163
|
to: PropType<RouteLocationRaw>;
|
|
129
|
-
replace:
|
|
130
|
-
activeClass:
|
|
131
|
-
exactActiveClass:
|
|
132
|
-
custom:
|
|
164
|
+
replace: PropType<boolean>;
|
|
165
|
+
activeClass: PropType<string>;
|
|
166
|
+
exactActiveClass: PropType<string>;
|
|
167
|
+
custom: PropType<boolean>;
|
|
133
168
|
ariaCurrentValue: {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
};
|
|
137
|
-
disabled:
|
|
138
|
-
href:
|
|
139
|
-
target:
|
|
140
|
-
rel:
|
|
141
|
-
name:
|
|
142
|
-
charset:
|
|
143
|
-
hreflang:
|
|
169
|
+
type: PropType<"page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined>;
|
|
170
|
+
default: "page";
|
|
171
|
+
};
|
|
172
|
+
disabled: PropType<boolean>;
|
|
173
|
+
href: PropType<string>;
|
|
174
|
+
target: PropType<string>;
|
|
175
|
+
rel: PropType<string>;
|
|
176
|
+
name: PropType<string>;
|
|
177
|
+
charset: PropType<string>;
|
|
178
|
+
hreflang: PropType<string>;
|
|
144
179
|
download: PropType<string | boolean>;
|
|
145
|
-
media:
|
|
146
|
-
ping:
|
|
147
|
-
referrerpolicy:
|
|
180
|
+
media: PropType<string>;
|
|
181
|
+
ping: PropType<string>;
|
|
182
|
+
referrerpolicy: PropType<string>;
|
|
148
183
|
type: PropType<"submit" | "reset" | "button" | undefined>;
|
|
184
|
+
onClick: PropType<(ev: MouseEvent) => any>;
|
|
149
185
|
};
|
|
150
186
|
|
|
151
187
|
export declare function createNavigationItemProps(): {
|
|
152
188
|
match: StringConstructor;
|
|
153
189
|
startIcon: PropType<RawIconProp>;
|
|
154
190
|
endIcon: PropType<RawIconProp>;
|
|
155
|
-
|
|
191
|
+
linkFallbackTag: {
|
|
156
192
|
type: StringConstructor;
|
|
157
193
|
default: string;
|
|
158
194
|
};
|
|
159
195
|
startIconEmptySpace: BooleanConstructor;
|
|
160
196
|
color: PropType<ScopeName>;
|
|
161
197
|
exactMatch: BooleanConstructor;
|
|
162
|
-
tag:
|
|
198
|
+
tag: PropType<string>;
|
|
199
|
+
class: PropType<any>;
|
|
200
|
+
style: PropType<CSSProperties>;
|
|
163
201
|
to: PropType<RouteLocationRaw>;
|
|
164
|
-
replace:
|
|
165
|
-
activeClass:
|
|
166
|
-
exactActiveClass:
|
|
167
|
-
custom:
|
|
202
|
+
replace: PropType<boolean>;
|
|
203
|
+
activeClass: PropType<string>;
|
|
204
|
+
exactActiveClass: PropType<string>;
|
|
205
|
+
custom: PropType<boolean>;
|
|
168
206
|
ariaCurrentValue: {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
};
|
|
172
|
-
disabled:
|
|
173
|
-
href:
|
|
174
|
-
target:
|
|
175
|
-
rel:
|
|
176
|
-
name:
|
|
177
|
-
charset:
|
|
178
|
-
hreflang:
|
|
207
|
+
type: PropType<"page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined>;
|
|
208
|
+
default: "page";
|
|
209
|
+
};
|
|
210
|
+
disabled: PropType<boolean>;
|
|
211
|
+
href: PropType<string>;
|
|
212
|
+
target: PropType<string>;
|
|
213
|
+
rel: PropType<string>;
|
|
214
|
+
name: PropType<string>;
|
|
215
|
+
charset: PropType<string>;
|
|
216
|
+
hreflang: PropType<string>;
|
|
179
217
|
download: PropType<string | boolean>;
|
|
180
|
-
media:
|
|
181
|
-
ping:
|
|
182
|
-
referrerpolicy:
|
|
218
|
+
media: PropType<string>;
|
|
219
|
+
ping: PropType<string>;
|
|
220
|
+
referrerpolicy: PropType<string>;
|
|
183
221
|
type: PropType<"submit" | "reset" | "button" | undefined>;
|
|
222
|
+
onClick: PropType<(ev: MouseEvent) => any>;
|
|
184
223
|
};
|
|
185
224
|
|
|
186
225
|
export declare function createPaperBaseProps(): {
|
|
@@ -214,6 +253,55 @@ export declare function createPaperProps(): {
|
|
|
214
253
|
elevation: PropType<VuiElevationValue>;
|
|
215
254
|
};
|
|
216
255
|
|
|
256
|
+
declare const DATA_TABLE_DEFAULTS: {
|
|
257
|
+
itemKey: string;
|
|
258
|
+
pageQuery: string;
|
|
259
|
+
sortQuery: string;
|
|
260
|
+
orderQuery: string;
|
|
261
|
+
limitQuery: string;
|
|
262
|
+
defaultOrder: string;
|
|
263
|
+
ascQueryValue: string;
|
|
264
|
+
descQueryValue: string;
|
|
265
|
+
limits: number[];
|
|
266
|
+
limitDefault: number;
|
|
267
|
+
contorolThreshold: number;
|
|
268
|
+
};
|
|
269
|
+
|
|
270
|
+
export declare interface DataTableCellSlotPayload<T extends DataTableItem = DataTableItem> {
|
|
271
|
+
vui: VuiService;
|
|
272
|
+
item: T;
|
|
273
|
+
/**
|
|
274
|
+
* 選択されている場合true
|
|
275
|
+
*/
|
|
276
|
+
selected: boolean;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
export declare type DataTableDefaults = typeof DATA_TABLE_DEFAULTS;
|
|
280
|
+
|
|
281
|
+
export declare interface DataTableHeader {
|
|
282
|
+
key: number | string;
|
|
283
|
+
label?: VNodeChild | ((vui: VuiService) => VNodeChild);
|
|
284
|
+
sortQuery?: string;
|
|
285
|
+
hidden?: boolean;
|
|
286
|
+
align?: DataTableHeaderAlign;
|
|
287
|
+
cell?: (payload: DataTableCellSlotPayload) => VNodeChild;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
export declare type DataTableHeaderAlign = 'left' | 'center' | 'right';
|
|
291
|
+
|
|
292
|
+
export declare interface DataTableItem {
|
|
293
|
+
[key: string]: any;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
export declare interface DataTableItemSlotPayload<T extends DataTableItem = DataTableItem> {
|
|
297
|
+
key: string;
|
|
298
|
+
item: T;
|
|
299
|
+
/**
|
|
300
|
+
* 選択されている場合true
|
|
301
|
+
*/
|
|
302
|
+
selected: boolean;
|
|
303
|
+
}
|
|
304
|
+
|
|
217
305
|
export declare function defineFormSelectorComponent(opts: DefineFormSelectorComponentOptions): DefineComponent<{
|
|
218
306
|
'v-slots': PropType<ResolveRawSlots<FormControlSlots>>;
|
|
219
307
|
stacked: {
|
|
@@ -244,6 +332,7 @@ export declare function defineFormSelectorComponent(opts: DefineFormSelectorComp
|
|
|
244
332
|
required: BooleanConstructor;
|
|
245
333
|
invalid: BooleanConstructor;
|
|
246
334
|
valid: BooleanConstructor;
|
|
335
|
+
hiddenInfo: BooleanConstructor;
|
|
247
336
|
multiple: {
|
|
248
337
|
type: BooleanConstructor;
|
|
249
338
|
default: boolean;
|
|
@@ -350,6 +439,7 @@ export declare function defineFormSelectorComponent(opts: DefineFormSelectorComp
|
|
|
350
439
|
required?: unknown;
|
|
351
440
|
invalid?: unknown;
|
|
352
441
|
valid?: unknown;
|
|
442
|
+
hiddenInfo?: unknown;
|
|
353
443
|
multiple?: unknown;
|
|
354
444
|
items?: unknown;
|
|
355
445
|
name?: unknown;
|
|
@@ -384,6 +474,7 @@ export declare function defineFormSelectorComponent(opts: DefineFormSelectorComp
|
|
|
384
474
|
untouched: boolean;
|
|
385
475
|
invalid: boolean;
|
|
386
476
|
valid: boolean;
|
|
477
|
+
hiddenInfo: boolean;
|
|
387
478
|
errors: FormNodeError[];
|
|
388
479
|
stacked: boolean;
|
|
389
480
|
} & {
|
|
@@ -424,6 +515,7 @@ export declare function defineFormSelectorComponent(opts: DefineFormSelectorComp
|
|
|
424
515
|
untouched: boolean;
|
|
425
516
|
invalid: boolean;
|
|
426
517
|
valid: boolean;
|
|
518
|
+
hiddenInfo: boolean;
|
|
427
519
|
errors: FormNodeError[];
|
|
428
520
|
stacked: boolean;
|
|
429
521
|
}>;
|
|
@@ -475,7 +567,6 @@ export declare function installVuiPlugin(app: App, opts: VuiPluginOptions): App<
|
|
|
475
567
|
|
|
476
568
|
export declare const listTileEmits: {
|
|
477
569
|
changeActive: (isActive: boolean) => boolean;
|
|
478
|
-
click: (ev: MouseEvent) => boolean;
|
|
479
570
|
};
|
|
480
571
|
|
|
481
572
|
export declare interface NavigationItemInput extends ExtractPropInput<ReturnType<typeof createNavigationItemProps>> {
|
|
@@ -522,6 +613,8 @@ export declare function paginationProps(): {
|
|
|
522
613
|
color: PropType<ScopeName>;
|
|
523
614
|
};
|
|
524
615
|
|
|
616
|
+
export declare type RawBreadcrumbsItem = string | BreadcrumbsItem;
|
|
617
|
+
|
|
525
618
|
export declare type RawIconProp = IconName | EmptyIconSymbol | ToggleableIconHook;
|
|
526
619
|
|
|
527
620
|
export declare function rawIconProp(): PropType<RawIconProp>;
|
|
@@ -648,6 +741,23 @@ declare const ValidationErrorSymbol = "ValidationError";
|
|
|
648
741
|
|
|
649
742
|
export declare const VApp: DefineComponent<{}, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, EmitsOptions, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
|
|
650
743
|
|
|
744
|
+
export declare const VBreadcrumbs: DefineComponent<{
|
|
745
|
+
items: {
|
|
746
|
+
type: PropType<BreadcrumbsItem[]>;
|
|
747
|
+
default: () => never[];
|
|
748
|
+
};
|
|
749
|
+
divider: PropType<VNodeChild | ((vui: VuiService) => VNodeChild)>;
|
|
750
|
+
}, () => JSX.Element | undefined, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
|
|
751
|
+
items?: unknown;
|
|
752
|
+
divider?: unknown;
|
|
753
|
+
} & {
|
|
754
|
+
items: BreadcrumbsItem[];
|
|
755
|
+
} & {
|
|
756
|
+
divider?: VNodeChild | ((vui: VuiService) => VNodeChild);
|
|
757
|
+
}>, {
|
|
758
|
+
items: BreadcrumbsItem[];
|
|
759
|
+
}>;
|
|
760
|
+
|
|
651
761
|
export declare const VButton: DefineComponent<{
|
|
652
762
|
size: {
|
|
653
763
|
type: PropType<"sm" | "md" | "lg">;
|
|
@@ -659,36 +769,38 @@ export declare const VButton: DefineComponent<{
|
|
|
659
769
|
icon: PropType<RawVButtonIcon>;
|
|
660
770
|
startIcon: PropType<RawVButtonIcon>;
|
|
661
771
|
endIcon: PropType<RawVButtonIcon>;
|
|
662
|
-
tag:
|
|
772
|
+
tag: PropType<string>;
|
|
773
|
+
class: PropType<any>;
|
|
774
|
+
style: PropType<CSSProperties>;
|
|
663
775
|
to: PropType<RouteLocationRaw>;
|
|
664
|
-
replace:
|
|
665
|
-
activeClass:
|
|
666
|
-
exactActiveClass:
|
|
667
|
-
custom:
|
|
776
|
+
replace: PropType<boolean>;
|
|
777
|
+
activeClass: PropType<string>;
|
|
778
|
+
exactActiveClass: PropType<string>;
|
|
779
|
+
custom: PropType<boolean>;
|
|
668
780
|
ariaCurrentValue: {
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
};
|
|
672
|
-
disabled:
|
|
673
|
-
href:
|
|
674
|
-
target:
|
|
675
|
-
rel:
|
|
676
|
-
name:
|
|
677
|
-
charset:
|
|
678
|
-
hreflang:
|
|
781
|
+
type: PropType<"page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined>;
|
|
782
|
+
default: "page";
|
|
783
|
+
};
|
|
784
|
+
disabled: PropType<boolean>;
|
|
785
|
+
href: PropType<string>;
|
|
786
|
+
target: PropType<string>;
|
|
787
|
+
rel: PropType<string>;
|
|
788
|
+
name: PropType<string>;
|
|
789
|
+
charset: PropType<string>;
|
|
790
|
+
hreflang: PropType<string>;
|
|
679
791
|
download: PropType<string | boolean>;
|
|
680
|
-
media:
|
|
681
|
-
ping:
|
|
682
|
-
referrerpolicy:
|
|
792
|
+
media: PropType<string>;
|
|
793
|
+
ping: PropType<string>;
|
|
794
|
+
referrerpolicy: PropType<string>;
|
|
683
795
|
type: PropType<"submit" | "reset" | "button" | undefined>;
|
|
796
|
+
linkFallbackTag: PropType<string | (() => string | undefined)>;
|
|
797
|
+
onClick: PropType<(ev: MouseEvent) => any>;
|
|
684
798
|
variant: PropType<ColorVariant>;
|
|
685
799
|
theme: PropType<ThemeName>;
|
|
686
800
|
color: PropType<ScopeName>;
|
|
687
801
|
textColor: PropType<PaletteName>;
|
|
688
802
|
borderColor: PropType<PaletteName>;
|
|
689
|
-
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
690
|
-
click: (ev: MouseEvent) => boolean;
|
|
691
|
-
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
|
|
803
|
+
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
|
|
692
804
|
size?: unknown;
|
|
693
805
|
spacer?: unknown;
|
|
694
806
|
loading?: unknown;
|
|
@@ -697,6 +809,8 @@ export declare const VButton: DefineComponent<{
|
|
|
697
809
|
startIcon?: unknown;
|
|
698
810
|
endIcon?: unknown;
|
|
699
811
|
tag?: unknown;
|
|
812
|
+
class?: unknown;
|
|
813
|
+
style?: unknown;
|
|
700
814
|
to?: unknown;
|
|
701
815
|
replace?: unknown;
|
|
702
816
|
activeClass?: unknown;
|
|
@@ -715,6 +829,8 @@ export declare const VButton: DefineComponent<{
|
|
|
715
829
|
ping?: unknown;
|
|
716
830
|
referrerpolicy?: unknown;
|
|
717
831
|
type?: unknown;
|
|
832
|
+
linkFallbackTag?: unknown;
|
|
833
|
+
onClick?: unknown;
|
|
718
834
|
variant?: unknown;
|
|
719
835
|
theme?: unknown;
|
|
720
836
|
color?: unknown;
|
|
@@ -724,24 +840,27 @@ export declare const VButton: DefineComponent<{
|
|
|
724
840
|
loading: boolean;
|
|
725
841
|
rounded: boolean;
|
|
726
842
|
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
727
|
-
replace: boolean;
|
|
728
|
-
custom: boolean;
|
|
729
|
-
disabled: boolean;
|
|
730
843
|
} & {
|
|
731
844
|
theme?: ThemeName | undefined;
|
|
732
845
|
color?: ScopeName | undefined;
|
|
733
846
|
textColor?: PaletteName | undefined;
|
|
734
847
|
borderColor?: PaletteName | undefined;
|
|
735
|
-
|
|
848
|
+
replace?: boolean | undefined;
|
|
736
849
|
size?: "sm" | "md" | "lg" | undefined;
|
|
850
|
+
type?: "submit" | "reset" | "button" | undefined;
|
|
851
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
737
852
|
spacer?: RawVButtonSpacer | undefined;
|
|
738
853
|
icon?: RawVButtonIcon | undefined;
|
|
739
854
|
startIcon?: RawVButtonIcon | undefined;
|
|
740
855
|
endIcon?: RawVButtonIcon | undefined;
|
|
741
856
|
tag?: string | undefined;
|
|
857
|
+
class?: any;
|
|
858
|
+
style?: CSSProperties | undefined;
|
|
742
859
|
to?: RouteLocationRaw | undefined;
|
|
743
860
|
activeClass?: string | undefined;
|
|
744
861
|
exactActiveClass?: string | undefined;
|
|
862
|
+
custom?: boolean | undefined;
|
|
863
|
+
disabled?: boolean | undefined;
|
|
745
864
|
href?: string | undefined;
|
|
746
865
|
target?: string | undefined;
|
|
747
866
|
rel?: string | undefined;
|
|
@@ -752,16 +871,12 @@ export declare const VButton: DefineComponent<{
|
|
|
752
871
|
media?: string | undefined;
|
|
753
872
|
ping?: string | undefined;
|
|
754
873
|
referrerpolicy?: string | undefined;
|
|
874
|
+
linkFallbackTag?: string | (() => string | undefined) | undefined;
|
|
755
875
|
variant?: ColorVariant | undefined;
|
|
756
|
-
}
|
|
757
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
758
|
-
}, {
|
|
876
|
+
}>, {
|
|
759
877
|
loading: boolean;
|
|
760
878
|
rounded: boolean;
|
|
761
879
|
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
762
|
-
replace: boolean;
|
|
763
|
-
custom: boolean;
|
|
764
|
-
disabled: boolean;
|
|
765
880
|
}>;
|
|
766
881
|
|
|
767
882
|
export declare type VButtonIcon = () => VNodeChild;
|
|
@@ -986,6 +1101,7 @@ export declare const VCheckboxGroup: DefineComponent<{
|
|
|
986
1101
|
required: BooleanConstructor;
|
|
987
1102
|
invalid: BooleanConstructor;
|
|
988
1103
|
valid: BooleanConstructor;
|
|
1104
|
+
hiddenInfo: BooleanConstructor;
|
|
989
1105
|
multiple: {
|
|
990
1106
|
type: BooleanConstructor;
|
|
991
1107
|
default: boolean;
|
|
@@ -1092,6 +1208,7 @@ export declare const VCheckboxGroup: DefineComponent<{
|
|
|
1092
1208
|
required?: unknown;
|
|
1093
1209
|
invalid?: unknown;
|
|
1094
1210
|
valid?: unknown;
|
|
1211
|
+
hiddenInfo?: unknown;
|
|
1095
1212
|
multiple?: unknown;
|
|
1096
1213
|
items?: unknown;
|
|
1097
1214
|
name?: unknown;
|
|
@@ -1126,6 +1243,7 @@ export declare const VCheckboxGroup: DefineComponent<{
|
|
|
1126
1243
|
untouched: boolean;
|
|
1127
1244
|
invalid: boolean;
|
|
1128
1245
|
valid: boolean;
|
|
1246
|
+
hiddenInfo: boolean;
|
|
1129
1247
|
errors: FormNodeError[];
|
|
1130
1248
|
stacked: boolean;
|
|
1131
1249
|
} & {
|
|
@@ -1166,10 +1284,174 @@ export declare const VCheckboxGroup: DefineComponent<{
|
|
|
1166
1284
|
untouched: boolean;
|
|
1167
1285
|
invalid: boolean;
|
|
1168
1286
|
valid: boolean;
|
|
1287
|
+
hiddenInfo: boolean;
|
|
1169
1288
|
errors: FormNodeError[];
|
|
1170
1289
|
stacked: boolean;
|
|
1171
1290
|
}>;
|
|
1172
1291
|
|
|
1292
|
+
export declare const VContentSwitcher: DefineComponent<{
|
|
1293
|
+
modelValue: StringConstructor;
|
|
1294
|
+
order: {
|
|
1295
|
+
type: PropType<(string | VTabsItem)[]>;
|
|
1296
|
+
default: () => never[];
|
|
1297
|
+
};
|
|
1298
|
+
autotop: PropType<boolean | ContentSwitcherSeeTopOptions>;
|
|
1299
|
+
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1300
|
+
'update:modelValue': (modelValue: string) => true;
|
|
1301
|
+
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
|
|
1302
|
+
modelValue?: unknown;
|
|
1303
|
+
order?: unknown;
|
|
1304
|
+
autotop?: unknown;
|
|
1305
|
+
} & {
|
|
1306
|
+
order: (string | VTabsItem)[];
|
|
1307
|
+
} & {
|
|
1308
|
+
modelValue?: string | undefined;
|
|
1309
|
+
autotop?: boolean | ContentSwitcherSeeTopOptions | undefined;
|
|
1310
|
+
}> & {
|
|
1311
|
+
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
1312
|
+
}, {
|
|
1313
|
+
order: (string | VTabsItem)[];
|
|
1314
|
+
}>;
|
|
1315
|
+
|
|
1316
|
+
export declare const VDataTable: DefineComponent<{
|
|
1317
|
+
/** 選択中のkeyの配列 */
|
|
1318
|
+
modelValue: {
|
|
1319
|
+
type: PropType<string[]>;
|
|
1320
|
+
default: () => never[];
|
|
1321
|
+
};
|
|
1322
|
+
itemKey: {
|
|
1323
|
+
type: StringConstructor;
|
|
1324
|
+
default: () => string;
|
|
1325
|
+
};
|
|
1326
|
+
/**
|
|
1327
|
+
* ページネーションクエリ名
|
|
1328
|
+
*/
|
|
1329
|
+
pageQuery: {
|
|
1330
|
+
type: StringConstructor;
|
|
1331
|
+
default: () => string;
|
|
1332
|
+
};
|
|
1333
|
+
/**
|
|
1334
|
+
* ソートクエリ名
|
|
1335
|
+
*/
|
|
1336
|
+
sortQuery: {
|
|
1337
|
+
type: StringConstructor;
|
|
1338
|
+
default: () => string;
|
|
1339
|
+
};
|
|
1340
|
+
/**
|
|
1341
|
+
* 表示順クエリ名
|
|
1342
|
+
*/
|
|
1343
|
+
orderQuery: {
|
|
1344
|
+
type: StringConstructor;
|
|
1345
|
+
default: () => string;
|
|
1346
|
+
};
|
|
1347
|
+
/**
|
|
1348
|
+
* リミット件数クエリ名
|
|
1349
|
+
*/
|
|
1350
|
+
limitQuery: {
|
|
1351
|
+
type: StringConstructor;
|
|
1352
|
+
default: () => string;
|
|
1353
|
+
};
|
|
1354
|
+
defaultOrder: {
|
|
1355
|
+
type: StringConstructor;
|
|
1356
|
+
default: () => string;
|
|
1357
|
+
};
|
|
1358
|
+
ascQueryValue: {
|
|
1359
|
+
type: StringConstructor;
|
|
1360
|
+
default: () => string;
|
|
1361
|
+
};
|
|
1362
|
+
descQueryValue: {
|
|
1363
|
+
type: StringConstructor;
|
|
1364
|
+
default: () => string;
|
|
1365
|
+
};
|
|
1366
|
+
limits: {
|
|
1367
|
+
type: PropType<number[]>;
|
|
1368
|
+
default: () => number[];
|
|
1369
|
+
};
|
|
1370
|
+
limitDefault: {
|
|
1371
|
+
type: NumberConstructor;
|
|
1372
|
+
default: () => number;
|
|
1373
|
+
};
|
|
1374
|
+
contorolThreshold: {
|
|
1375
|
+
type: NumberConstructor;
|
|
1376
|
+
default: () => number;
|
|
1377
|
+
};
|
|
1378
|
+
headers: {
|
|
1379
|
+
type: PropType<DataTableHeader[]>;
|
|
1380
|
+
required: true;
|
|
1381
|
+
};
|
|
1382
|
+
items: {
|
|
1383
|
+
type: PropType<DataTableItem[]>;
|
|
1384
|
+
default: () => never[];
|
|
1385
|
+
};
|
|
1386
|
+
total: {
|
|
1387
|
+
type: NumberConstructor;
|
|
1388
|
+
default: number;
|
|
1389
|
+
};
|
|
1390
|
+
selectable: BooleanConstructor;
|
|
1391
|
+
fixedHeader: BooleanConstructor;
|
|
1392
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
1393
|
+
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1394
|
+
input: (selecteds: string[]) => true;
|
|
1395
|
+
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
|
|
1396
|
+
modelValue?: unknown;
|
|
1397
|
+
itemKey?: unknown;
|
|
1398
|
+
pageQuery?: unknown;
|
|
1399
|
+
sortQuery?: unknown;
|
|
1400
|
+
orderQuery?: unknown;
|
|
1401
|
+
limitQuery?: unknown;
|
|
1402
|
+
defaultOrder?: unknown;
|
|
1403
|
+
ascQueryValue?: unknown;
|
|
1404
|
+
descQueryValue?: unknown;
|
|
1405
|
+
limits?: unknown;
|
|
1406
|
+
limitDefault?: unknown;
|
|
1407
|
+
contorolThreshold?: unknown;
|
|
1408
|
+
headers?: unknown;
|
|
1409
|
+
items?: unknown;
|
|
1410
|
+
total?: unknown;
|
|
1411
|
+
selectable?: unknown;
|
|
1412
|
+
fixedHeader?: unknown;
|
|
1413
|
+
maxHeight?: unknown;
|
|
1414
|
+
} & {
|
|
1415
|
+
itemKey: string;
|
|
1416
|
+
pageQuery: string;
|
|
1417
|
+
sortQuery: string;
|
|
1418
|
+
orderQuery: string;
|
|
1419
|
+
limitQuery: string;
|
|
1420
|
+
defaultOrder: string;
|
|
1421
|
+
ascQueryValue: string;
|
|
1422
|
+
descQueryValue: string;
|
|
1423
|
+
limits: number[];
|
|
1424
|
+
limitDefault: number;
|
|
1425
|
+
contorolThreshold: number;
|
|
1426
|
+
modelValue: string[];
|
|
1427
|
+
headers: DataTableHeader[];
|
|
1428
|
+
items: DataTableItem[];
|
|
1429
|
+
total: number;
|
|
1430
|
+
selectable: boolean;
|
|
1431
|
+
fixedHeader: boolean;
|
|
1432
|
+
} & {
|
|
1433
|
+
maxHeight?: string | number | undefined;
|
|
1434
|
+
}> & {
|
|
1435
|
+
onInput?: ((selecteds: string[]) => any) | undefined;
|
|
1436
|
+
}, {
|
|
1437
|
+
itemKey: string;
|
|
1438
|
+
pageQuery: string;
|
|
1439
|
+
sortQuery: string;
|
|
1440
|
+
orderQuery: string;
|
|
1441
|
+
limitQuery: string;
|
|
1442
|
+
defaultOrder: string;
|
|
1443
|
+
ascQueryValue: string;
|
|
1444
|
+
descQueryValue: string;
|
|
1445
|
+
limits: number[];
|
|
1446
|
+
limitDefault: number;
|
|
1447
|
+
contorolThreshold: number;
|
|
1448
|
+
modelValue: string[];
|
|
1449
|
+
items: DataTableItem[];
|
|
1450
|
+
total: number;
|
|
1451
|
+
selectable: boolean;
|
|
1452
|
+
fixedHeader: boolean;
|
|
1453
|
+
}>;
|
|
1454
|
+
|
|
1173
1455
|
export { VDialog }
|
|
1174
1456
|
|
|
1175
1457
|
export declare const VDrawerLayout: DefineComponent<{
|
|
@@ -1402,46 +1684,50 @@ export declare const VIcon: DefineComponent<{
|
|
|
1402
1684
|
export declare const VListTile: DefineComponent<{
|
|
1403
1685
|
startIcon: PropType<RawIconProp>;
|
|
1404
1686
|
endIcon: PropType<RawIconProp>;
|
|
1405
|
-
|
|
1687
|
+
linkFallbackTag: {
|
|
1406
1688
|
type: StringConstructor;
|
|
1407
1689
|
default: string;
|
|
1408
1690
|
};
|
|
1409
1691
|
startIconEmptySpace: BooleanConstructor;
|
|
1410
1692
|
color: PropType<ScopeName>;
|
|
1411
1693
|
exactMatch: BooleanConstructor;
|
|
1412
|
-
tag:
|
|
1694
|
+
tag: PropType<string>;
|
|
1695
|
+
class: PropType<any>;
|
|
1696
|
+
style: PropType<CSSProperties>;
|
|
1413
1697
|
to: PropType<RouteLocationRaw>;
|
|
1414
|
-
replace:
|
|
1415
|
-
activeClass:
|
|
1416
|
-
exactActiveClass:
|
|
1417
|
-
custom:
|
|
1698
|
+
replace: PropType<boolean>;
|
|
1699
|
+
activeClass: PropType<string>;
|
|
1700
|
+
exactActiveClass: PropType<string>;
|
|
1701
|
+
custom: PropType<boolean>;
|
|
1418
1702
|
ariaCurrentValue: {
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
};
|
|
1422
|
-
disabled:
|
|
1423
|
-
href:
|
|
1424
|
-
target:
|
|
1425
|
-
rel:
|
|
1426
|
-
name:
|
|
1427
|
-
charset:
|
|
1428
|
-
hreflang:
|
|
1703
|
+
type: PropType<"page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined>;
|
|
1704
|
+
default: "page";
|
|
1705
|
+
};
|
|
1706
|
+
disabled: PropType<boolean>;
|
|
1707
|
+
href: PropType<string>;
|
|
1708
|
+
target: PropType<string>;
|
|
1709
|
+
rel: PropType<string>;
|
|
1710
|
+
name: PropType<string>;
|
|
1711
|
+
charset: PropType<string>;
|
|
1712
|
+
hreflang: PropType<string>;
|
|
1429
1713
|
download: PropType<string | boolean>;
|
|
1430
|
-
media:
|
|
1431
|
-
ping:
|
|
1432
|
-
referrerpolicy:
|
|
1714
|
+
media: PropType<string>;
|
|
1715
|
+
ping: PropType<string>;
|
|
1716
|
+
referrerpolicy: PropType<string>;
|
|
1433
1717
|
type: PropType<"submit" | "reset" | "button" | undefined>;
|
|
1718
|
+
onClick: PropType<(ev: MouseEvent) => any>;
|
|
1434
1719
|
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1435
1720
|
changeActive: (isActive: boolean) => boolean;
|
|
1436
|
-
click: (ev: MouseEvent) => boolean;
|
|
1437
1721
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
|
|
1438
1722
|
startIcon?: unknown;
|
|
1439
1723
|
endIcon?: unknown;
|
|
1440
|
-
|
|
1724
|
+
linkFallbackTag?: unknown;
|
|
1441
1725
|
startIconEmptySpace?: unknown;
|
|
1442
1726
|
color?: unknown;
|
|
1443
1727
|
exactMatch?: unknown;
|
|
1444
1728
|
tag?: unknown;
|
|
1729
|
+
class?: unknown;
|
|
1730
|
+
style?: unknown;
|
|
1445
1731
|
to?: unknown;
|
|
1446
1732
|
replace?: unknown;
|
|
1447
1733
|
activeClass?: unknown;
|
|
@@ -1460,24 +1746,28 @@ export declare const VListTile: DefineComponent<{
|
|
|
1460
1746
|
ping?: unknown;
|
|
1461
1747
|
referrerpolicy?: unknown;
|
|
1462
1748
|
type?: unknown;
|
|
1749
|
+
onClick?: unknown;
|
|
1463
1750
|
} & {
|
|
1464
|
-
replace: boolean;
|
|
1465
|
-
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
1466
1751
|
startIconEmptySpace: boolean;
|
|
1467
1752
|
exactMatch: boolean;
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
disabled: boolean;
|
|
1753
|
+
linkFallbackTag: string;
|
|
1754
|
+
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
1471
1755
|
} & {
|
|
1472
|
-
|
|
1756
|
+
replace?: boolean | undefined;
|
|
1473
1757
|
startIcon?: RawIconProp | undefined;
|
|
1474
1758
|
endIcon?: RawIconProp | undefined;
|
|
1759
|
+
type?: "submit" | "reset" | "button" | undefined;
|
|
1475
1760
|
color?: ScopeName | undefined;
|
|
1761
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1476
1762
|
name?: string | undefined;
|
|
1477
1763
|
tag?: string | undefined;
|
|
1764
|
+
class?: any;
|
|
1765
|
+
style?: CSSProperties | undefined;
|
|
1478
1766
|
to?: RouteLocationRaw | undefined;
|
|
1479
1767
|
activeClass?: string | undefined;
|
|
1480
1768
|
exactActiveClass?: string | undefined;
|
|
1769
|
+
custom?: boolean | undefined;
|
|
1770
|
+
disabled?: boolean | undefined;
|
|
1481
1771
|
href?: string | undefined;
|
|
1482
1772
|
target?: string | undefined;
|
|
1483
1773
|
rel?: string | undefined;
|
|
@@ -1488,16 +1778,12 @@ export declare const VListTile: DefineComponent<{
|
|
|
1488
1778
|
ping?: string | undefined;
|
|
1489
1779
|
referrerpolicy?: string | undefined;
|
|
1490
1780
|
}> & {
|
|
1491
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1492
1781
|
onChangeActive?: ((isActive: boolean) => any) | undefined;
|
|
1493
1782
|
}, {
|
|
1494
|
-
replace: boolean;
|
|
1495
|
-
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
1496
1783
|
startIconEmptySpace: boolean;
|
|
1497
1784
|
exactMatch: boolean;
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
disabled: boolean;
|
|
1785
|
+
linkFallbackTag: string;
|
|
1786
|
+
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
1501
1787
|
}>;
|
|
1502
1788
|
|
|
1503
1789
|
export { VMenu }
|
|
@@ -1533,48 +1819,52 @@ export declare const VNavigationItem: DefineComponent<{
|
|
|
1533
1819
|
match: StringConstructor;
|
|
1534
1820
|
startIcon: PropType<RawIconProp>;
|
|
1535
1821
|
endIcon: PropType<RawIconProp>;
|
|
1536
|
-
|
|
1822
|
+
linkFallbackTag: {
|
|
1537
1823
|
type: StringConstructor;
|
|
1538
1824
|
default: string;
|
|
1539
1825
|
};
|
|
1540
1826
|
startIconEmptySpace: BooleanConstructor;
|
|
1541
1827
|
color: PropType<ScopeName>;
|
|
1542
1828
|
exactMatch: BooleanConstructor;
|
|
1543
|
-
tag:
|
|
1829
|
+
tag: PropType<string>;
|
|
1830
|
+
class: PropType<any>;
|
|
1831
|
+
style: PropType<CSSProperties>;
|
|
1544
1832
|
to: PropType<RouteLocationRaw>;
|
|
1545
|
-
replace:
|
|
1546
|
-
activeClass:
|
|
1547
|
-
exactActiveClass:
|
|
1548
|
-
custom:
|
|
1833
|
+
replace: PropType<boolean>;
|
|
1834
|
+
activeClass: PropType<string>;
|
|
1835
|
+
exactActiveClass: PropType<string>;
|
|
1836
|
+
custom: PropType<boolean>;
|
|
1549
1837
|
ariaCurrentValue: {
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
};
|
|
1553
|
-
disabled:
|
|
1554
|
-
href:
|
|
1555
|
-
target:
|
|
1556
|
-
rel:
|
|
1557
|
-
name:
|
|
1558
|
-
charset:
|
|
1559
|
-
hreflang:
|
|
1838
|
+
type: PropType<"page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined>;
|
|
1839
|
+
default: "page";
|
|
1840
|
+
};
|
|
1841
|
+
disabled: PropType<boolean>;
|
|
1842
|
+
href: PropType<string>;
|
|
1843
|
+
target: PropType<string>;
|
|
1844
|
+
rel: PropType<string>;
|
|
1845
|
+
name: PropType<string>;
|
|
1846
|
+
charset: PropType<string>;
|
|
1847
|
+
hreflang: PropType<string>;
|
|
1560
1848
|
download: PropType<string | boolean>;
|
|
1561
|
-
media:
|
|
1562
|
-
ping:
|
|
1563
|
-
referrerpolicy:
|
|
1849
|
+
media: PropType<string>;
|
|
1850
|
+
ping: PropType<string>;
|
|
1851
|
+
referrerpolicy: PropType<string>;
|
|
1564
1852
|
type: PropType<"submit" | "reset" | "button" | undefined>;
|
|
1853
|
+
onClick: PropType<(ev: MouseEvent) => any>;
|
|
1565
1854
|
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1566
1855
|
changeActive: (isActive: boolean) => boolean;
|
|
1567
|
-
click: (ev: MouseEvent) => boolean;
|
|
1568
1856
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
|
|
1569
1857
|
children?: unknown;
|
|
1570
1858
|
match?: unknown;
|
|
1571
1859
|
startIcon?: unknown;
|
|
1572
1860
|
endIcon?: unknown;
|
|
1573
|
-
|
|
1861
|
+
linkFallbackTag?: unknown;
|
|
1574
1862
|
startIconEmptySpace?: unknown;
|
|
1575
1863
|
color?: unknown;
|
|
1576
1864
|
exactMatch?: unknown;
|
|
1577
1865
|
tag?: unknown;
|
|
1866
|
+
class?: unknown;
|
|
1867
|
+
style?: unknown;
|
|
1578
1868
|
to?: unknown;
|
|
1579
1869
|
replace?: unknown;
|
|
1580
1870
|
activeClass?: unknown;
|
|
@@ -1593,24 +1883,28 @@ export declare const VNavigationItem: DefineComponent<{
|
|
|
1593
1883
|
ping?: unknown;
|
|
1594
1884
|
referrerpolicy?: unknown;
|
|
1595
1885
|
type?: unknown;
|
|
1886
|
+
onClick?: unknown;
|
|
1596
1887
|
} & {
|
|
1597
|
-
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
1598
|
-
replace: boolean;
|
|
1599
1888
|
startIconEmptySpace: boolean;
|
|
1600
1889
|
exactMatch: boolean;
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
disabled: boolean;
|
|
1890
|
+
linkFallbackTag: string;
|
|
1891
|
+
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
1604
1892
|
} & {
|
|
1605
|
-
match?: string | undefined;
|
|
1606
|
-
type?: "submit" | "reset" | "button" | undefined;
|
|
1607
1893
|
startIcon?: RawIconProp | undefined;
|
|
1608
1894
|
endIcon?: RawIconProp | undefined;
|
|
1895
|
+
match?: string | undefined;
|
|
1896
|
+
replace?: boolean | undefined;
|
|
1897
|
+
type?: "submit" | "reset" | "button" | undefined;
|
|
1609
1898
|
color?: ScopeName | undefined;
|
|
1899
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1610
1900
|
tag?: string | undefined;
|
|
1901
|
+
class?: any;
|
|
1902
|
+
style?: CSSProperties | undefined;
|
|
1611
1903
|
to?: RouteLocationRaw | undefined;
|
|
1612
1904
|
activeClass?: string | undefined;
|
|
1613
1905
|
exactActiveClass?: string | undefined;
|
|
1906
|
+
custom?: boolean | undefined;
|
|
1907
|
+
disabled?: boolean | undefined;
|
|
1614
1908
|
href?: string | undefined;
|
|
1615
1909
|
target?: string | undefined;
|
|
1616
1910
|
rel?: string | undefined;
|
|
@@ -1623,16 +1917,12 @@ export declare const VNavigationItem: DefineComponent<{
|
|
|
1623
1917
|
referrerpolicy?: string | undefined;
|
|
1624
1918
|
children?: NavigationItemInput[] | undefined;
|
|
1625
1919
|
}> & {
|
|
1626
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1627
1920
|
onChangeActive?: ((isActive: boolean) => any) | undefined;
|
|
1628
1921
|
}, {
|
|
1629
|
-
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
1630
|
-
replace: boolean;
|
|
1631
1922
|
startIconEmptySpace: boolean;
|
|
1632
1923
|
exactMatch: boolean;
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
disabled: boolean;
|
|
1924
|
+
linkFallbackTag: string;
|
|
1925
|
+
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
1636
1926
|
}>;
|
|
1637
1927
|
|
|
1638
1928
|
export declare const VOption: DefineComponent<{
|
|
@@ -2077,6 +2367,7 @@ export declare const VRadioGroup: DefineComponent<{
|
|
|
2077
2367
|
required: BooleanConstructor;
|
|
2078
2368
|
invalid: BooleanConstructor;
|
|
2079
2369
|
valid: BooleanConstructor;
|
|
2370
|
+
hiddenInfo: BooleanConstructor;
|
|
2080
2371
|
multiple: {
|
|
2081
2372
|
type: BooleanConstructor;
|
|
2082
2373
|
default: boolean;
|
|
@@ -2183,6 +2474,7 @@ export declare const VRadioGroup: DefineComponent<{
|
|
|
2183
2474
|
required?: unknown;
|
|
2184
2475
|
invalid?: unknown;
|
|
2185
2476
|
valid?: unknown;
|
|
2477
|
+
hiddenInfo?: unknown;
|
|
2186
2478
|
multiple?: unknown;
|
|
2187
2479
|
items?: unknown;
|
|
2188
2480
|
name?: unknown;
|
|
@@ -2217,6 +2509,7 @@ export declare const VRadioGroup: DefineComponent<{
|
|
|
2217
2509
|
untouched: boolean;
|
|
2218
2510
|
invalid: boolean;
|
|
2219
2511
|
valid: boolean;
|
|
2512
|
+
hiddenInfo: boolean;
|
|
2220
2513
|
errors: FormNodeError[];
|
|
2221
2514
|
stacked: boolean;
|
|
2222
2515
|
} & {
|
|
@@ -2257,6 +2550,7 @@ export declare const VRadioGroup: DefineComponent<{
|
|
|
2257
2550
|
untouched: boolean;
|
|
2258
2551
|
invalid: boolean;
|
|
2259
2552
|
valid: boolean;
|
|
2553
|
+
hiddenInfo: boolean;
|
|
2260
2554
|
errors: FormNodeError[];
|
|
2261
2555
|
stacked: boolean;
|
|
2262
2556
|
}>;
|
|
@@ -2298,6 +2592,7 @@ export declare const VSelect: DefineComponent<{
|
|
|
2298
2592
|
required: BooleanConstructor;
|
|
2299
2593
|
invalid: BooleanConstructor;
|
|
2300
2594
|
valid: BooleanConstructor;
|
|
2595
|
+
hiddenInfo: BooleanConstructor;
|
|
2301
2596
|
multiple: {
|
|
2302
2597
|
type: BooleanConstructor;
|
|
2303
2598
|
default: boolean;
|
|
@@ -2410,6 +2705,7 @@ export declare const VSelect: DefineComponent<{
|
|
|
2410
2705
|
required?: unknown;
|
|
2411
2706
|
invalid?: unknown;
|
|
2412
2707
|
valid?: unknown;
|
|
2708
|
+
hiddenInfo?: unknown;
|
|
2413
2709
|
multiple?: unknown;
|
|
2414
2710
|
items?: unknown;
|
|
2415
2711
|
name?: unknown;
|
|
@@ -2443,6 +2739,7 @@ export declare const VSelect: DefineComponent<{
|
|
|
2443
2739
|
untouched: boolean;
|
|
2444
2740
|
invalid: boolean;
|
|
2445
2741
|
valid: boolean;
|
|
2742
|
+
hiddenInfo: boolean;
|
|
2446
2743
|
errors: FormNodeError[];
|
|
2447
2744
|
} & {
|
|
2448
2745
|
name?: string | undefined;
|
|
@@ -2486,6 +2783,7 @@ export declare const VSelect: DefineComponent<{
|
|
|
2486
2783
|
untouched: boolean;
|
|
2487
2784
|
invalid: boolean;
|
|
2488
2785
|
valid: boolean;
|
|
2786
|
+
hiddenInfo: boolean;
|
|
2489
2787
|
errors: FormNodeError[];
|
|
2490
2788
|
}>;
|
|
2491
2789
|
|
|
@@ -2652,6 +2950,7 @@ export declare const VSwitchGroup: DefineComponent<{
|
|
|
2652
2950
|
required: BooleanConstructor;
|
|
2653
2951
|
invalid: BooleanConstructor;
|
|
2654
2952
|
valid: BooleanConstructor;
|
|
2953
|
+
hiddenInfo: BooleanConstructor;
|
|
2655
2954
|
multiple: {
|
|
2656
2955
|
type: BooleanConstructor;
|
|
2657
2956
|
default: boolean;
|
|
@@ -2758,6 +3057,7 @@ export declare const VSwitchGroup: DefineComponent<{
|
|
|
2758
3057
|
required?: unknown;
|
|
2759
3058
|
invalid?: unknown;
|
|
2760
3059
|
valid?: unknown;
|
|
3060
|
+
hiddenInfo?: unknown;
|
|
2761
3061
|
multiple?: unknown;
|
|
2762
3062
|
items?: unknown;
|
|
2763
3063
|
name?: unknown;
|
|
@@ -2792,6 +3092,7 @@ export declare const VSwitchGroup: DefineComponent<{
|
|
|
2792
3092
|
untouched: boolean;
|
|
2793
3093
|
invalid: boolean;
|
|
2794
3094
|
valid: boolean;
|
|
3095
|
+
hiddenInfo: boolean;
|
|
2795
3096
|
errors: FormNodeError[];
|
|
2796
3097
|
stacked: boolean;
|
|
2797
3098
|
} & {
|
|
@@ -2832,10 +3133,83 @@ export declare const VSwitchGroup: DefineComponent<{
|
|
|
2832
3133
|
untouched: boolean;
|
|
2833
3134
|
invalid: boolean;
|
|
2834
3135
|
valid: boolean;
|
|
3136
|
+
hiddenInfo: boolean;
|
|
2835
3137
|
errors: FormNodeError[];
|
|
2836
3138
|
stacked: boolean;
|
|
2837
3139
|
}>;
|
|
2838
3140
|
|
|
3141
|
+
export declare const VTabs: DefineComponent<{
|
|
3142
|
+
color: PropType<ScopeName>;
|
|
3143
|
+
'v-slots': PropType<ResolveRawSlots_2<{
|
|
3144
|
+
item: VTabsItemLabelSlotCtx;
|
|
3145
|
+
}>>;
|
|
3146
|
+
modelValue: StringConstructor;
|
|
3147
|
+
items: {
|
|
3148
|
+
type: PropType<VTabsItem[]>;
|
|
3149
|
+
required: true;
|
|
3150
|
+
};
|
|
3151
|
+
/**
|
|
3152
|
+
* 自動スクロールする際の余剰オフセット幅(px)
|
|
3153
|
+
*/
|
|
3154
|
+
autoScrollOffset: {
|
|
3155
|
+
type: NumberConstructor;
|
|
3156
|
+
default: number;
|
|
3157
|
+
};
|
|
3158
|
+
/**
|
|
3159
|
+
* ルーター同期する場合設定する
|
|
3160
|
+
*/
|
|
3161
|
+
router: PropType<VTabsRouterHandler>;
|
|
3162
|
+
/**
|
|
3163
|
+
* ルーティング連携を行う際に、クエリベースのURLマッチングを行う
|
|
3164
|
+
* タブのURLが /page1?tab=xxx のようになる時に設定する
|
|
3165
|
+
*/
|
|
3166
|
+
withQuery: BooleanConstructor;
|
|
3167
|
+
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3168
|
+
'update:modelValue': (newValue: string) => true;
|
|
3169
|
+
change: (newValue: string) => true;
|
|
3170
|
+
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
|
|
3171
|
+
color?: unknown;
|
|
3172
|
+
'v-slots'?: unknown;
|
|
3173
|
+
modelValue?: unknown;
|
|
3174
|
+
items?: unknown;
|
|
3175
|
+
autoScrollOffset?: unknown;
|
|
3176
|
+
router?: unknown;
|
|
3177
|
+
withQuery?: unknown;
|
|
3178
|
+
} & {
|
|
3179
|
+
items: VTabsItem[];
|
|
3180
|
+
autoScrollOffset: number;
|
|
3181
|
+
withQuery: boolean;
|
|
3182
|
+
} & {
|
|
3183
|
+
modelValue?: string | undefined;
|
|
3184
|
+
color?: ScopeName | undefined;
|
|
3185
|
+
"v-slots"?: ResolveRawSlots_2<{
|
|
3186
|
+
item: VTabsItemLabelSlotCtx;
|
|
3187
|
+
}> | undefined;
|
|
3188
|
+
router?: VTabsRouterHandler | undefined;
|
|
3189
|
+
}> & {
|
|
3190
|
+
"onUpdate:modelValue"?: ((newValue: string) => any) | undefined;
|
|
3191
|
+
onChange?: ((newValue: string) => any) | undefined;
|
|
3192
|
+
}, {
|
|
3193
|
+
autoScrollOffset: number;
|
|
3194
|
+
withQuery: boolean;
|
|
3195
|
+
}>;
|
|
3196
|
+
|
|
3197
|
+
export declare interface VTabsItem {
|
|
3198
|
+
value: string;
|
|
3199
|
+
icon?: RawIconProp;
|
|
3200
|
+
label?: VNodeChild | VTabsItemLabelSlot;
|
|
3201
|
+
}
|
|
3202
|
+
|
|
3203
|
+
export declare type VTabsItemLabelSlot = (ctx: VTabsItemLabelSlotCtx) => VNodeChild;
|
|
3204
|
+
|
|
3205
|
+
export declare interface VTabsItemLabelSlotCtx {
|
|
3206
|
+
value: string;
|
|
3207
|
+
active: boolean;
|
|
3208
|
+
vui: VuiService;
|
|
3209
|
+
}
|
|
3210
|
+
|
|
3211
|
+
export declare type VTabsRouterHandler = (value: string) => RouteLocationRaw;
|
|
3212
|
+
|
|
2839
3213
|
export declare const VTextarea: DefineComponent<{
|
|
2840
3214
|
'v-slots': PropType<ResolveRawSlots<FormControlSlots & InputBoxSlots>>;
|
|
2841
3215
|
size: {
|
|
@@ -2872,6 +3246,7 @@ export declare const VTextarea: DefineComponent<{
|
|
|
2872
3246
|
required: BooleanConstructor;
|
|
2873
3247
|
invalid: BooleanConstructor;
|
|
2874
3248
|
valid: BooleanConstructor;
|
|
3249
|
+
hiddenInfo: BooleanConstructor;
|
|
2875
3250
|
autosize: PropType<RawTextareaAutosizeSettings>;
|
|
2876
3251
|
rows: {
|
|
2877
3252
|
default: number | undefined;
|
|
@@ -2983,6 +3358,7 @@ export declare const VTextarea: DefineComponent<{
|
|
|
2983
3358
|
required?: unknown;
|
|
2984
3359
|
invalid?: unknown;
|
|
2985
3360
|
valid?: unknown;
|
|
3361
|
+
hiddenInfo?: unknown;
|
|
2986
3362
|
autosize?: unknown;
|
|
2987
3363
|
rows?: unknown;
|
|
2988
3364
|
mask?: unknown;
|
|
@@ -3027,6 +3403,7 @@ export declare const VTextarea: DefineComponent<{
|
|
|
3027
3403
|
untouched: boolean;
|
|
3028
3404
|
invalid: boolean;
|
|
3029
3405
|
valid: boolean;
|
|
3406
|
+
hiddenInfo: boolean;
|
|
3030
3407
|
errors: FormNodeError[];
|
|
3031
3408
|
} & {
|
|
3032
3409
|
name?: string | undefined;
|
|
@@ -3080,6 +3457,7 @@ export declare const VTextarea: DefineComponent<{
|
|
|
3080
3457
|
untouched: boolean;
|
|
3081
3458
|
invalid: boolean;
|
|
3082
3459
|
valid: boolean;
|
|
3460
|
+
hiddenInfo: boolean;
|
|
3083
3461
|
errors: FormNodeError[];
|
|
3084
3462
|
}>;
|
|
3085
3463
|
|
|
@@ -3119,6 +3497,7 @@ export declare const VTextField: DefineComponent<{
|
|
|
3119
3497
|
required: BooleanConstructor;
|
|
3120
3498
|
invalid: BooleanConstructor;
|
|
3121
3499
|
valid: BooleanConstructor;
|
|
3500
|
+
hiddenInfo: BooleanConstructor;
|
|
3122
3501
|
type: {
|
|
3123
3502
|
type: PropType<"number" | "search" | "email" | "tel" | "url" | "color" | "date" | "datetime-local" | "month" | "password" | "text" | "time">;
|
|
3124
3503
|
default: string;
|
|
@@ -3234,6 +3613,7 @@ export declare const VTextField: DefineComponent<{
|
|
|
3234
3613
|
required?: unknown;
|
|
3235
3614
|
invalid?: unknown;
|
|
3236
3615
|
valid?: unknown;
|
|
3616
|
+
hiddenInfo?: unknown;
|
|
3237
3617
|
type?: unknown;
|
|
3238
3618
|
masked?: unknown;
|
|
3239
3619
|
typed?: unknown;
|
|
@@ -3280,6 +3660,7 @@ export declare const VTextField: DefineComponent<{
|
|
|
3280
3660
|
untouched: boolean;
|
|
3281
3661
|
invalid: boolean;
|
|
3282
3662
|
valid: boolean;
|
|
3663
|
+
hiddenInfo: boolean;
|
|
3283
3664
|
errors: FormNodeError[];
|
|
3284
3665
|
} & {
|
|
3285
3666
|
name?: string | undefined;
|
|
@@ -3340,6 +3721,7 @@ export declare const VTextField: DefineComponent<{
|
|
|
3340
3721
|
untouched: boolean;
|
|
3341
3722
|
invalid: boolean;
|
|
3342
3723
|
valid: boolean;
|
|
3724
|
+
hiddenInfo: boolean;
|
|
3343
3725
|
errors: FormNodeError[];
|
|
3344
3726
|
}>;
|
|
3345
3727
|
|
|
@@ -3396,28 +3778,32 @@ export declare const VToolbarMenu: DefineComponent<{
|
|
|
3396
3778
|
icon: PropType<RawVButtonIcon>;
|
|
3397
3779
|
startIcon: PropType<RawVButtonIcon>;
|
|
3398
3780
|
endIcon: PropType<RawVButtonIcon>;
|
|
3399
|
-
tag:
|
|
3781
|
+
tag: PropType<string>;
|
|
3782
|
+
class: PropType<any>;
|
|
3783
|
+
style: PropType<CSSProperties>;
|
|
3400
3784
|
to: PropType<RouteLocationRaw>;
|
|
3401
|
-
replace:
|
|
3402
|
-
activeClass:
|
|
3403
|
-
exactActiveClass:
|
|
3404
|
-
custom:
|
|
3785
|
+
replace: PropType<boolean>;
|
|
3786
|
+
activeClass: PropType<string>;
|
|
3787
|
+
exactActiveClass: PropType<string>;
|
|
3788
|
+
custom: PropType<boolean>;
|
|
3405
3789
|
ariaCurrentValue: {
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
};
|
|
3409
|
-
disabled:
|
|
3410
|
-
href:
|
|
3411
|
-
target:
|
|
3412
|
-
rel:
|
|
3413
|
-
name:
|
|
3414
|
-
charset:
|
|
3415
|
-
hreflang:
|
|
3790
|
+
type: PropType<"page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined>;
|
|
3791
|
+
default: "page";
|
|
3792
|
+
};
|
|
3793
|
+
disabled: PropType<boolean>;
|
|
3794
|
+
href: PropType<string>;
|
|
3795
|
+
target: PropType<string>;
|
|
3796
|
+
rel: PropType<string>;
|
|
3797
|
+
name: PropType<string>;
|
|
3798
|
+
charset: PropType<string>;
|
|
3799
|
+
hreflang: PropType<string>;
|
|
3416
3800
|
download: PropType<string | boolean>;
|
|
3417
|
-
media:
|
|
3418
|
-
ping:
|
|
3419
|
-
referrerpolicy:
|
|
3801
|
+
media: PropType<string>;
|
|
3802
|
+
ping: PropType<string>;
|
|
3803
|
+
referrerpolicy: PropType<string>;
|
|
3420
3804
|
type: PropType<"submit" | "reset" | "button" | undefined>;
|
|
3805
|
+
linkFallbackTag: PropType<string | (() => string | undefined)>;
|
|
3806
|
+
onClick: PropType<(ev: MouseEvent) => any>;
|
|
3421
3807
|
variant: PropType<ColorVariant>;
|
|
3422
3808
|
theme: PropType<ThemeName>;
|
|
3423
3809
|
color: PropType<ScopeName>;
|
|
@@ -3432,6 +3818,8 @@ export declare const VToolbarMenu: DefineComponent<{
|
|
|
3432
3818
|
startIcon?: unknown;
|
|
3433
3819
|
endIcon?: unknown;
|
|
3434
3820
|
tag?: unknown;
|
|
3821
|
+
class?: unknown;
|
|
3822
|
+
style?: unknown;
|
|
3435
3823
|
to?: unknown;
|
|
3436
3824
|
replace?: unknown;
|
|
3437
3825
|
activeClass?: unknown;
|
|
@@ -3450,6 +3838,8 @@ export declare const VToolbarMenu: DefineComponent<{
|
|
|
3450
3838
|
ping?: unknown;
|
|
3451
3839
|
referrerpolicy?: unknown;
|
|
3452
3840
|
type?: unknown;
|
|
3841
|
+
linkFallbackTag?: unknown;
|
|
3842
|
+
onClick?: unknown;
|
|
3453
3843
|
variant?: unknown;
|
|
3454
3844
|
theme?: unknown;
|
|
3455
3845
|
color?: unknown;
|
|
@@ -3459,24 +3849,27 @@ export declare const VToolbarMenu: DefineComponent<{
|
|
|
3459
3849
|
loading: boolean;
|
|
3460
3850
|
rounded: boolean;
|
|
3461
3851
|
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
3462
|
-
replace: boolean;
|
|
3463
|
-
custom: boolean;
|
|
3464
|
-
disabled: boolean;
|
|
3465
3852
|
} & {
|
|
3466
3853
|
theme?: ThemeName | undefined;
|
|
3467
3854
|
color?: ScopeName | undefined;
|
|
3468
3855
|
textColor?: PaletteName | undefined;
|
|
3469
3856
|
borderColor?: PaletteName | undefined;
|
|
3470
|
-
|
|
3857
|
+
replace?: boolean | undefined;
|
|
3471
3858
|
size?: "sm" | "md" | "lg" | undefined;
|
|
3859
|
+
type?: "submit" | "reset" | "button" | undefined;
|
|
3860
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3472
3861
|
spacer?: RawVButtonSpacer | undefined;
|
|
3473
3862
|
icon?: RawVButtonIcon | undefined;
|
|
3474
3863
|
startIcon?: RawVButtonIcon | undefined;
|
|
3475
3864
|
endIcon?: RawVButtonIcon | undefined;
|
|
3476
3865
|
tag?: string | undefined;
|
|
3866
|
+
class?: any;
|
|
3867
|
+
style?: CSSProperties | undefined;
|
|
3477
3868
|
to?: RouteLocationRaw | undefined;
|
|
3478
3869
|
activeClass?: string | undefined;
|
|
3479
3870
|
exactActiveClass?: string | undefined;
|
|
3871
|
+
custom?: boolean | undefined;
|
|
3872
|
+
disabled?: boolean | undefined;
|
|
3480
3873
|
href?: string | undefined;
|
|
3481
3874
|
target?: string | undefined;
|
|
3482
3875
|
rel?: string | undefined;
|
|
@@ -3487,14 +3880,12 @@ export declare const VToolbarMenu: DefineComponent<{
|
|
|
3487
3880
|
media?: string | undefined;
|
|
3488
3881
|
ping?: string | undefined;
|
|
3489
3882
|
referrerpolicy?: string | undefined;
|
|
3883
|
+
linkFallbackTag?: string | (() => string | undefined) | undefined;
|
|
3490
3884
|
variant?: ColorVariant | undefined;
|
|
3491
3885
|
}>, {
|
|
3492
3886
|
loading: boolean;
|
|
3493
3887
|
rounded: boolean;
|
|
3494
3888
|
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
3495
|
-
replace: boolean;
|
|
3496
|
-
custom: boolean;
|
|
3497
|
-
disabled: boolean;
|
|
3498
3889
|
}>;
|
|
3499
3890
|
|
|
3500
3891
|
export declare type VToolbarMenuEdge = 'start' | 'end';
|
|
@@ -3523,28 +3914,32 @@ export declare const vueButtonProps: {
|
|
|
3523
3914
|
icon: PropType<RawVButtonIcon>;
|
|
3524
3915
|
startIcon: PropType<RawVButtonIcon>;
|
|
3525
3916
|
endIcon: PropType<RawVButtonIcon>;
|
|
3526
|
-
tag:
|
|
3917
|
+
tag: PropType<string>;
|
|
3918
|
+
class: PropType<any>;
|
|
3919
|
+
style: PropType<CSSProperties>;
|
|
3527
3920
|
to: PropType<RouteLocationRaw>;
|
|
3528
|
-
replace:
|
|
3529
|
-
activeClass:
|
|
3530
|
-
exactActiveClass:
|
|
3531
|
-
custom:
|
|
3921
|
+
replace: PropType<boolean>;
|
|
3922
|
+
activeClass: PropType<string>;
|
|
3923
|
+
exactActiveClass: PropType<string>;
|
|
3924
|
+
custom: PropType<boolean>;
|
|
3532
3925
|
ariaCurrentValue: {
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
};
|
|
3536
|
-
disabled:
|
|
3537
|
-
href:
|
|
3538
|
-
target:
|
|
3539
|
-
rel:
|
|
3540
|
-
name:
|
|
3541
|
-
charset:
|
|
3542
|
-
hreflang:
|
|
3926
|
+
type: PropType<"page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined>;
|
|
3927
|
+
default: "page";
|
|
3928
|
+
};
|
|
3929
|
+
disabled: PropType<boolean>;
|
|
3930
|
+
href: PropType<string>;
|
|
3931
|
+
target: PropType<string>;
|
|
3932
|
+
rel: PropType<string>;
|
|
3933
|
+
name: PropType<string>;
|
|
3934
|
+
charset: PropType<string>;
|
|
3935
|
+
hreflang: PropType<string>;
|
|
3543
3936
|
download: PropType<string | boolean>;
|
|
3544
|
-
media:
|
|
3545
|
-
ping:
|
|
3546
|
-
referrerpolicy:
|
|
3937
|
+
media: PropType<string>;
|
|
3938
|
+
ping: PropType<string>;
|
|
3939
|
+
referrerpolicy: PropType<string>;
|
|
3547
3940
|
type: PropType<"submit" | "reset" | "button" | undefined>;
|
|
3941
|
+
linkFallbackTag: PropType<string | (() => string | undefined)>;
|
|
3942
|
+
onClick: PropType<(ev: MouseEvent) => any>;
|
|
3548
3943
|
variant: PropType<ColorVariant>;
|
|
3549
3944
|
theme: PropType<ThemeName>;
|
|
3550
3945
|
color: PropType<ScopeName>;
|
|
@@ -3608,7 +4003,29 @@ export declare class VuiService {
|
|
|
3608
4003
|
readonly autoScrollToElementOffsetTop?: number | (() => number | undefined);
|
|
3609
4004
|
readonly textareaRows?: number;
|
|
3610
4005
|
readonly requiredChip?: VuiVNodeResolver;
|
|
4006
|
+
readonly router: Router;
|
|
4007
|
+
readonly location: LocationService;
|
|
3611
4008
|
constructor(options: VuiServiceOptions);
|
|
4009
|
+
configure(options?: Partial<VuiServiceOptions>): void;
|
|
4010
|
+
getRouterLink(): {
|
|
4011
|
+
new (): {
|
|
4012
|
+
$props: AllowedComponentProps & ComponentCustomProps & VNodeProps & RouterLinkProps;
|
|
4013
|
+
$slots: {
|
|
4014
|
+
default: (arg: {
|
|
4015
|
+
route: RouteLocation & {
|
|
4016
|
+
href: string;
|
|
4017
|
+
};
|
|
4018
|
+
href: string;
|
|
4019
|
+
isActive: boolean;
|
|
4020
|
+
isExactActive: boolean;
|
|
4021
|
+
navigate: (e?: MouseEvent | undefined) => Promise<void | NavigationFailure>;
|
|
4022
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
4023
|
+
[key: string]: any;
|
|
4024
|
+
}>[];
|
|
4025
|
+
};
|
|
4026
|
+
};
|
|
4027
|
+
useLink: typeof useLink;
|
|
4028
|
+
};
|
|
3612
4029
|
setting<K extends keyof VuiServiceUISettings>(key: K): VuiServiceUISettings[K];
|
|
3613
4030
|
icon<K extends keyof VuiServiceIconSettings>(iconType: K): VuiServiceIconSettings[K];
|
|
3614
4031
|
getAutoScrollToElementOffsetTop(): number;
|
|
@@ -3618,9 +4035,14 @@ export declare class VuiService {
|
|
|
3618
4035
|
export declare interface VuiServiceIconSettings {
|
|
3619
4036
|
menuDown: IconName;
|
|
3620
4037
|
navigationExpand: RawIconProp;
|
|
4038
|
+
prev: RawIconProp;
|
|
4039
|
+
next: RawIconProp;
|
|
4040
|
+
sort: RawIconProp;
|
|
3621
4041
|
}
|
|
3622
4042
|
|
|
3623
4043
|
export declare interface VuiServiceOptions {
|
|
4044
|
+
router: Router;
|
|
4045
|
+
RouterLink?: typeof RouterLink;
|
|
3624
4046
|
colorScheme: VueColorSchemePluginSettings;
|
|
3625
4047
|
uiSettings: VuiServiceUISettings;
|
|
3626
4048
|
icons: VuiServiceIconSettings;
|
|
@@ -3639,6 +4061,9 @@ export declare interface VuiServiceUISettings {
|
|
|
3639
4061
|
color: ScopeName;
|
|
3640
4062
|
variant: ColorVariant;
|
|
3641
4063
|
};
|
|
4064
|
+
tabDefault: {
|
|
4065
|
+
color: ScopeName;
|
|
4066
|
+
};
|
|
3642
4067
|
dialogOk?: {
|
|
3643
4068
|
color?: ScopeName;
|
|
3644
4069
|
variant?: ColorVariant;
|