@ironsource/shared-ui 2.1.12-test.98 → 2.1.12-test.99
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/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_95cb7fdb_lang.css +1 -0
- package/Banner.vue_vue_type_style_index_0_scoped_08730768_lang.css +1 -0
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_0123c361_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_d7948c77_lang.css +1 -0
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_b83b748a_lang.css +1 -0
- package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_eabfb96b_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_03771fa3_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_da34b108_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_b3750f56_lang.css +1 -0
- package/ChartPlane.vue_vue_type_style_index_0_scoped_ff7e556e_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_683b8a75_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_0963bb3c_lang.css +1 -0
- package/Dialog.vue_vue_type_style_index_0_scoped_ae02d365_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_73f0a3d0_lang.css +1 -0
- package/DollarInput.vue_vue_type_style_index_0_scoped_67602af1_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_dd86e387_lang.css +1 -0
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_5e07e0c9_lang.css +1 -0
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_5881f285_lang.css +1 -0
- package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_6705ad81_lang.css +1 -0
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_af09cab8_lang.css +1 -0
- package/Option.vue_vue_type_style_index_0_scoped_7fae01b1_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_b9724567_lang.css +1 -0
- package/PasswordInput.vue_vue_type_style_index_0_scoped_d9e39d10_lang.css +1 -0
- package/PercentageInput.vue_vue_type_style_index_0_scoped_872f2f58_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_f5ebfb56_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +1 -1
- package/TextField.vue_vue_type_style_index_0_scoped_81fb8297_lang.css +1 -0
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2513c37f_lang.css +1 -0
- package/components/ThemeWrapper/ThemeStrore.d.ts +1 -1
- package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +4 -4
- package/components/ThemeWrapper/index.d.ts +19 -54
- package/components/alert/Alert.vue.d.ts +6 -6
- package/components/alert/index.d.ts +97 -183
- package/components/appHeader/AppHeader.vue.d.ts +7 -7
- package/components/appHeader/index.d.ts +17 -17
- package/components/appIcon/AppIcon.vue.d.ts +4 -4
- package/components/appIcon/index.d.ts +4 -4
- package/components/appTrigger/AppTrigger.vue.d.ts +4 -4
- package/components/appTrigger/index.d.ts +41 -92
- package/components/autocomplete/Autocomplete.vue.d.ts +11 -17
- package/components/autocomplete/index.d.ts +160 -290
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.d.ts +8 -8
- package/components/autocompleteDropdown/AutocompleteInput.vue.d.ts +7 -7
- package/components/autocompleteDropdown/GroupOption.vue.d.ts +1 -1
- package/components/autocompleteDropdown/index.d.ts +64 -128
- package/components/banner/Banner.vue.d.ts +7 -7
- package/components/banner/index.d.ts +32 -75
- package/components/button/v3/Button.vue.d.ts +10 -10
- package/components/button/v3/ButtonBase.vue.d.ts +4 -4
- package/components/button/v3/IconButton.vue.d.ts +4 -4
- package/components/button/v3/LoaderCircleIcon.vue.d.ts +1 -1
- package/components/button/v3/LoaderDotsIcon.vue.d.ts +1 -1
- package/components/button/v3/ScrollButton.vue.d.ts +7 -7
- package/components/button/v3/index.d.ts +80 -166
- package/components/button/v4/ButtonGroup.vue.d.ts +4 -4
- package/components/button/v4/ButtonV4.vue.d.ts +5 -6
- package/components/button/v4/IconButtonV4.vue.d.ts +7 -7
- package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +10 -10
- package/components/button/v4/index.d.ts +135 -295
- package/components/chart/Chart.vue.d.ts +15 -13
- package/components/chart/ChartHeader.vue.d.ts +16 -14
- package/components/chart/ChartHeaderTrend.vue.d.ts +9 -5
- package/components/chart/ChartLegend.vue.d.ts +6 -6
- package/components/chart/ChartLoader.vue.d.ts +1 -1
- package/components/chart/ChartPlane.vue.d.ts +15 -13
- package/components/chart/ChartTooltip.vue.d.ts +4 -4
- package/components/chart/LegendSorting.vue.d.ts +6 -6
- package/components/chart/SettingsHeader.vue.d.ts +5 -5
- package/components/chart/SubHeader.vue.d.ts +8 -5
- package/components/chart/TooltipHeader.vue.d.ts +4 -4
- package/components/chart/composables/useColorsMap.d.ts +1 -1
- package/components/chart/index.d.ts +287 -485
- package/components/chart/types.d.ts +0 -15
- package/components/checkbox/common/Checkbox.common.d.ts +2 -2
- package/components/checkbox/v3/Checkbox.vue.d.ts +6 -6
- package/components/checkbox/v3/icons/checked.vue.d.ts +1 -1
- package/components/checkbox/v3/icons/indeterminate.vue.d.ts +1 -1
- package/components/checkbox/v3/icons/unchecked.vue.d.ts +1 -1
- package/components/checkbox/v3/index.d.ts +47 -103
- package/components/checkbox/v4/CheckboxV4.vue.d.ts +6 -6
- package/components/checkbox/v4/icons/CheckedDisabledState.vue.d.ts +4 -4
- package/components/checkbox/v4/icons/CheckedState.vue.d.ts +4 -4
- package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.d.ts +1 -1
- package/components/checkbox/v4/icons/IndeterminateState.vue.d.ts +4 -4
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.d.ts +1 -1
- package/components/checkbox/v4/icons/UncheckedState.vue.d.ts +1 -1
- package/components/checkbox/v4/index.d.ts +47 -103
- package/components/chip/v3/Chip.vue.d.ts +6 -6
- package/components/chip/v3/index.d.ts +47 -100
- package/components/chip/v4/ChipV4.vue.d.ts +10 -10
- package/components/chip/v4/index.d.ts +53 -108
- package/components/datePicker/common/DatePicker.common.d.ts +1 -1
- package/components/datePicker/common/DatePickerMonth.common.d.ts +18 -64
- package/components/datePicker/v3/DatePicker.vue.d.ts +6 -6
- package/components/datePicker/v3/DatePickerMonth.vue.d.ts +6 -6
- package/components/datePicker/v3/index.d.ts +53 -110
- package/components/datePicker/v4/DatePickerMonthV4.vue.d.ts +6 -6
- package/components/datePicker/v4/DatePickerV4.vue.d.ts +6 -6
- package/components/datePicker/v4/index.d.ts +53 -110
- package/components/dateRange/common/CalendarMonth.common.d.ts +3 -3
- package/components/dateRange/common/DateRange.common.d.ts +26 -14
- package/components/dateRange/common/DateServices.common.d.ts +1 -1
- package/components/dateRange/v3/CalendarMonth.vue.d.ts +6 -6
- package/components/dateRange/v3/DateRange.vue.d.ts +15 -15
- package/components/dateRange/v3/DateRangePicker.vue.d.ts +16 -16
- package/components/dateRange/v3/index.d.ts +130 -234
- package/components/dateRange/v4/CalendarMonthV4.vue.d.ts +6 -6
- package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +15 -15
- package/components/dateRange/v4/DateRangeV4.vue.d.ts +15 -15
- package/components/dateRange/v4/index.d.ts +130 -234
- package/components/dialog/common/Dialog.common.d.ts +1 -1
- package/components/dialog/v3/Dialog.vue.d.ts +8 -8
- package/components/dialog/v3/index.d.ts +116 -211
- package/components/dialog/v4/DialogV4.vue.d.ts +8 -8
- package/components/dialog/v4/index.d.ts +167 -296
- package/components/dropdown/common/Dropdown.common.d.ts +24 -18
- package/components/dropdown/common/Option.common.d.ts +1 -1
- package/components/dropdown/v3/Dropdown.vue.d.ts +13 -13
- package/components/dropdown/v3/Label.vue.d.ts +1 -1
- package/components/dropdown/v3/Option.vue.d.ts +4 -4
- package/components/dropdown/v3/SearchInput.vue.d.ts +1 -1
- package/components/dropdown/v3/index.d.ts +11 -879
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +11 -8
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +7 -8
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.d.ts +7 -7
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +6 -6
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +6 -6
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +14 -14
- package/components/dropdown/v4/DropdownV4.vue.d.ts +21 -26
- package/components/dropdown/v4/GroupOption.vue.d.ts +1 -1
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue.d.ts +4 -4
- package/components/dropdown/v4/OptionV4.vue.d.ts +12 -12
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +6 -6
- package/components/dropdown/v4/dropdownStoryArgs.d.ts +2 -2
- package/components/dropdown/v4/index.d.ts +1421 -2389
- package/components/emptyState/v3/EmptyState.vue.d.ts +9 -9
- package/components/emptyState/v3/EmptyStateIcon.vue.d.ts +1 -1
- package/components/emptyState/v3/index.d.ts +94 -173
- package/components/emptyState/v4/EmptyStateV4.vue.d.ts +6 -6
- package/components/emptyState/v4/icons/IconError.vue.d.ts +1 -1
- package/components/emptyState/v4/icons/IconFiles.vue.d.ts +1 -1
- package/components/emptyState/v4/icons/IconNoAccess.vue.d.ts +1 -1
- package/components/emptyState/v4/icons/IconNoData.vue.d.ts +1 -1
- package/components/emptyState/v4/icons/IconNoResults.vue.d.ts +1 -1
- package/components/emptyState/v4/icons/IconSettings.vue.d.ts +1 -1
- package/components/emptyState/v4/index.d.ts +59 -120
- package/components/filterDropdown/AddFilterButton.vue.d.ts +3 -3
- package/components/filterDropdown/FilterDropdown.vue.d.ts +4 -4
- package/components/filterDropdown/index.d.ts +24 -67
- package/components/filtersPanel/v3/FilterSearchInput.vue.d.ts +1 -1
- package/components/filtersPanel/v3/index.d.ts +3 -3
- package/components/filtersPanel/v3/useHiddenFilter.d.ts +2 -2
- package/components/filtersPanel/v4/FiltersPanelV4.vue.d.ts +4 -4
- package/components/filtersPanel/v4/index.d.ts +29 -70
- package/components/floatingToolbar/FloatingToolbar.vue.d.ts +6 -6
- package/components/floatingToolbar/index.d.ts +33 -78
- package/components/forms/CardPanel.vue.d.ts +4 -4
- package/components/forms/FormCard.vue.d.ts +6 -6
- package/components/forms/FormField.vue.d.ts +3 -3
- package/components/forms/FormRow.vue.d.ts +4 -4
- package/components/forms/index.d.ts +185 -396
- package/components/forms/validation/ValidationStory.vue.d.ts +1 -1
- package/components/forms/validation/examples/dynamicForm/DynamicForm.vue.d.ts +1 -1
- package/components/forms/validation/examples/dynamicForm/FormParts/FormA.vue.d.ts +5 -5
- package/components/forms/validation/examples/dynamicForm/FormParts/FormB.vue.d.ts +6 -6
- package/components/forms/validation/examples/simpleForm/SimpleForm.vue.d.ts +1 -1
- package/components/icon/v3/Icon.vue.d.ts +4 -4
- package/components/icon/v3/icons/A.vue.d.ts +1 -1
- package/components/icon/v3/icons/A2.vue.d.ts +1 -1
- package/components/icon/v3/icons/ABTest.vue.d.ts +1 -1
- package/components/icon/v3/icons/ABTest2.vue.d.ts +1 -1
- package/components/icon/v3/icons/ACircle.vue.d.ts +1 -1
- package/components/icon/v3/icons/AccountBalanceWallet.vue.d.ts +1 -1
- package/components/icon/v3/icons/AccountCircle.vue.d.ts +1 -1
- package/components/icon/v3/icons/AccountCircleOutline.vue.d.ts +1 -1
- package/components/icon/v3/icons/Add.vue.d.ts +1 -1
- package/components/icon/v3/icons/Adjust.vue.d.ts +1 -1
- package/components/icon/v3/icons/Analytics.vue.d.ts +1 -1
- package/components/icon/v3/icons/Android.vue.d.ts +1 -1
- package/components/icon/v3/icons/AngleDown.vue.d.ts +1 -1
- package/components/icon/v3/icons/AngleLeft.vue.d.ts +1 -1
- package/components/icon/v3/icons/AngleRight.vue.d.ts +1 -1
- package/components/icon/v3/icons/AngleUp.vue.d.ts +1 -1
- package/components/icon/v3/icons/AppStore.vue.d.ts +1 -1
- package/components/icon/v3/icons/AreaChart.vue.d.ts +1 -1
- package/components/icon/v3/icons/ArrowBack.vue.d.ts +1 -1
- package/components/icon/v3/icons/ArrowDownward.vue.d.ts +1 -1
- package/components/icon/v3/icons/ArrowForward.vue.d.ts +1 -1
- package/components/icon/v3/icons/ArrowLeft.vue.d.ts +1 -1
- package/components/icon/v3/icons/ArrowRight.vue.d.ts +1 -1
- package/components/icon/v3/icons/ArrowSort-Down.vue.d.ts +1 -1
- package/components/icon/v3/icons/ArrowSort-Up.vue.d.ts +1 -1
- package/components/icon/v3/icons/ArrowUpward.vue.d.ts +1 -1
- package/components/icon/v3/icons/AutoAwesome.vue.d.ts +1 -1
- package/components/icon/v3/icons/AutoMode.vue.d.ts +1 -1
- package/components/icon/v3/icons/Autorenew.vue.d.ts +1 -1
- package/components/icon/v3/icons/B.vue.d.ts +1 -1
- package/components/icon/v3/icons/B2.vue.d.ts +1 -1
- package/components/icon/v3/icons/BCircle.vue.d.ts +1 -1
- package/components/icon/v3/icons/Banner.vue.d.ts +1 -1
- package/components/icon/v3/icons/Bidding.vue.d.ts +1 -1
- package/components/icon/v3/icons/Bidding2.vue.d.ts +1 -1
- package/components/icon/v3/icons/Block.vue.d.ts +1 -1
- package/components/icon/v3/icons/BorderColor.vue.d.ts +1 -1
- package/components/icon/v3/icons/Bug.vue.d.ts +1 -1
- package/components/icon/v3/icons/Bullhorn.vue.d.ts +1 -1
- package/components/icon/v3/icons/BullseyeArrow.vue.d.ts +1 -1
- package/components/icon/v3/icons/Cached.vue.d.ts +1 -1
- package/components/icon/v3/icons/Calendar.vue.d.ts +1 -1
- package/components/icon/v3/icons/CalendarToday.vue.d.ts +1 -1
- package/components/icon/v3/icons/Cancel.vue.d.ts +1 -1
- package/components/icon/v3/icons/ChartBar.vue.d.ts +1 -1
- package/components/icon/v3/icons/ChartLine.vue.d.ts +1 -1
- package/components/icon/v3/icons/ChartMixed.vue.d.ts +1 -1
- package/components/icon/v3/icons/Check.vue.d.ts +1 -1
- package/components/icon/v3/icons/Check2.vue.d.ts +1 -1
- package/components/icon/v3/icons/CheckBold.vue.d.ts +1 -1
- package/components/icon/v3/icons/CheckCircle.vue.d.ts +1 -1
- package/components/icon/v3/icons/Close.vue.d.ts +1 -1
- package/components/icon/v3/icons/CloseBold.vue.d.ts +1 -1
- package/components/icon/v3/icons/ComputerMouse.vue.d.ts +1 -1
- package/components/icon/v3/icons/CopyTo-Clipboard.vue.d.ts +1 -1
- package/components/icon/v3/icons/CopyToClipboardFilled.vue.d.ts +1 -1
- package/components/icon/v3/icons/Create.vue.d.ts +1 -1
- package/components/icon/v3/icons/Creative.vue.d.ts +1 -1
- package/components/icon/v3/icons/Cross.vue.d.ts +1 -1
- package/components/icon/v3/icons/CrownFill.vue.d.ts +1 -1
- package/components/icon/v3/icons/Cube.vue.d.ts +1 -1
- package/components/icon/v3/icons/CubeBackground.vue.d.ts +1 -1
- package/components/icon/v3/icons/Cup.vue.d.ts +1 -1
- package/components/icon/v3/icons/CupA.vue.d.ts +1 -1
- package/components/icon/v3/icons/CupB.vue.d.ts +1 -1
- package/components/icon/v3/icons/Delete.vue.d.ts +1 -1
- package/components/icon/v3/icons/Diamond.vue.d.ts +1 -1
- package/components/icon/v3/icons/Dots.vue.d.ts +1 -1
- package/components/icon/v3/icons/Download.vue.d.ts +1 -1
- package/components/icon/v3/icons/Download2.vue.d.ts +1 -1
- package/components/icon/v3/icons/DownloadDone.vue.d.ts +1 -1
- package/components/icon/v3/icons/DragIndicator.vue.d.ts +1 -1
- package/components/icon/v3/icons/Duplicate.vue.d.ts +1 -1
- package/components/icon/v3/icons/Ecpi.vue.d.ts +1 -1
- package/components/icon/v3/icons/Email.vue.d.ts +1 -1
- package/components/icon/v3/icons/EmailEnvelope.vue.d.ts +1 -1
- package/components/icon/v3/icons/Error.vue.d.ts +1 -1
- package/components/icon/v3/icons/Eye.vue.d.ts +1 -1
- package/components/icon/v3/icons/Eye2.vue.d.ts +1 -1
- package/components/icon/v3/icons/EyeSlash.vue.d.ts +1 -1
- package/components/icon/v3/icons/FavoriteBorder.vue.d.ts +1 -1
- package/components/icon/v3/icons/Filter.vue.d.ts +1 -1
- package/components/icon/v3/icons/FilterList.vue.d.ts +1 -1
- package/components/icon/v3/icons/FiltersSearch.vue.d.ts +1 -1
- package/components/icon/v3/icons/Frame.vue.d.ts +1 -1
- package/components/icon/v3/icons/Fullscreen.vue.d.ts +1 -1
- package/components/icon/v3/icons/FullscreenExit.vue.d.ts +1 -1
- package/components/icon/v3/icons/Functions.vue.d.ts +1 -1
- package/components/icon/v3/icons/GamepadAlt.vue.d.ts +1 -1
- package/components/icon/v3/icons/Games.vue.d.ts +1 -1
- package/components/icon/v3/icons/Gavel.vue.d.ts +1 -1
- package/components/icon/v3/icons/Gift.vue.d.ts +1 -1
- package/components/icon/v3/icons/GitHub.vue.d.ts +1 -1
- package/components/icon/v3/icons/GlobeStand.vue.d.ts +1 -1
- package/components/icon/v3/icons/GooglePlay.vue.d.ts +1 -1
- package/components/icon/v3/icons/Group.vue.d.ts +1 -1
- package/components/icon/v3/icons/Hammer.vue.d.ts +1 -1
- package/components/icon/v3/icons/HandPointer.vue.d.ts +1 -1
- package/components/icon/v3/icons/Hands.vue.d.ts +1 -1
- package/components/icon/v3/icons/Heartbeat.vue.d.ts +1 -1
- package/components/icon/v3/icons/Help.vue.d.ts +1 -1
- package/components/icon/v3/icons/HelpOutline.vue.d.ts +1 -1
- package/components/icon/v3/icons/History.vue.d.ts +1 -1
- package/components/icon/v3/icons/IOS.vue.d.ts +1 -1
- package/components/icon/v3/icons/Image.vue.d.ts +1 -1
- package/components/icon/v3/icons/ImageNotSupported.vue.d.ts +1 -1
- package/components/icon/v3/icons/ImageSlash.vue.d.ts +1 -1
- package/components/icon/v3/icons/ImportExport.vue.d.ts +1 -1
- package/components/icon/v3/icons/ImportExport2.vue.d.ts +1 -1
- package/components/icon/v3/icons/Importent.vue.d.ts +1 -1
- package/components/icon/v3/icons/Info.vue.d.ts +1 -1
- package/components/icon/v3/icons/Info2.vue.d.ts +1 -1
- package/components/icon/v3/icons/InfoOutline.vue.d.ts +1 -1
- package/components/icon/v3/icons/Insights.vue.d.ts +1 -1
- package/components/icon/v3/icons/Interstitial.vue.d.ts +1 -1
- package/components/icon/v3/icons/Ios14.vue.d.ts +1 -1
- package/components/icon/v3/icons/Js.vue.d.ts +1 -1
- package/components/icon/v3/icons/Landscape.vue.d.ts +1 -1
- package/components/icon/v3/icons/Launch.vue.d.ts +1 -1
- package/components/icon/v3/icons/Levelplay.vue.d.ts +1 -1
- package/components/icon/v3/icons/LimitCircle.vue.d.ts +1 -1
- package/components/icon/v3/icons/LimitOctagon.vue.d.ts +1 -1
- package/components/icon/v3/icons/Link.vue.d.ts +1 -1
- package/components/icon/v3/icons/LoadingClean.vue.d.ts +1 -1
- package/components/icon/v3/icons/Lock.vue.d.ts +1 -1
- package/components/icon/v3/icons/LockOpen.vue.d.ts +1 -1
- package/components/icon/v3/icons/Login.vue.d.ts +1 -1
- package/components/icon/v3/icons/Logout.vue.d.ts +1 -1
- package/components/icon/v3/icons/Marketing.vue.d.ts +1 -1
- package/components/icon/v3/icons/MilitaryTech.vue.d.ts +1 -1
- package/components/icon/v3/icons/Mix.vue.d.ts +1 -1
- package/components/icon/v3/icons/Mix2.vue.d.ts +1 -1
- package/components/icon/v3/icons/MobileLandscape.vue.d.ts +1 -1
- package/components/icon/v3/icons/MobilePortrait.vue.d.ts +1 -1
- package/components/icon/v3/icons/MoneyCheck.vue.d.ts +1 -1
- package/components/icon/v3/icons/MoreHoriz.vue.d.ts +1 -1
- package/components/icon/v3/icons/MoreVert.vue.d.ts +1 -1
- package/components/icon/v3/icons/Mouse.vue.d.ts +1 -1
- package/components/icon/v3/icons/MousePointer.vue.d.ts +1 -1
- package/components/icon/v3/icons/MovingUp.vue.d.ts +1 -1
- package/components/icon/v3/icons/NativeAd.vue.d.ts +1 -1
- package/components/icon/v3/icons/NotificationsNone.vue.d.ts +1 -1
- package/components/icon/v3/icons/Offerwall.vue.d.ts +1 -1
- package/components/icon/v3/icons/Palyable.vue.d.ts +1 -1
- package/components/icon/v3/icons/PaperPlane-Off.vue.d.ts +1 -1
- package/components/icon/v3/icons/PaperPlane.vue.d.ts +1 -1
- package/components/icon/v3/icons/Pause.vue.d.ts +1 -1
- package/components/icon/v3/icons/PauseCircleFilled.vue.d.ts +1 -1
- package/components/icon/v3/icons/PauseCircleOutline.vue.d.ts +1 -1
- package/components/icon/v3/icons/PhoneIphone.vue.d.ts +1 -1
- package/components/icon/v3/icons/Photo.vue.d.ts +1 -1
- package/components/icon/v3/icons/Photo2.vue.d.ts +1 -1
- package/components/icon/v3/icons/PlayArrow.vue.d.ts +1 -1
- package/components/icon/v3/icons/PlayCircleFilledWhite.vue.d.ts +1 -1
- package/components/icon/v3/icons/PlayCircleOutline.vue.d.ts +1 -1
- package/components/icon/v3/icons/Qrcode.vue.d.ts +1 -1
- package/components/icon/v3/icons/Question.vue.d.ts +1 -1
- package/components/icon/v3/icons/QuickAB.vue.d.ts +1 -1
- package/components/icon/v3/icons/QuickAB2.vue.d.ts +1 -1
- package/components/icon/v3/icons/React.vue.d.ts +1 -1
- package/components/icon/v3/icons/Redo.vue.d.ts +1 -1
- package/components/icon/v3/icons/Refresh.vue.d.ts +1 -1
- package/components/icon/v3/icons/Remove.vue.d.ts +1 -1
- package/components/icon/v3/icons/Replay.vue.d.ts +1 -1
- package/components/icon/v3/icons/RewardedVideo.vue.d.ts +1 -1
- package/components/icon/v3/icons/RocketLaunch.vue.d.ts +1 -1
- package/components/icon/v3/icons/Rotate.vue.d.ts +1 -1
- package/components/icon/v3/icons/Route.vue.d.ts +1 -1
- package/components/icon/v3/icons/SackDollar.vue.d.ts +1 -1
- package/components/icon/v3/icons/Schedule.vue.d.ts +1 -1
- package/components/icon/v3/icons/Search.vue.d.ts +1 -1
- package/components/icon/v3/icons/SearchBold.vue.d.ts +1 -1
- package/components/icon/v3/icons/Share.vue.d.ts +1 -1
- package/components/icon/v3/icons/Slack.vue.d.ts +1 -1
- package/components/icon/v3/icons/SportsEsports.vue.d.ts +1 -1
- package/components/icon/v3/icons/Star.vue.d.ts +1 -1
- package/components/icon/v3/icons/StarFill.vue.d.ts +1 -1
- package/components/icon/v3/icons/StatusBanner.vue.d.ts +1 -1
- package/components/icon/v3/icons/StatusInterstitial.vue.d.ts +1 -1
- package/components/icon/v3/icons/StatusNativeAd.vue.d.ts +1 -1
- package/components/icon/v3/icons/StatusOfferwall.vue.d.ts +1 -1
- package/components/icon/v3/icons/StatusRewardedVideo.vue.d.ts +1 -1
- package/components/icon/v3/icons/StopCircleFilled.vue.d.ts +1 -1
- package/components/icon/v3/icons/StopCircleOutline.vue.d.ts +1 -1
- package/components/icon/v3/icons/Style.vue.d.ts +1 -1
- package/components/icon/v3/icons/Success.vue.d.ts +1 -1
- package/components/icon/v3/icons/SuccessFull.vue.d.ts +1 -1
- package/components/icon/v3/icons/Switch.vue.d.ts +1 -1
- package/components/icon/v3/icons/TableEdit.vue.d.ts +1 -1
- package/components/icon/v3/icons/TabletLandscape.vue.d.ts +1 -1
- package/components/icon/v3/icons/TabletMac.vue.d.ts +1 -1
- package/components/icon/v3/icons/TabletPortrait.vue.d.ts +1 -1
- package/components/icon/v3/icons/Texture.vue.d.ts +1 -1
- package/components/icon/v3/icons/ThemeDark.vue.d.ts +1 -1
- package/components/icon/v3/icons/ThemeLight.vue.d.ts +1 -1
- package/components/icon/v3/icons/Timelapse.vue.d.ts +1 -1
- package/components/icon/v3/icons/Timeline.vue.d.ts +1 -1
- package/components/icon/v3/icons/TrendingDown.vue.d.ts +1 -1
- package/components/icon/v3/icons/TrendingFlat.vue.d.ts +1 -1
- package/components/icon/v3/icons/TrendingUp.vue.d.ts +1 -1
- package/components/icon/v3/icons/Tune.vue.d.ts +1 -1
- package/components/icon/v3/icons/TwoToneBanner.vue.d.ts +1 -1
- package/components/icon/v3/icons/TwoToneInterstitial.vue.d.ts +1 -1
- package/components/icon/v3/icons/TwoToneNativeAd.vue.d.ts +1 -1
- package/components/icon/v3/icons/TwoToneOfferwall.vue.d.ts +1 -1
- package/components/icon/v3/icons/TwoToneRewardedVideo.vue.d.ts +1 -1
- package/components/icon/v3/icons/Undo.vue.d.ts +1 -1
- package/components/icon/v3/icons/UnfoldLess.vue.d.ts +1 -1
- package/components/icon/v3/icons/UnfoldMore.vue.d.ts +1 -1
- package/components/icon/v3/icons/VerticalAlignTop.vue.d.ts +1 -1
- package/components/icon/v3/icons/VerticalAlignTop2.vue.d.ts +1 -1
- package/components/icon/v3/icons/Vibration.vue.d.ts +1 -1
- package/components/icon/v3/icons/VideoRound.vue.d.ts +1 -1
- package/components/icon/v3/icons/ViewCarousel.vue.d.ts +1 -1
- package/components/icon/v3/icons/Visibility.vue.d.ts +1 -1
- package/components/icon/v3/icons/VisibilityOff.vue.d.ts +1 -1
- package/components/icon/v3/icons/VisibilityOffStrok.vue.d.ts +1 -1
- package/components/icon/v3/icons/VisibilityStrok.vue.d.ts +1 -1
- package/components/icon/v3/icons/VolumeOff.vue.d.ts +1 -1
- package/components/icon/v3/icons/VolumeUp.vue.d.ts +1 -1
- package/components/icon/v3/icons/Warning.vue.d.ts +1 -1
- package/components/icon/v3/icons/Warning2.vue.d.ts +1 -1
- package/components/icon/v3/icons/Warning3.vue.d.ts +1 -1
- package/components/icon/v3/icons/WarningCircle.vue.d.ts +1 -1
- package/components/icon/v3/icons/WarningOctagon.vue.d.ts +1 -1
- package/components/icon/v3/icons/WebApp.vue.d.ts +1 -1
- package/components/icon/v3/icons/Widget.vue.d.ts +1 -1
- package/components/icon/v3/icons/Widgets.vue.d.ts +1 -1
- package/components/icon/v3/icons/WidgetsFill.vue.d.ts +1 -1
- package/components/icon/v3/icons/WidgetsFlatSquares.vue.d.ts +1 -1
- package/components/icon/v3/icons/Widgetsz.vue.d.ts +1 -1
- package/components/icon/v3/icons/WifiProtectedSetup.vue.d.ts +1 -1
- package/components/icon/v3/index.d.ts +24 -63
- package/components/icon/v3/storyComponents/Code.vue.d.ts +3 -3
- package/components/icon/v3/storyComponents/IconWrapper.vue.d.ts +3 -3
- package/components/icon/v3/storyComponents/Page.vue.d.ts +3 -3
- package/components/icon/v4/IconFlag.vue.d.ts +4 -4
- package/components/icon/v4/IconV4.vue.d.ts +5 -5
- package/components/icon/v4/index.d.ts +63 -122
- package/components/includeExclude/IncludeExclude.vue.d.ts +7 -7
- package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +4 -4
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.d.ts +4 -4
- package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +6 -6
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +9 -9
- package/components/includeExclude/IncludeExcludeOption.vue.d.ts +4 -4
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.d.ts +4 -4
- package/components/includeExclude/index.d.ts +498 -937
- package/components/inlineCopy/InlineCopy.vue.d.ts +6 -6
- package/components/inlineCopy/index.d.ts +6 -6
- package/components/input/common/Input.common.d.ts +2 -2
- package/components/input/v3/DollarInput.vue.d.ts +3 -17
- package/components/input/v3/Input.vue.d.ts +7 -7
- package/components/input/v3/PasswordInput.vue.d.ts +3 -17
- package/components/input/v3/PercentageInput.vue.d.ts +3 -17
- package/components/input/v3/index.d.ts +3 -645
- package/components/input/v4/TextField.vue.d.ts +8 -8
- package/components/input/v4/index.d.ts +202 -348
- package/components/layout/FoldableSection.vue.d.ts +6 -6
- package/components/layout/index.d.ts +35 -80
- package/components/loader/v4/Loader.vue.d.ts +5 -5
- package/components/loader/v4/index.d.ts +40 -87
- package/components/menu/Menu.vue.d.ts +4 -4
- package/components/menu/index.d.ts +47 -102
- package/components/menuItem/MenuItem.vue.d.ts +1 -1
- package/components/menuItem/index.d.ts +9 -39
- package/components/multibar/MultiBar.vue.d.ts +7 -7
- package/components/multibar/MultiBarMenu.vue.d.ts +6 -6
- package/components/multibar/index.d.ts +15 -15
- package/components/popover/common/Popover.common.d.ts +3 -3
- package/components/popover/v3/Popover.vue.d.ts +8 -8
- package/components/popover/v3/index.d.ts +68 -131
- package/components/popover/v4/PopoverV4.vue.d.ts +11 -11
- package/components/popover/v4/index.d.ts +92 -165
- package/components/radioButton/common/radioGroup.common.d.ts +1 -1
- package/components/radioButton/common/useRadio.d.ts +4 -4
- package/components/radioButton/v3/RadioButton.vue.d.ts +8 -8
- package/components/radioButton/v3/RadioGroup.vue.d.ts +8 -8
- package/components/radioButton/v3/index.d.ts +123 -236
- package/components/radioButton/v4/RadioButtonV4.vue.d.ts +8 -8
- package/components/radioButton/v4/RadioGroupV4.vue.d.ts +8 -8
- package/components/radioButton/v4/index.d.ts +125 -238
- package/components/search/common/Search.common.d.ts +1 -1
- package/components/search/v3/Search.vue.d.ts +8 -8
- package/components/search/v3/index.d.ts +8 -8
- package/components/search/v4/SearchV4.vue.d.ts +8 -8
- package/components/search/v4/index.d.ts +8 -8
- package/components/shared/FieldHelpText.vue.d.ts +4 -4
- package/components/shared/FieldLabel.vue.d.ts +5 -5
- package/components/shared/FieldMaxLength.vue.d.ts +4 -4
- package/components/skeleton/v3/Skeleton.vue.d.ts +3 -3
- package/components/skeleton/v3/index.d.ts +15 -52
- package/components/skeleton/v4/SkeletonV4.vue.d.ts +4 -4
- package/components/skeleton/v4/index.d.ts +24 -63
- package/components/snackbar/common/snackbar.common.d.ts +1 -1
- package/components/snackbar/v3/Snackbar.vue.d.ts +11 -11
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +11 -11
- package/components/sortableList/SortableItem.vue.d.ts +6 -6
- package/components/sortableList/SortableItemLabel.vue.d.ts +3 -3
- package/components/sortableList/SortableList.types.d.ts +0 -17
- package/components/sortableList/SortableList.vue.d.ts +7 -7
- package/components/sortableList/index.d.ts +136 -247
- package/components/statusDot/StatusDot.vue.d.ts +4 -4
- package/components/statusDot/index.d.ts +7 -7
- package/components/switch/v3/Switch.vue.d.ts +6 -6
- package/components/switch/v3/index.d.ts +37 -86
- package/components/switch/v4/SwitchV4.vue.d.ts +6 -6
- package/components/switch/v4/index.d.ts +6 -6
- package/components/table/common/Table.common.d.ts +13 -8
- package/components/table/v3/SortOrderIcon.vue.d.ts +1 -1
- package/components/table/v3/Table.vue.d.ts +7 -7
- package/components/table/v3/TableHeaderSorter.vue.d.ts +3 -3
- package/components/table/v3/index.d.ts +120 -220
- package/components/table/v4/DataGrid.vue.d.ts +9 -11
- package/components/table/v4/DataGridMenu.vue.d.ts +6 -6
- package/components/table/v4/DataGridRowsCounter.vue.d.ts +4 -4
- package/components/table/v4/ExpandRowToggle.vue.d.ts +6 -6
- package/components/table/v4/HelpIcon.vue.d.ts +4 -4
- package/components/table/v4/MultipleDataGrid.vue.d.ts +10 -10
- package/components/table/v4/SortIcon.vue.d.ts +3 -3
- package/components/table/v4/index.d.ts +244 -962
- package/components/table-cells/common/Editable.common.d.ts +2 -2
- package/components/table-cells/v3/Editable.vue.d.ts +4 -4
- package/components/table-cells/v3/index.d.ts +43 -98
- package/components/table-cells/v4/EditableV4.vue.d.ts +5 -5
- package/components/table-cells/v4/index.d.ts +70 -138
- package/components/tabs/common/tabsCommon.d.ts +2 -2
- package/components/tabs/v3/Tabs.vue.d.ts +6 -6
- package/components/tabs/v3/index.d.ts +46 -100
- package/components/tabs/v4/TabsV4.vue.d.ts +6 -6
- package/components/tabs/v4/index.d.ts +40 -90
- package/components/textArea/v3/TextArea.vue.d.ts +6 -6
- package/components/textArea/v3/index.d.ts +6 -6
- package/components/textArea/v4/TextAreaV4.vue.d.ts +8 -8
- package/components/textArea/v4/index.d.ts +23 -23
- package/components/toggle/v3/Toggle.vue.d.ts +6 -6
- package/components/toggle/v3/index.d.ts +6 -6
- package/components/toggle/v4/ToggleV4.vue.d.ts +9 -9
- package/components/toggle/v4/index.d.ts +96 -181
- package/components/tooltip/common/Tooltip.common.d.ts +1 -1
- package/components/tooltip/storybookComponents/CustomTooltip.vue.d.ts +3 -3
- package/components/tooltip/v3/TextWithTitleContent.vue.d.ts +4 -4
- package/components/tooltip/v3/Tooltip.vue.d.ts +5 -5
- package/components/tooltip/v3/index.d.ts +73 -140
- package/components/tooltip/v4/TextWithTitleContent.vue.d.ts +4 -4
- package/components/tooltip/v4/TooltipV4.vue.d.ts +7 -7
- package/components/tooltip/v4/index.d.ts +103 -188
- package/components/typography/Heading.vue.d.ts +4 -4
- package/components/typography/Text.vue.d.ts +4 -4
- package/components/typography/index.d.ts +55 -142
- package/components/typography/v4/Typography.vue.d.ts +4 -4
- package/components/typography/v4/index.d.ts +44 -98
- package/composables/useFormValidation.d.ts +4 -4
- package/design-foundation.stories/border-radius/BorderRadiusWrapper.vue.d.ts +1 -1
- package/design-foundation.stories/breakpoints/BreakpointsStoryWrapper.vue.d.ts +1 -1
- package/design-foundation.stories/colors/ColorsStoryWrapper.vue.d.ts +1 -1
- package/design-foundation.stories/elevations/ElevationStoryWrapper.vue.d.ts +1 -1
- package/design-foundation.stories/grid-layout/GridLayoutStoryWrapper.vue.d.ts +3 -3
- package/design-foundation.stories/spacing/SpacingStoryWrapper.vue.d.ts +1 -1
- package/design-foundation.stories/typography/TypographyStoryWrapper.vue.d.ts +1 -1
- package/index.d.ts +7865 -15843
- package/mocks/optionsWithIcons.d.ts +0 -1
- package/package.json +6 -9
- package/src/components/ThemeWrapper/ThemeWrapper.vue.js +8 -0
- package/src/components/ThemeWrapper/ThemeWrapper.vue2.js +22 -0
- package/src/components/alert/Alert.vue.js +7 -0
- package/src/components/alert/Alert.vue2.js +111 -0
- package/src/components/appHeader/AppHeader.vue.js +7 -0
- package/src/components/appHeader/AppHeader.vue2.js +86 -0
- package/src/components/appIcon/AppIcon.vue.js +7 -0
- package/src/components/appIcon/AppIcon.vue2.js +35 -0
- package/src/components/appTrigger/AppTrigger.vue.js +7 -0
- package/src/components/appTrigger/AppTrigger.vue2.js +124 -0
- package/src/components/autocomplete/Autocomplete.vue.js +7 -0
- package/src/components/autocomplete/Autocomplete.vue2.js +135 -0
- package/src/components/autocompleteDropdown/AutocompleteDropdown.vue.js +7 -0
- package/src/components/autocompleteDropdown/AutocompleteDropdown.vue2.js +120 -0
- package/src/components/autocompleteDropdown/AutocompleteInput.vue.js +7 -0
- package/src/components/autocompleteDropdown/AutocompleteInput.vue2.js +79 -0
- package/src/components/autocompleteDropdown/GroupOption.vue.js +7 -0
- package/src/components/autocompleteDropdown/GroupOption.vue2.js +35 -0
- package/src/components/banner/Banner.vue.js +7 -0
- package/src/components/banner/Banner.vue2.js +58 -0
- package/src/components/button/v3/Button.vue.js +7 -0
- package/src/components/button/v3/Button.vue2.js +59 -0
- package/src/components/button/v3/ButtonBase.vue.js +7 -0
- package/src/components/button/v3/ButtonBase.vue2.js +54 -0
- package/src/components/button/v3/IconButton.vue.js +7 -0
- package/src/components/button/v3/IconButton.vue2.js +45 -0
- package/src/components/button/v3/LoaderCircleIcon.vue.js +33 -0
- package/src/components/button/v3/LoaderDotsIcon.vue.js +16 -0
- package/src/components/button/v3/ScrollButton.vue.js +7 -0
- package/src/components/button/v3/ScrollButton.vue2.js +45 -0
- package/src/components/button/v4/ButtonGroup.vue.js +7 -0
- package/src/components/button/v4/ButtonGroup.vue2.js +19 -0
- package/src/components/button/v4/ButtonV4.vue.js +7 -0
- package/src/components/button/v4/ButtonV4.vue2.js +91 -0
- package/src/components/button/v4/IconButtonV4.vue.js +7 -0
- package/src/components/button/v4/IconButtonV4.vue2.js +46 -0
- package/src/components/button/v4/ToggleButtonGroupAB.vue.js +7 -0
- package/src/components/button/v4/ToggleButtonGroupAB.vue2.js +96 -0
- package/src/components/chart/Chart.vue.js +7 -0
- package/src/components/chart/Chart.vue2.js +174 -0
- package/src/components/chart/ChartHeader.vue.js +7 -0
- package/src/components/chart/ChartHeader.vue2.js +80 -0
- package/src/components/chart/ChartHeaderTrend.vue.js +7 -0
- package/src/components/chart/ChartHeaderTrend.vue2.js +96 -0
- package/src/components/chart/ChartLegend.vue.js +7 -0
- package/src/components/chart/ChartLegend.vue2.js +154 -0
- package/src/components/chart/ChartLoader.vue.js +7 -0
- package/src/components/chart/ChartLoader.vue2.js +15 -0
- package/src/components/chart/ChartPlane.vue.js +7 -0
- package/src/components/chart/ChartPlane.vue2.js +367 -0
- package/src/components/chart/ChartTooltip.vue.js +7 -0
- package/src/components/chart/ChartTooltip.vue2.js +97 -0
- package/src/components/chart/LegendSorting.vue.js +45 -0
- package/src/components/chart/SettingsHeader.vue.js +7 -0
- package/src/components/chart/SettingsHeader.vue2.js +66 -0
- package/src/components/chart/SubHeader.vue.js +7 -0
- package/src/components/chart/SubHeader.vue2.js +61 -0
- package/src/components/chart/TooltipHeader.vue.js +7 -0
- package/src/components/chart/TooltipHeader.vue2.js +69 -0
- package/src/components/checkbox/v3/Checkbox.vue.js +7 -0
- package/src/components/checkbox/v3/Checkbox.vue2.js +98 -0
- package/src/components/checkbox/v3/icons/checked.vue.js +27 -0
- package/src/components/checkbox/v3/icons/indeterminate.vue.js +28 -0
- package/src/components/checkbox/v3/icons/unchecked.vue.js +24 -0
- package/src/components/checkbox/v4/CheckboxV4.vue.js +7 -0
- package/src/components/checkbox/v4/CheckboxV4.vue2.js +111 -0
- package/src/components/checkbox/v4/icons/CheckedDisabledState.vue.js +45 -0
- package/src/components/checkbox/v4/icons/CheckedState.vue.js +42 -0
- package/src/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +40 -0
- package/src/components/checkbox/v4/icons/IndeterminateState.vue.js +44 -0
- package/src/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +30 -0
- package/src/components/checkbox/v4/icons/UncheckedState.vue.js +32 -0
- package/src/components/chip/v3/Chip.vue.js +7 -0
- package/src/components/chip/v3/Chip.vue2.js +58 -0
- package/src/components/chip/v4/ChipV4.vue.js +7 -0
- package/src/components/chip/v4/ChipV4.vue2.js +38 -0
- package/src/components/datePicker/v3/DatePicker.vue.js +7 -0
- package/src/components/datePicker/v3/DatePicker.vue2.js +69 -0
- package/src/components/datePicker/v3/DatePickerMonth.vue.js +7 -0
- package/src/components/datePicker/v3/DatePickerMonth.vue2.js +40 -0
- package/src/components/datePicker/v4/DatePickerMonthV4.vue.js +7 -0
- package/src/components/datePicker/v4/DatePickerMonthV4.vue2.js +40 -0
- package/src/components/datePicker/v4/DatePickerV4.vue.js +7 -0
- package/src/components/datePicker/v4/DatePickerV4.vue2.js +75 -0
- package/src/components/dateRange/common/DateRange.common.js +265 -0
- package/src/components/dateRange/common/DateServices.common.js +243 -0
- package/src/components/dateRange/v3/CalendarMonth.vue.js +7 -0
- package/src/components/dateRange/v3/CalendarMonth.vue2.js +147 -0
- package/src/components/dateRange/v3/DateRange.vue.js +7 -0
- package/src/components/dateRange/v3/DateRange.vue2.js +226 -0
- package/src/components/dateRange/v4/CalendarMonthV4.vue.js +7 -0
- package/src/components/dateRange/v4/CalendarMonthV4.vue2.js +134 -0
- package/src/components/dateRange/v4/DateRangeV4.vue.js +7 -0
- package/src/components/dateRange/v4/DateRangeV4.vue2.js +270 -0
- package/src/components/dialog/v3/Dialog.vue.js +7 -0
- package/src/components/dialog/v3/Dialog.vue2.js +136 -0
- package/src/components/dialog/v4/DialogV4.vue.js +7 -0
- package/src/components/dialog/v4/DialogV4.vue2.js +164 -0
- package/src/components/dropdown/common/Dropdown.common.js +396 -0
- package/src/components/dropdown/v3/Dropdown.vue.js +8 -0
- package/src/components/dropdown/v3/Dropdown.vue2.js +394 -0
- package/src/components/dropdown/v3/Label.vue.js +7 -0
- package/src/components/dropdown/v3/Label.vue2.js +36 -0
- package/src/components/dropdown/v3/Option.vue.js +7 -0
- package/src/components/dropdown/v3/Option.vue2.js +94 -0
- package/src/components/dropdown/v3/SearchInput.vue.js +7 -0
- package/src/components/dropdown/v3/SearchInput.vue2.js +82 -0
- package/src/components/dropdown/v4/AppDropdownTrigger.vue.js +7 -0
- package/src/components/dropdown/v4/AppDropdownTrigger.vue2.js +186 -0
- package/src/components/dropdown/v4/ButtonDropdownTrigger.vue.js +7 -0
- package/src/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +67 -0
- package/src/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +7 -0
- package/src/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +54 -0
- package/src/components/dropdown/v4/ChipDropdownTrigger.vue.js +7 -0
- package/src/components/dropdown/v4/ChipDropdownTrigger.vue2.js +126 -0
- package/src/components/dropdown/v4/ConditionalDropdown.vue.js +7 -0
- package/src/components/dropdown/v4/ConditionalDropdown.vue2.js +259 -0
- package/src/components/dropdown/v4/DefaultDropdownTrigger.vue.js +7 -0
- package/src/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +135 -0
- package/src/components/dropdown/v4/DropdownV4.vue.js +8 -0
- package/src/components/dropdown/v4/DropdownV4.vue2.js +560 -0
- package/src/components/dropdown/v4/GroupOption.vue.js +7 -0
- package/src/components/dropdown/v4/GroupOption.vue2.js +29 -0
- package/src/components/dropdown/v4/IconButtonDropdownTrigger.vue.js +7 -0
- package/src/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +23 -0
- package/src/components/dropdown/v4/OptionV4.vue.js +7 -0
- package/src/components/dropdown/v4/OptionV4.vue2.js +287 -0
- package/src/components/dropdown/v4/TreeDropdown.vue.js +7 -0
- package/src/components/dropdown/v4/TreeDropdown.vue2.js +267 -0
- package/src/components/emptyState/v3/EmptyState.vue.js +7 -0
- package/src/components/emptyState/v3/EmptyState.vue2.js +91 -0
- package/src/components/emptyState/v3/EmptyStateIcon.vue.js +35 -0
- package/src/components/emptyState/v4/EmptyStateV4.vue.js +7 -0
- package/src/components/emptyState/v4/EmptyStateV4.vue2.js +83 -0
- package/src/components/emptyState/v4/icons/IconError.vue.js +16 -0
- package/src/components/emptyState/v4/icons/IconFiles.vue.js +16 -0
- package/src/components/emptyState/v4/icons/IconNoAccess.vue.js +16 -0
- package/src/components/emptyState/v4/icons/IconNoData.vue.js +16 -0
- package/src/components/emptyState/v4/icons/IconNoResults.vue.js +16 -0
- package/src/components/emptyState/v4/icons/IconSettings.vue.js +16 -0
- package/src/components/filterDropdown/AddFilterButton.vue.js +7 -0
- package/src/components/filterDropdown/AddFilterButton.vue2.js +50 -0
- package/src/components/filterDropdown/FilterDropdown.vue.js +7 -0
- package/src/components/filterDropdown/FilterDropdown.vue2.js +56 -0
- package/src/components/filtersPanel/v3/FilterSearchInput.vue.js +7 -0
- package/src/components/filtersPanel/v3/FilterSearchInput.vue2.js +45 -0
- package/src/components/filtersPanel/v3/FiltersPanel.vue.js +7 -0
- package/src/components/filtersPanel/v3/FiltersPanel.vue2.js +40 -0
- package/src/components/filtersPanel/v4/FiltersPanelV4.vue.js +7 -0
- package/src/components/filtersPanel/v4/FiltersPanelV4.vue2.js +22 -0
- package/src/components/floatingToolbar/FloatingToolbar.vue.js +7 -0
- package/src/components/floatingToolbar/FloatingToolbar.vue2.js +70 -0
- package/src/components/forms/CardPanel.vue.js +7 -0
- package/src/components/forms/CardPanel.vue2.js +37 -0
- package/src/components/forms/FormCard.vue.js +7 -0
- package/src/components/forms/FormCard.vue2.js +103 -0
- package/src/components/forms/FormField.vue.js +7 -0
- package/src/components/forms/FormField.vue2.js +17 -0
- package/src/components/forms/FormRow.vue.js +7 -0
- package/src/components/forms/FormRow.vue2.js +45 -0
- package/src/components/icon/v3/Icon.vue.js +7 -0
- package/src/components/icon/v3/Icon.vue2.js +37 -0
- package/src/components/icon/v3/icons/A.vue.js +24 -0
- package/src/components/icon/v3/icons/A2.vue.js +18 -0
- package/src/components/icon/v3/icons/ABTest.vue.js +20 -0
- package/src/components/icon/v3/icons/ABTest2.vue.js +15 -0
- package/src/components/icon/v3/icons/ACircle.vue.js +20 -0
- package/src/components/icon/v3/icons/AccountBalanceWallet.vue.js +22 -0
- package/src/components/icon/v3/icons/AccountCircle.vue.js +20 -0
- package/src/components/icon/v3/icons/AccountCircleOutline.vue.js +18 -0
- package/src/components/icon/v3/icons/Add.vue.js +18 -0
- package/src/components/icon/v3/icons/Adjust.vue.js +43 -0
- package/src/components/icon/v3/icons/Analytics.vue.js +18 -0
- package/src/components/icon/v3/icons/Android.vue.js +20 -0
- package/src/components/icon/v3/icons/AngleDown.vue.js +20 -0
- package/src/components/icon/v3/icons/AngleLeft.vue.js +20 -0
- package/src/components/icon/v3/icons/AngleRight.vue.js +20 -0
- package/src/components/icon/v3/icons/AngleUp.vue.js +20 -0
- package/src/components/icon/v3/icons/AppStore.vue.js +21 -0
- package/src/components/icon/v3/icons/AreaChart.vue.js +18 -0
- package/src/components/icon/v3/icons/ArrowBack.vue.js +18 -0
- package/src/components/icon/v3/icons/ArrowDownward.vue.js +18 -0
- package/src/components/icon/v3/icons/ArrowForward.vue.js +18 -0
- package/src/components/icon/v3/icons/ArrowLeft.vue.js +18 -0
- package/src/components/icon/v3/icons/ArrowRight.vue.js +18 -0
- package/src/components/icon/v3/icons/ArrowSort-Down.vue.js +20 -0
- package/src/components/icon/v3/icons/ArrowSort-Up.vue.js +20 -0
- package/src/components/icon/v3/icons/ArrowUpward.vue.js +18 -0
- package/src/components/icon/v3/icons/AutoAwesome.vue.js +18 -0
- package/src/components/icon/v3/icons/AutoMode.vue.js +20 -0
- package/src/components/icon/v3/icons/Autorenew.vue.js +18 -0
- package/src/components/icon/v3/icons/B.vue.js +24 -0
- package/src/components/icon/v3/icons/B2.vue.js +18 -0
- package/src/components/icon/v3/icons/BCircle.vue.js +20 -0
- package/src/components/icon/v3/icons/Banner.vue.js +24 -0
- package/src/components/icon/v3/icons/Bidding.vue.js +32 -0
- package/src/components/icon/v3/icons/Bidding2.vue.js +32 -0
- package/src/components/icon/v3/icons/Block.vue.js +18 -0
- package/src/components/icon/v3/icons/BorderColor.vue.js +20 -0
- package/src/components/icon/v3/icons/Bug.vue.js +20 -0
- package/src/components/icon/v3/icons/Bullhorn.vue.js +18 -0
- package/src/components/icon/v3/icons/BullseyeArrow.vue.js +23 -0
- package/src/components/icon/v3/icons/Cached.vue.js +18 -0
- package/src/components/icon/v3/icons/Calendar.vue.js +23 -0
- package/src/components/icon/v3/icons/CalendarToday.vue.js +18 -0
- package/src/components/icon/v3/icons/Cancel.vue.js +20 -0
- package/src/components/icon/v3/icons/ChartBar.vue.js +20 -0
- package/src/components/icon/v3/icons/ChartLine.vue.js +20 -0
- package/src/components/icon/v3/icons/ChartMixed.vue.js +20 -0
- package/src/components/icon/v3/icons/Check.vue.js +18 -0
- package/src/components/icon/v3/icons/Check2.vue.js +21 -0
- package/src/components/icon/v3/icons/CheckBold.vue.js +20 -0
- package/src/components/icon/v3/icons/CheckCircle.vue.js +21 -0
- package/src/components/icon/v3/icons/Close.vue.js +18 -0
- package/src/components/icon/v3/icons/CloseBold.vue.js +18 -0
- package/src/components/icon/v3/icons/ComputerMouse.vue.js +23 -0
- package/src/components/icon/v3/icons/CopyTo-Clipboard.vue.js +20 -0
- package/src/components/icon/v3/icons/CopyToClipboardFilled.vue.js +18 -0
- package/src/components/icon/v3/icons/Create.vue.js +20 -0
- package/src/components/icon/v3/icons/Creative.vue.js +20 -0
- package/src/components/icon/v3/icons/Cross.vue.js +20 -0
- package/src/components/icon/v3/icons/CrownFill.vue.js +18 -0
- package/src/components/icon/v3/icons/Cube.vue.js +21 -0
- package/src/components/icon/v3/icons/CubeBackground.vue.js +27 -0
- package/src/components/icon/v3/icons/Cup.vue.js +18 -0
- package/src/components/icon/v3/icons/CupA.vue.js +15 -0
- package/src/components/icon/v3/icons/CupB.vue.js +15 -0
- package/src/components/icon/v3/icons/Delete.vue.js +20 -0
- package/src/components/icon/v3/icons/Diamond.vue.js +18 -0
- package/src/components/icon/v3/icons/Dots.vue.js +20 -0
- package/src/components/icon/v3/icons/Download.vue.js +20 -0
- package/src/components/icon/v3/icons/Download2.vue.js +23 -0
- package/src/components/icon/v3/icons/DownloadDone.vue.js +20 -0
- package/src/components/icon/v3/icons/DragIndicator.vue.js +18 -0
- package/src/components/icon/v3/icons/Duplicate.vue.js +19 -0
- package/src/components/icon/v3/icons/Ecpi.vue.js +31 -0
- package/src/components/icon/v3/icons/Email.vue.js +20 -0
- package/src/components/icon/v3/icons/EmailEnvelope.vue.js +18 -0
- package/src/components/icon/v3/icons/Error.vue.js +20 -0
- package/src/components/icon/v3/icons/Eye.vue.js +22 -0
- package/src/components/icon/v3/icons/Eye2.vue.js +19 -0
- package/src/components/icon/v3/icons/EyeSlash.vue.js +21 -0
- package/src/components/icon/v3/icons/FavoriteBorder.vue.js +20 -0
- package/src/components/icon/v3/icons/Filter.vue.js +20 -0
- package/src/components/icon/v3/icons/FilterList.vue.js +18 -0
- package/src/components/icon/v3/icons/FiltersSearch.vue.js +41 -0
- package/src/components/icon/v3/icons/Frame.vue.js +20 -0
- package/src/components/icon/v3/icons/Fullscreen.vue.js +20 -0
- package/src/components/icon/v3/icons/FullscreenExit.vue.js +20 -0
- package/src/components/icon/v3/icons/Functions.vue.js +18 -0
- package/src/components/icon/v3/icons/GamepadAlt.vue.js +20 -0
- package/src/components/icon/v3/icons/Games.vue.js +20 -0
- package/src/components/icon/v3/icons/Gavel.vue.js +20 -0
- package/src/components/icon/v3/icons/Gift.vue.js +20 -0
- package/src/components/icon/v3/icons/GitHub.vue.js +20 -0
- package/src/components/icon/v3/icons/GlobeStand.vue.js +20 -0
- package/src/components/icon/v3/icons/GooglePlay.vue.js +18 -0
- package/src/components/icon/v3/icons/Group.vue.js +20 -0
- package/src/components/icon/v3/icons/Hammer.vue.js +20 -0
- package/src/components/icon/v3/icons/HandPointer.vue.js +22 -0
- package/src/components/icon/v3/icons/Hands.vue.js +20 -0
- package/src/components/icon/v3/icons/Heartbeat.vue.js +20 -0
- package/src/components/icon/v3/icons/Help.vue.js +20 -0
- package/src/components/icon/v3/icons/HelpOutline.vue.js +20 -0
- package/src/components/icon/v3/icons/History.vue.js +18 -0
- package/src/components/icon/v3/icons/IOS.vue.js +20 -0
- package/src/components/icon/v3/icons/Image.vue.js +18 -0
- package/src/components/icon/v3/icons/ImageNotSupported.vue.js +23 -0
- package/src/components/icon/v3/icons/ImageSlash.vue.js +18 -0
- package/src/components/icon/v3/icons/ImportExport.vue.js +18 -0
- package/src/components/icon/v3/icons/ImportExport2.vue.js +18 -0
- package/src/components/icon/v3/icons/Importent.vue.js +20 -0
- package/src/components/icon/v3/icons/Info.vue.js +20 -0
- package/src/components/icon/v3/icons/Info2.vue.js +21 -0
- package/src/components/icon/v3/icons/InfoOutline.vue.js +20 -0
- package/src/components/icon/v3/icons/Insights.vue.js +20 -0
- package/src/components/icon/v3/icons/Interstitial.vue.js +24 -0
- package/src/components/icon/v3/icons/Ios14.vue.js +20 -0
- package/src/components/icon/v3/icons/Js.vue.js +20 -0
- package/src/components/icon/v3/icons/Landscape.vue.js +18 -0
- package/src/components/icon/v3/icons/Launch.vue.js +18 -0
- package/src/components/icon/v3/icons/Levelplay.vue.js +32 -0
- package/src/components/icon/v3/icons/LimitCircle.vue.js +23 -0
- package/src/components/icon/v3/icons/LimitOctagon.vue.js +23 -0
- package/src/components/icon/v3/icons/Link.vue.js +18 -0
- package/src/components/icon/v3/icons/LoadingClean.vue.js +18 -0
- package/src/components/icon/v3/icons/Lock.vue.js +18 -0
- package/src/components/icon/v3/icons/LockOpen.vue.js +18 -0
- package/src/components/icon/v3/icons/Login.vue.js +18 -0
- package/src/components/icon/v3/icons/Logout.vue.js +18 -0
- package/src/components/icon/v3/icons/Marketing.vue.js +23 -0
- package/src/components/icon/v3/icons/MilitaryTech.vue.js +18 -0
- package/src/components/icon/v3/icons/Mix.vue.js +20 -0
- package/src/components/icon/v3/icons/Mix2.vue.js +24 -0
- package/src/components/icon/v3/icons/MobileLandscape.vue.js +20 -0
- package/src/components/icon/v3/icons/MobilePortrait.vue.js +20 -0
- package/src/components/icon/v3/icons/MoneyCheck.vue.js +22 -0
- package/src/components/icon/v3/icons/MoreHoriz.vue.js +20 -0
- package/src/components/icon/v3/icons/MoreVert.vue.js +20 -0
- package/src/components/icon/v3/icons/Mouse.vue.js +20 -0
- package/src/components/icon/v3/icons/MousePointer.vue.js +20 -0
- package/src/components/icon/v3/icons/MovingUp.vue.js +18 -0
- package/src/components/icon/v3/icons/NativeAd.vue.js +15 -0
- package/src/components/icon/v3/icons/NotificationsNone.vue.js +20 -0
- package/src/components/icon/v3/icons/Offerwall.vue.js +24 -0
- package/src/components/icon/v3/icons/Palyable.vue.js +18 -0
- package/src/components/icon/v3/icons/PaperPlane-Off.vue.js +20 -0
- package/src/components/icon/v3/icons/PaperPlane.vue.js +20 -0
- package/src/components/icon/v3/icons/Pause.vue.js +20 -0
- package/src/components/icon/v3/icons/PauseCircleFilled.vue.js +20 -0
- package/src/components/icon/v3/icons/PauseCircleOutline.vue.js +20 -0
- package/src/components/icon/v3/icons/PhoneIphone.vue.js +18 -0
- package/src/components/icon/v3/icons/Photo.vue.js +23 -0
- package/src/components/icon/v3/icons/Photo2.vue.js +20 -0
- package/src/components/icon/v3/icons/PlayArrow.vue.js +18 -0
- package/src/components/icon/v3/icons/PlayCircleFilledWhite.vue.js +20 -0
- package/src/components/icon/v3/icons/PlayCircleOutline.vue.js +20 -0
- package/src/components/icon/v3/icons/Qrcode.vue.js +20 -0
- package/src/components/icon/v3/icons/Question.vue.js +21 -0
- package/src/components/icon/v3/icons/QuickAB.vue.js +15 -0
- package/src/components/icon/v3/icons/QuickAB2.vue.js +15 -0
- package/src/components/icon/v3/icons/React.vue.js +20 -0
- package/src/components/icon/v3/icons/Redo.vue.js +18 -0
- package/src/components/icon/v3/icons/Refresh.vue.js +18 -0
- package/src/components/icon/v3/icons/Remove.vue.js +18 -0
- package/src/components/icon/v3/icons/Replay.vue.js +18 -0
- package/src/components/icon/v3/icons/RewardedVideo.vue.js +24 -0
- package/src/components/icon/v3/icons/RocketLaunch.vue.js +18 -0
- package/src/components/icon/v3/icons/Rotate.vue.js +20 -0
- package/src/components/icon/v3/icons/Route.vue.js +20 -0
- package/src/components/icon/v3/icons/SackDollar.vue.js +23 -0
- package/src/components/icon/v3/icons/Schedule.vue.js +18 -0
- package/src/components/icon/v3/icons/Search.vue.js +18 -0
- package/src/components/icon/v3/icons/SearchBold.vue.js +20 -0
- package/src/components/icon/v3/icons/Share.vue.js +18 -0
- package/src/components/icon/v3/icons/Slack.vue.js +18 -0
- package/src/components/icon/v3/icons/SportsEsports.vue.js +18 -0
- package/src/components/icon/v3/icons/Star.vue.js +20 -0
- package/src/components/icon/v3/icons/StarFill.vue.js +20 -0
- package/src/components/icon/v3/icons/StatusBanner.vue.js +26 -0
- package/src/components/icon/v3/icons/StatusInterstitial.vue.js +26 -0
- package/src/components/icon/v3/icons/StatusNativeAd.vue.js +15 -0
- package/src/components/icon/v3/icons/StatusOfferwall.vue.js +26 -0
- package/src/components/icon/v3/icons/StatusRewardedVideo.vue.js +26 -0
- package/src/components/icon/v3/icons/StopCircleFilled.vue.js +18 -0
- package/src/components/icon/v3/icons/StopCircleOutline.vue.js +18 -0
- package/src/components/icon/v3/icons/Style.vue.js +22 -0
- package/src/components/icon/v3/icons/Success.vue.js +20 -0
- package/src/components/icon/v3/icons/SuccessFull.vue.js +20 -0
- package/src/components/icon/v3/icons/Switch.vue.js +20 -0
- package/src/components/icon/v3/icons/TableEdit.vue.js +18 -0
- package/src/components/icon/v3/icons/TabletLandscape.vue.js +20 -0
- package/src/components/icon/v3/icons/TabletMac.vue.js +18 -0
- package/src/components/icon/v3/icons/TabletPortrait.vue.js +20 -0
- package/src/components/icon/v3/icons/Texture.vue.js +20 -0
- package/src/components/icon/v3/icons/ThemeDark.vue.js +18 -0
- package/src/components/icon/v3/icons/ThemeLight.vue.js +18 -0
- package/src/components/icon/v3/icons/Timelapse.vue.js +18 -0
- package/src/components/icon/v3/icons/Timeline.vue.js +18 -0
- package/src/components/icon/v3/icons/TrendingDown.vue.js +18 -0
- package/src/components/icon/v3/icons/TrendingFlat.vue.js +18 -0
- package/src/components/icon/v3/icons/TrendingUp.vue.js +18 -0
- package/src/components/icon/v3/icons/Tune.vue.js +20 -0
- package/src/components/icon/v3/icons/TwoToneBanner.vue.js +28 -0
- package/src/components/icon/v3/icons/TwoToneInterstitial.vue.js +28 -0
- package/src/components/icon/v3/icons/TwoToneNativeAd.vue.js +15 -0
- package/src/components/icon/v3/icons/TwoToneOfferwall.vue.js +24 -0
- package/src/components/icon/v3/icons/TwoToneRewardedVideo.vue.js +30 -0
- package/src/components/icon/v3/icons/Undo.vue.js +18 -0
- package/src/components/icon/v3/icons/UnfoldLess.vue.js +20 -0
- package/src/components/icon/v3/icons/UnfoldMore.vue.js +20 -0
- package/src/components/icon/v3/icons/VerticalAlignTop.vue.js +18 -0
- package/src/components/icon/v3/icons/VerticalAlignTop2.vue.js +18 -0
- package/src/components/icon/v3/icons/Vibration.vue.js +20 -0
- package/src/components/icon/v3/icons/VideoRound.vue.js +20 -0
- package/src/components/icon/v3/icons/ViewCarousel.vue.js +18 -0
- package/src/components/icon/v3/icons/Visibility.vue.js +18 -0
- package/src/components/icon/v3/icons/VisibilityOff.vue.js +18 -0
- package/src/components/icon/v3/icons/VisibilityOffStrok.vue.js +18 -0
- package/src/components/icon/v3/icons/VisibilityStrok.vue.js +18 -0
- package/src/components/icon/v3/icons/VolumeOff.vue.js +20 -0
- package/src/components/icon/v3/icons/VolumeUp.vue.js +20 -0
- package/src/components/icon/v3/icons/Warning.vue.js +18 -0
- package/src/components/icon/v3/icons/Warning2.vue.js +20 -0
- package/src/components/icon/v3/icons/Warning3.vue.js +21 -0
- package/src/components/icon/v3/icons/WarningCircle.vue.js +21 -0
- package/src/components/icon/v3/icons/WarningOctagon.vue.js +21 -0
- package/src/components/icon/v3/icons/WebApp.vue.js +18 -0
- package/src/components/icon/v3/icons/Widget.vue.js +22 -0
- package/src/components/icon/v3/icons/Widgets.vue.js +18 -0
- package/src/components/icon/v3/icons/WidgetsFill.vue.js +18 -0
- package/src/components/icon/v3/icons/WidgetsFlatSquares.vue.js +49 -0
- package/src/components/icon/v3/icons/Widgetsz.vue.js +25 -0
- package/src/components/icon/v3/icons/WifiProtectedSetup.vue.js +20 -0
- package/src/components/icon/v4/IconFlag.vue.js +7 -0
- package/src/components/icon/v4/IconFlag.vue2.js +32 -0
- package/src/components/icon/v4/IconV4.vue.js +7 -0
- package/src/components/icon/v4/IconV4.vue2.js +70 -0
- package/src/components/includeExclude/IncludeExclude.vue.js +7 -0
- package/src/components/includeExclude/IncludeExclude.vue2.js +432 -0
- package/src/components/includeExclude/IncludeExcludeAppHeader.vue.js +7 -0
- package/src/components/includeExclude/IncludeExcludeAppHeader.vue2.js +116 -0
- package/src/components/includeExclude/IncludeExcludeAppTrigger.vue.js +7 -0
- package/src/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +109 -0
- package/src/components/includeExclude/IncludeExcludeChipFilter.vue.js +7 -0
- package/src/components/includeExclude/IncludeExcludeChipFilter.vue2.js +149 -0
- package/src/components/includeExclude/IncludeExcludeDragDrop.vue.js +7 -0
- package/src/components/includeExclude/IncludeExcludeDragDrop.vue2.js +467 -0
- package/src/components/includeExclude/IncludeExcludeOption.vue.js +7 -0
- package/src/components/includeExclude/IncludeExcludeOption.vue2.js +115 -0
- package/src/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +7 -0
- package/src/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +106 -0
- package/src/components/inlineCopy/InlineCopy.vue.js +7 -0
- package/src/components/inlineCopy/InlineCopy.vue2.js +74 -0
- package/src/components/input/v3/DollarInput.vue.js +7 -0
- package/src/components/input/v3/DollarInput.vue2.js +32 -0
- package/src/components/input/v3/Input.vue.js +7 -0
- package/src/components/input/v3/Input.vue2.js +211 -0
- package/src/components/input/v3/PasswordInput.vue.js +7 -0
- package/src/components/input/v3/PasswordInput.vue2.js +34 -0
- package/src/components/input/v3/PercentageInput.vue.js +7 -0
- package/src/components/input/v3/PercentageInput.vue2.js +32 -0
- package/src/components/input/v4/TextField.vue.js +7 -0
- package/src/components/input/v4/TextField.vue2.js +241 -0
- package/src/components/layout/FoldableSection.vue.js +7 -0
- package/src/components/layout/FoldableSection.vue2.js +61 -0
- package/src/components/loader/v4/Loader.vue.js +7 -0
- package/src/components/loader/v4/Loader.vue2.js +48 -0
- package/src/components/menu/Menu.vue.js +8 -0
- package/src/components/menu/Menu.vue2.js +62 -0
- package/src/components/menuItem/MenuItem.vue.js +7 -0
- package/src/components/menuItem/MenuItem.vue2.js +23 -0
- package/src/components/multibar/MultiBar.vue.js +7 -0
- package/src/components/multibar/MultiBar.vue2.js +105 -0
- package/src/components/multibar/MultiBarMenu.vue.js +7 -0
- package/src/components/multibar/MultiBarMenu.vue2.js +61 -0
- package/src/components/popover/v3/Popover.vue.js +8 -0
- package/src/components/popover/v3/Popover.vue2.js +38 -0
- package/src/components/popover/v4/PopoverV4.vue.js +8 -0
- package/src/components/popover/v4/PopoverV4.vue2.js +73 -0
- package/src/components/radioButton/v3/RadioButton.vue.js +7 -0
- package/src/components/radioButton/v3/RadioButton.vue2.js +79 -0
- package/src/components/radioButton/v3/RadioGroup.vue.js +7 -0
- package/src/components/radioButton/v3/RadioGroup.vue2.js +29 -0
- package/src/components/radioButton/v4/RadioButtonV4.vue.js +7 -0
- package/src/components/radioButton/v4/RadioButtonV4.vue2.js +80 -0
- package/src/components/radioButton/v4/RadioGroupV4.vue.js +7 -0
- package/src/components/radioButton/v4/RadioGroupV4.vue2.js +29 -0
- package/src/components/search/v3/Search.vue.js +7 -0
- package/src/components/search/v3/Search.vue2.js +62 -0
- package/src/components/search/v4/SearchV4.vue.js +7 -0
- package/src/components/search/v4/SearchV4.vue2.js +59 -0
- package/src/components/shared/FieldHelpText.vue.js +7 -0
- package/src/components/shared/FieldHelpText.vue2.js +43 -0
- package/src/components/shared/FieldLabel.vue.js +7 -0
- package/src/components/shared/FieldLabel.vue2.js +92 -0
- package/src/components/shared/FieldMaxLength.vue.js +7 -0
- package/src/components/shared/FieldMaxLength.vue2.js +24 -0
- package/src/components/skeleton/v3/Skeleton.vue.js +7 -0
- package/src/components/skeleton/v3/Skeleton.vue2.js +18 -0
- package/src/components/skeleton/v4/SkeletonV4.vue.js +7 -0
- package/src/components/skeleton/v4/SkeletonV4.vue2.js +22 -0
- package/src/components/snackbar/v3/Snackbar.vue.js +7 -0
- package/src/components/snackbar/v3/Snackbar.vue2.js +129 -0
- package/src/components/snackbar/v4/SnackbarV4.vue.js +7 -0
- package/src/components/snackbar/v4/SnackbarV4.vue2.js +144 -0
- package/src/components/sortableList/SortableItem.vue.js +7 -0
- package/src/components/sortableList/SortableItem.vue2.js +155 -0
- package/src/components/sortableList/SortableItemLabel.vue.js +7 -0
- package/src/components/sortableList/SortableItemLabel.vue2.js +57 -0
- package/src/components/sortableList/SortableList.vue.js +7 -0
- package/src/components/sortableList/SortableList.vue2.js +178 -0
- package/src/components/statusDot/StatusDot.vue.js +7 -0
- package/src/components/statusDot/StatusDot.vue2.js +15 -0
- package/src/components/switch/v3/Switch.vue.js +7 -0
- package/src/components/switch/v3/Switch.vue2.js +69 -0
- package/src/components/switch/v4/SwitchV4.vue.js +7 -0
- package/src/components/switch/v4/SwitchV4.vue2.js +59 -0
- package/src/components/table/v3/SortOrderIcon.vue.js +21 -0
- package/src/components/table/v3/Table.vue.js +7 -0
- package/src/components/table/v3/Table.vue2.js +247 -0
- package/src/components/table/v3/TableHeaderSorter.vue.js +7 -0
- package/src/components/table/v3/TableHeaderSorter.vue2.js +23 -0
- package/src/components/table/v4/DataGrid.vue.js +7 -0
- package/src/components/table/v4/DataGrid.vue2.js +426 -0
- package/src/components/table/v4/DataGridMenu.vue.js +7 -0
- package/src/components/table/v4/DataGridMenu.vue2.js +66 -0
- package/src/components/table/v4/DataGridRowsCounter.vue.js +7 -0
- package/src/components/table/v4/DataGridRowsCounter.vue2.js +53 -0
- package/src/components/table/v4/ExpandRowToggle.vue.js +7 -0
- package/src/components/table/v4/ExpandRowToggle.vue2.js +27 -0
- package/src/components/table/v4/HelpIcon.vue.js +7 -0
- package/src/components/table/v4/HelpIcon.vue2.js +33 -0
- package/src/components/table/v4/MultipleDataGrid.vue.js +7 -0
- package/src/components/table/v4/MultipleDataGrid.vue2.js +180 -0
- package/src/components/table/v4/SortIcon.vue.js +7 -0
- package/src/components/table/v4/SortIcon.vue2.js +25 -0
- package/src/components/table-cells/v3/Editable.vue.js +7 -0
- package/src/components/table-cells/v3/Editable.vue2.js +43 -0
- package/src/components/table-cells/v4/EditableV4.vue.js +7 -0
- package/src/components/table-cells/v4/EditableV4.vue2.js +57 -0
- package/src/components/tabs/v3/Tabs.vue.js +7 -0
- package/src/components/tabs/v3/Tabs.vue2.js +84 -0
- package/src/components/tabs/v4/TabsV4.vue.js +7 -0
- package/src/components/tabs/v4/TabsV4.vue2.js +71 -0
- package/src/components/textArea/v3/TextArea.vue.js +7 -0
- package/src/components/textArea/v3/TextArea.vue2.js +65 -0
- package/src/components/textArea/v4/TextAreaV4.vue.js +7 -0
- package/src/components/textArea/v4/TextAreaV4.vue2.js +80 -0
- package/src/components/toggle/v3/Toggle.vue.js +7 -0
- package/src/components/toggle/v3/Toggle.vue2.js +94 -0
- package/src/components/toggle/v4/ToggleV4.vue.js +7 -0
- package/src/components/toggle/v4/ToggleV4.vue2.js +96 -0
- package/src/components/tooltip/v3/TextWithTitleContent.vue.js +7 -0
- package/src/components/tooltip/v3/TextWithTitleContent.vue2.js +46 -0
- package/src/components/tooltip/v3/Tooltip.vue.js +8 -0
- package/src/components/tooltip/v3/Tooltip.vue2.js +87 -0
- package/src/components/tooltip/v4/TextWithTitleContent.vue.js +7 -0
- package/src/components/tooltip/v4/TextWithTitleContent.vue2.js +36 -0
- package/src/components/tooltip/v4/TooltipV4.vue.js +8 -0
- package/src/components/tooltip/v4/TooltipV4.vue2.js +73 -0
- package/src/components/typography/Heading.vue.js +7 -0
- package/src/components/typography/Heading.vue2.js +25 -0
- package/src/components/typography/Text.vue.js +7 -0
- package/src/components/typography/Text.vue2.js +23 -0
- package/src/components/typography/v4/Typography.vue.js +7 -0
- package/src/components/typography/v4/Typography.vue2.js +91 -0
- package/src/index.js +219 -0
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css +0 -1
- package/Banner.vue_vue_type_style_index_0_scoped_a293c6d0_lang.css +0 -1
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_adb49e50_lang.css +0 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css +0 -1
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_acd3440c_lang.css +0 -1
- package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_b0d3ea50_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_e8f25a03_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_af520313_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_6103d8bd_lang.css +0 -1
- package/ChartPlane.vue_vue_type_style_index_0_scoped_4f67d41d_lang.css +0 -1
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_f5204c04_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_b21a79b1_lang.css +0 -1
- package/Dialog.vue_vue_type_style_index_0_scoped_eeac406b_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_lang.css +0 -1
- package/DollarInput.vue_vue_type_style_index_0_scoped_9ef40daf_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_934163c0_lang.css +0 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_cc2adbf5_lang.css +0 -1
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_bd6145ce_lang.css +0 -1
- package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_91bc7787_lang.css +0 -1
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_a91fcaa5_lang.css +0 -1
- package/Option.vue_vue_type_style_index_0_scoped_3d6ce2fc_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_0287cebf_lang.css +0 -1
- package/PasswordInput.vue_vue_type_style_index_0_scoped_243f3e16_lang.css +0 -1
- package/PercentageInput.vue_vue_type_style_index_0_scoped_08a15760_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +0 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css +0 -1
- package/components/ThemeWrapper/ThemeWrapper.vue.js +0 -8
- package/components/ThemeWrapper/ThemeWrapper.vue2.js +0 -22
- package/components/alert/Alert.vue.js +0 -7
- package/components/alert/Alert.vue2.js +0 -111
- package/components/appHeader/AppHeader.vue.js +0 -7
- package/components/appHeader/AppHeader.vue2.js +0 -86
- package/components/appIcon/AppIcon.vue.js +0 -7
- package/components/appIcon/AppIcon.vue2.js +0 -35
- package/components/appTrigger/AppTrigger.vue.js +0 -7
- package/components/appTrigger/AppTrigger.vue2.js +0 -124
- package/components/autocomplete/Autocomplete.vue.js +0 -7
- package/components/autocomplete/Autocomplete.vue2.js +0 -135
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +0 -7
- package/components/autocompleteDropdown/AutocompleteDropdown.vue2.js +0 -120
- package/components/autocompleteDropdown/AutocompleteInput.vue.js +0 -7
- package/components/autocompleteDropdown/AutocompleteInput.vue2.js +0 -79
- package/components/autocompleteDropdown/GroupOption.vue.js +0 -7
- package/components/autocompleteDropdown/GroupOption.vue2.js +0 -35
- package/components/banner/Banner.vue.js +0 -7
- package/components/banner/Banner.vue2.js +0 -58
- package/components/button/v3/Button.vue.js +0 -7
- package/components/button/v3/Button.vue2.js +0 -59
- package/components/button/v3/ButtonBase.vue.js +0 -7
- package/components/button/v3/ButtonBase.vue2.js +0 -54
- package/components/button/v3/IconButton.vue.js +0 -7
- package/components/button/v3/IconButton.vue2.js +0 -45
- package/components/button/v3/LoaderCircleIcon.vue.js +0 -33
- package/components/button/v3/LoaderCircleIcon.vue2.js +0 -0
- package/components/button/v3/LoaderDotsIcon.vue.js +0 -16
- package/components/button/v3/LoaderDotsIcon.vue2.js +0 -0
- package/components/button/v3/ScrollButton.vue.js +0 -7
- package/components/button/v3/ScrollButton.vue2.js +0 -45
- package/components/button/v4/ButtonGroup.vue.js +0 -7
- package/components/button/v4/ButtonGroup.vue2.js +0 -19
- package/components/button/v4/ButtonV4.vue.js +0 -7
- package/components/button/v4/ButtonV4.vue2.js +0 -92
- package/components/button/v4/IconButtonV4.vue.js +0 -7
- package/components/button/v4/IconButtonV4.vue2.js +0 -46
- package/components/button/v4/ToggleButtonGroupAB.vue.js +0 -7
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +0 -96
- package/components/chart/Chart.vue.js +0 -7
- package/components/chart/Chart.vue2.js +0 -175
- package/components/chart/ChartHeader.vue.js +0 -7
- package/components/chart/ChartHeader.vue2.js +0 -88
- package/components/chart/ChartHeaderTrend.vue.js +0 -7
- package/components/chart/ChartHeaderTrend.vue2.js +0 -96
- package/components/chart/ChartLegend.vue.js +0 -7
- package/components/chart/ChartLegend.vue2.js +0 -151
- package/components/chart/ChartLoader.vue.js +0 -7
- package/components/chart/ChartLoader.vue2.js +0 -15
- package/components/chart/ChartPlane.vue.js +0 -7
- package/components/chart/ChartPlane.vue2.js +0 -370
- package/components/chart/ChartTooltip.vue.js +0 -7
- package/components/chart/ChartTooltip.vue2.js +0 -97
- package/components/chart/LegendSorting.vue.js +0 -45
- package/components/chart/SettingsHeader.vue.js +0 -7
- package/components/chart/SettingsHeader.vue2.js +0 -66
- package/components/chart/SubHeader.vue.js +0 -7
- package/components/chart/SubHeader.vue2.js +0 -61
- package/components/chart/TooltipHeader.vue.js +0 -7
- package/components/chart/TooltipHeader.vue2.js +0 -69
- package/components/checkbox/v3/Checkbox.vue.js +0 -7
- package/components/checkbox/v3/Checkbox.vue2.js +0 -99
- package/components/checkbox/v3/icons/checked.vue.js +0 -27
- package/components/checkbox/v3/icons/indeterminate.vue.js +0 -28
- package/components/checkbox/v3/icons/unchecked.vue.js +0 -24
- package/components/checkbox/v4/CheckboxV4.vue.js +0 -7
- package/components/checkbox/v4/CheckboxV4.vue2.js +0 -111
- package/components/checkbox/v4/icons/CheckedDisabledState.vue.js +0 -45
- package/components/checkbox/v4/icons/CheckedState.vue.js +0 -42
- package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +0 -40
- package/components/checkbox/v4/icons/IndeterminateState.vue.js +0 -44
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +0 -30
- package/components/checkbox/v4/icons/UncheckedState.vue.js +0 -32
- package/components/chip/v3/Chip.vue.js +0 -7
- package/components/chip/v3/Chip.vue2.js +0 -58
- package/components/chip/v4/ChipV4.vue.js +0 -7
- package/components/chip/v4/ChipV4.vue2.js +0 -38
- package/components/datePicker/v3/DatePicker.vue.js +0 -7
- package/components/datePicker/v3/DatePicker.vue2.js +0 -69
- package/components/datePicker/v3/DatePickerMonth.vue.js +0 -7
- package/components/datePicker/v3/DatePickerMonth.vue2.js +0 -40
- package/components/datePicker/v4/DatePickerMonthV4.vue.js +0 -7
- package/components/datePicker/v4/DatePickerMonthV4.vue2.js +0 -40
- package/components/datePicker/v4/DatePickerV4.vue.js +0 -7
- package/components/datePicker/v4/DatePickerV4.vue2.js +0 -75
- package/components/dateRange/common/DateRange.common.js +0 -271
- package/components/dateRange/common/DateServices.common.js +0 -244
- package/components/dateRange/v3/CalendarMonth.vue.js +0 -7
- package/components/dateRange/v3/CalendarMonth.vue2.js +0 -147
- package/components/dateRange/v3/DateRange.vue.js +0 -7
- package/components/dateRange/v3/DateRange.vue2.js +0 -226
- package/components/dateRange/v4/CalendarMonthV4.vue.js +0 -7
- package/components/dateRange/v4/CalendarMonthV4.vue2.js +0 -134
- package/components/dateRange/v4/DateRangeV4.vue.js +0 -7
- package/components/dateRange/v4/DateRangeV4.vue2.js +0 -270
- package/components/dialog/v3/Dialog.vue.js +0 -7
- package/components/dialog/v3/Dialog.vue2.js +0 -137
- package/components/dialog/v4/DialogV4.vue.js +0 -7
- package/components/dialog/v4/DialogV4.vue2.js +0 -164
- package/components/dropdown/common/Dropdown.common.js +0 -399
- package/components/dropdown/v3/Dropdown.vue.js +0 -8
- package/components/dropdown/v3/Dropdown.vue2.js +0 -394
- package/components/dropdown/v3/Label.vue.js +0 -7
- package/components/dropdown/v3/Label.vue2.js +0 -36
- package/components/dropdown/v3/Option.vue.js +0 -7
- package/components/dropdown/v3/Option.vue2.js +0 -94
- package/components/dropdown/v3/SearchInput.vue.js +0 -7
- package/components/dropdown/v3/SearchInput.vue2.js +0 -82
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +0 -7
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +0 -185
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +0 -7
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +0 -70
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +0 -7
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +0 -54
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +0 -7
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +0 -126
- package/components/dropdown/v4/ConditionalDropdown.vue.js +0 -7
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +0 -268
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +0 -7
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +0 -135
- package/components/dropdown/v4/DropdownV4.vue.js +0 -8
- package/components/dropdown/v4/DropdownV4.vue2.js +0 -562
- package/components/dropdown/v4/GroupOption.vue.js +0 -7
- package/components/dropdown/v4/GroupOption.vue2.js +0 -29
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue.js +0 -7
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +0 -23
- package/components/dropdown/v4/OptionV4.vue.js +0 -7
- package/components/dropdown/v4/OptionV4.vue2.js +0 -287
- package/components/dropdown/v4/TreeDropdown.vue.js +0 -7
- package/components/dropdown/v4/TreeDropdown.vue2.js +0 -268
- package/components/emptyState/v3/EmptyState.vue.js +0 -7
- package/components/emptyState/v3/EmptyState.vue2.js +0 -91
- package/components/emptyState/v3/EmptyStateIcon.vue.js +0 -35
- package/components/emptyState/v3/EmptyStateIcon.vue2.js +0 -0
- package/components/emptyState/v4/EmptyStateV4.vue.js +0 -7
- package/components/emptyState/v4/EmptyStateV4.vue2.js +0 -83
- package/components/emptyState/v4/icons/IconError.vue.js +0 -16
- package/components/emptyState/v4/icons/IconFiles.vue.js +0 -16
- package/components/emptyState/v4/icons/IconNoAccess.vue.js +0 -16
- package/components/emptyState/v4/icons/IconNoData.vue.js +0 -16
- package/components/emptyState/v4/icons/IconNoResults.vue.js +0 -16
- package/components/emptyState/v4/icons/IconSettings.vue.js +0 -16
- package/components/filterDropdown/AddFilterButton.vue.js +0 -7
- package/components/filterDropdown/AddFilterButton.vue2.js +0 -50
- package/components/filterDropdown/FilterDropdown.vue.js +0 -7
- package/components/filterDropdown/FilterDropdown.vue2.js +0 -56
- package/components/filtersPanel/v3/FilterSearchInput.vue.js +0 -7
- package/components/filtersPanel/v3/FilterSearchInput.vue2.js +0 -45
- package/components/filtersPanel/v3/FiltersPanel.vue.js +0 -7
- package/components/filtersPanel/v3/FiltersPanel.vue2.js +0 -40
- package/components/filtersPanel/v4/FiltersPanelV4.vue.js +0 -7
- package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +0 -22
- package/components/floatingToolbar/FloatingToolbar.vue.js +0 -7
- package/components/floatingToolbar/FloatingToolbar.vue2.js +0 -70
- package/components/forms/CardPanel.vue.js +0 -7
- package/components/forms/CardPanel.vue2.js +0 -37
- package/components/forms/FormCard.vue.js +0 -7
- package/components/forms/FormCard.vue2.js +0 -103
- package/components/forms/FormField.vue.js +0 -7
- package/components/forms/FormField.vue2.js +0 -17
- package/components/forms/FormRow.vue.js +0 -7
- package/components/forms/FormRow.vue2.js +0 -45
- package/components/icon/v3/Icon.vue.js +0 -7
- package/components/icon/v3/Icon.vue2.js +0 -38
- package/components/icon/v3/icons/A.vue.js +0 -24
- package/components/icon/v3/icons/A2.vue.js +0 -18
- package/components/icon/v3/icons/ABTest.vue.js +0 -20
- package/components/icon/v3/icons/ABTest2.vue.js +0 -15
- package/components/icon/v3/icons/ACircle.vue.js +0 -20
- package/components/icon/v3/icons/AccountBalanceWallet.vue.js +0 -22
- package/components/icon/v3/icons/AccountCircle.vue.js +0 -20
- package/components/icon/v3/icons/AccountCircleOutline.vue.js +0 -18
- package/components/icon/v3/icons/Add.vue.js +0 -18
- package/components/icon/v3/icons/Adjust.vue.js +0 -43
- package/components/icon/v3/icons/Analytics.vue.js +0 -18
- package/components/icon/v3/icons/Android.vue.js +0 -20
- package/components/icon/v3/icons/AngleDown.vue.js +0 -20
- package/components/icon/v3/icons/AngleLeft.vue.js +0 -20
- package/components/icon/v3/icons/AngleRight.vue.js +0 -20
- package/components/icon/v3/icons/AngleUp.vue.js +0 -20
- package/components/icon/v3/icons/AppStore.vue.js +0 -21
- package/components/icon/v3/icons/AreaChart.vue.js +0 -18
- package/components/icon/v3/icons/ArrowBack.vue.js +0 -18
- package/components/icon/v3/icons/ArrowDownward.vue.js +0 -18
- package/components/icon/v3/icons/ArrowForward.vue.js +0 -18
- package/components/icon/v3/icons/ArrowLeft.vue.js +0 -18
- package/components/icon/v3/icons/ArrowRight.vue.js +0 -18
- package/components/icon/v3/icons/ArrowSort-Down.vue.js +0 -20
- package/components/icon/v3/icons/ArrowSort-Up.vue.js +0 -20
- package/components/icon/v3/icons/ArrowUpward.vue.js +0 -18
- package/components/icon/v3/icons/AutoAwesome.vue.js +0 -18
- package/components/icon/v3/icons/AutoMode.vue.js +0 -20
- package/components/icon/v3/icons/Autorenew.vue.js +0 -18
- package/components/icon/v3/icons/B.vue.js +0 -24
- package/components/icon/v3/icons/B2.vue.js +0 -18
- package/components/icon/v3/icons/BCircle.vue.js +0 -20
- package/components/icon/v3/icons/Banner.vue.js +0 -24
- package/components/icon/v3/icons/Bidding.vue.js +0 -32
- package/components/icon/v3/icons/Bidding2.vue.js +0 -32
- package/components/icon/v3/icons/Block.vue.js +0 -18
- package/components/icon/v3/icons/BorderColor.vue.js +0 -20
- package/components/icon/v3/icons/Bug.vue.js +0 -20
- package/components/icon/v3/icons/Bullhorn.vue.js +0 -18
- package/components/icon/v3/icons/BullseyeArrow.vue.js +0 -23
- package/components/icon/v3/icons/Cached.vue.js +0 -18
- package/components/icon/v3/icons/Calendar.vue.js +0 -23
- package/components/icon/v3/icons/CalendarToday.vue.js +0 -18
- package/components/icon/v3/icons/Cancel.vue.js +0 -20
- package/components/icon/v3/icons/ChartBar.vue.js +0 -20
- package/components/icon/v3/icons/ChartLine.vue.js +0 -20
- package/components/icon/v3/icons/ChartMixed.vue.js +0 -20
- package/components/icon/v3/icons/Check.vue.js +0 -18
- package/components/icon/v3/icons/Check2.vue.js +0 -21
- package/components/icon/v3/icons/CheckBold.vue.js +0 -20
- package/components/icon/v3/icons/CheckCircle.vue.js +0 -21
- package/components/icon/v3/icons/Close.vue.js +0 -18
- package/components/icon/v3/icons/CloseBold.vue.js +0 -18
- package/components/icon/v3/icons/ComputerMouse.vue.js +0 -23
- package/components/icon/v3/icons/CopyTo-Clipboard.vue.js +0 -20
- package/components/icon/v3/icons/CopyToClipboardFilled.vue.js +0 -18
- package/components/icon/v3/icons/Create.vue.js +0 -20
- package/components/icon/v3/icons/Creative.vue.js +0 -20
- package/components/icon/v3/icons/Cross.vue.js +0 -20
- package/components/icon/v3/icons/CrownFill.vue.js +0 -18
- package/components/icon/v3/icons/Cube.vue.js +0 -21
- package/components/icon/v3/icons/CubeBackground.vue.js +0 -27
- package/components/icon/v3/icons/Cup.vue.js +0 -18
- package/components/icon/v3/icons/CupA.vue.js +0 -15
- package/components/icon/v3/icons/CupB.vue.js +0 -15
- package/components/icon/v3/icons/Delete.vue.js +0 -20
- package/components/icon/v3/icons/Diamond.vue.js +0 -18
- package/components/icon/v3/icons/Dots.vue.js +0 -20
- package/components/icon/v3/icons/Download.vue.js +0 -20
- package/components/icon/v3/icons/Download2.vue.js +0 -23
- package/components/icon/v3/icons/DownloadDone.vue.js +0 -20
- package/components/icon/v3/icons/DragIndicator.vue.js +0 -18
- package/components/icon/v3/icons/Duplicate.vue.js +0 -19
- package/components/icon/v3/icons/Ecpi.vue.js +0 -31
- package/components/icon/v3/icons/Email.vue.js +0 -20
- package/components/icon/v3/icons/EmailEnvelope.vue.js +0 -18
- package/components/icon/v3/icons/Error.vue.js +0 -20
- package/components/icon/v3/icons/Eye.vue.js +0 -22
- package/components/icon/v3/icons/Eye2.vue.js +0 -19
- package/components/icon/v3/icons/EyeSlash.vue.js +0 -21
- package/components/icon/v3/icons/FavoriteBorder.vue.js +0 -20
- package/components/icon/v3/icons/Filter.vue.js +0 -20
- package/components/icon/v3/icons/FilterList.vue.js +0 -18
- package/components/icon/v3/icons/FiltersSearch.vue.js +0 -41
- package/components/icon/v3/icons/Frame.vue.js +0 -20
- package/components/icon/v3/icons/Fullscreen.vue.js +0 -20
- package/components/icon/v3/icons/FullscreenExit.vue.js +0 -20
- package/components/icon/v3/icons/Functions.vue.js +0 -18
- package/components/icon/v3/icons/GamepadAlt.vue.js +0 -20
- package/components/icon/v3/icons/Games.vue.js +0 -20
- package/components/icon/v3/icons/Gavel.vue.js +0 -20
- package/components/icon/v3/icons/Gift.vue.js +0 -20
- package/components/icon/v3/icons/GitHub.vue.js +0 -20
- package/components/icon/v3/icons/GlobeStand.vue.js +0 -20
- package/components/icon/v3/icons/GooglePlay.vue.js +0 -18
- package/components/icon/v3/icons/Group.vue.js +0 -20
- package/components/icon/v3/icons/Hammer.vue.js +0 -20
- package/components/icon/v3/icons/HandPointer.vue.js +0 -22
- package/components/icon/v3/icons/Hands.vue.js +0 -20
- package/components/icon/v3/icons/Heartbeat.vue.js +0 -20
- package/components/icon/v3/icons/Help.vue.js +0 -20
- package/components/icon/v3/icons/HelpOutline.vue.js +0 -20
- package/components/icon/v3/icons/History.vue.js +0 -18
- package/components/icon/v3/icons/IOS.vue.js +0 -20
- package/components/icon/v3/icons/Image.vue.js +0 -18
- package/components/icon/v3/icons/ImageNotSupported.vue.js +0 -23
- package/components/icon/v3/icons/ImageSlash.vue.js +0 -18
- package/components/icon/v3/icons/ImportExport.vue.js +0 -18
- package/components/icon/v3/icons/ImportExport2.vue.js +0 -18
- package/components/icon/v3/icons/Importent.vue.js +0 -20
- package/components/icon/v3/icons/Info.vue.js +0 -20
- package/components/icon/v3/icons/Info2.vue.js +0 -21
- package/components/icon/v3/icons/InfoOutline.vue.js +0 -20
- package/components/icon/v3/icons/Insights.vue.js +0 -20
- package/components/icon/v3/icons/Interstitial.vue.js +0 -24
- package/components/icon/v3/icons/Ios14.vue.js +0 -20
- package/components/icon/v3/icons/Js.vue.js +0 -20
- package/components/icon/v3/icons/Landscape.vue.js +0 -18
- package/components/icon/v3/icons/Launch.vue.js +0 -18
- package/components/icon/v3/icons/Levelplay.vue.js +0 -32
- package/components/icon/v3/icons/LimitCircle.vue.js +0 -23
- package/components/icon/v3/icons/LimitOctagon.vue.js +0 -23
- package/components/icon/v3/icons/Link.vue.js +0 -18
- package/components/icon/v3/icons/LoadingClean.vue.js +0 -18
- package/components/icon/v3/icons/Lock.vue.js +0 -18
- package/components/icon/v3/icons/LockOpen.vue.js +0 -18
- package/components/icon/v3/icons/Login.vue.js +0 -18
- package/components/icon/v3/icons/Logout.vue.js +0 -18
- package/components/icon/v3/icons/Marketing.vue.js +0 -23
- package/components/icon/v3/icons/MilitaryTech.vue.js +0 -18
- package/components/icon/v3/icons/Mix.vue.js +0 -20
- package/components/icon/v3/icons/Mix2.vue.js +0 -24
- package/components/icon/v3/icons/MobileLandscape.vue.js +0 -20
- package/components/icon/v3/icons/MobilePortrait.vue.js +0 -20
- package/components/icon/v3/icons/MoneyCheck.vue.js +0 -22
- package/components/icon/v3/icons/MoreHoriz.vue.js +0 -20
- package/components/icon/v3/icons/MoreVert.vue.js +0 -20
- package/components/icon/v3/icons/Mouse.vue.js +0 -20
- package/components/icon/v3/icons/MousePointer.vue.js +0 -20
- package/components/icon/v3/icons/MovingUp.vue.js +0 -18
- package/components/icon/v3/icons/NativeAd.vue.js +0 -15
- package/components/icon/v3/icons/NotificationsNone.vue.js +0 -20
- package/components/icon/v3/icons/Offerwall.vue.js +0 -24
- package/components/icon/v3/icons/Palyable.vue.js +0 -18
- package/components/icon/v3/icons/PaperPlane-Off.vue.js +0 -20
- package/components/icon/v3/icons/PaperPlane.vue.js +0 -20
- package/components/icon/v3/icons/Pause.vue.js +0 -20
- package/components/icon/v3/icons/PauseCircleFilled.vue.js +0 -20
- package/components/icon/v3/icons/PauseCircleOutline.vue.js +0 -20
- package/components/icon/v3/icons/PhoneIphone.vue.js +0 -18
- package/components/icon/v3/icons/Photo.vue.js +0 -23
- package/components/icon/v3/icons/Photo2.vue.js +0 -20
- package/components/icon/v3/icons/PlayArrow.vue.js +0 -18
- package/components/icon/v3/icons/PlayCircleFilledWhite.vue.js +0 -20
- package/components/icon/v3/icons/PlayCircleOutline.vue.js +0 -20
- package/components/icon/v3/icons/Qrcode.vue.js +0 -20
- package/components/icon/v3/icons/Question.vue.js +0 -21
- package/components/icon/v3/icons/QuickAB.vue.js +0 -15
- package/components/icon/v3/icons/QuickAB2.vue.js +0 -15
- package/components/icon/v3/icons/React.vue.js +0 -20
- package/components/icon/v3/icons/Redo.vue.js +0 -18
- package/components/icon/v3/icons/Refresh.vue.js +0 -18
- package/components/icon/v3/icons/Remove.vue.js +0 -18
- package/components/icon/v3/icons/Replay.vue.js +0 -18
- package/components/icon/v3/icons/RewardedVideo.vue.js +0 -24
- package/components/icon/v3/icons/RocketLaunch.vue.js +0 -18
- package/components/icon/v3/icons/Rotate.vue.js +0 -20
- package/components/icon/v3/icons/Route.vue.js +0 -20
- package/components/icon/v3/icons/SackDollar.vue.js +0 -23
- package/components/icon/v3/icons/Schedule.vue.js +0 -18
- package/components/icon/v3/icons/Search.vue.js +0 -18
- package/components/icon/v3/icons/SearchBold.vue.js +0 -20
- package/components/icon/v3/icons/Share.vue.js +0 -18
- package/components/icon/v3/icons/Slack.vue.js +0 -18
- package/components/icon/v3/icons/SportsEsports.vue.js +0 -18
- package/components/icon/v3/icons/Star.vue.js +0 -20
- package/components/icon/v3/icons/StarFill.vue.js +0 -20
- package/components/icon/v3/icons/StatusBanner.vue.js +0 -26
- package/components/icon/v3/icons/StatusInterstitial.vue.js +0 -26
- package/components/icon/v3/icons/StatusNativeAd.vue.js +0 -15
- package/components/icon/v3/icons/StatusOfferwall.vue.js +0 -26
- package/components/icon/v3/icons/StatusRewardedVideo.vue.js +0 -26
- package/components/icon/v3/icons/StopCircleFilled.vue.js +0 -18
- package/components/icon/v3/icons/StopCircleOutline.vue.js +0 -18
- package/components/icon/v3/icons/Style.vue.js +0 -22
- package/components/icon/v3/icons/Success.vue.js +0 -20
- package/components/icon/v3/icons/SuccessFull.vue.js +0 -20
- package/components/icon/v3/icons/Switch.vue.js +0 -20
- package/components/icon/v3/icons/TableEdit.vue.js +0 -18
- package/components/icon/v3/icons/TabletLandscape.vue.js +0 -20
- package/components/icon/v3/icons/TabletMac.vue.js +0 -18
- package/components/icon/v3/icons/TabletPortrait.vue.js +0 -20
- package/components/icon/v3/icons/Texture.vue.js +0 -20
- package/components/icon/v3/icons/ThemeDark.vue.js +0 -18
- package/components/icon/v3/icons/ThemeLight.vue.js +0 -18
- package/components/icon/v3/icons/Timelapse.vue.js +0 -18
- package/components/icon/v3/icons/Timeline.vue.js +0 -18
- package/components/icon/v3/icons/TrendingDown.vue.js +0 -18
- package/components/icon/v3/icons/TrendingFlat.vue.js +0 -18
- package/components/icon/v3/icons/TrendingUp.vue.js +0 -18
- package/components/icon/v3/icons/Tune.vue.js +0 -20
- package/components/icon/v3/icons/TwoToneBanner.vue.js +0 -28
- package/components/icon/v3/icons/TwoToneInterstitial.vue.js +0 -28
- package/components/icon/v3/icons/TwoToneNativeAd.vue.js +0 -15
- package/components/icon/v3/icons/TwoToneOfferwall.vue.js +0 -24
- package/components/icon/v3/icons/TwoToneRewardedVideo.vue.js +0 -30
- package/components/icon/v3/icons/Undo.vue.js +0 -18
- package/components/icon/v3/icons/UnfoldLess.vue.js +0 -20
- package/components/icon/v3/icons/UnfoldMore.vue.js +0 -20
- package/components/icon/v3/icons/VerticalAlignTop.vue.js +0 -18
- package/components/icon/v3/icons/VerticalAlignTop2.vue.js +0 -18
- package/components/icon/v3/icons/Vibration.vue.js +0 -20
- package/components/icon/v3/icons/VideoRound.vue.js +0 -20
- package/components/icon/v3/icons/ViewCarousel.vue.js +0 -18
- package/components/icon/v3/icons/Visibility.vue.js +0 -18
- package/components/icon/v3/icons/VisibilityOff.vue.js +0 -18
- package/components/icon/v3/icons/VisibilityOffStrok.vue.js +0 -18
- package/components/icon/v3/icons/VisibilityStrok.vue.js +0 -18
- package/components/icon/v3/icons/VolumeOff.vue.js +0 -20
- package/components/icon/v3/icons/VolumeUp.vue.js +0 -20
- package/components/icon/v3/icons/Warning.vue.js +0 -18
- package/components/icon/v3/icons/Warning2.vue.js +0 -20
- package/components/icon/v3/icons/Warning3.vue.js +0 -21
- package/components/icon/v3/icons/WarningCircle.vue.js +0 -21
- package/components/icon/v3/icons/WarningOctagon.vue.js +0 -21
- package/components/icon/v3/icons/WebApp.vue.js +0 -18
- package/components/icon/v3/icons/Widget.vue.js +0 -22
- package/components/icon/v3/icons/Widgets.vue.js +0 -18
- package/components/icon/v3/icons/WidgetsFill.vue.js +0 -18
- package/components/icon/v3/icons/WidgetsFlatSquares.vue.js +0 -49
- package/components/icon/v3/icons/Widgetsz.vue.js +0 -25
- package/components/icon/v3/icons/WifiProtectedSetup.vue.js +0 -20
- package/components/icon/v4/IconFlag.vue.js +0 -7
- package/components/icon/v4/IconFlag.vue2.js +0 -32
- package/components/icon/v4/IconV4.vue.js +0 -7
- package/components/icon/v4/IconV4.vue2.js +0 -71
- package/components/includeExclude/IncludeExclude.vue.js +0 -7
- package/components/includeExclude/IncludeExclude.vue2.js +0 -431
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +0 -7
- package/components/includeExclude/IncludeExcludeAppHeader.vue2.js +0 -116
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +0 -7
- package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +0 -109
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +0 -7
- package/components/includeExclude/IncludeExcludeChipFilter.vue2.js +0 -149
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +0 -7
- package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +0 -466
- package/components/includeExclude/IncludeExcludeOption.vue.js +0 -7
- package/components/includeExclude/IncludeExcludeOption.vue2.js +0 -115
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +0 -7
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +0 -106
- package/components/inlineCopy/InlineCopy.vue.js +0 -7
- package/components/inlineCopy/InlineCopy.vue2.js +0 -74
- package/components/input/v3/DollarInput.vue.js +0 -7
- package/components/input/v3/DollarInput.vue2.js +0 -32
- package/components/input/v3/Input.vue.js +0 -7
- package/components/input/v3/Input.vue2.js +0 -211
- package/components/input/v3/PasswordInput.vue.js +0 -7
- package/components/input/v3/PasswordInput.vue2.js +0 -34
- package/components/input/v3/PercentageInput.vue.js +0 -7
- package/components/input/v3/PercentageInput.vue2.js +0 -32
- package/components/input/v4/TextField.vue.js +0 -7
- package/components/input/v4/TextField.vue2.js +0 -241
- package/components/layout/FoldableSection.vue.js +0 -7
- package/components/layout/FoldableSection.vue2.js +0 -61
- package/components/loader/v4/Loader.vue.js +0 -7
- package/components/loader/v4/Loader.vue2.js +0 -48
- package/components/menu/Menu.vue.js +0 -8
- package/components/menu/Menu.vue2.js +0 -62
- package/components/menuItem/MenuItem.vue.js +0 -7
- package/components/menuItem/MenuItem.vue2.js +0 -23
- package/components/multibar/MultiBar.vue.js +0 -7
- package/components/multibar/MultiBar.vue2.js +0 -105
- package/components/multibar/MultiBarMenu.vue.js +0 -7
- package/components/multibar/MultiBarMenu.vue2.js +0 -61
- package/components/popover/v3/Popover.vue.js +0 -8
- package/components/popover/v3/Popover.vue2.js +0 -38
- package/components/popover/v4/PopoverV4.vue.js +0 -8
- package/components/popover/v4/PopoverV4.vue2.js +0 -73
- package/components/radioButton/v3/RadioButton.vue.js +0 -7
- package/components/radioButton/v3/RadioButton.vue2.js +0 -79
- package/components/radioButton/v3/RadioGroup.vue.js +0 -7
- package/components/radioButton/v3/RadioGroup.vue2.js +0 -29
- package/components/radioButton/v4/RadioButtonV4.vue.js +0 -7
- package/components/radioButton/v4/RadioButtonV4.vue2.js +0 -80
- package/components/radioButton/v4/RadioGroupV4.vue.js +0 -7
- package/components/radioButton/v4/RadioGroupV4.vue2.js +0 -29
- package/components/search/v3/Search.vue.js +0 -7
- package/components/search/v3/Search.vue2.js +0 -62
- package/components/search/v4/SearchV4.vue.js +0 -7
- package/components/search/v4/SearchV4.vue2.js +0 -59
- package/components/shared/FieldHelpText.vue.js +0 -7
- package/components/shared/FieldHelpText.vue2.js +0 -43
- package/components/shared/FieldLabel.vue.js +0 -7
- package/components/shared/FieldLabel.vue2.js +0 -92
- package/components/shared/FieldMaxLength.vue.js +0 -7
- package/components/shared/FieldMaxLength.vue2.js +0 -24
- package/components/skeleton/v3/Skeleton.vue.js +0 -7
- package/components/skeleton/v3/Skeleton.vue2.js +0 -18
- package/components/skeleton/v4/SkeletonV4.vue.js +0 -7
- package/components/skeleton/v4/SkeletonV4.vue2.js +0 -23
- package/components/snackbar/v3/Snackbar.vue.js +0 -7
- package/components/snackbar/v3/Snackbar.vue2.js +0 -129
- package/components/snackbar/v4/SnackbarV4.vue.js +0 -7
- package/components/snackbar/v4/SnackbarV4.vue2.js +0 -143
- package/components/sortableList/SortableItem.vue.js +0 -7
- package/components/sortableList/SortableItem.vue2.js +0 -156
- package/components/sortableList/SortableItemLabel.vue.js +0 -7
- package/components/sortableList/SortableItemLabel.vue2.js +0 -57
- package/components/sortableList/SortableList.vue.js +0 -7
- package/components/sortableList/SortableList.vue2.js +0 -179
- package/components/statusDot/StatusDot.vue.js +0 -7
- package/components/statusDot/StatusDot.vue2.js +0 -15
- package/components/switch/v3/Switch.vue.js +0 -7
- package/components/switch/v3/Switch.vue2.js +0 -69
- package/components/switch/v4/SwitchV4.vue.js +0 -7
- package/components/switch/v4/SwitchV4.vue2.js +0 -59
- package/components/table/v3/SortOrderIcon.vue.js +0 -21
- package/components/table/v3/SortOrderIcon.vue2.js +0 -0
- package/components/table/v3/Table.vue.js +0 -7
- package/components/table/v3/Table.vue2.js +0 -248
- package/components/table/v3/TableHeaderSorter.vue.js +0 -7
- package/components/table/v3/TableHeaderSorter.vue2.js +0 -23
- package/components/table/v4/DataGrid.vue.js +0 -7
- package/components/table/v4/DataGrid.vue2.js +0 -427
- package/components/table/v4/DataGridMenu.vue.js +0 -7
- package/components/table/v4/DataGridMenu.vue2.js +0 -66
- package/components/table/v4/DataGridRowsCounter.vue.js +0 -7
- package/components/table/v4/DataGridRowsCounter.vue2.js +0 -53
- package/components/table/v4/ExpandRowToggle.vue.js +0 -7
- package/components/table/v4/ExpandRowToggle.vue2.js +0 -26
- package/components/table/v4/HelpIcon.vue.js +0 -7
- package/components/table/v4/HelpIcon.vue2.js +0 -33
- package/components/table/v4/MultipleDataGrid.vue.js +0 -7
- package/components/table/v4/MultipleDataGrid.vue2.js +0 -181
- package/components/table/v4/SortIcon.vue.js +0 -7
- package/components/table/v4/SortIcon.vue2.js +0 -25
- package/components/table-cells/v3/Editable.vue.js +0 -7
- package/components/table-cells/v3/Editable.vue2.js +0 -43
- package/components/table-cells/v4/EditableV4.vue.js +0 -7
- package/components/table-cells/v4/EditableV4.vue2.js +0 -57
- package/components/tabs/v3/Tabs.vue.js +0 -7
- package/components/tabs/v3/Tabs.vue2.js +0 -85
- package/components/tabs/v4/TabsV4.vue.js +0 -7
- package/components/tabs/v4/TabsV4.vue2.js +0 -72
- package/components/textArea/v3/TextArea.vue.js +0 -7
- package/components/textArea/v3/TextArea.vue2.js +0 -65
- package/components/textArea/v4/TextAreaV4.vue.js +0 -7
- package/components/textArea/v4/TextAreaV4.vue2.js +0 -80
- package/components/toggle/v3/Toggle.vue.js +0 -7
- package/components/toggle/v3/Toggle.vue2.js +0 -95
- package/components/toggle/v4/ToggleV4.vue.js +0 -7
- package/components/toggle/v4/ToggleV4.vue2.js +0 -96
- package/components/tooltip/v3/TextWithTitleContent.vue.js +0 -7
- package/components/tooltip/v3/TextWithTitleContent.vue2.js +0 -46
- package/components/tooltip/v3/Tooltip.vue.js +0 -8
- package/components/tooltip/v3/Tooltip.vue2.js +0 -87
- package/components/tooltip/v4/TextWithTitleContent.vue.js +0 -7
- package/components/tooltip/v4/TextWithTitleContent.vue2.js +0 -36
- package/components/tooltip/v4/TooltipV4.vue.js +0 -8
- package/components/tooltip/v4/TooltipV4.vue2.js +0 -73
- package/components/typography/Heading.vue.js +0 -7
- package/components/typography/Heading.vue2.js +0 -25
- package/components/typography/Text.vue.js +0 -7
- package/components/typography/Text.vue2.js +0 -23
- package/components/typography/v4/Typography.vue.js +0 -7
- package/components/typography/v4/Typography.vue2.js +0 -91
- package/composables/useDateService.d.ts +0 -7
- package/composables/useDateService.js +0 -10
- package/index.js +0 -221
- /package/{components → src/components}/ThemeWrapper/ThemeStrore.js +0 -0
- /package/{components → src/components}/ThemeWrapper/index.js +0 -0
- /package/{components → src/components}/alert/index.js +0 -0
- /package/{components → src/components}/appHeader/index.js +0 -0
- /package/{components → src/components}/appIcon/index.js +0 -0
- /package/{components → src/components}/appTrigger/index.js +0 -0
- /package/{components → src/components}/autocomplete/index.js +0 -0
- /package/{components → src/components}/autocompleteDropdown/consts.js +0 -0
- /package/{components → src/components}/autocompleteDropdown/index.js +0 -0
- /package/{components → src/components}/autocompleteDropdown/useKeyboardNavigation.js +0 -0
- /package/{components → src/components}/banner/index.js +0 -0
- /package/{components → src/components}/button/common/consts.js +0 -0
- /package/{components → src/components}/button/v3/index.js +0 -0
- /package/{components → src/components}/button/v4/index.js +0 -0
- /package/{components → src/components}/chart/LegendSorting.vue2.js +0 -0
- /package/{components → src/components}/chart/colorPalette.js +0 -0
- /package/{components → src/components}/chart/composables/useChartHeight.js +0 -0
- /package/{components → src/components}/chart/composables/useColorsMap.js +0 -0
- /package/{components → src/components}/chart/composables/useTooltipPosition.js +0 -0
- /package/{components → src/components}/chart/consts.js +0 -0
- /package/{components → src/components}/chart/index.js +0 -0
- /package/{components → src/components}/chart/plugins/HoverVerticalLine.js +0 -0
- /package/{components → src/components}/chart/types.js +0 -0
- /package/{components → src/components}/chart/utils/highlightUtils.js +0 -0
- /package/{components → src/components}/chart/utils/utils.js +0 -0
- /package/{components → src/components}/checkbox/common/Checkbox.common.js +0 -0
- /package/{components → src/components}/checkbox/v3/index.js +0 -0
- /package/{components → src/components}/checkbox/v4/icons/CheckedDisabledState.vue2.js +0 -0
- /package/{components → src/components}/checkbox/v4/icons/CheckedState.vue2.js +0 -0
- /package/{components → src/components}/checkbox/v4/icons/IndeterminateState.vue2.js +0 -0
- /package/{components → src/components}/checkbox/v4/index.js +0 -0
- /package/{components → src/components}/chip/v3/index.js +0 -0
- /package/{components → src/components}/chip/v4/index.js +0 -0
- /package/{components → src/components}/datePicker/common/DatePicker.common.js +0 -0
- /package/{components → src/components}/datePicker/common/DatePickerMonth.common.js +0 -0
- /package/{components → src/components}/datePicker/v3/index.js +0 -0
- /package/{components → src/components}/datePicker/v4/index.js +0 -0
- /package/{components → src/components}/dateRange/common/CalendarMonth.common.js +0 -0
- /package/{components → src/components}/dateRange/common/consts.common.js +0 -0
- /package/{components → src/components}/dateRange/v3/index.js +0 -0
- /package/{components → src/components}/dateRange/v4/index.js +0 -0
- /package/{components → src/components}/dialog/common/Dialog.common.js +0 -0
- /package/{components → src/components}/dialog/common/Reason.js +0 -0
- /package/{components → src/components}/dialog/v3/index.js +0 -0
- /package/{components → src/components}/dialog/v4/index.js +0 -0
- /package/{components → src/components}/dropdown/common/DropdownContext.js +0 -0
- /package/{components → src/components}/dropdown/common/Option.common.js +0 -0
- /package/{components → src/components}/dropdown/common/consts.js +0 -0
- /package/{components → src/components}/dropdown/common/useGroupedOptions.js +0 -0
- /package/{components → src/components}/dropdown/composables/useChildOptions.js +0 -0
- /package/{components → src/components}/dropdown/v3/index.js +0 -0
- /package/{components → src/components}/dropdown/v4/Dropdown.types.js +0 -0
- /package/{components → src/components}/dropdown/v4/index.js +0 -0
- /package/{components → src/components}/emptyState/v3/index.js +0 -0
- /package/{components → src/components}/emptyState/v4/index.js +0 -0
- /package/{components → src/components}/filterDropdown/index.js +0 -0
- /package/{components → src/components}/filtersPanel/v3/index.js +0 -0
- /package/{components → src/components}/filtersPanel/v3/useHiddenFilter.js +0 -0
- /package/{components → src/components}/filtersPanel/v4/index.js +0 -0
- /package/{components → src/components}/floatingToolbar/index.js +0 -0
- /package/{components → src/components}/forms/index.js +0 -0
- /package/{components → src/components}/icon/v3/icons/index.js +0 -0
- /package/{components → src/components}/icon/v3/index.js +0 -0
- /package/{components → src/components}/icon/v4/consts.js +0 -0
- /package/{components → src/components}/icon/v4/index.js +0 -0
- /package/{components → src/components}/includeExclude/IncludeExcludeContext.js +0 -0
- /package/{components → src/components}/includeExclude/index.js +0 -0
- /package/{components → src/components}/inlineCopy/index.js +0 -0
- /package/{components → src/components}/input/common/Input.common.js +0 -0
- /package/{components → src/components}/input/v3/index.js +0 -0
- /package/{components → src/components}/input/v4/index.js +0 -0
- /package/{components → src/components}/layout/index.js +0 -0
- /package/{components → src/components}/loader/v4/index.js +0 -0
- /package/{components → src/components}/menu/index.js +0 -0
- /package/{components → src/components}/menuItem/index.js +0 -0
- /package/{components → src/components}/multibar/index.js +0 -0
- /package/{components → src/components}/popover/common/Popover.common.js +0 -0
- /package/{components → src/components}/popover/v3/index.js +0 -0
- /package/{components → src/components}/popover/v4/index.js +0 -0
- /package/{components → src/components}/radioButton/common/radioGroup.common.js +0 -0
- /package/{components → src/components}/radioButton/common/useRadio.js +0 -0
- /package/{components → src/components}/radioButton/v3/index.js +0 -0
- /package/{components → src/components}/radioButton/v4/index.js +0 -0
- /package/{components → src/components}/search/common/Search.common.js +0 -0
- /package/{components → src/components}/search/v3/index.js +0 -0
- /package/{components → src/components}/search/v4/index.js +0 -0
- /package/{components → src/components}/skeleton/v3/index.js +0 -0
- /package/{components → src/components}/skeleton/v4/index.js +0 -0
- /package/{components → src/components}/snackbar/common/notify.js +0 -0
- /package/{components → src/components}/snackbar/common/snackbar.common.js +0 -0
- /package/{components → src/components}/snackbar/common/snackbar.types.js +0 -0
- /package/{components → src/components}/snackbar/v3/index.js +0 -0
- /package/{components → src/components}/snackbar/v4/index.js +0 -0
- /package/{components → src/components}/sortableList/composables/useHoverEffect.js +0 -0
- /package/{components → src/components}/sortableList/consts.js +0 -0
- /package/{components → src/components}/sortableList/index.js +0 -0
- /package/{components → src/components}/statusDot/index.js +0 -0
- /package/{components → src/components}/switch/v3/index.js +0 -0
- /package/{components → src/components}/switch/v4/index.js +0 -0
- /package/{components → src/components}/table/common/Table.common.js +0 -0
- /package/{components → src/components}/table/common/TableContext.js +0 -0
- /package/{components → src/components}/table/common/consts.js +0 -0
- /package/{components → src/components}/table/v3/index.js +0 -0
- /package/{components → src/components}/table/v4/index.js +0 -0
- /package/{components → src/components}/table-cells/common/Editable.common.js +0 -0
- /package/{components → src/components}/table-cells/common/EditableContext.js +0 -0
- /package/{components → src/components}/table-cells/v3/index.js +0 -0
- /package/{components → src/components}/table-cells/v4/index.js +0 -0
- /package/{components → src/components}/tabs/common/tabsCommon.js +0 -0
- /package/{components → src/components}/tabs/v3/index.js +0 -0
- /package/{components → src/components}/tabs/v4/index.js +0 -0
- /package/{components → src/components}/textArea/v3/index.js +0 -0
- /package/{components → src/components}/textArea/v4/index.js +0 -0
- /package/{components → src/components}/toggle/v3/index.js +0 -0
- /package/{components → src/components}/toggle/v4/index.js +0 -0
- /package/{components → src/components}/tooltip/common/Tooltip.common.js +0 -0
- /package/{components → src/components}/tooltip/v3/index.js +0 -0
- /package/{components → src/components}/tooltip/v4/index.js +0 -0
- /package/{components → src/components}/typography/index.js +0 -0
- /package/{components → src/components}/typography/v4/index.js +0 -0
- /package/{composables → src/composables}/useFormValidation.js +0 -0
- /package/{composables → src/composables}/useFullPageHeight.js +0 -0
- /package/{composables → src/composables}/useId.js +0 -0
- /package/{composables → src/composables}/useIsFocusVisible.js +0 -0
- /package/{composables → src/composables}/useSearch.js +0 -0
- /package/{composables → src/composables}/useStorage.js +0 -0
- /package/{composables → src/composables}/useToggle.js +0 -0
- /package/{consts → src/consts}/colors.js +0 -0
- /package/{consts → src/consts}/common.js +0 -0
- /package/{consts → src/consts}/regex.js +0 -0
- /package/{consts → src/consts}/style.js +0 -0
- /package/{testids → src/testids}/index.js +0 -0
- /package/{utils → src/utils}/array.js +0 -0
- /package/{utils → src/utils}/color.js +0 -0
- /package/{utils → src/utils}/formatNumbers.js +0 -0
- /package/{utils → src/utils}/index.js +0 -0
- /package/{utils → src/utils}/object.js +0 -0
- /package/{utils → src/utils}/search.js +0 -0
- /package/{utils → src/utils}/string.js +0 -0
- /package/{utils → src/utils}/style.js +0 -0
- /package/{utils → src/utils}/testIds.js +0 -0
- /package/{utils → src/utils}/text.js +0 -0
- /package/{utils → src/utils}/totals.js +0 -0
- /package/{utils → src/utils}/utils.js +0 -0
|
@@ -3,395 +3,7 @@ import DataGridMenu from './DataGridMenu.vue';
|
|
|
3
3
|
import DataGridRowsCounter from './DataGridRowsCounter.vue';
|
|
4
4
|
import MultipleDataGrid from './MultipleDataGrid.vue';
|
|
5
5
|
declare const DataGridTypes: () => (({
|
|
6
|
-
new (...args: any[]): {
|
|
7
|
-
$: import("vue").ComponentInternalInstance;
|
|
8
|
-
$data: {};
|
|
9
|
-
$props: Partial<{
|
|
10
|
-
sort: import("../common/Table.types").Sort;
|
|
11
|
-
title: string;
|
|
12
|
-
search: string;
|
|
13
|
-
testId: string;
|
|
14
|
-
isLoading: boolean;
|
|
15
|
-
searchAutoFocus: boolean;
|
|
16
|
-
searchPlaceholder: string;
|
|
17
|
-
selection: unknown[];
|
|
18
|
-
showSearch: boolean;
|
|
19
|
-
loadingRowCount: number;
|
|
20
|
-
emptyStateTitle: string;
|
|
21
|
-
isSticky: boolean;
|
|
22
|
-
zIndexBase: number;
|
|
23
|
-
sections: import("../common/Table.types").Section[];
|
|
24
|
-
isStickyHeader: boolean;
|
|
25
|
-
emptyStateSubtitle: string;
|
|
26
|
-
isInfiniteScroll: boolean;
|
|
27
|
-
infiniteScrollThreshold: number;
|
|
28
|
-
rowHeight: number | ((index: number) => number);
|
|
29
|
-
defaultScrollPosition: number;
|
|
30
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
31
|
-
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
32
|
-
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
33
|
-
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
34
|
-
helpTooltipVariant: "icon" | "underline";
|
|
35
|
-
rowCustomClassKey: string;
|
|
36
|
-
rowDataKey: string;
|
|
37
|
-
isSelectionSticky: boolean;
|
|
38
|
-
isSelectionBordered: boolean;
|
|
39
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
-
sort: {
|
|
41
|
-
type: import("vue").PropType<import("../common/Table.types").Sort>;
|
|
42
|
-
default: any;
|
|
43
|
-
};
|
|
44
|
-
title: {
|
|
45
|
-
type: import("vue").PropType<string>;
|
|
46
|
-
default: string;
|
|
47
|
-
};
|
|
48
|
-
search: {
|
|
49
|
-
type: import("vue").PropType<string>;
|
|
50
|
-
default: any;
|
|
51
|
-
};
|
|
52
|
-
testId: {
|
|
53
|
-
type: import("vue").PropType<string>;
|
|
54
|
-
default: string;
|
|
55
|
-
};
|
|
56
|
-
columns: {
|
|
57
|
-
type: import("vue").PropType<import("../common/Table.types").Column[]>;
|
|
58
|
-
required: true;
|
|
59
|
-
};
|
|
60
|
-
isLoading: {
|
|
61
|
-
type: import("vue").PropType<boolean>;
|
|
62
|
-
default: boolean;
|
|
63
|
-
};
|
|
64
|
-
searchAutoFocus: {
|
|
65
|
-
type: import("vue").PropType<boolean>;
|
|
66
|
-
default: boolean;
|
|
67
|
-
};
|
|
68
|
-
searchPlaceholder: {
|
|
69
|
-
type: import("vue").PropType<string>;
|
|
70
|
-
default: string;
|
|
71
|
-
};
|
|
72
|
-
selection: {
|
|
73
|
-
type: import("vue").PropType<unknown[]>;
|
|
74
|
-
default: any;
|
|
75
|
-
};
|
|
76
|
-
showSearch: {
|
|
77
|
-
type: import("vue").PropType<boolean>;
|
|
78
|
-
default: boolean;
|
|
79
|
-
};
|
|
80
|
-
loadingRowCount: {
|
|
81
|
-
type: import("vue").PropType<number>;
|
|
82
|
-
default: number;
|
|
83
|
-
};
|
|
84
|
-
emptyStateTitle: {
|
|
85
|
-
type: import("vue").PropType<string>;
|
|
86
|
-
default: string;
|
|
87
|
-
};
|
|
88
|
-
isSticky: {
|
|
89
|
-
type: import("vue").PropType<boolean>;
|
|
90
|
-
default: boolean;
|
|
91
|
-
};
|
|
92
|
-
zIndexBase: {
|
|
93
|
-
type: import("vue").PropType<number>;
|
|
94
|
-
default: number;
|
|
95
|
-
};
|
|
96
|
-
rows: {
|
|
97
|
-
type: import("vue").PropType<import("../common/Table.types").Row[]>;
|
|
98
|
-
required: true;
|
|
99
|
-
};
|
|
100
|
-
sections: {
|
|
101
|
-
type: import("vue").PropType<import("../common/Table.types").Section[]>;
|
|
102
|
-
default: any;
|
|
103
|
-
};
|
|
104
|
-
isStickyHeader: {
|
|
105
|
-
type: import("vue").PropType<boolean>;
|
|
106
|
-
default: boolean;
|
|
107
|
-
};
|
|
108
|
-
emptyStateSubtitle: {
|
|
109
|
-
type: import("vue").PropType<string>;
|
|
110
|
-
default: string;
|
|
111
|
-
};
|
|
112
|
-
isInfiniteScroll: {
|
|
113
|
-
type: import("vue").PropType<boolean>;
|
|
114
|
-
default: boolean;
|
|
115
|
-
};
|
|
116
|
-
infiniteScrollThreshold: {
|
|
117
|
-
type: import("vue").PropType<number>;
|
|
118
|
-
default: number;
|
|
119
|
-
};
|
|
120
|
-
rowHeight: {
|
|
121
|
-
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
122
|
-
default: number;
|
|
123
|
-
};
|
|
124
|
-
defaultScrollPosition: {
|
|
125
|
-
type: import("vue").PropType<number>;
|
|
126
|
-
default: any;
|
|
127
|
-
};
|
|
128
|
-
getRowId: {
|
|
129
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
130
|
-
default: (row: any, index: any) => any;
|
|
131
|
-
};
|
|
132
|
-
getRowKey: {
|
|
133
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
134
|
-
default: (row: any, index: any) => any;
|
|
135
|
-
};
|
|
136
|
-
selectedMatcher: {
|
|
137
|
-
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
138
|
-
default: (rowId: any, selectedItem: any) => boolean;
|
|
139
|
-
};
|
|
140
|
-
emptyStateVariant: {
|
|
141
|
-
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
142
|
-
default: any;
|
|
143
|
-
};
|
|
144
|
-
showTotalsRow: {
|
|
145
|
-
type: import("vue").PropType<boolean>;
|
|
146
|
-
};
|
|
147
|
-
helpTooltipVariant: {
|
|
148
|
-
type: import("vue").PropType<"icon" | "underline">;
|
|
149
|
-
default: string;
|
|
150
|
-
};
|
|
151
|
-
rowCustomClassKey: {
|
|
152
|
-
type: import("vue").PropType<string>;
|
|
153
|
-
default: string;
|
|
154
|
-
};
|
|
155
|
-
rowDataKey: {
|
|
156
|
-
type: import("vue").PropType<string>;
|
|
157
|
-
default: string;
|
|
158
|
-
};
|
|
159
|
-
isSelectionSticky: {
|
|
160
|
-
type: import("vue").PropType<boolean>;
|
|
161
|
-
default: boolean;
|
|
162
|
-
};
|
|
163
|
-
isSelectionBordered: {
|
|
164
|
-
type: import("vue").PropType<boolean>;
|
|
165
|
-
default: boolean;
|
|
166
|
-
};
|
|
167
|
-
}>> & {
|
|
168
|
-
onSelectAll?: (value: boolean) => any;
|
|
169
|
-
onLoadMore?: () => any;
|
|
170
|
-
"onUpdate:search"?: (query: string) => any;
|
|
171
|
-
onOnScroll?: (event: Event) => any;
|
|
172
|
-
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
173
|
-
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
174
|
-
onOnClearSearch?: () => any;
|
|
175
|
-
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
176
|
-
onSelectRow?: (value: boolean) => any;
|
|
177
|
-
onClickRow?: (rowIndex: number) => any;
|
|
178
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "helpTooltipVariant" | "rowCustomClassKey" | "rowDataKey" | "isSelectionSticky" | "isSelectionBordered">;
|
|
179
|
-
$attrs: {
|
|
180
|
-
[x: string]: unknown;
|
|
181
|
-
};
|
|
182
|
-
$refs: {
|
|
183
|
-
[x: string]: unknown;
|
|
184
|
-
};
|
|
185
|
-
$slots: Readonly<{
|
|
186
|
-
[name: string]: import("vue").Slot;
|
|
187
|
-
}>;
|
|
188
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
189
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
190
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: import("../common/Table.types").Sort) => void) & ((event: "saveRow", args_0: import("../common/Table.types").SaveRowEvent) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "selectRow", value: boolean) => void) & ((event: "clickRow", rowIndex: number) => void);
|
|
191
|
-
$el: any;
|
|
192
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
193
|
-
sort: {
|
|
194
|
-
type: import("vue").PropType<import("../common/Table.types").Sort>;
|
|
195
|
-
default: any;
|
|
196
|
-
};
|
|
197
|
-
title: {
|
|
198
|
-
type: import("vue").PropType<string>;
|
|
199
|
-
default: string;
|
|
200
|
-
};
|
|
201
|
-
search: {
|
|
202
|
-
type: import("vue").PropType<string>;
|
|
203
|
-
default: any;
|
|
204
|
-
};
|
|
205
|
-
testId: {
|
|
206
|
-
type: import("vue").PropType<string>;
|
|
207
|
-
default: string;
|
|
208
|
-
};
|
|
209
|
-
columns: {
|
|
210
|
-
type: import("vue").PropType<import("../common/Table.types").Column[]>;
|
|
211
|
-
required: true;
|
|
212
|
-
};
|
|
213
|
-
isLoading: {
|
|
214
|
-
type: import("vue").PropType<boolean>;
|
|
215
|
-
default: boolean;
|
|
216
|
-
};
|
|
217
|
-
searchAutoFocus: {
|
|
218
|
-
type: import("vue").PropType<boolean>;
|
|
219
|
-
default: boolean;
|
|
220
|
-
};
|
|
221
|
-
searchPlaceholder: {
|
|
222
|
-
type: import("vue").PropType<string>;
|
|
223
|
-
default: string;
|
|
224
|
-
};
|
|
225
|
-
selection: {
|
|
226
|
-
type: import("vue").PropType<unknown[]>;
|
|
227
|
-
default: any;
|
|
228
|
-
};
|
|
229
|
-
showSearch: {
|
|
230
|
-
type: import("vue").PropType<boolean>;
|
|
231
|
-
default: boolean;
|
|
232
|
-
};
|
|
233
|
-
loadingRowCount: {
|
|
234
|
-
type: import("vue").PropType<number>;
|
|
235
|
-
default: number;
|
|
236
|
-
};
|
|
237
|
-
emptyStateTitle: {
|
|
238
|
-
type: import("vue").PropType<string>;
|
|
239
|
-
default: string;
|
|
240
|
-
};
|
|
241
|
-
isSticky: {
|
|
242
|
-
type: import("vue").PropType<boolean>;
|
|
243
|
-
default: boolean;
|
|
244
|
-
};
|
|
245
|
-
zIndexBase: {
|
|
246
|
-
type: import("vue").PropType<number>;
|
|
247
|
-
default: number;
|
|
248
|
-
};
|
|
249
|
-
rows: {
|
|
250
|
-
type: import("vue").PropType<import("../common/Table.types").Row[]>;
|
|
251
|
-
required: true;
|
|
252
|
-
};
|
|
253
|
-
sections: {
|
|
254
|
-
type: import("vue").PropType<import("../common/Table.types").Section[]>;
|
|
255
|
-
default: any;
|
|
256
|
-
};
|
|
257
|
-
isStickyHeader: {
|
|
258
|
-
type: import("vue").PropType<boolean>;
|
|
259
|
-
default: boolean;
|
|
260
|
-
};
|
|
261
|
-
emptyStateSubtitle: {
|
|
262
|
-
type: import("vue").PropType<string>;
|
|
263
|
-
default: string;
|
|
264
|
-
};
|
|
265
|
-
isInfiniteScroll: {
|
|
266
|
-
type: import("vue").PropType<boolean>;
|
|
267
|
-
default: boolean;
|
|
268
|
-
};
|
|
269
|
-
infiniteScrollThreshold: {
|
|
270
|
-
type: import("vue").PropType<number>;
|
|
271
|
-
default: number;
|
|
272
|
-
};
|
|
273
|
-
rowHeight: {
|
|
274
|
-
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
275
|
-
default: number;
|
|
276
|
-
};
|
|
277
|
-
defaultScrollPosition: {
|
|
278
|
-
type: import("vue").PropType<number>;
|
|
279
|
-
default: any;
|
|
280
|
-
};
|
|
281
|
-
getRowId: {
|
|
282
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
283
|
-
default: (row: any, index: any) => any;
|
|
284
|
-
};
|
|
285
|
-
getRowKey: {
|
|
286
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
287
|
-
default: (row: any, index: any) => any;
|
|
288
|
-
};
|
|
289
|
-
selectedMatcher: {
|
|
290
|
-
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
291
|
-
default: (rowId: any, selectedItem: any) => boolean;
|
|
292
|
-
};
|
|
293
|
-
emptyStateVariant: {
|
|
294
|
-
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
295
|
-
default: any;
|
|
296
|
-
};
|
|
297
|
-
showTotalsRow: {
|
|
298
|
-
type: import("vue").PropType<boolean>;
|
|
299
|
-
};
|
|
300
|
-
helpTooltipVariant: {
|
|
301
|
-
type: import("vue").PropType<"icon" | "underline">;
|
|
302
|
-
default: string;
|
|
303
|
-
};
|
|
304
|
-
rowCustomClassKey: {
|
|
305
|
-
type: import("vue").PropType<string>;
|
|
306
|
-
default: string;
|
|
307
|
-
};
|
|
308
|
-
rowDataKey: {
|
|
309
|
-
type: import("vue").PropType<string>;
|
|
310
|
-
default: string;
|
|
311
|
-
};
|
|
312
|
-
isSelectionSticky: {
|
|
313
|
-
type: import("vue").PropType<boolean>;
|
|
314
|
-
default: boolean;
|
|
315
|
-
};
|
|
316
|
-
isSelectionBordered: {
|
|
317
|
-
type: import("vue").PropType<boolean>;
|
|
318
|
-
default: boolean;
|
|
319
|
-
};
|
|
320
|
-
}>> & {
|
|
321
|
-
onSelectAll?: (value: boolean) => any;
|
|
322
|
-
onLoadMore?: () => any;
|
|
323
|
-
"onUpdate:search"?: (query: string) => any;
|
|
324
|
-
onOnScroll?: (event: Event) => any;
|
|
325
|
-
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
326
|
-
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
327
|
-
onOnClearSearch?: () => any;
|
|
328
|
-
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
329
|
-
onSelectRow?: (value: boolean) => any;
|
|
330
|
-
onClickRow?: (rowIndex: number) => any;
|
|
331
|
-
}, {
|
|
332
|
-
scrollTo: (index: number) => void;
|
|
333
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
334
|
-
"update:sort": (newSort: import("../common/Table.types").Sort) => void;
|
|
335
|
-
"update:search": (query: string) => void;
|
|
336
|
-
"update:selection": (selection: unknown[]) => void;
|
|
337
|
-
onScroll: (event: Event) => void;
|
|
338
|
-
onClearSearch: () => void;
|
|
339
|
-
saveRow: (args_0: import("../common/Table.types").SaveRowEvent) => void;
|
|
340
|
-
loadMore: () => void;
|
|
341
|
-
selectAll: (value: boolean) => void;
|
|
342
|
-
selectRow: (value: boolean) => void;
|
|
343
|
-
clickRow: (rowIndex: number) => void;
|
|
344
|
-
}, string, {
|
|
345
|
-
sort: import("../common/Table.types").Sort;
|
|
346
|
-
title: string;
|
|
347
|
-
search: string;
|
|
348
|
-
testId: string;
|
|
349
|
-
isLoading: boolean;
|
|
350
|
-
searchAutoFocus: boolean;
|
|
351
|
-
searchPlaceholder: string;
|
|
352
|
-
selection: unknown[];
|
|
353
|
-
showSearch: boolean;
|
|
354
|
-
loadingRowCount: number;
|
|
355
|
-
emptyStateTitle: string;
|
|
356
|
-
isSticky: boolean;
|
|
357
|
-
zIndexBase: number;
|
|
358
|
-
sections: import("../common/Table.types").Section[];
|
|
359
|
-
isStickyHeader: boolean;
|
|
360
|
-
emptyStateSubtitle: string;
|
|
361
|
-
isInfiniteScroll: boolean;
|
|
362
|
-
infiniteScrollThreshold: number;
|
|
363
|
-
rowHeight: number | ((index: number) => number);
|
|
364
|
-
defaultScrollPosition: number;
|
|
365
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
366
|
-
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
367
|
-
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
368
|
-
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
369
|
-
helpTooltipVariant: "icon" | "underline";
|
|
370
|
-
rowCustomClassKey: string;
|
|
371
|
-
rowDataKey: string;
|
|
372
|
-
isSelectionSticky: boolean;
|
|
373
|
-
isSelectionBordered: boolean;
|
|
374
|
-
}, {}, string> & {
|
|
375
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
376
|
-
created?: (() => void) | (() => void)[];
|
|
377
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
378
|
-
mounted?: (() => void) | (() => void)[];
|
|
379
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
380
|
-
updated?: (() => void) | (() => void)[];
|
|
381
|
-
activated?: (() => void) | (() => void)[];
|
|
382
|
-
deactivated?: (() => void) | (() => void)[];
|
|
383
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
384
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
385
|
-
destroyed?: (() => void) | (() => void)[];
|
|
386
|
-
unmounted?: (() => void) | (() => void)[];
|
|
387
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
388
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
389
|
-
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)[];
|
|
390
|
-
};
|
|
391
|
-
$forceUpdate: () => void;
|
|
392
|
-
$nextTick: typeof import("vue").nextTick;
|
|
393
|
-
$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;
|
|
394
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
395
7
|
sort: {
|
|
396
8
|
type: import("vue").PropType<import("../common/Table.types").Sort>;
|
|
397
9
|
default: any;
|
|
@@ -408,10 +20,195 @@ declare const DataGridTypes: () => (({
|
|
|
408
20
|
type: import("vue").PropType<string>;
|
|
409
21
|
default: string;
|
|
410
22
|
};
|
|
23
|
+
isLoading: {
|
|
24
|
+
type: import("vue").PropType<boolean>;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
searchAutoFocus: {
|
|
28
|
+
type: import("vue").PropType<boolean>;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
searchPlaceholder: {
|
|
32
|
+
type: import("vue").PropType<string>;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
selection: {
|
|
36
|
+
type: import("vue").PropType<unknown[]>;
|
|
37
|
+
default: any;
|
|
38
|
+
};
|
|
39
|
+
showSearch: {
|
|
40
|
+
type: import("vue").PropType<boolean>;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
loadingRowCount: {
|
|
44
|
+
type: import("vue").PropType<number>;
|
|
45
|
+
default: number;
|
|
46
|
+
};
|
|
47
|
+
emptyStateTitle: {
|
|
48
|
+
type: import("vue").PropType<string>;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
isSticky: {
|
|
52
|
+
type: import("vue").PropType<boolean>;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
zIndexBase: {
|
|
56
|
+
type: import("vue").PropType<number>;
|
|
57
|
+
default: number;
|
|
58
|
+
};
|
|
411
59
|
columns: {
|
|
412
60
|
type: import("vue").PropType<import("../common/Table.types").Column[]>;
|
|
413
61
|
required: true;
|
|
414
62
|
};
|
|
63
|
+
rows: {
|
|
64
|
+
type: import("vue").PropType<import("../common/Table.types").Row[]>;
|
|
65
|
+
required: true;
|
|
66
|
+
};
|
|
67
|
+
sections: {
|
|
68
|
+
type: import("vue").PropType<import("../common/Table.types").Section[]>;
|
|
69
|
+
default: any;
|
|
70
|
+
};
|
|
71
|
+
isStickyHeader: {
|
|
72
|
+
type: import("vue").PropType<boolean>;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
emptyStateSubtitle: {
|
|
76
|
+
type: import("vue").PropType<string>;
|
|
77
|
+
default: string;
|
|
78
|
+
};
|
|
79
|
+
isInfiniteScroll: {
|
|
80
|
+
type: import("vue").PropType<boolean>;
|
|
81
|
+
default: boolean;
|
|
82
|
+
};
|
|
83
|
+
infiniteScrollThreshold: {
|
|
84
|
+
type: import("vue").PropType<number>;
|
|
85
|
+
default: number;
|
|
86
|
+
};
|
|
87
|
+
rowHeight: {
|
|
88
|
+
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
89
|
+
default: number;
|
|
90
|
+
};
|
|
91
|
+
defaultScrollPosition: {
|
|
92
|
+
type: import("vue").PropType<number>;
|
|
93
|
+
default: any;
|
|
94
|
+
};
|
|
95
|
+
getRowId: {
|
|
96
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
97
|
+
default: (row: any, index: any) => any;
|
|
98
|
+
};
|
|
99
|
+
getRowKey: {
|
|
100
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
101
|
+
default: (row: any, index: any) => any;
|
|
102
|
+
};
|
|
103
|
+
selectedMatcher: {
|
|
104
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
105
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
106
|
+
};
|
|
107
|
+
emptyStateVariant: {
|
|
108
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
109
|
+
default: any;
|
|
110
|
+
};
|
|
111
|
+
showTotalsRow: {
|
|
112
|
+
type: import("vue").PropType<boolean>;
|
|
113
|
+
};
|
|
114
|
+
helpTooltipVariant: {
|
|
115
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
116
|
+
default: string;
|
|
117
|
+
};
|
|
118
|
+
rowCustomClassKey: {
|
|
119
|
+
type: import("vue").PropType<string>;
|
|
120
|
+
default: string;
|
|
121
|
+
};
|
|
122
|
+
rowDataKey: {
|
|
123
|
+
type: import("vue").PropType<string>;
|
|
124
|
+
default: string;
|
|
125
|
+
};
|
|
126
|
+
isSelectionSticky: {
|
|
127
|
+
type: import("vue").PropType<boolean>;
|
|
128
|
+
default: boolean;
|
|
129
|
+
};
|
|
130
|
+
isSelectionBordered: {
|
|
131
|
+
type: import("vue").PropType<boolean>;
|
|
132
|
+
default: boolean;
|
|
133
|
+
};
|
|
134
|
+
}>> & Readonly<{
|
|
135
|
+
onOnScroll?: (event: Event) => any;
|
|
136
|
+
onSelectAll?: (value: boolean) => any;
|
|
137
|
+
onLoadMore?: () => any;
|
|
138
|
+
onOnClearSearch?: () => any;
|
|
139
|
+
"onUpdate:search"?: (query: string) => any;
|
|
140
|
+
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
141
|
+
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
142
|
+
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
143
|
+
onSelectRow?: (value: boolean) => any;
|
|
144
|
+
onClickRow?: (rowIndex: number) => any;
|
|
145
|
+
}>, {
|
|
146
|
+
scrollTo: (index: number) => void;
|
|
147
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
148
|
+
"update:sort": (newSort: import("../common/Table.types").Sort) => void;
|
|
149
|
+
"update:search": (query: string) => void;
|
|
150
|
+
"update:selection": (selection: unknown[]) => void;
|
|
151
|
+
onScroll: (event: Event) => void;
|
|
152
|
+
onClearSearch: () => void;
|
|
153
|
+
saveRow: (args_0: import("../common/Table.types").SaveRowEvent) => void;
|
|
154
|
+
loadMore: () => void;
|
|
155
|
+
selectAll: (value: boolean) => void;
|
|
156
|
+
selectRow: (value: boolean) => void;
|
|
157
|
+
clickRow: (rowIndex: number) => void;
|
|
158
|
+
}, import("vue").PublicProps, {
|
|
159
|
+
sort: import("../common/Table.types").Sort;
|
|
160
|
+
title: string;
|
|
161
|
+
search: string;
|
|
162
|
+
testId: string;
|
|
163
|
+
isLoading: boolean;
|
|
164
|
+
searchAutoFocus: boolean;
|
|
165
|
+
searchPlaceholder: string;
|
|
166
|
+
selection: unknown[];
|
|
167
|
+
showSearch: boolean;
|
|
168
|
+
loadingRowCount: number;
|
|
169
|
+
emptyStateTitle: string;
|
|
170
|
+
isSticky: boolean;
|
|
171
|
+
zIndexBase: number;
|
|
172
|
+
sections: import("../common/Table.types").Section[];
|
|
173
|
+
isStickyHeader: boolean;
|
|
174
|
+
emptyStateSubtitle: string;
|
|
175
|
+
isInfiniteScroll: boolean;
|
|
176
|
+
infiniteScrollThreshold: number;
|
|
177
|
+
rowHeight: number | ((index: number) => number);
|
|
178
|
+
defaultScrollPosition: number;
|
|
179
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
180
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
181
|
+
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
182
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
183
|
+
helpTooltipVariant: "icon" | "underline";
|
|
184
|
+
rowCustomClassKey: string;
|
|
185
|
+
rowDataKey: string;
|
|
186
|
+
isSelectionSticky: boolean;
|
|
187
|
+
isSelectionBordered: boolean;
|
|
188
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
189
|
+
P: {};
|
|
190
|
+
B: {};
|
|
191
|
+
D: {};
|
|
192
|
+
C: {};
|
|
193
|
+
M: {};
|
|
194
|
+
Defaults: {};
|
|
195
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
196
|
+
sort: {
|
|
197
|
+
type: import("vue").PropType<import("../common/Table.types").Sort>;
|
|
198
|
+
default: any;
|
|
199
|
+
};
|
|
200
|
+
title: {
|
|
201
|
+
type: import("vue").PropType<string>;
|
|
202
|
+
default: string;
|
|
203
|
+
};
|
|
204
|
+
search: {
|
|
205
|
+
type: import("vue").PropType<string>;
|
|
206
|
+
default: any;
|
|
207
|
+
};
|
|
208
|
+
testId: {
|
|
209
|
+
type: import("vue").PropType<string>;
|
|
210
|
+
default: string;
|
|
211
|
+
};
|
|
415
212
|
isLoading: {
|
|
416
213
|
type: import("vue").PropType<boolean>;
|
|
417
214
|
default: boolean;
|
|
@@ -448,6 +245,10 @@ declare const DataGridTypes: () => (({
|
|
|
448
245
|
type: import("vue").PropType<number>;
|
|
449
246
|
default: number;
|
|
450
247
|
};
|
|
248
|
+
columns: {
|
|
249
|
+
type: import("vue").PropType<import("../common/Table.types").Column[]>;
|
|
250
|
+
required: true;
|
|
251
|
+
};
|
|
451
252
|
rows: {
|
|
452
253
|
type: import("vue").PropType<import("../common/Table.types").Row[]>;
|
|
453
254
|
required: true;
|
|
@@ -519,20 +320,50 @@ declare const DataGridTypes: () => (({
|
|
|
519
320
|
type: import("vue").PropType<boolean>;
|
|
520
321
|
default: boolean;
|
|
521
322
|
};
|
|
522
|
-
}>> & {
|
|
323
|
+
}>> & Readonly<{
|
|
324
|
+
onOnScroll?: (event: Event) => any;
|
|
523
325
|
onSelectAll?: (value: boolean) => any;
|
|
524
326
|
onLoadMore?: () => any;
|
|
327
|
+
onOnClearSearch?: () => any;
|
|
525
328
|
"onUpdate:search"?: (query: string) => any;
|
|
526
|
-
onOnScroll?: (event: Event) => any;
|
|
527
329
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
528
330
|
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
529
|
-
onOnClearSearch?: () => any;
|
|
530
331
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
531
332
|
onSelectRow?: (value: boolean) => any;
|
|
532
333
|
onClickRow?: (rowIndex: number) => any;
|
|
533
|
-
}
|
|
334
|
+
}>, {
|
|
534
335
|
scrollTo: (index: number) => void;
|
|
535
|
-
}
|
|
336
|
+
}, {}, {}, {}, {
|
|
337
|
+
sort: import("../common/Table.types").Sort;
|
|
338
|
+
title: string;
|
|
339
|
+
search: string;
|
|
340
|
+
testId: string;
|
|
341
|
+
isLoading: boolean;
|
|
342
|
+
searchAutoFocus: boolean;
|
|
343
|
+
searchPlaceholder: string;
|
|
344
|
+
selection: unknown[];
|
|
345
|
+
showSearch: boolean;
|
|
346
|
+
loadingRowCount: number;
|
|
347
|
+
emptyStateTitle: string;
|
|
348
|
+
isSticky: boolean;
|
|
349
|
+
zIndexBase: number;
|
|
350
|
+
sections: import("../common/Table.types").Section[];
|
|
351
|
+
isStickyHeader: boolean;
|
|
352
|
+
emptyStateSubtitle: string;
|
|
353
|
+
isInfiniteScroll: boolean;
|
|
354
|
+
infiniteScrollThreshold: number;
|
|
355
|
+
rowHeight: number | ((index: number) => number);
|
|
356
|
+
defaultScrollPosition: number;
|
|
357
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
358
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
359
|
+
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
360
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
361
|
+
helpTooltipVariant: "icon" | "underline";
|
|
362
|
+
rowCustomClassKey: string;
|
|
363
|
+
rowDataKey: string;
|
|
364
|
+
isSelectionSticky: boolean;
|
|
365
|
+
isSelectionBordered: boolean;
|
|
366
|
+
}>;
|
|
536
367
|
__isFragment?: never;
|
|
537
368
|
__isTeleport?: never;
|
|
538
369
|
__isSuspense?: never;
|
|
@@ -553,10 +384,6 @@ declare const DataGridTypes: () => (({
|
|
|
553
384
|
type: import("vue").PropType<string>;
|
|
554
385
|
default: string;
|
|
555
386
|
};
|
|
556
|
-
columns: {
|
|
557
|
-
type: import("vue").PropType<import("../common/Table.types").Column[]>;
|
|
558
|
-
required: true;
|
|
559
|
-
};
|
|
560
387
|
isLoading: {
|
|
561
388
|
type: import("vue").PropType<boolean>;
|
|
562
389
|
default: boolean;
|
|
@@ -593,6 +420,10 @@ declare const DataGridTypes: () => (({
|
|
|
593
420
|
type: import("vue").PropType<number>;
|
|
594
421
|
default: number;
|
|
595
422
|
};
|
|
423
|
+
columns: {
|
|
424
|
+
type: import("vue").PropType<import("../common/Table.types").Column[]>;
|
|
425
|
+
required: true;
|
|
426
|
+
};
|
|
596
427
|
rows: {
|
|
597
428
|
type: import("vue").PropType<import("../common/Table.types").Row[]>;
|
|
598
429
|
required: true;
|
|
@@ -664,20 +495,20 @@ declare const DataGridTypes: () => (({
|
|
|
664
495
|
type: import("vue").PropType<boolean>;
|
|
665
496
|
default: boolean;
|
|
666
497
|
};
|
|
667
|
-
}>> & {
|
|
498
|
+
}>> & Readonly<{
|
|
499
|
+
onOnScroll?: (event: Event) => any;
|
|
668
500
|
onSelectAll?: (value: boolean) => any;
|
|
669
501
|
onLoadMore?: () => any;
|
|
502
|
+
onOnClearSearch?: () => any;
|
|
670
503
|
"onUpdate:search"?: (query: string) => any;
|
|
671
|
-
onOnScroll?: (event: Event) => any;
|
|
672
504
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
673
505
|
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
674
|
-
onOnClearSearch?: () => any;
|
|
675
506
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
676
507
|
onSelectRow?: (value: boolean) => any;
|
|
677
508
|
onClickRow?: (rowIndex: number) => any;
|
|
678
|
-
}
|
|
509
|
+
}>, {
|
|
679
510
|
scrollTo: (index: number) => void;
|
|
680
|
-
},
|
|
511
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
681
512
|
"update:sort": (newSort: import("../common/Table.types").Sort) => void;
|
|
682
513
|
"update:search": (query: string) => void;
|
|
683
514
|
"update:selection": (selection: unknown[]) => void;
|
|
@@ -718,11 +549,9 @@ declare const DataGridTypes: () => (({
|
|
|
718
549
|
rowDataKey: string;
|
|
719
550
|
isSelectionSticky: boolean;
|
|
720
551
|
isSelectionBordered: boolean;
|
|
721
|
-
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
552
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
722
553
|
$slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
723
554
|
column: import("../common/Table.types").Column;
|
|
724
|
-
}) => any>> & Partial<Record<`after-header-${string}`, (_: {
|
|
725
|
-
column: import("../common/Table.types").Column;
|
|
726
555
|
}) => any>> & Partial<Record<`total-${string}`, (_: {
|
|
727
556
|
column: import("../common/Table.types").Column;
|
|
728
557
|
}) => any>> & Partial<Record<`cell-${string}`, (_: {
|
|
@@ -749,7 +578,7 @@ declare const DataGridTypes: () => (({
|
|
|
749
578
|
"empty-state"?(_: {}): any;
|
|
750
579
|
footer?(_: {}): any;
|
|
751
580
|
};
|
|
752
|
-
})) | import("vue").DefineComponent<{
|
|
581
|
+
})) | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
753
582
|
placement: {
|
|
754
583
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
755
584
|
default: string;
|
|
@@ -763,9 +592,9 @@ declare const DataGridTypes: () => (({
|
|
|
763
592
|
required: true;
|
|
764
593
|
default: () => any[];
|
|
765
594
|
};
|
|
766
|
-
}
|
|
595
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
767
596
|
selected: (option: unknown) => void;
|
|
768
|
-
}, string, import("vue").
|
|
597
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
769
598
|
placement: {
|
|
770
599
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
771
600
|
default: string;
|
|
@@ -779,13 +608,13 @@ declare const DataGridTypes: () => (({
|
|
|
779
608
|
required: true;
|
|
780
609
|
default: () => any[];
|
|
781
610
|
};
|
|
782
|
-
}>> & {
|
|
611
|
+
}>> & Readonly<{
|
|
783
612
|
onSelected?: (option: unknown) => any;
|
|
784
|
-
}
|
|
613
|
+
}>, {
|
|
785
614
|
placement: import("floating-vue").Placement;
|
|
786
615
|
rowIndex: number;
|
|
787
616
|
menuItems: import("../common/Table.types").MenuItem[];
|
|
788
|
-
}> | import("vue").DefineComponent<{
|
|
617
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
789
618
|
testId: {
|
|
790
619
|
type: import("vue").PropType<string>;
|
|
791
620
|
default: string;
|
|
@@ -810,7 +639,7 @@ declare const DataGridTypes: () => (({
|
|
|
810
639
|
type: import("vue").PropType<string>;
|
|
811
640
|
default: string;
|
|
812
641
|
};
|
|
813
|
-
}
|
|
642
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
814
643
|
testId: {
|
|
815
644
|
type: import("vue").PropType<string>;
|
|
816
645
|
default: string;
|
|
@@ -835,560 +664,13 @@ declare const DataGridTypes: () => (({
|
|
|
835
664
|
type: import("vue").PropType<string>;
|
|
836
665
|
default: string;
|
|
837
666
|
};
|
|
838
|
-
}
|
|
667
|
+
}>> & Readonly<{}>, {
|
|
839
668
|
testId: string;
|
|
840
669
|
count: number;
|
|
841
670
|
totalCount: number;
|
|
842
671
|
displayingText: string;
|
|
843
672
|
outOfText: string;
|
|
844
673
|
totalText: string;
|
|
845
|
-
}
|
|
846
|
-
new (...args: any[]): {
|
|
847
|
-
$: import("vue").ComponentInternalInstance;
|
|
848
|
-
$data: {};
|
|
849
|
-
$props: Partial<{
|
|
850
|
-
search: string;
|
|
851
|
-
testId: string;
|
|
852
|
-
isLoading: boolean;
|
|
853
|
-
searchPlaceholder: string;
|
|
854
|
-
count: number;
|
|
855
|
-
showSearch: boolean;
|
|
856
|
-
loadingRowCount: number;
|
|
857
|
-
emptyStateTitle: string;
|
|
858
|
-
isSticky: boolean;
|
|
859
|
-
zIndexBase: number;
|
|
860
|
-
emptyStateSubtitle: string;
|
|
861
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
862
|
-
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
863
|
-
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
864
|
-
rowCustomClassKey: string;
|
|
865
|
-
rowDataKey: string;
|
|
866
|
-
totalCount: number;
|
|
867
|
-
displayingText: string;
|
|
868
|
-
outOfText: string;
|
|
869
|
-
totalText: string;
|
|
870
|
-
tablesSettings: import("../common/Table.types").TableSettings[];
|
|
871
|
-
loadingAndEmptyStatesColumns: import("../common/Table.types").Column[];
|
|
872
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
873
|
-
search: {
|
|
874
|
-
type: import("vue").PropType<string>;
|
|
875
|
-
default: any;
|
|
876
|
-
};
|
|
877
|
-
testId: {
|
|
878
|
-
type: import("vue").PropType<string>;
|
|
879
|
-
default: string;
|
|
880
|
-
};
|
|
881
|
-
isLoading: {
|
|
882
|
-
type: import("vue").PropType<boolean>;
|
|
883
|
-
default: boolean;
|
|
884
|
-
};
|
|
885
|
-
searchPlaceholder: {
|
|
886
|
-
type: import("vue").PropType<string>;
|
|
887
|
-
default: string;
|
|
888
|
-
};
|
|
889
|
-
count: {
|
|
890
|
-
type: import("vue").PropType<number>;
|
|
891
|
-
default: number;
|
|
892
|
-
};
|
|
893
|
-
showSearch: {
|
|
894
|
-
type: import("vue").PropType<boolean>;
|
|
895
|
-
default: boolean;
|
|
896
|
-
};
|
|
897
|
-
loadingRowCount: {
|
|
898
|
-
type: import("vue").PropType<number>;
|
|
899
|
-
default: number;
|
|
900
|
-
};
|
|
901
|
-
emptyStateTitle: {
|
|
902
|
-
type: import("vue").PropType<string>;
|
|
903
|
-
default: string;
|
|
904
|
-
};
|
|
905
|
-
isSticky: {
|
|
906
|
-
type: import("vue").PropType<boolean>;
|
|
907
|
-
default: boolean;
|
|
908
|
-
};
|
|
909
|
-
zIndexBase: {
|
|
910
|
-
type: import("vue").PropType<number>;
|
|
911
|
-
default: number;
|
|
912
|
-
};
|
|
913
|
-
emptyStateSubtitle: {
|
|
914
|
-
type: import("vue").PropType<string>;
|
|
915
|
-
default: string;
|
|
916
|
-
};
|
|
917
|
-
getRowId: {
|
|
918
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
919
|
-
default: (row: any, index: any) => any;
|
|
920
|
-
};
|
|
921
|
-
getRowKey: {
|
|
922
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
923
|
-
default: (row: any, index: any) => any;
|
|
924
|
-
};
|
|
925
|
-
emptyStateVariant: {
|
|
926
|
-
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
927
|
-
default: any;
|
|
928
|
-
};
|
|
929
|
-
rowCustomClassKey: {
|
|
930
|
-
type: import("vue").PropType<string>;
|
|
931
|
-
default: string;
|
|
932
|
-
};
|
|
933
|
-
rowDataKey: {
|
|
934
|
-
type: import("vue").PropType<string>;
|
|
935
|
-
default: string;
|
|
936
|
-
};
|
|
937
|
-
totalCount: {
|
|
938
|
-
type: import("vue").PropType<number>;
|
|
939
|
-
default: number;
|
|
940
|
-
};
|
|
941
|
-
displayingText: {
|
|
942
|
-
type: import("vue").PropType<string>;
|
|
943
|
-
default: string;
|
|
944
|
-
};
|
|
945
|
-
outOfText: {
|
|
946
|
-
type: import("vue").PropType<string>;
|
|
947
|
-
default: string;
|
|
948
|
-
};
|
|
949
|
-
totalText: {
|
|
950
|
-
type: import("vue").PropType<string>;
|
|
951
|
-
default: string;
|
|
952
|
-
};
|
|
953
|
-
tablesSettings: {
|
|
954
|
-
type: import("vue").PropType<import("../common/Table.types").TableSettings[]>;
|
|
955
|
-
required: true;
|
|
956
|
-
default: () => any[];
|
|
957
|
-
};
|
|
958
|
-
loadingAndEmptyStatesColumns: {
|
|
959
|
-
type: import("vue").PropType<import("../common/Table.types").Column[]>;
|
|
960
|
-
required: true;
|
|
961
|
-
default: () => any[];
|
|
962
|
-
};
|
|
963
|
-
}>> & {
|
|
964
|
-
"onUpdate:search"?: (query: string) => any;
|
|
965
|
-
onOnScroll?: (scrollTop: number) => any;
|
|
966
|
-
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent & {
|
|
967
|
-
tableIndex: number;
|
|
968
|
-
}) => any;
|
|
969
|
-
onOnClearSearch?: () => any;
|
|
970
|
-
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
971
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase" | "emptyStateSubtitle" | "getRowId" | "getRowKey" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
972
|
-
$attrs: {
|
|
973
|
-
[x: string]: unknown;
|
|
974
|
-
};
|
|
975
|
-
$refs: {
|
|
976
|
-
[x: string]: unknown;
|
|
977
|
-
};
|
|
978
|
-
$slots: Readonly<{
|
|
979
|
-
[name: string]: import("vue").Slot;
|
|
980
|
-
}>;
|
|
981
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
982
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
983
|
-
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "saveRow", args_0: import("../common/Table.types").SaveRowEvent & {
|
|
984
|
-
tableIndex: number;
|
|
985
|
-
}) => void) & ((event: "clickRow", rowIndex: number, tableIndex: number) => void);
|
|
986
|
-
$el: any;
|
|
987
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
988
|
-
search: {
|
|
989
|
-
type: import("vue").PropType<string>;
|
|
990
|
-
default: any;
|
|
991
|
-
};
|
|
992
|
-
testId: {
|
|
993
|
-
type: import("vue").PropType<string>;
|
|
994
|
-
default: string;
|
|
995
|
-
};
|
|
996
|
-
isLoading: {
|
|
997
|
-
type: import("vue").PropType<boolean>;
|
|
998
|
-
default: boolean;
|
|
999
|
-
};
|
|
1000
|
-
searchPlaceholder: {
|
|
1001
|
-
type: import("vue").PropType<string>;
|
|
1002
|
-
default: string;
|
|
1003
|
-
};
|
|
1004
|
-
count: {
|
|
1005
|
-
type: import("vue").PropType<number>;
|
|
1006
|
-
default: number;
|
|
1007
|
-
};
|
|
1008
|
-
showSearch: {
|
|
1009
|
-
type: import("vue").PropType<boolean>;
|
|
1010
|
-
default: boolean;
|
|
1011
|
-
};
|
|
1012
|
-
loadingRowCount: {
|
|
1013
|
-
type: import("vue").PropType<number>;
|
|
1014
|
-
default: number;
|
|
1015
|
-
};
|
|
1016
|
-
emptyStateTitle: {
|
|
1017
|
-
type: import("vue").PropType<string>;
|
|
1018
|
-
default: string;
|
|
1019
|
-
};
|
|
1020
|
-
isSticky: {
|
|
1021
|
-
type: import("vue").PropType<boolean>;
|
|
1022
|
-
default: boolean;
|
|
1023
|
-
};
|
|
1024
|
-
zIndexBase: {
|
|
1025
|
-
type: import("vue").PropType<number>;
|
|
1026
|
-
default: number;
|
|
1027
|
-
};
|
|
1028
|
-
emptyStateSubtitle: {
|
|
1029
|
-
type: import("vue").PropType<string>;
|
|
1030
|
-
default: string;
|
|
1031
|
-
};
|
|
1032
|
-
getRowId: {
|
|
1033
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1034
|
-
default: (row: any, index: any) => any;
|
|
1035
|
-
};
|
|
1036
|
-
getRowKey: {
|
|
1037
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1038
|
-
default: (row: any, index: any) => any;
|
|
1039
|
-
};
|
|
1040
|
-
emptyStateVariant: {
|
|
1041
|
-
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
1042
|
-
default: any;
|
|
1043
|
-
};
|
|
1044
|
-
rowCustomClassKey: {
|
|
1045
|
-
type: import("vue").PropType<string>;
|
|
1046
|
-
default: string;
|
|
1047
|
-
};
|
|
1048
|
-
rowDataKey: {
|
|
1049
|
-
type: import("vue").PropType<string>;
|
|
1050
|
-
default: string;
|
|
1051
|
-
};
|
|
1052
|
-
totalCount: {
|
|
1053
|
-
type: import("vue").PropType<number>;
|
|
1054
|
-
default: number;
|
|
1055
|
-
};
|
|
1056
|
-
displayingText: {
|
|
1057
|
-
type: import("vue").PropType<string>;
|
|
1058
|
-
default: string;
|
|
1059
|
-
};
|
|
1060
|
-
outOfText: {
|
|
1061
|
-
type: import("vue").PropType<string>;
|
|
1062
|
-
default: string;
|
|
1063
|
-
};
|
|
1064
|
-
totalText: {
|
|
1065
|
-
type: import("vue").PropType<string>;
|
|
1066
|
-
default: string;
|
|
1067
|
-
};
|
|
1068
|
-
tablesSettings: {
|
|
1069
|
-
type: import("vue").PropType<import("../common/Table.types").TableSettings[]>;
|
|
1070
|
-
required: true;
|
|
1071
|
-
default: () => any[];
|
|
1072
|
-
};
|
|
1073
|
-
loadingAndEmptyStatesColumns: {
|
|
1074
|
-
type: import("vue").PropType<import("../common/Table.types").Column[]>;
|
|
1075
|
-
required: true;
|
|
1076
|
-
default: () => any[];
|
|
1077
|
-
};
|
|
1078
|
-
}>> & {
|
|
1079
|
-
"onUpdate:search"?: (query: string) => any;
|
|
1080
|
-
onOnScroll?: (scrollTop: number) => any;
|
|
1081
|
-
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent & {
|
|
1082
|
-
tableIndex: number;
|
|
1083
|
-
}) => any;
|
|
1084
|
-
onOnClearSearch?: () => any;
|
|
1085
|
-
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
1086
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1087
|
-
"update:search": (query: string) => void;
|
|
1088
|
-
onScroll: (scrollTop: number) => void;
|
|
1089
|
-
onClearSearch: () => void;
|
|
1090
|
-
clickRow: (rowIndex: number, tableIndex: number) => void;
|
|
1091
|
-
saveRow: (args_0: import("../common/Table.types").SaveRowEvent & {
|
|
1092
|
-
tableIndex: number;
|
|
1093
|
-
}) => void;
|
|
1094
|
-
}, string, {
|
|
1095
|
-
search: string;
|
|
1096
|
-
testId: string;
|
|
1097
|
-
isLoading: boolean;
|
|
1098
|
-
searchPlaceholder: string;
|
|
1099
|
-
count: number;
|
|
1100
|
-
showSearch: boolean;
|
|
1101
|
-
loadingRowCount: number;
|
|
1102
|
-
emptyStateTitle: string;
|
|
1103
|
-
isSticky: boolean;
|
|
1104
|
-
zIndexBase: number;
|
|
1105
|
-
emptyStateSubtitle: string;
|
|
1106
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1107
|
-
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1108
|
-
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
1109
|
-
rowCustomClassKey: string;
|
|
1110
|
-
rowDataKey: string;
|
|
1111
|
-
totalCount: number;
|
|
1112
|
-
displayingText: string;
|
|
1113
|
-
outOfText: string;
|
|
1114
|
-
totalText: string;
|
|
1115
|
-
tablesSettings: import("../common/Table.types").TableSettings[];
|
|
1116
|
-
loadingAndEmptyStatesColumns: import("../common/Table.types").Column[];
|
|
1117
|
-
}, {}, string> & {
|
|
1118
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
1119
|
-
created?: (() => void) | (() => void)[];
|
|
1120
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
1121
|
-
mounted?: (() => void) | (() => void)[];
|
|
1122
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
1123
|
-
updated?: (() => void) | (() => void)[];
|
|
1124
|
-
activated?: (() => void) | (() => void)[];
|
|
1125
|
-
deactivated?: (() => void) | (() => void)[];
|
|
1126
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
1127
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
1128
|
-
destroyed?: (() => void) | (() => void)[];
|
|
1129
|
-
unmounted?: (() => void) | (() => void)[];
|
|
1130
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1131
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1132
|
-
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)[];
|
|
1133
|
-
};
|
|
1134
|
-
$forceUpdate: () => void;
|
|
1135
|
-
$nextTick: typeof import("vue").nextTick;
|
|
1136
|
-
$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;
|
|
1137
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1138
|
-
search: {
|
|
1139
|
-
type: import("vue").PropType<string>;
|
|
1140
|
-
default: any;
|
|
1141
|
-
};
|
|
1142
|
-
testId: {
|
|
1143
|
-
type: import("vue").PropType<string>;
|
|
1144
|
-
default: string;
|
|
1145
|
-
};
|
|
1146
|
-
isLoading: {
|
|
1147
|
-
type: import("vue").PropType<boolean>;
|
|
1148
|
-
default: boolean;
|
|
1149
|
-
};
|
|
1150
|
-
searchPlaceholder: {
|
|
1151
|
-
type: import("vue").PropType<string>;
|
|
1152
|
-
default: string;
|
|
1153
|
-
};
|
|
1154
|
-
count: {
|
|
1155
|
-
type: import("vue").PropType<number>;
|
|
1156
|
-
default: number;
|
|
1157
|
-
};
|
|
1158
|
-
showSearch: {
|
|
1159
|
-
type: import("vue").PropType<boolean>;
|
|
1160
|
-
default: boolean;
|
|
1161
|
-
};
|
|
1162
|
-
loadingRowCount: {
|
|
1163
|
-
type: import("vue").PropType<number>;
|
|
1164
|
-
default: number;
|
|
1165
|
-
};
|
|
1166
|
-
emptyStateTitle: {
|
|
1167
|
-
type: import("vue").PropType<string>;
|
|
1168
|
-
default: string;
|
|
1169
|
-
};
|
|
1170
|
-
isSticky: {
|
|
1171
|
-
type: import("vue").PropType<boolean>;
|
|
1172
|
-
default: boolean;
|
|
1173
|
-
};
|
|
1174
|
-
zIndexBase: {
|
|
1175
|
-
type: import("vue").PropType<number>;
|
|
1176
|
-
default: number;
|
|
1177
|
-
};
|
|
1178
|
-
emptyStateSubtitle: {
|
|
1179
|
-
type: import("vue").PropType<string>;
|
|
1180
|
-
default: string;
|
|
1181
|
-
};
|
|
1182
|
-
getRowId: {
|
|
1183
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1184
|
-
default: (row: any, index: any) => any;
|
|
1185
|
-
};
|
|
1186
|
-
getRowKey: {
|
|
1187
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1188
|
-
default: (row: any, index: any) => any;
|
|
1189
|
-
};
|
|
1190
|
-
emptyStateVariant: {
|
|
1191
|
-
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
1192
|
-
default: any;
|
|
1193
|
-
};
|
|
1194
|
-
rowCustomClassKey: {
|
|
1195
|
-
type: import("vue").PropType<string>;
|
|
1196
|
-
default: string;
|
|
1197
|
-
};
|
|
1198
|
-
rowDataKey: {
|
|
1199
|
-
type: import("vue").PropType<string>;
|
|
1200
|
-
default: string;
|
|
1201
|
-
};
|
|
1202
|
-
totalCount: {
|
|
1203
|
-
type: import("vue").PropType<number>;
|
|
1204
|
-
default: number;
|
|
1205
|
-
};
|
|
1206
|
-
displayingText: {
|
|
1207
|
-
type: import("vue").PropType<string>;
|
|
1208
|
-
default: string;
|
|
1209
|
-
};
|
|
1210
|
-
outOfText: {
|
|
1211
|
-
type: import("vue").PropType<string>;
|
|
1212
|
-
default: string;
|
|
1213
|
-
};
|
|
1214
|
-
totalText: {
|
|
1215
|
-
type: import("vue").PropType<string>;
|
|
1216
|
-
default: string;
|
|
1217
|
-
};
|
|
1218
|
-
tablesSettings: {
|
|
1219
|
-
type: import("vue").PropType<import("../common/Table.types").TableSettings[]>;
|
|
1220
|
-
required: true;
|
|
1221
|
-
default: () => any[];
|
|
1222
|
-
};
|
|
1223
|
-
loadingAndEmptyStatesColumns: {
|
|
1224
|
-
type: import("vue").PropType<import("../common/Table.types").Column[]>;
|
|
1225
|
-
required: true;
|
|
1226
|
-
default: () => any[];
|
|
1227
|
-
};
|
|
1228
|
-
}>> & {
|
|
1229
|
-
"onUpdate:search"?: (query: string) => any;
|
|
1230
|
-
onOnScroll?: (scrollTop: number) => any;
|
|
1231
|
-
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent & {
|
|
1232
|
-
tableIndex: number;
|
|
1233
|
-
}) => any;
|
|
1234
|
-
onOnClearSearch?: () => any;
|
|
1235
|
-
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
1236
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
1237
|
-
__isFragment?: never;
|
|
1238
|
-
__isTeleport?: never;
|
|
1239
|
-
__isSuspense?: never;
|
|
1240
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1241
|
-
search: {
|
|
1242
|
-
type: import("vue").PropType<string>;
|
|
1243
|
-
default: any;
|
|
1244
|
-
};
|
|
1245
|
-
testId: {
|
|
1246
|
-
type: import("vue").PropType<string>;
|
|
1247
|
-
default: string;
|
|
1248
|
-
};
|
|
1249
|
-
isLoading: {
|
|
1250
|
-
type: import("vue").PropType<boolean>;
|
|
1251
|
-
default: boolean;
|
|
1252
|
-
};
|
|
1253
|
-
searchPlaceholder: {
|
|
1254
|
-
type: import("vue").PropType<string>;
|
|
1255
|
-
default: string;
|
|
1256
|
-
};
|
|
1257
|
-
count: {
|
|
1258
|
-
type: import("vue").PropType<number>;
|
|
1259
|
-
default: number;
|
|
1260
|
-
};
|
|
1261
|
-
showSearch: {
|
|
1262
|
-
type: import("vue").PropType<boolean>;
|
|
1263
|
-
default: boolean;
|
|
1264
|
-
};
|
|
1265
|
-
loadingRowCount: {
|
|
1266
|
-
type: import("vue").PropType<number>;
|
|
1267
|
-
default: number;
|
|
1268
|
-
};
|
|
1269
|
-
emptyStateTitle: {
|
|
1270
|
-
type: import("vue").PropType<string>;
|
|
1271
|
-
default: string;
|
|
1272
|
-
};
|
|
1273
|
-
isSticky: {
|
|
1274
|
-
type: import("vue").PropType<boolean>;
|
|
1275
|
-
default: boolean;
|
|
1276
|
-
};
|
|
1277
|
-
zIndexBase: {
|
|
1278
|
-
type: import("vue").PropType<number>;
|
|
1279
|
-
default: number;
|
|
1280
|
-
};
|
|
1281
|
-
emptyStateSubtitle: {
|
|
1282
|
-
type: import("vue").PropType<string>;
|
|
1283
|
-
default: string;
|
|
1284
|
-
};
|
|
1285
|
-
getRowId: {
|
|
1286
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1287
|
-
default: (row: any, index: any) => any;
|
|
1288
|
-
};
|
|
1289
|
-
getRowKey: {
|
|
1290
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1291
|
-
default: (row: any, index: any) => any;
|
|
1292
|
-
};
|
|
1293
|
-
emptyStateVariant: {
|
|
1294
|
-
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
1295
|
-
default: any;
|
|
1296
|
-
};
|
|
1297
|
-
rowCustomClassKey: {
|
|
1298
|
-
type: import("vue").PropType<string>;
|
|
1299
|
-
default: string;
|
|
1300
|
-
};
|
|
1301
|
-
rowDataKey: {
|
|
1302
|
-
type: import("vue").PropType<string>;
|
|
1303
|
-
default: string;
|
|
1304
|
-
};
|
|
1305
|
-
totalCount: {
|
|
1306
|
-
type: import("vue").PropType<number>;
|
|
1307
|
-
default: number;
|
|
1308
|
-
};
|
|
1309
|
-
displayingText: {
|
|
1310
|
-
type: import("vue").PropType<string>;
|
|
1311
|
-
default: string;
|
|
1312
|
-
};
|
|
1313
|
-
outOfText: {
|
|
1314
|
-
type: import("vue").PropType<string>;
|
|
1315
|
-
default: string;
|
|
1316
|
-
};
|
|
1317
|
-
totalText: {
|
|
1318
|
-
type: import("vue").PropType<string>;
|
|
1319
|
-
default: string;
|
|
1320
|
-
};
|
|
1321
|
-
tablesSettings: {
|
|
1322
|
-
type: import("vue").PropType<import("../common/Table.types").TableSettings[]>;
|
|
1323
|
-
required: true;
|
|
1324
|
-
default: () => any[];
|
|
1325
|
-
};
|
|
1326
|
-
loadingAndEmptyStatesColumns: {
|
|
1327
|
-
type: import("vue").PropType<import("../common/Table.types").Column[]>;
|
|
1328
|
-
required: true;
|
|
1329
|
-
default: () => any[];
|
|
1330
|
-
};
|
|
1331
|
-
}>> & {
|
|
1332
|
-
"onUpdate:search"?: (query: string) => any;
|
|
1333
|
-
onOnScroll?: (scrollTop: number) => any;
|
|
1334
|
-
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent & {
|
|
1335
|
-
tableIndex: number;
|
|
1336
|
-
}) => any;
|
|
1337
|
-
onOnClearSearch?: () => any;
|
|
1338
|
-
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
1339
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1340
|
-
"update:search": (query: string) => void;
|
|
1341
|
-
onScroll: (scrollTop: number) => void;
|
|
1342
|
-
onClearSearch: () => void;
|
|
1343
|
-
clickRow: (rowIndex: number, tableIndex: number) => void;
|
|
1344
|
-
saveRow: (args_0: import("../common/Table.types").SaveRowEvent & {
|
|
1345
|
-
tableIndex: number;
|
|
1346
|
-
}) => void;
|
|
1347
|
-
}, string, {
|
|
1348
|
-
search: string;
|
|
1349
|
-
testId: string;
|
|
1350
|
-
isLoading: boolean;
|
|
1351
|
-
searchPlaceholder: string;
|
|
1352
|
-
count: number;
|
|
1353
|
-
showSearch: boolean;
|
|
1354
|
-
loadingRowCount: number;
|
|
1355
|
-
emptyStateTitle: string;
|
|
1356
|
-
isSticky: boolean;
|
|
1357
|
-
zIndexBase: number;
|
|
1358
|
-
emptyStateSubtitle: string;
|
|
1359
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1360
|
-
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1361
|
-
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
1362
|
-
rowCustomClassKey: string;
|
|
1363
|
-
rowDataKey: string;
|
|
1364
|
-
totalCount: number;
|
|
1365
|
-
displayingText: string;
|
|
1366
|
-
outOfText: string;
|
|
1367
|
-
totalText: string;
|
|
1368
|
-
tablesSettings: import("../common/Table.types").TableSettings[];
|
|
1369
|
-
loadingAndEmptyStatesColumns: import("../common/Table.types").Column[];
|
|
1370
|
-
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1371
|
-
$slots: Partial<Record<string, (_: {
|
|
1372
|
-
column: import("../common/Table.types").Column;
|
|
1373
|
-
}) => any>> & Partial<Record<string, (_: {
|
|
1374
|
-
cell: any;
|
|
1375
|
-
isLoading: any;
|
|
1376
|
-
cellIndex: any;
|
|
1377
|
-
row: any;
|
|
1378
|
-
rowIndex: any;
|
|
1379
|
-
}) => any>> & Partial<Record<string, (_: {
|
|
1380
|
-
column: import("../common/Table.types").Column;
|
|
1381
|
-
}) => any>> & {
|
|
1382
|
-
title?(_: {}): any;
|
|
1383
|
-
search?(_: {}): any;
|
|
1384
|
-
"table-header-actions"?(_: {}): any;
|
|
1385
|
-
"floating-row"?(_: {
|
|
1386
|
-
row: import("@vueuse/core").UseVirtualListItem<import("../common/Table.types").Row>;
|
|
1387
|
-
rowIndex: number;
|
|
1388
|
-
tableIndex: number;
|
|
1389
|
-
}): any;
|
|
1390
|
-
"empty-state"?(_: {}): any;
|
|
1391
|
-
};
|
|
1392
|
-
})))[];
|
|
674
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>)[];
|
|
1393
675
|
export type { Column, Sort, MenuItem, TableSettings, } from '../common/Table.types';
|
|
1394
676
|
export { DataGrid, DataGridMenu, DataGridRowsCounter, DataGridTypes, MultipleDataGrid, };
|