@vuetify/nightly 3.4.0-alpha.1-dev.2023-10-21 → 3.4.0-alpha.1-dev.2023-10-28
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 +7 -3
- package/dist/_component-variables-labs.sass +1 -5
- package/dist/_component-variables.sass +4 -0
- package/dist/json/attributes.json +26 -26
- package/dist/json/importMap-labs.json +14 -50
- package/dist/json/importMap.json +98 -62
- package/dist/json/web-types.json +30 -30
- package/dist/vuetify-labs.css +695 -694
- package/dist/vuetify-labs.d.ts +41561 -36837
- package/dist/vuetify-labs.esm.js +3188 -3166
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3187 -3165
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +505 -108
- package/dist/vuetify.d.ts +20359 -13201
- package/dist/vuetify.esm.js +995 -175
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +994 -174
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1306 -1256
- 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/{labs → components}/VInfiniteScroll/VInfiniteScroll.mjs +2 -2
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -0
- package/lib/{labs → components}/VInfiniteScroll/index.d.mts +59 -54
- package/lib/components/VInfiniteScroll/index.mjs.map +1 -0
- 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 +19973 -12833
- package/lib/components/index.mjs +5 -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 +36 -36
- 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/VOtpInput/index.d.mts +80 -64
- package/lib/labs/VPicker/index.d.mts +74 -97
- package/lib/labs/components.d.mts +7514 -10029
- package/lib/labs/components.mjs +0 -4
- 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/VInfiniteScroll/VInfiniteScroll.mjs.map +0 -1
- package/lib/labs/VInfiniteScroll/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}/VInfiniteScroll/VInfiniteScroll.css +0 -0
- /package/lib/{labs → components}/VInfiniteScroll/VInfiniteScroll.sass +0 -0
- /package/lib/{labs → components}/VInfiniteScroll/_variables.scss +0 -0
- /package/lib/{labs → components}/VInfiniteScroll/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-28";
|
|
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
|
@@ -397,14 +397,15 @@ declare module '@vue/runtime-core' {
|
|
|
397
397
|
|
|
398
398
|
export interface GlobalComponents {
|
|
399
399
|
VApp: typeof import('vuetify/components')['VApp']
|
|
400
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
401
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
400
402
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
401
403
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
402
404
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
403
|
-
|
|
404
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
405
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
405
406
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
406
407
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
407
|
-
|
|
408
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
408
409
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
409
410
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
410
411
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
@@ -421,16 +422,16 @@ 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']
|
|
427
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
428
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
428
429
|
VChip: typeof import('vuetify/components')['VChip']
|
|
429
430
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
430
431
|
VCode: typeof import('vuetify/components')['VCode']
|
|
431
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
432
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
433
432
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
433
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
434
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
434
435
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
435
436
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
436
437
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
@@ -447,6 +448,7 @@ 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']
|
|
451
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
450
452
|
VInput: typeof import('vuetify/components')['VInput']
|
|
451
453
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
452
454
|
VItem: typeof import('vuetify/components')['VItem']
|
|
@@ -462,9 +464,9 @@ declare module '@vue/runtime-core' {
|
|
|
462
464
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
463
465
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
464
466
|
VMain: typeof import('vuetify/components')['VMain']
|
|
467
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
465
468
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
466
469
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
467
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
468
470
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
469
471
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
470
472
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
@@ -474,45 +476,52 @@ declare module '@vue/runtime-core' {
|
|
|
474
476
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
475
477
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
476
478
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
479
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
477
480
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
481
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
478
482
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
479
483
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
480
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
481
484
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
485
|
+
VStepper: typeof import('vuetify/components')['VStepper']
|
|
486
|
+
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
487
|
+
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
488
|
+
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
489
|
+
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
490
|
+
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
482
491
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
483
492
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
484
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
|
485
|
-
VTab: typeof import('vuetify/components')['VTab']
|
|
486
493
|
VTable: typeof import('vuetify/components')['VTable']
|
|
487
494
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
495
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
|
496
|
+
VTab: typeof import('vuetify/components')['VTab']
|
|
488
497
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
489
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
490
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
491
498
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
492
499
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
493
500
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
501
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
502
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
494
503
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
495
504
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
496
505
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
497
506
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
498
|
-
|
|
507
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
499
508
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
500
509
|
VCol: typeof import('vuetify/components')['VCol']
|
|
501
510
|
VRow: typeof import('vuetify/components')['VRow']
|
|
502
511
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
503
|
-
|
|
504
|
-
VLayout: typeof import('vuetify/components')['VLayout']
|
|
505
|
-
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
512
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
506
513
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
507
514
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
515
|
+
VLayout: typeof import('vuetify/components')['VLayout']
|
|
516
|
+
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
508
517
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
509
518
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
519
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
510
520
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
511
521
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
512
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
513
|
-
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
514
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
|
515
522
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
523
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
524
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
516
525
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
517
526
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
518
527
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -529,30 +538,21 @@ declare module '@vue/runtime-core' {
|
|
|
529
538
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
530
539
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
531
540
|
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
541
|
VDataTable: typeof import('vuetify/labs/components')['VDataTable']
|
|
541
542
|
VDataTableFooter: typeof import('vuetify/labs/components')['VDataTableFooter']
|
|
542
543
|
VDataTableRows: typeof import('vuetify/labs/components')['VDataTableRows']
|
|
543
544
|
VDataTableRow: typeof import('vuetify/labs/components')['VDataTableRow']
|
|
544
545
|
VDataTableVirtual: typeof import('vuetify/labs/components')['VDataTableVirtual']
|
|
545
546
|
VDataTableServer: typeof import('vuetify/labs/components')['VDataTableServer']
|
|
546
|
-
VOtpInput: typeof import('vuetify/labs/components')['VOtpInput']
|
|
547
547
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
548
548
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
549
|
+
VDateCard: typeof import('vuetify/labs/components')['VDateCard']
|
|
550
|
+
VDatePicker: typeof import('vuetify/labs/components')['VDatePicker']
|
|
551
|
+
VDatePickerControls: typeof import('vuetify/labs/components')['VDatePickerControls']
|
|
552
|
+
VDatePickerHeader: typeof import('vuetify/labs/components')['VDatePickerHeader']
|
|
553
|
+
VDatePickerMonth: typeof import('vuetify/labs/components')['VDatePickerMonth']
|
|
554
|
+
VDatePickerYears: typeof import('vuetify/labs/components')['VDatePickerYears']
|
|
555
|
+
VOtpInput: typeof import('vuetify/labs/components')['VOtpInput']
|
|
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>;
|