vuetify 3.7.7 → 3.7.8
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/json/attributes.json +3260 -3256
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +152 -152
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +6188 -6287
- package/dist/vuetify-labs.css +3878 -3860
- package/dist/vuetify-labs.d.ts +909 -1131
- package/dist/vuetify-labs.esm.js +77 -57
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +77 -57
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3217 -3205
- package/dist/vuetify.d.ts +155 -163
- package/dist/vuetify.esm.js +70 -51
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +70 -51
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +42 -45
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +1 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +0 -1
- package/lib/components/VDataTable/VDataTable.css +2 -2
- package/lib/components/VDataTable/VDataTable.mjs +3 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +2 -2
- package/lib/components/VDataTable/VDataTableHeaders.mjs +6 -4
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +5 -5
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +5 -5
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +1 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/paginate.mjs +2 -0
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +38 -46
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VFab/VFab.css +5 -1
- package/lib/components/VFab/VFab.mjs +1 -2
- package/lib/components/VFab/VFab.mjs.map +1 -1
- package/lib/components/VFab/VFab.sass +5 -1
- package/lib/components/VField/VField.css +9 -1
- package/lib/components/VField/VField.mjs +6 -13
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +10 -2
- package/lib/components/VImg/VImg.mjs +2 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VInput/InputIcon.mjs +10 -2
- package/lib/components/VInput/InputIcon.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs +4 -2
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.mjs +1 -3
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSlider/slider.mjs +2 -2
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +66 -66
- package/lib/components/index.d.mts +104 -112
- package/lib/composables/calendar.mjs +4 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/display.mjs +11 -4
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/router.mjs +2 -2
- package/lib/composables/router.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +51 -51
- package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -2
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs.map +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +585 -774
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +3 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +6 -0
- package/lib/labs/VTreeview/VTreeviewItem.mjs +2 -2
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +6 -0
- package/lib/labs/VTreeview/_variables.scss +1 -0
- package/lib/labs/components.d.mts +567 -781
- package/lib/util/helpers.mjs +3 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -23478,7 +23478,6 @@ type DataTableHeader<T = Record<string, any>> = {
|
|
|
23478
23478
|
sort?: DataTableCompareFunction;
|
|
23479
23479
|
sortRaw?: DataTableCompareFunction;
|
|
23480
23480
|
filter?: FilterFunction;
|
|
23481
|
-
mobile?: boolean;
|
|
23482
23481
|
children?: DataTableHeader<T>[];
|
|
23483
23482
|
};
|
|
23484
23483
|
type InternalDataTableHeader = Omit<DataTableHeader, 'key' | 'value' | 'children'> & {
|
|
@@ -24155,6 +24154,7 @@ declare const VDataTableHeaders: {
|
|
|
24155
24154
|
sticky: boolean;
|
|
24156
24155
|
multiSort: boolean;
|
|
24157
24156
|
disableSort: boolean;
|
|
24157
|
+
fixedHeader: boolean;
|
|
24158
24158
|
sortAscIcon: IconValue;
|
|
24159
24159
|
sortDescIcon: IconValue;
|
|
24160
24160
|
} & {
|
|
@@ -24188,6 +24188,7 @@ declare const VDataTableHeaders: {
|
|
|
24188
24188
|
sticky: boolean;
|
|
24189
24189
|
multiSort: boolean;
|
|
24190
24190
|
disableSort: boolean;
|
|
24191
|
+
fixedHeader: boolean;
|
|
24191
24192
|
sortAscIcon: IconValue;
|
|
24192
24193
|
sortDescIcon: IconValue;
|
|
24193
24194
|
} & {
|
|
@@ -24221,6 +24222,7 @@ declare const VDataTableHeaders: {
|
|
|
24221
24222
|
sticky: boolean;
|
|
24222
24223
|
multiSort: boolean;
|
|
24223
24224
|
disableSort: boolean;
|
|
24225
|
+
fixedHeader: boolean;
|
|
24224
24226
|
sortAscIcon: IconValue;
|
|
24225
24227
|
sortDescIcon: IconValue;
|
|
24226
24228
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -24241,6 +24243,7 @@ declare const VDataTableHeaders: {
|
|
|
24241
24243
|
sticky: boolean;
|
|
24242
24244
|
multiSort: boolean;
|
|
24243
24245
|
disableSort: boolean;
|
|
24246
|
+
fixedHeader: boolean;
|
|
24244
24247
|
sortAscIcon: IconValue;
|
|
24245
24248
|
sortDescIcon: IconValue;
|
|
24246
24249
|
} & {
|
|
@@ -24274,6 +24277,7 @@ declare const VDataTableHeaders: {
|
|
|
24274
24277
|
sticky: boolean;
|
|
24275
24278
|
multiSort: boolean;
|
|
24276
24279
|
disableSort: boolean;
|
|
24280
|
+
fixedHeader: boolean;
|
|
24277
24281
|
sortAscIcon: IconValue;
|
|
24278
24282
|
sortDescIcon: IconValue;
|
|
24279
24283
|
}>;
|
|
@@ -24285,6 +24289,7 @@ declare const VDataTableHeaders: {
|
|
|
24285
24289
|
sticky: boolean;
|
|
24286
24290
|
multiSort: boolean;
|
|
24287
24291
|
disableSort: boolean;
|
|
24292
|
+
fixedHeader: boolean;
|
|
24288
24293
|
sortAscIcon: IconValue;
|
|
24289
24294
|
sortDescIcon: IconValue;
|
|
24290
24295
|
} & {
|
|
@@ -24318,6 +24323,7 @@ declare const VDataTableHeaders: {
|
|
|
24318
24323
|
sticky: boolean;
|
|
24319
24324
|
multiSort: boolean;
|
|
24320
24325
|
disableSort: boolean;
|
|
24326
|
+
fixedHeader: boolean;
|
|
24321
24327
|
sortAscIcon: IconValue;
|
|
24322
24328
|
sortDescIcon: IconValue;
|
|
24323
24329
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -24334,8 +24340,8 @@ declare const VDataTableHeaders: {
|
|
|
24334
24340
|
};
|
|
24335
24341
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
24336
24342
|
color: StringConstructor;
|
|
24337
|
-
sticky: BooleanConstructor;
|
|
24338
24343
|
disableSort: BooleanConstructor;
|
|
24344
|
+
fixedHeader: BooleanConstructor;
|
|
24339
24345
|
multiSort: BooleanConstructor;
|
|
24340
24346
|
sortAscIcon: {
|
|
24341
24347
|
type: PropType<IconValue>;
|
|
@@ -24348,6 +24354,7 @@ declare const VDataTableHeaders: {
|
|
|
24348
24354
|
headerProps: {
|
|
24349
24355
|
type: PropType<Record<string, any>>;
|
|
24350
24356
|
};
|
|
24357
|
+
sticky: BooleanConstructor;
|
|
24351
24358
|
}, vue.ExtractPropTypes<{
|
|
24352
24359
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
24353
24360
|
mobile: {
|
|
@@ -24356,8 +24363,8 @@ declare const VDataTableHeaders: {
|
|
|
24356
24363
|
};
|
|
24357
24364
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
24358
24365
|
color: StringConstructor;
|
|
24359
|
-
sticky: BooleanConstructor;
|
|
24360
24366
|
disableSort: BooleanConstructor;
|
|
24367
|
+
fixedHeader: BooleanConstructor;
|
|
24361
24368
|
multiSort: BooleanConstructor;
|
|
24362
24369
|
sortAscIcon: {
|
|
24363
24370
|
type: PropType<IconValue>;
|
|
@@ -24370,6 +24377,7 @@ declare const VDataTableHeaders: {
|
|
|
24370
24377
|
headerProps: {
|
|
24371
24378
|
type: PropType<Record<string, any>>;
|
|
24372
24379
|
};
|
|
24380
|
+
sticky: BooleanConstructor;
|
|
24373
24381
|
}>>;
|
|
24374
24382
|
type VDataTableHeaders = InstanceType<typeof VDataTableHeaders>;
|
|
24375
24383
|
|
|
@@ -24755,9 +24763,9 @@ declare const VDataTable: {
|
|
|
24755
24763
|
value: number;
|
|
24756
24764
|
})[];
|
|
24757
24765
|
showCurrentPage: boolean;
|
|
24766
|
+
fixedHeader: boolean;
|
|
24758
24767
|
sortAscIcon: IconValue;
|
|
24759
24768
|
sortDescIcon: IconValue;
|
|
24760
|
-
fixedHeader: boolean;
|
|
24761
24769
|
fixedFooter: boolean;
|
|
24762
24770
|
hideDefaultBody: boolean;
|
|
24763
24771
|
hideDefaultFooter: boolean;
|
|
@@ -24834,9 +24842,9 @@ declare const VDataTable: {
|
|
|
24834
24842
|
value: number;
|
|
24835
24843
|
})[];
|
|
24836
24844
|
showCurrentPage: boolean;
|
|
24845
|
+
fixedHeader: boolean;
|
|
24837
24846
|
sortAscIcon: IconValue;
|
|
24838
24847
|
sortDescIcon: IconValue;
|
|
24839
|
-
fixedHeader: boolean;
|
|
24840
24848
|
fixedFooter: boolean;
|
|
24841
24849
|
hideDefaultBody: boolean;
|
|
24842
24850
|
hideDefaultFooter: boolean;
|
|
@@ -24904,9 +24912,9 @@ declare const VDataTable: {
|
|
|
24904
24912
|
value: number;
|
|
24905
24913
|
})[];
|
|
24906
24914
|
showCurrentPage: boolean;
|
|
24915
|
+
fixedHeader: boolean;
|
|
24907
24916
|
sortAscIcon: IconValue;
|
|
24908
24917
|
sortDescIcon: IconValue;
|
|
24909
|
-
fixedHeader: boolean;
|
|
24910
24918
|
fixedFooter: boolean;
|
|
24911
24919
|
hideDefaultBody: boolean;
|
|
24912
24920
|
hideDefaultFooter: boolean;
|
|
@@ -25004,9 +25012,9 @@ declare const VDataTable: {
|
|
|
25004
25012
|
value: number;
|
|
25005
25013
|
})[];
|
|
25006
25014
|
showCurrentPage: boolean;
|
|
25015
|
+
fixedHeader: boolean;
|
|
25007
25016
|
sortAscIcon: IconValue;
|
|
25008
25017
|
sortDescIcon: IconValue;
|
|
25009
|
-
fixedHeader: boolean;
|
|
25010
25018
|
fixedFooter: boolean;
|
|
25011
25019
|
hideDefaultBody: boolean;
|
|
25012
25020
|
hideDefaultFooter: boolean;
|
|
@@ -25074,9 +25082,9 @@ declare const VDataTable: {
|
|
|
25074
25082
|
value: number;
|
|
25075
25083
|
})[];
|
|
25076
25084
|
showCurrentPage: boolean;
|
|
25085
|
+
fixedHeader: boolean;
|
|
25077
25086
|
sortAscIcon: IconValue;
|
|
25078
25087
|
sortDescIcon: IconValue;
|
|
25079
|
-
fixedHeader: boolean;
|
|
25080
25088
|
fixedFooter: boolean;
|
|
25081
25089
|
hideDefaultBody: boolean;
|
|
25082
25090
|
hideDefaultFooter: boolean;
|
|
@@ -25126,9 +25134,9 @@ declare const VDataTable: {
|
|
|
25126
25134
|
value: number;
|
|
25127
25135
|
})[];
|
|
25128
25136
|
showCurrentPage: boolean;
|
|
25137
|
+
fixedHeader: boolean;
|
|
25129
25138
|
sortAscIcon: IconValue;
|
|
25130
25139
|
sortDescIcon: IconValue;
|
|
25131
|
-
fixedHeader: boolean;
|
|
25132
25140
|
fixedFooter: boolean;
|
|
25133
25141
|
hideDefaultBody: boolean;
|
|
25134
25142
|
hideDefaultFooter: boolean;
|
|
@@ -25205,9 +25213,9 @@ declare const VDataTable: {
|
|
|
25205
25213
|
value: number;
|
|
25206
25214
|
})[];
|
|
25207
25215
|
showCurrentPage: boolean;
|
|
25216
|
+
fixedHeader: boolean;
|
|
25208
25217
|
sortAscIcon: IconValue;
|
|
25209
25218
|
sortDescIcon: IconValue;
|
|
25210
|
-
fixedHeader: boolean;
|
|
25211
25219
|
fixedFooter: boolean;
|
|
25212
25220
|
hideDefaultBody: boolean;
|
|
25213
25221
|
hideDefaultFooter: boolean;
|
|
@@ -25352,7 +25360,6 @@ declare const VDataTable: {
|
|
|
25352
25360
|
};
|
|
25353
25361
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
25354
25362
|
color: StringConstructor;
|
|
25355
|
-
sticky: BooleanConstructor;
|
|
25356
25363
|
disableSort: BooleanConstructor;
|
|
25357
25364
|
multiSort: BooleanConstructor;
|
|
25358
25365
|
sortAscIcon: {
|
|
@@ -25366,6 +25373,7 @@ declare const VDataTable: {
|
|
|
25366
25373
|
headerProps: {
|
|
25367
25374
|
type: vue.PropType<Record<string, any>>;
|
|
25368
25375
|
};
|
|
25376
|
+
sticky: BooleanConstructor;
|
|
25369
25377
|
sortBy: {
|
|
25370
25378
|
type: vue.PropType<readonly SortItem[]>;
|
|
25371
25379
|
default: () => never[];
|
|
@@ -25519,7 +25527,6 @@ declare const VDataTable: {
|
|
|
25519
25527
|
};
|
|
25520
25528
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
25521
25529
|
color: StringConstructor;
|
|
25522
|
-
sticky: BooleanConstructor;
|
|
25523
25530
|
disableSort: BooleanConstructor;
|
|
25524
25531
|
multiSort: BooleanConstructor;
|
|
25525
25532
|
sortAscIcon: {
|
|
@@ -25533,6 +25540,7 @@ declare const VDataTable: {
|
|
|
25533
25540
|
headerProps: {
|
|
25534
25541
|
type: vue.PropType<Record<string, any>>;
|
|
25535
25542
|
};
|
|
25543
|
+
sticky: BooleanConstructor;
|
|
25536
25544
|
sortBy: {
|
|
25537
25545
|
type: vue.PropType<readonly SortItem[]>;
|
|
25538
25546
|
default: () => never[];
|
|
@@ -25913,9 +25921,9 @@ declare const VDataTableVirtual: {
|
|
|
25913
25921
|
showSelect: boolean;
|
|
25914
25922
|
expandOnClick: boolean;
|
|
25915
25923
|
showExpand: boolean;
|
|
25924
|
+
fixedHeader: boolean;
|
|
25916
25925
|
sortAscIcon: IconValue;
|
|
25917
25926
|
sortDescIcon: IconValue;
|
|
25918
|
-
fixedHeader: boolean;
|
|
25919
25927
|
fixedFooter: boolean;
|
|
25920
25928
|
hideDefaultBody: boolean;
|
|
25921
25929
|
hideDefaultFooter: boolean;
|
|
@@ -25948,7 +25956,6 @@ declare const VDataTableVirtual: {
|
|
|
25948
25956
|
readonly sort?: DataTableCompareFunction | undefined;
|
|
25949
25957
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
|
25950
25958
|
readonly filter?: FilterFunction | undefined;
|
|
25951
|
-
readonly mobile?: boolean | undefined;
|
|
25952
25959
|
readonly children?: readonly {
|
|
25953
25960
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
|
25954
25961
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -25969,7 +25976,6 @@ declare const VDataTableVirtual: {
|
|
|
25969
25976
|
readonly sort?: DataTableCompareFunction | undefined;
|
|
25970
25977
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
|
25971
25978
|
readonly filter?: FilterFunction | undefined;
|
|
25972
|
-
readonly mobile?: boolean | undefined;
|
|
25973
25979
|
readonly children?: readonly any[] | undefined;
|
|
25974
25980
|
}[] | undefined;
|
|
25975
25981
|
}[] | undefined;
|
|
@@ -26015,9 +26021,9 @@ declare const VDataTableVirtual: {
|
|
|
26015
26021
|
showSelect: boolean;
|
|
26016
26022
|
expandOnClick: boolean;
|
|
26017
26023
|
showExpand: boolean;
|
|
26024
|
+
fixedHeader: boolean;
|
|
26018
26025
|
sortAscIcon: IconValue;
|
|
26019
26026
|
sortDescIcon: IconValue;
|
|
26020
|
-
fixedHeader: boolean;
|
|
26021
26027
|
fixedFooter: boolean;
|
|
26022
26028
|
hideDefaultBody: boolean;
|
|
26023
26029
|
hideDefaultFooter: boolean;
|
|
@@ -26050,7 +26056,6 @@ declare const VDataTableVirtual: {
|
|
|
26050
26056
|
readonly sort?: DataTableCompareFunction | undefined;
|
|
26051
26057
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
|
26052
26058
|
readonly filter?: FilterFunction | undefined;
|
|
26053
|
-
readonly mobile?: boolean | undefined;
|
|
26054
26059
|
readonly children?: readonly {
|
|
26055
26060
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
|
26056
26061
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -26071,7 +26076,6 @@ declare const VDataTableVirtual: {
|
|
|
26071
26076
|
readonly sort?: DataTableCompareFunction | undefined;
|
|
26072
26077
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
|
26073
26078
|
readonly filter?: FilterFunction | undefined;
|
|
26074
|
-
readonly mobile?: boolean | undefined;
|
|
26075
26079
|
readonly children?: readonly any[] | undefined;
|
|
26076
26080
|
}[] | undefined;
|
|
26077
26081
|
}[] | undefined;
|
|
@@ -26111,9 +26115,9 @@ declare const VDataTableVirtual: {
|
|
|
26111
26115
|
showSelect: boolean;
|
|
26112
26116
|
expandOnClick: boolean;
|
|
26113
26117
|
showExpand: boolean;
|
|
26118
|
+
fixedHeader: boolean;
|
|
26114
26119
|
sortAscIcon: IconValue;
|
|
26115
26120
|
sortDescIcon: IconValue;
|
|
26116
|
-
fixedHeader: boolean;
|
|
26117
26121
|
fixedFooter: boolean;
|
|
26118
26122
|
hideDefaultBody: boolean;
|
|
26119
26123
|
hideDefaultFooter: boolean;
|
|
@@ -26191,9 +26195,9 @@ declare const VDataTableVirtual: {
|
|
|
26191
26195
|
showSelect: boolean;
|
|
26192
26196
|
expandOnClick: boolean;
|
|
26193
26197
|
showExpand: boolean;
|
|
26198
|
+
fixedHeader: boolean;
|
|
26194
26199
|
sortAscIcon: IconValue;
|
|
26195
26200
|
sortDescIcon: IconValue;
|
|
26196
|
-
fixedHeader: boolean;
|
|
26197
26201
|
fixedFooter: boolean;
|
|
26198
26202
|
hideDefaultBody: boolean;
|
|
26199
26203
|
hideDefaultFooter: boolean;
|
|
@@ -26226,7 +26230,6 @@ declare const VDataTableVirtual: {
|
|
|
26226
26230
|
readonly sort?: DataTableCompareFunction | undefined;
|
|
26227
26231
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
|
26228
26232
|
readonly filter?: FilterFunction | undefined;
|
|
26229
|
-
readonly mobile?: boolean | undefined;
|
|
26230
26233
|
readonly children?: readonly {
|
|
26231
26234
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
|
26232
26235
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -26247,7 +26250,6 @@ declare const VDataTableVirtual: {
|
|
|
26247
26250
|
readonly sort?: DataTableCompareFunction | undefined;
|
|
26248
26251
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
|
26249
26252
|
readonly filter?: FilterFunction | undefined;
|
|
26250
|
-
readonly mobile?: boolean | undefined;
|
|
26251
26253
|
readonly children?: readonly any[] | undefined;
|
|
26252
26254
|
}[] | undefined;
|
|
26253
26255
|
}[] | undefined;
|
|
@@ -26287,9 +26289,9 @@ declare const VDataTableVirtual: {
|
|
|
26287
26289
|
showSelect: boolean;
|
|
26288
26290
|
expandOnClick: boolean;
|
|
26289
26291
|
showExpand: boolean;
|
|
26292
|
+
fixedHeader: boolean;
|
|
26290
26293
|
sortAscIcon: IconValue;
|
|
26291
26294
|
sortDescIcon: IconValue;
|
|
26292
|
-
fixedHeader: boolean;
|
|
26293
26295
|
fixedFooter: boolean;
|
|
26294
26296
|
hideDefaultBody: boolean;
|
|
26295
26297
|
hideDefaultFooter: boolean;
|
|
@@ -26323,9 +26325,9 @@ declare const VDataTableVirtual: {
|
|
|
26323
26325
|
showSelect: boolean;
|
|
26324
26326
|
expandOnClick: boolean;
|
|
26325
26327
|
showExpand: boolean;
|
|
26328
|
+
fixedHeader: boolean;
|
|
26326
26329
|
sortAscIcon: IconValue;
|
|
26327
26330
|
sortDescIcon: IconValue;
|
|
26328
|
-
fixedHeader: boolean;
|
|
26329
26331
|
fixedFooter: boolean;
|
|
26330
26332
|
hideDefaultBody: boolean;
|
|
26331
26333
|
hideDefaultFooter: boolean;
|
|
@@ -26358,7 +26360,6 @@ declare const VDataTableVirtual: {
|
|
|
26358
26360
|
readonly sort?: DataTableCompareFunction | undefined;
|
|
26359
26361
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
|
26360
26362
|
readonly filter?: FilterFunction | undefined;
|
|
26361
|
-
readonly mobile?: boolean | undefined;
|
|
26362
26363
|
readonly children?: readonly {
|
|
26363
26364
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
|
26364
26365
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -26379,7 +26380,6 @@ declare const VDataTableVirtual: {
|
|
|
26379
26380
|
readonly sort?: DataTableCompareFunction | undefined;
|
|
26380
26381
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
|
26381
26382
|
readonly filter?: FilterFunction | undefined;
|
|
26382
|
-
readonly mobile?: boolean | undefined;
|
|
26383
26383
|
readonly children?: readonly any[] | undefined;
|
|
26384
26384
|
}[] | undefined;
|
|
26385
26385
|
}[] | undefined;
|
|
@@ -26425,9 +26425,9 @@ declare const VDataTableVirtual: {
|
|
|
26425
26425
|
showSelect: boolean;
|
|
26426
26426
|
expandOnClick: boolean;
|
|
26427
26427
|
showExpand: boolean;
|
|
26428
|
+
fixedHeader: boolean;
|
|
26428
26429
|
sortAscIcon: IconValue;
|
|
26429
26430
|
sortDescIcon: IconValue;
|
|
26430
|
-
fixedHeader: boolean;
|
|
26431
26431
|
fixedFooter: boolean;
|
|
26432
26432
|
hideDefaultBody: boolean;
|
|
26433
26433
|
hideDefaultFooter: boolean;
|
|
@@ -26524,7 +26524,6 @@ declare const VDataTableVirtual: {
|
|
|
26524
26524
|
};
|
|
26525
26525
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
26526
26526
|
color: StringConstructor;
|
|
26527
|
-
sticky: BooleanConstructor;
|
|
26528
26527
|
disableSort: BooleanConstructor;
|
|
26529
26528
|
multiSort: BooleanConstructor;
|
|
26530
26529
|
sortAscIcon: {
|
|
@@ -26538,6 +26537,7 @@ declare const VDataTableVirtual: {
|
|
|
26538
26537
|
headerProps: {
|
|
26539
26538
|
type: vue.PropType<Record<string, any>>;
|
|
26540
26539
|
};
|
|
26540
|
+
sticky: BooleanConstructor;
|
|
26541
26541
|
sortBy: {
|
|
26542
26542
|
type: vue.PropType<readonly SortItem[]>;
|
|
26543
26543
|
default: () => never[];
|
|
@@ -26636,7 +26636,6 @@ declare const VDataTableVirtual: {
|
|
|
26636
26636
|
};
|
|
26637
26637
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
26638
26638
|
color: StringConstructor;
|
|
26639
|
-
sticky: BooleanConstructor;
|
|
26640
26639
|
disableSort: BooleanConstructor;
|
|
26641
26640
|
multiSort: BooleanConstructor;
|
|
26642
26641
|
sortAscIcon: {
|
|
@@ -26650,6 +26649,7 @@ declare const VDataTableVirtual: {
|
|
|
26650
26649
|
headerProps: {
|
|
26651
26650
|
type: vue.PropType<Record<string, any>>;
|
|
26652
26651
|
};
|
|
26652
|
+
sticky: BooleanConstructor;
|
|
26653
26653
|
sortBy: {
|
|
26654
26654
|
type: vue.PropType<readonly SortItem[]>;
|
|
26655
26655
|
default: () => never[];
|
|
@@ -26750,9 +26750,9 @@ declare const VDataTableServer: {
|
|
|
26750
26750
|
value: number;
|
|
26751
26751
|
})[];
|
|
26752
26752
|
showCurrentPage: boolean;
|
|
26753
|
+
fixedHeader: boolean;
|
|
26753
26754
|
sortAscIcon: IconValue;
|
|
26754
26755
|
sortDescIcon: IconValue;
|
|
26755
|
-
fixedHeader: boolean;
|
|
26756
26756
|
fixedFooter: boolean;
|
|
26757
26757
|
hideDefaultBody: boolean;
|
|
26758
26758
|
hideDefaultFooter: boolean;
|
|
@@ -26785,7 +26785,6 @@ declare const VDataTableServer: {
|
|
|
26785
26785
|
readonly sort?: DataTableCompareFunction | undefined;
|
|
26786
26786
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
|
26787
26787
|
readonly filter?: FilterFunction | undefined;
|
|
26788
|
-
readonly mobile?: boolean | undefined;
|
|
26789
26788
|
readonly children?: readonly {
|
|
26790
26789
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
|
26791
26790
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -26806,7 +26805,6 @@ declare const VDataTableServer: {
|
|
|
26806
26805
|
readonly sort?: DataTableCompareFunction | undefined;
|
|
26807
26806
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
|
26808
26807
|
readonly filter?: FilterFunction | undefined;
|
|
26809
|
-
readonly mobile?: boolean | undefined;
|
|
26810
26808
|
readonly children?: readonly any[] | undefined;
|
|
26811
26809
|
}[] | undefined;
|
|
26812
26810
|
}[] | undefined;
|
|
@@ -26868,217 +26866,9 @@ declare const VDataTableServer: {
|
|
|
26868
26866
|
value: number;
|
|
26869
26867
|
})[];
|
|
26870
26868
|
showCurrentPage: boolean;
|
|
26871
|
-
sortAscIcon: IconValue;
|
|
26872
|
-
sortDescIcon: IconValue;
|
|
26873
26869
|
fixedHeader: boolean;
|
|
26874
|
-
fixedFooter: boolean;
|
|
26875
|
-
hideDefaultBody: boolean;
|
|
26876
|
-
hideDefaultFooter: boolean;
|
|
26877
|
-
hideDefaultHeader: boolean;
|
|
26878
|
-
} & {
|
|
26879
|
-
search?: string | undefined;
|
|
26880
|
-
height?: string | number | undefined;
|
|
26881
|
-
width?: string | number | undefined;
|
|
26882
|
-
color?: string | undefined;
|
|
26883
|
-
loading?: string | boolean | undefined;
|
|
26884
|
-
class?: any;
|
|
26885
|
-
theme?: string | undefined;
|
|
26886
|
-
headers?: readonly {
|
|
26887
|
-
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
|
26888
|
-
readonly value?: SelectItemKey<Record<string, any>>;
|
|
26889
|
-
readonly title?: string | undefined;
|
|
26890
|
-
readonly fixed?: boolean | undefined;
|
|
26891
|
-
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26892
|
-
readonly width?: (number | string) | undefined;
|
|
26893
|
-
readonly minWidth?: string | undefined;
|
|
26894
|
-
readonly maxWidth?: string | undefined;
|
|
26895
|
-
readonly nowrap?: boolean | undefined;
|
|
26896
|
-
readonly headerProps?: {
|
|
26897
|
-
readonly [x: string]: any;
|
|
26898
|
-
} | undefined;
|
|
26899
|
-
readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
|
26900
|
-
readonly [x: string]: any;
|
|
26901
|
-
} | undefined;
|
|
26902
|
-
readonly sortable?: boolean | undefined;
|
|
26903
|
-
readonly sort?: DataTableCompareFunction | undefined;
|
|
26904
|
-
readonly sortRaw?: DataTableCompareFunction | undefined;
|
|
26905
|
-
readonly filter?: FilterFunction | undefined;
|
|
26906
|
-
readonly mobile?: boolean | undefined;
|
|
26907
|
-
readonly children?: readonly {
|
|
26908
|
-
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
|
26909
|
-
readonly value?: SelectItemKey<Record<string, any>>;
|
|
26910
|
-
readonly title?: string | undefined;
|
|
26911
|
-
readonly fixed?: boolean | undefined;
|
|
26912
|
-
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26913
|
-
readonly width?: (number | string) | undefined;
|
|
26914
|
-
readonly minWidth?: string | undefined;
|
|
26915
|
-
readonly maxWidth?: string | undefined;
|
|
26916
|
-
readonly nowrap?: boolean | undefined;
|
|
26917
|
-
readonly headerProps?: {
|
|
26918
|
-
readonly [x: string]: any;
|
|
26919
|
-
} | undefined;
|
|
26920
|
-
readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
|
26921
|
-
readonly [x: string]: any;
|
|
26922
|
-
} | undefined;
|
|
26923
|
-
readonly sortable?: boolean | undefined;
|
|
26924
|
-
readonly sort?: DataTableCompareFunction | undefined;
|
|
26925
|
-
readonly sortRaw?: DataTableCompareFunction | undefined;
|
|
26926
|
-
readonly filter?: FilterFunction | undefined;
|
|
26927
|
-
readonly mobile?: boolean | undefined;
|
|
26928
|
-
readonly children?: readonly any[] | undefined;
|
|
26929
|
-
}[] | undefined;
|
|
26930
|
-
}[] | undefined;
|
|
26931
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
26932
|
-
customKeySort?: Record<string, DataTableCompareFunction> | undefined;
|
|
26933
|
-
headerProps?: Record<string, any> | undefined;
|
|
26934
|
-
} & {
|
|
26935
|
-
"onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
|
|
26936
|
-
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
26937
|
-
"onUpdate:expanded"?: ((options: any) => any) | undefined;
|
|
26938
|
-
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
26939
|
-
"onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
|
|
26940
|
-
"onUpdate:options"?: ((options: any) => any) | undefined;
|
|
26941
|
-
}, {
|
|
26942
|
-
page: string | number;
|
|
26943
|
-
expanded: readonly string[];
|
|
26944
|
-
style: vue.StyleValue;
|
|
26945
|
-
mobile: boolean | null;
|
|
26946
|
-
tag: string;
|
|
26947
|
-
sticky: boolean;
|
|
26948
|
-
noDataText: string;
|
|
26949
|
-
loadingText: string;
|
|
26950
|
-
itemsPerPageText: string;
|
|
26951
|
-
sortBy: readonly SortItem[];
|
|
26952
|
-
pageText: string;
|
|
26953
|
-
density: Density;
|
|
26954
|
-
valueComparator: typeof deepEqual;
|
|
26955
|
-
nextIcon: IconValue;
|
|
26956
|
-
prevIcon: IconValue;
|
|
26957
|
-
selectStrategy: "all" | "page" | "single";
|
|
26958
|
-
returnObject: boolean;
|
|
26959
|
-
hideNoData: boolean;
|
|
26960
|
-
hover: boolean;
|
|
26961
|
-
multiSort: boolean;
|
|
26962
|
-
mustSort: boolean;
|
|
26963
|
-
groupBy: readonly SortItem[];
|
|
26964
|
-
disableSort: boolean;
|
|
26965
|
-
showSelect: boolean;
|
|
26966
|
-
expandOnClick: boolean;
|
|
26967
|
-
showExpand: boolean;
|
|
26968
|
-
itemsPerPage: string | number;
|
|
26969
|
-
firstIcon: IconValue;
|
|
26970
|
-
lastIcon: IconValue;
|
|
26971
|
-
firstPageLabel: string;
|
|
26972
|
-
prevPageLabel: string;
|
|
26973
|
-
nextPageLabel: string;
|
|
26974
|
-
lastPageLabel: string;
|
|
26975
|
-
itemsPerPageOptions: readonly (number | {
|
|
26976
|
-
title: string;
|
|
26977
|
-
value: number;
|
|
26978
|
-
})[];
|
|
26979
|
-
showCurrentPage: boolean;
|
|
26980
|
-
sortAscIcon: IconValue;
|
|
26981
|
-
sortDescIcon: IconValue;
|
|
26982
|
-
fixedHeader: boolean;
|
|
26983
|
-
fixedFooter: boolean;
|
|
26984
|
-
hideDefaultBody: boolean;
|
|
26985
|
-
hideDefaultFooter: boolean;
|
|
26986
|
-
hideDefaultHeader: boolean;
|
|
26987
|
-
}, true, {}, vue.SlotsType<Partial<{
|
|
26988
|
-
[x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode[];
|
|
26989
|
-
[x: `header.${string}`]: (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode[];
|
|
26990
|
-
'data-table-group': (arg: {
|
|
26991
|
-
item: Group;
|
|
26992
|
-
count: number;
|
|
26993
|
-
props: Record<string, unknown>;
|
|
26994
|
-
}) => vue.VNode[];
|
|
26995
|
-
'data-table-select': (arg: {
|
|
26996
|
-
props: Record<string, unknown>;
|
|
26997
|
-
}) => vue.VNode[];
|
|
26998
|
-
'item.data-table-select': (arg: Omit<ItemKeySlot<any>, "value">) => vue.VNode[];
|
|
26999
|
-
'item.data-table-expand': (arg: Omit<ItemKeySlot<any>, "value">) => vue.VNode[];
|
|
27000
|
-
'header.data-table-select': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode[];
|
|
27001
|
-
'header.data-table-expand': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode[];
|
|
27002
|
-
item: (arg: {
|
|
27003
|
-
index: number;
|
|
27004
|
-
item: any;
|
|
27005
|
-
internalItem: DataTableItem<any>;
|
|
27006
|
-
isExpanded: ReturnType<typeof provideExpanded>["isExpanded"];
|
|
27007
|
-
toggleExpand: ReturnType<typeof provideExpanded>["toggleExpand"];
|
|
27008
|
-
isSelected: ReturnType<typeof provideSelection>["isSelected"];
|
|
27009
|
-
toggleSelect: ReturnType<typeof provideSelection>["toggleSelect"];
|
|
27010
|
-
} & {
|
|
27011
|
-
columns: InternalDataTableHeader[];
|
|
27012
|
-
} & {
|
|
27013
|
-
props: Record<string, any>;
|
|
27014
|
-
}) => vue.VNode[];
|
|
27015
|
-
loading: () => vue.VNode[];
|
|
27016
|
-
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
|
27017
|
-
'no-data': () => vue.VNode[];
|
|
27018
|
-
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
|
27019
|
-
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
|
27020
|
-
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
|
27021
|
-
default: (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27022
|
-
colgroup: (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27023
|
-
top: (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27024
|
-
body: (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27025
|
-
tbody: (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27026
|
-
thead: (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27027
|
-
tfoot: (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27028
|
-
bottom: (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27029
|
-
'body.prepend': (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27030
|
-
'body.append': (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27031
|
-
'footer.prepend': () => vue.VNode[];
|
|
27032
|
-
}>>, {
|
|
27033
|
-
P: {};
|
|
27034
|
-
B: {};
|
|
27035
|
-
D: {};
|
|
27036
|
-
C: {};
|
|
27037
|
-
M: {};
|
|
27038
|
-
Defaults: {};
|
|
27039
|
-
}, {
|
|
27040
|
-
page: string | number;
|
|
27041
|
-
expanded: readonly string[];
|
|
27042
|
-
style: vue.StyleValue;
|
|
27043
|
-
mobile: boolean | null;
|
|
27044
|
-
tag: string;
|
|
27045
|
-
sticky: boolean;
|
|
27046
|
-
noDataText: string;
|
|
27047
|
-
loadingText: string;
|
|
27048
|
-
itemsPerPageText: string;
|
|
27049
|
-
sortBy: readonly SortItem[];
|
|
27050
|
-
pageText: string;
|
|
27051
|
-
density: Density;
|
|
27052
|
-
valueComparator: typeof deepEqual;
|
|
27053
|
-
nextIcon: IconValue;
|
|
27054
|
-
prevIcon: IconValue;
|
|
27055
|
-
selectStrategy: "all" | "page" | "single";
|
|
27056
|
-
returnObject: boolean;
|
|
27057
|
-
hideNoData: boolean;
|
|
27058
|
-
hover: boolean;
|
|
27059
|
-
multiSort: boolean;
|
|
27060
|
-
mustSort: boolean;
|
|
27061
|
-
groupBy: readonly SortItem[];
|
|
27062
|
-
disableSort: boolean;
|
|
27063
|
-
showSelect: boolean;
|
|
27064
|
-
expandOnClick: boolean;
|
|
27065
|
-
showExpand: boolean;
|
|
27066
|
-
itemsPerPage: string | number;
|
|
27067
|
-
itemsLength: string | number;
|
|
27068
|
-
firstIcon: IconValue;
|
|
27069
|
-
lastIcon: IconValue;
|
|
27070
|
-
firstPageLabel: string;
|
|
27071
|
-
prevPageLabel: string;
|
|
27072
|
-
nextPageLabel: string;
|
|
27073
|
-
lastPageLabel: string;
|
|
27074
|
-
itemsPerPageOptions: readonly (number | {
|
|
27075
|
-
title: string;
|
|
27076
|
-
value: number;
|
|
27077
|
-
})[];
|
|
27078
|
-
showCurrentPage: boolean;
|
|
27079
26870
|
sortAscIcon: IconValue;
|
|
27080
26871
|
sortDescIcon: IconValue;
|
|
27081
|
-
fixedHeader: boolean;
|
|
27082
26872
|
fixedFooter: boolean;
|
|
27083
26873
|
hideDefaultBody: boolean;
|
|
27084
26874
|
hideDefaultFooter: boolean;
|
|
@@ -27111,7 +26901,6 @@ declare const VDataTableServer: {
|
|
|
27111
26901
|
readonly sort?: DataTableCompareFunction | undefined;
|
|
27112
26902
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
|
27113
26903
|
readonly filter?: FilterFunction | undefined;
|
|
27114
|
-
readonly mobile?: boolean | undefined;
|
|
27115
26904
|
readonly children?: readonly {
|
|
27116
26905
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
|
27117
26906
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -27132,7 +26921,6 @@ declare const VDataTableServer: {
|
|
|
27132
26921
|
readonly sort?: DataTableCompareFunction | undefined;
|
|
27133
26922
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
|
27134
26923
|
readonly filter?: FilterFunction | undefined;
|
|
27135
|
-
readonly mobile?: boolean | undefined;
|
|
27136
26924
|
readonly children?: readonly any[] | undefined;
|
|
27137
26925
|
}[] | undefined;
|
|
27138
26926
|
}[] | undefined;
|
|
@@ -27146,7 +26934,7 @@ declare const VDataTableServer: {
|
|
|
27146
26934
|
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
27147
26935
|
"onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
|
|
27148
26936
|
"onUpdate:options"?: ((options: any) => any) | undefined;
|
|
27149
|
-
}, {
|
|
26937
|
+
}, {
|
|
27150
26938
|
page: string | number;
|
|
27151
26939
|
expanded: readonly string[];
|
|
27152
26940
|
style: vue.StyleValue;
|
|
@@ -27185,9 +26973,215 @@ declare const VDataTableServer: {
|
|
|
27185
26973
|
value: number;
|
|
27186
26974
|
})[];
|
|
27187
26975
|
showCurrentPage: boolean;
|
|
26976
|
+
fixedHeader: boolean;
|
|
27188
26977
|
sortAscIcon: IconValue;
|
|
27189
26978
|
sortDescIcon: IconValue;
|
|
26979
|
+
fixedFooter: boolean;
|
|
26980
|
+
hideDefaultBody: boolean;
|
|
26981
|
+
hideDefaultFooter: boolean;
|
|
26982
|
+
hideDefaultHeader: boolean;
|
|
26983
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
26984
|
+
[x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode[];
|
|
26985
|
+
[x: `header.${string}`]: (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode[];
|
|
26986
|
+
'data-table-group': (arg: {
|
|
26987
|
+
item: Group;
|
|
26988
|
+
count: number;
|
|
26989
|
+
props: Record<string, unknown>;
|
|
26990
|
+
}) => vue.VNode[];
|
|
26991
|
+
'data-table-select': (arg: {
|
|
26992
|
+
props: Record<string, unknown>;
|
|
26993
|
+
}) => vue.VNode[];
|
|
26994
|
+
'item.data-table-select': (arg: Omit<ItemKeySlot<any>, "value">) => vue.VNode[];
|
|
26995
|
+
'item.data-table-expand': (arg: Omit<ItemKeySlot<any>, "value">) => vue.VNode[];
|
|
26996
|
+
'header.data-table-select': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode[];
|
|
26997
|
+
'header.data-table-expand': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode[];
|
|
26998
|
+
item: (arg: {
|
|
26999
|
+
index: number;
|
|
27000
|
+
item: any;
|
|
27001
|
+
internalItem: DataTableItem<any>;
|
|
27002
|
+
isExpanded: ReturnType<typeof provideExpanded>["isExpanded"];
|
|
27003
|
+
toggleExpand: ReturnType<typeof provideExpanded>["toggleExpand"];
|
|
27004
|
+
isSelected: ReturnType<typeof provideSelection>["isSelected"];
|
|
27005
|
+
toggleSelect: ReturnType<typeof provideSelection>["toggleSelect"];
|
|
27006
|
+
} & {
|
|
27007
|
+
columns: InternalDataTableHeader[];
|
|
27008
|
+
} & {
|
|
27009
|
+
props: Record<string, any>;
|
|
27010
|
+
}) => vue.VNode[];
|
|
27011
|
+
loading: () => vue.VNode[];
|
|
27012
|
+
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
|
27013
|
+
'no-data': () => vue.VNode[];
|
|
27014
|
+
'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
|
|
27015
|
+
headers: (arg: HeadersSlotProps) => vue.VNode[];
|
|
27016
|
+
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
|
27017
|
+
default: (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27018
|
+
colgroup: (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27019
|
+
top: (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27020
|
+
body: (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27021
|
+
tbody: (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27022
|
+
thead: (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27023
|
+
tfoot: (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27024
|
+
bottom: (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27025
|
+
'body.prepend': (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27026
|
+
'body.append': (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
|
27027
|
+
'footer.prepend': () => vue.VNode[];
|
|
27028
|
+
}>>, {
|
|
27029
|
+
P: {};
|
|
27030
|
+
B: {};
|
|
27031
|
+
D: {};
|
|
27032
|
+
C: {};
|
|
27033
|
+
M: {};
|
|
27034
|
+
Defaults: {};
|
|
27035
|
+
}, {
|
|
27036
|
+
page: string | number;
|
|
27037
|
+
expanded: readonly string[];
|
|
27038
|
+
style: vue.StyleValue;
|
|
27039
|
+
mobile: boolean | null;
|
|
27040
|
+
tag: string;
|
|
27041
|
+
sticky: boolean;
|
|
27042
|
+
noDataText: string;
|
|
27043
|
+
loadingText: string;
|
|
27044
|
+
itemsPerPageText: string;
|
|
27045
|
+
sortBy: readonly SortItem[];
|
|
27046
|
+
pageText: string;
|
|
27047
|
+
density: Density;
|
|
27048
|
+
valueComparator: typeof deepEqual;
|
|
27049
|
+
nextIcon: IconValue;
|
|
27050
|
+
prevIcon: IconValue;
|
|
27051
|
+
selectStrategy: "all" | "page" | "single";
|
|
27052
|
+
returnObject: boolean;
|
|
27053
|
+
hideNoData: boolean;
|
|
27054
|
+
hover: boolean;
|
|
27055
|
+
multiSort: boolean;
|
|
27056
|
+
mustSort: boolean;
|
|
27057
|
+
groupBy: readonly SortItem[];
|
|
27058
|
+
disableSort: boolean;
|
|
27059
|
+
showSelect: boolean;
|
|
27060
|
+
expandOnClick: boolean;
|
|
27061
|
+
showExpand: boolean;
|
|
27062
|
+
itemsPerPage: string | number;
|
|
27063
|
+
itemsLength: string | number;
|
|
27064
|
+
firstIcon: IconValue;
|
|
27065
|
+
lastIcon: IconValue;
|
|
27066
|
+
firstPageLabel: string;
|
|
27067
|
+
prevPageLabel: string;
|
|
27068
|
+
nextPageLabel: string;
|
|
27069
|
+
lastPageLabel: string;
|
|
27070
|
+
itemsPerPageOptions: readonly (number | {
|
|
27071
|
+
title: string;
|
|
27072
|
+
value: number;
|
|
27073
|
+
})[];
|
|
27074
|
+
showCurrentPage: boolean;
|
|
27190
27075
|
fixedHeader: boolean;
|
|
27076
|
+
sortAscIcon: IconValue;
|
|
27077
|
+
sortDescIcon: IconValue;
|
|
27078
|
+
fixedFooter: boolean;
|
|
27079
|
+
hideDefaultBody: boolean;
|
|
27080
|
+
hideDefaultFooter: boolean;
|
|
27081
|
+
hideDefaultHeader: boolean;
|
|
27082
|
+
} & {
|
|
27083
|
+
search?: string | undefined;
|
|
27084
|
+
height?: string | number | undefined;
|
|
27085
|
+
width?: string | number | undefined;
|
|
27086
|
+
color?: string | undefined;
|
|
27087
|
+
loading?: string | boolean | undefined;
|
|
27088
|
+
class?: any;
|
|
27089
|
+
theme?: string | undefined;
|
|
27090
|
+
headers?: readonly {
|
|
27091
|
+
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
|
27092
|
+
readonly value?: SelectItemKey<Record<string, any>>;
|
|
27093
|
+
readonly title?: string | undefined;
|
|
27094
|
+
readonly fixed?: boolean | undefined;
|
|
27095
|
+
readonly align?: ("start" | "end" | "center") | undefined;
|
|
27096
|
+
readonly width?: (number | string) | undefined;
|
|
27097
|
+
readonly minWidth?: string | undefined;
|
|
27098
|
+
readonly maxWidth?: string | undefined;
|
|
27099
|
+
readonly nowrap?: boolean | undefined;
|
|
27100
|
+
readonly headerProps?: {
|
|
27101
|
+
readonly [x: string]: any;
|
|
27102
|
+
} | undefined;
|
|
27103
|
+
readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
|
27104
|
+
readonly [x: string]: any;
|
|
27105
|
+
} | undefined;
|
|
27106
|
+
readonly sortable?: boolean | undefined;
|
|
27107
|
+
readonly sort?: DataTableCompareFunction | undefined;
|
|
27108
|
+
readonly sortRaw?: DataTableCompareFunction | undefined;
|
|
27109
|
+
readonly filter?: FilterFunction | undefined;
|
|
27110
|
+
readonly children?: readonly {
|
|
27111
|
+
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
|
27112
|
+
readonly value?: SelectItemKey<Record<string, any>>;
|
|
27113
|
+
readonly title?: string | undefined;
|
|
27114
|
+
readonly fixed?: boolean | undefined;
|
|
27115
|
+
readonly align?: ("start" | "end" | "center") | undefined;
|
|
27116
|
+
readonly width?: (number | string) | undefined;
|
|
27117
|
+
readonly minWidth?: string | undefined;
|
|
27118
|
+
readonly maxWidth?: string | undefined;
|
|
27119
|
+
readonly nowrap?: boolean | undefined;
|
|
27120
|
+
readonly headerProps?: {
|
|
27121
|
+
readonly [x: string]: any;
|
|
27122
|
+
} | undefined;
|
|
27123
|
+
readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
|
27124
|
+
readonly [x: string]: any;
|
|
27125
|
+
} | undefined;
|
|
27126
|
+
readonly sortable?: boolean | undefined;
|
|
27127
|
+
readonly sort?: DataTableCompareFunction | undefined;
|
|
27128
|
+
readonly sortRaw?: DataTableCompareFunction | undefined;
|
|
27129
|
+
readonly filter?: FilterFunction | undefined;
|
|
27130
|
+
readonly children?: readonly any[] | undefined;
|
|
27131
|
+
}[] | undefined;
|
|
27132
|
+
}[] | undefined;
|
|
27133
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
27134
|
+
customKeySort?: Record<string, DataTableCompareFunction> | undefined;
|
|
27135
|
+
headerProps?: Record<string, any> | undefined;
|
|
27136
|
+
} & {
|
|
27137
|
+
"onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
|
|
27138
|
+
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
27139
|
+
"onUpdate:expanded"?: ((options: any) => any) | undefined;
|
|
27140
|
+
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
27141
|
+
"onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
|
|
27142
|
+
"onUpdate:options"?: ((options: any) => any) | undefined;
|
|
27143
|
+
}, {}, {}, {}, {}, {
|
|
27144
|
+
page: string | number;
|
|
27145
|
+
expanded: readonly string[];
|
|
27146
|
+
style: vue.StyleValue;
|
|
27147
|
+
mobile: boolean | null;
|
|
27148
|
+
tag: string;
|
|
27149
|
+
sticky: boolean;
|
|
27150
|
+
noDataText: string;
|
|
27151
|
+
loadingText: string;
|
|
27152
|
+
itemsPerPageText: string;
|
|
27153
|
+
sortBy: readonly SortItem[];
|
|
27154
|
+
pageText: string;
|
|
27155
|
+
density: Density;
|
|
27156
|
+
valueComparator: typeof deepEqual;
|
|
27157
|
+
nextIcon: IconValue;
|
|
27158
|
+
prevIcon: IconValue;
|
|
27159
|
+
selectStrategy: "all" | "page" | "single";
|
|
27160
|
+
returnObject: boolean;
|
|
27161
|
+
hideNoData: boolean;
|
|
27162
|
+
hover: boolean;
|
|
27163
|
+
multiSort: boolean;
|
|
27164
|
+
mustSort: boolean;
|
|
27165
|
+
groupBy: readonly SortItem[];
|
|
27166
|
+
disableSort: boolean;
|
|
27167
|
+
showSelect: boolean;
|
|
27168
|
+
expandOnClick: boolean;
|
|
27169
|
+
showExpand: boolean;
|
|
27170
|
+
itemsPerPage: string | number;
|
|
27171
|
+
firstIcon: IconValue;
|
|
27172
|
+
lastIcon: IconValue;
|
|
27173
|
+
firstPageLabel: string;
|
|
27174
|
+
prevPageLabel: string;
|
|
27175
|
+
nextPageLabel: string;
|
|
27176
|
+
lastPageLabel: string;
|
|
27177
|
+
itemsPerPageOptions: readonly (number | {
|
|
27178
|
+
title: string;
|
|
27179
|
+
value: number;
|
|
27180
|
+
})[];
|
|
27181
|
+
showCurrentPage: boolean;
|
|
27182
|
+
fixedHeader: boolean;
|
|
27183
|
+
sortAscIcon: IconValue;
|
|
27184
|
+
sortDescIcon: IconValue;
|
|
27191
27185
|
fixedFooter: boolean;
|
|
27192
27186
|
hideDefaultBody: boolean;
|
|
27193
27187
|
hideDefaultFooter: boolean;
|
|
@@ -27236,9 +27230,9 @@ declare const VDataTableServer: {
|
|
|
27236
27230
|
value: number;
|
|
27237
27231
|
})[];
|
|
27238
27232
|
showCurrentPage: boolean;
|
|
27233
|
+
fixedHeader: boolean;
|
|
27239
27234
|
sortAscIcon: IconValue;
|
|
27240
27235
|
sortDescIcon: IconValue;
|
|
27241
|
-
fixedHeader: boolean;
|
|
27242
27236
|
fixedFooter: boolean;
|
|
27243
27237
|
hideDefaultBody: boolean;
|
|
27244
27238
|
hideDefaultFooter: boolean;
|
|
@@ -27271,7 +27265,6 @@ declare const VDataTableServer: {
|
|
|
27271
27265
|
readonly sort?: DataTableCompareFunction | undefined;
|
|
27272
27266
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
|
27273
27267
|
readonly filter?: FilterFunction | undefined;
|
|
27274
|
-
readonly mobile?: boolean | undefined;
|
|
27275
27268
|
readonly children?: readonly {
|
|
27276
27269
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
|
27277
27270
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -27292,7 +27285,6 @@ declare const VDataTableServer: {
|
|
|
27292
27285
|
readonly sort?: DataTableCompareFunction | undefined;
|
|
27293
27286
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
|
27294
27287
|
readonly filter?: FilterFunction | undefined;
|
|
27295
|
-
readonly mobile?: boolean | undefined;
|
|
27296
27288
|
readonly children?: readonly any[] | undefined;
|
|
27297
27289
|
}[] | undefined;
|
|
27298
27290
|
}[] | undefined;
|
|
@@ -27353,9 +27345,9 @@ declare const VDataTableServer: {
|
|
|
27353
27345
|
value: number;
|
|
27354
27346
|
})[];
|
|
27355
27347
|
showCurrentPage: boolean;
|
|
27348
|
+
fixedHeader: boolean;
|
|
27356
27349
|
sortAscIcon: IconValue;
|
|
27357
27350
|
sortDescIcon: IconValue;
|
|
27358
|
-
fixedHeader: boolean;
|
|
27359
27351
|
fixedFooter: boolean;
|
|
27360
27352
|
hideDefaultBody: boolean;
|
|
27361
27353
|
hideDefaultFooter: boolean;
|
|
@@ -27491,7 +27483,6 @@ declare const VDataTableServer: {
|
|
|
27491
27483
|
};
|
|
27492
27484
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
27493
27485
|
color: StringConstructor;
|
|
27494
|
-
sticky: BooleanConstructor;
|
|
27495
27486
|
disableSort: BooleanConstructor;
|
|
27496
27487
|
multiSort: BooleanConstructor;
|
|
27497
27488
|
sortAscIcon: {
|
|
@@ -27505,6 +27496,7 @@ declare const VDataTableServer: {
|
|
|
27505
27496
|
headerProps: {
|
|
27506
27497
|
type: vue.PropType<Record<string, any>>;
|
|
27507
27498
|
};
|
|
27499
|
+
sticky: BooleanConstructor;
|
|
27508
27500
|
sortBy: {
|
|
27509
27501
|
type: vue.PropType<readonly SortItem[]>;
|
|
27510
27502
|
default: () => never[];
|
|
@@ -27654,7 +27646,6 @@ declare const VDataTableServer: {
|
|
|
27654
27646
|
};
|
|
27655
27647
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
27656
27648
|
color: StringConstructor;
|
|
27657
|
-
sticky: BooleanConstructor;
|
|
27658
27649
|
disableSort: BooleanConstructor;
|
|
27659
27650
|
multiSort: BooleanConstructor;
|
|
27660
27651
|
sortAscIcon: {
|
|
@@ -27668,6 +27659,7 @@ declare const VDataTableServer: {
|
|
|
27668
27659
|
headerProps: {
|
|
27669
27660
|
type: vue.PropType<Record<string, any>>;
|
|
27670
27661
|
};
|
|
27662
|
+
sticky: BooleanConstructor;
|
|
27671
27663
|
sortBy: {
|
|
27672
27664
|
type: vue.PropType<readonly SortItem[]>;
|
|
27673
27665
|
default: () => never[];
|
|
@@ -52574,13 +52566,13 @@ declare const VSpeedDial: {
|
|
|
52574
52566
|
type VSpeedDial = InstanceType<typeof VSpeedDial>;
|
|
52575
52567
|
|
|
52576
52568
|
type StepperItem = string | Record<string, any>;
|
|
52577
|
-
type StepperItemSlot = {
|
|
52569
|
+
type StepperItemSlot<T = any> = {
|
|
52578
52570
|
canEdit: boolean;
|
|
52579
52571
|
hasError: boolean;
|
|
52580
52572
|
hasCompleted: boolean;
|
|
52581
52573
|
title?: string | number;
|
|
52582
52574
|
subtitle?: string | number;
|
|
52583
|
-
step:
|
|
52575
|
+
step: T;
|
|
52584
52576
|
};
|
|
52585
52577
|
type ValidationRule = () => string | boolean;
|
|
52586
52578
|
declare const VStepperItem: {
|
|
@@ -52604,23 +52596,23 @@ declare const VStepperItem: {
|
|
|
52604
52596
|
selectedClass?: string | undefined;
|
|
52605
52597
|
subtitle?: string | undefined;
|
|
52606
52598
|
} & {
|
|
52607
|
-
$children?: vue.VNodeChild |
|
|
52608
|
-
default?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52609
|
-
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52610
|
-
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52611
|
-
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52612
|
-
};
|
|
52599
|
+
$children?: vue.VNodeChild | {
|
|
52600
|
+
default?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52601
|
+
icon?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52602
|
+
title?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52603
|
+
subtitle?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52604
|
+
} | ((arg: StepperItemSlot<any>) => vue.VNodeChild);
|
|
52613
52605
|
'v-slots'?: {
|
|
52614
|
-
default?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52615
|
-
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52616
|
-
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52617
|
-
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52606
|
+
default?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52607
|
+
icon?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52608
|
+
title?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52609
|
+
subtitle?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52618
52610
|
} | undefined;
|
|
52619
52611
|
} & {
|
|
52620
|
-
"v-slot:default"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52621
|
-
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52622
|
-
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52623
|
-
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52612
|
+
"v-slot:default"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52613
|
+
"v-slot:icon"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52614
|
+
"v-slot:title"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52615
|
+
"v-slot:subtitle"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52624
52616
|
} & {
|
|
52625
52617
|
"onGroup:selected"?: ((val: {
|
|
52626
52618
|
value: boolean;
|
|
@@ -52649,23 +52641,23 @@ declare const VStepperItem: {
|
|
|
52649
52641
|
selectedClass?: string | undefined;
|
|
52650
52642
|
subtitle?: string | undefined;
|
|
52651
52643
|
} & {
|
|
52652
|
-
$children?: vue.VNodeChild |
|
|
52653
|
-
default?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52654
|
-
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52655
|
-
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52656
|
-
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52657
|
-
};
|
|
52644
|
+
$children?: vue.VNodeChild | {
|
|
52645
|
+
default?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52646
|
+
icon?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52647
|
+
title?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52648
|
+
subtitle?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52649
|
+
} | ((arg: StepperItemSlot<any>) => vue.VNodeChild);
|
|
52658
52650
|
'v-slots'?: {
|
|
52659
|
-
default?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52660
|
-
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52661
|
-
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52662
|
-
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52651
|
+
default?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52652
|
+
icon?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52653
|
+
title?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52654
|
+
subtitle?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52663
52655
|
} | undefined;
|
|
52664
52656
|
} & {
|
|
52665
|
-
"v-slot:default"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52666
|
-
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52667
|
-
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52668
|
-
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52657
|
+
"v-slot:default"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52658
|
+
"v-slot:icon"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52659
|
+
"v-slot:title"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52660
|
+
"v-slot:subtitle"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52669
52661
|
} & {
|
|
52670
52662
|
"onGroup:selected"?: ((val: {
|
|
52671
52663
|
value: boolean;
|
|
@@ -52683,10 +52675,10 @@ declare const VStepperItem: {
|
|
|
52683
52675
|
editIcon: IconValue;
|
|
52684
52676
|
errorIcon: IconValue;
|
|
52685
52677
|
}, true, {}, vue.SlotsType<Partial<{
|
|
52686
|
-
default: (arg: StepperItemSlot) => vue.VNode[];
|
|
52687
|
-
icon: (arg: StepperItemSlot) => vue.VNode[];
|
|
52688
|
-
title: (arg: StepperItemSlot) => vue.VNode[];
|
|
52689
|
-
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
|
52678
|
+
default: (arg: StepperItemSlot<any>) => vue.VNode[];
|
|
52679
|
+
icon: (arg: StepperItemSlot<any>) => vue.VNode[];
|
|
52680
|
+
title: (arg: StepperItemSlot<any>) => vue.VNode[];
|
|
52681
|
+
subtitle: (arg: StepperItemSlot<any>) => vue.VNode[];
|
|
52690
52682
|
}>>, {
|
|
52691
52683
|
P: {};
|
|
52692
52684
|
B: {};
|
|
@@ -52714,23 +52706,23 @@ declare const VStepperItem: {
|
|
|
52714
52706
|
selectedClass?: string | undefined;
|
|
52715
52707
|
subtitle?: string | undefined;
|
|
52716
52708
|
} & {
|
|
52717
|
-
$children?: vue.VNodeChild |
|
|
52718
|
-
default?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52719
|
-
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52720
|
-
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52721
|
-
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52722
|
-
};
|
|
52709
|
+
$children?: vue.VNodeChild | {
|
|
52710
|
+
default?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52711
|
+
icon?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52712
|
+
title?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52713
|
+
subtitle?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52714
|
+
} | ((arg: StepperItemSlot<any>) => vue.VNodeChild);
|
|
52723
52715
|
'v-slots'?: {
|
|
52724
|
-
default?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52725
|
-
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52726
|
-
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52727
|
-
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52716
|
+
default?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52717
|
+
icon?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52718
|
+
title?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52719
|
+
subtitle?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52728
52720
|
} | undefined;
|
|
52729
52721
|
} & {
|
|
52730
|
-
"v-slot:default"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52731
|
-
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52732
|
-
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52733
|
-
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52722
|
+
"v-slot:default"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52723
|
+
"v-slot:icon"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52724
|
+
"v-slot:title"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52725
|
+
"v-slot:subtitle"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52734
52726
|
} & {
|
|
52735
52727
|
"onGroup:selected"?: ((val: {
|
|
52736
52728
|
value: boolean;
|
|
@@ -52771,23 +52763,23 @@ declare const VStepperItem: {
|
|
|
52771
52763
|
selectedClass?: string | undefined;
|
|
52772
52764
|
subtitle?: string | undefined;
|
|
52773
52765
|
} & {
|
|
52774
|
-
$children?: vue.VNodeChild |
|
|
52775
|
-
default?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52776
|
-
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52777
|
-
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52778
|
-
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52779
|
-
};
|
|
52766
|
+
$children?: vue.VNodeChild | {
|
|
52767
|
+
default?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52768
|
+
icon?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52769
|
+
title?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52770
|
+
subtitle?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52771
|
+
} | ((arg: StepperItemSlot<any>) => vue.VNodeChild);
|
|
52780
52772
|
'v-slots'?: {
|
|
52781
|
-
default?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52782
|
-
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52783
|
-
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52784
|
-
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52773
|
+
default?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52774
|
+
icon?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52775
|
+
title?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52776
|
+
subtitle?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52785
52777
|
} | undefined;
|
|
52786
52778
|
} & {
|
|
52787
|
-
"v-slot:default"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52788
|
-
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52789
|
-
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52790
|
-
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
52779
|
+
"v-slot:default"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52780
|
+
"v-slot:icon"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52781
|
+
"v-slot:title"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52782
|
+
"v-slot:subtitle"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
52791
52783
|
} & {
|
|
52792
52784
|
"onGroup:selected"?: ((val: {
|
|
52793
52785
|
value: boolean;
|
|
@@ -52809,10 +52801,10 @@ declare const VStepperItem: {
|
|
|
52809
52801
|
editIcon: IconValue;
|
|
52810
52802
|
errorIcon: IconValue;
|
|
52811
52803
|
}, {}, string, vue.SlotsType<Partial<{
|
|
52812
|
-
default: (arg: StepperItemSlot) => vue.VNode[];
|
|
52813
|
-
icon: (arg: StepperItemSlot) => vue.VNode[];
|
|
52814
|
-
title: (arg: StepperItemSlot) => vue.VNode[];
|
|
52815
|
-
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
|
52804
|
+
default: (arg: StepperItemSlot<any>) => vue.VNode[];
|
|
52805
|
+
icon: (arg: StepperItemSlot<any>) => vue.VNode[];
|
|
52806
|
+
title: (arg: StepperItemSlot<any>) => vue.VNode[];
|
|
52807
|
+
subtitle: (arg: StepperItemSlot<any>) => vue.VNode[];
|
|
52816
52808
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
52817
52809
|
value: null;
|
|
52818
52810
|
disabled: BooleanConstructor;
|
|
@@ -78251,6 +78243,582 @@ declare const VPickerTitle: {
|
|
|
78251
78243
|
}>>;
|
|
78252
78244
|
type VPickerTitle = InstanceType<typeof VPickerTitle>;
|
|
78253
78245
|
|
|
78246
|
+
type StepperVerticalItemActionSlot<T = any> = StepperItemSlot<T> & {
|
|
78247
|
+
next: () => void;
|
|
78248
|
+
prev: () => void;
|
|
78249
|
+
};
|
|
78250
|
+
declare const VStepperVerticalItem: {
|
|
78251
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
78252
|
+
error: boolean;
|
|
78253
|
+
complete: boolean;
|
|
78254
|
+
style: vue.StyleValue;
|
|
78255
|
+
eager: boolean;
|
|
78256
|
+
disabled: boolean;
|
|
78257
|
+
readonly: boolean;
|
|
78258
|
+
tag: string;
|
|
78259
|
+
static: boolean;
|
|
78260
|
+
focusable: boolean;
|
|
78261
|
+
rules: readonly ValidationRule[];
|
|
78262
|
+
tile: boolean;
|
|
78263
|
+
ripple: boolean | {
|
|
78264
|
+
class: string;
|
|
78265
|
+
} | undefined;
|
|
78266
|
+
collapseIcon: IconValue;
|
|
78267
|
+
expandIcon: IconValue;
|
|
78268
|
+
hideActions: boolean;
|
|
78269
|
+
completeIcon: IconValue;
|
|
78270
|
+
editable: boolean;
|
|
78271
|
+
editIcon: IconValue;
|
|
78272
|
+
errorIcon: IconValue;
|
|
78273
|
+
} & {
|
|
78274
|
+
height?: string | number | undefined;
|
|
78275
|
+
width?: string | number | undefined;
|
|
78276
|
+
color?: string | undefined;
|
|
78277
|
+
maxHeight?: string | number | undefined;
|
|
78278
|
+
maxWidth?: string | number | undefined;
|
|
78279
|
+
minHeight?: string | number | undefined;
|
|
78280
|
+
minWidth?: string | number | undefined;
|
|
78281
|
+
value?: any;
|
|
78282
|
+
title?: string | undefined;
|
|
78283
|
+
text?: string | undefined;
|
|
78284
|
+
class?: any;
|
|
78285
|
+
icon?: IconValue | undefined;
|
|
78286
|
+
elevation?: string | number | undefined;
|
|
78287
|
+
rounded?: string | number | boolean | undefined;
|
|
78288
|
+
selectedClass?: string | undefined;
|
|
78289
|
+
bgColor?: string | undefined;
|
|
78290
|
+
subtitle?: string | undefined;
|
|
78291
|
+
} & {
|
|
78292
|
+
$children?: vue.VNodeChild | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | {
|
|
78293
|
+
default?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78294
|
+
icon?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78295
|
+
subtitle?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78296
|
+
title?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78297
|
+
text?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78298
|
+
prev?: ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78299
|
+
next?: ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78300
|
+
actions?: ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78301
|
+
};
|
|
78302
|
+
'v-slots'?: {
|
|
78303
|
+
default?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78304
|
+
icon?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78305
|
+
subtitle?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78306
|
+
title?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78307
|
+
text?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78308
|
+
prev?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78309
|
+
next?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78310
|
+
actions?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78311
|
+
} | undefined;
|
|
78312
|
+
} & {
|
|
78313
|
+
"v-slot:default"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78314
|
+
"v-slot:icon"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78315
|
+
"v-slot:subtitle"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78316
|
+
"v-slot:title"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78317
|
+
"v-slot:text"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78318
|
+
"v-slot:prev"?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78319
|
+
"v-slot:next"?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78320
|
+
"v-slot:actions"?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78321
|
+
} & {
|
|
78322
|
+
"onClick:prev"?: (() => any) | undefined;
|
|
78323
|
+
"onClick:next"?: (() => any) | undefined;
|
|
78324
|
+
"onClick:finish"?: (() => any) | undefined;
|
|
78325
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
78326
|
+
'click:next': () => true;
|
|
78327
|
+
'click:prev': () => true;
|
|
78328
|
+
'click:finish': () => true;
|
|
78329
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
78330
|
+
error: boolean;
|
|
78331
|
+
complete: boolean;
|
|
78332
|
+
style: vue.StyleValue;
|
|
78333
|
+
eager: boolean;
|
|
78334
|
+
disabled: boolean;
|
|
78335
|
+
readonly: boolean;
|
|
78336
|
+
tag: string;
|
|
78337
|
+
static: boolean;
|
|
78338
|
+
focusable: boolean;
|
|
78339
|
+
rules: readonly ValidationRule[];
|
|
78340
|
+
tile: boolean;
|
|
78341
|
+
ripple: boolean | {
|
|
78342
|
+
class: string;
|
|
78343
|
+
} | undefined;
|
|
78344
|
+
collapseIcon: IconValue;
|
|
78345
|
+
expandIcon: IconValue;
|
|
78346
|
+
hideActions: boolean;
|
|
78347
|
+
completeIcon: IconValue;
|
|
78348
|
+
editable: boolean;
|
|
78349
|
+
editIcon: IconValue;
|
|
78350
|
+
errorIcon: IconValue;
|
|
78351
|
+
} & {
|
|
78352
|
+
height?: string | number | undefined;
|
|
78353
|
+
width?: string | number | undefined;
|
|
78354
|
+
color?: string | undefined;
|
|
78355
|
+
maxHeight?: string | number | undefined;
|
|
78356
|
+
maxWidth?: string | number | undefined;
|
|
78357
|
+
minHeight?: string | number | undefined;
|
|
78358
|
+
minWidth?: string | number | undefined;
|
|
78359
|
+
value?: any;
|
|
78360
|
+
title?: string | undefined;
|
|
78361
|
+
text?: string | undefined;
|
|
78362
|
+
class?: any;
|
|
78363
|
+
icon?: IconValue | undefined;
|
|
78364
|
+
elevation?: string | number | undefined;
|
|
78365
|
+
rounded?: string | number | boolean | undefined;
|
|
78366
|
+
selectedClass?: string | undefined;
|
|
78367
|
+
bgColor?: string | undefined;
|
|
78368
|
+
subtitle?: string | undefined;
|
|
78369
|
+
} & {
|
|
78370
|
+
$children?: vue.VNodeChild | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | {
|
|
78371
|
+
default?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78372
|
+
icon?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78373
|
+
subtitle?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78374
|
+
title?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78375
|
+
text?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78376
|
+
prev?: ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78377
|
+
next?: ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78378
|
+
actions?: ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78379
|
+
};
|
|
78380
|
+
'v-slots'?: {
|
|
78381
|
+
default?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78382
|
+
icon?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78383
|
+
subtitle?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78384
|
+
title?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78385
|
+
text?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78386
|
+
prev?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78387
|
+
next?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78388
|
+
actions?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78389
|
+
} | undefined;
|
|
78390
|
+
} & {
|
|
78391
|
+
"v-slot:default"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78392
|
+
"v-slot:icon"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78393
|
+
"v-slot:subtitle"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78394
|
+
"v-slot:title"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78395
|
+
"v-slot:text"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78396
|
+
"v-slot:prev"?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78397
|
+
"v-slot:next"?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78398
|
+
"v-slot:actions"?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78399
|
+
} & {
|
|
78400
|
+
"onClick:prev"?: (() => any) | undefined;
|
|
78401
|
+
"onClick:next"?: (() => any) | undefined;
|
|
78402
|
+
"onClick:finish"?: (() => any) | undefined;
|
|
78403
|
+
}, {
|
|
78404
|
+
error: boolean;
|
|
78405
|
+
complete: boolean;
|
|
78406
|
+
style: vue.StyleValue;
|
|
78407
|
+
eager: boolean;
|
|
78408
|
+
disabled: boolean;
|
|
78409
|
+
readonly: boolean;
|
|
78410
|
+
tag: string;
|
|
78411
|
+
static: boolean;
|
|
78412
|
+
focusable: boolean;
|
|
78413
|
+
rules: readonly ValidationRule[];
|
|
78414
|
+
rounded: string | number | boolean;
|
|
78415
|
+
tile: boolean;
|
|
78416
|
+
ripple: boolean | {
|
|
78417
|
+
class: string;
|
|
78418
|
+
} | undefined;
|
|
78419
|
+
collapseIcon: IconValue;
|
|
78420
|
+
expandIcon: IconValue;
|
|
78421
|
+
hideActions: boolean;
|
|
78422
|
+
completeIcon: IconValue;
|
|
78423
|
+
editable: boolean;
|
|
78424
|
+
editIcon: IconValue;
|
|
78425
|
+
errorIcon: IconValue;
|
|
78426
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
78427
|
+
default: (arg: StepperItemSlot<any>) => vue.VNode[];
|
|
78428
|
+
icon: (arg: StepperItemSlot<any>) => vue.VNode[];
|
|
78429
|
+
subtitle: (arg: StepperItemSlot<any>) => vue.VNode[];
|
|
78430
|
+
title: (arg: StepperItemSlot<any>) => vue.VNode[];
|
|
78431
|
+
text: (arg: StepperItemSlot<any>) => vue.VNode[];
|
|
78432
|
+
prev: (arg: StepperVerticalItemActionSlot<any>) => vue.VNode[];
|
|
78433
|
+
next: (arg: StepperVerticalItemActionSlot<any>) => vue.VNode[];
|
|
78434
|
+
actions: (arg: StepperVerticalItemActionSlot<any>) => vue.VNode[];
|
|
78435
|
+
}>>, {
|
|
78436
|
+
P: {};
|
|
78437
|
+
B: {};
|
|
78438
|
+
D: {};
|
|
78439
|
+
C: {};
|
|
78440
|
+
M: {};
|
|
78441
|
+
Defaults: {};
|
|
78442
|
+
}, {
|
|
78443
|
+
error: boolean;
|
|
78444
|
+
complete: boolean;
|
|
78445
|
+
style: vue.StyleValue;
|
|
78446
|
+
eager: boolean;
|
|
78447
|
+
disabled: boolean;
|
|
78448
|
+
readonly: boolean;
|
|
78449
|
+
tag: string;
|
|
78450
|
+
static: boolean;
|
|
78451
|
+
focusable: boolean;
|
|
78452
|
+
rules: readonly ValidationRule[];
|
|
78453
|
+
tile: boolean;
|
|
78454
|
+
ripple: boolean | {
|
|
78455
|
+
class: string;
|
|
78456
|
+
} | undefined;
|
|
78457
|
+
collapseIcon: IconValue;
|
|
78458
|
+
expandIcon: IconValue;
|
|
78459
|
+
hideActions: boolean;
|
|
78460
|
+
completeIcon: IconValue;
|
|
78461
|
+
editable: boolean;
|
|
78462
|
+
editIcon: IconValue;
|
|
78463
|
+
errorIcon: IconValue;
|
|
78464
|
+
} & {
|
|
78465
|
+
height?: string | number | undefined;
|
|
78466
|
+
width?: string | number | undefined;
|
|
78467
|
+
color?: string | undefined;
|
|
78468
|
+
maxHeight?: string | number | undefined;
|
|
78469
|
+
maxWidth?: string | number | undefined;
|
|
78470
|
+
minHeight?: string | number | undefined;
|
|
78471
|
+
minWidth?: string | number | undefined;
|
|
78472
|
+
value?: any;
|
|
78473
|
+
title?: string | undefined;
|
|
78474
|
+
text?: string | undefined;
|
|
78475
|
+
class?: any;
|
|
78476
|
+
icon?: IconValue | undefined;
|
|
78477
|
+
elevation?: string | number | undefined;
|
|
78478
|
+
rounded?: string | number | boolean | undefined;
|
|
78479
|
+
selectedClass?: string | undefined;
|
|
78480
|
+
bgColor?: string | undefined;
|
|
78481
|
+
subtitle?: string | undefined;
|
|
78482
|
+
} & {
|
|
78483
|
+
$children?: vue.VNodeChild | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | {
|
|
78484
|
+
default?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78485
|
+
icon?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78486
|
+
subtitle?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78487
|
+
title?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78488
|
+
text?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78489
|
+
prev?: ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78490
|
+
next?: ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78491
|
+
actions?: ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78492
|
+
};
|
|
78493
|
+
'v-slots'?: {
|
|
78494
|
+
default?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78495
|
+
icon?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78496
|
+
subtitle?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78497
|
+
title?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78498
|
+
text?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78499
|
+
prev?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78500
|
+
next?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78501
|
+
actions?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78502
|
+
} | undefined;
|
|
78503
|
+
} & {
|
|
78504
|
+
"v-slot:default"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78505
|
+
"v-slot:icon"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78506
|
+
"v-slot:subtitle"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78507
|
+
"v-slot:title"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78508
|
+
"v-slot:text"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78509
|
+
"v-slot:prev"?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78510
|
+
"v-slot:next"?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78511
|
+
"v-slot:actions"?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78512
|
+
} & {
|
|
78513
|
+
"onClick:prev"?: (() => any) | undefined;
|
|
78514
|
+
"onClick:next"?: (() => any) | undefined;
|
|
78515
|
+
"onClick:finish"?: (() => any) | undefined;
|
|
78516
|
+
}, {}, {}, {}, {}, {
|
|
78517
|
+
error: boolean;
|
|
78518
|
+
complete: boolean;
|
|
78519
|
+
style: vue.StyleValue;
|
|
78520
|
+
eager: boolean;
|
|
78521
|
+
disabled: boolean;
|
|
78522
|
+
readonly: boolean;
|
|
78523
|
+
tag: string;
|
|
78524
|
+
static: boolean;
|
|
78525
|
+
focusable: boolean;
|
|
78526
|
+
rules: readonly ValidationRule[];
|
|
78527
|
+
rounded: string | number | boolean;
|
|
78528
|
+
tile: boolean;
|
|
78529
|
+
ripple: boolean | {
|
|
78530
|
+
class: string;
|
|
78531
|
+
} | undefined;
|
|
78532
|
+
collapseIcon: IconValue;
|
|
78533
|
+
expandIcon: IconValue;
|
|
78534
|
+
hideActions: boolean;
|
|
78535
|
+
completeIcon: IconValue;
|
|
78536
|
+
editable: boolean;
|
|
78537
|
+
editIcon: IconValue;
|
|
78538
|
+
errorIcon: IconValue;
|
|
78539
|
+
}>;
|
|
78540
|
+
__isFragment?: never;
|
|
78541
|
+
__isTeleport?: never;
|
|
78542
|
+
__isSuspense?: never;
|
|
78543
|
+
} & vue.ComponentOptionsBase<{
|
|
78544
|
+
error: boolean;
|
|
78545
|
+
complete: boolean;
|
|
78546
|
+
style: vue.StyleValue;
|
|
78547
|
+
eager: boolean;
|
|
78548
|
+
disabled: boolean;
|
|
78549
|
+
readonly: boolean;
|
|
78550
|
+
tag: string;
|
|
78551
|
+
static: boolean;
|
|
78552
|
+
focusable: boolean;
|
|
78553
|
+
rules: readonly ValidationRule[];
|
|
78554
|
+
tile: boolean;
|
|
78555
|
+
ripple: boolean | {
|
|
78556
|
+
class: string;
|
|
78557
|
+
} | undefined;
|
|
78558
|
+
collapseIcon: IconValue;
|
|
78559
|
+
expandIcon: IconValue;
|
|
78560
|
+
hideActions: boolean;
|
|
78561
|
+
completeIcon: IconValue;
|
|
78562
|
+
editable: boolean;
|
|
78563
|
+
editIcon: IconValue;
|
|
78564
|
+
errorIcon: IconValue;
|
|
78565
|
+
} & {
|
|
78566
|
+
height?: string | number | undefined;
|
|
78567
|
+
width?: string | number | undefined;
|
|
78568
|
+
color?: string | undefined;
|
|
78569
|
+
maxHeight?: string | number | undefined;
|
|
78570
|
+
maxWidth?: string | number | undefined;
|
|
78571
|
+
minHeight?: string | number | undefined;
|
|
78572
|
+
minWidth?: string | number | undefined;
|
|
78573
|
+
value?: any;
|
|
78574
|
+
title?: string | undefined;
|
|
78575
|
+
text?: string | undefined;
|
|
78576
|
+
class?: any;
|
|
78577
|
+
icon?: IconValue | undefined;
|
|
78578
|
+
elevation?: string | number | undefined;
|
|
78579
|
+
rounded?: string | number | boolean | undefined;
|
|
78580
|
+
selectedClass?: string | undefined;
|
|
78581
|
+
bgColor?: string | undefined;
|
|
78582
|
+
subtitle?: string | undefined;
|
|
78583
|
+
} & {
|
|
78584
|
+
$children?: vue.VNodeChild | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | {
|
|
78585
|
+
default?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78586
|
+
icon?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78587
|
+
subtitle?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78588
|
+
title?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78589
|
+
text?: ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78590
|
+
prev?: ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78591
|
+
next?: ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78592
|
+
actions?: ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78593
|
+
};
|
|
78594
|
+
'v-slots'?: {
|
|
78595
|
+
default?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78596
|
+
icon?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78597
|
+
subtitle?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78598
|
+
title?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78599
|
+
text?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78600
|
+
prev?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78601
|
+
next?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78602
|
+
actions?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78603
|
+
} | undefined;
|
|
78604
|
+
} & {
|
|
78605
|
+
"v-slot:default"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78606
|
+
"v-slot:icon"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78607
|
+
"v-slot:subtitle"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78608
|
+
"v-slot:title"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78609
|
+
"v-slot:text"?: false | ((arg: StepperItemSlot<any>) => vue.VNodeChild) | undefined;
|
|
78610
|
+
"v-slot:prev"?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78611
|
+
"v-slot:next"?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78612
|
+
"v-slot:actions"?: false | ((arg: StepperVerticalItemActionSlot<any>) => vue.VNodeChild) | undefined;
|
|
78613
|
+
} & {
|
|
78614
|
+
"onClick:prev"?: (() => any) | undefined;
|
|
78615
|
+
"onClick:next"?: (() => any) | undefined;
|
|
78616
|
+
"onClick:finish"?: (() => any) | undefined;
|
|
78617
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
78618
|
+
'click:next': () => true;
|
|
78619
|
+
'click:prev': () => true;
|
|
78620
|
+
'click:finish': () => true;
|
|
78621
|
+
}, string, {
|
|
78622
|
+
error: boolean;
|
|
78623
|
+
complete: boolean;
|
|
78624
|
+
style: vue.StyleValue;
|
|
78625
|
+
eager: boolean;
|
|
78626
|
+
disabled: boolean;
|
|
78627
|
+
readonly: boolean;
|
|
78628
|
+
tag: string;
|
|
78629
|
+
static: boolean;
|
|
78630
|
+
focusable: boolean;
|
|
78631
|
+
rules: readonly ValidationRule[];
|
|
78632
|
+
rounded: string | number | boolean;
|
|
78633
|
+
tile: boolean;
|
|
78634
|
+
ripple: boolean | {
|
|
78635
|
+
class: string;
|
|
78636
|
+
} | undefined;
|
|
78637
|
+
collapseIcon: IconValue;
|
|
78638
|
+
expandIcon: IconValue;
|
|
78639
|
+
hideActions: boolean;
|
|
78640
|
+
completeIcon: IconValue;
|
|
78641
|
+
editable: boolean;
|
|
78642
|
+
editIcon: IconValue;
|
|
78643
|
+
errorIcon: IconValue;
|
|
78644
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
78645
|
+
default: (arg: StepperItemSlot<any>) => vue.VNode[];
|
|
78646
|
+
icon: (arg: StepperItemSlot<any>) => vue.VNode[];
|
|
78647
|
+
subtitle: (arg: StepperItemSlot<any>) => vue.VNode[];
|
|
78648
|
+
title: (arg: StepperItemSlot<any>) => vue.VNode[];
|
|
78649
|
+
text: (arg: StepperItemSlot<any>) => vue.VNode[];
|
|
78650
|
+
prev: (arg: StepperVerticalItemActionSlot<any>) => vue.VNode[];
|
|
78651
|
+
next: (arg: StepperVerticalItemActionSlot<any>) => vue.VNode[];
|
|
78652
|
+
actions: (arg: StepperVerticalItemActionSlot<any>) => vue.VNode[];
|
|
78653
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
78654
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
78655
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
78656
|
+
color: StringConstructor;
|
|
78657
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
78658
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
78659
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
78660
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
78661
|
+
value: null;
|
|
78662
|
+
style: {
|
|
78663
|
+
type: vue.PropType<vue.StyleValue>;
|
|
78664
|
+
default: null;
|
|
78665
|
+
};
|
|
78666
|
+
title: StringConstructor;
|
|
78667
|
+
text: StringConstructor;
|
|
78668
|
+
eager: BooleanConstructor;
|
|
78669
|
+
disabled: BooleanConstructor;
|
|
78670
|
+
readonly: BooleanConstructor;
|
|
78671
|
+
class: vue.PropType<ClassValue>;
|
|
78672
|
+
tag: {
|
|
78673
|
+
type: StringConstructor;
|
|
78674
|
+
default: string;
|
|
78675
|
+
};
|
|
78676
|
+
static: BooleanConstructor;
|
|
78677
|
+
elevation: {
|
|
78678
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
78679
|
+
validator(v: any): boolean;
|
|
78680
|
+
};
|
|
78681
|
+
focusable: BooleanConstructor;
|
|
78682
|
+
rounded: {
|
|
78683
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
78684
|
+
default: undefined;
|
|
78685
|
+
};
|
|
78686
|
+
tile: BooleanConstructor;
|
|
78687
|
+
selectedClass: StringConstructor;
|
|
78688
|
+
bgColor: StringConstructor;
|
|
78689
|
+
ripple: {
|
|
78690
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
|
78691
|
+
default: boolean;
|
|
78692
|
+
};
|
|
78693
|
+
collapseIcon: Omit<{
|
|
78694
|
+
type: vue.PropType<IconValue>;
|
|
78695
|
+
default: string;
|
|
78696
|
+
}, "type" | "default"> & {
|
|
78697
|
+
type: vue.PropType<IconValue>;
|
|
78698
|
+
default: NonNullable<IconValue>;
|
|
78699
|
+
};
|
|
78700
|
+
expandIcon: Omit<{
|
|
78701
|
+
type: vue.PropType<IconValue>;
|
|
78702
|
+
default: string;
|
|
78703
|
+
}, "type" | "default"> & {
|
|
78704
|
+
type: vue.PropType<IconValue>;
|
|
78705
|
+
default: NonNullable<IconValue>;
|
|
78706
|
+
};
|
|
78707
|
+
subtitle: StringConstructor;
|
|
78708
|
+
complete: BooleanConstructor;
|
|
78709
|
+
completeIcon: {
|
|
78710
|
+
type: vue.PropType<IconValue>;
|
|
78711
|
+
default: string;
|
|
78712
|
+
};
|
|
78713
|
+
editable: BooleanConstructor;
|
|
78714
|
+
editIcon: {
|
|
78715
|
+
type: vue.PropType<IconValue>;
|
|
78716
|
+
default: string;
|
|
78717
|
+
};
|
|
78718
|
+
error: BooleanConstructor;
|
|
78719
|
+
errorIcon: {
|
|
78720
|
+
type: vue.PropType<IconValue>;
|
|
78721
|
+
default: string;
|
|
78722
|
+
};
|
|
78723
|
+
icon: vue.PropType<IconValue>;
|
|
78724
|
+
rules: {
|
|
78725
|
+
type: vue.PropType<readonly ValidationRule[]>;
|
|
78726
|
+
default: () => never[];
|
|
78727
|
+
};
|
|
78728
|
+
hideActions: BooleanConstructor;
|
|
78729
|
+
}, vue.ExtractPropTypes<{
|
|
78730
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
78731
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
78732
|
+
color: StringConstructor;
|
|
78733
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
78734
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
78735
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
78736
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
78737
|
+
value: null;
|
|
78738
|
+
style: {
|
|
78739
|
+
type: vue.PropType<vue.StyleValue>;
|
|
78740
|
+
default: null;
|
|
78741
|
+
};
|
|
78742
|
+
title: StringConstructor;
|
|
78743
|
+
text: StringConstructor;
|
|
78744
|
+
eager: BooleanConstructor;
|
|
78745
|
+
disabled: BooleanConstructor;
|
|
78746
|
+
readonly: BooleanConstructor;
|
|
78747
|
+
class: vue.PropType<ClassValue>;
|
|
78748
|
+
tag: {
|
|
78749
|
+
type: StringConstructor;
|
|
78750
|
+
default: string;
|
|
78751
|
+
};
|
|
78752
|
+
static: BooleanConstructor;
|
|
78753
|
+
elevation: {
|
|
78754
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
78755
|
+
validator(v: any): boolean;
|
|
78756
|
+
};
|
|
78757
|
+
focusable: BooleanConstructor;
|
|
78758
|
+
rounded: {
|
|
78759
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
78760
|
+
default: undefined;
|
|
78761
|
+
};
|
|
78762
|
+
tile: BooleanConstructor;
|
|
78763
|
+
selectedClass: StringConstructor;
|
|
78764
|
+
bgColor: StringConstructor;
|
|
78765
|
+
ripple: {
|
|
78766
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
|
78767
|
+
default: boolean;
|
|
78768
|
+
};
|
|
78769
|
+
collapseIcon: Omit<{
|
|
78770
|
+
type: vue.PropType<IconValue>;
|
|
78771
|
+
default: string;
|
|
78772
|
+
}, "type" | "default"> & {
|
|
78773
|
+
type: vue.PropType<IconValue>;
|
|
78774
|
+
default: NonNullable<IconValue>;
|
|
78775
|
+
};
|
|
78776
|
+
expandIcon: Omit<{
|
|
78777
|
+
type: vue.PropType<IconValue>;
|
|
78778
|
+
default: string;
|
|
78779
|
+
}, "type" | "default"> & {
|
|
78780
|
+
type: vue.PropType<IconValue>;
|
|
78781
|
+
default: NonNullable<IconValue>;
|
|
78782
|
+
};
|
|
78783
|
+
subtitle: StringConstructor;
|
|
78784
|
+
complete: BooleanConstructor;
|
|
78785
|
+
completeIcon: {
|
|
78786
|
+
type: vue.PropType<IconValue>;
|
|
78787
|
+
default: string;
|
|
78788
|
+
};
|
|
78789
|
+
editable: BooleanConstructor;
|
|
78790
|
+
editIcon: {
|
|
78791
|
+
type: vue.PropType<IconValue>;
|
|
78792
|
+
default: string;
|
|
78793
|
+
};
|
|
78794
|
+
error: BooleanConstructor;
|
|
78795
|
+
errorIcon: {
|
|
78796
|
+
type: vue.PropType<IconValue>;
|
|
78797
|
+
default: string;
|
|
78798
|
+
};
|
|
78799
|
+
icon: vue.PropType<IconValue>;
|
|
78800
|
+
rules: {
|
|
78801
|
+
type: vue.PropType<readonly ValidationRule[]>;
|
|
78802
|
+
default: () => never[];
|
|
78803
|
+
};
|
|
78804
|
+
hideActions: BooleanConstructor;
|
|
78805
|
+
}>>;
|
|
78806
|
+
type VStepperVerticalItem = InstanceType<typeof VStepperVerticalItem>;
|
|
78807
|
+
|
|
78808
|
+
type VStepperVerticalSlots<T> = {
|
|
78809
|
+
actions: StepperVerticalItemActionSlot<T>;
|
|
78810
|
+
default: VStepperSlot & {
|
|
78811
|
+
step: T;
|
|
78812
|
+
};
|
|
78813
|
+
icon: StepperItemSlot<T>;
|
|
78814
|
+
title: StepperItemSlot<T>;
|
|
78815
|
+
subtitle: StepperItemSlot<T>;
|
|
78816
|
+
prev: StepperVerticalItemActionSlot<T>;
|
|
78817
|
+
next: StepperVerticalItemActionSlot<T>;
|
|
78818
|
+
} & {
|
|
78819
|
+
[key: `header-item.${string}`]: StepperItemSlot<T>;
|
|
78820
|
+
[key: `item.${string}`]: StepperItemSlot<T>;
|
|
78821
|
+
};
|
|
78254
78822
|
declare const VStepperVertical: {
|
|
78255
78823
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
78256
78824
|
flat: boolean;
|
|
@@ -78286,62 +78854,15 @@ declare const VStepperVertical: {
|
|
|
78286
78854
|
theme?: string | undefined;
|
|
78287
78855
|
elevation?: string | number | undefined;
|
|
78288
78856
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
78289
|
-
modelValue?: any;
|
|
78290
78857
|
rounded?: string | number | boolean | undefined;
|
|
78291
78858
|
selectedClass?: string | undefined;
|
|
78292
78859
|
bgColor?: string | undefined;
|
|
78293
78860
|
completeIcon?: IconValue | undefined;
|
|
78294
78861
|
editIcon?: IconValue | undefined;
|
|
78295
78862
|
errorIcon?: IconValue | undefined;
|
|
78296
|
-
} & {
|
|
78297
|
-
$children?: vue.VNodeChild | {
|
|
78298
|
-
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78299
|
-
[x: `item.${string}`]: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78300
|
-
actions?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78301
|
-
default?: ((arg: VStepperSlot & {
|
|
78302
|
-
step: unknown;
|
|
78303
|
-
}) => vue.VNodeChild) | undefined;
|
|
78304
|
-
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78305
|
-
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78306
|
-
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78307
|
-
item?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78308
|
-
prev?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78309
|
-
next?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78310
|
-
} | ((arg: VStepperSlot & {
|
|
78311
|
-
step: unknown;
|
|
78312
|
-
}) => vue.VNodeChild);
|
|
78313
|
-
'v-slots'?: {
|
|
78314
|
-
[x: `header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78315
|
-
[x: `item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78316
|
-
actions?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78317
|
-
default?: false | ((arg: VStepperSlot & {
|
|
78318
|
-
step: unknown;
|
|
78319
|
-
}) => vue.VNodeChild) | undefined;
|
|
78320
|
-
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78321
|
-
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78322
|
-
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78323
|
-
item?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78324
|
-
prev?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78325
|
-
next?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78326
|
-
} | undefined;
|
|
78327
|
-
} & {
|
|
78328
|
-
[x: `v-slot:header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78329
|
-
[x: `v-slot:item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78330
|
-
"v-slot:actions"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78331
|
-
"v-slot:default"?: false | ((arg: VStepperSlot & {
|
|
78332
|
-
step: unknown;
|
|
78333
|
-
}) => vue.VNodeChild) | undefined;
|
|
78334
|
-
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78335
|
-
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78336
|
-
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78337
|
-
"v-slot:item"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78338
|
-
"v-slot:prev"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78339
|
-
"v-slot:next"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78340
|
-
} & {
|
|
78341
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
78342
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
78863
|
+
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
78343
78864
|
'update:modelValue': (val: any) => true;
|
|
78344
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
78865
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:title" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:subtitle" | "v-slot:actions" | `v-slot:item.${string}` | "v-slot:icon" | `v-slot:header-item.${string}`>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
78345
78866
|
flat: boolean;
|
|
78346
78867
|
variant: "default" | "inset" | "accordion" | "popout";
|
|
78347
78868
|
style: vue.StyleValue;
|
|
@@ -78375,60 +78896,13 @@ declare const VStepperVertical: {
|
|
|
78375
78896
|
theme?: string | undefined;
|
|
78376
78897
|
elevation?: string | number | undefined;
|
|
78377
78898
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
78378
|
-
modelValue?: any;
|
|
78379
78899
|
rounded?: string | number | boolean | undefined;
|
|
78380
78900
|
selectedClass?: string | undefined;
|
|
78381
78901
|
bgColor?: string | undefined;
|
|
78382
78902
|
completeIcon?: IconValue | undefined;
|
|
78383
78903
|
editIcon?: IconValue | undefined;
|
|
78384
78904
|
errorIcon?: IconValue | undefined;
|
|
78385
|
-
} & {
|
|
78386
|
-
$children?: vue.VNodeChild | {
|
|
78387
|
-
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78388
|
-
[x: `item.${string}`]: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78389
|
-
actions?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78390
|
-
default?: ((arg: VStepperSlot & {
|
|
78391
|
-
step: unknown;
|
|
78392
|
-
}) => vue.VNodeChild) | undefined;
|
|
78393
|
-
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78394
|
-
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78395
|
-
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78396
|
-
item?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78397
|
-
prev?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78398
|
-
next?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78399
|
-
} | ((arg: VStepperSlot & {
|
|
78400
|
-
step: unknown;
|
|
78401
|
-
}) => vue.VNodeChild);
|
|
78402
|
-
'v-slots'?: {
|
|
78403
|
-
[x: `header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78404
|
-
[x: `item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78405
|
-
actions?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78406
|
-
default?: false | ((arg: VStepperSlot & {
|
|
78407
|
-
step: unknown;
|
|
78408
|
-
}) => vue.VNodeChild) | undefined;
|
|
78409
|
-
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78410
|
-
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78411
|
-
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78412
|
-
item?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78413
|
-
prev?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78414
|
-
next?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78415
|
-
} | undefined;
|
|
78416
|
-
} & {
|
|
78417
|
-
[x: `v-slot:header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78418
|
-
[x: `v-slot:item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78419
|
-
"v-slot:actions"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78420
|
-
"v-slot:default"?: false | ((arg: VStepperSlot & {
|
|
78421
|
-
step: unknown;
|
|
78422
|
-
}) => vue.VNodeChild) | undefined;
|
|
78423
|
-
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78424
|
-
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78425
|
-
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78426
|
-
"v-slot:item"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78427
|
-
"v-slot:prev"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78428
|
-
"v-slot:next"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78429
|
-
} & {
|
|
78430
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
78431
|
-
}, {
|
|
78905
|
+
} & {}, {
|
|
78432
78906
|
flat: boolean;
|
|
78433
78907
|
variant: "default" | "inset" | "accordion" | "popout";
|
|
78434
78908
|
style: vue.StyleValue;
|
|
@@ -78440,7 +78914,6 @@ declare const VStepperVertical: {
|
|
|
78440
78914
|
tag: string;
|
|
78441
78915
|
mandatory: boolean | "force";
|
|
78442
78916
|
focusable: boolean;
|
|
78443
|
-
modelValue: any;
|
|
78444
78917
|
rounded: string | number | boolean;
|
|
78445
78918
|
items: readonly StepperItem[];
|
|
78446
78919
|
tile: boolean;
|
|
@@ -78458,18 +78931,17 @@ declare const VStepperVertical: {
|
|
|
78458
78931
|
altLabels: boolean;
|
|
78459
78932
|
nonLinear: boolean;
|
|
78460
78933
|
}, true, {}, vue.SlotsType<Partial<{
|
|
78461
|
-
[x: `header-item.${string}`]: (arg: StepperItemSlot) => vue.VNode[];
|
|
78462
|
-
[x: `item.${string}`]: (arg:
|
|
78463
|
-
actions: (arg:
|
|
78934
|
+
[x: `header-item.${string}`]: (arg: StepperItemSlot<unknown>) => vue.VNode[];
|
|
78935
|
+
[x: `item.${string}`]: (arg: StepperItemSlot<unknown>) => vue.VNode[];
|
|
78936
|
+
actions: (arg: StepperVerticalItemActionSlot<unknown>) => vue.VNode[];
|
|
78464
78937
|
default: (arg: VStepperSlot & {
|
|
78465
78938
|
step: unknown;
|
|
78466
78939
|
}) => vue.VNode[];
|
|
78467
|
-
icon: (arg: StepperItemSlot) => vue.VNode[];
|
|
78468
|
-
title: (arg: StepperItemSlot) => vue.VNode[];
|
|
78469
|
-
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
|
78470
|
-
|
|
78471
|
-
|
|
78472
|
-
next: (arg: StepperItemSlot) => vue.VNode[];
|
|
78940
|
+
icon: (arg: StepperItemSlot<unknown>) => vue.VNode[];
|
|
78941
|
+
title: (arg: StepperItemSlot<unknown>) => vue.VNode[];
|
|
78942
|
+
subtitle: (arg: StepperItemSlot<unknown>) => vue.VNode[];
|
|
78943
|
+
prev: (arg: StepperVerticalItemActionSlot<unknown>) => vue.VNode[];
|
|
78944
|
+
next: (arg: StepperVerticalItemActionSlot<unknown>) => vue.VNode[];
|
|
78473
78945
|
}>>, {
|
|
78474
78946
|
P: {};
|
|
78475
78947
|
B: {};
|
|
@@ -78511,60 +78983,13 @@ declare const VStepperVertical: {
|
|
|
78511
78983
|
theme?: string | undefined;
|
|
78512
78984
|
elevation?: string | number | undefined;
|
|
78513
78985
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
78514
|
-
modelValue?: any;
|
|
78515
78986
|
rounded?: string | number | boolean | undefined;
|
|
78516
78987
|
selectedClass?: string | undefined;
|
|
78517
78988
|
bgColor?: string | undefined;
|
|
78518
78989
|
completeIcon?: IconValue | undefined;
|
|
78519
78990
|
editIcon?: IconValue | undefined;
|
|
78520
78991
|
errorIcon?: IconValue | undefined;
|
|
78521
|
-
} & {
|
|
78522
|
-
$children?: vue.VNodeChild | {
|
|
78523
|
-
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78524
|
-
[x: `item.${string}`]: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78525
|
-
actions?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78526
|
-
default?: ((arg: VStepperSlot & {
|
|
78527
|
-
step: unknown;
|
|
78528
|
-
}) => vue.VNodeChild) | undefined;
|
|
78529
|
-
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78530
|
-
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78531
|
-
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78532
|
-
item?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78533
|
-
prev?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78534
|
-
next?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78535
|
-
} | ((arg: VStepperSlot & {
|
|
78536
|
-
step: unknown;
|
|
78537
|
-
}) => vue.VNodeChild);
|
|
78538
|
-
'v-slots'?: {
|
|
78539
|
-
[x: `header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78540
|
-
[x: `item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78541
|
-
actions?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78542
|
-
default?: false | ((arg: VStepperSlot & {
|
|
78543
|
-
step: unknown;
|
|
78544
|
-
}) => vue.VNodeChild) | undefined;
|
|
78545
|
-
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78546
|
-
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78547
|
-
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78548
|
-
item?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78549
|
-
prev?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78550
|
-
next?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78551
|
-
} | undefined;
|
|
78552
|
-
} & {
|
|
78553
|
-
[x: `v-slot:header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78554
|
-
[x: `v-slot:item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78555
|
-
"v-slot:actions"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78556
|
-
"v-slot:default"?: false | ((arg: VStepperSlot & {
|
|
78557
|
-
step: unknown;
|
|
78558
|
-
}) => vue.VNodeChild) | undefined;
|
|
78559
|
-
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78560
|
-
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78561
|
-
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78562
|
-
"v-slot:item"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78563
|
-
"v-slot:prev"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78564
|
-
"v-slot:next"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78565
|
-
} & {
|
|
78566
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
78567
|
-
}, {}, {}, {}, {}, {
|
|
78992
|
+
} & {}, {}, {}, {}, {}, {
|
|
78568
78993
|
flat: boolean;
|
|
78569
78994
|
variant: "default" | "inset" | "accordion" | "popout";
|
|
78570
78995
|
style: vue.StyleValue;
|
|
@@ -78576,7 +79001,6 @@ declare const VStepperVertical: {
|
|
|
78576
79001
|
tag: string;
|
|
78577
79002
|
mandatory: boolean | "force";
|
|
78578
79003
|
focusable: boolean;
|
|
78579
|
-
modelValue: any;
|
|
78580
79004
|
rounded: string | number | boolean;
|
|
78581
79005
|
items: readonly StepperItem[];
|
|
78582
79006
|
tile: boolean;
|
|
@@ -78631,62 +79055,15 @@ declare const VStepperVertical: {
|
|
|
78631
79055
|
theme?: string | undefined;
|
|
78632
79056
|
elevation?: string | number | undefined;
|
|
78633
79057
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
78634
|
-
modelValue?: any;
|
|
78635
79058
|
rounded?: string | number | boolean | undefined;
|
|
78636
79059
|
selectedClass?: string | undefined;
|
|
78637
79060
|
bgColor?: string | undefined;
|
|
78638
79061
|
completeIcon?: IconValue | undefined;
|
|
78639
79062
|
editIcon?: IconValue | undefined;
|
|
78640
79063
|
errorIcon?: IconValue | undefined;
|
|
78641
|
-
} & {
|
|
78642
|
-
$children?: vue.VNodeChild | {
|
|
78643
|
-
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78644
|
-
[x: `item.${string}`]: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78645
|
-
actions?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78646
|
-
default?: ((arg: VStepperSlot & {
|
|
78647
|
-
step: unknown;
|
|
78648
|
-
}) => vue.VNodeChild) | undefined;
|
|
78649
|
-
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78650
|
-
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78651
|
-
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78652
|
-
item?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78653
|
-
prev?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78654
|
-
next?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78655
|
-
} | ((arg: VStepperSlot & {
|
|
78656
|
-
step: unknown;
|
|
78657
|
-
}) => vue.VNodeChild);
|
|
78658
|
-
'v-slots'?: {
|
|
78659
|
-
[x: `header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78660
|
-
[x: `item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78661
|
-
actions?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78662
|
-
default?: false | ((arg: VStepperSlot & {
|
|
78663
|
-
step: unknown;
|
|
78664
|
-
}) => vue.VNodeChild) | undefined;
|
|
78665
|
-
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78666
|
-
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78667
|
-
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78668
|
-
item?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78669
|
-
prev?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78670
|
-
next?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78671
|
-
} | undefined;
|
|
78672
|
-
} & {
|
|
78673
|
-
[x: `v-slot:header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78674
|
-
[x: `v-slot:item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78675
|
-
"v-slot:actions"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78676
|
-
"v-slot:default"?: false | ((arg: VStepperSlot & {
|
|
78677
|
-
step: unknown;
|
|
78678
|
-
}) => vue.VNodeChild) | undefined;
|
|
78679
|
-
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78680
|
-
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78681
|
-
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78682
|
-
"v-slot:item"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
78683
|
-
"v-slot:prev"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78684
|
-
"v-slot:next"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78685
|
-
} & {
|
|
78686
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
78687
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
79064
|
+
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
78688
79065
|
'update:modelValue': (val: any) => true;
|
|
78689
|
-
}, string, {
|
|
79066
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:title" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:subtitle" | "v-slot:actions" | `v-slot:item.${string}` | "v-slot:icon" | `v-slot:header-item.${string}`>, string, {
|
|
78690
79067
|
flat: boolean;
|
|
78691
79068
|
variant: "default" | "inset" | "accordion" | "popout";
|
|
78692
79069
|
style: vue.StyleValue;
|
|
@@ -78698,7 +79075,6 @@ declare const VStepperVertical: {
|
|
|
78698
79075
|
tag: string;
|
|
78699
79076
|
mandatory: boolean | "force";
|
|
78700
79077
|
focusable: boolean;
|
|
78701
|
-
modelValue: any;
|
|
78702
79078
|
rounded: string | number | boolean;
|
|
78703
79079
|
items: readonly StepperItem[];
|
|
78704
79080
|
tile: boolean;
|
|
@@ -78716,19 +79092,21 @@ declare const VStepperVertical: {
|
|
|
78716
79092
|
altLabels: boolean;
|
|
78717
79093
|
nonLinear: boolean;
|
|
78718
79094
|
}, {}, string, vue.SlotsType<Partial<{
|
|
78719
|
-
[x: `header-item.${string}`]: (arg: StepperItemSlot) => vue.VNode[];
|
|
78720
|
-
[x: `item.${string}`]: (arg:
|
|
78721
|
-
actions: (arg:
|
|
79095
|
+
[x: `header-item.${string}`]: (arg: StepperItemSlot<unknown>) => vue.VNode[];
|
|
79096
|
+
[x: `item.${string}`]: (arg: StepperItemSlot<unknown>) => vue.VNode[];
|
|
79097
|
+
actions: (arg: StepperVerticalItemActionSlot<unknown>) => vue.VNode[];
|
|
78722
79098
|
default: (arg: VStepperSlot & {
|
|
78723
79099
|
step: unknown;
|
|
78724
79100
|
}) => vue.VNode[];
|
|
78725
|
-
icon: (arg: StepperItemSlot) => vue.VNode[];
|
|
78726
|
-
title: (arg: StepperItemSlot) => vue.VNode[];
|
|
78727
|
-
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
|
78728
|
-
|
|
78729
|
-
|
|
78730
|
-
|
|
78731
|
-
|
|
79101
|
+
icon: (arg: StepperItemSlot<unknown>) => vue.VNode[];
|
|
79102
|
+
title: (arg: StepperItemSlot<unknown>) => vue.VNode[];
|
|
79103
|
+
subtitle: (arg: StepperItemSlot<unknown>) => vue.VNode[];
|
|
79104
|
+
prev: (arg: StepperVerticalItemActionSlot<unknown>) => vue.VNode[];
|
|
79105
|
+
next: (arg: StepperVerticalItemActionSlot<unknown>) => vue.VNode[];
|
|
79106
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T = number>(props: {
|
|
79107
|
+
modelValue?: T;
|
|
79108
|
+
"onUpdate:modelValue"?: (value: T) => void;
|
|
79109
|
+
}, slots: VStepperVerticalSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
|
78732
79110
|
flat: BooleanConstructor;
|
|
78733
79111
|
variant: Omit<{
|
|
78734
79112
|
type: vue.PropType<"default" | "inset" | "accordion" | "popout">;
|
|
@@ -78911,606 +79289,6 @@ declare const VStepperVertical: {
|
|
|
78911
79289
|
}>>;
|
|
78912
79290
|
type VStepperVertical = InstanceType<typeof VStepperVertical>;
|
|
78913
79291
|
|
|
78914
|
-
declare const VStepperVerticalItem: {
|
|
78915
|
-
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
78916
|
-
error: boolean;
|
|
78917
|
-
complete: boolean;
|
|
78918
|
-
style: vue.StyleValue;
|
|
78919
|
-
eager: boolean;
|
|
78920
|
-
disabled: boolean;
|
|
78921
|
-
readonly: boolean;
|
|
78922
|
-
tag: string;
|
|
78923
|
-
static: boolean;
|
|
78924
|
-
focusable: boolean;
|
|
78925
|
-
rules: readonly ValidationRule[];
|
|
78926
|
-
tile: boolean;
|
|
78927
|
-
ripple: boolean | {
|
|
78928
|
-
class: string;
|
|
78929
|
-
} | undefined;
|
|
78930
|
-
collapseIcon: IconValue;
|
|
78931
|
-
expandIcon: IconValue;
|
|
78932
|
-
hideActions: boolean;
|
|
78933
|
-
completeIcon: IconValue;
|
|
78934
|
-
editable: boolean;
|
|
78935
|
-
editIcon: IconValue;
|
|
78936
|
-
errorIcon: IconValue;
|
|
78937
|
-
} & {
|
|
78938
|
-
height?: string | number | undefined;
|
|
78939
|
-
width?: string | number | undefined;
|
|
78940
|
-
color?: string | undefined;
|
|
78941
|
-
maxHeight?: string | number | undefined;
|
|
78942
|
-
maxWidth?: string | number | undefined;
|
|
78943
|
-
minHeight?: string | number | undefined;
|
|
78944
|
-
minWidth?: string | number | undefined;
|
|
78945
|
-
value?: any;
|
|
78946
|
-
title?: string | undefined;
|
|
78947
|
-
text?: string | undefined;
|
|
78948
|
-
class?: any;
|
|
78949
|
-
icon?: IconValue | undefined;
|
|
78950
|
-
elevation?: string | number | undefined;
|
|
78951
|
-
rounded?: string | number | boolean | undefined;
|
|
78952
|
-
selectedClass?: string | undefined;
|
|
78953
|
-
bgColor?: string | undefined;
|
|
78954
|
-
subtitle?: string | undefined;
|
|
78955
|
-
} & {
|
|
78956
|
-
$children?: vue.VNodeChild | ((arg: StepperItemSlot) => vue.VNodeChild) | {
|
|
78957
|
-
default?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78958
|
-
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78959
|
-
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78960
|
-
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78961
|
-
text?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78962
|
-
prev?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78963
|
-
next?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78964
|
-
actions?: ((arg: StepperItemSlot & {
|
|
78965
|
-
next: () => void;
|
|
78966
|
-
prev: () => void;
|
|
78967
|
-
}) => vue.VNodeChild) | undefined;
|
|
78968
|
-
};
|
|
78969
|
-
'v-slots'?: {
|
|
78970
|
-
default?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78971
|
-
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78972
|
-
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78973
|
-
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78974
|
-
text?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78975
|
-
prev?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78976
|
-
next?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78977
|
-
actions?: false | ((arg: StepperItemSlot & {
|
|
78978
|
-
next: () => void;
|
|
78979
|
-
prev: () => void;
|
|
78980
|
-
}) => vue.VNodeChild) | undefined;
|
|
78981
|
-
} | undefined;
|
|
78982
|
-
} & {
|
|
78983
|
-
"v-slot:default"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78984
|
-
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78985
|
-
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78986
|
-
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78987
|
-
"v-slot:text"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78988
|
-
"v-slot:prev"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78989
|
-
"v-slot:next"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
78990
|
-
"v-slot:actions"?: false | ((arg: StepperItemSlot & {
|
|
78991
|
-
next: () => void;
|
|
78992
|
-
prev: () => void;
|
|
78993
|
-
}) => vue.VNodeChild) | undefined;
|
|
78994
|
-
} & {
|
|
78995
|
-
"onClick:prev"?: (() => any) | undefined;
|
|
78996
|
-
"onClick:next"?: (() => any) | undefined;
|
|
78997
|
-
"onClick:finish"?: (() => any) | undefined;
|
|
78998
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
78999
|
-
'click:next': () => true;
|
|
79000
|
-
'click:prev': () => true;
|
|
79001
|
-
'click:finish': () => true;
|
|
79002
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
79003
|
-
error: boolean;
|
|
79004
|
-
complete: boolean;
|
|
79005
|
-
style: vue.StyleValue;
|
|
79006
|
-
eager: boolean;
|
|
79007
|
-
disabled: boolean;
|
|
79008
|
-
readonly: boolean;
|
|
79009
|
-
tag: string;
|
|
79010
|
-
static: boolean;
|
|
79011
|
-
focusable: boolean;
|
|
79012
|
-
rules: readonly ValidationRule[];
|
|
79013
|
-
tile: boolean;
|
|
79014
|
-
ripple: boolean | {
|
|
79015
|
-
class: string;
|
|
79016
|
-
} | undefined;
|
|
79017
|
-
collapseIcon: IconValue;
|
|
79018
|
-
expandIcon: IconValue;
|
|
79019
|
-
hideActions: boolean;
|
|
79020
|
-
completeIcon: IconValue;
|
|
79021
|
-
editable: boolean;
|
|
79022
|
-
editIcon: IconValue;
|
|
79023
|
-
errorIcon: IconValue;
|
|
79024
|
-
} & {
|
|
79025
|
-
height?: string | number | undefined;
|
|
79026
|
-
width?: string | number | undefined;
|
|
79027
|
-
color?: string | undefined;
|
|
79028
|
-
maxHeight?: string | number | undefined;
|
|
79029
|
-
maxWidth?: string | number | undefined;
|
|
79030
|
-
minHeight?: string | number | undefined;
|
|
79031
|
-
minWidth?: string | number | undefined;
|
|
79032
|
-
value?: any;
|
|
79033
|
-
title?: string | undefined;
|
|
79034
|
-
text?: string | undefined;
|
|
79035
|
-
class?: any;
|
|
79036
|
-
icon?: IconValue | undefined;
|
|
79037
|
-
elevation?: string | number | undefined;
|
|
79038
|
-
rounded?: string | number | boolean | undefined;
|
|
79039
|
-
selectedClass?: string | undefined;
|
|
79040
|
-
bgColor?: string | undefined;
|
|
79041
|
-
subtitle?: string | undefined;
|
|
79042
|
-
} & {
|
|
79043
|
-
$children?: vue.VNodeChild | ((arg: StepperItemSlot) => vue.VNodeChild) | {
|
|
79044
|
-
default?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79045
|
-
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79046
|
-
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79047
|
-
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79048
|
-
text?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79049
|
-
prev?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79050
|
-
next?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79051
|
-
actions?: ((arg: StepperItemSlot & {
|
|
79052
|
-
next: () => void;
|
|
79053
|
-
prev: () => void;
|
|
79054
|
-
}) => vue.VNodeChild) | undefined;
|
|
79055
|
-
};
|
|
79056
|
-
'v-slots'?: {
|
|
79057
|
-
default?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79058
|
-
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79059
|
-
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79060
|
-
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79061
|
-
text?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79062
|
-
prev?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79063
|
-
next?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79064
|
-
actions?: false | ((arg: StepperItemSlot & {
|
|
79065
|
-
next: () => void;
|
|
79066
|
-
prev: () => void;
|
|
79067
|
-
}) => vue.VNodeChild) | undefined;
|
|
79068
|
-
} | undefined;
|
|
79069
|
-
} & {
|
|
79070
|
-
"v-slot:default"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79071
|
-
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79072
|
-
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79073
|
-
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79074
|
-
"v-slot:text"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79075
|
-
"v-slot:prev"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79076
|
-
"v-slot:next"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79077
|
-
"v-slot:actions"?: false | ((arg: StepperItemSlot & {
|
|
79078
|
-
next: () => void;
|
|
79079
|
-
prev: () => void;
|
|
79080
|
-
}) => vue.VNodeChild) | undefined;
|
|
79081
|
-
} & {
|
|
79082
|
-
"onClick:prev"?: (() => any) | undefined;
|
|
79083
|
-
"onClick:next"?: (() => any) | undefined;
|
|
79084
|
-
"onClick:finish"?: (() => any) | undefined;
|
|
79085
|
-
}, {
|
|
79086
|
-
error: boolean;
|
|
79087
|
-
complete: boolean;
|
|
79088
|
-
style: vue.StyleValue;
|
|
79089
|
-
eager: boolean;
|
|
79090
|
-
disabled: boolean;
|
|
79091
|
-
readonly: boolean;
|
|
79092
|
-
tag: string;
|
|
79093
|
-
static: boolean;
|
|
79094
|
-
focusable: boolean;
|
|
79095
|
-
rules: readonly ValidationRule[];
|
|
79096
|
-
rounded: string | number | boolean;
|
|
79097
|
-
tile: boolean;
|
|
79098
|
-
ripple: boolean | {
|
|
79099
|
-
class: string;
|
|
79100
|
-
} | undefined;
|
|
79101
|
-
collapseIcon: IconValue;
|
|
79102
|
-
expandIcon: IconValue;
|
|
79103
|
-
hideActions: boolean;
|
|
79104
|
-
completeIcon: IconValue;
|
|
79105
|
-
editable: boolean;
|
|
79106
|
-
editIcon: IconValue;
|
|
79107
|
-
errorIcon: IconValue;
|
|
79108
|
-
}, true, {}, vue.SlotsType<Partial<{
|
|
79109
|
-
default: (arg: StepperItemSlot) => vue.VNode[];
|
|
79110
|
-
icon: (arg: StepperItemSlot) => vue.VNode[];
|
|
79111
|
-
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
|
79112
|
-
title: (arg: StepperItemSlot) => vue.VNode[];
|
|
79113
|
-
text: (arg: StepperItemSlot) => vue.VNode[];
|
|
79114
|
-
prev: (arg: StepperItemSlot) => vue.VNode[];
|
|
79115
|
-
next: (arg: StepperItemSlot) => vue.VNode[];
|
|
79116
|
-
actions: (arg: StepperItemSlot & {
|
|
79117
|
-
next: () => void;
|
|
79118
|
-
prev: () => void;
|
|
79119
|
-
}) => vue.VNode[];
|
|
79120
|
-
}>>, {
|
|
79121
|
-
P: {};
|
|
79122
|
-
B: {};
|
|
79123
|
-
D: {};
|
|
79124
|
-
C: {};
|
|
79125
|
-
M: {};
|
|
79126
|
-
Defaults: {};
|
|
79127
|
-
}, {
|
|
79128
|
-
error: boolean;
|
|
79129
|
-
complete: boolean;
|
|
79130
|
-
style: vue.StyleValue;
|
|
79131
|
-
eager: boolean;
|
|
79132
|
-
disabled: boolean;
|
|
79133
|
-
readonly: boolean;
|
|
79134
|
-
tag: string;
|
|
79135
|
-
static: boolean;
|
|
79136
|
-
focusable: boolean;
|
|
79137
|
-
rules: readonly ValidationRule[];
|
|
79138
|
-
tile: boolean;
|
|
79139
|
-
ripple: boolean | {
|
|
79140
|
-
class: string;
|
|
79141
|
-
} | undefined;
|
|
79142
|
-
collapseIcon: IconValue;
|
|
79143
|
-
expandIcon: IconValue;
|
|
79144
|
-
hideActions: boolean;
|
|
79145
|
-
completeIcon: IconValue;
|
|
79146
|
-
editable: boolean;
|
|
79147
|
-
editIcon: IconValue;
|
|
79148
|
-
errorIcon: IconValue;
|
|
79149
|
-
} & {
|
|
79150
|
-
height?: string | number | undefined;
|
|
79151
|
-
width?: string | number | undefined;
|
|
79152
|
-
color?: string | undefined;
|
|
79153
|
-
maxHeight?: string | number | undefined;
|
|
79154
|
-
maxWidth?: string | number | undefined;
|
|
79155
|
-
minHeight?: string | number | undefined;
|
|
79156
|
-
minWidth?: string | number | undefined;
|
|
79157
|
-
value?: any;
|
|
79158
|
-
title?: string | undefined;
|
|
79159
|
-
text?: string | undefined;
|
|
79160
|
-
class?: any;
|
|
79161
|
-
icon?: IconValue | undefined;
|
|
79162
|
-
elevation?: string | number | undefined;
|
|
79163
|
-
rounded?: string | number | boolean | undefined;
|
|
79164
|
-
selectedClass?: string | undefined;
|
|
79165
|
-
bgColor?: string | undefined;
|
|
79166
|
-
subtitle?: string | undefined;
|
|
79167
|
-
} & {
|
|
79168
|
-
$children?: vue.VNodeChild | ((arg: StepperItemSlot) => vue.VNodeChild) | {
|
|
79169
|
-
default?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79170
|
-
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79171
|
-
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79172
|
-
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79173
|
-
text?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79174
|
-
prev?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79175
|
-
next?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79176
|
-
actions?: ((arg: StepperItemSlot & {
|
|
79177
|
-
next: () => void;
|
|
79178
|
-
prev: () => void;
|
|
79179
|
-
}) => vue.VNodeChild) | undefined;
|
|
79180
|
-
};
|
|
79181
|
-
'v-slots'?: {
|
|
79182
|
-
default?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79183
|
-
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79184
|
-
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79185
|
-
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79186
|
-
text?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79187
|
-
prev?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79188
|
-
next?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79189
|
-
actions?: false | ((arg: StepperItemSlot & {
|
|
79190
|
-
next: () => void;
|
|
79191
|
-
prev: () => void;
|
|
79192
|
-
}) => vue.VNodeChild) | undefined;
|
|
79193
|
-
} | undefined;
|
|
79194
|
-
} & {
|
|
79195
|
-
"v-slot:default"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79196
|
-
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79197
|
-
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79198
|
-
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79199
|
-
"v-slot:text"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79200
|
-
"v-slot:prev"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79201
|
-
"v-slot:next"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79202
|
-
"v-slot:actions"?: false | ((arg: StepperItemSlot & {
|
|
79203
|
-
next: () => void;
|
|
79204
|
-
prev: () => void;
|
|
79205
|
-
}) => vue.VNodeChild) | undefined;
|
|
79206
|
-
} & {
|
|
79207
|
-
"onClick:prev"?: (() => any) | undefined;
|
|
79208
|
-
"onClick:next"?: (() => any) | undefined;
|
|
79209
|
-
"onClick:finish"?: (() => any) | undefined;
|
|
79210
|
-
}, {}, {}, {}, {}, {
|
|
79211
|
-
error: boolean;
|
|
79212
|
-
complete: boolean;
|
|
79213
|
-
style: vue.StyleValue;
|
|
79214
|
-
eager: boolean;
|
|
79215
|
-
disabled: boolean;
|
|
79216
|
-
readonly: boolean;
|
|
79217
|
-
tag: string;
|
|
79218
|
-
static: boolean;
|
|
79219
|
-
focusable: boolean;
|
|
79220
|
-
rules: readonly ValidationRule[];
|
|
79221
|
-
rounded: string | number | boolean;
|
|
79222
|
-
tile: boolean;
|
|
79223
|
-
ripple: boolean | {
|
|
79224
|
-
class: string;
|
|
79225
|
-
} | undefined;
|
|
79226
|
-
collapseIcon: IconValue;
|
|
79227
|
-
expandIcon: IconValue;
|
|
79228
|
-
hideActions: boolean;
|
|
79229
|
-
completeIcon: IconValue;
|
|
79230
|
-
editable: boolean;
|
|
79231
|
-
editIcon: IconValue;
|
|
79232
|
-
errorIcon: IconValue;
|
|
79233
|
-
}>;
|
|
79234
|
-
__isFragment?: never;
|
|
79235
|
-
__isTeleport?: never;
|
|
79236
|
-
__isSuspense?: never;
|
|
79237
|
-
} & vue.ComponentOptionsBase<{
|
|
79238
|
-
error: boolean;
|
|
79239
|
-
complete: boolean;
|
|
79240
|
-
style: vue.StyleValue;
|
|
79241
|
-
eager: boolean;
|
|
79242
|
-
disabled: boolean;
|
|
79243
|
-
readonly: boolean;
|
|
79244
|
-
tag: string;
|
|
79245
|
-
static: boolean;
|
|
79246
|
-
focusable: boolean;
|
|
79247
|
-
rules: readonly ValidationRule[];
|
|
79248
|
-
tile: boolean;
|
|
79249
|
-
ripple: boolean | {
|
|
79250
|
-
class: string;
|
|
79251
|
-
} | undefined;
|
|
79252
|
-
collapseIcon: IconValue;
|
|
79253
|
-
expandIcon: IconValue;
|
|
79254
|
-
hideActions: boolean;
|
|
79255
|
-
completeIcon: IconValue;
|
|
79256
|
-
editable: boolean;
|
|
79257
|
-
editIcon: IconValue;
|
|
79258
|
-
errorIcon: IconValue;
|
|
79259
|
-
} & {
|
|
79260
|
-
height?: string | number | undefined;
|
|
79261
|
-
width?: string | number | undefined;
|
|
79262
|
-
color?: string | undefined;
|
|
79263
|
-
maxHeight?: string | number | undefined;
|
|
79264
|
-
maxWidth?: string | number | undefined;
|
|
79265
|
-
minHeight?: string | number | undefined;
|
|
79266
|
-
minWidth?: string | number | undefined;
|
|
79267
|
-
value?: any;
|
|
79268
|
-
title?: string | undefined;
|
|
79269
|
-
text?: string | undefined;
|
|
79270
|
-
class?: any;
|
|
79271
|
-
icon?: IconValue | undefined;
|
|
79272
|
-
elevation?: string | number | undefined;
|
|
79273
|
-
rounded?: string | number | boolean | undefined;
|
|
79274
|
-
selectedClass?: string | undefined;
|
|
79275
|
-
bgColor?: string | undefined;
|
|
79276
|
-
subtitle?: string | undefined;
|
|
79277
|
-
} & {
|
|
79278
|
-
$children?: vue.VNodeChild | ((arg: StepperItemSlot) => vue.VNodeChild) | {
|
|
79279
|
-
default?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79280
|
-
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79281
|
-
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79282
|
-
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79283
|
-
text?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79284
|
-
prev?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79285
|
-
next?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79286
|
-
actions?: ((arg: StepperItemSlot & {
|
|
79287
|
-
next: () => void;
|
|
79288
|
-
prev: () => void;
|
|
79289
|
-
}) => vue.VNodeChild) | undefined;
|
|
79290
|
-
};
|
|
79291
|
-
'v-slots'?: {
|
|
79292
|
-
default?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79293
|
-
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79294
|
-
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79295
|
-
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79296
|
-
text?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79297
|
-
prev?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79298
|
-
next?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79299
|
-
actions?: false | ((arg: StepperItemSlot & {
|
|
79300
|
-
next: () => void;
|
|
79301
|
-
prev: () => void;
|
|
79302
|
-
}) => vue.VNodeChild) | undefined;
|
|
79303
|
-
} | undefined;
|
|
79304
|
-
} & {
|
|
79305
|
-
"v-slot:default"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79306
|
-
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79307
|
-
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79308
|
-
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79309
|
-
"v-slot:text"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79310
|
-
"v-slot:prev"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79311
|
-
"v-slot:next"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
79312
|
-
"v-slot:actions"?: false | ((arg: StepperItemSlot & {
|
|
79313
|
-
next: () => void;
|
|
79314
|
-
prev: () => void;
|
|
79315
|
-
}) => vue.VNodeChild) | undefined;
|
|
79316
|
-
} & {
|
|
79317
|
-
"onClick:prev"?: (() => any) | undefined;
|
|
79318
|
-
"onClick:next"?: (() => any) | undefined;
|
|
79319
|
-
"onClick:finish"?: (() => any) | undefined;
|
|
79320
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
79321
|
-
'click:next': () => true;
|
|
79322
|
-
'click:prev': () => true;
|
|
79323
|
-
'click:finish': () => true;
|
|
79324
|
-
}, string, {
|
|
79325
|
-
error: boolean;
|
|
79326
|
-
complete: boolean;
|
|
79327
|
-
style: vue.StyleValue;
|
|
79328
|
-
eager: boolean;
|
|
79329
|
-
disabled: boolean;
|
|
79330
|
-
readonly: boolean;
|
|
79331
|
-
tag: string;
|
|
79332
|
-
static: boolean;
|
|
79333
|
-
focusable: boolean;
|
|
79334
|
-
rules: readonly ValidationRule[];
|
|
79335
|
-
rounded: string | number | boolean;
|
|
79336
|
-
tile: boolean;
|
|
79337
|
-
ripple: boolean | {
|
|
79338
|
-
class: string;
|
|
79339
|
-
} | undefined;
|
|
79340
|
-
collapseIcon: IconValue;
|
|
79341
|
-
expandIcon: IconValue;
|
|
79342
|
-
hideActions: boolean;
|
|
79343
|
-
completeIcon: IconValue;
|
|
79344
|
-
editable: boolean;
|
|
79345
|
-
editIcon: IconValue;
|
|
79346
|
-
errorIcon: IconValue;
|
|
79347
|
-
}, {}, string, vue.SlotsType<Partial<{
|
|
79348
|
-
default: (arg: StepperItemSlot) => vue.VNode[];
|
|
79349
|
-
icon: (arg: StepperItemSlot) => vue.VNode[];
|
|
79350
|
-
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
|
79351
|
-
title: (arg: StepperItemSlot) => vue.VNode[];
|
|
79352
|
-
text: (arg: StepperItemSlot) => vue.VNode[];
|
|
79353
|
-
prev: (arg: StepperItemSlot) => vue.VNode[];
|
|
79354
|
-
next: (arg: StepperItemSlot) => vue.VNode[];
|
|
79355
|
-
actions: (arg: StepperItemSlot & {
|
|
79356
|
-
next: () => void;
|
|
79357
|
-
prev: () => void;
|
|
79358
|
-
}) => vue.VNode[];
|
|
79359
|
-
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
79360
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
79361
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
79362
|
-
color: StringConstructor;
|
|
79363
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
79364
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
79365
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
79366
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
79367
|
-
value: null;
|
|
79368
|
-
style: {
|
|
79369
|
-
type: vue.PropType<vue.StyleValue>;
|
|
79370
|
-
default: null;
|
|
79371
|
-
};
|
|
79372
|
-
title: StringConstructor;
|
|
79373
|
-
text: StringConstructor;
|
|
79374
|
-
eager: BooleanConstructor;
|
|
79375
|
-
disabled: BooleanConstructor;
|
|
79376
|
-
readonly: BooleanConstructor;
|
|
79377
|
-
class: vue.PropType<ClassValue>;
|
|
79378
|
-
tag: {
|
|
79379
|
-
type: StringConstructor;
|
|
79380
|
-
default: string;
|
|
79381
|
-
};
|
|
79382
|
-
static: BooleanConstructor;
|
|
79383
|
-
elevation: {
|
|
79384
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
79385
|
-
validator(v: any): boolean;
|
|
79386
|
-
};
|
|
79387
|
-
focusable: BooleanConstructor;
|
|
79388
|
-
rounded: {
|
|
79389
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
79390
|
-
default: undefined;
|
|
79391
|
-
};
|
|
79392
|
-
tile: BooleanConstructor;
|
|
79393
|
-
selectedClass: StringConstructor;
|
|
79394
|
-
bgColor: StringConstructor;
|
|
79395
|
-
ripple: {
|
|
79396
|
-
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
|
79397
|
-
default: boolean;
|
|
79398
|
-
};
|
|
79399
|
-
collapseIcon: Omit<{
|
|
79400
|
-
type: vue.PropType<IconValue>;
|
|
79401
|
-
default: string;
|
|
79402
|
-
}, "type" | "default"> & {
|
|
79403
|
-
type: vue.PropType<IconValue>;
|
|
79404
|
-
default: NonNullable<IconValue>;
|
|
79405
|
-
};
|
|
79406
|
-
expandIcon: Omit<{
|
|
79407
|
-
type: vue.PropType<IconValue>;
|
|
79408
|
-
default: string;
|
|
79409
|
-
}, "type" | "default"> & {
|
|
79410
|
-
type: vue.PropType<IconValue>;
|
|
79411
|
-
default: NonNullable<IconValue>;
|
|
79412
|
-
};
|
|
79413
|
-
subtitle: StringConstructor;
|
|
79414
|
-
complete: BooleanConstructor;
|
|
79415
|
-
completeIcon: {
|
|
79416
|
-
type: vue.PropType<IconValue>;
|
|
79417
|
-
default: string;
|
|
79418
|
-
};
|
|
79419
|
-
editable: BooleanConstructor;
|
|
79420
|
-
editIcon: {
|
|
79421
|
-
type: vue.PropType<IconValue>;
|
|
79422
|
-
default: string;
|
|
79423
|
-
};
|
|
79424
|
-
error: BooleanConstructor;
|
|
79425
|
-
errorIcon: {
|
|
79426
|
-
type: vue.PropType<IconValue>;
|
|
79427
|
-
default: string;
|
|
79428
|
-
};
|
|
79429
|
-
icon: vue.PropType<IconValue>;
|
|
79430
|
-
rules: {
|
|
79431
|
-
type: vue.PropType<readonly ValidationRule[]>;
|
|
79432
|
-
default: () => never[];
|
|
79433
|
-
};
|
|
79434
|
-
hideActions: BooleanConstructor;
|
|
79435
|
-
}, vue.ExtractPropTypes<{
|
|
79436
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
79437
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
79438
|
-
color: StringConstructor;
|
|
79439
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
79440
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
79441
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
79442
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
79443
|
-
value: null;
|
|
79444
|
-
style: {
|
|
79445
|
-
type: vue.PropType<vue.StyleValue>;
|
|
79446
|
-
default: null;
|
|
79447
|
-
};
|
|
79448
|
-
title: StringConstructor;
|
|
79449
|
-
text: StringConstructor;
|
|
79450
|
-
eager: BooleanConstructor;
|
|
79451
|
-
disabled: BooleanConstructor;
|
|
79452
|
-
readonly: BooleanConstructor;
|
|
79453
|
-
class: vue.PropType<ClassValue>;
|
|
79454
|
-
tag: {
|
|
79455
|
-
type: StringConstructor;
|
|
79456
|
-
default: string;
|
|
79457
|
-
};
|
|
79458
|
-
static: BooleanConstructor;
|
|
79459
|
-
elevation: {
|
|
79460
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
79461
|
-
validator(v: any): boolean;
|
|
79462
|
-
};
|
|
79463
|
-
focusable: BooleanConstructor;
|
|
79464
|
-
rounded: {
|
|
79465
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
79466
|
-
default: undefined;
|
|
79467
|
-
};
|
|
79468
|
-
tile: BooleanConstructor;
|
|
79469
|
-
selectedClass: StringConstructor;
|
|
79470
|
-
bgColor: StringConstructor;
|
|
79471
|
-
ripple: {
|
|
79472
|
-
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
|
79473
|
-
default: boolean;
|
|
79474
|
-
};
|
|
79475
|
-
collapseIcon: Omit<{
|
|
79476
|
-
type: vue.PropType<IconValue>;
|
|
79477
|
-
default: string;
|
|
79478
|
-
}, "type" | "default"> & {
|
|
79479
|
-
type: vue.PropType<IconValue>;
|
|
79480
|
-
default: NonNullable<IconValue>;
|
|
79481
|
-
};
|
|
79482
|
-
expandIcon: Omit<{
|
|
79483
|
-
type: vue.PropType<IconValue>;
|
|
79484
|
-
default: string;
|
|
79485
|
-
}, "type" | "default"> & {
|
|
79486
|
-
type: vue.PropType<IconValue>;
|
|
79487
|
-
default: NonNullable<IconValue>;
|
|
79488
|
-
};
|
|
79489
|
-
subtitle: StringConstructor;
|
|
79490
|
-
complete: BooleanConstructor;
|
|
79491
|
-
completeIcon: {
|
|
79492
|
-
type: vue.PropType<IconValue>;
|
|
79493
|
-
default: string;
|
|
79494
|
-
};
|
|
79495
|
-
editable: BooleanConstructor;
|
|
79496
|
-
editIcon: {
|
|
79497
|
-
type: vue.PropType<IconValue>;
|
|
79498
|
-
default: string;
|
|
79499
|
-
};
|
|
79500
|
-
error: BooleanConstructor;
|
|
79501
|
-
errorIcon: {
|
|
79502
|
-
type: vue.PropType<IconValue>;
|
|
79503
|
-
default: string;
|
|
79504
|
-
};
|
|
79505
|
-
icon: vue.PropType<IconValue>;
|
|
79506
|
-
rules: {
|
|
79507
|
-
type: vue.PropType<readonly ValidationRule[]>;
|
|
79508
|
-
default: () => never[];
|
|
79509
|
-
};
|
|
79510
|
-
hideActions: BooleanConstructor;
|
|
79511
|
-
}>>;
|
|
79512
|
-
type VStepperVerticalItem = InstanceType<typeof VStepperVerticalItem>;
|
|
79513
|
-
|
|
79514
79292
|
declare const VStepperVerticalActions: {
|
|
79515
79293
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
79516
79294
|
disabled: boolean | "next" | "prev";
|