@ironsource/shared-ui 2.0.0-rc.1 → 2.0.0-rc.3
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/AddFilterButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/AppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/AutocompleteInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Banner.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Button.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/ButtonBase.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Checkbox.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Chip.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/ChipV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Dialog.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/DollarInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/EmptyState.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FieldHelpText.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/FieldLabel.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/FilterSearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FloatingToolbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Icon.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IconButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IconV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/IncludeExcludeAppHeader.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Input.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Loader.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/Option.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/PasswordInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/PercentageInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/README.md +1 -1
- package/ScrollButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Search.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/SearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/SearchV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Snackbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Tabs.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/TextField.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/commonCssVariables.scss +4 -623
- package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +2 -2
- package/components/appTrigger/AppTrigger.vue.js +2 -2
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +1 -1
- package/components/autocompleteDropdown/AutocompleteInput.vue.js +2 -2
- package/components/banner/Banner.vue.js +3 -3
- package/components/button/common/ButtonBase.vue.js +2 -2
- package/components/button/common/ButtonSuper.vue.d.ts +1 -1
- package/components/button/v3/Button.vue.d.ts +1 -1
- package/components/button/v3/Button.vue.js +2 -2
- package/components/button/v3/IconButton.vue.js +2 -2
- package/components/button/v3/ScrollButton.vue.js +2 -2
- package/components/button/v4/ButtonV4.vue.d.ts +22 -17
- package/components/button/v4/ButtonV4.vue.js +61 -67
- package/components/button/v4/index.d.ts +21 -10
- package/components/checkbox/Checkbox.vue.js +6 -5
- package/components/chip/v3/Chip.vue.js +2 -2
- package/components/chip/v4/ChipV4.vue.js +2 -2
- package/components/dateRange/CalendarMonth.vue.js +4 -4
- package/components/dateRange/DateRange.vue.js +1 -1
- package/components/dialog/Dialog.vue.js +3 -3
- package/components/dropdown/common/Option.vue.js +2 -2
- package/components/dropdown/common/SearchInput.vue.js +2 -2
- package/components/dropdown/v3/Dropdown.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/emptyState/EmptyState.vue.d.ts +1 -1
- package/components/emptyState/EmptyState.vue.js +2 -2
- package/components/emptyState/index.d.ts +3 -3
- package/components/filterDropdown/AddFilterButton.vue.js +2 -2
- package/components/filterDropdown/FilterDropdown.vue.js +1 -1
- package/components/filtersPanel/FilterSearchInput.vue.js +2 -2
- package/components/floatingToolbar/FloatingToolbar.vue.js +3 -3
- package/components/icon/{Icon.vue.js → v3/Icon.vue.js} +13 -4
- package/components/icon/{icons → v3/icons}/A.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/A2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ABTest.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ABTest2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ACircle.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AccountBalanceWallet.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AccountCircle.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AccountCircleOutline.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Add.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Adjust.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Analytics.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Android.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AngleDown.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AngleLeft.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AngleRight.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AngleUp.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AppStore.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AreaChart.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ArrowBack.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ArrowDownward.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ArrowForward.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ArrowLeft.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ArrowRight.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ArrowSort-Down.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ArrowSort-Up.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ArrowUpward.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AutoAwesome.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AutoMode.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Autorenew.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/B.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/B2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/BCircle.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Banner.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Bidding.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Bidding2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Block.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/BorderColor.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Bug.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Bullhorn.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/BullseyeArrow.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Cached.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Calendar.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/CalendarToday.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Cancel.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ChartBar.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ChartLine.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ChartMixed.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Check.vue.js +2 -2
- package/components/icon/v3/icons/Check2.vue.js +27 -0
- package/components/icon/{icons → v3/icons}/CheckBold.vue.js +2 -2
- package/components/icon/v3/icons/CheckCircle.vue.js +27 -0
- package/components/icon/{icons → v3/icons}/Close.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/CloseBold.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ComputerMouse.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/CopyTo-Clipboard.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/CopyToClipboardFilled.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Create.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Creative.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Cross.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/CrownFill.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Cube.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/CubeBackground.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Cup.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/CupA.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/CupB.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Delete.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Diamond.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Dots.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Download.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Download2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/DownloadDone.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/DragIndicator.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Ecpi.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Email.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/EmailEnvelope.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Error.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Eye.vue.js +2 -2
- package/components/icon/v3/icons/Eye2.vue.js +25 -0
- package/components/icon/v3/icons/EyeSlash.vue.js +27 -0
- package/components/icon/{icons → v3/icons}/FavoriteBorder.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Filter.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/FilterList.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Frame.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Fullscreen.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/FullscreenExit.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Functions.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/GamepadAlt.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Games.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Gavel.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Gift.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/GitHub.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/GlobeStand.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/GooglePlay.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Group.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Hammer.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/HandPointer.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Hands.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Heartbeat.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Help.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/HelpOutline.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/History.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/IOS.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Image.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ImageNotSupported.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ImageSlash.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ImportExport.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ImportExport2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Importent.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Info.vue.js +2 -2
- package/components/icon/v3/icons/Info2.vue.js +27 -0
- package/components/icon/{icons → v3/icons}/InfoOutline.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Insights.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Interstitial.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Ios14.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Js.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Landscape.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Launch.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Levelplay.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/LimitCircle.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/LimitOctagon.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Link.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/LoadingClean.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Lock.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/LockOpen.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Login.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Logout.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Marketing.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/MilitaryTech.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Mix.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Mix2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/MobileLandscape.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/MobilePortrait.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/MoneyCheck.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/MoreHoriz.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/MoreVert.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Mouse.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/MousePointer.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/MovingUp.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/NativeAd.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/NotificationsNone.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Offerwall.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Palyable.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/PaperPlane-Off.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/PaperPlane.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Pause.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/PauseCircleFilled.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/PauseCircleOutline.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/PhoneIphone.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Photo.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Photo2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/PlayArrow.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/PlayCircleFilledWhite.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/PlayCircleOutline.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Qrcode.vue.js +2 -2
- package/components/icon/v3/icons/Question.vue.js +27 -0
- package/components/icon/{icons → v3/icons}/QuickAB.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/QuickAB2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/React.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Redo.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Refresh.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Remove.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Replay.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/RewardedVideo.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/RocketLaunch.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Rotate.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Route.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/SackDollar.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Schedule.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Search.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/SearchBold.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Share.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Slack.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/SportsEsports.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Star.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/StarFill.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/StatusBanner.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/StatusInterstitial.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/StatusNativeAd.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/StatusOfferwall.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/StatusRewardedVideo.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/StopCircleFilled.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/StopCircleOutline.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Style.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Success.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/SuccessFull.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Switch.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TableEdit.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TabletLandscape.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TabletMac.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TabletPortrait.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Texture.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ThemeDark.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ThemeLight.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Timelapse.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Timeline.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TrendingDown.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TrendingFlat.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TrendingUp.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Tune.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TwoToneBanner.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TwoToneInterstitial.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TwoToneNativeAd.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TwoToneOfferwall.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TwoToneRewardedVideo.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Undo.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/UnfoldLess.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/UnfoldMore.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/VerticalAlignTop.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/VerticalAlignTop2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Vibration.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/VideoRound.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ViewCarousel.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Visibility.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/VisibilityOff.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/VisibilityOffStrok.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/VisibilityStrok.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/VolumeOff.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/VolumeUp.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Warning.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Warning2.vue.js +2 -2
- package/components/icon/v3/icons/Warning3.vue.js +27 -0
- package/components/icon/v3/icons/WarningCircle.vue.d.ts +2 -0
- package/components/icon/v3/icons/WarningCircle.vue.js +27 -0
- package/components/icon/v3/icons/WarningOctagon.vue.d.ts +2 -0
- package/components/icon/v3/icons/WarningOctagon.vue.js +27 -0
- package/components/icon/v3/icons/WebApp.vue.d.ts +2 -0
- package/components/icon/{icons → v3/icons}/WebApp.vue.js +2 -2
- package/components/icon/v3/icons/Widget.vue.d.ts +2 -0
- package/components/icon/{icons → v3/icons}/Widget.vue.js +2 -2
- package/components/icon/v3/icons/Widgets.vue.d.ts +2 -0
- package/components/icon/{icons → v3/icons}/Widgets.vue.js +2 -2
- package/components/icon/v3/icons/WidgetsFill.vue.d.ts +2 -0
- package/components/icon/{icons → v3/icons}/WidgetsFill.vue.js +2 -2
- package/components/icon/v3/icons/WidgetsFlatSquares.vue.d.ts +2 -0
- package/components/icon/{icons → v3/icons}/WidgetsFlatSquares.vue.js +2 -2
- package/components/icon/v3/icons/Widgetsz.vue.d.ts +2 -0
- package/components/icon/{icons → v3/icons}/Widgetsz.vue.js +2 -2
- package/components/icon/v3/icons/WifiProtectedSetup.vue.d.ts +2 -0
- package/components/icon/{icons → v3/icons}/WifiProtectedSetup.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/index.d.ts +27 -0
- package/components/icon/{icons → v3/icons}/index.vue.js +27 -0
- package/components/icon/{index.d.ts → v3/index.d.ts} +27 -0
- package/components/icon/v4/IconV4.vue.d.ts +41 -0
- package/components/icon/v4/IconV4.vue.js +84 -0
- package/components/icon/v4/index.d.ts +50 -0
- package/components/icon/v4/index.vue.js +6 -0
- package/components/includeExclude/IncludeExclude.vue.js +1 -1
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +2 -2
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +2 -2
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +2 -2
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +1 -1
- package/components/includeExclude/IncludeExcludeOption.vue.js +2 -2
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +2 -2
- package/components/input/common/Input.common.d.ts +12 -0
- package/components/input/common/Input.common.vue.js +72 -0
- package/components/input/{DollarInput.vue.d.ts → v3/DollarInput.vue.d.ts} +1 -1
- package/components/input/{DollarInput.vue.js → v3/DollarInput.vue.js} +4 -4
- package/components/input/{Input.vue.js → v3/Input.vue.js} +33 -71
- package/components/input/{PasswordInput.vue.d.ts → v3/PasswordInput.vue.d.ts} +1 -1
- package/components/input/{PasswordInput.vue.js → v3/PasswordInput.vue.js} +4 -4
- package/components/input/{PercentageInput.vue.d.ts → v3/PercentageInput.vue.d.ts} +1 -1
- package/components/input/{PercentageInput.vue.js → v3/PercentageInput.vue.js} +4 -4
- package/components/input/{index.d.ts → v3/index.d.ts} +5 -5
- package/components/input/v4/TextField.types.d.ts +6 -0
- package/components/input/v4/TextField.vue.d.ts +151 -0
- package/components/input/v4/TextField.vue.js +240 -0
- package/components/input/v4/index.d.ts +277 -0
- package/components/input/v4/index.vue.js +6 -0
- package/components/loader/v4/Loader.vue.d.ts +41 -0
- package/components/loader/v4/Loader.vue.js +79 -0
- package/components/loader/v4/index.d.ts +50 -0
- package/components/search/v3/Search.vue.js +2 -2
- package/components/search/v4/SearchV4.vue.js +2 -2
- package/components/shared/FieldHelpText.vue.d.ts +42 -0
- package/components/shared/FieldHelpText.vue.js +54 -0
- package/components/shared/FieldLabel.vue.d.ts +52 -0
- package/components/shared/FieldLabel.vue.js +70 -0
- package/components/shared/commonTypes.d.ts +2 -0
- package/components/snackbar/Snackbar.vue.js +4 -4
- package/components/table/Table.vue.js +1 -1
- package/components/tabs/Tabs.vue.js +7 -7
- package/components/tooltip/Tooltip.types.d.ts +2 -0
- package/components/tooltip/Tooltip.vue.d.ts +4 -3
- package/components/tooltip/index.d.ts +3 -3
- package/components/typography/v4/index.d.ts +3 -3
- package/composables/index.d.ts +1 -0
- package/composables/useStorage.d.ts +5 -0
- package/composables/useStorage.vue.js +42 -0
- package/design-foundation.stories/border-radius/BorderRadiusWrapper.vue.d.ts +0 -2
- package/design-foundation.stories/breakpoints/BreakpointsData.d.ts +5 -0
- package/design-foundation.stories/breakpoints/BreakpointsStoryWrapper.vue.d.ts +2 -0
- package/design-foundation.stories/breakpoints/index.d.ts +1 -0
- package/design-foundation.stories/colors/ColorsData.d.ts +20 -21
- package/design-foundation.stories/elevations/ElevationStoryWrapper.vue.d.ts +0 -2
- package/design-foundation.stories/grid-layout/GridLayoutStoryWrapper.vue.d.ts +15 -0
- package/design-foundation.stories/grid-layout/index.d.ts +1 -0
- package/design-foundation.stories/icons/iconsData.d.ts +14 -0
- package/design-foundation.stories/spacing/SpacingData.d.ts +5 -0
- package/design-foundation.stories/spacing/SpacingStoryWrapper.vue.d.ts +2 -0
- package/design-foundation.stories/spacing/index.d.ts +1 -0
- package/design-foundation.stories/typography/TypographyStoryWrapper.vue.d.ts +0 -1
- package/index.d.ts +2750 -22
- package/index.vue.js +10 -10
- package/package.json +9 -6
- package/styles/v4/border-radius.css +1 -1
- package/styles/v4/breakpoints.scss +131 -0
- package/styles/v4/colors.css +54 -53
- package/styles/v4/elevations.css +1 -1
- package/styles/v4/grid.css +1 -0
- package/styles/v4/grid.css.map +1 -0
- package/styles/v4/grid.scss +74 -0
- package/testids/index.d.ts +15 -2
- package/testids/index.vue.js +16 -1
- package/utils/testIds.d.ts +1 -0
- package/utils/testIds.vue.js +14 -0
- /package/components/icon/{Icon.vue.d.ts → v3/Icon.vue.d.ts} +0 -0
- /package/components/icon/{icons → v3/icons}/A.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/A2.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ABTest.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ABTest2.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ACircle.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AccountBalanceWallet.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AccountCircle.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AccountCircleOutline.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Add.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Adjust.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Analytics.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Android.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AngleDown.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AngleLeft.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AngleRight.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AngleUp.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AppStore.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AreaChart.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ArrowBack.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ArrowDownward.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ArrowForward.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ArrowLeft.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ArrowRight.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ArrowSort-Down.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ArrowSort-Up.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ArrowUpward.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AutoAwesome.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AutoMode.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Autorenew.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/B.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/B2.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/BCircle.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Banner.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Bidding.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Bidding2.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Block.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/BorderColor.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Bug.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Bullhorn.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/BullseyeArrow.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Cached.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Calendar.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/CalendarToday.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Cancel.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ChartBar.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ChartLine.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ChartMixed.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Check.vue.d.ts +0 -0
- /package/components/icon/{icons/CheckBold.vue.d.ts → v3/icons/Check2.vue.d.ts} +0 -0
- /package/components/icon/{icons/Close.vue.d.ts → v3/icons/CheckBold.vue.d.ts} +0 -0
- /package/components/icon/{icons/CloseBold.vue.d.ts → v3/icons/CheckCircle.vue.d.ts} +0 -0
- /package/components/icon/{icons/ComputerMouse.vue.d.ts → v3/icons/Close.vue.d.ts} +0 -0
- /package/components/icon/{icons/CopyTo-Clipboard.vue.d.ts → v3/icons/CloseBold.vue.d.ts} +0 -0
- /package/components/icon/{icons/CopyToClipboardFilled.vue.d.ts → v3/icons/ComputerMouse.vue.d.ts} +0 -0
- /package/components/icon/{icons/Create.vue.d.ts → v3/icons/CopyTo-Clipboard.vue.d.ts} +0 -0
- /package/components/icon/{icons/Creative.vue.d.ts → v3/icons/CopyToClipboardFilled.vue.d.ts} +0 -0
- /package/components/icon/{icons/Cross.vue.d.ts → v3/icons/Create.vue.d.ts} +0 -0
- /package/components/icon/{icons/CrownFill.vue.d.ts → v3/icons/Creative.vue.d.ts} +0 -0
- /package/components/icon/{icons/Cube.vue.d.ts → v3/icons/Cross.vue.d.ts} +0 -0
- /package/components/icon/{icons/CubeBackground.vue.d.ts → v3/icons/CrownFill.vue.d.ts} +0 -0
- /package/components/icon/{icons/Cup.vue.d.ts → v3/icons/Cube.vue.d.ts} +0 -0
- /package/components/icon/{icons/CupA.vue.d.ts → v3/icons/CubeBackground.vue.d.ts} +0 -0
- /package/components/icon/{icons/CupB.vue.d.ts → v3/icons/Cup.vue.d.ts} +0 -0
- /package/components/icon/{icons/Delete.vue.d.ts → v3/icons/CupA.vue.d.ts} +0 -0
- /package/components/icon/{icons/Diamond.vue.d.ts → v3/icons/CupB.vue.d.ts} +0 -0
- /package/components/icon/{icons/Dots.vue.d.ts → v3/icons/Delete.vue.d.ts} +0 -0
- /package/components/icon/{icons/Download.vue.d.ts → v3/icons/Diamond.vue.d.ts} +0 -0
- /package/components/icon/{icons/Download2.vue.d.ts → v3/icons/Dots.vue.d.ts} +0 -0
- /package/components/icon/{icons/DownloadDone.vue.d.ts → v3/icons/Download.vue.d.ts} +0 -0
- /package/components/icon/{icons/DragIndicator.vue.d.ts → v3/icons/Download2.vue.d.ts} +0 -0
- /package/components/icon/{icons/Ecpi.vue.d.ts → v3/icons/DownloadDone.vue.d.ts} +0 -0
- /package/components/icon/{icons/Email.vue.d.ts → v3/icons/DragIndicator.vue.d.ts} +0 -0
- /package/components/icon/{icons/EmailEnvelope.vue.d.ts → v3/icons/Ecpi.vue.d.ts} +0 -0
- /package/components/icon/{icons/Error.vue.d.ts → v3/icons/Email.vue.d.ts} +0 -0
- /package/components/icon/{icons/Eye.vue.d.ts → v3/icons/EmailEnvelope.vue.d.ts} +0 -0
- /package/components/icon/{icons/FavoriteBorder.vue.d.ts → v3/icons/Error.vue.d.ts} +0 -0
- /package/components/icon/{icons/Filter.vue.d.ts → v3/icons/Eye.vue.d.ts} +0 -0
- /package/components/icon/{icons/FilterList.vue.d.ts → v3/icons/Eye2.vue.d.ts} +0 -0
- /package/components/icon/{icons/Frame.vue.d.ts → v3/icons/EyeSlash.vue.d.ts} +0 -0
- /package/components/icon/{icons/Fullscreen.vue.d.ts → v3/icons/FavoriteBorder.vue.d.ts} +0 -0
- /package/components/icon/{icons/FullscreenExit.vue.d.ts → v3/icons/Filter.vue.d.ts} +0 -0
- /package/components/icon/{icons/Functions.vue.d.ts → v3/icons/FilterList.vue.d.ts} +0 -0
- /package/components/icon/{icons/GamepadAlt.vue.d.ts → v3/icons/Frame.vue.d.ts} +0 -0
- /package/components/icon/{icons/Games.vue.d.ts → v3/icons/Fullscreen.vue.d.ts} +0 -0
- /package/components/icon/{icons/Gavel.vue.d.ts → v3/icons/FullscreenExit.vue.d.ts} +0 -0
- /package/components/icon/{icons/Gift.vue.d.ts → v3/icons/Functions.vue.d.ts} +0 -0
- /package/components/icon/{icons/GitHub.vue.d.ts → v3/icons/GamepadAlt.vue.d.ts} +0 -0
- /package/components/icon/{icons/GlobeStand.vue.d.ts → v3/icons/Games.vue.d.ts} +0 -0
- /package/components/icon/{icons/GooglePlay.vue.d.ts → v3/icons/Gavel.vue.d.ts} +0 -0
- /package/components/icon/{icons/Group.vue.d.ts → v3/icons/Gift.vue.d.ts} +0 -0
- /package/components/icon/{icons/Hammer.vue.d.ts → v3/icons/GitHub.vue.d.ts} +0 -0
- /package/components/icon/{icons/HandPointer.vue.d.ts → v3/icons/GlobeStand.vue.d.ts} +0 -0
- /package/components/icon/{icons/Hands.vue.d.ts → v3/icons/GooglePlay.vue.d.ts} +0 -0
- /package/components/icon/{icons/Heartbeat.vue.d.ts → v3/icons/Group.vue.d.ts} +0 -0
- /package/components/icon/{icons/Help.vue.d.ts → v3/icons/Hammer.vue.d.ts} +0 -0
- /package/components/icon/{icons/HelpOutline.vue.d.ts → v3/icons/HandPointer.vue.d.ts} +0 -0
- /package/components/icon/{icons/History.vue.d.ts → v3/icons/Hands.vue.d.ts} +0 -0
- /package/components/icon/{icons/IOS.vue.d.ts → v3/icons/Heartbeat.vue.d.ts} +0 -0
- /package/components/icon/{icons/Image.vue.d.ts → v3/icons/Help.vue.d.ts} +0 -0
- /package/components/icon/{icons/ImageNotSupported.vue.d.ts → v3/icons/HelpOutline.vue.d.ts} +0 -0
- /package/components/icon/{icons/ImageSlash.vue.d.ts → v3/icons/History.vue.d.ts} +0 -0
- /package/components/icon/{icons/ImportExport.vue.d.ts → v3/icons/IOS.vue.d.ts} +0 -0
- /package/components/icon/{icons/ImportExport2.vue.d.ts → v3/icons/Image.vue.d.ts} +0 -0
- /package/components/icon/{icons/Importent.vue.d.ts → v3/icons/ImageNotSupported.vue.d.ts} +0 -0
- /package/components/icon/{icons/Info.vue.d.ts → v3/icons/ImageSlash.vue.d.ts} +0 -0
- /package/components/icon/{icons/InfoOutline.vue.d.ts → v3/icons/ImportExport.vue.d.ts} +0 -0
- /package/components/icon/{icons/Insights.vue.d.ts → v3/icons/ImportExport2.vue.d.ts} +0 -0
- /package/components/icon/{icons/Interstitial.vue.d.ts → v3/icons/Importent.vue.d.ts} +0 -0
- /package/components/icon/{icons/Ios14.vue.d.ts → v3/icons/Info.vue.d.ts} +0 -0
- /package/components/icon/{icons/Js.vue.d.ts → v3/icons/Info2.vue.d.ts} +0 -0
- /package/components/icon/{icons/Landscape.vue.d.ts → v3/icons/InfoOutline.vue.d.ts} +0 -0
- /package/components/icon/{icons/Launch.vue.d.ts → v3/icons/Insights.vue.d.ts} +0 -0
- /package/components/icon/{icons/Levelplay.vue.d.ts → v3/icons/Interstitial.vue.d.ts} +0 -0
- /package/components/icon/{icons/LimitCircle.vue.d.ts → v3/icons/Ios14.vue.d.ts} +0 -0
- /package/components/icon/{icons/LimitOctagon.vue.d.ts → v3/icons/Js.vue.d.ts} +0 -0
- /package/components/icon/{icons/Link.vue.d.ts → v3/icons/Landscape.vue.d.ts} +0 -0
- /package/components/icon/{icons/LoadingClean.vue.d.ts → v3/icons/Launch.vue.d.ts} +0 -0
- /package/components/icon/{icons/Lock.vue.d.ts → v3/icons/Levelplay.vue.d.ts} +0 -0
- /package/components/icon/{icons/LockOpen.vue.d.ts → v3/icons/LimitCircle.vue.d.ts} +0 -0
- /package/components/icon/{icons/Login.vue.d.ts → v3/icons/LimitOctagon.vue.d.ts} +0 -0
- /package/components/icon/{icons/Logout.vue.d.ts → v3/icons/Link.vue.d.ts} +0 -0
- /package/components/icon/{icons/Marketing.vue.d.ts → v3/icons/LoadingClean.vue.d.ts} +0 -0
- /package/components/icon/{icons/MilitaryTech.vue.d.ts → v3/icons/Lock.vue.d.ts} +0 -0
- /package/components/icon/{icons/Mix.vue.d.ts → v3/icons/LockOpen.vue.d.ts} +0 -0
- /package/components/icon/{icons/Mix2.vue.d.ts → v3/icons/Login.vue.d.ts} +0 -0
- /package/components/icon/{icons/MobileLandscape.vue.d.ts → v3/icons/Logout.vue.d.ts} +0 -0
- /package/components/icon/{icons/MobilePortrait.vue.d.ts → v3/icons/Marketing.vue.d.ts} +0 -0
- /package/components/icon/{icons/MoneyCheck.vue.d.ts → v3/icons/MilitaryTech.vue.d.ts} +0 -0
- /package/components/icon/{icons/MoreHoriz.vue.d.ts → v3/icons/Mix.vue.d.ts} +0 -0
- /package/components/icon/{icons/MoreVert.vue.d.ts → v3/icons/Mix2.vue.d.ts} +0 -0
- /package/components/icon/{icons/Mouse.vue.d.ts → v3/icons/MobileLandscape.vue.d.ts} +0 -0
- /package/components/icon/{icons/MousePointer.vue.d.ts → v3/icons/MobilePortrait.vue.d.ts} +0 -0
- /package/components/icon/{icons/MovingUp.vue.d.ts → v3/icons/MoneyCheck.vue.d.ts} +0 -0
- /package/components/icon/{icons/NativeAd.vue.d.ts → v3/icons/MoreHoriz.vue.d.ts} +0 -0
- /package/components/icon/{icons/NotificationsNone.vue.d.ts → v3/icons/MoreVert.vue.d.ts} +0 -0
- /package/components/icon/{icons/Offerwall.vue.d.ts → v3/icons/Mouse.vue.d.ts} +0 -0
- /package/components/icon/{icons/Palyable.vue.d.ts → v3/icons/MousePointer.vue.d.ts} +0 -0
- /package/components/icon/{icons/PaperPlane-Off.vue.d.ts → v3/icons/MovingUp.vue.d.ts} +0 -0
- /package/components/icon/{icons/PaperPlane.vue.d.ts → v3/icons/NativeAd.vue.d.ts} +0 -0
- /package/components/icon/{icons/Pause.vue.d.ts → v3/icons/NotificationsNone.vue.d.ts} +0 -0
- /package/components/icon/{icons/PauseCircleFilled.vue.d.ts → v3/icons/Offerwall.vue.d.ts} +0 -0
- /package/components/icon/{icons/PauseCircleOutline.vue.d.ts → v3/icons/Palyable.vue.d.ts} +0 -0
- /package/components/icon/{icons/PhoneIphone.vue.d.ts → v3/icons/PaperPlane-Off.vue.d.ts} +0 -0
- /package/components/icon/{icons/Photo.vue.d.ts → v3/icons/PaperPlane.vue.d.ts} +0 -0
- /package/components/icon/{icons/Photo2.vue.d.ts → v3/icons/Pause.vue.d.ts} +0 -0
- /package/components/icon/{icons/PlayArrow.vue.d.ts → v3/icons/PauseCircleFilled.vue.d.ts} +0 -0
- /package/components/icon/{icons/PlayCircleFilledWhite.vue.d.ts → v3/icons/PauseCircleOutline.vue.d.ts} +0 -0
- /package/components/icon/{icons/PlayCircleOutline.vue.d.ts → v3/icons/PhoneIphone.vue.d.ts} +0 -0
- /package/components/icon/{icons/Qrcode.vue.d.ts → v3/icons/Photo.vue.d.ts} +0 -0
- /package/components/icon/{icons/QuickAB.vue.d.ts → v3/icons/Photo2.vue.d.ts} +0 -0
- /package/components/icon/{icons/QuickAB2.vue.d.ts → v3/icons/PlayArrow.vue.d.ts} +0 -0
- /package/components/icon/{icons/React.vue.d.ts → v3/icons/PlayCircleFilledWhite.vue.d.ts} +0 -0
- /package/components/icon/{icons/Redo.vue.d.ts → v3/icons/PlayCircleOutline.vue.d.ts} +0 -0
- /package/components/icon/{icons/Refresh.vue.d.ts → v3/icons/Qrcode.vue.d.ts} +0 -0
- /package/components/icon/{icons/Remove.vue.d.ts → v3/icons/Question.vue.d.ts} +0 -0
- /package/components/icon/{icons/Replay.vue.d.ts → v3/icons/QuickAB.vue.d.ts} +0 -0
- /package/components/icon/{icons/RewardedVideo.vue.d.ts → v3/icons/QuickAB2.vue.d.ts} +0 -0
- /package/components/icon/{icons/RocketLaunch.vue.d.ts → v3/icons/React.vue.d.ts} +0 -0
- /package/components/icon/{icons/Rotate.vue.d.ts → v3/icons/Redo.vue.d.ts} +0 -0
- /package/components/icon/{icons/Route.vue.d.ts → v3/icons/Refresh.vue.d.ts} +0 -0
- /package/components/icon/{icons/SackDollar.vue.d.ts → v3/icons/Remove.vue.d.ts} +0 -0
- /package/components/icon/{icons/Schedule.vue.d.ts → v3/icons/Replay.vue.d.ts} +0 -0
- /package/components/icon/{icons/Search.vue.d.ts → v3/icons/RewardedVideo.vue.d.ts} +0 -0
- /package/components/icon/{icons/SearchBold.vue.d.ts → v3/icons/RocketLaunch.vue.d.ts} +0 -0
- /package/components/icon/{icons/Share.vue.d.ts → v3/icons/Rotate.vue.d.ts} +0 -0
- /package/components/icon/{icons/Slack.vue.d.ts → v3/icons/Route.vue.d.ts} +0 -0
- /package/components/icon/{icons/SportsEsports.vue.d.ts → v3/icons/SackDollar.vue.d.ts} +0 -0
- /package/components/icon/{icons/Star.vue.d.ts → v3/icons/Schedule.vue.d.ts} +0 -0
- /package/components/icon/{icons/StarFill.vue.d.ts → v3/icons/Search.vue.d.ts} +0 -0
- /package/components/icon/{icons/StatusBanner.vue.d.ts → v3/icons/SearchBold.vue.d.ts} +0 -0
- /package/components/icon/{icons/StatusInterstitial.vue.d.ts → v3/icons/Share.vue.d.ts} +0 -0
- /package/components/icon/{icons/StatusNativeAd.vue.d.ts → v3/icons/Slack.vue.d.ts} +0 -0
- /package/components/icon/{icons/StatusOfferwall.vue.d.ts → v3/icons/SportsEsports.vue.d.ts} +0 -0
- /package/components/icon/{icons/StatusRewardedVideo.vue.d.ts → v3/icons/Star.vue.d.ts} +0 -0
- /package/components/icon/{icons/StopCircleFilled.vue.d.ts → v3/icons/StarFill.vue.d.ts} +0 -0
- /package/components/icon/{icons/StopCircleOutline.vue.d.ts → v3/icons/StatusBanner.vue.d.ts} +0 -0
- /package/components/icon/{icons/Style.vue.d.ts → v3/icons/StatusInterstitial.vue.d.ts} +0 -0
- /package/components/icon/{icons/Success.vue.d.ts → v3/icons/StatusNativeAd.vue.d.ts} +0 -0
- /package/components/icon/{icons/SuccessFull.vue.d.ts → v3/icons/StatusOfferwall.vue.d.ts} +0 -0
- /package/components/icon/{icons/Switch.vue.d.ts → v3/icons/StatusRewardedVideo.vue.d.ts} +0 -0
- /package/components/icon/{icons/TableEdit.vue.d.ts → v3/icons/StopCircleFilled.vue.d.ts} +0 -0
- /package/components/icon/{icons/TabletLandscape.vue.d.ts → v3/icons/StopCircleOutline.vue.d.ts} +0 -0
- /package/components/icon/{icons/TabletMac.vue.d.ts → v3/icons/Style.vue.d.ts} +0 -0
- /package/components/icon/{icons/TabletPortrait.vue.d.ts → v3/icons/Success.vue.d.ts} +0 -0
- /package/components/icon/{icons/Texture.vue.d.ts → v3/icons/SuccessFull.vue.d.ts} +0 -0
- /package/components/icon/{icons/ThemeDark.vue.d.ts → v3/icons/Switch.vue.d.ts} +0 -0
- /package/components/icon/{icons/ThemeLight.vue.d.ts → v3/icons/TableEdit.vue.d.ts} +0 -0
- /package/components/icon/{icons/Timelapse.vue.d.ts → v3/icons/TabletLandscape.vue.d.ts} +0 -0
- /package/components/icon/{icons/Timeline.vue.d.ts → v3/icons/TabletMac.vue.d.ts} +0 -0
- /package/components/icon/{icons/TrendingDown.vue.d.ts → v3/icons/TabletPortrait.vue.d.ts} +0 -0
- /package/components/icon/{icons/TrendingFlat.vue.d.ts → v3/icons/Texture.vue.d.ts} +0 -0
- /package/components/icon/{icons/TrendingUp.vue.d.ts → v3/icons/ThemeDark.vue.d.ts} +0 -0
- /package/components/icon/{icons/Tune.vue.d.ts → v3/icons/ThemeLight.vue.d.ts} +0 -0
- /package/components/icon/{icons/TwoToneBanner.vue.d.ts → v3/icons/Timelapse.vue.d.ts} +0 -0
- /package/components/icon/{icons/TwoToneInterstitial.vue.d.ts → v3/icons/Timeline.vue.d.ts} +0 -0
- /package/components/icon/{icons/TwoToneNativeAd.vue.d.ts → v3/icons/TrendingDown.vue.d.ts} +0 -0
- /package/components/icon/{icons/TwoToneOfferwall.vue.d.ts → v3/icons/TrendingFlat.vue.d.ts} +0 -0
- /package/components/icon/{icons/TwoToneRewardedVideo.vue.d.ts → v3/icons/TrendingUp.vue.d.ts} +0 -0
- /package/components/icon/{icons/Undo.vue.d.ts → v3/icons/Tune.vue.d.ts} +0 -0
- /package/components/icon/{icons/UnfoldLess.vue.d.ts → v3/icons/TwoToneBanner.vue.d.ts} +0 -0
- /package/components/icon/{icons/UnfoldMore.vue.d.ts → v3/icons/TwoToneInterstitial.vue.d.ts} +0 -0
- /package/components/icon/{icons/VerticalAlignTop.vue.d.ts → v3/icons/TwoToneNativeAd.vue.d.ts} +0 -0
- /package/components/icon/{icons/VerticalAlignTop2.vue.d.ts → v3/icons/TwoToneOfferwall.vue.d.ts} +0 -0
- /package/components/icon/{icons/Vibration.vue.d.ts → v3/icons/TwoToneRewardedVideo.vue.d.ts} +0 -0
- /package/components/icon/{icons/VideoRound.vue.d.ts → v3/icons/Undo.vue.d.ts} +0 -0
- /package/components/icon/{icons/ViewCarousel.vue.d.ts → v3/icons/UnfoldLess.vue.d.ts} +0 -0
- /package/components/icon/{icons/Visibility.vue.d.ts → v3/icons/UnfoldMore.vue.d.ts} +0 -0
- /package/components/icon/{icons/VisibilityOff.vue.d.ts → v3/icons/VerticalAlignTop.vue.d.ts} +0 -0
- /package/components/icon/{icons/VisibilityOffStrok.vue.d.ts → v3/icons/VerticalAlignTop2.vue.d.ts} +0 -0
- /package/components/icon/{icons/VisibilityStrok.vue.d.ts → v3/icons/Vibration.vue.d.ts} +0 -0
- /package/components/icon/{icons/VolumeOff.vue.d.ts → v3/icons/VideoRound.vue.d.ts} +0 -0
- /package/components/icon/{icons/VolumeUp.vue.d.ts → v3/icons/ViewCarousel.vue.d.ts} +0 -0
- /package/components/icon/{icons/Warning.vue.d.ts → v3/icons/Visibility.vue.d.ts} +0 -0
- /package/components/icon/{icons/Warning2.vue.d.ts → v3/icons/VisibilityOff.vue.d.ts} +0 -0
- /package/components/icon/{icons/WebApp.vue.d.ts → v3/icons/VisibilityOffStrok.vue.d.ts} +0 -0
- /package/components/icon/{icons/Widget.vue.d.ts → v3/icons/VisibilityStrok.vue.d.ts} +0 -0
- /package/components/icon/{icons/Widgets.vue.d.ts → v3/icons/VolumeOff.vue.d.ts} +0 -0
- /package/components/icon/{icons/WidgetsFill.vue.d.ts → v3/icons/VolumeUp.vue.d.ts} +0 -0
- /package/components/icon/{icons/WidgetsFlatSquares.vue.d.ts → v3/icons/Warning.vue.d.ts} +0 -0
- /package/components/icon/{icons/Widgetsz.vue.d.ts → v3/icons/Warning2.vue.d.ts} +0 -0
- /package/components/icon/{icons/WifiProtectedSetup.vue.d.ts → v3/icons/Warning3.vue.d.ts} +0 -0
- /package/components/icon/{index.vue.js → v3/index.vue.js} +0 -0
- /package/components/icon/{storyComponents → v3/storyComponents}/Code.vue.d.ts +0 -0
- /package/components/icon/{storyComponents → v3/storyComponents}/IconWrapper.vue.d.ts +0 -0
- /package/components/icon/{storyComponents → v3/storyComponents}/Page.vue.d.ts +0 -0
- /package/components/input/{Input.vue.d.ts → v3/Input.vue.d.ts} +0 -0
- /package/components/input/{index.vue.js → v3/index.vue.js} +0 -0
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
import { defineComponent, computed, ref, openBlock, createElementBlock, mergeProps, unref, createBlock, createCommentVNode, createElementVNode, normalizeClass, renderSlot, withCtx, createTextVNode, toDisplayString, withKeys, withModifiers, createVNode, pushScopeId, popScopeId } from 'vue';
|
|
2
|
+
import Icon from '../../icon/v3/Icon.vue.js';
|
|
3
|
+
import _sfc_main$1 from '../../tooltip/Tooltip.vue.js';
|
|
4
|
+
import Typography from '../../typography/v4/Typography.vue.js';
|
|
5
|
+
import { InputTestIdModifiers } from '../../../testids/index.vue.js';
|
|
6
|
+
import { inputCommon } from '../common/Input.common.vue.js';
|
|
7
|
+
import FieldLabel from '../../shared/FieldLabel.vue.js';
|
|
8
|
+
import FieldHelpText from '../../shared/FieldHelpText.vue.js';
|
|
9
|
+
import { useTestIdAttrs } from '../../../utils/testIds.vue.js';
|
|
10
|
+
/* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
|
|
11
|
+
|
|
12
|
+
import "../../../TextField.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
13
|
+
const _withScopeId = (n) => (pushScopeId("data-v-05d29f1a"), n = n(), popScopeId(), n);
|
|
14
|
+
const _hoisted_1 = {
|
|
15
|
+
key: 0,
|
|
16
|
+
class: "icon-container icon-before"
|
|
17
|
+
};
|
|
18
|
+
const _hoisted_2 = ["value", "placeholder", "disabled", "type", "step", "maxlength"];
|
|
19
|
+
const _hoisted_3 = ["onClick"];
|
|
20
|
+
const _hoisted_4 = {
|
|
21
|
+
key: 3,
|
|
22
|
+
class: "inline-error"
|
|
23
|
+
};
|
|
24
|
+
const _hoisted_5 = {
|
|
25
|
+
key: 6,
|
|
26
|
+
class: "icon-container icon-after"
|
|
27
|
+
};
|
|
28
|
+
const _hoisted_6 = {
|
|
29
|
+
key: 1,
|
|
30
|
+
class: "footer"
|
|
31
|
+
};
|
|
32
|
+
const _hoisted_7 = {
|
|
33
|
+
key: 1,
|
|
34
|
+
class: "max-length"
|
|
35
|
+
};
|
|
36
|
+
const _hoisted_8 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "max-length__divider" }, "/", -1));
|
|
37
|
+
const __default__ = {
|
|
38
|
+
inheritAttrs: false
|
|
39
|
+
};
|
|
40
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
41
|
+
...__default__,
|
|
42
|
+
__name: "TextField",
|
|
43
|
+
props: {
|
|
44
|
+
modelValue: { default: "" },
|
|
45
|
+
placeholder: { default: "" },
|
|
46
|
+
disabled: { type: Boolean, default: false },
|
|
47
|
+
viewOnly: { type: Boolean, default: false },
|
|
48
|
+
size: { default: "small" },
|
|
49
|
+
label: { default: "" },
|
|
50
|
+
labelDirection: { default: "top" },
|
|
51
|
+
mandatory: { type: Boolean, default: false },
|
|
52
|
+
feedbackVariant: { default: null },
|
|
53
|
+
feedbackText: { default: "" },
|
|
54
|
+
autoFocus: { type: Boolean, default: false },
|
|
55
|
+
type: { default: "text" },
|
|
56
|
+
hideNumberArrows: { type: Boolean, default: false },
|
|
57
|
+
step: { default: 1 },
|
|
58
|
+
hoverHelpText: { default: "" },
|
|
59
|
+
hoverHelpTextPlacement: { default: "top" },
|
|
60
|
+
onlyDigits: { type: Boolean, default: false },
|
|
61
|
+
testId: { default: "" },
|
|
62
|
+
prefix: { default: "" },
|
|
63
|
+
suffix: { default: "" },
|
|
64
|
+
maxLength: { default: null },
|
|
65
|
+
showApply: { type: Boolean, default: false },
|
|
66
|
+
inlineError: { type: Boolean, default: false },
|
|
67
|
+
inlineErrorText: { default: "" }
|
|
68
|
+
},
|
|
69
|
+
emits: ["update:modelValue", "update:showApply"],
|
|
70
|
+
setup(__props, { emit }) {
|
|
71
|
+
const props = __props;
|
|
72
|
+
const testIdAttrs = useTestIdAttrs(props.testId, InputTestIdModifiers);
|
|
73
|
+
const handleApplyClick = () => {
|
|
74
|
+
if (props.showApply) {
|
|
75
|
+
emit("update:showApply", false);
|
|
76
|
+
} else if (api?.confirmable) {
|
|
77
|
+
onConfirm();
|
|
78
|
+
}
|
|
79
|
+
};
|
|
80
|
+
const {
|
|
81
|
+
onConfirm,
|
|
82
|
+
onEnter,
|
|
83
|
+
inputRef,
|
|
84
|
+
isFocused,
|
|
85
|
+
showLabelInside,
|
|
86
|
+
api,
|
|
87
|
+
labelText,
|
|
88
|
+
sizeClass,
|
|
89
|
+
handleInput,
|
|
90
|
+
handleKeypress
|
|
91
|
+
} = inputCommon(props, emit);
|
|
92
|
+
const inputValue = computed(() => api.value?.value ?? props.modelValue);
|
|
93
|
+
const inputValueLength = computed(() => {
|
|
94
|
+
const valueString = inputValue.value || "";
|
|
95
|
+
return valueString.length;
|
|
96
|
+
});
|
|
97
|
+
const showPassword = ref(false);
|
|
98
|
+
const inputType = computed(() => {
|
|
99
|
+
if (showPassword.value && props.type === "password")
|
|
100
|
+
return "text";
|
|
101
|
+
return props.type;
|
|
102
|
+
});
|
|
103
|
+
return (_ctx, _cache) => {
|
|
104
|
+
return openBlock(), createElementBlock("div", mergeProps({
|
|
105
|
+
class: {
|
|
106
|
+
"input-with-label-container": true,
|
|
107
|
+
"label-direction-left": __props.labelDirection === "left",
|
|
108
|
+
disabled: __props.disabled,
|
|
109
|
+
[`variant-${__props.feedbackVariant}`]: true
|
|
110
|
+
}
|
|
111
|
+
}, unref(testIdAttrs)[unref(InputTestIdModifiers).WRAPPER]), [
|
|
112
|
+
__props.label && __props.labelDirection !== "inside" ? (openBlock(), createBlock(FieldLabel, {
|
|
113
|
+
key: 0,
|
|
114
|
+
label: __props.label,
|
|
115
|
+
mandatory: __props.mandatory,
|
|
116
|
+
"hover-help-text": __props.hoverHelpText,
|
|
117
|
+
"hover-help-text-placement": __props.hoverHelpTextPlacement,
|
|
118
|
+
disabled: __props.disabled,
|
|
119
|
+
"test-id": __props.testId
|
|
120
|
+
}, null, 8, ["label", "mandatory", "hover-help-text", "hover-help-text-placement", "disabled", "test-id"])) : createCommentVNode("", true),
|
|
121
|
+
createElementVNode("div", {
|
|
122
|
+
class: normalizeClass({
|
|
123
|
+
"input-container": true,
|
|
124
|
+
"label-inside": unref(showLabelInside),
|
|
125
|
+
focused: unref(isFocused)
|
|
126
|
+
})
|
|
127
|
+
}, [
|
|
128
|
+
_ctx.$slots["iconBefore"] ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
129
|
+
renderSlot(_ctx.$slots, "iconBefore", {}, void 0, true)
|
|
130
|
+
])) : createCommentVNode("", true),
|
|
131
|
+
__props.prefix ? (openBlock(), createBlock(unref(Typography), {
|
|
132
|
+
key: 1,
|
|
133
|
+
class: "prefix-text",
|
|
134
|
+
variant: "body1"
|
|
135
|
+
}, {
|
|
136
|
+
default: withCtx(() => [
|
|
137
|
+
createTextVNode(toDisplayString(__props.prefix), 1)
|
|
138
|
+
]),
|
|
139
|
+
_: 1
|
|
140
|
+
})) : createCommentVNode("", true),
|
|
141
|
+
createElementVNode("input", mergeProps({ ..._ctx.$attrs, ...unref(testIdAttrs)[unref(InputTestIdModifiers).FIELD] }, {
|
|
142
|
+
ref_key: "inputRef",
|
|
143
|
+
ref: inputRef,
|
|
144
|
+
value: unref(inputValue),
|
|
145
|
+
placeholder: unref(labelText),
|
|
146
|
+
disabled: __props.disabled || __props.viewOnly,
|
|
147
|
+
type: unref(inputType),
|
|
148
|
+
class: ["input", {
|
|
149
|
+
[unref(sizeClass)]: true,
|
|
150
|
+
"view-only": __props.viewOnly,
|
|
151
|
+
"label-inside": unref(showLabelInside),
|
|
152
|
+
"hide-arrows": __props.hideNumberArrows,
|
|
153
|
+
"input-type": __props.type
|
|
154
|
+
}],
|
|
155
|
+
step: __props.step,
|
|
156
|
+
maxlength: __props.maxLength,
|
|
157
|
+
onInput: _cache[0] || (_cache[0] = (...args) => unref(handleInput) && unref(handleInput)(...args)),
|
|
158
|
+
onFocus: _cache[1] || (_cache[1] = ($event) => isFocused.value = true),
|
|
159
|
+
onBlur: _cache[2] || (_cache[2] = ($event) => isFocused.value = false),
|
|
160
|
+
onKeyup: _cache[3] || (_cache[3] = withKeys(withModifiers(
|
|
161
|
+
(...args) => unref(onEnter) && unref(onEnter)(...args),
|
|
162
|
+
["prevent"]
|
|
163
|
+
), ["enter"])),
|
|
164
|
+
onKeypress: _cache[4] || (_cache[4] = (...args) => unref(handleKeypress) && unref(handleKeypress)(...args))
|
|
165
|
+
}), null, 16, _hoisted_2),
|
|
166
|
+
__props.showApply || unref(api)?.confirmable && !unref(api)?.error?.value ? (openBlock(), createElementBlock("div", {
|
|
167
|
+
key: 2,
|
|
168
|
+
class: "apply-button",
|
|
169
|
+
onClick: withModifiers(handleApplyClick, ["stop", "prevent"])
|
|
170
|
+
}, [
|
|
171
|
+
createVNode(unref(Icon), {
|
|
172
|
+
name: "check-v4",
|
|
173
|
+
"font-size": "md"
|
|
174
|
+
})
|
|
175
|
+
], 8, _hoisted_3)) : createCommentVNode("", true),
|
|
176
|
+
__props.inlineError || unref(api)?.error?.value ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
177
|
+
createVNode(unref(_sfc_main$1), mergeProps({
|
|
178
|
+
disabled: !__props.inlineErrorText && !unref(api)?.error?.value,
|
|
179
|
+
text: __props.inlineErrorText || unref(api)?.error?.value,
|
|
180
|
+
"test-id": __props.testId
|
|
181
|
+
}, unref(testIdAttrs)[unref(InputTestIdModifiers).TOOLTIP]), {
|
|
182
|
+
default: withCtx(() => [
|
|
183
|
+
createVNode(unref(Icon), {
|
|
184
|
+
name: "warning-circle",
|
|
185
|
+
"font-size": "sm"
|
|
186
|
+
})
|
|
187
|
+
]),
|
|
188
|
+
_: 1
|
|
189
|
+
}, 16, ["disabled", "text", "test-id"])
|
|
190
|
+
])) : createCommentVNode("", true),
|
|
191
|
+
__props.suffix ? (openBlock(), createBlock(unref(Typography), {
|
|
192
|
+
key: 4,
|
|
193
|
+
class: "suffix-text",
|
|
194
|
+
variant: "body1"
|
|
195
|
+
}, {
|
|
196
|
+
default: withCtx(() => [
|
|
197
|
+
createTextVNode(toDisplayString(__props.suffix), 1)
|
|
198
|
+
]),
|
|
199
|
+
_: 1
|
|
200
|
+
})) : createCommentVNode("", true),
|
|
201
|
+
__props.type === "password" ? (openBlock(), createElementBlock("div", mergeProps({
|
|
202
|
+
key: 5,
|
|
203
|
+
class: "password-visibility-toggle"
|
|
204
|
+
}, unref(testIdAttrs)[unref(InputTestIdModifiers).TOGGLE_PASSWORD], {
|
|
205
|
+
onClick: _cache[5] || (_cache[5] = ($event) => showPassword.value = !showPassword.value)
|
|
206
|
+
}), [
|
|
207
|
+
createVNode(unref(Icon), {
|
|
208
|
+
name: showPassword.value ? "eye-v4" : "eye-slash",
|
|
209
|
+
"font-size": "sm"
|
|
210
|
+
}, null, 8, ["name"])
|
|
211
|
+
], 16)) : createCommentVNode("", true),
|
|
212
|
+
_ctx.$slots["iconAfter"] ? (openBlock(), createElementBlock("div", _hoisted_5, [
|
|
213
|
+
renderSlot(_ctx.$slots, "iconAfter", {}, void 0, true)
|
|
214
|
+
])) : createCommentVNode("", true)
|
|
215
|
+
], 2),
|
|
216
|
+
__props.feedbackText || __props.maxLength ? (openBlock(), createElementBlock("div", _hoisted_6, [
|
|
217
|
+
__props.feedbackText ? (openBlock(), createBlock(FieldHelpText, {
|
|
218
|
+
key: 0,
|
|
219
|
+
text: __props.feedbackText,
|
|
220
|
+
variant: __props.feedbackVariant,
|
|
221
|
+
"test-id": __props.testId
|
|
222
|
+
}, null, 8, ["text", "variant", "test-id"])) : createCommentVNode("", true),
|
|
223
|
+
__props.maxLength ? (openBlock(), createElementBlock("div", _hoisted_7, [
|
|
224
|
+
createVNode(unref(Typography), { variant: "caption" }, {
|
|
225
|
+
default: withCtx(() => [
|
|
226
|
+
createTextVNode(toDisplayString(unref(inputValueLength)) + " ", 1),
|
|
227
|
+
_hoisted_8,
|
|
228
|
+
createTextVNode(" " + toDisplayString(__props.maxLength), 1)
|
|
229
|
+
]),
|
|
230
|
+
_: 1
|
|
231
|
+
})
|
|
232
|
+
])) : createCommentVNode("", true)
|
|
233
|
+
])) : createCommentVNode("", true)
|
|
234
|
+
], 16);
|
|
235
|
+
};
|
|
236
|
+
}
|
|
237
|
+
});
|
|
238
|
+
var TextField = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-05d29f1a"]]);
|
|
239
|
+
|
|
240
|
+
export { TextField as default };
|
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
import TextField from './TextField.vue';
|
|
2
|
+
declare const TextFieldTypes: () => import("vue").DefineComponent<{
|
|
3
|
+
type: {
|
|
4
|
+
type: import("vue").PropType<"number" | "text" | "password">;
|
|
5
|
+
} & {
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
label: {
|
|
9
|
+
type: import("vue").PropType<string>;
|
|
10
|
+
} & {
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
size: {
|
|
14
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
15
|
+
} & {
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
testId: {
|
|
19
|
+
type: import("vue").PropType<string>;
|
|
20
|
+
} & {
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
disabled: {
|
|
24
|
+
type: import("vue").PropType<boolean>;
|
|
25
|
+
} & {
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
modelValue: {
|
|
29
|
+
type: import("vue").PropType<string | number>;
|
|
30
|
+
} & {
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
placeholder: {
|
|
34
|
+
type: import("vue").PropType<string>;
|
|
35
|
+
} & {
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
mandatory: {
|
|
39
|
+
type: import("vue").PropType<boolean>;
|
|
40
|
+
} & {
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
autoFocus: {
|
|
44
|
+
type: import("vue").PropType<boolean>;
|
|
45
|
+
} & {
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
prefix: {
|
|
49
|
+
type: import("vue").PropType<string>;
|
|
50
|
+
} & {
|
|
51
|
+
default: string;
|
|
52
|
+
};
|
|
53
|
+
viewOnly: {
|
|
54
|
+
type: import("vue").PropType<boolean>;
|
|
55
|
+
} & {
|
|
56
|
+
default: boolean;
|
|
57
|
+
};
|
|
58
|
+
labelDirection: {
|
|
59
|
+
type: import("vue").PropType<"top" | "inside">;
|
|
60
|
+
} & {
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
hideNumberArrows: {
|
|
64
|
+
type: import("vue").PropType<boolean>;
|
|
65
|
+
} & {
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
68
|
+
step: {
|
|
69
|
+
type: import("vue").PropType<number>;
|
|
70
|
+
} & {
|
|
71
|
+
default: number;
|
|
72
|
+
};
|
|
73
|
+
hoverHelpText: {
|
|
74
|
+
type: import("vue").PropType<string>;
|
|
75
|
+
} & {
|
|
76
|
+
default: string;
|
|
77
|
+
};
|
|
78
|
+
hoverHelpTextPlacement: {
|
|
79
|
+
type: import("vue").PropType<"auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
80
|
+
} & {
|
|
81
|
+
default: string;
|
|
82
|
+
};
|
|
83
|
+
onlyDigits: {
|
|
84
|
+
type: import("vue").PropType<boolean>;
|
|
85
|
+
} & {
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
suffix: {
|
|
89
|
+
type: import("vue").PropType<string>;
|
|
90
|
+
} & {
|
|
91
|
+
default: string;
|
|
92
|
+
};
|
|
93
|
+
maxLength: {
|
|
94
|
+
type: import("vue").PropType<number>;
|
|
95
|
+
} & {
|
|
96
|
+
default: any;
|
|
97
|
+
};
|
|
98
|
+
showApply: {
|
|
99
|
+
type: import("vue").PropType<boolean>;
|
|
100
|
+
} & {
|
|
101
|
+
default: boolean;
|
|
102
|
+
};
|
|
103
|
+
inlineError: {
|
|
104
|
+
type: import("vue").PropType<boolean>;
|
|
105
|
+
} & {
|
|
106
|
+
default: boolean;
|
|
107
|
+
};
|
|
108
|
+
inlineErrorText: {
|
|
109
|
+
type: import("vue").PropType<string>;
|
|
110
|
+
} & {
|
|
111
|
+
default: string;
|
|
112
|
+
};
|
|
113
|
+
feedbackText: {
|
|
114
|
+
type: import("vue").PropType<string>;
|
|
115
|
+
} & {
|
|
116
|
+
default: string;
|
|
117
|
+
};
|
|
118
|
+
feedbackVariant: {
|
|
119
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
120
|
+
} & {
|
|
121
|
+
default: any;
|
|
122
|
+
};
|
|
123
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
124
|
+
"update:modelValue": (value: string | number) => void;
|
|
125
|
+
} & {
|
|
126
|
+
"update:showApply": (value: boolean) => void;
|
|
127
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
128
|
+
type: {
|
|
129
|
+
type: import("vue").PropType<"number" | "text" | "password">;
|
|
130
|
+
} & {
|
|
131
|
+
default: string;
|
|
132
|
+
};
|
|
133
|
+
label: {
|
|
134
|
+
type: import("vue").PropType<string>;
|
|
135
|
+
} & {
|
|
136
|
+
default: string;
|
|
137
|
+
};
|
|
138
|
+
size: {
|
|
139
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
140
|
+
} & {
|
|
141
|
+
default: string;
|
|
142
|
+
};
|
|
143
|
+
testId: {
|
|
144
|
+
type: import("vue").PropType<string>;
|
|
145
|
+
} & {
|
|
146
|
+
default: string;
|
|
147
|
+
};
|
|
148
|
+
disabled: {
|
|
149
|
+
type: import("vue").PropType<boolean>;
|
|
150
|
+
} & {
|
|
151
|
+
default: boolean;
|
|
152
|
+
};
|
|
153
|
+
modelValue: {
|
|
154
|
+
type: import("vue").PropType<string | number>;
|
|
155
|
+
} & {
|
|
156
|
+
default: string;
|
|
157
|
+
};
|
|
158
|
+
placeholder: {
|
|
159
|
+
type: import("vue").PropType<string>;
|
|
160
|
+
} & {
|
|
161
|
+
default: string;
|
|
162
|
+
};
|
|
163
|
+
mandatory: {
|
|
164
|
+
type: import("vue").PropType<boolean>;
|
|
165
|
+
} & {
|
|
166
|
+
default: boolean;
|
|
167
|
+
};
|
|
168
|
+
autoFocus: {
|
|
169
|
+
type: import("vue").PropType<boolean>;
|
|
170
|
+
} & {
|
|
171
|
+
default: boolean;
|
|
172
|
+
};
|
|
173
|
+
prefix: {
|
|
174
|
+
type: import("vue").PropType<string>;
|
|
175
|
+
} & {
|
|
176
|
+
default: string;
|
|
177
|
+
};
|
|
178
|
+
viewOnly: {
|
|
179
|
+
type: import("vue").PropType<boolean>;
|
|
180
|
+
} & {
|
|
181
|
+
default: boolean;
|
|
182
|
+
};
|
|
183
|
+
labelDirection: {
|
|
184
|
+
type: import("vue").PropType<"top" | "inside">;
|
|
185
|
+
} & {
|
|
186
|
+
default: string;
|
|
187
|
+
};
|
|
188
|
+
hideNumberArrows: {
|
|
189
|
+
type: import("vue").PropType<boolean>;
|
|
190
|
+
} & {
|
|
191
|
+
default: boolean;
|
|
192
|
+
};
|
|
193
|
+
step: {
|
|
194
|
+
type: import("vue").PropType<number>;
|
|
195
|
+
} & {
|
|
196
|
+
default: number;
|
|
197
|
+
};
|
|
198
|
+
hoverHelpText: {
|
|
199
|
+
type: import("vue").PropType<string>;
|
|
200
|
+
} & {
|
|
201
|
+
default: string;
|
|
202
|
+
};
|
|
203
|
+
hoverHelpTextPlacement: {
|
|
204
|
+
type: import("vue").PropType<"auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
205
|
+
} & {
|
|
206
|
+
default: string;
|
|
207
|
+
};
|
|
208
|
+
onlyDigits: {
|
|
209
|
+
type: import("vue").PropType<boolean>;
|
|
210
|
+
} & {
|
|
211
|
+
default: boolean;
|
|
212
|
+
};
|
|
213
|
+
suffix: {
|
|
214
|
+
type: import("vue").PropType<string>;
|
|
215
|
+
} & {
|
|
216
|
+
default: string;
|
|
217
|
+
};
|
|
218
|
+
maxLength: {
|
|
219
|
+
type: import("vue").PropType<number>;
|
|
220
|
+
} & {
|
|
221
|
+
default: any;
|
|
222
|
+
};
|
|
223
|
+
showApply: {
|
|
224
|
+
type: import("vue").PropType<boolean>;
|
|
225
|
+
} & {
|
|
226
|
+
default: boolean;
|
|
227
|
+
};
|
|
228
|
+
inlineError: {
|
|
229
|
+
type: import("vue").PropType<boolean>;
|
|
230
|
+
} & {
|
|
231
|
+
default: boolean;
|
|
232
|
+
};
|
|
233
|
+
inlineErrorText: {
|
|
234
|
+
type: import("vue").PropType<string>;
|
|
235
|
+
} & {
|
|
236
|
+
default: string;
|
|
237
|
+
};
|
|
238
|
+
feedbackText: {
|
|
239
|
+
type: import("vue").PropType<string>;
|
|
240
|
+
} & {
|
|
241
|
+
default: string;
|
|
242
|
+
};
|
|
243
|
+
feedbackVariant: {
|
|
244
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
245
|
+
} & {
|
|
246
|
+
default: any;
|
|
247
|
+
};
|
|
248
|
+
}>> & {
|
|
249
|
+
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
250
|
+
"onUpdate:showApply"?: (value: boolean) => any;
|
|
251
|
+
}, {
|
|
252
|
+
type: "number" | "text" | "password";
|
|
253
|
+
label: string;
|
|
254
|
+
size: "small" | "medium" | "large";
|
|
255
|
+
testId: string;
|
|
256
|
+
disabled: boolean;
|
|
257
|
+
modelValue: string | number;
|
|
258
|
+
placeholder: string;
|
|
259
|
+
mandatory: boolean;
|
|
260
|
+
autoFocus: boolean;
|
|
261
|
+
prefix: string;
|
|
262
|
+
viewOnly: boolean;
|
|
263
|
+
labelDirection: "top" | "inside";
|
|
264
|
+
hideNumberArrows: boolean;
|
|
265
|
+
step: number;
|
|
266
|
+
hoverHelpText: string;
|
|
267
|
+
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
268
|
+
onlyDigits: boolean;
|
|
269
|
+
suffix: string;
|
|
270
|
+
maxLength: number;
|
|
271
|
+
showApply: boolean;
|
|
272
|
+
inlineError: boolean;
|
|
273
|
+
inlineErrorText: string;
|
|
274
|
+
feedbackText: string;
|
|
275
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
276
|
+
}>[];
|
|
277
|
+
export { TextField, TextFieldTypes };
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
strokeWidth?: number;
|
|
3
|
+
paddingOffsetPx?: number;
|
|
4
|
+
paddingOffsetPercentage?: number;
|
|
5
|
+
maxWidth?: number | null;
|
|
6
|
+
}>, {
|
|
7
|
+
strokeWidth: number;
|
|
8
|
+
paddingOffsetPx: number;
|
|
9
|
+
paddingOffsetPercentage: number;
|
|
10
|
+
maxWidth: any;
|
|
11
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
+
strokeWidth?: number;
|
|
13
|
+
paddingOffsetPx?: number;
|
|
14
|
+
paddingOffsetPercentage?: number;
|
|
15
|
+
maxWidth?: number | null;
|
|
16
|
+
}>, {
|
|
17
|
+
strokeWidth: number;
|
|
18
|
+
paddingOffsetPx: number;
|
|
19
|
+
paddingOffsetPercentage: number;
|
|
20
|
+
maxWidth: any;
|
|
21
|
+
}>>>, {
|
|
22
|
+
strokeWidth: number;
|
|
23
|
+
paddingOffsetPx: number;
|
|
24
|
+
paddingOffsetPercentage: number;
|
|
25
|
+
maxWidth: number | null;
|
|
26
|
+
}>;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
type __VLS_WithDefaults<P, D> = {
|
|
38
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
39
|
+
default: D[K];
|
|
40
|
+
} : P[K];
|
|
41
|
+
};
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { defineComponent, ref, onMounted, openBlock, createElementBlock, createElementVNode, renderSlot, normalizeStyle } from 'vue';
|
|
2
|
+
/* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
|
|
3
|
+
|
|
4
|
+
import "../../../Loader.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
5
|
+
const _hoisted_1 = { style: { "visibility": "hidden" } };
|
|
6
|
+
const _hoisted_2 = ["width", "height"];
|
|
7
|
+
const _hoisted_3 = ["r"];
|
|
8
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
|
+
__name: "Loader",
|
|
10
|
+
props: {
|
|
11
|
+
strokeWidth: { default: 2 },
|
|
12
|
+
paddingOffsetPx: { default: 0 },
|
|
13
|
+
paddingOffsetPercentage: { default: 0 },
|
|
14
|
+
maxWidth: { default: null }
|
|
15
|
+
},
|
|
16
|
+
setup(__props) {
|
|
17
|
+
const props = __props;
|
|
18
|
+
const loaderContainer = ref(null);
|
|
19
|
+
const loaderSize = ref(0);
|
|
20
|
+
const radius = ref("50%");
|
|
21
|
+
const paddingOffset = ref(0);
|
|
22
|
+
onMounted(() => {
|
|
23
|
+
const containerWidth = loaderContainer?.value?.clientWidth;
|
|
24
|
+
const containerHeight = loaderContainer?.value?.clientHeight;
|
|
25
|
+
let rootSize = containerWidth && containerHeight && containerHeight < containerWidth ? containerHeight : containerWidth;
|
|
26
|
+
let paddingOffsetAdjusted = 0;
|
|
27
|
+
if (typeof rootSize === "number") {
|
|
28
|
+
if (props.paddingOffsetPercentage) {
|
|
29
|
+
if (props.paddingOffsetPercentage > 49) {
|
|
30
|
+
paddingOffsetAdjusted = 0;
|
|
31
|
+
} else {
|
|
32
|
+
paddingOffsetAdjusted = rootSize * props.paddingOffsetPercentage / 100;
|
|
33
|
+
}
|
|
34
|
+
} else if (props.paddingOffsetPx && props.paddingOffsetPx < rootSize - props.strokeWidth) {
|
|
35
|
+
paddingOffsetAdjusted = props.paddingOffsetPx;
|
|
36
|
+
} else {
|
|
37
|
+
paddingOffsetAdjusted = 0;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
if (props.maxWidth && props.maxWidth < rootSize - paddingOffsetAdjusted) {
|
|
41
|
+
const maxRootSize = props.maxWidth < rootSize ? props.maxWidth : rootSize;
|
|
42
|
+
paddingOffsetAdjusted = (rootSize - maxRootSize) / 2;
|
|
43
|
+
rootSize = maxRootSize + paddingOffsetAdjusted * 2;
|
|
44
|
+
}
|
|
45
|
+
paddingOffset.value = paddingOffsetAdjusted || 0;
|
|
46
|
+
loaderSize.value = rootSize - paddingOffsetAdjusted * 2;
|
|
47
|
+
radius.value = loaderSize.value ? `${(loaderSize.value / 2 - props.strokeWidth / 2) / loaderSize.value * 100}%` : "50%";
|
|
48
|
+
});
|
|
49
|
+
return (_ctx, _cache) => {
|
|
50
|
+
return openBlock(), createElementBlock("div", {
|
|
51
|
+
ref_key: "loaderContainer",
|
|
52
|
+
ref: loaderContainer,
|
|
53
|
+
class: "loader-container"
|
|
54
|
+
}, [
|
|
55
|
+
createElementVNode("div", _hoisted_1, [
|
|
56
|
+
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
57
|
+
]),
|
|
58
|
+
(openBlock(), createElementBlock("svg", {
|
|
59
|
+
class: "circle-svg",
|
|
60
|
+
width: loaderSize.value,
|
|
61
|
+
height: loaderSize.value,
|
|
62
|
+
style: normalizeStyle({
|
|
63
|
+
padding: paddingOffset.value
|
|
64
|
+
})
|
|
65
|
+
}, [
|
|
66
|
+
createElementVNode("circle", {
|
|
67
|
+
cx: "50%",
|
|
68
|
+
cy: "50%",
|
|
69
|
+
r: radius.value,
|
|
70
|
+
style: normalizeStyle({ strokeWidth: __props.strokeWidth })
|
|
71
|
+
}, null, 12, _hoisted_3)
|
|
72
|
+
], 12, _hoisted_2))
|
|
73
|
+
], 512);
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
});
|
|
77
|
+
var Loader = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-20d0ff1b"]]);
|
|
78
|
+
|
|
79
|
+
export { Loader as default };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import Loader from './Loader.vue';
|
|
2
|
+
declare const LoaderTypes: () => import("vue").DefineComponent<{
|
|
3
|
+
strokeWidth: {
|
|
4
|
+
type: import("vue").PropType<number>;
|
|
5
|
+
} & {
|
|
6
|
+
default: number;
|
|
7
|
+
};
|
|
8
|
+
paddingOffsetPx: {
|
|
9
|
+
type: import("vue").PropType<number>;
|
|
10
|
+
} & {
|
|
11
|
+
default: number;
|
|
12
|
+
};
|
|
13
|
+
paddingOffsetPercentage: {
|
|
14
|
+
type: import("vue").PropType<number>;
|
|
15
|
+
} & {
|
|
16
|
+
default: number;
|
|
17
|
+
};
|
|
18
|
+
maxWidth: {
|
|
19
|
+
type: import("vue").PropType<number>;
|
|
20
|
+
} & {
|
|
21
|
+
default: any;
|
|
22
|
+
};
|
|
23
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
+
strokeWidth: {
|
|
25
|
+
type: import("vue").PropType<number>;
|
|
26
|
+
} & {
|
|
27
|
+
default: number;
|
|
28
|
+
};
|
|
29
|
+
paddingOffsetPx: {
|
|
30
|
+
type: import("vue").PropType<number>;
|
|
31
|
+
} & {
|
|
32
|
+
default: number;
|
|
33
|
+
};
|
|
34
|
+
paddingOffsetPercentage: {
|
|
35
|
+
type: import("vue").PropType<number>;
|
|
36
|
+
} & {
|
|
37
|
+
default: number;
|
|
38
|
+
};
|
|
39
|
+
maxWidth: {
|
|
40
|
+
type: import("vue").PropType<number>;
|
|
41
|
+
} & {
|
|
42
|
+
default: any;
|
|
43
|
+
};
|
|
44
|
+
}>>, {
|
|
45
|
+
strokeWidth: number;
|
|
46
|
+
paddingOffsetPx: number;
|
|
47
|
+
paddingOffsetPercentage: number;
|
|
48
|
+
maxWidth: number;
|
|
49
|
+
}>[];
|
|
50
|
+
export { Loader, LoaderTypes };
|