@fastkit/vui 0.6.19 → 0.6.31
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 +1691 -127
- package/dist/vui.cjs.prod.js +1691 -127
- package/dist/vui.css +553 -0
- package/dist/vui.d.ts +741 -180
- package/dist/vui.esm-bundler.js +1690 -135
- 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>> {
|
|
@@ -484,6 +575,46 @@ export declare interface NavigationItemInput extends ExtractPropInput<ReturnType
|
|
|
484
575
|
children?: NavigationItemInput[];
|
|
485
576
|
}
|
|
486
577
|
|
|
578
|
+
export declare const PAGINATION_ALIGNS: readonly ["left", "center", "right"];
|
|
579
|
+
|
|
580
|
+
export declare function paginationProps(): {
|
|
581
|
+
/**
|
|
582
|
+
* Active Pages
|
|
583
|
+
*/
|
|
584
|
+
modelValue: {
|
|
585
|
+
type: PropType<string | number>;
|
|
586
|
+
default: number;
|
|
587
|
+
};
|
|
588
|
+
/**
|
|
589
|
+
* Total number of pages
|
|
590
|
+
*/
|
|
591
|
+
length: {
|
|
592
|
+
type: PropType<string | number>;
|
|
593
|
+
default: number;
|
|
594
|
+
};
|
|
595
|
+
/**
|
|
596
|
+
* Maximum number of links to display.
|
|
597
|
+
*/
|
|
598
|
+
totalVisible: PropType<string | number>;
|
|
599
|
+
/**
|
|
600
|
+
* true when narrowing
|
|
601
|
+
*/
|
|
602
|
+
dense: BooleanConstructor;
|
|
603
|
+
disabled: BooleanConstructor;
|
|
604
|
+
align: {
|
|
605
|
+
type: PropType<"left" | "center" | "right">;
|
|
606
|
+
default: string;
|
|
607
|
+
};
|
|
608
|
+
/**
|
|
609
|
+
* To synchronize with a query, use the query name
|
|
610
|
+
*/
|
|
611
|
+
routeQuery: StringConstructor;
|
|
612
|
+
beforeChange: PropType<VPaginationGuard>;
|
|
613
|
+
color: PropType<ScopeName>;
|
|
614
|
+
};
|
|
615
|
+
|
|
616
|
+
export declare type RawBreadcrumbsItem = string | BreadcrumbsItem;
|
|
617
|
+
|
|
487
618
|
export declare type RawIconProp = IconName | EmptyIconSymbol | ToggleableIconHook;
|
|
488
619
|
|
|
489
620
|
export declare function rawIconProp(): PropType<RawIconProp>;
|
|
@@ -610,6 +741,23 @@ declare const ValidationErrorSymbol = "ValidationError";
|
|
|
610
741
|
|
|
611
742
|
export declare const VApp: DefineComponent<{}, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, EmitsOptions, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
|
|
612
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
|
+
|
|
613
761
|
export declare const VButton: DefineComponent<{
|
|
614
762
|
size: {
|
|
615
763
|
type: PropType<"sm" | "md" | "lg">;
|
|
@@ -621,36 +769,38 @@ export declare const VButton: DefineComponent<{
|
|
|
621
769
|
icon: PropType<RawVButtonIcon>;
|
|
622
770
|
startIcon: PropType<RawVButtonIcon>;
|
|
623
771
|
endIcon: PropType<RawVButtonIcon>;
|
|
624
|
-
tag:
|
|
772
|
+
tag: PropType<string>;
|
|
773
|
+
class: PropType<any>;
|
|
774
|
+
style: PropType<CSSProperties>;
|
|
625
775
|
to: PropType<RouteLocationRaw>;
|
|
626
|
-
replace:
|
|
627
|
-
activeClass:
|
|
628
|
-
exactActiveClass:
|
|
629
|
-
custom:
|
|
776
|
+
replace: PropType<boolean>;
|
|
777
|
+
activeClass: PropType<string>;
|
|
778
|
+
exactActiveClass: PropType<string>;
|
|
779
|
+
custom: PropType<boolean>;
|
|
630
780
|
ariaCurrentValue: {
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
};
|
|
634
|
-
disabled:
|
|
635
|
-
href:
|
|
636
|
-
target:
|
|
637
|
-
rel:
|
|
638
|
-
name:
|
|
639
|
-
charset:
|
|
640
|
-
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>;
|
|
641
791
|
download: PropType<string | boolean>;
|
|
642
|
-
media:
|
|
643
|
-
ping:
|
|
644
|
-
referrerpolicy:
|
|
792
|
+
media: PropType<string>;
|
|
793
|
+
ping: PropType<string>;
|
|
794
|
+
referrerpolicy: PropType<string>;
|
|
645
795
|
type: PropType<"submit" | "reset" | "button" | undefined>;
|
|
796
|
+
linkFallbackTag: PropType<string | (() => string | undefined)>;
|
|
797
|
+
onClick: PropType<(ev: MouseEvent) => any>;
|
|
646
798
|
variant: PropType<ColorVariant>;
|
|
647
799
|
theme: PropType<ThemeName>;
|
|
648
800
|
color: PropType<ScopeName>;
|
|
649
801
|
textColor: PropType<PaletteName>;
|
|
650
802
|
borderColor: PropType<PaletteName>;
|
|
651
|
-
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
652
|
-
click: (ev: MouseEvent) => boolean;
|
|
653
|
-
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
|
|
803
|
+
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
|
|
654
804
|
size?: unknown;
|
|
655
805
|
spacer?: unknown;
|
|
656
806
|
loading?: unknown;
|
|
@@ -659,6 +809,8 @@ export declare const VButton: DefineComponent<{
|
|
|
659
809
|
startIcon?: unknown;
|
|
660
810
|
endIcon?: unknown;
|
|
661
811
|
tag?: unknown;
|
|
812
|
+
class?: unknown;
|
|
813
|
+
style?: unknown;
|
|
662
814
|
to?: unknown;
|
|
663
815
|
replace?: unknown;
|
|
664
816
|
activeClass?: unknown;
|
|
@@ -677,6 +829,8 @@ export declare const VButton: DefineComponent<{
|
|
|
677
829
|
ping?: unknown;
|
|
678
830
|
referrerpolicy?: unknown;
|
|
679
831
|
type?: unknown;
|
|
832
|
+
linkFallbackTag?: unknown;
|
|
833
|
+
onClick?: unknown;
|
|
680
834
|
variant?: unknown;
|
|
681
835
|
theme?: unknown;
|
|
682
836
|
color?: unknown;
|
|
@@ -686,24 +840,27 @@ export declare const VButton: DefineComponent<{
|
|
|
686
840
|
loading: boolean;
|
|
687
841
|
rounded: boolean;
|
|
688
842
|
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
689
|
-
replace: boolean;
|
|
690
|
-
custom: boolean;
|
|
691
|
-
disabled: boolean;
|
|
692
843
|
} & {
|
|
693
844
|
theme?: ThemeName | undefined;
|
|
694
845
|
color?: ScopeName | undefined;
|
|
695
846
|
textColor?: PaletteName | undefined;
|
|
696
847
|
borderColor?: PaletteName | undefined;
|
|
697
|
-
|
|
848
|
+
replace?: boolean | undefined;
|
|
698
849
|
size?: "sm" | "md" | "lg" | undefined;
|
|
850
|
+
type?: "submit" | "reset" | "button" | undefined;
|
|
851
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
699
852
|
spacer?: RawVButtonSpacer | undefined;
|
|
700
853
|
icon?: RawVButtonIcon | undefined;
|
|
701
854
|
startIcon?: RawVButtonIcon | undefined;
|
|
702
855
|
endIcon?: RawVButtonIcon | undefined;
|
|
703
856
|
tag?: string | undefined;
|
|
857
|
+
class?: any;
|
|
858
|
+
style?: CSSProperties | undefined;
|
|
704
859
|
to?: RouteLocationRaw | undefined;
|
|
705
860
|
activeClass?: string | undefined;
|
|
706
861
|
exactActiveClass?: string | undefined;
|
|
862
|
+
custom?: boolean | undefined;
|
|
863
|
+
disabled?: boolean | undefined;
|
|
707
864
|
href?: string | undefined;
|
|
708
865
|
target?: string | undefined;
|
|
709
866
|
rel?: string | undefined;
|
|
@@ -714,16 +871,12 @@ export declare const VButton: DefineComponent<{
|
|
|
714
871
|
media?: string | undefined;
|
|
715
872
|
ping?: string | undefined;
|
|
716
873
|
referrerpolicy?: string | undefined;
|
|
874
|
+
linkFallbackTag?: string | (() => string | undefined) | undefined;
|
|
717
875
|
variant?: ColorVariant | undefined;
|
|
718
|
-
}
|
|
719
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
720
|
-
}, {
|
|
876
|
+
}>, {
|
|
721
877
|
loading: boolean;
|
|
722
878
|
rounded: boolean;
|
|
723
879
|
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
724
|
-
replace: boolean;
|
|
725
|
-
custom: boolean;
|
|
726
|
-
disabled: boolean;
|
|
727
880
|
}>;
|
|
728
881
|
|
|
729
882
|
export declare type VButtonIcon = () => VNodeChild;
|
|
@@ -948,6 +1101,7 @@ export declare const VCheckboxGroup: DefineComponent<{
|
|
|
948
1101
|
required: BooleanConstructor;
|
|
949
1102
|
invalid: BooleanConstructor;
|
|
950
1103
|
valid: BooleanConstructor;
|
|
1104
|
+
hiddenInfo: BooleanConstructor;
|
|
951
1105
|
multiple: {
|
|
952
1106
|
type: BooleanConstructor;
|
|
953
1107
|
default: boolean;
|
|
@@ -1054,6 +1208,7 @@ export declare const VCheckboxGroup: DefineComponent<{
|
|
|
1054
1208
|
required?: unknown;
|
|
1055
1209
|
invalid?: unknown;
|
|
1056
1210
|
valid?: unknown;
|
|
1211
|
+
hiddenInfo?: unknown;
|
|
1057
1212
|
multiple?: unknown;
|
|
1058
1213
|
items?: unknown;
|
|
1059
1214
|
name?: unknown;
|
|
@@ -1088,6 +1243,7 @@ export declare const VCheckboxGroup: DefineComponent<{
|
|
|
1088
1243
|
untouched: boolean;
|
|
1089
1244
|
invalid: boolean;
|
|
1090
1245
|
valid: boolean;
|
|
1246
|
+
hiddenInfo: boolean;
|
|
1091
1247
|
errors: FormNodeError[];
|
|
1092
1248
|
stacked: boolean;
|
|
1093
1249
|
} & {
|
|
@@ -1128,10 +1284,174 @@ export declare const VCheckboxGroup: DefineComponent<{
|
|
|
1128
1284
|
untouched: boolean;
|
|
1129
1285
|
invalid: boolean;
|
|
1130
1286
|
valid: boolean;
|
|
1287
|
+
hiddenInfo: boolean;
|
|
1131
1288
|
errors: FormNodeError[];
|
|
1132
1289
|
stacked: boolean;
|
|
1133
1290
|
}>;
|
|
1134
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
|
+
|
|
1135
1455
|
export { VDialog }
|
|
1136
1456
|
|
|
1137
1457
|
export declare const VDrawerLayout: DefineComponent<{
|
|
@@ -1313,6 +1633,33 @@ export declare interface VFormSlots {
|
|
|
1313
1633
|
default: VueForm;
|
|
1314
1634
|
}
|
|
1315
1635
|
|
|
1636
|
+
export declare const VHero: DefineComponent<{
|
|
1637
|
+
color: {
|
|
1638
|
+
type: PropType<ScopeName>;
|
|
1639
|
+
default: string;
|
|
1640
|
+
};
|
|
1641
|
+
tag: {
|
|
1642
|
+
type: StringConstructor;
|
|
1643
|
+
default: string;
|
|
1644
|
+
};
|
|
1645
|
+
hTag: {
|
|
1646
|
+
type: StringConstructor;
|
|
1647
|
+
default: string;
|
|
1648
|
+
};
|
|
1649
|
+
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
|
|
1650
|
+
color?: unknown;
|
|
1651
|
+
tag?: unknown;
|
|
1652
|
+
hTag?: unknown;
|
|
1653
|
+
} & {
|
|
1654
|
+
color: ScopeName;
|
|
1655
|
+
tag: string;
|
|
1656
|
+
hTag: string;
|
|
1657
|
+
} & {}>, {
|
|
1658
|
+
color: ScopeName;
|
|
1659
|
+
tag: string;
|
|
1660
|
+
hTag: string;
|
|
1661
|
+
}>;
|
|
1662
|
+
|
|
1316
1663
|
export declare const VIcon: DefineComponent<{
|
|
1317
1664
|
name: {
|
|
1318
1665
|
type: PropType<IconName | "$empty">;
|
|
@@ -1337,46 +1684,50 @@ export declare const VIcon: DefineComponent<{
|
|
|
1337
1684
|
export declare const VListTile: DefineComponent<{
|
|
1338
1685
|
startIcon: PropType<RawIconProp>;
|
|
1339
1686
|
endIcon: PropType<RawIconProp>;
|
|
1340
|
-
|
|
1687
|
+
linkFallbackTag: {
|
|
1341
1688
|
type: StringConstructor;
|
|
1342
1689
|
default: string;
|
|
1343
1690
|
};
|
|
1344
1691
|
startIconEmptySpace: BooleanConstructor;
|
|
1345
1692
|
color: PropType<ScopeName>;
|
|
1346
1693
|
exactMatch: BooleanConstructor;
|
|
1347
|
-
tag:
|
|
1694
|
+
tag: PropType<string>;
|
|
1695
|
+
class: PropType<any>;
|
|
1696
|
+
style: PropType<CSSProperties>;
|
|
1348
1697
|
to: PropType<RouteLocationRaw>;
|
|
1349
|
-
replace:
|
|
1350
|
-
activeClass:
|
|
1351
|
-
exactActiveClass:
|
|
1352
|
-
custom:
|
|
1698
|
+
replace: PropType<boolean>;
|
|
1699
|
+
activeClass: PropType<string>;
|
|
1700
|
+
exactActiveClass: PropType<string>;
|
|
1701
|
+
custom: PropType<boolean>;
|
|
1353
1702
|
ariaCurrentValue: {
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
};
|
|
1357
|
-
disabled:
|
|
1358
|
-
href:
|
|
1359
|
-
target:
|
|
1360
|
-
rel:
|
|
1361
|
-
name:
|
|
1362
|
-
charset:
|
|
1363
|
-
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>;
|
|
1364
1713
|
download: PropType<string | boolean>;
|
|
1365
|
-
media:
|
|
1366
|
-
ping:
|
|
1367
|
-
referrerpolicy:
|
|
1714
|
+
media: PropType<string>;
|
|
1715
|
+
ping: PropType<string>;
|
|
1716
|
+
referrerpolicy: PropType<string>;
|
|
1368
1717
|
type: PropType<"submit" | "reset" | "button" | undefined>;
|
|
1718
|
+
onClick: PropType<(ev: MouseEvent) => any>;
|
|
1369
1719
|
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1370
1720
|
changeActive: (isActive: boolean) => boolean;
|
|
1371
|
-
click: (ev: MouseEvent) => boolean;
|
|
1372
1721
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
|
|
1373
1722
|
startIcon?: unknown;
|
|
1374
1723
|
endIcon?: unknown;
|
|
1375
|
-
|
|
1724
|
+
linkFallbackTag?: unknown;
|
|
1376
1725
|
startIconEmptySpace?: unknown;
|
|
1377
1726
|
color?: unknown;
|
|
1378
1727
|
exactMatch?: unknown;
|
|
1379
1728
|
tag?: unknown;
|
|
1729
|
+
class?: unknown;
|
|
1730
|
+
style?: unknown;
|
|
1380
1731
|
to?: unknown;
|
|
1381
1732
|
replace?: unknown;
|
|
1382
1733
|
activeClass?: unknown;
|
|
@@ -1395,24 +1746,28 @@ export declare const VListTile: DefineComponent<{
|
|
|
1395
1746
|
ping?: unknown;
|
|
1396
1747
|
referrerpolicy?: unknown;
|
|
1397
1748
|
type?: unknown;
|
|
1749
|
+
onClick?: unknown;
|
|
1398
1750
|
} & {
|
|
1399
|
-
replace: boolean;
|
|
1400
|
-
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
1401
1751
|
startIconEmptySpace: boolean;
|
|
1402
1752
|
exactMatch: boolean;
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
disabled: boolean;
|
|
1753
|
+
linkFallbackTag: string;
|
|
1754
|
+
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
1406
1755
|
} & {
|
|
1407
|
-
|
|
1756
|
+
replace?: boolean | undefined;
|
|
1408
1757
|
startIcon?: RawIconProp | undefined;
|
|
1409
1758
|
endIcon?: RawIconProp | undefined;
|
|
1759
|
+
type?: "submit" | "reset" | "button" | undefined;
|
|
1410
1760
|
color?: ScopeName | undefined;
|
|
1761
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1411
1762
|
name?: string | undefined;
|
|
1412
1763
|
tag?: string | undefined;
|
|
1764
|
+
class?: any;
|
|
1765
|
+
style?: CSSProperties | undefined;
|
|
1413
1766
|
to?: RouteLocationRaw | undefined;
|
|
1414
1767
|
activeClass?: string | undefined;
|
|
1415
1768
|
exactActiveClass?: string | undefined;
|
|
1769
|
+
custom?: boolean | undefined;
|
|
1770
|
+
disabled?: boolean | undefined;
|
|
1416
1771
|
href?: string | undefined;
|
|
1417
1772
|
target?: string | undefined;
|
|
1418
1773
|
rel?: string | undefined;
|
|
@@ -1423,16 +1778,12 @@ export declare const VListTile: DefineComponent<{
|
|
|
1423
1778
|
ping?: string | undefined;
|
|
1424
1779
|
referrerpolicy?: string | undefined;
|
|
1425
1780
|
}> & {
|
|
1426
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1427
1781
|
onChangeActive?: ((isActive: boolean) => any) | undefined;
|
|
1428
1782
|
}, {
|
|
1429
|
-
replace: boolean;
|
|
1430
|
-
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
1431
1783
|
startIconEmptySpace: boolean;
|
|
1432
1784
|
exactMatch: boolean;
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
disabled: boolean;
|
|
1785
|
+
linkFallbackTag: string;
|
|
1786
|
+
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
1436
1787
|
}>;
|
|
1437
1788
|
|
|
1438
1789
|
export { VMenu }
|
|
@@ -1468,48 +1819,52 @@ export declare const VNavigationItem: DefineComponent<{
|
|
|
1468
1819
|
match: StringConstructor;
|
|
1469
1820
|
startIcon: PropType<RawIconProp>;
|
|
1470
1821
|
endIcon: PropType<RawIconProp>;
|
|
1471
|
-
|
|
1822
|
+
linkFallbackTag: {
|
|
1472
1823
|
type: StringConstructor;
|
|
1473
1824
|
default: string;
|
|
1474
1825
|
};
|
|
1475
1826
|
startIconEmptySpace: BooleanConstructor;
|
|
1476
1827
|
color: PropType<ScopeName>;
|
|
1477
1828
|
exactMatch: BooleanConstructor;
|
|
1478
|
-
tag:
|
|
1829
|
+
tag: PropType<string>;
|
|
1830
|
+
class: PropType<any>;
|
|
1831
|
+
style: PropType<CSSProperties>;
|
|
1479
1832
|
to: PropType<RouteLocationRaw>;
|
|
1480
|
-
replace:
|
|
1481
|
-
activeClass:
|
|
1482
|
-
exactActiveClass:
|
|
1483
|
-
custom:
|
|
1833
|
+
replace: PropType<boolean>;
|
|
1834
|
+
activeClass: PropType<string>;
|
|
1835
|
+
exactActiveClass: PropType<string>;
|
|
1836
|
+
custom: PropType<boolean>;
|
|
1484
1837
|
ariaCurrentValue: {
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
};
|
|
1488
|
-
disabled:
|
|
1489
|
-
href:
|
|
1490
|
-
target:
|
|
1491
|
-
rel:
|
|
1492
|
-
name:
|
|
1493
|
-
charset:
|
|
1494
|
-
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>;
|
|
1495
1848
|
download: PropType<string | boolean>;
|
|
1496
|
-
media:
|
|
1497
|
-
ping:
|
|
1498
|
-
referrerpolicy:
|
|
1849
|
+
media: PropType<string>;
|
|
1850
|
+
ping: PropType<string>;
|
|
1851
|
+
referrerpolicy: PropType<string>;
|
|
1499
1852
|
type: PropType<"submit" | "reset" | "button" | undefined>;
|
|
1853
|
+
onClick: PropType<(ev: MouseEvent) => any>;
|
|
1500
1854
|
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1501
1855
|
changeActive: (isActive: boolean) => boolean;
|
|
1502
|
-
click: (ev: MouseEvent) => boolean;
|
|
1503
1856
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
|
|
1504
1857
|
children?: unknown;
|
|
1505
1858
|
match?: unknown;
|
|
1506
1859
|
startIcon?: unknown;
|
|
1507
1860
|
endIcon?: unknown;
|
|
1508
|
-
|
|
1861
|
+
linkFallbackTag?: unknown;
|
|
1509
1862
|
startIconEmptySpace?: unknown;
|
|
1510
1863
|
color?: unknown;
|
|
1511
1864
|
exactMatch?: unknown;
|
|
1512
1865
|
tag?: unknown;
|
|
1866
|
+
class?: unknown;
|
|
1867
|
+
style?: unknown;
|
|
1513
1868
|
to?: unknown;
|
|
1514
1869
|
replace?: unknown;
|
|
1515
1870
|
activeClass?: unknown;
|
|
@@ -1528,24 +1883,28 @@ export declare const VNavigationItem: DefineComponent<{
|
|
|
1528
1883
|
ping?: unknown;
|
|
1529
1884
|
referrerpolicy?: unknown;
|
|
1530
1885
|
type?: unknown;
|
|
1886
|
+
onClick?: unknown;
|
|
1531
1887
|
} & {
|
|
1532
|
-
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
1533
|
-
replace: boolean;
|
|
1534
1888
|
startIconEmptySpace: boolean;
|
|
1535
1889
|
exactMatch: boolean;
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
disabled: boolean;
|
|
1890
|
+
linkFallbackTag: string;
|
|
1891
|
+
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
1539
1892
|
} & {
|
|
1540
|
-
match?: string | undefined;
|
|
1541
|
-
type?: "submit" | "reset" | "button" | undefined;
|
|
1542
1893
|
startIcon?: RawIconProp | undefined;
|
|
1543
1894
|
endIcon?: RawIconProp | undefined;
|
|
1895
|
+
match?: string | undefined;
|
|
1896
|
+
replace?: boolean | undefined;
|
|
1897
|
+
type?: "submit" | "reset" | "button" | undefined;
|
|
1544
1898
|
color?: ScopeName | undefined;
|
|
1899
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1545
1900
|
tag?: string | undefined;
|
|
1901
|
+
class?: any;
|
|
1902
|
+
style?: CSSProperties | undefined;
|
|
1546
1903
|
to?: RouteLocationRaw | undefined;
|
|
1547
1904
|
activeClass?: string | undefined;
|
|
1548
1905
|
exactActiveClass?: string | undefined;
|
|
1906
|
+
custom?: boolean | undefined;
|
|
1907
|
+
disabled?: boolean | undefined;
|
|
1549
1908
|
href?: string | undefined;
|
|
1550
1909
|
target?: string | undefined;
|
|
1551
1910
|
rel?: string | undefined;
|
|
@@ -1558,16 +1917,12 @@ export declare const VNavigationItem: DefineComponent<{
|
|
|
1558
1917
|
referrerpolicy?: string | undefined;
|
|
1559
1918
|
children?: NavigationItemInput[] | undefined;
|
|
1560
1919
|
}> & {
|
|
1561
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1562
1920
|
onChangeActive?: ((isActive: boolean) => any) | undefined;
|
|
1563
1921
|
}, {
|
|
1564
|
-
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
1565
|
-
replace: boolean;
|
|
1566
1922
|
startIconEmptySpace: boolean;
|
|
1567
1923
|
exactMatch: boolean;
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
disabled: boolean;
|
|
1924
|
+
linkFallbackTag: string;
|
|
1925
|
+
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
1571
1926
|
}>;
|
|
1572
1927
|
|
|
1573
1928
|
export declare const VOption: DefineComponent<{
|
|
@@ -1736,6 +2091,77 @@ export declare const VOptionGroup: DefineComponent<{
|
|
|
1736
2091
|
disabled: boolean;
|
|
1737
2092
|
}>;
|
|
1738
2093
|
|
|
2094
|
+
export declare const VPagination: DefineComponent<{
|
|
2095
|
+
/**
|
|
2096
|
+
* Active Pages
|
|
2097
|
+
*/
|
|
2098
|
+
modelValue: {
|
|
2099
|
+
type: PropType<string | number>;
|
|
2100
|
+
default: number;
|
|
2101
|
+
};
|
|
2102
|
+
/**
|
|
2103
|
+
* Total number of pages
|
|
2104
|
+
*/
|
|
2105
|
+
length: {
|
|
2106
|
+
type: PropType<string | number>;
|
|
2107
|
+
default: number;
|
|
2108
|
+
};
|
|
2109
|
+
/**
|
|
2110
|
+
* Maximum number of links to display.
|
|
2111
|
+
*/
|
|
2112
|
+
totalVisible: PropType<string | number>;
|
|
2113
|
+
/**
|
|
2114
|
+
* true when narrowing
|
|
2115
|
+
*/
|
|
2116
|
+
dense: BooleanConstructor;
|
|
2117
|
+
disabled: BooleanConstructor;
|
|
2118
|
+
align: {
|
|
2119
|
+
type: PropType<"left" | "center" | "right">;
|
|
2120
|
+
default: string;
|
|
2121
|
+
};
|
|
2122
|
+
/**
|
|
2123
|
+
* To synchronize with a query, use the query name
|
|
2124
|
+
*/
|
|
2125
|
+
routeQuery: StringConstructor;
|
|
2126
|
+
beforeChange: PropType<VPaginationGuard>;
|
|
2127
|
+
color: PropType<ScopeName>;
|
|
2128
|
+
}, () => JSX.Element | undefined, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2129
|
+
change: (page: number) => true;
|
|
2130
|
+
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
|
|
2131
|
+
modelValue?: unknown;
|
|
2132
|
+
length?: unknown;
|
|
2133
|
+
totalVisible?: unknown;
|
|
2134
|
+
dense?: unknown;
|
|
2135
|
+
disabled?: unknown;
|
|
2136
|
+
align?: unknown;
|
|
2137
|
+
routeQuery?: unknown;
|
|
2138
|
+
beforeChange?: unknown;
|
|
2139
|
+
color?: unknown;
|
|
2140
|
+
} & {
|
|
2141
|
+
dense: boolean;
|
|
2142
|
+
disabled: boolean;
|
|
2143
|
+
length: string | number;
|
|
2144
|
+
modelValue: string | number;
|
|
2145
|
+
align: "left" | "center" | "right";
|
|
2146
|
+
} & {
|
|
2147
|
+
totalVisible?: string | number | undefined;
|
|
2148
|
+
routeQuery?: string | undefined;
|
|
2149
|
+
beforeChange?: VPaginationGuard | undefined;
|
|
2150
|
+
color?: ScopeName | undefined;
|
|
2151
|
+
}> & {
|
|
2152
|
+
onChange?: ((page: number) => any) | undefined;
|
|
2153
|
+
}, {
|
|
2154
|
+
dense: boolean;
|
|
2155
|
+
disabled: boolean;
|
|
2156
|
+
length: string | number;
|
|
2157
|
+
modelValue: string | number;
|
|
2158
|
+
align: "left" | "center" | "right";
|
|
2159
|
+
}>;
|
|
2160
|
+
|
|
2161
|
+
export declare type VPaginationAlign = typeof PAGINATION_ALIGNS[number];
|
|
2162
|
+
|
|
2163
|
+
export declare type VPaginationGuard = (page: number) => boolean | void | Promise<boolean | void>;
|
|
2164
|
+
|
|
1739
2165
|
export declare const VPaper: DefineComponent<{
|
|
1740
2166
|
square: BooleanConstructor;
|
|
1741
2167
|
headerProps: PropType<ARGS>;
|
|
@@ -1941,6 +2367,7 @@ export declare const VRadioGroup: DefineComponent<{
|
|
|
1941
2367
|
required: BooleanConstructor;
|
|
1942
2368
|
invalid: BooleanConstructor;
|
|
1943
2369
|
valid: BooleanConstructor;
|
|
2370
|
+
hiddenInfo: BooleanConstructor;
|
|
1944
2371
|
multiple: {
|
|
1945
2372
|
type: BooleanConstructor;
|
|
1946
2373
|
default: boolean;
|
|
@@ -2047,6 +2474,7 @@ export declare const VRadioGroup: DefineComponent<{
|
|
|
2047
2474
|
required?: unknown;
|
|
2048
2475
|
invalid?: unknown;
|
|
2049
2476
|
valid?: unknown;
|
|
2477
|
+
hiddenInfo?: unknown;
|
|
2050
2478
|
multiple?: unknown;
|
|
2051
2479
|
items?: unknown;
|
|
2052
2480
|
name?: unknown;
|
|
@@ -2081,6 +2509,7 @@ export declare const VRadioGroup: DefineComponent<{
|
|
|
2081
2509
|
untouched: boolean;
|
|
2082
2510
|
invalid: boolean;
|
|
2083
2511
|
valid: boolean;
|
|
2512
|
+
hiddenInfo: boolean;
|
|
2084
2513
|
errors: FormNodeError[];
|
|
2085
2514
|
stacked: boolean;
|
|
2086
2515
|
} & {
|
|
@@ -2121,6 +2550,7 @@ export declare const VRadioGroup: DefineComponent<{
|
|
|
2121
2550
|
untouched: boolean;
|
|
2122
2551
|
invalid: boolean;
|
|
2123
2552
|
valid: boolean;
|
|
2553
|
+
hiddenInfo: boolean;
|
|
2124
2554
|
errors: FormNodeError[];
|
|
2125
2555
|
stacked: boolean;
|
|
2126
2556
|
}>;
|
|
@@ -2162,6 +2592,7 @@ export declare const VSelect: DefineComponent<{
|
|
|
2162
2592
|
required: BooleanConstructor;
|
|
2163
2593
|
invalid: BooleanConstructor;
|
|
2164
2594
|
valid: BooleanConstructor;
|
|
2595
|
+
hiddenInfo: BooleanConstructor;
|
|
2165
2596
|
multiple: {
|
|
2166
2597
|
type: BooleanConstructor;
|
|
2167
2598
|
default: boolean;
|
|
@@ -2274,6 +2705,7 @@ export declare const VSelect: DefineComponent<{
|
|
|
2274
2705
|
required?: unknown;
|
|
2275
2706
|
invalid?: unknown;
|
|
2276
2707
|
valid?: unknown;
|
|
2708
|
+
hiddenInfo?: unknown;
|
|
2277
2709
|
multiple?: unknown;
|
|
2278
2710
|
items?: unknown;
|
|
2279
2711
|
name?: unknown;
|
|
@@ -2307,6 +2739,7 @@ export declare const VSelect: DefineComponent<{
|
|
|
2307
2739
|
untouched: boolean;
|
|
2308
2740
|
invalid: boolean;
|
|
2309
2741
|
valid: boolean;
|
|
2742
|
+
hiddenInfo: boolean;
|
|
2310
2743
|
errors: FormNodeError[];
|
|
2311
2744
|
} & {
|
|
2312
2745
|
name?: string | undefined;
|
|
@@ -2350,6 +2783,7 @@ export declare const VSelect: DefineComponent<{
|
|
|
2350
2783
|
untouched: boolean;
|
|
2351
2784
|
invalid: boolean;
|
|
2352
2785
|
valid: boolean;
|
|
2786
|
+
hiddenInfo: boolean;
|
|
2353
2787
|
errors: FormNodeError[];
|
|
2354
2788
|
}>;
|
|
2355
2789
|
|
|
@@ -2516,6 +2950,7 @@ export declare const VSwitchGroup: DefineComponent<{
|
|
|
2516
2950
|
required: BooleanConstructor;
|
|
2517
2951
|
invalid: BooleanConstructor;
|
|
2518
2952
|
valid: BooleanConstructor;
|
|
2953
|
+
hiddenInfo: BooleanConstructor;
|
|
2519
2954
|
multiple: {
|
|
2520
2955
|
type: BooleanConstructor;
|
|
2521
2956
|
default: boolean;
|
|
@@ -2622,6 +3057,7 @@ export declare const VSwitchGroup: DefineComponent<{
|
|
|
2622
3057
|
required?: unknown;
|
|
2623
3058
|
invalid?: unknown;
|
|
2624
3059
|
valid?: unknown;
|
|
3060
|
+
hiddenInfo?: unknown;
|
|
2625
3061
|
multiple?: unknown;
|
|
2626
3062
|
items?: unknown;
|
|
2627
3063
|
name?: unknown;
|
|
@@ -2656,6 +3092,7 @@ export declare const VSwitchGroup: DefineComponent<{
|
|
|
2656
3092
|
untouched: boolean;
|
|
2657
3093
|
invalid: boolean;
|
|
2658
3094
|
valid: boolean;
|
|
3095
|
+
hiddenInfo: boolean;
|
|
2659
3096
|
errors: FormNodeError[];
|
|
2660
3097
|
stacked: boolean;
|
|
2661
3098
|
} & {
|
|
@@ -2696,10 +3133,83 @@ export declare const VSwitchGroup: DefineComponent<{
|
|
|
2696
3133
|
untouched: boolean;
|
|
2697
3134
|
invalid: boolean;
|
|
2698
3135
|
valid: boolean;
|
|
3136
|
+
hiddenInfo: boolean;
|
|
2699
3137
|
errors: FormNodeError[];
|
|
2700
3138
|
stacked: boolean;
|
|
2701
3139
|
}>;
|
|
2702
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
|
+
|
|
2703
3213
|
export declare const VTextarea: DefineComponent<{
|
|
2704
3214
|
'v-slots': PropType<ResolveRawSlots<FormControlSlots & InputBoxSlots>>;
|
|
2705
3215
|
size: {
|
|
@@ -2736,6 +3246,7 @@ export declare const VTextarea: DefineComponent<{
|
|
|
2736
3246
|
required: BooleanConstructor;
|
|
2737
3247
|
invalid: BooleanConstructor;
|
|
2738
3248
|
valid: BooleanConstructor;
|
|
3249
|
+
hiddenInfo: BooleanConstructor;
|
|
2739
3250
|
autosize: PropType<RawTextareaAutosizeSettings>;
|
|
2740
3251
|
rows: {
|
|
2741
3252
|
default: number | undefined;
|
|
@@ -2847,6 +3358,7 @@ export declare const VTextarea: DefineComponent<{
|
|
|
2847
3358
|
required?: unknown;
|
|
2848
3359
|
invalid?: unknown;
|
|
2849
3360
|
valid?: unknown;
|
|
3361
|
+
hiddenInfo?: unknown;
|
|
2850
3362
|
autosize?: unknown;
|
|
2851
3363
|
rows?: unknown;
|
|
2852
3364
|
mask?: unknown;
|
|
@@ -2891,6 +3403,7 @@ export declare const VTextarea: DefineComponent<{
|
|
|
2891
3403
|
untouched: boolean;
|
|
2892
3404
|
invalid: boolean;
|
|
2893
3405
|
valid: boolean;
|
|
3406
|
+
hiddenInfo: boolean;
|
|
2894
3407
|
errors: FormNodeError[];
|
|
2895
3408
|
} & {
|
|
2896
3409
|
name?: string | undefined;
|
|
@@ -2944,6 +3457,7 @@ export declare const VTextarea: DefineComponent<{
|
|
|
2944
3457
|
untouched: boolean;
|
|
2945
3458
|
invalid: boolean;
|
|
2946
3459
|
valid: boolean;
|
|
3460
|
+
hiddenInfo: boolean;
|
|
2947
3461
|
errors: FormNodeError[];
|
|
2948
3462
|
}>;
|
|
2949
3463
|
|
|
@@ -2983,6 +3497,7 @@ export declare const VTextField: DefineComponent<{
|
|
|
2983
3497
|
required: BooleanConstructor;
|
|
2984
3498
|
invalid: BooleanConstructor;
|
|
2985
3499
|
valid: BooleanConstructor;
|
|
3500
|
+
hiddenInfo: BooleanConstructor;
|
|
2986
3501
|
type: {
|
|
2987
3502
|
type: PropType<"number" | "search" | "email" | "tel" | "url" | "color" | "date" | "datetime-local" | "month" | "password" | "text" | "time">;
|
|
2988
3503
|
default: string;
|
|
@@ -3098,6 +3613,7 @@ export declare const VTextField: DefineComponent<{
|
|
|
3098
3613
|
required?: unknown;
|
|
3099
3614
|
invalid?: unknown;
|
|
3100
3615
|
valid?: unknown;
|
|
3616
|
+
hiddenInfo?: unknown;
|
|
3101
3617
|
type?: unknown;
|
|
3102
3618
|
masked?: unknown;
|
|
3103
3619
|
typed?: unknown;
|
|
@@ -3144,6 +3660,7 @@ export declare const VTextField: DefineComponent<{
|
|
|
3144
3660
|
untouched: boolean;
|
|
3145
3661
|
invalid: boolean;
|
|
3146
3662
|
valid: boolean;
|
|
3663
|
+
hiddenInfo: boolean;
|
|
3147
3664
|
errors: FormNodeError[];
|
|
3148
3665
|
} & {
|
|
3149
3666
|
name?: string | undefined;
|
|
@@ -3204,6 +3721,7 @@ export declare const VTextField: DefineComponent<{
|
|
|
3204
3721
|
untouched: boolean;
|
|
3205
3722
|
invalid: boolean;
|
|
3206
3723
|
valid: boolean;
|
|
3724
|
+
hiddenInfo: boolean;
|
|
3207
3725
|
errors: FormNodeError[];
|
|
3208
3726
|
}>;
|
|
3209
3727
|
|
|
@@ -3260,28 +3778,32 @@ export declare const VToolbarMenu: DefineComponent<{
|
|
|
3260
3778
|
icon: PropType<RawVButtonIcon>;
|
|
3261
3779
|
startIcon: PropType<RawVButtonIcon>;
|
|
3262
3780
|
endIcon: PropType<RawVButtonIcon>;
|
|
3263
|
-
tag:
|
|
3781
|
+
tag: PropType<string>;
|
|
3782
|
+
class: PropType<any>;
|
|
3783
|
+
style: PropType<CSSProperties>;
|
|
3264
3784
|
to: PropType<RouteLocationRaw>;
|
|
3265
|
-
replace:
|
|
3266
|
-
activeClass:
|
|
3267
|
-
exactActiveClass:
|
|
3268
|
-
custom:
|
|
3785
|
+
replace: PropType<boolean>;
|
|
3786
|
+
activeClass: PropType<string>;
|
|
3787
|
+
exactActiveClass: PropType<string>;
|
|
3788
|
+
custom: PropType<boolean>;
|
|
3269
3789
|
ariaCurrentValue: {
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
};
|
|
3273
|
-
disabled:
|
|
3274
|
-
href:
|
|
3275
|
-
target:
|
|
3276
|
-
rel:
|
|
3277
|
-
name:
|
|
3278
|
-
charset:
|
|
3279
|
-
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>;
|
|
3280
3800
|
download: PropType<string | boolean>;
|
|
3281
|
-
media:
|
|
3282
|
-
ping:
|
|
3283
|
-
referrerpolicy:
|
|
3801
|
+
media: PropType<string>;
|
|
3802
|
+
ping: PropType<string>;
|
|
3803
|
+
referrerpolicy: PropType<string>;
|
|
3284
3804
|
type: PropType<"submit" | "reset" | "button" | undefined>;
|
|
3805
|
+
linkFallbackTag: PropType<string | (() => string | undefined)>;
|
|
3806
|
+
onClick: PropType<(ev: MouseEvent) => any>;
|
|
3285
3807
|
variant: PropType<ColorVariant>;
|
|
3286
3808
|
theme: PropType<ThemeName>;
|
|
3287
3809
|
color: PropType<ScopeName>;
|
|
@@ -3296,6 +3818,8 @@ export declare const VToolbarMenu: DefineComponent<{
|
|
|
3296
3818
|
startIcon?: unknown;
|
|
3297
3819
|
endIcon?: unknown;
|
|
3298
3820
|
tag?: unknown;
|
|
3821
|
+
class?: unknown;
|
|
3822
|
+
style?: unknown;
|
|
3299
3823
|
to?: unknown;
|
|
3300
3824
|
replace?: unknown;
|
|
3301
3825
|
activeClass?: unknown;
|
|
@@ -3314,6 +3838,8 @@ export declare const VToolbarMenu: DefineComponent<{
|
|
|
3314
3838
|
ping?: unknown;
|
|
3315
3839
|
referrerpolicy?: unknown;
|
|
3316
3840
|
type?: unknown;
|
|
3841
|
+
linkFallbackTag?: unknown;
|
|
3842
|
+
onClick?: unknown;
|
|
3317
3843
|
variant?: unknown;
|
|
3318
3844
|
theme?: unknown;
|
|
3319
3845
|
color?: unknown;
|
|
@@ -3323,24 +3849,27 @@ export declare const VToolbarMenu: DefineComponent<{
|
|
|
3323
3849
|
loading: boolean;
|
|
3324
3850
|
rounded: boolean;
|
|
3325
3851
|
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
3326
|
-
replace: boolean;
|
|
3327
|
-
custom: boolean;
|
|
3328
|
-
disabled: boolean;
|
|
3329
3852
|
} & {
|
|
3330
3853
|
theme?: ThemeName | undefined;
|
|
3331
3854
|
color?: ScopeName | undefined;
|
|
3332
3855
|
textColor?: PaletteName | undefined;
|
|
3333
3856
|
borderColor?: PaletteName | undefined;
|
|
3334
|
-
|
|
3857
|
+
replace?: boolean | undefined;
|
|
3335
3858
|
size?: "sm" | "md" | "lg" | undefined;
|
|
3859
|
+
type?: "submit" | "reset" | "button" | undefined;
|
|
3860
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3336
3861
|
spacer?: RawVButtonSpacer | undefined;
|
|
3337
3862
|
icon?: RawVButtonIcon | undefined;
|
|
3338
3863
|
startIcon?: RawVButtonIcon | undefined;
|
|
3339
3864
|
endIcon?: RawVButtonIcon | undefined;
|
|
3340
3865
|
tag?: string | undefined;
|
|
3866
|
+
class?: any;
|
|
3867
|
+
style?: CSSProperties | undefined;
|
|
3341
3868
|
to?: RouteLocationRaw | undefined;
|
|
3342
3869
|
activeClass?: string | undefined;
|
|
3343
3870
|
exactActiveClass?: string | undefined;
|
|
3871
|
+
custom?: boolean | undefined;
|
|
3872
|
+
disabled?: boolean | undefined;
|
|
3344
3873
|
href?: string | undefined;
|
|
3345
3874
|
target?: string | undefined;
|
|
3346
3875
|
rel?: string | undefined;
|
|
@@ -3351,14 +3880,12 @@ export declare const VToolbarMenu: DefineComponent<{
|
|
|
3351
3880
|
media?: string | undefined;
|
|
3352
3881
|
ping?: string | undefined;
|
|
3353
3882
|
referrerpolicy?: string | undefined;
|
|
3883
|
+
linkFallbackTag?: string | (() => string | undefined) | undefined;
|
|
3354
3884
|
variant?: ColorVariant | undefined;
|
|
3355
3885
|
}>, {
|
|
3356
3886
|
loading: boolean;
|
|
3357
3887
|
rounded: boolean;
|
|
3358
3888
|
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined;
|
|
3359
|
-
replace: boolean;
|
|
3360
|
-
custom: boolean;
|
|
3361
|
-
disabled: boolean;
|
|
3362
3889
|
}>;
|
|
3363
3890
|
|
|
3364
3891
|
export declare type VToolbarMenuEdge = 'start' | 'end';
|
|
@@ -3387,28 +3914,32 @@ export declare const vueButtonProps: {
|
|
|
3387
3914
|
icon: PropType<RawVButtonIcon>;
|
|
3388
3915
|
startIcon: PropType<RawVButtonIcon>;
|
|
3389
3916
|
endIcon: PropType<RawVButtonIcon>;
|
|
3390
|
-
tag:
|
|
3917
|
+
tag: PropType<string>;
|
|
3918
|
+
class: PropType<any>;
|
|
3919
|
+
style: PropType<CSSProperties>;
|
|
3391
3920
|
to: PropType<RouteLocationRaw>;
|
|
3392
|
-
replace:
|
|
3393
|
-
activeClass:
|
|
3394
|
-
exactActiveClass:
|
|
3395
|
-
custom:
|
|
3921
|
+
replace: PropType<boolean>;
|
|
3922
|
+
activeClass: PropType<string>;
|
|
3923
|
+
exactActiveClass: PropType<string>;
|
|
3924
|
+
custom: PropType<boolean>;
|
|
3396
3925
|
ariaCurrentValue: {
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
};
|
|
3400
|
-
disabled:
|
|
3401
|
-
href:
|
|
3402
|
-
target:
|
|
3403
|
-
rel:
|
|
3404
|
-
name:
|
|
3405
|
-
charset:
|
|
3406
|
-
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>;
|
|
3407
3936
|
download: PropType<string | boolean>;
|
|
3408
|
-
media:
|
|
3409
|
-
ping:
|
|
3410
|
-
referrerpolicy:
|
|
3937
|
+
media: PropType<string>;
|
|
3938
|
+
ping: PropType<string>;
|
|
3939
|
+
referrerpolicy: PropType<string>;
|
|
3411
3940
|
type: PropType<"submit" | "reset" | "button" | undefined>;
|
|
3941
|
+
linkFallbackTag: PropType<string | (() => string | undefined)>;
|
|
3942
|
+
onClick: PropType<(ev: MouseEvent) => any>;
|
|
3412
3943
|
variant: PropType<ColorVariant>;
|
|
3413
3944
|
theme: PropType<ThemeName>;
|
|
3414
3945
|
color: PropType<ScopeName>;
|
|
@@ -3472,7 +4003,29 @@ export declare class VuiService {
|
|
|
3472
4003
|
readonly autoScrollToElementOffsetTop?: number | (() => number | undefined);
|
|
3473
4004
|
readonly textareaRows?: number;
|
|
3474
4005
|
readonly requiredChip?: VuiVNodeResolver;
|
|
4006
|
+
readonly router: Router;
|
|
4007
|
+
readonly location: LocationService;
|
|
3475
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
|
+
};
|
|
3476
4029
|
setting<K extends keyof VuiServiceUISettings>(key: K): VuiServiceUISettings[K];
|
|
3477
4030
|
icon<K extends keyof VuiServiceIconSettings>(iconType: K): VuiServiceIconSettings[K];
|
|
3478
4031
|
getAutoScrollToElementOffsetTop(): number;
|
|
@@ -3482,9 +4035,14 @@ export declare class VuiService {
|
|
|
3482
4035
|
export declare interface VuiServiceIconSettings {
|
|
3483
4036
|
menuDown: IconName;
|
|
3484
4037
|
navigationExpand: RawIconProp;
|
|
4038
|
+
prev: RawIconProp;
|
|
4039
|
+
next: RawIconProp;
|
|
4040
|
+
sort: RawIconProp;
|
|
3485
4041
|
}
|
|
3486
4042
|
|
|
3487
4043
|
export declare interface VuiServiceOptions {
|
|
4044
|
+
router: Router;
|
|
4045
|
+
RouterLink?: typeof RouterLink;
|
|
3488
4046
|
colorScheme: VueColorSchemePluginSettings;
|
|
3489
4047
|
uiSettings: VuiServiceUISettings;
|
|
3490
4048
|
icons: VuiServiceIconSettings;
|
|
@@ -3503,6 +4061,9 @@ export declare interface VuiServiceUISettings {
|
|
|
3503
4061
|
color: ScopeName;
|
|
3504
4062
|
variant: ColorVariant;
|
|
3505
4063
|
};
|
|
4064
|
+
tabDefault: {
|
|
4065
|
+
color: ScopeName;
|
|
4066
|
+
};
|
|
3506
4067
|
dialogOk?: {
|
|
3507
4068
|
color?: ScopeName;
|
|
3508
4069
|
variant?: ColorVariant;
|