@central-design-system/components 3.0.0-alpha.9 → 3.0.0-beta.10
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/cds.css +1 -1
- package/dist/cds.d.ts +34 -1
- package/dist/cds.es.js +15758 -6208
- package/dist/cds.umd.js +22 -1
- package/dist/components/CdsAutocomplete/CdsAutocomplete.vue.d.ts +1038 -0
- package/dist/components/CdsAutocomplete/index.d.ts +1 -0
- package/dist/components/CdsBadge/CdsBadge.vue.d.ts +35 -14
- package/dist/components/CdsBadge/index.d.ts +1 -0
- package/dist/components/CdsBreadcrumbs/CdsBreadcrumbs.vue.d.ts +12 -5
- package/dist/components/CdsBreadcrumbs/CdsBreadcrumbsItem.vue.d.ts +12 -6
- package/dist/components/CdsButton/CdsButton.vue.d.ts +95 -33
- package/dist/components/CdsCheckbox/CdsCheckbox.vue.d.ts +19 -8
- package/dist/components/CdsCheckbox/CdsCheckboxGroup.vue.d.ts +21 -8
- package/dist/components/CdsCombobox/CdsCombobox.vue.d.ts +764 -585
- package/dist/components/CdsCombobox/composable/highlight.d.ts +1 -1
- package/dist/components/CdsCombobox/composable/index.d.ts +1 -0
- package/dist/components/CdsCombobox/index.d.ts +1 -0
- package/dist/components/CdsContainer/CdsContainer.vue.d.ts +220 -0
- package/dist/components/CdsContainer/CdsContainerItem.vue.d.ts +123 -0
- package/dist/components/CdsContainer/context.d.ts +15 -0
- package/dist/components/CdsContainer/index.d.ts +2 -0
- package/dist/components/CdsContentSwitcher/CdsContentSwitcher.vue.d.ts +66 -0
- package/dist/components/CdsContentSwitcher/CdsContentSwitcherItem.vue.d.ts +212 -0
- package/dist/components/CdsContentSwitcher/index.d.ts +2 -0
- package/dist/components/CdsDatePicker/CdsDatePicker.vue.d.ts +24 -46
- package/dist/components/CdsDatePicker/index.d.ts +1 -0
- package/dist/components/CdsDrawer/CdsDrawer.vue.d.ts +20 -3
- package/dist/components/CdsDrawer/index.d.ts +1 -0
- package/dist/components/CdsDropdown/CdsDropdown.vue.d.ts +797 -622
- package/dist/components/CdsDropdown/composable/index.d.ts +1 -0
- package/dist/components/CdsDropdown/composable/scrolling.d.ts +7 -0
- package/dist/components/CdsDropdown/index.d.ts +1 -0
- package/dist/components/CdsEmptyState/CdsEmptyState.vue.d.ts +4 -4
- package/dist/components/CdsEmptyState/index.d.ts +1 -0
- package/dist/components/CdsExpandablePanel/CdsExpandablePanel.vue.d.ts +119 -0
- package/dist/components/CdsExpandablePanel/CdsExpandablePanelContent.vue.d.ts +15 -0
- package/dist/components/CdsExpandablePanel/CdsExpandablePanelTitle.vue.d.ts +55 -0
- package/dist/components/CdsExpandablePanel/CdsExpandablePanels.vue.d.ts +126 -0
- package/dist/components/CdsExpandablePanel/composable/expandablePanelTitleProps.d.ts +31 -0
- package/dist/components/CdsExpandablePanel/composable/expandablePanels.d.ts +16 -0
- package/dist/components/CdsExpandablePanel/composable/index.d.ts +1 -0
- package/dist/components/CdsExpandablePanel/index.d.ts +4 -0
- package/dist/components/CdsFooter/CdsFooter.vue.d.ts +86 -0
- package/dist/components/CdsFooter/index.d.ts +1 -0
- package/dist/components/CdsForm/CdsForm.vue.d.ts +13 -29
- package/dist/components/CdsForm/index.d.ts +1 -0
- package/dist/components/CdsGrid/index.d.ts +3 -0
- package/dist/components/CdsHeader/CdsHeader.vue.d.ts +86 -0
- package/dist/components/CdsHeader/index.d.ts +1 -0
- package/dist/components/CdsIcon/CdsIcon.vue.d.ts +16 -3
- package/dist/components/CdsInput/CdsInput.vue.d.ts +29 -37
- package/dist/components/CdsInput/CdsInputDescription.vue.d.ts +1 -1
- package/dist/components/CdsInput/CdsInputLabel.vue.d.ts +1 -1
- package/dist/components/CdsInput/CdsInputMessages.vue.d.ts +1 -1
- package/dist/components/CdsLayout/CdsLayout.vue.d.ts +47 -0
- package/dist/components/CdsLayout/components/LayoutResizeObserver.d.ts +19 -0
- package/dist/components/CdsLayout/components/LayoutScrollObserver.d.ts +55 -0
- package/dist/components/CdsLayout/components/index.d.ts +2 -0
- package/dist/components/CdsLayout/context.d.ts +33 -0
- package/dist/components/CdsLayout/index.d.ts +1 -0
- package/dist/components/CdsLink/CdsLink.vue.d.ts +13 -1
- package/dist/components/CdsList/CdsList.vue.d.ts +16 -9
- package/dist/components/CdsList/CdsListGroup.vue.d.ts +8 -8
- package/dist/components/CdsList/CdsListItem.vue.d.ts +19 -31
- package/dist/components/CdsLoader/CdsLoader.vue.d.ts +13 -1
- package/dist/components/CdsMain/CdsMain.vue.d.ts +3 -0
- package/dist/components/CdsMain/context.d.ts +4 -0
- package/dist/components/CdsMain/index.d.ts +1 -0
- package/dist/components/CdsMenu/CdsMenu.vue.d.ts +25 -331
- package/dist/components/CdsModal/CdsModal.vue.d.ts +458 -0
- package/dist/components/CdsModal/index.d.ts +1 -0
- package/dist/components/CdsNotification/CdsNotification.vue.d.ts +166 -0
- package/dist/components/CdsNotification/CdsNotificationAlert.vue.d.ts +465 -0
- package/dist/components/CdsNotification/composable/index.d.ts +1 -0
- package/dist/components/CdsNotification/composable/notification.d.ts +64 -0
- package/dist/components/CdsNotification/index.d.ts +2 -0
- package/dist/components/CdsOverlay/CdsOverlay.vue.d.ts +14 -11
- package/dist/components/CdsOverlay/composable/locationStrategies.d.ts +18 -0
- package/dist/components/CdsPage/CdsPage.vue.d.ts +25 -0
- package/dist/components/CdsPage/index.d.ts +1 -0
- package/dist/components/CdsPagination/CdsPagination.vue.d.ts +15 -9
- package/dist/components/CdsPagination/index.d.ts +1 -0
- package/dist/components/CdsProgress/CdsProgress.vue.d.ts +156 -0
- package/dist/components/CdsProgress/index.d.ts +1 -0
- package/dist/components/CdsRadioButton/CdsRadio.vue.d.ts +233 -8
- package/dist/components/CdsRadioButton/CdsRadioButton.vue.d.ts +21 -8
- package/dist/components/CdsRadioButton/index.d.ts +2 -0
- package/dist/components/CdsSelect/CdsSelect.vue.d.ts +136 -114
- package/dist/components/CdsSelect/index.d.ts +1 -0
- package/dist/components/CdsSidebar/CdsSidebar.vue.d.ts +28 -0
- package/dist/components/CdsSidebar/index.d.ts +1 -0
- package/dist/components/CdsSkeletonLoader/CdsSkeletonLoader.vue.d.ts +132 -0
- package/dist/components/CdsSkeletonLoader/index.d.ts +1 -0
- package/dist/components/CdsSkeletonLoader/types.d.ts +37 -0
- package/dist/components/CdsSlideGroup/CdsSlideGroup.vue.d.ts +162 -0
- package/dist/components/CdsSlideGroup/CdsSlideGroupItem.vue.d.ts +43 -0
- package/dist/components/CdsSlideGroup/index.d.ts +2 -0
- package/dist/components/CdsSlideGroup/utils/calculate.d.ts +14 -0
- package/dist/components/CdsSlideGroup/utils/index.d.ts +1 -0
- package/dist/components/CdsStages/CdsStages.vue.d.ts +12 -0
- package/dist/components/CdsStages/index.d.ts +1 -0
- package/dist/components/CdsStatus/CdsStatus.vue.d.ts +12 -0
- package/dist/components/CdsStatus/index.d.ts +1 -0
- package/dist/components/CdsSteps/CdsSteps.vue.d.ts +170 -0
- package/dist/components/CdsSteps/CdsStepsItem.vue.d.ts +84 -0
- package/dist/components/CdsSteps/context.d.ts +11 -0
- package/dist/components/CdsSteps/index.d.ts +2 -0
- package/dist/components/CdsSteps/svg/_CdsStepCurrentIcon.vue.d.ts +2 -0
- package/dist/components/CdsSteps/svg/_CdsStepsIconIncomplete.vue.d.ts +2 -0
- package/dist/components/CdsTable/CdsTable.vue.d.ts +1188 -0
- package/dist/components/CdsTable/CdsTableColumn.vue.d.ts +10 -0
- package/dist/components/CdsTable/CdsTableColumnGroup.vue.d.ts +10 -0
- package/dist/components/CdsTable/components/Body/Body.d.ts +12 -0
- package/dist/components/CdsTable/components/Body/BodyRow.d.ts +22 -0
- package/dist/components/CdsTable/components/Body/ExpandedRow.d.ts +13 -0
- package/dist/components/CdsTable/components/Body/index.d.ts +1 -0
- package/dist/components/CdsTable/components/Cell/Cell.d.ts +34 -0
- package/dist/components/CdsTable/components/Cell/MeasureCell.d.ts +7 -0
- package/dist/components/CdsTable/components/Cell/index.d.ts +2 -0
- package/dist/components/CdsTable/components/ColGroup/ColGroup.d.ts +8 -0
- package/dist/components/CdsTable/components/ColGroup/index.d.ts +1 -0
- package/dist/components/CdsTable/components/Filter/FilterDropdown.d.ts +14 -0
- package/dist/components/CdsTable/components/Filter/FilterSearch.d.ts +9 -0
- package/dist/components/CdsTable/components/Filter/FilterWrapper.d.ts +4 -0
- package/dist/components/CdsTable/components/Filter/index.d.ts +1 -0
- package/dist/components/CdsTable/components/FixedHolder/FixedHolder.d.ts +21 -0
- package/dist/components/CdsTable/components/FixedHolder/index.d.ts +1 -0
- package/dist/components/CdsTable/components/Footer/Footer.d.ts +8 -0
- package/dist/components/CdsTable/components/Footer/index.d.ts +1 -0
- package/dist/components/CdsTable/components/Header/DragHandle.d.ts +44 -0
- package/dist/components/CdsTable/components/Header/Header.d.ts +11 -0
- package/dist/components/CdsTable/components/Header/HeaderRow.d.ts +15 -0
- package/dist/components/CdsTable/components/Header/index.d.ts +1 -0
- package/dist/components/CdsTable/components/Icons/ExpandIcon.d.ts +12 -0
- package/dist/components/CdsTable/components/Panel/Panel.d.ts +4 -0
- package/dist/components/CdsTable/components/Panel/index.d.ts +1 -0
- package/dist/components/CdsTable/components/ResizeObserver/ResizeObserver.d.ts +11 -0
- package/dist/components/CdsTable/components/ResizeObserver/index.d.ts +1 -0
- package/dist/components/CdsTable/components/StickyScrollbar/StickyScrollbar.d.ts +15 -0
- package/dist/components/CdsTable/components/StickyScrollbar/index.d.ts +1 -0
- package/dist/components/CdsTable/components/Table/InternalTable.d.ts +1172 -0
- package/dist/components/CdsTable/components/TableProvider.d.ts +1176 -0
- package/dist/components/CdsTable/composable/columns.d.ts +28 -0
- package/dist/components/CdsTable/composable/filter.d.ts +16 -0
- package/dist/components/CdsTable/composable/flat.d.ts +17 -0
- package/dist/components/CdsTable/composable/frame.d.ts +6 -0
- package/dist/components/CdsTable/composable/index.d.ts +10 -0
- package/dist/components/CdsTable/composable/pagination.d.ts +18 -0
- package/dist/components/CdsTable/composable/selection.d.ts +23 -0
- package/dist/components/CdsTable/composable/sorter.d.ts +21 -0
- package/dist/components/CdsTable/composable/sticky.d.ts +12 -0
- package/dist/components/CdsTable/composable/table.d.ts +655 -0
- package/dist/components/CdsTable/constants.d.ts +2 -0
- package/dist/components/CdsTable/context/body.d.ts +19 -0
- package/dist/components/CdsTable/context/expandedRow.d.ts +10 -0
- package/dist/components/CdsTable/context/hover.d.ts +9 -0
- package/dist/components/CdsTable/context/index.d.ts +8 -0
- package/dist/components/CdsTable/context/resize.d.ts +9 -0
- package/dist/components/CdsTable/context/slots.d.ts +17 -0
- package/dist/components/CdsTable/context/sticky.d.ts +2 -0
- package/dist/components/CdsTable/context/summary.d.ts +14 -0
- package/dist/components/CdsTable/context/table.d.ts +20 -0
- package/dist/components/CdsTable/index.d.ts +6 -0
- package/dist/components/CdsTable/interface.d.ts +323 -0
- package/dist/components/CdsTable/utils/column.d.ts +7 -0
- package/dist/components/CdsTable/utils/expand.d.ts +2 -0
- package/dist/components/CdsTable/utils/fixed.d.ts +13 -0
- package/dist/components/CdsTable/utils/index.d.ts +5 -0
- package/dist/components/CdsTable/utils/listener.d.ts +5 -0
- package/dist/components/CdsTable/utils/value.d.ts +10 -0
- package/dist/components/CdsTabs/CdsTab.vue.d.ts +132 -0
- package/dist/components/CdsTabs/CdsTabs.vue.d.ts +236 -0
- package/dist/components/CdsTabs/index.d.ts +2 -0
- package/dist/components/CdsTabs/shared.d.ts +3 -0
- package/dist/components/CdsTabs/utils/helpers.d.ts +2 -0
- package/dist/components/CdsTabs/utils/index.d.ts +1 -0
- package/dist/components/CdsTag/CdsTag.vue.d.ts +14 -2
- package/dist/components/CdsTextArea/CdsTextArea.vue.d.ts +159 -157
- package/dist/components/CdsTextArea/index.d.ts +1 -0
- package/dist/components/CdsTextInput/CdsTextInput.vue.d.ts +170 -140
- package/dist/components/CdsTimePicker/CdsTimePicker.vue.d.ts +21 -37
- package/dist/components/CdsTimePicker/index.d.ts +1 -0
- package/dist/components/CdsToggle/CdsToggle.vue.d.ts +197 -0
- package/dist/components/CdsToggle/index.d.ts +1 -0
- package/dist/components/CdsToolbar/CdsToolbar.vue.d.ts +56 -0
- package/dist/components/CdsToolbar/CdsToolbarTitle.vue.d.ts +18 -0
- package/dist/components/CdsToolbar/index.d.ts +2 -0
- package/dist/components/CdsTooltip/CdsTooltip.vue.d.ts +34 -331
- package/dist/components/CdsTooltip/index.d.ts +1 -0
- package/dist/components/CdsTree/composable/index.d.ts +1 -0
- package/dist/components/CdsTree/composable/tree.d.ts +6 -0
- package/dist/components/CdsTree/interface.d.ts +60 -0
- package/dist/components/CdsTree/utils/conduct.d.ts +11 -0
- package/dist/components/CdsTree/utils/data.d.ts +36 -0
- package/dist/components/CdsTree/utils/index.d.ts +2 -0
- package/dist/components/CdsUploader/CdsUploader.vue.d.ts +548 -0
- package/dist/components/CdsUploader/components/AjaxUploader.d.ts +342 -0
- package/dist/components/CdsUploader/components/UploadList/ListItem.d.ts +418 -0
- package/dist/components/CdsUploader/components/UploadList/UploadList.d.ts +421 -0
- package/dist/components/CdsUploader/components/index.d.ts +2 -0
- package/dist/components/CdsUploader/composable/index.d.ts +2 -0
- package/dist/components/CdsUploader/composable/request.d.ts +4 -0
- package/dist/components/CdsUploader/composable/upload.d.ts +370 -0
- package/dist/components/CdsUploader/index.d.ts +1 -0
- package/dist/components/CdsUploader/interface.d.ts +98 -0
- package/dist/components/CdsUploader/utils/accept.d.ts +2 -0
- package/dist/components/CdsUploader/utils/helpers.d.ts +5 -0
- package/dist/components/CdsUploader/utils/index.d.ts +4 -0
- package/dist/components/CdsUploader/utils/traverseFileTree.d.ts +14 -0
- package/dist/components/CdsUploader/utils/uid.d.ts +1 -0
- package/dist/components/index.d.ts +82 -1
- package/dist/composable/align.d.ts +17 -0
- package/dist/composable/datetime.d.ts +4 -20
- package/dist/composable/delay.d.ts +2 -2
- package/dist/composable/display.d.ts +3 -0
- package/dist/composable/field.d.ts +22 -4
- package/dist/composable/filter.d.ts +10 -2
- package/dist/composable/form.d.ts +1 -1
- package/dist/composable/group.d.ts +139 -0
- package/dist/composable/icon.d.ts +2 -2
- package/dist/composable/index.d.ts +9 -0
- package/dist/composable/input.d.ts +1 -1
- package/dist/composable/intersectionObserver.d.ts +4 -0
- package/dist/composable/items.d.ts +6 -0
- package/dist/composable/layout.d.ts +79 -0
- package/dist/composable/loading.d.ts +2 -2
- package/dist/composable/locale.d.ts +18 -0
- package/dist/composable/nested/nested.d.ts +1 -2
- package/dist/composable/overlay.d.ts +8 -0
- package/dist/composable/resizeObserver.d.ts +1 -1
- package/dist/composable/select.d.ts +124 -14
- package/dist/composable/ssrBoot.d.ts +6 -0
- package/dist/composable/state.d.ts +13 -0
- package/dist/composable/status.d.ts +5 -1
- package/dist/composable/tag.d.ts +0 -3
- package/dist/composable/text.d.ts +3 -1
- package/dist/composable/theme.d.ts +82 -0
- package/dist/composable/variant.d.ts +26 -0
- package/dist/create.d.ts +4 -1
- package/dist/directives/index.d.ts +2 -0
- package/dist/directives/intersect/index.d.ts +19 -0
- package/dist/directives/touch/index.d.ts +46 -0
- package/dist/globals.d.ts +13 -0
- package/dist/locale/en.d.ts +3 -0
- package/dist/locale/index.d.ts +23 -10
- package/dist/themes/b2b.d.ts +26 -0
- package/dist/themes/cds.d.ts +26 -0
- package/dist/themes/dark.d.ts +26 -0
- package/dist/themes/index.d.ts +5 -0
- package/dist/themes/promo.d.ts +26 -0
- package/dist/themes/themes.d.ts +10 -0
- package/dist/transitions/index.d.ts +61 -0
- package/dist/transitions/modalTransition.d.ts +8 -0
- package/dist/utils/colors.d.ts +368 -0
- package/dist/utils/colorsUtils/APCA.d.ts +7 -0
- package/dist/utils/colorsUtils/index.d.ts +1 -0
- package/dist/utils/colorsUtils/transformCIELAB.d.ts +3 -0
- package/dist/utils/colorsUtils/transformSRGB.d.ts +3 -0
- package/dist/utils/colorsUtils/utils.d.ts +41 -0
- package/dist/utils/{date.d.ts → date/date.d.ts} +22 -14
- package/dist/utils/dom/classNames.d.ts +4 -0
- package/dist/utils/dom/dom.d.ts +11 -0
- package/dist/utils/dom/getScrollParent.d.ts +16 -0
- package/dist/utils/dom/hRender.d.ts +9 -0
- package/dist/utils/dom/scrollTo.d.ts +10 -0
- package/dist/utils/dom/warn.d.ts +1 -0
- package/dist/utils/dom/wrapperRaf.d.ts +4 -0
- package/dist/utils/helpers.d.ts +92 -2
- package/dist/utils/index.d.ts +20 -9
- package/dist/utils/use/copyToClipboard.d.ts +1 -0
- package/dist/utils/use/eagerComputed.d.ts +3 -0
- package/dist/utils/use/pickAttrs.d.ts +11 -0
- package/dist/utils/use/reactiveComputed.d.ts +4 -0
- package/dist/utils/use/reactivePick.d.ts +8 -0
- package/dist/utils/use/toReactive.d.ts +8 -0
- package/dist/utils/use/toValue.d.ts +5 -0
- package/package.json +8 -4
- package/src/scss/modules/_reset.scss +5 -0
- package/src/scss/modules/_transition.scss +72 -1
- package/src/scss/modules/grid/_mixins.scss +4 -2
- package/src/scss/themes/index.ts +1 -1
- package/src/scss/utility/display.scss +56 -5
- package/src/scss/utility/flexbox.scss +26 -28
- package/src/scss/utility/index.scss +0 -2
- package/src/scss/utility/layout.scss +65 -3
- package/src/scss/utility/spacing.scss +46 -86
- package/src/scss/utility/variables/display.scss +10 -0
- package/src/scss/utility/variables/exports/_display.scss +7 -0
- package/src/scss/utility/variables/exports/_flex.scss +13 -0
- package/src/scss/utility/variables/exports/_overflow.scss +7 -0
- package/src/scss/utility/variables/exports/_position.scss +7 -0
- package/src/scss/utility/variables/exports/_spacing.scss +14 -0
- package/src/scss/utility/variables/exports/_visibility.scss +7 -0
- package/src/scss/utility/variables/exports/_widthHeight.scss +7 -0
- package/src/scss/utility/variables/flex.scss +140 -0
- package/src/scss/utility/variables/index.scss +11 -0
- package/src/scss/utility/variables/overflow.scss +6 -0
- package/src/scss/utility/variables/position.scss +7 -0
- package/src/scss/utility/variables/spacing.scss +37 -0
- package/src/scss/utility/variables/visibility.scss +5 -0
- package/src/scss/utility/variables/widthHeight.scss +69 -0
- package/dist/utils/dom.d.ts +0 -6
- package/dist/utils/getScrollParent.d.ts +0 -3
- package/src/scss/utility/generatedFiles/generatedStyles.json +0 -1
- package/src/scss/utility/generatedFiles/generatedStyles.scss +0 -300
- package/src/scss/utility/typography.scss +0 -16
- package/src/scss/utility/variables.scss +0 -116
- /package/dist/utils/{anchor.d.ts → dom/anchor.d.ts} +0 -0
- /package/dist/utils/{animation.d.ts → dom/animation.d.ts} +0 -0
- /package/dist/utils/{box.d.ts → dom/box.d.ts} +0 -0
- /package/dist/utils/{globals.d.ts → dom/globals.d.ts} +0 -0
- /package/dist/utils/{cache.d.ts → use/cache.d.ts} +0 -0
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import type { IInternalItem } from '../../composable';
|
|
2
2
|
export declare const componentName = "CdsDropdown";
|
|
3
3
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
4
|
+
theme: {
|
|
5
|
+
type: import("vue").PropType<string>;
|
|
6
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
7
|
+
default: undefined;
|
|
8
|
+
};
|
|
4
9
|
transition: {
|
|
5
10
|
type: import("vue").PropType<string | boolean | (import("vue").TransitionProps & {
|
|
6
11
|
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
@@ -22,7 +27,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
22
27
|
};
|
|
23
28
|
itemChildren: {
|
|
24
29
|
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
25
|
-
default: string;
|
|
30
|
+
default: string; /**
|
|
31
|
+
* Событие при изменении значения (v-model)
|
|
32
|
+
* @type { any }
|
|
33
|
+
*/
|
|
26
34
|
};
|
|
27
35
|
itemProps: {
|
|
28
36
|
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
@@ -66,15 +74,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
66
74
|
type: import("vue").PropType<string | number>;
|
|
67
75
|
default: number;
|
|
68
76
|
};
|
|
77
|
+
locale: {
|
|
78
|
+
type: import("vue").PropType<"ru" | "en" | import("../../locale").ILocale>;
|
|
79
|
+
default: undefined;
|
|
80
|
+
};
|
|
69
81
|
eager: {
|
|
70
82
|
type: import("vue").PropType<boolean>;
|
|
71
83
|
default: boolean;
|
|
72
84
|
};
|
|
73
85
|
'onClick:prepend': {
|
|
74
|
-
type: import("vue").PropType<(...args: any[]) => any>;
|
|
75
|
-
* Событие при фокусе
|
|
76
|
-
* @type { boolean }
|
|
77
|
-
*/
|
|
86
|
+
type: import("vue").PropType<(...args: any[]) => any>;
|
|
78
87
|
default: undefined;
|
|
79
88
|
};
|
|
80
89
|
'onClick:append': {
|
|
@@ -82,14 +91,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
82
91
|
default: undefined;
|
|
83
92
|
};
|
|
84
93
|
prependIcon: {
|
|
85
|
-
type: import("vue").PropType<"link" | "
|
|
94
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
86
95
|
default: undefined;
|
|
87
|
-
validator: (value: "link" | "
|
|
96
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
88
97
|
};
|
|
89
98
|
appendIcon: {
|
|
90
|
-
type: import("vue").PropType<"link" | "
|
|
99
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
91
100
|
default: undefined;
|
|
92
|
-
validator: (value: "link" | "
|
|
101
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
93
102
|
};
|
|
94
103
|
error: {
|
|
95
104
|
type: import("vue").PropType<boolean>;
|
|
@@ -146,15 +155,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
146
155
|
default: null;
|
|
147
156
|
};
|
|
148
157
|
messages: {
|
|
149
|
-
/**
|
|
150
|
-
* Событие при фокусе
|
|
151
|
-
* @type { boolean }
|
|
152
|
-
*/
|
|
153
158
|
type: import("vue").PropType<string | string[]>;
|
|
154
159
|
default: () => never[];
|
|
155
160
|
};
|
|
156
161
|
persistentMessages: {
|
|
157
|
-
type: import("vue").PropType<boolean>;
|
|
162
|
+
type: import("vue").PropType<boolean>; /**
|
|
163
|
+
* Событие при изменении значения (v-model)
|
|
164
|
+
* @type { any }
|
|
165
|
+
*/
|
|
158
166
|
default: boolean;
|
|
159
167
|
};
|
|
160
168
|
active: {
|
|
@@ -174,19 +182,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
174
182
|
default: undefined;
|
|
175
183
|
};
|
|
176
184
|
prependInnerIcon: {
|
|
177
|
-
type: import("vue").PropType<"link" | "
|
|
185
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
178
186
|
default: undefined;
|
|
179
|
-
validator: (value: "link" | "
|
|
187
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
180
188
|
};
|
|
181
189
|
appendInnerIcon: {
|
|
182
|
-
type: import("vue").PropType<"link" | "
|
|
190
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
183
191
|
default: undefined;
|
|
184
|
-
validator: (value: "link" | "
|
|
192
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
185
193
|
};
|
|
186
194
|
type: {
|
|
187
|
-
type: import("vue").PropType<"number" | "
|
|
195
|
+
type: import("vue").PropType<"number" | "password" | "text" | "email" | "tel" | "url">;
|
|
188
196
|
default: string;
|
|
189
|
-
validator: (value: "number" | "
|
|
197
|
+
validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
|
|
198
|
+
};
|
|
199
|
+
role: {
|
|
200
|
+
type: import("vue").PropType<string>;
|
|
201
|
+
default: undefined;
|
|
190
202
|
};
|
|
191
203
|
placeholder: {
|
|
192
204
|
type: import("vue").PropType<string>;
|
|
@@ -204,6 +216,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
204
216
|
type: import("vue").PropType<boolean>;
|
|
205
217
|
default: boolean;
|
|
206
218
|
};
|
|
219
|
+
persistentClearable: {
|
|
220
|
+
type: import("vue").PropType<boolean>;
|
|
221
|
+
default: boolean;
|
|
222
|
+
};
|
|
207
223
|
'onClick:prependInner': {
|
|
208
224
|
type: import("vue").PropType<(...args: any[]) => any>;
|
|
209
225
|
default: undefined;
|
|
@@ -224,10 +240,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
224
240
|
type: import("vue").PropType<boolean>;
|
|
225
241
|
default: boolean;
|
|
226
242
|
};
|
|
227
|
-
noDataText: {
|
|
228
|
-
type: import("vue").PropType<string>;
|
|
229
|
-
default: string;
|
|
230
|
-
};
|
|
231
243
|
hideNoData: {
|
|
232
244
|
type: import("vue").PropType<boolean>;
|
|
233
245
|
default: boolean;
|
|
@@ -236,9 +248,122 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
236
248
|
type: import("vue").PropType<boolean>;
|
|
237
249
|
default: boolean;
|
|
238
250
|
};
|
|
239
|
-
|
|
240
|
-
type: import("vue").PropType<
|
|
251
|
+
ellipsis: {
|
|
252
|
+
type: import("vue").PropType<boolean>;
|
|
253
|
+
default: boolean;
|
|
254
|
+
};
|
|
255
|
+
listProps: {
|
|
256
|
+
type: import("vue").PropType<Omit<Partial<{
|
|
257
|
+
items: any[];
|
|
258
|
+
itemTitle: import("../../composable").TItemKey;
|
|
259
|
+
itemValue: import("../../composable").TItemKey;
|
|
260
|
+
itemChildren: import("../../composable").TItemKey;
|
|
261
|
+
itemProps: import("../../composable").TItemKey;
|
|
262
|
+
returnObject: boolean;
|
|
263
|
+
tag: string;
|
|
264
|
+
size: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
265
|
+
disabled: boolean;
|
|
266
|
+
dark: boolean;
|
|
267
|
+
required: boolean;
|
|
268
|
+
selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
|
|
269
|
+
openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
|
|
270
|
+
theme: string;
|
|
271
|
+
lines: false | "one" | "two" | "three";
|
|
272
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
273
|
+
theme: {
|
|
274
|
+
type: import("vue").PropType<string>;
|
|
275
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
276
|
+
default: undefined;
|
|
277
|
+
};
|
|
278
|
+
selectStrategy: {
|
|
279
|
+
type: import("vue").PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
|
|
280
|
+
default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
|
|
281
|
+
};
|
|
282
|
+
openStrategy: {
|
|
283
|
+
type: import("vue").PropType<NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>>;
|
|
284
|
+
default: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
|
|
285
|
+
};
|
|
286
|
+
opened: import("vue").PropType<unknown[]>;
|
|
287
|
+
selected: import("vue").PropType<unknown[]>;
|
|
288
|
+
required: BooleanConstructor;
|
|
289
|
+
dark: {
|
|
290
|
+
type: import("vue").PropType<boolean>;
|
|
291
|
+
default: boolean;
|
|
292
|
+
};
|
|
293
|
+
disabled: {
|
|
294
|
+
type: import("vue").PropType<boolean>;
|
|
295
|
+
default: boolean;
|
|
296
|
+
};
|
|
297
|
+
size: Omit<{
|
|
298
|
+
type: import("vue").PropType<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
299
|
+
default: string;
|
|
300
|
+
available: readonly ["xs", "sm", "md", "lg", "xl"];
|
|
301
|
+
validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
|
|
302
|
+
}, "default" | "type"> & {
|
|
303
|
+
type: import("vue").PropType<NonNullable<"xs" | "sm" | "md" | "lg" | "xl">>;
|
|
304
|
+
default: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
305
|
+
};
|
|
306
|
+
tag: {
|
|
307
|
+
type: import("vue").PropType<string>;
|
|
308
|
+
default: string;
|
|
309
|
+
description: string;
|
|
310
|
+
};
|
|
311
|
+
items: {
|
|
312
|
+
type: import("vue").PropType<any[]>;
|
|
313
|
+
default: () => never[];
|
|
314
|
+
};
|
|
315
|
+
itemTitle: {
|
|
316
|
+
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
317
|
+
default: string;
|
|
318
|
+
};
|
|
319
|
+
itemValue: {
|
|
320
|
+
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
321
|
+
default: string;
|
|
322
|
+
};
|
|
323
|
+
itemChildren: {
|
|
324
|
+
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
325
|
+
default: string; /**
|
|
326
|
+
* Событие при изменении значения (v-model)
|
|
327
|
+
* @type { any }
|
|
328
|
+
*/
|
|
329
|
+
};
|
|
330
|
+
itemProps: {
|
|
331
|
+
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
332
|
+
default: string;
|
|
333
|
+
};
|
|
334
|
+
returnObject: {
|
|
335
|
+
type: import("vue").PropType<boolean>;
|
|
336
|
+
default: boolean;
|
|
337
|
+
};
|
|
338
|
+
lines: {
|
|
339
|
+
type: import("vue").PropType<false | "one" | "two" | "three">;
|
|
340
|
+
default: string;
|
|
341
|
+
};
|
|
342
|
+
}>> & {
|
|
343
|
+
"onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
|
|
344
|
+
"onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
|
|
345
|
+
"onClick:open"?: ((value: {
|
|
346
|
+
id: unknown;
|
|
347
|
+
value: boolean;
|
|
348
|
+
path: unknown[];
|
|
349
|
+
event: Event;
|
|
350
|
+
}) => any) | undefined;
|
|
351
|
+
"onClick:select"?: ((value: {
|
|
352
|
+
id: unknown;
|
|
353
|
+
value: boolean; /**
|
|
354
|
+
* Событие выбора всех элементов
|
|
355
|
+
* @type { boolean }
|
|
356
|
+
*/
|
|
357
|
+
path: unknown[];
|
|
358
|
+
event: Event;
|
|
359
|
+
}) => any) | undefined;
|
|
360
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "items" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "tag" | "size" | "disabled" | "dark" | "required" | "selectStrategy" | "openStrategy" | "theme" | "lines">, keyof import("vue").VNodeProps | keyof import("vue").AllowedComponentProps>>;
|
|
361
|
+
default: undefined;
|
|
362
|
+
};
|
|
363
|
+
menuIcon: {
|
|
364
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
241
365
|
default: string;
|
|
366
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
242
367
|
};
|
|
243
368
|
}, {
|
|
244
369
|
model: import("vue").Ref<readonly IInternalItem<any>[]> & {
|
|
@@ -256,6 +381,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
256
381
|
isFocused: import("vue").Ref<boolean>;
|
|
257
382
|
externalValidationValue: import("vue").ComputedRef<any>;
|
|
258
383
|
inputRef: import("vue").Ref<import("vue").DefineComponent<{
|
|
384
|
+
theme: {
|
|
385
|
+
type: import("vue").PropType<string>;
|
|
386
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
387
|
+
default: undefined;
|
|
388
|
+
};
|
|
259
389
|
size: {
|
|
260
390
|
type: import("vue").PropType<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
261
391
|
default: string;
|
|
@@ -279,10 +409,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
279
409
|
default: boolean;
|
|
280
410
|
};
|
|
281
411
|
'onClick:prepend': {
|
|
282
|
-
type: import("vue").PropType<(...args: any[]) => any>;
|
|
283
|
-
* Событие при фокусе
|
|
284
|
-
* @type { boolean }
|
|
285
|
-
*/
|
|
412
|
+
type: import("vue").PropType<(...args: any[]) => any>;
|
|
286
413
|
default: undefined;
|
|
287
414
|
};
|
|
288
415
|
'onClick:append': {
|
|
@@ -290,14 +417,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
290
417
|
default: undefined;
|
|
291
418
|
};
|
|
292
419
|
prependIcon: {
|
|
293
|
-
type: import("vue").PropType<"link" | "
|
|
420
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
294
421
|
default: undefined;
|
|
295
|
-
validator: (value: "link" | "
|
|
422
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
296
423
|
};
|
|
297
424
|
appendIcon: {
|
|
298
|
-
type: import("vue").PropType<"link" | "
|
|
425
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
299
426
|
default: undefined;
|
|
300
|
-
validator: (value: "link" | "
|
|
427
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
301
428
|
};
|
|
302
429
|
error: {
|
|
303
430
|
type: import("vue").PropType<boolean>;
|
|
@@ -354,15 +481,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
354
481
|
default: null;
|
|
355
482
|
};
|
|
356
483
|
messages: {
|
|
357
|
-
/**
|
|
358
|
-
* Событие при фокусе
|
|
359
|
-
* @type { boolean }
|
|
360
|
-
*/
|
|
361
484
|
type: import("vue").PropType<string | string[]>;
|
|
362
485
|
default: () => never[];
|
|
363
486
|
};
|
|
364
487
|
persistentMessages: {
|
|
365
|
-
type: import("vue").PropType<boolean>;
|
|
488
|
+
type: import("vue").PropType<boolean>; /**
|
|
489
|
+
* Событие при изменении значения (v-model)
|
|
490
|
+
* @type { any }
|
|
491
|
+
*/
|
|
366
492
|
default: boolean;
|
|
367
493
|
};
|
|
368
494
|
active: {
|
|
@@ -382,19 +508,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
382
508
|
default: undefined;
|
|
383
509
|
};
|
|
384
510
|
prependInnerIcon: {
|
|
385
|
-
type: import("vue").PropType<"link" | "
|
|
511
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
386
512
|
default: undefined;
|
|
387
|
-
validator: (value: "link" | "
|
|
513
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
388
514
|
};
|
|
389
515
|
appendInnerIcon: {
|
|
390
|
-
type: import("vue").PropType<"link" | "
|
|
516
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
391
517
|
default: undefined;
|
|
392
|
-
validator: (value: "link" | "
|
|
518
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
393
519
|
};
|
|
394
520
|
type: {
|
|
395
|
-
type: import("vue").PropType<"number" | "
|
|
521
|
+
type: import("vue").PropType<"number" | "password" | "text" | "email" | "tel" | "url">;
|
|
396
522
|
default: string;
|
|
397
|
-
validator: (value: "number" | "
|
|
523
|
+
validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
|
|
524
|
+
};
|
|
525
|
+
role: {
|
|
526
|
+
type: import("vue").PropType<string>;
|
|
527
|
+
default: undefined;
|
|
398
528
|
};
|
|
399
529
|
placeholder: {
|
|
400
530
|
type: import("vue").PropType<string>;
|
|
@@ -412,6 +542,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
412
542
|
type: import("vue").PropType<boolean>;
|
|
413
543
|
default: boolean;
|
|
414
544
|
};
|
|
545
|
+
persistentClearable: {
|
|
546
|
+
type: import("vue").PropType<boolean>;
|
|
547
|
+
default: boolean;
|
|
548
|
+
};
|
|
415
549
|
'onClick:prependInner': {
|
|
416
550
|
type: import("vue").PropType<(...args: any[]) => any>;
|
|
417
551
|
default: undefined;
|
|
@@ -430,6 +564,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
430
564
|
validationRef: import("vue").Ref<import("vue").DefineComponent<{
|
|
431
565
|
'onClick:prepend': import("vue").PropType<(...args: any[]) => any>;
|
|
432
566
|
'onClick:append': import("vue").PropType<(...args: any[]) => any>;
|
|
567
|
+
theme: {
|
|
568
|
+
type: import("vue").PropType<string>;
|
|
569
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
570
|
+
default: undefined;
|
|
571
|
+
};
|
|
433
572
|
size: {
|
|
434
573
|
type: import("vue").PropType<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
435
574
|
default: string;
|
|
@@ -487,14 +626,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
487
626
|
default: boolean;
|
|
488
627
|
};
|
|
489
628
|
prependIcon: {
|
|
490
|
-
type: import("vue").PropType<"link" | "
|
|
629
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
491
630
|
default: undefined;
|
|
492
|
-
validator: (value: "link" | "
|
|
631
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
493
632
|
};
|
|
494
633
|
appendIcon: {
|
|
495
|
-
type: import("vue").PropType<"link" | "
|
|
634
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
496
635
|
default: undefined;
|
|
497
|
-
validator: (value: "link" | "
|
|
636
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
498
637
|
};
|
|
499
638
|
id: {
|
|
500
639
|
type: import("vue").PropType<string>;
|
|
@@ -513,40 +652,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
513
652
|
default: null;
|
|
514
653
|
};
|
|
515
654
|
messages: {
|
|
516
|
-
/**
|
|
517
|
-
* Событие при фокусе
|
|
518
|
-
* @type { boolean }
|
|
519
|
-
*/
|
|
520
655
|
type: import("vue").PropType<string | string[]>;
|
|
521
656
|
default: () => never[];
|
|
522
657
|
};
|
|
523
658
|
persistentMessages: {
|
|
524
|
-
type: import("vue").PropType<boolean>;
|
|
659
|
+
type: import("vue").PropType<boolean>; /**
|
|
660
|
+
* Событие при изменении значения (v-model)
|
|
661
|
+
* @type { any }
|
|
662
|
+
*/
|
|
525
663
|
default: boolean;
|
|
526
664
|
};
|
|
527
|
-
}, {
|
|
528
|
-
isFocused: import("vue").Ref<boolean>;
|
|
529
|
-
hasPrepend: import("vue").ComputedRef<boolean>;
|
|
530
|
-
hasAppend: import("vue").ComputedRef<boolean>;
|
|
531
|
-
hasDefault: import("vue").ComputedRef<boolean>;
|
|
532
|
-
hasMessages: import("vue").ComputedRef<number | boolean>;
|
|
533
|
-
slotProps: import("vue").ComputedRef<import("../../composable").IInputSlot>;
|
|
534
|
-
messagesId: import("vue").ComputedRef<string>;
|
|
535
|
-
messages: import("vue").ComputedRef<string | string[]>;
|
|
536
|
-
isValid: import("vue").ComputedRef<boolean | null>;
|
|
537
|
-
validationClasses: import("vue").ComputedRef<Record<string, boolean>>;
|
|
538
|
-
focusClasses: import("vue").ComputedRef<Record<string, boolean>>;
|
|
539
|
-
sizeClasses: import("vue").ComputedRef<string>;
|
|
540
|
-
reset: () => void;
|
|
541
|
-
resetValidation: () => void;
|
|
542
|
-
validate: () => Promise<string[]>;
|
|
543
|
-
handleClickPrepend: (event: MouseEvent) => void;
|
|
544
|
-
handleClickAppend: (event: MouseEvent) => void;
|
|
545
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
665
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
546
666
|
'update:modelValue': (value: any) => boolean;
|
|
547
667
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
548
668
|
'onClick:prepend': import("vue").PropType<(...args: any[]) => any>;
|
|
549
669
|
'onClick:append': import("vue").PropType<(...args: any[]) => any>;
|
|
670
|
+
theme: {
|
|
671
|
+
type: import("vue").PropType<string>;
|
|
672
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
673
|
+
default: undefined;
|
|
674
|
+
};
|
|
550
675
|
size: {
|
|
551
676
|
type: import("vue").PropType<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
552
677
|
default: string;
|
|
@@ -604,14 +729,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
604
729
|
default: boolean;
|
|
605
730
|
};
|
|
606
731
|
prependIcon: {
|
|
607
|
-
type: import("vue").PropType<"link" | "
|
|
732
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
608
733
|
default: undefined;
|
|
609
|
-
validator: (value: "link" | "
|
|
734
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
610
735
|
};
|
|
611
736
|
appendIcon: {
|
|
612
|
-
type: import("vue").PropType<"link" | "
|
|
737
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
613
738
|
default: undefined;
|
|
614
|
-
validator: (value: "link" | "
|
|
739
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
615
740
|
};
|
|
616
741
|
id: {
|
|
617
742
|
type: import("vue").PropType<string>;
|
|
@@ -630,32 +755,29 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
630
755
|
default: null;
|
|
631
756
|
};
|
|
632
757
|
messages: {
|
|
633
|
-
/**
|
|
634
|
-
* Событие при фокусе
|
|
635
|
-
* @type { boolean }
|
|
636
|
-
*/
|
|
637
758
|
type: import("vue").PropType<string | string[]>;
|
|
638
759
|
default: () => never[];
|
|
639
760
|
};
|
|
640
761
|
persistentMessages: {
|
|
641
|
-
type: import("vue").PropType<boolean>;
|
|
762
|
+
type: import("vue").PropType<boolean>; /**
|
|
763
|
+
* Событие при изменении значения (v-model)
|
|
764
|
+
* @type { any }
|
|
765
|
+
*/
|
|
642
766
|
default: boolean;
|
|
643
767
|
};
|
|
644
768
|
}>> & {
|
|
645
769
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
646
770
|
}, {
|
|
647
|
-
name: string | undefined;
|
|
648
|
-
description: string;
|
|
649
|
-
disabled: boolean;
|
|
650
771
|
value: any;
|
|
772
|
+
description: string;
|
|
651
773
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
readonly: boolean;
|
|
656
|
-
messages: string | string[];
|
|
774
|
+
disabled: boolean;
|
|
775
|
+
theme: string;
|
|
776
|
+
name: string | undefined;
|
|
657
777
|
id: string;
|
|
778
|
+
error: boolean;
|
|
658
779
|
label: string;
|
|
780
|
+
messages: string | string[];
|
|
659
781
|
persistentMessages: boolean;
|
|
660
782
|
errorMessages: string | string[];
|
|
661
783
|
maxErrors: string | number;
|
|
@@ -664,21 +786,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
664
786
|
validateOn: "input" | "blur" | "submit";
|
|
665
787
|
validationValue: any;
|
|
666
788
|
hideMessages: boolean;
|
|
789
|
+
prependIcon: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
|
|
790
|
+
appendIcon: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
|
|
667
791
|
focused: boolean;
|
|
792
|
+
readonly: boolean;
|
|
668
793
|
}> | undefined>;
|
|
669
794
|
isFocused: import("vue").Ref<boolean>;
|
|
670
795
|
rootAttrs: import("vue").Ref<{}>;
|
|
671
796
|
inputAttrs: import("vue").Ref<{}>;
|
|
672
797
|
inputProps: import("vue").Ref<{
|
|
673
|
-
readonly type?: "number" | "text" | "password" | "email" | "tel" | "url" | undefined;
|
|
674
|
-
readonly disabled?: boolean | undefined;
|
|
675
798
|
readonly value?: any;
|
|
676
799
|
readonly size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
800
|
+
readonly disabled?: boolean | undefined;
|
|
801
|
+
readonly type?: "number" | "password" | "text" | "email" | "tel" | "url" | undefined;
|
|
677
802
|
readonly error?: boolean | undefined;
|
|
678
|
-
readonly readonly?: boolean | undefined;
|
|
679
|
-
readonly loading?: boolean | undefined;
|
|
680
|
-
readonly messages?: string | string[] | undefined;
|
|
681
803
|
readonly active?: boolean | undefined;
|
|
804
|
+
readonly autofocus?: boolean | undefined;
|
|
805
|
+
readonly counter?: boolean | undefined;
|
|
806
|
+
readonly clearable?: boolean | undefined;
|
|
807
|
+
readonly persistentClearable?: boolean | undefined;
|
|
808
|
+
readonly messages?: string | string[] | undefined;
|
|
682
809
|
readonly persistentMessages?: boolean | undefined;
|
|
683
810
|
readonly errorMessages?: string | string[] | undefined;
|
|
684
811
|
readonly maxErrors?: string | number | undefined;
|
|
@@ -688,29 +815,30 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
688
815
|
readonly modelValue?: any;
|
|
689
816
|
readonly validateOn?: "input" | "blur" | "submit" | undefined;
|
|
690
817
|
readonly hideMessages?: boolean | undefined;
|
|
818
|
+
readonly loading?: boolean | undefined;
|
|
691
819
|
readonly focused?: boolean | undefined;
|
|
692
|
-
readonly
|
|
693
|
-
readonly counter?: boolean | undefined;
|
|
694
|
-
readonly clearable?: boolean | undefined;
|
|
695
|
-
readonly name?: string | undefined;
|
|
820
|
+
readonly readonly?: boolean | undefined;
|
|
696
821
|
readonly description?: string | undefined;
|
|
697
|
-
readonly
|
|
698
|
-
readonly
|
|
822
|
+
readonly theme?: string | undefined;
|
|
823
|
+
readonly name?: string | undefined;
|
|
699
824
|
readonly id?: string | undefined;
|
|
700
|
-
readonly label?: string | undefined;
|
|
701
|
-
readonly validationValue?: any;
|
|
702
|
-
readonly 'onClick:prepend'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
|
|
703
|
-
readonly 'onClick:append'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
|
|
704
825
|
readonly prefix?: string | undefined;
|
|
705
826
|
readonly suffix?: string | undefined;
|
|
706
|
-
readonly prependInnerIcon?: "link" | "
|
|
707
|
-
readonly appendInnerIcon?: "link" | "
|
|
827
|
+
readonly prependInnerIcon?: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
|
|
828
|
+
readonly appendInnerIcon?: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
|
|
829
|
+
readonly role?: string | undefined;
|
|
708
830
|
readonly placeholder?: string | undefined;
|
|
709
831
|
readonly limit?: number | undefined;
|
|
710
832
|
readonly 'onClick:prependInner'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
|
|
711
833
|
readonly 'onClick:appendInner'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
|
|
712
|
-
readonly
|
|
834
|
+
readonly label?: string | undefined;
|
|
835
|
+
readonly validationValue?: any;
|
|
836
|
+
readonly prependIcon?: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
|
|
837
|
+
readonly appendIcon?: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
|
|
838
|
+
readonly 'onClick:prepend'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
|
|
839
|
+
readonly 'onClick:append'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
|
|
713
840
|
readonly "onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
841
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
714
842
|
readonly "onClick:clear"?: ((event: MouseEvent) => any) | undefined;
|
|
715
843
|
readonly "onClick:control"?: ((event: MouseEvent) => any) | undefined;
|
|
716
844
|
readonly "onMousedown:control"?: ((event: MouseEvent) => any) | undefined;
|
|
@@ -729,8 +857,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
729
857
|
'cds-text-input--has-prefix': boolean;
|
|
730
858
|
'cds-text-input--has-suffix': boolean;
|
|
731
859
|
}>;
|
|
860
|
+
themeClasses: Readonly<import("vue").ComputedRef<string | undefined>>;
|
|
732
861
|
fieldClasses: import("vue").ComputedRef<Record<string, boolean>>;
|
|
733
862
|
loadingClasses: import("vue").ComputedRef<string | undefined>;
|
|
863
|
+
classesStates: Readonly<{
|
|
864
|
+
hover: "cds-state-hover";
|
|
865
|
+
focus: "cds-state-focus";
|
|
866
|
+
active: "cds-state-active";
|
|
867
|
+
visited: "cds-state-visited";
|
|
868
|
+
disabled: "cds-state-disabled";
|
|
869
|
+
checked: "cds-state-checked";
|
|
870
|
+
indeterminate: "cds-state-indeterminate";
|
|
871
|
+
invalid: "cds-state-invalid";
|
|
872
|
+
empty: "cds-state-empty";
|
|
873
|
+
loading: "cds-state-loading";
|
|
874
|
+
readonly: "cds-state-readonly";
|
|
875
|
+
dragging: "cds-state-dragging";
|
|
876
|
+
}>;
|
|
734
877
|
onBlur: () => void;
|
|
735
878
|
onFocus: () => void;
|
|
736
879
|
onInput: (event: Event) => void;
|
|
@@ -750,6 +893,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
750
893
|
'click:control': (event: MouseEvent) => true;
|
|
751
894
|
'mousedown:control': (event: MouseEvent) => true;
|
|
752
895
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
896
|
+
theme: {
|
|
897
|
+
type: import("vue").PropType<string>;
|
|
898
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
899
|
+
default: undefined;
|
|
900
|
+
};
|
|
753
901
|
size: {
|
|
754
902
|
type: import("vue").PropType<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
755
903
|
default: string;
|
|
@@ -773,10 +921,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
773
921
|
default: boolean;
|
|
774
922
|
};
|
|
775
923
|
'onClick:prepend': {
|
|
776
|
-
type: import("vue").PropType<(...args: any[]) => any>;
|
|
777
|
-
* Событие при фокусе
|
|
778
|
-
* @type { boolean }
|
|
779
|
-
*/
|
|
924
|
+
type: import("vue").PropType<(...args: any[]) => any>;
|
|
780
925
|
default: undefined;
|
|
781
926
|
};
|
|
782
927
|
'onClick:append': {
|
|
@@ -784,14 +929,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
784
929
|
default: undefined;
|
|
785
930
|
};
|
|
786
931
|
prependIcon: {
|
|
787
|
-
type: import("vue").PropType<"link" | "
|
|
932
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
788
933
|
default: undefined;
|
|
789
|
-
validator: (value: "link" | "
|
|
934
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
790
935
|
};
|
|
791
936
|
appendIcon: {
|
|
792
|
-
type: import("vue").PropType<"link" | "
|
|
937
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
793
938
|
default: undefined;
|
|
794
|
-
validator: (value: "link" | "
|
|
939
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
795
940
|
};
|
|
796
941
|
error: {
|
|
797
942
|
type: import("vue").PropType<boolean>;
|
|
@@ -848,15 +993,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
848
993
|
default: null;
|
|
849
994
|
};
|
|
850
995
|
messages: {
|
|
851
|
-
/**
|
|
852
|
-
* Событие при фокусе
|
|
853
|
-
* @type { boolean }
|
|
854
|
-
*/
|
|
855
996
|
type: import("vue").PropType<string | string[]>;
|
|
856
997
|
default: () => never[];
|
|
857
998
|
};
|
|
858
999
|
persistentMessages: {
|
|
859
|
-
type: import("vue").PropType<boolean>;
|
|
1000
|
+
type: import("vue").PropType<boolean>; /**
|
|
1001
|
+
* Событие при изменении значения (v-model)
|
|
1002
|
+
* @type { any }
|
|
1003
|
+
*/
|
|
860
1004
|
default: boolean;
|
|
861
1005
|
};
|
|
862
1006
|
active: {
|
|
@@ -876,19 +1020,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
876
1020
|
default: undefined;
|
|
877
1021
|
};
|
|
878
1022
|
prependInnerIcon: {
|
|
879
|
-
type: import("vue").PropType<"link" | "
|
|
1023
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
880
1024
|
default: undefined;
|
|
881
|
-
validator: (value: "link" | "
|
|
1025
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
882
1026
|
};
|
|
883
1027
|
appendInnerIcon: {
|
|
884
|
-
type: import("vue").PropType<"link" | "
|
|
1028
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
885
1029
|
default: undefined;
|
|
886
|
-
validator: (value: "link" | "
|
|
1030
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
887
1031
|
};
|
|
888
1032
|
type: {
|
|
889
|
-
type: import("vue").PropType<"number" | "
|
|
1033
|
+
type: import("vue").PropType<"number" | "password" | "text" | "email" | "tel" | "url">;
|
|
890
1034
|
default: string;
|
|
891
|
-
validator: (value: "number" | "
|
|
1035
|
+
validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
|
|
1036
|
+
};
|
|
1037
|
+
role: {
|
|
1038
|
+
type: import("vue").PropType<string>;
|
|
1039
|
+
default: undefined;
|
|
892
1040
|
};
|
|
893
1041
|
placeholder: {
|
|
894
1042
|
type: import("vue").PropType<string>;
|
|
@@ -906,6 +1054,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
906
1054
|
type: import("vue").PropType<boolean>;
|
|
907
1055
|
default: boolean;
|
|
908
1056
|
};
|
|
1057
|
+
persistentClearable: {
|
|
1058
|
+
type: import("vue").PropType<boolean>;
|
|
1059
|
+
default: boolean;
|
|
1060
|
+
};
|
|
909
1061
|
'onClick:prependInner': {
|
|
910
1062
|
type: import("vue").PropType<(...args: any[]) => any>;
|
|
911
1063
|
default: undefined;
|
|
@@ -915,31 +1067,41 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
915
1067
|
default: undefined;
|
|
916
1068
|
};
|
|
917
1069
|
}>> & {
|
|
918
|
-
"
|
|
1070
|
+
"onClick:prependInner"?: ((event: MouseEvent) => any) | undefined;
|
|
1071
|
+
"onClick:appendInner"?: ((event: MouseEvent) => any) | undefined;
|
|
919
1072
|
"onClick:prepend"?: ((event: MouseEvent) => any) | undefined;
|
|
920
1073
|
"onClick:append"?: ((event: MouseEvent) => any) | undefined;
|
|
921
1074
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
922
|
-
"
|
|
923
|
-
"onClick:appendInner"?: ((event: MouseEvent) => any) | undefined;
|
|
1075
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
924
1076
|
"onClick:clear"?: ((event: MouseEvent) => any) | undefined;
|
|
925
1077
|
"onClick:control"?: ((event: MouseEvent) => any) | undefined;
|
|
926
1078
|
"onMousedown:control"?: ((event: MouseEvent) => any) | undefined;
|
|
927
1079
|
}, {
|
|
928
|
-
name: string | undefined;
|
|
929
|
-
type: "number" | "text" | "password" | "email" | "tel" | "url";
|
|
930
|
-
description: string;
|
|
931
|
-
disabled: boolean;
|
|
932
1080
|
value: any;
|
|
1081
|
+
description: string;
|
|
933
1082
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
1083
|
+
disabled: boolean;
|
|
1084
|
+
theme: string;
|
|
1085
|
+
type: "number" | "password" | "text" | "email" | "tel" | "url";
|
|
1086
|
+
name: string | undefined;
|
|
1087
|
+
id: string;
|
|
934
1088
|
error: boolean;
|
|
935
|
-
prependIcon: "link" | "filters" | "search" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
|
|
936
|
-
appendIcon: "link" | "filters" | "search" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
|
|
937
|
-
readonly: boolean;
|
|
938
|
-
loading: boolean;
|
|
939
|
-
messages: string | string[];
|
|
940
1089
|
active: boolean;
|
|
941
|
-
|
|
1090
|
+
autofocus: boolean;
|
|
1091
|
+
prefix: string;
|
|
1092
|
+
suffix: string;
|
|
1093
|
+
prependInnerIcon: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
|
|
1094
|
+
appendInnerIcon: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
|
|
1095
|
+
role: string;
|
|
1096
|
+
placeholder: string;
|
|
1097
|
+
counter: boolean;
|
|
1098
|
+
limit: number;
|
|
1099
|
+
clearable: boolean;
|
|
1100
|
+
persistentClearable: boolean;
|
|
1101
|
+
'onClick:prependInner': (...args: any[]) => any;
|
|
1102
|
+
'onClick:appendInner': (...args: any[]) => any;
|
|
942
1103
|
label: string;
|
|
1104
|
+
messages: string | string[];
|
|
943
1105
|
persistentMessages: boolean;
|
|
944
1106
|
errorMessages: string | string[];
|
|
945
1107
|
maxErrors: string | number;
|
|
@@ -948,22 +1110,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
948
1110
|
validateOn: "input" | "blur" | "submit";
|
|
949
1111
|
validationValue: any;
|
|
950
1112
|
hideMessages: boolean;
|
|
951
|
-
|
|
1113
|
+
prependIcon: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
|
|
1114
|
+
appendIcon: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
|
|
952
1115
|
'onClick:prepend': (...args: any[]) => any;
|
|
953
1116
|
'onClick:append': (...args: any[]) => any;
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
prependInnerIcon: "link" | "filters" | "search" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
|
|
958
|
-
appendInnerIcon: "link" | "filters" | "search" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
|
|
959
|
-
placeholder: string;
|
|
960
|
-
counter: boolean;
|
|
961
|
-
limit: number;
|
|
962
|
-
clearable: boolean;
|
|
963
|
-
'onClick:prependInner': (...args: any[]) => any;
|
|
964
|
-
'onClick:appendInner': (...args: any[]) => any;
|
|
1117
|
+
loading: boolean;
|
|
1118
|
+
focused: boolean;
|
|
1119
|
+
readonly: boolean;
|
|
965
1120
|
}> | undefined>;
|
|
966
1121
|
menuRef: import("vue").Ref<import("vue").DefineComponent<{
|
|
1122
|
+
theme: {
|
|
1123
|
+
type: import("vue").PropType<string>;
|
|
1124
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
1125
|
+
default: undefined;
|
|
1126
|
+
};
|
|
967
1127
|
transition: {
|
|
968
1128
|
type: import("vue").PropType<string | boolean | (import("vue").TransitionProps & {
|
|
969
1129
|
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
@@ -1012,10 +1172,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1012
1172
|
updateLocation: (event: Event) => void;
|
|
1013
1173
|
} | undefined)>;
|
|
1014
1174
|
default: string;
|
|
1015
|
-
validator: (value: any) => boolean;
|
|
1016
|
-
* Событие выбора всех элементов
|
|
1017
|
-
* @type { boolean }
|
|
1018
|
-
*/
|
|
1175
|
+
validator: (value: any) => boolean;
|
|
1019
1176
|
}, "default" | "type"> & {
|
|
1020
1177
|
type: import("vue").PropType<NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
1021
1178
|
updateLocation: (event: Event) => void;
|
|
@@ -1101,10 +1258,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1101
1258
|
default: NonNullable<string | boolean>;
|
|
1102
1259
|
};
|
|
1103
1260
|
modelValue: {
|
|
1104
|
-
type: import("vue").PropType<boolean>;
|
|
1105
|
-
* Событие выбора всех элементов
|
|
1106
|
-
* @type { boolean }
|
|
1107
|
-
*/
|
|
1261
|
+
type: import("vue").PropType<boolean>;
|
|
1108
1262
|
default: boolean;
|
|
1109
1263
|
};
|
|
1110
1264
|
closeOnBack: {
|
|
@@ -1123,351 +1277,22 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1123
1277
|
type: import("vue").PropType<Record<string, unknown>>;
|
|
1124
1278
|
default: () => {};
|
|
1125
1279
|
};
|
|
1280
|
+
noClickAnimation: {
|
|
1281
|
+
type: import("vue").PropType<boolean>;
|
|
1282
|
+
default: boolean;
|
|
1283
|
+
};
|
|
1126
1284
|
id: {
|
|
1127
1285
|
type: import("vue").PropType<string>;
|
|
1128
1286
|
default: undefined;
|
|
1129
1287
|
};
|
|
1130
|
-
}, {
|
|
1131
|
-
overlay: import("vue").Ref<import("vue").DefineComponent<{
|
|
1132
|
-
transition: {
|
|
1133
|
-
type: import("vue").PropType<string | boolean | (import("vue").TransitionProps & {
|
|
1134
|
-
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
1135
|
-
})>;
|
|
1136
|
-
default: string;
|
|
1137
|
-
validator: (value: unknown) => boolean;
|
|
1138
|
-
};
|
|
1139
|
-
eager: {
|
|
1140
|
-
type: import("vue").PropType<boolean>;
|
|
1141
|
-
default: boolean;
|
|
1142
|
-
};
|
|
1143
|
-
scrollStrategy: {
|
|
1144
|
-
type: import("vue").PropType<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
|
|
1145
|
-
default: string;
|
|
1146
|
-
validator: (value: any) => boolean;
|
|
1147
|
-
};
|
|
1148
|
-
locationStrategy: {
|
|
1149
|
-
type: import("vue").PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
1150
|
-
updateLocation: (event: Event) => void;
|
|
1151
|
-
} | undefined)>;
|
|
1152
|
-
default: string;
|
|
1153
|
-
validator: (value: any) => boolean; /**
|
|
1154
|
-
* Событие выбора всех элементов
|
|
1155
|
-
* @type { boolean }
|
|
1156
|
-
*/
|
|
1157
|
-
};
|
|
1158
|
-
location: {
|
|
1159
|
-
type: import("vue").PropType<import('../../utils').TAnchor>;
|
|
1160
|
-
default: string;
|
|
1161
|
-
};
|
|
1162
|
-
origin: {
|
|
1163
|
-
type: import("vue").PropType<import('../../utils').TAnchor | "auto" | "overlap">;
|
|
1164
|
-
default: string;
|
|
1165
|
-
};
|
|
1166
|
-
offset: {
|
|
1167
|
-
type: import("vue").PropType<string | number | number[]>;
|
|
1168
|
-
default: null;
|
|
1169
|
-
};
|
|
1170
|
-
height: {
|
|
1171
|
-
type: import("vue").PropType<string | number>;
|
|
1172
|
-
default: string;
|
|
1173
|
-
};
|
|
1174
|
-
width: {
|
|
1175
|
-
type: import("vue").PropType<string | number>;
|
|
1176
|
-
default: string;
|
|
1177
|
-
};
|
|
1178
|
-
maxHeight: {
|
|
1179
|
-
type: import("vue").PropType<string | number>;
|
|
1180
|
-
default: string;
|
|
1181
|
-
};
|
|
1182
|
-
maxWidth: {
|
|
1183
|
-
type: import("vue").PropType<string | number>;
|
|
1184
|
-
default: string;
|
|
1185
|
-
};
|
|
1186
|
-
minHeight: {
|
|
1187
|
-
type: import("vue").PropType<string | number>;
|
|
1188
|
-
default: string;
|
|
1189
|
-
};
|
|
1190
|
-
minWidth: {
|
|
1191
|
-
type: import("vue").PropType<string | number>;
|
|
1192
|
-
default: string;
|
|
1193
|
-
};
|
|
1194
|
-
closeDelay: {
|
|
1195
|
-
type: import("vue").PropType<string | number>;
|
|
1196
|
-
default: null;
|
|
1197
|
-
};
|
|
1198
|
-
openDelay: {
|
|
1199
|
-
type: import("vue").PropType<string | number>;
|
|
1200
|
-
default: null;
|
|
1201
|
-
};
|
|
1202
|
-
activator: {
|
|
1203
|
-
type: import("vue").PropType<string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element>;
|
|
1204
|
-
default: null;
|
|
1205
|
-
};
|
|
1206
|
-
activatorProps: {
|
|
1207
|
-
type: import("vue").PropType<Record<string, any>>;
|
|
1208
|
-
default: () => {};
|
|
1209
|
-
};
|
|
1210
|
-
openOnClick: {
|
|
1211
|
-
type: import("vue").PropType<boolean | undefined>;
|
|
1212
|
-
default: undefined;
|
|
1213
|
-
};
|
|
1214
|
-
openOnHover: {
|
|
1215
|
-
type: import("vue").PropType<boolean>;
|
|
1216
|
-
default: boolean;
|
|
1217
|
-
};
|
|
1218
|
-
openOnFocus: {
|
|
1219
|
-
type: import("vue").PropType<boolean | undefined>;
|
|
1220
|
-
default: undefined;
|
|
1221
|
-
};
|
|
1222
|
-
closeOnContentClick: {
|
|
1223
|
-
type: import("vue").PropType<boolean>;
|
|
1224
|
-
default: boolean;
|
|
1225
|
-
};
|
|
1226
|
-
attach: {
|
|
1227
|
-
type: import("vue").PropType<string | boolean | Element>;
|
|
1228
|
-
default: boolean;
|
|
1229
|
-
};
|
|
1230
|
-
contained: {
|
|
1231
|
-
type: import("vue").PropType<boolean>;
|
|
1232
|
-
default: boolean;
|
|
1233
|
-
};
|
|
1234
|
-
disabled: {
|
|
1235
|
-
type: import("vue").PropType<boolean>;
|
|
1236
|
-
default: boolean;
|
|
1237
|
-
};
|
|
1238
|
-
persistent: {
|
|
1239
|
-
type: import("vue").PropType<boolean>;
|
|
1240
|
-
default: boolean;
|
|
1241
|
-
};
|
|
1242
|
-
scrim: {
|
|
1243
|
-
type: import("vue").PropType<string | boolean>;
|
|
1244
|
-
default: boolean;
|
|
1245
|
-
};
|
|
1246
|
-
modelValue: {
|
|
1247
|
-
type: import("vue").PropType<boolean>; /**
|
|
1248
|
-
* Событие выбора всех элементов
|
|
1249
|
-
* @type { boolean }
|
|
1250
|
-
*/
|
|
1251
|
-
default: boolean;
|
|
1252
|
-
};
|
|
1253
|
-
closeOnBack: {
|
|
1254
|
-
type: import("vue").PropType<boolean>;
|
|
1255
|
-
default: boolean;
|
|
1256
|
-
};
|
|
1257
|
-
zIndex: {
|
|
1258
|
-
type: import("vue").PropType<string | number>;
|
|
1259
|
-
default: number;
|
|
1260
|
-
};
|
|
1261
|
-
contentClasses: {
|
|
1262
|
-
type: import("vue").PropType<string | string[] | Record<string, boolean>>;
|
|
1263
|
-
default: null;
|
|
1264
|
-
};
|
|
1265
|
-
contentProps: {
|
|
1266
|
-
type: import("vue").PropType<Record<string, unknown>>;
|
|
1267
|
-
default: () => {};
|
|
1268
|
-
};
|
|
1269
|
-
absolute: {
|
|
1270
|
-
type: import("vue").PropType<boolean>;
|
|
1271
|
-
default: boolean;
|
|
1272
|
-
};
|
|
1273
|
-
}, {
|
|
1274
|
-
activatorEl: import("vue").Ref<HTMLElement | undefined>;
|
|
1275
|
-
contentEl: import("vue").Ref<HTMLElement | undefined>;
|
|
1276
|
-
globalTop: Readonly<import("vue").Ref<boolean>>;
|
|
1277
|
-
localTop: import("vue").ComputedRef<boolean>;
|
|
1278
|
-
updateLocation: import("vue").Ref<((event: Event) => void) | undefined>;
|
|
1279
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1280
|
-
'update:modelValue': (value: boolean) => true;
|
|
1281
|
-
'click:outside': (event: MouseEvent) => true;
|
|
1282
|
-
afterLeave: () => true;
|
|
1283
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1284
|
-
transition: {
|
|
1285
|
-
type: import("vue").PropType<string | boolean | (import("vue").TransitionProps & {
|
|
1286
|
-
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
1287
|
-
})>;
|
|
1288
|
-
default: string;
|
|
1289
|
-
validator: (value: unknown) => boolean;
|
|
1290
|
-
};
|
|
1291
|
-
eager: {
|
|
1292
|
-
type: import("vue").PropType<boolean>;
|
|
1293
|
-
default: boolean;
|
|
1294
|
-
};
|
|
1295
|
-
scrollStrategy: {
|
|
1296
|
-
type: import("vue").PropType<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
|
|
1297
|
-
default: string;
|
|
1298
|
-
validator: (value: any) => boolean;
|
|
1299
|
-
};
|
|
1300
|
-
locationStrategy: {
|
|
1301
|
-
type: import("vue").PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
1302
|
-
updateLocation: (event: Event) => void;
|
|
1303
|
-
} | undefined)>;
|
|
1304
|
-
default: string;
|
|
1305
|
-
validator: (value: any) => boolean; /**
|
|
1306
|
-
* Событие выбора всех элементов
|
|
1307
|
-
* @type { boolean }
|
|
1308
|
-
*/
|
|
1309
|
-
};
|
|
1310
|
-
location: {
|
|
1311
|
-
type: import("vue").PropType<import('../../utils').TAnchor>;
|
|
1312
|
-
default: string;
|
|
1313
|
-
};
|
|
1314
|
-
origin: {
|
|
1315
|
-
type: import("vue").PropType<import('../../utils').TAnchor | "auto" | "overlap">;
|
|
1316
|
-
default: string;
|
|
1317
|
-
};
|
|
1318
|
-
offset: {
|
|
1319
|
-
type: import("vue").PropType<string | number | number[]>;
|
|
1320
|
-
default: null;
|
|
1321
|
-
};
|
|
1322
|
-
height: {
|
|
1323
|
-
type: import("vue").PropType<string | number>;
|
|
1324
|
-
default: string;
|
|
1325
|
-
};
|
|
1326
|
-
width: {
|
|
1327
|
-
type: import("vue").PropType<string | number>;
|
|
1328
|
-
default: string;
|
|
1329
|
-
};
|
|
1330
|
-
maxHeight: {
|
|
1331
|
-
type: import("vue").PropType<string | number>;
|
|
1332
|
-
default: string;
|
|
1333
|
-
};
|
|
1334
|
-
maxWidth: {
|
|
1335
|
-
type: import("vue").PropType<string | number>;
|
|
1336
|
-
default: string;
|
|
1337
|
-
};
|
|
1338
|
-
minHeight: {
|
|
1339
|
-
type: import("vue").PropType<string | number>;
|
|
1340
|
-
default: string;
|
|
1341
|
-
};
|
|
1342
|
-
minWidth: {
|
|
1343
|
-
type: import("vue").PropType<string | number>;
|
|
1344
|
-
default: string;
|
|
1345
|
-
};
|
|
1346
|
-
closeDelay: {
|
|
1347
|
-
type: import("vue").PropType<string | number>;
|
|
1348
|
-
default: null;
|
|
1349
|
-
};
|
|
1350
|
-
openDelay: {
|
|
1351
|
-
type: import("vue").PropType<string | number>;
|
|
1352
|
-
default: null;
|
|
1353
|
-
};
|
|
1354
|
-
activator: {
|
|
1355
|
-
type: import("vue").PropType<string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element>;
|
|
1356
|
-
default: null;
|
|
1357
|
-
};
|
|
1358
|
-
activatorProps: {
|
|
1359
|
-
type: import("vue").PropType<Record<string, any>>;
|
|
1360
|
-
default: () => {};
|
|
1361
|
-
};
|
|
1362
|
-
openOnClick: {
|
|
1363
|
-
type: import("vue").PropType<boolean | undefined>;
|
|
1364
|
-
default: undefined;
|
|
1365
|
-
};
|
|
1366
|
-
openOnHover: {
|
|
1367
|
-
type: import("vue").PropType<boolean>;
|
|
1368
|
-
default: boolean;
|
|
1369
|
-
};
|
|
1370
|
-
openOnFocus: {
|
|
1371
|
-
type: import("vue").PropType<boolean | undefined>;
|
|
1372
|
-
default: undefined;
|
|
1373
|
-
};
|
|
1374
|
-
closeOnContentClick: {
|
|
1375
|
-
type: import("vue").PropType<boolean>;
|
|
1376
|
-
default: boolean;
|
|
1377
|
-
};
|
|
1378
|
-
attach: {
|
|
1379
|
-
type: import("vue").PropType<string | boolean | Element>;
|
|
1380
|
-
default: boolean;
|
|
1381
|
-
};
|
|
1382
|
-
contained: {
|
|
1383
|
-
type: import("vue").PropType<boolean>;
|
|
1384
|
-
default: boolean;
|
|
1385
|
-
};
|
|
1386
|
-
disabled: {
|
|
1387
|
-
type: import("vue").PropType<boolean>;
|
|
1388
|
-
default: boolean;
|
|
1389
|
-
};
|
|
1390
|
-
persistent: {
|
|
1391
|
-
type: import("vue").PropType<boolean>;
|
|
1392
|
-
default: boolean;
|
|
1393
|
-
};
|
|
1394
|
-
scrim: {
|
|
1395
|
-
type: import("vue").PropType<string | boolean>;
|
|
1396
|
-
default: boolean;
|
|
1397
|
-
};
|
|
1398
|
-
modelValue: {
|
|
1399
|
-
type: import("vue").PropType<boolean>; /**
|
|
1400
|
-
* Событие выбора всех элементов
|
|
1401
|
-
* @type { boolean }
|
|
1402
|
-
*/
|
|
1403
|
-
default: boolean;
|
|
1404
|
-
};
|
|
1405
|
-
closeOnBack: {
|
|
1406
|
-
type: import("vue").PropType<boolean>;
|
|
1407
|
-
default: boolean;
|
|
1408
|
-
};
|
|
1409
|
-
zIndex: {
|
|
1410
|
-
type: import("vue").PropType<string | number>;
|
|
1411
|
-
default: number;
|
|
1412
|
-
};
|
|
1413
|
-
contentClasses: {
|
|
1414
|
-
type: import("vue").PropType<string | string[] | Record<string, boolean>>;
|
|
1415
|
-
default: null;
|
|
1416
|
-
};
|
|
1417
|
-
contentProps: {
|
|
1418
|
-
type: import("vue").PropType<Record<string, unknown>>;
|
|
1419
|
-
default: () => {};
|
|
1420
|
-
};
|
|
1421
|
-
absolute: {
|
|
1422
|
-
type: import("vue").PropType<boolean>;
|
|
1423
|
-
default: boolean;
|
|
1424
|
-
};
|
|
1425
|
-
}>> & {
|
|
1426
|
-
onAfterLeave?: (() => any) | undefined;
|
|
1427
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1428
|
-
"onClick:outside"?: ((event: MouseEvent) => any) | undefined;
|
|
1429
|
-
}, {
|
|
1430
|
-
disabled: boolean;
|
|
1431
|
-
location: import('../../utils').TAnchor;
|
|
1432
|
-
transition: string | boolean | (import("vue").TransitionProps & {
|
|
1433
|
-
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
1434
|
-
});
|
|
1435
|
-
origin: import('../../utils').TAnchor | "auto" | "overlap";
|
|
1436
|
-
modelValue: boolean;
|
|
1437
|
-
attach: string | boolean | Element;
|
|
1438
|
-
contained: boolean;
|
|
1439
|
-
persistent: boolean;
|
|
1440
|
-
scrim: string | boolean;
|
|
1441
|
-
closeOnBack: boolean;
|
|
1442
|
-
zIndex: string | number;
|
|
1443
|
-
contentClasses: string | string[] | Record<string, boolean>;
|
|
1444
|
-
contentProps: Record<string, unknown>;
|
|
1445
|
-
activator: string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element;
|
|
1446
|
-
activatorProps: Record<string, any>;
|
|
1447
|
-
openOnClick: boolean | undefined;
|
|
1448
|
-
openOnHover: boolean;
|
|
1449
|
-
openOnFocus: boolean | undefined;
|
|
1450
|
-
closeOnContentClick: boolean;
|
|
1451
|
-
closeDelay: string | number;
|
|
1452
|
-
openDelay: string | number;
|
|
1453
|
-
locationStrategy: "static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
1454
|
-
updateLocation: (event: Event) => void;
|
|
1455
|
-
} | undefined);
|
|
1456
|
-
offset: string | number | number[];
|
|
1457
|
-
scrollStrategy: "none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void);
|
|
1458
|
-
eager: boolean;
|
|
1459
|
-
height: string | number;
|
|
1460
|
-
width: string | number;
|
|
1461
|
-
maxHeight: string | number;
|
|
1462
|
-
maxWidth: string | number;
|
|
1463
|
-
minHeight: string | number;
|
|
1464
|
-
minWidth: string | number;
|
|
1465
|
-
absolute: boolean;
|
|
1466
|
-
}> | undefined>;
|
|
1467
|
-
openChildren: import("vue").Ref<number>;
|
|
1468
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1288
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1469
1289
|
'update:modelValue': (value: boolean) => true;
|
|
1470
1290
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1291
|
+
theme: {
|
|
1292
|
+
type: import("vue").PropType<string>;
|
|
1293
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
1294
|
+
default: undefined;
|
|
1295
|
+
};
|
|
1471
1296
|
transition: {
|
|
1472
1297
|
type: import("vue").PropType<string | boolean | (import("vue").TransitionProps & {
|
|
1473
1298
|
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
@@ -1516,10 +1341,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1516
1341
|
updateLocation: (event: Event) => void;
|
|
1517
1342
|
} | undefined)>;
|
|
1518
1343
|
default: string;
|
|
1519
|
-
validator: (value: any) => boolean;
|
|
1520
|
-
* Событие выбора всех элементов
|
|
1521
|
-
* @type { boolean }
|
|
1522
|
-
*/
|
|
1344
|
+
validator: (value: any) => boolean;
|
|
1523
1345
|
}, "default" | "type"> & {
|
|
1524
1346
|
type: import("vue").PropType<NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
1525
1347
|
updateLocation: (event: Event) => void;
|
|
@@ -1605,10 +1427,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1605
1427
|
default: NonNullable<string | boolean>;
|
|
1606
1428
|
};
|
|
1607
1429
|
modelValue: {
|
|
1608
|
-
type: import("vue").PropType<boolean>;
|
|
1609
|
-
* Событие выбора всех элементов
|
|
1610
|
-
* @type { boolean }
|
|
1611
|
-
*/
|
|
1430
|
+
type: import("vue").PropType<boolean>;
|
|
1612
1431
|
default: boolean;
|
|
1613
1432
|
};
|
|
1614
1433
|
closeOnBack: {
|
|
@@ -1627,6 +1446,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1627
1446
|
type: import("vue").PropType<Record<string, unknown>>;
|
|
1628
1447
|
default: () => {};
|
|
1629
1448
|
};
|
|
1449
|
+
noClickAnimation: {
|
|
1450
|
+
type: import("vue").PropType<boolean>;
|
|
1451
|
+
default: boolean;
|
|
1452
|
+
};
|
|
1630
1453
|
id: {
|
|
1631
1454
|
type: import("vue").PropType<string>;
|
|
1632
1455
|
default: undefined;
|
|
@@ -1635,13 +1458,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1635
1458
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1636
1459
|
}, {
|
|
1637
1460
|
disabled: boolean;
|
|
1461
|
+
theme: string;
|
|
1462
|
+
id: string;
|
|
1638
1463
|
location: import('../../utils').TAnchor;
|
|
1464
|
+
modelValue: boolean;
|
|
1465
|
+
eager: boolean;
|
|
1639
1466
|
transition: string | boolean | (import("vue").TransitionProps & {
|
|
1640
1467
|
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
1641
1468
|
});
|
|
1642
|
-
origin: import('../../utils').TAnchor | "auto" | "overlap";
|
|
1643
|
-
id: string;
|
|
1644
|
-
modelValue: boolean;
|
|
1645
1469
|
attach: string | boolean | Element;
|
|
1646
1470
|
contained: boolean;
|
|
1647
1471
|
persistent: boolean;
|
|
@@ -1650,6 +1474,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1650
1474
|
zIndex: string | number;
|
|
1651
1475
|
contentClasses: string | string[] | Record<string, boolean>;
|
|
1652
1476
|
contentProps: Record<string, unknown>;
|
|
1477
|
+
noClickAnimation: boolean;
|
|
1653
1478
|
activator: string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element;
|
|
1654
1479
|
activatorProps: Record<string, any>;
|
|
1655
1480
|
openOnClick: boolean | undefined;
|
|
@@ -1661,9 +1486,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1661
1486
|
locationStrategy: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
1662
1487
|
updateLocation: (event: Event) => void;
|
|
1663
1488
|
} | undefined)>;
|
|
1489
|
+
origin: import('../../utils').TAnchor | "auto" | "overlap";
|
|
1664
1490
|
offset: string | number | number[];
|
|
1665
1491
|
scrollStrategy: NonNullable<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
|
|
1666
|
-
eager: boolean;
|
|
1667
1492
|
height: string | number;
|
|
1668
1493
|
width: string | number;
|
|
1669
1494
|
maxHeight: string | number;
|
|
@@ -1672,6 +1497,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1672
1497
|
minWidth: string | number;
|
|
1673
1498
|
}> | undefined>;
|
|
1674
1499
|
listRef: import("vue").Ref<import("vue").DefineComponent<{
|
|
1500
|
+
theme: {
|
|
1501
|
+
type: import("vue").PropType<string>;
|
|
1502
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
1503
|
+
default: undefined;
|
|
1504
|
+
};
|
|
1675
1505
|
selectStrategy: {
|
|
1676
1506
|
type: import("vue").PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
|
|
1677
1507
|
default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
|
|
@@ -1719,7 +1549,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1719
1549
|
};
|
|
1720
1550
|
itemChildren: {
|
|
1721
1551
|
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
1722
|
-
default: string;
|
|
1552
|
+
default: string; /**
|
|
1553
|
+
* Событие при изменении значения (v-model)
|
|
1554
|
+
* @type { any }
|
|
1555
|
+
*/
|
|
1723
1556
|
};
|
|
1724
1557
|
itemProps: {
|
|
1725
1558
|
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
@@ -1733,11 +1566,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1733
1566
|
type: import("vue").PropType<false | "one" | "two" | "three">;
|
|
1734
1567
|
default: string;
|
|
1735
1568
|
};
|
|
1736
|
-
}, {
|
|
1737
|
-
open: (id: unknown, value: boolean, event?: Event | undefined) => void;
|
|
1738
|
-
select: (id: unknown, value: boolean, event?: Event | undefined) => void;
|
|
1739
|
-
focus: (location?: import("../CdsList/composable").TFocusLocation | undefined) => void;
|
|
1740
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1569
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1741
1570
|
'update:selected': (value: unknown[]) => boolean;
|
|
1742
1571
|
'update:opened': (value: unknown[]) => boolean;
|
|
1743
1572
|
'click:open': (value: {
|
|
@@ -1748,11 +1577,19 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1748
1577
|
}) => boolean;
|
|
1749
1578
|
'click:select': (value: {
|
|
1750
1579
|
id: unknown;
|
|
1751
|
-
value: boolean;
|
|
1580
|
+
value: boolean; /**
|
|
1581
|
+
* Событие выбора всех элементов
|
|
1582
|
+
* @type { boolean }
|
|
1583
|
+
*/
|
|
1752
1584
|
path: unknown[];
|
|
1753
1585
|
event: Event;
|
|
1754
1586
|
}) => boolean;
|
|
1755
1587
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1588
|
+
theme: {
|
|
1589
|
+
type: import("vue").PropType<string>;
|
|
1590
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
1591
|
+
default: undefined;
|
|
1592
|
+
};
|
|
1756
1593
|
selectStrategy: {
|
|
1757
1594
|
type: import("vue").PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
|
|
1758
1595
|
default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
|
|
@@ -1800,7 +1637,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1800
1637
|
};
|
|
1801
1638
|
itemChildren: {
|
|
1802
1639
|
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
1803
|
-
default: string;
|
|
1640
|
+
default: string; /**
|
|
1641
|
+
* Событие при изменении значения (v-model)
|
|
1642
|
+
* @type { any }
|
|
1643
|
+
*/
|
|
1804
1644
|
};
|
|
1805
1645
|
itemProps: {
|
|
1806
1646
|
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
@@ -1825,29 +1665,37 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1825
1665
|
}) => any) | undefined;
|
|
1826
1666
|
"onClick:select"?: ((value: {
|
|
1827
1667
|
id: unknown;
|
|
1828
|
-
value: boolean;
|
|
1668
|
+
value: boolean; /**
|
|
1669
|
+
* Событие выбора всех элементов
|
|
1670
|
+
* @type { boolean }
|
|
1671
|
+
*/
|
|
1829
1672
|
path: unknown[];
|
|
1830
1673
|
event: Event;
|
|
1831
1674
|
}) => any) | undefined;
|
|
1832
1675
|
}, {
|
|
1833
|
-
dark: boolean;
|
|
1834
|
-
required: boolean;
|
|
1835
|
-
disabled: boolean;
|
|
1836
|
-
tag: string;
|
|
1837
1676
|
items: any[];
|
|
1838
1677
|
itemTitle: import("../../composable").TItemKey;
|
|
1839
1678
|
itemValue: import("../../composable").TItemKey;
|
|
1840
1679
|
itemChildren: import("../../composable").TItemKey;
|
|
1841
1680
|
itemProps: import("../../composable").TItemKey;
|
|
1842
1681
|
returnObject: boolean;
|
|
1682
|
+
tag: string;
|
|
1843
1683
|
size: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
1684
|
+
disabled: boolean;
|
|
1685
|
+
dark: boolean;
|
|
1686
|
+
required: boolean;
|
|
1844
1687
|
selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
|
|
1845
1688
|
openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
|
|
1689
|
+
theme: string;
|
|
1846
1690
|
lines: false | "one" | "two" | "three";
|
|
1847
1691
|
}> | undefined>;
|
|
1848
1692
|
inputProps: import("vue").Ref<{
|
|
1849
|
-
readonly
|
|
1850
|
-
readonly
|
|
1693
|
+
readonly multiple?: boolean | undefined;
|
|
1694
|
+
readonly openOnClear?: boolean | undefined;
|
|
1695
|
+
readonly hideSelected?: boolean | undefined;
|
|
1696
|
+
readonly hideNoData?: boolean | undefined;
|
|
1697
|
+
readonly isSelectAll?: boolean | undefined;
|
|
1698
|
+
readonly ellipsis?: boolean | undefined;
|
|
1851
1699
|
readonly items?: any[] | undefined;
|
|
1852
1700
|
readonly itemTitle?: import("../../composable").TItemKey | undefined;
|
|
1853
1701
|
readonly itemValue?: import("../../composable").TItemKey | undefined;
|
|
@@ -1856,9 +1704,31 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1856
1704
|
readonly itemProps?: import("../../composable").TItemKey | undefined;
|
|
1857
1705
|
readonly returnObject?: boolean | undefined;
|
|
1858
1706
|
readonly size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
1707
|
+
readonly disabled?: boolean | undefined;
|
|
1708
|
+
readonly type?: "number" | "password" | "text" | "email" | "tel" | "url" | undefined;
|
|
1709
|
+
readonly menuIcon?: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
|
|
1859
1710
|
readonly error?: boolean | undefined;
|
|
1860
|
-
readonly
|
|
1711
|
+
readonly active?: boolean | undefined;
|
|
1712
|
+
readonly autofocus?: boolean | undefined;
|
|
1713
|
+
readonly counter?: boolean | undefined;
|
|
1714
|
+
readonly clearable?: boolean | undefined;
|
|
1715
|
+
readonly persistentClearable?: boolean | undefined;
|
|
1716
|
+
readonly messages?: string | string[] | undefined;
|
|
1717
|
+
readonly persistentMessages?: boolean | undefined;
|
|
1718
|
+
readonly errorMessages?: string | string[] | undefined;
|
|
1719
|
+
readonly maxErrors?: string | number | undefined;
|
|
1720
|
+
readonly rules?: (import("../../composable").TValidationResult | ((value: any) => import("../../composable").TValidationResult) | ((value: any) => PromiseLike<import("../../composable").TValidationResult>) | {
|
|
1721
|
+
then: <TResult1 = import("../../composable").TValidationResult, TResult2 = never>(onfulfilled?: ((value: import("../../composable").TValidationResult) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | null | undefined) => PromiseLike<TResult1 | TResult2>;
|
|
1722
|
+
})[] | undefined;
|
|
1723
|
+
readonly modelValue?: any;
|
|
1724
|
+
readonly validateOn?: "input" | "blur" | "submit" | undefined;
|
|
1725
|
+
readonly hideMessages?: boolean | undefined;
|
|
1726
|
+
readonly eager?: boolean | undefined;
|
|
1861
1727
|
readonly loading?: boolean | undefined;
|
|
1728
|
+
readonly focused?: boolean | undefined;
|
|
1729
|
+
readonly readonly?: boolean | undefined;
|
|
1730
|
+
readonly menuProps?: any;
|
|
1731
|
+
readonly menuHeight?: string | number | undefined;
|
|
1862
1732
|
readonly transition?: string | boolean | {
|
|
1863
1733
|
name?: string | undefined;
|
|
1864
1734
|
type?: ("transition" | "animation") | undefined;
|
|
@@ -2013,51 +1883,117 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2013
1883
|
beforeRouteLeave?: import("vue-router").NavigationGuard | undefined;
|
|
2014
1884
|
} | undefined;
|
|
2015
1885
|
} | undefined;
|
|
2016
|
-
readonly
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
1886
|
+
readonly listProps?: {
|
|
1887
|
+
items?: any[] | undefined;
|
|
1888
|
+
itemTitle?: import("../../composable").TItemKey | undefined;
|
|
1889
|
+
itemValue?: import("../../composable").TItemKey | undefined;
|
|
1890
|
+
itemChildren?: import("../../composable").TItemKey | undefined;
|
|
1891
|
+
itemProps?: import("../../composable").TItemKey | undefined;
|
|
1892
|
+
returnObject?: boolean | undefined;
|
|
1893
|
+
tag?: string | undefined;
|
|
1894
|
+
size?: NonNullable<"xs" | "sm" | "md" | "lg" | "xl"> | undefined;
|
|
1895
|
+
disabled?: boolean | undefined;
|
|
1896
|
+
dark?: boolean | undefined;
|
|
1897
|
+
required?: boolean | undefined;
|
|
1898
|
+
selectStrategy?: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp> | undefined;
|
|
1899
|
+
openStrategy?: "multiple" | "single" | "list" | {
|
|
1900
|
+
open: import("../../composable/nested/openStrategies").TOpenStrategyFn;
|
|
1901
|
+
select: import("../../composable/nested/openStrategies").TOpenSelectStrategyFn;
|
|
1902
|
+
} | undefined;
|
|
1903
|
+
readonly opened?: unknown[] | undefined;
|
|
1904
|
+
readonly selected?: unknown[] | undefined;
|
|
1905
|
+
theme?: string | undefined;
|
|
1906
|
+
"onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
|
|
1907
|
+
"onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
|
|
1908
|
+
"onClick:open"?: ((value: {
|
|
1909
|
+
id: unknown;
|
|
1910
|
+
value: boolean;
|
|
1911
|
+
path: unknown[];
|
|
1912
|
+
event: Event;
|
|
1913
|
+
}) => any) | undefined;
|
|
1914
|
+
"onClick:select"?: ((value: {
|
|
1915
|
+
id: unknown;
|
|
1916
|
+
value: boolean; /**
|
|
1917
|
+
* Событие выбора всех элементов
|
|
1918
|
+
* @type { boolean }
|
|
1919
|
+
*/
|
|
1920
|
+
path: unknown[];
|
|
1921
|
+
event: Event;
|
|
1922
|
+
}) => any) | undefined;
|
|
1923
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
|
1924
|
+
} | undefined;
|
|
2042
1925
|
readonly description?: string | undefined;
|
|
2043
|
-
readonly
|
|
2044
|
-
readonly
|
|
2045
|
-
readonly appendIcon?: "link" | "filters" | "search" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
|
|
1926
|
+
readonly theme?: string | undefined;
|
|
1927
|
+
readonly name?: string | undefined;
|
|
2046
1928
|
readonly id?: string | undefined;
|
|
2047
|
-
readonly
|
|
2048
|
-
readonly validationValue?: any;
|
|
2049
|
-
readonly 'onClick:prepend'?: ((...args: any[]) => any) | undefined;
|
|
2050
|
-
readonly 'onClick:append'?: ((...args: any[]) => any) | undefined;
|
|
1929
|
+
readonly menu?: boolean | undefined;
|
|
2051
1930
|
readonly prefix?: string | undefined;
|
|
2052
1931
|
readonly suffix?: string | undefined;
|
|
2053
|
-
readonly prependInnerIcon?: "link" | "
|
|
2054
|
-
readonly appendInnerIcon?: "link" | "
|
|
1932
|
+
readonly prependInnerIcon?: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
|
|
1933
|
+
readonly appendInnerIcon?: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
|
|
1934
|
+
readonly role?: string | undefined;
|
|
2055
1935
|
readonly placeholder?: string | undefined;
|
|
2056
1936
|
readonly limit?: number | undefined;
|
|
2057
1937
|
readonly 'onClick:prependInner'?: ((...args: any[]) => any) | undefined;
|
|
2058
1938
|
readonly 'onClick:appendInner'?: ((...args: any[]) => any) | undefined;
|
|
2059
|
-
readonly
|
|
1939
|
+
readonly label?: string | undefined;
|
|
1940
|
+
readonly validationValue?: any;
|
|
1941
|
+
readonly locale?: "ru" | "en" | {
|
|
1942
|
+
notification: {
|
|
1943
|
+
closeLabel?: string | undefined;
|
|
1944
|
+
};
|
|
1945
|
+
table: {
|
|
1946
|
+
filterTitle?: string | undefined;
|
|
1947
|
+
filterConfirm?: any;
|
|
1948
|
+
filterReset?: any;
|
|
1949
|
+
filterEmptyText?: any;
|
|
1950
|
+
filterCheckAll?: any;
|
|
1951
|
+
filterSearchPlaceholder?: any;
|
|
1952
|
+
emptyText?: any;
|
|
1953
|
+
selectAll?: any;
|
|
1954
|
+
selectNone?: any;
|
|
1955
|
+
selectInvert?: any;
|
|
1956
|
+
selectionAll?: any;
|
|
1957
|
+
sortTitle?: string | undefined;
|
|
1958
|
+
expand?: string | undefined;
|
|
1959
|
+
collapse?: string | undefined;
|
|
1960
|
+
triggerDesc?: string | undefined;
|
|
1961
|
+
triggerAsc?: string | undefined;
|
|
1962
|
+
cancelSort?: string | undefined;
|
|
1963
|
+
};
|
|
1964
|
+
date: {
|
|
1965
|
+
days: string[];
|
|
1966
|
+
daysShort: string[];
|
|
1967
|
+
months: string[];
|
|
1968
|
+
monthsLong: string[];
|
|
1969
|
+
monthsShort: string[];
|
|
1970
|
+
firstDayOfWeek: number;
|
|
1971
|
+
format24h: boolean;
|
|
1972
|
+
pluralDay: (day?: number | undefined) => string;
|
|
1973
|
+
};
|
|
1974
|
+
container: {
|
|
1975
|
+
prev?: string | undefined;
|
|
1976
|
+
next?: string | undefined;
|
|
1977
|
+
};
|
|
1978
|
+
uploader: {
|
|
1979
|
+
uploading?: string | undefined;
|
|
1980
|
+
uploadFile?: string | undefined;
|
|
1981
|
+
downloadFile?: string | undefined;
|
|
1982
|
+
removeFile?: string | undefined;
|
|
1983
|
+
uploadError?: string | undefined;
|
|
1984
|
+
previewFile?: string | undefined;
|
|
1985
|
+
};
|
|
1986
|
+
dropdown: {
|
|
1987
|
+
noData: string;
|
|
1988
|
+
selectAll: string;
|
|
1989
|
+
};
|
|
1990
|
+
} | undefined;
|
|
1991
|
+
readonly prependIcon?: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
|
|
1992
|
+
readonly appendIcon?: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube" | undefined;
|
|
1993
|
+
readonly 'onClick:prepend'?: ((...args: any[]) => any) | undefined;
|
|
1994
|
+
readonly 'onClick:append'?: ((...args: any[]) => any) | undefined;
|
|
2060
1995
|
readonly "onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
1996
|
+
readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
2061
1997
|
readonly "onUpdate:menu"?: ((value: boolean) => any) | undefined;
|
|
2062
1998
|
readonly "onUpdate:selectedAll"?: ((value: boolean) => any) | undefined;
|
|
2063
1999
|
}>;
|
|
@@ -2072,7 +2008,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2072
2008
|
[x: string]: number | boolean | undefined;
|
|
2073
2009
|
'cds-dropdown--active-menu': boolean | undefined;
|
|
2074
2010
|
'cds-dropdown--selected': number;
|
|
2011
|
+
'cds-dropdown--ellipsis': boolean;
|
|
2075
2012
|
}>;
|
|
2013
|
+
dropdownLocale: {
|
|
2014
|
+
noData: string;
|
|
2015
|
+
selectAll: string;
|
|
2016
|
+
};
|
|
2076
2017
|
select: (item: IInternalItem) => void;
|
|
2077
2018
|
selectAll: () => void;
|
|
2078
2019
|
mergeItemProps: (item: IInternalItem) => {
|
|
@@ -2107,6 +2048,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2107
2048
|
*/
|
|
2108
2049
|
'update:selectedAll': (value: boolean) => true;
|
|
2109
2050
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2051
|
+
theme: {
|
|
2052
|
+
type: import("vue").PropType<string>;
|
|
2053
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
2054
|
+
default: undefined;
|
|
2055
|
+
};
|
|
2110
2056
|
transition: {
|
|
2111
2057
|
type: import("vue").PropType<string | boolean | (import("vue").TransitionProps & {
|
|
2112
2058
|
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
@@ -2128,7 +2074,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2128
2074
|
};
|
|
2129
2075
|
itemChildren: {
|
|
2130
2076
|
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
2131
|
-
default: string;
|
|
2077
|
+
default: string; /**
|
|
2078
|
+
* Событие при изменении значения (v-model)
|
|
2079
|
+
* @type { any }
|
|
2080
|
+
*/
|
|
2132
2081
|
};
|
|
2133
2082
|
itemProps: {
|
|
2134
2083
|
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
@@ -2172,15 +2121,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2172
2121
|
type: import("vue").PropType<string | number>;
|
|
2173
2122
|
default: number;
|
|
2174
2123
|
};
|
|
2124
|
+
locale: {
|
|
2125
|
+
type: import("vue").PropType<"ru" | "en" | import("../../locale").ILocale>;
|
|
2126
|
+
default: undefined;
|
|
2127
|
+
};
|
|
2175
2128
|
eager: {
|
|
2176
2129
|
type: import("vue").PropType<boolean>;
|
|
2177
2130
|
default: boolean;
|
|
2178
2131
|
};
|
|
2179
2132
|
'onClick:prepend': {
|
|
2180
|
-
type: import("vue").PropType<(...args: any[]) => any>;
|
|
2181
|
-
* Событие при фокусе
|
|
2182
|
-
* @type { boolean }
|
|
2183
|
-
*/
|
|
2133
|
+
type: import("vue").PropType<(...args: any[]) => any>;
|
|
2184
2134
|
default: undefined;
|
|
2185
2135
|
};
|
|
2186
2136
|
'onClick:append': {
|
|
@@ -2188,14 +2138,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2188
2138
|
default: undefined;
|
|
2189
2139
|
};
|
|
2190
2140
|
prependIcon: {
|
|
2191
|
-
type: import("vue").PropType<"link" | "
|
|
2141
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
2192
2142
|
default: undefined;
|
|
2193
|
-
validator: (value: "link" | "
|
|
2143
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
2194
2144
|
};
|
|
2195
2145
|
appendIcon: {
|
|
2196
|
-
type: import("vue").PropType<"link" | "
|
|
2146
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
2197
2147
|
default: undefined;
|
|
2198
|
-
validator: (value: "link" | "
|
|
2148
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
2199
2149
|
};
|
|
2200
2150
|
error: {
|
|
2201
2151
|
type: import("vue").PropType<boolean>;
|
|
@@ -2252,15 +2202,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2252
2202
|
default: null;
|
|
2253
2203
|
};
|
|
2254
2204
|
messages: {
|
|
2255
|
-
/**
|
|
2256
|
-
* Событие при фокусе
|
|
2257
|
-
* @type { boolean }
|
|
2258
|
-
*/
|
|
2259
2205
|
type: import("vue").PropType<string | string[]>;
|
|
2260
2206
|
default: () => never[];
|
|
2261
2207
|
};
|
|
2262
2208
|
persistentMessages: {
|
|
2263
|
-
type: import("vue").PropType<boolean>;
|
|
2209
|
+
type: import("vue").PropType<boolean>; /**
|
|
2210
|
+
* Событие при изменении значения (v-model)
|
|
2211
|
+
* @type { any }
|
|
2212
|
+
*/
|
|
2264
2213
|
default: boolean;
|
|
2265
2214
|
};
|
|
2266
2215
|
active: {
|
|
@@ -2280,19 +2229,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2280
2229
|
default: undefined;
|
|
2281
2230
|
};
|
|
2282
2231
|
prependInnerIcon: {
|
|
2283
|
-
type: import("vue").PropType<"link" | "
|
|
2232
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
2284
2233
|
default: undefined;
|
|
2285
|
-
validator: (value: "link" | "
|
|
2234
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
2286
2235
|
};
|
|
2287
2236
|
appendInnerIcon: {
|
|
2288
|
-
type: import("vue").PropType<"link" | "
|
|
2237
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
2289
2238
|
default: undefined;
|
|
2290
|
-
validator: (value: "link" | "
|
|
2239
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
2291
2240
|
};
|
|
2292
2241
|
type: {
|
|
2293
|
-
type: import("vue").PropType<"number" | "
|
|
2242
|
+
type: import("vue").PropType<"number" | "password" | "text" | "email" | "tel" | "url">;
|
|
2294
2243
|
default: string;
|
|
2295
|
-
validator: (value: "number" | "
|
|
2244
|
+
validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
|
|
2245
|
+
};
|
|
2246
|
+
role: {
|
|
2247
|
+
type: import("vue").PropType<string>;
|
|
2248
|
+
default: undefined;
|
|
2296
2249
|
};
|
|
2297
2250
|
placeholder: {
|
|
2298
2251
|
type: import("vue").PropType<string>;
|
|
@@ -2310,6 +2263,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2310
2263
|
type: import("vue").PropType<boolean>;
|
|
2311
2264
|
default: boolean;
|
|
2312
2265
|
};
|
|
2266
|
+
persistentClearable: {
|
|
2267
|
+
type: import("vue").PropType<boolean>;
|
|
2268
|
+
default: boolean;
|
|
2269
|
+
};
|
|
2313
2270
|
'onClick:prependInner': {
|
|
2314
2271
|
type: import("vue").PropType<(...args: any[]) => any>;
|
|
2315
2272
|
default: undefined;
|
|
@@ -2330,10 +2287,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2330
2287
|
type: import("vue").PropType<boolean>;
|
|
2331
2288
|
default: boolean;
|
|
2332
2289
|
};
|
|
2333
|
-
noDataText: {
|
|
2334
|
-
type: import("vue").PropType<string>;
|
|
2335
|
-
default: string;
|
|
2336
|
-
};
|
|
2337
2290
|
hideNoData: {
|
|
2338
2291
|
type: import("vue").PropType<boolean>;
|
|
2339
2292
|
default: boolean;
|
|
@@ -2342,20 +2295,240 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2342
2295
|
type: import("vue").PropType<boolean>;
|
|
2343
2296
|
default: boolean;
|
|
2344
2297
|
};
|
|
2345
|
-
|
|
2346
|
-
type: import("vue").PropType<
|
|
2298
|
+
ellipsis: {
|
|
2299
|
+
type: import("vue").PropType<boolean>;
|
|
2300
|
+
default: boolean;
|
|
2301
|
+
};
|
|
2302
|
+
listProps: {
|
|
2303
|
+
type: import("vue").PropType<Omit<Partial<{
|
|
2304
|
+
items: any[];
|
|
2305
|
+
itemTitle: import("../../composable").TItemKey;
|
|
2306
|
+
itemValue: import("../../composable").TItemKey;
|
|
2307
|
+
itemChildren: import("../../composable").TItemKey;
|
|
2308
|
+
itemProps: import("../../composable").TItemKey;
|
|
2309
|
+
returnObject: boolean;
|
|
2310
|
+
tag: string;
|
|
2311
|
+
size: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
2312
|
+
disabled: boolean;
|
|
2313
|
+
dark: boolean;
|
|
2314
|
+
required: boolean;
|
|
2315
|
+
selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
|
|
2316
|
+
openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
|
|
2317
|
+
theme: string;
|
|
2318
|
+
lines: false | "one" | "two" | "three";
|
|
2319
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2320
|
+
theme: {
|
|
2321
|
+
type: import("vue").PropType<string>;
|
|
2322
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
2323
|
+
default: undefined;
|
|
2324
|
+
};
|
|
2325
|
+
selectStrategy: {
|
|
2326
|
+
type: import("vue").PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
|
|
2327
|
+
default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
|
|
2328
|
+
};
|
|
2329
|
+
openStrategy: {
|
|
2330
|
+
type: import("vue").PropType<NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>>;
|
|
2331
|
+
default: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
|
|
2332
|
+
};
|
|
2333
|
+
opened: import("vue").PropType<unknown[]>;
|
|
2334
|
+
selected: import("vue").PropType<unknown[]>;
|
|
2335
|
+
required: BooleanConstructor;
|
|
2336
|
+
dark: {
|
|
2337
|
+
type: import("vue").PropType<boolean>;
|
|
2338
|
+
default: boolean;
|
|
2339
|
+
};
|
|
2340
|
+
disabled: {
|
|
2341
|
+
type: import("vue").PropType<boolean>;
|
|
2342
|
+
default: boolean;
|
|
2343
|
+
};
|
|
2344
|
+
size: Omit<{
|
|
2345
|
+
type: import("vue").PropType<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
2346
|
+
default: string;
|
|
2347
|
+
available: readonly ["xs", "sm", "md", "lg", "xl"];
|
|
2348
|
+
validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
|
|
2349
|
+
}, "default" | "type"> & {
|
|
2350
|
+
type: import("vue").PropType<NonNullable<"xs" | "sm" | "md" | "lg" | "xl">>;
|
|
2351
|
+
default: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
2352
|
+
};
|
|
2353
|
+
tag: {
|
|
2354
|
+
type: import("vue").PropType<string>;
|
|
2355
|
+
default: string;
|
|
2356
|
+
description: string;
|
|
2357
|
+
};
|
|
2358
|
+
items: {
|
|
2359
|
+
type: import("vue").PropType<any[]>;
|
|
2360
|
+
default: () => never[];
|
|
2361
|
+
};
|
|
2362
|
+
itemTitle: {
|
|
2363
|
+
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
2364
|
+
default: string;
|
|
2365
|
+
};
|
|
2366
|
+
itemValue: {
|
|
2367
|
+
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
2368
|
+
default: string;
|
|
2369
|
+
};
|
|
2370
|
+
itemChildren: {
|
|
2371
|
+
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
2372
|
+
default: string; /**
|
|
2373
|
+
* Событие при изменении значения (v-model)
|
|
2374
|
+
* @type { any }
|
|
2375
|
+
*/
|
|
2376
|
+
};
|
|
2377
|
+
itemProps: {
|
|
2378
|
+
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
2379
|
+
default: string;
|
|
2380
|
+
};
|
|
2381
|
+
returnObject: {
|
|
2382
|
+
type: import("vue").PropType<boolean>;
|
|
2383
|
+
default: boolean;
|
|
2384
|
+
};
|
|
2385
|
+
lines: {
|
|
2386
|
+
type: import("vue").PropType<false | "one" | "two" | "three">;
|
|
2387
|
+
default: string;
|
|
2388
|
+
};
|
|
2389
|
+
}>> & {
|
|
2390
|
+
"onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
|
|
2391
|
+
"onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
|
|
2392
|
+
"onClick:open"?: ((value: {
|
|
2393
|
+
id: unknown;
|
|
2394
|
+
value: boolean;
|
|
2395
|
+
path: unknown[];
|
|
2396
|
+
event: Event;
|
|
2397
|
+
}) => any) | undefined;
|
|
2398
|
+
"onClick:select"?: ((value: {
|
|
2399
|
+
id: unknown;
|
|
2400
|
+
value: boolean; /**
|
|
2401
|
+
* Событие выбора всех элементов
|
|
2402
|
+
* @type { boolean }
|
|
2403
|
+
*/
|
|
2404
|
+
path: unknown[];
|
|
2405
|
+
event: Event;
|
|
2406
|
+
}) => any) | undefined;
|
|
2407
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "items" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "tag" | "size" | "disabled" | "dark" | "required" | "selectStrategy" | "openStrategy" | "theme" | "lines">, keyof import("vue").VNodeProps | keyof import("vue").AllowedComponentProps>>;
|
|
2408
|
+
default: undefined;
|
|
2409
|
+
};
|
|
2410
|
+
menuIcon: {
|
|
2411
|
+
type: import("vue").PropType<"search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
2347
2412
|
default: string;
|
|
2413
|
+
validator: (value: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
2348
2414
|
};
|
|
2349
2415
|
}>> & {
|
|
2350
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
2351
2416
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
2417
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
2352
2418
|
"onUpdate:menu"?: ((value: boolean) => any) | undefined;
|
|
2353
2419
|
"onUpdate:selectedAll"?: ((value: boolean) => any) | undefined;
|
|
2354
2420
|
}, {
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2421
|
+
multiple: boolean;
|
|
2422
|
+
openOnClear: boolean;
|
|
2423
|
+
hideSelected: boolean;
|
|
2424
|
+
hideNoData: boolean;
|
|
2425
|
+
isSelectAll: boolean;
|
|
2426
|
+
ellipsis: boolean;
|
|
2427
|
+
listProps: Omit<Partial<{
|
|
2428
|
+
items: any[];
|
|
2429
|
+
itemTitle: import("../../composable").TItemKey;
|
|
2430
|
+
itemValue: import("../../composable").TItemKey;
|
|
2431
|
+
itemChildren: import("../../composable").TItemKey;
|
|
2432
|
+
itemProps: import("../../composable").TItemKey;
|
|
2433
|
+
returnObject: boolean;
|
|
2434
|
+
tag: string;
|
|
2435
|
+
size: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
2436
|
+
disabled: boolean;
|
|
2437
|
+
dark: boolean;
|
|
2438
|
+
required: boolean;
|
|
2439
|
+
selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
|
|
2440
|
+
openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
|
|
2441
|
+
theme: string;
|
|
2442
|
+
lines: false | "one" | "two" | "three";
|
|
2443
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2444
|
+
theme: {
|
|
2445
|
+
type: import("vue").PropType<string>;
|
|
2446
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
2447
|
+
default: undefined;
|
|
2448
|
+
};
|
|
2449
|
+
selectStrategy: {
|
|
2450
|
+
type: import("vue").PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
|
|
2451
|
+
default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
|
|
2452
|
+
};
|
|
2453
|
+
openStrategy: {
|
|
2454
|
+
type: import("vue").PropType<NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>>;
|
|
2455
|
+
default: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
|
|
2456
|
+
};
|
|
2457
|
+
opened: import("vue").PropType<unknown[]>;
|
|
2458
|
+
selected: import("vue").PropType<unknown[]>;
|
|
2459
|
+
required: BooleanConstructor;
|
|
2460
|
+
dark: {
|
|
2461
|
+
type: import("vue").PropType<boolean>;
|
|
2462
|
+
default: boolean;
|
|
2463
|
+
};
|
|
2464
|
+
disabled: {
|
|
2465
|
+
type: import("vue").PropType<boolean>;
|
|
2466
|
+
default: boolean;
|
|
2467
|
+
};
|
|
2468
|
+
size: Omit<{
|
|
2469
|
+
type: import("vue").PropType<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
2470
|
+
default: string;
|
|
2471
|
+
available: readonly ["xs", "sm", "md", "lg", "xl"];
|
|
2472
|
+
validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
|
|
2473
|
+
}, "default" | "type"> & {
|
|
2474
|
+
type: import("vue").PropType<NonNullable<"xs" | "sm" | "md" | "lg" | "xl">>;
|
|
2475
|
+
default: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
2476
|
+
};
|
|
2477
|
+
tag: {
|
|
2478
|
+
type: import("vue").PropType<string>;
|
|
2479
|
+
default: string;
|
|
2480
|
+
description: string;
|
|
2481
|
+
};
|
|
2482
|
+
items: {
|
|
2483
|
+
type: import("vue").PropType<any[]>;
|
|
2484
|
+
default: () => never[];
|
|
2485
|
+
};
|
|
2486
|
+
itemTitle: {
|
|
2487
|
+
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
2488
|
+
default: string;
|
|
2489
|
+
};
|
|
2490
|
+
itemValue: {
|
|
2491
|
+
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
2492
|
+
default: string;
|
|
2493
|
+
};
|
|
2494
|
+
itemChildren: {
|
|
2495
|
+
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
2496
|
+
default: string; /**
|
|
2497
|
+
* Событие при изменении значения (v-model)
|
|
2498
|
+
* @type { any }
|
|
2499
|
+
*/
|
|
2500
|
+
};
|
|
2501
|
+
itemProps: {
|
|
2502
|
+
type: import("vue").PropType<import("../../composable").TItemKey>;
|
|
2503
|
+
default: string;
|
|
2504
|
+
};
|
|
2505
|
+
returnObject: {
|
|
2506
|
+
type: import("vue").PropType<boolean>;
|
|
2507
|
+
default: boolean;
|
|
2508
|
+
};
|
|
2509
|
+
lines: {
|
|
2510
|
+
type: import("vue").PropType<false | "one" | "two" | "three">;
|
|
2511
|
+
default: string;
|
|
2512
|
+
};
|
|
2513
|
+
}>> & {
|
|
2514
|
+
"onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
|
|
2515
|
+
"onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
|
|
2516
|
+
"onClick:open"?: ((value: {
|
|
2517
|
+
id: unknown;
|
|
2518
|
+
value: boolean;
|
|
2519
|
+
path: unknown[];
|
|
2520
|
+
event: Event;
|
|
2521
|
+
}) => any) | undefined;
|
|
2522
|
+
"onClick:select"?: ((value: {
|
|
2523
|
+
id: unknown;
|
|
2524
|
+
value: boolean; /**
|
|
2525
|
+
* Событие выбора всех элементов
|
|
2526
|
+
* @type { boolean }
|
|
2527
|
+
*/
|
|
2528
|
+
path: unknown[];
|
|
2529
|
+
event: Event;
|
|
2530
|
+
}) => any) | undefined;
|
|
2531
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "items" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "tag" | "size" | "disabled" | "dark" | "required" | "selectStrategy" | "openStrategy" | "theme" | "lines">, keyof import("vue").VNodeProps | keyof import("vue").AllowedComponentProps>;
|
|
2359
2532
|
items: any[];
|
|
2360
2533
|
itemTitle: import("../../composable").TItemKey;
|
|
2361
2534
|
itemValue: import("../../composable").TItemKey;
|
|
@@ -2363,20 +2536,32 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2363
2536
|
itemChildren: import("../../composable").TItemKey;
|
|
2364
2537
|
itemProps: import("../../composable").TItemKey;
|
|
2365
2538
|
returnObject: boolean;
|
|
2539
|
+
description: string;
|
|
2366
2540
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
2541
|
+
disabled: boolean;
|
|
2542
|
+
theme: string;
|
|
2543
|
+
type: "number" | "password" | "text" | "email" | "tel" | "url";
|
|
2544
|
+
name: string | undefined;
|
|
2545
|
+
id: string;
|
|
2546
|
+
menuIcon: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
|
|
2367
2547
|
error: boolean;
|
|
2368
2548
|
menu: boolean | undefined;
|
|
2369
|
-
prependIcon: "link" | "filters" | "search" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
|
|
2370
|
-
appendIcon: "link" | "filters" | "search" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
|
|
2371
|
-
readonly: boolean;
|
|
2372
|
-
loading: boolean;
|
|
2373
|
-
transition: string | boolean | (import("vue").TransitionProps & {
|
|
2374
|
-
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
2375
|
-
});
|
|
2376
|
-
messages: string | string[];
|
|
2377
2549
|
active: boolean;
|
|
2378
|
-
|
|
2550
|
+
autofocus: boolean;
|
|
2551
|
+
prefix: string;
|
|
2552
|
+
suffix: string;
|
|
2553
|
+
prependInnerIcon: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
|
|
2554
|
+
appendInnerIcon: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
|
|
2555
|
+
role: string;
|
|
2556
|
+
placeholder: string;
|
|
2557
|
+
counter: boolean;
|
|
2558
|
+
limit: number;
|
|
2559
|
+
clearable: boolean;
|
|
2560
|
+
persistentClearable: boolean;
|
|
2561
|
+
'onClick:prependInner': (...args: any[]) => any;
|
|
2562
|
+
'onClick:appendInner': (...args: any[]) => any;
|
|
2379
2563
|
label: string;
|
|
2564
|
+
messages: string | string[];
|
|
2380
2565
|
persistentMessages: boolean;
|
|
2381
2566
|
errorMessages: string | string[];
|
|
2382
2567
|
maxErrors: string | number;
|
|
@@ -2385,29 +2570,19 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2385
2570
|
validateOn: "input" | "blur" | "submit";
|
|
2386
2571
|
validationValue: any;
|
|
2387
2572
|
hideMessages: boolean;
|
|
2388
|
-
|
|
2573
|
+
locale: "ru" | "en" | import("../../locale").ILocale;
|
|
2574
|
+
prependIcon: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
|
|
2575
|
+
appendIcon: "search" | "link" | "list" | "filters" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
|
|
2389
2576
|
'onClick:prepend': (...args: any[]) => any;
|
|
2390
2577
|
'onClick:append': (...args: any[]) => any;
|
|
2391
|
-
autofocus: boolean;
|
|
2392
|
-
prefix: string;
|
|
2393
|
-
suffix: string;
|
|
2394
|
-
prependInnerIcon: "link" | "filters" | "search" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
|
|
2395
|
-
appendInnerIcon: "link" | "filters" | "search" | "add" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocolate-menu" | "clock" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "external" | "facebook-fill" | "facebook" | "flag" | "globe" | "infinity" | "info-fill" | "info" | "list-search" | "list" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube";
|
|
2396
|
-
placeholder: string;
|
|
2397
|
-
counter: boolean;
|
|
2398
|
-
limit: number;
|
|
2399
|
-
clearable: boolean;
|
|
2400
|
-
'onClick:prependInner': (...args: any[]) => any;
|
|
2401
|
-
'onClick:appendInner': (...args: any[]) => any;
|
|
2402
2578
|
eager: boolean;
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
noDataText: string;
|
|
2407
|
-
hideNoData: boolean;
|
|
2408
|
-
isSelectAll: boolean;
|
|
2409
|
-
selectAllText: string;
|
|
2579
|
+
loading: boolean;
|
|
2580
|
+
focused: boolean;
|
|
2581
|
+
readonly: boolean;
|
|
2410
2582
|
menuProps: any;
|
|
2411
2583
|
menuHeight: string | number;
|
|
2584
|
+
transition: string | boolean | (import("vue").TransitionProps & {
|
|
2585
|
+
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
2586
|
+
});
|
|
2412
2587
|
}>;
|
|
2413
2588
|
export default _sfc_main;
|