@vuetify/nightly 3.7.19-master.2025-03-27 → 3.7.19-master.2025-03-29
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/CHANGELOG.md +5 -3
- package/dist/json/attributes.json +1877 -1877
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +3560 -3560
- package/dist/vuetify-labs.css +3328 -3328
- package/dist/vuetify-labs.esm.js +3 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4216 -4216
- package/dist/vuetify.d.ts +60 -60
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VDateInput/VDateInput.mjs +0 -1
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67141,41 +67141,42 @@ declare module 'vue' {
|
|
67141
67141
|
}
|
67142
67142
|
export interface GlobalComponents {
|
67143
67143
|
VApp: typeof import('vuetify/components')['VApp']
|
67144
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67144
67145
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67145
67146
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67146
67147
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67147
|
-
|
67148
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67148
67149
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67149
67150
|
VAlert: typeof import('vuetify/components')['VAlert']
|
67150
67151
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67151
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67152
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
67153
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67154
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
67155
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67156
67152
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67157
67153
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67158
67154
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67159
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67160
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67161
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67162
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67163
67155
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67164
67156
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67165
67157
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67166
|
-
|
67167
|
-
|
67168
|
-
|
67158
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
67159
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67160
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67161
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67169
67162
|
VCard: typeof import('vuetify/components')['VCard']
|
67170
67163
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67171
67164
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67172
67165
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67173
67166
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67174
67167
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67168
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67175
67169
|
VCode: typeof import('vuetify/components')['VCode']
|
67170
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67171
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67172
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67173
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67174
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67176
67175
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67176
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67177
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67177
67178
|
VCounter: typeof import('vuetify/components')['VCounter']
|
67178
|
-
|
67179
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67179
67180
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67180
67181
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67181
67182
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67183,38 +67184,34 @@ declare module 'vue' {
|
|
67183
67184
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67184
67185
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67185
67186
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67187
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67188
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67189
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67190
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67191
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67192
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67186
67193
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67187
67194
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67188
67195
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67189
67196
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67190
67197
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67191
67198
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67192
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
67193
|
-
VField: typeof import('vuetify/components')['VField']
|
67194
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67195
67199
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67196
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67197
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67198
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67199
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67200
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67201
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67202
67200
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67203
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
67204
67201
|
VImg: typeof import('vuetify/components')['VImg']
|
67202
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67203
|
+
VField: typeof import('vuetify/components')['VField']
|
67204
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67205
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67205
67206
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67206
67207
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67207
67208
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67208
67209
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67209
67210
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67210
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67211
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67212
|
-
VItem: typeof import('vuetify/components')['VItem']
|
67213
67211
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67214
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67215
67212
|
VKbd: typeof import('vuetify/components')['VKbd']
|
67216
|
-
|
67217
|
-
|
67213
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67214
|
+
VItem: typeof import('vuetify/components')['VItem']
|
67218
67215
|
VList: typeof import('vuetify/components')['VList']
|
67219
67216
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67220
67217
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67224,69 +67221,72 @@ declare module 'vue' {
|
|
67224
67221
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67225
67222
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67226
67223
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67224
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67225
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67226
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67227
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67228
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67227
67229
|
VMain: typeof import('vuetify/components')['VMain']
|
67228
67230
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67229
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67230
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67231
67231
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67232
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67233
67232
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67233
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67234
67234
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67235
|
-
|
67235
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67236
67236
|
VRating: typeof import('vuetify/components')['VRating']
|
67237
67237
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67238
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67239
67238
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67240
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67241
67239
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67242
67240
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67243
|
-
VStepper: typeof import('vuetify/components')['VStepper']
|
67244
|
-
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67245
|
-
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67246
|
-
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67247
|
-
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67248
|
-
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67249
67241
|
VSlider: typeof import('vuetify/components')['VSlider']
|
67242
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67250
67243
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67251
67244
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67245
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67246
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67247
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67248
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67249
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67252
67250
|
VTab: typeof import('vuetify/components')['VTab']
|
67253
67251
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67254
67252
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67255
67253
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67256
67254
|
VTable: typeof import('vuetify/components')['VTable']
|
67257
|
-
|
67258
|
-
|
67255
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67256
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67259
67257
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67260
67258
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67261
67259
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67262
|
-
|
67263
|
-
|
67264
|
-
|
67265
|
-
|
67260
|
+
VStepper: typeof import('vuetify/components')['VStepper']
|
67261
|
+
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67262
|
+
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67263
|
+
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67264
|
+
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67265
|
+
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67266
67266
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67267
67267
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67268
67268
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67269
67269
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67270
67270
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67271
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67272
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67271
67273
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67272
67274
|
VCol: typeof import('vuetify/components')['VCol']
|
67273
67275
|
VRow: typeof import('vuetify/components')['VRow']
|
67274
67276
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67275
|
-
VForm: typeof import('vuetify/components')['VForm']
|
67276
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67277
67277
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67278
67278
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67279
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67280
67279
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67280
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67281
67281
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67282
67282
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67283
67283
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67284
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67285
67284
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67286
|
-
|
67285
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67287
67286
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67288
|
-
|
67287
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67289
67288
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67289
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67290
67290
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67291
67291
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67292
67292
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -67304,28 +67304,28 @@ declare module 'vue' {
|
|
67304
67304
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67305
67305
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67306
67306
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67307
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67308
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67307
67309
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67308
67310
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67309
67311
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67310
67312
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67311
67313
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67312
67314
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67313
|
-
|
67314
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67315
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67316
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67315
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67317
67316
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67318
67317
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67319
67318
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67320
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67321
67319
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67322
67320
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67323
67321
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67322
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67323
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67324
67324
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67325
67325
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67326
67326
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67327
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67328
67327
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67328
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67329
67329
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67330
67330
|
}
|
67331
67331
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.19-master.2025-03-
|
2
|
+
* Vuetify v3.7.19-master.2025-03-29
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28462,7 +28462,7 @@ function createVuetify$1() {
|
|
28462
28462
|
goTo
|
28463
28463
|
};
|
28464
28464
|
}
|
28465
|
-
const version$1 = "3.7.19-master.2025-03-
|
28465
|
+
const version$1 = "3.7.19-master.2025-03-29";
|
28466
28466
|
createVuetify$1.version = version$1;
|
28467
28467
|
|
28468
28468
|
// Vue's inject() can only be used in setup
|
@@ -28487,7 +28487,7 @@ const createVuetify = function () {
|
|
28487
28487
|
...options
|
28488
28488
|
});
|
28489
28489
|
};
|
28490
|
-
const version = "3.7.19-master.2025-03-
|
28490
|
+
const version = "3.7.19-master.2025-03-29";
|
28491
28491
|
createVuetify.version = version;
|
28492
28492
|
|
28493
28493
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.19-master.2025-03-
|
2
|
+
* Vuetify v3.7.19-master.2025-03-29
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28466,7 +28466,7 @@
|
|
28466
28466
|
goTo
|
28467
28467
|
};
|
28468
28468
|
}
|
28469
|
-
const version$1 = "3.7.19-master.2025-03-
|
28469
|
+
const version$1 = "3.7.19-master.2025-03-29";
|
28470
28470
|
createVuetify$1.version = version$1;
|
28471
28471
|
|
28472
28472
|
// Vue's inject() can only be used in setup
|
@@ -28491,7 +28491,7 @@
|
|
28491
28491
|
...options
|
28492
28492
|
});
|
28493
28493
|
};
|
28494
|
-
const version = "3.7.19-master.2025-03-
|
28494
|
+
const version = "3.7.19-master.2025-03-29";
|
28495
28495
|
createVuetify.version = version;
|
28496
28496
|
|
28497
28497
|
exports.blueprints = index;
|