@vuetify/nightly 3.4.0-alpha.1-dev.2023-10-21 → 3.4.0-alpha.1-dev.2023-10-26
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 +6 -3
- package/dist/_component-variables-labs.sass +1 -4
- package/dist/_component-variables.sass +3 -0
- package/dist/json/attributes.json +26 -26
- package/dist/json/importMap-labs.json +20 -52
- package/dist/json/importMap.json +56 -24
- package/dist/json/web-types.json +30 -30
- package/dist/vuetify-labs.css +725 -724
- package/dist/vuetify-labs.d.ts +41344 -36620
- package/dist/vuetify-labs.esm.js +5358 -5336
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5357 -5335
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +385 -13
- package/dist/vuetify.d.ts +19744 -12997
- package/dist/vuetify.esm.js +735 -145
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +734 -144
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +808 -779
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +114 -106
- package/lib/components/VApp/index.d.mts +24 -47
- package/lib/components/VAppBar/index.d.mts +219 -175
- package/lib/components/VAutocomplete/VAutocomplete.mjs +13 -10
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +1203 -551
- package/lib/components/VAvatar/index.d.mts +45 -53
- package/lib/components/VBadge/index.d.mts +66 -58
- package/lib/components/VBanner/index.d.mts +106 -146
- package/lib/components/VBottomNavigation/index.d.mts +72 -63
- package/lib/{labs → components}/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -0
- package/lib/{labs → components}/VBottomSheet/index.d.mts +153 -83
- package/lib/components/VBottomSheet/index.mjs.map +1 -0
- package/lib/components/VBreadcrumbs/index.d.mts +89 -147
- package/lib/components/VBtn/index.d.mts +107 -66
- package/lib/components/VBtnGroup/index.d.mts +38 -51
- package/lib/components/VBtnToggle/index.d.mts +53 -55
- package/lib/components/VCard/index.d.mts +238 -298
- package/lib/components/VCarousel/index.d.mts +251 -131
- package/lib/components/VCheckbox/index.d.mts +259 -146
- package/lib/components/VChip/index.d.mts +157 -76
- package/lib/components/VChipGroup/index.d.mts +76 -55
- package/lib/components/VCode/index.d.mts +21 -46
- package/lib/components/VColorPicker/index.d.mts +112 -61
- package/lib/components/VCombobox/VCombobox.mjs +13 -10
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +1203 -551
- package/lib/components/VCounter/index.d.mts +45 -57
- package/lib/components/VDefaultsProvider/index.d.mts +24 -49
- package/lib/components/VDialog/index.d.mts +583 -329
- package/lib/components/VDivider/index.d.mts +30 -49
- package/lib/components/VExpansionPanel/index.d.mts +188 -212
- package/lib/components/VField/index.d.mts +88 -105
- package/lib/components/VFileInput/index.d.mts +472 -287
- package/lib/components/VFooter/index.d.mts +42 -52
- package/lib/components/VForm/index.d.mts +149 -51
- package/lib/components/VGrid/index.d.mts +146 -196
- package/lib/components/VHover/index.d.mts +37 -49
- package/lib/components/VIcon/index.d.mts +79 -234
- package/lib/components/VImg/index.d.mts +80 -61
- package/lib/components/VInput/index.d.mts +90 -66
- package/lib/components/VItemGroup/index.d.mts +115 -99
- package/lib/components/VKbd/index.d.mts +21 -46
- package/lib/components/VLabel/index.d.mts +24 -47
- package/lib/components/VLayout/index.d.mts +55 -96
- package/lib/components/VLazy/index.d.mts +43 -50
- package/lib/components/VList/index.d.mts +403 -468
- package/lib/components/VLocaleProvider/index.d.mts +24 -46
- package/lib/components/VMain/index.d.mts +24 -47
- package/lib/components/VMenu/index.d.mts +573 -324
- package/lib/components/VMessages/index.d.mts +41 -49
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +1 -0
- package/lib/components/VNavigationDrawer/index.d.mts +95 -67
- package/lib/components/VOverlay/index.d.mts +138 -76
- package/lib/components/VPagination/index.d.mts +114 -73
- package/lib/components/VParallax/index.d.mts +31 -47
- package/lib/components/VProgressCircular/index.d.mts +48 -53
- package/lib/components/VProgressLinear/index.d.mts +84 -63
- package/lib/components/VRadio/index.d.mts +93 -61
- package/lib/components/VRadioGroup/index.d.mts +130 -77
- package/lib/components/VRangeSlider/index.d.mts +169 -86
- package/lib/components/VRating/index.d.mts +75 -62
- package/lib/components/VResponsive/index.d.mts +33 -47
- package/lib/components/VSelect/VSelect.mjs +13 -10
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1191 -546
- package/lib/components/VSelectionControl/index.d.mts +48 -53
- package/lib/components/VSelectionControlGroup/index.d.mts +58 -57
- package/lib/components/VSheet/index.d.mts +37 -48
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -0
- package/lib/{labs → components}/VSkeletonLoader/index.d.mts +36 -51
- package/lib/components/VSkeletonLoader/index.mjs.map +1 -0
- package/lib/components/VSlideGroup/index.d.mts +106 -105
- package/lib/components/VSlider/index.d.mts +166 -85
- package/lib/components/VSnackbar/index.d.mts +572 -324
- package/lib/components/VStepper/VStepper.mjs +137 -98
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.sass +38 -198
- package/lib/{labs → components}/VStepper/VStepperActions.mjs +2 -2
- package/lib/components/VStepper/VStepperActions.mjs.map +1 -0
- package/lib/components/VStepper/VStepperHeader.mjs.map +1 -0
- package/lib/{labs → components}/VStepper/VStepperItem.mjs +2 -2
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -0
- package/lib/{labs → components}/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -0
- package/lib/{labs → components}/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -0
- package/lib/components/VStepper/_variables.scss +21 -31
- package/lib/{labs → components}/VStepper/index.d.mts +368 -340
- package/lib/components/VStepper/index.mjs +6 -17
- package/lib/components/VStepper/index.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +168 -86
- package/lib/components/VSystemBar/index.d.mts +39 -51
- package/lib/components/VTable/index.d.mts +45 -51
- package/lib/components/VTabs/index.d.mts +177 -132
- package/lib/components/VTextField/index.d.mts +665 -470
- package/lib/components/VTextarea/index.d.mts +469 -297
- package/lib/components/VThemeProvider/index.d.mts +26 -48
- package/lib/components/VTimeline/index.d.mts +98 -106
- package/lib/components/VToolbar/index.d.mts +119 -150
- package/lib/components/VTooltip/index.d.mts +565 -321
- package/lib/components/VValidation/index.d.mts +108 -62
- package/lib/components/VVirtualScroll/index.d.mts +18 -46
- package/lib/components/VWindow/index.d.mts +130 -110
- package/lib/components/index.d.mts +19539 -12808
- package/lib/components/index.mjs +4 -2
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +455 -819
- package/lib/composables/color.mjs +2 -2
- package/lib/composables/color.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +22 -22
- package/lib/labs/VDataIterator/index.d.mts +112 -75
- package/lib/labs/VDataTable/index.d.mts +1456 -530
- package/lib/labs/VDateInput/index.d.mts +260 -157
- package/lib/labs/VDatePicker/index.d.mts +1100 -889
- package/lib/labs/VDateRangePicker/index.d.mts +207 -129
- package/lib/labs/VInfiniteScroll/index.d.mts +59 -54
- package/lib/labs/VOtpInput/index.d.mts +80 -64
- package/lib/labs/VPicker/index.d.mts +74 -97
- package/lib/labs/components.d.mts +7777 -9883
- package/lib/labs/components.mjs +0 -3
- package/lib/labs/components.mjs.map +1 -1
- package/lib/labs/date/adapters/vuetify.mjs +6 -3
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
- package/lib/locale/fr.mjs +19 -19
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/util/colorUtils.mjs +3 -0
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/helpers.mjs +8 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/components/VStepper/VStepperContent.mjs +0 -114
- package/lib/components/VStepper/VStepperContent.mjs.map +0 -1
- package/lib/components/VStepper/VStepperStep.mjs +0 -134
- package/lib/components/VStepper/VStepperStep.mjs.map +0 -1
- package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +0 -1
- package/lib/labs/VBottomSheet/index.mjs.map +0 -1
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +0 -1
- package/lib/labs/VSkeletonLoader/index.mjs.map +0 -1
- package/lib/labs/VStepper/VStepper.mjs +0 -149
- package/lib/labs/VStepper/VStepper.mjs.map +0 -1
- package/lib/labs/VStepper/VStepper.sass +0 -53
- package/lib/labs/VStepper/VStepperActions.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperHeader.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperItem.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperWindow.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperWindowItem.mjs.map +0 -1
- package/lib/labs/VStepper/_variables.scss +0 -27
- package/lib/labs/VStepper/index.mjs +0 -7
- package/lib/labs/VStepper/index.mjs.map +0 -1
- /package/lib/{labs → components}/VBottomSheet/VBottomSheet.css +0 -0
- /package/lib/{labs → components}/VBottomSheet/VBottomSheet.sass +0 -0
- /package/lib/{labs → components}/VBottomSheet/_variables.scss +0 -0
- /package/lib/{labs → components}/VBottomSheet/index.mjs +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/VSkeletonLoader.css +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/VSkeletonLoader.mjs +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/VSkeletonLoader.sass +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/_variables.scss +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/index.mjs +0 -0
- /package/lib/{labs → components}/VStepper/VStepper.css +0 -0
- /package/lib/{labs → components}/VStepper/VStepperHeader.mjs +0 -0
- /package/lib/{labs → components}/VStepper/VStepperItem.css +0 -0
- /package/lib/{labs → components}/VStepper/VStepperItem.sass +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Utilities
|
|
2
2
|
import { computed, isRef } from 'vue';
|
|
3
|
-
import { destructComputed, getForeground, isCssColor, parseColor } from "../util/index.mjs"; // Types
|
|
3
|
+
import { destructComputed, getForeground, isCssColor, isParsableColor, parseColor } from "../util/index.mjs"; // Types
|
|
4
4
|
// Composables
|
|
5
5
|
export function useColor(colors) {
|
|
6
6
|
return destructComputed(() => {
|
|
@@ -9,7 +9,7 @@ export function useColor(colors) {
|
|
|
9
9
|
if (colors.value.background) {
|
|
10
10
|
if (isCssColor(colors.value.background)) {
|
|
11
11
|
styles.backgroundColor = colors.value.background;
|
|
12
|
-
if (!colors.value.text) {
|
|
12
|
+
if (!colors.value.text && isParsableColor(colors.value.background)) {
|
|
13
13
|
const backgroundColor = parseColor(colors.value.background);
|
|
14
14
|
if (backgroundColor.a == null || backgroundColor.a === 1) {
|
|
15
15
|
const textColor = getForeground(backgroundColor);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color.mjs","names":["computed","isRef","destructComputed","getForeground","isCssColor","parseColor","useColor","colors","classes","styles","value","background","backgroundColor","text","a","textColor","color","caretColor","push","colorClasses","colorStyles","useTextColor","props","name","textColorClasses","textColorStyles","useBackgroundColor","backgroundColorClasses","backgroundColorStyles"],"sources":["../../src/composables/color.ts"],"sourcesContent":["// Utilities\nimport { computed, isRef } from 'vue'\nimport { destructComputed, getForeground, isCssColor, parseColor } from '@/util'\n\n// Types\nimport type { CSSProperties, Ref } from 'vue'\n\ntype ColorValue = string | false | null | undefined\n\nexport interface TextColorData {\n textColorClasses: Ref<string[]>\n textColorStyles: Ref<CSSProperties>\n}\n\nexport interface BackgroundColorData {\n backgroundColorClasses: Ref<string[]>\n backgroundColorStyles: Ref<CSSProperties>\n}\n\n// Composables\nexport function useColor (colors: Ref<{ background?: ColorValue, text?: ColorValue }>) {\n return destructComputed(() => {\n const classes: string[] = []\n const styles: CSSProperties = {}\n\n if (colors.value.background) {\n if (isCssColor(colors.value.background)) {\n styles.backgroundColor = colors.value.background\n\n if (!colors.value.text) {\n const backgroundColor = parseColor(colors.value.background)\n if (backgroundColor.a == null || backgroundColor.a === 1) {\n const textColor = getForeground(backgroundColor)\n\n styles.color = textColor\n styles.caretColor = textColor\n }\n }\n } else {\n classes.push(`bg-${colors.value.background}`)\n }\n }\n\n if (colors.value.text) {\n if (isCssColor(colors.value.text)) {\n styles.color = colors.value.text\n styles.caretColor = colors.value.text\n } else {\n classes.push(`text-${colors.value.text}`)\n }\n }\n\n return { colorClasses: classes, colorStyles: styles }\n })\n}\n\nexport function useTextColor (color: Ref<ColorValue>): TextColorData\nexport function useTextColor <T extends Record<K, ColorValue>, K extends string> (props: T, name: K): TextColorData\nexport function useTextColor <T extends Record<K, ColorValue>, K extends string> (\n props: T | Ref<ColorValue>,\n name?: K\n): TextColorData {\n const colors = computed(() => ({\n text: isRef(props) ? props.value : (name ? props[name] : null),\n }))\n\n const {\n colorClasses: textColorClasses,\n colorStyles: textColorStyles,\n } = useColor(colors)\n\n return { textColorClasses, textColorStyles }\n}\n\nexport function useBackgroundColor (color: Ref<ColorValue>): BackgroundColorData\nexport function useBackgroundColor <T extends Record<K, ColorValue>, K extends string> (props: T, name: K): BackgroundColorData\nexport function useBackgroundColor <T extends Record<K, ColorValue>, K extends string> (\n props: T | Ref<ColorValue>,\n name?: K\n): BackgroundColorData {\n const colors = computed(() => ({\n background: isRef(props) ? props.value : (name ? props[name] : null),\n }))\n\n const {\n colorClasses: backgroundColorClasses,\n colorStyles: backgroundColorStyles,\n } = useColor(colors)\n\n return { backgroundColorClasses, backgroundColorStyles }\n}\n"],"mappings":"AAAA;AACA,SAASA,QAAQ,EAAEC,KAAK,QAAQ,KAAK;AAAA,SAC5BC,gBAAgB,EAAEC,aAAa,EAAEC,UAAU,EAAEC,UAAU,
|
|
1
|
+
{"version":3,"file":"color.mjs","names":["computed","isRef","destructComputed","getForeground","isCssColor","isParsableColor","parseColor","useColor","colors","classes","styles","value","background","backgroundColor","text","a","textColor","color","caretColor","push","colorClasses","colorStyles","useTextColor","props","name","textColorClasses","textColorStyles","useBackgroundColor","backgroundColorClasses","backgroundColorStyles"],"sources":["../../src/composables/color.ts"],"sourcesContent":["// Utilities\nimport { computed, isRef } from 'vue'\nimport { destructComputed, getForeground, isCssColor, isParsableColor, parseColor } from '@/util'\n\n// Types\nimport type { CSSProperties, Ref } from 'vue'\n\ntype ColorValue = string | false | null | undefined\n\nexport interface TextColorData {\n textColorClasses: Ref<string[]>\n textColorStyles: Ref<CSSProperties>\n}\n\nexport interface BackgroundColorData {\n backgroundColorClasses: Ref<string[]>\n backgroundColorStyles: Ref<CSSProperties>\n}\n\n// Composables\nexport function useColor (colors: Ref<{ background?: ColorValue, text?: ColorValue }>) {\n return destructComputed(() => {\n const classes: string[] = []\n const styles: CSSProperties = {}\n\n if (colors.value.background) {\n if (isCssColor(colors.value.background)) {\n styles.backgroundColor = colors.value.background\n\n if (!colors.value.text && isParsableColor(colors.value.background)) {\n const backgroundColor = parseColor(colors.value.background)\n if (backgroundColor.a == null || backgroundColor.a === 1) {\n const textColor = getForeground(backgroundColor)\n\n styles.color = textColor\n styles.caretColor = textColor\n }\n }\n } else {\n classes.push(`bg-${colors.value.background}`)\n }\n }\n\n if (colors.value.text) {\n if (isCssColor(colors.value.text)) {\n styles.color = colors.value.text\n styles.caretColor = colors.value.text\n } else {\n classes.push(`text-${colors.value.text}`)\n }\n }\n\n return { colorClasses: classes, colorStyles: styles }\n })\n}\n\nexport function useTextColor (color: Ref<ColorValue>): TextColorData\nexport function useTextColor <T extends Record<K, ColorValue>, K extends string> (props: T, name: K): TextColorData\nexport function useTextColor <T extends Record<K, ColorValue>, K extends string> (\n props: T | Ref<ColorValue>,\n name?: K\n): TextColorData {\n const colors = computed(() => ({\n text: isRef(props) ? props.value : (name ? props[name] : null),\n }))\n\n const {\n colorClasses: textColorClasses,\n colorStyles: textColorStyles,\n } = useColor(colors)\n\n return { textColorClasses, textColorStyles }\n}\n\nexport function useBackgroundColor (color: Ref<ColorValue>): BackgroundColorData\nexport function useBackgroundColor <T extends Record<K, ColorValue>, K extends string> (props: T, name: K): BackgroundColorData\nexport function useBackgroundColor <T extends Record<K, ColorValue>, K extends string> (\n props: T | Ref<ColorValue>,\n name?: K\n): BackgroundColorData {\n const colors = computed(() => ({\n background: isRef(props) ? props.value : (name ? props[name] : null),\n }))\n\n const {\n colorClasses: backgroundColorClasses,\n colorStyles: backgroundColorStyles,\n } = useColor(colors)\n\n return { backgroundColorClasses, backgroundColorStyles }\n}\n"],"mappings":"AAAA;AACA,SAASA,QAAQ,EAAEC,KAAK,QAAQ,KAAK;AAAA,SAC5BC,gBAAgB,EAAEC,aAAa,EAAEC,UAAU,EAAEC,eAAe,EAAEC,UAAU,6BAEjF;AAeA;AACA,OAAO,SAASC,QAAQA,CAAEC,MAA2D,EAAE;EACrF,OAAON,gBAAgB,CAAC,MAAM;IAC5B,MAAMO,OAAiB,GAAG,EAAE;IAC5B,MAAMC,MAAqB,GAAG,CAAC,CAAC;IAEhC,IAAIF,MAAM,CAACG,KAAK,CAACC,UAAU,EAAE;MAC3B,IAAIR,UAAU,CAACI,MAAM,CAACG,KAAK,CAACC,UAAU,CAAC,EAAE;QACvCF,MAAM,CAACG,eAAe,GAAGL,MAAM,CAACG,KAAK,CAACC,UAAU;QAEhD,IAAI,CAACJ,MAAM,CAACG,KAAK,CAACG,IAAI,IAAIT,eAAe,CAACG,MAAM,CAACG,KAAK,CAACC,UAAU,CAAC,EAAE;UAClE,MAAMC,eAAe,GAAGP,UAAU,CAACE,MAAM,CAACG,KAAK,CAACC,UAAU,CAAC;UAC3D,IAAIC,eAAe,CAACE,CAAC,IAAI,IAAI,IAAIF,eAAe,CAACE,CAAC,KAAK,CAAC,EAAE;YACxD,MAAMC,SAAS,GAAGb,aAAa,CAACU,eAAe,CAAC;YAEhDH,MAAM,CAACO,KAAK,GAAGD,SAAS;YACxBN,MAAM,CAACQ,UAAU,GAAGF,SAAS;UAC/B;QACF;MACF,CAAC,MAAM;QACLP,OAAO,CAACU,IAAI,CAAE,MAAKX,MAAM,CAACG,KAAK,CAACC,UAAW,EAAC,CAAC;MAC/C;IACF;IAEA,IAAIJ,MAAM,CAACG,KAAK,CAACG,IAAI,EAAE;MACrB,IAAIV,UAAU,CAACI,MAAM,CAACG,KAAK,CAACG,IAAI,CAAC,EAAE;QACjCJ,MAAM,CAACO,KAAK,GAAGT,MAAM,CAACG,KAAK,CAACG,IAAI;QAChCJ,MAAM,CAACQ,UAAU,GAAGV,MAAM,CAACG,KAAK,CAACG,IAAI;MACvC,CAAC,MAAM;QACLL,OAAO,CAACU,IAAI,CAAE,QAAOX,MAAM,CAACG,KAAK,CAACG,IAAK,EAAC,CAAC;MAC3C;IACF;IAEA,OAAO;MAAEM,YAAY,EAAEX,OAAO;MAAEY,WAAW,EAAEX;IAAO,CAAC;EACvD,CAAC,CAAC;AACJ;AAIA,OAAO,SAASY,YAAYA,CAC1BC,KAA0B,EAC1BC,IAAQ,EACO;EACf,MAAMhB,MAAM,GAAGR,QAAQ,CAAC,OAAO;IAC7Bc,IAAI,EAAEb,KAAK,CAACsB,KAAK,CAAC,GAAGA,KAAK,CAACZ,KAAK,GAAIa,IAAI,GAAGD,KAAK,CAACC,IAAI,CAAC,GAAG;EAC3D,CAAC,CAAC,CAAC;EAEH,MAAM;IACJJ,YAAY,EAAEK,gBAAgB;IAC9BJ,WAAW,EAAEK;EACf,CAAC,GAAGnB,QAAQ,CAACC,MAAM,CAAC;EAEpB,OAAO;IAAEiB,gBAAgB;IAAEC;EAAgB,CAAC;AAC9C;AAIA,OAAO,SAASC,kBAAkBA,CAChCJ,KAA0B,EAC1BC,IAAQ,EACa;EACrB,MAAMhB,MAAM,GAAGR,QAAQ,CAAC,OAAO;IAC7BY,UAAU,EAAEX,KAAK,CAACsB,KAAK,CAAC,GAAGA,KAAK,CAACZ,KAAK,GAAIa,IAAI,GAAGD,KAAK,CAACC,IAAI,CAAC,GAAG;EACjE,CAAC,CAAC,CAAC;EAEH,MAAM;IACJJ,YAAY,EAAEQ,sBAAsB;IACpCP,WAAW,EAAEQ;EACf,CAAC,GAAGtB,QAAQ,CAACC,MAAM,CAAC;EAEpB,OAAO;IAAEoB,sBAAsB;IAAEC;EAAsB,CAAC;AAC1D"}
|
package/lib/entry-bundler.mjs
CHANGED
|
@@ -15,7 +15,7 @@ export const createVuetify = function () {
|
|
|
15
15
|
...options
|
|
16
16
|
});
|
|
17
17
|
};
|
|
18
|
-
export const version = "3.4.0-alpha.1-dev.2023-10-
|
|
18
|
+
export const version = "3.4.0-alpha.1-dev.2023-10-26";
|
|
19
19
|
createVuetify.version = version;
|
|
20
20
|
export { components, directives };
|
|
21
21
|
export * from "./composables/index.mjs";
|
package/lib/framework.mjs
CHANGED
package/lib/index.d.mts
CHANGED
|
@@ -408,10 +408,11 @@ declare module '@vue/runtime-core' {
|
|
|
408
408
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
409
409
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
410
410
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
411
|
-
|
|
411
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
412
412
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
413
413
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
414
414
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
415
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
415
416
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
416
417
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
417
418
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
@@ -421,22 +422,22 @@ declare module '@vue/runtime-core' {
|
|
|
421
422
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
422
423
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
423
424
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
424
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
425
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
426
425
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
427
426
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
428
|
-
|
|
427
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
428
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
429
429
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
430
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
430
431
|
VCode: typeof import('vuetify/components')['VCode']
|
|
431
432
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
432
433
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
433
434
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
434
435
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
435
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
436
436
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
437
437
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
438
438
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
439
439
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
440
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
440
441
|
VField: typeof import('vuetify/components')['VField']
|
|
441
442
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
442
443
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
@@ -447,9 +448,9 @@ declare module '@vue/runtime-core' {
|
|
|
447
448
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
448
449
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
449
450
|
VImg: typeof import('vuetify/components')['VImg']
|
|
450
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
451
451
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
452
452
|
VItem: typeof import('vuetify/components')['VItem']
|
|
453
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
453
454
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
454
455
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
455
456
|
VList: typeof import('vuetify/components')['VList']
|
|
@@ -471,14 +472,21 @@ declare module '@vue/runtime-core' {
|
|
|
471
472
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
472
473
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
473
474
|
VRating: typeof import('vuetify/components')['VRating']
|
|
474
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
475
475
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
476
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
476
477
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
477
478
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
479
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
478
480
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
479
481
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
480
482
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
481
483
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
484
|
+
VStepper: typeof import('vuetify/components')['VStepper']
|
|
485
|
+
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
486
|
+
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
487
|
+
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
488
|
+
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
489
|
+
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
482
490
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
483
491
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
484
492
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
@@ -529,30 +537,22 @@ declare module '@vue/runtime-core' {
|
|
|
529
537
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
530
538
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
531
539
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
532
|
-
VBottomSheet: typeof import('vuetify/labs/components')['VBottomSheet']
|
|
533
|
-
VInfiniteScroll: typeof import('vuetify/labs/components')['VInfiniteScroll']
|
|
534
|
-
VDateCard: typeof import('vuetify/labs/components')['VDateCard']
|
|
535
|
-
VDatePicker: typeof import('vuetify/labs/components')['VDatePicker']
|
|
536
|
-
VDatePickerControls: typeof import('vuetify/labs/components')['VDatePickerControls']
|
|
537
|
-
VDatePickerHeader: typeof import('vuetify/labs/components')['VDatePickerHeader']
|
|
538
|
-
VDatePickerMonth: typeof import('vuetify/labs/components')['VDatePickerMonth']
|
|
539
|
-
VDatePickerYears: typeof import('vuetify/labs/components')['VDatePickerYears']
|
|
540
540
|
VDataTable: typeof import('vuetify/labs/components')['VDataTable']
|
|
541
541
|
VDataTableFooter: typeof import('vuetify/labs/components')['VDataTableFooter']
|
|
542
542
|
VDataTableRows: typeof import('vuetify/labs/components')['VDataTableRows']
|
|
543
543
|
VDataTableRow: typeof import('vuetify/labs/components')['VDataTableRow']
|
|
544
544
|
VDataTableVirtual: typeof import('vuetify/labs/components')['VDataTableVirtual']
|
|
545
545
|
VDataTableServer: typeof import('vuetify/labs/components')['VDataTableServer']
|
|
546
|
+
VDateCard: typeof import('vuetify/labs/components')['VDateCard']
|
|
547
|
+
VDatePicker: typeof import('vuetify/labs/components')['VDatePicker']
|
|
548
|
+
VDatePickerControls: typeof import('vuetify/labs/components')['VDatePickerControls']
|
|
549
|
+
VDatePickerHeader: typeof import('vuetify/labs/components')['VDatePickerHeader']
|
|
550
|
+
VDatePickerMonth: typeof import('vuetify/labs/components')['VDatePickerMonth']
|
|
551
|
+
VDatePickerYears: typeof import('vuetify/labs/components')['VDatePickerYears']
|
|
552
|
+
VInfiniteScroll: typeof import('vuetify/labs/components')['VInfiniteScroll']
|
|
546
553
|
VOtpInput: typeof import('vuetify/labs/components')['VOtpInput']
|
|
547
554
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
548
555
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
549
|
-
VSkeletonLoader: typeof import('vuetify/labs/components')['VSkeletonLoader']
|
|
550
|
-
VStepper: typeof import('vuetify/labs/components')['VStepper']
|
|
551
|
-
VStepperActions: typeof import('vuetify/labs/components')['VStepperActions']
|
|
552
|
-
VStepperHeader: typeof import('vuetify/labs/components')['VStepperHeader']
|
|
553
|
-
VStepperItem: typeof import('vuetify/labs/components')['VStepperItem']
|
|
554
|
-
VStepperWindow: typeof import('vuetify/labs/components')['VStepperWindow']
|
|
555
|
-
VStepperWindowItem: typeof import('vuetify/labs/components')['VStepperWindowItem']
|
|
556
556
|
VDataIterator: typeof import('vuetify/labs/components')['VDataIterator']
|
|
557
557
|
}
|
|
558
558
|
}
|
|
@@ -185,101 +185,138 @@ declare const VDataIterator: {
|
|
|
185
185
|
new (...args: any[]): {
|
|
186
186
|
$: vue.ComponentInternalInstance;
|
|
187
187
|
$data: {};
|
|
188
|
-
$props: {
|
|
189
|
-
loading
|
|
190
|
-
style
|
|
191
|
-
expanded
|
|
192
|
-
tag
|
|
193
|
-
page
|
|
194
|
-
sortBy
|
|
195
|
-
items
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
multiSort
|
|
209
|
-
mustSort
|
|
210
|
-
itemsPerPage
|
|
188
|
+
$props: Partial<{
|
|
189
|
+
loading: boolean;
|
|
190
|
+
style: vue.StyleValue;
|
|
191
|
+
expanded: readonly string[];
|
|
192
|
+
tag: string;
|
|
193
|
+
page: string | number;
|
|
194
|
+
sortBy: readonly SortItem[];
|
|
195
|
+
items: any[];
|
|
196
|
+
groupBy: readonly SortItem[];
|
|
197
|
+
modelValue: readonly any[];
|
|
198
|
+
valueComparator: typeof deepEqual;
|
|
199
|
+
selectStrategy: "all" | "page" | "single";
|
|
200
|
+
returnObject: boolean;
|
|
201
|
+
filterMode: FilterMode;
|
|
202
|
+
noFilter: boolean;
|
|
203
|
+
itemValue: SelectItemKey;
|
|
204
|
+
expandOnClick: boolean;
|
|
205
|
+
showExpand: boolean;
|
|
206
|
+
itemSelectable: SelectItemKey;
|
|
207
|
+
showSelect: boolean;
|
|
208
|
+
multiSort: boolean;
|
|
209
|
+
mustSort: boolean;
|
|
210
|
+
itemsPerPage: NonNullable<string | number>;
|
|
211
|
+
}> & Omit<{
|
|
212
|
+
loading: boolean;
|
|
213
|
+
style: vue.StyleValue;
|
|
214
|
+
expanded: readonly string[];
|
|
215
|
+
tag: string;
|
|
216
|
+
page: string | number;
|
|
217
|
+
sortBy: readonly SortItem[];
|
|
218
|
+
items: any[];
|
|
219
|
+
groupBy: readonly SortItem[];
|
|
220
|
+
modelValue: readonly any[];
|
|
221
|
+
valueComparator: typeof deepEqual;
|
|
222
|
+
selectStrategy: "all" | "page" | "single";
|
|
223
|
+
returnObject: boolean;
|
|
224
|
+
filterMode: FilterMode;
|
|
225
|
+
noFilter: boolean;
|
|
226
|
+
itemValue: SelectItemKey;
|
|
227
|
+
expandOnClick: boolean;
|
|
228
|
+
showExpand: boolean;
|
|
229
|
+
itemSelectable: SelectItemKey;
|
|
230
|
+
showSelect: boolean;
|
|
231
|
+
multiSort: boolean;
|
|
232
|
+
mustSort: boolean;
|
|
233
|
+
itemsPerPage: NonNullable<string | number>;
|
|
211
234
|
search?: string | undefined;
|
|
212
|
-
key?: string | number | symbol | undefined;
|
|
213
235
|
class?: any;
|
|
236
|
+
customFilter?: FilterFunction | undefined;
|
|
237
|
+
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
238
|
+
filterKeys?: FilterKeys | undefined;
|
|
239
|
+
customKeySort?: Record<string, DataTableCompareFunction> | undefined;
|
|
214
240
|
$children?: vue.VNodeChild | {
|
|
215
241
|
default?: ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
216
242
|
header?: ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
217
243
|
footer?: ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
218
244
|
'no-data'?: (() => vue.VNodeChild) | undefined;
|
|
219
245
|
} | ((arg: VDataIteratorSlotProps) => vue.VNodeChild);
|
|
220
|
-
ref?: vue.VNodeRef | undefined;
|
|
221
|
-
ref_for?: boolean | undefined;
|
|
222
|
-
ref_key?: string | undefined;
|
|
223
|
-
"v-slot:default"?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
224
246
|
'v-slots'?: {
|
|
225
247
|
default?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
226
248
|
header?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
227
249
|
footer?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
228
250
|
'no-data'?: false | (() => vue.VNodeChild) | undefined;
|
|
229
251
|
} | undefined;
|
|
230
|
-
|
|
231
|
-
[key: string]: any;
|
|
232
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
233
|
-
[key: string]: any;
|
|
234
|
-
}>) => void)[] | undefined;
|
|
235
|
-
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
236
|
-
[key: string]: any;
|
|
237
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
238
|
-
[key: string]: any;
|
|
239
|
-
}>) => void)[] | undefined;
|
|
240
|
-
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
241
|
-
[key: string]: any;
|
|
242
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
243
|
-
[key: string]: any;
|
|
244
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
245
|
-
[key: string]: any;
|
|
246
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
247
|
-
[key: string]: any;
|
|
248
|
-
}>) => void)[] | undefined;
|
|
249
|
-
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
250
|
-
[key: string]: any;
|
|
251
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
252
|
-
[key: string]: any;
|
|
253
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
254
|
-
[key: string]: any;
|
|
255
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
256
|
-
[key: string]: any;
|
|
257
|
-
}>) => void)[] | undefined;
|
|
258
|
-
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
259
|
-
[key: string]: any;
|
|
260
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
261
|
-
[key: string]: any;
|
|
262
|
-
}>) => void)[] | undefined;
|
|
263
|
-
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
264
|
-
[key: string]: any;
|
|
265
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
266
|
-
[key: string]: any;
|
|
267
|
-
}>) => void)[] | undefined;
|
|
268
|
-
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
252
|
+
"v-slot:default"?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
269
253
|
"v-slot:header"?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
254
|
+
"v-slot:footer"?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
255
|
+
"v-slot:no-data"?: false | (() => vue.VNodeChild) | undefined;
|
|
256
|
+
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
257
|
+
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
|
258
|
+
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
|
259
|
+
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
260
|
+
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
261
|
+
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
262
|
+
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
263
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
264
|
+
loading: boolean;
|
|
265
|
+
style: vue.StyleValue;
|
|
266
|
+
expanded: readonly string[];
|
|
267
|
+
tag: string;
|
|
268
|
+
page: string | number;
|
|
269
|
+
sortBy: readonly SortItem[];
|
|
270
|
+
items: any[];
|
|
271
|
+
groupBy: readonly SortItem[];
|
|
272
|
+
modelValue: readonly any[];
|
|
273
|
+
valueComparator: typeof deepEqual;
|
|
274
|
+
selectStrategy: "all" | "page" | "single";
|
|
275
|
+
returnObject: boolean;
|
|
276
|
+
filterMode: FilterMode;
|
|
277
|
+
noFilter: boolean;
|
|
278
|
+
itemValue: SelectItemKey;
|
|
279
|
+
expandOnClick: boolean;
|
|
280
|
+
showExpand: boolean;
|
|
281
|
+
itemSelectable: SelectItemKey;
|
|
282
|
+
showSelect: boolean;
|
|
283
|
+
multiSort: boolean;
|
|
284
|
+
mustSort: boolean;
|
|
285
|
+
itemsPerPage: NonNullable<string | number>;
|
|
286
|
+
} & {
|
|
287
|
+
search?: string | undefined;
|
|
288
|
+
class?: any;
|
|
270
289
|
customFilter?: FilterFunction | undefined;
|
|
271
290
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
272
291
|
filterKeys?: FilterKeys | undefined;
|
|
292
|
+
customKeySort?: Record<string, DataTableCompareFunction> | undefined;
|
|
293
|
+
} & {
|
|
294
|
+
$children?: vue.VNodeChild | {
|
|
295
|
+
default?: ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
296
|
+
header?: ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
297
|
+
footer?: ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
298
|
+
'no-data'?: (() => vue.VNodeChild) | undefined;
|
|
299
|
+
} | ((arg: VDataIteratorSlotProps) => vue.VNodeChild);
|
|
300
|
+
'v-slots'?: {
|
|
301
|
+
default?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
302
|
+
header?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
303
|
+
footer?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
304
|
+
'no-data'?: false | (() => vue.VNodeChild) | undefined;
|
|
305
|
+
} | undefined;
|
|
306
|
+
} & {
|
|
307
|
+
"v-slot:default"?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
308
|
+
"v-slot:header"?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
309
|
+
"v-slot:footer"?: false | ((arg: VDataIteratorSlotProps) => vue.VNodeChild) | undefined;
|
|
273
310
|
"v-slot:no-data"?: false | (() => vue.VNodeChild) | undefined;
|
|
311
|
+
} & {
|
|
312
|
+
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
274
313
|
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
|
275
|
-
customKeySort?: Record<string, DataTableCompareFunction> | undefined;
|
|
276
314
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
|
277
315
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
278
316
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
279
317
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
280
318
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
281
|
-
|
|
282
|
-
};
|
|
319
|
+
}, "loading" | "style" | "expanded" | "tag" | "page" | "sortBy" | "items" | "groupBy" | "modelValue" | "valueComparator" | "selectStrategy" | "returnObject" | "filterMode" | "noFilter" | "itemValue" | "expandOnClick" | "showExpand" | "itemSelectable" | "showSelect" | "multiSort" | "mustSort" | "itemsPerPage">;
|
|
283
320
|
$attrs: {
|
|
284
321
|
[x: string]: unknown;
|
|
285
322
|
};
|
|
@@ -312,6 +349,7 @@ declare const VDataIterator: {
|
|
|
312
349
|
page: string | number;
|
|
313
350
|
sortBy: readonly SortItem[];
|
|
314
351
|
items: any[];
|
|
352
|
+
groupBy: readonly SortItem[];
|
|
315
353
|
modelValue: readonly any[];
|
|
316
354
|
valueComparator: typeof deepEqual;
|
|
317
355
|
selectStrategy: "all" | "page" | "single";
|
|
@@ -323,7 +361,6 @@ declare const VDataIterator: {
|
|
|
323
361
|
showExpand: boolean;
|
|
324
362
|
itemSelectable: SelectItemKey;
|
|
325
363
|
showSelect: boolean;
|
|
326
|
-
groupBy: readonly SortItem[];
|
|
327
364
|
multiSort: boolean;
|
|
328
365
|
mustSort: boolean;
|
|
329
366
|
itemsPerPage: NonNullable<string | number>;
|
|
@@ -376,6 +413,7 @@ declare const VDataIterator: {
|
|
|
376
413
|
page: string | number;
|
|
377
414
|
sortBy: readonly SortItem[];
|
|
378
415
|
items: any[];
|
|
416
|
+
groupBy: readonly SortItem[];
|
|
379
417
|
modelValue: readonly any[];
|
|
380
418
|
valueComparator: typeof deepEqual;
|
|
381
419
|
selectStrategy: "all" | "page" | "single";
|
|
@@ -387,7 +425,6 @@ declare const VDataIterator: {
|
|
|
387
425
|
showExpand: boolean;
|
|
388
426
|
itemSelectable: SelectItemKey;
|
|
389
427
|
showSelect: boolean;
|
|
390
|
-
groupBy: readonly SortItem[];
|
|
391
428
|
multiSort: boolean;
|
|
392
429
|
mustSort: boolean;
|
|
393
430
|
itemsPerPage: NonNullable<string | number>;
|
|
@@ -432,6 +469,7 @@ declare const VDataIterator: {
|
|
|
432
469
|
page: string | number;
|
|
433
470
|
sortBy: readonly SortItem[];
|
|
434
471
|
items: any[];
|
|
472
|
+
groupBy: readonly SortItem[];
|
|
435
473
|
modelValue: readonly any[];
|
|
436
474
|
valueComparator: typeof deepEqual;
|
|
437
475
|
selectStrategy: "all" | "page" | "single";
|
|
@@ -443,7 +481,6 @@ declare const VDataIterator: {
|
|
|
443
481
|
showExpand: boolean;
|
|
444
482
|
itemSelectable: SelectItemKey;
|
|
445
483
|
showSelect: boolean;
|
|
446
|
-
groupBy: readonly SortItem[];
|
|
447
484
|
multiSort: boolean;
|
|
448
485
|
mustSort: boolean;
|
|
449
486
|
itemsPerPage: NonNullable<string | number>;
|
|
@@ -492,6 +529,7 @@ declare const VDataIterator: {
|
|
|
492
529
|
page: string | number;
|
|
493
530
|
sortBy: readonly SortItem[];
|
|
494
531
|
items: any[];
|
|
532
|
+
groupBy: readonly SortItem[];
|
|
495
533
|
modelValue: readonly any[];
|
|
496
534
|
valueComparator: typeof deepEqual;
|
|
497
535
|
selectStrategy: "all" | "page" | "single";
|
|
@@ -503,7 +541,6 @@ declare const VDataIterator: {
|
|
|
503
541
|
showExpand: boolean;
|
|
504
542
|
itemSelectable: SelectItemKey;
|
|
505
543
|
showSelect: boolean;
|
|
506
|
-
groupBy: readonly SortItem[];
|
|
507
544
|
multiSort: boolean;
|
|
508
545
|
mustSort: boolean;
|
|
509
546
|
itemsPerPage: NonNullable<string | number>;
|
|
@@ -556,6 +593,7 @@ declare const VDataIterator: {
|
|
|
556
593
|
page: string | number;
|
|
557
594
|
sortBy: readonly SortItem[];
|
|
558
595
|
items: any[];
|
|
596
|
+
groupBy: readonly SortItem[];
|
|
559
597
|
modelValue: readonly any[];
|
|
560
598
|
valueComparator: typeof deepEqual;
|
|
561
599
|
selectStrategy: "all" | "page" | "single";
|
|
@@ -567,7 +605,6 @@ declare const VDataIterator: {
|
|
|
567
605
|
showExpand: boolean;
|
|
568
606
|
itemSelectable: SelectItemKey;
|
|
569
607
|
showSelect: boolean;
|
|
570
|
-
groupBy: readonly SortItem[];
|
|
571
608
|
multiSort: boolean;
|
|
572
609
|
mustSort: boolean;
|
|
573
610
|
itemsPerPage: NonNullable<string | number>;
|