@cnamts/synapse 1.0.12 → 1.0.13
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/{DateFilter-DoCcOfDW.js → DateFilter-_EFzsvvM.js} +1 -1
- package/dist/{NumberFilter-9uR8uo6p.js → NumberFilter-CUxEbKJh.js} +1 -1
- package/dist/{PeriodFilter-CxN5ini7.js → PeriodFilter-D5ueqtKy.js} +1 -1
- package/dist/{SelectFilter-bfxipgvt.js → SelectFilter-BciBNydy.js} +1 -1
- package/dist/{TextFilter-yCnWcmW2.js → TextFilter-DMN_WAQB.js} +1 -1
- package/dist/components/Amelipro/AmeliproAccordion/AmeliproAccordion.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/AmeliproAccordionTemplate.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/AmeliproAccordionResultTemplate.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +44 -62
- package/dist/components/Amelipro/AmeliproCard/AmeliproCard.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproIcon/AmeliproIcon.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +5 -5
- package/dist/components/Amelipro/AmeliproMultipleFoldingCard/AmeliproMultipleFoldingCard.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproNumberedCard/AmeliproNumberedCard.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +24 -32
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +36 -48
- package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +44 -62
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +44 -62
- package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +0 -4
- package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +12 -16
- package/dist/components/Captcha/Captcha.d.ts +68 -0
- package/dist/components/Captcha/CaptchaAlert.d.ts +13 -0
- package/dist/components/Captcha/CaptchaBase.d.ts +55 -0
- package/dist/components/Captcha/CaptchaBtn.d.ts +12 -0
- package/dist/components/Captcha/CaptchaForm.d.ts +16 -0
- package/dist/components/Captcha/CaptchaImg.d.ts +12 -0
- package/dist/components/Captcha/CaptchaInformation.d.ts +20 -0
- package/dist/components/Captcha/captchaApi.d.ts +41 -0
- package/dist/components/Captcha/icons/volumeUp.d.ts +2 -0
- package/dist/components/Captcha/locales.d.ts +35 -0
- package/dist/components/Captcha/types.d.ts +2 -0
- package/dist/components/ChipList/ChipList.d.ts +2 -2
- package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +2 -2
- package/dist/components/Customs/SyForm/SyForm.d.ts +6 -3
- package/dist/components/Customs/SyTextField/SyTextField.d.ts +13 -17
- package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +56 -64
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +47 -64
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +18 -17
- package/dist/components/DatePicker/tests/setup.d.ts +448 -512
- package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +4 -4
- package/dist/components/NirField/NirField.d.ts +29 -34
- package/dist/components/NirField/locales.d.ts +1 -3
- package/dist/components/PasswordField/PasswordField.d.ts +2 -0
- package/dist/components/PeriodField/PeriodField.d.ts +112 -128
- package/dist/components/PhoneField/PhoneField.d.ts +13 -17
- package/dist/components/SearchListField/SearchListField.d.ts +2 -2
- package/dist/components/SyTextArea/SyTextArea.d.ts +0 -4
- package/dist/components/Tables/common/SyTablePagination.d.ts +2 -2
- package/dist/components/index.d.ts +1 -0
- package/dist/composables/validation/useFormValidation.d.ts +10 -0
- package/dist/composables/validation/useValidatable.d.ts +10 -2
- package/dist/design-system-v3.js +126 -125
- package/dist/design-system-v3.umd.cjs +155 -155
- package/dist/main-DISHlqcd.js +34217 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/Amelipro/AmeliproFooter/AmeliproFooter.vue +6 -7
- package/src/components/Amelipro/AmeliproFooter/__tests__/AmeliproFooter.spec.ts +787 -0
- package/src/components/Amelipro/AmeliproFooter/__tests__/__snapshots__/AmeliproFooter.spec.ts.snap +318 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/AmeliproHeaderBrandSection.spec.ts +167 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +100 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/__tests__/AmeliproHeaderBar.spec.ts +312 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/__tests__/__snapshots__/AmeliproHeaderBar.spec.ts.snap +98 -0
- package/src/components/Amelipro/AmeliproHeader/__tests__/AmeliproHeader.spec.ts +361 -0
- package/src/components/Amelipro/AmeliproHeader/__tests__/__snapshots__/AmeliproHeader.spec.ts.snap +22 -0
- package/src/components/Amelipro/AmeliproMenu/__tests__/AmeliproMenu.spec.ts +168 -0
- package/src/components/Amelipro/AmeliproMenu/__tests__/__snapshots__/AmeliproMenu.spec.ts.snap +295 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/__tests__/AmeliproDropdownMenuBtn.spec.ts +128 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/__tests__/__snapshots__/AmeliproDropdownMenuBtn.spec.ts.snap +67 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/__tests__/AmeliproDropdownMenu.spec.ts +266 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/__tests__/__snapshots__/AmeliproDropdownMenu.spec.ts.snap +134 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/__tests__/AmeliproMessagingMenuBtn.spec.ts +72 -0
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/__tests__/__snapshots__/AmeliproMessagingMenuBtn.spec.ts.snap +71 -0
- package/src/components/Amelipro/AmeliproPageLayout/tests/__snapshots__/AmeliproPageLayout.spec.ts.snap +12 -0
- package/src/components/Captcha/Captcha.mdx +72 -0
- package/src/components/Captcha/Captcha.stories.ts +276 -0
- package/src/components/Captcha/Captcha.vue +325 -0
- package/src/components/Captcha/CaptchaAlert.vue +60 -0
- package/src/components/Captcha/CaptchaBase.vue +219 -0
- package/src/components/Captcha/CaptchaBtn.vue +35 -0
- package/src/components/Captcha/CaptchaForm.vue +58 -0
- package/src/components/Captcha/CaptchaImg.vue +41 -0
- package/src/components/Captcha/CaptchaInformation.vue +64 -0
- package/src/components/Captcha/captchaApi.ts +111 -0
- package/src/components/Captcha/icons/volumeUp.vue +11 -0
- package/src/components/Captcha/locales.ts +35 -0
- package/src/components/Captcha/readme.md +5 -0
- package/src/components/Captcha/tests/Captcha.spec.ts +298 -0
- package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +716 -0
- package/src/components/Captcha/types.ts +2 -0
- package/src/components/Customs/Selects/SySelect/SySelect.vue +2 -2
- package/src/components/Customs/SyCheckbox/SyCheckbox.vue +4 -0
- package/src/components/Customs/SyForm/SyForm.stories.ts +133 -23
- package/src/components/Customs/SyForm/SyForm.vue +17 -1
- package/src/components/Customs/SyTextField/SyTextField.vue +2 -2
- package/src/components/DatePicker/CalendarMode/DatePicker.vue +1 -1
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +110 -6
- package/src/components/DatePicker/DateTextInput/DateTextInput.vue +28 -3
- package/src/components/NirField/NirField.stories.ts +74 -0
- package/src/components/NirField/NirField.vue +34 -9
- package/src/components/NirField/locales.ts +1 -3
- package/src/components/PasswordField/PasswordField.vue +39 -7
- package/src/components/PhoneField/PhoneField.vue +43 -10
- package/src/components/index.ts +1 -0
- package/src/composables/validation/useFormValidation.ts +46 -8
- package/src/composables/validation/useValidatable.ts +19 -8
- package/dist/main-DMXtXK3y.js +0 -33458
- package/src/components/Amelipro/AmeliproFooter/tests/AmeliproFooter.spec.ts +0 -15
- package/src/components/Amelipro/AmeliproFooter/tests/__snapshots__/AmeliproFooter.spec.ts.snap +0 -432
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/AmeliproHeaderBrandSection.spec.ts +0 -15
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +0 -131
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/AmeliproHeaderBar.spec.ts +0 -15
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/__snapshots__/AmeliproHeaderBar.spec.ts.snap +0 -172
- package/src/components/Amelipro/AmeliproHeader/tests/AmeliproHeader.spec.ts +0 -159
- package/src/components/Amelipro/AmeliproHeader/tests/__snapshots__/AmeliproHeader.spec.ts.snap +0 -841
- package/src/components/Amelipro/AmeliproMenu/tests/AmeliproMenu.spec.ts +0 -85
- package/src/components/Amelipro/AmeliproMenu/tests/__snapshots__/AmeliproMenu.spec.ts.snap +0 -537
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/AmeliproDropdownMenuBtn.spec.ts +0 -16
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/__snapshots__/AmeliproDropdownMenuBtn.spec.ts.snap +0 -56
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/AmeliproDropdownMenu.spec.ts +0 -28
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/__snapshots__/AmeliproDropdownMenu.spec.ts.snap +0 -300
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/AmeliproMessagingMenuBtn.spec.ts +0 -16
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/__snapshots__/AmeliproMessagingMenuBtn.spec.ts.snap +0 -89
|
@@ -237,7 +237,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
237
237
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
238
238
|
active: boolean;
|
|
239
239
|
centerAffix: boolean;
|
|
240
|
-
details: boolean;
|
|
241
240
|
disabled: boolean;
|
|
242
241
|
glow: boolean;
|
|
243
242
|
error: boolean;
|
|
@@ -286,7 +285,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
286
285
|
clearable: boolean;
|
|
287
286
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
288
287
|
active: boolean;
|
|
289
|
-
details: boolean;
|
|
290
288
|
disabled: boolean;
|
|
291
289
|
glow: boolean;
|
|
292
290
|
error: boolean;
|
|
@@ -801,7 +799,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
801
799
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "style" | "disabled" | "transition" | "location" | "modelValue" | "activatorProps" | "closeOnBack" | "closeOnContentClick" | "contained" | "eager" | "locationStrategy" | "noClickAnimation" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "zIndex" | "closeDelay" | "openDelay" | "submenu" | "disableInitialFocus">) | undefined;
|
|
802
800
|
itemColor?: string | undefined;
|
|
803
801
|
"onUpdate:menu"?: ((ue: boolean) => any) | undefined;
|
|
804
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "error" | "reverse" | "flat" | "
|
|
802
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "error" | "reverse" | "flat" | "menu" | "style" | "role" | "disabled" | "transition" | "density" | "rounded" | "tile" | "variant" | "active" | "readonly" | "eager" | "itemChildren" | "itemType" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "clearIcon" | "clearable" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "chips" | "closeText" | "openText" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "noDataText" | "openOnClear" | "noAutoScroll">;
|
|
805
803
|
$attrs: {
|
|
806
804
|
[x: string]: unknown;
|
|
807
805
|
};
|
|
@@ -911,7 +909,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
911
909
|
clearable: boolean;
|
|
912
910
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
913
911
|
active: boolean;
|
|
914
|
-
details: boolean;
|
|
915
912
|
disabled: boolean;
|
|
916
913
|
glow: boolean;
|
|
917
914
|
error: boolean;
|
|
@@ -1454,7 +1451,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1454
1451
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
1455
1452
|
active: boolean;
|
|
1456
1453
|
centerAffix: boolean;
|
|
1457
|
-
details: boolean;
|
|
1458
1454
|
dirty: boolean;
|
|
1459
1455
|
disabled: boolean;
|
|
1460
1456
|
glow: boolean;
|
|
@@ -1546,7 +1542,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1546
1542
|
centerAffix?: boolean | undefined;
|
|
1547
1543
|
color?: string | undefined;
|
|
1548
1544
|
baseColor?: string | undefined;
|
|
1549
|
-
details: boolean;
|
|
1550
1545
|
dirty: boolean;
|
|
1551
1546
|
disabled: boolean;
|
|
1552
1547
|
glow: boolean;
|
|
@@ -1593,7 +1588,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1593
1588
|
"v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
|
|
1594
1589
|
"v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1595
1590
|
"v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1596
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "error" | "reverse" | "flat" | "
|
|
1591
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "error" | "reverse" | "flat" | "style" | "disabled" | "density" | "rounded" | "tile" | "variant" | "active" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter">;
|
|
1597
1592
|
$attrs: {
|
|
1598
1593
|
[x: string]: unknown;
|
|
1599
1594
|
};
|
|
@@ -1661,7 +1656,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1661
1656
|
clearable: boolean;
|
|
1662
1657
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
1663
1658
|
active: boolean;
|
|
1664
|
-
details: boolean;
|
|
1665
1659
|
dirty: boolean;
|
|
1666
1660
|
disabled: boolean;
|
|
1667
1661
|
glow: boolean;
|
|
@@ -2030,7 +2024,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2030
2024
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2031
2025
|
active: boolean;
|
|
2032
2026
|
centerAffix: boolean;
|
|
2033
|
-
details: boolean;
|
|
2034
2027
|
dirty: boolean;
|
|
2035
2028
|
disabled: boolean;
|
|
2036
2029
|
glow: boolean;
|
|
@@ -2040,6 +2033,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2040
2033
|
reverse: boolean;
|
|
2041
2034
|
singleLine: boolean;
|
|
2042
2035
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2036
|
+
details: boolean;
|
|
2043
2037
|
}> & Omit<{
|
|
2044
2038
|
theme?: string | undefined;
|
|
2045
2039
|
class?: any;
|
|
@@ -2057,7 +2051,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2057
2051
|
centerAffix?: boolean | undefined;
|
|
2058
2052
|
color?: string | undefined;
|
|
2059
2053
|
baseColor?: string | undefined;
|
|
2060
|
-
details: boolean;
|
|
2061
2054
|
dirty: boolean;
|
|
2062
2055
|
disabled: boolean;
|
|
2063
2056
|
glow: boolean;
|
|
@@ -2074,6 +2067,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2074
2067
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2075
2068
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2076
2069
|
id?: string | undefined;
|
|
2070
|
+
details: boolean;
|
|
2077
2071
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
2078
2072
|
$attrs: {
|
|
2079
2073
|
[x: string]: unknown;
|
|
@@ -2118,7 +2112,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2118
2112
|
clearable: boolean;
|
|
2119
2113
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2120
2114
|
active: boolean;
|
|
2121
|
-
details: boolean;
|
|
2122
2115
|
dirty: boolean;
|
|
2123
2116
|
disabled: boolean;
|
|
2124
2117
|
glow: boolean;
|
|
@@ -2128,6 +2121,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2128
2121
|
reverse: boolean;
|
|
2129
2122
|
singleLine: boolean;
|
|
2130
2123
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2124
|
+
details: boolean;
|
|
2131
2125
|
} & {
|
|
2132
2126
|
theme?: string | undefined;
|
|
2133
2127
|
class?: any;
|
|
@@ -2163,7 +2157,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2163
2157
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2164
2158
|
active: boolean;
|
|
2165
2159
|
centerAffix: boolean;
|
|
2166
|
-
details: boolean;
|
|
2167
2160
|
dirty: boolean;
|
|
2168
2161
|
disabled: boolean;
|
|
2169
2162
|
glow: boolean;
|
|
@@ -2173,6 +2166,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2173
2166
|
reverse: boolean;
|
|
2174
2167
|
singleLine: boolean;
|
|
2175
2168
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2169
|
+
details: boolean;
|
|
2176
2170
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
2177
2171
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2178
2172
|
props: Record<string, any>;
|
|
@@ -2226,7 +2220,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2226
2220
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2227
2221
|
active: boolean;
|
|
2228
2222
|
centerAffix: boolean;
|
|
2229
|
-
details: boolean;
|
|
2230
2223
|
dirty: boolean;
|
|
2231
2224
|
disabled: boolean;
|
|
2232
2225
|
glow: boolean;
|
|
@@ -2236,6 +2229,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2236
2229
|
reverse: boolean;
|
|
2237
2230
|
singleLine: boolean;
|
|
2238
2231
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2232
|
+
details: boolean;
|
|
2239
2233
|
}> & Omit<{
|
|
2240
2234
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2241
2235
|
focused: boolean;
|
|
@@ -2243,7 +2237,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2243
2237
|
clearable: boolean;
|
|
2244
2238
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2245
2239
|
active: boolean;
|
|
2246
|
-
details: boolean;
|
|
2247
2240
|
dirty: boolean;
|
|
2248
2241
|
disabled: boolean;
|
|
2249
2242
|
glow: boolean;
|
|
@@ -2253,6 +2246,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2253
2246
|
reverse: boolean;
|
|
2254
2247
|
singleLine: boolean;
|
|
2255
2248
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2249
|
+
details: boolean;
|
|
2256
2250
|
} & {
|
|
2257
2251
|
theme?: string | undefined;
|
|
2258
2252
|
class?: any;
|
|
@@ -2313,7 +2307,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2313
2307
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2314
2308
|
active: boolean;
|
|
2315
2309
|
centerAffix: boolean;
|
|
2316
|
-
details: boolean;
|
|
2317
2310
|
dirty: boolean;
|
|
2318
2311
|
disabled: boolean;
|
|
2319
2312
|
glow: boolean;
|
|
@@ -2404,7 +2397,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2404
2397
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2405
2398
|
active: boolean;
|
|
2406
2399
|
centerAffix: boolean;
|
|
2407
|
-
details: boolean;
|
|
2408
2400
|
dirty: boolean;
|
|
2409
2401
|
disabled: boolean;
|
|
2410
2402
|
glow: boolean;
|
|
@@ -2434,7 +2426,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2434
2426
|
clearable: boolean;
|
|
2435
2427
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2436
2428
|
active: boolean;
|
|
2437
|
-
details: boolean;
|
|
2438
2429
|
dirty: boolean;
|
|
2439
2430
|
disabled: boolean;
|
|
2440
2431
|
glow: boolean;
|
|
@@ -2548,7 +2539,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2548
2539
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
2549
2540
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
2550
2541
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
2551
|
-
}, "ariaLabel" | "size" | "type" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "
|
|
2542
|
+
}, "ariaLabel" | "size" | "type" | "remove" | "parentNode" | "nextSibling" | "querySelector" | "cloneNode" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "form" | "style" | "title" | "animate" | "pattern" | "width" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "slot" | "disabled" | "children" | "placeholder" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "id" | "prepend" | "append" | "name" | "normalize" | "dir" | "hidden" | "capture" | "accessKey" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "innerHTML" | "enterKeyHint" | "inert" | "lang" | "spellcheck" | "translate" | "prefix" | "autocapitalize" | "part" | "indeterminate" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "autocomplete" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "previousSibling" | "textContent" | "appendChild" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "_" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaColIndexText" | "ariaRelevant" | "ariaRowIndexText" | "currentCSSZoom" | "getHTML" | "oncontextlost" | "oncontextrestored" | "setHTMLUnsafe" | "writingSuggestions"> & import('vue').ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
|
2552
2543
|
$: import('vue').ComponentInternalInstance;
|
|
2553
2544
|
$data: {};
|
|
2554
2545
|
$props: Partial<{
|
|
@@ -2803,7 +2794,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2803
2794
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2804
2795
|
active: boolean;
|
|
2805
2796
|
centerAffix: boolean;
|
|
2806
|
-
details: boolean;
|
|
2807
2797
|
dirty: boolean;
|
|
2808
2798
|
disabled: boolean;
|
|
2809
2799
|
glow: boolean;
|
|
@@ -2813,6 +2803,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2813
2803
|
reverse: boolean;
|
|
2814
2804
|
singleLine: boolean;
|
|
2815
2805
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2806
|
+
details: boolean;
|
|
2816
2807
|
}> & Omit<{
|
|
2817
2808
|
theme?: string | undefined;
|
|
2818
2809
|
class?: any;
|
|
@@ -2830,7 +2821,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2830
2821
|
centerAffix?: boolean | undefined;
|
|
2831
2822
|
color?: string | undefined;
|
|
2832
2823
|
baseColor?: string | undefined;
|
|
2833
|
-
details: boolean;
|
|
2834
2824
|
dirty: boolean;
|
|
2835
2825
|
disabled: boolean;
|
|
2836
2826
|
glow: boolean;
|
|
@@ -2847,6 +2837,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2847
2837
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2848
2838
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2849
2839
|
id?: string | undefined;
|
|
2840
|
+
details: boolean;
|
|
2850
2841
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
2851
2842
|
$attrs: {
|
|
2852
2843
|
[x: string]: unknown;
|
|
@@ -2891,7 +2882,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2891
2882
|
clearable: boolean;
|
|
2892
2883
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2893
2884
|
active: boolean;
|
|
2894
|
-
details: boolean;
|
|
2895
2885
|
dirty: boolean;
|
|
2896
2886
|
disabled: boolean;
|
|
2897
2887
|
glow: boolean;
|
|
@@ -2901,6 +2891,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2901
2891
|
reverse: boolean;
|
|
2902
2892
|
singleLine: boolean;
|
|
2903
2893
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2894
|
+
details: boolean;
|
|
2904
2895
|
} & {
|
|
2905
2896
|
theme?: string | undefined;
|
|
2906
2897
|
class?: any;
|
|
@@ -2936,7 +2927,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2936
2927
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2937
2928
|
active: boolean;
|
|
2938
2929
|
centerAffix: boolean;
|
|
2939
|
-
details: boolean;
|
|
2940
2930
|
dirty: boolean;
|
|
2941
2931
|
disabled: boolean;
|
|
2942
2932
|
glow: boolean;
|
|
@@ -2946,6 +2936,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2946
2936
|
reverse: boolean;
|
|
2947
2937
|
singleLine: boolean;
|
|
2948
2938
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2939
|
+
details: boolean;
|
|
2949
2940
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
2950
2941
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2951
2942
|
props: Record<string, any>;
|
|
@@ -2999,7 +2990,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2999
2990
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3000
2991
|
active: boolean;
|
|
3001
2992
|
centerAffix: boolean;
|
|
3002
|
-
details: boolean;
|
|
3003
2993
|
dirty: boolean;
|
|
3004
2994
|
disabled: boolean;
|
|
3005
2995
|
glow: boolean;
|
|
@@ -3009,6 +2999,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3009
2999
|
reverse: boolean;
|
|
3010
3000
|
singleLine: boolean;
|
|
3011
3001
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3002
|
+
details: boolean;
|
|
3012
3003
|
}> & Omit<{
|
|
3013
3004
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3014
3005
|
focused: boolean;
|
|
@@ -3016,7 +3007,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3016
3007
|
clearable: boolean;
|
|
3017
3008
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3018
3009
|
active: boolean;
|
|
3019
|
-
details: boolean;
|
|
3020
3010
|
dirty: boolean;
|
|
3021
3011
|
disabled: boolean;
|
|
3022
3012
|
glow: boolean;
|
|
@@ -3026,6 +3016,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3026
3016
|
reverse: boolean;
|
|
3027
3017
|
singleLine: boolean;
|
|
3028
3018
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3019
|
+
details: boolean;
|
|
3029
3020
|
} & {
|
|
3030
3021
|
theme?: string | undefined;
|
|
3031
3022
|
class?: any;
|
|
@@ -3063,7 +3054,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3063
3054
|
controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3064
3055
|
fieldIconColor: import('vue').ComputedRef<string | undefined>;
|
|
3065
3056
|
};
|
|
3066
|
-
}> & import('vue').ComponentCustomProperties, "type" | "error" | "reverse" | "flat" | "label" | "
|
|
3057
|
+
}> & import('vue').ComponentCustomProperties, "type" | "error" | "reverse" | "flat" | "label" | "style" | "width" | "role" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "placeholder" | "density" | "rounded" | "tile" | "variant" | "maxWidth" | "minWidth" | "loading" | "active" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:loader" | "v-slot:prepend" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "prefix" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "errorMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "hint" | "maxErrors" | "messages" | "suffix" | "autocomplete" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
|
|
3067
3058
|
_allExposed: {
|
|
3068
3059
|
isFocused: import('vue').ShallowRef<boolean, boolean>;
|
|
3069
3060
|
menu: import('vue').WritableComputedRef<boolean, boolean>;
|
|
@@ -3323,7 +3314,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3323
3314
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3324
3315
|
active: boolean;
|
|
3325
3316
|
centerAffix: boolean;
|
|
3326
|
-
details: boolean;
|
|
3327
3317
|
dirty: boolean;
|
|
3328
3318
|
disabled: boolean;
|
|
3329
3319
|
glow: boolean;
|
|
@@ -3333,6 +3323,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3333
3323
|
reverse: boolean;
|
|
3334
3324
|
singleLine: boolean;
|
|
3335
3325
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3326
|
+
details: boolean;
|
|
3336
3327
|
}> & Omit<{
|
|
3337
3328
|
theme?: string | undefined;
|
|
3338
3329
|
class?: any;
|
|
@@ -3350,7 +3341,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3350
3341
|
centerAffix?: boolean | undefined;
|
|
3351
3342
|
color?: string | undefined;
|
|
3352
3343
|
baseColor?: string | undefined;
|
|
3353
|
-
details: boolean;
|
|
3354
3344
|
dirty: boolean;
|
|
3355
3345
|
disabled: boolean;
|
|
3356
3346
|
glow: boolean;
|
|
@@ -3367,6 +3357,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3367
3357
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
3368
3358
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
3369
3359
|
id?: string | undefined;
|
|
3360
|
+
details: boolean;
|
|
3370
3361
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
3371
3362
|
$attrs: {
|
|
3372
3363
|
[x: string]: unknown;
|
|
@@ -3411,7 +3402,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3411
3402
|
clearable: boolean;
|
|
3412
3403
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3413
3404
|
active: boolean;
|
|
3414
|
-
details: boolean;
|
|
3415
3405
|
dirty: boolean;
|
|
3416
3406
|
disabled: boolean;
|
|
3417
3407
|
glow: boolean;
|
|
@@ -3421,6 +3411,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3421
3411
|
reverse: boolean;
|
|
3422
3412
|
singleLine: boolean;
|
|
3423
3413
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3414
|
+
details: boolean;
|
|
3424
3415
|
} & {
|
|
3425
3416
|
theme?: string | undefined;
|
|
3426
3417
|
class?: any;
|
|
@@ -3456,7 +3447,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3456
3447
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3457
3448
|
active: boolean;
|
|
3458
3449
|
centerAffix: boolean;
|
|
3459
|
-
details: boolean;
|
|
3460
3450
|
dirty: boolean;
|
|
3461
3451
|
disabled: boolean;
|
|
3462
3452
|
glow: boolean;
|
|
@@ -3466,6 +3456,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3466
3456
|
reverse: boolean;
|
|
3467
3457
|
singleLine: boolean;
|
|
3468
3458
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3459
|
+
details: boolean;
|
|
3469
3460
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
3470
3461
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
3471
3462
|
props: Record<string, any>;
|
|
@@ -3519,7 +3510,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3519
3510
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3520
3511
|
active: boolean;
|
|
3521
3512
|
centerAffix: boolean;
|
|
3522
|
-
details: boolean;
|
|
3523
3513
|
dirty: boolean;
|
|
3524
3514
|
disabled: boolean;
|
|
3525
3515
|
glow: boolean;
|
|
@@ -3529,6 +3519,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3529
3519
|
reverse: boolean;
|
|
3530
3520
|
singleLine: boolean;
|
|
3531
3521
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3522
|
+
details: boolean;
|
|
3532
3523
|
}> & Omit<{
|
|
3533
3524
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3534
3525
|
focused: boolean;
|
|
@@ -3536,7 +3527,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3536
3527
|
clearable: boolean;
|
|
3537
3528
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3538
3529
|
active: boolean;
|
|
3539
|
-
details: boolean;
|
|
3540
3530
|
dirty: boolean;
|
|
3541
3531
|
disabled: boolean;
|
|
3542
3532
|
glow: boolean;
|
|
@@ -3546,6 +3536,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3546
3536
|
reverse: boolean;
|
|
3547
3537
|
singleLine: boolean;
|
|
3548
3538
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3539
|
+
details: boolean;
|
|
3549
3540
|
} & {
|
|
3550
3541
|
theme?: string | undefined;
|
|
3551
3542
|
class?: any;
|
|
@@ -3613,7 +3604,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3613
3604
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3614
3605
|
active: boolean;
|
|
3615
3606
|
centerAffix: boolean;
|
|
3616
|
-
details: boolean;
|
|
3617
3607
|
disabled: boolean;
|
|
3618
3608
|
glow: boolean;
|
|
3619
3609
|
error: boolean;
|
|
@@ -3758,7 +3748,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3758
3748
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3759
3749
|
active: boolean;
|
|
3760
3750
|
centerAffix: boolean;
|
|
3761
|
-
details: boolean;
|
|
3762
3751
|
disabled: boolean;
|
|
3763
3752
|
glow: boolean;
|
|
3764
3753
|
error: boolean;
|
|
@@ -3807,7 +3796,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3807
3796
|
clearable: boolean;
|
|
3808
3797
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3809
3798
|
active: boolean;
|
|
3810
|
-
details: boolean;
|
|
3811
3799
|
disabled: boolean;
|
|
3812
3800
|
glow: boolean;
|
|
3813
3801
|
error: boolean;
|
|
@@ -4325,7 +4313,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4325
4313
|
} & {
|
|
4326
4314
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
4327
4315
|
"onUpdate:menu"?: ((ue: boolean) => any) | undefined;
|
|
4328
|
-
}, "ariaLabel" | "size" | "type" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "
|
|
4316
|
+
}, "ariaLabel" | "size" | "type" | "remove" | "parentNode" | "nextSibling" | "querySelector" | "cloneNode" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "form" | "menu" | "style" | "title" | "animate" | "pattern" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "slot" | "disabled" | "children" | "transition" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "prepend" | "append" | "normalize" | "dir" | "hidden" | "capture" | "accessKey" | "eager" | "itemChildren" | "itemType" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "innerHTML" | "enterKeyHint" | "inert" | "lang" | "spellcheck" | "translate" | "autocapitalize" | "part" | "indeterminate" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "isFocused" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "previousSibling" | "textContent" | "appendChild" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "chips" | "closeText" | "openText" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "noDataText" | "openOnClear" | "noAutoScroll"> & import('vue').ShallowUnwrapRef<{
|
|
4329
4317
|
isFocused: import('vue').ShallowRef<boolean, boolean>;
|
|
4330
4318
|
menu: import('vue').WritableComputedRef<boolean, boolean>;
|
|
4331
4319
|
select: (item: import('vuetify/lib/composables/list-items.mjs').ListItem<any>, set?: boolean | null | undefined) => void;
|
|
@@ -4350,7 +4338,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4350
4338
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
4351
4339
|
active: boolean;
|
|
4352
4340
|
centerAffix: boolean;
|
|
4353
|
-
details: boolean;
|
|
4354
4341
|
dirty: boolean;
|
|
4355
4342
|
disabled: boolean;
|
|
4356
4343
|
glow: boolean;
|
|
@@ -4442,7 +4429,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4442
4429
|
centerAffix?: boolean | undefined;
|
|
4443
4430
|
color?: string | undefined;
|
|
4444
4431
|
baseColor?: string | undefined;
|
|
4445
|
-
details: boolean;
|
|
4446
4432
|
dirty: boolean;
|
|
4447
4433
|
disabled: boolean;
|
|
4448
4434
|
glow: boolean;
|
|
@@ -4489,7 +4475,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4489
4475
|
"v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
|
|
4490
4476
|
"v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
4491
4477
|
"v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
4492
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "error" | "reverse" | "flat" | "
|
|
4478
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "error" | "reverse" | "flat" | "style" | "disabled" | "density" | "rounded" | "tile" | "variant" | "active" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter">;
|
|
4493
4479
|
$attrs: {
|
|
4494
4480
|
[x: string]: unknown;
|
|
4495
4481
|
};
|
|
@@ -4557,7 +4543,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4557
4543
|
clearable: boolean;
|
|
4558
4544
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
4559
4545
|
active: boolean;
|
|
4560
|
-
details: boolean;
|
|
4561
4546
|
dirty: boolean;
|
|
4562
4547
|
disabled: boolean;
|
|
4563
4548
|
glow: boolean;
|
|
@@ -4926,7 +4911,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4926
4911
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
4927
4912
|
active: boolean;
|
|
4928
4913
|
centerAffix: boolean;
|
|
4929
|
-
details: boolean;
|
|
4930
4914
|
dirty: boolean;
|
|
4931
4915
|
disabled: boolean;
|
|
4932
4916
|
glow: boolean;
|
|
@@ -4936,6 +4920,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4936
4920
|
reverse: boolean;
|
|
4937
4921
|
singleLine: boolean;
|
|
4938
4922
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
4923
|
+
details: boolean;
|
|
4939
4924
|
}> & Omit<{
|
|
4940
4925
|
theme?: string | undefined;
|
|
4941
4926
|
class?: any;
|
|
@@ -4953,7 +4938,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4953
4938
|
centerAffix?: boolean | undefined;
|
|
4954
4939
|
color?: string | undefined;
|
|
4955
4940
|
baseColor?: string | undefined;
|
|
4956
|
-
details: boolean;
|
|
4957
4941
|
dirty: boolean;
|
|
4958
4942
|
disabled: boolean;
|
|
4959
4943
|
glow: boolean;
|
|
@@ -4970,6 +4954,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4970
4954
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
4971
4955
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
4972
4956
|
id?: string | undefined;
|
|
4957
|
+
details: boolean;
|
|
4973
4958
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
4974
4959
|
$attrs: {
|
|
4975
4960
|
[x: string]: unknown;
|
|
@@ -5014,7 +4999,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5014
4999
|
clearable: boolean;
|
|
5015
5000
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
5016
5001
|
active: boolean;
|
|
5017
|
-
details: boolean;
|
|
5018
5002
|
dirty: boolean;
|
|
5019
5003
|
disabled: boolean;
|
|
5020
5004
|
glow: boolean;
|
|
@@ -5024,6 +5008,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5024
5008
|
reverse: boolean;
|
|
5025
5009
|
singleLine: boolean;
|
|
5026
5010
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5011
|
+
details: boolean;
|
|
5027
5012
|
} & {
|
|
5028
5013
|
theme?: string | undefined;
|
|
5029
5014
|
class?: any;
|
|
@@ -5059,7 +5044,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5059
5044
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
5060
5045
|
active: boolean;
|
|
5061
5046
|
centerAffix: boolean;
|
|
5062
|
-
details: boolean;
|
|
5063
5047
|
dirty: boolean;
|
|
5064
5048
|
disabled: boolean;
|
|
5065
5049
|
glow: boolean;
|
|
@@ -5069,6 +5053,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5069
5053
|
reverse: boolean;
|
|
5070
5054
|
singleLine: boolean;
|
|
5071
5055
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5056
|
+
details: boolean;
|
|
5072
5057
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
5073
5058
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
5074
5059
|
props: Record<string, any>;
|
|
@@ -5122,7 +5107,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5122
5107
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
5123
5108
|
active: boolean;
|
|
5124
5109
|
centerAffix: boolean;
|
|
5125
|
-
details: boolean;
|
|
5126
5110
|
dirty: boolean;
|
|
5127
5111
|
disabled: boolean;
|
|
5128
5112
|
glow: boolean;
|
|
@@ -5132,6 +5116,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5132
5116
|
reverse: boolean;
|
|
5133
5117
|
singleLine: boolean;
|
|
5134
5118
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5119
|
+
details: boolean;
|
|
5135
5120
|
}> & Omit<{
|
|
5136
5121
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5137
5122
|
focused: boolean;
|
|
@@ -5139,7 +5124,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5139
5124
|
clearable: boolean;
|
|
5140
5125
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
5141
5126
|
active: boolean;
|
|
5142
|
-
details: boolean;
|
|
5143
5127
|
dirty: boolean;
|
|
5144
5128
|
disabled: boolean;
|
|
5145
5129
|
glow: boolean;
|
|
@@ -5149,6 +5133,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5149
5133
|
reverse: boolean;
|
|
5150
5134
|
singleLine: boolean;
|
|
5151
5135
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5136
|
+
details: boolean;
|
|
5152
5137
|
} & {
|
|
5153
5138
|
theme?: string | undefined;
|
|
5154
5139
|
class?: any;
|
|
@@ -5209,7 +5194,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5209
5194
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
5210
5195
|
active: boolean;
|
|
5211
5196
|
centerAffix: boolean;
|
|
5212
|
-
details: boolean;
|
|
5213
5197
|
dirty: boolean;
|
|
5214
5198
|
disabled: boolean;
|
|
5215
5199
|
glow: boolean;
|
|
@@ -5300,7 +5284,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5300
5284
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
5301
5285
|
active: boolean;
|
|
5302
5286
|
centerAffix: boolean;
|
|
5303
|
-
details: boolean;
|
|
5304
5287
|
dirty: boolean;
|
|
5305
5288
|
disabled: boolean;
|
|
5306
5289
|
glow: boolean;
|
|
@@ -5330,7 +5313,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5330
5313
|
clearable: boolean;
|
|
5331
5314
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
5332
5315
|
active: boolean;
|
|
5333
|
-
details: boolean;
|
|
5334
5316
|
dirty: boolean;
|
|
5335
5317
|
disabled: boolean;
|
|
5336
5318
|
glow: boolean;
|
|
@@ -5444,7 +5426,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5444
5426
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
5445
5427
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
5446
5428
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
5447
|
-
}, "ariaLabel" | "size" | "type" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "
|
|
5429
|
+
}, "ariaLabel" | "size" | "type" | "remove" | "parentNode" | "nextSibling" | "querySelector" | "cloneNode" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "form" | "style" | "title" | "animate" | "pattern" | "width" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "slot" | "disabled" | "children" | "placeholder" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "id" | "prepend" | "append" | "name" | "normalize" | "dir" | "hidden" | "capture" | "accessKey" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "innerHTML" | "enterKeyHint" | "inert" | "lang" | "spellcheck" | "translate" | "prefix" | "autocapitalize" | "part" | "indeterminate" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "autocomplete" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "previousSibling" | "textContent" | "appendChild" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "_" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaColIndexText" | "ariaRelevant" | "ariaRowIndexText" | "currentCSSZoom" | "getHTML" | "oncontextlost" | "oncontextrestored" | "setHTMLUnsafe" | "writingSuggestions"> & import('vue').ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
|
5448
5430
|
$: import('vue').ComponentInternalInstance;
|
|
5449
5431
|
$data: {};
|
|
5450
5432
|
$props: Partial<{
|
|
@@ -5699,7 +5681,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5699
5681
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
5700
5682
|
active: boolean;
|
|
5701
5683
|
centerAffix: boolean;
|
|
5702
|
-
details: boolean;
|
|
5703
5684
|
dirty: boolean;
|
|
5704
5685
|
disabled: boolean;
|
|
5705
5686
|
glow: boolean;
|
|
@@ -5709,6 +5690,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5709
5690
|
reverse: boolean;
|
|
5710
5691
|
singleLine: boolean;
|
|
5711
5692
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5693
|
+
details: boolean;
|
|
5712
5694
|
}> & Omit<{
|
|
5713
5695
|
theme?: string | undefined;
|
|
5714
5696
|
class?: any;
|
|
@@ -5726,7 +5708,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5726
5708
|
centerAffix?: boolean | undefined;
|
|
5727
5709
|
color?: string | undefined;
|
|
5728
5710
|
baseColor?: string | undefined;
|
|
5729
|
-
details: boolean;
|
|
5730
5711
|
dirty: boolean;
|
|
5731
5712
|
disabled: boolean;
|
|
5732
5713
|
glow: boolean;
|
|
@@ -5743,6 +5724,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5743
5724
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
5744
5725
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
5745
5726
|
id?: string | undefined;
|
|
5727
|
+
details: boolean;
|
|
5746
5728
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
5747
5729
|
$attrs: {
|
|
5748
5730
|
[x: string]: unknown;
|
|
@@ -5787,7 +5769,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5787
5769
|
clearable: boolean;
|
|
5788
5770
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
5789
5771
|
active: boolean;
|
|
5790
|
-
details: boolean;
|
|
5791
5772
|
dirty: boolean;
|
|
5792
5773
|
disabled: boolean;
|
|
5793
5774
|
glow: boolean;
|
|
@@ -5797,6 +5778,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5797
5778
|
reverse: boolean;
|
|
5798
5779
|
singleLine: boolean;
|
|
5799
5780
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5781
|
+
details: boolean;
|
|
5800
5782
|
} & {
|
|
5801
5783
|
theme?: string | undefined;
|
|
5802
5784
|
class?: any;
|
|
@@ -5832,7 +5814,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5832
5814
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
5833
5815
|
active: boolean;
|
|
5834
5816
|
centerAffix: boolean;
|
|
5835
|
-
details: boolean;
|
|
5836
5817
|
dirty: boolean;
|
|
5837
5818
|
disabled: boolean;
|
|
5838
5819
|
glow: boolean;
|
|
@@ -5842,6 +5823,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5842
5823
|
reverse: boolean;
|
|
5843
5824
|
singleLine: boolean;
|
|
5844
5825
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5826
|
+
details: boolean;
|
|
5845
5827
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
5846
5828
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
5847
5829
|
props: Record<string, any>;
|
|
@@ -5895,7 +5877,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5895
5877
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
5896
5878
|
active: boolean;
|
|
5897
5879
|
centerAffix: boolean;
|
|
5898
|
-
details: boolean;
|
|
5899
5880
|
dirty: boolean;
|
|
5900
5881
|
disabled: boolean;
|
|
5901
5882
|
glow: boolean;
|
|
@@ -5905,6 +5886,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5905
5886
|
reverse: boolean;
|
|
5906
5887
|
singleLine: boolean;
|
|
5907
5888
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5889
|
+
details: boolean;
|
|
5908
5890
|
}> & Omit<{
|
|
5909
5891
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5910
5892
|
focused: boolean;
|
|
@@ -5912,7 +5894,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5912
5894
|
clearable: boolean;
|
|
5913
5895
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
5914
5896
|
active: boolean;
|
|
5915
|
-
details: boolean;
|
|
5916
5897
|
dirty: boolean;
|
|
5917
5898
|
disabled: boolean;
|
|
5918
5899
|
glow: boolean;
|
|
@@ -5922,6 +5903,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5922
5903
|
reverse: boolean;
|
|
5923
5904
|
singleLine: boolean;
|
|
5924
5905
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5906
|
+
details: boolean;
|
|
5925
5907
|
} & {
|
|
5926
5908
|
theme?: string | undefined;
|
|
5927
5909
|
class?: any;
|
|
@@ -5959,7 +5941,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5959
5941
|
controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
5960
5942
|
fieldIconColor: import('vue').ComputedRef<string | undefined>;
|
|
5961
5943
|
};
|
|
5962
|
-
}> & import('vue').ComponentCustomProperties, "type" | "error" | "reverse" | "flat" | "label" | "
|
|
5944
|
+
}> & import('vue').ComponentCustomProperties, "type" | "error" | "reverse" | "flat" | "label" | "style" | "width" | "role" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "placeholder" | "density" | "rounded" | "tile" | "variant" | "maxWidth" | "minWidth" | "loading" | "active" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:loader" | "v-slot:prepend" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "prefix" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "errorMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "hint" | "maxErrors" | "messages" | "suffix" | "autocomplete" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
|
|
5963
5945
|
_allExposed: {
|
|
5964
5946
|
isFocused: import('vue').ShallowRef<boolean, boolean>;
|
|
5965
5947
|
menu: import('vue').WritableComputedRef<boolean, boolean>;
|
|
@@ -6219,7 +6201,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6219
6201
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
6220
6202
|
active: boolean;
|
|
6221
6203
|
centerAffix: boolean;
|
|
6222
|
-
details: boolean;
|
|
6223
6204
|
dirty: boolean;
|
|
6224
6205
|
disabled: boolean;
|
|
6225
6206
|
glow: boolean;
|
|
@@ -6229,6 +6210,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6229
6210
|
reverse: boolean;
|
|
6230
6211
|
singleLine: boolean;
|
|
6231
6212
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
6213
|
+
details: boolean;
|
|
6232
6214
|
}> & Omit<{
|
|
6233
6215
|
theme?: string | undefined;
|
|
6234
6216
|
class?: any;
|
|
@@ -6246,7 +6228,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6246
6228
|
centerAffix?: boolean | undefined;
|
|
6247
6229
|
color?: string | undefined;
|
|
6248
6230
|
baseColor?: string | undefined;
|
|
6249
|
-
details: boolean;
|
|
6250
6231
|
dirty: boolean;
|
|
6251
6232
|
disabled: boolean;
|
|
6252
6233
|
glow: boolean;
|
|
@@ -6263,6 +6244,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6263
6244
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
6264
6245
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
6265
6246
|
id?: string | undefined;
|
|
6247
|
+
details: boolean;
|
|
6266
6248
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
6267
6249
|
$attrs: {
|
|
6268
6250
|
[x: string]: unknown;
|
|
@@ -6307,7 +6289,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6307
6289
|
clearable: boolean;
|
|
6308
6290
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
6309
6291
|
active: boolean;
|
|
6310
|
-
details: boolean;
|
|
6311
6292
|
dirty: boolean;
|
|
6312
6293
|
disabled: boolean;
|
|
6313
6294
|
glow: boolean;
|
|
@@ -6317,6 +6298,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6317
6298
|
reverse: boolean;
|
|
6318
6299
|
singleLine: boolean;
|
|
6319
6300
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
6301
|
+
details: boolean;
|
|
6320
6302
|
} & {
|
|
6321
6303
|
theme?: string | undefined;
|
|
6322
6304
|
class?: any;
|
|
@@ -6352,7 +6334,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6352
6334
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
6353
6335
|
active: boolean;
|
|
6354
6336
|
centerAffix: boolean;
|
|
6355
|
-
details: boolean;
|
|
6356
6337
|
dirty: boolean;
|
|
6357
6338
|
disabled: boolean;
|
|
6358
6339
|
glow: boolean;
|
|
@@ -6362,6 +6343,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6362
6343
|
reverse: boolean;
|
|
6363
6344
|
singleLine: boolean;
|
|
6364
6345
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
6346
|
+
details: boolean;
|
|
6365
6347
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
6366
6348
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
6367
6349
|
props: Record<string, any>;
|
|
@@ -6415,7 +6397,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6415
6397
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
6416
6398
|
active: boolean;
|
|
6417
6399
|
centerAffix: boolean;
|
|
6418
|
-
details: boolean;
|
|
6419
6400
|
dirty: boolean;
|
|
6420
6401
|
disabled: boolean;
|
|
6421
6402
|
glow: boolean;
|
|
@@ -6425,6 +6406,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6425
6406
|
reverse: boolean;
|
|
6426
6407
|
singleLine: boolean;
|
|
6427
6408
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
6409
|
+
details: boolean;
|
|
6428
6410
|
}> & Omit<{
|
|
6429
6411
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
6430
6412
|
focused: boolean;
|
|
@@ -6432,7 +6414,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6432
6414
|
clearable: boolean;
|
|
6433
6415
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
6434
6416
|
active: boolean;
|
|
6435
|
-
details: boolean;
|
|
6436
6417
|
dirty: boolean;
|
|
6437
6418
|
disabled: boolean;
|
|
6438
6419
|
glow: boolean;
|
|
@@ -6442,6 +6423,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6442
6423
|
reverse: boolean;
|
|
6443
6424
|
singleLine: boolean;
|
|
6444
6425
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
6426
|
+
details: boolean;
|
|
6445
6427
|
} & {
|
|
6446
6428
|
theme?: string | undefined;
|
|
6447
6429
|
class?: any;
|