@ironsource/shared-ui 2.0.0-rc.4 → 2.0.0-rc.5
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_fd98af08_lang.css +1 -0
- package/AppTrigger.vue_vue_type_style_index_0_scoped_512ac1ab_lang.css +1 -0
- package/AutocompleteInput.vue_vue_type_style_index_0_scoped_2b63231b_lang.css +1 -0
- package/Banner.vue_vue_type_style_index_0_scoped_a293c6d0_lang.css +1 -0
- package/Button.vue_vue_type_style_index_0_scoped_d92097c8_lang.css +1 -0
- package/ButtonBase.vue_vue_type_style_index_0_scoped_70baba59_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_43578f8c_lang.css +1 -0
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_b2206adb_lang.css +1 -0
- package/Checkbox.vue_vue_type_style_index_0_scoped_518c02d0_lang.css +1 -0
- package/Chip.vue_vue_type_style_index_0_scoped_f89d9361_lang.css +1 -0
- package/ChipV4.vue_vue_type_style_index_0_scoped_78d7c9c0_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_4cbcfcce_lang.css +1 -0
- package/Dialog.vue_vue_type_style_index_0_scoped_40b833a0_lang.css +1 -0
- package/Dropdown.vue_vue_type_style_index_0_scoped_0114904e_lang.css +1 -0
- package/Dropdown.vue_vue_type_style_index_1_lang.css +1 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_34bd23a1_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/EmptyState.vue_vue_type_style_index_0_scoped_f082a371_lang.css +1 -0
- package/FieldHelpText.vue_vue_type_style_index_0_scoped_d5507827_lang.css +1 -0
- package/FieldLabel.vue_vue_type_style_index_0_scoped_90f19704_lang.css +1 -0
- package/FilterSearchInput.vue_vue_type_style_index_0_scoped_9198bf4e_lang.css +1 -0
- package/{FloatingToolbar.vue_vue_type_style_index_0_scoped_35992369_lang.css → FloatingToolbar.vue_vue_type_style_index_0_scoped_04d485be_lang.css} +1 -1
- package/Icon.vue_vue_type_style_index_0_scoped_9d3e382c_lang.css +1 -0
- package/IconButton.vue_vue_type_style_index_0_scoped_2fe9bc4c_lang.css +1 -0
- package/IconV4.vue_vue_type_style_index_0_scoped_f23078a4_lang.css +1 -0
- package/IncludeExcludeAppHeader.vue_vue_type_style_index_0_scoped_947cb1fc_lang.css +1 -0
- package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_1621ad67_lang.css +1 -0
- package/IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_198d2d73_lang.css +1 -0
- package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_18847008_lang.css +1 -0
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_df79f184_lang.css +1 -0
- package/Input.vue_vue_type_style_index_0_scoped_79f436f9_lang.css +1 -0
- package/Option.vue_vue_type_style_index_0_scoped_2432f13f_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_b879fe79_lang.css +1 -0
- package/ScrollButton.vue_vue_type_style_index_0_scoped_90bacbbc_lang.css +1 -0
- package/Search.vue_vue_type_style_index_0_scoped_63beaf6b_lang.css +1 -0
- package/SearchInput.vue_vue_type_style_index_0_scoped_0b1ea2f6_lang.css +1 -0
- package/SearchV4.vue_vue_type_style_index_0_scoped_63f11472_lang.css +1 -0
- package/Snackbar.vue_vue_type_style_index_0_scoped_d14230ca_lang.css +1 -0
- package/Tabs.vue_vue_type_style_index_0_scoped_e92a7c21_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_7aa32734_lang.css +1 -0
- package/components/appTrigger/AppTrigger.vue.js +4 -4
- package/components/appTrigger/AppTrigger.vue2.js +2 -2
- package/components/autocompleteDropdown/AutocompleteInput.vue.js +3 -3
- package/components/autocompleteDropdown/AutocompleteInput.vue2.js +2 -2
- package/components/banner/Banner.vue.js +3 -3
- package/components/banner/Banner.vue2.js +4 -4
- package/components/button/common/ButtonBase.vue.js +2 -2
- package/components/button/common/ButtonBase.vue2.js +2 -2
- package/components/button/v3/Button.vue.js +3 -3
- package/components/button/v3/Button.vue2.js +2 -2
- package/components/button/v3/IconButton.vue.js +2 -2
- package/components/button/v3/IconButton.vue2.js +2 -2
- package/components/button/v3/ScrollButton.vue.js +2 -2
- package/components/button/v3/ScrollButton.vue2.js +2 -2
- package/components/button/v4/ButtonV4.vue.js +3 -3
- package/components/button/v4/ButtonV4.vue2.js +2 -2
- package/components/checkbox/Checkbox.vue.js +3 -3
- package/components/checkbox/Checkbox.vue2.js +3 -3
- package/components/chip/v3/Chip.vue.d.ts +1 -1
- package/components/chip/v3/Chip.vue.js +2 -2
- package/components/chip/v3/Chip.vue2.js +2 -2
- package/components/chip/v3/index.d.ts +20 -20
- package/components/chip/v4/ChipV4.vue.d.ts +1 -1
- package/components/chip/v4/ChipV4.vue.js +3 -3
- package/components/chip/v4/ChipV4.vue2.js +2 -2
- package/components/chip/v4/index.d.ts +20 -20
- package/components/dateRange/CalendarMonth.vue.js +2 -2
- package/components/dateRange/CalendarMonth.vue2.js +4 -4
- package/components/dialog/Dialog.vue.d.ts +1 -1
- package/components/dialog/Dialog.vue.js +2 -2
- package/components/dialog/Dialog.vue2.js +3 -3
- package/components/dialog/index.d.ts +4 -4
- package/components/dropdown/common/Dropdown.common.d.ts +11 -2
- package/components/dropdown/common/Dropdown.common.js +143 -122
- package/components/dropdown/common/Option.common.d.ts +9 -0
- package/components/dropdown/common/Option.common.js +24 -0
- package/components/dropdown/common/Option.vue.js +2 -2
- package/components/dropdown/common/Option.vue2.js +43 -51
- package/components/dropdown/common/SearchInput.vue.js +4 -4
- package/components/dropdown/common/SearchInput.vue2.js +2 -2
- package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/v3/Dropdown.vue.js +3 -3
- package/components/dropdown/v3/Dropdown.vue2.js +145 -126
- package/components/dropdown/v3/index.d.ts +27 -27
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +115 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +81 -0
- package/components/dropdown/v4/DropdownV4.vue.d.ts +75 -77
- package/components/dropdown/v4/DropdownV4.vue.js +2 -2
- package/components/dropdown/v4/DropdownV4.vue2.js +233 -305
- package/components/dropdown/v4/OptionV4.vue.d.ts +65 -0
- package/components/dropdown/v4/OptionV4.vue.js +7 -0
- package/components/dropdown/v4/OptionV4.vue2.js +95 -0
- package/components/dropdown/v4/index.d.ts +721 -173
- package/components/dropdown/v4/index.js +6 -2
- package/components/emptyState/EmptyState.vue.js +2 -2
- package/components/emptyState/EmptyState.vue2.js +2 -2
- package/components/filterDropdown/AddFilterButton.vue.js +3 -3
- package/components/filterDropdown/AddFilterButton.vue2.js +2 -2
- package/components/filtersPanel/FilterSearchInput.vue.js +3 -3
- package/components/filtersPanel/FilterSearchInput.vue2.js +2 -2
- package/components/floatingToolbar/FloatingToolbar.vue.js +3 -3
- package/components/floatingToolbar/FloatingToolbar.vue2.js +3 -3
- package/components/icon/v3/Icon.vue.js +7 -0
- package/components/icon/{Icon.vue2.js → v3/Icon.vue2.js} +2 -2
- package/components/icon/{icons → v3/icons}/A.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/A2.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ABTest.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ABTest2.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ACircle.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/AccountBalanceWallet.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/AccountCircle.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/AccountCircleOutline.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Add.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Adjust.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Analytics.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Android.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/AngleDown.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/AngleLeft.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/AngleRight.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/AngleUp.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/AppStore.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/AreaChart.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ArrowBack.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ArrowDownward.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ArrowForward.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ArrowLeft.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ArrowRight.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ArrowSort-Down.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ArrowSort-Up.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ArrowUpward.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/AutoAwesome.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/AutoMode.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Autorenew.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/B.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/B2.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/BCircle.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Banner.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Bidding.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Bidding2.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Block.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/BorderColor.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Bug.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Bullhorn.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/BullseyeArrow.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Cached.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Calendar.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/CalendarToday.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Cancel.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ChartBar.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ChartLine.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ChartMixed.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Check.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Check2.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/CheckBold.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/CheckCircle.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Close.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/CloseBold.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ComputerMouse.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/CopyTo-Clipboard.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/CopyToClipboardFilled.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Create.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Creative.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Cross.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/CrownFill.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Cube.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/CubeBackground.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Cup.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/CupA.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/CupB.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Delete.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Diamond.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Dots.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Download.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Download2.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/DownloadDone.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/DragIndicator.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Ecpi.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Email.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/EmailEnvelope.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Error.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Eye.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Eye2.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/EyeSlash.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/FavoriteBorder.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Filter.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/FilterList.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Frame.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Fullscreen.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/FullscreenExit.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Functions.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/GamepadAlt.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Games.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Gavel.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Gift.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/GitHub.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/GlobeStand.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/GooglePlay.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Group.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Hammer.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/HandPointer.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Hands.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Heartbeat.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Help.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/HelpOutline.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/History.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/IOS.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Image.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ImageNotSupported.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ImageSlash.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ImportExport.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ImportExport2.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Importent.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Info.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Info2.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/InfoOutline.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Insights.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Interstitial.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Ios14.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Js.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Landscape.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Launch.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Levelplay.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/LimitCircle.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/LimitOctagon.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Link.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/LoadingClean.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Lock.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/LockOpen.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Login.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Logout.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Marketing.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/MilitaryTech.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Mix.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Mix2.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/MobileLandscape.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/MobilePortrait.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/MoneyCheck.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/MoreHoriz.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/MoreVert.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Mouse.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/MousePointer.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/MovingUp.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/NativeAd.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/NotificationsNone.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Offerwall.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Palyable.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/PaperPlane-Off.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/PaperPlane.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Pause.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/PauseCircleFilled.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/PauseCircleOutline.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/PhoneIphone.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Photo.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Photo2.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/PlayArrow.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/PlayCircleFilledWhite.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/PlayCircleOutline.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Qrcode.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Question.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/QuickAB.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/QuickAB2.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/React.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Redo.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Refresh.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Remove.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Replay.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/RewardedVideo.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/RocketLaunch.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Rotate.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Route.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/SackDollar.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Schedule.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Search.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/SearchBold.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Share.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Slack.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/SportsEsports.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Star.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/StarFill.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/StatusBanner.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/StatusInterstitial.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/StatusNativeAd.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/StatusOfferwall.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/StatusRewardedVideo.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/StopCircleFilled.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/StopCircleOutline.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Style.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Success.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/SuccessFull.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Switch.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/TableEdit.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/TabletLandscape.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/TabletMac.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/TabletPortrait.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Texture.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ThemeDark.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ThemeLight.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Timelapse.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Timeline.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/TrendingDown.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/TrendingFlat.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/TrendingUp.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Tune.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/TwoToneBanner.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/TwoToneInterstitial.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/TwoToneNativeAd.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/TwoToneOfferwall.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/TwoToneRewardedVideo.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Undo.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/UnfoldLess.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/UnfoldMore.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/VerticalAlignTop.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/VerticalAlignTop2.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Vibration.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/VideoRound.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/ViewCarousel.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Visibility.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/VisibilityOff.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/VisibilityOffStrok.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/VisibilityStrok.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/VolumeOff.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/VolumeUp.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Warning.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Warning2.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Warning3.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/WarningCircle.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/WarningOctagon.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/WebApp.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Widget.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Widgets.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/WidgetsFill.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/WidgetsFlatSquares.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/Widgetsz.vue.js +1 -1
- package/components/icon/{icons → v3/icons}/WifiProtectedSetup.vue.js +1 -1
- package/components/icon/v4/IconV4.vue.d.ts +51 -0
- package/components/icon/v4/IconV4.vue.js +7 -0
- package/components/icon/v4/IconV4.vue2.js +61 -0
- package/components/icon/v4/index.d.ts +132 -0
- package/components/icon/v4/index.js +6 -0
- package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +2 -2
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeAppHeader.vue2.js +2 -2
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +2 -2
- package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +2 -2
- package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +2 -2
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeChipFilter.vue2.js +2 -2
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeOption.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeOption.vue2.js +2 -2
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +2 -2
- package/components/includeExclude/index.d.ts +118 -118
- package/components/input/common/Input.common.js +5 -3
- package/components/input/v3/Input.vue.d.ts +6 -6
- package/components/input/v3/Input.vue.js +2 -2
- package/components/input/v3/Input.vue2.js +2 -2
- package/components/input/v3/index.d.ts +139 -139
- package/components/input/v4/TextField.vue.d.ts +8 -6
- package/components/input/v4/TextField.vue.js +2 -2
- package/components/input/v4/TextField.vue2.js +65 -63
- package/components/input/v4/index.d.ts +101 -95
- package/components/search/common/Search.common.d.ts +2 -1
- package/components/search/common/Search.common.js +11 -10
- package/components/search/v3/Search.vue.d.ts +1 -1
- package/components/search/v3/Search.vue.js +3 -3
- package/components/search/v3/Search.vue2.js +2 -2
- package/components/search/v3/index.d.ts +1 -1
- package/components/search/v4/SearchV4.vue.d.ts +8 -13
- package/components/search/v4/SearchV4.vue.js +2 -2
- package/components/search/v4/SearchV4.vue2.js +47 -49
- package/components/search/v4/index.d.ts +12 -21
- package/components/shared/FieldHelpText.vue.js +2 -2
- package/components/shared/FieldHelpText.vue2.js +2 -2
- package/components/shared/FieldLabel.vue.js +3 -3
- package/components/shared/FieldLabel.vue2.js +2 -2
- package/components/snackbar/Snackbar.vue.js +4 -4
- package/components/snackbar/Snackbar.vue2.js +4 -4
- package/components/table/index.d.ts +16 -16
- package/components/table-cells/Editable.vue.d.ts +1 -1
- package/components/table-cells/index.d.ts +20 -20
- package/components/tabs/Tabs.vue.js +5 -5
- package/components/tabs/Tabs.vue2.js +15 -15
- package/components/toggle/Toggle.vue.d.ts +1 -1
- package/components/toggle/index.d.ts +17 -17
- package/composables/index.d.ts +1 -0
- package/composables/useStorage.d.ts +5 -0
- package/composables/useStorage.js +35 -0
- package/design-foundation.stories/icons/iconsData.d.ts +14 -0
- package/index.d.ts +4211 -2357
- package/index.js +78 -80
- package/package.json +3 -3
- package/testids/index.d.ts +1 -0
- package/testids/index.js +4 -4
- package/AddFilterButton.vue_vue_type_style_index_0_scoped_82b62467_lang.css +0 -1
- package/AppTrigger.vue_vue_type_style_index_0_scoped_1f032e0b_lang.css +0 -1
- package/AutocompleteInput.vue_vue_type_style_index_0_scoped_3c232515_lang.css +0 -1
- package/Banner.vue_vue_type_style_index_0_scoped_c487d53b_lang.css +0 -1
- package/Button.vue_vue_type_style_index_0_scoped_d7977f86_lang.css +0 -1
- package/ButtonBase.vue_vue_type_style_index_0_scoped_c3761a2a_lang.css +0 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_6db34241_lang.css +0 -1
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_b22f8d4a_lang.css +0 -1
- package/Checkbox.vue_vue_type_style_index_0_scoped_345b8f69_lang.css +0 -1
- package/Chip.vue_vue_type_style_index_0_scoped_576d30c1_lang.css +0 -1
- package/ChipV4.vue_vue_type_style_index_0_scoped_5eccd280_lang.css +0 -1
- package/Dialog.vue_vue_type_style_index_0_scoped_4c5a0438_lang.css +0 -1
- package/Dropdown.vue_vue_type_style_index_0_scoped_0f9d5331_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_896b5344_lang.css +0 -1
- package/EmptyState.vue_vue_type_style_index_0_scoped_0a4838bc_lang.css +0 -1
- package/FieldHelpText.vue_vue_type_style_index_0_scoped_f6d944b6_lang.css +0 -1
- package/FieldLabel.vue_vue_type_style_index_0_scoped_c4deed7e_lang.css +0 -1
- package/FilterSearchInput.vue_vue_type_style_index_0_scoped_6c9bb538_lang.css +0 -1
- package/Icon.vue_vue_type_style_index_0_scoped_17a86683_lang.css +0 -1
- package/IconButton.vue_vue_type_style_index_0_scoped_7c4033d4_lang.css +0 -1
- package/IncludeExcludeAppHeader.vue_vue_type_style_index_0_scoped_3cd4fcee_lang.css +0 -1
- package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_10eed676_lang.css +0 -1
- package/IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_93c8e47b_lang.css +0 -1
- package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_f489d93b_lang.css +0 -1
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_6784321c_lang.css +0 -1
- package/Input.vue_vue_type_style_index_0_scoped_1ffd26a0_lang.css +0 -1
- package/Option.vue_vue_type_style_index_0_scoped_6d9b9102_lang.css +0 -1
- package/ScrollButton.vue_vue_type_style_index_0_scoped_36f329cf_lang.css +0 -1
- package/Search.vue_vue_type_style_index_0_scoped_446ea6ad_lang.css +0 -1
- package/SearchInput.vue_vue_type_style_index_0_scoped_2fb7762f_lang.css +0 -1
- package/SearchV4.vue_vue_type_style_index_0_scoped_71404005_lang.css +0 -1
- package/Snackbar.vue_vue_type_style_index_0_scoped_dce34ab1_lang.css +0 -1
- package/Tabs.vue_vue_type_style_index_0_scoped_8e053ecb_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_f4f61aa1_lang.css +0 -1
- package/components/icon/Icon.vue.js +0 -7
- /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 → v3/icons}/Check2.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/CheckBold.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/CheckCircle.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Close.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/CloseBold.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ComputerMouse.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/CopyTo-Clipboard.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/CopyToClipboardFilled.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Create.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Creative.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Cross.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/CrownFill.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Cube.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/CubeBackground.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Cup.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/CupA.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/CupB.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Delete.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Diamond.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Dots.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Download.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Download2.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/DownloadDone.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/DragIndicator.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Ecpi.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Email.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/EmailEnvelope.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Error.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Eye.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Eye2.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/EyeSlash.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/FavoriteBorder.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Filter.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/FilterList.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Frame.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Fullscreen.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/FullscreenExit.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Functions.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/GamepadAlt.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Games.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Gavel.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Gift.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/GitHub.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/GlobeStand.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/GooglePlay.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Group.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Hammer.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/HandPointer.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Hands.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Heartbeat.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Help.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/HelpOutline.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/History.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/IOS.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Image.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ImageNotSupported.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ImageSlash.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ImportExport.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ImportExport2.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Importent.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Info.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Info2.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/InfoOutline.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Insights.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Interstitial.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Ios14.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Js.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Landscape.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Launch.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Levelplay.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/LimitCircle.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/LimitOctagon.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Link.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/LoadingClean.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Lock.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/LockOpen.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Login.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Logout.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Marketing.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/MilitaryTech.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Mix.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Mix2.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/MobileLandscape.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/MobilePortrait.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/MoneyCheck.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/MoreHoriz.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/MoreVert.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Mouse.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/MousePointer.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/MovingUp.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/NativeAd.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/NotificationsNone.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Offerwall.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Palyable.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/PaperPlane-Off.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/PaperPlane.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Pause.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/PauseCircleFilled.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/PauseCircleOutline.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/PhoneIphone.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Photo.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Photo2.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/PlayArrow.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/PlayCircleFilledWhite.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/PlayCircleOutline.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Qrcode.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Question.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/QuickAB.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/QuickAB2.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/React.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Redo.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Refresh.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Remove.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Replay.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/RewardedVideo.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/RocketLaunch.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Rotate.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Route.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/SackDollar.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Schedule.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Search.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/SearchBold.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Share.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Slack.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/SportsEsports.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Star.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/StarFill.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/StatusBanner.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/StatusInterstitial.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/StatusNativeAd.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/StatusOfferwall.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/StatusRewardedVideo.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/StopCircleFilled.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/StopCircleOutline.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Style.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Success.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/SuccessFull.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Switch.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/TableEdit.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/TabletLandscape.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/TabletMac.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/TabletPortrait.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Texture.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ThemeDark.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ThemeLight.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Timelapse.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Timeline.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/TrendingDown.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/TrendingFlat.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/TrendingUp.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Tune.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/TwoToneBanner.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/TwoToneInterstitial.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/TwoToneNativeAd.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/TwoToneOfferwall.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/TwoToneRewardedVideo.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Undo.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/UnfoldLess.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/UnfoldMore.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/VerticalAlignTop.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/VerticalAlignTop2.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Vibration.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/VideoRound.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ViewCarousel.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Visibility.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/VisibilityOff.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/VisibilityOffStrok.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/VisibilityStrok.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/VolumeOff.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/VolumeUp.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Warning.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Warning2.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Warning3.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/WarningCircle.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/WarningOctagon.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/WebApp.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Widget.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Widgets.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/WidgetsFill.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/WidgetsFlatSquares.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Widgetsz.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/WifiProtectedSetup.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/index.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/index.js +0 -0
- /package/components/icon/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/icon/{index.js → v3/index.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
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import "../../../TextField.
|
|
2
|
-
import w from "../../icon/Icon.vue.js";
|
|
1
|
+
import "../../../TextField.vue_vue_type_style_index_0_scoped_7aa32734_lang.css"; import { defineComponent as K, computed as k, ref as G, openBlock as a, createElementBlock as o, mergeProps as v, unref as t, createBlock as y, createCommentVNode as n, createElementVNode as g, normalizeClass as M, renderSlot as $, withCtx as h, createTextVNode as p, toDisplayString as x, withKeys as W, withModifiers as S, createVNode as u, pushScopeId as j, popScopeId as q } from "vue";
|
|
2
|
+
import w from "../../icon/v3/Icon.vue.js";
|
|
3
3
|
import "../../tooltip/Tooltip.vue2.js";
|
|
4
4
|
import T from "../../typography/v4/Typography.vue.js";
|
|
5
5
|
import { InputTestIdModifiers as f } from "../../../testids/index.js";
|
|
6
|
-
import { inputCommon as
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import { useTestIdAttrs as
|
|
10
|
-
import
|
|
11
|
-
const
|
|
6
|
+
import { inputCommon as J } from "../common/Input.common.js";
|
|
7
|
+
import Q from "../../shared/FieldLabel.vue.js";
|
|
8
|
+
import U from "../../shared/FieldHelpText.vue.js";
|
|
9
|
+
import { useTestIdAttrs as X } from "../../../utils/testIds.js";
|
|
10
|
+
import Y from "../../tooltip/Tooltip.vue.js";
|
|
11
|
+
const Z = (e) => (j("data-v-7aa32734"), e = e(), q(), e), _ = {
|
|
12
12
|
key: 0,
|
|
13
13
|
class: "icon-container icon-before"
|
|
14
|
-
},
|
|
14
|
+
}, ee = ["value", "placeholder", "disabled", "type", "step", "maxlength"], te = ["onClick"], le = {
|
|
15
15
|
key: 3,
|
|
16
16
|
class: "inline-error"
|
|
17
|
-
},
|
|
17
|
+
}, ae = {
|
|
18
18
|
key: 6,
|
|
19
19
|
class: "icon-container icon-after"
|
|
20
|
-
},
|
|
20
|
+
}, ne = {
|
|
21
21
|
key: 1,
|
|
22
22
|
class: "footer"
|
|
23
|
-
},
|
|
23
|
+
}, ie = {
|
|
24
24
|
key: 1,
|
|
25
25
|
class: "max-length"
|
|
26
|
-
},
|
|
26
|
+
}, oe = /* @__PURE__ */ Z(() => /* @__PURE__ */ g("span", { class: "max-length__divider" }, "/", -1)), se = {
|
|
27
27
|
inheritAttrs: !1
|
|
28
|
-
},
|
|
29
|
-
...
|
|
28
|
+
}, xe = /* @__PURE__ */ K({
|
|
29
|
+
...se,
|
|
30
30
|
__name: "TextField",
|
|
31
31
|
props: {
|
|
32
32
|
modelValue: { default: "" },
|
|
@@ -55,29 +55,31 @@ const X = (e) => (M("data-v-f4f61aa1"), e = e(), W(), e), Y = {
|
|
|
55
55
|
inlineErrorText: { default: "" }
|
|
56
56
|
},
|
|
57
57
|
emits: ["update:modelValue", "update:showApply"],
|
|
58
|
-
setup(e, { emit: I }) {
|
|
59
|
-
const
|
|
60
|
-
|
|
61
|
-
}, {
|
|
62
|
-
onConfirm:
|
|
58
|
+
setup(e, { expose: F, emit: I }) {
|
|
59
|
+
const d = e, c = X(d.testId, f), P = () => {
|
|
60
|
+
d.showApply ? I("update:showApply", !1) : s?.confirmable && z();
|
|
61
|
+
}, O = () => B.value.focus(), {
|
|
62
|
+
onConfirm: z,
|
|
63
63
|
onEnter: A,
|
|
64
|
-
inputRef:
|
|
64
|
+
inputRef: B,
|
|
65
65
|
isFocused: b,
|
|
66
|
-
showLabelInside:
|
|
67
|
-
api:
|
|
68
|
-
labelText:
|
|
69
|
-
sizeClass:
|
|
70
|
-
handleInput:
|
|
71
|
-
handleKeypress:
|
|
72
|
-
} =
|
|
73
|
-
return (
|
|
66
|
+
showLabelInside: V,
|
|
67
|
+
api: s,
|
|
68
|
+
labelText: D,
|
|
69
|
+
sizeClass: N,
|
|
70
|
+
handleInput: C,
|
|
71
|
+
handleKeypress: E
|
|
72
|
+
} = J(d, I), L = k(() => s.value?.value ?? d.modelValue), H = k(() => (L.value || "").length), m = G(!1), R = k(() => m.value && d.type === "password" ? "text" : d.type);
|
|
73
|
+
return F({
|
|
74
|
+
manualFocus: O
|
|
75
|
+
}), (r, l) => (a(), o("div", v({
|
|
74
76
|
class: {
|
|
75
77
|
"input-with-label-container": !0,
|
|
76
78
|
disabled: e.disabled,
|
|
77
79
|
[`variant-${e.feedbackVariant}`]: !0
|
|
78
80
|
}
|
|
79
81
|
}, t(c)[t(f).WRAPPER]), [
|
|
80
|
-
e.label && e.labelDirection !== "inside" ? (a(),
|
|
82
|
+
e.label && e.labelDirection !== "inside" ? (a(), y(Q, {
|
|
81
83
|
key: 0,
|
|
82
84
|
label: e.label,
|
|
83
85
|
mandatory: e.mandatory,
|
|
@@ -87,16 +89,16 @@ const X = (e) => (M("data-v-f4f61aa1"), e = e(), W(), e), Y = {
|
|
|
87
89
|
"test-id": e.testId
|
|
88
90
|
}, null, 8, ["label", "mandatory", "hover-help-text", "hover-help-text-placement", "disabled", "test-id"])) : n("", !0),
|
|
89
91
|
g("div", {
|
|
90
|
-
class:
|
|
92
|
+
class: M({
|
|
91
93
|
"input-container": !0,
|
|
92
|
-
"label-inside": t(
|
|
94
|
+
"label-inside": t(V),
|
|
93
95
|
focused: t(b)
|
|
94
96
|
})
|
|
95
97
|
}, [
|
|
96
|
-
r.$slots.iconBefore ? (a(), o("div",
|
|
97
|
-
|
|
98
|
+
r.$slots.iconBefore ? (a(), o("div", _, [
|
|
99
|
+
$(r.$slots, "iconBefore", {}, void 0, !0)
|
|
98
100
|
])) : n("", !0),
|
|
99
|
-
e.prefix ? (a(),
|
|
101
|
+
e.prefix ? (a(), y(t(T), {
|
|
100
102
|
key: 1,
|
|
101
103
|
class: "prefix-text",
|
|
102
104
|
variant: "body1"
|
|
@@ -106,48 +108,48 @@ const X = (e) => (M("data-v-f4f61aa1"), e = e(), W(), e), Y = {
|
|
|
106
108
|
]),
|
|
107
109
|
_: 1
|
|
108
110
|
})) : n("", !0),
|
|
109
|
-
g("input",
|
|
111
|
+
g("input", v({ ...r.$attrs, ...t(c)[t(f).FIELD] }, {
|
|
110
112
|
ref_key: "inputRef",
|
|
111
|
-
ref:
|
|
112
|
-
value: t(
|
|
113
|
-
placeholder: t(
|
|
113
|
+
ref: B,
|
|
114
|
+
value: t(L),
|
|
115
|
+
placeholder: t(D),
|
|
114
116
|
disabled: e.disabled || e.viewOnly,
|
|
115
|
-
type: t(
|
|
117
|
+
type: t(R),
|
|
116
118
|
class: ["input", {
|
|
117
|
-
[t(
|
|
119
|
+
[t(N)]: !0,
|
|
118
120
|
"view-only": e.viewOnly,
|
|
119
|
-
"label-inside": t(
|
|
121
|
+
"label-inside": t(V),
|
|
120
122
|
"hide-arrows": e.hideNumberArrows,
|
|
121
123
|
"input-type": e.type
|
|
122
124
|
}],
|
|
123
125
|
step: e.step,
|
|
124
126
|
maxlength: e.maxLength,
|
|
125
127
|
onInput: l[0] || (l[0] = //@ts-ignore
|
|
126
|
-
(...i) => t(
|
|
128
|
+
(...i) => t(C) && t(C)(...i)),
|
|
127
129
|
onFocus: l[1] || (l[1] = (i) => b.value = !0),
|
|
128
130
|
onBlur: l[2] || (l[2] = (i) => b.value = !1),
|
|
129
|
-
onKeyup: l[3] || (l[3] =
|
|
131
|
+
onKeyup: l[3] || (l[3] = W(S(
|
|
130
132
|
//@ts-ignore
|
|
131
133
|
(...i) => t(A) && t(A)(...i),
|
|
132
134
|
["prevent"]
|
|
133
135
|
), ["enter"])),
|
|
134
136
|
onKeypress: l[4] || (l[4] = //@ts-ignore
|
|
135
|
-
(...i) => t(
|
|
136
|
-
}), null, 16,
|
|
137
|
-
e.showApply || t(
|
|
137
|
+
(...i) => t(E) && t(E)(...i))
|
|
138
|
+
}), null, 16, ee),
|
|
139
|
+
e.showApply || t(s)?.confirmable && !t(s)?.error?.value ? (a(), o("div", {
|
|
138
140
|
key: 2,
|
|
139
141
|
class: "apply-button",
|
|
140
|
-
onClick:
|
|
142
|
+
onClick: S(P, ["stop", "prevent"])
|
|
141
143
|
}, [
|
|
142
144
|
u(t(w), {
|
|
143
145
|
name: "check-v4",
|
|
144
146
|
"font-size": "md"
|
|
145
147
|
})
|
|
146
|
-
], 8,
|
|
147
|
-
e.inlineError || t(
|
|
148
|
-
u(t(
|
|
149
|
-
disabled: !e.inlineErrorText && !t(
|
|
150
|
-
text: e.inlineErrorText || t(
|
|
148
|
+
], 8, te)) : n("", !0),
|
|
149
|
+
e.inlineError || t(s)?.error?.value ? (a(), o("div", le, [
|
|
150
|
+
u(t(Y), v({
|
|
151
|
+
disabled: !e.inlineErrorText && !t(s)?.error?.value,
|
|
152
|
+
text: e.inlineErrorText || t(s)?.error?.value,
|
|
151
153
|
"test-id": e.testId
|
|
152
154
|
}, t(c)[t(f).TOOLTIP]), {
|
|
153
155
|
default: h(() => [
|
|
@@ -159,7 +161,7 @@ const X = (e) => (M("data-v-f4f61aa1"), e = e(), W(), e), Y = {
|
|
|
159
161
|
_: 1
|
|
160
162
|
}, 16, ["disabled", "text", "test-id"])
|
|
161
163
|
])) : n("", !0),
|
|
162
|
-
e.suffix ? (a(),
|
|
164
|
+
e.suffix ? (a(), y(t(T), {
|
|
163
165
|
key: 4,
|
|
164
166
|
class: "suffix-text",
|
|
165
167
|
variant: "body1"
|
|
@@ -169,7 +171,7 @@ const X = (e) => (M("data-v-f4f61aa1"), e = e(), W(), e), Y = {
|
|
|
169
171
|
]),
|
|
170
172
|
_: 1
|
|
171
173
|
})) : n("", !0),
|
|
172
|
-
e.type === "password" ? (a(), o("div",
|
|
174
|
+
e.type === "password" ? (a(), o("div", v({
|
|
173
175
|
key: 5,
|
|
174
176
|
class: "password-visibility-toggle"
|
|
175
177
|
}, t(c)[t(f).TOGGLE_PASSWORD], {
|
|
@@ -180,22 +182,22 @@ const X = (e) => (M("data-v-f4f61aa1"), e = e(), W(), e), Y = {
|
|
|
180
182
|
"font-size": "sm"
|
|
181
183
|
}, null, 8, ["name"])
|
|
182
184
|
], 16)) : n("", !0),
|
|
183
|
-
r.$slots.iconAfter ? (a(), o("div",
|
|
184
|
-
|
|
185
|
+
r.$slots.iconAfter ? (a(), o("div", ae, [
|
|
186
|
+
$(r.$slots, "iconAfter", {}, void 0, !0)
|
|
185
187
|
])) : n("", !0)
|
|
186
188
|
], 2),
|
|
187
|
-
e.feedbackText || e.maxLength ? (a(), o("div",
|
|
188
|
-
e.feedbackText ? (a(),
|
|
189
|
+
e.feedbackText || e.maxLength ? (a(), o("div", ne, [
|
|
190
|
+
e.feedbackText ? (a(), y(U, {
|
|
189
191
|
key: 0,
|
|
190
192
|
text: e.feedbackText,
|
|
191
193
|
variant: e.feedbackVariant,
|
|
192
194
|
"test-id": e.testId
|
|
193
195
|
}, null, 8, ["text", "variant", "test-id"])) : n("", !0),
|
|
194
|
-
e.maxLength ? (a(), o("div",
|
|
196
|
+
e.maxLength ? (a(), o("div", ie, [
|
|
195
197
|
u(t(T), { variant: "caption" }, {
|
|
196
198
|
default: h(() => [
|
|
197
|
-
p(x(t(
|
|
198
|
-
|
|
199
|
+
p(x(t(H)) + " ", 1),
|
|
200
|
+
oe,
|
|
199
201
|
p(" " + x(e.maxLength), 1)
|
|
200
202
|
]),
|
|
201
203
|
_: 1
|
|
@@ -206,5 +208,5 @@ const X = (e) => (M("data-v-f4f61aa1"), e = e(), W(), e), Y = {
|
|
|
206
208
|
}
|
|
207
209
|
});
|
|
208
210
|
export {
|
|
209
|
-
|
|
211
|
+
xe as default
|
|
210
212
|
};
|
|
@@ -9,18 +9,18 @@ declare const TextFieldTypes: () => ({
|
|
|
9
9
|
size: "small" | "medium" | "large";
|
|
10
10
|
testId: string;
|
|
11
11
|
disabled: boolean;
|
|
12
|
+
mandatory: boolean;
|
|
13
|
+
hoverHelpText: string;
|
|
14
|
+
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";
|
|
12
15
|
modelValue: string | number;
|
|
13
16
|
placeholder: string;
|
|
14
|
-
mandatory: boolean;
|
|
15
|
-
autoFocus: boolean;
|
|
16
|
-
prefix: string;
|
|
17
17
|
viewOnly: boolean;
|
|
18
18
|
labelDirection: "top" | "inside";
|
|
19
|
+
autoFocus: boolean;
|
|
19
20
|
hideNumberArrows: boolean;
|
|
20
21
|
step: number;
|
|
21
|
-
hoverHelpText: string;
|
|
22
|
-
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";
|
|
23
22
|
onlyDigits: boolean;
|
|
23
|
+
prefix: string;
|
|
24
24
|
suffix: string;
|
|
25
25
|
maxLength: number;
|
|
26
26
|
showApply: boolean;
|
|
@@ -49,23 +49,23 @@ declare const TextFieldTypes: () => ({
|
|
|
49
49
|
type: import("vue").PropType<boolean>;
|
|
50
50
|
default: boolean;
|
|
51
51
|
};
|
|
52
|
-
|
|
53
|
-
type: import("vue").PropType<
|
|
54
|
-
default:
|
|
52
|
+
mandatory: {
|
|
53
|
+
type: import("vue").PropType<boolean>;
|
|
54
|
+
default: boolean;
|
|
55
55
|
};
|
|
56
|
-
|
|
56
|
+
hoverHelpText: {
|
|
57
57
|
type: import("vue").PropType<string>;
|
|
58
58
|
default: string;
|
|
59
59
|
};
|
|
60
|
-
|
|
61
|
-
type: import("vue").PropType<
|
|
62
|
-
default:
|
|
60
|
+
hoverHelpTextPlacement: {
|
|
61
|
+
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">;
|
|
62
|
+
default: string;
|
|
63
63
|
};
|
|
64
|
-
|
|
65
|
-
type: import("vue").PropType<
|
|
66
|
-
default:
|
|
64
|
+
modelValue: {
|
|
65
|
+
type: import("vue").PropType<string | number>;
|
|
66
|
+
default: string;
|
|
67
67
|
};
|
|
68
|
-
|
|
68
|
+
placeholder: {
|
|
69
69
|
type: import("vue").PropType<string>;
|
|
70
70
|
default: string;
|
|
71
71
|
};
|
|
@@ -77,6 +77,10 @@ declare const TextFieldTypes: () => ({
|
|
|
77
77
|
type: import("vue").PropType<"top" | "inside">;
|
|
78
78
|
default: string;
|
|
79
79
|
};
|
|
80
|
+
autoFocus: {
|
|
81
|
+
type: import("vue").PropType<boolean>;
|
|
82
|
+
default: boolean;
|
|
83
|
+
};
|
|
80
84
|
hideNumberArrows: {
|
|
81
85
|
type: import("vue").PropType<boolean>;
|
|
82
86
|
default: boolean;
|
|
@@ -85,18 +89,14 @@ declare const TextFieldTypes: () => ({
|
|
|
85
89
|
type: import("vue").PropType<number>;
|
|
86
90
|
default: number;
|
|
87
91
|
};
|
|
88
|
-
hoverHelpText: {
|
|
89
|
-
type: import("vue").PropType<string>;
|
|
90
|
-
default: string;
|
|
91
|
-
};
|
|
92
|
-
hoverHelpTextPlacement: {
|
|
93
|
-
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">;
|
|
94
|
-
default: string;
|
|
95
|
-
};
|
|
96
92
|
onlyDigits: {
|
|
97
93
|
type: import("vue").PropType<boolean>;
|
|
98
94
|
default: boolean;
|
|
99
95
|
};
|
|
96
|
+
prefix: {
|
|
97
|
+
type: import("vue").PropType<string>;
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
100
|
suffix: {
|
|
101
101
|
type: import("vue").PropType<string>;
|
|
102
102
|
default: string;
|
|
@@ -128,7 +128,7 @@ declare const TextFieldTypes: () => ({
|
|
|
128
128
|
}>> & {
|
|
129
129
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
130
130
|
"onUpdate:showApply"?: (value: boolean) => any;
|
|
131
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "size" | "testId" | "disabled" | "
|
|
131
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "size" | "testId" | "disabled" | "mandatory" | "hoverHelpText" | "hoverHelpTextPlacement" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "maxLength" | "showApply" | "inlineError" | "inlineErrorText" | "feedbackText" | "feedbackVariant">;
|
|
132
132
|
$attrs: {
|
|
133
133
|
[x: string]: unknown;
|
|
134
134
|
};
|
|
@@ -163,23 +163,23 @@ declare const TextFieldTypes: () => ({
|
|
|
163
163
|
type: import("vue").PropType<boolean>;
|
|
164
164
|
default: boolean;
|
|
165
165
|
};
|
|
166
|
-
|
|
167
|
-
type: import("vue").PropType<
|
|
168
|
-
default:
|
|
166
|
+
mandatory: {
|
|
167
|
+
type: import("vue").PropType<boolean>;
|
|
168
|
+
default: boolean;
|
|
169
169
|
};
|
|
170
|
-
|
|
170
|
+
hoverHelpText: {
|
|
171
171
|
type: import("vue").PropType<string>;
|
|
172
172
|
default: string;
|
|
173
173
|
};
|
|
174
|
-
|
|
175
|
-
type: import("vue").PropType<
|
|
176
|
-
default:
|
|
174
|
+
hoverHelpTextPlacement: {
|
|
175
|
+
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">;
|
|
176
|
+
default: string;
|
|
177
177
|
};
|
|
178
|
-
|
|
179
|
-
type: import("vue").PropType<
|
|
180
|
-
default:
|
|
178
|
+
modelValue: {
|
|
179
|
+
type: import("vue").PropType<string | number>;
|
|
180
|
+
default: string;
|
|
181
181
|
};
|
|
182
|
-
|
|
182
|
+
placeholder: {
|
|
183
183
|
type: import("vue").PropType<string>;
|
|
184
184
|
default: string;
|
|
185
185
|
};
|
|
@@ -191,6 +191,10 @@ declare const TextFieldTypes: () => ({
|
|
|
191
191
|
type: import("vue").PropType<"top" | "inside">;
|
|
192
192
|
default: string;
|
|
193
193
|
};
|
|
194
|
+
autoFocus: {
|
|
195
|
+
type: import("vue").PropType<boolean>;
|
|
196
|
+
default: boolean;
|
|
197
|
+
};
|
|
194
198
|
hideNumberArrows: {
|
|
195
199
|
type: import("vue").PropType<boolean>;
|
|
196
200
|
default: boolean;
|
|
@@ -199,18 +203,14 @@ declare const TextFieldTypes: () => ({
|
|
|
199
203
|
type: import("vue").PropType<number>;
|
|
200
204
|
default: number;
|
|
201
205
|
};
|
|
202
|
-
hoverHelpText: {
|
|
203
|
-
type: import("vue").PropType<string>;
|
|
204
|
-
default: string;
|
|
205
|
-
};
|
|
206
|
-
hoverHelpTextPlacement: {
|
|
207
|
-
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">;
|
|
208
|
-
default: string;
|
|
209
|
-
};
|
|
210
206
|
onlyDigits: {
|
|
211
207
|
type: import("vue").PropType<boolean>;
|
|
212
208
|
default: boolean;
|
|
213
209
|
};
|
|
210
|
+
prefix: {
|
|
211
|
+
type: import("vue").PropType<string>;
|
|
212
|
+
default: string;
|
|
213
|
+
};
|
|
214
214
|
suffix: {
|
|
215
215
|
type: import("vue").PropType<string>;
|
|
216
216
|
default: string;
|
|
@@ -242,7 +242,9 @@ declare const TextFieldTypes: () => ({
|
|
|
242
242
|
}>> & {
|
|
243
243
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
244
244
|
"onUpdate:showApply"?: (value: boolean) => any;
|
|
245
|
-
}, {
|
|
245
|
+
}, {
|
|
246
|
+
manualFocus: () => any;
|
|
247
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
246
248
|
"update:modelValue": (value: string | number) => void;
|
|
247
249
|
"update:showApply": (value: boolean) => void;
|
|
248
250
|
}, string, {
|
|
@@ -251,18 +253,18 @@ declare const TextFieldTypes: () => ({
|
|
|
251
253
|
size: "small" | "medium" | "large";
|
|
252
254
|
testId: string;
|
|
253
255
|
disabled: boolean;
|
|
256
|
+
mandatory: boolean;
|
|
257
|
+
hoverHelpText: string;
|
|
258
|
+
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";
|
|
254
259
|
modelValue: string | number;
|
|
255
260
|
placeholder: string;
|
|
256
|
-
mandatory: boolean;
|
|
257
|
-
autoFocus: boolean;
|
|
258
|
-
prefix: string;
|
|
259
261
|
viewOnly: boolean;
|
|
260
262
|
labelDirection: "top" | "inside";
|
|
263
|
+
autoFocus: boolean;
|
|
261
264
|
hideNumberArrows: boolean;
|
|
262
265
|
step: number;
|
|
263
|
-
hoverHelpText: string;
|
|
264
|
-
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";
|
|
265
266
|
onlyDigits: boolean;
|
|
267
|
+
prefix: string;
|
|
266
268
|
suffix: string;
|
|
267
269
|
maxLength: number;
|
|
268
270
|
showApply: boolean;
|
|
@@ -311,23 +313,23 @@ declare const TextFieldTypes: () => ({
|
|
|
311
313
|
type: import("vue").PropType<boolean>;
|
|
312
314
|
default: boolean;
|
|
313
315
|
};
|
|
314
|
-
|
|
315
|
-
type: import("vue").PropType<
|
|
316
|
-
default:
|
|
316
|
+
mandatory: {
|
|
317
|
+
type: import("vue").PropType<boolean>;
|
|
318
|
+
default: boolean;
|
|
317
319
|
};
|
|
318
|
-
|
|
320
|
+
hoverHelpText: {
|
|
319
321
|
type: import("vue").PropType<string>;
|
|
320
322
|
default: string;
|
|
321
323
|
};
|
|
322
|
-
|
|
323
|
-
type: import("vue").PropType<
|
|
324
|
-
default:
|
|
324
|
+
hoverHelpTextPlacement: {
|
|
325
|
+
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">;
|
|
326
|
+
default: string;
|
|
325
327
|
};
|
|
326
|
-
|
|
327
|
-
type: import("vue").PropType<
|
|
328
|
-
default:
|
|
328
|
+
modelValue: {
|
|
329
|
+
type: import("vue").PropType<string | number>;
|
|
330
|
+
default: string;
|
|
329
331
|
};
|
|
330
|
-
|
|
332
|
+
placeholder: {
|
|
331
333
|
type: import("vue").PropType<string>;
|
|
332
334
|
default: string;
|
|
333
335
|
};
|
|
@@ -339,6 +341,10 @@ declare const TextFieldTypes: () => ({
|
|
|
339
341
|
type: import("vue").PropType<"top" | "inside">;
|
|
340
342
|
default: string;
|
|
341
343
|
};
|
|
344
|
+
autoFocus: {
|
|
345
|
+
type: import("vue").PropType<boolean>;
|
|
346
|
+
default: boolean;
|
|
347
|
+
};
|
|
342
348
|
hideNumberArrows: {
|
|
343
349
|
type: import("vue").PropType<boolean>;
|
|
344
350
|
default: boolean;
|
|
@@ -347,18 +353,14 @@ declare const TextFieldTypes: () => ({
|
|
|
347
353
|
type: import("vue").PropType<number>;
|
|
348
354
|
default: number;
|
|
349
355
|
};
|
|
350
|
-
hoverHelpText: {
|
|
351
|
-
type: import("vue").PropType<string>;
|
|
352
|
-
default: string;
|
|
353
|
-
};
|
|
354
|
-
hoverHelpTextPlacement: {
|
|
355
|
-
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">;
|
|
356
|
-
default: string;
|
|
357
|
-
};
|
|
358
356
|
onlyDigits: {
|
|
359
357
|
type: import("vue").PropType<boolean>;
|
|
360
358
|
default: boolean;
|
|
361
359
|
};
|
|
360
|
+
prefix: {
|
|
361
|
+
type: import("vue").PropType<string>;
|
|
362
|
+
default: string;
|
|
363
|
+
};
|
|
362
364
|
suffix: {
|
|
363
365
|
type: import("vue").PropType<string>;
|
|
364
366
|
default: string;
|
|
@@ -390,7 +392,9 @@ declare const TextFieldTypes: () => ({
|
|
|
390
392
|
}>> & {
|
|
391
393
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
392
394
|
"onUpdate:showApply"?: (value: boolean) => any;
|
|
393
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
395
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
396
|
+
manualFocus: () => any;
|
|
397
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
394
398
|
__isFragment?: never;
|
|
395
399
|
__isTeleport?: never;
|
|
396
400
|
__isSuspense?: never;
|
|
@@ -415,23 +419,23 @@ declare const TextFieldTypes: () => ({
|
|
|
415
419
|
type: import("vue").PropType<boolean>;
|
|
416
420
|
default: boolean;
|
|
417
421
|
};
|
|
418
|
-
|
|
419
|
-
type: import("vue").PropType<
|
|
420
|
-
default:
|
|
422
|
+
mandatory: {
|
|
423
|
+
type: import("vue").PropType<boolean>;
|
|
424
|
+
default: boolean;
|
|
421
425
|
};
|
|
422
|
-
|
|
426
|
+
hoverHelpText: {
|
|
423
427
|
type: import("vue").PropType<string>;
|
|
424
428
|
default: string;
|
|
425
429
|
};
|
|
426
|
-
|
|
427
|
-
type: import("vue").PropType<
|
|
428
|
-
default:
|
|
430
|
+
hoverHelpTextPlacement: {
|
|
431
|
+
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">;
|
|
432
|
+
default: string;
|
|
429
433
|
};
|
|
430
|
-
|
|
431
|
-
type: import("vue").PropType<
|
|
432
|
-
default:
|
|
434
|
+
modelValue: {
|
|
435
|
+
type: import("vue").PropType<string | number>;
|
|
436
|
+
default: string;
|
|
433
437
|
};
|
|
434
|
-
|
|
438
|
+
placeholder: {
|
|
435
439
|
type: import("vue").PropType<string>;
|
|
436
440
|
default: string;
|
|
437
441
|
};
|
|
@@ -443,6 +447,10 @@ declare const TextFieldTypes: () => ({
|
|
|
443
447
|
type: import("vue").PropType<"top" | "inside">;
|
|
444
448
|
default: string;
|
|
445
449
|
};
|
|
450
|
+
autoFocus: {
|
|
451
|
+
type: import("vue").PropType<boolean>;
|
|
452
|
+
default: boolean;
|
|
453
|
+
};
|
|
446
454
|
hideNumberArrows: {
|
|
447
455
|
type: import("vue").PropType<boolean>;
|
|
448
456
|
default: boolean;
|
|
@@ -451,18 +459,14 @@ declare const TextFieldTypes: () => ({
|
|
|
451
459
|
type: import("vue").PropType<number>;
|
|
452
460
|
default: number;
|
|
453
461
|
};
|
|
454
|
-
hoverHelpText: {
|
|
455
|
-
type: import("vue").PropType<string>;
|
|
456
|
-
default: string;
|
|
457
|
-
};
|
|
458
|
-
hoverHelpTextPlacement: {
|
|
459
|
-
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">;
|
|
460
|
-
default: string;
|
|
461
|
-
};
|
|
462
462
|
onlyDigits: {
|
|
463
463
|
type: import("vue").PropType<boolean>;
|
|
464
464
|
default: boolean;
|
|
465
465
|
};
|
|
466
|
+
prefix: {
|
|
467
|
+
type: import("vue").PropType<string>;
|
|
468
|
+
default: string;
|
|
469
|
+
};
|
|
466
470
|
suffix: {
|
|
467
471
|
type: import("vue").PropType<string>;
|
|
468
472
|
default: string;
|
|
@@ -494,7 +498,9 @@ declare const TextFieldTypes: () => ({
|
|
|
494
498
|
}>> & {
|
|
495
499
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
496
500
|
"onUpdate:showApply"?: (value: boolean) => any;
|
|
497
|
-
}, {
|
|
501
|
+
}, {
|
|
502
|
+
manualFocus: () => any;
|
|
503
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
498
504
|
"update:modelValue": (value: string | number) => void;
|
|
499
505
|
"update:showApply": (value: boolean) => void;
|
|
500
506
|
}, string, {
|
|
@@ -503,18 +509,18 @@ declare const TextFieldTypes: () => ({
|
|
|
503
509
|
size: "small" | "medium" | "large";
|
|
504
510
|
testId: string;
|
|
505
511
|
disabled: boolean;
|
|
512
|
+
mandatory: boolean;
|
|
513
|
+
hoverHelpText: string;
|
|
514
|
+
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";
|
|
506
515
|
modelValue: string | number;
|
|
507
516
|
placeholder: string;
|
|
508
|
-
mandatory: boolean;
|
|
509
|
-
autoFocus: boolean;
|
|
510
|
-
prefix: string;
|
|
511
517
|
viewOnly: boolean;
|
|
512
518
|
labelDirection: "top" | "inside";
|
|
519
|
+
autoFocus: boolean;
|
|
513
520
|
hideNumberArrows: boolean;
|
|
514
521
|
step: number;
|
|
515
|
-
hoverHelpText: string;
|
|
516
|
-
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";
|
|
517
522
|
onlyDigits: boolean;
|
|
523
|
+
prefix: string;
|
|
518
524
|
suffix: string;
|
|
519
525
|
maxLength: number;
|
|
520
526
|
showApply: boolean;
|
|
@@ -5,5 +5,6 @@ export declare const searchCommon: (props: any, emit: any) => {
|
|
|
5
5
|
showClear: import("vue").ComputedRef<boolean>;
|
|
6
6
|
rightIcon: import("vue").ComputedRef<"cancel" | "search">;
|
|
7
7
|
onRightIconClick: () => void;
|
|
8
|
-
inputRef: import("vue").Ref<
|
|
8
|
+
inputRef: import("vue").Ref<any>;
|
|
9
|
+
clearValue: () => void;
|
|
9
10
|
};
|