@ironsource/shared-ui 2.0.0-rc.2 → 2.0.0-test.1
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/components/appIcon/AppIcon.vue.js +6 -0
- package/components/appIcon/index.js +6 -0
- package/components/appTrigger/AppTrigger.vue.js +6 -0
- package/components/appTrigger/AppTrigger.vue2.js +121 -0
- package/components/appTrigger/index.js +6 -0
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +6 -0
- package/components/autocompleteDropdown/AutocompleteDropdown.vue2.js +119 -0
- package/components/autocompleteDropdown/AutocompleteInput.vue.js +6 -0
- package/components/autocompleteDropdown/AutocompleteInput.vue2.js +79 -0
- package/components/autocompleteDropdown/GroupOption.vue.js +6 -0
- package/components/autocompleteDropdown/GroupOption.vue2.js +34 -0
- package/components/autocompleteDropdown/index.js +6 -0
- package/components/banner/Banner.vue.js +6 -0
- package/components/banner/Banner.vue2.js +58 -0
- package/components/banner/index.js +6 -0
- package/components/button/common/ButtonBase.vue2.js +6 -0
- package/components/button/common/ButtonBase.vue3.js +53 -0
- package/components/button/icon/LoaderCircleIcon.vue.js +33 -0
- package/components/button/icon/LoaderDotsIcon.vue.js +16 -0
- package/components/button/v3/Button.vue.js +6 -0
- package/components/button/v3/Button.vue2.js +90 -0
- package/components/button/v3/IconButton.vue.js +6 -0
- package/components/button/v3/IconButton.vue2.js +45 -0
- package/components/button/v3/ScrollButton.vue.js +6 -0
- package/components/button/v3/ScrollButton.vue2.js +43 -0
- package/components/button/v3/index.js +10 -0
- package/components/button/v4/ButtonV4.vue.js +6 -0
- package/components/button/v4/ButtonV4.vue2.js +84 -0
- package/components/button/v4/index.js +6 -0
- package/components/checkbox/Checkbox.vue.js +6 -0
- package/components/checkbox/Checkbox.vue2.js +91 -0
- package/components/checkbox/icons/checked.vue.js +27 -0
- package/components/checkbox/icons/indeterminate.vue.js +28 -0
- package/components/checkbox/icons/unchecked.vue.js +24 -0
- package/components/checkbox/index.js +6 -0
- package/components/chip/v3/Chip.vue.js +6 -0
- package/components/chip/v3/Chip.vue2.js +58 -0
- package/components/chip/v3/index.js +6 -0
- package/components/chip/v4/ChipV4.vue.js +6 -0
- package/components/chip/v4/ChipV4.vue2.js +67 -0
- package/components/chip/v4/index.js +6 -0
- package/components/cssBaseline/CssBaseline.vue.js +10 -0
- package/components/cssBaseline/index.js +6 -0
- package/components/datePicker/DatePicker.vue.js +6 -0
- package/components/datePicker/DatePicker.vue2.js +97 -0
- package/components/datePicker/DatePickerMonth.vue.js +6 -0
- package/components/datePicker/DatePickerMonth.vue2.js +85 -0
- package/components/datePicker/index.js +6 -0
- package/components/dateRange/CalendarMonth.vue.js +6 -0
- package/components/dateRange/CalendarMonth.vue2.js +243 -0
- package/components/dateRange/DateRange.vue.js +6 -0
- package/components/dateRange/DateRange.vue2.js +415 -0
- package/components/dateRange/index.js +6 -0
- package/components/dialog/Dialog.vue.js +6 -0
- package/components/dialog/Dialog.vue2.js +177 -0
- package/components/dialog/index.js +6 -0
- package/components/dropdown/common/Dropdown.common.js +299 -0
- package/components/dropdown/common/Label.vue.js +6 -0
- package/components/dropdown/common/Label.vue2.js +35 -0
- package/components/dropdown/common/Option.vue.js +6 -0
- package/components/dropdown/common/Option.vue2.js +101 -0
- package/components/dropdown/common/SearchInput.vue.js +6 -0
- package/components/dropdown/common/SearchInput.vue2.js +81 -0
- package/components/dropdown/v3/Dropdown.vue.js +6 -0
- package/components/dropdown/v3/Dropdown.vue2.js +372 -0
- package/components/dropdown/v3/index.js +12 -0
- package/components/dropdown/v4/DropdownV4.vue.js +6 -0
- package/components/dropdown/v4/DropdownV4.vue2.js +387 -0
- package/components/dropdown/v4/index.js +6 -0
- package/components/emptyState/EmptyState.vue.js +6 -0
- package/components/emptyState/EmptyState.vue2.js +89 -0
- package/components/emptyState/EmptyStateIcon.vue.js +35 -0
- package/components/emptyState/index.js +6 -0
- package/components/filterDropdown/AddFilterButton.vue.js +6 -0
- package/components/filterDropdown/AddFilterButton.vue2.js +50 -0
- package/components/filterDropdown/FilterDropdown.vue.js +6 -0
- package/components/filterDropdown/FilterDropdown.vue2.js +55 -0
- package/components/filterDropdown/index.js +8 -0
- package/components/filtersPanel/FilterSearchInput.vue.js +6 -0
- package/components/filtersPanel/FilterSearchInput.vue2.js +45 -0
- package/components/filtersPanel/FiltersPanel.vue.js +6 -0
- package/components/filtersPanel/index.js +14 -0
- package/components/floatingToolbar/FloatingToolbar.vue.js +6 -0
- package/components/floatingToolbar/FloatingToolbar.vue2.js +69 -0
- package/components/floatingToolbar/index.js +6 -0
- package/components/icon/Icon.vue.js +6 -0
- package/components/icon/Icon.vue2.js +38 -0
- package/components/icon/icons/A.vue.js +24 -0
- package/components/icon/icons/A2.vue.js +18 -0
- package/components/icon/icons/ABTest.vue.js +20 -0
- package/components/icon/icons/ABTest2.vue.js +15 -0
- package/components/icon/icons/ACircle.vue.js +20 -0
- package/components/icon/icons/AccountBalanceWallet.vue.js +22 -0
- package/components/icon/icons/AccountCircle.vue.js +20 -0
- package/components/icon/icons/AccountCircleOutline.vue.js +18 -0
- package/components/icon/icons/Add.vue.js +18 -0
- package/components/icon/icons/Adjust.vue.js +43 -0
- package/components/icon/icons/Analytics.vue.js +18 -0
- package/components/icon/icons/Android.vue.js +20 -0
- package/components/icon/icons/AngleDown.vue.js +20 -0
- package/components/icon/icons/AngleLeft.vue.js +20 -0
- package/components/icon/icons/AngleRight.vue.js +20 -0
- package/components/icon/icons/AngleUp.vue.js +20 -0
- package/components/icon/icons/AppStore.vue.js +21 -0
- package/components/icon/icons/AreaChart.vue.js +18 -0
- package/components/icon/icons/ArrowBack.vue.js +18 -0
- package/components/icon/icons/ArrowDownward.vue.js +18 -0
- package/components/icon/icons/ArrowForward.vue.js +18 -0
- package/components/icon/icons/ArrowLeft.vue.js +18 -0
- package/components/icon/icons/ArrowRight.vue.js +18 -0
- package/components/icon/icons/ArrowSort-Down.vue.js +20 -0
- package/components/icon/icons/ArrowSort-Up.vue.js +20 -0
- package/components/icon/icons/ArrowUpward.vue.js +18 -0
- package/components/icon/icons/AutoAwesome.vue.js +18 -0
- package/components/icon/icons/AutoMode.vue.js +20 -0
- package/components/icon/icons/Autorenew.vue.js +18 -0
- package/components/icon/icons/B.vue.js +24 -0
- package/components/icon/icons/B2.vue.js +18 -0
- package/components/icon/icons/BCircle.vue.js +20 -0
- package/components/icon/icons/Banner.vue.js +24 -0
- package/components/icon/icons/Bidding.vue.js +32 -0
- package/components/icon/icons/Bidding2.vue.js +32 -0
- package/components/icon/icons/Block.vue.js +18 -0
- package/components/icon/icons/BorderColor.vue.js +20 -0
- package/components/icon/icons/Bug.vue.js +20 -0
- package/components/icon/icons/Bullhorn.vue.js +18 -0
- package/components/icon/icons/BullseyeArrow.vue.js +23 -0
- package/components/icon/icons/Cached.vue.js +18 -0
- package/components/icon/icons/Calendar.vue.js +23 -0
- package/components/icon/icons/CalendarToday.vue.js +18 -0
- package/components/icon/icons/Cancel.vue.js +20 -0
- package/components/icon/icons/ChartBar.vue.js +20 -0
- package/components/icon/icons/ChartLine.vue.js +20 -0
- package/components/icon/icons/ChartMixed.vue.js +20 -0
- package/components/icon/icons/Check.vue.js +18 -0
- package/components/icon/icons/Check2.vue.js +21 -0
- package/components/icon/icons/CheckBold.vue.js +20 -0
- package/components/icon/icons/CheckCircle.vue.js +21 -0
- package/components/icon/icons/Close.vue.js +18 -0
- package/components/icon/icons/CloseBold.vue.js +18 -0
- package/components/icon/icons/ComputerMouse.vue.js +23 -0
- package/components/icon/icons/CopyTo-Clipboard.vue.js +20 -0
- package/components/icon/icons/CopyToClipboardFilled.vue.js +18 -0
- package/components/icon/icons/Create.vue.js +20 -0
- package/components/icon/icons/Creative.vue.js +20 -0
- package/components/icon/icons/Cross.vue.js +20 -0
- package/components/icon/icons/CrownFill.vue.js +18 -0
- package/components/icon/icons/Cube.vue.js +21 -0
- package/components/icon/icons/CubeBackground.vue.js +27 -0
- package/components/icon/icons/Cup.vue.js +18 -0
- package/components/icon/icons/CupA.vue.js +15 -0
- package/components/icon/icons/CupB.vue.js +15 -0
- package/components/icon/icons/Delete.vue.js +20 -0
- package/components/icon/icons/Diamond.vue.js +18 -0
- package/components/icon/icons/Dots.vue.js +20 -0
- package/components/icon/icons/Download.vue.js +20 -0
- package/components/icon/icons/Download2.vue.js +23 -0
- package/components/icon/icons/DownloadDone.vue.js +20 -0
- package/components/icon/icons/DragIndicator.vue.js +18 -0
- package/components/icon/icons/Ecpi.vue.js +31 -0
- package/components/icon/icons/Email.vue.js +20 -0
- package/components/icon/icons/EmailEnvelope.vue.js +18 -0
- package/components/icon/icons/Error.vue.js +20 -0
- package/components/icon/icons/Eye.vue.js +22 -0
- package/components/icon/icons/Eye2.vue.js +19 -0
- package/components/icon/icons/EyeSlash.vue.js +21 -0
- package/components/icon/icons/FavoriteBorder.vue.js +20 -0
- package/components/icon/icons/Filter.vue.js +20 -0
- package/components/icon/icons/FilterList.vue.js +18 -0
- package/components/icon/icons/Frame.vue.js +20 -0
- package/components/icon/icons/Fullscreen.vue.js +20 -0
- package/components/icon/icons/FullscreenExit.vue.js +20 -0
- package/components/icon/icons/Functions.vue.js +18 -0
- package/components/icon/icons/GamepadAlt.vue.js +20 -0
- package/components/icon/icons/Games.vue.js +20 -0
- package/components/icon/icons/Gavel.vue.js +20 -0
- package/components/icon/icons/Gift.vue.js +20 -0
- package/components/icon/icons/GitHub.vue.js +20 -0
- package/components/icon/icons/GlobeStand.vue.js +20 -0
- package/components/icon/icons/GooglePlay.vue.js +18 -0
- package/components/icon/icons/Group.vue.js +20 -0
- package/components/icon/icons/Hammer.vue.js +20 -0
- package/components/icon/icons/HandPointer.vue.js +22 -0
- package/components/icon/icons/Hands.vue.js +20 -0
- package/components/icon/icons/Heartbeat.vue.js +20 -0
- package/components/icon/icons/Help.vue.js +20 -0
- package/components/icon/icons/HelpOutline.vue.js +20 -0
- package/components/icon/icons/History.vue.js +18 -0
- package/components/icon/icons/IOS.vue.js +20 -0
- package/components/icon/icons/Image.vue.js +18 -0
- package/components/icon/icons/ImageNotSupported.vue.js +23 -0
- package/components/icon/icons/ImageSlash.vue.js +18 -0
- package/components/icon/icons/ImportExport.vue.js +18 -0
- package/components/icon/icons/ImportExport2.vue.js +18 -0
- package/components/icon/icons/Importent.vue.js +20 -0
- package/components/icon/icons/Info.vue.js +20 -0
- package/components/icon/icons/Info2.vue.js +21 -0
- package/components/icon/icons/InfoOutline.vue.js +20 -0
- package/components/icon/icons/Insights.vue.js +20 -0
- package/components/icon/icons/Interstitial.vue.js +24 -0
- package/components/icon/icons/Ios14.vue.js +20 -0
- package/components/icon/icons/Js.vue.js +20 -0
- package/components/icon/icons/Landscape.vue.js +18 -0
- package/components/icon/icons/Launch.vue.js +18 -0
- package/components/icon/icons/Levelplay.vue.js +32 -0
- package/components/icon/icons/LimitCircle.vue.js +23 -0
- package/components/icon/icons/LimitOctagon.vue.js +23 -0
- package/components/icon/icons/Link.vue.js +18 -0
- package/components/icon/icons/LoadingClean.vue.js +18 -0
- package/components/icon/icons/Lock.vue.js +18 -0
- package/components/icon/icons/LockOpen.vue.js +18 -0
- package/components/icon/icons/Login.vue.js +18 -0
- package/components/icon/icons/Logout.vue.js +18 -0
- package/components/icon/icons/Marketing.vue.js +23 -0
- package/components/icon/icons/MilitaryTech.vue.js +18 -0
- package/components/icon/icons/Mix.vue.js +20 -0
- package/components/icon/icons/Mix2.vue.js +24 -0
- package/components/icon/icons/MobileLandscape.vue.js +20 -0
- package/components/icon/icons/MobilePortrait.vue.js +20 -0
- package/components/icon/icons/MoneyCheck.vue.js +22 -0
- package/components/icon/icons/MoreHoriz.vue.js +20 -0
- package/components/icon/icons/MoreVert.vue.js +20 -0
- package/components/icon/icons/Mouse.vue.js +20 -0
- package/components/icon/icons/MousePointer.vue.js +20 -0
- package/components/icon/icons/MovingUp.vue.js +18 -0
- package/components/icon/icons/NativeAd.vue.js +15 -0
- package/components/icon/icons/NotificationsNone.vue.js +20 -0
- package/components/icon/icons/Offerwall.vue.js +24 -0
- package/components/icon/icons/Palyable.vue.js +18 -0
- package/components/icon/icons/PaperPlane-Off.vue.js +20 -0
- package/components/icon/icons/PaperPlane.vue.js +20 -0
- package/components/icon/icons/Pause.vue.js +20 -0
- package/components/icon/icons/PauseCircleFilled.vue.js +20 -0
- package/components/icon/icons/PauseCircleOutline.vue.js +20 -0
- package/components/icon/icons/PhoneIphone.vue.js +18 -0
- package/components/icon/icons/Photo.vue.js +23 -0
- package/components/icon/icons/Photo2.vue.js +20 -0
- package/components/icon/icons/PlayArrow.vue.js +18 -0
- package/components/icon/icons/PlayCircleFilledWhite.vue.js +20 -0
- package/components/icon/icons/PlayCircleOutline.vue.js +20 -0
- package/components/icon/icons/Qrcode.vue.js +20 -0
- package/components/icon/icons/Question.vue.js +21 -0
- package/components/icon/icons/QuickAB.vue.js +15 -0
- package/components/icon/icons/QuickAB2.vue.js +15 -0
- package/components/icon/icons/React.vue.js +20 -0
- package/components/icon/icons/Redo.vue.js +18 -0
- package/components/icon/icons/Refresh.vue.js +18 -0
- package/components/icon/icons/Remove.vue.js +18 -0
- package/components/icon/icons/Replay.vue.js +18 -0
- package/components/icon/icons/RewardedVideo.vue.js +24 -0
- package/components/icon/icons/RocketLaunch.vue.js +18 -0
- package/components/icon/icons/Rotate.vue.js +20 -0
- package/components/icon/icons/Route.vue.js +20 -0
- package/components/icon/icons/SackDollar.vue.js +23 -0
- package/components/icon/icons/Schedule.vue.js +18 -0
- package/components/icon/icons/Search.vue.js +18 -0
- package/components/icon/icons/SearchBold.vue.js +20 -0
- package/components/icon/icons/Share.vue.js +18 -0
- package/components/icon/icons/Slack.vue.js +18 -0
- package/components/icon/icons/SportsEsports.vue.js +18 -0
- package/components/icon/icons/Star.vue.js +20 -0
- package/components/icon/icons/StarFill.vue.js +20 -0
- package/components/icon/icons/StatusBanner.vue.js +26 -0
- package/components/icon/icons/StatusInterstitial.vue.js +26 -0
- package/components/icon/icons/StatusNativeAd.vue.js +15 -0
- package/components/icon/icons/StatusOfferwall.vue.js +26 -0
- package/components/icon/icons/StatusRewardedVideo.vue.js +26 -0
- package/components/icon/icons/StopCircleFilled.vue.js +18 -0
- package/components/icon/icons/StopCircleOutline.vue.js +18 -0
- package/components/icon/icons/Style.vue.js +22 -0
- package/components/icon/icons/Success.vue.js +20 -0
- package/components/icon/icons/SuccessFull.vue.js +20 -0
- package/components/icon/icons/Switch.vue.js +20 -0
- package/components/icon/icons/TableEdit.vue.js +18 -0
- package/components/icon/icons/TabletLandscape.vue.js +20 -0
- package/components/icon/icons/TabletMac.vue.js +18 -0
- package/components/icon/icons/TabletPortrait.vue.js +20 -0
- package/components/icon/icons/Texture.vue.js +20 -0
- package/components/icon/icons/ThemeDark.vue.js +18 -0
- package/components/icon/icons/ThemeLight.vue.js +18 -0
- package/components/icon/icons/Timelapse.vue.js +18 -0
- package/components/icon/icons/Timeline.vue.js +18 -0
- package/components/icon/icons/TrendingDown.vue.js +18 -0
- package/components/icon/icons/TrendingFlat.vue.js +18 -0
- package/components/icon/icons/TrendingUp.vue.js +18 -0
- package/components/icon/icons/Tune.vue.js +20 -0
- package/components/icon/icons/TwoToneBanner.vue.js +28 -0
- package/components/icon/icons/TwoToneInterstitial.vue.js +28 -0
- package/components/icon/icons/TwoToneNativeAd.vue.js +15 -0
- package/components/icon/icons/TwoToneOfferwall.vue.js +24 -0
- package/components/icon/icons/TwoToneRewardedVideo.vue.js +30 -0
- package/components/icon/icons/Undo.vue.js +18 -0
- package/components/icon/icons/UnfoldLess.vue.js +20 -0
- package/components/icon/icons/UnfoldMore.vue.js +20 -0
- package/components/icon/icons/VerticalAlignTop.vue.js +18 -0
- package/components/icon/icons/VerticalAlignTop2.vue.js +18 -0
- package/components/icon/icons/Vibration.vue.js +20 -0
- package/components/icon/icons/VideoRound.vue.js +20 -0
- package/components/icon/icons/ViewCarousel.vue.js +18 -0
- package/components/icon/icons/Visibility.vue.js +18 -0
- package/components/icon/icons/VisibilityOff.vue.js +18 -0
- package/components/icon/icons/VisibilityOffStrok.vue.js +18 -0
- package/components/icon/icons/VisibilityStrok.vue.js +18 -0
- package/components/icon/icons/VolumeOff.vue.js +20 -0
- package/components/icon/icons/VolumeUp.vue.js +20 -0
- package/components/icon/icons/Warning.vue.js +18 -0
- package/components/icon/icons/Warning2.vue.js +20 -0
- package/components/icon/icons/Warning3.vue.js +21 -0
- package/components/icon/icons/WarningCircle.vue.js +21 -0
- package/components/icon/icons/WarningOctagon.vue.js +21 -0
- package/components/icon/icons/WebApp.vue.js +18 -0
- package/components/icon/icons/Widget.vue.js +22 -0
- package/components/icon/icons/Widgets.vue.js +18 -0
- package/components/icon/icons/WidgetsFill.vue.js +18 -0
- package/components/icon/icons/WidgetsFlatSquares.vue.js +49 -0
- package/components/icon/icons/Widgetsz.vue.js +25 -0
- package/components/icon/icons/WifiProtectedSetup.vue.js +20 -0
- package/components/icon/index.js +8 -0
- package/components/includeExclude/IncludeExclude.vue.js +6 -0
- package/components/includeExclude/IncludeExclude.vue2.js +429 -0
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +6 -0
- package/components/includeExclude/IncludeExcludeAppHeader.vue2.js +115 -0
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +6 -0
- package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +106 -0
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +6 -0
- package/components/includeExclude/IncludeExcludeChipFilter.vue2.js +147 -0
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +6 -0
- package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +464 -0
- package/components/includeExclude/IncludeExcludeOption.vue.js +6 -0
- package/components/includeExclude/IncludeExcludeOption.vue2.js +114 -0
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +6 -0
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +105 -0
- package/components/includeExclude/index.js +26 -0
- package/components/input/common/Input.common.js +40 -0
- package/components/input/v3/DollarInput.vue.js +6 -0
- package/components/input/v3/DollarInput.vue2.js +31 -0
- package/components/input/v3/Input.vue.js +6 -0
- package/components/input/v3/Input.vue2.js +208 -0
- package/components/input/v3/PasswordInput.vue.js +6 -0
- package/components/input/v3/PasswordInput.vue2.js +33 -0
- package/components/input/v3/PercentageInput.vue.js +6 -0
- package/components/input/v3/PercentageInput.vue2.js +31 -0
- package/components/input/v3/index.js +12 -0
- package/components/input/v4/TextField.vue.js +6 -0
- package/components/input/v4/TextField.vue2.js +209 -0
- package/components/input/v4/index.js +6 -0
- package/components/loader/v4/Loader.vue.js +6 -0
- package/components/menu/Menu.vue.js +6 -0
- package/components/menu/Menu.vue2.js +62 -0
- package/components/menu/index.js +6 -0
- package/components/menuItem/MenuItem.vue.js +25 -0
- package/components/menuItem/index.js +6 -0
- package/components/popover/Popover.vue3.js +4 -0
- package/components/popover/index.js +6 -0
- package/components/radioButton/RadioButton.vue.js +6 -0
- package/components/radioButton/RadioButton.vue2.js +82 -0
- package/components/radioButton/RadioGroup.vue.js +6 -0
- package/components/radioButton/RadioGroup.vue2.js +44 -0
- package/components/radioButton/index.js +8 -0
- package/components/search/v3/Search.vue.js +6 -0
- package/components/search/v3/Search.vue2.js +62 -0
- package/components/search/v3/index.js +6 -0
- package/components/search/v4/SearchV4.vue.js +6 -0
- package/components/search/v4/SearchV4.vue2.js +62 -0
- package/components/search/v4/index.js +6 -0
- package/components/shared/FieldHelpText.vue.js +6 -0
- package/components/shared/FieldHelpText.vue2.js +47 -0
- package/components/shared/FieldLabel.vue.js +6 -0
- package/components/shared/FieldLabel.vue2.js +64 -0
- package/components/skeleton/Skeleton.vue.js +6 -0
- package/components/skeleton/index.js +6 -0
- package/components/snackbar/Snackbar.vue.js +6 -0
- package/components/snackbar/Snackbar.vue2.js +149 -0
- package/components/snackbar/index.js +6 -0
- package/components/snackbar/notify.js +84 -0
- package/components/switch/v3/Switch.vue.js +6 -0
- package/components/switch/v3/Switch.vue2.js +69 -0
- package/components/switch/v3/index.js +6 -0
- package/components/switch/v4/SwitchV4.vue.js +6 -0
- package/components/switch/v4/SwitchV4.vue2.js +69 -0
- package/components/switch/v4/index.js +6 -0
- package/components/table/SortOrderIcon.vue.js +21 -0
- package/components/table/Table.vue.js +6 -0
- package/components/table/Table.vue2.js +295 -0
- package/components/table/TableHeaderSorter.vue.js +6 -0
- package/components/table/TableHeaderSorter.vue2.js +23 -0
- package/components/table/index.js +8 -0
- package/components/table-cells/Editable.vue.js +6 -0
- package/components/table-cells/Editable.vue2.js +66 -0
- package/components/table-cells/index.js +10 -0
- package/components/tabs/Tabs.vue.js +6 -0
- package/components/tabs/Tabs.vue2.js +95 -0
- package/components/tabs/index.js +6 -0
- package/components/textArea/TextArea.vue.js +6 -0
- package/components/textArea/TextArea.vue2.js +64 -0
- package/components/textArea/index.js +6 -0
- package/components/toggle/Toggle.vue.js +6 -0
- package/components/toggle/Toggle.vue2.js +94 -0
- package/components/toggle/index.js +6 -0
- package/components/tooltip/TextWithTitleContent.vue2.js +6 -0
- package/components/tooltip/TextWithTitleContent.vue3.js +45 -0
- package/components/tooltip/Tooltip.vue.js +83 -0
- package/components/tooltip/Tooltip.vue3.js +4 -0
- package/components/tooltip/index.js +6 -0
- package/components/typography/Heading.vue.js +6 -0
- package/components/typography/Heading.vue3.js +25 -0
- package/components/typography/Text.vue.js +6 -0
- package/components/typography/Text.vue2.js +23 -0
- package/components/typography/index.js +8 -0
- package/components/typography/v4/Typography.vue.js +6 -0
- package/components/typography/v4/index.js +6 -0
- package/index.js +185 -0
- package/package.json +1 -1
- package/utils/style.js +5 -0
- package/components/appIcon/AppIcon.vue.vue.js +0 -6
- package/components/appIcon/index.vue.js +0 -6
- package/components/appTrigger/AppTrigger.vue.vue.js +0 -6
- package/components/appTrigger/AppTrigger.vue.vue2.js +0 -121
- package/components/appTrigger/index.vue.js +0 -6
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.vue.js +0 -6
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.vue2.js +0 -119
- package/components/autocompleteDropdown/AutocompleteInput.vue.vue.js +0 -6
- package/components/autocompleteDropdown/AutocompleteInput.vue.vue2.js +0 -79
- package/components/autocompleteDropdown/GroupOption.vue.vue.js +0 -6
- package/components/autocompleteDropdown/GroupOption.vue.vue2.js +0 -34
- package/components/autocompleteDropdown/index.vue.js +0 -6
- package/components/banner/Banner.vue.vue.js +0 -6
- package/components/banner/Banner.vue.vue2.js +0 -58
- package/components/banner/index.vue.js +0 -6
- package/components/button/common/ButtonBase.vue.vue2.js +0 -6
- package/components/button/common/ButtonBase.vue.vue3.js +0 -53
- package/components/button/icon/LoaderCircleIcon.vue.vue.js +0 -33
- package/components/button/icon/LoaderDotsIcon.vue.vue.js +0 -16
- package/components/button/v3/Button.vue.vue.js +0 -6
- package/components/button/v3/Button.vue.vue2.js +0 -90
- package/components/button/v3/IconButton.vue.vue.js +0 -6
- package/components/button/v3/IconButton.vue.vue2.js +0 -45
- package/components/button/v3/ScrollButton.vue.vue.js +0 -6
- package/components/button/v3/ScrollButton.vue.vue2.js +0 -43
- package/components/button/v3/index.vue.js +0 -10
- package/components/button/v4/ButtonV4.vue.vue.js +0 -6
- package/components/button/v4/ButtonV4.vue.vue2.js +0 -84
- package/components/button/v4/index.vue.js +0 -6
- package/components/checkbox/Checkbox.vue.vue.js +0 -6
- package/components/checkbox/Checkbox.vue.vue2.js +0 -91
- package/components/checkbox/icons/checked.vue.vue.js +0 -27
- package/components/checkbox/icons/indeterminate.vue.vue.js +0 -28
- package/components/checkbox/icons/unchecked.vue.vue.js +0 -24
- package/components/checkbox/index.vue.js +0 -6
- package/components/chip/v3/Chip.vue.vue.js +0 -6
- package/components/chip/v3/Chip.vue.vue2.js +0 -58
- package/components/chip/v3/index.vue.js +0 -6
- package/components/chip/v4/ChipV4.vue.vue.js +0 -6
- package/components/chip/v4/ChipV4.vue.vue2.js +0 -67
- package/components/chip/v4/index.vue.js +0 -6
- package/components/cssBaseline/CssBaseline.vue.vue.js +0 -10
- package/components/cssBaseline/index.vue.js +0 -6
- package/components/datePicker/DatePicker.vue.vue.js +0 -6
- package/components/datePicker/DatePicker.vue.vue2.js +0 -97
- package/components/datePicker/DatePickerMonth.vue.vue.js +0 -6
- package/components/datePicker/DatePickerMonth.vue.vue2.js +0 -85
- package/components/datePicker/index.vue.js +0 -6
- package/components/dateRange/CalendarMonth.vue.vue.js +0 -6
- package/components/dateRange/CalendarMonth.vue.vue2.js +0 -243
- package/components/dateRange/DateRange.vue.vue.js +0 -6
- package/components/dateRange/DateRange.vue.vue2.js +0 -415
- package/components/dateRange/index.vue.js +0 -6
- package/components/dialog/Dialog.vue.vue.js +0 -6
- package/components/dialog/Dialog.vue.vue2.js +0 -177
- package/components/dialog/index.vue.js +0 -6
- package/components/dropdown/common/Dropdown.common.vue.js +0 -299
- package/components/dropdown/common/Label.vue.vue.js +0 -6
- package/components/dropdown/common/Label.vue.vue2.js +0 -35
- package/components/dropdown/common/Option.vue.vue.js +0 -6
- package/components/dropdown/common/Option.vue.vue2.js +0 -101
- package/components/dropdown/common/SearchInput.vue.vue.js +0 -6
- package/components/dropdown/common/SearchInput.vue.vue2.js +0 -81
- package/components/dropdown/v3/Dropdown.vue.vue.js +0 -6
- package/components/dropdown/v3/Dropdown.vue.vue2.js +0 -372
- package/components/dropdown/v3/index.vue.js +0 -12
- package/components/dropdown/v4/DropdownV4.vue.vue.js +0 -6
- package/components/dropdown/v4/DropdownV4.vue.vue2.js +0 -387
- package/components/dropdown/v4/index.vue.js +0 -6
- package/components/emptyState/EmptyState.vue.vue.js +0 -6
- package/components/emptyState/EmptyState.vue.vue2.js +0 -89
- package/components/emptyState/EmptyStateIcon.vue.vue2.js +0 -35
- package/components/emptyState/index.vue.js +0 -6
- package/components/filterDropdown/AddFilterButton.vue.vue.js +0 -6
- package/components/filterDropdown/AddFilterButton.vue.vue2.js +0 -50
- package/components/filterDropdown/FilterDropdown.vue.vue.js +0 -6
- package/components/filterDropdown/FilterDropdown.vue.vue2.js +0 -55
- package/components/filterDropdown/index.vue.js +0 -8
- package/components/filtersPanel/FilterSearchInput.vue.vue.js +0 -6
- package/components/filtersPanel/FilterSearchInput.vue.vue2.js +0 -45
- package/components/filtersPanel/FiltersPanel.vue.vue.js +0 -6
- package/components/filtersPanel/index.vue.js +0 -14
- package/components/floatingToolbar/FloatingToolbar.vue.vue.js +0 -6
- package/components/floatingToolbar/FloatingToolbar.vue.vue2.js +0 -69
- package/components/floatingToolbar/index.vue.js +0 -6
- package/components/icon/Icon.vue.vue.js +0 -6
- package/components/icon/Icon.vue.vue2.js +0 -38
- package/components/icon/icons/A.vue.vue.js +0 -24
- package/components/icon/icons/A2.vue.vue.js +0 -18
- package/components/icon/icons/ABTest.vue.vue.js +0 -20
- package/components/icon/icons/ABTest2.vue.vue.js +0 -15
- package/components/icon/icons/ACircle.vue.vue.js +0 -20
- package/components/icon/icons/AccountBalanceWallet.vue.vue.js +0 -22
- package/components/icon/icons/AccountCircle.vue.vue.js +0 -20
- package/components/icon/icons/AccountCircleOutline.vue.vue.js +0 -18
- package/components/icon/icons/Add.vue.vue.js +0 -18
- package/components/icon/icons/Adjust.vue.vue.js +0 -43
- package/components/icon/icons/Analytics.vue.vue.js +0 -18
- package/components/icon/icons/Android.vue.vue.js +0 -20
- package/components/icon/icons/AngleDown.vue.vue.js +0 -20
- package/components/icon/icons/AngleLeft.vue.vue.js +0 -20
- package/components/icon/icons/AngleRight.vue.vue.js +0 -20
- package/components/icon/icons/AngleUp.vue.vue.js +0 -20
- package/components/icon/icons/AppStore.vue.vue.js +0 -21
- package/components/icon/icons/AreaChart.vue.vue.js +0 -18
- package/components/icon/icons/ArrowBack.vue.vue.js +0 -18
- package/components/icon/icons/ArrowDownward.vue.vue.js +0 -18
- package/components/icon/icons/ArrowForward.vue.vue.js +0 -18
- package/components/icon/icons/ArrowLeft.vue.vue.js +0 -18
- package/components/icon/icons/ArrowRight.vue.vue.js +0 -18
- package/components/icon/icons/ArrowSort-Down.vue.vue.js +0 -20
- package/components/icon/icons/ArrowSort-Up.vue.vue.js +0 -20
- package/components/icon/icons/ArrowUpward.vue.vue.js +0 -18
- package/components/icon/icons/AutoAwesome.vue.vue.js +0 -18
- package/components/icon/icons/AutoMode.vue.vue.js +0 -20
- package/components/icon/icons/Autorenew.vue.vue.js +0 -18
- package/components/icon/icons/B.vue.vue.js +0 -24
- package/components/icon/icons/B2.vue.vue.js +0 -18
- package/components/icon/icons/BCircle.vue.vue.js +0 -20
- package/components/icon/icons/Banner.vue.vue.js +0 -24
- package/components/icon/icons/Bidding.vue.vue.js +0 -32
- package/components/icon/icons/Bidding2.vue.vue.js +0 -32
- package/components/icon/icons/Block.vue.vue.js +0 -18
- package/components/icon/icons/BorderColor.vue.vue.js +0 -20
- package/components/icon/icons/Bug.vue.vue.js +0 -20
- package/components/icon/icons/Bullhorn.vue.vue.js +0 -18
- package/components/icon/icons/BullseyeArrow.vue.vue.js +0 -23
- package/components/icon/icons/Cached.vue.vue.js +0 -18
- package/components/icon/icons/Calendar.vue.vue.js +0 -23
- package/components/icon/icons/CalendarToday.vue.vue.js +0 -18
- package/components/icon/icons/Cancel.vue.vue.js +0 -20
- package/components/icon/icons/ChartBar.vue.vue.js +0 -20
- package/components/icon/icons/ChartLine.vue.vue.js +0 -20
- package/components/icon/icons/ChartMixed.vue.vue.js +0 -20
- package/components/icon/icons/Check.vue.vue.js +0 -18
- package/components/icon/icons/Check2.vue.vue.js +0 -21
- package/components/icon/icons/CheckBold.vue.vue.js +0 -20
- package/components/icon/icons/CheckCircle.vue.vue.js +0 -21
- package/components/icon/icons/Close.vue.vue.js +0 -18
- package/components/icon/icons/CloseBold.vue.vue.js +0 -18
- package/components/icon/icons/ComputerMouse.vue.vue.js +0 -23
- package/components/icon/icons/CopyTo-Clipboard.vue.vue.js +0 -20
- package/components/icon/icons/CopyToClipboardFilled.vue.vue.js +0 -18
- package/components/icon/icons/Create.vue.vue.js +0 -20
- package/components/icon/icons/Creative.vue.vue.js +0 -20
- package/components/icon/icons/Cross.vue.vue.js +0 -20
- package/components/icon/icons/CrownFill.vue.vue.js +0 -18
- package/components/icon/icons/Cube.vue.vue.js +0 -21
- package/components/icon/icons/CubeBackground.vue.vue.js +0 -27
- package/components/icon/icons/Cup.vue.vue.js +0 -18
- package/components/icon/icons/CupA.vue.vue.js +0 -15
- package/components/icon/icons/CupB.vue.vue.js +0 -15
- package/components/icon/icons/Delete.vue.vue.js +0 -20
- package/components/icon/icons/Diamond.vue.vue.js +0 -18
- package/components/icon/icons/Dots.vue.vue.js +0 -20
- package/components/icon/icons/Download.vue.vue.js +0 -20
- package/components/icon/icons/Download2.vue.vue.js +0 -23
- package/components/icon/icons/DownloadDone.vue.vue.js +0 -20
- package/components/icon/icons/DragIndicator.vue.vue.js +0 -18
- package/components/icon/icons/Ecpi.vue.vue.js +0 -31
- package/components/icon/icons/Email.vue.vue.js +0 -20
- package/components/icon/icons/EmailEnvelope.vue.vue.js +0 -18
- package/components/icon/icons/Error.vue.vue.js +0 -20
- package/components/icon/icons/Eye.vue.vue.js +0 -22
- package/components/icon/icons/Eye2.vue.vue.js +0 -19
- package/components/icon/icons/EyeSlash.vue.vue.js +0 -21
- package/components/icon/icons/FavoriteBorder.vue.vue.js +0 -20
- package/components/icon/icons/Filter.vue.vue.js +0 -20
- package/components/icon/icons/FilterList.vue.vue.js +0 -18
- package/components/icon/icons/Frame.vue.vue.js +0 -20
- package/components/icon/icons/Fullscreen.vue.vue.js +0 -20
- package/components/icon/icons/FullscreenExit.vue.vue.js +0 -20
- package/components/icon/icons/Functions.vue.vue.js +0 -18
- package/components/icon/icons/GamepadAlt.vue.vue.js +0 -20
- package/components/icon/icons/Games.vue.vue.js +0 -20
- package/components/icon/icons/Gavel.vue.vue.js +0 -20
- package/components/icon/icons/Gift.vue.vue.js +0 -20
- package/components/icon/icons/GitHub.vue.vue.js +0 -20
- package/components/icon/icons/GlobeStand.vue.vue.js +0 -20
- package/components/icon/icons/GooglePlay.vue.vue.js +0 -18
- package/components/icon/icons/Group.vue.vue.js +0 -20
- package/components/icon/icons/Hammer.vue.vue.js +0 -20
- package/components/icon/icons/HandPointer.vue.vue.js +0 -22
- package/components/icon/icons/Hands.vue.vue.js +0 -20
- package/components/icon/icons/Heartbeat.vue.vue.js +0 -20
- package/components/icon/icons/Help.vue.vue.js +0 -20
- package/components/icon/icons/HelpOutline.vue.vue.js +0 -20
- package/components/icon/icons/History.vue.vue.js +0 -18
- package/components/icon/icons/IOS.vue.vue.js +0 -20
- package/components/icon/icons/Image.vue.vue.js +0 -18
- package/components/icon/icons/ImageNotSupported.vue.vue.js +0 -23
- package/components/icon/icons/ImageSlash.vue.vue.js +0 -18
- package/components/icon/icons/ImportExport.vue.vue.js +0 -18
- package/components/icon/icons/ImportExport2.vue.vue.js +0 -18
- package/components/icon/icons/Importent.vue.vue.js +0 -20
- package/components/icon/icons/Info.vue.vue.js +0 -20
- package/components/icon/icons/Info2.vue.vue.js +0 -21
- package/components/icon/icons/InfoOutline.vue.vue.js +0 -20
- package/components/icon/icons/Insights.vue.vue.js +0 -20
- package/components/icon/icons/Interstitial.vue.vue.js +0 -24
- package/components/icon/icons/Ios14.vue.vue.js +0 -20
- package/components/icon/icons/Js.vue.vue.js +0 -20
- package/components/icon/icons/Landscape.vue.vue.js +0 -18
- package/components/icon/icons/Launch.vue.vue.js +0 -18
- package/components/icon/icons/Levelplay.vue.vue.js +0 -32
- package/components/icon/icons/LimitCircle.vue.vue.js +0 -23
- package/components/icon/icons/LimitOctagon.vue.vue.js +0 -23
- package/components/icon/icons/Link.vue.vue.js +0 -18
- package/components/icon/icons/LoadingClean.vue.vue.js +0 -18
- package/components/icon/icons/Lock.vue.vue.js +0 -18
- package/components/icon/icons/LockOpen.vue.vue.js +0 -18
- package/components/icon/icons/Login.vue.vue.js +0 -18
- package/components/icon/icons/Logout.vue.vue.js +0 -18
- package/components/icon/icons/Marketing.vue.vue.js +0 -23
- package/components/icon/icons/MilitaryTech.vue.vue.js +0 -18
- package/components/icon/icons/Mix.vue.vue.js +0 -20
- package/components/icon/icons/Mix2.vue.vue.js +0 -24
- package/components/icon/icons/MobileLandscape.vue.vue.js +0 -20
- package/components/icon/icons/MobilePortrait.vue.vue.js +0 -20
- package/components/icon/icons/MoneyCheck.vue.vue.js +0 -22
- package/components/icon/icons/MoreHoriz.vue.vue.js +0 -20
- package/components/icon/icons/MoreVert.vue.vue.js +0 -20
- package/components/icon/icons/Mouse.vue.vue.js +0 -20
- package/components/icon/icons/MousePointer.vue.vue.js +0 -20
- package/components/icon/icons/MovingUp.vue.vue.js +0 -18
- package/components/icon/icons/NativeAd.vue.vue.js +0 -15
- package/components/icon/icons/NotificationsNone.vue.vue.js +0 -20
- package/components/icon/icons/Offerwall.vue.vue.js +0 -24
- package/components/icon/icons/Palyable.vue.vue.js +0 -18
- package/components/icon/icons/PaperPlane-Off.vue.vue.js +0 -20
- package/components/icon/icons/PaperPlane.vue.vue.js +0 -20
- package/components/icon/icons/Pause.vue.vue.js +0 -20
- package/components/icon/icons/PauseCircleFilled.vue.vue.js +0 -20
- package/components/icon/icons/PauseCircleOutline.vue.vue.js +0 -20
- package/components/icon/icons/PhoneIphone.vue.vue.js +0 -18
- package/components/icon/icons/Photo.vue.vue.js +0 -23
- package/components/icon/icons/Photo2.vue.vue.js +0 -20
- package/components/icon/icons/PlayArrow.vue.vue.js +0 -18
- package/components/icon/icons/PlayCircleFilledWhite.vue.vue.js +0 -20
- package/components/icon/icons/PlayCircleOutline.vue.vue.js +0 -20
- package/components/icon/icons/Qrcode.vue.vue.js +0 -20
- package/components/icon/icons/Question.vue.vue.js +0 -21
- package/components/icon/icons/QuickAB.vue.vue.js +0 -15
- package/components/icon/icons/QuickAB2.vue.vue.js +0 -15
- package/components/icon/icons/React.vue.vue.js +0 -20
- package/components/icon/icons/Redo.vue.vue.js +0 -18
- package/components/icon/icons/Refresh.vue.vue.js +0 -18
- package/components/icon/icons/Remove.vue.vue.js +0 -18
- package/components/icon/icons/Replay.vue.vue.js +0 -18
- package/components/icon/icons/RewardedVideo.vue.vue.js +0 -24
- package/components/icon/icons/RocketLaunch.vue.vue.js +0 -18
- package/components/icon/icons/Rotate.vue.vue.js +0 -20
- package/components/icon/icons/Route.vue.vue.js +0 -20
- package/components/icon/icons/SackDollar.vue.vue.js +0 -23
- package/components/icon/icons/Schedule.vue.vue.js +0 -18
- package/components/icon/icons/Search.vue.vue.js +0 -18
- package/components/icon/icons/SearchBold.vue.vue.js +0 -20
- package/components/icon/icons/Share.vue.vue.js +0 -18
- package/components/icon/icons/Slack.vue.vue.js +0 -18
- package/components/icon/icons/SportsEsports.vue.vue.js +0 -18
- package/components/icon/icons/Star.vue.vue.js +0 -20
- package/components/icon/icons/StarFill.vue.vue.js +0 -20
- package/components/icon/icons/StatusBanner.vue.vue.js +0 -26
- package/components/icon/icons/StatusInterstitial.vue.vue.js +0 -26
- package/components/icon/icons/StatusNativeAd.vue.vue.js +0 -15
- package/components/icon/icons/StatusOfferwall.vue.vue.js +0 -26
- package/components/icon/icons/StatusRewardedVideo.vue.vue.js +0 -26
- package/components/icon/icons/StopCircleFilled.vue.vue.js +0 -18
- package/components/icon/icons/StopCircleOutline.vue.vue.js +0 -18
- package/components/icon/icons/Style.vue.vue.js +0 -22
- package/components/icon/icons/Success.vue.vue.js +0 -20
- package/components/icon/icons/SuccessFull.vue.vue.js +0 -20
- package/components/icon/icons/Switch.vue.vue.js +0 -20
- package/components/icon/icons/TableEdit.vue.vue.js +0 -18
- package/components/icon/icons/TabletLandscape.vue.vue.js +0 -20
- package/components/icon/icons/TabletMac.vue.vue.js +0 -18
- package/components/icon/icons/TabletPortrait.vue.vue.js +0 -20
- package/components/icon/icons/Texture.vue.vue.js +0 -20
- package/components/icon/icons/ThemeDark.vue.vue.js +0 -18
- package/components/icon/icons/ThemeLight.vue.vue.js +0 -18
- package/components/icon/icons/Timelapse.vue.vue.js +0 -18
- package/components/icon/icons/Timeline.vue.vue.js +0 -18
- package/components/icon/icons/TrendingDown.vue.vue.js +0 -18
- package/components/icon/icons/TrendingFlat.vue.vue.js +0 -18
- package/components/icon/icons/TrendingUp.vue.vue.js +0 -18
- package/components/icon/icons/Tune.vue.vue.js +0 -20
- package/components/icon/icons/TwoToneBanner.vue.vue.js +0 -28
- package/components/icon/icons/TwoToneInterstitial.vue.vue.js +0 -28
- package/components/icon/icons/TwoToneNativeAd.vue.vue.js +0 -15
- package/components/icon/icons/TwoToneOfferwall.vue.vue.js +0 -24
- package/components/icon/icons/TwoToneRewardedVideo.vue.vue.js +0 -30
- package/components/icon/icons/Undo.vue.vue.js +0 -18
- package/components/icon/icons/UnfoldLess.vue.vue.js +0 -20
- package/components/icon/icons/UnfoldMore.vue.vue.js +0 -20
- package/components/icon/icons/VerticalAlignTop.vue.vue.js +0 -18
- package/components/icon/icons/VerticalAlignTop2.vue.vue.js +0 -18
- package/components/icon/icons/Vibration.vue.vue.js +0 -20
- package/components/icon/icons/VideoRound.vue.vue.js +0 -20
- package/components/icon/icons/ViewCarousel.vue.vue.js +0 -18
- package/components/icon/icons/Visibility.vue.vue.js +0 -18
- package/components/icon/icons/VisibilityOff.vue.vue.js +0 -18
- package/components/icon/icons/VisibilityOffStrok.vue.vue.js +0 -18
- package/components/icon/icons/VisibilityStrok.vue.vue.js +0 -18
- package/components/icon/icons/VolumeOff.vue.vue.js +0 -20
- package/components/icon/icons/VolumeUp.vue.vue.js +0 -20
- package/components/icon/icons/Warning.vue.vue.js +0 -18
- package/components/icon/icons/Warning2.vue.vue.js +0 -20
- package/components/icon/icons/Warning3.vue.vue.js +0 -21
- package/components/icon/icons/WarningCircle.vue.vue.js +0 -21
- package/components/icon/icons/WarningOctagon.vue.vue.js +0 -21
- package/components/icon/icons/WebApp.vue.vue.js +0 -18
- package/components/icon/icons/Widget.vue.vue.js +0 -22
- package/components/icon/icons/Widgets.vue.vue.js +0 -18
- package/components/icon/icons/WidgetsFill.vue.vue.js +0 -18
- package/components/icon/icons/WidgetsFlatSquares.vue.vue.js +0 -49
- package/components/icon/icons/Widgetsz.vue.vue.js +0 -25
- package/components/icon/icons/WifiProtectedSetup.vue.vue.js +0 -20
- package/components/icon/index.vue.js +0 -8
- package/components/includeExclude/IncludeExclude.vue.vue.js +0 -6
- package/components/includeExclude/IncludeExclude.vue.vue2.js +0 -429
- package/components/includeExclude/IncludeExcludeAppHeader.vue.vue.js +0 -6
- package/components/includeExclude/IncludeExcludeAppHeader.vue.vue2.js +0 -115
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.vue.js +0 -6
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.vue2.js +0 -106
- package/components/includeExclude/IncludeExcludeChipFilter.vue.vue.js +0 -6
- package/components/includeExclude/IncludeExcludeChipFilter.vue.vue2.js +0 -147
- package/components/includeExclude/IncludeExcludeDragDrop.vue.vue.js +0 -6
- package/components/includeExclude/IncludeExcludeDragDrop.vue.vue2.js +0 -464
- package/components/includeExclude/IncludeExcludeOption.vue.vue.js +0 -6
- package/components/includeExclude/IncludeExcludeOption.vue.vue2.js +0 -114
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.vue.js +0 -6
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.vue2.js +0 -105
- package/components/includeExclude/index.vue.js +0 -26
- package/components/input/common/Input.common.vue.js +0 -40
- package/components/input/v3/DollarInput.vue.vue.js +0 -6
- package/components/input/v3/DollarInput.vue.vue2.js +0 -31
- package/components/input/v3/Input.vue.vue.js +0 -6
- package/components/input/v3/Input.vue.vue2.js +0 -208
- package/components/input/v3/PasswordInput.vue.vue.js +0 -6
- package/components/input/v3/PasswordInput.vue.vue2.js +0 -33
- package/components/input/v3/PercentageInput.vue.vue.js +0 -6
- package/components/input/v3/PercentageInput.vue.vue2.js +0 -31
- package/components/input/v3/index.vue.js +0 -12
- package/components/input/v4/TextField.vue.vue.js +0 -6
- package/components/input/v4/TextField.vue.vue2.js +0 -209
- package/components/input/v4/index.vue.js +0 -6
- package/components/loader/v4/Loader.vue.vue.js +0 -6
- package/components/menu/Menu.vue.vue.js +0 -6
- package/components/menu/Menu.vue.vue2.js +0 -62
- package/components/menu/index.vue.js +0 -6
- package/components/menuItem/MenuItem.vue.vue.js +0 -25
- package/components/menuItem/index.vue.js +0 -6
- package/components/popover/Popover.vue.vue3.js +0 -4
- package/components/popover/index.vue.js +0 -6
- package/components/radioButton/RadioButton.vue.vue.js +0 -6
- package/components/radioButton/RadioButton.vue.vue2.js +0 -82
- package/components/radioButton/RadioGroup.vue.vue.js +0 -6
- package/components/radioButton/RadioGroup.vue.vue2.js +0 -44
- package/components/radioButton/index.vue.js +0 -8
- package/components/search/v3/Search.vue.vue.js +0 -6
- package/components/search/v3/Search.vue.vue2.js +0 -62
- package/components/search/v3/index.vue.js +0 -6
- package/components/search/v4/SearchV4.vue.vue.js +0 -6
- package/components/search/v4/SearchV4.vue.vue2.js +0 -62
- package/components/search/v4/index.vue.js +0 -6
- package/components/shared/FieldHelpText.vue.vue.js +0 -6
- package/components/shared/FieldHelpText.vue.vue2.js +0 -47
- package/components/shared/FieldLabel.vue.vue.js +0 -6
- package/components/shared/FieldLabel.vue.vue2.js +0 -64
- package/components/skeleton/Skeleton.vue.vue.js +0 -6
- package/components/skeleton/index.vue.js +0 -6
- package/components/snackbar/Snackbar.vue.vue.js +0 -6
- package/components/snackbar/Snackbar.vue.vue2.js +0 -149
- package/components/snackbar/index.vue.js +0 -6
- package/components/snackbar/notify.vue.js +0 -84
- package/components/switch/v3/Switch.vue.vue.js +0 -6
- package/components/switch/v3/Switch.vue.vue2.js +0 -69
- package/components/switch/v3/index.vue.js +0 -6
- package/components/switch/v4/SwitchV4.vue.vue.js +0 -6
- package/components/switch/v4/SwitchV4.vue.vue2.js +0 -69
- package/components/switch/v4/index.vue.js +0 -6
- package/components/table/SortOrderIcon.vue.vue.js +0 -21
- package/components/table/Table.vue.vue.js +0 -6
- package/components/table/Table.vue.vue2.js +0 -295
- package/components/table/TableHeaderSorter.vue.vue.js +0 -6
- package/components/table/TableHeaderSorter.vue.vue2.js +0 -23
- package/components/table/index.vue.js +0 -8
- package/components/table-cells/Editable.vue.vue.js +0 -6
- package/components/table-cells/Editable.vue.vue2.js +0 -66
- package/components/table-cells/index.vue.js +0 -10
- package/components/tabs/Tabs.vue.vue.js +0 -6
- package/components/tabs/Tabs.vue.vue2.js +0 -95
- package/components/tabs/index.vue.js +0 -6
- package/components/textArea/TextArea.vue.vue.js +0 -6
- package/components/textArea/TextArea.vue.vue2.js +0 -64
- package/components/textArea/index.vue.js +0 -6
- package/components/toggle/Toggle.vue.vue.js +0 -6
- package/components/toggle/Toggle.vue.vue2.js +0 -94
- package/components/toggle/index.vue.js +0 -6
- package/components/tooltip/TextWithTitleContent.vue.vue2.js +0 -6
- package/components/tooltip/TextWithTitleContent.vue.vue3.js +0 -45
- package/components/tooltip/Tooltip.vue.vue.js +0 -83
- package/components/tooltip/Tooltip.vue.vue3.js +0 -4
- package/components/tooltip/index.vue.js +0 -6
- package/components/typography/Heading.vue.vue.js +0 -6
- package/components/typography/Heading.vue.vue3.js +0 -25
- package/components/typography/Text.vue.vue.js +0 -6
- package/components/typography/Text.vue.vue2.js +0 -23
- package/components/typography/index.vue.js +0 -8
- package/components/typography/v4/Typography.vue.vue.js +0 -6
- package/components/typography/v4/index.vue.js +0 -6
- package/index.vue.js +0 -185
- package/utils/style.vue.js +0 -5
- /package/_virtual/{_plugin-vue_export-helper.vue.js → _plugin-vue_export-helper.js} +0 -0
- /package/_virtual/{dynamic-import-helper.vue.js → dynamic-import-helper.js} +0 -0
- /package/components/appIcon/{AppIcon.vue.vue2.js → AppIcon.vue2.js} +0 -0
- /package/components/autocompleteDropdown/{consts.vue.js → consts.js} +0 -0
- /package/components/autocompleteDropdown/{useKeyboardNavigation.vue.js → useKeyboardNavigation.js} +0 -0
- /package/components/button/{consts.vue.js → consts.js} +0 -0
- /package/components/dateRange/{DateServices.vue.js → DateServices.js} +0 -0
- /package/components/dateRange/{consts.vue.js → consts.js} +0 -0
- /package/components/dialog/{Reason.vue.js → Reason.js} +0 -0
- /package/components/dropdown/common/{DropdownContext.vue.js → DropdownContext.js} +0 -0
- /package/components/filtersPanel/{FiltersPanel.vue.vue2.js → FiltersPanel.vue2.js} +0 -0
- /package/components/filtersPanel/{useHiddenFilter.vue.js → useHiddenFilter.js} +0 -0
- /package/components/icon/icons/{index.vue.js → index.js} +0 -0
- /package/components/includeExclude/{IncludeExcludeContext.vue.js → IncludeExcludeContext.js} +0 -0
- /package/components/loader/v4/{Loader.vue.vue2.js → Loader.vue2.js} +0 -0
- /package/components/popover/{Popover.vue.vue.js → Popover.vue.js} +0 -0
- /package/components/radioButton/{useRadio.vue.js → useRadio.js} +0 -0
- /package/components/search/common/{Search.common.vue.js → Search.common.js} +0 -0
- /package/components/skeleton/{Skeleton.vue.vue2.js → Skeleton.vue2.js} +0 -0
- /package/components/snackbar/{snackbar.types.vue.js → snackbar.types.js} +0 -0
- /package/components/table/{TableContext.vue.js → TableContext.js} +0 -0
- /package/components/table-cells/{EditableContext.vue.js → EditableContext.js} +0 -0
- /package/components/typography/v4/{Typography.vue.vue2.js → Typography.vue2.js} +0 -0
- /package/composables/{useId.vue.js → useId.js} +0 -0
- /package/composables/{useIsFocusVisible.vue.js → useIsFocusVisible.js} +0 -0
- /package/composables/{useSearch.vue.js → useSearch.js} +0 -0
- /package/composables/{useToggle.vue.js → useToggle.js} +0 -0
- /package/consts/{colors.vue.js → colors.js} +0 -0
- /package/consts/{regex.vue.js → regex.js} +0 -0
- /package/consts/{style.vue.js → style.js} +0 -0
- /package/testids/{index.vue.js → index.js} +0 -0
- /package/utils/{array.vue.js → array.js} +0 -0
- /package/utils/{object.vue.js → object.js} +0 -0
- /package/utils/{testIds.vue.js → testIds.js} +0 -0
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as o, createElementVNode as C } from "vue";
|
|
2
|
-
import t from "../../../_virtual/_plugin-vue_export-helper.vue.js";
|
|
3
|
-
const n = {}, r = {
|
|
4
|
-
viewBox: "0 0 16 16",
|
|
5
|
-
fill: "none",
|
|
6
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
7
|
-
}, c = /* @__PURE__ */ C("g", null, [
|
|
8
|
-
/* @__PURE__ */ C("path", {
|
|
9
|
-
d: "M8 1.5C6.71442 1.5 5.45772 1.88122 4.3888 2.59545C3.31988 3.30968 2.48676 4.32484 1.99479 5.51256C1.50282 6.70028 1.37409 8.00721 1.6249 9.26809C1.8757 10.529 2.49477 11.6872 3.40381 12.5962C4.31285 13.5052 5.47104 14.1243 6.73192 14.3751C7.99279 14.6259 9.29973 14.4972 10.4874 14.0052C11.6752 13.5132 12.6903 12.6801 13.4046 11.6112C14.1188 10.5423 14.5 9.28558 14.5 8C14.4982 6.27665 13.8128 4.62441 12.5942 3.40582C11.3756 2.18722 9.72335 1.50182 8 1.5ZM7.5 5C7.5 4.86739 7.55268 4.74021 7.64645 4.64645C7.74022 4.55268 7.86739 4.5 8 4.5C8.13261 4.5 8.25979 4.55268 8.35356 4.64645C8.44732 4.74021 8.5 4.86739 8.5 5V8.5C8.5 8.63261 8.44732 8.75979 8.35356 8.85355C8.25979 8.94732 8.13261 9 8 9C7.86739 9 7.74022 8.94732 7.64645 8.85355C7.55268 8.75979 7.5 8.63261 7.5 8.5V5ZM8 11.5C7.85167 11.5 7.70666 11.456 7.58333 11.3736C7.45999 11.2912 7.36386 11.1741 7.30709 11.037C7.25033 10.9 7.23548 10.7492 7.26441 10.6037C7.29335 10.4582 7.36478 10.3246 7.46967 10.2197C7.57456 10.1148 7.7082 10.0434 7.85368 10.0144C7.99917 9.98547 8.14997 10.0003 8.28701 10.0571C8.42406 10.1139 8.54119 10.21 8.6236 10.3333C8.70602 10.4567 8.75 10.6017 8.75 10.75C8.75 10.9489 8.67098 11.1397 8.53033 11.2803C8.38968 11.421 8.19892 11.5 8 11.5Z",
|
|
10
|
-
fill: "currentColor"
|
|
11
|
-
})
|
|
12
|
-
], -1), s = [
|
|
13
|
-
c
|
|
14
|
-
];
|
|
15
|
-
function l(_, i) {
|
|
16
|
-
return e(), o("svg", r, s);
|
|
17
|
-
}
|
|
18
|
-
const d = /* @__PURE__ */ t(n, [["render", l]]);
|
|
19
|
-
export {
|
|
20
|
-
d as default
|
|
21
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as o, createElementVNode as C } from "vue";
|
|
2
|
-
import t from "../../../_virtual/_plugin-vue_export-helper.vue.js";
|
|
3
|
-
const n = {}, r = {
|
|
4
|
-
viewBox: "0 0 16 16",
|
|
5
|
-
fill: "none",
|
|
6
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
7
|
-
}, c = /* @__PURE__ */ C("g", null, [
|
|
8
|
-
/* @__PURE__ */ C("path", {
|
|
9
|
-
d: "M14.2069 5.01438L10.9856 1.79313C10.7975 1.60616 10.5433 1.50084 10.2781 1.5H5.72188C5.45667 1.50084 5.20247 1.60616 5.01438 1.79313L1.79313 5.01438C1.60616 5.20247 1.50084 5.45667 1.5 5.72188V10.2781C1.50084 10.5433 1.60616 10.7975 1.79313 10.9856L5.01438 14.2069C5.20247 14.3938 5.45667 14.4992 5.72188 14.5H10.2781C10.5433 14.4992 10.7975 14.3938 10.9856 14.2069L14.2069 10.9856C14.3938 10.7975 14.4992 10.5433 14.5 10.2781V5.72188C14.4992 5.45667 14.3938 5.20247 14.2069 5.01438ZM7.5 5C7.5 4.86739 7.55268 4.74022 7.64645 4.64645C7.74022 4.55268 7.86739 4.5 8 4.5C8.13261 4.5 8.25979 4.55268 8.35355 4.64645C8.44732 4.74022 8.5 4.86739 8.5 5V8.5C8.5 8.63261 8.44732 8.75979 8.35355 8.85355C8.25979 8.94732 8.13261 9 8 9C7.86739 9 7.74022 8.94732 7.64645 8.85355C7.55268 8.75979 7.5 8.63261 7.5 8.5V5ZM8 11.5C7.85166 11.5 7.70666 11.456 7.58332 11.3736C7.45999 11.2912 7.36386 11.1741 7.30709 11.037C7.25033 10.9 7.23547 10.7492 7.26441 10.6037C7.29335 10.4582 7.36478 10.3246 7.46967 10.2197C7.57456 10.1148 7.7082 10.0434 7.85368 10.0144C7.99917 9.98547 8.14997 10.0003 8.28701 10.0571C8.42406 10.1139 8.54119 10.21 8.6236 10.3333C8.70601 10.4567 8.75 10.6017 8.75 10.75C8.75 10.9489 8.67098 11.1397 8.53033 11.2803C8.38968 11.421 8.19891 11.5 8 11.5Z",
|
|
10
|
-
fill: "currentColor"
|
|
11
|
-
})
|
|
12
|
-
], -1), s = [
|
|
13
|
-
c
|
|
14
|
-
];
|
|
15
|
-
function _(l, i) {
|
|
16
|
-
return e(), o("svg", r, s);
|
|
17
|
-
}
|
|
18
|
-
const d = /* @__PURE__ */ t(n, [["render", _]]);
|
|
19
|
-
export {
|
|
20
|
-
d as default
|
|
21
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { openBlock as c, createElementBlock as e, createElementVNode as o } from "vue";
|
|
2
|
-
import l from "../../../_virtual/_plugin-vue_export-helper.vue.js";
|
|
3
|
-
const t = {}, a = {
|
|
4
|
-
fill: "currentColor",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
}, r = /* @__PURE__ */ o("path", {
|
|
7
|
-
fill: "currentColor",
|
|
8
|
-
d: "M11.995 2.995c-4.963 0-9 4.037-9 9s4.037 9 9 9c.703 0 1.383-.088 2.04-.243l-.962-2.397c-.363.73-.75 1.14-1.078 1.14a.486.486 0 0 1-.173-.044c-.02-.009-.04-.015-.064-.026-.02-.01-.038-.027-.056-.035a1.496 1.496 0 0 1-.305-.282 2.54 2.54 0 0 1-.208-.278 4.295 4.295 0 0 1-.175-.293l-.053-.1a7.35 7.35 0 0 1-.448-1.086 10.761 10.761 0 0 1-.217-.724l-.035-.132h2.068l-.6-1.5H9.962a19.464 19.464 0 0 1-.132-1.16 35.723 35.723 0 0 1-.038-.577c-.023-.416-.047-.83-.047-1.263 0-.401.024-.785.044-1.172.015-.255.03-.507.05-.75.023-.243.053-.48.082-.715l.053-.363h4.043c.105.694.187 1.433.214 2.25h-3.736l.006.012 1.187.354 4.04 1.213c0-.026.003-.053.005-.079h3.724a7.276 7.276 0 0 1-.205 1.137l1.43.43c.199-.74.313-1.514.313-2.317 0-4.963-4.037-9-9-9Zm0 1.5c.545 0 1.257 1.12 1.732 3h-3.463c.009-.03.011-.065.02-.094.044-.17.097-.322.144-.483.061-.193.117-.396.181-.566.13-.351.273-.662.416-.92a4.665 4.665 0 0 1 .197-.316c.058-.085.117-.167.176-.234.125-.15.237-.243.33-.3.015-.008.03-.017.045-.023.032-.017.061-.029.087-.04.047-.012.091-.024.135-.024Zm-2.382.396a8.968 8.968 0 0 0-.263.56 4.013 4.013 0 0 0-.077.198c-.035.085-.07.167-.102.258-.015.035-.023.076-.035.111-.12.337-.226.695-.32 1.067a6.256 6.256 0 0 0-.079.337l-.02.073h-2.71A7.568 7.568 0 0 1 9.613 4.89Zm4.767 0a7.545 7.545 0 0 1 3.603 2.604h-2.71c-.222-.987-.518-1.88-.893-2.604ZM5.128 8.995H8.45c-.032.243-.055.492-.082.741a22.97 22.97 0 0 0-.085 1.137c-.006.126-.02.246-.026.372H4.533c.08-.794.287-1.55.595-2.25Zm10.412 0h3.322c.308.7.516 1.456.595 2.25h-3.724a22.367 22.367 0 0 0-.193-2.25Zm-11.007 3.75h3.724c.009.208.026.413.038.621.009.161.015.325.03.483.029.387.07.771.122 1.146H5.128a7.418 7.418 0 0 1-.595-2.25Zm8.212.75 3 7.5 1.41-2.016 2.34 2.016 1.5-1.685-2.47-2.05 1.72-1.515-7.5-2.25Zm-6.735 3h2.704l.035.138c.024.105.05.205.076.307.094.37.202.727.32 1.058.008.03.014.061.026.088.038.108.082.21.126.316l.064.164c.074.167.147.326.223.478.009.017.018.038.026.056a7.499 7.499 0 0 1-3.6-2.605Z"
|
|
9
|
-
}, null, -1), n = [
|
|
10
|
-
r
|
|
11
|
-
];
|
|
12
|
-
function h(m, s) {
|
|
13
|
-
return c(), e("svg", a, n);
|
|
14
|
-
}
|
|
15
|
-
const f = /* @__PURE__ */ l(t, [["render", h]]);
|
|
16
|
-
export {
|
|
17
|
-
f as default
|
|
18
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { openBlock as t, createElementBlock as o, Fragment as r, createElementVNode as e } from "vue";
|
|
2
|
-
import l from "../../../_virtual/_plugin-vue_export-helper.vue.js";
|
|
3
|
-
const n = {}, c = /* @__PURE__ */ e("path", {
|
|
4
|
-
opacity: "0.4",
|
|
5
|
-
"fill-rule": "evenodd",
|
|
6
|
-
"clip-rule": "evenodd",
|
|
7
|
-
d: "M17.2534 26.6613V19.5093C17.2534 18.8537 17.7898 18.3173 18.4454 18.3173H25.5975C26.2531 18.3173 26.7895 18.8537 26.7895 19.5093V26.6613C26.7895 27.3169 26.2531 27.8533 25.5975 27.8533H18.4454C17.7898 27.8533 17.2534 27.3169 17.2534 26.6613ZM13.6774 27.8533H6.52538C5.86978 27.8533 5.33337 27.3169 5.33337 26.6613V19.5093C5.33337 18.8537 5.86978 18.3173 6.52538 18.3173H13.6774C14.333 18.3173 14.8694 18.8537 14.8694 19.5093V26.6613C14.8694 27.3169 14.333 27.8533 13.6774 27.8533ZM5.33337 14.7413V7.58922C5.33337 6.93362 5.86978 6.39722 6.52538 6.39722H13.6774C14.333 6.39722 14.8694 6.93362 14.8694 7.58922V14.7413C14.8694 15.3969 14.333 15.9333 13.6774 15.9333H6.52538C5.86978 15.9333 5.33337 15.3969 5.33337 14.7413Z",
|
|
8
|
-
fill: "currentColor"
|
|
9
|
-
}, null, -1), C = /* @__PURE__ */ e("path", {
|
|
10
|
-
d: "M20.7702 5.68204L15.7041 10.7361C15.2392 11.201 15.2392 11.952 15.7041 12.4169L20.7702 17.4829C21.235 17.9478 21.986 17.9478 22.4509 17.4829L27.5169 12.4169C27.9818 11.952 27.9818 11.201 27.5169 10.7361L22.4628 5.68204C21.9979 5.21715 21.235 5.21715 20.7702 5.68204Z",
|
|
11
|
-
fill: "currentColor"
|
|
12
|
-
}, null, -1);
|
|
13
|
-
function d(i, _) {
|
|
14
|
-
return t(), o(r, null, [
|
|
15
|
-
c,
|
|
16
|
-
C
|
|
17
|
-
], 64);
|
|
18
|
-
}
|
|
19
|
-
const s = /* @__PURE__ */ l(n, [["render", d]]);
|
|
20
|
-
export {
|
|
21
|
-
s as default
|
|
22
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
|
2
|
-
import r from "../../../_virtual/_plugin-vue_export-helper.vue.js";
|
|
3
|
-
const c = {}, n = {
|
|
4
|
-
fill: "currentColor",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
}, l = /* @__PURE__ */ t("path", {
|
|
7
|
-
fill: "currentColor",
|
|
8
|
-
d: "m16.66 4.52 2.83 2.83-2.83 2.83-2.83-2.83 2.83-2.83ZM9 5v4H5V5h4Zm10 10v4h-4v-4h4ZM9 15v4H5v-4h4Zm7.66-13.31L11 7.34 16.66 13l5.66-5.66-5.66-5.65ZM11 3H3v8h8V3Zm10 10h-8v8h8v-8Zm-10 0H3v8h8v-8Z"
|
|
9
|
-
}, null, -1), s = [
|
|
10
|
-
l
|
|
11
|
-
];
|
|
12
|
-
function _(h, m) {
|
|
13
|
-
return e(), o("svg", n, s);
|
|
14
|
-
}
|
|
15
|
-
const d = /* @__PURE__ */ r(c, [["render", _]]);
|
|
16
|
-
export {
|
|
17
|
-
d as default
|
|
18
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { openBlock as c, createElementBlock as e, createElementVNode as o } from "vue";
|
|
2
|
-
import t from "../../../_virtual/_plugin-vue_export-helper.vue.js";
|
|
3
|
-
const r = {}, l = {
|
|
4
|
-
fill: "currentColor",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
}, n = /* @__PURE__ */ o("path", {
|
|
7
|
-
fill: "currentColor",
|
|
8
|
-
d: "M13 14v6c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1h-6c-.55 0-1 .45-1 1Zm-9 7h6c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1ZM3 4v6c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1Zm12.95-1.6L11.7 6.64a.996.996 0 0 0 0 1.41l4.25 4.25c.39.39 1.02.39 1.41 0l4.25-4.25a.996.996 0 0 0 0-1.41L17.37 2.4c-.39-.39-1.03-.39-1.42 0Z"
|
|
9
|
-
}, null, -1), s = [
|
|
10
|
-
n
|
|
11
|
-
];
|
|
12
|
-
function _(i, a) {
|
|
13
|
-
return c(), e("svg", l, s);
|
|
14
|
-
}
|
|
15
|
-
const h = /* @__PURE__ */ t(r, [["render", _]]);
|
|
16
|
-
export {
|
|
17
|
-
h as default
|
|
18
|
-
};
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
|
2
|
-
import r from "../../../_virtual/_plugin-vue_export-helper.vue.js";
|
|
3
|
-
const c = {}, l = {
|
|
4
|
-
viewBox: "0 0 51 51",
|
|
5
|
-
fill: "currentColor"
|
|
6
|
-
}, i = /* @__PURE__ */ t("rect", {
|
|
7
|
-
x: "6.4043",
|
|
8
|
-
y: "6.53043",
|
|
9
|
-
width: "16.9043",
|
|
10
|
-
height: "16.9043",
|
|
11
|
-
rx: "4",
|
|
12
|
-
fill: "currentColor",
|
|
13
|
-
opacity: ".4"
|
|
14
|
-
}, null, -1), n = /* @__PURE__ */ t("rect", {
|
|
15
|
-
x: "6.4043",
|
|
16
|
-
y: "27.1913",
|
|
17
|
-
width: "16.9043",
|
|
18
|
-
height: "16.9043",
|
|
19
|
-
rx: "4",
|
|
20
|
-
fill: "currentColor",
|
|
21
|
-
opacity: ".4"
|
|
22
|
-
}, null, -1), s = /* @__PURE__ */ t("rect", {
|
|
23
|
-
x: "27.0649",
|
|
24
|
-
y: "6.53043",
|
|
25
|
-
width: "16.9043",
|
|
26
|
-
height: "16.9043",
|
|
27
|
-
rx: "4",
|
|
28
|
-
fill: "currentColor"
|
|
29
|
-
}, null, -1), _ = /* @__PURE__ */ t("rect", {
|
|
30
|
-
x: "27.0649",
|
|
31
|
-
y: "27.1913",
|
|
32
|
-
width: "16.9043",
|
|
33
|
-
height: "16.9043",
|
|
34
|
-
rx: "4",
|
|
35
|
-
fill: "currentColor",
|
|
36
|
-
opacity: ".4"
|
|
37
|
-
}, null, -1), h = [
|
|
38
|
-
i,
|
|
39
|
-
n,
|
|
40
|
-
s,
|
|
41
|
-
_
|
|
42
|
-
];
|
|
43
|
-
function d(u, f) {
|
|
44
|
-
return e(), o("svg", l, h);
|
|
45
|
-
}
|
|
46
|
-
const p = /* @__PURE__ */ r(c, [["render", d]]);
|
|
47
|
-
export {
|
|
48
|
-
p as default
|
|
49
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
|
|
2
|
-
import c from "../../../_virtual/_plugin-vue_export-helper.vue.js";
|
|
3
|
-
const l = {}, r = {
|
|
4
|
-
fill: "currentColor",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
}, n = /* @__PURE__ */ e("path", {
|
|
7
|
-
fill: "currentColor",
|
|
8
|
-
"fill-rule": "evenodd",
|
|
9
|
-
d: "M12.94 19.996v-5.364c0-.492.402-.894.894-.894h5.364c.492 0 .894.402.894.894v5.364a.897.897 0 0 1-.894.894h-5.364a.897.897 0 0 1-.894-.894Zm-2.682.894H4.894A.897.897 0 0 1 4 19.996v-5.364c0-.492.402-.894.894-.894h5.364c.492 0 .894.402.894.894v5.364a.897.897 0 0 1-.894.894ZM4 11.056V5.692c0-.492.402-.894.894-.894h5.364c.492 0 .894.402.894.894v5.364a.897.897 0 0 1-.894.894H4.894A.897.897 0 0 1 4 11.056Z",
|
|
10
|
-
"clip-rule": "evenodd",
|
|
11
|
-
opacity: ".4"
|
|
12
|
-
}, null, -1), a = /* @__PURE__ */ e("path", {
|
|
13
|
-
fill: "currentColor",
|
|
14
|
-
d: "m15.578 4.261-3.8 3.791a.89.89 0 0 0 0 1.26l3.8 3.8a.89.89 0 0 0 1.26 0l3.8-3.8a.89.89 0 0 0 0-1.26l-3.79-3.79a.901.901 0 0 0-1.27 0Z"
|
|
15
|
-
}, null, -1), i = [
|
|
16
|
-
n,
|
|
17
|
-
a
|
|
18
|
-
];
|
|
19
|
-
function s(_, d) {
|
|
20
|
-
return o(), t("svg", r, i);
|
|
21
|
-
}
|
|
22
|
-
const u = /* @__PURE__ */ c(l, [["render", s]]);
|
|
23
|
-
export {
|
|
24
|
-
u as default
|
|
25
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as c, createElementVNode as o } from "vue";
|
|
2
|
-
import t from "../../../_virtual/_plugin-vue_export-helper.vue.js";
|
|
3
|
-
const r = {}, l = {
|
|
4
|
-
fill: "currentColor",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
}, n = /* @__PURE__ */ o("path", {
|
|
7
|
-
fill: "currentColor",
|
|
8
|
-
"fill-rule": "evenodd",
|
|
9
|
-
d: "M18.14 3.86 16.7 5.3c1.74 1.56 2.85 3.81 2.85 6.32 0 2.3-.92 4.38-2.4 5.91-.36.37-.96.01-.84-.49.16-.61.24-1.26.24-1.92 0-2.64-1.28-4.96-3.25-6.42l-1.45 1.45c-.31.32-.85.1-.85-.35V3.51c0-.28.22-.5.5-.5h6.29c.44 0 .67.53.35.85ZM10.7 15.3l1.45-1.44a.49.49 0 0 1 .84.35v6.29c0 .28-.22.5-.5.5H6.2c-.44 0-.67-.53-.35-.85l1.44-1.44a8.474 8.474 0 0 1-.44-12.24c.36-.37.96-.01.84.49-.16.61-.24 1.26-.24 1.92 0 2.64 1.28 4.96 3.25 6.42Z",
|
|
10
|
-
"clip-rule": "evenodd"
|
|
11
|
-
}, null, -1), i = [
|
|
12
|
-
n
|
|
13
|
-
];
|
|
14
|
-
function _(d, s) {
|
|
15
|
-
return e(), c("svg", l, i);
|
|
16
|
-
}
|
|
17
|
-
const u = /* @__PURE__ */ t(r, [["render", _]]);
|
|
18
|
-
export {
|
|
19
|
-
u as default
|
|
20
|
-
};
|
|
@@ -1,429 +0,0 @@
|
|
|
1
|
-
import { defineComponent as Te, computed as v, ref as u, watch as j, provide as Oe, openBlock as i, createBlock as I, unref as t, withCtx as g, createElementVNode as a, renderSlot as C, createTextVNode as w, toDisplayString as J, createCommentVNode as h, createVNode as f, Transition as $e, createElementBlock as o, normalizeClass as Q, mergeProps as O, Fragment as $, renderList as R, toRaw as T, nextTick as Re } from "vue";
|
|
2
|
-
import Ae from "../popover/Popover.vue.vue.js";
|
|
3
|
-
/* empty css */import N from "../button/v3/Button.vue.vue.js";
|
|
4
|
-
/* empty css */import { IncludeExcludeTestIdModifiers as m } from "../../testids/index.vue.js";
|
|
5
|
-
/* empty css */import X from "../typography/Text.vue.vue.js";
|
|
6
|
-
/* empty css *//* empty css *//* empty css */import "floating-vue";
|
|
7
|
-
/* empty css *//* empty css */import Ee from "../search/v3/Search.vue.vue.js";
|
|
8
|
-
import Be from "../checkbox/Checkbox.vue.vue.js";
|
|
9
|
-
import b from "../skeleton/Skeleton.vue.vue.js";
|
|
10
|
-
import Ve from "../emptyState/EmptyState.vue.vue.js";
|
|
11
|
-
import { useToggle as Pe } from "../../composables/useToggle.vue.js";
|
|
12
|
-
import { IncludeExcludeContext as Le } from "./IncludeExcludeContext.vue.js";
|
|
13
|
-
import { onClickOutside as Ne, useClamp as Fe, useVirtualList as Z } from "@vueuse/core";
|
|
14
|
-
const He = ["data-testid"], ze = ["data-testid"], De = { class: "include-exclude-header" }, Ge = { class: "include-exclude-header-left-section" }, Ue = { class: "include-exclude-header-right-section" }, We = { class: "include-exclude-container-wrapper" }, qe = {
|
|
15
|
-
key: 0,
|
|
16
|
-
class: "include-exclude-container"
|
|
17
|
-
}, Ke = {
|
|
18
|
-
key: 1,
|
|
19
|
-
class: "include-exclude-container"
|
|
20
|
-
}, Me = ["data-testid"], Ye = {
|
|
21
|
-
key: 1,
|
|
22
|
-
class: "loader-wrapper"
|
|
23
|
-
}, je = ["aria-selected", "aria-disabled", "onClick"], Je = { key: 1 }, Qe = { class: "loader-wrapper" }, Xe = ["data-testid"], Ze = {
|
|
24
|
-
key: 0,
|
|
25
|
-
class: "loader-wrapper"
|
|
26
|
-
}, _e = { class: "include-exclude-selected-header-left" }, et = { class: "include-exclude-selected-header-right" }, tt = { key: 1 }, lt = { class: "loader-wrapper" }, nt = { class: "include-exclude-footer" }, at = { class: "include-exclude-footer-buttons" }, Tt = /* @__PURE__ */ Te({
|
|
27
|
-
__name: "IncludeExclude",
|
|
28
|
-
props: {
|
|
29
|
-
titleText: { default: "" },
|
|
30
|
-
loading: { type: Boolean, default: !1 },
|
|
31
|
-
disabled: { type: Boolean, default: !1 },
|
|
32
|
-
modelValue: null,
|
|
33
|
-
clearable: { type: Boolean },
|
|
34
|
-
placement: { default: "bottom-start" },
|
|
35
|
-
options: null,
|
|
36
|
-
autoFocus: { type: Boolean, default: !0 },
|
|
37
|
-
onSearch: { type: Function, default: () => !0 },
|
|
38
|
-
searchPlaceholder: { default: "Search" },
|
|
39
|
-
isOnTop: { type: Boolean, default: !1 },
|
|
40
|
-
alwayesOpen: { type: Boolean, default: !1 },
|
|
41
|
-
defaultOpen: { type: Boolean, default: !1 },
|
|
42
|
-
showClearAll: { type: Boolean, default: !0 },
|
|
43
|
-
distance: { default: 0 },
|
|
44
|
-
distanceOffset: { default: 0 },
|
|
45
|
-
skiddingOffset: { default: 0 },
|
|
46
|
-
hasSubtitle: { type: Boolean, default: !1 },
|
|
47
|
-
keyField: null,
|
|
48
|
-
testId: { default: "" }
|
|
49
|
-
},
|
|
50
|
-
emits: ["update:modelValue"],
|
|
51
|
-
setup(l, { emit: _ }) {
|
|
52
|
-
const n = l, F = 50, H = 3, ee = 6, te = 32, le = 48, ne = v(() => {
|
|
53
|
-
const e = n.placement?.includes("bottom") ? ee : 0;
|
|
54
|
-
return n.isOnTop ? -E.value?.getBoundingClientRect().height : e;
|
|
55
|
-
}), z = u(null), p = u(""), A = u(!1), E = u(null), ae = u(null), se = u(null), B = u(null), V = u(null), ie = u(null), c = u(n.modelValue), D = (e) => new Promise((s) => setTimeout(s, e)), r = v({
|
|
56
|
-
get() {
|
|
57
|
-
return c.value;
|
|
58
|
-
},
|
|
59
|
-
set(e) {
|
|
60
|
-
_("update:modelValue", e);
|
|
61
|
-
}
|
|
62
|
-
}), G = () => {
|
|
63
|
-
r.value?.length !== n.options?.length && (A.value = !0), y(!1);
|
|
64
|
-
};
|
|
65
|
-
j(
|
|
66
|
-
() => n.modelValue,
|
|
67
|
-
() => {
|
|
68
|
-
c.value = n.modelValue;
|
|
69
|
-
}
|
|
70
|
-
);
|
|
71
|
-
const de = v(() => c.value.filter(
|
|
72
|
-
(e) => n.onSearch(e, p.value)
|
|
73
|
-
)), oe = () => {
|
|
74
|
-
r.value?.length !== n.options?.length && (r.value = c.value), y(!1);
|
|
75
|
-
}, ce = () => {
|
|
76
|
-
y();
|
|
77
|
-
}, re = () => {
|
|
78
|
-
c.value = [];
|
|
79
|
-
}, U = v(() => () => n.hasSubtitle ? le : te), W = v(
|
|
80
|
-
() => (e, s) => e.every(
|
|
81
|
-
(d) => s.some((x) => x[n.keyField] === d[n.keyField])
|
|
82
|
-
)
|
|
83
|
-
), q = v(() => {
|
|
84
|
-
if (!S.value)
|
|
85
|
-
return !1;
|
|
86
|
-
const e = c.value, s = k.value;
|
|
87
|
-
return e === s ? !0 : e?.length !== s?.length ? !1 : W.value(e, s) && W.value(s, e);
|
|
88
|
-
}), K = u(null), [S, ue] = Pe({
|
|
89
|
-
disabled: n.disabled,
|
|
90
|
-
initialValue: n.defaultOpen
|
|
91
|
-
}), fe = (e = 300) => {
|
|
92
|
-
const s = r.value?.length === n.options?.length;
|
|
93
|
-
Re(async () => {
|
|
94
|
-
s && (r.value = []), await D(e), Y.resetInput();
|
|
95
|
-
});
|
|
96
|
-
};
|
|
97
|
-
j(
|
|
98
|
-
() => [S.value, V?.value?.inputRef],
|
|
99
|
-
([e, s]) => {
|
|
100
|
-
e && s && me();
|
|
101
|
-
}
|
|
102
|
-
);
|
|
103
|
-
const he = () => {
|
|
104
|
-
n.autoFocus && V.value?.inputRef.focus();
|
|
105
|
-
}, me = async (e = 300) => {
|
|
106
|
-
await D(e), he();
|
|
107
|
-
}, y = (e) => {
|
|
108
|
-
n.disabled || (e || fe(), ue(e));
|
|
109
|
-
};
|
|
110
|
-
Ne(K, () => {
|
|
111
|
-
S.value && G();
|
|
112
|
-
});
|
|
113
|
-
const ve = u([]), ge = v(() => k.value?.length - 1), M = (e) => {
|
|
114
|
-
p.value = e;
|
|
115
|
-
}, P = Fe(0, 0, ge), L = (e) => {
|
|
116
|
-
B.value?.focus();
|
|
117
|
-
const s = c.value;
|
|
118
|
-
s.includes(e) ? c.value = s.filter(
|
|
119
|
-
(d) => d !== e
|
|
120
|
-
) : c.value = [.../* @__PURE__ */ new Set([...s, e])];
|
|
121
|
-
}, pe = (e) => {
|
|
122
|
-
L(e);
|
|
123
|
-
}, Y = {
|
|
124
|
-
toggle: y,
|
|
125
|
-
disabled: n.disabled,
|
|
126
|
-
options: ve,
|
|
127
|
-
clearable: n.clearable,
|
|
128
|
-
resetInput: () => {
|
|
129
|
-
M(""), B.value && (B.value.value = ""), A.value && (c.value = n.modelValue, A.value = !1);
|
|
130
|
-
},
|
|
131
|
-
search: M,
|
|
132
|
-
select: L,
|
|
133
|
-
activeIndex: P,
|
|
134
|
-
selectedOption: r,
|
|
135
|
-
activeOption: ie,
|
|
136
|
-
listRef: z,
|
|
137
|
-
query: p,
|
|
138
|
-
open: S,
|
|
139
|
-
removeSelection: pe
|
|
140
|
-
}, ye = () => {
|
|
141
|
-
c.value?.length !== k.value?.length ? c.value = k.value : c.value = [];
|
|
142
|
-
};
|
|
143
|
-
Oe(Le, Y);
|
|
144
|
-
const k = v(() => p.value?.length ? n.options?.filter((e) => n.onSearch(e, p.value)) : n.options), {
|
|
145
|
-
list: ke,
|
|
146
|
-
containerProps: xe,
|
|
147
|
-
wrapperProps: Ce
|
|
148
|
-
} = Z(k, {
|
|
149
|
-
itemHeight: U.value,
|
|
150
|
-
overscan: F
|
|
151
|
-
}), {
|
|
152
|
-
list: be,
|
|
153
|
-
containerProps: Se,
|
|
154
|
-
wrapperProps: Ie
|
|
155
|
-
} = Z(de, {
|
|
156
|
-
itemHeight: U.value,
|
|
157
|
-
overscan: F
|
|
158
|
-
}), we = (e) => {
|
|
159
|
-
if (["Enter", " ", "Space"].includes(e.key)) {
|
|
160
|
-
y();
|
|
161
|
-
return;
|
|
162
|
-
}
|
|
163
|
-
if (e.key === "ArrowUp") {
|
|
164
|
-
y(!1);
|
|
165
|
-
return;
|
|
166
|
-
}
|
|
167
|
-
e.key === "ArrowDown" && (y(!0), e.preventDefault());
|
|
168
|
-
};
|
|
169
|
-
return (e, s) => (i(), I(t(Ae), {
|
|
170
|
-
distance: t(ne) + l.distanceOffset,
|
|
171
|
-
skidding: l.skiddingOffset,
|
|
172
|
-
trigger: "managed",
|
|
173
|
-
open: t(S) || l.alwayesOpen,
|
|
174
|
-
placement: l.placement
|
|
175
|
-
}, {
|
|
176
|
-
trigger: g(() => [
|
|
177
|
-
a("div", {
|
|
178
|
-
ref_key: "buttonRef",
|
|
179
|
-
ref: E,
|
|
180
|
-
class: "include-exclude-trigger",
|
|
181
|
-
tabindex: "0",
|
|
182
|
-
"data-testid": `${l.testId}-${t(m).TRIGGER}`,
|
|
183
|
-
onClick: ce,
|
|
184
|
-
onKeydown: we
|
|
185
|
-
}, [
|
|
186
|
-
C(e.$slots, "trigger", {}, () => [
|
|
187
|
-
a("button", {
|
|
188
|
-
ref_key: "buttonRef",
|
|
189
|
-
ref: E
|
|
190
|
-
}, "Default trigger", 512)
|
|
191
|
-
], !0)
|
|
192
|
-
], 40, He)
|
|
193
|
-
]),
|
|
194
|
-
content: g(() => [
|
|
195
|
-
a("div", {
|
|
196
|
-
ref_key: "popoverWrapperRef",
|
|
197
|
-
ref: K,
|
|
198
|
-
class: "include-exclude-content",
|
|
199
|
-
"data-testid": `${l.testId}-${t(m).CONTENT}`
|
|
200
|
-
}, [
|
|
201
|
-
a("div", De, [
|
|
202
|
-
a("div", Ge, [
|
|
203
|
-
C(e.$slots, "header-left-section", {}, () => [
|
|
204
|
-
l.titleText ? (i(), I(t(X), {
|
|
205
|
-
key: 0,
|
|
206
|
-
class: "include-exclude-header-left-section-title",
|
|
207
|
-
size: "md",
|
|
208
|
-
strong: ""
|
|
209
|
-
}, {
|
|
210
|
-
default: g(() => [
|
|
211
|
-
w(J(l.titleText), 1)
|
|
212
|
-
]),
|
|
213
|
-
_: 1
|
|
214
|
-
})) : h("", !0)
|
|
215
|
-
], !0)
|
|
216
|
-
]),
|
|
217
|
-
a("div", Ue, [
|
|
218
|
-
C(e.$slots, "header-right-section", {}, () => [
|
|
219
|
-
f(t(Ee), {
|
|
220
|
-
ref_key: "searchRef",
|
|
221
|
-
ref: V,
|
|
222
|
-
modelValue: p.value,
|
|
223
|
-
"onUpdate:modelValue": s[0] || (s[0] = (d) => p.value = d),
|
|
224
|
-
class: "include-exclude-header-right-section-search-input",
|
|
225
|
-
variant: "transparent",
|
|
226
|
-
placeholder: l.searchPlaceholder,
|
|
227
|
-
disabled: l.loading,
|
|
228
|
-
"data-testid": `${l.testId}-${t(m).SEARCH}`
|
|
229
|
-
}, null, 8, ["modelValue", "placeholder", "disabled", "data-testid"])
|
|
230
|
-
], !0)
|
|
231
|
-
])
|
|
232
|
-
]),
|
|
233
|
-
a("div", We, [
|
|
234
|
-
f($e, {
|
|
235
|
-
name: "switch",
|
|
236
|
-
mode: "out-in"
|
|
237
|
-
}, {
|
|
238
|
-
default: g(() => [
|
|
239
|
-
!t(k)?.length && !l.loading ? (i(), o("div", qe, [
|
|
240
|
-
C(e.$slots, "no-result", {}, () => [
|
|
241
|
-
f(t(Ve), {
|
|
242
|
-
size: "lg",
|
|
243
|
-
title: "No results found",
|
|
244
|
-
subtitle: "Try diffrent keyword",
|
|
245
|
-
"icon-width": 72,
|
|
246
|
-
"icon-height": 72
|
|
247
|
-
})
|
|
248
|
-
], !0)
|
|
249
|
-
])) : (i(), o("div", Ke, [
|
|
250
|
-
a("div", {
|
|
251
|
-
class: "include-exclude-list-wrapper",
|
|
252
|
-
"data-testid": `${l.testId}-${t(m).LIST}`
|
|
253
|
-
}, [
|
|
254
|
-
a("div", {
|
|
255
|
-
class: Q(["include-exclude-list-header", {
|
|
256
|
-
"include-exclude-list-header-loading": l.loading,
|
|
257
|
-
"include-exclude-list-header-loaded": !l.loading
|
|
258
|
-
}])
|
|
259
|
-
}, [
|
|
260
|
-
l.loading ? h("", !0) : (i(), I(t(Be), {
|
|
261
|
-
key: 0,
|
|
262
|
-
size: "sm",
|
|
263
|
-
"is-checked": t(q),
|
|
264
|
-
"is-indeterminate": t(r)?.length > 0 && !t(q),
|
|
265
|
-
disabled: !t(k)?.length,
|
|
266
|
-
label: "Select all",
|
|
267
|
-
"data-testid": `${l.testId}-${t(m).SELECT_ALL}`,
|
|
268
|
-
onClick: ye
|
|
269
|
-
}, null, 8, ["is-checked", "is-indeterminate", "disabled", "data-testid"])),
|
|
270
|
-
l.loading ? (i(), o("div", Ye, [
|
|
271
|
-
f(t(b), {
|
|
272
|
-
class: "dot-skeleton",
|
|
273
|
-
round: ""
|
|
274
|
-
}),
|
|
275
|
-
f(t(b), { round: "" })
|
|
276
|
-
])) : h("", !0)
|
|
277
|
-
], 2),
|
|
278
|
-
a("div", O({ class: "include-exclude-list" }, t(xe)), [
|
|
279
|
-
l.loading ? h("", !0) : (i(), o("ul", O({ key: 0 }, t(Ce), {
|
|
280
|
-
ref_key: "listRef",
|
|
281
|
-
ref: z,
|
|
282
|
-
tabindex: "1"
|
|
283
|
-
}), [
|
|
284
|
-
(i(!0), o($, null, R(t(ke), ({ data: d, index: x }) => (i(), o("li", {
|
|
285
|
-
key: x,
|
|
286
|
-
"aria-selected": T(t(r)) === d,
|
|
287
|
-
"aria-disabled": !!l.disabled,
|
|
288
|
-
onClick: () => L(d)
|
|
289
|
-
}, [
|
|
290
|
-
C(e.$slots, "option", {
|
|
291
|
-
showCheckbox: !0,
|
|
292
|
-
option: d,
|
|
293
|
-
selected: T(t(r)) === d,
|
|
294
|
-
active: T(t(P)) === x
|
|
295
|
-
}, void 0, !0)
|
|
296
|
-
], 8, je))), 128))
|
|
297
|
-
], 16)),
|
|
298
|
-
l.loading ? (i(), o("ul", Je, [
|
|
299
|
-
(i(), o($, null, R(H, (d) => a("li", {
|
|
300
|
-
key: d,
|
|
301
|
-
class: "include-exclude-list-item-skeleton"
|
|
302
|
-
}, [
|
|
303
|
-
a("div", Qe, [
|
|
304
|
-
f(t(b), {
|
|
305
|
-
class: "dot-skeleton",
|
|
306
|
-
round: ""
|
|
307
|
-
}),
|
|
308
|
-
f(t(b), { round: "" })
|
|
309
|
-
])
|
|
310
|
-
])), 64))
|
|
311
|
-
])) : h("", !0)
|
|
312
|
-
], 16)
|
|
313
|
-
], 8, Me),
|
|
314
|
-
a("div", {
|
|
315
|
-
class: "include-exclude-selected-wrapper",
|
|
316
|
-
"data-testid": `${l.testId}-${t(m).LIST_SELECTED}`
|
|
317
|
-
}, [
|
|
318
|
-
a("div", {
|
|
319
|
-
class: Q(["include-exclude-selected-header", {
|
|
320
|
-
"include-exclude-list-selected-header-loading": l.loading,
|
|
321
|
-
"include-exclude-list-header-loaded": !l.loading
|
|
322
|
-
}])
|
|
323
|
-
}, [
|
|
324
|
-
l.loading ? (i(), o("div", Ze, [
|
|
325
|
-
f(t(b), { round: "" })
|
|
326
|
-
])) : h("", !0),
|
|
327
|
-
a("div", _e, [
|
|
328
|
-
l.loading ? h("", !0) : (i(), I(t(X), {
|
|
329
|
-
key: 0,
|
|
330
|
-
class: "include-exclude-selected-header-left-selected",
|
|
331
|
-
size: "sm"
|
|
332
|
-
}, {
|
|
333
|
-
default: g(() => [
|
|
334
|
-
w(J(t(r)?.length) + " Selected", 1)
|
|
335
|
-
]),
|
|
336
|
-
_: 1
|
|
337
|
-
}))
|
|
338
|
-
]),
|
|
339
|
-
a("div", et, [
|
|
340
|
-
t(r)?.length && !l.loading && l.showClearAll ? (i(), I(t(N), {
|
|
341
|
-
key: 0,
|
|
342
|
-
variant: "link",
|
|
343
|
-
theme: "third",
|
|
344
|
-
size: "md",
|
|
345
|
-
strong: !1,
|
|
346
|
-
"data-testid": `${l.testId}-${t(m).CLEAR_ALL}`,
|
|
347
|
-
onClick: re
|
|
348
|
-
}, {
|
|
349
|
-
default: g(() => [
|
|
350
|
-
w("Clear all")
|
|
351
|
-
]),
|
|
352
|
-
_: 1
|
|
353
|
-
}, 8, ["data-testid"])) : h("", !0)
|
|
354
|
-
])
|
|
355
|
-
], 2),
|
|
356
|
-
a("div", O({ class: "include-exclude-selected-list" }, t(Se)), [
|
|
357
|
-
t(r)?.length && !l.loading ? (i(), o("ul", O({ key: 0 }, t(Ie), {
|
|
358
|
-
ref: "SelectedlistRef",
|
|
359
|
-
tabindex: "2"
|
|
360
|
-
}), [
|
|
361
|
-
(i(!0), o($, null, R(t(be), ({ data: d, index: x }) => (i(), o("li", { key: x }, [
|
|
362
|
-
C(e.$slots, "selected_option", {
|
|
363
|
-
option: d,
|
|
364
|
-
selected: T(t(r)) === d,
|
|
365
|
-
active: T(t(P)) === x
|
|
366
|
-
}, void 0, !0)
|
|
367
|
-
]))), 128))
|
|
368
|
-
], 16)) : h("", !0),
|
|
369
|
-
l.loading ? (i(), o("ul", tt, [
|
|
370
|
-
(i(), o($, null, R(H, (d) => a("li", {
|
|
371
|
-
key: d,
|
|
372
|
-
class: "include-exclude-list-item-skeleton"
|
|
373
|
-
}, [
|
|
374
|
-
a("div", lt, [
|
|
375
|
-
f(t(b), { round: "" })
|
|
376
|
-
])
|
|
377
|
-
])), 64))
|
|
378
|
-
])) : h("", !0)
|
|
379
|
-
], 16)
|
|
380
|
-
], 8, Xe)
|
|
381
|
-
]))
|
|
382
|
-
]),
|
|
383
|
-
_: 3
|
|
384
|
-
})
|
|
385
|
-
]),
|
|
386
|
-
C(e.$slots, "footer", {}, () => [
|
|
387
|
-
a("div", nt, [
|
|
388
|
-
a("div", at, [
|
|
389
|
-
f(t(N), {
|
|
390
|
-
ref_key: "cancel",
|
|
391
|
-
ref: se,
|
|
392
|
-
size: "sm",
|
|
393
|
-
variant: "border",
|
|
394
|
-
theme: "third",
|
|
395
|
-
text: "Cancel",
|
|
396
|
-
"data-testid": `${l.testId}-${t(m).ACTION_CANCEL}`,
|
|
397
|
-
onClick: G
|
|
398
|
-
}, {
|
|
399
|
-
default: g(() => [
|
|
400
|
-
w("Cancel")
|
|
401
|
-
]),
|
|
402
|
-
_: 1
|
|
403
|
-
}, 8, ["data-testid"]),
|
|
404
|
-
f(t(N), {
|
|
405
|
-
ref_key: "apply",
|
|
406
|
-
ref: ae,
|
|
407
|
-
size: "sm",
|
|
408
|
-
theme: "primary",
|
|
409
|
-
text: "Apply",
|
|
410
|
-
"data-testid": `${l.testId}-${t(m).ACTION_APPLY}`,
|
|
411
|
-
onClick: oe
|
|
412
|
-
}, {
|
|
413
|
-
default: g(() => [
|
|
414
|
-
w("Apply")
|
|
415
|
-
]),
|
|
416
|
-
_: 1
|
|
417
|
-
}, 8, ["data-testid"])
|
|
418
|
-
])
|
|
419
|
-
])
|
|
420
|
-
], !0)
|
|
421
|
-
], 8, ze)
|
|
422
|
-
]),
|
|
423
|
-
_: 3
|
|
424
|
-
}, 8, ["distance", "skidding", "open", "placement"]));
|
|
425
|
-
}
|
|
426
|
-
});
|
|
427
|
-
export {
|
|
428
|
-
Tt as default
|
|
429
|
-
};
|