@ironsource/shared-ui 2.1.7-rc.1 → 2.1.7-rc.11
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/Autocomplete.vue_vue_type_style_index_0_scoped_e361f9fd_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_ff47417d_lang.css +1 -0
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_0ce71f73_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_938772ee_lang.css +1 -0
- package/FieldMaxLength.vue_vue_type_style_index_0_scoped_47877984_lang.css +1 -0
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_cc2adbf5_lang.css +1 -0
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_bd6145ce_lang.css +1 -0
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_29f00d79_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_b6a06f00_lang.css +1 -0
- package/Popover.vue_vue_type_style_index_0_scoped_c607b770_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_c54cd089_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_1_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_402063dc_lang.css +1 -0
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_4114ef89_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_eb472aa3_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_0_scoped_66bd448a_lang.css +1 -0
- package/components/ThemeWrapper/ThemeWrapper.vue.js +8 -0
- package/components/ThemeWrapper/ThemeWrapper.vue2.js +22 -0
- package/components/alert/Alert.vue.js +7 -0
- package/components/alert/Alert.vue2.js +109 -0
- package/components/appHeader/AppHeader.vue.js +7 -0
- package/components/appHeader/AppHeader.vue2.js +86 -0
- package/components/appIcon/AppIcon.vue.js +7 -0
- package/components/appIcon/AppIcon.vue2.js +35 -0
- package/components/appTrigger/AppTrigger.vue.js +7 -0
- package/components/appTrigger/AppTrigger.vue2.js +124 -0
- package/components/autocomplete/Autocomplete.vue.d.ts +5 -0
- package/components/autocomplete/Autocomplete.vue.js +7 -0
- package/components/autocomplete/Autocomplete.vue2.js +134 -0
- package/components/autocomplete/index.d.ts +20 -1
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +7 -0
- package/components/autocompleteDropdown/AutocompleteDropdown.vue2.js +120 -0
- package/components/autocompleteDropdown/AutocompleteInput.vue.js +7 -0
- package/components/autocompleteDropdown/AutocompleteInput.vue2.js +79 -0
- package/components/autocompleteDropdown/GroupOption.vue.js +7 -0
- package/components/autocompleteDropdown/GroupOption.vue2.js +35 -0
- package/components/banner/Banner.vue.js +7 -0
- package/components/banner/Banner.vue2.js +58 -0
- package/components/button/v3/Button.vue.js +7 -0
- package/components/button/v3/Button.vue2.js +59 -0
- package/components/button/v3/ButtonBase.vue.js +7 -0
- package/components/button/v3/ButtonBase.vue2.js +54 -0
- package/components/button/v3/IconButton.vue.js +7 -0
- package/components/button/v3/IconButton.vue2.js +45 -0
- package/components/button/v3/LoaderCircleIcon.vue.js +33 -0
- package/components/button/v3/LoaderCircleIcon.vue2.js +0 -0
- package/components/button/v3/LoaderDotsIcon.vue.js +16 -0
- package/components/button/v3/LoaderDotsIcon.vue2.js +0 -0
- package/components/button/v3/ScrollButton.vue.js +7 -0
- package/components/button/v3/ScrollButton.vue2.js +45 -0
- package/components/button/v4/ButtonV4.vue.js +7 -0
- package/components/button/v4/ButtonV4.vue2.js +91 -0
- package/components/button/v4/IconButtonV4.vue.js +7 -0
- package/components/button/v4/IconButtonV4.vue2.js +46 -0
- package/components/chart/Chart.vue.js +7 -0
- package/components/chart/Chart.vue2.js +281 -0
- package/components/chart/ChartHeader.vue.js +7 -0
- package/components/chart/ChartHeader.vue2.js +51 -0
- package/components/chart/ChartLegend.vue.js +7 -0
- package/components/chart/ChartLegend.vue2.js +65 -0
- package/components/chart/ChartLoader.vue.js +25 -0
- package/components/chart/ChartLoader.vue2.js +0 -0
- package/components/chart/ChartTooltip.vue.js +7 -0
- package/components/chart/ChartTooltip.vue2.js +81 -0
- package/components/checkbox/v3/Checkbox.vue.js +7 -0
- package/components/checkbox/v3/Checkbox.vue2.js +99 -0
- package/components/checkbox/v3/icons/checked.vue.js +27 -0
- package/components/checkbox/v3/icons/indeterminate.vue.js +28 -0
- package/components/checkbox/v3/icons/unchecked.vue.js +24 -0
- package/components/checkbox/v4/CheckboxV4.vue.js +7 -0
- package/components/checkbox/v4/CheckboxV4.vue2.js +111 -0
- package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +40 -0
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +30 -0
- package/components/checkbox/v4/icons/UncheckedState.vue.js +32 -0
- package/components/chip/v3/Chip.vue.js +7 -0
- package/components/chip/v3/Chip.vue2.js +58 -0
- package/components/chip/v4/ChipV4.vue.js +7 -0
- package/components/chip/v4/ChipV4.vue2.js +36 -0
- package/components/cssBaseline/CssBaseline.vue.js +10 -0
- package/components/cssBaseline/CssBaseline.vue2.js +0 -0
- package/components/datePicker/v3/DatePicker.vue.js +7 -0
- package/components/datePicker/v3/DatePicker.vue2.js +69 -0
- package/components/datePicker/v3/DatePickerMonth.vue.js +7 -0
- package/components/datePicker/v3/DatePickerMonth.vue2.js +40 -0
- package/components/datePicker/v4/DatePickerMonthV4.vue.js +7 -0
- package/components/datePicker/v4/DatePickerMonthV4.vue2.js +40 -0
- package/components/datePicker/v4/DatePickerV4.vue.js +7 -0
- package/components/datePicker/v4/DatePickerV4.vue2.js +74 -0
- package/components/dateRange/v3/CalendarMonth.vue.js +7 -0
- package/components/dateRange/v3/CalendarMonth.vue2.js +147 -0
- package/components/dateRange/v3/DateRange.vue.js +7 -0
- package/components/dateRange/v3/DateRange.vue2.js +226 -0
- package/components/dateRange/v4/CalendarMonthV4.vue.js +7 -0
- package/components/dateRange/v4/CalendarMonthV4.vue2.js +132 -0
- package/components/dateRange/v4/DateRangeV4.vue.js +7 -0
- package/components/dateRange/v4/DateRangeV4.vue2.js +263 -0
- package/components/dialog/v3/Dialog.vue.js +7 -0
- package/components/dialog/v3/Dialog.vue2.js +137 -0
- package/components/dialog/v4/DialogV4.vue.js +7 -0
- package/components/dialog/v4/DialogV4.vue2.js +155 -0
- package/components/dropdown/v3/Dropdown.vue.js +8 -0
- package/components/dropdown/v3/Dropdown.vue2.js +394 -0
- package/components/dropdown/v3/Label.vue.js +7 -0
- package/components/dropdown/v3/Label.vue2.js +36 -0
- package/components/dropdown/v3/Option.vue.js +7 -0
- package/components/dropdown/v3/Option.vue2.js +94 -0
- package/components/dropdown/v3/SearchInput.vue.js +7 -0
- package/components/dropdown/v3/SearchInput.vue2.js +82 -0
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +185 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +36 -0
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +51 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +74 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +117 -0
- package/components/dropdown/v4/DropdownV4.vue.d.ts +10 -0
- package/components/dropdown/v4/DropdownV4.vue.js +8 -0
- package/components/dropdown/v4/DropdownV4.vue2.js +425 -0
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +19 -0
- package/components/dropdown/v4/OptionV4.vue.d.ts +10 -0
- package/components/dropdown/v4/OptionV4.vue.js +7 -0
- package/components/dropdown/v4/OptionV4.vue2.js +165 -0
- package/components/dropdown/v4/TreeDropdown.vue.js +7 -0
- package/components/dropdown/v4/TreeDropdown.vue2.js +122 -0
- package/components/dropdown/v4/dropdownStoryArgs.d.ts +14 -0
- package/components/dropdown/v4/index.d.ts +78 -2
- package/components/emptyState/v3/EmptyState.vue.js +7 -0
- package/components/emptyState/v3/EmptyState.vue2.js +91 -0
- package/components/emptyState/v3/EmptyStateIcon.vue.js +35 -0
- package/components/emptyState/v3/EmptyStateIcon.vue2.js +0 -0
- package/components/emptyState/v4/EmptyStateV4.vue.js +7 -0
- package/components/emptyState/v4/EmptyStateV4.vue2.js +81 -0
- package/components/emptyState/v4/icons/IconError.vue.js +16 -0
- package/components/emptyState/v4/icons/IconFiles.vue.js +16 -0
- package/components/emptyState/v4/icons/IconNoAccess.vue.js +16 -0
- package/components/emptyState/v4/icons/IconNoData.vue.js +16 -0
- package/components/emptyState/v4/icons/IconNoResults.vue.js +16 -0
- package/components/emptyState/v4/icons/IconSettings.vue.js +16 -0
- package/components/filterDropdown/AddFilterButton.vue.js +7 -0
- package/components/filterDropdown/AddFilterButton.vue2.js +50 -0
- package/components/filterDropdown/FilterDropdown.vue.js +7 -0
- package/components/filterDropdown/FilterDropdown.vue2.js +56 -0
- package/components/filtersPanel/v3/FilterSearchInput.vue.js +7 -0
- package/components/filtersPanel/v3/FilterSearchInput.vue2.js +45 -0
- package/components/filtersPanel/v3/FiltersPanel.vue.js +7 -0
- package/components/filtersPanel/v3/FiltersPanel.vue2.js +40 -0
- package/components/filtersPanel/v4/FiltersPanelV4.vue.js +7 -0
- package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +23 -0
- package/components/floatingToolbar/FloatingToolbar.vue.js +7 -0
- package/components/floatingToolbar/FloatingToolbar.vue2.js +70 -0
- package/components/forms/CardPanel.vue.js +7 -0
- package/components/forms/CardPanel.vue2.js +37 -0
- package/components/forms/FormCard.vue.js +7 -0
- package/components/forms/FormCard.vue2.js +101 -0
- package/components/forms/FormField.vue.js +7 -0
- package/components/forms/FormField.vue2.js +17 -0
- package/components/forms/FormRow.vue.js +7 -0
- package/components/forms/FormRow.vue2.js +34 -0
- package/components/icon/v3/Icon.vue.js +7 -0
- package/components/icon/v3/Icon.vue2.js +38 -0
- package/components/icon/v3/icons/A.vue.js +24 -0
- package/components/icon/v3/icons/A2.vue.js +18 -0
- package/components/icon/v3/icons/ABTest.vue.js +20 -0
- package/components/icon/v3/icons/ABTest2.vue.js +15 -0
- package/components/icon/v3/icons/ACircle.vue.js +20 -0
- package/components/icon/v3/icons/AccountBalanceWallet.vue.js +22 -0
- package/components/icon/v3/icons/AccountCircle.vue.js +20 -0
- package/components/icon/v3/icons/AccountCircleOutline.vue.js +18 -0
- package/components/icon/v3/icons/Add.vue.js +18 -0
- package/components/icon/v3/icons/Adjust.vue.js +43 -0
- package/components/icon/v3/icons/Analytics.vue.js +18 -0
- package/components/icon/v3/icons/Android.vue.js +20 -0
- package/components/icon/v3/icons/AngleDown.vue.js +20 -0
- package/components/icon/v3/icons/AngleLeft.vue.js +20 -0
- package/components/icon/v3/icons/AngleRight.vue.js +20 -0
- package/components/icon/v3/icons/AngleUp.vue.js +20 -0
- package/components/icon/v3/icons/AppStore.vue.js +21 -0
- package/components/icon/v3/icons/AreaChart.vue.js +18 -0
- package/components/icon/v3/icons/ArrowBack.vue.js +18 -0
- package/components/icon/v3/icons/ArrowDownward.vue.js +18 -0
- package/components/icon/v3/icons/ArrowForward.vue.js +18 -0
- package/components/icon/v3/icons/ArrowLeft.vue.js +18 -0
- package/components/icon/v3/icons/ArrowRight.vue.js +18 -0
- package/components/icon/v3/icons/ArrowSort-Down.vue.js +20 -0
- package/components/icon/v3/icons/ArrowSort-Up.vue.js +20 -0
- package/components/icon/v3/icons/ArrowUpward.vue.js +18 -0
- package/components/icon/v3/icons/AutoAwesome.vue.js +18 -0
- package/components/icon/v3/icons/AutoMode.vue.js +20 -0
- package/components/icon/v3/icons/Autorenew.vue.js +18 -0
- package/components/icon/v3/icons/B.vue.js +24 -0
- package/components/icon/v3/icons/B2.vue.js +18 -0
- package/components/icon/v3/icons/BCircle.vue.js +20 -0
- package/components/icon/v3/icons/Banner.vue.js +24 -0
- package/components/icon/v3/icons/Bidding.vue.js +32 -0
- package/components/icon/v3/icons/Bidding2.vue.js +32 -0
- package/components/icon/v3/icons/Block.vue.js +18 -0
- package/components/icon/v3/icons/BorderColor.vue.js +20 -0
- package/components/icon/v3/icons/Bug.vue.js +20 -0
- package/components/icon/v3/icons/Bullhorn.vue.js +18 -0
- package/components/icon/v3/icons/BullseyeArrow.vue.js +23 -0
- package/components/icon/v3/icons/Cached.vue.js +18 -0
- package/components/icon/v3/icons/Calendar.vue.js +23 -0
- package/components/icon/v3/icons/CalendarToday.vue.js +18 -0
- package/components/icon/v3/icons/Cancel.vue.js +20 -0
- package/components/icon/v3/icons/ChartBar.vue.js +20 -0
- package/components/icon/v3/icons/ChartLine.vue.js +20 -0
- package/components/icon/v3/icons/ChartMixed.vue.js +20 -0
- package/components/icon/v3/icons/Check.vue.js +18 -0
- package/components/icon/v3/icons/Check2.vue.js +21 -0
- package/components/icon/v3/icons/CheckBold.vue.js +20 -0
- package/components/icon/v3/icons/CheckCircle.vue.js +21 -0
- package/components/icon/v3/icons/Close.vue.js +18 -0
- package/components/icon/v3/icons/CloseBold.vue.js +18 -0
- package/components/icon/v3/icons/ComputerMouse.vue.js +23 -0
- package/components/icon/v3/icons/CopyTo-Clipboard.vue.js +20 -0
- package/components/icon/v3/icons/CopyToClipboardFilled.vue.js +18 -0
- package/components/icon/v3/icons/Create.vue.js +20 -0
- package/components/icon/v3/icons/Creative.vue.js +20 -0
- package/components/icon/v3/icons/Cross.vue.js +20 -0
- package/components/icon/v3/icons/CrownFill.vue.js +18 -0
- package/components/icon/v3/icons/Cube.vue.js +21 -0
- package/components/icon/v3/icons/CubeBackground.vue.js +27 -0
- package/components/icon/v3/icons/Cup.vue.js +18 -0
- package/components/icon/v3/icons/CupA.vue.js +15 -0
- package/components/icon/v3/icons/CupB.vue.js +15 -0
- package/components/icon/v3/icons/Delete.vue.js +20 -0
- package/components/icon/v3/icons/Diamond.vue.js +18 -0
- package/components/icon/v3/icons/Dots.vue.js +20 -0
- package/components/icon/v3/icons/Download.vue.js +20 -0
- package/components/icon/v3/icons/Download2.vue.js +23 -0
- package/components/icon/v3/icons/DownloadDone.vue.js +20 -0
- package/components/icon/v3/icons/DragIndicator.vue.js +18 -0
- package/components/icon/v3/icons/Duplicate.vue.js +19 -0
- package/components/icon/v3/icons/Ecpi.vue.js +31 -0
- package/components/icon/v3/icons/Email.vue.js +20 -0
- package/components/icon/v3/icons/EmailEnvelope.vue.js +18 -0
- package/components/icon/v3/icons/Error.vue.js +20 -0
- package/components/icon/v3/icons/Eye.vue.js +22 -0
- package/components/icon/v3/icons/Eye2.vue.js +19 -0
- package/components/icon/v3/icons/EyeSlash.vue.js +21 -0
- package/components/icon/v3/icons/FavoriteBorder.vue.js +20 -0
- package/components/icon/v3/icons/Filter.vue.js +20 -0
- package/components/icon/v3/icons/FilterList.vue.js +18 -0
- package/components/icon/v3/icons/FiltersSearch.vue.js +41 -0
- package/components/icon/v3/icons/Frame.vue.js +20 -0
- package/components/icon/v3/icons/Fullscreen.vue.js +20 -0
- package/components/icon/v3/icons/FullscreenExit.vue.js +20 -0
- package/components/icon/v3/icons/Functions.vue.js +18 -0
- package/components/icon/v3/icons/GamepadAlt.vue.js +20 -0
- package/components/icon/v3/icons/Games.vue.js +20 -0
- package/components/icon/v3/icons/Gavel.vue.js +20 -0
- package/components/icon/v3/icons/Gift.vue.js +20 -0
- package/components/icon/v3/icons/GitHub.vue.js +20 -0
- package/components/icon/v3/icons/GlobeStand.vue.js +20 -0
- package/components/icon/v3/icons/GooglePlay.vue.js +18 -0
- package/components/icon/v3/icons/Group.vue.js +20 -0
- package/components/icon/v3/icons/Hammer.vue.js +20 -0
- package/components/icon/v3/icons/HandPointer.vue.js +22 -0
- package/components/icon/v3/icons/Hands.vue.js +20 -0
- package/components/icon/v3/icons/Heartbeat.vue.js +20 -0
- package/components/icon/v3/icons/Help.vue.js +20 -0
- package/components/icon/v3/icons/HelpOutline.vue.js +20 -0
- package/components/icon/v3/icons/History.vue.js +18 -0
- package/components/icon/v3/icons/IOS.vue.js +20 -0
- package/components/icon/v3/icons/Image.vue.js +18 -0
- package/components/icon/v3/icons/ImageNotSupported.vue.js +23 -0
- package/components/icon/v3/icons/ImageSlash.vue.js +18 -0
- package/components/icon/v3/icons/ImportExport.vue.js +18 -0
- package/components/icon/v3/icons/ImportExport2.vue.js +18 -0
- package/components/icon/v3/icons/Importent.vue.js +20 -0
- package/components/icon/v3/icons/Info.vue.js +20 -0
- package/components/icon/v3/icons/Info2.vue.js +21 -0
- package/components/icon/v3/icons/InfoOutline.vue.js +20 -0
- package/components/icon/v3/icons/Insights.vue.js +20 -0
- package/components/icon/v3/icons/Interstitial.vue.js +24 -0
- package/components/icon/v3/icons/Ios14.vue.js +20 -0
- package/components/icon/v3/icons/Js.vue.js +20 -0
- package/components/icon/v3/icons/Landscape.vue.js +18 -0
- package/components/icon/v3/icons/Launch.vue.js +18 -0
- package/components/icon/v3/icons/Levelplay.vue.js +32 -0
- package/components/icon/v3/icons/LimitCircle.vue.js +23 -0
- package/components/icon/v3/icons/LimitOctagon.vue.js +23 -0
- package/components/icon/v3/icons/Link.vue.js +18 -0
- package/components/icon/v3/icons/LoadingClean.vue.js +18 -0
- package/components/icon/v3/icons/Lock.vue.js +18 -0
- package/components/icon/v3/icons/LockOpen.vue.js +18 -0
- package/components/icon/v3/icons/Login.vue.js +18 -0
- package/components/icon/v3/icons/Logout.vue.js +18 -0
- package/components/icon/v3/icons/Marketing.vue.js +23 -0
- package/components/icon/v3/icons/MilitaryTech.vue.js +18 -0
- package/components/icon/v3/icons/Mix.vue.js +20 -0
- package/components/icon/v3/icons/Mix2.vue.js +24 -0
- package/components/icon/v3/icons/MobileLandscape.vue.js +20 -0
- package/components/icon/v3/icons/MobilePortrait.vue.js +20 -0
- package/components/icon/v3/icons/MoneyCheck.vue.js +22 -0
- package/components/icon/v3/icons/MoreHoriz.vue.js +20 -0
- package/components/icon/v3/icons/MoreVert.vue.js +20 -0
- package/components/icon/v3/icons/Mouse.vue.js +20 -0
- package/components/icon/v3/icons/MousePointer.vue.js +20 -0
- package/components/icon/v3/icons/MovingUp.vue.js +18 -0
- package/components/icon/v3/icons/NativeAd.vue.js +15 -0
- package/components/icon/v3/icons/NotificationsNone.vue.js +20 -0
- package/components/icon/v3/icons/Offerwall.vue.js +24 -0
- package/components/icon/v3/icons/Palyable.vue.js +18 -0
- package/components/icon/v3/icons/PaperPlane-Off.vue.js +20 -0
- package/components/icon/v3/icons/PaperPlane.vue.js +20 -0
- package/components/icon/v3/icons/Pause.vue.js +20 -0
- package/components/icon/v3/icons/PauseCircleFilled.vue.js +20 -0
- package/components/icon/v3/icons/PauseCircleOutline.vue.js +20 -0
- package/components/icon/v3/icons/PhoneIphone.vue.js +18 -0
- package/components/icon/v3/icons/Photo.vue.js +23 -0
- package/components/icon/v3/icons/Photo2.vue.js +20 -0
- package/components/icon/v3/icons/PlayArrow.vue.js +18 -0
- package/components/icon/v3/icons/PlayCircleFilledWhite.vue.js +20 -0
- package/components/icon/v3/icons/PlayCircleOutline.vue.js +20 -0
- package/components/icon/v3/icons/Qrcode.vue.js +20 -0
- package/components/icon/v3/icons/Question.vue.js +21 -0
- package/components/icon/v3/icons/QuickAB.vue.js +15 -0
- package/components/icon/v3/icons/QuickAB2.vue.js +15 -0
- package/components/icon/v3/icons/React.vue.js +20 -0
- package/components/icon/v3/icons/Redo.vue.js +18 -0
- package/components/icon/v3/icons/Refresh.vue.js +18 -0
- package/components/icon/v3/icons/Remove.vue.js +18 -0
- package/components/icon/v3/icons/Replay.vue.js +18 -0
- package/components/icon/v3/icons/RewardedVideo.vue.js +24 -0
- package/components/icon/v3/icons/RocketLaunch.vue.js +18 -0
- package/components/icon/v3/icons/Rotate.vue.js +20 -0
- package/components/icon/v3/icons/Route.vue.js +20 -0
- package/components/icon/v3/icons/SackDollar.vue.js +23 -0
- package/components/icon/v3/icons/Schedule.vue.js +18 -0
- package/components/icon/v3/icons/Search.vue.js +18 -0
- package/components/icon/v3/icons/SearchBold.vue.js +20 -0
- package/components/icon/v3/icons/Share.vue.js +18 -0
- package/components/icon/v3/icons/Slack.vue.js +18 -0
- package/components/icon/v3/icons/SportsEsports.vue.js +18 -0
- package/components/icon/v3/icons/Star.vue.js +20 -0
- package/components/icon/v3/icons/StarFill.vue.js +20 -0
- package/components/icon/v3/icons/StatusBanner.vue.js +26 -0
- package/components/icon/v3/icons/StatusInterstitial.vue.js +26 -0
- package/components/icon/v3/icons/StatusNativeAd.vue.js +15 -0
- package/components/icon/v3/icons/StatusOfferwall.vue.js +26 -0
- package/components/icon/v3/icons/StatusRewardedVideo.vue.js +26 -0
- package/components/icon/v3/icons/StopCircleFilled.vue.js +18 -0
- package/components/icon/v3/icons/StopCircleOutline.vue.js +18 -0
- package/components/icon/v3/icons/Style.vue.js +22 -0
- package/components/icon/v3/icons/Success.vue.js +20 -0
- package/components/icon/v3/icons/SuccessFull.vue.js +20 -0
- package/components/icon/v3/icons/Switch.vue.js +20 -0
- package/components/icon/v3/icons/TableEdit.vue.js +18 -0
- package/components/icon/v3/icons/TabletLandscape.vue.js +20 -0
- package/components/icon/v3/icons/TabletMac.vue.js +18 -0
- package/components/icon/v3/icons/TabletPortrait.vue.js +20 -0
- package/components/icon/v3/icons/Texture.vue.js +20 -0
- package/components/icon/v3/icons/ThemeDark.vue.js +18 -0
- package/components/icon/v3/icons/ThemeLight.vue.js +18 -0
- package/components/icon/v3/icons/Timelapse.vue.js +18 -0
- package/components/icon/v3/icons/Timeline.vue.js +18 -0
- package/components/icon/v3/icons/TrendingDown.vue.js +18 -0
- package/components/icon/v3/icons/TrendingFlat.vue.js +18 -0
- package/components/icon/v3/icons/TrendingUp.vue.js +18 -0
- package/components/icon/v3/icons/Tune.vue.js +20 -0
- package/components/icon/v3/icons/TwoToneBanner.vue.js +28 -0
- package/components/icon/v3/icons/TwoToneInterstitial.vue.js +28 -0
- package/components/icon/v3/icons/TwoToneNativeAd.vue.js +15 -0
- package/components/icon/v3/icons/TwoToneOfferwall.vue.js +24 -0
- package/components/icon/v3/icons/TwoToneRewardedVideo.vue.js +30 -0
- package/components/icon/v3/icons/Undo.vue.js +18 -0
- package/components/icon/v3/icons/UnfoldLess.vue.js +20 -0
- package/components/icon/v3/icons/UnfoldMore.vue.js +20 -0
- package/components/icon/v3/icons/VerticalAlignTop.vue.js +18 -0
- package/components/icon/v3/icons/VerticalAlignTop2.vue.js +18 -0
- package/components/icon/v3/icons/Vibration.vue.js +20 -0
- package/components/icon/v3/icons/VideoRound.vue.js +20 -0
- package/components/icon/v3/icons/ViewCarousel.vue.js +18 -0
- package/components/icon/v3/icons/Visibility.vue.js +18 -0
- package/components/icon/v3/icons/VisibilityOff.vue.js +18 -0
- package/components/icon/v3/icons/VisibilityOffStrok.vue.js +18 -0
- package/components/icon/v3/icons/VisibilityStrok.vue.js +18 -0
- package/components/icon/v3/icons/VolumeOff.vue.js +20 -0
- package/components/icon/v3/icons/VolumeUp.vue.js +20 -0
- package/components/icon/v3/icons/Warning.vue.js +18 -0
- package/components/icon/v3/icons/Warning2.vue.js +20 -0
- package/components/icon/v3/icons/Warning3.vue.js +21 -0
- package/components/icon/v3/icons/WarningCircle.vue.js +21 -0
- package/components/icon/v3/icons/WarningOctagon.vue.js +21 -0
- package/components/icon/v3/icons/WebApp.vue.js +18 -0
- package/components/icon/v3/icons/Widget.vue.js +22 -0
- package/components/icon/v3/icons/Widgets.vue.js +18 -0
- package/components/icon/v3/icons/WidgetsFill.vue.js +18 -0
- package/components/icon/v3/icons/WidgetsFlatSquares.vue.js +49 -0
- package/components/icon/v3/icons/Widgetsz.vue.js +25 -0
- package/components/icon/v3/icons/WifiProtectedSetup.vue.js +20 -0
- package/components/icon/v4/IconFlag.vue.js +7 -0
- package/components/icon/v4/IconFlag.vue2.js +32 -0
- package/components/icon/v4/IconV4.vue.js +7 -0
- package/components/icon/v4/IconV4.vue2.js +68 -0
- package/components/includeExclude/IncludeExclude.vue.js +7 -0
- package/components/includeExclude/IncludeExclude.vue2.js +431 -0
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +7 -0
- package/components/includeExclude/IncludeExcludeAppHeader.vue2.js +116 -0
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +7 -0
- package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +109 -0
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +7 -0
- package/components/includeExclude/IncludeExcludeChipFilter.vue2.js +149 -0
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +7 -0
- package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +466 -0
- package/components/includeExclude/IncludeExcludeOption.vue.js +7 -0
- package/components/includeExclude/IncludeExcludeOption.vue2.js +115 -0
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +7 -0
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +106 -0
- package/components/inlineCopy/InlineCopy.vue.js +7 -0
- package/components/inlineCopy/InlineCopy.vue2.js +72 -0
- package/components/input/v3/DollarInput.vue.js +7 -0
- package/components/input/v3/DollarInput.vue2.js +32 -0
- package/components/input/v3/Input.vue.js +7 -0
- package/components/input/v3/Input.vue2.js +211 -0
- package/components/input/v3/PasswordInput.vue.js +7 -0
- package/components/input/v3/PasswordInput.vue2.js +34 -0
- package/components/input/v3/PercentageInput.vue.js +7 -0
- package/components/input/v3/PercentageInput.vue2.js +32 -0
- package/components/input/v4/TextField.vue.d.ts +6 -1
- package/components/input/v4/TextField.vue.js +7 -0
- package/components/input/v4/TextField.vue2.js +221 -0
- package/components/input/v4/index.d.ts +20 -1
- package/components/layout/FoldableSection.vue.js +7 -0
- package/components/layout/FoldableSection.vue2.js +61 -0
- package/components/loader/v4/Loader.vue.js +7 -0
- package/components/loader/v4/Loader.vue2.js +48 -0
- package/components/menu/Menu.vue.js +8 -0
- package/components/menu/Menu.vue2.js +62 -0
- package/components/menuItem/MenuItem.vue.js +7 -0
- package/components/menuItem/MenuItem.vue2.js +23 -0
- package/components/multibar/MultiBar.vue.js +7 -0
- package/components/multibar/MultiBar.vue2.js +103 -0
- package/components/multibar/MultiBarMenu.vue.js +7 -0
- package/components/multibar/MultiBarMenu.vue2.js +60 -0
- package/components/popover/common/Popover.common.d.ts +6 -0
- package/components/popover/common/Popover.common.js +17 -0
- package/components/popover/v3/Popover.vue.js +8 -0
- package/components/popover/v3/Popover.vue2.js +38 -0
- package/components/popover/v4/PopoverV4.vue.d.ts +73 -0
- package/components/popover/v4/PopoverV4.vue.js +7 -0
- package/components/popover/v4/PopoverV4.vue2.js +54 -0
- package/components/popover/v4/index.d.ts +209 -0
- package/components/popover/v4/index.js +6 -0
- package/components/radioButton/v3/RadioButton.vue.js +7 -0
- package/components/radioButton/v3/RadioButton.vue2.js +79 -0
- package/components/radioButton/v3/RadioGroup.vue.js +7 -0
- package/components/radioButton/v3/RadioGroup.vue2.js +29 -0
- package/components/radioButton/v4/RadioButtonV4.vue.js +7 -0
- package/components/radioButton/v4/RadioButtonV4.vue2.js +67 -0
- package/components/radioButton/v4/RadioGroupV4.vue.js +7 -0
- package/components/radioButton/v4/RadioGroupV4.vue2.js +29 -0
- package/components/search/v3/Search.vue.js +7 -0
- package/components/search/v3/Search.vue2.js +62 -0
- package/components/search/v4/SearchV4.vue.js +7 -0
- package/components/search/v4/SearchV4.vue2.js +59 -0
- package/components/shared/FieldHelpText.vue.js +7 -0
- package/components/shared/FieldHelpText.vue2.js +43 -0
- package/components/shared/FieldLabel.vue.js +7 -0
- package/components/shared/FieldLabel.vue2.js +79 -0
- package/components/shared/FieldMaxLength.vue.js +7 -0
- package/components/shared/FieldMaxLength.vue2.js +24 -0
- package/components/shared/commonTypes.d.ts +2 -0
- package/components/skeleton/v3/Skeleton.vue.js +7 -0
- package/components/skeleton/v3/Skeleton.vue2.js +18 -0
- package/components/skeleton/v4/SkeletonV4.vue.js +7 -0
- package/components/skeleton/v4/SkeletonV4.vue2.js +23 -0
- package/components/snackbar/v3/Snackbar.vue.js +7 -0
- package/components/snackbar/v3/Snackbar.vue2.js +129 -0
- package/components/snackbar/v4/SnackbarV4.vue.js +7 -0
- package/components/snackbar/v4/SnackbarV4.vue2.js +139 -0
- package/components/sortableList/SortableItem.vue.js +7 -0
- package/components/sortableList/SortableItem.vue2.js +140 -0
- package/components/sortableList/SortableItemLabel.vue.js +7 -0
- package/components/sortableList/SortableItemLabel.vue2.js +60 -0
- package/components/sortableList/SortableList.vue.d.ts +17 -0
- package/components/sortableList/SortableList.vue.js +7 -0
- package/components/sortableList/SortableList.vue2.js +156 -0
- package/components/sortableList/index.d.ts +60 -1
- package/components/statusDot/StatusDot.vue.js +7 -0
- package/components/statusDot/StatusDot.vue2.js +15 -0
- package/components/switch/v3/Switch.vue.js +7 -0
- package/components/switch/v3/Switch.vue2.js +69 -0
- package/components/switch/v4/SwitchV4.vue.js +7 -0
- package/components/switch/v4/SwitchV4.vue2.js +42 -0
- package/components/table/v3/SortOrderIcon.vue.js +21 -0
- package/components/table/v3/SortOrderIcon.vue2.js +0 -0
- package/components/table/v3/Table.vue.d.ts +2 -2
- package/components/table/v3/Table.vue.js +7 -0
- package/components/table/v3/Table.vue2.js +248 -0
- package/components/table/v3/TableHeaderSorter.vue.js +7 -0
- package/components/table/v3/TableHeaderSorter.vue2.js +23 -0
- package/components/table/v3/index.d.ts +39 -39
- package/components/table/v4/DataGrid.vue.d.ts +2 -2
- package/components/table/v4/DataGrid.vue.js +7 -0
- package/components/table/v4/DataGrid.vue2.js +338 -0
- package/components/table/v4/DataGridMenu.vue.js +7 -0
- package/components/table/v4/DataGridMenu.vue2.js +65 -0
- package/components/table/v4/DataGridRowsCounter.vue.d.ts +5 -0
- package/components/table/v4/DataGridRowsCounter.vue.js +7 -0
- package/components/table/v4/DataGridRowsCounter.vue2.js +52 -0
- package/components/table/v4/ExpandRowToggle.vue.js +7 -0
- package/components/table/v4/ExpandRowToggle.vue2.js +24 -0
- package/components/table/v4/HelpIcon.vue.js +7 -0
- package/components/table/v4/HelpIcon.vue2.js +33 -0
- package/components/table/v4/MultipleDataGrid.vue.d.ts +5 -3
- package/components/table/v4/MultipleDataGrid.vue.js +7 -0
- package/components/table/v4/MultipleDataGrid.vue2.js +144 -0
- package/components/table/v4/SortIcon.vue.js +7 -0
- package/components/table/v4/SortIcon.vue2.js +25 -0
- package/components/table/v4/index.d.ts +86 -75
- package/components/table/v4/utils/utils.d.ts +3 -0
- package/components/table/v4/utils/utils.js +5 -0
- package/components/table-cells/v3/Editable.vue.js +7 -0
- package/components/table-cells/v3/Editable.vue2.js +43 -0
- package/components/table-cells/v4/EditableV4.vue.js +7 -0
- package/components/table-cells/v4/EditableV4.vue2.js +55 -0
- package/components/tabs/v3/Tabs.vue.js +7 -0
- package/components/tabs/v3/Tabs.vue2.js +85 -0
- package/components/tabs/v4/TabsV4.vue.js +7 -0
- package/components/tabs/v4/TabsV4.vue2.js +75 -0
- package/components/textArea/v3/TextArea.vue.js +7 -0
- package/components/textArea/v3/TextArea.vue2.js +65 -0
- package/components/textArea/v4/TextAreaV4.vue.d.ts +6 -1
- package/components/textArea/v4/TextAreaV4.vue.js +7 -0
- package/components/textArea/v4/TextAreaV4.vue2.js +80 -0
- package/components/textArea/v4/index.d.ts +9 -0
- package/components/toggle/v3/Toggle.vue.js +7 -0
- package/components/toggle/v3/Toggle.vue2.js +95 -0
- package/components/toggle/v4/ToggleV4.vue.js +7 -0
- package/components/toggle/v4/ToggleV4.vue2.js +96 -0
- package/components/tooltip/v3/TextWithTitleContent.vue.js +7 -0
- package/components/tooltip/v3/TextWithTitleContent.vue2.js +46 -0
- package/components/tooltip/v3/Tooltip.vue.js +8 -0
- package/components/tooltip/v3/Tooltip.vue2.js +87 -0
- package/components/tooltip/v4/TextWithTitleContent.vue.js +7 -0
- package/components/tooltip/v4/TextWithTitleContent.vue2.js +36 -0
- package/components/tooltip/v4/TooltipV4.vue.js +8 -0
- package/components/tooltip/v4/TooltipV4.vue2.js +70 -0
- package/components/typography/Heading.vue.js +7 -0
- package/components/typography/Heading.vue2.js +25 -0
- package/components/typography/Text.vue.js +7 -0
- package/components/typography/Text.vue2.js +23 -0
- package/components/typography/v4/Typography.vue.js +7 -0
- package/components/typography/v4/Typography.vue2.js +58 -0
- package/index.d.ts +1000 -239
- package/index.js +215 -0
- package/package.json +7 -3
- package/testids/index.d.ts +5 -0
- package/testids/index.js +36 -0
- package/Autocomplete.vue_vue_type_style_index_0_scoped_a7bfd237_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_63aaf3be_lang.css +0 -1
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_06751538_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_7af4f288_lang.css +0 -1
- package/FieldMaxLength.vue_vue_type_style_index_0_scoped_f3c4001a_lang.css +0 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_fb054d88_lang.css +0 -1
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_5764fd61_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_260b9cdc_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_9db0f796_lang.css +0 -1
- package/Popover.vue_vue_type_style_index_0_scoped_25eb53db_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_21842d59_lang.css +0 -1
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_f3b2c01d_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_a6457440_lang.css +0 -1
- package/ThemeWrapper.vue_vue_type_style_index_0_scoped_b62ee695_lang.css +0 -1
- package/src/components/ThemeWrapper/ThemeWrapper.vue.js +0 -8
- package/src/components/ThemeWrapper/ThemeWrapper.vue2.js +0 -22
- package/src/components/alert/Alert.vue.js +0 -7
- package/src/components/alert/Alert.vue2.js +0 -109
- package/src/components/appHeader/AppHeader.vue.js +0 -7
- package/src/components/appHeader/AppHeader.vue2.js +0 -86
- package/src/components/appIcon/AppIcon.vue.js +0 -7
- package/src/components/appIcon/AppIcon.vue2.js +0 -35
- package/src/components/appTrigger/AppTrigger.vue.js +0 -7
- package/src/components/appTrigger/AppTrigger.vue2.js +0 -124
- package/src/components/autocomplete/Autocomplete.vue.js +0 -7
- package/src/components/autocomplete/Autocomplete.vue2.js +0 -122
- package/src/components/autocompleteDropdown/AutocompleteDropdown.vue.js +0 -7
- package/src/components/autocompleteDropdown/AutocompleteDropdown.vue2.js +0 -120
- package/src/components/autocompleteDropdown/AutocompleteInput.vue.js +0 -7
- package/src/components/autocompleteDropdown/AutocompleteInput.vue2.js +0 -79
- package/src/components/autocompleteDropdown/GroupOption.vue.js +0 -7
- package/src/components/autocompleteDropdown/GroupOption.vue2.js +0 -35
- package/src/components/banner/Banner.vue.js +0 -7
- package/src/components/banner/Banner.vue2.js +0 -58
- package/src/components/button/v3/Button.vue.js +0 -7
- package/src/components/button/v3/Button.vue2.js +0 -59
- package/src/components/button/v3/ButtonBase.vue.js +0 -7
- package/src/components/button/v3/ButtonBase.vue2.js +0 -54
- package/src/components/button/v3/IconButton.vue.js +0 -7
- package/src/components/button/v3/IconButton.vue2.js +0 -45
- package/src/components/button/v3/LoaderCircleIcon.vue.js +0 -33
- package/src/components/button/v3/LoaderDotsIcon.vue.js +0 -16
- package/src/components/button/v3/ScrollButton.vue.js +0 -7
- package/src/components/button/v3/ScrollButton.vue2.js +0 -45
- package/src/components/button/v4/ButtonV4.vue.js +0 -7
- package/src/components/button/v4/ButtonV4.vue2.js +0 -91
- package/src/components/button/v4/IconButtonV4.vue.js +0 -7
- package/src/components/button/v4/IconButtonV4.vue2.js +0 -46
- package/src/components/chart/Chart.vue.js +0 -7
- package/src/components/chart/Chart.vue2.js +0 -281
- package/src/components/chart/ChartHeader.vue.js +0 -7
- package/src/components/chart/ChartHeader.vue2.js +0 -51
- package/src/components/chart/ChartLegend.vue.js +0 -7
- package/src/components/chart/ChartLegend.vue2.js +0 -65
- package/src/components/chart/ChartLoader.vue.js +0 -25
- package/src/components/chart/ChartTooltip.vue.js +0 -7
- package/src/components/chart/ChartTooltip.vue2.js +0 -81
- package/src/components/checkbox/v3/Checkbox.vue.js +0 -7
- package/src/components/checkbox/v3/Checkbox.vue2.js +0 -99
- package/src/components/checkbox/v3/icons/checked.vue.js +0 -27
- package/src/components/checkbox/v3/icons/indeterminate.vue.js +0 -28
- package/src/components/checkbox/v3/icons/unchecked.vue.js +0 -24
- package/src/components/checkbox/v4/CheckboxV4.vue.js +0 -7
- package/src/components/checkbox/v4/CheckboxV4.vue2.js +0 -111
- package/src/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +0 -40
- package/src/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +0 -30
- package/src/components/checkbox/v4/icons/UncheckedState.vue.js +0 -32
- package/src/components/chip/v3/Chip.vue.js +0 -7
- package/src/components/chip/v3/Chip.vue2.js +0 -58
- package/src/components/chip/v4/ChipV4.vue.js +0 -7
- package/src/components/chip/v4/ChipV4.vue2.js +0 -36
- package/src/components/cssBaseline/CssBaseline.vue.js +0 -10
- package/src/components/datePicker/v3/DatePicker.vue.js +0 -7
- package/src/components/datePicker/v3/DatePicker.vue2.js +0 -69
- package/src/components/datePicker/v3/DatePickerMonth.vue.js +0 -7
- package/src/components/datePicker/v3/DatePickerMonth.vue2.js +0 -40
- package/src/components/datePicker/v4/DatePickerMonthV4.vue.js +0 -7
- package/src/components/datePicker/v4/DatePickerMonthV4.vue2.js +0 -40
- package/src/components/datePicker/v4/DatePickerV4.vue.js +0 -7
- package/src/components/datePicker/v4/DatePickerV4.vue2.js +0 -74
- package/src/components/dateRange/v3/CalendarMonth.vue.js +0 -7
- package/src/components/dateRange/v3/CalendarMonth.vue2.js +0 -147
- package/src/components/dateRange/v3/DateRange.vue.js +0 -7
- package/src/components/dateRange/v3/DateRange.vue2.js +0 -226
- package/src/components/dateRange/v4/CalendarMonthV4.vue.js +0 -7
- package/src/components/dateRange/v4/CalendarMonthV4.vue2.js +0 -132
- package/src/components/dateRange/v4/DateRangeV4.vue.js +0 -7
- package/src/components/dateRange/v4/DateRangeV4.vue2.js +0 -263
- package/src/components/dialog/v3/Dialog.vue.js +0 -7
- package/src/components/dialog/v3/Dialog.vue2.js +0 -137
- package/src/components/dialog/v4/DialogV4.vue.js +0 -7
- package/src/components/dialog/v4/DialogV4.vue2.js +0 -155
- package/src/components/dropdown/v3/Dropdown.vue.js +0 -8
- package/src/components/dropdown/v3/Dropdown.vue2.js +0 -394
- package/src/components/dropdown/v3/Label.vue.js +0 -7
- package/src/components/dropdown/v3/Label.vue2.js +0 -36
- package/src/components/dropdown/v3/Option.vue.js +0 -7
- package/src/components/dropdown/v3/Option.vue2.js +0 -94
- package/src/components/dropdown/v3/SearchInput.vue.js +0 -7
- package/src/components/dropdown/v3/SearchInput.vue2.js +0 -82
- package/src/components/dropdown/v4/AppDropdownTrigger.vue.js +0 -7
- package/src/components/dropdown/v4/AppDropdownTrigger.vue2.js +0 -185
- package/src/components/dropdown/v4/ButtonDropdownTrigger.vue.js +0 -7
- package/src/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +0 -36
- package/src/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +0 -7
- package/src/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +0 -51
- package/src/components/dropdown/v4/ChipDropdownTrigger.vue.js +0 -7
- package/src/components/dropdown/v4/ChipDropdownTrigger.vue2.js +0 -74
- package/src/components/dropdown/v4/DefaultDropdownTrigger.vue.js +0 -7
- package/src/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +0 -117
- package/src/components/dropdown/v4/DropdownV4.vue.js +0 -8
- package/src/components/dropdown/v4/DropdownV4.vue2.js +0 -421
- package/src/components/dropdown/v4/IconButtonDropdownTrigger.vue.js +0 -7
- package/src/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +0 -19
- package/src/components/dropdown/v4/OptionV4.vue.js +0 -7
- package/src/components/dropdown/v4/OptionV4.vue2.js +0 -148
- package/src/components/dropdown/v4/TreeDropdown.vue.js +0 -7
- package/src/components/dropdown/v4/TreeDropdown.vue2.js +0 -122
- package/src/components/emptyState/v3/EmptyState.vue.js +0 -7
- package/src/components/emptyState/v3/EmptyState.vue2.js +0 -91
- package/src/components/emptyState/v3/EmptyStateIcon.vue.js +0 -35
- package/src/components/emptyState/v4/EmptyStateV4.vue.js +0 -7
- package/src/components/emptyState/v4/EmptyStateV4.vue2.js +0 -81
- package/src/components/emptyState/v4/icons/IconError.vue.js +0 -16
- package/src/components/emptyState/v4/icons/IconFiles.vue.js +0 -16
- package/src/components/emptyState/v4/icons/IconNoAccess.vue.js +0 -16
- package/src/components/emptyState/v4/icons/IconNoData.vue.js +0 -16
- package/src/components/emptyState/v4/icons/IconNoResults.vue.js +0 -16
- package/src/components/emptyState/v4/icons/IconSettings.vue.js +0 -16
- package/src/components/filterDropdown/AddFilterButton.vue.js +0 -7
- package/src/components/filterDropdown/AddFilterButton.vue2.js +0 -50
- package/src/components/filterDropdown/FilterDropdown.vue.js +0 -7
- package/src/components/filterDropdown/FilterDropdown.vue2.js +0 -56
- package/src/components/filtersPanel/v3/FilterSearchInput.vue.js +0 -7
- package/src/components/filtersPanel/v3/FilterSearchInput.vue2.js +0 -45
- package/src/components/filtersPanel/v3/FiltersPanel.vue.js +0 -7
- package/src/components/filtersPanel/v3/FiltersPanel.vue2.js +0 -40
- package/src/components/filtersPanel/v4/FiltersPanelV4.vue.js +0 -7
- package/src/components/filtersPanel/v4/FiltersPanelV4.vue2.js +0 -23
- package/src/components/floatingToolbar/FloatingToolbar.vue.js +0 -7
- package/src/components/floatingToolbar/FloatingToolbar.vue2.js +0 -70
- package/src/components/forms/CardPanel.vue.js +0 -7
- package/src/components/forms/CardPanel.vue2.js +0 -37
- package/src/components/forms/FormCard.vue.js +0 -7
- package/src/components/forms/FormCard.vue2.js +0 -101
- package/src/components/forms/FormField.vue.js +0 -7
- package/src/components/forms/FormField.vue2.js +0 -17
- package/src/components/forms/FormRow.vue.js +0 -7
- package/src/components/forms/FormRow.vue2.js +0 -34
- package/src/components/icon/v3/Icon.vue.js +0 -7
- package/src/components/icon/v3/Icon.vue2.js +0 -38
- package/src/components/icon/v3/icons/A.vue.js +0 -24
- package/src/components/icon/v3/icons/A2.vue.js +0 -18
- package/src/components/icon/v3/icons/ABTest.vue.js +0 -20
- package/src/components/icon/v3/icons/ABTest2.vue.js +0 -15
- package/src/components/icon/v3/icons/ACircle.vue.js +0 -20
- package/src/components/icon/v3/icons/AccountBalanceWallet.vue.js +0 -22
- package/src/components/icon/v3/icons/AccountCircle.vue.js +0 -20
- package/src/components/icon/v3/icons/AccountCircleOutline.vue.js +0 -18
- package/src/components/icon/v3/icons/Add.vue.js +0 -18
- package/src/components/icon/v3/icons/Adjust.vue.js +0 -43
- package/src/components/icon/v3/icons/Analytics.vue.js +0 -18
- package/src/components/icon/v3/icons/Android.vue.js +0 -20
- package/src/components/icon/v3/icons/AngleDown.vue.js +0 -20
- package/src/components/icon/v3/icons/AngleLeft.vue.js +0 -20
- package/src/components/icon/v3/icons/AngleRight.vue.js +0 -20
- package/src/components/icon/v3/icons/AngleUp.vue.js +0 -20
- package/src/components/icon/v3/icons/AppStore.vue.js +0 -21
- package/src/components/icon/v3/icons/AreaChart.vue.js +0 -18
- package/src/components/icon/v3/icons/ArrowBack.vue.js +0 -18
- package/src/components/icon/v3/icons/ArrowDownward.vue.js +0 -18
- package/src/components/icon/v3/icons/ArrowForward.vue.js +0 -18
- package/src/components/icon/v3/icons/ArrowLeft.vue.js +0 -18
- package/src/components/icon/v3/icons/ArrowRight.vue.js +0 -18
- package/src/components/icon/v3/icons/ArrowSort-Down.vue.js +0 -20
- package/src/components/icon/v3/icons/ArrowSort-Up.vue.js +0 -20
- package/src/components/icon/v3/icons/ArrowUpward.vue.js +0 -18
- package/src/components/icon/v3/icons/AutoAwesome.vue.js +0 -18
- package/src/components/icon/v3/icons/AutoMode.vue.js +0 -20
- package/src/components/icon/v3/icons/Autorenew.vue.js +0 -18
- package/src/components/icon/v3/icons/B.vue.js +0 -24
- package/src/components/icon/v3/icons/B2.vue.js +0 -18
- package/src/components/icon/v3/icons/BCircle.vue.js +0 -20
- package/src/components/icon/v3/icons/Banner.vue.js +0 -24
- package/src/components/icon/v3/icons/Bidding.vue.js +0 -32
- package/src/components/icon/v3/icons/Bidding2.vue.js +0 -32
- package/src/components/icon/v3/icons/Block.vue.js +0 -18
- package/src/components/icon/v3/icons/BorderColor.vue.js +0 -20
- package/src/components/icon/v3/icons/Bug.vue.js +0 -20
- package/src/components/icon/v3/icons/Bullhorn.vue.js +0 -18
- package/src/components/icon/v3/icons/BullseyeArrow.vue.js +0 -23
- package/src/components/icon/v3/icons/Cached.vue.js +0 -18
- package/src/components/icon/v3/icons/Calendar.vue.js +0 -23
- package/src/components/icon/v3/icons/CalendarToday.vue.js +0 -18
- package/src/components/icon/v3/icons/Cancel.vue.js +0 -20
- package/src/components/icon/v3/icons/ChartBar.vue.js +0 -20
- package/src/components/icon/v3/icons/ChartLine.vue.js +0 -20
- package/src/components/icon/v3/icons/ChartMixed.vue.js +0 -20
- package/src/components/icon/v3/icons/Check.vue.js +0 -18
- package/src/components/icon/v3/icons/Check2.vue.js +0 -21
- package/src/components/icon/v3/icons/CheckBold.vue.js +0 -20
- package/src/components/icon/v3/icons/CheckCircle.vue.js +0 -21
- package/src/components/icon/v3/icons/Close.vue.js +0 -18
- package/src/components/icon/v3/icons/CloseBold.vue.js +0 -18
- package/src/components/icon/v3/icons/ComputerMouse.vue.js +0 -23
- package/src/components/icon/v3/icons/CopyTo-Clipboard.vue.js +0 -20
- package/src/components/icon/v3/icons/CopyToClipboardFilled.vue.js +0 -18
- package/src/components/icon/v3/icons/Create.vue.js +0 -20
- package/src/components/icon/v3/icons/Creative.vue.js +0 -20
- package/src/components/icon/v3/icons/Cross.vue.js +0 -20
- package/src/components/icon/v3/icons/CrownFill.vue.js +0 -18
- package/src/components/icon/v3/icons/Cube.vue.js +0 -21
- package/src/components/icon/v3/icons/CubeBackground.vue.js +0 -27
- package/src/components/icon/v3/icons/Cup.vue.js +0 -18
- package/src/components/icon/v3/icons/CupA.vue.js +0 -15
- package/src/components/icon/v3/icons/CupB.vue.js +0 -15
- package/src/components/icon/v3/icons/Delete.vue.js +0 -20
- package/src/components/icon/v3/icons/Diamond.vue.js +0 -18
- package/src/components/icon/v3/icons/Dots.vue.js +0 -20
- package/src/components/icon/v3/icons/Download.vue.js +0 -20
- package/src/components/icon/v3/icons/Download2.vue.js +0 -23
- package/src/components/icon/v3/icons/DownloadDone.vue.js +0 -20
- package/src/components/icon/v3/icons/DragIndicator.vue.js +0 -18
- package/src/components/icon/v3/icons/Duplicate.vue.js +0 -19
- package/src/components/icon/v3/icons/Ecpi.vue.js +0 -31
- package/src/components/icon/v3/icons/Email.vue.js +0 -20
- package/src/components/icon/v3/icons/EmailEnvelope.vue.js +0 -18
- package/src/components/icon/v3/icons/Error.vue.js +0 -20
- package/src/components/icon/v3/icons/Eye.vue.js +0 -22
- package/src/components/icon/v3/icons/Eye2.vue.js +0 -19
- package/src/components/icon/v3/icons/EyeSlash.vue.js +0 -21
- package/src/components/icon/v3/icons/FavoriteBorder.vue.js +0 -20
- package/src/components/icon/v3/icons/Filter.vue.js +0 -20
- package/src/components/icon/v3/icons/FilterList.vue.js +0 -18
- package/src/components/icon/v3/icons/FiltersSearch.vue.js +0 -41
- package/src/components/icon/v3/icons/Frame.vue.js +0 -20
- package/src/components/icon/v3/icons/Fullscreen.vue.js +0 -20
- package/src/components/icon/v3/icons/FullscreenExit.vue.js +0 -20
- package/src/components/icon/v3/icons/Functions.vue.js +0 -18
- package/src/components/icon/v3/icons/GamepadAlt.vue.js +0 -20
- package/src/components/icon/v3/icons/Games.vue.js +0 -20
- package/src/components/icon/v3/icons/Gavel.vue.js +0 -20
- package/src/components/icon/v3/icons/Gift.vue.js +0 -20
- package/src/components/icon/v3/icons/GitHub.vue.js +0 -20
- package/src/components/icon/v3/icons/GlobeStand.vue.js +0 -20
- package/src/components/icon/v3/icons/GooglePlay.vue.js +0 -18
- package/src/components/icon/v3/icons/Group.vue.js +0 -20
- package/src/components/icon/v3/icons/Hammer.vue.js +0 -20
- package/src/components/icon/v3/icons/HandPointer.vue.js +0 -22
- package/src/components/icon/v3/icons/Hands.vue.js +0 -20
- package/src/components/icon/v3/icons/Heartbeat.vue.js +0 -20
- package/src/components/icon/v3/icons/Help.vue.js +0 -20
- package/src/components/icon/v3/icons/HelpOutline.vue.js +0 -20
- package/src/components/icon/v3/icons/History.vue.js +0 -18
- package/src/components/icon/v3/icons/IOS.vue.js +0 -20
- package/src/components/icon/v3/icons/Image.vue.js +0 -18
- package/src/components/icon/v3/icons/ImageNotSupported.vue.js +0 -23
- package/src/components/icon/v3/icons/ImageSlash.vue.js +0 -18
- package/src/components/icon/v3/icons/ImportExport.vue.js +0 -18
- package/src/components/icon/v3/icons/ImportExport2.vue.js +0 -18
- package/src/components/icon/v3/icons/Importent.vue.js +0 -20
- package/src/components/icon/v3/icons/Info.vue.js +0 -20
- package/src/components/icon/v3/icons/Info2.vue.js +0 -21
- package/src/components/icon/v3/icons/InfoOutline.vue.js +0 -20
- package/src/components/icon/v3/icons/Insights.vue.js +0 -20
- package/src/components/icon/v3/icons/Interstitial.vue.js +0 -24
- package/src/components/icon/v3/icons/Ios14.vue.js +0 -20
- package/src/components/icon/v3/icons/Js.vue.js +0 -20
- package/src/components/icon/v3/icons/Landscape.vue.js +0 -18
- package/src/components/icon/v3/icons/Launch.vue.js +0 -18
- package/src/components/icon/v3/icons/Levelplay.vue.js +0 -32
- package/src/components/icon/v3/icons/LimitCircle.vue.js +0 -23
- package/src/components/icon/v3/icons/LimitOctagon.vue.js +0 -23
- package/src/components/icon/v3/icons/Link.vue.js +0 -18
- package/src/components/icon/v3/icons/LoadingClean.vue.js +0 -18
- package/src/components/icon/v3/icons/Lock.vue.js +0 -18
- package/src/components/icon/v3/icons/LockOpen.vue.js +0 -18
- package/src/components/icon/v3/icons/Login.vue.js +0 -18
- package/src/components/icon/v3/icons/Logout.vue.js +0 -18
- package/src/components/icon/v3/icons/Marketing.vue.js +0 -23
- package/src/components/icon/v3/icons/MilitaryTech.vue.js +0 -18
- package/src/components/icon/v3/icons/Mix.vue.js +0 -20
- package/src/components/icon/v3/icons/Mix2.vue.js +0 -24
- package/src/components/icon/v3/icons/MobileLandscape.vue.js +0 -20
- package/src/components/icon/v3/icons/MobilePortrait.vue.js +0 -20
- package/src/components/icon/v3/icons/MoneyCheck.vue.js +0 -22
- package/src/components/icon/v3/icons/MoreHoriz.vue.js +0 -20
- package/src/components/icon/v3/icons/MoreVert.vue.js +0 -20
- package/src/components/icon/v3/icons/Mouse.vue.js +0 -20
- package/src/components/icon/v3/icons/MousePointer.vue.js +0 -20
- package/src/components/icon/v3/icons/MovingUp.vue.js +0 -18
- package/src/components/icon/v3/icons/NativeAd.vue.js +0 -15
- package/src/components/icon/v3/icons/NotificationsNone.vue.js +0 -20
- package/src/components/icon/v3/icons/Offerwall.vue.js +0 -24
- package/src/components/icon/v3/icons/Palyable.vue.js +0 -18
- package/src/components/icon/v3/icons/PaperPlane-Off.vue.js +0 -20
- package/src/components/icon/v3/icons/PaperPlane.vue.js +0 -20
- package/src/components/icon/v3/icons/Pause.vue.js +0 -20
- package/src/components/icon/v3/icons/PauseCircleFilled.vue.js +0 -20
- package/src/components/icon/v3/icons/PauseCircleOutline.vue.js +0 -20
- package/src/components/icon/v3/icons/PhoneIphone.vue.js +0 -18
- package/src/components/icon/v3/icons/Photo.vue.js +0 -23
- package/src/components/icon/v3/icons/Photo2.vue.js +0 -20
- package/src/components/icon/v3/icons/PlayArrow.vue.js +0 -18
- package/src/components/icon/v3/icons/PlayCircleFilledWhite.vue.js +0 -20
- package/src/components/icon/v3/icons/PlayCircleOutline.vue.js +0 -20
- package/src/components/icon/v3/icons/Qrcode.vue.js +0 -20
- package/src/components/icon/v3/icons/Question.vue.js +0 -21
- package/src/components/icon/v3/icons/QuickAB.vue.js +0 -15
- package/src/components/icon/v3/icons/QuickAB2.vue.js +0 -15
- package/src/components/icon/v3/icons/React.vue.js +0 -20
- package/src/components/icon/v3/icons/Redo.vue.js +0 -18
- package/src/components/icon/v3/icons/Refresh.vue.js +0 -18
- package/src/components/icon/v3/icons/Remove.vue.js +0 -18
- package/src/components/icon/v3/icons/Replay.vue.js +0 -18
- package/src/components/icon/v3/icons/RewardedVideo.vue.js +0 -24
- package/src/components/icon/v3/icons/RocketLaunch.vue.js +0 -18
- package/src/components/icon/v3/icons/Rotate.vue.js +0 -20
- package/src/components/icon/v3/icons/Route.vue.js +0 -20
- package/src/components/icon/v3/icons/SackDollar.vue.js +0 -23
- package/src/components/icon/v3/icons/Schedule.vue.js +0 -18
- package/src/components/icon/v3/icons/Search.vue.js +0 -18
- package/src/components/icon/v3/icons/SearchBold.vue.js +0 -20
- package/src/components/icon/v3/icons/Share.vue.js +0 -18
- package/src/components/icon/v3/icons/Slack.vue.js +0 -18
- package/src/components/icon/v3/icons/SportsEsports.vue.js +0 -18
- package/src/components/icon/v3/icons/Star.vue.js +0 -20
- package/src/components/icon/v3/icons/StarFill.vue.js +0 -20
- package/src/components/icon/v3/icons/StatusBanner.vue.js +0 -26
- package/src/components/icon/v3/icons/StatusInterstitial.vue.js +0 -26
- package/src/components/icon/v3/icons/StatusNativeAd.vue.js +0 -15
- package/src/components/icon/v3/icons/StatusOfferwall.vue.js +0 -26
- package/src/components/icon/v3/icons/StatusRewardedVideo.vue.js +0 -26
- package/src/components/icon/v3/icons/StopCircleFilled.vue.js +0 -18
- package/src/components/icon/v3/icons/StopCircleOutline.vue.js +0 -18
- package/src/components/icon/v3/icons/Style.vue.js +0 -22
- package/src/components/icon/v3/icons/Success.vue.js +0 -20
- package/src/components/icon/v3/icons/SuccessFull.vue.js +0 -20
- package/src/components/icon/v3/icons/Switch.vue.js +0 -20
- package/src/components/icon/v3/icons/TableEdit.vue.js +0 -18
- package/src/components/icon/v3/icons/TabletLandscape.vue.js +0 -20
- package/src/components/icon/v3/icons/TabletMac.vue.js +0 -18
- package/src/components/icon/v3/icons/TabletPortrait.vue.js +0 -20
- package/src/components/icon/v3/icons/Texture.vue.js +0 -20
- package/src/components/icon/v3/icons/ThemeDark.vue.js +0 -18
- package/src/components/icon/v3/icons/ThemeLight.vue.js +0 -18
- package/src/components/icon/v3/icons/Timelapse.vue.js +0 -18
- package/src/components/icon/v3/icons/Timeline.vue.js +0 -18
- package/src/components/icon/v3/icons/TrendingDown.vue.js +0 -18
- package/src/components/icon/v3/icons/TrendingFlat.vue.js +0 -18
- package/src/components/icon/v3/icons/TrendingUp.vue.js +0 -18
- package/src/components/icon/v3/icons/Tune.vue.js +0 -20
- package/src/components/icon/v3/icons/TwoToneBanner.vue.js +0 -28
- package/src/components/icon/v3/icons/TwoToneInterstitial.vue.js +0 -28
- package/src/components/icon/v3/icons/TwoToneNativeAd.vue.js +0 -15
- package/src/components/icon/v3/icons/TwoToneOfferwall.vue.js +0 -24
- package/src/components/icon/v3/icons/TwoToneRewardedVideo.vue.js +0 -30
- package/src/components/icon/v3/icons/Undo.vue.js +0 -18
- package/src/components/icon/v3/icons/UnfoldLess.vue.js +0 -20
- package/src/components/icon/v3/icons/UnfoldMore.vue.js +0 -20
- package/src/components/icon/v3/icons/VerticalAlignTop.vue.js +0 -18
- package/src/components/icon/v3/icons/VerticalAlignTop2.vue.js +0 -18
- package/src/components/icon/v3/icons/Vibration.vue.js +0 -20
- package/src/components/icon/v3/icons/VideoRound.vue.js +0 -20
- package/src/components/icon/v3/icons/ViewCarousel.vue.js +0 -18
- package/src/components/icon/v3/icons/Visibility.vue.js +0 -18
- package/src/components/icon/v3/icons/VisibilityOff.vue.js +0 -18
- package/src/components/icon/v3/icons/VisibilityOffStrok.vue.js +0 -18
- package/src/components/icon/v3/icons/VisibilityStrok.vue.js +0 -18
- package/src/components/icon/v3/icons/VolumeOff.vue.js +0 -20
- package/src/components/icon/v3/icons/VolumeUp.vue.js +0 -20
- package/src/components/icon/v3/icons/Warning.vue.js +0 -18
- package/src/components/icon/v3/icons/Warning2.vue.js +0 -20
- package/src/components/icon/v3/icons/Warning3.vue.js +0 -21
- package/src/components/icon/v3/icons/WarningCircle.vue.js +0 -21
- package/src/components/icon/v3/icons/WarningOctagon.vue.js +0 -21
- package/src/components/icon/v3/icons/WebApp.vue.js +0 -18
- package/src/components/icon/v3/icons/Widget.vue.js +0 -22
- package/src/components/icon/v3/icons/Widgets.vue.js +0 -18
- package/src/components/icon/v3/icons/WidgetsFill.vue.js +0 -18
- package/src/components/icon/v3/icons/WidgetsFlatSquares.vue.js +0 -49
- package/src/components/icon/v3/icons/Widgetsz.vue.js +0 -25
- package/src/components/icon/v3/icons/WifiProtectedSetup.vue.js +0 -20
- package/src/components/icon/v4/IconFlag.vue.js +0 -7
- package/src/components/icon/v4/IconFlag.vue2.js +0 -32
- package/src/components/icon/v4/IconV4.vue.js +0 -7
- package/src/components/icon/v4/IconV4.vue2.js +0 -68
- package/src/components/includeExclude/IncludeExclude.vue.js +0 -7
- package/src/components/includeExclude/IncludeExclude.vue2.js +0 -431
- package/src/components/includeExclude/IncludeExcludeAppHeader.vue.js +0 -7
- package/src/components/includeExclude/IncludeExcludeAppHeader.vue2.js +0 -116
- package/src/components/includeExclude/IncludeExcludeAppTrigger.vue.js +0 -7
- package/src/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +0 -109
- package/src/components/includeExclude/IncludeExcludeChipFilter.vue.js +0 -7
- package/src/components/includeExclude/IncludeExcludeChipFilter.vue2.js +0 -149
- package/src/components/includeExclude/IncludeExcludeDragDrop.vue.js +0 -7
- package/src/components/includeExclude/IncludeExcludeDragDrop.vue2.js +0 -466
- package/src/components/includeExclude/IncludeExcludeOption.vue.js +0 -7
- package/src/components/includeExclude/IncludeExcludeOption.vue2.js +0 -115
- package/src/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +0 -7
- package/src/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +0 -106
- package/src/components/inlineCopy/InlineCopy.vue.js +0 -7
- package/src/components/inlineCopy/InlineCopy.vue2.js +0 -72
- package/src/components/input/v3/DollarInput.vue.js +0 -7
- package/src/components/input/v3/DollarInput.vue2.js +0 -32
- package/src/components/input/v3/Input.vue.js +0 -7
- package/src/components/input/v3/Input.vue2.js +0 -211
- package/src/components/input/v3/PasswordInput.vue.js +0 -7
- package/src/components/input/v3/PasswordInput.vue2.js +0 -34
- package/src/components/input/v3/PercentageInput.vue.js +0 -7
- package/src/components/input/v3/PercentageInput.vue2.js +0 -32
- package/src/components/input/v4/TextField.vue.js +0 -7
- package/src/components/input/v4/TextField.vue2.js +0 -216
- package/src/components/layout/FoldableSection.vue.js +0 -7
- package/src/components/layout/FoldableSection.vue2.js +0 -61
- package/src/components/loader/v4/Loader.vue.js +0 -7
- package/src/components/loader/v4/Loader.vue2.js +0 -48
- package/src/components/menu/Menu.vue.js +0 -8
- package/src/components/menu/Menu.vue2.js +0 -62
- package/src/components/menuItem/MenuItem.vue.js +0 -7
- package/src/components/menuItem/MenuItem.vue2.js +0 -23
- package/src/components/multibar/MultiBar.vue.js +0 -7
- package/src/components/multibar/MultiBar.vue2.js +0 -103
- package/src/components/multibar/MultiBarMenu.vue.js +0 -7
- package/src/components/multibar/MultiBarMenu.vue2.js +0 -60
- package/src/components/popover/Popover.vue.js +0 -8
- package/src/components/popover/Popover.vue2.js +0 -38
- package/src/components/radioButton/v3/RadioButton.vue.js +0 -7
- package/src/components/radioButton/v3/RadioButton.vue2.js +0 -79
- package/src/components/radioButton/v3/RadioGroup.vue.js +0 -7
- package/src/components/radioButton/v3/RadioGroup.vue2.js +0 -29
- package/src/components/radioButton/v4/RadioButtonV4.vue.js +0 -7
- package/src/components/radioButton/v4/RadioButtonV4.vue2.js +0 -67
- package/src/components/radioButton/v4/RadioGroupV4.vue.js +0 -7
- package/src/components/radioButton/v4/RadioGroupV4.vue2.js +0 -29
- package/src/components/search/v3/Search.vue.js +0 -7
- package/src/components/search/v3/Search.vue2.js +0 -62
- package/src/components/search/v4/SearchV4.vue.js +0 -7
- package/src/components/search/v4/SearchV4.vue2.js +0 -59
- package/src/components/shared/FieldHelpText.vue.js +0 -7
- package/src/components/shared/FieldHelpText.vue2.js +0 -43
- package/src/components/shared/FieldLabel.vue.js +0 -7
- package/src/components/shared/FieldLabel.vue2.js +0 -79
- package/src/components/shared/FieldMaxLength.vue.js +0 -7
- package/src/components/shared/FieldMaxLength.vue2.js +0 -24
- package/src/components/skeleton/v3/Skeleton.vue.js +0 -7
- package/src/components/skeleton/v3/Skeleton.vue2.js +0 -18
- package/src/components/skeleton/v4/SkeletonV4.vue.js +0 -7
- package/src/components/skeleton/v4/SkeletonV4.vue2.js +0 -23
- package/src/components/snackbar/v3/Snackbar.vue.js +0 -7
- package/src/components/snackbar/v3/Snackbar.vue2.js +0 -129
- package/src/components/snackbar/v4/SnackbarV4.vue.js +0 -7
- package/src/components/snackbar/v4/SnackbarV4.vue2.js +0 -139
- package/src/components/sortableList/SortableItem.vue.js +0 -7
- package/src/components/sortableList/SortableItem.vue2.js +0 -140
- package/src/components/sortableList/SortableItemLabel.vue.js +0 -7
- package/src/components/sortableList/SortableItemLabel.vue2.js +0 -60
- package/src/components/sortableList/SortableList.vue.js +0 -7
- package/src/components/sortableList/SortableList.vue2.js +0 -120
- package/src/components/statusDot/StatusDot.vue.js +0 -7
- package/src/components/statusDot/StatusDot.vue2.js +0 -15
- package/src/components/switch/v3/Switch.vue.js +0 -7
- package/src/components/switch/v3/Switch.vue2.js +0 -69
- package/src/components/switch/v4/SwitchV4.vue.js +0 -7
- package/src/components/switch/v4/SwitchV4.vue2.js +0 -42
- package/src/components/table/v3/SortOrderIcon.vue.js +0 -21
- package/src/components/table/v3/Table.vue.js +0 -7
- package/src/components/table/v3/Table.vue2.js +0 -248
- package/src/components/table/v3/TableHeaderSorter.vue.js +0 -7
- package/src/components/table/v3/TableHeaderSorter.vue2.js +0 -23
- package/src/components/table/v4/DataGrid.vue.js +0 -7
- package/src/components/table/v4/DataGrid.vue2.js +0 -337
- package/src/components/table/v4/DataGridMenu.vue.js +0 -7
- package/src/components/table/v4/DataGridMenu.vue2.js +0 -65
- package/src/components/table/v4/DataGridRowsCounter.vue.js +0 -7
- package/src/components/table/v4/DataGridRowsCounter.vue2.js +0 -45
- package/src/components/table/v4/ExpandRowToggle.vue.js +0 -7
- package/src/components/table/v4/ExpandRowToggle.vue2.js +0 -24
- package/src/components/table/v4/HelpIcon.vue.js +0 -7
- package/src/components/table/v4/HelpIcon.vue2.js +0 -33
- package/src/components/table/v4/MultipleDataGrid.vue.js +0 -7
- package/src/components/table/v4/MultipleDataGrid.vue2.js +0 -123
- package/src/components/table/v4/SortIcon.vue.js +0 -7
- package/src/components/table/v4/SortIcon.vue2.js +0 -25
- package/src/components/table-cells/v3/Editable.vue.js +0 -7
- package/src/components/table-cells/v3/Editable.vue2.js +0 -43
- package/src/components/table-cells/v4/EditableV4.vue.js +0 -7
- package/src/components/table-cells/v4/EditableV4.vue2.js +0 -55
- package/src/components/tabs/v3/Tabs.vue.js +0 -7
- package/src/components/tabs/v3/Tabs.vue2.js +0 -85
- package/src/components/tabs/v4/TabsV4.vue.js +0 -7
- package/src/components/tabs/v4/TabsV4.vue2.js +0 -75
- package/src/components/textArea/v3/TextArea.vue.js +0 -7
- package/src/components/textArea/v3/TextArea.vue2.js +0 -65
- package/src/components/textArea/v4/TextAreaV4.vue.js +0 -7
- package/src/components/textArea/v4/TextAreaV4.vue2.js +0 -74
- package/src/components/toggle/v3/Toggle.vue.js +0 -7
- package/src/components/toggle/v3/Toggle.vue2.js +0 -95
- package/src/components/toggle/v4/ToggleV4.vue.js +0 -7
- package/src/components/toggle/v4/ToggleV4.vue2.js +0 -96
- package/src/components/tooltip/v3/TextWithTitleContent.vue.js +0 -7
- package/src/components/tooltip/v3/TextWithTitleContent.vue2.js +0 -46
- package/src/components/tooltip/v3/Tooltip.vue.js +0 -8
- package/src/components/tooltip/v3/Tooltip.vue2.js +0 -87
- package/src/components/tooltip/v4/TextWithTitleContent.vue.js +0 -7
- package/src/components/tooltip/v4/TextWithTitleContent.vue2.js +0 -36
- package/src/components/tooltip/v4/TooltipV4.vue.js +0 -8
- package/src/components/tooltip/v4/TooltipV4.vue2.js +0 -70
- package/src/components/typography/Heading.vue.js +0 -7
- package/src/components/typography/Heading.vue2.js +0 -25
- package/src/components/typography/Text.vue.js +0 -7
- package/src/components/typography/Text.vue2.js +0 -23
- package/src/components/typography/v4/Typography.vue.js +0 -7
- package/src/components/typography/v4/Typography.vue2.js +0 -58
- package/src/index.js +0 -215
- package/src/testids/index.js +0 -35
- /package/{src/components → components}/ThemeWrapper/ThemeStrore.js +0 -0
- /package/{src/components → components}/ThemeWrapper/index.js +0 -0
- /package/{src/components → components}/alert/index.js +0 -0
- /package/{src/components → components}/appHeader/index.js +0 -0
- /package/{src/components → components}/appIcon/index.js +0 -0
- /package/{src/components → components}/appTrigger/index.js +0 -0
- /package/{src/components → components}/autocomplete/index.js +0 -0
- /package/{src/components → components}/autocompleteDropdown/consts.js +0 -0
- /package/{src/components → components}/autocompleteDropdown/index.js +0 -0
- /package/{src/components → components}/autocompleteDropdown/useKeyboardNavigation.js +0 -0
- /package/{src/components → components}/banner/index.js +0 -0
- /package/{src/components → components}/button/common/consts.js +0 -0
- /package/{src/components → components}/button/v3/index.js +0 -0
- /package/{src/components → components}/button/v4/index.js +0 -0
- /package/{src/components → components}/chart/composables/useChartValues.js +0 -0
- /package/{src/components → components}/chart/composables/useTooltipPosition.js +0 -0
- /package/{src/components → components}/chart/consts.js +0 -0
- /package/{src/components → components}/chart/index.js +0 -0
- /package/{src/components → components}/chart/plugins/HoverVerticalLine.js +0 -0
- /package/{src/components → components}/chart/types.js +0 -0
- /package/{src/components → components}/chart/utils/formatNumber.js +0 -0
- /package/{src/components → components}/chart/utils/utils.js +0 -0
- /package/{src/components → components}/checkbox/common/Checkbox.common.js +0 -0
- /package/{src/components → components}/checkbox/v3/index.js +0 -0
- /package/{src/components → components}/checkbox/v4/icons/CheckedDisabledState.vue.js +0 -0
- /package/{src/components → components}/checkbox/v4/icons/CheckedDisabledState.vue2.js +0 -0
- /package/{src/components → components}/checkbox/v4/icons/CheckedState.vue.js +0 -0
- /package/{src/components → components}/checkbox/v4/icons/CheckedState.vue2.js +0 -0
- /package/{src/components → components}/checkbox/v4/icons/IndeterminateState.vue.js +0 -0
- /package/{src/components → components}/checkbox/v4/icons/IndeterminateState.vue2.js +0 -0
- /package/{src/components → components}/checkbox/v4/index.js +0 -0
- /package/{src/components → components}/chip/v3/index.js +0 -0
- /package/{src/components → components}/chip/v4/index.js +0 -0
- /package/{src/components → components}/cssBaseline/index.js +0 -0
- /package/{src/components → components}/datePicker/common/DatePicker.common.js +0 -0
- /package/{src/components → components}/datePicker/common/DatePickerMonth.common.js +0 -0
- /package/{src/components → components}/datePicker/v3/index.js +0 -0
- /package/{src/components → components}/datePicker/v4/index.js +0 -0
- /package/{src/components → components}/dateRange/common/CalendarMonth.common.js +0 -0
- /package/{src/components → components}/dateRange/common/DateRange.common.js +0 -0
- /package/{src/components → components}/dateRange/common/DateServices.common.js +0 -0
- /package/{src/components → components}/dateRange/common/consts.common.js +0 -0
- /package/{src/components → components}/dateRange/v3/index.js +0 -0
- /package/{src/components → components}/dateRange/v4/index.js +0 -0
- /package/{src/components → components}/dialog/common/Dialog.common.js +0 -0
- /package/{src/components → components}/dialog/common/Reason.js +0 -0
- /package/{src/components → components}/dialog/v3/index.js +0 -0
- /package/{src/components → components}/dialog/v4/index.js +0 -0
- /package/{src/components → components}/dropdown/common/Dropdown.common.js +0 -0
- /package/{src/components → components}/dropdown/common/DropdownContext.js +0 -0
- /package/{src/components → components}/dropdown/common/Option.common.js +0 -0
- /package/{src/components → components}/dropdown/composables/useChildOptions.js +0 -0
- /package/{src/components → components}/dropdown/v3/index.js +0 -0
- /package/{src/components → components}/dropdown/v4/Dropdown.types.js +0 -0
- /package/{src/components → components}/dropdown/v4/index.js +0 -0
- /package/{src/components → components}/emptyState/v3/index.js +0 -0
- /package/{src/components → components}/emptyState/v4/index.js +0 -0
- /package/{src/components → components}/filterDropdown/index.js +0 -0
- /package/{src/components → components}/filtersPanel/v3/index.js +0 -0
- /package/{src/components → components}/filtersPanel/v3/useHiddenFilter.js +0 -0
- /package/{src/components → components}/filtersPanel/v4/index.js +0 -0
- /package/{src/components → components}/floatingToolbar/index.js +0 -0
- /package/{src/components → components}/forms/index.js +0 -0
- /package/{src/components → components}/icon/v3/icons/index.js +0 -0
- /package/{src/components → components}/icon/v3/index.js +0 -0
- /package/{src/components → components}/icon/v4/consts.js +0 -0
- /package/{src/components → components}/icon/v4/index.js +0 -0
- /package/{src/components → components}/includeExclude/IncludeExcludeContext.js +0 -0
- /package/{src/components → components}/includeExclude/index.js +0 -0
- /package/{src/components → components}/inlineCopy/index.js +0 -0
- /package/{src/components → components}/input/common/Input.common.js +0 -0
- /package/{src/components → components}/input/v3/index.js +0 -0
- /package/{src/components → components}/input/v4/index.js +0 -0
- /package/{src/components → components}/layout/index.js +0 -0
- /package/{src/components → components}/menu/index.js +0 -0
- /package/{src/components → components}/menuItem/index.js +0 -0
- /package/{src/components → components}/multibar/index.js +0 -0
- /package/components/popover/{Popover.vue.d.ts → v3/Popover.vue.d.ts} +0 -0
- /package/components/popover/{index.d.ts → v3/index.d.ts} +0 -0
- /package/{src/components/popover → components/popover/v3}/index.js +0 -0
- /package/{src/components → components}/radioButton/common/radioGroup.common.js +0 -0
- /package/{src/components → components}/radioButton/common/useRadio.js +0 -0
- /package/{src/components → components}/radioButton/v3/index.js +0 -0
- /package/{src/components → components}/radioButton/v4/index.js +0 -0
- /package/{src/components → components}/search/common/Search.common.js +0 -0
- /package/{src/components → components}/search/v3/index.js +0 -0
- /package/{src/components → components}/search/v4/index.js +0 -0
- /package/{src/components → components}/skeleton/v3/index.js +0 -0
- /package/{src/components → components}/skeleton/v4/index.js +0 -0
- /package/{src/components → components}/snackbar/common/notify.js +0 -0
- /package/{src/components → components}/snackbar/common/snackbar.common.js +0 -0
- /package/{src/components → components}/snackbar/common/snackbar.types.js +0 -0
- /package/{src/components → components}/snackbar/v3/index.js +0 -0
- /package/{src/components → components}/snackbar/v4/index.js +0 -0
- /package/{src/components → components}/sortableList/composables/useHoverEffect.js +0 -0
- /package/{src/components → components}/sortableList/consts.js +0 -0
- /package/{src/components → components}/sortableList/index.js +0 -0
- /package/{src/components → components}/statusDot/index.js +0 -0
- /package/{src/components → components}/switch/v3/index.js +0 -0
- /package/{src/components → components}/switch/v4/index.js +0 -0
- /package/{src/components → components}/table/common/Table.common.js +0 -0
- /package/{src/components → components}/table/common/TableContext.js +0 -0
- /package/{src/components → components}/table/v3/index.js +0 -0
- /package/{src/components → components}/table/v4/index.js +0 -0
- /package/{src/components → components}/table-cells/common/Editable.common.js +0 -0
- /package/{src/components → components}/table-cells/common/EditableContext.js +0 -0
- /package/{src/components → components}/table-cells/v3/index.js +0 -0
- /package/{src/components → components}/table-cells/v4/index.js +0 -0
- /package/{src/components → components}/tabs/common/tabsCommon.js +0 -0
- /package/{src/components → components}/tabs/v3/index.js +0 -0
- /package/{src/components → components}/tabs/v4/index.js +0 -0
- /package/{src/components → components}/textArea/v3/index.js +0 -0
- /package/{src/components → components}/textArea/v4/index.js +0 -0
- /package/{src/components → components}/toggle/v3/index.js +0 -0
- /package/{src/components → components}/toggle/v4/index.js +0 -0
- /package/{src/components → components}/tooltip/common/Tooltip.common.js +0 -0
- /package/{src/components → components}/tooltip/v3/index.js +0 -0
- /package/{src/components → components}/tooltip/v4/index.js +0 -0
- /package/{src/components → components}/typography/index.js +0 -0
- /package/{src/components → components}/typography/v4/index.js +0 -0
- /package/{src/composables → composables}/useFormValidation.js +0 -0
- /package/{src/composables → composables}/useId.js +0 -0
- /package/{src/composables → composables}/useIsFocusVisible.js +0 -0
- /package/{src/composables → composables}/useSearch.js +0 -0
- /package/{src/composables → composables}/useStorage.js +0 -0
- /package/{src/composables → composables}/useToggle.js +0 -0
- /package/{src/consts → consts}/colors.js +0 -0
- /package/{src/consts → consts}/regex.js +0 -0
- /package/{src/consts → consts}/style.js +0 -0
- /package/{src/utils → utils}/array.js +0 -0
- /package/{src/utils → utils}/color.js +0 -0
- /package/{src/utils → utils}/object.js +0 -0
- /package/{src/utils → utils}/search.js +0 -0
- /package/{src/utils → utils}/string.js +0 -0
- /package/{src/utils → utils}/style.js +0 -0
- /package/{src/utils → utils}/testIds.js +0 -0
- /package/{src/utils → utils}/text.js +0 -0
package/index.d.ts
CHANGED
|
@@ -10,7 +10,6 @@ export * from '@/composables/useId';
|
|
|
10
10
|
export * from '@/components/filterDropdown';
|
|
11
11
|
export * from '@/components/typography';
|
|
12
12
|
export * from '@/components/typography/v4';
|
|
13
|
-
export * from '@/components/popover';
|
|
14
13
|
export * from '@/components/multibar';
|
|
15
14
|
export * from '@/components/layout';
|
|
16
15
|
export * from '@/components/forms';
|
|
@@ -21,6 +20,420 @@ import * as tableV4 from '@/components/table/v4';
|
|
|
21
20
|
import * as tableCellsV3 from '@/components/table-cells/v3';
|
|
22
21
|
import * as snackbarV3 from '@/components/snackbar/v3';
|
|
23
22
|
declare const _default: {
|
|
23
|
+
Popover: {
|
|
24
|
+
new (...args: any[]): {
|
|
25
|
+
$: import("vue").ComponentInternalInstance;
|
|
26
|
+
$data: {};
|
|
27
|
+
$props: Partial<{
|
|
28
|
+
disabled: boolean;
|
|
29
|
+
testId: string;
|
|
30
|
+
placement: import("floating-vue").Placement;
|
|
31
|
+
distance: number;
|
|
32
|
+
popperClass: string;
|
|
33
|
+
autoHide: boolean;
|
|
34
|
+
skidding: number;
|
|
35
|
+
trigger: "touch" | "click" | "focus" | "hover" | "managed";
|
|
36
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
37
|
+
disabled: {
|
|
38
|
+
type: import("vue").PropType<boolean>;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
testId: {
|
|
42
|
+
type: import("vue").PropType<string>;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
placement: {
|
|
46
|
+
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
distance: {
|
|
50
|
+
type: import("vue").PropType<number>;
|
|
51
|
+
default: number;
|
|
52
|
+
};
|
|
53
|
+
popperClass: {
|
|
54
|
+
type: import("vue").PropType<string>;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
autoHide: {
|
|
58
|
+
type: import("vue").PropType<boolean>;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
61
|
+
skidding: {
|
|
62
|
+
type: import("vue").PropType<number>;
|
|
63
|
+
default: number;
|
|
64
|
+
};
|
|
65
|
+
trigger: {
|
|
66
|
+
type: import("vue").PropType<"touch" | "click" | "focus" | "hover" | "managed">;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "testId" | "placement" | "distance" | "popperClass" | "autoHide" | "skidding" | "trigger">;
|
|
70
|
+
$attrs: {
|
|
71
|
+
[x: string]: unknown;
|
|
72
|
+
};
|
|
73
|
+
$refs: {
|
|
74
|
+
[x: string]: unknown;
|
|
75
|
+
};
|
|
76
|
+
$slots: Readonly<{
|
|
77
|
+
[name: string]: import("vue").Slot;
|
|
78
|
+
}>;
|
|
79
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
80
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
81
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
82
|
+
$el: any;
|
|
83
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
84
|
+
disabled: {
|
|
85
|
+
type: import("vue").PropType<boolean>;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
testId: {
|
|
89
|
+
type: import("vue").PropType<string>;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
placement: {
|
|
93
|
+
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
94
|
+
default: string;
|
|
95
|
+
};
|
|
96
|
+
distance: {
|
|
97
|
+
type: import("vue").PropType<number>;
|
|
98
|
+
default: number;
|
|
99
|
+
};
|
|
100
|
+
popperClass: {
|
|
101
|
+
type: import("vue").PropType<string>;
|
|
102
|
+
default: string;
|
|
103
|
+
};
|
|
104
|
+
autoHide: {
|
|
105
|
+
type: import("vue").PropType<boolean>;
|
|
106
|
+
default: boolean;
|
|
107
|
+
};
|
|
108
|
+
skidding: {
|
|
109
|
+
type: import("vue").PropType<number>;
|
|
110
|
+
default: number;
|
|
111
|
+
};
|
|
112
|
+
trigger: {
|
|
113
|
+
type: import("vue").PropType<"touch" | "click" | "focus" | "hover" | "managed">;
|
|
114
|
+
default: string;
|
|
115
|
+
};
|
|
116
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
117
|
+
disabled: boolean;
|
|
118
|
+
testId: string;
|
|
119
|
+
placement: import("floating-vue").Placement;
|
|
120
|
+
distance: number;
|
|
121
|
+
popperClass: string;
|
|
122
|
+
autoHide: boolean;
|
|
123
|
+
skidding: number;
|
|
124
|
+
trigger: "touch" | "click" | "focus" | "hover" | "managed";
|
|
125
|
+
}, {}, string> & {
|
|
126
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
127
|
+
created?: (() => void) | (() => void)[];
|
|
128
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
129
|
+
mounted?: (() => void) | (() => void)[];
|
|
130
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
131
|
+
updated?: (() => void) | (() => void)[];
|
|
132
|
+
activated?: (() => void) | (() => void)[];
|
|
133
|
+
deactivated?: (() => void) | (() => void)[];
|
|
134
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
135
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
136
|
+
destroyed?: (() => void) | (() => void)[];
|
|
137
|
+
unmounted?: (() => void) | (() => void)[];
|
|
138
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
139
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
140
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
141
|
+
};
|
|
142
|
+
$forceUpdate: () => void;
|
|
143
|
+
$nextTick: typeof import("vue").nextTick;
|
|
144
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
145
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
146
|
+
disabled: {
|
|
147
|
+
type: import("vue").PropType<boolean>;
|
|
148
|
+
default: boolean;
|
|
149
|
+
};
|
|
150
|
+
testId: {
|
|
151
|
+
type: import("vue").PropType<string>;
|
|
152
|
+
default: string;
|
|
153
|
+
};
|
|
154
|
+
placement: {
|
|
155
|
+
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
156
|
+
default: string;
|
|
157
|
+
};
|
|
158
|
+
distance: {
|
|
159
|
+
type: import("vue").PropType<number>;
|
|
160
|
+
default: number;
|
|
161
|
+
};
|
|
162
|
+
popperClass: {
|
|
163
|
+
type: import("vue").PropType<string>;
|
|
164
|
+
default: string;
|
|
165
|
+
};
|
|
166
|
+
autoHide: {
|
|
167
|
+
type: import("vue").PropType<boolean>;
|
|
168
|
+
default: boolean;
|
|
169
|
+
};
|
|
170
|
+
skidding: {
|
|
171
|
+
type: import("vue").PropType<number>;
|
|
172
|
+
default: number;
|
|
173
|
+
};
|
|
174
|
+
trigger: {
|
|
175
|
+
type: import("vue").PropType<"touch" | "click" | "focus" | "hover" | "managed">;
|
|
176
|
+
default: string;
|
|
177
|
+
};
|
|
178
|
+
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
179
|
+
__isFragment?: never;
|
|
180
|
+
__isTeleport?: never;
|
|
181
|
+
__isSuspense?: never;
|
|
182
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
183
|
+
disabled: {
|
|
184
|
+
type: import("vue").PropType<boolean>;
|
|
185
|
+
default: boolean;
|
|
186
|
+
};
|
|
187
|
+
testId: {
|
|
188
|
+
type: import("vue").PropType<string>;
|
|
189
|
+
default: string;
|
|
190
|
+
};
|
|
191
|
+
placement: {
|
|
192
|
+
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
193
|
+
default: string;
|
|
194
|
+
};
|
|
195
|
+
distance: {
|
|
196
|
+
type: import("vue").PropType<number>;
|
|
197
|
+
default: number;
|
|
198
|
+
};
|
|
199
|
+
popperClass: {
|
|
200
|
+
type: import("vue").PropType<string>;
|
|
201
|
+
default: string;
|
|
202
|
+
};
|
|
203
|
+
autoHide: {
|
|
204
|
+
type: import("vue").PropType<boolean>;
|
|
205
|
+
default: boolean;
|
|
206
|
+
};
|
|
207
|
+
skidding: {
|
|
208
|
+
type: import("vue").PropType<number>;
|
|
209
|
+
default: number;
|
|
210
|
+
};
|
|
211
|
+
trigger: {
|
|
212
|
+
type: import("vue").PropType<"touch" | "click" | "focus" | "hover" | "managed">;
|
|
213
|
+
default: string;
|
|
214
|
+
};
|
|
215
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
216
|
+
disabled: boolean;
|
|
217
|
+
testId: string;
|
|
218
|
+
placement: import("floating-vue").Placement;
|
|
219
|
+
distance: number;
|
|
220
|
+
popperClass: string;
|
|
221
|
+
autoHide: boolean;
|
|
222
|
+
skidding: number;
|
|
223
|
+
trigger: "touch" | "click" | "focus" | "hover" | "managed";
|
|
224
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
225
|
+
$slots: {
|
|
226
|
+
trigger?(_: {}): any;
|
|
227
|
+
content?(_: {}): any;
|
|
228
|
+
};
|
|
229
|
+
});
|
|
230
|
+
PopoverTypes: () => ({
|
|
231
|
+
new (...args: any[]): {
|
|
232
|
+
$: import("vue").ComponentInternalInstance;
|
|
233
|
+
$data: {};
|
|
234
|
+
$props: Partial<{
|
|
235
|
+
disabled: boolean;
|
|
236
|
+
testId: string;
|
|
237
|
+
placement: import("floating-vue").Placement;
|
|
238
|
+
distance: number;
|
|
239
|
+
popperClass: string;
|
|
240
|
+
autoHide: boolean;
|
|
241
|
+
skidding: number;
|
|
242
|
+
trigger: "touch" | "click" | "focus" | "hover" | "managed";
|
|
243
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
244
|
+
disabled: {
|
|
245
|
+
type: import("vue").PropType<boolean>;
|
|
246
|
+
default: boolean;
|
|
247
|
+
};
|
|
248
|
+
testId: {
|
|
249
|
+
type: import("vue").PropType<string>;
|
|
250
|
+
default: string;
|
|
251
|
+
};
|
|
252
|
+
placement: {
|
|
253
|
+
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
254
|
+
default: string;
|
|
255
|
+
};
|
|
256
|
+
distance: {
|
|
257
|
+
type: import("vue").PropType<number>;
|
|
258
|
+
default: number;
|
|
259
|
+
};
|
|
260
|
+
popperClass: {
|
|
261
|
+
type: import("vue").PropType<string>;
|
|
262
|
+
default: string;
|
|
263
|
+
};
|
|
264
|
+
autoHide: {
|
|
265
|
+
type: import("vue").PropType<boolean>;
|
|
266
|
+
default: boolean;
|
|
267
|
+
};
|
|
268
|
+
skidding: {
|
|
269
|
+
type: import("vue").PropType<number>;
|
|
270
|
+
default: number;
|
|
271
|
+
};
|
|
272
|
+
trigger: {
|
|
273
|
+
type: import("vue").PropType<"touch" | "click" | "focus" | "hover" | "managed">;
|
|
274
|
+
default: string;
|
|
275
|
+
};
|
|
276
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "testId" | "placement" | "distance" | "popperClass" | "autoHide" | "skidding" | "trigger">;
|
|
277
|
+
$attrs: {
|
|
278
|
+
[x: string]: unknown;
|
|
279
|
+
};
|
|
280
|
+
$refs: {
|
|
281
|
+
[x: string]: unknown;
|
|
282
|
+
};
|
|
283
|
+
$slots: Readonly<{
|
|
284
|
+
[name: string]: import("vue").Slot;
|
|
285
|
+
}>;
|
|
286
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
287
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
288
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
289
|
+
$el: any;
|
|
290
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
291
|
+
disabled: {
|
|
292
|
+
type: import("vue").PropType<boolean>;
|
|
293
|
+
default: boolean;
|
|
294
|
+
};
|
|
295
|
+
testId: {
|
|
296
|
+
type: import("vue").PropType<string>;
|
|
297
|
+
default: string;
|
|
298
|
+
};
|
|
299
|
+
placement: {
|
|
300
|
+
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
301
|
+
default: string;
|
|
302
|
+
};
|
|
303
|
+
distance: {
|
|
304
|
+
type: import("vue").PropType<number>;
|
|
305
|
+
default: number;
|
|
306
|
+
};
|
|
307
|
+
popperClass: {
|
|
308
|
+
type: import("vue").PropType<string>;
|
|
309
|
+
default: string;
|
|
310
|
+
};
|
|
311
|
+
autoHide: {
|
|
312
|
+
type: import("vue").PropType<boolean>;
|
|
313
|
+
default: boolean;
|
|
314
|
+
};
|
|
315
|
+
skidding: {
|
|
316
|
+
type: import("vue").PropType<number>;
|
|
317
|
+
default: number;
|
|
318
|
+
};
|
|
319
|
+
trigger: {
|
|
320
|
+
type: import("vue").PropType<"touch" | "click" | "focus" | "hover" | "managed">;
|
|
321
|
+
default: string;
|
|
322
|
+
};
|
|
323
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
324
|
+
disabled: boolean;
|
|
325
|
+
testId: string;
|
|
326
|
+
placement: import("floating-vue").Placement;
|
|
327
|
+
distance: number;
|
|
328
|
+
popperClass: string;
|
|
329
|
+
autoHide: boolean;
|
|
330
|
+
skidding: number;
|
|
331
|
+
trigger: "touch" | "click" | "focus" | "hover" | "managed";
|
|
332
|
+
}, {}, string> & {
|
|
333
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
334
|
+
created?: (() => void) | (() => void)[];
|
|
335
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
336
|
+
mounted?: (() => void) | (() => void)[];
|
|
337
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
338
|
+
updated?: (() => void) | (() => void)[];
|
|
339
|
+
activated?: (() => void) | (() => void)[];
|
|
340
|
+
deactivated?: (() => void) | (() => void)[];
|
|
341
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
342
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
343
|
+
destroyed?: (() => void) | (() => void)[];
|
|
344
|
+
unmounted?: (() => void) | (() => void)[];
|
|
345
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
346
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
347
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
348
|
+
};
|
|
349
|
+
$forceUpdate: () => void;
|
|
350
|
+
$nextTick: typeof import("vue").nextTick;
|
|
351
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
352
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
353
|
+
disabled: {
|
|
354
|
+
type: import("vue").PropType<boolean>;
|
|
355
|
+
default: boolean;
|
|
356
|
+
};
|
|
357
|
+
testId: {
|
|
358
|
+
type: import("vue").PropType<string>;
|
|
359
|
+
default: string;
|
|
360
|
+
};
|
|
361
|
+
placement: {
|
|
362
|
+
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
363
|
+
default: string;
|
|
364
|
+
};
|
|
365
|
+
distance: {
|
|
366
|
+
type: import("vue").PropType<number>;
|
|
367
|
+
default: number;
|
|
368
|
+
};
|
|
369
|
+
popperClass: {
|
|
370
|
+
type: import("vue").PropType<string>;
|
|
371
|
+
default: string;
|
|
372
|
+
};
|
|
373
|
+
autoHide: {
|
|
374
|
+
type: import("vue").PropType<boolean>;
|
|
375
|
+
default: boolean;
|
|
376
|
+
};
|
|
377
|
+
skidding: {
|
|
378
|
+
type: import("vue").PropType<number>;
|
|
379
|
+
default: number;
|
|
380
|
+
};
|
|
381
|
+
trigger: {
|
|
382
|
+
type: import("vue").PropType<"touch" | "click" | "focus" | "hover" | "managed">;
|
|
383
|
+
default: string;
|
|
384
|
+
};
|
|
385
|
+
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
386
|
+
__isFragment?: never;
|
|
387
|
+
__isTeleport?: never;
|
|
388
|
+
__isSuspense?: never;
|
|
389
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
390
|
+
disabled: {
|
|
391
|
+
type: import("vue").PropType<boolean>;
|
|
392
|
+
default: boolean;
|
|
393
|
+
};
|
|
394
|
+
testId: {
|
|
395
|
+
type: import("vue").PropType<string>;
|
|
396
|
+
default: string;
|
|
397
|
+
};
|
|
398
|
+
placement: {
|
|
399
|
+
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
400
|
+
default: string;
|
|
401
|
+
};
|
|
402
|
+
distance: {
|
|
403
|
+
type: import("vue").PropType<number>;
|
|
404
|
+
default: number;
|
|
405
|
+
};
|
|
406
|
+
popperClass: {
|
|
407
|
+
type: import("vue").PropType<string>;
|
|
408
|
+
default: string;
|
|
409
|
+
};
|
|
410
|
+
autoHide: {
|
|
411
|
+
type: import("vue").PropType<boolean>;
|
|
412
|
+
default: boolean;
|
|
413
|
+
};
|
|
414
|
+
skidding: {
|
|
415
|
+
type: import("vue").PropType<number>;
|
|
416
|
+
default: number;
|
|
417
|
+
};
|
|
418
|
+
trigger: {
|
|
419
|
+
type: import("vue").PropType<"touch" | "click" | "focus" | "hover" | "managed">;
|
|
420
|
+
default: string;
|
|
421
|
+
};
|
|
422
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
423
|
+
disabled: boolean;
|
|
424
|
+
testId: string;
|
|
425
|
+
placement: import("floating-vue").Placement;
|
|
426
|
+
distance: number;
|
|
427
|
+
popperClass: string;
|
|
428
|
+
autoHide: boolean;
|
|
429
|
+
skidding: number;
|
|
430
|
+
trigger: "touch" | "click" | "focus" | "hover" | "managed";
|
|
431
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
432
|
+
$slots: {
|
|
433
|
+
trigger?(_: {}): any;
|
|
434
|
+
content?(_: {}): any;
|
|
435
|
+
};
|
|
436
|
+
}))[];
|
|
24
437
|
DateRange: {
|
|
25
438
|
new (...args: any[]): {
|
|
26
439
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -1204,6 +1617,7 @@ declare const _default: {
|
|
|
1204
1617
|
$props: Partial<{
|
|
1205
1618
|
search: string;
|
|
1206
1619
|
testId: string;
|
|
1620
|
+
isLoading: boolean;
|
|
1207
1621
|
displayValue: (item: import("./components/sortableList/SortableList.types").SortableListItem) => string;
|
|
1208
1622
|
searchPlaceholder: string;
|
|
1209
1623
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
@@ -1212,6 +1626,8 @@ declare const _default: {
|
|
|
1212
1626
|
openId: string | number;
|
|
1213
1627
|
selectedId: string | number;
|
|
1214
1628
|
showSearch: boolean;
|
|
1629
|
+
loadingRowCount: number;
|
|
1630
|
+
emptyStateTitle: string;
|
|
1215
1631
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1216
1632
|
search: {
|
|
1217
1633
|
type: import("vue").PropType<string>;
|
|
@@ -1221,6 +1637,10 @@ declare const _default: {
|
|
|
1221
1637
|
type: import("vue").PropType<string>;
|
|
1222
1638
|
default: string;
|
|
1223
1639
|
};
|
|
1640
|
+
isLoading: {
|
|
1641
|
+
type: import("vue").PropType<boolean>;
|
|
1642
|
+
default: boolean;
|
|
1643
|
+
};
|
|
1224
1644
|
displayValue: {
|
|
1225
1645
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem) => string>;
|
|
1226
1646
|
required: true;
|
|
@@ -1255,6 +1675,14 @@ declare const _default: {
|
|
|
1255
1675
|
type: import("vue").PropType<boolean>;
|
|
1256
1676
|
default: boolean;
|
|
1257
1677
|
};
|
|
1678
|
+
loadingRowCount: {
|
|
1679
|
+
type: import("vue").PropType<number>;
|
|
1680
|
+
default: number;
|
|
1681
|
+
};
|
|
1682
|
+
emptyStateTitle: {
|
|
1683
|
+
type: import("vue").PropType<string>;
|
|
1684
|
+
default: string;
|
|
1685
|
+
};
|
|
1258
1686
|
}>> & {
|
|
1259
1687
|
"onUpdate:items"?: (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => any;
|
|
1260
1688
|
"onUpdate:openId"?: (id: string | number) => any;
|
|
@@ -1262,7 +1690,7 @@ declare const _default: {
|
|
|
1262
1690
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1263
1691
|
"onUpdate:search"?: (query: string) => any;
|
|
1264
1692
|
onClearSearch?: () => any;
|
|
1265
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch">;
|
|
1693
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
1266
1694
|
$attrs: {
|
|
1267
1695
|
[x: string]: unknown;
|
|
1268
1696
|
};
|
|
@@ -1285,6 +1713,10 @@ declare const _default: {
|
|
|
1285
1713
|
type: import("vue").PropType<string>;
|
|
1286
1714
|
default: string;
|
|
1287
1715
|
};
|
|
1716
|
+
isLoading: {
|
|
1717
|
+
type: import("vue").PropType<boolean>;
|
|
1718
|
+
default: boolean;
|
|
1719
|
+
};
|
|
1288
1720
|
displayValue: {
|
|
1289
1721
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem) => string>;
|
|
1290
1722
|
required: true;
|
|
@@ -1319,6 +1751,14 @@ declare const _default: {
|
|
|
1319
1751
|
type: import("vue").PropType<boolean>;
|
|
1320
1752
|
default: boolean;
|
|
1321
1753
|
};
|
|
1754
|
+
loadingRowCount: {
|
|
1755
|
+
type: import("vue").PropType<number>;
|
|
1756
|
+
default: number;
|
|
1757
|
+
};
|
|
1758
|
+
emptyStateTitle: {
|
|
1759
|
+
type: import("vue").PropType<string>;
|
|
1760
|
+
default: string;
|
|
1761
|
+
};
|
|
1322
1762
|
}>> & {
|
|
1323
1763
|
"onUpdate:items"?: (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => any;
|
|
1324
1764
|
"onUpdate:openId"?: (id: string | number) => any;
|
|
@@ -1336,6 +1776,7 @@ declare const _default: {
|
|
|
1336
1776
|
}, string, {
|
|
1337
1777
|
search: string;
|
|
1338
1778
|
testId: string;
|
|
1779
|
+
isLoading: boolean;
|
|
1339
1780
|
displayValue: (item: import("./components/sortableList/SortableList.types").SortableListItem) => string;
|
|
1340
1781
|
searchPlaceholder: string;
|
|
1341
1782
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
@@ -1344,6 +1785,8 @@ declare const _default: {
|
|
|
1344
1785
|
openId: string | number;
|
|
1345
1786
|
selectedId: string | number;
|
|
1346
1787
|
showSearch: boolean;
|
|
1788
|
+
loadingRowCount: number;
|
|
1789
|
+
emptyStateTitle: string;
|
|
1347
1790
|
}, {}, string> & {
|
|
1348
1791
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1349
1792
|
created?: (() => void) | (() => void)[];
|
|
@@ -1373,6 +1816,10 @@ declare const _default: {
|
|
|
1373
1816
|
type: import("vue").PropType<string>;
|
|
1374
1817
|
default: string;
|
|
1375
1818
|
};
|
|
1819
|
+
isLoading: {
|
|
1820
|
+
type: import("vue").PropType<boolean>;
|
|
1821
|
+
default: boolean;
|
|
1822
|
+
};
|
|
1376
1823
|
displayValue: {
|
|
1377
1824
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem) => string>;
|
|
1378
1825
|
required: true;
|
|
@@ -1407,6 +1854,14 @@ declare const _default: {
|
|
|
1407
1854
|
type: import("vue").PropType<boolean>;
|
|
1408
1855
|
default: boolean;
|
|
1409
1856
|
};
|
|
1857
|
+
loadingRowCount: {
|
|
1858
|
+
type: import("vue").PropType<number>;
|
|
1859
|
+
default: number;
|
|
1860
|
+
};
|
|
1861
|
+
emptyStateTitle: {
|
|
1862
|
+
type: import("vue").PropType<string>;
|
|
1863
|
+
default: string;
|
|
1864
|
+
};
|
|
1410
1865
|
}>> & {
|
|
1411
1866
|
"onUpdate:items"?: (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => any;
|
|
1412
1867
|
"onUpdate:openId"?: (id: string | number) => any;
|
|
@@ -1427,6 +1882,10 @@ declare const _default: {
|
|
|
1427
1882
|
type: import("vue").PropType<string>;
|
|
1428
1883
|
default: string;
|
|
1429
1884
|
};
|
|
1885
|
+
isLoading: {
|
|
1886
|
+
type: import("vue").PropType<boolean>;
|
|
1887
|
+
default: boolean;
|
|
1888
|
+
};
|
|
1430
1889
|
displayValue: {
|
|
1431
1890
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem) => string>;
|
|
1432
1891
|
required: true;
|
|
@@ -1461,6 +1920,14 @@ declare const _default: {
|
|
|
1461
1920
|
type: import("vue").PropType<boolean>;
|
|
1462
1921
|
default: boolean;
|
|
1463
1922
|
};
|
|
1923
|
+
loadingRowCount: {
|
|
1924
|
+
type: import("vue").PropType<number>;
|
|
1925
|
+
default: number;
|
|
1926
|
+
};
|
|
1927
|
+
emptyStateTitle: {
|
|
1928
|
+
type: import("vue").PropType<string>;
|
|
1929
|
+
default: string;
|
|
1930
|
+
};
|
|
1464
1931
|
}>> & {
|
|
1465
1932
|
"onUpdate:items"?: (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => any;
|
|
1466
1933
|
"onUpdate:openId"?: (id: string | number) => any;
|
|
@@ -1478,6 +1945,7 @@ declare const _default: {
|
|
|
1478
1945
|
}, string, {
|
|
1479
1946
|
search: string;
|
|
1480
1947
|
testId: string;
|
|
1948
|
+
isLoading: boolean;
|
|
1481
1949
|
displayValue: (item: import("./components/sortableList/SortableList.types").SortableListItem) => string;
|
|
1482
1950
|
searchPlaceholder: string;
|
|
1483
1951
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
@@ -1486,11 +1954,15 @@ declare const _default: {
|
|
|
1486
1954
|
openId: string | number;
|
|
1487
1955
|
selectedId: string | number;
|
|
1488
1956
|
showSearch: boolean;
|
|
1957
|
+
loadingRowCount: number;
|
|
1958
|
+
emptyStateTitle: string;
|
|
1489
1959
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1490
1960
|
$slots: {
|
|
1491
1961
|
menu?(_: {
|
|
1492
1962
|
item: import("./components/sortableList/SortableList.types").SortableListItem;
|
|
1493
1963
|
}): any;
|
|
1964
|
+
loader?(_: {}): any;
|
|
1965
|
+
"empty-state"?(_: {}): any;
|
|
1494
1966
|
};
|
|
1495
1967
|
});
|
|
1496
1968
|
SortableListTypes: () => ({
|
|
@@ -1500,6 +1972,7 @@ declare const _default: {
|
|
|
1500
1972
|
$props: Partial<{
|
|
1501
1973
|
search: string;
|
|
1502
1974
|
testId: string;
|
|
1975
|
+
isLoading: boolean;
|
|
1503
1976
|
displayValue: (item: import("./components/sortableList/SortableList.types").SortableListItem) => string;
|
|
1504
1977
|
searchPlaceholder: string;
|
|
1505
1978
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
@@ -1508,6 +1981,8 @@ declare const _default: {
|
|
|
1508
1981
|
openId: string | number;
|
|
1509
1982
|
selectedId: string | number;
|
|
1510
1983
|
showSearch: boolean;
|
|
1984
|
+
loadingRowCount: number;
|
|
1985
|
+
emptyStateTitle: string;
|
|
1511
1986
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1512
1987
|
search: {
|
|
1513
1988
|
type: import("vue").PropType<string>;
|
|
@@ -1517,6 +1992,10 @@ declare const _default: {
|
|
|
1517
1992
|
type: import("vue").PropType<string>;
|
|
1518
1993
|
default: string;
|
|
1519
1994
|
};
|
|
1995
|
+
isLoading: {
|
|
1996
|
+
type: import("vue").PropType<boolean>;
|
|
1997
|
+
default: boolean;
|
|
1998
|
+
};
|
|
1520
1999
|
displayValue: {
|
|
1521
2000
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem) => string>;
|
|
1522
2001
|
required: true;
|
|
@@ -1551,6 +2030,14 @@ declare const _default: {
|
|
|
1551
2030
|
type: import("vue").PropType<boolean>;
|
|
1552
2031
|
default: boolean;
|
|
1553
2032
|
};
|
|
2033
|
+
loadingRowCount: {
|
|
2034
|
+
type: import("vue").PropType<number>;
|
|
2035
|
+
default: number;
|
|
2036
|
+
};
|
|
2037
|
+
emptyStateTitle: {
|
|
2038
|
+
type: import("vue").PropType<string>;
|
|
2039
|
+
default: string;
|
|
2040
|
+
};
|
|
1554
2041
|
}>> & {
|
|
1555
2042
|
"onUpdate:items"?: (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => any;
|
|
1556
2043
|
"onUpdate:openId"?: (id: string | number) => any;
|
|
@@ -1558,7 +2045,7 @@ declare const _default: {
|
|
|
1558
2045
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1559
2046
|
"onUpdate:search"?: (query: string) => any;
|
|
1560
2047
|
onClearSearch?: () => any;
|
|
1561
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch">;
|
|
2048
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
1562
2049
|
$attrs: {
|
|
1563
2050
|
[x: string]: unknown;
|
|
1564
2051
|
};
|
|
@@ -1581,6 +2068,10 @@ declare const _default: {
|
|
|
1581
2068
|
type: import("vue").PropType<string>;
|
|
1582
2069
|
default: string;
|
|
1583
2070
|
};
|
|
2071
|
+
isLoading: {
|
|
2072
|
+
type: import("vue").PropType<boolean>;
|
|
2073
|
+
default: boolean;
|
|
2074
|
+
};
|
|
1584
2075
|
displayValue: {
|
|
1585
2076
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem) => string>;
|
|
1586
2077
|
required: true;
|
|
@@ -1615,6 +2106,14 @@ declare const _default: {
|
|
|
1615
2106
|
type: import("vue").PropType<boolean>;
|
|
1616
2107
|
default: boolean;
|
|
1617
2108
|
};
|
|
2109
|
+
loadingRowCount: {
|
|
2110
|
+
type: import("vue").PropType<number>;
|
|
2111
|
+
default: number;
|
|
2112
|
+
};
|
|
2113
|
+
emptyStateTitle: {
|
|
2114
|
+
type: import("vue").PropType<string>;
|
|
2115
|
+
default: string;
|
|
2116
|
+
};
|
|
1618
2117
|
}>> & {
|
|
1619
2118
|
"onUpdate:items"?: (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => any;
|
|
1620
2119
|
"onUpdate:openId"?: (id: string | number) => any;
|
|
@@ -1632,6 +2131,7 @@ declare const _default: {
|
|
|
1632
2131
|
}, string, {
|
|
1633
2132
|
search: string;
|
|
1634
2133
|
testId: string;
|
|
2134
|
+
isLoading: boolean;
|
|
1635
2135
|
displayValue: (item: import("./components/sortableList/SortableList.types").SortableListItem) => string;
|
|
1636
2136
|
searchPlaceholder: string;
|
|
1637
2137
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
@@ -1640,6 +2140,8 @@ declare const _default: {
|
|
|
1640
2140
|
openId: string | number;
|
|
1641
2141
|
selectedId: string | number;
|
|
1642
2142
|
showSearch: boolean;
|
|
2143
|
+
loadingRowCount: number;
|
|
2144
|
+
emptyStateTitle: string;
|
|
1643
2145
|
}, {}, string> & {
|
|
1644
2146
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1645
2147
|
created?: (() => void) | (() => void)[];
|
|
@@ -1669,6 +2171,10 @@ declare const _default: {
|
|
|
1669
2171
|
type: import("vue").PropType<string>;
|
|
1670
2172
|
default: string;
|
|
1671
2173
|
};
|
|
2174
|
+
isLoading: {
|
|
2175
|
+
type: import("vue").PropType<boolean>;
|
|
2176
|
+
default: boolean;
|
|
2177
|
+
};
|
|
1672
2178
|
displayValue: {
|
|
1673
2179
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem) => string>;
|
|
1674
2180
|
required: true;
|
|
@@ -1703,6 +2209,14 @@ declare const _default: {
|
|
|
1703
2209
|
type: import("vue").PropType<boolean>;
|
|
1704
2210
|
default: boolean;
|
|
1705
2211
|
};
|
|
2212
|
+
loadingRowCount: {
|
|
2213
|
+
type: import("vue").PropType<number>;
|
|
2214
|
+
default: number;
|
|
2215
|
+
};
|
|
2216
|
+
emptyStateTitle: {
|
|
2217
|
+
type: import("vue").PropType<string>;
|
|
2218
|
+
default: string;
|
|
2219
|
+
};
|
|
1706
2220
|
}>> & {
|
|
1707
2221
|
"onUpdate:items"?: (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => any;
|
|
1708
2222
|
"onUpdate:openId"?: (id: string | number) => any;
|
|
@@ -1723,6 +2237,10 @@ declare const _default: {
|
|
|
1723
2237
|
type: import("vue").PropType<string>;
|
|
1724
2238
|
default: string;
|
|
1725
2239
|
};
|
|
2240
|
+
isLoading: {
|
|
2241
|
+
type: import("vue").PropType<boolean>;
|
|
2242
|
+
default: boolean;
|
|
2243
|
+
};
|
|
1726
2244
|
displayValue: {
|
|
1727
2245
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem) => string>;
|
|
1728
2246
|
required: true;
|
|
@@ -1757,6 +2275,14 @@ declare const _default: {
|
|
|
1757
2275
|
type: import("vue").PropType<boolean>;
|
|
1758
2276
|
default: boolean;
|
|
1759
2277
|
};
|
|
2278
|
+
loadingRowCount: {
|
|
2279
|
+
type: import("vue").PropType<number>;
|
|
2280
|
+
default: number;
|
|
2281
|
+
};
|
|
2282
|
+
emptyStateTitle: {
|
|
2283
|
+
type: import("vue").PropType<string>;
|
|
2284
|
+
default: string;
|
|
2285
|
+
};
|
|
1760
2286
|
}>> & {
|
|
1761
2287
|
"onUpdate:items"?: (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => any;
|
|
1762
2288
|
"onUpdate:openId"?: (id: string | number) => any;
|
|
@@ -1774,6 +2300,7 @@ declare const _default: {
|
|
|
1774
2300
|
}, string, {
|
|
1775
2301
|
search: string;
|
|
1776
2302
|
testId: string;
|
|
2303
|
+
isLoading: boolean;
|
|
1777
2304
|
displayValue: (item: import("./components/sortableList/SortableList.types").SortableListItem) => string;
|
|
1778
2305
|
searchPlaceholder: string;
|
|
1779
2306
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
@@ -1782,11 +2309,15 @@ declare const _default: {
|
|
|
1782
2309
|
openId: string | number;
|
|
1783
2310
|
selectedId: string | number;
|
|
1784
2311
|
showSearch: boolean;
|
|
2312
|
+
loadingRowCount: number;
|
|
2313
|
+
emptyStateTitle: string;
|
|
1785
2314
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1786
2315
|
$slots: {
|
|
1787
2316
|
menu?(_: {
|
|
1788
2317
|
item: import("./components/sortableList/SortableList.types").SortableListItem;
|
|
1789
2318
|
}): any;
|
|
2319
|
+
loader?(_: {}): any;
|
|
2320
|
+
"empty-state"?(_: {}): any;
|
|
1790
2321
|
};
|
|
1791
2322
|
}))[];
|
|
1792
2323
|
StatusDot: import("vue").DefineComponent<{
|
|
@@ -3011,6 +3542,10 @@ declare const _default: {
|
|
|
3011
3542
|
type: import("vue").PropType<string>;
|
|
3012
3543
|
default: string;
|
|
3013
3544
|
};
|
|
3545
|
+
maxLengthCounterPosition: {
|
|
3546
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
3547
|
+
default: string;
|
|
3548
|
+
};
|
|
3014
3549
|
feedbackText: {
|
|
3015
3550
|
type: import("vue").PropType<string>;
|
|
3016
3551
|
default: string;
|
|
@@ -3070,6 +3605,10 @@ declare const _default: {
|
|
|
3070
3605
|
type: import("vue").PropType<string>;
|
|
3071
3606
|
default: string;
|
|
3072
3607
|
};
|
|
3608
|
+
maxLengthCounterPosition: {
|
|
3609
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
3610
|
+
default: string;
|
|
3611
|
+
};
|
|
3073
3612
|
feedbackText: {
|
|
3074
3613
|
type: import("vue").PropType<string>;
|
|
3075
3614
|
default: string;
|
|
@@ -3096,6 +3635,7 @@ declare const _default: {
|
|
|
3096
3635
|
maxLength: number;
|
|
3097
3636
|
modelValue: string;
|
|
3098
3637
|
placeholder: string;
|
|
3638
|
+
maxLengthCounterPosition: "inside" | "outside";
|
|
3099
3639
|
feedbackText: string;
|
|
3100
3640
|
feedbackVariant: "success" | "warning" | "error";
|
|
3101
3641
|
showFeedbackTextIcon: boolean;
|
|
@@ -3145,6 +3685,10 @@ declare const _default: {
|
|
|
3145
3685
|
type: import("vue").PropType<string>;
|
|
3146
3686
|
default: string;
|
|
3147
3687
|
};
|
|
3688
|
+
maxLengthCounterPosition: {
|
|
3689
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
3690
|
+
default: string;
|
|
3691
|
+
};
|
|
3148
3692
|
feedbackText: {
|
|
3149
3693
|
type: import("vue").PropType<string>;
|
|
3150
3694
|
default: string;
|
|
@@ -3204,6 +3748,10 @@ declare const _default: {
|
|
|
3204
3748
|
type: import("vue").PropType<string>;
|
|
3205
3749
|
default: string;
|
|
3206
3750
|
};
|
|
3751
|
+
maxLengthCounterPosition: {
|
|
3752
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
3753
|
+
default: string;
|
|
3754
|
+
};
|
|
3207
3755
|
feedbackText: {
|
|
3208
3756
|
type: import("vue").PropType<string>;
|
|
3209
3757
|
default: string;
|
|
@@ -3230,6 +3778,7 @@ declare const _default: {
|
|
|
3230
3778
|
maxLength: number;
|
|
3231
3779
|
modelValue: string;
|
|
3232
3780
|
placeholder: string;
|
|
3781
|
+
maxLengthCounterPosition: "inside" | "outside";
|
|
3233
3782
|
feedbackText: string;
|
|
3234
3783
|
feedbackVariant: "success" | "warning" | "error";
|
|
3235
3784
|
showFeedbackTextIcon: boolean;
|
|
@@ -4551,15 +5100,15 @@ declare const _default: {
|
|
|
4551
5100
|
searchPlaceholder: string;
|
|
4552
5101
|
selection: unknown[];
|
|
4553
5102
|
showSearch: boolean;
|
|
5103
|
+
loadingRowCount: number;
|
|
5104
|
+
emptyStateTitle: string;
|
|
4554
5105
|
isSticky: boolean;
|
|
4555
5106
|
sections: import("./components/table/common/Table.types").Section[];
|
|
4556
5107
|
isStickyHeader: boolean;
|
|
4557
|
-
emptyStateTitle: string;
|
|
4558
5108
|
emptyStateSubtitle: string;
|
|
4559
5109
|
isInfiniteScroll: boolean;
|
|
4560
5110
|
infiniteScrollThreshold: number;
|
|
4561
5111
|
rowHeight: number | ((index: number) => number);
|
|
4562
|
-
loadingRowCount: number;
|
|
4563
5112
|
defaultScrollPosition: number;
|
|
4564
5113
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
4565
5114
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
@@ -4606,6 +5155,14 @@ declare const _default: {
|
|
|
4606
5155
|
type: import("vue").PropType<boolean>;
|
|
4607
5156
|
default: boolean;
|
|
4608
5157
|
};
|
|
5158
|
+
loadingRowCount: {
|
|
5159
|
+
type: import("vue").PropType<number>;
|
|
5160
|
+
default: number;
|
|
5161
|
+
};
|
|
5162
|
+
emptyStateTitle: {
|
|
5163
|
+
type: import("vue").PropType<string>;
|
|
5164
|
+
default: string;
|
|
5165
|
+
};
|
|
4609
5166
|
isSticky: {
|
|
4610
5167
|
type: import("vue").PropType<boolean>;
|
|
4611
5168
|
default: boolean;
|
|
@@ -4622,10 +5179,6 @@ declare const _default: {
|
|
|
4622
5179
|
type: import("vue").PropType<boolean>;
|
|
4623
5180
|
default: boolean;
|
|
4624
5181
|
};
|
|
4625
|
-
emptyStateTitle: {
|
|
4626
|
-
type: import("vue").PropType<string>;
|
|
4627
|
-
default: string;
|
|
4628
|
-
};
|
|
4629
5182
|
emptyStateSubtitle: {
|
|
4630
5183
|
type: import("vue").PropType<string>;
|
|
4631
5184
|
default: string;
|
|
@@ -4642,10 +5195,6 @@ declare const _default: {
|
|
|
4642
5195
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
4643
5196
|
default: number;
|
|
4644
5197
|
};
|
|
4645
|
-
loadingRowCount: {
|
|
4646
|
-
type: import("vue").PropType<number>;
|
|
4647
|
-
default: number;
|
|
4648
|
-
};
|
|
4649
5198
|
defaultScrollPosition: {
|
|
4650
5199
|
type: import("vue").PropType<number>;
|
|
4651
5200
|
default: any;
|
|
@@ -4682,7 +5231,7 @@ declare const _default: {
|
|
|
4682
5231
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
4683
5232
|
onSelectRow?: (value: boolean) => any;
|
|
4684
5233
|
onClickRow?: (rowIndex: number) => any;
|
|
4685
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "
|
|
5234
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase">;
|
|
4686
5235
|
$attrs: {
|
|
4687
5236
|
[x: string]: unknown;
|
|
4688
5237
|
};
|
|
@@ -4742,6 +5291,14 @@ declare const _default: {
|
|
|
4742
5291
|
type: import("vue").PropType<boolean>;
|
|
4743
5292
|
default: boolean;
|
|
4744
5293
|
};
|
|
5294
|
+
loadingRowCount: {
|
|
5295
|
+
type: import("vue").PropType<number>;
|
|
5296
|
+
default: number;
|
|
5297
|
+
};
|
|
5298
|
+
emptyStateTitle: {
|
|
5299
|
+
type: import("vue").PropType<string>;
|
|
5300
|
+
default: string;
|
|
5301
|
+
};
|
|
4745
5302
|
isSticky: {
|
|
4746
5303
|
type: import("vue").PropType<boolean>;
|
|
4747
5304
|
default: boolean;
|
|
@@ -4758,10 +5315,6 @@ declare const _default: {
|
|
|
4758
5315
|
type: import("vue").PropType<boolean>;
|
|
4759
5316
|
default: boolean;
|
|
4760
5317
|
};
|
|
4761
|
-
emptyStateTitle: {
|
|
4762
|
-
type: import("vue").PropType<string>;
|
|
4763
|
-
default: string;
|
|
4764
|
-
};
|
|
4765
5318
|
emptyStateSubtitle: {
|
|
4766
5319
|
type: import("vue").PropType<string>;
|
|
4767
5320
|
default: string;
|
|
@@ -4778,10 +5331,6 @@ declare const _default: {
|
|
|
4778
5331
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
4779
5332
|
default: number;
|
|
4780
5333
|
};
|
|
4781
|
-
loadingRowCount: {
|
|
4782
|
-
type: import("vue").PropType<number>;
|
|
4783
|
-
default: number;
|
|
4784
|
-
};
|
|
4785
5334
|
defaultScrollPosition: {
|
|
4786
5335
|
type: import("vue").PropType<number>;
|
|
4787
5336
|
default: any;
|
|
@@ -4846,15 +5395,15 @@ declare const _default: {
|
|
|
4846
5395
|
searchPlaceholder: string;
|
|
4847
5396
|
selection: unknown[];
|
|
4848
5397
|
showSearch: boolean;
|
|
5398
|
+
loadingRowCount: number;
|
|
5399
|
+
emptyStateTitle: string;
|
|
4849
5400
|
isSticky: boolean;
|
|
4850
5401
|
sections: import("./components/table/common/Table.types").Section[];
|
|
4851
5402
|
isStickyHeader: boolean;
|
|
4852
|
-
emptyStateTitle: string;
|
|
4853
5403
|
emptyStateSubtitle: string;
|
|
4854
5404
|
isInfiniteScroll: boolean;
|
|
4855
5405
|
infiniteScrollThreshold: number;
|
|
4856
5406
|
rowHeight: number | ((index: number) => number);
|
|
4857
|
-
loadingRowCount: number;
|
|
4858
5407
|
defaultScrollPosition: number;
|
|
4859
5408
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
4860
5409
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
@@ -4921,6 +5470,14 @@ declare const _default: {
|
|
|
4921
5470
|
type: import("vue").PropType<boolean>;
|
|
4922
5471
|
default: boolean;
|
|
4923
5472
|
};
|
|
5473
|
+
loadingRowCount: {
|
|
5474
|
+
type: import("vue").PropType<number>;
|
|
5475
|
+
default: number;
|
|
5476
|
+
};
|
|
5477
|
+
emptyStateTitle: {
|
|
5478
|
+
type: import("vue").PropType<string>;
|
|
5479
|
+
default: string;
|
|
5480
|
+
};
|
|
4924
5481
|
isSticky: {
|
|
4925
5482
|
type: import("vue").PropType<boolean>;
|
|
4926
5483
|
default: boolean;
|
|
@@ -4934,12 +5491,8 @@ declare const _default: {
|
|
|
4934
5491
|
default: any;
|
|
4935
5492
|
};
|
|
4936
5493
|
isStickyHeader: {
|
|
4937
|
-
type: import("vue").PropType<boolean>;
|
|
4938
|
-
default: boolean;
|
|
4939
|
-
};
|
|
4940
|
-
emptyStateTitle: {
|
|
4941
|
-
type: import("vue").PropType<string>;
|
|
4942
|
-
default: string;
|
|
5494
|
+
type: import("vue").PropType<boolean>;
|
|
5495
|
+
default: boolean;
|
|
4943
5496
|
};
|
|
4944
5497
|
emptyStateSubtitle: {
|
|
4945
5498
|
type: import("vue").PropType<string>;
|
|
@@ -4957,10 +5510,6 @@ declare const _default: {
|
|
|
4957
5510
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
4958
5511
|
default: number;
|
|
4959
5512
|
};
|
|
4960
|
-
loadingRowCount: {
|
|
4961
|
-
type: import("vue").PropType<number>;
|
|
4962
|
-
default: number;
|
|
4963
|
-
};
|
|
4964
5513
|
defaultScrollPosition: {
|
|
4965
5514
|
type: import("vue").PropType<number>;
|
|
4966
5515
|
default: any;
|
|
@@ -5044,6 +5593,14 @@ declare const _default: {
|
|
|
5044
5593
|
type: import("vue").PropType<boolean>;
|
|
5045
5594
|
default: boolean;
|
|
5046
5595
|
};
|
|
5596
|
+
loadingRowCount: {
|
|
5597
|
+
type: import("vue").PropType<number>;
|
|
5598
|
+
default: number;
|
|
5599
|
+
};
|
|
5600
|
+
emptyStateTitle: {
|
|
5601
|
+
type: import("vue").PropType<string>;
|
|
5602
|
+
default: string;
|
|
5603
|
+
};
|
|
5047
5604
|
isSticky: {
|
|
5048
5605
|
type: import("vue").PropType<boolean>;
|
|
5049
5606
|
default: boolean;
|
|
@@ -5060,10 +5617,6 @@ declare const _default: {
|
|
|
5060
5617
|
type: import("vue").PropType<boolean>;
|
|
5061
5618
|
default: boolean;
|
|
5062
5619
|
};
|
|
5063
|
-
emptyStateTitle: {
|
|
5064
|
-
type: import("vue").PropType<string>;
|
|
5065
|
-
default: string;
|
|
5066
|
-
};
|
|
5067
5620
|
emptyStateSubtitle: {
|
|
5068
5621
|
type: import("vue").PropType<string>;
|
|
5069
5622
|
default: string;
|
|
@@ -5080,10 +5633,6 @@ declare const _default: {
|
|
|
5080
5633
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
5081
5634
|
default: number;
|
|
5082
5635
|
};
|
|
5083
|
-
loadingRowCount: {
|
|
5084
|
-
type: import("vue").PropType<number>;
|
|
5085
|
-
default: number;
|
|
5086
|
-
};
|
|
5087
5636
|
defaultScrollPosition: {
|
|
5088
5637
|
type: import("vue").PropType<number>;
|
|
5089
5638
|
default: any;
|
|
@@ -5148,15 +5697,15 @@ declare const _default: {
|
|
|
5148
5697
|
searchPlaceholder: string;
|
|
5149
5698
|
selection: unknown[];
|
|
5150
5699
|
showSearch: boolean;
|
|
5700
|
+
loadingRowCount: number;
|
|
5701
|
+
emptyStateTitle: string;
|
|
5151
5702
|
isSticky: boolean;
|
|
5152
5703
|
sections: import("./components/table/common/Table.types").Section[];
|
|
5153
5704
|
isStickyHeader: boolean;
|
|
5154
|
-
emptyStateTitle: string;
|
|
5155
5705
|
emptyStateSubtitle: string;
|
|
5156
5706
|
isInfiniteScroll: boolean;
|
|
5157
5707
|
infiniteScrollThreshold: number;
|
|
5158
5708
|
rowHeight: number | ((index: number) => number);
|
|
5159
|
-
loadingRowCount: number;
|
|
5160
5709
|
defaultScrollPosition: number;
|
|
5161
5710
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
5162
5711
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
@@ -5223,6 +5772,10 @@ declare const _default: {
|
|
|
5223
5772
|
menuItems: tableV4.MenuItem[];
|
|
5224
5773
|
}>;
|
|
5225
5774
|
DataGridRowsCounter: import("vue").DefineComponent<{
|
|
5775
|
+
testId: {
|
|
5776
|
+
type: import("vue").PropType<string>;
|
|
5777
|
+
default: string;
|
|
5778
|
+
};
|
|
5226
5779
|
count: {
|
|
5227
5780
|
type: import("vue").PropType<number>;
|
|
5228
5781
|
default: number;
|
|
@@ -5244,6 +5797,10 @@ declare const _default: {
|
|
|
5244
5797
|
default: string;
|
|
5245
5798
|
};
|
|
5246
5799
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5800
|
+
testId: {
|
|
5801
|
+
type: import("vue").PropType<string>;
|
|
5802
|
+
default: string;
|
|
5803
|
+
};
|
|
5247
5804
|
count: {
|
|
5248
5805
|
type: import("vue").PropType<number>;
|
|
5249
5806
|
default: number;
|
|
@@ -5265,6 +5822,7 @@ declare const _default: {
|
|
|
5265
5822
|
default: string;
|
|
5266
5823
|
};
|
|
5267
5824
|
}>>, {
|
|
5825
|
+
testId: string;
|
|
5268
5826
|
count: number;
|
|
5269
5827
|
totalCount: number;
|
|
5270
5828
|
displayingText: string;
|
|
@@ -5285,15 +5843,15 @@ declare const _default: {
|
|
|
5285
5843
|
searchPlaceholder: string;
|
|
5286
5844
|
selection: unknown[];
|
|
5287
5845
|
showSearch: boolean;
|
|
5846
|
+
loadingRowCount: number;
|
|
5847
|
+
emptyStateTitle: string;
|
|
5288
5848
|
isSticky: boolean;
|
|
5289
5849
|
sections: import("./components/table/common/Table.types").Section[];
|
|
5290
5850
|
isStickyHeader: boolean;
|
|
5291
|
-
emptyStateTitle: string;
|
|
5292
5851
|
emptyStateSubtitle: string;
|
|
5293
5852
|
isInfiniteScroll: boolean;
|
|
5294
5853
|
infiniteScrollThreshold: number;
|
|
5295
5854
|
rowHeight: number | ((index: number) => number);
|
|
5296
|
-
loadingRowCount: number;
|
|
5297
5855
|
defaultScrollPosition: number;
|
|
5298
5856
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
5299
5857
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
@@ -5340,6 +5898,14 @@ declare const _default: {
|
|
|
5340
5898
|
type: import("vue").PropType<boolean>;
|
|
5341
5899
|
default: boolean;
|
|
5342
5900
|
};
|
|
5901
|
+
loadingRowCount: {
|
|
5902
|
+
type: import("vue").PropType<number>;
|
|
5903
|
+
default: number;
|
|
5904
|
+
};
|
|
5905
|
+
emptyStateTitle: {
|
|
5906
|
+
type: import("vue").PropType<string>;
|
|
5907
|
+
default: string;
|
|
5908
|
+
};
|
|
5343
5909
|
isSticky: {
|
|
5344
5910
|
type: import("vue").PropType<boolean>;
|
|
5345
5911
|
default: boolean;
|
|
@@ -5356,10 +5922,6 @@ declare const _default: {
|
|
|
5356
5922
|
type: import("vue").PropType<boolean>;
|
|
5357
5923
|
default: boolean;
|
|
5358
5924
|
};
|
|
5359
|
-
emptyStateTitle: {
|
|
5360
|
-
type: import("vue").PropType<string>;
|
|
5361
|
-
default: string;
|
|
5362
|
-
};
|
|
5363
5925
|
emptyStateSubtitle: {
|
|
5364
5926
|
type: import("vue").PropType<string>;
|
|
5365
5927
|
default: string;
|
|
@@ -5376,10 +5938,6 @@ declare const _default: {
|
|
|
5376
5938
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
5377
5939
|
default: number;
|
|
5378
5940
|
};
|
|
5379
|
-
loadingRowCount: {
|
|
5380
|
-
type: import("vue").PropType<number>;
|
|
5381
|
-
default: number;
|
|
5382
|
-
};
|
|
5383
5941
|
defaultScrollPosition: {
|
|
5384
5942
|
type: import("vue").PropType<number>;
|
|
5385
5943
|
default: any;
|
|
@@ -5416,7 +5974,7 @@ declare const _default: {
|
|
|
5416
5974
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5417
5975
|
onSelectRow?: (value: boolean) => any;
|
|
5418
5976
|
onClickRow?: (rowIndex: number) => any;
|
|
5419
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "
|
|
5977
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase">;
|
|
5420
5978
|
$attrs: {
|
|
5421
5979
|
[x: string]: unknown;
|
|
5422
5980
|
};
|
|
@@ -5476,6 +6034,14 @@ declare const _default: {
|
|
|
5476
6034
|
type: import("vue").PropType<boolean>;
|
|
5477
6035
|
default: boolean;
|
|
5478
6036
|
};
|
|
6037
|
+
loadingRowCount: {
|
|
6038
|
+
type: import("vue").PropType<number>;
|
|
6039
|
+
default: number;
|
|
6040
|
+
};
|
|
6041
|
+
emptyStateTitle: {
|
|
6042
|
+
type: import("vue").PropType<string>;
|
|
6043
|
+
default: string;
|
|
6044
|
+
};
|
|
5479
6045
|
isSticky: {
|
|
5480
6046
|
type: import("vue").PropType<boolean>;
|
|
5481
6047
|
default: boolean;
|
|
@@ -5492,10 +6058,6 @@ declare const _default: {
|
|
|
5492
6058
|
type: import("vue").PropType<boolean>;
|
|
5493
6059
|
default: boolean;
|
|
5494
6060
|
};
|
|
5495
|
-
emptyStateTitle: {
|
|
5496
|
-
type: import("vue").PropType<string>;
|
|
5497
|
-
default: string;
|
|
5498
|
-
};
|
|
5499
6061
|
emptyStateSubtitle: {
|
|
5500
6062
|
type: import("vue").PropType<string>;
|
|
5501
6063
|
default: string;
|
|
@@ -5512,10 +6074,6 @@ declare const _default: {
|
|
|
5512
6074
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
5513
6075
|
default: number;
|
|
5514
6076
|
};
|
|
5515
|
-
loadingRowCount: {
|
|
5516
|
-
type: import("vue").PropType<number>;
|
|
5517
|
-
default: number;
|
|
5518
|
-
};
|
|
5519
6077
|
defaultScrollPosition: {
|
|
5520
6078
|
type: import("vue").PropType<number>;
|
|
5521
6079
|
default: any;
|
|
@@ -5580,15 +6138,15 @@ declare const _default: {
|
|
|
5580
6138
|
searchPlaceholder: string;
|
|
5581
6139
|
selection: unknown[];
|
|
5582
6140
|
showSearch: boolean;
|
|
6141
|
+
loadingRowCount: number;
|
|
6142
|
+
emptyStateTitle: string;
|
|
5583
6143
|
isSticky: boolean;
|
|
5584
6144
|
sections: import("./components/table/common/Table.types").Section[];
|
|
5585
6145
|
isStickyHeader: boolean;
|
|
5586
|
-
emptyStateTitle: string;
|
|
5587
6146
|
emptyStateSubtitle: string;
|
|
5588
6147
|
isInfiniteScroll: boolean;
|
|
5589
6148
|
infiniteScrollThreshold: number;
|
|
5590
6149
|
rowHeight: number | ((index: number) => number);
|
|
5591
|
-
loadingRowCount: number;
|
|
5592
6150
|
defaultScrollPosition: number;
|
|
5593
6151
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
5594
6152
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
@@ -5655,6 +6213,14 @@ declare const _default: {
|
|
|
5655
6213
|
type: import("vue").PropType<boolean>;
|
|
5656
6214
|
default: boolean;
|
|
5657
6215
|
};
|
|
6216
|
+
loadingRowCount: {
|
|
6217
|
+
type: import("vue").PropType<number>;
|
|
6218
|
+
default: number;
|
|
6219
|
+
};
|
|
6220
|
+
emptyStateTitle: {
|
|
6221
|
+
type: import("vue").PropType<string>;
|
|
6222
|
+
default: string;
|
|
6223
|
+
};
|
|
5658
6224
|
isSticky: {
|
|
5659
6225
|
type: import("vue").PropType<boolean>;
|
|
5660
6226
|
default: boolean;
|
|
@@ -5671,10 +6237,6 @@ declare const _default: {
|
|
|
5671
6237
|
type: import("vue").PropType<boolean>;
|
|
5672
6238
|
default: boolean;
|
|
5673
6239
|
};
|
|
5674
|
-
emptyStateTitle: {
|
|
5675
|
-
type: import("vue").PropType<string>;
|
|
5676
|
-
default: string;
|
|
5677
|
-
};
|
|
5678
6240
|
emptyStateSubtitle: {
|
|
5679
6241
|
type: import("vue").PropType<string>;
|
|
5680
6242
|
default: string;
|
|
@@ -5691,10 +6253,6 @@ declare const _default: {
|
|
|
5691
6253
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
5692
6254
|
default: number;
|
|
5693
6255
|
};
|
|
5694
|
-
loadingRowCount: {
|
|
5695
|
-
type: import("vue").PropType<number>;
|
|
5696
|
-
default: number;
|
|
5697
|
-
};
|
|
5698
6256
|
defaultScrollPosition: {
|
|
5699
6257
|
type: import("vue").PropType<number>;
|
|
5700
6258
|
default: any;
|
|
@@ -5778,6 +6336,14 @@ declare const _default: {
|
|
|
5778
6336
|
type: import("vue").PropType<boolean>;
|
|
5779
6337
|
default: boolean;
|
|
5780
6338
|
};
|
|
6339
|
+
loadingRowCount: {
|
|
6340
|
+
type: import("vue").PropType<number>;
|
|
6341
|
+
default: number;
|
|
6342
|
+
};
|
|
6343
|
+
emptyStateTitle: {
|
|
6344
|
+
type: import("vue").PropType<string>;
|
|
6345
|
+
default: string;
|
|
6346
|
+
};
|
|
5781
6347
|
isSticky: {
|
|
5782
6348
|
type: import("vue").PropType<boolean>;
|
|
5783
6349
|
default: boolean;
|
|
@@ -5794,10 +6360,6 @@ declare const _default: {
|
|
|
5794
6360
|
type: import("vue").PropType<boolean>;
|
|
5795
6361
|
default: boolean;
|
|
5796
6362
|
};
|
|
5797
|
-
emptyStateTitle: {
|
|
5798
|
-
type: import("vue").PropType<string>;
|
|
5799
|
-
default: string;
|
|
5800
|
-
};
|
|
5801
6363
|
emptyStateSubtitle: {
|
|
5802
6364
|
type: import("vue").PropType<string>;
|
|
5803
6365
|
default: string;
|
|
@@ -5814,10 +6376,6 @@ declare const _default: {
|
|
|
5814
6376
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
5815
6377
|
default: number;
|
|
5816
6378
|
};
|
|
5817
|
-
loadingRowCount: {
|
|
5818
|
-
type: import("vue").PropType<number>;
|
|
5819
|
-
default: number;
|
|
5820
|
-
};
|
|
5821
6379
|
defaultScrollPosition: {
|
|
5822
6380
|
type: import("vue").PropType<number>;
|
|
5823
6381
|
default: any;
|
|
@@ -5882,15 +6440,15 @@ declare const _default: {
|
|
|
5882
6440
|
searchPlaceholder: string;
|
|
5883
6441
|
selection: unknown[];
|
|
5884
6442
|
showSearch: boolean;
|
|
6443
|
+
loadingRowCount: number;
|
|
6444
|
+
emptyStateTitle: string;
|
|
5885
6445
|
isSticky: boolean;
|
|
5886
6446
|
sections: import("./components/table/common/Table.types").Section[];
|
|
5887
6447
|
isStickyHeader: boolean;
|
|
5888
|
-
emptyStateTitle: string;
|
|
5889
6448
|
emptyStateSubtitle: string;
|
|
5890
6449
|
isInfiniteScroll: boolean;
|
|
5891
6450
|
infiniteScrollThreshold: number;
|
|
5892
6451
|
rowHeight: number | ((index: number) => number);
|
|
5893
|
-
loadingRowCount: number;
|
|
5894
6452
|
defaultScrollPosition: number;
|
|
5895
6453
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
5896
6454
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
@@ -5955,6 +6513,10 @@ declare const _default: {
|
|
|
5955
6513
|
rowIndex: number;
|
|
5956
6514
|
menuItems: tableV4.MenuItem[];
|
|
5957
6515
|
}> | import("vue").DefineComponent<{
|
|
6516
|
+
testId: {
|
|
6517
|
+
type: import("vue").PropType<string>;
|
|
6518
|
+
default: string;
|
|
6519
|
+
};
|
|
5958
6520
|
count: {
|
|
5959
6521
|
type: import("vue").PropType<number>;
|
|
5960
6522
|
default: number;
|
|
@@ -5976,6 +6538,10 @@ declare const _default: {
|
|
|
5976
6538
|
default: string;
|
|
5977
6539
|
};
|
|
5978
6540
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6541
|
+
testId: {
|
|
6542
|
+
type: import("vue").PropType<string>;
|
|
6543
|
+
default: string;
|
|
6544
|
+
};
|
|
5979
6545
|
count: {
|
|
5980
6546
|
type: import("vue").PropType<number>;
|
|
5981
6547
|
default: number;
|
|
@@ -5997,6 +6563,7 @@ declare const _default: {
|
|
|
5997
6563
|
default: string;
|
|
5998
6564
|
};
|
|
5999
6565
|
}>>, {
|
|
6566
|
+
testId: string;
|
|
6000
6567
|
count: number;
|
|
6001
6568
|
totalCount: number;
|
|
6002
6569
|
displayingText: string;
|
|
@@ -6013,10 +6580,10 @@ declare const _default: {
|
|
|
6013
6580
|
searchPlaceholder: string;
|
|
6014
6581
|
count: number;
|
|
6015
6582
|
showSearch: boolean;
|
|
6016
|
-
|
|
6583
|
+
loadingRowCount: number;
|
|
6017
6584
|
emptyStateTitle: string;
|
|
6585
|
+
isSticky: boolean;
|
|
6018
6586
|
emptyStateSubtitle: string;
|
|
6019
|
-
loadingRowCount: number;
|
|
6020
6587
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6021
6588
|
zIndexBase: number;
|
|
6022
6589
|
totalCount: number;
|
|
@@ -6050,22 +6617,22 @@ declare const _default: {
|
|
|
6050
6617
|
type: import("vue").PropType<boolean>;
|
|
6051
6618
|
default: boolean;
|
|
6052
6619
|
};
|
|
6053
|
-
|
|
6054
|
-
type: import("vue").PropType<
|
|
6055
|
-
default:
|
|
6620
|
+
loadingRowCount: {
|
|
6621
|
+
type: import("vue").PropType<number>;
|
|
6622
|
+
default: number;
|
|
6056
6623
|
};
|
|
6057
6624
|
emptyStateTitle: {
|
|
6058
6625
|
type: import("vue").PropType<string>;
|
|
6059
6626
|
default: string;
|
|
6060
6627
|
};
|
|
6628
|
+
isSticky: {
|
|
6629
|
+
type: import("vue").PropType<boolean>;
|
|
6630
|
+
default: boolean;
|
|
6631
|
+
};
|
|
6061
6632
|
emptyStateSubtitle: {
|
|
6062
6633
|
type: import("vue").PropType<string>;
|
|
6063
6634
|
default: string;
|
|
6064
6635
|
};
|
|
6065
|
-
loadingRowCount: {
|
|
6066
|
-
type: import("vue").PropType<number>;
|
|
6067
|
-
default: number;
|
|
6068
|
-
};
|
|
6069
6636
|
emptyStateVariant: {
|
|
6070
6637
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6071
6638
|
default: any;
|
|
@@ -6105,7 +6672,7 @@ declare const _default: {
|
|
|
6105
6672
|
onOnScroll?: (scrollTop: number) => any;
|
|
6106
6673
|
onOnClearSearch?: () => any;
|
|
6107
6674
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
6108
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "
|
|
6675
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "emptyStateVariant" | "zIndexBase" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
6109
6676
|
$attrs: {
|
|
6110
6677
|
[x: string]: unknown;
|
|
6111
6678
|
};
|
|
@@ -6144,22 +6711,22 @@ declare const _default: {
|
|
|
6144
6711
|
type: import("vue").PropType<boolean>;
|
|
6145
6712
|
default: boolean;
|
|
6146
6713
|
};
|
|
6147
|
-
|
|
6148
|
-
type: import("vue").PropType<
|
|
6149
|
-
default:
|
|
6714
|
+
loadingRowCount: {
|
|
6715
|
+
type: import("vue").PropType<number>;
|
|
6716
|
+
default: number;
|
|
6150
6717
|
};
|
|
6151
6718
|
emptyStateTitle: {
|
|
6152
6719
|
type: import("vue").PropType<string>;
|
|
6153
6720
|
default: string;
|
|
6154
6721
|
};
|
|
6722
|
+
isSticky: {
|
|
6723
|
+
type: import("vue").PropType<boolean>;
|
|
6724
|
+
default: boolean;
|
|
6725
|
+
};
|
|
6155
6726
|
emptyStateSubtitle: {
|
|
6156
6727
|
type: import("vue").PropType<string>;
|
|
6157
6728
|
default: string;
|
|
6158
6729
|
};
|
|
6159
|
-
loadingRowCount: {
|
|
6160
|
-
type: import("vue").PropType<number>;
|
|
6161
|
-
default: number;
|
|
6162
|
-
};
|
|
6163
6730
|
emptyStateVariant: {
|
|
6164
6731
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6165
6732
|
default: any;
|
|
@@ -6211,10 +6778,10 @@ declare const _default: {
|
|
|
6211
6778
|
searchPlaceholder: string;
|
|
6212
6779
|
count: number;
|
|
6213
6780
|
showSearch: boolean;
|
|
6214
|
-
|
|
6781
|
+
loadingRowCount: number;
|
|
6215
6782
|
emptyStateTitle: string;
|
|
6783
|
+
isSticky: boolean;
|
|
6216
6784
|
emptyStateSubtitle: string;
|
|
6217
|
-
loadingRowCount: number;
|
|
6218
6785
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6219
6786
|
zIndexBase: number;
|
|
6220
6787
|
totalCount: number;
|
|
@@ -6268,22 +6835,22 @@ declare const _default: {
|
|
|
6268
6835
|
type: import("vue").PropType<boolean>;
|
|
6269
6836
|
default: boolean;
|
|
6270
6837
|
};
|
|
6271
|
-
|
|
6272
|
-
type: import("vue").PropType<
|
|
6273
|
-
default:
|
|
6838
|
+
loadingRowCount: {
|
|
6839
|
+
type: import("vue").PropType<number>;
|
|
6840
|
+
default: number;
|
|
6274
6841
|
};
|
|
6275
6842
|
emptyStateTitle: {
|
|
6276
6843
|
type: import("vue").PropType<string>;
|
|
6277
6844
|
default: string;
|
|
6278
6845
|
};
|
|
6846
|
+
isSticky: {
|
|
6847
|
+
type: import("vue").PropType<boolean>;
|
|
6848
|
+
default: boolean;
|
|
6849
|
+
};
|
|
6279
6850
|
emptyStateSubtitle: {
|
|
6280
6851
|
type: import("vue").PropType<string>;
|
|
6281
6852
|
default: string;
|
|
6282
6853
|
};
|
|
6283
|
-
loadingRowCount: {
|
|
6284
|
-
type: import("vue").PropType<number>;
|
|
6285
|
-
default: number;
|
|
6286
|
-
};
|
|
6287
6854
|
emptyStateVariant: {
|
|
6288
6855
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6289
6856
|
default: any;
|
|
@@ -6352,22 +6919,22 @@ declare const _default: {
|
|
|
6352
6919
|
type: import("vue").PropType<boolean>;
|
|
6353
6920
|
default: boolean;
|
|
6354
6921
|
};
|
|
6355
|
-
|
|
6356
|
-
type: import("vue").PropType<
|
|
6357
|
-
default:
|
|
6922
|
+
loadingRowCount: {
|
|
6923
|
+
type: import("vue").PropType<number>;
|
|
6924
|
+
default: number;
|
|
6358
6925
|
};
|
|
6359
6926
|
emptyStateTitle: {
|
|
6360
6927
|
type: import("vue").PropType<string>;
|
|
6361
6928
|
default: string;
|
|
6362
6929
|
};
|
|
6930
|
+
isSticky: {
|
|
6931
|
+
type: import("vue").PropType<boolean>;
|
|
6932
|
+
default: boolean;
|
|
6933
|
+
};
|
|
6363
6934
|
emptyStateSubtitle: {
|
|
6364
6935
|
type: import("vue").PropType<string>;
|
|
6365
6936
|
default: string;
|
|
6366
6937
|
};
|
|
6367
|
-
loadingRowCount: {
|
|
6368
|
-
type: import("vue").PropType<number>;
|
|
6369
|
-
default: number;
|
|
6370
|
-
};
|
|
6371
6938
|
emptyStateVariant: {
|
|
6372
6939
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6373
6940
|
default: any;
|
|
@@ -6419,10 +6986,10 @@ declare const _default: {
|
|
|
6419
6986
|
searchPlaceholder: string;
|
|
6420
6987
|
count: number;
|
|
6421
6988
|
showSearch: boolean;
|
|
6422
|
-
|
|
6989
|
+
loadingRowCount: number;
|
|
6423
6990
|
emptyStateTitle: string;
|
|
6991
|
+
isSticky: boolean;
|
|
6424
6992
|
emptyStateSubtitle: string;
|
|
6425
|
-
loadingRowCount: number;
|
|
6426
6993
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6427
6994
|
zIndexBase: number;
|
|
6428
6995
|
totalCount: number;
|
|
@@ -6438,7 +7005,9 @@ declare const _default: {
|
|
|
6438
7005
|
cellIndex: any;
|
|
6439
7006
|
row: any;
|
|
6440
7007
|
rowIndex: any;
|
|
6441
|
-
}) => any
|
|
7008
|
+
}) => any>> & {
|
|
7009
|
+
"empty-state"?(_: {}): any;
|
|
7010
|
+
};
|
|
6442
7011
|
})))[];
|
|
6443
7012
|
MultipleDataGrid: {
|
|
6444
7013
|
new (...args: any[]): {
|
|
@@ -6451,10 +7020,10 @@ declare const _default: {
|
|
|
6451
7020
|
searchPlaceholder: string;
|
|
6452
7021
|
count: number;
|
|
6453
7022
|
showSearch: boolean;
|
|
6454
|
-
|
|
7023
|
+
loadingRowCount: number;
|
|
6455
7024
|
emptyStateTitle: string;
|
|
7025
|
+
isSticky: boolean;
|
|
6456
7026
|
emptyStateSubtitle: string;
|
|
6457
|
-
loadingRowCount: number;
|
|
6458
7027
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6459
7028
|
zIndexBase: number;
|
|
6460
7029
|
totalCount: number;
|
|
@@ -6488,22 +7057,22 @@ declare const _default: {
|
|
|
6488
7057
|
type: import("vue").PropType<boolean>;
|
|
6489
7058
|
default: boolean;
|
|
6490
7059
|
};
|
|
6491
|
-
|
|
6492
|
-
type: import("vue").PropType<
|
|
6493
|
-
default:
|
|
7060
|
+
loadingRowCount: {
|
|
7061
|
+
type: import("vue").PropType<number>;
|
|
7062
|
+
default: number;
|
|
6494
7063
|
};
|
|
6495
7064
|
emptyStateTitle: {
|
|
6496
7065
|
type: import("vue").PropType<string>;
|
|
6497
7066
|
default: string;
|
|
6498
7067
|
};
|
|
7068
|
+
isSticky: {
|
|
7069
|
+
type: import("vue").PropType<boolean>;
|
|
7070
|
+
default: boolean;
|
|
7071
|
+
};
|
|
6499
7072
|
emptyStateSubtitle: {
|
|
6500
7073
|
type: import("vue").PropType<string>;
|
|
6501
7074
|
default: string;
|
|
6502
7075
|
};
|
|
6503
|
-
loadingRowCount: {
|
|
6504
|
-
type: import("vue").PropType<number>;
|
|
6505
|
-
default: number;
|
|
6506
|
-
};
|
|
6507
7076
|
emptyStateVariant: {
|
|
6508
7077
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6509
7078
|
default: any;
|
|
@@ -6543,7 +7112,7 @@ declare const _default: {
|
|
|
6543
7112
|
onOnScroll?: (scrollTop: number) => any;
|
|
6544
7113
|
onOnClearSearch?: () => any;
|
|
6545
7114
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
6546
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "
|
|
7115
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "emptyStateVariant" | "zIndexBase" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
6547
7116
|
$attrs: {
|
|
6548
7117
|
[x: string]: unknown;
|
|
6549
7118
|
};
|
|
@@ -6582,22 +7151,22 @@ declare const _default: {
|
|
|
6582
7151
|
type: import("vue").PropType<boolean>;
|
|
6583
7152
|
default: boolean;
|
|
6584
7153
|
};
|
|
6585
|
-
|
|
6586
|
-
type: import("vue").PropType<
|
|
6587
|
-
default:
|
|
7154
|
+
loadingRowCount: {
|
|
7155
|
+
type: import("vue").PropType<number>;
|
|
7156
|
+
default: number;
|
|
6588
7157
|
};
|
|
6589
7158
|
emptyStateTitle: {
|
|
6590
7159
|
type: import("vue").PropType<string>;
|
|
6591
7160
|
default: string;
|
|
6592
7161
|
};
|
|
7162
|
+
isSticky: {
|
|
7163
|
+
type: import("vue").PropType<boolean>;
|
|
7164
|
+
default: boolean;
|
|
7165
|
+
};
|
|
6593
7166
|
emptyStateSubtitle: {
|
|
6594
7167
|
type: import("vue").PropType<string>;
|
|
6595
7168
|
default: string;
|
|
6596
7169
|
};
|
|
6597
|
-
loadingRowCount: {
|
|
6598
|
-
type: import("vue").PropType<number>;
|
|
6599
|
-
default: number;
|
|
6600
|
-
};
|
|
6601
7170
|
emptyStateVariant: {
|
|
6602
7171
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6603
7172
|
default: any;
|
|
@@ -6649,10 +7218,10 @@ declare const _default: {
|
|
|
6649
7218
|
searchPlaceholder: string;
|
|
6650
7219
|
count: number;
|
|
6651
7220
|
showSearch: boolean;
|
|
6652
|
-
|
|
7221
|
+
loadingRowCount: number;
|
|
6653
7222
|
emptyStateTitle: string;
|
|
7223
|
+
isSticky: boolean;
|
|
6654
7224
|
emptyStateSubtitle: string;
|
|
6655
|
-
loadingRowCount: number;
|
|
6656
7225
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6657
7226
|
zIndexBase: number;
|
|
6658
7227
|
totalCount: number;
|
|
@@ -6706,22 +7275,22 @@ declare const _default: {
|
|
|
6706
7275
|
type: import("vue").PropType<boolean>;
|
|
6707
7276
|
default: boolean;
|
|
6708
7277
|
};
|
|
6709
|
-
|
|
6710
|
-
type: import("vue").PropType<
|
|
6711
|
-
default:
|
|
7278
|
+
loadingRowCount: {
|
|
7279
|
+
type: import("vue").PropType<number>;
|
|
7280
|
+
default: number;
|
|
6712
7281
|
};
|
|
6713
7282
|
emptyStateTitle: {
|
|
6714
7283
|
type: import("vue").PropType<string>;
|
|
6715
7284
|
default: string;
|
|
6716
7285
|
};
|
|
7286
|
+
isSticky: {
|
|
7287
|
+
type: import("vue").PropType<boolean>;
|
|
7288
|
+
default: boolean;
|
|
7289
|
+
};
|
|
6717
7290
|
emptyStateSubtitle: {
|
|
6718
7291
|
type: import("vue").PropType<string>;
|
|
6719
7292
|
default: string;
|
|
6720
7293
|
};
|
|
6721
|
-
loadingRowCount: {
|
|
6722
|
-
type: import("vue").PropType<number>;
|
|
6723
|
-
default: number;
|
|
6724
|
-
};
|
|
6725
7294
|
emptyStateVariant: {
|
|
6726
7295
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6727
7296
|
default: any;
|
|
@@ -6790,22 +7359,22 @@ declare const _default: {
|
|
|
6790
7359
|
type: import("vue").PropType<boolean>;
|
|
6791
7360
|
default: boolean;
|
|
6792
7361
|
};
|
|
6793
|
-
|
|
6794
|
-
type: import("vue").PropType<
|
|
6795
|
-
default:
|
|
7362
|
+
loadingRowCount: {
|
|
7363
|
+
type: import("vue").PropType<number>;
|
|
7364
|
+
default: number;
|
|
6796
7365
|
};
|
|
6797
7366
|
emptyStateTitle: {
|
|
6798
7367
|
type: import("vue").PropType<string>;
|
|
6799
7368
|
default: string;
|
|
6800
7369
|
};
|
|
7370
|
+
isSticky: {
|
|
7371
|
+
type: import("vue").PropType<boolean>;
|
|
7372
|
+
default: boolean;
|
|
7373
|
+
};
|
|
6801
7374
|
emptyStateSubtitle: {
|
|
6802
7375
|
type: import("vue").PropType<string>;
|
|
6803
7376
|
default: string;
|
|
6804
7377
|
};
|
|
6805
|
-
loadingRowCount: {
|
|
6806
|
-
type: import("vue").PropType<number>;
|
|
6807
|
-
default: number;
|
|
6808
|
-
};
|
|
6809
7378
|
emptyStateVariant: {
|
|
6810
7379
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6811
7380
|
default: any;
|
|
@@ -6857,10 +7426,10 @@ declare const _default: {
|
|
|
6857
7426
|
searchPlaceholder: string;
|
|
6858
7427
|
count: number;
|
|
6859
7428
|
showSearch: boolean;
|
|
6860
|
-
|
|
7429
|
+
loadingRowCount: number;
|
|
6861
7430
|
emptyStateTitle: string;
|
|
7431
|
+
isSticky: boolean;
|
|
6862
7432
|
emptyStateSubtitle: string;
|
|
6863
|
-
loadingRowCount: number;
|
|
6864
7433
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6865
7434
|
zIndexBase: number;
|
|
6866
7435
|
totalCount: number;
|
|
@@ -6876,7 +7445,9 @@ declare const _default: {
|
|
|
6876
7445
|
cellIndex: any;
|
|
6877
7446
|
row: any;
|
|
6878
7447
|
rowIndex: any;
|
|
6879
|
-
}) => any
|
|
7448
|
+
}) => any>> & {
|
|
7449
|
+
"empty-state"?(_: {}): any;
|
|
7450
|
+
};
|
|
6880
7451
|
});
|
|
6881
7452
|
Table: {
|
|
6882
7453
|
new (...args: any[]): {
|
|
@@ -6885,15 +7456,15 @@ declare const _default: {
|
|
|
6885
7456
|
$props: Partial<{
|
|
6886
7457
|
testId: string;
|
|
6887
7458
|
isLoading: boolean;
|
|
7459
|
+
loadingRowCount: number;
|
|
7460
|
+
emptyStateTitle: string;
|
|
6888
7461
|
isSticky: boolean;
|
|
6889
7462
|
sections: import("./components/table/common/Table.types").Section[];
|
|
6890
7463
|
isStickyHeader: boolean;
|
|
6891
|
-
emptyStateTitle: string;
|
|
6892
7464
|
emptyStateSubtitle: string;
|
|
6893
7465
|
isInfiniteScroll: boolean;
|
|
6894
7466
|
infiniteScrollThreshold: number;
|
|
6895
7467
|
rowHeight: number | ((index: number) => number);
|
|
6896
|
-
loadingRowCount: number;
|
|
6897
7468
|
defaultScrollPosition: number;
|
|
6898
7469
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
6899
7470
|
sort: {
|
|
@@ -6916,6 +7487,14 @@ declare const _default: {
|
|
|
6916
7487
|
type: import("vue").PropType<boolean>;
|
|
6917
7488
|
default: boolean;
|
|
6918
7489
|
};
|
|
7490
|
+
loadingRowCount: {
|
|
7491
|
+
type: import("vue").PropType<number>;
|
|
7492
|
+
default: number;
|
|
7493
|
+
};
|
|
7494
|
+
emptyStateTitle: {
|
|
7495
|
+
type: import("vue").PropType<string>;
|
|
7496
|
+
default: string;
|
|
7497
|
+
};
|
|
6919
7498
|
isSticky: {
|
|
6920
7499
|
type: import("vue").PropType<boolean>;
|
|
6921
7500
|
default: boolean;
|
|
@@ -6932,10 +7511,6 @@ declare const _default: {
|
|
|
6932
7511
|
type: import("vue").PropType<boolean>;
|
|
6933
7512
|
default: boolean;
|
|
6934
7513
|
};
|
|
6935
|
-
emptyStateTitle: {
|
|
6936
|
-
type: import("vue").PropType<string>;
|
|
6937
|
-
default: string;
|
|
6938
|
-
};
|
|
6939
7514
|
emptyStateSubtitle: {
|
|
6940
7515
|
type: import("vue").PropType<string>;
|
|
6941
7516
|
default: string;
|
|
@@ -6952,10 +7527,6 @@ declare const _default: {
|
|
|
6952
7527
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
6953
7528
|
default: number;
|
|
6954
7529
|
};
|
|
6955
|
-
loadingRowCount: {
|
|
6956
|
-
type: import("vue").PropType<number>;
|
|
6957
|
-
default: number;
|
|
6958
|
-
};
|
|
6959
7530
|
defaultScrollPosition: {
|
|
6960
7531
|
type: import("vue").PropType<number>;
|
|
6961
7532
|
default: any;
|
|
@@ -6970,7 +7541,7 @@ declare const _default: {
|
|
|
6970
7541
|
cellIndex: number;
|
|
6971
7542
|
}) => any;
|
|
6972
7543
|
onLoadMore?: () => any;
|
|
6973
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "isLoading" | "
|
|
7544
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "isLoading" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition">;
|
|
6974
7545
|
$attrs: {
|
|
6975
7546
|
[x: string]: unknown;
|
|
6976
7547
|
};
|
|
@@ -7010,6 +7581,14 @@ declare const _default: {
|
|
|
7010
7581
|
type: import("vue").PropType<boolean>;
|
|
7011
7582
|
default: boolean;
|
|
7012
7583
|
};
|
|
7584
|
+
loadingRowCount: {
|
|
7585
|
+
type: import("vue").PropType<number>;
|
|
7586
|
+
default: number;
|
|
7587
|
+
};
|
|
7588
|
+
emptyStateTitle: {
|
|
7589
|
+
type: import("vue").PropType<string>;
|
|
7590
|
+
default: string;
|
|
7591
|
+
};
|
|
7013
7592
|
isSticky: {
|
|
7014
7593
|
type: import("vue").PropType<boolean>;
|
|
7015
7594
|
default: boolean;
|
|
@@ -7026,10 +7605,6 @@ declare const _default: {
|
|
|
7026
7605
|
type: import("vue").PropType<boolean>;
|
|
7027
7606
|
default: boolean;
|
|
7028
7607
|
};
|
|
7029
|
-
emptyStateTitle: {
|
|
7030
|
-
type: import("vue").PropType<string>;
|
|
7031
|
-
default: string;
|
|
7032
|
-
};
|
|
7033
7608
|
emptyStateSubtitle: {
|
|
7034
7609
|
type: import("vue").PropType<string>;
|
|
7035
7610
|
default: string;
|
|
@@ -7046,10 +7621,6 @@ declare const _default: {
|
|
|
7046
7621
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
7047
7622
|
default: number;
|
|
7048
7623
|
};
|
|
7049
|
-
loadingRowCount: {
|
|
7050
|
-
type: import("vue").PropType<number>;
|
|
7051
|
-
default: number;
|
|
7052
|
-
};
|
|
7053
7624
|
defaultScrollPosition: {
|
|
7054
7625
|
type: import("vue").PropType<number>;
|
|
7055
7626
|
default: any;
|
|
@@ -7077,15 +7648,15 @@ declare const _default: {
|
|
|
7077
7648
|
}, string, {
|
|
7078
7649
|
testId: string;
|
|
7079
7650
|
isLoading: boolean;
|
|
7651
|
+
loadingRowCount: number;
|
|
7652
|
+
emptyStateTitle: string;
|
|
7080
7653
|
isSticky: boolean;
|
|
7081
7654
|
sections: import("./components/table/common/Table.types").Section[];
|
|
7082
7655
|
isStickyHeader: boolean;
|
|
7083
|
-
emptyStateTitle: string;
|
|
7084
7656
|
emptyStateSubtitle: string;
|
|
7085
7657
|
isInfiniteScroll: boolean;
|
|
7086
7658
|
infiniteScrollThreshold: number;
|
|
7087
7659
|
rowHeight: number | ((index: number) => number);
|
|
7088
|
-
loadingRowCount: number;
|
|
7089
7660
|
defaultScrollPosition: number;
|
|
7090
7661
|
}, {}, string> & {
|
|
7091
7662
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -7128,6 +7699,14 @@ declare const _default: {
|
|
|
7128
7699
|
type: import("vue").PropType<boolean>;
|
|
7129
7700
|
default: boolean;
|
|
7130
7701
|
};
|
|
7702
|
+
loadingRowCount: {
|
|
7703
|
+
type: import("vue").PropType<number>;
|
|
7704
|
+
default: number;
|
|
7705
|
+
};
|
|
7706
|
+
emptyStateTitle: {
|
|
7707
|
+
type: import("vue").PropType<string>;
|
|
7708
|
+
default: string;
|
|
7709
|
+
};
|
|
7131
7710
|
isSticky: {
|
|
7132
7711
|
type: import("vue").PropType<boolean>;
|
|
7133
7712
|
default: boolean;
|
|
@@ -7144,10 +7723,6 @@ declare const _default: {
|
|
|
7144
7723
|
type: import("vue").PropType<boolean>;
|
|
7145
7724
|
default: boolean;
|
|
7146
7725
|
};
|
|
7147
|
-
emptyStateTitle: {
|
|
7148
|
-
type: import("vue").PropType<string>;
|
|
7149
|
-
default: string;
|
|
7150
|
-
};
|
|
7151
7726
|
emptyStateSubtitle: {
|
|
7152
7727
|
type: import("vue").PropType<string>;
|
|
7153
7728
|
default: string;
|
|
@@ -7164,10 +7739,6 @@ declare const _default: {
|
|
|
7164
7739
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
7165
7740
|
default: number;
|
|
7166
7741
|
};
|
|
7167
|
-
loadingRowCount: {
|
|
7168
|
-
type: import("vue").PropType<number>;
|
|
7169
|
-
default: number;
|
|
7170
|
-
};
|
|
7171
7742
|
defaultScrollPosition: {
|
|
7172
7743
|
type: import("vue").PropType<number>;
|
|
7173
7744
|
default: any;
|
|
@@ -7207,6 +7778,14 @@ declare const _default: {
|
|
|
7207
7778
|
type: import("vue").PropType<boolean>;
|
|
7208
7779
|
default: boolean;
|
|
7209
7780
|
};
|
|
7781
|
+
loadingRowCount: {
|
|
7782
|
+
type: import("vue").PropType<number>;
|
|
7783
|
+
default: number;
|
|
7784
|
+
};
|
|
7785
|
+
emptyStateTitle: {
|
|
7786
|
+
type: import("vue").PropType<string>;
|
|
7787
|
+
default: string;
|
|
7788
|
+
};
|
|
7210
7789
|
isSticky: {
|
|
7211
7790
|
type: import("vue").PropType<boolean>;
|
|
7212
7791
|
default: boolean;
|
|
@@ -7223,10 +7802,6 @@ declare const _default: {
|
|
|
7223
7802
|
type: import("vue").PropType<boolean>;
|
|
7224
7803
|
default: boolean;
|
|
7225
7804
|
};
|
|
7226
|
-
emptyStateTitle: {
|
|
7227
|
-
type: import("vue").PropType<string>;
|
|
7228
|
-
default: string;
|
|
7229
|
-
};
|
|
7230
7805
|
emptyStateSubtitle: {
|
|
7231
7806
|
type: import("vue").PropType<string>;
|
|
7232
7807
|
default: string;
|
|
@@ -7243,10 +7818,6 @@ declare const _default: {
|
|
|
7243
7818
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
7244
7819
|
default: number;
|
|
7245
7820
|
};
|
|
7246
|
-
loadingRowCount: {
|
|
7247
|
-
type: import("vue").PropType<number>;
|
|
7248
|
-
default: number;
|
|
7249
|
-
};
|
|
7250
7821
|
defaultScrollPosition: {
|
|
7251
7822
|
type: import("vue").PropType<number>;
|
|
7252
7823
|
default: any;
|
|
@@ -7274,15 +7845,15 @@ declare const _default: {
|
|
|
7274
7845
|
}, string, {
|
|
7275
7846
|
testId: string;
|
|
7276
7847
|
isLoading: boolean;
|
|
7848
|
+
loadingRowCount: number;
|
|
7849
|
+
emptyStateTitle: string;
|
|
7277
7850
|
isSticky: boolean;
|
|
7278
7851
|
sections: import("./components/table/common/Table.types").Section[];
|
|
7279
7852
|
isStickyHeader: boolean;
|
|
7280
|
-
emptyStateTitle: string;
|
|
7281
7853
|
emptyStateSubtitle: string;
|
|
7282
7854
|
isInfiniteScroll: boolean;
|
|
7283
7855
|
infiniteScrollThreshold: number;
|
|
7284
7856
|
rowHeight: number | ((index: number) => number);
|
|
7285
|
-
loadingRowCount: number;
|
|
7286
7857
|
defaultScrollPosition: number;
|
|
7287
7858
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
7288
7859
|
$slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
@@ -7313,15 +7884,15 @@ declare const _default: {
|
|
|
7313
7884
|
$props: Partial<{
|
|
7314
7885
|
testId: string;
|
|
7315
7886
|
isLoading: boolean;
|
|
7887
|
+
loadingRowCount: number;
|
|
7888
|
+
emptyStateTitle: string;
|
|
7316
7889
|
isSticky: boolean;
|
|
7317
7890
|
sections: import("./components/table/common/Table.types").Section[];
|
|
7318
7891
|
isStickyHeader: boolean;
|
|
7319
|
-
emptyStateTitle: string;
|
|
7320
7892
|
emptyStateSubtitle: string;
|
|
7321
7893
|
isInfiniteScroll: boolean;
|
|
7322
7894
|
infiniteScrollThreshold: number;
|
|
7323
7895
|
rowHeight: number | ((index: number) => number);
|
|
7324
|
-
loadingRowCount: number;
|
|
7325
7896
|
defaultScrollPosition: number;
|
|
7326
7897
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
7327
7898
|
sort: {
|
|
@@ -7344,6 +7915,14 @@ declare const _default: {
|
|
|
7344
7915
|
type: import("vue").PropType<boolean>;
|
|
7345
7916
|
default: boolean;
|
|
7346
7917
|
};
|
|
7918
|
+
loadingRowCount: {
|
|
7919
|
+
type: import("vue").PropType<number>;
|
|
7920
|
+
default: number;
|
|
7921
|
+
};
|
|
7922
|
+
emptyStateTitle: {
|
|
7923
|
+
type: import("vue").PropType<string>;
|
|
7924
|
+
default: string;
|
|
7925
|
+
};
|
|
7347
7926
|
isSticky: {
|
|
7348
7927
|
type: import("vue").PropType<boolean>;
|
|
7349
7928
|
default: boolean;
|
|
@@ -7360,10 +7939,6 @@ declare const _default: {
|
|
|
7360
7939
|
type: import("vue").PropType<boolean>;
|
|
7361
7940
|
default: boolean;
|
|
7362
7941
|
};
|
|
7363
|
-
emptyStateTitle: {
|
|
7364
|
-
type: import("vue").PropType<string>;
|
|
7365
|
-
default: string;
|
|
7366
|
-
};
|
|
7367
7942
|
emptyStateSubtitle: {
|
|
7368
7943
|
type: import("vue").PropType<string>;
|
|
7369
7944
|
default: string;
|
|
@@ -7380,10 +7955,6 @@ declare const _default: {
|
|
|
7380
7955
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
7381
7956
|
default: number;
|
|
7382
7957
|
};
|
|
7383
|
-
loadingRowCount: {
|
|
7384
|
-
type: import("vue").PropType<number>;
|
|
7385
|
-
default: number;
|
|
7386
|
-
};
|
|
7387
7958
|
defaultScrollPosition: {
|
|
7388
7959
|
type: import("vue").PropType<number>;
|
|
7389
7960
|
default: any;
|
|
@@ -7398,7 +7969,7 @@ declare const _default: {
|
|
|
7398
7969
|
cellIndex: number;
|
|
7399
7970
|
}) => any;
|
|
7400
7971
|
onLoadMore?: () => any;
|
|
7401
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "isLoading" | "
|
|
7972
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "isLoading" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition">;
|
|
7402
7973
|
$attrs: {
|
|
7403
7974
|
[x: string]: unknown;
|
|
7404
7975
|
};
|
|
@@ -7438,6 +8009,14 @@ declare const _default: {
|
|
|
7438
8009
|
type: import("vue").PropType<boolean>;
|
|
7439
8010
|
default: boolean;
|
|
7440
8011
|
};
|
|
8012
|
+
loadingRowCount: {
|
|
8013
|
+
type: import("vue").PropType<number>;
|
|
8014
|
+
default: number;
|
|
8015
|
+
};
|
|
8016
|
+
emptyStateTitle: {
|
|
8017
|
+
type: import("vue").PropType<string>;
|
|
8018
|
+
default: string;
|
|
8019
|
+
};
|
|
7441
8020
|
isSticky: {
|
|
7442
8021
|
type: import("vue").PropType<boolean>;
|
|
7443
8022
|
default: boolean;
|
|
@@ -7454,10 +8033,6 @@ declare const _default: {
|
|
|
7454
8033
|
type: import("vue").PropType<boolean>;
|
|
7455
8034
|
default: boolean;
|
|
7456
8035
|
};
|
|
7457
|
-
emptyStateTitle: {
|
|
7458
|
-
type: import("vue").PropType<string>;
|
|
7459
|
-
default: string;
|
|
7460
|
-
};
|
|
7461
8036
|
emptyStateSubtitle: {
|
|
7462
8037
|
type: import("vue").PropType<string>;
|
|
7463
8038
|
default: string;
|
|
@@ -7474,10 +8049,6 @@ declare const _default: {
|
|
|
7474
8049
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
7475
8050
|
default: number;
|
|
7476
8051
|
};
|
|
7477
|
-
loadingRowCount: {
|
|
7478
|
-
type: import("vue").PropType<number>;
|
|
7479
|
-
default: number;
|
|
7480
|
-
};
|
|
7481
8052
|
defaultScrollPosition: {
|
|
7482
8053
|
type: import("vue").PropType<number>;
|
|
7483
8054
|
default: any;
|
|
@@ -7505,15 +8076,15 @@ declare const _default: {
|
|
|
7505
8076
|
}, string, {
|
|
7506
8077
|
testId: string;
|
|
7507
8078
|
isLoading: boolean;
|
|
8079
|
+
loadingRowCount: number;
|
|
8080
|
+
emptyStateTitle: string;
|
|
7508
8081
|
isSticky: boolean;
|
|
7509
8082
|
sections: import("./components/table/common/Table.types").Section[];
|
|
7510
8083
|
isStickyHeader: boolean;
|
|
7511
|
-
emptyStateTitle: string;
|
|
7512
8084
|
emptyStateSubtitle: string;
|
|
7513
8085
|
isInfiniteScroll: boolean;
|
|
7514
8086
|
infiniteScrollThreshold: number;
|
|
7515
8087
|
rowHeight: number | ((index: number) => number);
|
|
7516
|
-
loadingRowCount: number;
|
|
7517
8088
|
defaultScrollPosition: number;
|
|
7518
8089
|
}, {}, string> & {
|
|
7519
8090
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -7556,6 +8127,14 @@ declare const _default: {
|
|
|
7556
8127
|
type: import("vue").PropType<boolean>;
|
|
7557
8128
|
default: boolean;
|
|
7558
8129
|
};
|
|
8130
|
+
loadingRowCount: {
|
|
8131
|
+
type: import("vue").PropType<number>;
|
|
8132
|
+
default: number;
|
|
8133
|
+
};
|
|
8134
|
+
emptyStateTitle: {
|
|
8135
|
+
type: import("vue").PropType<string>;
|
|
8136
|
+
default: string;
|
|
8137
|
+
};
|
|
7559
8138
|
isSticky: {
|
|
7560
8139
|
type: import("vue").PropType<boolean>;
|
|
7561
8140
|
default: boolean;
|
|
@@ -7572,10 +8151,6 @@ declare const _default: {
|
|
|
7572
8151
|
type: import("vue").PropType<boolean>;
|
|
7573
8152
|
default: boolean;
|
|
7574
8153
|
};
|
|
7575
|
-
emptyStateTitle: {
|
|
7576
|
-
type: import("vue").PropType<string>;
|
|
7577
|
-
default: string;
|
|
7578
|
-
};
|
|
7579
8154
|
emptyStateSubtitle: {
|
|
7580
8155
|
type: import("vue").PropType<string>;
|
|
7581
8156
|
default: string;
|
|
@@ -7592,10 +8167,6 @@ declare const _default: {
|
|
|
7592
8167
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
7593
8168
|
default: number;
|
|
7594
8169
|
};
|
|
7595
|
-
loadingRowCount: {
|
|
7596
|
-
type: import("vue").PropType<number>;
|
|
7597
|
-
default: number;
|
|
7598
|
-
};
|
|
7599
8170
|
defaultScrollPosition: {
|
|
7600
8171
|
type: import("vue").PropType<number>;
|
|
7601
8172
|
default: any;
|
|
@@ -7635,6 +8206,14 @@ declare const _default: {
|
|
|
7635
8206
|
type: import("vue").PropType<boolean>;
|
|
7636
8207
|
default: boolean;
|
|
7637
8208
|
};
|
|
8209
|
+
loadingRowCount: {
|
|
8210
|
+
type: import("vue").PropType<number>;
|
|
8211
|
+
default: number;
|
|
8212
|
+
};
|
|
8213
|
+
emptyStateTitle: {
|
|
8214
|
+
type: import("vue").PropType<string>;
|
|
8215
|
+
default: string;
|
|
8216
|
+
};
|
|
7638
8217
|
isSticky: {
|
|
7639
8218
|
type: import("vue").PropType<boolean>;
|
|
7640
8219
|
default: boolean;
|
|
@@ -7651,10 +8230,6 @@ declare const _default: {
|
|
|
7651
8230
|
type: import("vue").PropType<boolean>;
|
|
7652
8231
|
default: boolean;
|
|
7653
8232
|
};
|
|
7654
|
-
emptyStateTitle: {
|
|
7655
|
-
type: import("vue").PropType<string>;
|
|
7656
|
-
default: string;
|
|
7657
|
-
};
|
|
7658
8233
|
emptyStateSubtitle: {
|
|
7659
8234
|
type: import("vue").PropType<string>;
|
|
7660
8235
|
default: string;
|
|
@@ -7671,10 +8246,6 @@ declare const _default: {
|
|
|
7671
8246
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
7672
8247
|
default: number;
|
|
7673
8248
|
};
|
|
7674
|
-
loadingRowCount: {
|
|
7675
|
-
type: import("vue").PropType<number>;
|
|
7676
|
-
default: number;
|
|
7677
|
-
};
|
|
7678
8249
|
defaultScrollPosition: {
|
|
7679
8250
|
type: import("vue").PropType<number>;
|
|
7680
8251
|
default: any;
|
|
@@ -7702,15 +8273,15 @@ declare const _default: {
|
|
|
7702
8273
|
}, string, {
|
|
7703
8274
|
testId: string;
|
|
7704
8275
|
isLoading: boolean;
|
|
8276
|
+
loadingRowCount: number;
|
|
8277
|
+
emptyStateTitle: string;
|
|
7705
8278
|
isSticky: boolean;
|
|
7706
8279
|
sections: import("./components/table/common/Table.types").Section[];
|
|
7707
8280
|
isStickyHeader: boolean;
|
|
7708
|
-
emptyStateTitle: string;
|
|
7709
8281
|
emptyStateSubtitle: string;
|
|
7710
8282
|
isInfiniteScroll: boolean;
|
|
7711
8283
|
infiniteScrollThreshold: number;
|
|
7712
8284
|
rowHeight: number | ((index: number) => number);
|
|
7713
|
-
loadingRowCount: number;
|
|
7714
8285
|
defaultScrollPosition: number;
|
|
7715
8286
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
7716
8287
|
$slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
@@ -11226,6 +11797,7 @@ declare const _default: {
|
|
|
11226
11797
|
onlyDigits: boolean;
|
|
11227
11798
|
prefix: string;
|
|
11228
11799
|
suffix: string;
|
|
11800
|
+
maxLengthCounterPosition: "inside" | "outside";
|
|
11229
11801
|
showApply: boolean;
|
|
11230
11802
|
inlineError: boolean;
|
|
11231
11803
|
inlineErrorText: string;
|
|
@@ -11311,6 +11883,10 @@ declare const _default: {
|
|
|
11311
11883
|
type: import("vue").PropType<string>;
|
|
11312
11884
|
default: string;
|
|
11313
11885
|
};
|
|
11886
|
+
maxLengthCounterPosition: {
|
|
11887
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
11888
|
+
default: string;
|
|
11889
|
+
};
|
|
11314
11890
|
showApply: {
|
|
11315
11891
|
type: import("vue").PropType<boolean>;
|
|
11316
11892
|
default: boolean;
|
|
@@ -11346,7 +11922,7 @@ declare const _default: {
|
|
|
11346
11922
|
}>> & {
|
|
11347
11923
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
11348
11924
|
onApply?: () => any;
|
|
11349
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "showApply" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
11925
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "maxLengthCounterPosition" | "showApply" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
11350
11926
|
$attrs: {
|
|
11351
11927
|
[x: string]: unknown;
|
|
11352
11928
|
};
|
|
@@ -11437,6 +12013,10 @@ declare const _default: {
|
|
|
11437
12013
|
type: import("vue").PropType<string>;
|
|
11438
12014
|
default: string;
|
|
11439
12015
|
};
|
|
12016
|
+
maxLengthCounterPosition: {
|
|
12017
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
12018
|
+
default: string;
|
|
12019
|
+
};
|
|
11440
12020
|
showApply: {
|
|
11441
12021
|
type: import("vue").PropType<boolean>;
|
|
11442
12022
|
default: boolean;
|
|
@@ -11497,6 +12077,7 @@ declare const _default: {
|
|
|
11497
12077
|
onlyDigits: boolean;
|
|
11498
12078
|
prefix: string;
|
|
11499
12079
|
suffix: string;
|
|
12080
|
+
maxLengthCounterPosition: "inside" | "outside";
|
|
11500
12081
|
showApply: boolean;
|
|
11501
12082
|
inlineError: boolean;
|
|
11502
12083
|
inlineErrorText: string;
|
|
@@ -11602,6 +12183,10 @@ declare const _default: {
|
|
|
11602
12183
|
type: import("vue").PropType<string>;
|
|
11603
12184
|
default: string;
|
|
11604
12185
|
};
|
|
12186
|
+
maxLengthCounterPosition: {
|
|
12187
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
12188
|
+
default: string;
|
|
12189
|
+
};
|
|
11605
12190
|
showApply: {
|
|
11606
12191
|
type: import("vue").PropType<boolean>;
|
|
11607
12192
|
default: boolean;
|
|
@@ -11720,6 +12305,10 @@ declare const _default: {
|
|
|
11720
12305
|
type: import("vue").PropType<string>;
|
|
11721
12306
|
default: string;
|
|
11722
12307
|
};
|
|
12308
|
+
maxLengthCounterPosition: {
|
|
12309
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
12310
|
+
default: string;
|
|
12311
|
+
};
|
|
11723
12312
|
showApply: {
|
|
11724
12313
|
type: import("vue").PropType<boolean>;
|
|
11725
12314
|
default: boolean;
|
|
@@ -11780,6 +12369,7 @@ declare const _default: {
|
|
|
11780
12369
|
onlyDigits: boolean;
|
|
11781
12370
|
prefix: string;
|
|
11782
12371
|
suffix: string;
|
|
12372
|
+
maxLengthCounterPosition: "inside" | "outside";
|
|
11783
12373
|
showApply: boolean;
|
|
11784
12374
|
inlineError: boolean;
|
|
11785
12375
|
inlineErrorText: string;
|
|
@@ -11818,6 +12408,7 @@ declare const _default: {
|
|
|
11818
12408
|
onlyDigits: boolean;
|
|
11819
12409
|
prefix: string;
|
|
11820
12410
|
suffix: string;
|
|
12411
|
+
maxLengthCounterPosition: "inside" | "outside";
|
|
11821
12412
|
showApply: boolean;
|
|
11822
12413
|
inlineError: boolean;
|
|
11823
12414
|
inlineErrorText: string;
|
|
@@ -11903,6 +12494,10 @@ declare const _default: {
|
|
|
11903
12494
|
type: import("vue").PropType<string>;
|
|
11904
12495
|
default: string;
|
|
11905
12496
|
};
|
|
12497
|
+
maxLengthCounterPosition: {
|
|
12498
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
12499
|
+
default: string;
|
|
12500
|
+
};
|
|
11906
12501
|
showApply: {
|
|
11907
12502
|
type: import("vue").PropType<boolean>;
|
|
11908
12503
|
default: boolean;
|
|
@@ -11938,7 +12533,7 @@ declare const _default: {
|
|
|
11938
12533
|
}>> & {
|
|
11939
12534
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
11940
12535
|
onApply?: () => any;
|
|
11941
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "showApply" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
12536
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "maxLengthCounterPosition" | "showApply" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
11942
12537
|
$attrs: {
|
|
11943
12538
|
[x: string]: unknown;
|
|
11944
12539
|
};
|
|
@@ -12029,6 +12624,10 @@ declare const _default: {
|
|
|
12029
12624
|
type: import("vue").PropType<string>;
|
|
12030
12625
|
default: string;
|
|
12031
12626
|
};
|
|
12627
|
+
maxLengthCounterPosition: {
|
|
12628
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
12629
|
+
default: string;
|
|
12630
|
+
};
|
|
12032
12631
|
showApply: {
|
|
12033
12632
|
type: import("vue").PropType<boolean>;
|
|
12034
12633
|
default: boolean;
|
|
@@ -12089,6 +12688,7 @@ declare const _default: {
|
|
|
12089
12688
|
onlyDigits: boolean;
|
|
12090
12689
|
prefix: string;
|
|
12091
12690
|
suffix: string;
|
|
12691
|
+
maxLengthCounterPosition: "inside" | "outside";
|
|
12092
12692
|
showApply: boolean;
|
|
12093
12693
|
inlineError: boolean;
|
|
12094
12694
|
inlineErrorText: string;
|
|
@@ -12194,6 +12794,10 @@ declare const _default: {
|
|
|
12194
12794
|
type: import("vue").PropType<string>;
|
|
12195
12795
|
default: string;
|
|
12196
12796
|
};
|
|
12797
|
+
maxLengthCounterPosition: {
|
|
12798
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
12799
|
+
default: string;
|
|
12800
|
+
};
|
|
12197
12801
|
showApply: {
|
|
12198
12802
|
type: import("vue").PropType<boolean>;
|
|
12199
12803
|
default: boolean;
|
|
@@ -12312,6 +12916,10 @@ declare const _default: {
|
|
|
12312
12916
|
type: import("vue").PropType<string>;
|
|
12313
12917
|
default: string;
|
|
12314
12918
|
};
|
|
12919
|
+
maxLengthCounterPosition: {
|
|
12920
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
12921
|
+
default: string;
|
|
12922
|
+
};
|
|
12315
12923
|
showApply: {
|
|
12316
12924
|
type: import("vue").PropType<boolean>;
|
|
12317
12925
|
default: boolean;
|
|
@@ -12372,6 +12980,7 @@ declare const _default: {
|
|
|
12372
12980
|
onlyDigits: boolean;
|
|
12373
12981
|
prefix: string;
|
|
12374
12982
|
suffix: string;
|
|
12983
|
+
maxLengthCounterPosition: "inside" | "outside";
|
|
12375
12984
|
showApply: boolean;
|
|
12376
12985
|
inlineError: boolean;
|
|
12377
12986
|
inlineErrorText: string;
|
|
@@ -14536,6 +15145,8 @@ declare const _default: {
|
|
|
14536
15145
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
14537
15146
|
valueToCopy: string;
|
|
14538
15147
|
disabledOptionKey: string;
|
|
15148
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
15149
|
+
optionTwoLinesKey: string;
|
|
14539
15150
|
fullWidth: boolean;
|
|
14540
15151
|
optionsListWidth: string;
|
|
14541
15152
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -14724,6 +15335,14 @@ declare const _default: {
|
|
|
14724
15335
|
type: import("vue").PropType<string>;
|
|
14725
15336
|
default: string;
|
|
14726
15337
|
};
|
|
15338
|
+
optionTwoLinesVariant: {
|
|
15339
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
15340
|
+
default: any;
|
|
15341
|
+
};
|
|
15342
|
+
optionTwoLinesKey: {
|
|
15343
|
+
type: import("vue").PropType<string>;
|
|
15344
|
+
default: any;
|
|
15345
|
+
};
|
|
14727
15346
|
fullWidth: {
|
|
14728
15347
|
type: import("vue").PropType<boolean>;
|
|
14729
15348
|
default: boolean;
|
|
@@ -14753,7 +15372,7 @@ declare const _default: {
|
|
|
14753
15372
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
14754
15373
|
onOpened?: () => any;
|
|
14755
15374
|
onClosed?: () => any;
|
|
14756
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
15375
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
14757
15376
|
$attrs: {
|
|
14758
15377
|
[x: string]: unknown;
|
|
14759
15378
|
};
|
|
@@ -14950,6 +15569,14 @@ declare const _default: {
|
|
|
14950
15569
|
type: import("vue").PropType<string>;
|
|
14951
15570
|
default: string;
|
|
14952
15571
|
};
|
|
15572
|
+
optionTwoLinesVariant: {
|
|
15573
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
15574
|
+
default: any;
|
|
15575
|
+
};
|
|
15576
|
+
optionTwoLinesKey: {
|
|
15577
|
+
type: import("vue").PropType<string>;
|
|
15578
|
+
default: any;
|
|
15579
|
+
};
|
|
14953
15580
|
fullWidth: {
|
|
14954
15581
|
type: import("vue").PropType<boolean>;
|
|
14955
15582
|
default: boolean;
|
|
@@ -15034,6 +15661,8 @@ declare const _default: {
|
|
|
15034
15661
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
15035
15662
|
valueToCopy: string;
|
|
15036
15663
|
disabledOptionKey: string;
|
|
15664
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
15665
|
+
optionTwoLinesKey: string;
|
|
15037
15666
|
fullWidth: boolean;
|
|
15038
15667
|
optionsListWidth: string;
|
|
15039
15668
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -15242,6 +15871,14 @@ declare const _default: {
|
|
|
15242
15871
|
type: import("vue").PropType<string>;
|
|
15243
15872
|
default: string;
|
|
15244
15873
|
};
|
|
15874
|
+
optionTwoLinesVariant: {
|
|
15875
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
15876
|
+
default: any;
|
|
15877
|
+
};
|
|
15878
|
+
optionTwoLinesKey: {
|
|
15879
|
+
type: import("vue").PropType<string>;
|
|
15880
|
+
default: any;
|
|
15881
|
+
};
|
|
15245
15882
|
fullWidth: {
|
|
15246
15883
|
type: import("vue").PropType<boolean>;
|
|
15247
15884
|
default: boolean;
|
|
@@ -15461,6 +16098,14 @@ declare const _default: {
|
|
|
15461
16098
|
type: import("vue").PropType<string>;
|
|
15462
16099
|
default: string;
|
|
15463
16100
|
};
|
|
16101
|
+
optionTwoLinesVariant: {
|
|
16102
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
16103
|
+
default: any;
|
|
16104
|
+
};
|
|
16105
|
+
optionTwoLinesKey: {
|
|
16106
|
+
type: import("vue").PropType<string>;
|
|
16107
|
+
default: any;
|
|
16108
|
+
};
|
|
15464
16109
|
fullWidth: {
|
|
15465
16110
|
type: import("vue").PropType<boolean>;
|
|
15466
16111
|
default: boolean;
|
|
@@ -15545,6 +16190,8 @@ declare const _default: {
|
|
|
15545
16190
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
15546
16191
|
valueToCopy: string;
|
|
15547
16192
|
disabledOptionKey: string;
|
|
16193
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
16194
|
+
optionTwoLinesKey: string;
|
|
15548
16195
|
fullWidth: boolean;
|
|
15549
16196
|
optionsListWidth: string;
|
|
15550
16197
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -17910,6 +18557,8 @@ declare const _default: {
|
|
|
17910
18557
|
disabled: boolean;
|
|
17911
18558
|
active: boolean;
|
|
17912
18559
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18560
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
18561
|
+
optionTwoLinesKey: string;
|
|
17913
18562
|
isIndeterminate: boolean;
|
|
17914
18563
|
subtitle: string;
|
|
17915
18564
|
selectAllOption: boolean;
|
|
@@ -17936,6 +18585,14 @@ declare const _default: {
|
|
|
17936
18585
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17937
18586
|
default: string;
|
|
17938
18587
|
};
|
|
18588
|
+
optionTwoLinesVariant: {
|
|
18589
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
18590
|
+
default: any;
|
|
18591
|
+
};
|
|
18592
|
+
optionTwoLinesKey: {
|
|
18593
|
+
type: import("vue").PropType<string>;
|
|
18594
|
+
default: any;
|
|
18595
|
+
};
|
|
17939
18596
|
isIndeterminate: {
|
|
17940
18597
|
type: import("vue").PropType<boolean>;
|
|
17941
18598
|
default: boolean;
|
|
@@ -17975,7 +18632,7 @@ declare const _default: {
|
|
|
17975
18632
|
selectedProp: {
|
|
17976
18633
|
type: import("vue").PropType<boolean>;
|
|
17977
18634
|
};
|
|
17978
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
|
|
18635
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
|
|
17979
18636
|
$attrs: {
|
|
17980
18637
|
[x: string]: unknown;
|
|
17981
18638
|
};
|
|
@@ -18006,6 +18663,14 @@ declare const _default: {
|
|
|
18006
18663
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18007
18664
|
default: string;
|
|
18008
18665
|
};
|
|
18666
|
+
optionTwoLinesVariant: {
|
|
18667
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
18668
|
+
default: any;
|
|
18669
|
+
};
|
|
18670
|
+
optionTwoLinesKey: {
|
|
18671
|
+
type: import("vue").PropType<string>;
|
|
18672
|
+
default: any;
|
|
18673
|
+
};
|
|
18009
18674
|
isIndeterminate: {
|
|
18010
18675
|
type: import("vue").PropType<boolean>;
|
|
18011
18676
|
default: boolean;
|
|
@@ -18050,6 +18715,8 @@ declare const _default: {
|
|
|
18050
18715
|
disabled: boolean;
|
|
18051
18716
|
active: boolean;
|
|
18052
18717
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18718
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
18719
|
+
optionTwoLinesKey: string;
|
|
18053
18720
|
isIndeterminate: boolean;
|
|
18054
18721
|
subtitle: string;
|
|
18055
18722
|
selectAllOption: boolean;
|
|
@@ -18096,6 +18763,14 @@ declare const _default: {
|
|
|
18096
18763
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18097
18764
|
default: string;
|
|
18098
18765
|
};
|
|
18766
|
+
optionTwoLinesVariant: {
|
|
18767
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
18768
|
+
default: any;
|
|
18769
|
+
};
|
|
18770
|
+
optionTwoLinesKey: {
|
|
18771
|
+
type: import("vue").PropType<string>;
|
|
18772
|
+
default: any;
|
|
18773
|
+
};
|
|
18099
18774
|
isIndeterminate: {
|
|
18100
18775
|
type: import("vue").PropType<boolean>;
|
|
18101
18776
|
default: boolean;
|
|
@@ -18156,6 +18831,14 @@ declare const _default: {
|
|
|
18156
18831
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18157
18832
|
default: string;
|
|
18158
18833
|
};
|
|
18834
|
+
optionTwoLinesVariant: {
|
|
18835
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
18836
|
+
default: any;
|
|
18837
|
+
};
|
|
18838
|
+
optionTwoLinesKey: {
|
|
18839
|
+
type: import("vue").PropType<string>;
|
|
18840
|
+
default: any;
|
|
18841
|
+
};
|
|
18159
18842
|
isIndeterminate: {
|
|
18160
18843
|
type: import("vue").PropType<boolean>;
|
|
18161
18844
|
default: boolean;
|
|
@@ -18200,6 +18883,8 @@ declare const _default: {
|
|
|
18200
18883
|
disabled: boolean;
|
|
18201
18884
|
active: boolean;
|
|
18202
18885
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18886
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
18887
|
+
optionTwoLinesKey: string;
|
|
18203
18888
|
isIndeterminate: boolean;
|
|
18204
18889
|
subtitle: string;
|
|
18205
18890
|
selectAllOption: boolean;
|
|
@@ -18374,6 +19059,8 @@ declare const _default: {
|
|
|
18374
19059
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18375
19060
|
valueToCopy: string;
|
|
18376
19061
|
disabledOptionKey: string;
|
|
19062
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19063
|
+
optionTwoLinesKey: string;
|
|
18377
19064
|
fullWidth: boolean;
|
|
18378
19065
|
optionsListWidth: string;
|
|
18379
19066
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -18562,6 +19249,14 @@ declare const _default: {
|
|
|
18562
19249
|
type: import("vue").PropType<string>;
|
|
18563
19250
|
default: string;
|
|
18564
19251
|
};
|
|
19252
|
+
optionTwoLinesVariant: {
|
|
19253
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
19254
|
+
default: any;
|
|
19255
|
+
};
|
|
19256
|
+
optionTwoLinesKey: {
|
|
19257
|
+
type: import("vue").PropType<string>;
|
|
19258
|
+
default: any;
|
|
19259
|
+
};
|
|
18565
19260
|
fullWidth: {
|
|
18566
19261
|
type: import("vue").PropType<boolean>;
|
|
18567
19262
|
default: boolean;
|
|
@@ -18591,7 +19286,7 @@ declare const _default: {
|
|
|
18591
19286
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
18592
19287
|
onOpened?: () => any;
|
|
18593
19288
|
onClosed?: () => any;
|
|
18594
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
19289
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
18595
19290
|
$attrs: {
|
|
18596
19291
|
[x: string]: unknown;
|
|
18597
19292
|
};
|
|
@@ -18788,6 +19483,14 @@ declare const _default: {
|
|
|
18788
19483
|
type: import("vue").PropType<string>;
|
|
18789
19484
|
default: string;
|
|
18790
19485
|
};
|
|
19486
|
+
optionTwoLinesVariant: {
|
|
19487
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
19488
|
+
default: any;
|
|
19489
|
+
};
|
|
19490
|
+
optionTwoLinesKey: {
|
|
19491
|
+
type: import("vue").PropType<string>;
|
|
19492
|
+
default: any;
|
|
19493
|
+
};
|
|
18791
19494
|
fullWidth: {
|
|
18792
19495
|
type: import("vue").PropType<boolean>;
|
|
18793
19496
|
default: boolean;
|
|
@@ -18872,6 +19575,8 @@ declare const _default: {
|
|
|
18872
19575
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18873
19576
|
valueToCopy: string;
|
|
18874
19577
|
disabledOptionKey: string;
|
|
19578
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19579
|
+
optionTwoLinesKey: string;
|
|
18875
19580
|
fullWidth: boolean;
|
|
18876
19581
|
optionsListWidth: string;
|
|
18877
19582
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -19080,6 +19785,14 @@ declare const _default: {
|
|
|
19080
19785
|
type: import("vue").PropType<string>;
|
|
19081
19786
|
default: string;
|
|
19082
19787
|
};
|
|
19788
|
+
optionTwoLinesVariant: {
|
|
19789
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
19790
|
+
default: any;
|
|
19791
|
+
};
|
|
19792
|
+
optionTwoLinesKey: {
|
|
19793
|
+
type: import("vue").PropType<string>;
|
|
19794
|
+
default: any;
|
|
19795
|
+
};
|
|
19083
19796
|
fullWidth: {
|
|
19084
19797
|
type: import("vue").PropType<boolean>;
|
|
19085
19798
|
default: boolean;
|
|
@@ -19299,6 +20012,14 @@ declare const _default: {
|
|
|
19299
20012
|
type: import("vue").PropType<string>;
|
|
19300
20013
|
default: string;
|
|
19301
20014
|
};
|
|
20015
|
+
optionTwoLinesVariant: {
|
|
20016
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
20017
|
+
default: any;
|
|
20018
|
+
};
|
|
20019
|
+
optionTwoLinesKey: {
|
|
20020
|
+
type: import("vue").PropType<string>;
|
|
20021
|
+
default: any;
|
|
20022
|
+
};
|
|
19302
20023
|
fullWidth: {
|
|
19303
20024
|
type: import("vue").PropType<boolean>;
|
|
19304
20025
|
default: boolean;
|
|
@@ -19383,6 +20104,8 @@ declare const _default: {
|
|
|
19383
20104
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19384
20105
|
valueToCopy: string;
|
|
19385
20106
|
disabledOptionKey: string;
|
|
20107
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20108
|
+
optionTwoLinesKey: string;
|
|
19386
20109
|
fullWidth: boolean;
|
|
19387
20110
|
optionsListWidth: string;
|
|
19388
20111
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -19664,6 +20387,8 @@ declare const _default: {
|
|
|
19664
20387
|
disabled: boolean;
|
|
19665
20388
|
active: boolean;
|
|
19666
20389
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20390
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20391
|
+
optionTwoLinesKey: string;
|
|
19667
20392
|
isIndeterminate: boolean;
|
|
19668
20393
|
subtitle: string;
|
|
19669
20394
|
selectAllOption: boolean;
|
|
@@ -19690,6 +20415,14 @@ declare const _default: {
|
|
|
19690
20415
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19691
20416
|
default: string;
|
|
19692
20417
|
};
|
|
20418
|
+
optionTwoLinesVariant: {
|
|
20419
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
20420
|
+
default: any;
|
|
20421
|
+
};
|
|
20422
|
+
optionTwoLinesKey: {
|
|
20423
|
+
type: import("vue").PropType<string>;
|
|
20424
|
+
default: any;
|
|
20425
|
+
};
|
|
19693
20426
|
isIndeterminate: {
|
|
19694
20427
|
type: import("vue").PropType<boolean>;
|
|
19695
20428
|
default: boolean;
|
|
@@ -19729,7 +20462,7 @@ declare const _default: {
|
|
|
19729
20462
|
selectedProp: {
|
|
19730
20463
|
type: import("vue").PropType<boolean>;
|
|
19731
20464
|
};
|
|
19732
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
|
|
20465
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
|
|
19733
20466
|
$attrs: {
|
|
19734
20467
|
[x: string]: unknown;
|
|
19735
20468
|
};
|
|
@@ -19760,6 +20493,14 @@ declare const _default: {
|
|
|
19760
20493
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19761
20494
|
default: string;
|
|
19762
20495
|
};
|
|
20496
|
+
optionTwoLinesVariant: {
|
|
20497
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
20498
|
+
default: any;
|
|
20499
|
+
};
|
|
20500
|
+
optionTwoLinesKey: {
|
|
20501
|
+
type: import("vue").PropType<string>;
|
|
20502
|
+
default: any;
|
|
20503
|
+
};
|
|
19763
20504
|
isIndeterminate: {
|
|
19764
20505
|
type: import("vue").PropType<boolean>;
|
|
19765
20506
|
default: boolean;
|
|
@@ -19804,6 +20545,8 @@ declare const _default: {
|
|
|
19804
20545
|
disabled: boolean;
|
|
19805
20546
|
active: boolean;
|
|
19806
20547
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20548
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20549
|
+
optionTwoLinesKey: string;
|
|
19807
20550
|
isIndeterminate: boolean;
|
|
19808
20551
|
subtitle: string;
|
|
19809
20552
|
selectAllOption: boolean;
|
|
@@ -19850,6 +20593,14 @@ declare const _default: {
|
|
|
19850
20593
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19851
20594
|
default: string;
|
|
19852
20595
|
};
|
|
20596
|
+
optionTwoLinesVariant: {
|
|
20597
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
20598
|
+
default: any;
|
|
20599
|
+
};
|
|
20600
|
+
optionTwoLinesKey: {
|
|
20601
|
+
type: import("vue").PropType<string>;
|
|
20602
|
+
default: any;
|
|
20603
|
+
};
|
|
19853
20604
|
isIndeterminate: {
|
|
19854
20605
|
type: import("vue").PropType<boolean>;
|
|
19855
20606
|
default: boolean;
|
|
@@ -19910,6 +20661,14 @@ declare const _default: {
|
|
|
19910
20661
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19911
20662
|
default: string;
|
|
19912
20663
|
};
|
|
20664
|
+
optionTwoLinesVariant: {
|
|
20665
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
20666
|
+
default: any;
|
|
20667
|
+
};
|
|
20668
|
+
optionTwoLinesKey: {
|
|
20669
|
+
type: import("vue").PropType<string>;
|
|
20670
|
+
default: any;
|
|
20671
|
+
};
|
|
19913
20672
|
isIndeterminate: {
|
|
19914
20673
|
type: import("vue").PropType<boolean>;
|
|
19915
20674
|
default: boolean;
|
|
@@ -19954,6 +20713,8 @@ declare const _default: {
|
|
|
19954
20713
|
disabled: boolean;
|
|
19955
20714
|
active: boolean;
|
|
19956
20715
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20716
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20717
|
+
optionTwoLinesKey: string;
|
|
19957
20718
|
isIndeterminate: boolean;
|
|
19958
20719
|
subtitle: string;
|
|
19959
20720
|
selectAllOption: boolean;
|