@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,72 @@
|
|
|
1
|
+
import { ref, computed, onMounted, nextTick } from 'vue';
|
|
2
|
+
/* empty css */import { useEditableContext } from '../../table-cells/EditableContext.vue.js';
|
|
3
|
+
import '@vueuse/core';
|
|
4
|
+
/* empty css */import { REGEX_NUMBER_INPUT } from '../../../consts/regex.vue.js';
|
|
5
|
+
|
|
6
|
+
const inputCommon = (props, emit) => {
|
|
7
|
+
const api = useEditableContext();
|
|
8
|
+
const onConfirm = () => {
|
|
9
|
+
api.onClose?.();
|
|
10
|
+
};
|
|
11
|
+
const onEnter = () => {
|
|
12
|
+
if (api?.confirmable && !api?.error?.value) {
|
|
13
|
+
api.onClose?.();
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const inputRef = ref(null);
|
|
17
|
+
const isFocused = ref(false);
|
|
18
|
+
const showLabelInside = computed(() => {
|
|
19
|
+
return props.label && props.labelDirection === "inside" && !isFocused.value;
|
|
20
|
+
});
|
|
21
|
+
onMounted(async () => {
|
|
22
|
+
await nextTick();
|
|
23
|
+
if (!props.autoFocus && !api.focusable) {
|
|
24
|
+
return;
|
|
25
|
+
}
|
|
26
|
+
if (!inputRef.value) {
|
|
27
|
+
return;
|
|
28
|
+
}
|
|
29
|
+
inputRef.value.focus();
|
|
30
|
+
});
|
|
31
|
+
const labelText = computed(() => {
|
|
32
|
+
if (showLabelInside.value) {
|
|
33
|
+
let label = props.label;
|
|
34
|
+
if (props.mandatory) {
|
|
35
|
+
label += " *";
|
|
36
|
+
}
|
|
37
|
+
return label;
|
|
38
|
+
}
|
|
39
|
+
return props.placeholder;
|
|
40
|
+
});
|
|
41
|
+
const sizeClass = computed(() => {
|
|
42
|
+
return `input-size-${props.size}`;
|
|
43
|
+
});
|
|
44
|
+
const handleInput = (event) => {
|
|
45
|
+
api.onChange?.(event.target.value);
|
|
46
|
+
emit("update:modelValue", event.target.value);
|
|
47
|
+
};
|
|
48
|
+
const DECIMAL_POINT = ".";
|
|
49
|
+
const handleKeypress = (event) => {
|
|
50
|
+
if (props.onlyDigits) {
|
|
51
|
+
if (!event.key.match(REGEX_NUMBER_INPUT)) {
|
|
52
|
+
event.preventDefault();
|
|
53
|
+
} else if (event.key === DECIMAL_POINT && props.modelValue.toString().includes(DECIMAL_POINT)) {
|
|
54
|
+
event.preventDefault();
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
return {
|
|
59
|
+
onConfirm,
|
|
60
|
+
onEnter,
|
|
61
|
+
inputRef,
|
|
62
|
+
isFocused,
|
|
63
|
+
showLabelInside,
|
|
64
|
+
api,
|
|
65
|
+
labelText,
|
|
66
|
+
sizeClass,
|
|
67
|
+
handleInput,
|
|
68
|
+
handleKeypress
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
export { inputCommon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import Input from './Input.vue';
|
|
2
|
-
import { ExtractComponentProps } from '
|
|
2
|
+
import { ExtractComponentProps } from '@/utils/extract-props';
|
|
3
3
|
export type DollarPropsType = Omit<ExtractComponentProps<typeof Input>, 'type' | 'hideNumberArrows' | 'step'>;
|
|
4
4
|
export interface DollarProps extends DollarPropsType {
|
|
5
5
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createBlock, mergeProps, withCtx, createVNode, unref, createTextVNode } from 'vue';
|
|
2
2
|
import Input from './Input.vue.js';
|
|
3
|
-
/* empty css
|
|
4
|
-
import Text from '
|
|
3
|
+
/* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
|
|
4
|
+
import Text from '../../typography/Text.vue.js';
|
|
5
5
|
/* empty css */
|
|
6
|
-
import "
|
|
6
|
+
import "../../../DollarInput.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
7
7
|
const _sfc_main = defineComponent({
|
|
8
8
|
__name: "DollarInput",
|
|
9
9
|
emits: ["update:modelValue"],
|
|
@@ -32,6 +32,6 @@ const _sfc_main = defineComponent({
|
|
|
32
32
|
};
|
|
33
33
|
}
|
|
34
34
|
});
|
|
35
|
-
var DollarInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
35
|
+
var DollarInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4dd325c2"]]);
|
|
36
36
|
|
|
37
37
|
export { DollarInput as default };
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
import { defineComponent,
|
|
2
|
-
import { InputTestIdModifiers } from '
|
|
3
|
-
/* empty css
|
|
4
|
-
import Text from '
|
|
5
|
-
import Icon from '
|
|
6
|
-
/* empty css
|
|
7
|
-
import _sfc_main$1 from '
|
|
8
|
-
/* empty css
|
|
9
|
-
import '@vueuse/core';
|
|
10
|
-
/* empty css */import { REGEX_NUMBER_INPUT } from '../../consts/regex.vue.js';
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, normalizeClass, unref, createVNode, withCtx, createTextVNode, toDisplayString, createBlock, createCommentVNode, createElementVNode, renderSlot, mergeProps, withKeys, withModifiers } from 'vue';
|
|
2
|
+
import { InputTestIdModifiers } from '../../../testids/index.vue.js';
|
|
3
|
+
/* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
|
|
4
|
+
import Text from '../../typography/Text.vue.js';
|
|
5
|
+
import Icon from '../../icon/v3/Icon.vue.js';
|
|
6
|
+
/* empty css */import IconButton from '../../button/v3/IconButton.vue.js';
|
|
7
|
+
import _sfc_main$1 from '../../tooltip/Tooltip.vue.js';
|
|
8
|
+
/* empty css */import { inputCommon } from '../common/Input.common.vue.js';
|
|
11
9
|
/* empty css */
|
|
12
|
-
import "
|
|
10
|
+
import "../../../Input.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
13
11
|
const _hoisted_1 = ["data-testid"];
|
|
14
12
|
const _hoisted_2 = ["data-testid"];
|
|
15
13
|
const _hoisted_3 = { class: "info-icon-wrapper" };
|
|
@@ -17,7 +15,7 @@ const _hoisted_4 = {
|
|
|
17
15
|
key: 0,
|
|
18
16
|
class: "icon-container icon-before"
|
|
19
17
|
};
|
|
20
|
-
const _hoisted_5 = ["value", "placeholder", "disabled", "type", "step", "data-testid"
|
|
18
|
+
const _hoisted_5 = ["value", "placeholder", "disabled", "type", "step", "data-testid"];
|
|
21
19
|
const _hoisted_6 = {
|
|
22
20
|
key: 1,
|
|
23
21
|
class: "icon-container icon-after"
|
|
@@ -54,57 +52,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
54
52
|
emits: ["update:modelValue"],
|
|
55
53
|
setup(__props, { emit }) {
|
|
56
54
|
const props = __props;
|
|
57
|
-
const
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
});
|
|
70
|
-
const api = useEditableContext();
|
|
71
|
-
onMounted(async () => {
|
|
72
|
-
await nextTick();
|
|
73
|
-
if (!props.autoFocus && !api.focusable) {
|
|
74
|
-
return;
|
|
75
|
-
}
|
|
76
|
-
if (!inputRef.value) {
|
|
77
|
-
return;
|
|
78
|
-
}
|
|
79
|
-
inputRef.value.focus();
|
|
80
|
-
});
|
|
81
|
-
const labelText = computed(() => {
|
|
82
|
-
if (showLabelInside.value) {
|
|
83
|
-
let label = props.label;
|
|
84
|
-
if (props.mandatory) {
|
|
85
|
-
label += " *";
|
|
86
|
-
}
|
|
87
|
-
return label;
|
|
88
|
-
}
|
|
89
|
-
return props.placeholder;
|
|
90
|
-
});
|
|
91
|
-
const sizeClass = computed(() => {
|
|
92
|
-
return `input-size-${props.size}`;
|
|
93
|
-
});
|
|
94
|
-
const handleInput = (event) => {
|
|
95
|
-
api.onChange?.(event.target.value);
|
|
96
|
-
emit("update:modelValue", event.target.value);
|
|
97
|
-
};
|
|
98
|
-
const DECIMAL_POINT = ".";
|
|
99
|
-
const handleKeypress = (event) => {
|
|
100
|
-
if (props.onlyDigits) {
|
|
101
|
-
if (!event.key.match(REGEX_NUMBER_INPUT)) {
|
|
102
|
-
event.preventDefault();
|
|
103
|
-
} else if (event.key === DECIMAL_POINT && props.modelValue.toString().includes(DECIMAL_POINT)) {
|
|
104
|
-
event.preventDefault();
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
};
|
|
55
|
+
const {
|
|
56
|
+
onConfirm,
|
|
57
|
+
onEnter,
|
|
58
|
+
inputRef,
|
|
59
|
+
isFocused,
|
|
60
|
+
showLabelInside,
|
|
61
|
+
api,
|
|
62
|
+
labelText,
|
|
63
|
+
sizeClass,
|
|
64
|
+
handleInput,
|
|
65
|
+
handleKeypress
|
|
66
|
+
} = inputCommon(props, emit);
|
|
108
67
|
return (_ctx, _cache) => {
|
|
109
68
|
return openBlock(), createElementBlock("div", {
|
|
110
69
|
class: normalizeClass({
|
|
@@ -164,7 +123,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
164
123
|
"input-container": true,
|
|
165
124
|
"label-inside": unref(showLabelInside),
|
|
166
125
|
error: unref(api).error?.value || __props.feedbackErrorText,
|
|
167
|
-
focused: isFocused
|
|
126
|
+
focused: unref(isFocused)
|
|
168
127
|
})
|
|
169
128
|
}, [
|
|
170
129
|
_ctx.$slots["iconBefore"] ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
@@ -186,11 +145,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
186
145
|
}],
|
|
187
146
|
step: __props.step,
|
|
188
147
|
"data-testid": `${__props.testId}-${unref(InputTestIdModifiers).FIELD}`,
|
|
189
|
-
onInput: handleInput,
|
|
190
|
-
onFocus: _cache[
|
|
191
|
-
onBlur: _cache[
|
|
192
|
-
onKeyup:
|
|
193
|
-
|
|
148
|
+
onInput: _cache[0] || (_cache[0] = (...args) => unref(handleInput) && unref(handleInput)(...args)),
|
|
149
|
+
onFocus: _cache[1] || (_cache[1] = ($event) => isFocused.value = true),
|
|
150
|
+
onBlur: _cache[2] || (_cache[2] = ($event) => isFocused.value = false),
|
|
151
|
+
onKeyup: _cache[3] || (_cache[3] = withKeys(withModifiers(
|
|
152
|
+
(...args) => unref(onEnter) && unref(onEnter)(...args),
|
|
153
|
+
["prevent"]
|
|
154
|
+
), ["enter"])),
|
|
155
|
+
onKeypress: _cache[4] || (_cache[4] = (...args) => unref(handleKeypress) && unref(handleKeypress)(...args))
|
|
194
156
|
}), null, 16, _hoisted_5),
|
|
195
157
|
_ctx.$slots["iconAfter"] ? (openBlock(), createElementBlock("div", _hoisted_6, [
|
|
196
158
|
renderSlot(_ctx.$slots, "iconAfter", {}, void 0, true)
|
|
@@ -200,7 +162,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
200
162
|
class: "confirm-icon",
|
|
201
163
|
theme: "secondary",
|
|
202
164
|
variant: "colorized",
|
|
203
|
-
onClick: withModifiers(onConfirm, ["stop", "prevent"])
|
|
165
|
+
onClick: withModifiers(unref(onConfirm), ["stop", "prevent"])
|
|
204
166
|
}, {
|
|
205
167
|
default: withCtx(() => [
|
|
206
168
|
createVNode(unref(Icon), {
|
|
@@ -254,6 +216,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
254
216
|
};
|
|
255
217
|
}
|
|
256
218
|
});
|
|
257
|
-
var Input = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
219
|
+
var Input = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a28e3446"]]);
|
|
258
220
|
|
|
259
221
|
export { Input as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import Input from './Input.vue';
|
|
2
|
-
import { ExtractComponentProps } from '
|
|
2
|
+
import { ExtractComponentProps } from '@/utils/extract-props';
|
|
3
3
|
export type PasswordPropsType = Omit<ExtractComponentProps<typeof Input>, 'type' | 'hideNumberArrows' | 'step'>;
|
|
4
4
|
export interface PasswordProps extends PasswordPropsType {
|
|
5
5
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent, ref, openBlock, createBlock, mergeProps, withCtx, createVNode, unref, createTextVNode, toDisplayString } from 'vue';
|
|
2
2
|
import Input from './Input.vue.js';
|
|
3
|
-
/* empty css
|
|
4
|
-
import Text from '
|
|
3
|
+
/* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
|
|
4
|
+
import Text from '../../typography/Text.vue.js';
|
|
5
5
|
/* empty css */
|
|
6
|
-
import "
|
|
6
|
+
import "../../../PasswordInput.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
7
7
|
const _sfc_main = defineComponent({
|
|
8
8
|
__name: "PasswordInput",
|
|
9
9
|
emits: ["update:modelValue"],
|
|
@@ -36,6 +36,6 @@ const _sfc_main = defineComponent({
|
|
|
36
36
|
};
|
|
37
37
|
}
|
|
38
38
|
});
|
|
39
|
-
var PasswordInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
39
|
+
var PasswordInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3e2d0e84"]]);
|
|
40
40
|
|
|
41
41
|
export { PasswordInput as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import Input from './Input.vue';
|
|
2
|
-
import { ExtractComponentProps } from '
|
|
2
|
+
import { ExtractComponentProps } from '@/utils/extract-props';
|
|
3
3
|
export type PercentagePropsType = Omit<ExtractComponentProps<typeof Input>, 'type' | 'hideNumberArrows'>;
|
|
4
4
|
export interface PercentageProps extends PercentagePropsType {
|
|
5
5
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createBlock, mergeProps, withCtx, createVNode, unref, createTextVNode } from 'vue';
|
|
2
2
|
import Input from './Input.vue.js';
|
|
3
|
-
/* empty css
|
|
4
|
-
import Text from '
|
|
3
|
+
/* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
|
|
4
|
+
import Text from '../../typography/Text.vue.js';
|
|
5
5
|
/* empty css */
|
|
6
|
-
import "
|
|
6
|
+
import "../../../PercentageInput.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
7
7
|
const _sfc_main = defineComponent({
|
|
8
8
|
__name: "PercentageInput",
|
|
9
9
|
emits: ["update:modelValue"],
|
|
@@ -32,6 +32,6 @@ const _sfc_main = defineComponent({
|
|
|
32
32
|
};
|
|
33
33
|
}
|
|
34
34
|
});
|
|
35
|
-
var PercentageInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
35
|
+
var PercentageInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f4c461c4"]]);
|
|
36
36
|
|
|
37
37
|
export { PercentageInput as default };
|
|
@@ -84,7 +84,7 @@ declare const InputTypes: () => (import("vue").DefineComponent<{
|
|
|
84
84
|
default: string;
|
|
85
85
|
};
|
|
86
86
|
hoverHelpTextPlacement: {
|
|
87
|
-
type: import("vue").PropType<"
|
|
87
|
+
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">;
|
|
88
88
|
} & {
|
|
89
89
|
default: string;
|
|
90
90
|
};
|
|
@@ -177,7 +177,7 @@ declare const InputTypes: () => (import("vue").DefineComponent<{
|
|
|
177
177
|
default: string;
|
|
178
178
|
};
|
|
179
179
|
hoverHelpTextPlacement: {
|
|
180
|
-
type: import("vue").PropType<"
|
|
180
|
+
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">;
|
|
181
181
|
} & {
|
|
182
182
|
default: string;
|
|
183
183
|
};
|
|
@@ -205,7 +205,7 @@ declare const InputTypes: () => (import("vue").DefineComponent<{
|
|
|
205
205
|
hideNumberArrows: boolean;
|
|
206
206
|
step: number;
|
|
207
207
|
hoverHelpText: string;
|
|
208
|
-
hoverHelpTextPlacement: "
|
|
208
|
+
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";
|
|
209
209
|
onlyDigits: boolean;
|
|
210
210
|
}> | import("vue").DefineComponent<{
|
|
211
211
|
ref: {
|
|
@@ -319,7 +319,7 @@ declare const InputTypes: () => (import("vue").DefineComponent<{
|
|
|
319
319
|
type: import("vue").PropType<string>;
|
|
320
320
|
};
|
|
321
321
|
hoverHelpTextPlacement: {
|
|
322
|
-
type: import("vue").PropType<"
|
|
322
|
+
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">;
|
|
323
323
|
};
|
|
324
324
|
onlyDigits: {
|
|
325
325
|
type: import("vue").PropType<boolean>;
|
|
@@ -438,7 +438,7 @@ declare const InputTypes: () => (import("vue").DefineComponent<{
|
|
|
438
438
|
type: import("vue").PropType<string>;
|
|
439
439
|
};
|
|
440
440
|
hoverHelpTextPlacement: {
|
|
441
|
-
type: import("vue").PropType<"
|
|
441
|
+
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">;
|
|
442
442
|
};
|
|
443
443
|
onlyDigits: {
|
|
444
444
|
type: import("vue").PropType<boolean>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const FIELD_SIZES: readonly ["small", "medium", "large"];
|
|
2
|
+
export type FieldSize = (typeof FIELD_SIZES)[number];
|
|
3
|
+
export declare const LABEL_DIRECTIONS: readonly ["inside", "top"];
|
|
4
|
+
export type LabelDirection = (typeof LABEL_DIRECTIONS)[number];
|
|
5
|
+
export declare const FIELD_TYPES: readonly ["text", "number", "password"];
|
|
6
|
+
export type FieldType = (typeof FIELD_TYPES)[number];
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
import { TooltipPositions } from '@/components/tooltip/Tooltip.types';
|
|
2
|
+
import { LabelDirection, FieldSize, FieldType } from './TextField.types';
|
|
3
|
+
import { FeedbackVariant } from '@/components/shared/commonTypes';
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
+
modelValue?: string | number;
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
viewOnly?: boolean;
|
|
9
|
+
size?: FieldSize;
|
|
10
|
+
label?: string;
|
|
11
|
+
labelDirection?: LabelDirection;
|
|
12
|
+
mandatory?: boolean;
|
|
13
|
+
feedbackVariant?: FeedbackVariant;
|
|
14
|
+
feedbackText?: string;
|
|
15
|
+
autoFocus?: boolean;
|
|
16
|
+
type?: FieldType;
|
|
17
|
+
hideNumberArrows?: boolean;
|
|
18
|
+
step?: number;
|
|
19
|
+
hoverHelpText?: string;
|
|
20
|
+
hoverHelpTextPlacement?: TooltipPositions;
|
|
21
|
+
onlyDigits?: boolean;
|
|
22
|
+
testId?: string;
|
|
23
|
+
prefix?: string;
|
|
24
|
+
suffix?: string;
|
|
25
|
+
maxLength?: number;
|
|
26
|
+
showApply?: boolean;
|
|
27
|
+
inlineError?: boolean;
|
|
28
|
+
inlineErrorText?: string;
|
|
29
|
+
}>, {
|
|
30
|
+
modelValue: string;
|
|
31
|
+
placeholder: string;
|
|
32
|
+
disabled: boolean;
|
|
33
|
+
viewOnly: boolean;
|
|
34
|
+
size: string;
|
|
35
|
+
label: string;
|
|
36
|
+
labelDirection: string;
|
|
37
|
+
mandatory: boolean;
|
|
38
|
+
autoFocus: boolean;
|
|
39
|
+
type: string;
|
|
40
|
+
hideNumberArrows: boolean;
|
|
41
|
+
step: number;
|
|
42
|
+
hoverHelpText: string;
|
|
43
|
+
hoverHelpTextPlacement: string;
|
|
44
|
+
onlyDigits: boolean;
|
|
45
|
+
testId: string;
|
|
46
|
+
prefix: string;
|
|
47
|
+
suffix: string;
|
|
48
|
+
maxLength: any;
|
|
49
|
+
showApply: boolean;
|
|
50
|
+
inlineError: boolean;
|
|
51
|
+
inlineErrorText: string;
|
|
52
|
+
feedbackText: string;
|
|
53
|
+
feedbackVariant: any;
|
|
54
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
55
|
+
"update:modelValue": (value: string | number) => void;
|
|
56
|
+
} & {
|
|
57
|
+
"update:showApply": (value: boolean) => void;
|
|
58
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
59
|
+
modelValue?: string | number;
|
|
60
|
+
placeholder?: string;
|
|
61
|
+
disabled?: boolean;
|
|
62
|
+
viewOnly?: boolean;
|
|
63
|
+
size?: FieldSize;
|
|
64
|
+
label?: string;
|
|
65
|
+
labelDirection?: LabelDirection;
|
|
66
|
+
mandatory?: boolean;
|
|
67
|
+
feedbackVariant?: FeedbackVariant;
|
|
68
|
+
feedbackText?: string;
|
|
69
|
+
autoFocus?: boolean;
|
|
70
|
+
type?: FieldType;
|
|
71
|
+
hideNumberArrows?: boolean;
|
|
72
|
+
step?: number;
|
|
73
|
+
hoverHelpText?: string;
|
|
74
|
+
hoverHelpTextPlacement?: TooltipPositions;
|
|
75
|
+
onlyDigits?: boolean;
|
|
76
|
+
testId?: string;
|
|
77
|
+
prefix?: string;
|
|
78
|
+
suffix?: string;
|
|
79
|
+
maxLength?: number;
|
|
80
|
+
showApply?: boolean;
|
|
81
|
+
inlineError?: boolean;
|
|
82
|
+
inlineErrorText?: string;
|
|
83
|
+
}>, {
|
|
84
|
+
modelValue: string;
|
|
85
|
+
placeholder: string;
|
|
86
|
+
disabled: boolean;
|
|
87
|
+
viewOnly: boolean;
|
|
88
|
+
size: string;
|
|
89
|
+
label: string;
|
|
90
|
+
labelDirection: string;
|
|
91
|
+
mandatory: boolean;
|
|
92
|
+
autoFocus: boolean;
|
|
93
|
+
type: string;
|
|
94
|
+
hideNumberArrows: boolean;
|
|
95
|
+
step: number;
|
|
96
|
+
hoverHelpText: string;
|
|
97
|
+
hoverHelpTextPlacement: string;
|
|
98
|
+
onlyDigits: boolean;
|
|
99
|
+
testId: string;
|
|
100
|
+
prefix: string;
|
|
101
|
+
suffix: string;
|
|
102
|
+
maxLength: any;
|
|
103
|
+
showApply: boolean;
|
|
104
|
+
inlineError: boolean;
|
|
105
|
+
inlineErrorText: string;
|
|
106
|
+
feedbackText: string;
|
|
107
|
+
feedbackVariant: any;
|
|
108
|
+
}>>> & {
|
|
109
|
+
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
110
|
+
"onUpdate:showApply"?: (value: boolean) => any;
|
|
111
|
+
}, {
|
|
112
|
+
type: FieldType;
|
|
113
|
+
label: string;
|
|
114
|
+
size: FieldSize;
|
|
115
|
+
testId: string;
|
|
116
|
+
disabled: boolean;
|
|
117
|
+
modelValue: string | number;
|
|
118
|
+
placeholder: string;
|
|
119
|
+
mandatory: boolean;
|
|
120
|
+
autoFocus: boolean;
|
|
121
|
+
prefix: string;
|
|
122
|
+
viewOnly: boolean;
|
|
123
|
+
labelDirection: LabelDirection;
|
|
124
|
+
hideNumberArrows: boolean;
|
|
125
|
+
step: number;
|
|
126
|
+
hoverHelpText: string;
|
|
127
|
+
hoverHelpTextPlacement: TooltipPositions;
|
|
128
|
+
onlyDigits: boolean;
|
|
129
|
+
suffix: string;
|
|
130
|
+
maxLength: number;
|
|
131
|
+
showApply: boolean;
|
|
132
|
+
inlineError: boolean;
|
|
133
|
+
inlineErrorText: string;
|
|
134
|
+
feedbackText: string;
|
|
135
|
+
feedbackVariant: FeedbackVariant;
|
|
136
|
+
}>;
|
|
137
|
+
export default _default;
|
|
138
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
139
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
140
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
141
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
142
|
+
} : {
|
|
143
|
+
type: import('vue').PropType<T[K]>;
|
|
144
|
+
required: true;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
type __VLS_WithDefaults<P, D> = {
|
|
148
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
149
|
+
default: D[K];
|
|
150
|
+
} : P[K];
|
|
151
|
+
};
|