@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
|
@@ -16,9 +16,10 @@ declare const DropdownTypes: () => (({
|
|
|
16
16
|
disabled: boolean;
|
|
17
17
|
container: string;
|
|
18
18
|
selected: any;
|
|
19
|
+
mandatory: boolean;
|
|
19
20
|
modelValue: any;
|
|
20
21
|
placeholder: string;
|
|
21
|
-
|
|
22
|
+
autoFocus: boolean;
|
|
22
23
|
helperText: string;
|
|
23
24
|
searchPlaceholder: string;
|
|
24
25
|
isOnTop: boolean;
|
|
@@ -28,7 +29,6 @@ declare const DropdownTypes: () => (({
|
|
|
28
29
|
noResultsText: string;
|
|
29
30
|
defaultOpen: boolean;
|
|
30
31
|
showButtonOnOpen: boolean;
|
|
31
|
-
autoFocus: boolean;
|
|
32
32
|
distance: number;
|
|
33
33
|
skidding: number;
|
|
34
34
|
clearable: boolean;
|
|
@@ -85,6 +85,10 @@ declare const DropdownTypes: () => (({
|
|
|
85
85
|
type: import("vue").PropType<any[]>;
|
|
86
86
|
required: true;
|
|
87
87
|
};
|
|
88
|
+
mandatory: {
|
|
89
|
+
type: import("vue").PropType<boolean>;
|
|
90
|
+
default: boolean;
|
|
91
|
+
};
|
|
88
92
|
modelValue: {
|
|
89
93
|
type: import("vue").PropType<unknown>;
|
|
90
94
|
default: any;
|
|
@@ -93,7 +97,7 @@ declare const DropdownTypes: () => (({
|
|
|
93
97
|
type: import("vue").PropType<string>;
|
|
94
98
|
default: string;
|
|
95
99
|
};
|
|
96
|
-
|
|
100
|
+
autoFocus: {
|
|
97
101
|
type: import("vue").PropType<boolean>;
|
|
98
102
|
default: boolean;
|
|
99
103
|
};
|
|
@@ -136,10 +140,6 @@ declare const DropdownTypes: () => (({
|
|
|
136
140
|
type: import("vue").PropType<boolean>;
|
|
137
141
|
default: boolean;
|
|
138
142
|
};
|
|
139
|
-
autoFocus: {
|
|
140
|
-
type: import("vue").PropType<boolean>;
|
|
141
|
-
default: boolean;
|
|
142
|
-
};
|
|
143
143
|
distance: {
|
|
144
144
|
type: import("vue").PropType<number>;
|
|
145
145
|
default: number;
|
|
@@ -201,7 +201,7 @@ declare const DropdownTypes: () => (({
|
|
|
201
201
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
202
202
|
onOpened?: () => any;
|
|
203
203
|
onClosed?: () => any;
|
|
204
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "theme" | "size" | "testId" | "error" | "placement" | "disabled" | "container" | "selected" | "modelValue" | "placeholder" | "
|
|
204
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "theme" | "size" | "testId" | "error" | "placement" | "disabled" | "container" | "selected" | "mandatory" | "modelValue" | "placeholder" | "autoFocus" | "helperText" | "searchPlaceholder" | "isOnTop" | "multi" | "inlineSearch" | "popperClass" | "noResultsText" | "defaultOpen" | "showButtonOnOpen" | "distance" | "skidding" | "clearable" | "onSearch" | "flip" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "multiOptionsPlaceholderPrefix" | "multiOptionsPlaceholderSuffix" | "darkTheme" | "valueToCopy">;
|
|
205
205
|
$attrs: {
|
|
206
206
|
[x: string]: unknown;
|
|
207
207
|
};
|
|
@@ -259,6 +259,10 @@ declare const DropdownTypes: () => (({
|
|
|
259
259
|
type: import("vue").PropType<any[]>;
|
|
260
260
|
required: true;
|
|
261
261
|
};
|
|
262
|
+
mandatory: {
|
|
263
|
+
type: import("vue").PropType<boolean>;
|
|
264
|
+
default: boolean;
|
|
265
|
+
};
|
|
262
266
|
modelValue: {
|
|
263
267
|
type: import("vue").PropType<unknown>;
|
|
264
268
|
default: any;
|
|
@@ -267,7 +271,7 @@ declare const DropdownTypes: () => (({
|
|
|
267
271
|
type: import("vue").PropType<string>;
|
|
268
272
|
default: string;
|
|
269
273
|
};
|
|
270
|
-
|
|
274
|
+
autoFocus: {
|
|
271
275
|
type: import("vue").PropType<boolean>;
|
|
272
276
|
default: boolean;
|
|
273
277
|
};
|
|
@@ -310,10 +314,6 @@ declare const DropdownTypes: () => (({
|
|
|
310
314
|
type: import("vue").PropType<boolean>;
|
|
311
315
|
default: boolean;
|
|
312
316
|
};
|
|
313
|
-
autoFocus: {
|
|
314
|
-
type: import("vue").PropType<boolean>;
|
|
315
|
-
default: boolean;
|
|
316
|
-
};
|
|
317
317
|
distance: {
|
|
318
318
|
type: import("vue").PropType<number>;
|
|
319
319
|
default: number;
|
|
@@ -394,9 +394,10 @@ declare const DropdownTypes: () => (({
|
|
|
394
394
|
disabled: boolean;
|
|
395
395
|
container: string;
|
|
396
396
|
selected: any;
|
|
397
|
+
mandatory: boolean;
|
|
397
398
|
modelValue: any;
|
|
398
399
|
placeholder: string;
|
|
399
|
-
|
|
400
|
+
autoFocus: boolean;
|
|
400
401
|
helperText: string;
|
|
401
402
|
searchPlaceholder: string;
|
|
402
403
|
isOnTop: boolean;
|
|
@@ -406,7 +407,6 @@ declare const DropdownTypes: () => (({
|
|
|
406
407
|
noResultsText: string;
|
|
407
408
|
defaultOpen: boolean;
|
|
408
409
|
showButtonOnOpen: boolean;
|
|
409
|
-
autoFocus: boolean;
|
|
410
410
|
distance: number;
|
|
411
411
|
skidding: number;
|
|
412
412
|
clearable: boolean;
|
|
@@ -483,6 +483,10 @@ declare const DropdownTypes: () => (({
|
|
|
483
483
|
type: import("vue").PropType<any[]>;
|
|
484
484
|
required: true;
|
|
485
485
|
};
|
|
486
|
+
mandatory: {
|
|
487
|
+
type: import("vue").PropType<boolean>;
|
|
488
|
+
default: boolean;
|
|
489
|
+
};
|
|
486
490
|
modelValue: {
|
|
487
491
|
type: import("vue").PropType<unknown>;
|
|
488
492
|
default: any;
|
|
@@ -491,7 +495,7 @@ declare const DropdownTypes: () => (({
|
|
|
491
495
|
type: import("vue").PropType<string>;
|
|
492
496
|
default: string;
|
|
493
497
|
};
|
|
494
|
-
|
|
498
|
+
autoFocus: {
|
|
495
499
|
type: import("vue").PropType<boolean>;
|
|
496
500
|
default: boolean;
|
|
497
501
|
};
|
|
@@ -534,10 +538,6 @@ declare const DropdownTypes: () => (({
|
|
|
534
538
|
type: import("vue").PropType<boolean>;
|
|
535
539
|
default: boolean;
|
|
536
540
|
};
|
|
537
|
-
autoFocus: {
|
|
538
|
-
type: import("vue").PropType<boolean>;
|
|
539
|
-
default: boolean;
|
|
540
|
-
};
|
|
541
541
|
distance: {
|
|
542
542
|
type: import("vue").PropType<number>;
|
|
543
543
|
default: number;
|
|
@@ -650,6 +650,10 @@ declare const DropdownTypes: () => (({
|
|
|
650
650
|
type: import("vue").PropType<any[]>;
|
|
651
651
|
required: true;
|
|
652
652
|
};
|
|
653
|
+
mandatory: {
|
|
654
|
+
type: import("vue").PropType<boolean>;
|
|
655
|
+
default: boolean;
|
|
656
|
+
};
|
|
653
657
|
modelValue: {
|
|
654
658
|
type: import("vue").PropType<unknown>;
|
|
655
659
|
default: any;
|
|
@@ -658,7 +662,7 @@ declare const DropdownTypes: () => (({
|
|
|
658
662
|
type: import("vue").PropType<string>;
|
|
659
663
|
default: string;
|
|
660
664
|
};
|
|
661
|
-
|
|
665
|
+
autoFocus: {
|
|
662
666
|
type: import("vue").PropType<boolean>;
|
|
663
667
|
default: boolean;
|
|
664
668
|
};
|
|
@@ -701,10 +705,6 @@ declare const DropdownTypes: () => (({
|
|
|
701
705
|
type: import("vue").PropType<boolean>;
|
|
702
706
|
default: boolean;
|
|
703
707
|
};
|
|
704
|
-
autoFocus: {
|
|
705
|
-
type: import("vue").PropType<boolean>;
|
|
706
|
-
default: boolean;
|
|
707
|
-
};
|
|
708
708
|
distance: {
|
|
709
709
|
type: import("vue").PropType<number>;
|
|
710
710
|
default: number;
|
|
@@ -785,9 +785,10 @@ declare const DropdownTypes: () => (({
|
|
|
785
785
|
disabled: boolean;
|
|
786
786
|
container: string;
|
|
787
787
|
selected: any;
|
|
788
|
+
mandatory: boolean;
|
|
788
789
|
modelValue: any;
|
|
789
790
|
placeholder: string;
|
|
790
|
-
|
|
791
|
+
autoFocus: boolean;
|
|
791
792
|
helperText: string;
|
|
792
793
|
searchPlaceholder: string;
|
|
793
794
|
isOnTop: boolean;
|
|
@@ -797,7 +798,6 @@ declare const DropdownTypes: () => (({
|
|
|
797
798
|
noResultsText: string;
|
|
798
799
|
defaultOpen: boolean;
|
|
799
800
|
showButtonOnOpen: boolean;
|
|
800
|
-
autoFocus: boolean;
|
|
801
801
|
distance: number;
|
|
802
802
|
skidding: number;
|
|
803
803
|
clearable: boolean;
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
placeholder?: string;
|
|
3
|
+
selected?: unknown;
|
|
4
|
+
options?: unknown;
|
|
5
|
+
size?: "small" | "medium" | "large";
|
|
6
|
+
open: boolean;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
testId?: string;
|
|
9
|
+
label: string;
|
|
10
|
+
mandatory?: boolean;
|
|
11
|
+
hoverHelpText?: string;
|
|
12
|
+
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";
|
|
13
|
+
feedbackVariant?: "error" | "success" | "warning";
|
|
14
|
+
feedbackText?: string;
|
|
15
|
+
loading?: boolean;
|
|
16
|
+
singleAppSelection?: boolean;
|
|
17
|
+
brandIconType?: "android" | "ios";
|
|
18
|
+
}>, {
|
|
19
|
+
placeholder: string;
|
|
20
|
+
selected: any;
|
|
21
|
+
options: any;
|
|
22
|
+
size: string;
|
|
23
|
+
open: boolean;
|
|
24
|
+
disabled: boolean;
|
|
25
|
+
testId: string;
|
|
26
|
+
label: string;
|
|
27
|
+
mandatory: boolean;
|
|
28
|
+
hoverHelpText: string;
|
|
29
|
+
hoverHelpTextPlacement: string;
|
|
30
|
+
feedbackText: string;
|
|
31
|
+
feedbackVariant: any;
|
|
32
|
+
loading: boolean;
|
|
33
|
+
singleAppSelection: boolean;
|
|
34
|
+
brandIconType: any;
|
|
35
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
|
+
click: () => void;
|
|
37
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
38
|
+
placeholder?: string;
|
|
39
|
+
selected?: unknown;
|
|
40
|
+
options?: unknown;
|
|
41
|
+
size?: "small" | "medium" | "large";
|
|
42
|
+
open: boolean;
|
|
43
|
+
disabled?: boolean;
|
|
44
|
+
testId?: string;
|
|
45
|
+
label: string;
|
|
46
|
+
mandatory?: boolean;
|
|
47
|
+
hoverHelpText?: string;
|
|
48
|
+
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";
|
|
49
|
+
feedbackVariant?: "error" | "success" | "warning";
|
|
50
|
+
feedbackText?: string;
|
|
51
|
+
loading?: boolean;
|
|
52
|
+
singleAppSelection?: boolean;
|
|
53
|
+
brandIconType?: "android" | "ios";
|
|
54
|
+
}>, {
|
|
55
|
+
placeholder: string;
|
|
56
|
+
selected: any;
|
|
57
|
+
options: any;
|
|
58
|
+
size: string;
|
|
59
|
+
open: boolean;
|
|
60
|
+
disabled: boolean;
|
|
61
|
+
testId: string;
|
|
62
|
+
label: string;
|
|
63
|
+
mandatory: boolean;
|
|
64
|
+
hoverHelpText: string;
|
|
65
|
+
hoverHelpTextPlacement: string;
|
|
66
|
+
feedbackText: string;
|
|
67
|
+
feedbackVariant: any;
|
|
68
|
+
loading: boolean;
|
|
69
|
+
singleAppSelection: boolean;
|
|
70
|
+
brandIconType: any;
|
|
71
|
+
}>>> & {
|
|
72
|
+
onClick?: () => any;
|
|
73
|
+
}, {
|
|
74
|
+
label: string;
|
|
75
|
+
size: "small" | "medium" | "large";
|
|
76
|
+
testId: string;
|
|
77
|
+
loading: boolean;
|
|
78
|
+
disabled: boolean;
|
|
79
|
+
selected: any;
|
|
80
|
+
options: any;
|
|
81
|
+
singleAppSelection: boolean;
|
|
82
|
+
mandatory: boolean;
|
|
83
|
+
hoverHelpText: string;
|
|
84
|
+
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";
|
|
85
|
+
placeholder: string;
|
|
86
|
+
feedbackText: string;
|
|
87
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
88
|
+
open: boolean;
|
|
89
|
+
brandIconType: "android" | "ios";
|
|
90
|
+
}>, {
|
|
91
|
+
"brand-icon"?(_: {}): any;
|
|
92
|
+
}>;
|
|
93
|
+
export default _default;
|
|
94
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
95
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
96
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
97
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
98
|
+
} : {
|
|
99
|
+
type: import('vue').PropType<T[K]>;
|
|
100
|
+
required: true;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
type __VLS_WithDefaults<P, D> = {
|
|
104
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
105
|
+
default: D[K];
|
|
106
|
+
}> : P[K];
|
|
107
|
+
};
|
|
108
|
+
type __VLS_Prettify<T> = {
|
|
109
|
+
[K in keyof T]: T[K];
|
|
110
|
+
} & {};
|
|
111
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
112
|
+
new (): {
|
|
113
|
+
$slots: S;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import o from "./DefaultDropdownTrigger.vue2.js";
|
|
2
|
+
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_4cbcfcce_lang.css"; //*');
|
|
4
|
+
const t = /* @__PURE__ */ e(o, [["__scopeId", "data-v-4cbcfcce"]]);
|
|
5
|
+
export {
|
|
6
|
+
t as default
|
|
7
|
+
};
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import "../../../DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_4cbcfcce_lang.css"; import { defineComponent as y, computed as h, openBlock as t, createElementBlock as l, Fragment as r, createBlock as c, createCommentVNode as a, createElementVNode as n, normalizeClass as k, unref as d, renderSlot as x, createVNode as s, withCtx as T, createTextVNode as p, toDisplayString as v } from "vue";
|
|
2
|
+
import g from "../../typography/v4/Typography.vue.js";
|
|
3
|
+
import { AppTriggerTestIdModifiers as I } from "../../../testids/index.js";
|
|
4
|
+
import V from "../../icon/v4/IconV4.vue.js";
|
|
5
|
+
import B from "../../shared/FieldLabel.vue.js";
|
|
6
|
+
import C from "../../shared/FieldHelpText.vue.js";
|
|
7
|
+
const H = ["data-testid"], $ = { class: "content" }, w = { key: 0 }, z = { key: 1 }, R = /* @__PURE__ */ y({
|
|
8
|
+
__name: "DefaultDropdownTrigger",
|
|
9
|
+
props: {
|
|
10
|
+
placeholder: { default: "Select" },
|
|
11
|
+
selected: { default: null },
|
|
12
|
+
options: { default: null },
|
|
13
|
+
size: { default: "small" },
|
|
14
|
+
open: { type: Boolean, default: !1 },
|
|
15
|
+
disabled: { type: Boolean, default: !1 },
|
|
16
|
+
testId: { default: "" },
|
|
17
|
+
label: { default: "" },
|
|
18
|
+
mandatory: { type: Boolean, default: !1 },
|
|
19
|
+
hoverHelpText: { default: "" },
|
|
20
|
+
hoverHelpTextPlacement: { default: "top" },
|
|
21
|
+
feedbackVariant: { default: null },
|
|
22
|
+
feedbackText: { default: "" },
|
|
23
|
+
loading: { type: Boolean, default: !1 },
|
|
24
|
+
singleAppSelection: { type: Boolean, default: !1 },
|
|
25
|
+
brandIconType: { default: null }
|
|
26
|
+
},
|
|
27
|
+
emits: ["click"],
|
|
28
|
+
setup(e, { emit: f }) {
|
|
29
|
+
const o = e, u = h(
|
|
30
|
+
() => o.feedbackVariant ? `state-${o.feedbackVariant}` : ""
|
|
31
|
+
), m = () => {
|
|
32
|
+
f("click");
|
|
33
|
+
};
|
|
34
|
+
return (b, i) => (t(), l(r, null, [
|
|
35
|
+
e.label ? (t(), c(B, {
|
|
36
|
+
key: 0,
|
|
37
|
+
label: e.label,
|
|
38
|
+
mandatory: e.mandatory,
|
|
39
|
+
"hover-help-text": e.hoverHelpText,
|
|
40
|
+
"hover-help-text-placement": e.hoverHelpTextPlacement,
|
|
41
|
+
disabled: e.disabled,
|
|
42
|
+
"test-id": e.testId
|
|
43
|
+
}, null, 8, ["label", "mandatory", "hover-help-text", "hover-help-text-placement", "disabled", "test-id"])) : a("", !0),
|
|
44
|
+
n("div", {
|
|
45
|
+
class: k(["dropdown-trigger", [e.size, d(u), { open: e.open, disabled: e.disabled }]]),
|
|
46
|
+
"data-testid": `${e.testId}-${d(I).WRAPPER}`,
|
|
47
|
+
onClick: i[0] || (i[0] = (A) => m())
|
|
48
|
+
}, [
|
|
49
|
+
n("div", $, [
|
|
50
|
+
x(b.$slots, "brand-icon", {}, () => [
|
|
51
|
+
e.brandIconType ? (t(), l(r, { key: 0 }, [
|
|
52
|
+
e.brandIconType === "android" ? (t(), l("span", w, "A")) : a("", !0),
|
|
53
|
+
e.brandIconType === "ios" ? (t(), l("span", z, "I")) : a("", !0)
|
|
54
|
+
], 64)) : a("", !0)
|
|
55
|
+
], !0),
|
|
56
|
+
s(d(g), { variant: "body1" }, {
|
|
57
|
+
default: T(() => [
|
|
58
|
+
p(v(e.placeholder), 1)
|
|
59
|
+
]),
|
|
60
|
+
_: 1
|
|
61
|
+
})
|
|
62
|
+
]),
|
|
63
|
+
n("div", null, [
|
|
64
|
+
s(d(V), {
|
|
65
|
+
name: "caret-down",
|
|
66
|
+
size: "20px"
|
|
67
|
+
})
|
|
68
|
+
])
|
|
69
|
+
], 10, H),
|
|
70
|
+
e.feedbackText ? (t(), c(C, {
|
|
71
|
+
key: 1,
|
|
72
|
+
text: e.feedbackText,
|
|
73
|
+
variant: e.feedbackVariant,
|
|
74
|
+
"test-id": e.testId
|
|
75
|
+
}, null, 8, ["text", "variant", "test-id"])) : a("", !0)
|
|
76
|
+
], 64));
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
export {
|
|
80
|
+
R as default
|
|
81
|
+
};
|
|
@@ -1,69 +1,66 @@
|
|
|
1
1
|
import { Placement } from 'floating-vue';
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
modelValue?: unknown;
|
|
4
|
+
selected?: unknown;
|
|
5
|
+
multi?: boolean;
|
|
4
6
|
placeholder?: string;
|
|
5
7
|
disabled?: boolean;
|
|
6
|
-
mandatory?: boolean;
|
|
7
|
-
helperText?: string;
|
|
8
|
-
searchPlaceholder?: string;
|
|
9
|
-
isOnTop?: boolean;
|
|
10
|
-
multi?: boolean;
|
|
11
|
-
title?: string;
|
|
12
|
-
inlineSearch?: boolean;
|
|
13
8
|
popperClass?: string;
|
|
14
|
-
noResultsText?: string;
|
|
15
9
|
loading?: boolean;
|
|
16
|
-
|
|
10
|
+
testId?: string;
|
|
11
|
+
isOpen?: boolean;
|
|
12
|
+
options: unknown[] | {
|
|
13
|
+
id: string;
|
|
14
|
+
text: string;
|
|
15
|
+
}[];
|
|
17
16
|
showSelectAll?: boolean;
|
|
18
17
|
defaultOpen?: boolean;
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
keepOpen?: boolean;
|
|
19
|
+
autoSize?: boolean;
|
|
20
|
+
disableKeyboardEvents?: boolean;
|
|
21
|
+
isOnTop?: boolean;
|
|
21
22
|
distance?: number;
|
|
22
|
-
|
|
23
|
+
container?: string;
|
|
24
|
+
flip?: boolean;
|
|
23
25
|
skidding?: number;
|
|
24
26
|
placement?: Placement;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
+
triggerLabel?: string;
|
|
28
|
+
triggerHelperText?: string;
|
|
29
|
+
triggerFeedbackText?: string;
|
|
30
|
+
triggerFeedbackVariant?: "error" | "success" | "warning";
|
|
27
31
|
size?: "sm" | "lg";
|
|
28
|
-
|
|
29
|
-
|
|
32
|
+
mandatory?: boolean;
|
|
33
|
+
inlineSearch?: boolean;
|
|
34
|
+
inlineSearchPlaceholder?: string;
|
|
30
35
|
onSearch?: (option: any, term: string) => boolean;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
autoSize?: boolean;
|
|
36
|
-
disableKeyboardEvents?: boolean;
|
|
36
|
+
noResultsText?: string;
|
|
37
|
+
searchAutoFocus?: boolean;
|
|
38
|
+
onClear?: () => void;
|
|
39
|
+
displayValue: (option: unknown) => string;
|
|
37
40
|
multiOptionsPlaceholderPrefix?: string;
|
|
38
41
|
multiOptionsPlaceholderSuffix?: string;
|
|
39
|
-
|
|
42
|
+
theme?: string;
|
|
40
43
|
darkTheme?: boolean;
|
|
41
|
-
valueToCopy?: string;
|
|
42
44
|
}>, {
|
|
43
45
|
multi: boolean;
|
|
44
|
-
|
|
45
|
-
title: string;
|
|
46
|
+
inlineSearchPlaceholder: string;
|
|
46
47
|
popperClass: string;
|
|
47
48
|
mandatory: boolean;
|
|
48
49
|
selected: any;
|
|
49
50
|
open: boolean;
|
|
50
|
-
showButtonOnOpen: boolean;
|
|
51
51
|
inlineSearch: boolean;
|
|
52
52
|
isOnTop: boolean;
|
|
53
53
|
distance: number;
|
|
54
54
|
skidding: number;
|
|
55
55
|
placement: string;
|
|
56
56
|
noResultsText: string;
|
|
57
|
-
autoFocus: boolean;
|
|
58
57
|
modelValue: any;
|
|
59
58
|
defaultOpen: boolean;
|
|
60
59
|
disabled: boolean;
|
|
61
60
|
placeholder: string;
|
|
62
61
|
size: string;
|
|
63
|
-
clearable: boolean;
|
|
64
62
|
onSearch: () => true;
|
|
65
|
-
|
|
66
|
-
error: string;
|
|
63
|
+
onClear: () => true;
|
|
67
64
|
theme: string;
|
|
68
65
|
container: string;
|
|
69
66
|
flip: boolean;
|
|
@@ -75,6 +72,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
75
72
|
testId: string;
|
|
76
73
|
darkTheme: boolean;
|
|
77
74
|
valueToCopy: string;
|
|
75
|
+
triggerLabel: string;
|
|
76
|
+
triggerHelperText: string;
|
|
77
|
+
triggerFeedbackText: string;
|
|
78
|
+
triggerFeedbackVariant: any;
|
|
79
|
+
searchAutoFocus: boolean;
|
|
78
80
|
}>, {
|
|
79
81
|
selectItem: (option: any, index?: number) => void;
|
|
80
82
|
scrollTo: (index: number) => void;
|
|
@@ -86,69 +88,66 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
86
88
|
apply: (value: unknown) => void;
|
|
87
89
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
88
90
|
modelValue?: unknown;
|
|
91
|
+
selected?: unknown;
|
|
92
|
+
multi?: boolean;
|
|
89
93
|
placeholder?: string;
|
|
90
94
|
disabled?: boolean;
|
|
91
|
-
mandatory?: boolean;
|
|
92
|
-
helperText?: string;
|
|
93
|
-
searchPlaceholder?: string;
|
|
94
|
-
isOnTop?: boolean;
|
|
95
|
-
multi?: boolean;
|
|
96
|
-
title?: string;
|
|
97
|
-
inlineSearch?: boolean;
|
|
98
95
|
popperClass?: string;
|
|
99
|
-
noResultsText?: string;
|
|
100
96
|
loading?: boolean;
|
|
101
|
-
|
|
97
|
+
testId?: string;
|
|
98
|
+
isOpen?: boolean;
|
|
99
|
+
options: unknown[] | {
|
|
100
|
+
id: string;
|
|
101
|
+
text: string;
|
|
102
|
+
}[];
|
|
102
103
|
showSelectAll?: boolean;
|
|
103
104
|
defaultOpen?: boolean;
|
|
104
|
-
|
|
105
|
-
|
|
105
|
+
keepOpen?: boolean;
|
|
106
|
+
autoSize?: boolean;
|
|
107
|
+
disableKeyboardEvents?: boolean;
|
|
108
|
+
isOnTop?: boolean;
|
|
106
109
|
distance?: number;
|
|
107
|
-
|
|
110
|
+
container?: string;
|
|
111
|
+
flip?: boolean;
|
|
108
112
|
skidding?: number;
|
|
109
113
|
placement?: Placement;
|
|
110
|
-
|
|
111
|
-
|
|
114
|
+
triggerLabel?: string;
|
|
115
|
+
triggerHelperText?: string;
|
|
116
|
+
triggerFeedbackText?: string;
|
|
117
|
+
triggerFeedbackVariant?: "error" | "success" | "warning";
|
|
112
118
|
size?: "sm" | "lg";
|
|
113
|
-
|
|
114
|
-
|
|
119
|
+
mandatory?: boolean;
|
|
120
|
+
inlineSearch?: boolean;
|
|
121
|
+
inlineSearchPlaceholder?: string;
|
|
115
122
|
onSearch?: (option: any, term: string) => boolean;
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
autoSize?: boolean;
|
|
121
|
-
disableKeyboardEvents?: boolean;
|
|
123
|
+
noResultsText?: string;
|
|
124
|
+
searchAutoFocus?: boolean;
|
|
125
|
+
onClear?: () => void;
|
|
126
|
+
displayValue: (option: unknown) => string;
|
|
122
127
|
multiOptionsPlaceholderPrefix?: string;
|
|
123
128
|
multiOptionsPlaceholderSuffix?: string;
|
|
124
|
-
|
|
129
|
+
theme?: string;
|
|
125
130
|
darkTheme?: boolean;
|
|
126
|
-
valueToCopy?: string;
|
|
127
131
|
}>, {
|
|
128
132
|
multi: boolean;
|
|
129
|
-
|
|
130
|
-
title: string;
|
|
133
|
+
inlineSearchPlaceholder: string;
|
|
131
134
|
popperClass: string;
|
|
132
135
|
mandatory: boolean;
|
|
133
136
|
selected: any;
|
|
134
137
|
open: boolean;
|
|
135
|
-
showButtonOnOpen: boolean;
|
|
136
138
|
inlineSearch: boolean;
|
|
137
139
|
isOnTop: boolean;
|
|
138
140
|
distance: number;
|
|
139
141
|
skidding: number;
|
|
140
142
|
placement: string;
|
|
141
143
|
noResultsText: string;
|
|
142
|
-
autoFocus: boolean;
|
|
143
144
|
modelValue: any;
|
|
144
145
|
defaultOpen: boolean;
|
|
145
146
|
disabled: boolean;
|
|
146
147
|
placeholder: string;
|
|
147
148
|
size: string;
|
|
148
|
-
clearable: boolean;
|
|
149
149
|
onSearch: () => true;
|
|
150
|
-
|
|
151
|
-
error: string;
|
|
150
|
+
onClear: () => true;
|
|
152
151
|
theme: string;
|
|
153
152
|
container: string;
|
|
154
153
|
flip: boolean;
|
|
@@ -160,6 +159,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
160
159
|
testId: string;
|
|
161
160
|
darkTheme: boolean;
|
|
162
161
|
valueToCopy: string;
|
|
162
|
+
triggerLabel: string;
|
|
163
|
+
triggerHelperText: string;
|
|
164
|
+
triggerFeedbackText: string;
|
|
165
|
+
triggerFeedbackVariant: any;
|
|
166
|
+
searchAutoFocus: boolean;
|
|
163
167
|
}>>> & {
|
|
164
168
|
onApply?: (value: unknown) => any;
|
|
165
169
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
@@ -167,31 +171,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
167
171
|
onOpened?: () => any;
|
|
168
172
|
onClosed?: () => any;
|
|
169
173
|
}, {
|
|
170
|
-
title: string;
|
|
171
174
|
theme: string;
|
|
172
175
|
size: "sm" | "lg";
|
|
173
176
|
testId: string;
|
|
174
|
-
error: string;
|
|
175
177
|
placement: Placement;
|
|
176
178
|
disabled: boolean;
|
|
177
179
|
container: string;
|
|
178
180
|
selected: any;
|
|
181
|
+
mandatory: boolean;
|
|
179
182
|
modelValue: any;
|
|
180
183
|
placeholder: string;
|
|
181
|
-
mandatory: boolean;
|
|
182
|
-
helperText: string;
|
|
183
|
-
searchPlaceholder: string;
|
|
184
184
|
isOnTop: boolean;
|
|
185
185
|
multi: boolean;
|
|
186
186
|
inlineSearch: boolean;
|
|
187
187
|
popperClass: string;
|
|
188
188
|
noResultsText: string;
|
|
189
189
|
defaultOpen: boolean;
|
|
190
|
-
showButtonOnOpen: boolean;
|
|
191
|
-
autoFocus: boolean;
|
|
192
190
|
distance: number;
|
|
193
191
|
skidding: number;
|
|
194
|
-
clearable: boolean;
|
|
195
192
|
onSearch: (option: any, term: string) => boolean;
|
|
196
193
|
flip: boolean;
|
|
197
194
|
keepOpen: boolean;
|
|
@@ -200,15 +197,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
200
197
|
multiOptionsPlaceholderPrefix: string;
|
|
201
198
|
multiOptionsPlaceholderSuffix: string;
|
|
202
199
|
darkTheme: boolean;
|
|
203
|
-
|
|
200
|
+
inlineSearchPlaceholder: string;
|
|
201
|
+
onClear: () => void;
|
|
202
|
+
triggerLabel: string;
|
|
203
|
+
triggerHelperText: string;
|
|
204
|
+
triggerFeedbackText: string;
|
|
205
|
+
triggerFeedbackVariant: "error" | "success" | "warning";
|
|
206
|
+
searchAutoFocus: boolean;
|
|
204
207
|
}>, {
|
|
205
208
|
label?(_: {}): any;
|
|
206
|
-
|
|
207
|
-
open: boolean;
|
|
208
|
-
value: any;
|
|
209
|
-
disabled: boolean;
|
|
210
|
-
}): any;
|
|
211
|
-
image?(_: {}): any;
|
|
209
|
+
"dropdown-trigger"?(_: {}): any;
|
|
212
210
|
"input-list"?(_: {
|
|
213
211
|
open: true;
|
|
214
212
|
}): any;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import o from "./DropdownV4.vue2.js";
|
|
2
2
|
/* empty css *//* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../DropdownV4.
|
|
3
|
+
// import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_34bd23a1_lang.css"; //*');
|
|
4
4
|
// import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; //');
|
|
5
|
-
const r = /* @__PURE__ */ _(o, [["__scopeId", "data-v-
|
|
5
|
+
const r = /* @__PURE__ */ _(o, [["__scopeId", "data-v-34bd23a1"]]);
|
|
6
6
|
export {
|
|
7
7
|
r as default
|
|
8
8
|
};
|