vuetify 3.3.0 → 3.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +51 -19
- package/dist/json/importMap.json +22 -22
- package/dist/json/tags.json +8 -0
- package/dist/json/web-types.json +528 -448
- package/dist/vuetify-labs.css +84 -83
- package/dist/vuetify-labs.d.ts +5572 -10787
- package/dist/vuetify-labs.esm.js +173 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +173 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +113 -112
- package/dist/vuetify.d.ts +3683 -7528
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/_variables.scss +2 -2
- package/lib/components/VAlert/index.d.mts +15 -73
- package/lib/components/VApp/index.d.mts +0 -15
- package/lib/components/VAppBar/index.d.mts +0 -81
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +117 -171
- package/lib/components/VAvatar/_variables.scss +1 -1
- package/lib/components/VAvatar/index.d.mts +0 -15
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.mts +0 -19
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +0 -57
- package/lib/components/VBottomNavigation/index.d.mts +0 -15
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +30 -60
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/_variables.scss +15 -15
- package/lib/components/VBtn/index.d.mts +0 -27
- package/lib/components/VBtnGroup/index.d.mts +0 -15
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +19 -34
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCard.sass +2 -2
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/_variables.scss +10 -11
- package/lib/components/VCard/index.d.mts +15 -157
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +79 -237
- package/lib/components/VCheckbox/index.d.mts +143 -229
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +19 -82
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +19 -58
- package/lib/components/VCode/index.d.mts +0 -15
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +117 -171
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.mts +19 -34
- package/lib/components/VDefaultsProvider/index.d.mts +0 -15
- package/lib/components/VDialog/index.d.mts +112 -238
- package/lib/components/VDivider/index.d.mts +0 -15
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +34 -106
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +0 -1
- package/lib/components/VField/_variables.scss +1 -0
- package/lib/components/VField/index.d.mts +34 -49
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +331 -487
- package/lib/components/VFooter/_variables.scss +1 -1
- package/lib/components/VFooter/index.d.mts +0 -15
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.mts +19 -146
- package/lib/components/VGrid/index.d.mts +0 -60
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.d.mts +19 -46
- package/lib/components/VIcon/index.d.mts +0 -30
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +0 -27
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/_variables.scss +1 -1
- package/lib/components/VInput/index.d.mts +79 -110
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +38 -120
- package/lib/components/VKbd/index.d.mts +0 -15
- package/lib/components/VLabel/index.d.mts +0 -15
- package/lib/components/VLayout/index.d.mts +0 -30
- package/lib/components/VLazy/index.d.mts +0 -15
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/_variables.scss +6 -6
- package/lib/components/VList/index.d.mts +164 -316
- package/lib/components/VLocaleProvider/index.d.mts +0 -15
- package/lib/components/VMain/index.d.mts +0 -15
- package/lib/components/VMenu/index.d.mts +112 -238
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.mts +15 -30
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +15 -42
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +34 -73
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +75 -106
- package/lib/components/VParallax/index.d.mts +0 -27
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.mts +19 -42
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.mts +19 -46
- package/lib/components/VRadio/index.d.mts +30 -65
- package/lib/components/VRadioGroup/index.d.mts +109 -160
- package/lib/components/VRangeSlider/index.d.mts +94 -137
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +30 -49
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.mts +0 -19
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +117 -171
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +22 -22
- package/lib/components/VSelectionControlGroup/index.d.mts +0 -15
- package/lib/components/VSheet/index.d.mts +0 -15
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +68 -126
- package/lib/components/VSlider/VSlider.css +5 -4
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.sass +5 -4
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.mts +94 -137
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/_variables.scss +1 -1
- package/lib/components/VSnackbar/index.d.mts +93 -215
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +124 -179
- package/lib/components/VSystemBar/_variables.scss +2 -2
- package/lib/components/VSystemBar/index.d.mts +0 -15
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/_variables.scss +1 -1
- package/lib/components/VTable/index.d.mts +0 -27
- package/lib/components/VTabs/index.d.mts +0 -30
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +361 -497
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +312 -444
- package/lib/components/VThemeProvider/index.d.mts +0 -15
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.mts +0 -38
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/_variables.scss +2 -2
- package/lib/components/VToolbar/index.d.mts +0 -69
- package/lib/components/VTooltip/index.d.mts +112 -238
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +19 -90
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +17 -17
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +64 -138
- package/lib/components/index.d.mts +3269 -7114
- package/lib/components/transitions/index.d.mts +0 -240
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +6 -6
- package/lib/labs/VBottomSheet/index.d.mts +34 -73
- package/lib/labs/VDataIterator/VDataIterator.mjs +6 -3
- package/lib/labs/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/labs/VDataIterator/composables/items.mjs +7 -1
- package/lib/labs/VDataIterator/composables/items.mjs.map +1 -1
- package/lib/labs/VDataIterator/index.d.mts +115 -105
- package/lib/labs/VDataTable/VDataTable.mjs +6 -3
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +4 -3
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +1 -0
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +8 -3
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +6 -3
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/items.mjs +7 -1
- package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/select.mjs +124 -8
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.mts +1630 -2916
- package/lib/labs/VDataTable/types.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/index.d.mts +60 -91
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/index.d.mts +0 -15
- package/lib/labs/components.d.mts +1882 -3252
- package/lib/styles/settings/_colors.scss +18 -15
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +4 -3
|
@@ -11,7 +11,7 @@ $footer-border-width: 0 !default;
|
|
|
11
11
|
$footer-border-radius: map.get(settings.$rounded, 0) !default;
|
|
12
12
|
$footer-color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity)) !default;
|
|
13
13
|
$footer-flex: 1 1 auto !default;
|
|
14
|
-
$footer-font-size: 14px;
|
|
14
|
+
$footer-font-size: 14px !default;
|
|
15
15
|
$footer-elevation: 0 !default;
|
|
16
16
|
$footer-padding: 8px 16px !default;
|
|
17
17
|
$footer-positions: absolute fixed !default;
|
|
@@ -34,9 +34,6 @@ declare const VFooter: {
|
|
|
34
34
|
'v-slots'?: {
|
|
35
35
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
36
36
|
} | undefined;
|
|
37
|
-
$slots?: {
|
|
38
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
39
|
-
} | undefined;
|
|
40
37
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
41
38
|
[key: string]: any;
|
|
42
39
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -115,10 +112,6 @@ declare const VFooter: {
|
|
|
115
112
|
} | undefined;
|
|
116
113
|
} & {
|
|
117
114
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
118
|
-
} & {
|
|
119
|
-
$slots?: {
|
|
120
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
121
|
-
} | undefined;
|
|
122
115
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
123
116
|
absolute: boolean;
|
|
124
117
|
height: string | number;
|
|
@@ -175,10 +168,6 @@ declare const VFooter: {
|
|
|
175
168
|
} | undefined;
|
|
176
169
|
} & {
|
|
177
170
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
178
|
-
} & {
|
|
179
|
-
$slots?: {
|
|
180
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
181
|
-
} | undefined;
|
|
182
171
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
183
172
|
__isFragment?: undefined;
|
|
184
173
|
__isTeleport?: undefined;
|
|
@@ -207,10 +196,6 @@ declare const VFooter: {
|
|
|
207
196
|
} | undefined;
|
|
208
197
|
} & {
|
|
209
198
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
210
|
-
} & {
|
|
211
|
-
$slots?: {
|
|
212
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
213
|
-
} | undefined;
|
|
214
199
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
215
200
|
absolute: boolean;
|
|
216
201
|
height: string | number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VForm.mjs","names":["createForm","makeFormProps","forwardRefs","makeComponentProps","ref","genericComponent","propsFactory","useRender","makeVFormProps","VForm","name","props","emits","val","submit","e","setup","_ref","slots","emit","form","formRef","onReset","preventDefault","reset","onSubmit","_e","ready","validate","then","bind","catch","finally","defaultPrevented","_ref2","valid","value","_createVNode","class","style","default"],"sources":["../../../src/components/VForm/VForm.tsx"],"sourcesContent":["// Composables\nimport { createForm, makeFormProps } from '@/composables/form'\nimport { forwardRefs } from '@/composables/forwardRefs'\nimport { makeComponentProps } from '@/composables/component'\n\n// Utilities\nimport { ref } from 'vue'\nimport { genericComponent, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { SubmitEventPromise } from '@/composables/form'\n\nexport const makeVFormProps = propsFactory({\n ...makeComponentProps(),\n ...makeFormProps(),\n}, 'v-form')\n\ntype VFormSlots = {\n default:
|
|
1
|
+
{"version":3,"file":"VForm.mjs","names":["createForm","makeFormProps","forwardRefs","makeComponentProps","ref","genericComponent","propsFactory","useRender","makeVFormProps","VForm","name","props","emits","val","submit","e","setup","_ref","slots","emit","form","formRef","onReset","preventDefault","reset","onSubmit","_e","ready","validate","then","bind","catch","finally","defaultPrevented","_ref2","valid","value","_createVNode","class","style","default"],"sources":["../../../src/components/VForm/VForm.tsx"],"sourcesContent":["// Composables\nimport { createForm, makeFormProps } from '@/composables/form'\nimport { forwardRefs } from '@/composables/forwardRefs'\nimport { makeComponentProps } from '@/composables/component'\n\n// Utilities\nimport { ref } from 'vue'\nimport { genericComponent, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { SubmitEventPromise } from '@/composables/form'\n\nexport const makeVFormProps = propsFactory({\n ...makeComponentProps(),\n ...makeFormProps(),\n}, 'v-form')\n\ntype VFormSlots = {\n default: ReturnType<typeof createForm>\n}\n\nexport const VForm = genericComponent<VFormSlots>()({\n name: 'VForm',\n\n props: makeVFormProps(),\n\n emits: {\n 'update:modelValue': (val: boolean | null) => true,\n submit: (e: SubmitEventPromise) => true,\n },\n\n setup (props, { slots, emit }) {\n const form = createForm(props)\n const formRef = ref<HTMLFormElement>()\n\n function onReset (e: Event) {\n e.preventDefault()\n form.reset()\n }\n\n function onSubmit (_e: Event) {\n const e = _e as SubmitEventPromise\n\n const ready = form.validate()\n e.then = ready.then.bind(ready)\n e.catch = ready.catch.bind(ready)\n e.finally = ready.finally.bind(ready)\n\n emit('submit', e)\n\n if (!e.defaultPrevented) {\n ready.then(({ valid }) => {\n if (valid) {\n formRef.value?.submit()\n }\n })\n }\n\n e.preventDefault()\n }\n\n useRender(() => ((\n <form\n ref={ formRef }\n class={[\n 'v-form',\n props.class,\n ]}\n style={ props.style }\n novalidate\n onReset={ onReset }\n onSubmit={ onSubmit }\n >\n { slots.default?.(form) }\n </form>\n )))\n\n return forwardRefs(form, formRef)\n },\n})\n\nexport type VForm = InstanceType<typeof VForm>\n"],"mappings":";AAAA;AAAA,SACSA,UAAU,EAAEC,aAAa;AAAA,SACzBC,WAAW;AAAA,SACXC,kBAAkB,2CAE3B;AACA,SAASC,GAAG,QAAQ,KAAK;AAAA,SAChBC,gBAAgB,EAAEC,YAAY,EAAEC,SAAS,gCAElD;AAGA,OAAO,MAAMC,cAAc,GAAGF,YAAY,CAAC;EACzC,GAAGH,kBAAkB,EAAE;EACvB,GAAGF,aAAa;AAClB,CAAC,EAAE,QAAQ,CAAC;AAMZ,OAAO,MAAMQ,KAAK,GAAGJ,gBAAgB,EAAc,CAAC;EAClDK,IAAI,EAAE,OAAO;EAEbC,KAAK,EAAEH,cAAc,EAAE;EAEvBI,KAAK,EAAE;IACL,mBAAmB,EAAGC,GAAmB,IAAK,IAAI;IAClDC,MAAM,EAAGC,CAAqB,IAAK;EACrC,CAAC;EAEDC,KAAKA,CAAEL,KAAK,EAAAM,IAAA,EAAmB;IAAA,IAAjB;MAAEC,KAAK;MAAEC;IAAK,CAAC,GAAAF,IAAA;IAC3B,MAAMG,IAAI,GAAGpB,UAAU,CAACW,KAAK,CAAC;IAC9B,MAAMU,OAAO,GAAGjB,GAAG,EAAmB;IAEtC,SAASkB,OAAOA,CAAEP,CAAQ,EAAE;MAC1BA,CAAC,CAACQ,cAAc,EAAE;MAClBH,IAAI,CAACI,KAAK,EAAE;IACd;IAEA,SAASC,QAAQA,CAAEC,EAAS,EAAE;MAC5B,MAAMX,CAAC,GAAGW,EAAwB;MAElC,MAAMC,KAAK,GAAGP,IAAI,CAACQ,QAAQ,EAAE;MAC7Bb,CAAC,CAACc,IAAI,GAAGF,KAAK,CAACE,IAAI,CAACC,IAAI,CAACH,KAAK,CAAC;MAC/BZ,CAAC,CAACgB,KAAK,GAAGJ,KAAK,CAACI,KAAK,CAACD,IAAI,CAACH,KAAK,CAAC;MACjCZ,CAAC,CAACiB,OAAO,GAAGL,KAAK,CAACK,OAAO,CAACF,IAAI,CAACH,KAAK,CAAC;MAErCR,IAAI,CAAC,QAAQ,EAAEJ,CAAC,CAAC;MAEjB,IAAI,CAACA,CAAC,CAACkB,gBAAgB,EAAE;QACvBN,KAAK,CAACE,IAAI,CAACK,KAAA,IAAe;UAAA,IAAd;YAAEC;UAAM,CAAC,GAAAD,KAAA;UACnB,IAAIC,KAAK,EAAE;YACTd,OAAO,CAACe,KAAK,EAAEtB,MAAM,EAAE;UACzB;QACF,CAAC,CAAC;MACJ;MAEAC,CAAC,CAACQ,cAAc,EAAE;IACpB;IAEAhB,SAAS,CAAC,MAAA8B,YAAA;MAAA,OAEAhB,OAAO;MAAA,SACN,CACL,QAAQ,EACRV,KAAK,CAAC2B,KAAK,CACZ;MAAA,SACO3B,KAAK,CAAC4B,KAAK;MAAA;MAAA,WAETjB,OAAO;MAAA,YACNG;IAAQ,IAEjBP,KAAK,CAACsB,OAAO,GAAGpB,IAAI,CAAC,EAEzB,CAAC;IAEH,OAAOlB,WAAW,CAACkB,IAAI,EAAEC,OAAO,CAAC;EACnC;AACF,CAAC,CAAC"}
|
|
@@ -31,7 +31,7 @@ declare const VForm: {
|
|
|
31
31
|
class?: any;
|
|
32
32
|
onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
|
|
33
33
|
$children?: vue.VNodeChild | {
|
|
34
|
-
default?: ((
|
|
34
|
+
default?: ((arg: {
|
|
35
35
|
errors: vue.Ref<{
|
|
36
36
|
id: string | number;
|
|
37
37
|
errorMessages: string[];
|
|
@@ -60,7 +60,7 @@ declare const VForm: {
|
|
|
60
60
|
reset: () => void;
|
|
61
61
|
resetValidation: () => void;
|
|
62
62
|
}) => vue.VNodeChild) | undefined;
|
|
63
|
-
} | ((
|
|
63
|
+
} | ((arg: {
|
|
64
64
|
errors: vue.Ref<{
|
|
65
65
|
id: string | number;
|
|
66
66
|
errorMessages: string[];
|
|
@@ -92,7 +92,7 @@ declare const VForm: {
|
|
|
92
92
|
ref?: vue.VNodeRef | undefined;
|
|
93
93
|
ref_for?: boolean | undefined;
|
|
94
94
|
ref_key?: string | undefined;
|
|
95
|
-
"v-slot:default"?: false | ((
|
|
95
|
+
"v-slot:default"?: false | ((arg: {
|
|
96
96
|
errors: vue.Ref<{
|
|
97
97
|
id: string | number;
|
|
98
98
|
errorMessages: string[];
|
|
@@ -122,38 +122,7 @@ declare const VForm: {
|
|
|
122
122
|
resetValidation: () => void;
|
|
123
123
|
}) => vue.VNodeChild) | undefined;
|
|
124
124
|
'v-slots'?: {
|
|
125
|
-
default?: false | ((
|
|
126
|
-
errors: vue.Ref<{
|
|
127
|
-
id: string | number;
|
|
128
|
-
errorMessages: string[];
|
|
129
|
-
}[]>;
|
|
130
|
-
isDisabled: vue.ComputedRef<boolean>;
|
|
131
|
-
isReadonly: vue.ComputedRef<boolean>;
|
|
132
|
-
isValidating: vue.ShallowRef<boolean>;
|
|
133
|
-
isValid: vue.Ref<boolean | null> & {
|
|
134
|
-
readonly externalValue: boolean | null;
|
|
135
|
-
};
|
|
136
|
-
items: vue.Ref<{
|
|
137
|
-
id: string | number;
|
|
138
|
-
validate: () => Promise<string[]>;
|
|
139
|
-
reset: () => void;
|
|
140
|
-
resetValidation: () => void;
|
|
141
|
-
isValid: boolean | null;
|
|
142
|
-
errorMessages: string[];
|
|
143
|
-
}[]>;
|
|
144
|
-
validate: () => Promise<{
|
|
145
|
-
valid: boolean;
|
|
146
|
-
errors: {
|
|
147
|
-
id: string | number;
|
|
148
|
-
errorMessages: string[];
|
|
149
|
-
}[];
|
|
150
|
-
}>;
|
|
151
|
-
reset: () => void;
|
|
152
|
-
resetValidation: () => void;
|
|
153
|
-
}) => vue.VNodeChild) | undefined;
|
|
154
|
-
} | undefined;
|
|
155
|
-
$slots?: {
|
|
156
|
-
default?: ((args_0: {
|
|
125
|
+
default?: false | ((arg: {
|
|
157
126
|
errors: vue.Ref<{
|
|
158
127
|
id: string | number;
|
|
159
128
|
errorMessages: string[];
|
|
@@ -230,7 +199,7 @@ declare const VForm: {
|
|
|
230
199
|
[x: string]: unknown;
|
|
231
200
|
};
|
|
232
201
|
$slots: Readonly<{
|
|
233
|
-
default?: ((
|
|
202
|
+
default?: ((arg: {
|
|
234
203
|
errors: vue.Ref<{
|
|
235
204
|
id: string | number;
|
|
236
205
|
errorMessages: string[];
|
|
@@ -277,7 +246,7 @@ declare const VForm: {
|
|
|
277
246
|
class?: any;
|
|
278
247
|
} & {
|
|
279
248
|
$children?: vue.VNodeChild | {
|
|
280
|
-
default?: ((
|
|
249
|
+
default?: ((arg: {
|
|
281
250
|
errors: vue.Ref<{
|
|
282
251
|
id: string | number;
|
|
283
252
|
errorMessages: string[];
|
|
@@ -306,7 +275,7 @@ declare const VForm: {
|
|
|
306
275
|
reset: () => void;
|
|
307
276
|
resetValidation: () => void;
|
|
308
277
|
}) => vue.VNodeChild) | undefined;
|
|
309
|
-
} | ((
|
|
278
|
+
} | ((arg: {
|
|
310
279
|
errors: vue.Ref<{
|
|
311
280
|
id: string | number;
|
|
312
281
|
errorMessages: string[];
|
|
@@ -336,7 +305,7 @@ declare const VForm: {
|
|
|
336
305
|
resetValidation: () => void;
|
|
337
306
|
}) => vue.VNodeChild);
|
|
338
307
|
'v-slots'?: {
|
|
339
|
-
default?: false | ((
|
|
308
|
+
default?: false | ((arg: {
|
|
340
309
|
errors: vue.Ref<{
|
|
341
310
|
id: string | number;
|
|
342
311
|
errorMessages: string[];
|
|
@@ -367,7 +336,7 @@ declare const VForm: {
|
|
|
367
336
|
}) => vue.VNodeChild) | undefined;
|
|
368
337
|
} | undefined;
|
|
369
338
|
} & {
|
|
370
|
-
"v-slot:default"?: false | ((
|
|
339
|
+
"v-slot:default"?: false | ((arg: {
|
|
371
340
|
errors: vue.Ref<{
|
|
372
341
|
id: string | number;
|
|
373
342
|
errorMessages: string[];
|
|
@@ -396,38 +365,6 @@ declare const VForm: {
|
|
|
396
365
|
reset: () => void;
|
|
397
366
|
resetValidation: () => void;
|
|
398
367
|
}) => vue.VNodeChild) | undefined;
|
|
399
|
-
} & {
|
|
400
|
-
$slots?: {
|
|
401
|
-
default?: ((args_0: {
|
|
402
|
-
errors: vue.Ref<{
|
|
403
|
-
id: string | number;
|
|
404
|
-
errorMessages: string[];
|
|
405
|
-
}[]>;
|
|
406
|
-
isDisabled: vue.ComputedRef<boolean>;
|
|
407
|
-
isReadonly: vue.ComputedRef<boolean>;
|
|
408
|
-
isValidating: vue.ShallowRef<boolean>;
|
|
409
|
-
isValid: vue.Ref<boolean | null> & {
|
|
410
|
-
readonly externalValue: boolean | null;
|
|
411
|
-
};
|
|
412
|
-
items: vue.Ref<{
|
|
413
|
-
id: string | number;
|
|
414
|
-
validate: () => Promise<string[]>;
|
|
415
|
-
reset: () => void;
|
|
416
|
-
resetValidation: () => void;
|
|
417
|
-
isValid: boolean | null;
|
|
418
|
-
errorMessages: string[];
|
|
419
|
-
}[]>;
|
|
420
|
-
validate: () => Promise<{
|
|
421
|
-
valid: boolean;
|
|
422
|
-
errors: {
|
|
423
|
-
id: string | number;
|
|
424
|
-
errorMessages: string[];
|
|
425
|
-
}[];
|
|
426
|
-
}>;
|
|
427
|
-
reset: () => void;
|
|
428
|
-
resetValidation: () => void;
|
|
429
|
-
}) => vue.VNodeChild) | undefined;
|
|
430
|
-
} | undefined;
|
|
431
368
|
} & {
|
|
432
369
|
onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
|
|
433
370
|
"onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
|
|
@@ -470,7 +407,7 @@ declare const VForm: {
|
|
|
470
407
|
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
471
408
|
fastFail: boolean;
|
|
472
409
|
}, {}, string, vue.SlotsType<Partial<{
|
|
473
|
-
default: (
|
|
410
|
+
default: (arg: {
|
|
474
411
|
errors: vue.Ref<{
|
|
475
412
|
id: string | number;
|
|
476
413
|
errorMessages: string[];
|
|
@@ -532,7 +469,7 @@ declare const VForm: {
|
|
|
532
469
|
class?: any;
|
|
533
470
|
} & {
|
|
534
471
|
$children?: vue.VNodeChild | {
|
|
535
|
-
default?: ((
|
|
472
|
+
default?: ((arg: {
|
|
536
473
|
errors: vue.Ref<{
|
|
537
474
|
id: string | number;
|
|
538
475
|
errorMessages: string[];
|
|
@@ -561,7 +498,7 @@ declare const VForm: {
|
|
|
561
498
|
reset: () => void;
|
|
562
499
|
resetValidation: () => void;
|
|
563
500
|
}) => vue.VNodeChild) | undefined;
|
|
564
|
-
} | ((
|
|
501
|
+
} | ((arg: {
|
|
565
502
|
errors: vue.Ref<{
|
|
566
503
|
id: string | number;
|
|
567
504
|
errorMessages: string[];
|
|
@@ -591,7 +528,7 @@ declare const VForm: {
|
|
|
591
528
|
resetValidation: () => void;
|
|
592
529
|
}) => vue.VNodeChild);
|
|
593
530
|
'v-slots'?: {
|
|
594
|
-
default?: false | ((
|
|
531
|
+
default?: false | ((arg: {
|
|
595
532
|
errors: vue.Ref<{
|
|
596
533
|
id: string | number;
|
|
597
534
|
errorMessages: string[];
|
|
@@ -622,7 +559,7 @@ declare const VForm: {
|
|
|
622
559
|
}) => vue.VNodeChild) | undefined;
|
|
623
560
|
} | undefined;
|
|
624
561
|
} & {
|
|
625
|
-
"v-slot:default"?: false | ((
|
|
562
|
+
"v-slot:default"?: false | ((arg: {
|
|
626
563
|
errors: vue.Ref<{
|
|
627
564
|
id: string | number;
|
|
628
565
|
errorMessages: string[];
|
|
@@ -651,38 +588,6 @@ declare const VForm: {
|
|
|
651
588
|
reset: () => void;
|
|
652
589
|
resetValidation: () => void;
|
|
653
590
|
}) => vue.VNodeChild) | undefined;
|
|
654
|
-
} & {
|
|
655
|
-
$slots?: {
|
|
656
|
-
default?: ((args_0: {
|
|
657
|
-
errors: vue.Ref<{
|
|
658
|
-
id: string | number;
|
|
659
|
-
errorMessages: string[];
|
|
660
|
-
}[]>;
|
|
661
|
-
isDisabled: vue.ComputedRef<boolean>;
|
|
662
|
-
isReadonly: vue.ComputedRef<boolean>;
|
|
663
|
-
isValidating: vue.ShallowRef<boolean>;
|
|
664
|
-
isValid: vue.Ref<boolean | null> & {
|
|
665
|
-
readonly externalValue: boolean | null;
|
|
666
|
-
};
|
|
667
|
-
items: vue.Ref<{
|
|
668
|
-
id: string | number;
|
|
669
|
-
validate: () => Promise<string[]>;
|
|
670
|
-
reset: () => void;
|
|
671
|
-
resetValidation: () => void;
|
|
672
|
-
isValid: boolean | null;
|
|
673
|
-
errorMessages: string[];
|
|
674
|
-
}[]>;
|
|
675
|
-
validate: () => Promise<{
|
|
676
|
-
valid: boolean;
|
|
677
|
-
errors: {
|
|
678
|
-
id: string | number;
|
|
679
|
-
errorMessages: string[];
|
|
680
|
-
}[];
|
|
681
|
-
}>;
|
|
682
|
-
reset: () => void;
|
|
683
|
-
resetValidation: () => void;
|
|
684
|
-
}) => vue.VNodeChild) | undefined;
|
|
685
|
-
} | undefined;
|
|
686
591
|
} & {
|
|
687
592
|
onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
|
|
688
593
|
"onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
|
|
@@ -729,7 +634,7 @@ declare const VForm: {
|
|
|
729
634
|
class?: any;
|
|
730
635
|
} & {
|
|
731
636
|
$children?: vue.VNodeChild | {
|
|
732
|
-
default?: ((
|
|
637
|
+
default?: ((arg: {
|
|
733
638
|
errors: vue.Ref<{
|
|
734
639
|
id: string | number;
|
|
735
640
|
errorMessages: string[];
|
|
@@ -758,7 +663,7 @@ declare const VForm: {
|
|
|
758
663
|
reset: () => void;
|
|
759
664
|
resetValidation: () => void;
|
|
760
665
|
}) => vue.VNodeChild) | undefined;
|
|
761
|
-
} | ((
|
|
666
|
+
} | ((arg: {
|
|
762
667
|
errors: vue.Ref<{
|
|
763
668
|
id: string | number;
|
|
764
669
|
errorMessages: string[];
|
|
@@ -788,7 +693,7 @@ declare const VForm: {
|
|
|
788
693
|
resetValidation: () => void;
|
|
789
694
|
}) => vue.VNodeChild);
|
|
790
695
|
'v-slots'?: {
|
|
791
|
-
default?: false | ((
|
|
696
|
+
default?: false | ((arg: {
|
|
792
697
|
errors: vue.Ref<{
|
|
793
698
|
id: string | number;
|
|
794
699
|
errorMessages: string[];
|
|
@@ -819,7 +724,7 @@ declare const VForm: {
|
|
|
819
724
|
}) => vue.VNodeChild) | undefined;
|
|
820
725
|
} | undefined;
|
|
821
726
|
} & {
|
|
822
|
-
"v-slot:default"?: false | ((
|
|
727
|
+
"v-slot:default"?: false | ((arg: {
|
|
823
728
|
errors: vue.Ref<{
|
|
824
729
|
id: string | number;
|
|
825
730
|
errorMessages: string[];
|
|
@@ -848,38 +753,6 @@ declare const VForm: {
|
|
|
848
753
|
reset: () => void;
|
|
849
754
|
resetValidation: () => void;
|
|
850
755
|
}) => vue.VNodeChild) | undefined;
|
|
851
|
-
} & {
|
|
852
|
-
$slots?: {
|
|
853
|
-
default?: ((args_0: {
|
|
854
|
-
errors: vue.Ref<{
|
|
855
|
-
id: string | number;
|
|
856
|
-
errorMessages: string[];
|
|
857
|
-
}[]>;
|
|
858
|
-
isDisabled: vue.ComputedRef<boolean>;
|
|
859
|
-
isReadonly: vue.ComputedRef<boolean>;
|
|
860
|
-
isValidating: vue.ShallowRef<boolean>;
|
|
861
|
-
isValid: vue.Ref<boolean | null> & {
|
|
862
|
-
readonly externalValue: boolean | null;
|
|
863
|
-
};
|
|
864
|
-
items: vue.Ref<{
|
|
865
|
-
id: string | number;
|
|
866
|
-
validate: () => Promise<string[]>;
|
|
867
|
-
reset: () => void;
|
|
868
|
-
resetValidation: () => void;
|
|
869
|
-
isValid: boolean | null;
|
|
870
|
-
errorMessages: string[];
|
|
871
|
-
}[]>;
|
|
872
|
-
validate: () => Promise<{
|
|
873
|
-
valid: boolean;
|
|
874
|
-
errors: {
|
|
875
|
-
id: string | number;
|
|
876
|
-
errorMessages: string[];
|
|
877
|
-
}[];
|
|
878
|
-
}>;
|
|
879
|
-
reset: () => void;
|
|
880
|
-
resetValidation: () => void;
|
|
881
|
-
}) => vue.VNodeChild) | undefined;
|
|
882
|
-
} | undefined;
|
|
883
756
|
} & {
|
|
884
757
|
onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
|
|
885
758
|
"onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
|
|
@@ -922,7 +795,7 @@ declare const VForm: {
|
|
|
922
795
|
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
923
796
|
fastFail: boolean;
|
|
924
797
|
}, {}, string, vue.SlotsType<Partial<{
|
|
925
|
-
default: (
|
|
798
|
+
default: (arg: {
|
|
926
799
|
errors: vue.Ref<{
|
|
927
800
|
id: string | number;
|
|
928
801
|
errorMessages: string[];
|
|
@@ -25,9 +25,6 @@ declare const VContainer: {
|
|
|
25
25
|
'v-slots'?: {
|
|
26
26
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
27
27
|
} | undefined;
|
|
28
|
-
$slots?: {
|
|
29
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
30
|
-
} | undefined;
|
|
31
28
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
32
29
|
[key: string]: any;
|
|
33
30
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -97,10 +94,6 @@ declare const VContainer: {
|
|
|
97
94
|
} | undefined;
|
|
98
95
|
} & {
|
|
99
96
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
100
|
-
} & {
|
|
101
|
-
$slots?: {
|
|
102
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
103
|
-
} | undefined;
|
|
104
97
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
105
98
|
style: vue.StyleValue;
|
|
106
99
|
tag: string;
|
|
@@ -144,10 +137,6 @@ declare const VContainer: {
|
|
|
144
137
|
} | undefined;
|
|
145
138
|
} & {
|
|
146
139
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
147
|
-
} & {
|
|
148
|
-
$slots?: {
|
|
149
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
150
|
-
} | undefined;
|
|
151
140
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
152
141
|
__isFragment?: undefined;
|
|
153
142
|
__isTeleport?: undefined;
|
|
@@ -167,10 +156,6 @@ declare const VContainer: {
|
|
|
167
156
|
} | undefined;
|
|
168
157
|
} & {
|
|
169
158
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
170
|
-
} & {
|
|
171
|
-
$slots?: {
|
|
172
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
173
|
-
} | undefined;
|
|
174
159
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
175
160
|
style: vue.StyleValue;
|
|
176
161
|
tag: string;
|
|
@@ -233,9 +218,6 @@ declare const VCol: {
|
|
|
233
218
|
'v-slots'?: {
|
|
234
219
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
235
220
|
} | undefined;
|
|
236
|
-
$slots?: {
|
|
237
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
238
|
-
} | undefined;
|
|
239
221
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
240
222
|
[key: string]: any;
|
|
241
223
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -338,10 +320,6 @@ declare const VCol: {
|
|
|
338
320
|
} | undefined;
|
|
339
321
|
} & {
|
|
340
322
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
341
|
-
} & {
|
|
342
|
-
$slots?: {
|
|
343
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
344
|
-
} | undefined;
|
|
345
323
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
346
324
|
[key: string]: any;
|
|
347
325
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
@@ -408,10 +386,6 @@ declare const VCol: {
|
|
|
408
386
|
} | undefined;
|
|
409
387
|
} & {
|
|
410
388
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
411
|
-
} & {
|
|
412
|
-
$slots?: {
|
|
413
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
414
|
-
} | undefined;
|
|
415
389
|
} & vue.ShallowUnwrapRef<() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
416
390
|
[key: string]: any;
|
|
417
391
|
}>> & {} & vue.ComponentCustomProperties & {};
|
|
@@ -451,10 +425,6 @@ declare const VCol: {
|
|
|
451
425
|
} | undefined;
|
|
452
426
|
} & {
|
|
453
427
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
454
|
-
} & {
|
|
455
|
-
$slots?: {
|
|
456
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
457
|
-
} | undefined;
|
|
458
428
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
459
429
|
[key: string]: any;
|
|
460
430
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
@@ -579,9 +549,6 @@ declare const VRow: {
|
|
|
579
549
|
'v-slots'?: {
|
|
580
550
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
581
551
|
} | undefined;
|
|
582
|
-
$slots?: {
|
|
583
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
584
|
-
} | undefined;
|
|
585
552
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
586
553
|
[key: string]: any;
|
|
587
554
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -685,10 +652,6 @@ declare const VRow: {
|
|
|
685
652
|
} | undefined;
|
|
686
653
|
} & {
|
|
687
654
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
688
|
-
} & {
|
|
689
|
-
$slots?: {
|
|
690
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
691
|
-
} | undefined;
|
|
692
655
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
693
656
|
[key: string]: any;
|
|
694
657
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
@@ -757,10 +720,6 @@ declare const VRow: {
|
|
|
757
720
|
} | undefined;
|
|
758
721
|
} & {
|
|
759
722
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
760
|
-
} & {
|
|
761
|
-
$slots?: {
|
|
762
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
763
|
-
} | undefined;
|
|
764
723
|
} & vue.ShallowUnwrapRef<() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
765
724
|
[key: string]: any;
|
|
766
725
|
}>> & {} & vue.ComponentCustomProperties & {};
|
|
@@ -801,10 +760,6 @@ declare const VRow: {
|
|
|
801
760
|
} | undefined;
|
|
802
761
|
} & {
|
|
803
762
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
804
|
-
} & {
|
|
805
|
-
$slots?: {
|
|
806
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
807
|
-
} | undefined;
|
|
808
763
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
809
764
|
[key: string]: any;
|
|
810
765
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
@@ -925,9 +880,6 @@ declare const VSpacer: {
|
|
|
925
880
|
'v-slots'?: {
|
|
926
881
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
927
882
|
} | undefined;
|
|
928
|
-
$slots?: {
|
|
929
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
930
|
-
} | undefined;
|
|
931
883
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
932
884
|
[key: string]: any;
|
|
933
885
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -996,10 +948,6 @@ declare const VSpacer: {
|
|
|
996
948
|
} | undefined;
|
|
997
949
|
} & {
|
|
998
950
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
999
|
-
} & {
|
|
1000
|
-
$slots?: {
|
|
1001
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1002
|
-
} | undefined;
|
|
1003
951
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1004
952
|
[key: string]: any;
|
|
1005
953
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
@@ -1043,10 +991,6 @@ declare const VSpacer: {
|
|
|
1043
991
|
} | undefined;
|
|
1044
992
|
} & {
|
|
1045
993
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
1046
|
-
} & {
|
|
1047
|
-
$slots?: {
|
|
1048
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1049
|
-
} | undefined;
|
|
1050
994
|
} & vue.ShallowUnwrapRef<() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1051
995
|
[key: string]: any;
|
|
1052
996
|
}>> & {} & vue.ComponentCustomProperties & {};
|
|
@@ -1067,10 +1011,6 @@ declare const VSpacer: {
|
|
|
1067
1011
|
} | undefined;
|
|
1068
1012
|
} & {
|
|
1069
1013
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
1070
|
-
} & {
|
|
1071
|
-
$slots?: {
|
|
1072
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1073
|
-
} | undefined;
|
|
1074
1014
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1075
1015
|
[key: string]: any;
|
|
1076
1016
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VHover.mjs","names":["makeDelayProps","useDelay","useProxiedModel","genericComponent","propsFactory","makeVHoverProps","disabled","Boolean","modelValue","type","default","undefined","VHover","name","props","emits","value","setup","_ref","slots","isHovering","runOpenDelay","runCloseDelay","onMouseenter","onMouseleave"],"sources":["../../../src/components/VHover/VHover.tsx"],"sourcesContent":["// Composables\nimport { makeDelayProps, useDelay } from '@/composables/delay'\nimport { useProxiedModel } from '@/composables/proxiedModel'\n\n// Utilities\nimport { genericComponent, propsFactory } from '@/util'\n\ntype VHoverSlots = {\n default:
|
|
1
|
+
{"version":3,"file":"VHover.mjs","names":["makeDelayProps","useDelay","useProxiedModel","genericComponent","propsFactory","makeVHoverProps","disabled","Boolean","modelValue","type","default","undefined","VHover","name","props","emits","value","setup","_ref","slots","isHovering","runOpenDelay","runCloseDelay","onMouseenter","onMouseleave"],"sources":["../../../src/components/VHover/VHover.tsx"],"sourcesContent":["// Composables\nimport { makeDelayProps, useDelay } from '@/composables/delay'\nimport { useProxiedModel } from '@/composables/proxiedModel'\n\n// Utilities\nimport { genericComponent, propsFactory } from '@/util'\n\ntype VHoverSlots = {\n default: {\n isHovering: boolean | undefined\n props: Record<string, unknown>\n }\n}\n\nexport const makeVHoverProps = propsFactory({\n disabled: Boolean,\n modelValue: {\n type: Boolean,\n default: undefined,\n },\n\n ...makeDelayProps(),\n}, 'v-hover')\n\nexport const VHover = genericComponent<VHoverSlots>()({\n name: 'VHover',\n\n props: makeVHoverProps(),\n\n emits: {\n 'update:modelValue': (value: boolean) => true,\n },\n\n setup (props, { slots }) {\n const isHovering = useProxiedModel(props, 'modelValue')\n const { runOpenDelay, runCloseDelay } = useDelay(props, value => !props.disabled && (isHovering.value = value))\n\n return () => slots.default?.({\n isHovering: isHovering.value,\n props: {\n onMouseenter: runOpenDelay,\n onMouseleave: runCloseDelay,\n },\n })\n },\n})\n\nexport type VHover = InstanceType<typeof VHover>\n"],"mappings":"AAAA;AAAA,SACSA,cAAc,EAAEC,QAAQ;AAAA,SACxBC,eAAe,8CAExB;AAAA,SACSC,gBAAgB,EAAEC,YAAY;AASvC,OAAO,MAAMC,eAAe,GAAGD,YAAY,CAAC;EAC1CE,QAAQ,EAAEC,OAAO;EACjBC,UAAU,EAAE;IACVC,IAAI,EAAEF,OAAO;IACbG,OAAO,EAAEC;EACX,CAAC;EAED,GAAGX,cAAc;AACnB,CAAC,EAAE,SAAS,CAAC;AAEb,OAAO,MAAMY,MAAM,GAAGT,gBAAgB,EAAe,CAAC;EACpDU,IAAI,EAAE,QAAQ;EAEdC,KAAK,EAAET,eAAe,EAAE;EAExBU,KAAK,EAAE;IACL,mBAAmB,EAAGC,KAAc,IAAK;EAC3C,CAAC;EAEDC,KAAKA,CAAEH,KAAK,EAAAI,IAAA,EAAa;IAAA,IAAX;MAAEC;IAAM,CAAC,GAAAD,IAAA;IACrB,MAAME,UAAU,GAAGlB,eAAe,CAACY,KAAK,EAAE,YAAY,CAAC;IACvD,MAAM;MAAEO,YAAY;MAAEC;IAAc,CAAC,GAAGrB,QAAQ,CAACa,KAAK,EAAEE,KAAK,IAAI,CAACF,KAAK,CAACR,QAAQ,KAAKc,UAAU,CAACJ,KAAK,GAAGA,KAAK,CAAC,CAAC;IAE/G,OAAO,MAAMG,KAAK,CAACT,OAAO,GAAG;MAC3BU,UAAU,EAAEA,UAAU,CAACJ,KAAK;MAC5BF,KAAK,EAAE;QACLS,YAAY,EAAEF,YAAY;QAC1BG,YAAY,EAAEF;MAChB;IACF,CAAC,CAAC;EACJ;AACF,CAAC,CAAC"}
|