@cnamts/synapse 1.0.3 → 1.0.4
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-yrwJv_2R.js +95 -0
- package/dist/NumberFilter-BQXtywZI.js +117 -0
- package/dist/PeriodFilter-BYXVSzr5.js +108 -0
- package/dist/SelectFilter-CJV_mlN3.js +133 -0
- package/dist/TextFilter-DN0ejYIs.js +110 -0
- package/dist/components/Accordion/Accordion.d.ts +2 -2
- package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +5 -5
- package/dist/components/Amelipro/AmeliproIcon/AmeliproIcon.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +7 -7
- package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +5 -5
- package/dist/components/Amelipro/AmeliproStateTile/AmeliproStateTile.d.ts +9 -0
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +10 -10
- package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +1 -1
- package/dist/components/CookieBanner/CookieBanner.d.ts +302 -1
- package/dist/components/CookieBanner/config.d.ts +1 -0
- package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +1188 -1
- package/dist/components/CookiesSelection/CookiesSelection.d.ts +217 -0
- package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +1 -1
- package/dist/components/Customs/SyTextField/SyTextField.d.ts +1 -1
- package/dist/components/DataList/DataList.d.ts +1 -1
- package/dist/components/DataListItem/DataListItem.d.ts +1 -1
- package/dist/components/DatePicker/{DatePicker → CalendarMode}/DatePicker.d.ts +15 -15
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +13 -13
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +4 -4
- package/dist/components/DatePicker/composables/useDatePickerViewMode.d.ts +2 -2
- package/dist/components/DatePicker/composables/useDatePickerVisibility.d.ts +2 -2
- package/dist/components/DatePicker/composables/useDateSelection.d.ts +1 -1
- package/dist/components/DatePicker/composables/useMonthButtonCustomization.d.ts +2 -2
- package/dist/components/DatePicker/composables/useTodayButton.d.ts +1 -1
- package/dist/components/DatePicker/composables/useWeekendDays.d.ts +1 -1
- package/dist/components/DatePicker/constants/messages.d.ts +1 -1
- package/dist/components/DatePicker/types.d.ts +2 -2
- package/dist/components/ExternalLinks/ExternalLinks.d.ts +3 -3
- package/dist/components/ExternalLinks/config.d.ts +4 -3
- package/dist/components/ExternalLinks/locales.d.ts +1 -0
- package/dist/components/NirField/NirField.d.ts +11 -11
- package/dist/components/PasswordField/PasswordField.d.ts +1 -1
- package/dist/components/PeriodField/PeriodField.d.ts +24 -24
- package/dist/components/Tables/common/locales.d.ts +5 -0
- package/dist/components/Tables/common/useTableAria.d.ts +21 -0
- package/dist/components/index.d.ts +1 -1
- package/dist/composables/date/useDatePickerAccessibility.d.ts +2 -2
- package/dist/{style.css → design-system-v3.css} +1 -1
- package/dist/design-system-v3.js +1 -1
- package/dist/design-system-v3.umd.cjs +273 -252
- package/dist/directives/Toolbar.d.ts +15 -0
- package/dist/directives/letterSpacing.d.ts +27 -0
- package/dist/{main-DoYCrS2Q.js → main-BzyNNvHX.js} +10482 -10252
- package/package.json +12 -12
- package/src/assets/_typography.scss +22 -23
- package/src/components/Accordion/Accordion.vue +2 -2
- package/src/components/Accordion/tests/__snapshots__/accordion.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/__snapshots__/AmeliproAutoCompleteField.spec.ts.snap +26 -14
- package/src/components/Amelipro/AmeliproBreadcrumb/__tests__/__snapshots__/AmeliproBreadcrumb.spec.ts.snap +15 -3
- package/src/components/Amelipro/AmeliproBtn/tests/__snapshots__/AmeliproBtn.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproCallback/tests/__snapshots__/AmeliproCallback.spec.ts.snap +14 -3
- package/src/components/Amelipro/AmeliproCard/tests/__snapshots__/AmeliproCard.spec.ts.snap +9 -2
- package/src/components/Amelipro/AmeliproChips/tests/__snapshots__/AmeliproChips.spec.ts.snap +4 -1
- package/src/components/Amelipro/AmeliproDialog/tests/__snapshots__/AmeliproDialog.spec.ts.snap +9 -2
- package/src/components/Amelipro/AmeliproDisclosure/tests/__snapshots__/AmeliproDisclosure.spec.ts.snap +19 -3
- package/src/components/Amelipro/AmeliproFooter/tests/__snapshots__/AmeliproFooter.spec.ts.snap +35 -7
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +1 -1
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/__snapshots__/AmeliproHeaderBar.spec.ts.snap +5 -2
- package/src/components/Amelipro/AmeliproHeader/tests/__snapshots__/AmeliproHeader.spec.ts.snap +130 -30
- package/src/components/Amelipro/AmeliproIconBtn/tests/__snapshots__/AmeliproIconBtn.spec.ts.snap +4 -1
- package/src/components/Amelipro/AmeliproIllustratedDataTile/tests/__snapshots__/AmeliproIllustratedDataTile.spec.ts.snap +4 -1
- package/src/components/Amelipro/AmeliproIllustratedRadioGroup/tests/__snapshots__/AmeliproIllustratedRadioGroup.spec.ts.snap +25 -5
- package/src/components/Amelipro/AmeliproMailTile/tests/__snapshots__/AmeliproMailTile.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproMenu/tests/__snapshots__/AmeliproMenu.spec.ts.snap +77 -15
- package/src/components/Amelipro/AmeliproMessage/tests/__snapshots__/AmeliproMessage.spec.ts.snap +11 -2
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/__snapshots__/AmeliproDropdownMenuBtn.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/__snapshots__/AmeliproDropdownMenu.spec.ts.snap +25 -5
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/__snapshots__/AmeliproMessagingMenuBtn.spec.ts.snap +10 -2
- package/src/components/Amelipro/AmeliproMessagingLayout/tests/__snapshots__/AmeliproMessagingLayout.spec.ts.snap +42 -8
- package/src/components/Amelipro/AmeliproMultipleFoldingCard/tests/__snapshots__/AmeliproMultipleFoldingCard.spec.ts.snap +13 -3
- package/src/components/Amelipro/AmeliproNumberedCard/tests/__snapshots__/AmeliproNumberedCard.spec.ts.snap +12 -3
- package/src/components/Amelipro/AmeliproPageLayout/tests/__snapshots__/AmeliproPageLayout.spec.ts.snap +195 -42
- package/src/components/Amelipro/AmeliproPagination/AmeliproPaginationBtn/tests/__snapshots__/AmeliproPaginationBtn.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproPagination/tests/__snapshots__/AmeliproPagination.spec.ts.snap +10 -2
- package/src/components/Amelipro/AmeliproPatientBanner/tests/__snapshots__/AmeliproPatientBanner.spec.ts.snap +26 -4
- package/src/components/Amelipro/AmeliproSelect/tests/__snapshots__/AmeliproSelect.spec.ts.snap +10 -11
- package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTile.stories.ts +2 -0
- package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTile.vue +11 -4
- package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTileTypes.ts +5 -0
- package/src/components/Amelipro/AmeliproStateTile/tests/__snapshots__/AmeliproStateTile.spec.ts.snap +13 -2
- package/src/components/Amelipro/AmeliproStatus/tests/__snapshots__/AmeliproStatus.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproStepper/AmeliproStepBtn/tests/__snapshots__/AmeliproStepBtn.spec.ts.snap +7 -1
- package/src/components/Amelipro/AmeliproStepper/tests/__snapshots__/AmeliproStepper.spec.ts.snap +49 -7
- package/src/components/Amelipro/AmeliproTabs/AmeliproTabBtn/tests/__snapshots__/AmeliproTabBtn.spec.ts.snap +5 -1
- package/src/components/Amelipro/AmeliproTabs/tests/__snapshots__/AmeliproTabs.spec.ts.snap +21 -4
- package/src/components/Amelipro/AmeliproTextArea/__tests__/__snapshots__/AmeliproTextArea.spec.ts.snap +10 -11
- package/src/components/Amelipro/AmeliproTextField/tests/__snapshots__/AmeliproTextField.spec.ts.snap +10 -11
- package/src/components/Amelipro/AmeliproTileBtn/tests/__snapshots__/AmeliproTileBtn.spec.ts.snap +8 -1
- package/src/components/Amelipro/AmeliproTooltips/tests/__snapshots__/AmeliproTooltips.spec.ts.snap +11 -2
- package/src/components/Amelipro/AmeliproTransmission/tests/__snapshots__/AmeliproTransmission.spec.ts.snap +26 -5
- package/src/components/Amelipro/ServiceMenu/ServiceBtn/tests/__snapshots__/ServiceBtn.spec.ts.snap +9 -2
- package/src/components/Amelipro/ServiceMenu/ServiceList/tests/__snapshots__/ServiceList.spec.ts.snap +18 -4
- package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/tests/__snapshots__/ServiceMenuContent.spec.ts.snap +69 -15
- package/src/components/Amelipro/ServiceMenu/tests/__snapshots__/ServiceMenu.spec.ts.snap +84 -19
- package/src/components/Amelipro/StructureMenu/StructureItem/tests/__snapshots__/StructureItem.spec.ts.snap +5 -1
- package/src/components/Amelipro/StructureMenu/StructureList/tests/__snapshots__/StructureList.spec.ts.snap +15 -4
- package/src/components/Amelipro/StructureMenu/StructureTabs/tests/__snapshots__/StructureTabs.spec.ts.snap +30 -8
- package/src/components/Amelipro/StructureMenu/tests/__snapshots__/StructureMenu.spec.ts.snap +72 -16
- package/src/components/Amelipro/UserMenu/tests/__snapshots__/UserMenu.spec.ts.snap +9 -2
- package/src/components/BackToTopBtn/tests/BackToTopBtn.spec.ts +53 -15
- package/src/components/BackToTopBtn/tests/__snapshots__/BackToTopBtn.spec.ts.snap +10 -2
- package/src/components/CollapsibleList/CollapsibleList.vue +5 -1
- package/src/components/CookieBanner/Accessibilite.stories.ts +4 -0
- package/src/components/CookieBanner/CookieBanner.vue +137 -10
- package/src/components/CookieBanner/config.ts +3 -0
- package/src/components/CookieBanner/tests/__snapshots__/CookieBanner.spec.ts.snap +49 -38
- package/src/components/CookiesSelection/CookiesInformation/CookiesInformation.vue +80 -2
- package/src/components/CookiesSelection/CookiesSelection.vue +15 -2
- package/src/components/CookiesSelection/tests/__snapshots__/CookiesSelection.spec.ts.snap +49 -34
- package/src/components/CopyBtn/tests/__snapshots__/CopyBtn.spec.ts.snap +1 -1
- package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/SelectBtnField.spec.ts.snap +58 -13
- package/src/components/Customs/Selects/SySelect/SySelect.vue +144 -147
- package/src/components/DatePicker/{DatePicker → CalendarMode}/DatePicker.stories.ts +3 -3
- package/src/components/DatePicker/{DatePicker → CalendarMode}/DatePicker.vue +4 -4
- package/src/components/DatePicker/{DatePicker → CalendarMode}/tests/DatePicker.events.spec.ts +1 -1
- package/src/components/DatePicker/{DatePicker → CalendarMode}/tests/DatePicker.spec.ts +4 -4
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.mdx +1 -1
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +3 -3
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +6 -6
- package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +3 -3
- package/src/components/DatePicker/DatePickerOverview.mdx +1 -1
- package/src/components/DatePicker/DatePickerValidationExample/DatePickerValidation.stories.ts +1 -1
- package/src/components/DatePicker/DateTextInput/DateRange.stories.ts +76 -3
- package/src/components/DatePicker/DateTextInput/NoCalendar.mdx +1 -1
- package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +1 -1
- package/src/components/DatePicker/composables/index.ts +2 -2
- package/src/components/DatePicker/composables/tests/useDatePickerVisibility.spec.ts +14 -14
- package/src/components/DatePicker/composables/useDatePickerViewMode.ts +4 -4
- package/src/components/DatePicker/composables/useDatePickerVisibility.ts +12 -12
- package/src/components/DatePicker/composables/useDateSelection.ts +1 -1
- package/src/components/DatePicker/composables/useMonthButtonCustomization.ts +3 -3
- package/src/components/DatePicker/composables/useTodayButton.ts +1 -1
- package/src/components/DatePicker/composables/useWeekendDays.ts +1 -1
- package/src/components/DatePicker/constants/messages.ts +1 -1
- package/src/components/DatePicker/docExamples/DatePickerBidirectionalValidation.vue +2 -2
- package/src/components/DatePicker/docExamples/DatePickerValidationExamples.vue +1 -1
- package/src/components/DatePicker/types.ts +2 -2
- package/src/components/DialogBox/tests/DialogBox.spec.ts +26 -4
- package/src/components/DialogBox/tests/__snapshots__/DialogBox.spec.ts.snap +13 -3
- package/src/components/DownloadBtn/tests/__snapshots__/DownloadBtn.spec.ts.snap +8 -2
- package/src/components/ErrorPage/tests/__snapshots__/ErrorPage.spec.ts.snap +18 -4
- package/src/components/ExternalLinks/Accessibilite.mdx +4 -1
- package/src/components/ExternalLinks/Accessibilite.stories.ts +34 -0
- package/src/components/ExternalLinks/ExternalLinks.stories.ts +1 -3
- package/src/components/ExternalLinks/ExternalLinks.vue +96 -41
- package/src/components/ExternalLinks/config.ts +5 -4
- package/src/components/ExternalLinks/locales.ts +1 -0
- package/src/components/ExternalLinks/tests/ExternalLinks.spec.ts +3 -3
- package/src/components/ExternalLinks/tests/__snapshots__/ExternalLinks.spec.ts.snap +510 -400
- package/src/components/FilterInline/tests/__snapshots__/FilterInline.spec.ts.snap +3 -3
- package/src/components/FilterSideBar/tests/FilterSideBar.spec.ts +15 -6
- package/src/components/FooterBar/Accessibilite.stories.ts +4 -0
- package/src/components/FooterBar/FooterBar.vue +9 -5
- package/src/components/FooterBar/tests/__snapshots__/FooterBar.spec.ts.snap +0 -5
- package/src/components/FranceConnectBtn/tests/__snapshots__/FranceConnectBtn.spec.ts.snap +15 -3
- package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/HeaderBurgerMenu.spec.ts.snap +5 -1
- package/src/components/HeaderBar/HeaderLogo/tests/HeaderLogo.spec.ts +31 -6
- package/src/components/HeaderBar/tests/__snapshots__/HeaderBar.spec.ts.snap +7 -1
- package/src/components/HeaderBar/tests/useHeaderResponsiveMode.spec.ts +63 -5
- package/src/components/NirField/NirField.vue +41 -1
- package/src/components/NirField/tests/NirField.spec.ts +2 -2
- package/src/components/NotFoundPage/tests/__snapshots__/NotFoundPage.spec.ts.snap +18 -4
- package/src/components/PeriodField/PeriodField.vue +3 -3
- package/src/components/RangeField/RangeSlider/tests/__snapshots__/rangeSlider.spec.ts.snap +12 -3
- package/src/components/RangeField/tests/__snapshots__/RangeField.spec.ts.snap +132 -111
- package/src/components/RatingPicker/EmotionPicker/tests/__snapshots__/EmotionPicker.spec.ts.snap +66 -31
- package/src/components/RatingPicker/NumberPicker/tests/__snapshots__/NumberPicker.spec.ts.snap +33 -33
- package/src/components/RatingPicker/StarsPicker/tests/__snapshots__/StarsPicker.spec.ts.snap +43 -23
- package/src/components/RatingPicker/tests/__snapshots__/RatingPicker.spec.ts.snap +33 -33
- package/src/components/SyAlert/tests/__snapshots__/SyAlert.spec.ts.snap +5 -1
- package/src/components/TableToolbar/tests/__snapshots__/TableToolbar.spec.ts.snap +107 -95
- package/src/components/Tables/SyServerTable/SyServerTable.vue +43 -2
- package/src/components/Tables/SyTable/SyTable.vue +45 -7
- package/src/components/Tables/common/SyTablePagination.vue +10 -6
- package/src/components/Tables/common/filters/DateFilter.vue +1 -1
- package/src/components/Tables/common/filters/SelectFilter.vue +1 -2
- package/src/components/Tables/common/filters/tests/DateFilter.spec.ts +2 -2
- package/src/components/Tables/common/locales.ts +7 -0
- package/src/components/Tables/common/useTableAria.ts +279 -0
- package/src/components/ToolbarContainer/ToolbarContainer.vue +4 -4
- package/src/components/UploadWorkflow/tests/__snapshots__/UploadWorkflow.spec.ts.snap +17 -5
- package/src/components/index.ts +1 -1
- package/src/composables/date/tests/useDatePickerAccessibility.spec.ts +1 -1
- package/src/composables/date/useDateInitialization.ts +1 -1
- package/src/composables/date/useDateInitializationDayjs.ts +1 -1
- package/src/composables/date/useDatePickerAccessibility.ts +5 -5
- package/src/composables/useFilterable/useFilterable.spec.ts +10 -2
- package/src/designTokens/utils/createFontVariables.ts +6 -6
- package/src/directives/Toolbar.ts +172 -0
- package/src/directives/letterSpacing.ts +233 -0
- package/src/stories/Accessibilite/Avancement/Avancement.mdx +6 -6
- package/src/stories/Accessibilite/Avancement/Avancement.stories.ts +10 -9
- package/src/utils/functions/throttleDisplayFn/tests/throttleDisplayFn.spec.ts +27 -2
- package/src/utils/rules/isHolidayDay/IsHolidayDay.stories.ts +2 -2
- package/dist/DateFilter-DFKfon7L.js +0 -98
- package/dist/NumberFilter-DmhIL2Pr.js +0 -121
- package/dist/PeriodFilter-C46V6bYN.js +0 -112
- package/dist/SelectFilter-B8dtHtHo.js +0 -136
- package/dist/TextFilter-COKGday2.js +0 -114
- package/src/components/FilterSideBar/tests/__snapshots__/FilterSideBar.spec.ts.snap +0 -173
- package/src/components/SocialMediaLinks/tests/__snapshots__/SocialMediaLinks.spec.ts.snap +0 -186
- /package/src/components/DatePicker/{DatePicker → CalendarMode}/DatePicker.mdx +0 -0
|
@@ -606,6 +606,223 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
606
606
|
validateOn: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
|
|
607
607
|
fastFail: boolean;
|
|
608
608
|
}> | null;
|
|
609
|
+
submitBtnRef: import('vue').CreateComponentPublicInstanceWithMixins<{
|
|
610
|
+
symbol: any;
|
|
611
|
+
replace: boolean;
|
|
612
|
+
flat: boolean;
|
|
613
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
614
|
+
exact: boolean;
|
|
615
|
+
block: boolean;
|
|
616
|
+
style: import('vue').StyleValue;
|
|
617
|
+
disabled: boolean;
|
|
618
|
+
size: string | number;
|
|
619
|
+
readonly: boolean;
|
|
620
|
+
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
621
|
+
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
622
|
+
tile: boolean;
|
|
623
|
+
slim: boolean;
|
|
624
|
+
stacked: boolean;
|
|
625
|
+
ripple: boolean | {
|
|
626
|
+
class?: string | undefined;
|
|
627
|
+
keys?: string[] | undefined;
|
|
628
|
+
} | undefined;
|
|
629
|
+
} & {
|
|
630
|
+
location?: import('vuetify/lib/types.mjs').Anchor | null | undefined;
|
|
631
|
+
height?: string | number | undefined;
|
|
632
|
+
width?: string | number | undefined;
|
|
633
|
+
active?: boolean | undefined;
|
|
634
|
+
border?: string | number | boolean | undefined;
|
|
635
|
+
color?: string | undefined;
|
|
636
|
+
maxHeight?: string | number | undefined;
|
|
637
|
+
maxWidth?: string | number | undefined;
|
|
638
|
+
minHeight?: string | number | undefined;
|
|
639
|
+
minWidth?: string | number | undefined;
|
|
640
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
641
|
+
value?: any;
|
|
642
|
+
loading?: string | boolean | undefined;
|
|
643
|
+
text?: string | number | boolean | undefined;
|
|
644
|
+
class?: any;
|
|
645
|
+
theme?: string | undefined;
|
|
646
|
+
to?: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric | undefined;
|
|
647
|
+
icon?: boolean | import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
648
|
+
href?: string | undefined;
|
|
649
|
+
elevation?: string | number | undefined;
|
|
650
|
+
rounded?: string | number | boolean | undefined;
|
|
651
|
+
baseColor?: string | undefined;
|
|
652
|
+
selectedClass?: string | undefined;
|
|
653
|
+
activeColor?: string | undefined;
|
|
654
|
+
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
655
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
656
|
+
} & {
|
|
657
|
+
$children?: import('vue').VNodeChild | {
|
|
658
|
+
$stable?: boolean | undefined;
|
|
659
|
+
} | (() => import('vue').VNodeChild) | {
|
|
660
|
+
default?: (() => import('vue').VNodeChild) | undefined;
|
|
661
|
+
prepend?: (() => import('vue').VNodeChild) | undefined;
|
|
662
|
+
append?: (() => import('vue').VNodeChild) | undefined;
|
|
663
|
+
loader?: (() => import('vue').VNodeChild) | undefined;
|
|
664
|
+
};
|
|
665
|
+
'v-slots'?: {
|
|
666
|
+
default?: false | (() => import('vue').VNodeChild) | undefined;
|
|
667
|
+
prepend?: false | (() => import('vue').VNodeChild) | undefined;
|
|
668
|
+
append?: false | (() => import('vue').VNodeChild) | undefined;
|
|
669
|
+
loader?: false | (() => import('vue').VNodeChild) | undefined;
|
|
670
|
+
} | undefined;
|
|
671
|
+
} & {
|
|
672
|
+
"v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
|
|
673
|
+
"v-slot:prepend"?: false | (() => import('vue').VNodeChild) | undefined;
|
|
674
|
+
"v-slot:append"?: false | (() => import('vue').VNodeChild) | undefined;
|
|
675
|
+
"v-slot:loader"?: false | (() => import('vue').VNodeChild) | undefined;
|
|
676
|
+
} & {
|
|
677
|
+
"onGroup:selected"?: ((val: {
|
|
678
|
+
value: boolean;
|
|
679
|
+
}) => any) | undefined;
|
|
680
|
+
}, {
|
|
681
|
+
group: import('vuetify/lib/composables/group.mjs').GroupItemProvide | null;
|
|
682
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
683
|
+
'group:selected': (val: {
|
|
684
|
+
value: boolean;
|
|
685
|
+
}) => true;
|
|
686
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
687
|
+
symbol: any;
|
|
688
|
+
replace: boolean;
|
|
689
|
+
flat: boolean;
|
|
690
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
691
|
+
exact: boolean;
|
|
692
|
+
block: boolean;
|
|
693
|
+
active: boolean;
|
|
694
|
+
style: import('vue').StyleValue;
|
|
695
|
+
text: string | number | boolean;
|
|
696
|
+
disabled: boolean;
|
|
697
|
+
size: string | number;
|
|
698
|
+
readonly: boolean;
|
|
699
|
+
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
700
|
+
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
701
|
+
rounded: string | number | boolean;
|
|
702
|
+
tile: boolean;
|
|
703
|
+
slim: boolean;
|
|
704
|
+
stacked: boolean;
|
|
705
|
+
ripple: boolean | {
|
|
706
|
+
class?: string | undefined;
|
|
707
|
+
keys?: string[] | undefined;
|
|
708
|
+
} | undefined;
|
|
709
|
+
}, true, {}, import('vue').SlotsType<Partial<{
|
|
710
|
+
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
711
|
+
[key: string]: any;
|
|
712
|
+
}>[];
|
|
713
|
+
prepend: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
714
|
+
[key: string]: any;
|
|
715
|
+
}>[];
|
|
716
|
+
append: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
717
|
+
[key: string]: any;
|
|
718
|
+
}>[];
|
|
719
|
+
loader: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
720
|
+
[key: string]: any;
|
|
721
|
+
}>[];
|
|
722
|
+
}>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
723
|
+
P: {};
|
|
724
|
+
B: {};
|
|
725
|
+
D: {};
|
|
726
|
+
C: {};
|
|
727
|
+
M: {};
|
|
728
|
+
Defaults: {};
|
|
729
|
+
}, {
|
|
730
|
+
symbol: any;
|
|
731
|
+
replace: boolean;
|
|
732
|
+
flat: boolean;
|
|
733
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
734
|
+
exact: boolean;
|
|
735
|
+
block: boolean;
|
|
736
|
+
style: import('vue').StyleValue;
|
|
737
|
+
disabled: boolean;
|
|
738
|
+
size: string | number;
|
|
739
|
+
readonly: boolean;
|
|
740
|
+
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
741
|
+
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
742
|
+
tile: boolean;
|
|
743
|
+
slim: boolean;
|
|
744
|
+
stacked: boolean;
|
|
745
|
+
ripple: boolean | {
|
|
746
|
+
class?: string | undefined;
|
|
747
|
+
keys?: string[] | undefined;
|
|
748
|
+
} | undefined;
|
|
749
|
+
} & {
|
|
750
|
+
location?: import('vuetify/lib/types.mjs').Anchor | null | undefined;
|
|
751
|
+
height?: string | number | undefined;
|
|
752
|
+
width?: string | number | undefined;
|
|
753
|
+
active?: boolean | undefined;
|
|
754
|
+
border?: string | number | boolean | undefined;
|
|
755
|
+
color?: string | undefined;
|
|
756
|
+
maxHeight?: string | number | undefined;
|
|
757
|
+
maxWidth?: string | number | undefined;
|
|
758
|
+
minHeight?: string | number | undefined;
|
|
759
|
+
minWidth?: string | number | undefined;
|
|
760
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
761
|
+
value?: any;
|
|
762
|
+
loading?: string | boolean | undefined;
|
|
763
|
+
text?: string | number | boolean | undefined;
|
|
764
|
+
class?: any;
|
|
765
|
+
theme?: string | undefined;
|
|
766
|
+
to?: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric | undefined;
|
|
767
|
+
icon?: boolean | import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
768
|
+
href?: string | undefined;
|
|
769
|
+
elevation?: string | number | undefined;
|
|
770
|
+
rounded?: string | number | boolean | undefined;
|
|
771
|
+
baseColor?: string | undefined;
|
|
772
|
+
selectedClass?: string | undefined;
|
|
773
|
+
activeColor?: string | undefined;
|
|
774
|
+
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
775
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
776
|
+
} & {
|
|
777
|
+
$children?: import('vue').VNodeChild | {
|
|
778
|
+
$stable?: boolean | undefined;
|
|
779
|
+
} | (() => import('vue').VNodeChild) | {
|
|
780
|
+
default?: (() => import('vue').VNodeChild) | undefined;
|
|
781
|
+
prepend?: (() => import('vue').VNodeChild) | undefined;
|
|
782
|
+
append?: (() => import('vue').VNodeChild) | undefined;
|
|
783
|
+
loader?: (() => import('vue').VNodeChild) | undefined;
|
|
784
|
+
};
|
|
785
|
+
'v-slots'?: {
|
|
786
|
+
default?: false | (() => import('vue').VNodeChild) | undefined;
|
|
787
|
+
prepend?: false | (() => import('vue').VNodeChild) | undefined;
|
|
788
|
+
append?: false | (() => import('vue').VNodeChild) | undefined;
|
|
789
|
+
loader?: false | (() => import('vue').VNodeChild) | undefined;
|
|
790
|
+
} | undefined;
|
|
791
|
+
} & {
|
|
792
|
+
"v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
|
|
793
|
+
"v-slot:prepend"?: false | (() => import('vue').VNodeChild) | undefined;
|
|
794
|
+
"v-slot:append"?: false | (() => import('vue').VNodeChild) | undefined;
|
|
795
|
+
"v-slot:loader"?: false | (() => import('vue').VNodeChild) | undefined;
|
|
796
|
+
} & {
|
|
797
|
+
"onGroup:selected"?: ((val: {
|
|
798
|
+
value: boolean;
|
|
799
|
+
}) => any) | undefined;
|
|
800
|
+
}, {
|
|
801
|
+
group: import('vuetify/lib/composables/group.mjs').GroupItemProvide | null;
|
|
802
|
+
}, {}, {}, {}, {
|
|
803
|
+
symbol: any;
|
|
804
|
+
replace: boolean;
|
|
805
|
+
flat: boolean;
|
|
806
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
807
|
+
exact: boolean;
|
|
808
|
+
block: boolean;
|
|
809
|
+
active: boolean;
|
|
810
|
+
style: import('vue').StyleValue;
|
|
811
|
+
text: string | number | boolean;
|
|
812
|
+
disabled: boolean;
|
|
813
|
+
size: string | number;
|
|
814
|
+
readonly: boolean;
|
|
815
|
+
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
816
|
+
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
817
|
+
rounded: string | number | boolean;
|
|
818
|
+
tile: boolean;
|
|
819
|
+
slim: boolean;
|
|
820
|
+
stacked: boolean;
|
|
821
|
+
ripple: boolean | {
|
|
822
|
+
class?: string | undefined;
|
|
823
|
+
keys?: string[] | undefined;
|
|
824
|
+
} | undefined;
|
|
825
|
+
}> | null;
|
|
609
826
|
}, any>, any>;
|
|
610
827
|
export default _default;
|
|
611
828
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -470,7 +470,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
470
470
|
readonly: boolean | null;
|
|
471
471
|
messages: string | readonly string[];
|
|
472
472
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
473
|
-
focused: boolean;
|
|
473
|
+
/** @type { typeof __VLS_ctx.labelRef } */ focused: boolean;
|
|
474
474
|
errorMessages: string | readonly string[] | null;
|
|
475
475
|
maxErrors: string | number;
|
|
476
476
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
@@ -101,6 +101,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
101
101
|
color: ColorType;
|
|
102
102
|
theme: string;
|
|
103
103
|
disabled: boolean;
|
|
104
|
+
placeholder: string;
|
|
104
105
|
rounded: string | number | boolean;
|
|
105
106
|
loading: string | boolean;
|
|
106
107
|
maxWidth: string | number;
|
|
@@ -115,7 +116,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
115
116
|
modelValue: string | number | null;
|
|
116
117
|
bgColor: string;
|
|
117
118
|
isActive: boolean;
|
|
118
|
-
placeholder: string;
|
|
119
119
|
direction: "vertical" | "horizontal";
|
|
120
120
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
121
121
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -112,10 +112,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
112
112
|
"onClick:item-action"?: ((...args: any[]) => any) | undefined;
|
|
113
113
|
}>, {
|
|
114
114
|
width: string;
|
|
115
|
+
placeholder: string;
|
|
115
116
|
loading: boolean;
|
|
116
117
|
maxWidth: string;
|
|
117
118
|
minWidth: string;
|
|
118
|
-
placeholder: string;
|
|
119
119
|
row: boolean;
|
|
120
120
|
renderHtmlValue: boolean;
|
|
121
121
|
icons: DataListIcons | undefined;
|
|
@@ -16,10 +16,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
16
16
|
}>, {
|
|
17
17
|
label: string;
|
|
18
18
|
icon: string;
|
|
19
|
+
placeholder: string;
|
|
19
20
|
value: string | number;
|
|
20
21
|
chip: boolean;
|
|
21
22
|
action: string;
|
|
22
|
-
placeholder: string;
|
|
23
23
|
row: boolean;
|
|
24
24
|
renderHtmlValue: boolean;
|
|
25
25
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLIElement>, {
|
|
@@ -72,11 +72,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
72
72
|
label: string;
|
|
73
73
|
width: string;
|
|
74
74
|
disabled: boolean;
|
|
75
|
+
placeholder: string;
|
|
75
76
|
density: "default" | "comfortable" | "compact";
|
|
76
77
|
readonly: boolean;
|
|
77
78
|
modelValue: DateInput;
|
|
78
79
|
bgColor: string;
|
|
79
|
-
placeholder: string;
|
|
80
80
|
required: boolean;
|
|
81
81
|
displayAsterisk: boolean;
|
|
82
82
|
noIcon: boolean;
|
|
@@ -153,10 +153,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
153
153
|
}, import('vue').PublicProps, {
|
|
154
154
|
label: string;
|
|
155
155
|
disabled: boolean;
|
|
156
|
+
placeholder: string;
|
|
156
157
|
readonly: boolean;
|
|
157
158
|
modelValue: DateValue;
|
|
158
159
|
bgColor: string;
|
|
159
|
-
placeholder: string;
|
|
160
160
|
required: boolean;
|
|
161
161
|
noIcon: boolean;
|
|
162
162
|
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
@@ -844,7 +844,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
844
844
|
persistentClear: boolean;
|
|
845
845
|
singleLine: boolean;
|
|
846
846
|
}> & Omit<{
|
|
847
|
-
flat: boolean;
|
|
847
|
+
flat: boolean; /** @type { typeof __VLS_ctx.dateTextInputRef } */
|
|
848
848
|
reverse: boolean;
|
|
849
849
|
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined";
|
|
850
850
|
error: boolean;
|
|
@@ -977,7 +977,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
977
977
|
P: {};
|
|
978
978
|
B: {};
|
|
979
979
|
D: {};
|
|
980
|
-
C: {};
|
|
980
|
+
/** @type { [typeof SyTextField, ] } */ C: {};
|
|
981
981
|
M: {};
|
|
982
982
|
Defaults: {};
|
|
983
983
|
}, {
|
|
@@ -1083,7 +1083,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1083
1083
|
prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1084
1084
|
loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
|
|
1085
1085
|
'prepend-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1086
|
-
'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1086
|
+
/** @type { typeof __VLS_ctx.datePickerRef } */ 'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1087
1087
|
default?: false | (() => import('vue').VNodeChild) | undefined;
|
|
1088
1088
|
counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
|
|
1089
1089
|
} | undefined;
|
|
@@ -1765,6 +1765,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1765
1765
|
color: import('../../Customs/SyTextField/types').ColorType;
|
|
1766
1766
|
theme: string;
|
|
1767
1767
|
disabled: boolean;
|
|
1768
|
+
placeholder: string;
|
|
1768
1769
|
rounded: string | number | boolean;
|
|
1769
1770
|
loading: string | boolean;
|
|
1770
1771
|
maxWidth: string | number;
|
|
@@ -1779,7 +1780,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1779
1780
|
modelValue: string | number | null;
|
|
1780
1781
|
bgColor: string;
|
|
1781
1782
|
isActive: boolean;
|
|
1782
|
-
placeholder: string;
|
|
1783
1783
|
direction: "vertical" | "horizontal";
|
|
1784
1784
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1785
1785
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -1850,6 +1850,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1850
1850
|
color: import('../../Customs/SyTextField/types').ColorType;
|
|
1851
1851
|
theme: string;
|
|
1852
1852
|
disabled: boolean;
|
|
1853
|
+
placeholder: string;
|
|
1853
1854
|
rounded: string | number | boolean;
|
|
1854
1855
|
loading: string | boolean;
|
|
1855
1856
|
maxWidth: string | number;
|
|
@@ -1864,7 +1865,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1864
1865
|
modelValue: string | number | null;
|
|
1865
1866
|
bgColor: string;
|
|
1866
1867
|
isActive: boolean;
|
|
1867
|
-
placeholder: string;
|
|
1868
1868
|
direction: "vertical" | "horizontal";
|
|
1869
1869
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1870
1870
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -1979,7 +1979,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1979
1979
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1980
1980
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1981
1981
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1982
|
-
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "
|
|
1982
|
+
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "direction" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "prefix" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete")> & import('vue').ShallowUnwrapRef<{
|
|
1983
1983
|
validation: {
|
|
1984
1984
|
errors: import('vue').Ref<string[], string[]>;
|
|
1985
1985
|
warnings: import('vue').Ref<string[], string[]>;
|
|
@@ -2043,10 +2043,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2043
2043
|
}, {}, {}, {}, {
|
|
2044
2044
|
label: string;
|
|
2045
2045
|
disabled: boolean;
|
|
2046
|
+
placeholder: string;
|
|
2046
2047
|
readonly: boolean;
|
|
2047
2048
|
modelValue: DateValue;
|
|
2048
2049
|
bgColor: string;
|
|
2049
|
-
placeholder: string;
|
|
2050
2050
|
required: boolean;
|
|
2051
2051
|
noIcon: boolean;
|
|
2052
2052
|
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
@@ -2734,7 +2734,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2734
2734
|
persistentClear: boolean;
|
|
2735
2735
|
singleLine: boolean;
|
|
2736
2736
|
}> & Omit<{
|
|
2737
|
-
flat: boolean;
|
|
2737
|
+
flat: boolean; /** @type { typeof __VLS_ctx.dateTextInputRef } */
|
|
2738
2738
|
reverse: boolean;
|
|
2739
2739
|
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined";
|
|
2740
2740
|
error: boolean;
|
|
@@ -2867,7 +2867,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2867
2867
|
P: {};
|
|
2868
2868
|
B: {};
|
|
2869
2869
|
D: {};
|
|
2870
|
-
C: {};
|
|
2870
|
+
/** @type { [typeof SyTextField, ] } */ C: {};
|
|
2871
2871
|
M: {};
|
|
2872
2872
|
Defaults: {};
|
|
2873
2873
|
}, {
|
|
@@ -2973,7 +2973,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2973
2973
|
prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2974
2974
|
loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
|
|
2975
2975
|
'prepend-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2976
|
-
'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2976
|
+
/** @type { typeof __VLS_ctx.datePickerRef } */ 'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2977
2977
|
default?: false | (() => import('vue').VNodeChild) | undefined;
|
|
2978
2978
|
counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
|
|
2979
2979
|
} | undefined;
|
|
@@ -3655,6 +3655,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3655
3655
|
color: import('../../Customs/SyTextField/types').ColorType;
|
|
3656
3656
|
theme: string;
|
|
3657
3657
|
disabled: boolean;
|
|
3658
|
+
placeholder: string;
|
|
3658
3659
|
rounded: string | number | boolean;
|
|
3659
3660
|
loading: string | boolean;
|
|
3660
3661
|
maxWidth: string | number;
|
|
@@ -3669,7 +3670,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3669
3670
|
modelValue: string | number | null;
|
|
3670
3671
|
bgColor: string;
|
|
3671
3672
|
isActive: boolean;
|
|
3672
|
-
placeholder: string;
|
|
3673
3673
|
direction: "vertical" | "horizontal";
|
|
3674
3674
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
3675
3675
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -3740,6 +3740,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3740
3740
|
color: import('../../Customs/SyTextField/types').ColorType;
|
|
3741
3741
|
theme: string;
|
|
3742
3742
|
disabled: boolean;
|
|
3743
|
+
placeholder: string;
|
|
3743
3744
|
rounded: string | number | boolean;
|
|
3744
3745
|
loading: string | boolean;
|
|
3745
3746
|
maxWidth: string | number;
|
|
@@ -3754,7 +3755,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3754
3755
|
modelValue: string | number | null;
|
|
3755
3756
|
bgColor: string;
|
|
3756
3757
|
isActive: boolean;
|
|
3757
|
-
placeholder: string;
|
|
3758
3758
|
direction: "vertical" | "horizontal";
|
|
3759
3759
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
3760
3760
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -3869,7 +3869,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3869
3869
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
3870
3870
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3871
3871
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3872
|
-
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "
|
|
3872
|
+
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "direction" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "prefix" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete")> & import('vue').ShallowUnwrapRef<{
|
|
3873
3873
|
validation: {
|
|
3874
3874
|
errors: import('vue').Ref<string[], string[]>;
|
|
3875
3875
|
warnings: import('vue').Ref<string[], string[]>;
|
|
@@ -87,10 +87,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
87
87
|
label: string;
|
|
88
88
|
width: string;
|
|
89
89
|
disabled: boolean;
|
|
90
|
+
placeholder: string;
|
|
90
91
|
readonly: boolean;
|
|
91
92
|
modelValue: DateInput;
|
|
92
93
|
bgColor: string;
|
|
93
|
-
placeholder: string;
|
|
94
94
|
required: boolean;
|
|
95
95
|
displayAsterisk: boolean;
|
|
96
96
|
noIcon: boolean;
|
|
@@ -166,10 +166,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
166
166
|
}, import('vue').PublicProps, {
|
|
167
167
|
label: string;
|
|
168
168
|
disabled: boolean;
|
|
169
|
+
placeholder: string;
|
|
169
170
|
readonly: boolean;
|
|
170
171
|
modelValue: DateValue;
|
|
171
172
|
bgColor: string;
|
|
172
|
-
placeholder: string;
|
|
173
173
|
required: boolean;
|
|
174
174
|
noIcon: boolean;
|
|
175
175
|
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
@@ -1128,7 +1128,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1128
1128
|
$props: Partial<{
|
|
1129
1129
|
error: boolean;
|
|
1130
1130
|
direction: "vertical" | "horizontal";
|
|
1131
|
-
|
|
1131
|
+
style: import('vue').StyleValue;
|
|
1132
1132
|
disabled: boolean | null;
|
|
1133
1133
|
readonly: boolean | null;
|
|
1134
1134
|
messages: string | readonly string[];
|
|
@@ -1778,6 +1778,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1778
1778
|
color: import('../../Customs/SyTextField/types').ColorType;
|
|
1779
1779
|
theme: string;
|
|
1780
1780
|
disabled: boolean;
|
|
1781
|
+
placeholder: string;
|
|
1781
1782
|
rounded: string | number | boolean;
|
|
1782
1783
|
loading: string | boolean;
|
|
1783
1784
|
maxWidth: string | number;
|
|
@@ -1792,7 +1793,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1792
1793
|
modelValue: string | number | null;
|
|
1793
1794
|
bgColor: string;
|
|
1794
1795
|
isActive: boolean;
|
|
1795
|
-
placeholder: string;
|
|
1796
1796
|
direction: "vertical" | "horizontal";
|
|
1797
1797
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1798
1798
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -1863,6 +1863,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1863
1863
|
color: import('../../Customs/SyTextField/types').ColorType;
|
|
1864
1864
|
theme: string;
|
|
1865
1865
|
disabled: boolean;
|
|
1866
|
+
placeholder: string;
|
|
1866
1867
|
rounded: string | number | boolean;
|
|
1867
1868
|
loading: string | boolean;
|
|
1868
1869
|
maxWidth: string | number;
|
|
@@ -1877,7 +1878,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1877
1878
|
modelValue: string | number | null;
|
|
1878
1879
|
bgColor: string;
|
|
1879
1880
|
isActive: boolean;
|
|
1880
|
-
placeholder: string;
|
|
1881
1881
|
direction: "vertical" | "horizontal";
|
|
1882
1882
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1883
1883
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -1992,7 +1992,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1992
1992
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1993
1993
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1994
1994
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1995
|
-
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "
|
|
1995
|
+
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "direction" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "prefix" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete")> & import('vue').ShallowUnwrapRef<{
|
|
1996
1996
|
validation: {
|
|
1997
1997
|
errors: Ref<string[], string[]>;
|
|
1998
1998
|
warnings: Ref<string[], string[]>;
|
|
@@ -2056,10 +2056,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2056
2056
|
}, {}, {}, {}, {
|
|
2057
2057
|
label: string;
|
|
2058
2058
|
disabled: boolean;
|
|
2059
|
+
placeholder: string;
|
|
2059
2060
|
readonly: boolean;
|
|
2060
2061
|
modelValue: DateValue;
|
|
2061
2062
|
bgColor: string;
|
|
2062
|
-
placeholder: string;
|
|
2063
2063
|
required: boolean;
|
|
2064
2064
|
noIcon: boolean;
|
|
2065
2065
|
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
@@ -2115,10 +2115,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2115
2115
|
}, import('vue').PublicProps, {
|
|
2116
2116
|
label: string;
|
|
2117
2117
|
disabled: boolean;
|
|
2118
|
+
placeholder: string;
|
|
2118
2119
|
readonly: boolean;
|
|
2119
2120
|
modelValue: DateValue;
|
|
2120
2121
|
bgColor: string;
|
|
2121
|
-
placeholder: string;
|
|
2122
2122
|
required: boolean;
|
|
2123
2123
|
noIcon: boolean;
|
|
2124
2124
|
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
@@ -3077,7 +3077,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3077
3077
|
$props: Partial<{
|
|
3078
3078
|
error: boolean;
|
|
3079
3079
|
direction: "vertical" | "horizontal";
|
|
3080
|
-
|
|
3080
|
+
style: import('vue').StyleValue;
|
|
3081
3081
|
disabled: boolean | null;
|
|
3082
3082
|
readonly: boolean | null;
|
|
3083
3083
|
messages: string | readonly string[];
|
|
@@ -3727,6 +3727,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3727
3727
|
color: import('../../Customs/SyTextField/types').ColorType;
|
|
3728
3728
|
theme: string;
|
|
3729
3729
|
disabled: boolean;
|
|
3730
|
+
placeholder: string;
|
|
3730
3731
|
rounded: string | number | boolean;
|
|
3731
3732
|
loading: string | boolean;
|
|
3732
3733
|
maxWidth: string | number;
|
|
@@ -3741,7 +3742,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3741
3742
|
modelValue: string | number | null;
|
|
3742
3743
|
bgColor: string;
|
|
3743
3744
|
isActive: boolean;
|
|
3744
|
-
placeholder: string;
|
|
3745
3745
|
direction: "vertical" | "horizontal";
|
|
3746
3746
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
3747
3747
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -3812,6 +3812,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3812
3812
|
color: import('../../Customs/SyTextField/types').ColorType;
|
|
3813
3813
|
theme: string;
|
|
3814
3814
|
disabled: boolean;
|
|
3815
|
+
placeholder: string;
|
|
3815
3816
|
rounded: string | number | boolean;
|
|
3816
3817
|
loading: string | boolean;
|
|
3817
3818
|
maxWidth: string | number;
|
|
@@ -3826,7 +3827,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3826
3827
|
modelValue: string | number | null;
|
|
3827
3828
|
bgColor: string;
|
|
3828
3829
|
isActive: boolean;
|
|
3829
|
-
placeholder: string;
|
|
3830
3830
|
direction: "vertical" | "horizontal";
|
|
3831
3831
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
3832
3832
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -3941,7 +3941,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3941
3941
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
3942
3942
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3943
3943
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3944
|
-
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "
|
|
3944
|
+
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "direction" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "prefix" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete")> & import('vue').ShallowUnwrapRef<{
|
|
3945
3945
|
validation: {
|
|
3946
3946
|
errors: Ref<string[], string[]>;
|
|
3947
3947
|
warnings: Ref<string[], string[]>;
|
|
@@ -4005,10 +4005,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4005
4005
|
}, {}, {}, {}, {
|
|
4006
4006
|
label: string;
|
|
4007
4007
|
disabled: boolean;
|
|
4008
|
+
placeholder: string;
|
|
4008
4009
|
readonly: boolean;
|
|
4009
4010
|
modelValue: DateValue;
|
|
4010
4011
|
bgColor: string;
|
|
4011
|
-
placeholder: string;
|
|
4012
4012
|
required: boolean;
|
|
4013
4013
|
noIcon: boolean;
|
|
4014
4014
|
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|