@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,7 +1,13 @@
|
|
|
1
|
+
import { noop } from '../../utils';
|
|
1
2
|
import type { PropType } from 'vue';
|
|
2
3
|
import type { IInternalItem } from '../../composable';
|
|
3
4
|
export declare const componentName = "CdsCombobox";
|
|
4
5
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
6
|
+
theme: {
|
|
7
|
+
type: PropType<string>;
|
|
8
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
9
|
+
default: undefined;
|
|
10
|
+
};
|
|
5
11
|
transition: {
|
|
6
12
|
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
|
7
13
|
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
@@ -58,6 +64,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
58
64
|
type: PropType<boolean>;
|
|
59
65
|
default: boolean;
|
|
60
66
|
};
|
|
67
|
+
locale: {
|
|
68
|
+
type: PropType<"ru" | "en" | import("../../locale").ILocale>;
|
|
69
|
+
default: undefined;
|
|
70
|
+
};
|
|
61
71
|
menu: {
|
|
62
72
|
type: PropType<boolean | undefined>;
|
|
63
73
|
default: undefined;
|
|
@@ -83,14 +93,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
83
93
|
default: undefined;
|
|
84
94
|
};
|
|
85
95
|
prependIcon: {
|
|
86
|
-
type: PropType<"link" | "
|
|
96
|
+
type: 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">;
|
|
87
97
|
default: undefined;
|
|
88
|
-
validator: (value: "link" | "
|
|
98
|
+
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;
|
|
89
99
|
};
|
|
90
100
|
appendIcon: {
|
|
91
|
-
type: PropType<"link" | "
|
|
101
|
+
type: 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">;
|
|
92
102
|
default: undefined;
|
|
93
|
-
validator: (value: "link" | "
|
|
103
|
+
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;
|
|
94
104
|
};
|
|
95
105
|
error: {
|
|
96
106
|
type: PropType<boolean>;
|
|
@@ -106,10 +116,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
106
116
|
};
|
|
107
117
|
name: {
|
|
108
118
|
type: PropType<string | undefined>;
|
|
109
|
-
default: undefined;
|
|
110
|
-
* Событие открытия меню
|
|
111
|
-
* @type { boolean }
|
|
112
|
-
*/
|
|
119
|
+
default: undefined;
|
|
113
120
|
};
|
|
114
121
|
rules: {
|
|
115
122
|
type: PropType<import("../../composable").TValidationRule[]>;
|
|
@@ -174,19 +181,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
174
181
|
default: undefined;
|
|
175
182
|
};
|
|
176
183
|
prependInnerIcon: {
|
|
177
|
-
type: PropType<"link" | "
|
|
184
|
+
type: 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
185
|
default: undefined;
|
|
179
|
-
validator: (value: "link" | "
|
|
186
|
+
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
187
|
};
|
|
181
188
|
appendInnerIcon: {
|
|
182
|
-
type: PropType<"link" | "
|
|
189
|
+
type: 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
190
|
default: undefined;
|
|
184
|
-
validator: (value: "link" | "
|
|
191
|
+
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
192
|
};
|
|
186
193
|
type: {
|
|
187
|
-
type: PropType<"number" | "
|
|
194
|
+
type: PropType<"number" | "password" | "text" | "email" | "tel" | "url">;
|
|
195
|
+
default: string;
|
|
196
|
+
validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
|
|
197
|
+
};
|
|
198
|
+
role: Omit<{
|
|
199
|
+
type: PropType<string>;
|
|
200
|
+
default: undefined;
|
|
201
|
+
}, "default" | "type"> & {
|
|
202
|
+
type: PropType<string>;
|
|
188
203
|
default: string;
|
|
189
|
-
validator: (value: "number" | "text" | "password" | "email" | "tel" | "url") => boolean;
|
|
190
204
|
};
|
|
191
205
|
placeholder: {
|
|
192
206
|
type: PropType<string>;
|
|
@@ -204,6 +218,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
204
218
|
type: PropType<boolean>;
|
|
205
219
|
default: boolean;
|
|
206
220
|
};
|
|
221
|
+
persistentClearable: {
|
|
222
|
+
type: PropType<boolean>;
|
|
223
|
+
default: boolean;
|
|
224
|
+
};
|
|
207
225
|
'onClick:prependInner': {
|
|
208
226
|
type: PropType<(...args: any[]) => any>;
|
|
209
227
|
default: undefined;
|
|
@@ -249,10 +267,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
249
267
|
type: PropType<boolean>;
|
|
250
268
|
default: boolean;
|
|
251
269
|
};
|
|
252
|
-
noDataText: {
|
|
253
|
-
type: PropType<string>;
|
|
254
|
-
default: string;
|
|
255
|
-
};
|
|
256
270
|
hideNoData: Omit<{
|
|
257
271
|
type: PropType<boolean>;
|
|
258
272
|
default: boolean;
|
|
@@ -264,9 +278,116 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
264
278
|
type: PropType<boolean>;
|
|
265
279
|
default: boolean;
|
|
266
280
|
};
|
|
267
|
-
|
|
268
|
-
type: PropType<
|
|
281
|
+
ellipsis: {
|
|
282
|
+
type: PropType<boolean>;
|
|
283
|
+
default: boolean;
|
|
284
|
+
};
|
|
285
|
+
listProps: {
|
|
286
|
+
type: PropType<Omit<Partial<{
|
|
287
|
+
items: any[];
|
|
288
|
+
itemTitle: import("../../composable").TItemKey;
|
|
289
|
+
itemValue: import("../../composable").TItemKey;
|
|
290
|
+
itemChildren: import("../../composable").TItemKey;
|
|
291
|
+
itemProps: import("../../composable").TItemKey;
|
|
292
|
+
returnObject: boolean;
|
|
293
|
+
tag: string;
|
|
294
|
+
size: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
295
|
+
disabled: boolean;
|
|
296
|
+
dark: boolean;
|
|
297
|
+
required: boolean;
|
|
298
|
+
selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
|
|
299
|
+
openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
|
|
300
|
+
theme: string;
|
|
301
|
+
lines: false | "one" | "two" | "three";
|
|
302
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
303
|
+
theme: {
|
|
304
|
+
type: PropType<string>;
|
|
305
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
306
|
+
default: undefined;
|
|
307
|
+
};
|
|
308
|
+
selectStrategy: {
|
|
309
|
+
type: PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
|
|
310
|
+
default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
|
|
311
|
+
};
|
|
312
|
+
openStrategy: {
|
|
313
|
+
type: PropType<NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>>;
|
|
314
|
+
default: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
|
|
315
|
+
};
|
|
316
|
+
opened: PropType<unknown[]>;
|
|
317
|
+
selected: PropType<unknown[]>;
|
|
318
|
+
required: BooleanConstructor;
|
|
319
|
+
dark: {
|
|
320
|
+
type: PropType<boolean>;
|
|
321
|
+
default: boolean;
|
|
322
|
+
};
|
|
323
|
+
disabled: {
|
|
324
|
+
type: PropType<boolean>;
|
|
325
|
+
default: boolean;
|
|
326
|
+
};
|
|
327
|
+
size: Omit<{
|
|
328
|
+
type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
329
|
+
default: string;
|
|
330
|
+
available: readonly ["xs", "sm", "md", "lg", "xl"];
|
|
331
|
+
validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
|
|
332
|
+
}, "default" | "type"> & {
|
|
333
|
+
type: PropType<NonNullable<"xs" | "sm" | "md" | "lg" | "xl">>;
|
|
334
|
+
default: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
335
|
+
};
|
|
336
|
+
tag: {
|
|
337
|
+
type: PropType<string>;
|
|
338
|
+
default: string;
|
|
339
|
+
description: string;
|
|
340
|
+
};
|
|
341
|
+
items: {
|
|
342
|
+
type: PropType<any[]>;
|
|
343
|
+
default: () => never[];
|
|
344
|
+
};
|
|
345
|
+
itemTitle: {
|
|
346
|
+
type: PropType<import("../../composable").TItemKey>;
|
|
347
|
+
default: string;
|
|
348
|
+
};
|
|
349
|
+
itemValue: {
|
|
350
|
+
type: PropType<import("../../composable").TItemKey>;
|
|
351
|
+
default: string;
|
|
352
|
+
};
|
|
353
|
+
itemChildren: {
|
|
354
|
+
type: PropType<import("../../composable").TItemKey>;
|
|
355
|
+
default: string;
|
|
356
|
+
};
|
|
357
|
+
itemProps: {
|
|
358
|
+
type: PropType<import("../../composable").TItemKey>;
|
|
359
|
+
default: string;
|
|
360
|
+
};
|
|
361
|
+
returnObject: {
|
|
362
|
+
type: PropType<boolean>;
|
|
363
|
+
default: boolean;
|
|
364
|
+
};
|
|
365
|
+
lines: {
|
|
366
|
+
type: PropType<false | "one" | "two" | "three">;
|
|
367
|
+
default: string;
|
|
368
|
+
};
|
|
369
|
+
}>> & {
|
|
370
|
+
"onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
|
|
371
|
+
"onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
|
|
372
|
+
"onClick:open"?: ((value: {
|
|
373
|
+
id: unknown;
|
|
374
|
+
value: boolean;
|
|
375
|
+
path: unknown[];
|
|
376
|
+
event: Event;
|
|
377
|
+
}) => any) | undefined;
|
|
378
|
+
"onClick:select"?: ((value: {
|
|
379
|
+
id: unknown;
|
|
380
|
+
value: boolean;
|
|
381
|
+
path: unknown[];
|
|
382
|
+
event: Event;
|
|
383
|
+
}) => any) | undefined;
|
|
384
|
+
} & 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>>;
|
|
385
|
+
default: undefined;
|
|
386
|
+
};
|
|
387
|
+
menuIcon: {
|
|
388
|
+
type: 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">;
|
|
269
389
|
default: string;
|
|
390
|
+
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;
|
|
270
391
|
};
|
|
271
392
|
/**
|
|
272
393
|
* Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
|
|
@@ -292,6 +413,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
292
413
|
isDirty: import("vue").ComputedRef<boolean>;
|
|
293
414
|
isPure: import("vue").Ref<boolean>;
|
|
294
415
|
inputRef: import("vue").Ref<import("vue").DefineComponent<{
|
|
416
|
+
theme: {
|
|
417
|
+
type: PropType<string>;
|
|
418
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
419
|
+
default: undefined;
|
|
420
|
+
};
|
|
295
421
|
size: {
|
|
296
422
|
type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
297
423
|
default: string;
|
|
@@ -323,14 +449,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
323
449
|
default: undefined;
|
|
324
450
|
};
|
|
325
451
|
prependIcon: {
|
|
326
|
-
type: PropType<"link" | "
|
|
452
|
+
type: 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">;
|
|
327
453
|
default: undefined;
|
|
328
|
-
validator: (value: "link" | "
|
|
454
|
+
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;
|
|
329
455
|
};
|
|
330
456
|
appendIcon: {
|
|
331
|
-
type: PropType<"link" | "
|
|
457
|
+
type: 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">;
|
|
332
458
|
default: undefined;
|
|
333
|
-
validator: (value: "link" | "
|
|
459
|
+
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;
|
|
334
460
|
};
|
|
335
461
|
error: {
|
|
336
462
|
type: PropType<boolean>;
|
|
@@ -346,10 +472,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
346
472
|
};
|
|
347
473
|
name: {
|
|
348
474
|
type: PropType<string | undefined>;
|
|
349
|
-
default: undefined;
|
|
350
|
-
* Событие открытия меню
|
|
351
|
-
* @type { boolean }
|
|
352
|
-
*/
|
|
475
|
+
default: undefined;
|
|
353
476
|
};
|
|
354
477
|
rules: {
|
|
355
478
|
type: PropType<import("../../composable").TValidationRule[]>;
|
|
@@ -414,19 +537,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
414
537
|
default: undefined;
|
|
415
538
|
};
|
|
416
539
|
prependInnerIcon: {
|
|
417
|
-
type: PropType<"link" | "
|
|
540
|
+
type: 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">;
|
|
418
541
|
default: undefined;
|
|
419
|
-
validator: (value: "link" | "
|
|
542
|
+
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;
|
|
420
543
|
};
|
|
421
544
|
appendInnerIcon: {
|
|
422
|
-
type: PropType<"link" | "
|
|
545
|
+
type: 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">;
|
|
423
546
|
default: undefined;
|
|
424
|
-
validator: (value: "link" | "
|
|
547
|
+
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;
|
|
425
548
|
};
|
|
426
549
|
type: {
|
|
427
|
-
type: PropType<"number" | "
|
|
550
|
+
type: PropType<"number" | "password" | "text" | "email" | "tel" | "url">;
|
|
428
551
|
default: string;
|
|
429
|
-
validator: (value: "number" | "
|
|
552
|
+
validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
|
|
553
|
+
};
|
|
554
|
+
role: {
|
|
555
|
+
type: PropType<string>;
|
|
556
|
+
default: undefined;
|
|
430
557
|
};
|
|
431
558
|
placeholder: {
|
|
432
559
|
type: PropType<string>;
|
|
@@ -444,6 +571,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
444
571
|
type: PropType<boolean>;
|
|
445
572
|
default: boolean;
|
|
446
573
|
};
|
|
574
|
+
persistentClearable: {
|
|
575
|
+
type: PropType<boolean>;
|
|
576
|
+
default: boolean;
|
|
577
|
+
};
|
|
447
578
|
'onClick:prependInner': {
|
|
448
579
|
type: PropType<(...args: any[]) => any>;
|
|
449
580
|
default: undefined;
|
|
@@ -462,6 +593,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
462
593
|
validationRef: import("vue").Ref<import("vue").DefineComponent<{
|
|
463
594
|
'onClick:prepend': PropType<(...args: any[]) => any>;
|
|
464
595
|
'onClick:append': PropType<(...args: any[]) => any>;
|
|
596
|
+
theme: {
|
|
597
|
+
type: PropType<string>;
|
|
598
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
599
|
+
default: undefined;
|
|
600
|
+
};
|
|
465
601
|
size: {
|
|
466
602
|
type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
467
603
|
default: string;
|
|
@@ -494,10 +630,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
494
630
|
};
|
|
495
631
|
name: {
|
|
496
632
|
type: PropType<string | undefined>;
|
|
497
|
-
default: undefined;
|
|
498
|
-
* Событие открытия меню
|
|
499
|
-
* @type { boolean }
|
|
500
|
-
*/
|
|
633
|
+
default: undefined;
|
|
501
634
|
};
|
|
502
635
|
rules: {
|
|
503
636
|
type: PropType<import("../../composable").TValidationRule[]>;
|
|
@@ -522,14 +655,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
522
655
|
default: boolean;
|
|
523
656
|
};
|
|
524
657
|
prependIcon: {
|
|
525
|
-
type: PropType<"link" | "
|
|
658
|
+
type: 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">;
|
|
526
659
|
default: undefined;
|
|
527
|
-
validator: (value: "link" | "
|
|
660
|
+
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;
|
|
528
661
|
};
|
|
529
662
|
appendIcon: {
|
|
530
|
-
type: PropType<"link" | "
|
|
663
|
+
type: 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">;
|
|
531
664
|
default: undefined;
|
|
532
|
-
validator: (value: "link" | "
|
|
665
|
+
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;
|
|
533
666
|
};
|
|
534
667
|
id: {
|
|
535
668
|
type: PropType<string>;
|
|
@@ -555,29 +688,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
555
688
|
type: PropType<boolean>;
|
|
556
689
|
default: boolean;
|
|
557
690
|
};
|
|
558
|
-
}, {
|
|
559
|
-
isFocused: import("vue").Ref<boolean>;
|
|
560
|
-
hasPrepend: import("vue").ComputedRef<boolean>;
|
|
561
|
-
hasAppend: import("vue").ComputedRef<boolean>;
|
|
562
|
-
hasDefault: import("vue").ComputedRef<boolean>;
|
|
563
|
-
hasMessages: import("vue").ComputedRef<number | boolean>;
|
|
564
|
-
slotProps: import("vue").ComputedRef<import("../../composable").IInputSlot>;
|
|
565
|
-
messagesId: import("vue").ComputedRef<string>;
|
|
566
|
-
messages: import("vue").ComputedRef<string | string[]>;
|
|
567
|
-
isValid: import("vue").ComputedRef<boolean | null>;
|
|
568
|
-
validationClasses: import("vue").ComputedRef<Record<string, boolean>>;
|
|
569
|
-
focusClasses: import("vue").ComputedRef<Record<string, boolean>>;
|
|
570
|
-
sizeClasses: import("vue").ComputedRef<string>;
|
|
571
|
-
reset: () => void;
|
|
572
|
-
resetValidation: () => void;
|
|
573
|
-
validate: () => Promise<string[]>;
|
|
574
|
-
handleClickPrepend: (event: MouseEvent) => void;
|
|
575
|
-
handleClickAppend: (event: MouseEvent) => void;
|
|
576
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
691
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
577
692
|
'update:modelValue': (value: any) => boolean;
|
|
578
693
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
579
694
|
'onClick:prepend': PropType<(...args: any[]) => any>;
|
|
580
695
|
'onClick:append': PropType<(...args: any[]) => any>;
|
|
696
|
+
theme: {
|
|
697
|
+
type: PropType<string>;
|
|
698
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
699
|
+
default: undefined;
|
|
700
|
+
};
|
|
581
701
|
size: {
|
|
582
702
|
type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
583
703
|
default: string;
|
|
@@ -610,10 +730,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
610
730
|
};
|
|
611
731
|
name: {
|
|
612
732
|
type: PropType<string | undefined>;
|
|
613
|
-
default: undefined;
|
|
614
|
-
* Событие открытия меню
|
|
615
|
-
* @type { boolean }
|
|
616
|
-
*/
|
|
733
|
+
default: undefined;
|
|
617
734
|
};
|
|
618
735
|
rules: {
|
|
619
736
|
type: PropType<import("../../composable").TValidationRule[]>;
|
|
@@ -638,14 +755,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
638
755
|
default: boolean;
|
|
639
756
|
};
|
|
640
757
|
prependIcon: {
|
|
641
|
-
type: PropType<"link" | "
|
|
758
|
+
type: 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">;
|
|
642
759
|
default: undefined;
|
|
643
|
-
validator: (value: "link" | "
|
|
760
|
+
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;
|
|
644
761
|
};
|
|
645
762
|
appendIcon: {
|
|
646
|
-
type: PropType<"link" | "
|
|
763
|
+
type: 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">;
|
|
647
764
|
default: undefined;
|
|
648
|
-
validator: (value: "link" | "
|
|
765
|
+
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;
|
|
649
766
|
};
|
|
650
767
|
id: {
|
|
651
768
|
type: PropType<string>;
|
|
@@ -674,18 +791,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
674
791
|
}>> & {
|
|
675
792
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
676
793
|
}, {
|
|
677
|
-
name: string | undefined;
|
|
678
|
-
description: string;
|
|
679
|
-
disabled: boolean;
|
|
680
794
|
value: any;
|
|
795
|
+
description: string;
|
|
681
796
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
readonly: boolean;
|
|
686
|
-
messages: string | string[];
|
|
797
|
+
disabled: boolean;
|
|
798
|
+
theme: string;
|
|
799
|
+
name: string | undefined;
|
|
687
800
|
id: string;
|
|
801
|
+
error: boolean;
|
|
688
802
|
label: string;
|
|
803
|
+
messages: string | string[];
|
|
689
804
|
persistentMessages: boolean;
|
|
690
805
|
errorMessages: string | string[];
|
|
691
806
|
maxErrors: string | number;
|
|
@@ -694,21 +809,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
694
809
|
validateOn: "input" | "blur" | "submit";
|
|
695
810
|
validationValue: any;
|
|
696
811
|
hideMessages: boolean;
|
|
812
|
+
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";
|
|
813
|
+
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";
|
|
697
814
|
focused: boolean;
|
|
815
|
+
readonly: boolean;
|
|
698
816
|
}> | undefined>;
|
|
699
817
|
isFocused: import("vue").Ref<boolean>;
|
|
700
818
|
rootAttrs: import("vue").Ref<{}>;
|
|
701
819
|
inputAttrs: import("vue").Ref<{}>;
|
|
702
820
|
inputProps: import("vue").Ref<{
|
|
703
|
-
readonly type?: "number" | "text" | "password" | "email" | "tel" | "url" | undefined;
|
|
704
|
-
readonly disabled?: boolean | undefined;
|
|
705
821
|
readonly value?: any;
|
|
706
822
|
readonly size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
823
|
+
readonly disabled?: boolean | undefined;
|
|
824
|
+
readonly type?: "number" | "password" | "text" | "email" | "tel" | "url" | undefined;
|
|
707
825
|
readonly error?: boolean | undefined;
|
|
708
|
-
readonly readonly?: boolean | undefined;
|
|
709
|
-
readonly loading?: boolean | undefined;
|
|
710
|
-
readonly messages?: string | string[] | undefined;
|
|
711
826
|
readonly active?: boolean | undefined;
|
|
827
|
+
readonly autofocus?: boolean | undefined;
|
|
828
|
+
readonly counter?: boolean | undefined;
|
|
829
|
+
readonly clearable?: boolean | undefined;
|
|
830
|
+
readonly persistentClearable?: boolean | undefined;
|
|
831
|
+
readonly messages?: string | string[] | undefined;
|
|
712
832
|
readonly persistentMessages?: boolean | undefined;
|
|
713
833
|
readonly errorMessages?: string | string[] | undefined;
|
|
714
834
|
readonly maxErrors?: string | number | undefined;
|
|
@@ -718,29 +838,30 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
718
838
|
readonly modelValue?: any;
|
|
719
839
|
readonly validateOn?: "input" | "blur" | "submit" | undefined;
|
|
720
840
|
readonly hideMessages?: boolean | undefined;
|
|
841
|
+
readonly loading?: boolean | undefined;
|
|
721
842
|
readonly focused?: boolean | undefined;
|
|
722
|
-
readonly
|
|
723
|
-
readonly counter?: boolean | undefined;
|
|
724
|
-
readonly clearable?: boolean | undefined;
|
|
725
|
-
readonly name?: string | undefined;
|
|
843
|
+
readonly readonly?: boolean | undefined;
|
|
726
844
|
readonly description?: string | undefined;
|
|
727
|
-
readonly
|
|
728
|
-
readonly
|
|
845
|
+
readonly theme?: string | undefined;
|
|
846
|
+
readonly name?: string | undefined;
|
|
729
847
|
readonly id?: string | undefined;
|
|
730
|
-
readonly label?: string | undefined;
|
|
731
|
-
readonly validationValue?: any;
|
|
732
|
-
readonly 'onClick:prepend'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
|
|
733
|
-
readonly 'onClick:append'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
|
|
734
848
|
readonly prefix?: string | undefined;
|
|
735
849
|
readonly suffix?: string | undefined;
|
|
736
|
-
readonly prependInnerIcon?: "link" | "
|
|
737
|
-
readonly appendInnerIcon?: "link" | "
|
|
850
|
+
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;
|
|
851
|
+
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;
|
|
852
|
+
readonly role?: string | undefined;
|
|
738
853
|
readonly placeholder?: string | undefined;
|
|
739
854
|
readonly limit?: number | undefined;
|
|
740
855
|
readonly 'onClick:prependInner'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
|
|
741
856
|
readonly 'onClick:appendInner'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
|
|
742
|
-
readonly
|
|
857
|
+
readonly label?: string | undefined;
|
|
858
|
+
readonly validationValue?: any;
|
|
859
|
+
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;
|
|
860
|
+
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;
|
|
861
|
+
readonly 'onClick:prepend'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
|
|
862
|
+
readonly 'onClick:append'?: (((...args: any[]) => any) & ((event: MouseEvent) => any)) | undefined;
|
|
743
863
|
readonly "onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
864
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
744
865
|
readonly "onClick:clear"?: ((event: MouseEvent) => any) | undefined;
|
|
745
866
|
readonly "onClick:control"?: ((event: MouseEvent) => any) | undefined;
|
|
746
867
|
readonly "onMousedown:control"?: ((event: MouseEvent) => any) | undefined;
|
|
@@ -759,8 +880,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
759
880
|
'cds-text-input--has-prefix': boolean;
|
|
760
881
|
'cds-text-input--has-suffix': boolean;
|
|
761
882
|
}>;
|
|
883
|
+
themeClasses: Readonly<import("vue").ComputedRef<string | undefined>>;
|
|
762
884
|
fieldClasses: import("vue").ComputedRef<Record<string, boolean>>;
|
|
763
885
|
loadingClasses: import("vue").ComputedRef<string | undefined>;
|
|
886
|
+
classesStates: Readonly<{
|
|
887
|
+
hover: "cds-state-hover";
|
|
888
|
+
focus: "cds-state-focus";
|
|
889
|
+
active: "cds-state-active";
|
|
890
|
+
visited: "cds-state-visited";
|
|
891
|
+
disabled: "cds-state-disabled";
|
|
892
|
+
checked: "cds-state-checked";
|
|
893
|
+
indeterminate: "cds-state-indeterminate";
|
|
894
|
+
invalid: "cds-state-invalid";
|
|
895
|
+
empty: "cds-state-empty";
|
|
896
|
+
loading: "cds-state-loading";
|
|
897
|
+
readonly: "cds-state-readonly";
|
|
898
|
+
dragging: "cds-state-dragging";
|
|
899
|
+
}>;
|
|
764
900
|
onBlur: () => void;
|
|
765
901
|
onFocus: () => void;
|
|
766
902
|
onInput: (event: Event) => void;
|
|
@@ -780,6 +916,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
780
916
|
'click:control': (event: MouseEvent) => true;
|
|
781
917
|
'mousedown:control': (event: MouseEvent) => true;
|
|
782
918
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
919
|
+
theme: {
|
|
920
|
+
type: PropType<string>;
|
|
921
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
922
|
+
default: undefined;
|
|
923
|
+
};
|
|
783
924
|
size: {
|
|
784
925
|
type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
785
926
|
default: string;
|
|
@@ -811,14 +952,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
811
952
|
default: undefined;
|
|
812
953
|
};
|
|
813
954
|
prependIcon: {
|
|
814
|
-
type: PropType<"link" | "
|
|
955
|
+
type: 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">;
|
|
815
956
|
default: undefined;
|
|
816
|
-
validator: (value: "link" | "
|
|
957
|
+
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;
|
|
817
958
|
};
|
|
818
959
|
appendIcon: {
|
|
819
|
-
type: PropType<"link" | "
|
|
960
|
+
type: 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">;
|
|
820
961
|
default: undefined;
|
|
821
|
-
validator: (value: "link" | "
|
|
962
|
+
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;
|
|
822
963
|
};
|
|
823
964
|
error: {
|
|
824
965
|
type: PropType<boolean>;
|
|
@@ -834,10 +975,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
834
975
|
};
|
|
835
976
|
name: {
|
|
836
977
|
type: PropType<string | undefined>;
|
|
837
|
-
default: undefined;
|
|
838
|
-
* Событие открытия меню
|
|
839
|
-
* @type { boolean }
|
|
840
|
-
*/
|
|
978
|
+
default: undefined;
|
|
841
979
|
};
|
|
842
980
|
rules: {
|
|
843
981
|
type: PropType<import("../../composable").TValidationRule[]>;
|
|
@@ -902,19 +1040,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
902
1040
|
default: undefined;
|
|
903
1041
|
};
|
|
904
1042
|
prependInnerIcon: {
|
|
905
|
-
type: PropType<"link" | "
|
|
1043
|
+
type: 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">;
|
|
906
1044
|
default: undefined;
|
|
907
|
-
validator: (value: "link" | "
|
|
1045
|
+
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;
|
|
908
1046
|
};
|
|
909
1047
|
appendInnerIcon: {
|
|
910
|
-
type: PropType<"link" | "
|
|
1048
|
+
type: 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">;
|
|
911
1049
|
default: undefined;
|
|
912
|
-
validator: (value: "link" | "
|
|
1050
|
+
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;
|
|
913
1051
|
};
|
|
914
1052
|
type: {
|
|
915
|
-
type: PropType<"number" | "
|
|
1053
|
+
type: PropType<"number" | "password" | "text" | "email" | "tel" | "url">;
|
|
916
1054
|
default: string;
|
|
917
|
-
validator: (value: "number" | "
|
|
1055
|
+
validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
|
|
1056
|
+
};
|
|
1057
|
+
role: {
|
|
1058
|
+
type: PropType<string>;
|
|
1059
|
+
default: undefined;
|
|
918
1060
|
};
|
|
919
1061
|
placeholder: {
|
|
920
1062
|
type: PropType<string>;
|
|
@@ -932,6 +1074,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
932
1074
|
type: PropType<boolean>;
|
|
933
1075
|
default: boolean;
|
|
934
1076
|
};
|
|
1077
|
+
persistentClearable: {
|
|
1078
|
+
type: PropType<boolean>;
|
|
1079
|
+
default: boolean;
|
|
1080
|
+
};
|
|
935
1081
|
'onClick:prependInner': {
|
|
936
1082
|
type: PropType<(...args: any[]) => any>;
|
|
937
1083
|
default: undefined;
|
|
@@ -941,31 +1087,41 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
941
1087
|
default: undefined;
|
|
942
1088
|
};
|
|
943
1089
|
}>> & {
|
|
944
|
-
"
|
|
1090
|
+
"onClick:prependInner"?: ((event: MouseEvent) => any) | undefined;
|
|
1091
|
+
"onClick:appendInner"?: ((event: MouseEvent) => any) | undefined;
|
|
945
1092
|
"onClick:prepend"?: ((event: MouseEvent) => any) | undefined;
|
|
946
1093
|
"onClick:append"?: ((event: MouseEvent) => any) | undefined;
|
|
947
1094
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
948
|
-
"
|
|
949
|
-
"onClick:appendInner"?: ((event: MouseEvent) => any) | undefined;
|
|
1095
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
950
1096
|
"onClick:clear"?: ((event: MouseEvent) => any) | undefined;
|
|
951
1097
|
"onClick:control"?: ((event: MouseEvent) => any) | undefined;
|
|
952
1098
|
"onMousedown:control"?: ((event: MouseEvent) => any) | undefined;
|
|
953
1099
|
}, {
|
|
954
|
-
name: string | undefined;
|
|
955
|
-
type: "number" | "text" | "password" | "email" | "tel" | "url";
|
|
956
|
-
description: string;
|
|
957
|
-
disabled: boolean;
|
|
958
1100
|
value: any;
|
|
1101
|
+
description: string;
|
|
959
1102
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
1103
|
+
disabled: boolean;
|
|
1104
|
+
theme: string;
|
|
1105
|
+
type: "number" | "password" | "text" | "email" | "tel" | "url";
|
|
1106
|
+
name: string | undefined;
|
|
1107
|
+
id: string;
|
|
960
1108
|
error: boolean;
|
|
961
|
-
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";
|
|
962
|
-
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";
|
|
963
|
-
readonly: boolean;
|
|
964
|
-
loading: boolean;
|
|
965
|
-
messages: string | string[];
|
|
966
1109
|
active: boolean;
|
|
967
|
-
|
|
1110
|
+
autofocus: boolean;
|
|
1111
|
+
prefix: string;
|
|
1112
|
+
suffix: string;
|
|
1113
|
+
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";
|
|
1114
|
+
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";
|
|
1115
|
+
role: string;
|
|
1116
|
+
placeholder: string;
|
|
1117
|
+
counter: boolean;
|
|
1118
|
+
limit: number;
|
|
1119
|
+
clearable: boolean;
|
|
1120
|
+
persistentClearable: boolean;
|
|
1121
|
+
'onClick:prependInner': (...args: any[]) => any;
|
|
1122
|
+
'onClick:appendInner': (...args: any[]) => any;
|
|
968
1123
|
label: string;
|
|
1124
|
+
messages: string | string[];
|
|
969
1125
|
persistentMessages: boolean;
|
|
970
1126
|
errorMessages: string | string[];
|
|
971
1127
|
maxErrors: string | number;
|
|
@@ -974,22 +1130,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
974
1130
|
validateOn: "input" | "blur" | "submit";
|
|
975
1131
|
validationValue: any;
|
|
976
1132
|
hideMessages: boolean;
|
|
977
|
-
|
|
1133
|
+
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";
|
|
1134
|
+
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";
|
|
978
1135
|
'onClick:prepend': (...args: any[]) => any;
|
|
979
1136
|
'onClick:append': (...args: any[]) => any;
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
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";
|
|
984
|
-
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";
|
|
985
|
-
placeholder: string;
|
|
986
|
-
counter: boolean;
|
|
987
|
-
limit: number;
|
|
988
|
-
clearable: boolean;
|
|
989
|
-
'onClick:prependInner': (...args: any[]) => any;
|
|
990
|
-
'onClick:appendInner': (...args: any[]) => any;
|
|
1137
|
+
loading: boolean;
|
|
1138
|
+
focused: boolean;
|
|
1139
|
+
readonly: boolean;
|
|
991
1140
|
}> | undefined>;
|
|
992
1141
|
menuRef: import("vue").Ref<import("vue").DefineComponent<{
|
|
1142
|
+
theme: {
|
|
1143
|
+
type: PropType<string>;
|
|
1144
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
1145
|
+
default: undefined;
|
|
1146
|
+
};
|
|
993
1147
|
transition: {
|
|
994
1148
|
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
|
995
1149
|
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
@@ -1019,7 +1173,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1019
1173
|
};
|
|
1020
1174
|
minWidth: {
|
|
1021
1175
|
type: PropType<string | number>;
|
|
1022
|
-
default: string;
|
|
1176
|
+
default: string; /**
|
|
1177
|
+
* Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
|
|
1178
|
+
*/
|
|
1023
1179
|
};
|
|
1024
1180
|
eager: {
|
|
1025
1181
|
type: PropType<boolean>;
|
|
@@ -1052,7 +1208,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1052
1208
|
default: string;
|
|
1053
1209
|
};
|
|
1054
1210
|
origin: {
|
|
1055
|
-
type: PropType<import('../../utils').TAnchor | "auto" | "overlap">;
|
|
1211
|
+
type: PropType<import('../../utils').TAnchor | "auto" | "overlap">; /**
|
|
1212
|
+
* Событие при изменении значения (v-model)
|
|
1213
|
+
* @type { any }
|
|
1214
|
+
*/
|
|
1056
1215
|
default: string;
|
|
1057
1216
|
};
|
|
1058
1217
|
offset: {
|
|
@@ -1143,339 +1302,22 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1143
1302
|
type: PropType<Record<string, unknown>>;
|
|
1144
1303
|
default: () => {};
|
|
1145
1304
|
};
|
|
1305
|
+
noClickAnimation: {
|
|
1306
|
+
type: PropType<boolean>;
|
|
1307
|
+
default: boolean;
|
|
1308
|
+
};
|
|
1146
1309
|
id: {
|
|
1147
1310
|
type: PropType<string>;
|
|
1148
1311
|
default: undefined;
|
|
1149
1312
|
};
|
|
1150
|
-
}, {
|
|
1151
|
-
overlay: import("vue").Ref<import("vue").DefineComponent<{
|
|
1152
|
-
transition: {
|
|
1153
|
-
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
|
1154
|
-
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
1155
|
-
})>;
|
|
1156
|
-
default: string;
|
|
1157
|
-
validator: (value: unknown) => boolean;
|
|
1158
|
-
};
|
|
1159
|
-
eager: {
|
|
1160
|
-
type: PropType<boolean>;
|
|
1161
|
-
default: boolean;
|
|
1162
|
-
};
|
|
1163
|
-
scrollStrategy: {
|
|
1164
|
-
type: PropType<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
|
|
1165
|
-
default: string;
|
|
1166
|
-
validator: (value: any) => boolean;
|
|
1167
|
-
};
|
|
1168
|
-
locationStrategy: {
|
|
1169
|
-
type: PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
1170
|
-
updateLocation: (event: Event) => void;
|
|
1171
|
-
} | undefined)>;
|
|
1172
|
-
default: string;
|
|
1173
|
-
validator: (value: any) => boolean;
|
|
1174
|
-
};
|
|
1175
|
-
location: {
|
|
1176
|
-
type: PropType<import('../../utils').TAnchor>;
|
|
1177
|
-
default: string;
|
|
1178
|
-
};
|
|
1179
|
-
origin: {
|
|
1180
|
-
type: PropType<import('../../utils').TAnchor | "auto" | "overlap">;
|
|
1181
|
-
default: string;
|
|
1182
|
-
};
|
|
1183
|
-
offset: {
|
|
1184
|
-
type: PropType<string | number | number[]>;
|
|
1185
|
-
default: null;
|
|
1186
|
-
};
|
|
1187
|
-
height: {
|
|
1188
|
-
type: PropType<string | number>;
|
|
1189
|
-
default: string;
|
|
1190
|
-
};
|
|
1191
|
-
width: {
|
|
1192
|
-
type: PropType<string | number>;
|
|
1193
|
-
default: string;
|
|
1194
|
-
};
|
|
1195
|
-
maxHeight: {
|
|
1196
|
-
type: PropType<string | number>;
|
|
1197
|
-
default: string;
|
|
1198
|
-
};
|
|
1199
|
-
maxWidth: {
|
|
1200
|
-
type: PropType<string | number>;
|
|
1201
|
-
default: string;
|
|
1202
|
-
};
|
|
1203
|
-
minHeight: {
|
|
1204
|
-
type: PropType<string | number>;
|
|
1205
|
-
default: string;
|
|
1206
|
-
};
|
|
1207
|
-
minWidth: {
|
|
1208
|
-
type: PropType<string | number>;
|
|
1209
|
-
default: string;
|
|
1210
|
-
};
|
|
1211
|
-
closeDelay: {
|
|
1212
|
-
type: PropType<string | number>;
|
|
1213
|
-
default: null;
|
|
1214
|
-
};
|
|
1215
|
-
openDelay: {
|
|
1216
|
-
type: PropType<string | number>;
|
|
1217
|
-
default: null;
|
|
1218
|
-
};
|
|
1219
|
-
activator: {
|
|
1220
|
-
type: PropType<string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element>;
|
|
1221
|
-
default: null;
|
|
1222
|
-
};
|
|
1223
|
-
activatorProps: {
|
|
1224
|
-
type: PropType<Record<string, any>>;
|
|
1225
|
-
default: () => {};
|
|
1226
|
-
};
|
|
1227
|
-
openOnClick: {
|
|
1228
|
-
type: PropType<boolean | undefined>;
|
|
1229
|
-
default: undefined;
|
|
1230
|
-
};
|
|
1231
|
-
openOnHover: {
|
|
1232
|
-
type: PropType<boolean>;
|
|
1233
|
-
default: boolean;
|
|
1234
|
-
};
|
|
1235
|
-
openOnFocus: {
|
|
1236
|
-
type: PropType<boolean | undefined>;
|
|
1237
|
-
default: undefined;
|
|
1238
|
-
};
|
|
1239
|
-
closeOnContentClick: {
|
|
1240
|
-
type: PropType<boolean>;
|
|
1241
|
-
default: boolean;
|
|
1242
|
-
};
|
|
1243
|
-
attach: {
|
|
1244
|
-
type: PropType<string | boolean | Element>;
|
|
1245
|
-
default: boolean;
|
|
1246
|
-
};
|
|
1247
|
-
contained: {
|
|
1248
|
-
type: PropType<boolean>;
|
|
1249
|
-
default: boolean;
|
|
1250
|
-
};
|
|
1251
|
-
disabled: {
|
|
1252
|
-
type: PropType<boolean>;
|
|
1253
|
-
default: boolean;
|
|
1254
|
-
};
|
|
1255
|
-
persistent: {
|
|
1256
|
-
type: PropType<boolean>;
|
|
1257
|
-
default: boolean;
|
|
1258
|
-
};
|
|
1259
|
-
scrim: {
|
|
1260
|
-
type: PropType<string | boolean>;
|
|
1261
|
-
default: boolean;
|
|
1262
|
-
};
|
|
1263
|
-
modelValue: {
|
|
1264
|
-
type: PropType<boolean>;
|
|
1265
|
-
default: boolean;
|
|
1266
|
-
};
|
|
1267
|
-
closeOnBack: {
|
|
1268
|
-
type: PropType<boolean>;
|
|
1269
|
-
default: boolean;
|
|
1270
|
-
};
|
|
1271
|
-
zIndex: {
|
|
1272
|
-
type: PropType<string | number>;
|
|
1273
|
-
default: number;
|
|
1274
|
-
};
|
|
1275
|
-
contentClasses: {
|
|
1276
|
-
type: PropType<string | string[] | Record<string, boolean>>;
|
|
1277
|
-
default: null;
|
|
1278
|
-
};
|
|
1279
|
-
contentProps: {
|
|
1280
|
-
type: PropType<Record<string, unknown>>;
|
|
1281
|
-
default: () => {};
|
|
1282
|
-
};
|
|
1283
|
-
absolute: {
|
|
1284
|
-
type: PropType<boolean>;
|
|
1285
|
-
default: boolean;
|
|
1286
|
-
};
|
|
1287
|
-
}, {
|
|
1288
|
-
activatorEl: import("vue").Ref<HTMLElement | undefined>;
|
|
1289
|
-
contentEl: import("vue").Ref<HTMLElement | undefined>;
|
|
1290
|
-
globalTop: Readonly<import("vue").Ref<boolean>>;
|
|
1291
|
-
localTop: import("vue").ComputedRef<boolean>;
|
|
1292
|
-
updateLocation: import("vue").Ref<((event: Event) => void) | undefined>;
|
|
1293
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1294
|
-
'update:modelValue': (value: boolean) => true;
|
|
1295
|
-
'click:outside': (event: MouseEvent) => true;
|
|
1296
|
-
afterLeave: () => true;
|
|
1297
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1298
|
-
transition: {
|
|
1299
|
-
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
|
1300
|
-
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
1301
|
-
})>;
|
|
1302
|
-
default: string;
|
|
1303
|
-
validator: (value: unknown) => boolean;
|
|
1304
|
-
};
|
|
1305
|
-
eager: {
|
|
1306
|
-
type: PropType<boolean>;
|
|
1307
|
-
default: boolean;
|
|
1308
|
-
};
|
|
1309
|
-
scrollStrategy: {
|
|
1310
|
-
type: PropType<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
|
|
1311
|
-
default: string;
|
|
1312
|
-
validator: (value: any) => boolean;
|
|
1313
|
-
};
|
|
1314
|
-
locationStrategy: {
|
|
1315
|
-
type: PropType<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
1316
|
-
updateLocation: (event: Event) => void;
|
|
1317
|
-
} | undefined)>;
|
|
1318
|
-
default: string;
|
|
1319
|
-
validator: (value: any) => boolean;
|
|
1320
|
-
};
|
|
1321
|
-
location: {
|
|
1322
|
-
type: PropType<import('../../utils').TAnchor>;
|
|
1323
|
-
default: string;
|
|
1324
|
-
};
|
|
1325
|
-
origin: {
|
|
1326
|
-
type: PropType<import('../../utils').TAnchor | "auto" | "overlap">;
|
|
1327
|
-
default: string;
|
|
1328
|
-
};
|
|
1329
|
-
offset: {
|
|
1330
|
-
type: PropType<string | number | number[]>;
|
|
1331
|
-
default: null;
|
|
1332
|
-
};
|
|
1333
|
-
height: {
|
|
1334
|
-
type: PropType<string | number>;
|
|
1335
|
-
default: string;
|
|
1336
|
-
};
|
|
1337
|
-
width: {
|
|
1338
|
-
type: PropType<string | number>;
|
|
1339
|
-
default: string;
|
|
1340
|
-
};
|
|
1341
|
-
maxHeight: {
|
|
1342
|
-
type: PropType<string | number>;
|
|
1343
|
-
default: string;
|
|
1344
|
-
};
|
|
1345
|
-
maxWidth: {
|
|
1346
|
-
type: PropType<string | number>;
|
|
1347
|
-
default: string;
|
|
1348
|
-
};
|
|
1349
|
-
minHeight: {
|
|
1350
|
-
type: PropType<string | number>;
|
|
1351
|
-
default: string;
|
|
1352
|
-
};
|
|
1353
|
-
minWidth: {
|
|
1354
|
-
type: PropType<string | number>;
|
|
1355
|
-
default: string;
|
|
1356
|
-
};
|
|
1357
|
-
closeDelay: {
|
|
1358
|
-
type: PropType<string | number>;
|
|
1359
|
-
default: null;
|
|
1360
|
-
};
|
|
1361
|
-
openDelay: {
|
|
1362
|
-
type: PropType<string | number>;
|
|
1363
|
-
default: null;
|
|
1364
|
-
};
|
|
1365
|
-
activator: {
|
|
1366
|
-
type: PropType<string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element>;
|
|
1367
|
-
default: null;
|
|
1368
|
-
};
|
|
1369
|
-
activatorProps: {
|
|
1370
|
-
type: PropType<Record<string, any>>;
|
|
1371
|
-
default: () => {};
|
|
1372
|
-
};
|
|
1373
|
-
openOnClick: {
|
|
1374
|
-
type: PropType<boolean | undefined>;
|
|
1375
|
-
default: undefined;
|
|
1376
|
-
};
|
|
1377
|
-
openOnHover: {
|
|
1378
|
-
type: PropType<boolean>;
|
|
1379
|
-
default: boolean;
|
|
1380
|
-
};
|
|
1381
|
-
openOnFocus: {
|
|
1382
|
-
type: PropType<boolean | undefined>;
|
|
1383
|
-
default: undefined;
|
|
1384
|
-
};
|
|
1385
|
-
closeOnContentClick: {
|
|
1386
|
-
type: PropType<boolean>;
|
|
1387
|
-
default: boolean;
|
|
1388
|
-
};
|
|
1389
|
-
attach: {
|
|
1390
|
-
type: PropType<string | boolean | Element>;
|
|
1391
|
-
default: boolean;
|
|
1392
|
-
};
|
|
1393
|
-
contained: {
|
|
1394
|
-
type: PropType<boolean>;
|
|
1395
|
-
default: boolean;
|
|
1396
|
-
};
|
|
1397
|
-
disabled: {
|
|
1398
|
-
type: PropType<boolean>;
|
|
1399
|
-
default: boolean;
|
|
1400
|
-
};
|
|
1401
|
-
persistent: {
|
|
1402
|
-
type: PropType<boolean>;
|
|
1403
|
-
default: boolean;
|
|
1404
|
-
};
|
|
1405
|
-
scrim: {
|
|
1406
|
-
type: PropType<string | boolean>;
|
|
1407
|
-
default: boolean;
|
|
1408
|
-
};
|
|
1409
|
-
modelValue: {
|
|
1410
|
-
type: PropType<boolean>;
|
|
1411
|
-
default: boolean;
|
|
1412
|
-
};
|
|
1413
|
-
closeOnBack: {
|
|
1414
|
-
type: PropType<boolean>;
|
|
1415
|
-
default: boolean;
|
|
1416
|
-
};
|
|
1417
|
-
zIndex: {
|
|
1418
|
-
type: PropType<string | number>;
|
|
1419
|
-
default: number;
|
|
1420
|
-
};
|
|
1421
|
-
contentClasses: {
|
|
1422
|
-
type: PropType<string | string[] | Record<string, boolean>>;
|
|
1423
|
-
default: null;
|
|
1424
|
-
};
|
|
1425
|
-
contentProps: {
|
|
1426
|
-
type: PropType<Record<string, unknown>>;
|
|
1427
|
-
default: () => {};
|
|
1428
|
-
};
|
|
1429
|
-
absolute: {
|
|
1430
|
-
type: PropType<boolean>;
|
|
1431
|
-
default: boolean;
|
|
1432
|
-
};
|
|
1433
|
-
}>> & {
|
|
1434
|
-
onAfterLeave?: (() => any) | undefined;
|
|
1435
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1436
|
-
"onClick:outside"?: ((event: MouseEvent) => any) | undefined;
|
|
1437
|
-
}, {
|
|
1438
|
-
disabled: boolean;
|
|
1439
|
-
location: import('../../utils').TAnchor;
|
|
1440
|
-
transition: string | boolean | (import("vue").TransitionProps & {
|
|
1441
|
-
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
1442
|
-
});
|
|
1443
|
-
origin: import('../../utils').TAnchor | "auto" | "overlap";
|
|
1444
|
-
modelValue: boolean;
|
|
1445
|
-
attach: string | boolean | Element;
|
|
1446
|
-
contained: boolean;
|
|
1447
|
-
persistent: boolean;
|
|
1448
|
-
scrim: string | boolean;
|
|
1449
|
-
closeOnBack: boolean;
|
|
1450
|
-
zIndex: string | number;
|
|
1451
|
-
contentClasses: string | string[] | Record<string, boolean>;
|
|
1452
|
-
contentProps: Record<string, unknown>;
|
|
1453
|
-
activator: string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element;
|
|
1454
|
-
activatorProps: Record<string, any>;
|
|
1455
|
-
openOnClick: boolean | undefined;
|
|
1456
|
-
openOnHover: boolean;
|
|
1457
|
-
openOnFocus: boolean | undefined;
|
|
1458
|
-
closeOnContentClick: boolean;
|
|
1459
|
-
closeDelay: string | number;
|
|
1460
|
-
openDelay: string | number;
|
|
1461
|
-
locationStrategy: "static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
1462
|
-
updateLocation: (event: Event) => void;
|
|
1463
|
-
} | undefined);
|
|
1464
|
-
offset: string | number | number[];
|
|
1465
|
-
scrollStrategy: "none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void);
|
|
1466
|
-
eager: boolean;
|
|
1467
|
-
height: string | number;
|
|
1468
|
-
width: string | number;
|
|
1469
|
-
maxHeight: string | number;
|
|
1470
|
-
maxWidth: string | number;
|
|
1471
|
-
minHeight: string | number;
|
|
1472
|
-
minWidth: string | number;
|
|
1473
|
-
absolute: boolean;
|
|
1474
|
-
}> | undefined>;
|
|
1475
|
-
openChildren: import("vue").Ref<number>;
|
|
1476
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1313
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1477
1314
|
'update:modelValue': (value: boolean) => true;
|
|
1478
1315
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1316
|
+
theme: {
|
|
1317
|
+
type: PropType<string>;
|
|
1318
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
1319
|
+
default: undefined;
|
|
1320
|
+
};
|
|
1479
1321
|
transition: {
|
|
1480
1322
|
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
|
1481
1323
|
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
@@ -1505,7 +1347,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1505
1347
|
};
|
|
1506
1348
|
minWidth: {
|
|
1507
1349
|
type: PropType<string | number>;
|
|
1508
|
-
default: string;
|
|
1350
|
+
default: string; /**
|
|
1351
|
+
* Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
|
|
1352
|
+
*/
|
|
1509
1353
|
};
|
|
1510
1354
|
eager: {
|
|
1511
1355
|
type: PropType<boolean>;
|
|
@@ -1538,7 +1382,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1538
1382
|
default: string;
|
|
1539
1383
|
};
|
|
1540
1384
|
origin: {
|
|
1541
|
-
type: PropType<import('../../utils').TAnchor | "auto" | "overlap">;
|
|
1385
|
+
type: PropType<import('../../utils').TAnchor | "auto" | "overlap">; /**
|
|
1386
|
+
* Событие при изменении значения (v-model)
|
|
1387
|
+
* @type { any }
|
|
1388
|
+
*/
|
|
1542
1389
|
default: string;
|
|
1543
1390
|
};
|
|
1544
1391
|
offset: {
|
|
@@ -1629,6 +1476,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1629
1476
|
type: PropType<Record<string, unknown>>;
|
|
1630
1477
|
default: () => {};
|
|
1631
1478
|
};
|
|
1479
|
+
noClickAnimation: {
|
|
1480
|
+
type: PropType<boolean>;
|
|
1481
|
+
default: boolean;
|
|
1482
|
+
};
|
|
1632
1483
|
id: {
|
|
1633
1484
|
type: PropType<string>;
|
|
1634
1485
|
default: undefined;
|
|
@@ -1637,13 +1488,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1637
1488
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1638
1489
|
}, {
|
|
1639
1490
|
disabled: boolean;
|
|
1491
|
+
theme: string;
|
|
1492
|
+
id: string;
|
|
1640
1493
|
location: import('../../utils').TAnchor;
|
|
1494
|
+
modelValue: boolean;
|
|
1495
|
+
eager: boolean;
|
|
1641
1496
|
transition: string | boolean | (import("vue").TransitionProps & {
|
|
1642
1497
|
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
1643
1498
|
});
|
|
1644
|
-
origin: import('../../utils').TAnchor | "auto" | "overlap";
|
|
1645
|
-
id: string;
|
|
1646
|
-
modelValue: boolean;
|
|
1647
1499
|
attach: string | boolean | Element;
|
|
1648
1500
|
contained: boolean;
|
|
1649
1501
|
persistent: boolean;
|
|
@@ -1652,6 +1504,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1652
1504
|
zIndex: string | number;
|
|
1653
1505
|
contentClasses: string | string[] | Record<string, boolean>;
|
|
1654
1506
|
contentProps: Record<string, unknown>;
|
|
1507
|
+
noClickAnimation: boolean;
|
|
1655
1508
|
activator: string | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | Element;
|
|
1656
1509
|
activatorProps: Record<string, any>;
|
|
1657
1510
|
openOnClick: boolean | undefined;
|
|
@@ -1663,9 +1516,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1663
1516
|
locationStrategy: NonNullable<"static" | "connected" | ((data: import("../CdsOverlay/composable").ILocationStrategyData, props: import("../CdsOverlay/composable").ILocationStrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => {
|
|
1664
1517
|
updateLocation: (event: Event) => void;
|
|
1665
1518
|
} | undefined)>;
|
|
1519
|
+
origin: import('../../utils').TAnchor | "auto" | "overlap";
|
|
1666
1520
|
offset: string | number | number[];
|
|
1667
1521
|
scrollStrategy: NonNullable<"none" | "close" | "block" | "reposition" | ((data: import("../CdsOverlay/composable").IScrollStrategyData, props: import("../CdsOverlay/composable").IScrollStrategyProps, scope: import("vue").EffectScope) => void)>;
|
|
1668
|
-
eager: boolean;
|
|
1669
1522
|
height: string | number;
|
|
1670
1523
|
width: string | number;
|
|
1671
1524
|
maxHeight: string | number;
|
|
@@ -1674,6 +1527,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1674
1527
|
minWidth: string | number;
|
|
1675
1528
|
}> | undefined>;
|
|
1676
1529
|
listRef: import("vue").Ref<import("vue").DefineComponent<{
|
|
1530
|
+
theme: {
|
|
1531
|
+
type: PropType<string>;
|
|
1532
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
1533
|
+
default: undefined;
|
|
1534
|
+
};
|
|
1677
1535
|
selectStrategy: {
|
|
1678
1536
|
type: PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
|
|
1679
1537
|
default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
|
|
@@ -1735,11 +1593,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1735
1593
|
type: PropType<false | "one" | "two" | "three">;
|
|
1736
1594
|
default: string;
|
|
1737
1595
|
};
|
|
1738
|
-
}, {
|
|
1739
|
-
open: (id: unknown, value: boolean, event?: Event | undefined) => void;
|
|
1740
|
-
select: (id: unknown, value: boolean, event?: Event | undefined) => void;
|
|
1741
|
-
focus: (location?: import("../CdsList/composable").TFocusLocation | undefined) => void;
|
|
1742
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1596
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1743
1597
|
'update:selected': (value: unknown[]) => boolean;
|
|
1744
1598
|
'update:opened': (value: unknown[]) => boolean;
|
|
1745
1599
|
'click:open': (value: {
|
|
@@ -1755,6 +1609,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1755
1609
|
event: Event;
|
|
1756
1610
|
}) => boolean;
|
|
1757
1611
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1612
|
+
theme: {
|
|
1613
|
+
type: PropType<string>;
|
|
1614
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
1615
|
+
default: undefined;
|
|
1616
|
+
};
|
|
1758
1617
|
selectStrategy: {
|
|
1759
1618
|
type: PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
|
|
1760
1619
|
default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
|
|
@@ -1832,25 +1691,29 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1832
1691
|
event: Event;
|
|
1833
1692
|
}) => any) | undefined;
|
|
1834
1693
|
}, {
|
|
1835
|
-
dark: boolean;
|
|
1836
|
-
required: boolean;
|
|
1837
|
-
disabled: boolean;
|
|
1838
|
-
tag: string;
|
|
1839
1694
|
items: any[];
|
|
1840
1695
|
itemTitle: import("../../composable").TItemKey;
|
|
1841
1696
|
itemValue: import("../../composable").TItemKey;
|
|
1842
1697
|
itemChildren: import("../../composable").TItemKey;
|
|
1843
1698
|
itemProps: import("../../composable").TItemKey;
|
|
1844
1699
|
returnObject: boolean;
|
|
1700
|
+
tag: string;
|
|
1845
1701
|
size: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
1702
|
+
disabled: boolean;
|
|
1703
|
+
dark: boolean;
|
|
1704
|
+
required: boolean;
|
|
1846
1705
|
selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
|
|
1847
1706
|
openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
|
|
1707
|
+
theme: string;
|
|
1848
1708
|
lines: false | "one" | "two" | "three";
|
|
1849
1709
|
}> | undefined>;
|
|
1850
1710
|
inputProps: import("vue").Ref<{
|
|
1851
|
-
readonly
|
|
1852
|
-
readonly
|
|
1853
|
-
readonly
|
|
1711
|
+
readonly multiple?: boolean | undefined;
|
|
1712
|
+
readonly openOnClear?: boolean | undefined;
|
|
1713
|
+
readonly hideSelected?: boolean | undefined;
|
|
1714
|
+
readonly hideNoData?: boolean | undefined;
|
|
1715
|
+
readonly isSelectAll?: boolean | undefined;
|
|
1716
|
+
readonly ellipsis?: boolean | undefined;
|
|
1854
1717
|
readonly items?: any[] | undefined;
|
|
1855
1718
|
readonly itemTitle?: import("../../composable").TItemKey | undefined;
|
|
1856
1719
|
readonly itemValue?: import("../../composable").TItemKey | undefined;
|
|
@@ -1859,9 +1722,40 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1859
1722
|
readonly itemProps?: import("../../composable").TItemKey | undefined;
|
|
1860
1723
|
readonly returnObject?: boolean | undefined;
|
|
1861
1724
|
readonly size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
1725
|
+
readonly disabled?: boolean | undefined;
|
|
1726
|
+
readonly type?: "number" | "password" | "text" | "email" | "tel" | "url" | undefined;
|
|
1727
|
+
readonly delimiters?: string[] | undefined;
|
|
1728
|
+
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;
|
|
1862
1729
|
readonly error?: boolean | undefined;
|
|
1863
|
-
readonly
|
|
1730
|
+
readonly customFilter?: ((value: string, query: string, item?: any) => import("../../composable").TFilterMath) | undefined;
|
|
1731
|
+
readonly customKeyFilter?: {
|
|
1732
|
+
[x: string]: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
|
|
1733
|
+
} | undefined;
|
|
1734
|
+
readonly filterKeys?: NonNullable<string | string[]> | undefined;
|
|
1735
|
+
readonly filterMode?: ("every" | "some" | "union" | "intersection") | undefined;
|
|
1736
|
+
readonly noFilter?: boolean | undefined;
|
|
1737
|
+
readonly active?: boolean | undefined;
|
|
1738
|
+
readonly autofocus?: boolean | undefined;
|
|
1739
|
+
readonly role?: string | undefined;
|
|
1740
|
+
readonly counter?: boolean | undefined;
|
|
1741
|
+
readonly clearable?: boolean | undefined;
|
|
1742
|
+
readonly persistentClearable?: boolean | undefined;
|
|
1743
|
+
readonly messages?: string | string[] | undefined;
|
|
1744
|
+
readonly persistentMessages?: boolean | undefined;
|
|
1745
|
+
readonly errorMessages?: string | string[] | undefined;
|
|
1746
|
+
readonly maxErrors?: string | number | undefined;
|
|
1747
|
+
readonly rules?: (import("../../composable").TValidationResult | ((value: any) => import("../../composable").TValidationResult) | ((value: any) => PromiseLike<import("../../composable").TValidationResult>) | {
|
|
1748
|
+
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>;
|
|
1749
|
+
})[] | undefined;
|
|
1750
|
+
readonly modelValue?: any;
|
|
1751
|
+
readonly validateOn?: "input" | "blur" | "submit" | undefined;
|
|
1752
|
+
readonly hideMessages?: boolean | undefined;
|
|
1753
|
+
readonly eager?: boolean | undefined;
|
|
1864
1754
|
readonly loading?: boolean | undefined;
|
|
1755
|
+
readonly focused?: boolean | undefined;
|
|
1756
|
+
readonly readonly?: boolean | undefined;
|
|
1757
|
+
readonly menuProps?: any;
|
|
1758
|
+
readonly menuHeight?: string | number | undefined;
|
|
1865
1759
|
readonly transition?: string | boolean | {
|
|
1866
1760
|
name?: string | undefined;
|
|
1867
1761
|
type?: ("transition" | "animation") | undefined;
|
|
@@ -2016,58 +1910,113 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2016
1910
|
beforeRouteLeave?: import("vue-router").NavigationGuard | undefined;
|
|
2017
1911
|
} | undefined;
|
|
2018
1912
|
} | undefined;
|
|
2019
|
-
readonly
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
1913
|
+
readonly listProps?: {
|
|
1914
|
+
items?: any[] | undefined;
|
|
1915
|
+
itemTitle?: import("../../composable").TItemKey | undefined;
|
|
1916
|
+
itemValue?: import("../../composable").TItemKey | undefined;
|
|
1917
|
+
itemChildren?: import("../../composable").TItemKey | undefined;
|
|
1918
|
+
itemProps?: import("../../composable").TItemKey | undefined;
|
|
1919
|
+
returnObject?: boolean | undefined;
|
|
1920
|
+
tag?: string | undefined;
|
|
1921
|
+
size?: NonNullable<"xs" | "sm" | "md" | "lg" | "xl"> | undefined;
|
|
1922
|
+
disabled?: boolean | undefined;
|
|
1923
|
+
dark?: boolean | undefined;
|
|
1924
|
+
required?: boolean | undefined;
|
|
1925
|
+
selectStrategy?: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp> | undefined;
|
|
1926
|
+
openStrategy?: "multiple" | "single" | "list" | {
|
|
1927
|
+
open: import("../../composable/nested/openStrategies").TOpenStrategyFn;
|
|
1928
|
+
select: import("../../composable/nested/openStrategies").TOpenSelectStrategyFn;
|
|
1929
|
+
} | undefined;
|
|
1930
|
+
readonly opened?: unknown[] | undefined;
|
|
1931
|
+
readonly selected?: unknown[] | undefined;
|
|
1932
|
+
theme?: string | undefined;
|
|
1933
|
+
"onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
|
|
1934
|
+
"onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
|
|
1935
|
+
"onClick:open"?: ((value: {
|
|
1936
|
+
id: unknown;
|
|
1937
|
+
value: boolean;
|
|
1938
|
+
path: unknown[];
|
|
1939
|
+
event: Event;
|
|
1940
|
+
}) => any) | undefined;
|
|
1941
|
+
"onClick:select"?: ((value: {
|
|
1942
|
+
id: unknown;
|
|
1943
|
+
value: boolean;
|
|
1944
|
+
path: unknown[];
|
|
1945
|
+
event: Event;
|
|
1946
|
+
}) => any) | undefined;
|
|
1947
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
|
2045
1948
|
} | undefined;
|
|
2046
|
-
readonly filterKeys?: NonNullable<string | string[]> | undefined;
|
|
2047
|
-
readonly filterMode?: ("every" | "some" | "union" | "intersection") | undefined;
|
|
2048
|
-
readonly noFilter?: boolean | undefined;
|
|
2049
|
-
readonly menuProps?: any;
|
|
2050
|
-
readonly menuHeight?: string | number | undefined;
|
|
2051
|
-
readonly name?: string | undefined;
|
|
2052
1949
|
readonly description?: string | undefined;
|
|
2053
|
-
readonly
|
|
2054
|
-
readonly
|
|
2055
|
-
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;
|
|
1950
|
+
readonly theme?: string | undefined;
|
|
1951
|
+
readonly name?: string | undefined;
|
|
2056
1952
|
readonly id?: string | undefined;
|
|
2057
|
-
readonly
|
|
2058
|
-
readonly validationValue?: any;
|
|
2059
|
-
readonly 'onClick:prepend'?: ((...args: any[]) => any) | undefined;
|
|
2060
|
-
readonly 'onClick:append'?: ((...args: any[]) => any) | undefined;
|
|
1953
|
+
readonly menu?: boolean | undefined;
|
|
2061
1954
|
readonly prefix?: string | undefined;
|
|
2062
1955
|
readonly suffix?: string | undefined;
|
|
2063
|
-
readonly prependInnerIcon?: "link" | "
|
|
2064
|
-
readonly appendInnerIcon?: "link" | "
|
|
1956
|
+
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;
|
|
1957
|
+
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;
|
|
2065
1958
|
readonly placeholder?: string | undefined;
|
|
2066
1959
|
readonly limit?: number | undefined;
|
|
2067
1960
|
readonly 'onClick:prependInner'?: ((...args: any[]) => any) | undefined;
|
|
2068
1961
|
readonly 'onClick:appendInner'?: ((...args: any[]) => any) | undefined;
|
|
2069
|
-
readonly
|
|
1962
|
+
readonly label?: string | undefined;
|
|
1963
|
+
readonly validationValue?: any;
|
|
1964
|
+
readonly locale?: "ru" | "en" | {
|
|
1965
|
+
notification: {
|
|
1966
|
+
closeLabel?: string | undefined;
|
|
1967
|
+
};
|
|
1968
|
+
table: {
|
|
1969
|
+
filterTitle?: string | undefined;
|
|
1970
|
+
filterConfirm?: any;
|
|
1971
|
+
filterReset?: any;
|
|
1972
|
+
filterEmptyText?: any;
|
|
1973
|
+
filterCheckAll?: any;
|
|
1974
|
+
filterSearchPlaceholder?: any;
|
|
1975
|
+
emptyText?: any;
|
|
1976
|
+
selectAll?: any;
|
|
1977
|
+
selectNone?: any;
|
|
1978
|
+
selectInvert?: any;
|
|
1979
|
+
selectionAll?: any;
|
|
1980
|
+
sortTitle?: string | undefined;
|
|
1981
|
+
expand?: string | undefined;
|
|
1982
|
+
collapse?: string | undefined;
|
|
1983
|
+
triggerDesc?: string | undefined;
|
|
1984
|
+
triggerAsc?: string | undefined;
|
|
1985
|
+
cancelSort?: string | undefined;
|
|
1986
|
+
};
|
|
1987
|
+
date: {
|
|
1988
|
+
days: string[];
|
|
1989
|
+
daysShort: string[];
|
|
1990
|
+
months: string[];
|
|
1991
|
+
monthsLong: string[];
|
|
1992
|
+
monthsShort: string[];
|
|
1993
|
+
firstDayOfWeek: number;
|
|
1994
|
+
format24h: boolean;
|
|
1995
|
+
pluralDay: (day?: number | undefined) => string;
|
|
1996
|
+
};
|
|
1997
|
+
container: {
|
|
1998
|
+
prev?: string | undefined;
|
|
1999
|
+
next?: string | undefined;
|
|
2000
|
+
};
|
|
2001
|
+
uploader: {
|
|
2002
|
+
uploading?: string | undefined;
|
|
2003
|
+
uploadFile?: string | undefined;
|
|
2004
|
+
downloadFile?: string | undefined;
|
|
2005
|
+
removeFile?: string | undefined;
|
|
2006
|
+
uploadError?: string | undefined;
|
|
2007
|
+
previewFile?: string | undefined;
|
|
2008
|
+
};
|
|
2009
|
+
dropdown: {
|
|
2010
|
+
noData: string;
|
|
2011
|
+
selectAll: string;
|
|
2012
|
+
};
|
|
2013
|
+
} | undefined;
|
|
2014
|
+
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;
|
|
2015
|
+
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;
|
|
2016
|
+
readonly 'onClick:prepend'?: ((...args: any[]) => any) | undefined;
|
|
2017
|
+
readonly 'onClick:append'?: ((...args: any[]) => any) | undefined;
|
|
2070
2018
|
readonly "onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
2019
|
+
readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
2071
2020
|
readonly "onUpdate:menu"?: ((value: boolean) => any) | undefined;
|
|
2072
2021
|
readonly "onUpdate:search"?: ((value: string) => any) | undefined;
|
|
2073
2022
|
readonly "onUpdate:selectedAll"?: ((value: boolean) => any) | undefined;
|
|
@@ -2085,7 +2034,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2085
2034
|
'cds-combobox--active-menu': boolean | undefined;
|
|
2086
2035
|
'cds-combobox--selected': number;
|
|
2087
2036
|
'cds-combobox--selecting-index': boolean;
|
|
2037
|
+
'cds-combobox--ellipsis': boolean;
|
|
2088
2038
|
}>;
|
|
2039
|
+
comboboxLocale: {
|
|
2040
|
+
noData: string;
|
|
2041
|
+
selectAll: string;
|
|
2042
|
+
};
|
|
2043
|
+
noop: typeof noop;
|
|
2089
2044
|
select: (item: IInternalItem) => void;
|
|
2090
2045
|
selectAll: () => void;
|
|
2091
2046
|
mergeItemProps: (item: IInternalItem) => {
|
|
@@ -2097,6 +2052,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2097
2052
|
onFocusout: (event: FocusEvent) => void;
|
|
2098
2053
|
onAfterLeave: () => void;
|
|
2099
2054
|
onMousedownControl: () => void;
|
|
2055
|
+
onMousedownMenuIcon: (event: MouseEvent) => void;
|
|
2100
2056
|
onInputModelValue: (value: string) => void;
|
|
2101
2057
|
getMatches: (item: IInternalItem<any>) => Record<string, import("../../composable").TFilterMath> | undefined;
|
|
2102
2058
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -2126,6 +2082,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2126
2082
|
*/
|
|
2127
2083
|
'update:selectedAll': (value: boolean) => true;
|
|
2128
2084
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2085
|
+
theme: {
|
|
2086
|
+
type: PropType<string>;
|
|
2087
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
2088
|
+
default: undefined;
|
|
2089
|
+
};
|
|
2129
2090
|
transition: {
|
|
2130
2091
|
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
|
2131
2092
|
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
@@ -2182,6 +2143,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2182
2143
|
type: PropType<boolean>;
|
|
2183
2144
|
default: boolean;
|
|
2184
2145
|
};
|
|
2146
|
+
locale: {
|
|
2147
|
+
type: PropType<"ru" | "en" | import("../../locale").ILocale>;
|
|
2148
|
+
default: undefined;
|
|
2149
|
+
};
|
|
2185
2150
|
menu: {
|
|
2186
2151
|
type: PropType<boolean | undefined>;
|
|
2187
2152
|
default: undefined;
|
|
@@ -2207,14 +2172,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2207
2172
|
default: undefined;
|
|
2208
2173
|
};
|
|
2209
2174
|
prependIcon: {
|
|
2210
|
-
type: PropType<"link" | "
|
|
2175
|
+
type: 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">;
|
|
2211
2176
|
default: undefined;
|
|
2212
|
-
validator: (value: "link" | "
|
|
2177
|
+
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;
|
|
2213
2178
|
};
|
|
2214
2179
|
appendIcon: {
|
|
2215
|
-
type: PropType<"link" | "
|
|
2180
|
+
type: 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">;
|
|
2216
2181
|
default: undefined;
|
|
2217
|
-
validator: (value: "link" | "
|
|
2182
|
+
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;
|
|
2218
2183
|
};
|
|
2219
2184
|
error: {
|
|
2220
2185
|
type: PropType<boolean>;
|
|
@@ -2230,10 +2195,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2230
2195
|
};
|
|
2231
2196
|
name: {
|
|
2232
2197
|
type: PropType<string | undefined>;
|
|
2233
|
-
default: undefined;
|
|
2234
|
-
* Событие открытия меню
|
|
2235
|
-
* @type { boolean }
|
|
2236
|
-
*/
|
|
2198
|
+
default: undefined;
|
|
2237
2199
|
};
|
|
2238
2200
|
rules: {
|
|
2239
2201
|
type: PropType<import("../../composable").TValidationRule[]>;
|
|
@@ -2298,19 +2260,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2298
2260
|
default: undefined;
|
|
2299
2261
|
};
|
|
2300
2262
|
prependInnerIcon: {
|
|
2301
|
-
type: PropType<"link" | "
|
|
2263
|
+
type: 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">;
|
|
2302
2264
|
default: undefined;
|
|
2303
|
-
validator: (value: "link" | "
|
|
2265
|
+
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;
|
|
2304
2266
|
};
|
|
2305
2267
|
appendInnerIcon: {
|
|
2306
|
-
type: PropType<"link" | "
|
|
2268
|
+
type: 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">;
|
|
2307
2269
|
default: undefined;
|
|
2308
|
-
validator: (value: "link" | "
|
|
2270
|
+
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;
|
|
2309
2271
|
};
|
|
2310
2272
|
type: {
|
|
2311
|
-
type: PropType<"number" | "
|
|
2273
|
+
type: PropType<"number" | "password" | "text" | "email" | "tel" | "url">;
|
|
2274
|
+
default: string;
|
|
2275
|
+
validator: (value: "number" | "password" | "text" | "email" | "tel" | "url") => boolean;
|
|
2276
|
+
};
|
|
2277
|
+
role: Omit<{
|
|
2278
|
+
type: PropType<string>;
|
|
2279
|
+
default: undefined;
|
|
2280
|
+
}, "default" | "type"> & {
|
|
2281
|
+
type: PropType<string>;
|
|
2312
2282
|
default: string;
|
|
2313
|
-
validator: (value: "number" | "text" | "password" | "email" | "tel" | "url") => boolean;
|
|
2314
2283
|
};
|
|
2315
2284
|
placeholder: {
|
|
2316
2285
|
type: PropType<string>;
|
|
@@ -2328,6 +2297,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2328
2297
|
type: PropType<boolean>;
|
|
2329
2298
|
default: boolean;
|
|
2330
2299
|
};
|
|
2300
|
+
persistentClearable: {
|
|
2301
|
+
type: PropType<boolean>;
|
|
2302
|
+
default: boolean;
|
|
2303
|
+
};
|
|
2331
2304
|
'onClick:prependInner': {
|
|
2332
2305
|
type: PropType<(...args: any[]) => any>;
|
|
2333
2306
|
default: undefined;
|
|
@@ -2373,10 +2346,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2373
2346
|
type: PropType<boolean>;
|
|
2374
2347
|
default: boolean;
|
|
2375
2348
|
};
|
|
2376
|
-
noDataText: {
|
|
2377
|
-
type: PropType<string>;
|
|
2378
|
-
default: string;
|
|
2379
|
-
};
|
|
2380
2349
|
hideNoData: Omit<{
|
|
2381
2350
|
type: PropType<boolean>;
|
|
2382
2351
|
default: boolean;
|
|
@@ -2388,9 +2357,116 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2388
2357
|
type: PropType<boolean>;
|
|
2389
2358
|
default: boolean;
|
|
2390
2359
|
};
|
|
2391
|
-
|
|
2392
|
-
type: PropType<
|
|
2360
|
+
ellipsis: {
|
|
2361
|
+
type: PropType<boolean>;
|
|
2362
|
+
default: boolean;
|
|
2363
|
+
};
|
|
2364
|
+
listProps: {
|
|
2365
|
+
type: PropType<Omit<Partial<{
|
|
2366
|
+
items: any[];
|
|
2367
|
+
itemTitle: import("../../composable").TItemKey;
|
|
2368
|
+
itemValue: import("../../composable").TItemKey;
|
|
2369
|
+
itemChildren: import("../../composable").TItemKey;
|
|
2370
|
+
itemProps: import("../../composable").TItemKey;
|
|
2371
|
+
returnObject: boolean;
|
|
2372
|
+
tag: string;
|
|
2373
|
+
size: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
2374
|
+
disabled: boolean;
|
|
2375
|
+
dark: boolean;
|
|
2376
|
+
required: boolean;
|
|
2377
|
+
selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
|
|
2378
|
+
openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
|
|
2379
|
+
theme: string;
|
|
2380
|
+
lines: false | "one" | "two" | "three";
|
|
2381
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2382
|
+
theme: {
|
|
2383
|
+
type: PropType<string>;
|
|
2384
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
2385
|
+
default: undefined;
|
|
2386
|
+
};
|
|
2387
|
+
selectStrategy: {
|
|
2388
|
+
type: PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
|
|
2389
|
+
default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
|
|
2390
|
+
};
|
|
2391
|
+
openStrategy: {
|
|
2392
|
+
type: PropType<NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>>;
|
|
2393
|
+
default: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
|
|
2394
|
+
};
|
|
2395
|
+
opened: PropType<unknown[]>;
|
|
2396
|
+
selected: PropType<unknown[]>;
|
|
2397
|
+
required: BooleanConstructor;
|
|
2398
|
+
dark: {
|
|
2399
|
+
type: PropType<boolean>;
|
|
2400
|
+
default: boolean;
|
|
2401
|
+
};
|
|
2402
|
+
disabled: {
|
|
2403
|
+
type: PropType<boolean>;
|
|
2404
|
+
default: boolean;
|
|
2405
|
+
};
|
|
2406
|
+
size: Omit<{
|
|
2407
|
+
type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
2408
|
+
default: string;
|
|
2409
|
+
available: readonly ["xs", "sm", "md", "lg", "xl"];
|
|
2410
|
+
validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
|
|
2411
|
+
}, "default" | "type"> & {
|
|
2412
|
+
type: PropType<NonNullable<"xs" | "sm" | "md" | "lg" | "xl">>;
|
|
2413
|
+
default: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
2414
|
+
};
|
|
2415
|
+
tag: {
|
|
2416
|
+
type: PropType<string>;
|
|
2417
|
+
default: string;
|
|
2418
|
+
description: string;
|
|
2419
|
+
};
|
|
2420
|
+
items: {
|
|
2421
|
+
type: PropType<any[]>;
|
|
2422
|
+
default: () => never[];
|
|
2423
|
+
};
|
|
2424
|
+
itemTitle: {
|
|
2425
|
+
type: PropType<import("../../composable").TItemKey>;
|
|
2426
|
+
default: string;
|
|
2427
|
+
};
|
|
2428
|
+
itemValue: {
|
|
2429
|
+
type: PropType<import("../../composable").TItemKey>;
|
|
2430
|
+
default: string;
|
|
2431
|
+
};
|
|
2432
|
+
itemChildren: {
|
|
2433
|
+
type: PropType<import("../../composable").TItemKey>;
|
|
2434
|
+
default: string;
|
|
2435
|
+
};
|
|
2436
|
+
itemProps: {
|
|
2437
|
+
type: PropType<import("../../composable").TItemKey>;
|
|
2438
|
+
default: string;
|
|
2439
|
+
};
|
|
2440
|
+
returnObject: {
|
|
2441
|
+
type: PropType<boolean>;
|
|
2442
|
+
default: boolean;
|
|
2443
|
+
};
|
|
2444
|
+
lines: {
|
|
2445
|
+
type: PropType<false | "one" | "two" | "three">;
|
|
2446
|
+
default: string;
|
|
2447
|
+
};
|
|
2448
|
+
}>> & {
|
|
2449
|
+
"onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
|
|
2450
|
+
"onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
|
|
2451
|
+
"onClick:open"?: ((value: {
|
|
2452
|
+
id: unknown;
|
|
2453
|
+
value: boolean;
|
|
2454
|
+
path: unknown[];
|
|
2455
|
+
event: Event;
|
|
2456
|
+
}) => any) | undefined;
|
|
2457
|
+
"onClick:select"?: ((value: {
|
|
2458
|
+
id: unknown;
|
|
2459
|
+
value: boolean;
|
|
2460
|
+
path: unknown[];
|
|
2461
|
+
event: Event;
|
|
2462
|
+
}) => any) | undefined;
|
|
2463
|
+
} & 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>>;
|
|
2464
|
+
default: undefined;
|
|
2465
|
+
};
|
|
2466
|
+
menuIcon: {
|
|
2467
|
+
type: 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">;
|
|
2393
2468
|
default: string;
|
|
2469
|
+
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;
|
|
2394
2470
|
};
|
|
2395
2471
|
/**
|
|
2396
2472
|
* Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
|
|
@@ -2400,17 +2476,117 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2400
2476
|
default: () => never[];
|
|
2401
2477
|
};
|
|
2402
2478
|
}>> & {
|
|
2403
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
2404
2479
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
2480
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
2405
2481
|
"onUpdate:menu"?: ((value: boolean) => any) | undefined;
|
|
2406
2482
|
"onUpdate:search"?: ((value: string) => any) | undefined;
|
|
2407
2483
|
"onUpdate:selectedAll"?: ((value: boolean) => any) | undefined;
|
|
2408
2484
|
}, {
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2485
|
+
multiple: boolean;
|
|
2486
|
+
openOnClear: boolean;
|
|
2487
|
+
hideSelected: boolean;
|
|
2488
|
+
hideNoData: boolean;
|
|
2489
|
+
isSelectAll: boolean;
|
|
2490
|
+
ellipsis: boolean;
|
|
2491
|
+
listProps: Omit<Partial<{
|
|
2492
|
+
items: any[];
|
|
2493
|
+
itemTitle: import("../../composable").TItemKey;
|
|
2494
|
+
itemValue: import("../../composable").TItemKey;
|
|
2495
|
+
itemChildren: import("../../composable").TItemKey;
|
|
2496
|
+
itemProps: import("../../composable").TItemKey;
|
|
2497
|
+
returnObject: boolean;
|
|
2498
|
+
tag: string;
|
|
2499
|
+
size: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
2500
|
+
disabled: boolean;
|
|
2501
|
+
dark: boolean;
|
|
2502
|
+
required: boolean;
|
|
2503
|
+
selectStrategy: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
|
|
2504
|
+
openStrategy: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
|
|
2505
|
+
theme: string;
|
|
2506
|
+
lines: false | "one" | "two" | "three";
|
|
2507
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2508
|
+
theme: {
|
|
2509
|
+
type: PropType<string>;
|
|
2510
|
+
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
2511
|
+
default: undefined;
|
|
2512
|
+
};
|
|
2513
|
+
selectStrategy: {
|
|
2514
|
+
type: PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
|
|
2515
|
+
default: NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>;
|
|
2516
|
+
};
|
|
2517
|
+
openStrategy: {
|
|
2518
|
+
type: PropType<NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>>;
|
|
2519
|
+
default: NonNullable<import("../../composable/nested/openStrategies").TOpenStrategyProp>;
|
|
2520
|
+
};
|
|
2521
|
+
opened: PropType<unknown[]>;
|
|
2522
|
+
selected: PropType<unknown[]>;
|
|
2523
|
+
required: BooleanConstructor;
|
|
2524
|
+
dark: {
|
|
2525
|
+
type: PropType<boolean>;
|
|
2526
|
+
default: boolean;
|
|
2527
|
+
};
|
|
2528
|
+
disabled: {
|
|
2529
|
+
type: PropType<boolean>;
|
|
2530
|
+
default: boolean;
|
|
2531
|
+
};
|
|
2532
|
+
size: Omit<{
|
|
2533
|
+
type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
2534
|
+
default: string;
|
|
2535
|
+
available: readonly ["xs", "sm", "md", "lg", "xl"];
|
|
2536
|
+
validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
|
|
2537
|
+
}, "default" | "type"> & {
|
|
2538
|
+
type: PropType<NonNullable<"xs" | "sm" | "md" | "lg" | "xl">>;
|
|
2539
|
+
default: NonNullable<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
2540
|
+
};
|
|
2541
|
+
tag: {
|
|
2542
|
+
type: PropType<string>;
|
|
2543
|
+
default: string;
|
|
2544
|
+
description: string;
|
|
2545
|
+
};
|
|
2546
|
+
items: {
|
|
2547
|
+
type: PropType<any[]>;
|
|
2548
|
+
default: () => never[];
|
|
2549
|
+
};
|
|
2550
|
+
itemTitle: {
|
|
2551
|
+
type: PropType<import("../../composable").TItemKey>;
|
|
2552
|
+
default: string;
|
|
2553
|
+
};
|
|
2554
|
+
itemValue: {
|
|
2555
|
+
type: PropType<import("../../composable").TItemKey>;
|
|
2556
|
+
default: string;
|
|
2557
|
+
};
|
|
2558
|
+
itemChildren: {
|
|
2559
|
+
type: PropType<import("../../composable").TItemKey>;
|
|
2560
|
+
default: string;
|
|
2561
|
+
};
|
|
2562
|
+
itemProps: {
|
|
2563
|
+
type: PropType<import("../../composable").TItemKey>;
|
|
2564
|
+
default: string;
|
|
2565
|
+
};
|
|
2566
|
+
returnObject: {
|
|
2567
|
+
type: PropType<boolean>;
|
|
2568
|
+
default: boolean;
|
|
2569
|
+
};
|
|
2570
|
+
lines: {
|
|
2571
|
+
type: PropType<false | "one" | "two" | "three">;
|
|
2572
|
+
default: string;
|
|
2573
|
+
};
|
|
2574
|
+
}>> & {
|
|
2575
|
+
"onUpdate:selected"?: ((value: unknown[]) => any) | undefined;
|
|
2576
|
+
"onUpdate:opened"?: ((value: unknown[]) => any) | undefined;
|
|
2577
|
+
"onClick:open"?: ((value: {
|
|
2578
|
+
id: unknown;
|
|
2579
|
+
value: boolean;
|
|
2580
|
+
path: unknown[];
|
|
2581
|
+
event: Event;
|
|
2582
|
+
}) => any) | undefined;
|
|
2583
|
+
"onClick:select"?: ((value: {
|
|
2584
|
+
id: unknown;
|
|
2585
|
+
value: boolean;
|
|
2586
|
+
path: unknown[];
|
|
2587
|
+
event: Event;
|
|
2588
|
+
}) => any) | undefined;
|
|
2589
|
+
} & 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>;
|
|
2414
2590
|
items: any[];
|
|
2415
2591
|
itemTitle: import("../../composable").TItemKey;
|
|
2416
2592
|
itemValue: import("../../composable").TItemKey;
|
|
@@ -2418,20 +2594,40 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2418
2594
|
itemChildren: import("../../composable").TItemKey;
|
|
2419
2595
|
itemProps: import("../../composable").TItemKey;
|
|
2420
2596
|
returnObject: boolean;
|
|
2597
|
+
description: string;
|
|
2421
2598
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
2599
|
+
disabled: boolean;
|
|
2600
|
+
theme: string;
|
|
2601
|
+
type: "number" | "password" | "text" | "email" | "tel" | "url";
|
|
2602
|
+
name: string | undefined;
|
|
2603
|
+
id: string;
|
|
2604
|
+
delimiters: string[];
|
|
2605
|
+
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";
|
|
2422
2606
|
error: boolean;
|
|
2423
2607
|
menu: boolean | undefined;
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
messages: string | string[];
|
|
2608
|
+
customFilter: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
|
|
2609
|
+
customKeyFilter: {
|
|
2610
|
+
[x: string]: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
|
|
2611
|
+
};
|
|
2612
|
+
filterKeys: NonNullable<string | string[]>;
|
|
2613
|
+
filterMode: "every" | "some" | "union" | "intersection";
|
|
2614
|
+
noFilter: boolean;
|
|
2432
2615
|
active: boolean;
|
|
2433
|
-
|
|
2616
|
+
autofocus: boolean;
|
|
2617
|
+
prefix: string;
|
|
2618
|
+
suffix: string;
|
|
2619
|
+
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";
|
|
2620
|
+
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";
|
|
2621
|
+
role: string;
|
|
2622
|
+
placeholder: string;
|
|
2623
|
+
counter: boolean;
|
|
2624
|
+
limit: number;
|
|
2625
|
+
clearable: boolean;
|
|
2626
|
+
persistentClearable: boolean;
|
|
2627
|
+
'onClick:prependInner': (...args: any[]) => any;
|
|
2628
|
+
'onClick:appendInner': (...args: any[]) => any;
|
|
2434
2629
|
label: string;
|
|
2630
|
+
messages: string | string[];
|
|
2435
2631
|
persistentMessages: boolean;
|
|
2436
2632
|
errorMessages: string | string[];
|
|
2437
2633
|
maxErrors: string | number;
|
|
@@ -2440,36 +2636,19 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2440
2636
|
validateOn: "input" | "blur" | "submit";
|
|
2441
2637
|
validationValue: any;
|
|
2442
2638
|
hideMessages: boolean;
|
|
2443
|
-
|
|
2639
|
+
locale: "ru" | "en" | import("../../locale").ILocale;
|
|
2640
|
+
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";
|
|
2641
|
+
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";
|
|
2444
2642
|
'onClick:prepend': (...args: any[]) => any;
|
|
2445
2643
|
'onClick:append': (...args: any[]) => any;
|
|
2446
|
-
autofocus: boolean;
|
|
2447
|
-
prefix: string;
|
|
2448
|
-
suffix: string;
|
|
2449
|
-
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";
|
|
2450
|
-
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";
|
|
2451
|
-
placeholder: string;
|
|
2452
|
-
counter: boolean;
|
|
2453
|
-
limit: number;
|
|
2454
|
-
clearable: boolean;
|
|
2455
|
-
'onClick:prependInner': (...args: any[]) => any;
|
|
2456
|
-
'onClick:appendInner': (...args: any[]) => any;
|
|
2457
2644
|
eager: boolean;
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
noDataText: string;
|
|
2462
|
-
hideNoData: boolean;
|
|
2463
|
-
isSelectAll: boolean;
|
|
2464
|
-
selectAllText: string;
|
|
2465
|
-
customFilter: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
|
|
2466
|
-
customKeyFilter: {
|
|
2467
|
-
[x: string]: (value: string, query: string, item?: any) => import("../../composable").TFilterMath;
|
|
2468
|
-
};
|
|
2469
|
-
filterKeys: NonNullable<string | string[]>;
|
|
2470
|
-
filterMode: "every" | "some" | "union" | "intersection";
|
|
2471
|
-
noFilter: boolean;
|
|
2645
|
+
loading: boolean;
|
|
2646
|
+
focused: boolean;
|
|
2647
|
+
readonly: boolean;
|
|
2472
2648
|
menuProps: any;
|
|
2473
2649
|
menuHeight: string | number;
|
|
2650
|
+
transition: string | boolean | (import("vue").TransitionProps & {
|
|
2651
|
+
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
2652
|
+
});
|
|
2474
2653
|
}>;
|
|
2475
2654
|
export default _sfc_main;
|