@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
|
@@ -0,0 +1,387 @@
|
|
|
1
|
+
import { defineComponent as Q, openBlock as d, createElementBlock as n, normalizeClass as $, unref as e, renderSlot as h, createElementVNode as r, createVNode as s, withCtx as o, Transition as Z, createTextVNode as u, toDisplayString as b, createCommentVNode as i, createBlock as g, isRef as _, mergeProps as P, withModifiers as A, Fragment as ee, renderList as te, toRaw as T, pushScopeId as le, popScopeId as ae } from "vue";
|
|
2
|
+
import C from "../../button/v4/ButtonV4.vue.js";
|
|
3
|
+
import de from "../common/Option.vue.js";
|
|
4
|
+
import B from "../../icon/Icon.vue.js";
|
|
5
|
+
import oe from "../../search/v4/SearchV4.vue.js";
|
|
6
|
+
import { DropdownTestIdModifiers as c } from "../../../testids/index.js";
|
|
7
|
+
/* empty css */import y from "../../typography/Text.vue.js";
|
|
8
|
+
import { Dropdown as ie } from "floating-vue";
|
|
9
|
+
import { dropdownCommon as ne } from "../common/Dropdown.common.js";
|
|
10
|
+
const se = (t) => (le("data-v-896b5344"), t = t(), ae(), t), re = ["tabindex", "data-testid"], ue = { style: { display: "flex", width: "100%" } }, ce = ["disabled", "aria-expanded", "aria-labelledby", "aria-disabled"], fe = {
|
|
11
|
+
key: 0,
|
|
12
|
+
class: "image-slot"
|
|
13
|
+
}, me = { class: "angle-down" }, ye = {
|
|
14
|
+
key: 0,
|
|
15
|
+
ref: "listRef",
|
|
16
|
+
class: "dropdown-title"
|
|
17
|
+
}, pe = ["data-testid"], he = ["data-testid"], be = {
|
|
18
|
+
key: 0,
|
|
19
|
+
class: "no-result-container"
|
|
20
|
+
}, ke = {
|
|
21
|
+
key: 1,
|
|
22
|
+
class: "loader"
|
|
23
|
+
}, ve = /* @__PURE__ */ se(() => /* @__PURE__ */ r("svg", {
|
|
24
|
+
width: "100",
|
|
25
|
+
height: "100",
|
|
26
|
+
viewBox: "0 0 100 100"
|
|
27
|
+
}, [
|
|
28
|
+
/* @__PURE__ */ r("circle", {
|
|
29
|
+
cx: "50",
|
|
30
|
+
cy: "50",
|
|
31
|
+
fill: "none",
|
|
32
|
+
stroke: "currentColor",
|
|
33
|
+
"stroke-width": "6",
|
|
34
|
+
r: "35",
|
|
35
|
+
"stroke-dasharray": "164.93361431346415 56.97787143782138"
|
|
36
|
+
}, [
|
|
37
|
+
/* @__PURE__ */ r("animateTransform", {
|
|
38
|
+
attributeName: "transform",
|
|
39
|
+
type: "rotate",
|
|
40
|
+
repeatCount: "indefinite",
|
|
41
|
+
dur: "1s",
|
|
42
|
+
values: "0 50 50;360 50 50",
|
|
43
|
+
keyTimes: "0;1"
|
|
44
|
+
})
|
|
45
|
+
])
|
|
46
|
+
], -1)), we = { key: 2 }, $e = ["aria-selected", "aria-disabled", "onClick"], ge = {
|
|
47
|
+
key: 0,
|
|
48
|
+
class: "actions"
|
|
49
|
+
}, Pe = /* @__PURE__ */ Q({
|
|
50
|
+
__name: "DropdownV4",
|
|
51
|
+
props: {
|
|
52
|
+
modelValue: { default: null },
|
|
53
|
+
placeholder: { default: "" },
|
|
54
|
+
disabled: { type: Boolean, default: !1 },
|
|
55
|
+
mandatory: { type: Boolean, default: !1 },
|
|
56
|
+
helperText: { default: "" },
|
|
57
|
+
searchPlaceholder: { default: "" },
|
|
58
|
+
isOnTop: { type: Boolean, default: !1 },
|
|
59
|
+
multi: { type: Boolean, default: !1 },
|
|
60
|
+
title: { default: "" },
|
|
61
|
+
inlineSearch: { type: Boolean, default: !1 },
|
|
62
|
+
popperClass: { default: "" },
|
|
63
|
+
noResultsText: { default: "No results found" },
|
|
64
|
+
loading: { type: Boolean },
|
|
65
|
+
selected: { default: null },
|
|
66
|
+
showSelectAll: { type: Boolean },
|
|
67
|
+
defaultOpen: { type: Boolean, default: !1 },
|
|
68
|
+
showButtonOnOpen: { type: Boolean, default: !0 },
|
|
69
|
+
autoFocus: { type: Boolean, default: !1 },
|
|
70
|
+
distance: { default: 0 },
|
|
71
|
+
isOpen: { type: Boolean },
|
|
72
|
+
skidding: { default: 0 },
|
|
73
|
+
placement: { default: "bottom-start" },
|
|
74
|
+
clearable: { type: Boolean, default: !1 },
|
|
75
|
+
error: { default: "" },
|
|
76
|
+
size: { default: "lg" },
|
|
77
|
+
displayValue: null,
|
|
78
|
+
options: null,
|
|
79
|
+
onSearch: { type: Function, default: () => !0 },
|
|
80
|
+
theme: { default: "is-dropdown" },
|
|
81
|
+
container: { default: "body" },
|
|
82
|
+
flip: { type: Boolean, default: !0 },
|
|
83
|
+
keepOpen: { type: Boolean, default: !1 },
|
|
84
|
+
autoSize: { type: Boolean, default: !1 },
|
|
85
|
+
disableKeyboardEvents: { type: Boolean, default: !1 },
|
|
86
|
+
multiOptionsPlaceholderPrefix: { default: "" },
|
|
87
|
+
multiOptionsPlaceholderSuffix: { default: "" },
|
|
88
|
+
testId: { default: "" },
|
|
89
|
+
darkTheme: { type: Boolean, default: !0 },
|
|
90
|
+
valueToCopy: { default: "" }
|
|
91
|
+
},
|
|
92
|
+
emits: ["update:selected", "update:isOpen", "closed", "opened", "apply"],
|
|
93
|
+
setup(t, { expose: V, emit: N }) {
|
|
94
|
+
const K = t, {
|
|
95
|
+
onKeydown: p,
|
|
96
|
+
location: L,
|
|
97
|
+
open: m,
|
|
98
|
+
toggleMenu: I,
|
|
99
|
+
onButtonKeydown: k,
|
|
100
|
+
displayedValue: S,
|
|
101
|
+
labelRef: D,
|
|
102
|
+
query: v,
|
|
103
|
+
containerProps: H,
|
|
104
|
+
calculateTableHeight: F,
|
|
105
|
+
wrapperProps: M,
|
|
106
|
+
filteredOptions: G,
|
|
107
|
+
allSelected: z,
|
|
108
|
+
isIndeterminate: X,
|
|
109
|
+
onSelectAll: q,
|
|
110
|
+
virtualOptions: O,
|
|
111
|
+
isSelected: R,
|
|
112
|
+
selectedOption: E,
|
|
113
|
+
onSelect: x,
|
|
114
|
+
activeIndex: U,
|
|
115
|
+
onCancel: W,
|
|
116
|
+
onApply: Y,
|
|
117
|
+
scrollTo: j
|
|
118
|
+
} = ne(K, N), J = () => {
|
|
119
|
+
};
|
|
120
|
+
return V({
|
|
121
|
+
selectItem: x,
|
|
122
|
+
scrollTo: j
|
|
123
|
+
}), (f, a) => (d(), n("div", {
|
|
124
|
+
ref: "el",
|
|
125
|
+
class: $(["dropdown", { "dropdown--disabled": t.disabled }]),
|
|
126
|
+
tabindex: t.disabled ? -1 : 0,
|
|
127
|
+
"data-testid": `${t.testId}-${e(c).WRAPPER}`,
|
|
128
|
+
onKeydown: a[7] || (a[7] = //@ts-ignore
|
|
129
|
+
(...l) => e(p) && e(p)(...l))
|
|
130
|
+
}, [
|
|
131
|
+
h(f.$slots, "label", {}, void 0, !0),
|
|
132
|
+
r("div", ue, [
|
|
133
|
+
s(e(ie), {
|
|
134
|
+
theme: t.theme,
|
|
135
|
+
"popper-class": [
|
|
136
|
+
t.popperClass,
|
|
137
|
+
t.darkTheme ? "dark-theme-v4" : "light-theme-v4",
|
|
138
|
+
t.autoSize ? "v-popper--theme-is-dropdown--auto-size" : null
|
|
139
|
+
],
|
|
140
|
+
placement: t.placement,
|
|
141
|
+
skidding: t.isOnTop ? 0 : t.skidding,
|
|
142
|
+
distance: t.isOnTop ? -e(L) : t.distance,
|
|
143
|
+
flip: t.flip,
|
|
144
|
+
triggers: [],
|
|
145
|
+
shown: !!e(m),
|
|
146
|
+
"auto-hide": !1,
|
|
147
|
+
container: t.container,
|
|
148
|
+
"auto-size": t.autoSize,
|
|
149
|
+
"data-testid": `${t.testId}-${e(c).TRIGGER}`
|
|
150
|
+
}, {
|
|
151
|
+
popper: o(() => [
|
|
152
|
+
s(Z, null, {
|
|
153
|
+
default: o(() => [
|
|
154
|
+
t.inlineSearch || t.title ? (d(), n("div", ye, [
|
|
155
|
+
r("div", null, [
|
|
156
|
+
t.title ? (d(), n("div", {
|
|
157
|
+
key: 0,
|
|
158
|
+
class: "dropdown-title__text",
|
|
159
|
+
"data-testid": `${t.testId}-${e(c).TITLE}`
|
|
160
|
+
}, [
|
|
161
|
+
s(e(y), { strong: "" }, {
|
|
162
|
+
default: o(() => [
|
|
163
|
+
u(b(t.title), 1)
|
|
164
|
+
]),
|
|
165
|
+
_: 1
|
|
166
|
+
})
|
|
167
|
+
], 8, pe)) : i("", !0),
|
|
168
|
+
t.inlineSearch ? (d(), g(e(oe), {
|
|
169
|
+
key: 1,
|
|
170
|
+
modelValue: e(v),
|
|
171
|
+
"onUpdate:modelValue": a[4] || (a[4] = (l) => _(v) ? v.value = l : null),
|
|
172
|
+
placeholder: t.searchPlaceholder,
|
|
173
|
+
class: "dropdown-title__search",
|
|
174
|
+
variant: "transparent",
|
|
175
|
+
size: "md",
|
|
176
|
+
"test-id": `${t.testId}-${e(c).SEARCH}`,
|
|
177
|
+
onKeydown: e(p)
|
|
178
|
+
}, null, 8, ["modelValue", "placeholder", "test-id", "onKeydown"])) : i("", !0)
|
|
179
|
+
]),
|
|
180
|
+
e(m) ? (d(), n("div", {
|
|
181
|
+
key: 0,
|
|
182
|
+
class: "dropdown",
|
|
183
|
+
onKeydown: a[6] || (a[6] = //@ts-ignore
|
|
184
|
+
(...l) => e(p) && e(p)(...l))
|
|
185
|
+
}, [
|
|
186
|
+
h(f.$slots, "input-list", { open: e(m) }, void 0, !0),
|
|
187
|
+
r("div", P(e(H), {
|
|
188
|
+
class: ["list-container", { "list-container--multi": t.multi }],
|
|
189
|
+
style: { height: `${e(F)}rem` },
|
|
190
|
+
"data-testid": `${t.testId}-${e(c).LIST_CONTAINER}`
|
|
191
|
+
}), [
|
|
192
|
+
r("ul", P(e(M), {
|
|
193
|
+
role: "listbox",
|
|
194
|
+
class: ["list", { "list--multi": t.multi }]
|
|
195
|
+
}), [
|
|
196
|
+
!e(G).length && !t.loading ? (d(), n("li", be, [
|
|
197
|
+
s(e(y), {
|
|
198
|
+
size: "sm",
|
|
199
|
+
class: "no-result"
|
|
200
|
+
}, {
|
|
201
|
+
default: o(() => [
|
|
202
|
+
u(b(t.noResultsText), 1)
|
|
203
|
+
]),
|
|
204
|
+
_: 1
|
|
205
|
+
})
|
|
206
|
+
])) : i("", !0),
|
|
207
|
+
t.loading ? (d(), n("li", ke, [
|
|
208
|
+
s(e(B), {
|
|
209
|
+
"font-size": "md",
|
|
210
|
+
class: "loader-icon"
|
|
211
|
+
}, {
|
|
212
|
+
default: o(() => [
|
|
213
|
+
ve
|
|
214
|
+
]),
|
|
215
|
+
_: 1
|
|
216
|
+
}),
|
|
217
|
+
s(e(y), null, {
|
|
218
|
+
default: o(() => [
|
|
219
|
+
u("Loading...")
|
|
220
|
+
]),
|
|
221
|
+
_: 1
|
|
222
|
+
})
|
|
223
|
+
])) : i("", !0),
|
|
224
|
+
t.showSelectAll ? (d(), n("li", we, [
|
|
225
|
+
s(de, {
|
|
226
|
+
"aria-selected": e(z),
|
|
227
|
+
"aria-disabled": !!t.disabled,
|
|
228
|
+
"selected-prop": e(z),
|
|
229
|
+
"is-indeterminate": e(X),
|
|
230
|
+
"select-all-option": "",
|
|
231
|
+
onClick: a[5] || (a[5] = A((l) => e(q)(), ["stop"]))
|
|
232
|
+
}, {
|
|
233
|
+
default: o(() => [
|
|
234
|
+
u("Select all ")
|
|
235
|
+
]),
|
|
236
|
+
_: 1
|
|
237
|
+
}, 8, ["aria-selected", "aria-disabled", "selected-prop", "is-indeterminate"])
|
|
238
|
+
])) : i("", !0),
|
|
239
|
+
e(O).length && !t.loading ? (d(!0), n(ee, { key: 3 }, te(e(O), ({ data: l, index: w }) => (d(), n("li", {
|
|
240
|
+
key: w,
|
|
241
|
+
"aria-selected": e(R)(T(e(E)), l),
|
|
242
|
+
"aria-disabled": !!t.disabled,
|
|
243
|
+
onClick: A(() => e(x)(l, w), ["stop"])
|
|
244
|
+
}, [
|
|
245
|
+
h(f.$slots, "default", {
|
|
246
|
+
option: l,
|
|
247
|
+
selected: e(R)(T(e(E)), l),
|
|
248
|
+
active: T(e(U)) === w
|
|
249
|
+
}, void 0, !0)
|
|
250
|
+
], 8, $e))), 128)) : i("", !0)
|
|
251
|
+
], 16)
|
|
252
|
+
], 16, he),
|
|
253
|
+
t.multi ? (d(), n("div", ge, [
|
|
254
|
+
s(e(C), {
|
|
255
|
+
ref: "cancel",
|
|
256
|
+
size: "small",
|
|
257
|
+
variant: "outlined",
|
|
258
|
+
color: "default",
|
|
259
|
+
"test-id": `${t.testId}-${e(c).ACTION_CANCEL}`,
|
|
260
|
+
onClick: e(W)
|
|
261
|
+
}, {
|
|
262
|
+
default: o(() => [
|
|
263
|
+
u(" Cancel ")
|
|
264
|
+
]),
|
|
265
|
+
_: 1
|
|
266
|
+
}, 8, ["test-id", "onClick"]),
|
|
267
|
+
s(e(C), {
|
|
268
|
+
ref: "apply",
|
|
269
|
+
"data-testid": "mutli-apply",
|
|
270
|
+
size: "small",
|
|
271
|
+
class: "apply-button",
|
|
272
|
+
"test-id": `${t.testId}-${e(c).ACTION_APPLY}`,
|
|
273
|
+
onClick: e(Y)
|
|
274
|
+
}, {
|
|
275
|
+
default: o(() => [
|
|
276
|
+
u("Apply ")
|
|
277
|
+
]),
|
|
278
|
+
_: 1
|
|
279
|
+
}, 8, ["test-id", "onClick"])
|
|
280
|
+
])) : i("", !0)
|
|
281
|
+
], 32)) : i("", !0)
|
|
282
|
+
], 512)) : i("", !0)
|
|
283
|
+
]),
|
|
284
|
+
_: 3
|
|
285
|
+
})
|
|
286
|
+
]),
|
|
287
|
+
default: o(() => [
|
|
288
|
+
r("div", {
|
|
289
|
+
class: $(["button__container", {
|
|
290
|
+
"button__container--open": !!e(m),
|
|
291
|
+
[`button__container--${t.size}`]: !0,
|
|
292
|
+
"button__container--disabled": t.disabled
|
|
293
|
+
}])
|
|
294
|
+
}, [
|
|
295
|
+
f.$slots.input ? (d(), n("div", {
|
|
296
|
+
key: 0,
|
|
297
|
+
ref: "buttonRef",
|
|
298
|
+
onClick: a[0] || (a[0] = (l) => e(I)()),
|
|
299
|
+
onKeydown: a[1] || (a[1] = //@ts-ignore
|
|
300
|
+
(...l) => e(k) && e(k)(...l))
|
|
301
|
+
}, [
|
|
302
|
+
h(f.$slots, "input", {
|
|
303
|
+
open: e(m),
|
|
304
|
+
value: e(S),
|
|
305
|
+
disabled: t.disabled
|
|
306
|
+
}, void 0, !0)
|
|
307
|
+
], 544)) : i("", !0),
|
|
308
|
+
f.$slots.input ? i("", !0) : (d(), n("button", {
|
|
309
|
+
key: 1,
|
|
310
|
+
ref: "buttonRef",
|
|
311
|
+
disabled: t.disabled,
|
|
312
|
+
"aria-haspopup": !0,
|
|
313
|
+
"aria-expanded": !!e(m),
|
|
314
|
+
"aria-labelledby": e(D)?.id,
|
|
315
|
+
"aria-disabled": t.disabled,
|
|
316
|
+
class: $([{
|
|
317
|
+
"button--open": !!e(m),
|
|
318
|
+
[`button--${t.size}`]: !0,
|
|
319
|
+
"button--disabled": t.disabled
|
|
320
|
+
}, "button"]),
|
|
321
|
+
onKeydown: a[2] || (a[2] = //@ts-ignore
|
|
322
|
+
(...l) => e(k) && e(k)(...l)),
|
|
323
|
+
onClick: a[3] || (a[3] = (l) => e(I)())
|
|
324
|
+
}, [
|
|
325
|
+
f.$slots.image ? (d(), n("div", fe, [
|
|
326
|
+
h(f.$slots, "image", {}, void 0, !0)
|
|
327
|
+
])) : i("", !0),
|
|
328
|
+
s(e(y), {
|
|
329
|
+
size: "sm",
|
|
330
|
+
"is-truncated": ""
|
|
331
|
+
}, {
|
|
332
|
+
default: o(() => [
|
|
333
|
+
u(b(e(S)), 1)
|
|
334
|
+
]),
|
|
335
|
+
_: 1
|
|
336
|
+
}),
|
|
337
|
+
r("div", me, [
|
|
338
|
+
s(e(B), {
|
|
339
|
+
name: "angle-down",
|
|
340
|
+
"font-size": "sm"
|
|
341
|
+
})
|
|
342
|
+
])
|
|
343
|
+
], 42, ce))
|
|
344
|
+
], 2)
|
|
345
|
+
]),
|
|
346
|
+
_: 3
|
|
347
|
+
}, 8, ["theme", "popper-class", "placement", "skidding", "distance", "flip", "shown", "container", "auto-size", "data-testid"]),
|
|
348
|
+
r("div", null, [
|
|
349
|
+
s(e(C), {
|
|
350
|
+
color: "default",
|
|
351
|
+
onClick: J
|
|
352
|
+
}, {
|
|
353
|
+
default: o(() => [
|
|
354
|
+
s(e(B), { name: "lock" })
|
|
355
|
+
]),
|
|
356
|
+
_: 1
|
|
357
|
+
})
|
|
358
|
+
])
|
|
359
|
+
]),
|
|
360
|
+
!t.error && t.helperText ? (d(), g(e(y), {
|
|
361
|
+
key: 0,
|
|
362
|
+
size: "caption",
|
|
363
|
+
class: "helper-text",
|
|
364
|
+
"test-id": `${t.testId}-${e(c).HELPER_TEXT}`
|
|
365
|
+
}, {
|
|
366
|
+
default: o(() => [
|
|
367
|
+
u(b(t.helperText), 1)
|
|
368
|
+
]),
|
|
369
|
+
_: 1
|
|
370
|
+
}, 8, ["test-id"])) : i("", !0),
|
|
371
|
+
t.error ? (d(), g(e(y), {
|
|
372
|
+
key: 1,
|
|
373
|
+
size: "caption",
|
|
374
|
+
class: "helper-text helper-text--error",
|
|
375
|
+
"test-id": `${t.testId}-${e(c).HELPER_TEXT_ERROR}`
|
|
376
|
+
}, {
|
|
377
|
+
default: o(() => [
|
|
378
|
+
u(b(t.error), 1)
|
|
379
|
+
]),
|
|
380
|
+
_: 1
|
|
381
|
+
}, 8, ["test-id"])) : i("", !0)
|
|
382
|
+
], 42, re));
|
|
383
|
+
}
|
|
384
|
+
});
|
|
385
|
+
export {
|
|
386
|
+
Pe as default
|
|
387
|
+
};
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { defineComponent as h, computed as k, openBlock as e, createElementBlock as b, normalizeClass as d, createElementVNode as f, renderSlot as a, createBlock as n, normalizeProps as p, mergeProps as B, unref as l, createCommentVNode as o, withCtx as s, createTextVNode as r, toDisplayString as m } from "vue";
|
|
2
|
+
import g from "../button/v3/Button.vue.js";
|
|
3
|
+
import v from "../icon/Icon.vue.js";
|
|
4
|
+
/* empty css */import y from "../typography/Text.vue.js";
|
|
5
|
+
/* empty css *//* empty css *//* empty css */import "floating-vue";
|
|
6
|
+
/* empty css *//* empty css */import N from "./EmptyStateIcon.vue.js";
|
|
7
|
+
const $ = { class: "empty-state-title-container" }, q = /* @__PURE__ */ h({
|
|
8
|
+
__name: "EmptyState",
|
|
9
|
+
props: {
|
|
10
|
+
title: { default: void 0 },
|
|
11
|
+
subtitle: { default: void 0 },
|
|
12
|
+
buttonText: { default: void 0 },
|
|
13
|
+
isHorizontal: { type: Boolean, default: !1 },
|
|
14
|
+
hasIcon: { type: Boolean, default: !0 },
|
|
15
|
+
isBordered: { type: Boolean, default: !1 },
|
|
16
|
+
iconName: { default: null },
|
|
17
|
+
fontSize: { default: "5rem" },
|
|
18
|
+
size: { default: "lg" },
|
|
19
|
+
iconWidth: { default: 44 },
|
|
20
|
+
iconHeight: { default: 44 }
|
|
21
|
+
},
|
|
22
|
+
emits: ["click"],
|
|
23
|
+
setup(t) {
|
|
24
|
+
const u = t, z = k(() => ({
|
|
25
|
+
width: u.iconWidth,
|
|
26
|
+
height: u.iconHeight
|
|
27
|
+
}));
|
|
28
|
+
return (i, c) => (e(), b("div", {
|
|
29
|
+
class: d(["empty-state-container", { horizontal: t.isHorizontal, bordered: t.isBordered }])
|
|
30
|
+
}, [
|
|
31
|
+
f("div", {
|
|
32
|
+
class: d(`empty-state-icon-container empty-state-icon-container--${t.size}`)
|
|
33
|
+
}, [
|
|
34
|
+
t.hasIcon ? a(i.$slots, "icon", { key: 0 }, () => [
|
|
35
|
+
t.iconName ? o("", !0) : (e(), n(N, p(B({ key: 0 }, l(z))), null, 16)),
|
|
36
|
+
t.iconName ? (e(), n(l(v), {
|
|
37
|
+
key: 1,
|
|
38
|
+
name: t.iconName,
|
|
39
|
+
"font-size": t.fontSize,
|
|
40
|
+
class: "empty-state-icon"
|
|
41
|
+
}, null, 8, ["name", "font-size"])) : o("", !0)
|
|
42
|
+
], !0) : o("", !0)
|
|
43
|
+
], 2),
|
|
44
|
+
f("div", $, [
|
|
45
|
+
a(i.$slots, "title", {}, () => [
|
|
46
|
+
t.title ? (e(), n(l(y), {
|
|
47
|
+
key: 0,
|
|
48
|
+
size: "lg",
|
|
49
|
+
strong: "",
|
|
50
|
+
class: "empty-state-title"
|
|
51
|
+
}, {
|
|
52
|
+
default: s(() => [
|
|
53
|
+
r(m(t.title), 1)
|
|
54
|
+
]),
|
|
55
|
+
_: 1
|
|
56
|
+
})) : o("", !0)
|
|
57
|
+
], !0),
|
|
58
|
+
a(i.$slots, "subtitle", {}, () => [
|
|
59
|
+
t.subtitle ? (e(), n(l(y), {
|
|
60
|
+
key: 0,
|
|
61
|
+
size: "sm",
|
|
62
|
+
class: "empty-state-subtitle"
|
|
63
|
+
}, {
|
|
64
|
+
default: s(() => [
|
|
65
|
+
r(m(t.subtitle), 1)
|
|
66
|
+
]),
|
|
67
|
+
_: 1
|
|
68
|
+
})) : o("", !0)
|
|
69
|
+
], !0)
|
|
70
|
+
]),
|
|
71
|
+
a(i.$slots, "button", {}, () => [
|
|
72
|
+
t.buttonText ? (e(), n(l(g), {
|
|
73
|
+
key: 0,
|
|
74
|
+
theme: "secondary",
|
|
75
|
+
class: "empty-state-button",
|
|
76
|
+
onClick: c[0] || (c[0] = (S) => i.$emit("click"))
|
|
77
|
+
}, {
|
|
78
|
+
default: s(() => [
|
|
79
|
+
r(m(t.buttonText), 1)
|
|
80
|
+
]),
|
|
81
|
+
_: 1
|
|
82
|
+
})) : o("", !0)
|
|
83
|
+
], !0)
|
|
84
|
+
], 2));
|
|
85
|
+
}
|
|
86
|
+
});
|
|
87
|
+
export {
|
|
88
|
+
q as default
|
|
89
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { openBlock as r, createElementBlock as c, pushScopeId as n, popScopeId as s, createElementVNode as o } from "vue";
|
|
2
|
+
/* empty css */import l from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const i = {}, e = (t) => (n("data-v-f4915249"), t = t(), s(), t), _ = {
|
|
4
|
+
viewBox: "0 0 51 51",
|
|
5
|
+
fill: "none",
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
7
|
+
}, a = /* @__PURE__ */ e(() => /* @__PURE__ */ o("rect", {
|
|
8
|
+
x: "20.4343",
|
|
9
|
+
y: "25.813",
|
|
10
|
+
width: "8.76522",
|
|
11
|
+
height: "23.6766",
|
|
12
|
+
rx: "4.38261",
|
|
13
|
+
transform: "rotate(44.7222 20.4343 25.813)",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
}, null, -1)), d = /* @__PURE__ */ e(() => /* @__PURE__ */ o("ellipse", {
|
|
16
|
+
rx: "18.1565",
|
|
17
|
+
ry: "18.1565",
|
|
18
|
+
transform: "matrix(-1 0 0 1 28.8174 22.6824)",
|
|
19
|
+
fill: "currentColor"
|
|
20
|
+
}, null, -1)), f = /* @__PURE__ */ e(() => /* @__PURE__ */ o("circle", {
|
|
21
|
+
r: "13.7739",
|
|
22
|
+
transform: "matrix(-1 0 0 1 28.8173 22.6826)",
|
|
23
|
+
fill: "#DDDFE1"
|
|
24
|
+
}, null, -1)), p = [
|
|
25
|
+
a,
|
|
26
|
+
d,
|
|
27
|
+
f
|
|
28
|
+
];
|
|
29
|
+
function m(t, h) {
|
|
30
|
+
return r(), c("svg", _, p);
|
|
31
|
+
}
|
|
32
|
+
const v = /* @__PURE__ */ l(i, [["render", m], ["__scopeId", "data-v-f4915249"]]);
|
|
33
|
+
export {
|
|
34
|
+
v as default
|
|
35
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { defineComponent as a, openBlock as i, createBlock as s, normalizeClass as o, createSlots as r, withCtx as t, createVNode as d, renderSlot as n } from "vue";
|
|
2
|
+
import c from "../icon/Icon.vue.js";
|
|
3
|
+
import f from "../chip/v3/Chip.vue.js";
|
|
4
|
+
import m from "../typography/Text.vue.js";
|
|
5
|
+
const C = /* @__PURE__ */ a({
|
|
6
|
+
__name: "AddFilterButton",
|
|
7
|
+
props: {
|
|
8
|
+
selected: { type: Boolean },
|
|
9
|
+
disabled: { type: Boolean },
|
|
10
|
+
prefix: null,
|
|
11
|
+
testId: null
|
|
12
|
+
},
|
|
13
|
+
setup(e) {
|
|
14
|
+
return (l, u) => (i(), s(f, {
|
|
15
|
+
clearable: "",
|
|
16
|
+
class: o(["add-filter", { disabled: e.disabled }]),
|
|
17
|
+
selected: e.selected,
|
|
18
|
+
disabled: e.disabled,
|
|
19
|
+
prefix: e.prefix,
|
|
20
|
+
"test-id": e.testId
|
|
21
|
+
}, r({
|
|
22
|
+
default: t(() => [
|
|
23
|
+
d(m, {
|
|
24
|
+
size: "sm",
|
|
25
|
+
strong: ""
|
|
26
|
+
}, {
|
|
27
|
+
default: t(() => [
|
|
28
|
+
n(l.$slots, "default", {}, void 0, !0)
|
|
29
|
+
]),
|
|
30
|
+
_: 3
|
|
31
|
+
})
|
|
32
|
+
]),
|
|
33
|
+
_: 2
|
|
34
|
+
}, [
|
|
35
|
+
e.prefix ? void 0 : {
|
|
36
|
+
name: "icon-start",
|
|
37
|
+
fn: t(() => [
|
|
38
|
+
d(c, {
|
|
39
|
+
name: "tune",
|
|
40
|
+
"font-size": "sm"
|
|
41
|
+
})
|
|
42
|
+
]),
|
|
43
|
+
key: "0"
|
|
44
|
+
}
|
|
45
|
+
]), 1032, ["class", "selected", "disabled", "prefix", "test-id"]));
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
export {
|
|
49
|
+
C as default
|
|
50
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { defineComponent as n, openBlock as r, createBlock as s, unref as i, withCtx as e, createVNode as o, createTextVNode as l, toDisplayString as a } from "vue";
|
|
2
|
+
import m from "../dropdown/v3/Dropdown.vue.js";
|
|
3
|
+
import p from "../dropdown/common/Option.vue.js";
|
|
4
|
+
/* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import "floating-vue";
|
|
5
|
+
/* empty css *//* empty css *//* empty css */import u from "./AddFilterButton.vue.js";
|
|
6
|
+
const C = /* @__PURE__ */ n({
|
|
7
|
+
__name: "FilterDropdown",
|
|
8
|
+
props: {
|
|
9
|
+
displayValue: null,
|
|
10
|
+
text: { default: "Add Filter" },
|
|
11
|
+
disabled: { type: Boolean, default: !1 },
|
|
12
|
+
onSearch: null,
|
|
13
|
+
options: null,
|
|
14
|
+
addNewFilter: null,
|
|
15
|
+
testId: { default: "" }
|
|
16
|
+
},
|
|
17
|
+
setup(t) {
|
|
18
|
+
return (c, f) => (r(), s(i(m), {
|
|
19
|
+
"display-value": t.displayValue,
|
|
20
|
+
disabled: t.disabled,
|
|
21
|
+
"on-search": t.onSearch,
|
|
22
|
+
distance: 0,
|
|
23
|
+
skidding: 0,
|
|
24
|
+
"is-on-top": "",
|
|
25
|
+
options: t.options,
|
|
26
|
+
"test-id": t.testId,
|
|
27
|
+
"onUpdate:selected": t.addNewFilter
|
|
28
|
+
}, {
|
|
29
|
+
input: e(() => [
|
|
30
|
+
o(u, {
|
|
31
|
+
class: "add-filter-button",
|
|
32
|
+
disabled: t.disabled,
|
|
33
|
+
"test-id": t.testId
|
|
34
|
+
}, {
|
|
35
|
+
default: e(() => [
|
|
36
|
+
l(a(t.text), 1)
|
|
37
|
+
]),
|
|
38
|
+
_: 1
|
|
39
|
+
}, 8, ["disabled", "test-id"])
|
|
40
|
+
]),
|
|
41
|
+
default: e(({ option: d }) => [
|
|
42
|
+
o(i(p), { option: d }, {
|
|
43
|
+
default: e(() => [
|
|
44
|
+
l(a(d.label), 1)
|
|
45
|
+
]),
|
|
46
|
+
_: 2
|
|
47
|
+
}, 1032, ["option"])
|
|
48
|
+
]),
|
|
49
|
+
_: 1
|
|
50
|
+
}, 8, ["display-value", "disabled", "on-search", "options", "test-id", "onUpdate:selected"]));
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
export {
|
|
54
|
+
C as default
|
|
55
|
+
};
|