@ironsource/shared-ui 2.1.6-rc.30 → 2.1.6-rc.32
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/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_c700276e_lang.css +1 -0
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_d25514d1_lang.css +1 -0
- package/ChipV4.vue_vue_type_style_index_0_scoped_12c0f396_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_893a203c_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_1df23c31_lang.css +1 -0
- package/SearchV4.vue_vue_type_style_index_0_scoped_a468fb4a_lang.css +1 -0
- package/SkeletonV4.vue_vue_type_style_index_0_scoped_2f3b3470_lang.css +1 -0
- package/SwitchV4.vue_vue_type_style_index_0_scoped_afb0d2d7_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_0_scoped_137fabdf_lang.css +1 -0
- package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +2 -2
- package/components/ThemeWrapper/ThemeWrapper.vue.js +8 -0
- package/components/ThemeWrapper/ThemeWrapper.vue2.js +22 -0
- package/components/ThemeWrapper/index.d.ts +4 -0
- package/components/alert/Alert.vue.js +7 -0
- package/components/alert/Alert.vue2.js +91 -0
- package/components/appHeader/AppHeader.vue.js +7 -0
- package/components/appHeader/AppHeader.vue2.js +85 -0
- package/components/appIcon/AppIcon.vue.js +7 -0
- package/components/appIcon/AppIcon.vue2.js +35 -0
- package/components/appTrigger/AppTrigger.vue.js +7 -0
- package/components/appTrigger/AppTrigger.vue2.js +124 -0
- package/components/autocomplete/Autocomplete.vue.js +7 -0
- package/components/autocomplete/Autocomplete.vue2.js +121 -0
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +7 -0
- package/components/autocompleteDropdown/AutocompleteDropdown.vue2.js +120 -0
- package/components/autocompleteDropdown/AutocompleteInput.vue.js +7 -0
- package/components/autocompleteDropdown/AutocompleteInput.vue2.js +79 -0
- package/components/autocompleteDropdown/GroupOption.vue.js +7 -0
- package/components/autocompleteDropdown/GroupOption.vue2.js +35 -0
- package/components/banner/Banner.vue.js +7 -0
- package/components/banner/Banner.vue2.js +58 -0
- package/components/button/v3/Button.vue.js +7 -0
- package/components/button/v3/Button.vue2.js +59 -0
- package/components/button/v3/ButtonBase.vue.js +7 -0
- package/components/button/v3/ButtonBase.vue2.js +54 -0
- package/components/button/v3/IconButton.vue.js +7 -0
- package/components/button/v3/IconButton.vue2.js +45 -0
- package/components/button/v3/LoaderCircleIcon.vue.js +33 -0
- package/components/button/v3/LoaderCircleIcon.vue2.js +0 -0
- package/components/button/v3/LoaderDotsIcon.vue.js +16 -0
- package/components/button/v3/LoaderDotsIcon.vue2.js +0 -0
- package/components/button/v3/ScrollButton.vue.js +7 -0
- package/components/button/v3/ScrollButton.vue2.js +45 -0
- package/components/button/v4/ButtonV4.vue.js +7 -0
- package/components/button/v4/ButtonV4.vue2.js +90 -0
- package/components/button/v4/IconButtonV4.vue.js +7 -0
- package/components/button/v4/IconButtonV4.vue2.js +35 -0
- package/components/checkbox/v3/Checkbox.vue.js +7 -0
- package/components/checkbox/v3/Checkbox.vue2.js +99 -0
- package/components/checkbox/v3/icons/checked.vue.js +27 -0
- package/components/checkbox/v3/icons/indeterminate.vue.js +28 -0
- package/components/checkbox/v3/icons/unchecked.vue.js +24 -0
- package/components/checkbox/v4/CheckboxV4.vue.d.ts +0 -5
- package/components/checkbox/v4/CheckboxV4.vue.js +7 -0
- package/components/checkbox/v4/CheckboxV4.vue2.js +107 -0
- package/components/checkbox/v4/icons/CheckedDisabledState.vue.d.ts +1 -28
- package/components/checkbox/v4/icons/CheckedDisabledState.vue.js +38 -0
- package/components/checkbox/v4/icons/CheckedState.vue.d.ts +1 -28
- package/components/checkbox/v4/icons/CheckedState.vue.js +38 -0
- package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +40 -0
- package/components/checkbox/v4/icons/IndeterminateState.vue.d.ts +1 -28
- package/components/checkbox/v4/icons/IndeterminateState.vue.js +40 -0
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +30 -0
- package/components/checkbox/v4/icons/UncheckedState.vue.js +32 -0
- package/components/checkbox/v4/index.d.ts +1 -20
- package/components/chip/v3/Chip.vue.js +7 -0
- package/components/chip/v3/Chip.vue2.js +58 -0
- package/components/chip/v4/Chip.types.d.ts +6 -0
- package/components/chip/v4/ChipV4.vue.d.ts +28 -35
- package/components/chip/v4/ChipV4.vue.js +7 -0
- package/components/chip/v4/ChipV4.vue2.js +36 -0
- package/components/chip/v4/index.d.ts +45 -148
- package/components/cssBaseline/CssBaseline.vue.js +10 -0
- package/components/cssBaseline/CssBaseline.vue2.js +0 -0
- package/components/datePicker/DatePicker.vue.js +7 -0
- package/components/datePicker/DatePicker.vue2.js +97 -0
- package/components/datePicker/DatePickerMonth.vue.js +7 -0
- package/components/datePicker/DatePickerMonth.vue2.js +85 -0
- package/components/dateRange/CalendarMonth.vue.js +7 -0
- package/components/dateRange/CalendarMonth.vue2.js +244 -0
- package/components/dateRange/DateRange.vue.js +7 -0
- package/components/dateRange/DateRange.vue2.js +417 -0
- package/components/dialog/v3/Dialog.vue.js +7 -0
- package/components/dialog/v3/Dialog.vue2.js +137 -0
- package/components/dialog/v4/DialogV4.vue.js +7 -0
- package/components/dialog/v4/DialogV4.vue2.js +155 -0
- package/components/dropdown/v3/Dropdown.vue.js +8 -0
- package/components/dropdown/v3/Dropdown.vue2.js +394 -0
- package/components/dropdown/v3/Label.vue.js +7 -0
- package/components/dropdown/v3/Label.vue2.js +36 -0
- package/components/dropdown/v3/Option.vue.js +7 -0
- package/components/dropdown/v3/Option.vue2.js +94 -0
- package/components/dropdown/v3/SearchInput.vue.js +7 -0
- package/components/dropdown/v3/SearchInput.vue2.js +82 -0
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +183 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +36 -0
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +50 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +73 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +115 -0
- package/components/dropdown/v4/DropdownV4.vue.js +8 -0
- package/components/dropdown/v4/DropdownV4.vue2.js +415 -0
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +19 -0
- package/components/dropdown/v4/OptionV4.vue.js +7 -0
- package/components/dropdown/v4/OptionV4.vue2.js +145 -0
- package/components/emptyState/v3/EmptyState.vue.js +7 -0
- package/components/emptyState/v3/EmptyState.vue2.js +91 -0
- package/components/emptyState/v3/EmptyStateIcon.vue.js +35 -0
- package/components/emptyState/v3/EmptyStateIcon.vue2.js +0 -0
- package/components/emptyState/v4/EmptyStateV4.vue.js +7 -0
- package/components/emptyState/v4/EmptyStateV4.vue2.js +80 -0
- package/components/emptyState/v4/icons/IconError.vue.js +16 -0
- package/components/emptyState/v4/icons/IconFiles.vue.js +16 -0
- package/components/emptyState/v4/icons/IconNoAccess.vue.js +16 -0
- package/components/emptyState/v4/icons/IconNoData.vue.js +16 -0
- package/components/emptyState/v4/icons/IconNoResults.vue.js +16 -0
- package/components/emptyState/v4/icons/IconSettings.vue.js +16 -0
- package/components/filterDropdown/AddFilterButton.vue.js +7 -0
- package/components/filterDropdown/AddFilterButton.vue2.js +50 -0
- package/components/filterDropdown/FilterDropdown.vue.js +7 -0
- package/components/filterDropdown/FilterDropdown.vue2.js +56 -0
- package/components/filtersPanel/v3/FilterSearchInput.vue.js +7 -0
- package/components/filtersPanel/v3/FilterSearchInput.vue2.js +45 -0
- package/components/filtersPanel/v3/FiltersPanel.vue.js +7 -0
- package/components/filtersPanel/v3/FiltersPanel.vue2.js +40 -0
- package/components/filtersPanel/v4/FiltersPanelV4.vue.js +7 -0
- package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +23 -0
- package/components/floatingToolbar/FloatingToolbar.vue.d.ts +1 -1
- package/components/floatingToolbar/FloatingToolbar.vue.js +7 -0
- package/components/floatingToolbar/FloatingToolbar.vue2.js +70 -0
- package/components/floatingToolbar/index.d.ts +20 -20
- package/components/forms/CardPanel.vue.js +7 -0
- package/components/forms/CardPanel.vue2.js +37 -0
- package/components/forms/FormCard.vue.js +7 -0
- package/components/forms/FormCard.vue2.js +100 -0
- package/components/forms/FormField.vue.js +7 -0
- package/components/forms/FormField.vue2.js +17 -0
- package/components/forms/FormRow.vue.js +7 -0
- package/components/forms/FormRow.vue2.js +34 -0
- package/components/icon/v3/Icon.vue.js +7 -0
- package/components/icon/v3/Icon.vue2.js +38 -0
- package/components/icon/v3/icons/A.vue.js +24 -0
- package/components/icon/v3/icons/A2.vue.js +18 -0
- package/components/icon/v3/icons/ABTest.vue.js +20 -0
- package/components/icon/v3/icons/ABTest2.vue.js +15 -0
- package/components/icon/v3/icons/ACircle.vue.js +20 -0
- package/components/icon/v3/icons/AccountBalanceWallet.vue.js +22 -0
- package/components/icon/v3/icons/AccountCircle.vue.js +20 -0
- package/components/icon/v3/icons/AccountCircleOutline.vue.js +18 -0
- package/components/icon/v3/icons/Add.vue.js +18 -0
- package/components/icon/v3/icons/Adjust.vue.js +43 -0
- package/components/icon/v3/icons/Analytics.vue.js +18 -0
- package/components/icon/v3/icons/Android.vue.js +20 -0
- package/components/icon/v3/icons/AngleDown.vue.js +20 -0
- package/components/icon/v3/icons/AngleLeft.vue.js +20 -0
- package/components/icon/v3/icons/AngleRight.vue.js +20 -0
- package/components/icon/v3/icons/AngleUp.vue.js +20 -0
- package/components/icon/v3/icons/AppStore.vue.js +21 -0
- package/components/icon/v3/icons/AreaChart.vue.js +18 -0
- package/components/icon/v3/icons/ArrowBack.vue.js +18 -0
- package/components/icon/v3/icons/ArrowDownward.vue.js +18 -0
- package/components/icon/v3/icons/ArrowForward.vue.js +18 -0
- package/components/icon/v3/icons/ArrowLeft.vue.js +18 -0
- package/components/icon/v3/icons/ArrowRight.vue.js +18 -0
- package/components/icon/v3/icons/ArrowSort-Down.vue.js +20 -0
- package/components/icon/v3/icons/ArrowSort-Up.vue.js +20 -0
- package/components/icon/v3/icons/ArrowUpward.vue.js +18 -0
- package/components/icon/v3/icons/AutoAwesome.vue.js +18 -0
- package/components/icon/v3/icons/AutoMode.vue.js +20 -0
- package/components/icon/v3/icons/Autorenew.vue.js +18 -0
- package/components/icon/v3/icons/B.vue.js +24 -0
- package/components/icon/v3/icons/B2.vue.js +18 -0
- package/components/icon/v3/icons/BCircle.vue.js +20 -0
- package/components/icon/v3/icons/Banner.vue.js +24 -0
- package/components/icon/v3/icons/Bidding.vue.js +32 -0
- package/components/icon/v3/icons/Bidding2.vue.js +32 -0
- package/components/icon/v3/icons/Block.vue.js +18 -0
- package/components/icon/v3/icons/BorderColor.vue.js +20 -0
- package/components/icon/v3/icons/Bug.vue.js +20 -0
- package/components/icon/v3/icons/Bullhorn.vue.js +18 -0
- package/components/icon/v3/icons/BullseyeArrow.vue.js +23 -0
- package/components/icon/v3/icons/Cached.vue.js +18 -0
- package/components/icon/v3/icons/Calendar.vue.js +23 -0
- package/components/icon/v3/icons/CalendarToday.vue.js +18 -0
- package/components/icon/v3/icons/Cancel.vue.js +20 -0
- package/components/icon/v3/icons/ChartBar.vue.js +20 -0
- package/components/icon/v3/icons/ChartLine.vue.js +20 -0
- package/components/icon/v3/icons/ChartMixed.vue.js +20 -0
- package/components/icon/v3/icons/Check.vue.js +18 -0
- package/components/icon/v3/icons/Check2.vue.js +21 -0
- package/components/icon/v3/icons/CheckBold.vue.js +20 -0
- package/components/icon/v3/icons/CheckCircle.vue.js +21 -0
- package/components/icon/v3/icons/Close.vue.js +18 -0
- package/components/icon/v3/icons/CloseBold.vue.js +18 -0
- package/components/icon/v3/icons/ComputerMouse.vue.js +23 -0
- package/components/icon/v3/icons/CopyTo-Clipboard.vue.js +20 -0
- package/components/icon/v3/icons/CopyToClipboardFilled.vue.js +18 -0
- package/components/icon/v3/icons/Create.vue.js +20 -0
- package/components/icon/v3/icons/Creative.vue.js +20 -0
- package/components/icon/v3/icons/Cross.vue.js +20 -0
- package/components/icon/v3/icons/CrownFill.vue.js +18 -0
- package/components/icon/v3/icons/Cube.vue.js +21 -0
- package/components/icon/v3/icons/CubeBackground.vue.js +27 -0
- package/components/icon/v3/icons/Cup.vue.js +18 -0
- package/components/icon/v3/icons/CupA.vue.js +15 -0
- package/components/icon/v3/icons/CupB.vue.js +15 -0
- package/components/icon/v3/icons/Delete.vue.js +20 -0
- package/components/icon/v3/icons/Diamond.vue.js +18 -0
- package/components/icon/v3/icons/Dots.vue.js +20 -0
- package/components/icon/v3/icons/Download.vue.js +20 -0
- package/components/icon/v3/icons/Download2.vue.js +23 -0
- package/components/icon/v3/icons/DownloadDone.vue.js +20 -0
- package/components/icon/v3/icons/DragIndicator.vue.js +18 -0
- package/components/icon/v3/icons/Duplicate.vue.js +19 -0
- package/components/icon/v3/icons/Ecpi.vue.js +31 -0
- package/components/icon/v3/icons/Email.vue.js +20 -0
- package/components/icon/v3/icons/EmailEnvelope.vue.js +18 -0
- package/components/icon/v3/icons/Error.vue.js +20 -0
- package/components/icon/v3/icons/Eye.vue.js +22 -0
- package/components/icon/v3/icons/Eye2.vue.js +19 -0
- package/components/icon/v3/icons/EyeSlash.vue.js +21 -0
- package/components/icon/v3/icons/FavoriteBorder.vue.js +20 -0
- package/components/icon/v3/icons/Filter.vue.js +20 -0
- package/components/icon/v3/icons/FilterList.vue.js +18 -0
- package/components/icon/v3/icons/FiltersSearch.vue.js +41 -0
- package/components/icon/v3/icons/Frame.vue.js +20 -0
- package/components/icon/v3/icons/Fullscreen.vue.js +20 -0
- package/components/icon/v3/icons/FullscreenExit.vue.js +20 -0
- package/components/icon/v3/icons/Functions.vue.js +18 -0
- package/components/icon/v3/icons/GamepadAlt.vue.js +20 -0
- package/components/icon/v3/icons/Games.vue.js +20 -0
- package/components/icon/v3/icons/Gavel.vue.js +20 -0
- package/components/icon/v3/icons/Gift.vue.js +20 -0
- package/components/icon/v3/icons/GitHub.vue.js +20 -0
- package/components/icon/v3/icons/GlobeStand.vue.js +20 -0
- package/components/icon/v3/icons/GooglePlay.vue.js +18 -0
- package/components/icon/v3/icons/Group.vue.js +20 -0
- package/components/icon/v3/icons/Hammer.vue.js +20 -0
- package/components/icon/v3/icons/HandPointer.vue.js +22 -0
- package/components/icon/v3/icons/Hands.vue.js +20 -0
- package/components/icon/v3/icons/Heartbeat.vue.js +20 -0
- package/components/icon/v3/icons/Help.vue.js +20 -0
- package/components/icon/v3/icons/HelpOutline.vue.js +20 -0
- package/components/icon/v3/icons/History.vue.js +18 -0
- package/components/icon/v3/icons/IOS.vue.js +20 -0
- package/components/icon/v3/icons/Image.vue.js +18 -0
- package/components/icon/v3/icons/ImageNotSupported.vue.js +23 -0
- package/components/icon/v3/icons/ImageSlash.vue.js +18 -0
- package/components/icon/v3/icons/ImportExport.vue.js +18 -0
- package/components/icon/v3/icons/ImportExport2.vue.js +18 -0
- package/components/icon/v3/icons/Importent.vue.js +20 -0
- package/components/icon/v3/icons/Info.vue.js +20 -0
- package/components/icon/v3/icons/Info2.vue.js +21 -0
- package/components/icon/v3/icons/InfoOutline.vue.js +20 -0
- package/components/icon/v3/icons/Insights.vue.js +20 -0
- package/components/icon/v3/icons/Interstitial.vue.js +24 -0
- package/components/icon/v3/icons/Ios14.vue.js +20 -0
- package/components/icon/v3/icons/Js.vue.js +20 -0
- package/components/icon/v3/icons/Landscape.vue.js +18 -0
- package/components/icon/v3/icons/Launch.vue.js +18 -0
- package/components/icon/v3/icons/Levelplay.vue.js +32 -0
- package/components/icon/v3/icons/LimitCircle.vue.js +23 -0
- package/components/icon/v3/icons/LimitOctagon.vue.js +23 -0
- package/components/icon/v3/icons/Link.vue.js +18 -0
- package/components/icon/v3/icons/LoadingClean.vue.js +18 -0
- package/components/icon/v3/icons/Lock.vue.js +18 -0
- package/components/icon/v3/icons/LockOpen.vue.js +18 -0
- package/components/icon/v3/icons/Login.vue.js +18 -0
- package/components/icon/v3/icons/Logout.vue.js +18 -0
- package/components/icon/v3/icons/Marketing.vue.js +23 -0
- package/components/icon/v3/icons/MilitaryTech.vue.js +18 -0
- package/components/icon/v3/icons/Mix.vue.js +20 -0
- package/components/icon/v3/icons/Mix2.vue.js +24 -0
- package/components/icon/v3/icons/MobileLandscape.vue.js +20 -0
- package/components/icon/v3/icons/MobilePortrait.vue.js +20 -0
- package/components/icon/v3/icons/MoneyCheck.vue.js +22 -0
- package/components/icon/v3/icons/MoreHoriz.vue.js +20 -0
- package/components/icon/v3/icons/MoreVert.vue.js +20 -0
- package/components/icon/v3/icons/Mouse.vue.js +20 -0
- package/components/icon/v3/icons/MousePointer.vue.js +20 -0
- package/components/icon/v3/icons/MovingUp.vue.js +18 -0
- package/components/icon/v3/icons/NativeAd.vue.js +15 -0
- package/components/icon/v3/icons/NotificationsNone.vue.js +20 -0
- package/components/icon/v3/icons/Offerwall.vue.js +24 -0
- package/components/icon/v3/icons/Palyable.vue.js +18 -0
- package/components/icon/v3/icons/PaperPlane-Off.vue.js +20 -0
- package/components/icon/v3/icons/PaperPlane.vue.js +20 -0
- package/components/icon/v3/icons/Pause.vue.js +20 -0
- package/components/icon/v3/icons/PauseCircleFilled.vue.js +20 -0
- package/components/icon/v3/icons/PauseCircleOutline.vue.js +20 -0
- package/components/icon/v3/icons/PhoneIphone.vue.js +18 -0
- package/components/icon/v3/icons/Photo.vue.js +23 -0
- package/components/icon/v3/icons/Photo2.vue.js +20 -0
- package/components/icon/v3/icons/PlayArrow.vue.js +18 -0
- package/components/icon/v3/icons/PlayCircleFilledWhite.vue.js +20 -0
- package/components/icon/v3/icons/PlayCircleOutline.vue.js +20 -0
- package/components/icon/v3/icons/Qrcode.vue.js +20 -0
- package/components/icon/v3/icons/Question.vue.js +21 -0
- package/components/icon/v3/icons/QuickAB.vue.js +15 -0
- package/components/icon/v3/icons/QuickAB2.vue.js +15 -0
- package/components/icon/v3/icons/React.vue.js +20 -0
- package/components/icon/v3/icons/Redo.vue.js +18 -0
- package/components/icon/v3/icons/Refresh.vue.js +18 -0
- package/components/icon/v3/icons/Remove.vue.js +18 -0
- package/components/icon/v3/icons/Replay.vue.js +18 -0
- package/components/icon/v3/icons/RewardedVideo.vue.js +24 -0
- package/components/icon/v3/icons/RocketLaunch.vue.js +18 -0
- package/components/icon/v3/icons/Rotate.vue.js +20 -0
- package/components/icon/v3/icons/Route.vue.js +20 -0
- package/components/icon/v3/icons/SackDollar.vue.js +23 -0
- package/components/icon/v3/icons/Schedule.vue.js +18 -0
- package/components/icon/v3/icons/Search.vue.js +18 -0
- package/components/icon/v3/icons/SearchBold.vue.js +20 -0
- package/components/icon/v3/icons/Share.vue.js +18 -0
- package/components/icon/v3/icons/Slack.vue.js +18 -0
- package/components/icon/v3/icons/SportsEsports.vue.js +18 -0
- package/components/icon/v3/icons/Star.vue.js +20 -0
- package/components/icon/v3/icons/StarFill.vue.js +20 -0
- package/components/icon/v3/icons/StatusBanner.vue.js +26 -0
- package/components/icon/v3/icons/StatusInterstitial.vue.js +26 -0
- package/components/icon/v3/icons/StatusNativeAd.vue.js +15 -0
- package/components/icon/v3/icons/StatusOfferwall.vue.js +26 -0
- package/components/icon/v3/icons/StatusRewardedVideo.vue.js +26 -0
- package/components/icon/v3/icons/StopCircleFilled.vue.js +18 -0
- package/components/icon/v3/icons/StopCircleOutline.vue.js +18 -0
- package/components/icon/v3/icons/Style.vue.js +22 -0
- package/components/icon/v3/icons/Success.vue.js +20 -0
- package/components/icon/v3/icons/SuccessFull.vue.js +20 -0
- package/components/icon/v3/icons/Switch.vue.js +20 -0
- package/components/icon/v3/icons/TableEdit.vue.js +18 -0
- package/components/icon/v3/icons/TabletLandscape.vue.js +20 -0
- package/components/icon/v3/icons/TabletMac.vue.js +18 -0
- package/components/icon/v3/icons/TabletPortrait.vue.js +20 -0
- package/components/icon/v3/icons/Texture.vue.js +20 -0
- package/components/icon/v3/icons/ThemeDark.vue.js +18 -0
- package/components/icon/v3/icons/ThemeLight.vue.js +18 -0
- package/components/icon/v3/icons/Timelapse.vue.js +18 -0
- package/components/icon/v3/icons/Timeline.vue.js +18 -0
- package/components/icon/v3/icons/TrendingDown.vue.js +18 -0
- package/components/icon/v3/icons/TrendingFlat.vue.js +18 -0
- package/components/icon/v3/icons/TrendingUp.vue.js +18 -0
- package/components/icon/v3/icons/Tune.vue.js +20 -0
- package/components/icon/v3/icons/TwoToneBanner.vue.js +28 -0
- package/components/icon/v3/icons/TwoToneInterstitial.vue.js +28 -0
- package/components/icon/v3/icons/TwoToneNativeAd.vue.js +15 -0
- package/components/icon/v3/icons/TwoToneOfferwall.vue.js +24 -0
- package/components/icon/v3/icons/TwoToneRewardedVideo.vue.js +30 -0
- package/components/icon/v3/icons/Undo.vue.js +18 -0
- package/components/icon/v3/icons/UnfoldLess.vue.js +20 -0
- package/components/icon/v3/icons/UnfoldMore.vue.js +20 -0
- package/components/icon/v3/icons/VerticalAlignTop.vue.js +18 -0
- package/components/icon/v3/icons/VerticalAlignTop2.vue.js +18 -0
- package/components/icon/v3/icons/Vibration.vue.js +20 -0
- package/components/icon/v3/icons/VideoRound.vue.js +20 -0
- package/components/icon/v3/icons/ViewCarousel.vue.js +18 -0
- package/components/icon/v3/icons/Visibility.vue.js +18 -0
- package/components/icon/v3/icons/VisibilityOff.vue.js +18 -0
- package/components/icon/v3/icons/VisibilityOffStrok.vue.js +18 -0
- package/components/icon/v3/icons/VisibilityStrok.vue.js +18 -0
- package/components/icon/v3/icons/VolumeOff.vue.js +20 -0
- package/components/icon/v3/icons/VolumeUp.vue.js +20 -0
- package/components/icon/v3/icons/Warning.vue.js +18 -0
- package/components/icon/v3/icons/Warning2.vue.js +20 -0
- package/components/icon/v3/icons/Warning3.vue.js +21 -0
- package/components/icon/v3/icons/WarningCircle.vue.js +21 -0
- package/components/icon/v3/icons/WarningOctagon.vue.js +21 -0
- package/components/icon/v3/icons/WebApp.vue.js +18 -0
- package/components/icon/v3/icons/Widget.vue.js +22 -0
- package/components/icon/v3/icons/Widgets.vue.js +18 -0
- package/components/icon/v3/icons/WidgetsFill.vue.js +18 -0
- package/components/icon/v3/icons/WidgetsFlatSquares.vue.js +49 -0
- package/components/icon/v3/icons/Widgetsz.vue.js +25 -0
- package/components/icon/v3/icons/WifiProtectedSetup.vue.js +20 -0
- package/components/icon/v4/IconV4.vue.js +7 -0
- package/components/icon/v4/IconV4.vue2.js +64 -0
- package/components/includeExclude/IncludeExclude.vue.js +7 -0
- package/components/includeExclude/IncludeExclude.vue2.js +431 -0
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +7 -0
- package/components/includeExclude/IncludeExcludeAppHeader.vue2.js +116 -0
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +7 -0
- package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +109 -0
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +7 -0
- package/components/includeExclude/IncludeExcludeChipFilter.vue2.js +149 -0
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +7 -0
- package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +466 -0
- package/components/includeExclude/IncludeExcludeOption.vue.js +7 -0
- package/components/includeExclude/IncludeExcludeOption.vue2.js +115 -0
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +7 -0
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +106 -0
- package/components/inlineCopy/InlineCopy.vue.js +7 -0
- package/components/inlineCopy/InlineCopy.vue2.js +71 -0
- package/components/input/v3/DollarInput.vue.js +7 -0
- package/components/input/v3/DollarInput.vue2.js +32 -0
- package/components/input/v3/Input.vue.js +7 -0
- package/components/input/v3/Input.vue2.js +211 -0
- package/components/input/v3/PasswordInput.vue.js +7 -0
- package/components/input/v3/PasswordInput.vue2.js +34 -0
- package/components/input/v3/PercentageInput.vue.js +7 -0
- package/components/input/v3/PercentageInput.vue2.js +32 -0
- package/components/input/v4/TextField.vue.js +7 -0
- package/components/input/v4/TextField.vue2.js +215 -0
- package/components/layout/FoldableSection.vue.js +7 -0
- package/components/layout/FoldableSection.vue2.js +60 -0
- package/components/loader/v4/Loader.vue.js +7 -0
- package/components/loader/v4/Loader.vue2.js +48 -0
- package/components/menu/Menu.vue.js +8 -0
- package/components/menu/Menu.vue2.js +62 -0
- package/components/menuItem/MenuItem.vue.js +7 -0
- package/components/menuItem/MenuItem.vue2.js +23 -0
- package/components/multibar/MultiBar.vue.js +7 -0
- package/components/multibar/MultiBar.vue2.js +103 -0
- package/components/multibar/MultiBarMenu.vue.js +7 -0
- package/components/multibar/MultiBarMenu.vue2.js +58 -0
- package/components/popover/Popover.vue.js +8 -0
- package/components/popover/Popover.vue2.js +38 -0
- package/components/radioButton/v3/RadioButton.vue.js +7 -0
- package/components/radioButton/v3/RadioButton.vue2.js +79 -0
- package/components/radioButton/v3/RadioGroup.vue.js +7 -0
- package/components/radioButton/v3/RadioGroup.vue2.js +29 -0
- package/components/radioButton/v4/RadioButtonV4.vue.js +7 -0
- package/components/radioButton/v4/RadioButtonV4.vue2.js +67 -0
- package/components/radioButton/v4/RadioGroupV4.vue.js +7 -0
- package/components/radioButton/v4/RadioGroupV4.vue2.js +29 -0
- package/components/search/v3/Search.vue.js +7 -0
- package/components/search/v3/Search.vue2.js +62 -0
- package/components/search/v4/SearchV4.vue.d.ts +2 -2
- package/components/search/v4/SearchV4.vue.js +7 -0
- package/components/search/v4/SearchV4.vue2.js +58 -0
- package/components/search/v4/index.d.ts +2 -0
- package/components/shared/FieldHelpText.vue.js +7 -0
- package/components/shared/FieldHelpText.vue2.js +43 -0
- package/components/shared/FieldLabel.vue.js +7 -0
- package/components/shared/FieldLabel.vue2.js +78 -0
- package/components/shared/FieldMaxLength.vue.js +7 -0
- package/components/shared/FieldMaxLength.vue2.js +24 -0
- package/components/skeleton/v3/Skeleton.vue.js +7 -0
- package/components/skeleton/v3/Skeleton.vue2.js +18 -0
- package/components/skeleton/v4/SkeletonV4.vue.js +7 -0
- package/components/skeleton/v4/SkeletonV4.vue2.js +23 -0
- package/components/snackbar/v3/Snackbar.vue.js +7 -0
- package/components/snackbar/v3/Snackbar.vue2.js +129 -0
- package/components/snackbar/v4/SnackbarV4.vue.js +7 -0
- package/components/snackbar/v4/SnackbarV4.vue2.js +138 -0
- package/components/statusDot/StatusDot.vue.js +7 -0
- package/components/statusDot/StatusDot.vue2.js +15 -0
- package/components/switch/v3/Switch.vue.js +7 -0
- package/components/switch/v3/Switch.vue2.js +69 -0
- package/components/switch/v4/SwitchV4.vue.d.ts +20 -10
- package/components/switch/v4/SwitchV4.vue.js +7 -0
- package/components/switch/v4/SwitchV4.vue2.js +69 -0
- package/components/switch/v4/index.d.ts +124 -27
- package/components/table/v3/SortOrderIcon.vue.js +21 -0
- package/components/table/v3/SortOrderIcon.vue2.js +0 -0
- package/components/table/v3/Table.vue.js +7 -0
- package/components/table/v3/Table.vue2.js +248 -0
- package/components/table/v3/TableHeaderSorter.vue.js +7 -0
- package/components/table/v3/TableHeaderSorter.vue2.js +23 -0
- package/components/table/v4/DataGrid.vue.js +7 -0
- package/components/table/v4/DataGrid.vue2.js +334 -0
- package/components/table/v4/DataGridMenu.vue.js +7 -0
- package/components/table/v4/DataGridMenu.vue2.js +62 -0
- package/components/table/v4/DataGridRowsCounter.vue.js +7 -0
- package/components/table/v4/DataGridRowsCounter.vue2.js +45 -0
- package/components/table/v4/ExpandRowToggle.vue.js +7 -0
- package/components/table/v4/ExpandRowToggle.vue2.js +24 -0
- package/components/table/v4/HelpIcon.vue.js +7 -0
- package/components/table/v4/HelpIcon.vue2.js +32 -0
- package/components/table/v4/SortIcon.vue.js +7 -0
- package/components/table/v4/SortIcon.vue2.js +24 -0
- package/components/table-cells/v3/Editable.vue.js +7 -0
- package/components/table-cells/v3/Editable.vue2.js +43 -0
- package/components/table-cells/v4/EditableV4.vue.js +7 -0
- package/components/table-cells/v4/EditableV4.vue2.js +54 -0
- package/components/tabs/v3/Tabs.vue.js +7 -0
- package/components/tabs/v3/Tabs.vue2.js +85 -0
- package/components/tabs/v4/TabsV4.vue.js +7 -0
- package/components/tabs/v4/TabsV4.vue2.js +75 -0
- package/components/textArea/v3/TextArea.vue.js +7 -0
- package/components/textArea/v3/TextArea.vue2.js +65 -0
- package/components/textArea/v4/TextAreaV4.vue.js +7 -0
- package/components/textArea/v4/TextAreaV4.vue2.js +74 -0
- package/components/toggle/v3/Toggle.vue.d.ts +1 -1
- package/components/toggle/v3/Toggle.vue.js +7 -0
- package/components/toggle/v3/Toggle.vue2.js +95 -0
- package/components/toggle/v3/index.d.ts +9 -9
- package/components/toggle/v4/ToggleV4.vue.d.ts +1 -1
- package/components/toggle/v4/ToggleV4.vue.js +7 -0
- package/components/toggle/v4/ToggleV4.vue2.js +95 -0
- package/components/toggle/v4/index.d.ts +20 -20
- package/components/tooltip/v3/TextWithTitleContent.vue.js +7 -0
- package/components/tooltip/v3/TextWithTitleContent.vue2.js +46 -0
- package/components/tooltip/v3/Tooltip.vue.js +8 -0
- package/components/tooltip/v3/Tooltip.vue2.js +87 -0
- package/components/tooltip/v4/TextWithTitleContent.vue.js +7 -0
- package/components/tooltip/v4/TextWithTitleContent.vue2.js +36 -0
- package/components/tooltip/v4/TooltipV4.vue.js +8 -0
- package/components/tooltip/v4/TooltipV4.vue2.js +70 -0
- package/components/typography/Heading.vue.js +7 -0
- package/components/typography/Heading.vue2.js +25 -0
- package/components/typography/Text.vue.js +7 -0
- package/components/typography/Text.vue2.js +23 -0
- package/components/typography/v4/Typography.vue.js +7 -0
- package/components/typography/v4/Typography.vue2.js +58 -0
- package/index.d.ts +268 -307
- package/index.js +209 -0
- package/package.json +1 -5
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_092d0e03_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_f06a4764_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_88d4532f_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_efc608f9_lang.css +0 -1
- package/ChartLoader.vue_vue_type_style_index_0_scoped_142c444a_lang.css +0 -1
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_ec636f18_lang.css +0 -1
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_8e5b619a_lang.css +0 -1
- package/ChipV4.vue_vue_type_style_index_0_scoped_78d7c9c0_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_6a7b3795_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_89b98201_lang.css +0 -1
- package/SearchV4.vue_vue_type_style_index_0_scoped_d6c42f4b_lang.css +0 -1
- package/SkeletonV4.vue_vue_type_style_index_0_scoped_93ae1260_lang.css +0 -1
- package/SwitchV4.vue_vue_type_style_index_0_scoped_c2e356f5_lang.css +0 -1
- package/ThemeWrapper.vue_vue_type_style_index_0_scoped_b62ee695_lang.css +0 -1
- package/components/chart/Chart.vue.d.ts +0 -111
- package/components/chart/ChartHeader.vue.d.ts +0 -44
- package/components/chart/ChartLegend.vue.d.ts +0 -49
- package/components/chart/ChartLoader.vue.d.ts +0 -2
- package/components/chart/ChartTooltip.vue.d.ts +0 -56
- package/components/chart/composables/useChartValues.d.ts +0 -12
- package/components/chart/composables/useTooltipPosition.d.ts +0 -8
- package/components/chart/consts.d.ts +0 -12
- package/components/chart/index.d.ts +0 -161
- package/components/chart/mockData.d.ts +0 -24
- package/components/chart/plugins/HoverVerticalLine.d.ts +0 -4
- package/components/chart/types.d.ts +0 -39
- package/components/chart/utils/formatNumber.d.ts +0 -2
- package/components/chart/utils/utils.d.ts +0 -3
- package/src/components/ThemeWrapper/ThemeWrapper.vue.js +0 -8
- package/src/components/ThemeWrapper/ThemeWrapper.vue2.js +0 -22
- package/src/components/alert/Alert.vue.js +0 -7
- package/src/components/alert/Alert.vue2.js +0 -91
- package/src/components/appHeader/AppHeader.vue.js +0 -7
- package/src/components/appHeader/AppHeader.vue2.js +0 -85
- package/src/components/appIcon/AppIcon.vue.js +0 -7
- package/src/components/appIcon/AppIcon.vue2.js +0 -35
- package/src/components/appTrigger/AppTrigger.vue.js +0 -7
- package/src/components/appTrigger/AppTrigger.vue2.js +0 -124
- package/src/components/autocomplete/Autocomplete.vue.js +0 -7
- package/src/components/autocomplete/Autocomplete.vue2.js +0 -121
- package/src/components/autocompleteDropdown/AutocompleteDropdown.vue.js +0 -7
- package/src/components/autocompleteDropdown/AutocompleteDropdown.vue2.js +0 -120
- package/src/components/autocompleteDropdown/AutocompleteInput.vue.js +0 -7
- package/src/components/autocompleteDropdown/AutocompleteInput.vue2.js +0 -79
- package/src/components/autocompleteDropdown/GroupOption.vue.js +0 -7
- package/src/components/autocompleteDropdown/GroupOption.vue2.js +0 -35
- package/src/components/banner/Banner.vue.js +0 -7
- package/src/components/banner/Banner.vue2.js +0 -58
- package/src/components/button/v3/Button.vue.js +0 -7
- package/src/components/button/v3/Button.vue2.js +0 -59
- package/src/components/button/v3/ButtonBase.vue.js +0 -7
- package/src/components/button/v3/ButtonBase.vue2.js +0 -54
- package/src/components/button/v3/IconButton.vue.js +0 -7
- package/src/components/button/v3/IconButton.vue2.js +0 -45
- package/src/components/button/v3/LoaderCircleIcon.vue.js +0 -33
- package/src/components/button/v3/LoaderDotsIcon.vue.js +0 -16
- package/src/components/button/v3/ScrollButton.vue.js +0 -7
- package/src/components/button/v3/ScrollButton.vue2.js +0 -45
- package/src/components/button/v4/ButtonV4.vue.js +0 -7
- package/src/components/button/v4/ButtonV4.vue2.js +0 -90
- package/src/components/button/v4/IconButtonV4.vue.js +0 -7
- package/src/components/button/v4/IconButtonV4.vue2.js +0 -35
- package/src/components/chart/Chart.vue.js +0 -7
- package/src/components/chart/Chart.vue2.js +0 -281
- package/src/components/chart/ChartHeader.vue.js +0 -7
- package/src/components/chart/ChartHeader.vue2.js +0 -51
- package/src/components/chart/ChartLegend.vue.js +0 -7
- package/src/components/chart/ChartLegend.vue2.js +0 -65
- package/src/components/chart/ChartLoader.vue.js +0 -25
- package/src/components/chart/ChartTooltip.vue.js +0 -7
- package/src/components/chart/ChartTooltip.vue2.js +0 -81
- package/src/components/chart/composables/useChartValues.js +0 -32
- package/src/components/chart/composables/useTooltipPosition.js +0 -22
- package/src/components/chart/consts.js +0 -21
- package/src/components/chart/index.js +0 -6
- package/src/components/chart/plugins/HoverVerticalLine.js +0 -12
- package/src/components/chart/types.js +0 -4
- package/src/components/chart/utils/formatNumber.js +0 -11
- package/src/components/chart/utils/utils.js +0 -12
- package/src/components/checkbox/v3/Checkbox.vue.js +0 -7
- package/src/components/checkbox/v3/Checkbox.vue2.js +0 -99
- package/src/components/checkbox/v3/icons/checked.vue.js +0 -27
- package/src/components/checkbox/v3/icons/indeterminate.vue.js +0 -28
- package/src/components/checkbox/v3/icons/unchecked.vue.js +0 -24
- package/src/components/checkbox/v4/CheckboxV4.vue.js +0 -7
- package/src/components/checkbox/v4/CheckboxV4.vue2.js +0 -111
- package/src/components/checkbox/v4/icons/CheckedDisabledState.vue.js +0 -45
- package/src/components/checkbox/v4/icons/CheckedDisabledState.vue2.js +0 -4
- package/src/components/checkbox/v4/icons/CheckedState.vue.js +0 -42
- package/src/components/checkbox/v4/icons/CheckedState.vue2.js +0 -4
- package/src/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +0 -40
- package/src/components/checkbox/v4/icons/IndeterminateState.vue.js +0 -44
- package/src/components/checkbox/v4/icons/IndeterminateState.vue2.js +0 -4
- package/src/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +0 -30
- package/src/components/checkbox/v4/icons/UncheckedState.vue.js +0 -32
- package/src/components/chip/v3/Chip.vue.js +0 -7
- package/src/components/chip/v3/Chip.vue2.js +0 -58
- package/src/components/chip/v4/ChipV4.vue.js +0 -7
- package/src/components/chip/v4/ChipV4.vue2.js +0 -67
- package/src/components/cssBaseline/CssBaseline.vue.js +0 -10
- package/src/components/datePicker/DatePicker.vue.js +0 -7
- package/src/components/datePicker/DatePicker.vue2.js +0 -97
- package/src/components/datePicker/DatePickerMonth.vue.js +0 -7
- package/src/components/datePicker/DatePickerMonth.vue2.js +0 -85
- package/src/components/dateRange/CalendarMonth.vue.js +0 -7
- package/src/components/dateRange/CalendarMonth.vue2.js +0 -244
- package/src/components/dateRange/DateRange.vue.js +0 -7
- package/src/components/dateRange/DateRange.vue2.js +0 -417
- package/src/components/dialog/v3/Dialog.vue.js +0 -7
- package/src/components/dialog/v3/Dialog.vue2.js +0 -137
- package/src/components/dialog/v4/DialogV4.vue.js +0 -7
- package/src/components/dialog/v4/DialogV4.vue2.js +0 -155
- package/src/components/dropdown/v3/Dropdown.vue.js +0 -8
- package/src/components/dropdown/v3/Dropdown.vue2.js +0 -394
- package/src/components/dropdown/v3/Label.vue.js +0 -7
- package/src/components/dropdown/v3/Label.vue2.js +0 -36
- package/src/components/dropdown/v3/Option.vue.js +0 -7
- package/src/components/dropdown/v3/Option.vue2.js +0 -94
- package/src/components/dropdown/v3/SearchInput.vue.js +0 -7
- package/src/components/dropdown/v3/SearchInput.vue2.js +0 -82
- package/src/components/dropdown/v4/AppDropdownTrigger.vue.js +0 -7
- package/src/components/dropdown/v4/AppDropdownTrigger.vue2.js +0 -157
- package/src/components/dropdown/v4/ButtonDropdownTrigger.vue.js +0 -7
- package/src/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +0 -36
- package/src/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +0 -7
- package/src/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +0 -50
- package/src/components/dropdown/v4/ChipDropdownTrigger.vue.js +0 -7
- package/src/components/dropdown/v4/ChipDropdownTrigger.vue2.js +0 -73
- package/src/components/dropdown/v4/DefaultDropdownTrigger.vue.js +0 -7
- package/src/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +0 -115
- package/src/components/dropdown/v4/DropdownV4.vue.js +0 -8
- package/src/components/dropdown/v4/DropdownV4.vue2.js +0 -415
- package/src/components/dropdown/v4/IconButtonDropdownTrigger.vue.js +0 -7
- package/src/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +0 -19
- package/src/components/dropdown/v4/OptionV4.vue.js +0 -7
- package/src/components/dropdown/v4/OptionV4.vue2.js +0 -141
- package/src/components/emptyState/v3/EmptyState.vue.js +0 -7
- package/src/components/emptyState/v3/EmptyState.vue2.js +0 -91
- package/src/components/emptyState/v3/EmptyStateIcon.vue.js +0 -35
- package/src/components/emptyState/v4/EmptyStateV4.vue.js +0 -7
- package/src/components/emptyState/v4/EmptyStateV4.vue2.js +0 -80
- package/src/components/emptyState/v4/icons/IconError.vue.js +0 -16
- package/src/components/emptyState/v4/icons/IconFiles.vue.js +0 -16
- package/src/components/emptyState/v4/icons/IconNoAccess.vue.js +0 -16
- package/src/components/emptyState/v4/icons/IconNoData.vue.js +0 -16
- package/src/components/emptyState/v4/icons/IconNoResults.vue.js +0 -16
- package/src/components/emptyState/v4/icons/IconSettings.vue.js +0 -16
- package/src/components/filterDropdown/AddFilterButton.vue.js +0 -7
- package/src/components/filterDropdown/AddFilterButton.vue2.js +0 -50
- package/src/components/filterDropdown/FilterDropdown.vue.js +0 -7
- package/src/components/filterDropdown/FilterDropdown.vue2.js +0 -56
- package/src/components/filtersPanel/v3/FilterSearchInput.vue.js +0 -7
- package/src/components/filtersPanel/v3/FilterSearchInput.vue2.js +0 -45
- package/src/components/filtersPanel/v3/FiltersPanel.vue.js +0 -7
- package/src/components/filtersPanel/v3/FiltersPanel.vue2.js +0 -40
- package/src/components/filtersPanel/v4/FiltersPanelV4.vue.js +0 -7
- package/src/components/filtersPanel/v4/FiltersPanelV4.vue2.js +0 -23
- package/src/components/floatingToolbar/FloatingToolbar.vue.js +0 -7
- package/src/components/floatingToolbar/FloatingToolbar.vue2.js +0 -70
- package/src/components/forms/CardPanel.vue.js +0 -7
- package/src/components/forms/CardPanel.vue2.js +0 -37
- package/src/components/forms/FormCard.vue.js +0 -7
- package/src/components/forms/FormCard.vue2.js +0 -100
- package/src/components/forms/FormField.vue.js +0 -7
- package/src/components/forms/FormField.vue2.js +0 -17
- package/src/components/forms/FormRow.vue.js +0 -7
- package/src/components/forms/FormRow.vue2.js +0 -34
- package/src/components/icon/v3/Icon.vue.js +0 -7
- package/src/components/icon/v3/Icon.vue2.js +0 -38
- package/src/components/icon/v3/icons/A.vue.js +0 -24
- package/src/components/icon/v3/icons/A2.vue.js +0 -18
- package/src/components/icon/v3/icons/ABTest.vue.js +0 -20
- package/src/components/icon/v3/icons/ABTest2.vue.js +0 -15
- package/src/components/icon/v3/icons/ACircle.vue.js +0 -20
- package/src/components/icon/v3/icons/AccountBalanceWallet.vue.js +0 -22
- package/src/components/icon/v3/icons/AccountCircle.vue.js +0 -20
- package/src/components/icon/v3/icons/AccountCircleOutline.vue.js +0 -18
- package/src/components/icon/v3/icons/Add.vue.js +0 -18
- package/src/components/icon/v3/icons/Adjust.vue.js +0 -43
- package/src/components/icon/v3/icons/Analytics.vue.js +0 -18
- package/src/components/icon/v3/icons/Android.vue.js +0 -20
- package/src/components/icon/v3/icons/AngleDown.vue.js +0 -20
- package/src/components/icon/v3/icons/AngleLeft.vue.js +0 -20
- package/src/components/icon/v3/icons/AngleRight.vue.js +0 -20
- package/src/components/icon/v3/icons/AngleUp.vue.js +0 -20
- package/src/components/icon/v3/icons/AppStore.vue.js +0 -21
- package/src/components/icon/v3/icons/AreaChart.vue.js +0 -18
- package/src/components/icon/v3/icons/ArrowBack.vue.js +0 -18
- package/src/components/icon/v3/icons/ArrowDownward.vue.js +0 -18
- package/src/components/icon/v3/icons/ArrowForward.vue.js +0 -18
- package/src/components/icon/v3/icons/ArrowLeft.vue.js +0 -18
- package/src/components/icon/v3/icons/ArrowRight.vue.js +0 -18
- package/src/components/icon/v3/icons/ArrowSort-Down.vue.js +0 -20
- package/src/components/icon/v3/icons/ArrowSort-Up.vue.js +0 -20
- package/src/components/icon/v3/icons/ArrowUpward.vue.js +0 -18
- package/src/components/icon/v3/icons/AutoAwesome.vue.js +0 -18
- package/src/components/icon/v3/icons/AutoMode.vue.js +0 -20
- package/src/components/icon/v3/icons/Autorenew.vue.js +0 -18
- package/src/components/icon/v3/icons/B.vue.js +0 -24
- package/src/components/icon/v3/icons/B2.vue.js +0 -18
- package/src/components/icon/v3/icons/BCircle.vue.js +0 -20
- package/src/components/icon/v3/icons/Banner.vue.js +0 -24
- package/src/components/icon/v3/icons/Bidding.vue.js +0 -32
- package/src/components/icon/v3/icons/Bidding2.vue.js +0 -32
- package/src/components/icon/v3/icons/Block.vue.js +0 -18
- package/src/components/icon/v3/icons/BorderColor.vue.js +0 -20
- package/src/components/icon/v3/icons/Bug.vue.js +0 -20
- package/src/components/icon/v3/icons/Bullhorn.vue.js +0 -18
- package/src/components/icon/v3/icons/BullseyeArrow.vue.js +0 -23
- package/src/components/icon/v3/icons/Cached.vue.js +0 -18
- package/src/components/icon/v3/icons/Calendar.vue.js +0 -23
- package/src/components/icon/v3/icons/CalendarToday.vue.js +0 -18
- package/src/components/icon/v3/icons/Cancel.vue.js +0 -20
- package/src/components/icon/v3/icons/ChartBar.vue.js +0 -20
- package/src/components/icon/v3/icons/ChartLine.vue.js +0 -20
- package/src/components/icon/v3/icons/ChartMixed.vue.js +0 -20
- package/src/components/icon/v3/icons/Check.vue.js +0 -18
- package/src/components/icon/v3/icons/Check2.vue.js +0 -21
- package/src/components/icon/v3/icons/CheckBold.vue.js +0 -20
- package/src/components/icon/v3/icons/CheckCircle.vue.js +0 -21
- package/src/components/icon/v3/icons/Close.vue.js +0 -18
- package/src/components/icon/v3/icons/CloseBold.vue.js +0 -18
- package/src/components/icon/v3/icons/ComputerMouse.vue.js +0 -23
- package/src/components/icon/v3/icons/CopyTo-Clipboard.vue.js +0 -20
- package/src/components/icon/v3/icons/CopyToClipboardFilled.vue.js +0 -18
- package/src/components/icon/v3/icons/Create.vue.js +0 -20
- package/src/components/icon/v3/icons/Creative.vue.js +0 -20
- package/src/components/icon/v3/icons/Cross.vue.js +0 -20
- package/src/components/icon/v3/icons/CrownFill.vue.js +0 -18
- package/src/components/icon/v3/icons/Cube.vue.js +0 -21
- package/src/components/icon/v3/icons/CubeBackground.vue.js +0 -27
- package/src/components/icon/v3/icons/Cup.vue.js +0 -18
- package/src/components/icon/v3/icons/CupA.vue.js +0 -15
- package/src/components/icon/v3/icons/CupB.vue.js +0 -15
- package/src/components/icon/v3/icons/Delete.vue.js +0 -20
- package/src/components/icon/v3/icons/Diamond.vue.js +0 -18
- package/src/components/icon/v3/icons/Dots.vue.js +0 -20
- package/src/components/icon/v3/icons/Download.vue.js +0 -20
- package/src/components/icon/v3/icons/Download2.vue.js +0 -23
- package/src/components/icon/v3/icons/DownloadDone.vue.js +0 -20
- package/src/components/icon/v3/icons/DragIndicator.vue.js +0 -18
- package/src/components/icon/v3/icons/Duplicate.vue.js +0 -19
- package/src/components/icon/v3/icons/Ecpi.vue.js +0 -31
- package/src/components/icon/v3/icons/Email.vue.js +0 -20
- package/src/components/icon/v3/icons/EmailEnvelope.vue.js +0 -18
- package/src/components/icon/v3/icons/Error.vue.js +0 -20
- package/src/components/icon/v3/icons/Eye.vue.js +0 -22
- package/src/components/icon/v3/icons/Eye2.vue.js +0 -19
- package/src/components/icon/v3/icons/EyeSlash.vue.js +0 -21
- package/src/components/icon/v3/icons/FavoriteBorder.vue.js +0 -20
- package/src/components/icon/v3/icons/Filter.vue.js +0 -20
- package/src/components/icon/v3/icons/FilterList.vue.js +0 -18
- package/src/components/icon/v3/icons/FiltersSearch.vue.js +0 -41
- package/src/components/icon/v3/icons/Frame.vue.js +0 -20
- package/src/components/icon/v3/icons/Fullscreen.vue.js +0 -20
- package/src/components/icon/v3/icons/FullscreenExit.vue.js +0 -20
- package/src/components/icon/v3/icons/Functions.vue.js +0 -18
- package/src/components/icon/v3/icons/GamepadAlt.vue.js +0 -20
- package/src/components/icon/v3/icons/Games.vue.js +0 -20
- package/src/components/icon/v3/icons/Gavel.vue.js +0 -20
- package/src/components/icon/v3/icons/Gift.vue.js +0 -20
- package/src/components/icon/v3/icons/GitHub.vue.js +0 -20
- package/src/components/icon/v3/icons/GlobeStand.vue.js +0 -20
- package/src/components/icon/v3/icons/GooglePlay.vue.js +0 -18
- package/src/components/icon/v3/icons/Group.vue.js +0 -20
- package/src/components/icon/v3/icons/Hammer.vue.js +0 -20
- package/src/components/icon/v3/icons/HandPointer.vue.js +0 -22
- package/src/components/icon/v3/icons/Hands.vue.js +0 -20
- package/src/components/icon/v3/icons/Heartbeat.vue.js +0 -20
- package/src/components/icon/v3/icons/Help.vue.js +0 -20
- package/src/components/icon/v3/icons/HelpOutline.vue.js +0 -20
- package/src/components/icon/v3/icons/History.vue.js +0 -18
- package/src/components/icon/v3/icons/IOS.vue.js +0 -20
- package/src/components/icon/v3/icons/Image.vue.js +0 -18
- package/src/components/icon/v3/icons/ImageNotSupported.vue.js +0 -23
- package/src/components/icon/v3/icons/ImageSlash.vue.js +0 -18
- package/src/components/icon/v3/icons/ImportExport.vue.js +0 -18
- package/src/components/icon/v3/icons/ImportExport2.vue.js +0 -18
- package/src/components/icon/v3/icons/Importent.vue.js +0 -20
- package/src/components/icon/v3/icons/Info.vue.js +0 -20
- package/src/components/icon/v3/icons/Info2.vue.js +0 -21
- package/src/components/icon/v3/icons/InfoOutline.vue.js +0 -20
- package/src/components/icon/v3/icons/Insights.vue.js +0 -20
- package/src/components/icon/v3/icons/Interstitial.vue.js +0 -24
- package/src/components/icon/v3/icons/Ios14.vue.js +0 -20
- package/src/components/icon/v3/icons/Js.vue.js +0 -20
- package/src/components/icon/v3/icons/Landscape.vue.js +0 -18
- package/src/components/icon/v3/icons/Launch.vue.js +0 -18
- package/src/components/icon/v3/icons/Levelplay.vue.js +0 -32
- package/src/components/icon/v3/icons/LimitCircle.vue.js +0 -23
- package/src/components/icon/v3/icons/LimitOctagon.vue.js +0 -23
- package/src/components/icon/v3/icons/Link.vue.js +0 -18
- package/src/components/icon/v3/icons/LoadingClean.vue.js +0 -18
- package/src/components/icon/v3/icons/Lock.vue.js +0 -18
- package/src/components/icon/v3/icons/LockOpen.vue.js +0 -18
- package/src/components/icon/v3/icons/Login.vue.js +0 -18
- package/src/components/icon/v3/icons/Logout.vue.js +0 -18
- package/src/components/icon/v3/icons/Marketing.vue.js +0 -23
- package/src/components/icon/v3/icons/MilitaryTech.vue.js +0 -18
- package/src/components/icon/v3/icons/Mix.vue.js +0 -20
- package/src/components/icon/v3/icons/Mix2.vue.js +0 -24
- package/src/components/icon/v3/icons/MobileLandscape.vue.js +0 -20
- package/src/components/icon/v3/icons/MobilePortrait.vue.js +0 -20
- package/src/components/icon/v3/icons/MoneyCheck.vue.js +0 -22
- package/src/components/icon/v3/icons/MoreHoriz.vue.js +0 -20
- package/src/components/icon/v3/icons/MoreVert.vue.js +0 -20
- package/src/components/icon/v3/icons/Mouse.vue.js +0 -20
- package/src/components/icon/v3/icons/MousePointer.vue.js +0 -20
- package/src/components/icon/v3/icons/MovingUp.vue.js +0 -18
- package/src/components/icon/v3/icons/NativeAd.vue.js +0 -15
- package/src/components/icon/v3/icons/NotificationsNone.vue.js +0 -20
- package/src/components/icon/v3/icons/Offerwall.vue.js +0 -24
- package/src/components/icon/v3/icons/Palyable.vue.js +0 -18
- package/src/components/icon/v3/icons/PaperPlane-Off.vue.js +0 -20
- package/src/components/icon/v3/icons/PaperPlane.vue.js +0 -20
- package/src/components/icon/v3/icons/Pause.vue.js +0 -20
- package/src/components/icon/v3/icons/PauseCircleFilled.vue.js +0 -20
- package/src/components/icon/v3/icons/PauseCircleOutline.vue.js +0 -20
- package/src/components/icon/v3/icons/PhoneIphone.vue.js +0 -18
- package/src/components/icon/v3/icons/Photo.vue.js +0 -23
- package/src/components/icon/v3/icons/Photo2.vue.js +0 -20
- package/src/components/icon/v3/icons/PlayArrow.vue.js +0 -18
- package/src/components/icon/v3/icons/PlayCircleFilledWhite.vue.js +0 -20
- package/src/components/icon/v3/icons/PlayCircleOutline.vue.js +0 -20
- package/src/components/icon/v3/icons/Qrcode.vue.js +0 -20
- package/src/components/icon/v3/icons/Question.vue.js +0 -21
- package/src/components/icon/v3/icons/QuickAB.vue.js +0 -15
- package/src/components/icon/v3/icons/QuickAB2.vue.js +0 -15
- package/src/components/icon/v3/icons/React.vue.js +0 -20
- package/src/components/icon/v3/icons/Redo.vue.js +0 -18
- package/src/components/icon/v3/icons/Refresh.vue.js +0 -18
- package/src/components/icon/v3/icons/Remove.vue.js +0 -18
- package/src/components/icon/v3/icons/Replay.vue.js +0 -18
- package/src/components/icon/v3/icons/RewardedVideo.vue.js +0 -24
- package/src/components/icon/v3/icons/RocketLaunch.vue.js +0 -18
- package/src/components/icon/v3/icons/Rotate.vue.js +0 -20
- package/src/components/icon/v3/icons/Route.vue.js +0 -20
- package/src/components/icon/v3/icons/SackDollar.vue.js +0 -23
- package/src/components/icon/v3/icons/Schedule.vue.js +0 -18
- package/src/components/icon/v3/icons/Search.vue.js +0 -18
- package/src/components/icon/v3/icons/SearchBold.vue.js +0 -20
- package/src/components/icon/v3/icons/Share.vue.js +0 -18
- package/src/components/icon/v3/icons/Slack.vue.js +0 -18
- package/src/components/icon/v3/icons/SportsEsports.vue.js +0 -18
- package/src/components/icon/v3/icons/Star.vue.js +0 -20
- package/src/components/icon/v3/icons/StarFill.vue.js +0 -20
- package/src/components/icon/v3/icons/StatusBanner.vue.js +0 -26
- package/src/components/icon/v3/icons/StatusInterstitial.vue.js +0 -26
- package/src/components/icon/v3/icons/StatusNativeAd.vue.js +0 -15
- package/src/components/icon/v3/icons/StatusOfferwall.vue.js +0 -26
- package/src/components/icon/v3/icons/StatusRewardedVideo.vue.js +0 -26
- package/src/components/icon/v3/icons/StopCircleFilled.vue.js +0 -18
- package/src/components/icon/v3/icons/StopCircleOutline.vue.js +0 -18
- package/src/components/icon/v3/icons/Style.vue.js +0 -22
- package/src/components/icon/v3/icons/Success.vue.js +0 -20
- package/src/components/icon/v3/icons/SuccessFull.vue.js +0 -20
- package/src/components/icon/v3/icons/Switch.vue.js +0 -20
- package/src/components/icon/v3/icons/TableEdit.vue.js +0 -18
- package/src/components/icon/v3/icons/TabletLandscape.vue.js +0 -20
- package/src/components/icon/v3/icons/TabletMac.vue.js +0 -18
- package/src/components/icon/v3/icons/TabletPortrait.vue.js +0 -20
- package/src/components/icon/v3/icons/Texture.vue.js +0 -20
- package/src/components/icon/v3/icons/ThemeDark.vue.js +0 -18
- package/src/components/icon/v3/icons/ThemeLight.vue.js +0 -18
- package/src/components/icon/v3/icons/Timelapse.vue.js +0 -18
- package/src/components/icon/v3/icons/Timeline.vue.js +0 -18
- package/src/components/icon/v3/icons/TrendingDown.vue.js +0 -18
- package/src/components/icon/v3/icons/TrendingFlat.vue.js +0 -18
- package/src/components/icon/v3/icons/TrendingUp.vue.js +0 -18
- package/src/components/icon/v3/icons/Tune.vue.js +0 -20
- package/src/components/icon/v3/icons/TwoToneBanner.vue.js +0 -28
- package/src/components/icon/v3/icons/TwoToneInterstitial.vue.js +0 -28
- package/src/components/icon/v3/icons/TwoToneNativeAd.vue.js +0 -15
- package/src/components/icon/v3/icons/TwoToneOfferwall.vue.js +0 -24
- package/src/components/icon/v3/icons/TwoToneRewardedVideo.vue.js +0 -30
- package/src/components/icon/v3/icons/Undo.vue.js +0 -18
- package/src/components/icon/v3/icons/UnfoldLess.vue.js +0 -20
- package/src/components/icon/v3/icons/UnfoldMore.vue.js +0 -20
- package/src/components/icon/v3/icons/VerticalAlignTop.vue.js +0 -18
- package/src/components/icon/v3/icons/VerticalAlignTop2.vue.js +0 -18
- package/src/components/icon/v3/icons/Vibration.vue.js +0 -20
- package/src/components/icon/v3/icons/VideoRound.vue.js +0 -20
- package/src/components/icon/v3/icons/ViewCarousel.vue.js +0 -18
- package/src/components/icon/v3/icons/Visibility.vue.js +0 -18
- package/src/components/icon/v3/icons/VisibilityOff.vue.js +0 -18
- package/src/components/icon/v3/icons/VisibilityOffStrok.vue.js +0 -18
- package/src/components/icon/v3/icons/VisibilityStrok.vue.js +0 -18
- package/src/components/icon/v3/icons/VolumeOff.vue.js +0 -20
- package/src/components/icon/v3/icons/VolumeUp.vue.js +0 -20
- package/src/components/icon/v3/icons/Warning.vue.js +0 -18
- package/src/components/icon/v3/icons/Warning2.vue.js +0 -20
- package/src/components/icon/v3/icons/Warning3.vue.js +0 -21
- package/src/components/icon/v3/icons/WarningCircle.vue.js +0 -21
- package/src/components/icon/v3/icons/WarningOctagon.vue.js +0 -21
- package/src/components/icon/v3/icons/WebApp.vue.js +0 -18
- package/src/components/icon/v3/icons/Widget.vue.js +0 -22
- package/src/components/icon/v3/icons/Widgets.vue.js +0 -18
- package/src/components/icon/v3/icons/WidgetsFill.vue.js +0 -18
- package/src/components/icon/v3/icons/WidgetsFlatSquares.vue.js +0 -49
- package/src/components/icon/v3/icons/Widgetsz.vue.js +0 -25
- package/src/components/icon/v3/icons/WifiProtectedSetup.vue.js +0 -20
- package/src/components/icon/v4/IconV4.vue.js +0 -7
- package/src/components/icon/v4/IconV4.vue2.js +0 -64
- package/src/components/includeExclude/IncludeExclude.vue.js +0 -7
- package/src/components/includeExclude/IncludeExclude.vue2.js +0 -431
- package/src/components/includeExclude/IncludeExcludeAppHeader.vue.js +0 -7
- package/src/components/includeExclude/IncludeExcludeAppHeader.vue2.js +0 -116
- package/src/components/includeExclude/IncludeExcludeAppTrigger.vue.js +0 -7
- package/src/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +0 -109
- package/src/components/includeExclude/IncludeExcludeChipFilter.vue.js +0 -7
- package/src/components/includeExclude/IncludeExcludeChipFilter.vue2.js +0 -149
- package/src/components/includeExclude/IncludeExcludeDragDrop.vue.js +0 -7
- package/src/components/includeExclude/IncludeExcludeDragDrop.vue2.js +0 -466
- package/src/components/includeExclude/IncludeExcludeOption.vue.js +0 -7
- package/src/components/includeExclude/IncludeExcludeOption.vue2.js +0 -115
- package/src/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +0 -7
- package/src/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +0 -106
- package/src/components/inlineCopy/InlineCopy.vue.js +0 -7
- package/src/components/inlineCopy/InlineCopy.vue2.js +0 -71
- package/src/components/input/v3/DollarInput.vue.js +0 -7
- package/src/components/input/v3/DollarInput.vue2.js +0 -32
- package/src/components/input/v3/Input.vue.js +0 -7
- package/src/components/input/v3/Input.vue2.js +0 -211
- package/src/components/input/v3/PasswordInput.vue.js +0 -7
- package/src/components/input/v3/PasswordInput.vue2.js +0 -34
- package/src/components/input/v3/PercentageInput.vue.js +0 -7
- package/src/components/input/v3/PercentageInput.vue2.js +0 -32
- package/src/components/input/v4/TextField.vue.js +0 -7
- package/src/components/input/v4/TextField.vue2.js +0 -215
- package/src/components/layout/FoldableSection.vue.js +0 -7
- package/src/components/layout/FoldableSection.vue2.js +0 -60
- package/src/components/loader/v4/Loader.vue.js +0 -7
- package/src/components/loader/v4/Loader.vue2.js +0 -48
- package/src/components/menu/Menu.vue.js +0 -8
- package/src/components/menu/Menu.vue2.js +0 -62
- package/src/components/menuItem/MenuItem.vue.js +0 -7
- package/src/components/menuItem/MenuItem.vue2.js +0 -23
- package/src/components/multibar/MultiBar.vue.js +0 -7
- package/src/components/multibar/MultiBar.vue2.js +0 -103
- package/src/components/multibar/MultiBarMenu.vue.js +0 -7
- package/src/components/multibar/MultiBarMenu.vue2.js +0 -58
- package/src/components/popover/Popover.vue.js +0 -8
- package/src/components/popover/Popover.vue2.js +0 -38
- package/src/components/radioButton/v3/RadioButton.vue.js +0 -7
- package/src/components/radioButton/v3/RadioButton.vue2.js +0 -79
- package/src/components/radioButton/v3/RadioGroup.vue.js +0 -7
- package/src/components/radioButton/v3/RadioGroup.vue2.js +0 -29
- package/src/components/radioButton/v4/RadioButtonV4.vue.js +0 -7
- package/src/components/radioButton/v4/RadioButtonV4.vue2.js +0 -67
- package/src/components/radioButton/v4/RadioGroupV4.vue.js +0 -7
- package/src/components/radioButton/v4/RadioGroupV4.vue2.js +0 -29
- package/src/components/search/v3/Search.vue.js +0 -7
- package/src/components/search/v3/Search.vue2.js +0 -62
- package/src/components/search/v4/SearchV4.vue.js +0 -7
- package/src/components/search/v4/SearchV4.vue2.js +0 -58
- package/src/components/shared/FieldHelpText.vue.js +0 -7
- package/src/components/shared/FieldHelpText.vue2.js +0 -43
- package/src/components/shared/FieldLabel.vue.js +0 -7
- package/src/components/shared/FieldLabel.vue2.js +0 -78
- package/src/components/shared/FieldMaxLength.vue.js +0 -7
- package/src/components/shared/FieldMaxLength.vue2.js +0 -24
- package/src/components/skeleton/v3/Skeleton.vue.js +0 -7
- package/src/components/skeleton/v3/Skeleton.vue2.js +0 -18
- package/src/components/skeleton/v4/SkeletonV4.vue.js +0 -7
- package/src/components/skeleton/v4/SkeletonV4.vue2.js +0 -23
- package/src/components/snackbar/v3/Snackbar.vue.js +0 -7
- package/src/components/snackbar/v3/Snackbar.vue2.js +0 -129
- package/src/components/snackbar/v4/SnackbarV4.vue.js +0 -7
- package/src/components/snackbar/v4/SnackbarV4.vue2.js +0 -138
- package/src/components/statusDot/StatusDot.vue.js +0 -7
- package/src/components/statusDot/StatusDot.vue2.js +0 -15
- package/src/components/switch/v3/Switch.vue.js +0 -7
- package/src/components/switch/v3/Switch.vue2.js +0 -69
- package/src/components/switch/v4/SwitchV4.vue.js +0 -7
- package/src/components/switch/v4/SwitchV4.vue2.js +0 -42
- package/src/components/table/v3/SortOrderIcon.vue.js +0 -21
- package/src/components/table/v3/Table.vue.js +0 -7
- package/src/components/table/v3/Table.vue2.js +0 -248
- package/src/components/table/v3/TableHeaderSorter.vue.js +0 -7
- package/src/components/table/v3/TableHeaderSorter.vue2.js +0 -23
- package/src/components/table/v4/DataGrid.vue.js +0 -7
- package/src/components/table/v4/DataGrid.vue2.js +0 -334
- package/src/components/table/v4/DataGridMenu.vue.js +0 -7
- package/src/components/table/v4/DataGridMenu.vue2.js +0 -62
- package/src/components/table/v4/DataGridRowsCounter.vue.js +0 -7
- package/src/components/table/v4/DataGridRowsCounter.vue2.js +0 -45
- package/src/components/table/v4/ExpandRowToggle.vue.js +0 -7
- package/src/components/table/v4/ExpandRowToggle.vue2.js +0 -24
- package/src/components/table/v4/HelpIcon.vue.js +0 -7
- package/src/components/table/v4/HelpIcon.vue2.js +0 -32
- package/src/components/table/v4/SortIcon.vue.js +0 -7
- package/src/components/table/v4/SortIcon.vue2.js +0 -24
- package/src/components/table-cells/v3/Editable.vue.js +0 -7
- package/src/components/table-cells/v3/Editable.vue2.js +0 -43
- package/src/components/table-cells/v4/EditableV4.vue.js +0 -7
- package/src/components/table-cells/v4/EditableV4.vue2.js +0 -54
- package/src/components/tabs/v3/Tabs.vue.js +0 -7
- package/src/components/tabs/v3/Tabs.vue2.js +0 -85
- package/src/components/tabs/v4/TabsV4.vue.js +0 -7
- package/src/components/tabs/v4/TabsV4.vue2.js +0 -75
- package/src/components/textArea/v3/TextArea.vue.js +0 -7
- package/src/components/textArea/v3/TextArea.vue2.js +0 -65
- package/src/components/textArea/v4/TextAreaV4.vue.js +0 -7
- package/src/components/textArea/v4/TextAreaV4.vue2.js +0 -74
- package/src/components/toggle/v3/Toggle.vue.js +0 -7
- package/src/components/toggle/v3/Toggle.vue2.js +0 -95
- package/src/components/toggle/v4/ToggleV4.vue.js +0 -7
- package/src/components/toggle/v4/ToggleV4.vue2.js +0 -95
- package/src/components/tooltip/v3/TextWithTitleContent.vue.js +0 -7
- package/src/components/tooltip/v3/TextWithTitleContent.vue2.js +0 -46
- package/src/components/tooltip/v3/Tooltip.vue.js +0 -8
- package/src/components/tooltip/v3/Tooltip.vue2.js +0 -87
- package/src/components/tooltip/v4/TextWithTitleContent.vue.js +0 -7
- package/src/components/tooltip/v4/TextWithTitleContent.vue2.js +0 -36
- package/src/components/tooltip/v4/TooltipV4.vue.js +0 -8
- package/src/components/tooltip/v4/TooltipV4.vue2.js +0 -70
- package/src/components/typography/Heading.vue.js +0 -7
- package/src/components/typography/Heading.vue2.js +0 -25
- package/src/components/typography/Text.vue.js +0 -7
- package/src/components/typography/Text.vue2.js +0 -23
- package/src/components/typography/v4/Typography.vue.js +0 -7
- package/src/components/typography/v4/Typography.vue2.js +0 -58
- package/src/index.js +0 -213
- package/src/utils/color.js +0 -14
- package/utils/color.d.ts +0 -2
- /package/{src/components → components}/ThemeWrapper/ThemeStrore.js +0 -0
- /package/{src/components → components}/ThemeWrapper/index.js +0 -0
- /package/{src/components → components}/alert/index.js +0 -0
- /package/{src/components → components}/appHeader/index.js +0 -0
- /package/{src/components → components}/appIcon/index.js +0 -0
- /package/{src/components → components}/appTrigger/index.js +0 -0
- /package/{src/components → components}/autocomplete/index.js +0 -0
- /package/{src/components → components}/autocompleteDropdown/consts.js +0 -0
- /package/{src/components → components}/autocompleteDropdown/index.js +0 -0
- /package/{src/components → components}/autocompleteDropdown/useKeyboardNavigation.js +0 -0
- /package/{src/components → components}/banner/index.js +0 -0
- /package/{src/components → components}/button/common/consts.js +0 -0
- /package/{src/components → components}/button/v3/index.js +0 -0
- /package/{src/components → components}/button/v4/index.js +0 -0
- /package/{src/components → components}/checkbox/common/Checkbox.common.js +0 -0
- /package/{src/components → components}/checkbox/v3/index.js +0 -0
- /package/{src/components → components}/checkbox/v4/index.js +0 -0
- /package/{src/components → components}/chip/v3/index.js +0 -0
- /package/{src/components → components}/chip/v4/index.js +0 -0
- /package/{src/components → components}/cssBaseline/index.js +0 -0
- /package/{src/components → components}/datePicker/index.js +0 -0
- /package/{src/components → components}/dateRange/DateServices.js +0 -0
- /package/{src/components → components}/dateRange/consts.js +0 -0
- /package/{src/components → components}/dateRange/index.js +0 -0
- /package/{src/components → components}/dialog/common/Dialog.common.js +0 -0
- /package/{src/components → components}/dialog/common/Reason.js +0 -0
- /package/{src/components → components}/dialog/v3/index.js +0 -0
- /package/{src/components → components}/dialog/v4/index.js +0 -0
- /package/{src/components → components}/dropdown/common/Dropdown.common.js +0 -0
- /package/{src/components → components}/dropdown/common/DropdownContext.js +0 -0
- /package/{src/components → components}/dropdown/common/Option.common.js +0 -0
- /package/{src/components → components}/dropdown/v3/index.js +0 -0
- /package/{src/components → components}/dropdown/v4/Dropdown.types.js +0 -0
- /package/{src/components → components}/dropdown/v4/index.js +0 -0
- /package/{src/components → components}/emptyState/v3/index.js +0 -0
- /package/{src/components → components}/emptyState/v4/index.js +0 -0
- /package/{src/components → components}/filterDropdown/index.js +0 -0
- /package/{src/components → components}/filtersPanel/v3/index.js +0 -0
- /package/{src/components → components}/filtersPanel/v3/useHiddenFilter.js +0 -0
- /package/{src/components → components}/filtersPanel/v4/index.js +0 -0
- /package/{src/components → components}/floatingToolbar/index.js +0 -0
- /package/{src/components → components}/forms/index.js +0 -0
- /package/{src/components → components}/icon/v3/icons/index.js +0 -0
- /package/{src/components → components}/icon/v3/index.js +0 -0
- /package/{src/components → components}/icon/v4/index.js +0 -0
- /package/{src/components → components}/includeExclude/IncludeExcludeContext.js +0 -0
- /package/{src/components → components}/includeExclude/index.js +0 -0
- /package/{src/components → components}/inlineCopy/index.js +0 -0
- /package/{src/components → components}/input/common/Input.common.js +0 -0
- /package/{src/components → components}/input/v3/index.js +0 -0
- /package/{src/components → components}/input/v4/index.js +0 -0
- /package/{src/components → components}/layout/index.js +0 -0
- /package/{src/components → components}/menu/index.js +0 -0
- /package/{src/components → components}/menuItem/index.js +0 -0
- /package/{src/components → components}/multibar/index.js +0 -0
- /package/{src/components → components}/popover/index.js +0 -0
- /package/{src/components → components}/radioButton/common/radioGroup.common.js +0 -0
- /package/{src/components → components}/radioButton/common/useRadio.js +0 -0
- /package/{src/components → components}/radioButton/v3/index.js +0 -0
- /package/{src/components → components}/radioButton/v4/index.js +0 -0
- /package/{src/components → components}/search/common/Search.common.js +0 -0
- /package/{src/components → components}/search/v3/index.js +0 -0
- /package/{src/components → components}/search/v4/index.js +0 -0
- /package/{src/components → components}/skeleton/v3/index.js +0 -0
- /package/{src/components → components}/skeleton/v4/index.js +0 -0
- /package/{src/components → components}/snackbar/common/notify.js +0 -0
- /package/{src/components → components}/snackbar/common/snackbar.common.js +0 -0
- /package/{src/components → components}/snackbar/common/snackbar.types.js +0 -0
- /package/{src/components → components}/snackbar/v3/index.js +0 -0
- /package/{src/components → components}/snackbar/v4/index.js +0 -0
- /package/{src/components → components}/statusDot/index.js +0 -0
- /package/{src/components → components}/switch/v3/index.js +0 -0
- /package/{src/components → components}/switch/v4/index.js +0 -0
- /package/{src/components → components}/table/common/Table.common.js +0 -0
- /package/{src/components → components}/table/common/TableContext.js +0 -0
- /package/{src/components → components}/table/v3/index.js +0 -0
- /package/{src/components → components}/table/v4/index.js +0 -0
- /package/{src/components → components}/table-cells/common/Editable.common.js +0 -0
- /package/{src/components → components}/table-cells/common/EditableContext.js +0 -0
- /package/{src/components → components}/table-cells/v3/index.js +0 -0
- /package/{src/components → components}/table-cells/v4/index.js +0 -0
- /package/{src/components → components}/tabs/common/tabsCommon.js +0 -0
- /package/{src/components → components}/tabs/v3/index.js +0 -0
- /package/{src/components → components}/tabs/v4/index.js +0 -0
- /package/{src/components → components}/textArea/v3/index.js +0 -0
- /package/{src/components → components}/textArea/v4/index.js +0 -0
- /package/{src/components → components}/toggle/v3/index.js +0 -0
- /package/{src/components → components}/toggle/v4/index.js +0 -0
- /package/{src/components → components}/tooltip/common/Tooltip.common.js +0 -0
- /package/{src/components → components}/tooltip/v3/index.js +0 -0
- /package/{src/components → components}/tooltip/v4/index.js +0 -0
- /package/{src/components → components}/typography/index.js +0 -0
- /package/{src/components → components}/typography/v4/index.js +0 -0
- /package/{src/composables → composables}/useFormValidation.js +0 -0
- /package/{src/composables → composables}/useId.js +0 -0
- /package/{src/composables → composables}/useIsFocusVisible.js +0 -0
- /package/{src/composables → composables}/useSearch.js +0 -0
- /package/{src/composables → composables}/useStorage.js +0 -0
- /package/{src/composables → composables}/useToggle.js +0 -0
- /package/{src/consts → consts}/colors.js +0 -0
- /package/{src/consts → consts}/regex.js +0 -0
- /package/{src/consts → consts}/style.js +0 -0
- /package/{src/testids → testids}/index.js +0 -0
- /package/{src/utils → utils}/array.js +0 -0
- /package/{src/utils → utils}/object.js +0 -0
- /package/{src/utils → utils}/string.js +0 -0
- /package/{src/utils → utils}/style.js +0 -0
- /package/{src/utils → utils}/testIds.js +0 -0
package/index.d.ts
CHANGED
|
@@ -398,6 +398,7 @@ declare const _default: {
|
|
|
398
398
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
399
399
|
version: {
|
|
400
400
|
type: import("vue").PropType<"v3" | "v4">;
|
|
401
|
+
required: true;
|
|
401
402
|
default: string;
|
|
402
403
|
};
|
|
403
404
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "version">;
|
|
@@ -417,6 +418,7 @@ declare const _default: {
|
|
|
417
418
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
418
419
|
version: {
|
|
419
420
|
type: import("vue").PropType<"v3" | "v4">;
|
|
421
|
+
required: true;
|
|
420
422
|
default: string;
|
|
421
423
|
};
|
|
422
424
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
@@ -444,6 +446,7 @@ declare const _default: {
|
|
|
444
446
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
445
447
|
version: {
|
|
446
448
|
type: import("vue").PropType<"v3" | "v4">;
|
|
449
|
+
required: true;
|
|
447
450
|
default: string;
|
|
448
451
|
};
|
|
449
452
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -453,6 +456,7 @@ declare const _default: {
|
|
|
453
456
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
454
457
|
version: {
|
|
455
458
|
type: import("vue").PropType<"v3" | "v4">;
|
|
459
|
+
required: true;
|
|
456
460
|
default: string;
|
|
457
461
|
};
|
|
458
462
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
@@ -471,6 +475,7 @@ declare const _default: {
|
|
|
471
475
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
472
476
|
version: {
|
|
473
477
|
type: import("vue").PropType<"v3" | "v4">;
|
|
478
|
+
required: true;
|
|
474
479
|
default: string;
|
|
475
480
|
};
|
|
476
481
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "version">;
|
|
@@ -490,6 +495,7 @@ declare const _default: {
|
|
|
490
495
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
491
496
|
version: {
|
|
492
497
|
type: import("vue").PropType<"v3" | "v4">;
|
|
498
|
+
required: true;
|
|
493
499
|
default: string;
|
|
494
500
|
};
|
|
495
501
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
@@ -517,6 +523,7 @@ declare const _default: {
|
|
|
517
523
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
518
524
|
version: {
|
|
519
525
|
type: import("vue").PropType<"v3" | "v4">;
|
|
526
|
+
required: true;
|
|
520
527
|
default: string;
|
|
521
528
|
};
|
|
522
529
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -526,6 +533,7 @@ declare const _default: {
|
|
|
526
533
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
527
534
|
version: {
|
|
528
535
|
type: import("vue").PropType<"v3" | "v4">;
|
|
536
|
+
required: true;
|
|
529
537
|
default: string;
|
|
530
538
|
};
|
|
531
539
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
@@ -1472,7 +1480,6 @@ declare const _default: {
|
|
|
1472
1480
|
$data: {};
|
|
1473
1481
|
$props: Partial<{
|
|
1474
1482
|
label: string;
|
|
1475
|
-
color: string;
|
|
1476
1483
|
testId: string;
|
|
1477
1484
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1478
1485
|
label: {
|
|
@@ -1482,10 +1489,6 @@ declare const _default: {
|
|
|
1482
1489
|
disabled: {
|
|
1483
1490
|
type: import("vue").PropType<boolean>;
|
|
1484
1491
|
};
|
|
1485
|
-
color: {
|
|
1486
|
-
type: import("vue").PropType<string>;
|
|
1487
|
-
default: any;
|
|
1488
|
-
};
|
|
1489
1492
|
testId: {
|
|
1490
1493
|
type: import("vue").PropType<string>;
|
|
1491
1494
|
default: string;
|
|
@@ -1500,7 +1503,7 @@ declare const _default: {
|
|
|
1500
1503
|
}>> & {
|
|
1501
1504
|
onClick?: (event: MouseEvent) => any;
|
|
1502
1505
|
"onUpdate:isChecked"?: (value: boolean) => any;
|
|
1503
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "
|
|
1506
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId">;
|
|
1504
1507
|
$attrs: {
|
|
1505
1508
|
[x: string]: unknown;
|
|
1506
1509
|
};
|
|
@@ -1522,10 +1525,6 @@ declare const _default: {
|
|
|
1522
1525
|
disabled: {
|
|
1523
1526
|
type: import("vue").PropType<boolean>;
|
|
1524
1527
|
};
|
|
1525
|
-
color: {
|
|
1526
|
-
type: import("vue").PropType<string>;
|
|
1527
|
-
default: any;
|
|
1528
|
-
};
|
|
1529
1528
|
testId: {
|
|
1530
1529
|
type: import("vue").PropType<string>;
|
|
1531
1530
|
default: string;
|
|
@@ -1545,7 +1544,6 @@ declare const _default: {
|
|
|
1545
1544
|
click: (event: MouseEvent) => void;
|
|
1546
1545
|
}, string, {
|
|
1547
1546
|
label: string;
|
|
1548
|
-
color: string;
|
|
1549
1547
|
testId: string;
|
|
1550
1548
|
}, {}, string> & {
|
|
1551
1549
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -1575,10 +1573,6 @@ declare const _default: {
|
|
|
1575
1573
|
disabled: {
|
|
1576
1574
|
type: import("vue").PropType<boolean>;
|
|
1577
1575
|
};
|
|
1578
|
-
color: {
|
|
1579
|
-
type: import("vue").PropType<string>;
|
|
1580
|
-
default: any;
|
|
1581
|
-
};
|
|
1582
1576
|
testId: {
|
|
1583
1577
|
type: import("vue").PropType<string>;
|
|
1584
1578
|
default: string;
|
|
@@ -1605,10 +1599,6 @@ declare const _default: {
|
|
|
1605
1599
|
disabled: {
|
|
1606
1600
|
type: import("vue").PropType<boolean>;
|
|
1607
1601
|
};
|
|
1608
|
-
color: {
|
|
1609
|
-
type: import("vue").PropType<string>;
|
|
1610
|
-
default: any;
|
|
1611
|
-
};
|
|
1612
1602
|
testId: {
|
|
1613
1603
|
type: import("vue").PropType<string>;
|
|
1614
1604
|
default: string;
|
|
@@ -1628,7 +1618,6 @@ declare const _default: {
|
|
|
1628
1618
|
click: (event: MouseEvent) => void;
|
|
1629
1619
|
}, string, {
|
|
1630
1620
|
label: string;
|
|
1631
|
-
color: string;
|
|
1632
1621
|
testId: string;
|
|
1633
1622
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1634
1623
|
$slots: {
|
|
@@ -1641,7 +1630,6 @@ declare const _default: {
|
|
|
1641
1630
|
$data: {};
|
|
1642
1631
|
$props: Partial<{
|
|
1643
1632
|
label: string;
|
|
1644
|
-
color: string;
|
|
1645
1633
|
testId: string;
|
|
1646
1634
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1647
1635
|
label: {
|
|
@@ -1651,10 +1639,6 @@ declare const _default: {
|
|
|
1651
1639
|
disabled: {
|
|
1652
1640
|
type: import("vue").PropType<boolean>;
|
|
1653
1641
|
};
|
|
1654
|
-
color: {
|
|
1655
|
-
type: import("vue").PropType<string>;
|
|
1656
|
-
default: any;
|
|
1657
|
-
};
|
|
1658
1642
|
testId: {
|
|
1659
1643
|
type: import("vue").PropType<string>;
|
|
1660
1644
|
default: string;
|
|
@@ -1669,7 +1653,7 @@ declare const _default: {
|
|
|
1669
1653
|
}>> & {
|
|
1670
1654
|
onClick?: (event: MouseEvent) => any;
|
|
1671
1655
|
"onUpdate:isChecked"?: (value: boolean) => any;
|
|
1672
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "
|
|
1656
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId">;
|
|
1673
1657
|
$attrs: {
|
|
1674
1658
|
[x: string]: unknown;
|
|
1675
1659
|
};
|
|
@@ -1691,10 +1675,6 @@ declare const _default: {
|
|
|
1691
1675
|
disabled: {
|
|
1692
1676
|
type: import("vue").PropType<boolean>;
|
|
1693
1677
|
};
|
|
1694
|
-
color: {
|
|
1695
|
-
type: import("vue").PropType<string>;
|
|
1696
|
-
default: any;
|
|
1697
|
-
};
|
|
1698
1678
|
testId: {
|
|
1699
1679
|
type: import("vue").PropType<string>;
|
|
1700
1680
|
default: string;
|
|
@@ -1714,7 +1694,6 @@ declare const _default: {
|
|
|
1714
1694
|
click: (event: MouseEvent) => void;
|
|
1715
1695
|
}, string, {
|
|
1716
1696
|
label: string;
|
|
1717
|
-
color: string;
|
|
1718
1697
|
testId: string;
|
|
1719
1698
|
}, {}, string> & {
|
|
1720
1699
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -1744,10 +1723,6 @@ declare const _default: {
|
|
|
1744
1723
|
disabled: {
|
|
1745
1724
|
type: import("vue").PropType<boolean>;
|
|
1746
1725
|
};
|
|
1747
|
-
color: {
|
|
1748
|
-
type: import("vue").PropType<string>;
|
|
1749
|
-
default: any;
|
|
1750
|
-
};
|
|
1751
1726
|
testId: {
|
|
1752
1727
|
type: import("vue").PropType<string>;
|
|
1753
1728
|
default: string;
|
|
@@ -1774,10 +1749,6 @@ declare const _default: {
|
|
|
1774
1749
|
disabled: {
|
|
1775
1750
|
type: import("vue").PropType<boolean>;
|
|
1776
1751
|
};
|
|
1777
|
-
color: {
|
|
1778
|
-
type: import("vue").PropType<string>;
|
|
1779
|
-
default: any;
|
|
1780
|
-
};
|
|
1781
1752
|
testId: {
|
|
1782
1753
|
type: import("vue").PropType<string>;
|
|
1783
1754
|
default: string;
|
|
@@ -1797,7 +1768,6 @@ declare const _default: {
|
|
|
1797
1768
|
click: (event: MouseEvent) => void;
|
|
1798
1769
|
}, string, {
|
|
1799
1770
|
label: string;
|
|
1800
|
-
color: string;
|
|
1801
1771
|
testId: string;
|
|
1802
1772
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1803
1773
|
$slots: {
|
|
@@ -5061,9 +5031,9 @@ declare const _default: {
|
|
|
5061
5031
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
5062
5032
|
feedbackText: string;
|
|
5063
5033
|
feedbackVariant: "success" | "warning" | "error";
|
|
5064
|
-
isDisabled: boolean;
|
|
5065
5034
|
activeText: string;
|
|
5066
5035
|
inactiveText: string;
|
|
5036
|
+
isDisabled: boolean;
|
|
5067
5037
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
5068
5038
|
text: {
|
|
5069
5039
|
type: import("vue").PropType<string>;
|
|
@@ -5105,10 +5075,6 @@ declare const _default: {
|
|
|
5105
5075
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
5106
5076
|
default: any;
|
|
5107
5077
|
};
|
|
5108
|
-
isDisabled: {
|
|
5109
|
-
type: import("vue").PropType<boolean>;
|
|
5110
|
-
default: boolean;
|
|
5111
|
-
};
|
|
5112
5078
|
activeText: {
|
|
5113
5079
|
type: import("vue").PropType<string>;
|
|
5114
5080
|
default: any;
|
|
@@ -5117,9 +5083,13 @@ declare const _default: {
|
|
|
5117
5083
|
type: import("vue").PropType<string>;
|
|
5118
5084
|
default: any;
|
|
5119
5085
|
};
|
|
5086
|
+
isDisabled: {
|
|
5087
|
+
type: import("vue").PropType<boolean>;
|
|
5088
|
+
default: boolean;
|
|
5089
|
+
};
|
|
5120
5090
|
}>> & {
|
|
5121
5091
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5122
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "size" | "color" | "testId" | "isLoading" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "
|
|
5092
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "size" | "color" | "testId" | "isLoading" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "activeText" | "inactiveText" | "isDisabled">;
|
|
5123
5093
|
$attrs: {
|
|
5124
5094
|
[x: string]: unknown;
|
|
5125
5095
|
};
|
|
@@ -5174,10 +5144,6 @@ declare const _default: {
|
|
|
5174
5144
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
5175
5145
|
default: any;
|
|
5176
5146
|
};
|
|
5177
|
-
isDisabled: {
|
|
5178
|
-
type: import("vue").PropType<boolean>;
|
|
5179
|
-
default: boolean;
|
|
5180
|
-
};
|
|
5181
5147
|
activeText: {
|
|
5182
5148
|
type: import("vue").PropType<string>;
|
|
5183
5149
|
default: any;
|
|
@@ -5186,6 +5152,10 @@ declare const _default: {
|
|
|
5186
5152
|
type: import("vue").PropType<string>;
|
|
5187
5153
|
default: any;
|
|
5188
5154
|
};
|
|
5155
|
+
isDisabled: {
|
|
5156
|
+
type: import("vue").PropType<boolean>;
|
|
5157
|
+
default: boolean;
|
|
5158
|
+
};
|
|
5189
5159
|
}>> & {
|
|
5190
5160
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5191
5161
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -5200,9 +5170,9 @@ declare const _default: {
|
|
|
5200
5170
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
5201
5171
|
feedbackText: string;
|
|
5202
5172
|
feedbackVariant: "success" | "warning" | "error";
|
|
5203
|
-
isDisabled: boolean;
|
|
5204
5173
|
activeText: string;
|
|
5205
5174
|
inactiveText: string;
|
|
5175
|
+
isDisabled: boolean;
|
|
5206
5176
|
}, {}, string> & {
|
|
5207
5177
|
beforeCreate?: (() => void) | (() => void)[];
|
|
5208
5178
|
created?: (() => void) | (() => void)[];
|
|
@@ -5264,10 +5234,6 @@ declare const _default: {
|
|
|
5264
5234
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
5265
5235
|
default: any;
|
|
5266
5236
|
};
|
|
5267
|
-
isDisabled: {
|
|
5268
|
-
type: import("vue").PropType<boolean>;
|
|
5269
|
-
default: boolean;
|
|
5270
|
-
};
|
|
5271
5237
|
activeText: {
|
|
5272
5238
|
type: import("vue").PropType<string>;
|
|
5273
5239
|
default: any;
|
|
@@ -5276,6 +5242,10 @@ declare const _default: {
|
|
|
5276
5242
|
type: import("vue").PropType<string>;
|
|
5277
5243
|
default: any;
|
|
5278
5244
|
};
|
|
5245
|
+
isDisabled: {
|
|
5246
|
+
type: import("vue").PropType<boolean>;
|
|
5247
|
+
default: boolean;
|
|
5248
|
+
};
|
|
5279
5249
|
}>> & {
|
|
5280
5250
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5281
5251
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -5323,10 +5293,6 @@ declare const _default: {
|
|
|
5323
5293
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
5324
5294
|
default: any;
|
|
5325
5295
|
};
|
|
5326
|
-
isDisabled: {
|
|
5327
|
-
type: import("vue").PropType<boolean>;
|
|
5328
|
-
default: boolean;
|
|
5329
|
-
};
|
|
5330
5296
|
activeText: {
|
|
5331
5297
|
type: import("vue").PropType<string>;
|
|
5332
5298
|
default: any;
|
|
@@ -5335,6 +5301,10 @@ declare const _default: {
|
|
|
5335
5301
|
type: import("vue").PropType<string>;
|
|
5336
5302
|
default: any;
|
|
5337
5303
|
};
|
|
5304
|
+
isDisabled: {
|
|
5305
|
+
type: import("vue").PropType<boolean>;
|
|
5306
|
+
default: boolean;
|
|
5307
|
+
};
|
|
5338
5308
|
}>> & {
|
|
5339
5309
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5340
5310
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -5349,9 +5319,9 @@ declare const _default: {
|
|
|
5349
5319
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
5350
5320
|
feedbackText: string;
|
|
5351
5321
|
feedbackVariant: "success" | "warning" | "error";
|
|
5352
|
-
isDisabled: boolean;
|
|
5353
5322
|
activeText: string;
|
|
5354
5323
|
inactiveText: string;
|
|
5324
|
+
isDisabled: boolean;
|
|
5355
5325
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
5356
5326
|
$slots: {
|
|
5357
5327
|
"icon-left"?(_: {}): any;
|
|
@@ -5372,9 +5342,9 @@ declare const _default: {
|
|
|
5372
5342
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
5373
5343
|
feedbackText: string;
|
|
5374
5344
|
feedbackVariant: "success" | "warning" | "error";
|
|
5375
|
-
isDisabled: boolean;
|
|
5376
5345
|
activeText: string;
|
|
5377
5346
|
inactiveText: string;
|
|
5347
|
+
isDisabled: boolean;
|
|
5378
5348
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
5379
5349
|
text: {
|
|
5380
5350
|
type: import("vue").PropType<string>;
|
|
@@ -5416,10 +5386,6 @@ declare const _default: {
|
|
|
5416
5386
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
5417
5387
|
default: any;
|
|
5418
5388
|
};
|
|
5419
|
-
isDisabled: {
|
|
5420
|
-
type: import("vue").PropType<boolean>;
|
|
5421
|
-
default: boolean;
|
|
5422
|
-
};
|
|
5423
5389
|
activeText: {
|
|
5424
5390
|
type: import("vue").PropType<string>;
|
|
5425
5391
|
default: any;
|
|
@@ -5428,9 +5394,13 @@ declare const _default: {
|
|
|
5428
5394
|
type: import("vue").PropType<string>;
|
|
5429
5395
|
default: any;
|
|
5430
5396
|
};
|
|
5397
|
+
isDisabled: {
|
|
5398
|
+
type: import("vue").PropType<boolean>;
|
|
5399
|
+
default: boolean;
|
|
5400
|
+
};
|
|
5431
5401
|
}>> & {
|
|
5432
5402
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5433
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "size" | "color" | "testId" | "isLoading" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "
|
|
5403
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "size" | "color" | "testId" | "isLoading" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "activeText" | "inactiveText" | "isDisabled">;
|
|
5434
5404
|
$attrs: {
|
|
5435
5405
|
[x: string]: unknown;
|
|
5436
5406
|
};
|
|
@@ -5485,10 +5455,6 @@ declare const _default: {
|
|
|
5485
5455
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
5486
5456
|
default: any;
|
|
5487
5457
|
};
|
|
5488
|
-
isDisabled: {
|
|
5489
|
-
type: import("vue").PropType<boolean>;
|
|
5490
|
-
default: boolean;
|
|
5491
|
-
};
|
|
5492
5458
|
activeText: {
|
|
5493
5459
|
type: import("vue").PropType<string>;
|
|
5494
5460
|
default: any;
|
|
@@ -5497,6 +5463,10 @@ declare const _default: {
|
|
|
5497
5463
|
type: import("vue").PropType<string>;
|
|
5498
5464
|
default: any;
|
|
5499
5465
|
};
|
|
5466
|
+
isDisabled: {
|
|
5467
|
+
type: import("vue").PropType<boolean>;
|
|
5468
|
+
default: boolean;
|
|
5469
|
+
};
|
|
5500
5470
|
}>> & {
|
|
5501
5471
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5502
5472
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -5511,9 +5481,9 @@ declare const _default: {
|
|
|
5511
5481
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
5512
5482
|
feedbackText: string;
|
|
5513
5483
|
feedbackVariant: "success" | "warning" | "error";
|
|
5514
|
-
isDisabled: boolean;
|
|
5515
5484
|
activeText: string;
|
|
5516
5485
|
inactiveText: string;
|
|
5486
|
+
isDisabled: boolean;
|
|
5517
5487
|
}, {}, string> & {
|
|
5518
5488
|
beforeCreate?: (() => void) | (() => void)[];
|
|
5519
5489
|
created?: (() => void) | (() => void)[];
|
|
@@ -5575,10 +5545,6 @@ declare const _default: {
|
|
|
5575
5545
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
5576
5546
|
default: any;
|
|
5577
5547
|
};
|
|
5578
|
-
isDisabled: {
|
|
5579
|
-
type: import("vue").PropType<boolean>;
|
|
5580
|
-
default: boolean;
|
|
5581
|
-
};
|
|
5582
5548
|
activeText: {
|
|
5583
5549
|
type: import("vue").PropType<string>;
|
|
5584
5550
|
default: any;
|
|
@@ -5587,6 +5553,10 @@ declare const _default: {
|
|
|
5587
5553
|
type: import("vue").PropType<string>;
|
|
5588
5554
|
default: any;
|
|
5589
5555
|
};
|
|
5556
|
+
isDisabled: {
|
|
5557
|
+
type: import("vue").PropType<boolean>;
|
|
5558
|
+
default: boolean;
|
|
5559
|
+
};
|
|
5590
5560
|
}>> & {
|
|
5591
5561
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5592
5562
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -5634,10 +5604,6 @@ declare const _default: {
|
|
|
5634
5604
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
5635
5605
|
default: any;
|
|
5636
5606
|
};
|
|
5637
|
-
isDisabled: {
|
|
5638
|
-
type: import("vue").PropType<boolean>;
|
|
5639
|
-
default: boolean;
|
|
5640
|
-
};
|
|
5641
5607
|
activeText: {
|
|
5642
5608
|
type: import("vue").PropType<string>;
|
|
5643
5609
|
default: any;
|
|
@@ -5646,6 +5612,10 @@ declare const _default: {
|
|
|
5646
5612
|
type: import("vue").PropType<string>;
|
|
5647
5613
|
default: any;
|
|
5648
5614
|
};
|
|
5615
|
+
isDisabled: {
|
|
5616
|
+
type: import("vue").PropType<boolean>;
|
|
5617
|
+
default: boolean;
|
|
5618
|
+
};
|
|
5649
5619
|
}>> & {
|
|
5650
5620
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5651
5621
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -5660,9 +5630,9 @@ declare const _default: {
|
|
|
5660
5630
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
5661
5631
|
feedbackText: string;
|
|
5662
5632
|
feedbackVariant: "success" | "warning" | "error";
|
|
5663
|
-
isDisabled: boolean;
|
|
5664
5633
|
activeText: string;
|
|
5665
5634
|
inactiveText: string;
|
|
5635
|
+
isDisabled: boolean;
|
|
5666
5636
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
5667
5637
|
$slots: {
|
|
5668
5638
|
"icon-left"?(_: {}): any;
|
|
@@ -11601,6 +11571,7 @@ declare const _default: {
|
|
|
11601
11571
|
};
|
|
11602
11572
|
placeholder: {
|
|
11603
11573
|
type: import("vue").PropType<string>;
|
|
11574
|
+
required: true;
|
|
11604
11575
|
default: string;
|
|
11605
11576
|
};
|
|
11606
11577
|
autoFocus: {
|
|
@@ -11627,6 +11598,7 @@ declare const _default: {
|
|
|
11627
11598
|
};
|
|
11628
11599
|
placeholder: {
|
|
11629
11600
|
type: import("vue").PropType<string>;
|
|
11601
|
+
required: true;
|
|
11630
11602
|
default: string;
|
|
11631
11603
|
};
|
|
11632
11604
|
autoFocus: {
|
|
@@ -11657,6 +11629,7 @@ declare const _default: {
|
|
|
11657
11629
|
};
|
|
11658
11630
|
placeholder: {
|
|
11659
11631
|
type: import("vue").PropType<string>;
|
|
11632
|
+
required: true;
|
|
11660
11633
|
default: string;
|
|
11661
11634
|
};
|
|
11662
11635
|
autoFocus: {
|
|
@@ -11683,6 +11656,7 @@ declare const _default: {
|
|
|
11683
11656
|
};
|
|
11684
11657
|
placeholder: {
|
|
11685
11658
|
type: import("vue").PropType<string>;
|
|
11659
|
+
required: true;
|
|
11686
11660
|
default: string;
|
|
11687
11661
|
};
|
|
11688
11662
|
autoFocus: {
|
|
@@ -17905,124 +17879,33 @@ declare const _default: {
|
|
|
17905
17879
|
iconName: string;
|
|
17906
17880
|
tooltipText: string;
|
|
17907
17881
|
}>;
|
|
17908
|
-
Switch:
|
|
17909
|
-
testId: {
|
|
17910
|
-
type: import("vue").PropType<string>;
|
|
17911
|
-
default: string;
|
|
17912
|
-
};
|
|
17913
|
-
options: {
|
|
17914
|
-
type: import("vue").PropType<unknown[]>;
|
|
17915
|
-
required: true;
|
|
17916
|
-
};
|
|
17917
|
-
modelValue: {
|
|
17918
|
-
type: import("vue").PropType<unknown>;
|
|
17919
|
-
required: true;
|
|
17920
|
-
};
|
|
17921
|
-
iconKey: {
|
|
17922
|
-
type: import("vue").PropType<string>;
|
|
17923
|
-
default: string;
|
|
17924
|
-
};
|
|
17925
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17926
|
-
"update:modelValue": (...args: any[]) => void;
|
|
17927
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17928
|
-
testId: {
|
|
17929
|
-
type: import("vue").PropType<string>;
|
|
17930
|
-
default: string;
|
|
17931
|
-
};
|
|
17932
|
-
options: {
|
|
17933
|
-
type: import("vue").PropType<unknown[]>;
|
|
17934
|
-
required: true;
|
|
17935
|
-
};
|
|
17936
|
-
modelValue: {
|
|
17937
|
-
type: import("vue").PropType<unknown>;
|
|
17938
|
-
required: true;
|
|
17939
|
-
};
|
|
17940
|
-
iconKey: {
|
|
17941
|
-
type: import("vue").PropType<string>;
|
|
17942
|
-
default: string;
|
|
17943
|
-
};
|
|
17944
|
-
}>> & {
|
|
17945
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
17946
|
-
}, {
|
|
17947
|
-
testId: string;
|
|
17948
|
-
iconKey: string;
|
|
17949
|
-
}>;
|
|
17950
|
-
SwitchTypes: () => import("vue").DefineComponent<{
|
|
17951
|
-
testId: {
|
|
17952
|
-
type: import("vue").PropType<string>;
|
|
17953
|
-
default: string;
|
|
17954
|
-
};
|
|
17955
|
-
options: {
|
|
17956
|
-
type: import("vue").PropType<unknown[]>;
|
|
17957
|
-
required: true;
|
|
17958
|
-
};
|
|
17959
|
-
modelValue: {
|
|
17960
|
-
type: import("vue").PropType<unknown>;
|
|
17961
|
-
required: true;
|
|
17962
|
-
};
|
|
17963
|
-
iconKey: {
|
|
17964
|
-
type: import("vue").PropType<string>;
|
|
17965
|
-
default: string;
|
|
17966
|
-
};
|
|
17967
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17968
|
-
"update:modelValue": (...args: any[]) => void;
|
|
17969
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17970
|
-
testId: {
|
|
17971
|
-
type: import("vue").PropType<string>;
|
|
17972
|
-
default: string;
|
|
17973
|
-
};
|
|
17974
|
-
options: {
|
|
17975
|
-
type: import("vue").PropType<unknown[]>;
|
|
17976
|
-
required: true;
|
|
17977
|
-
};
|
|
17978
|
-
modelValue: {
|
|
17979
|
-
type: import("vue").PropType<unknown>;
|
|
17980
|
-
required: true;
|
|
17981
|
-
};
|
|
17982
|
-
iconKey: {
|
|
17983
|
-
type: import("vue").PropType<string>;
|
|
17984
|
-
default: string;
|
|
17985
|
-
};
|
|
17986
|
-
}>> & {
|
|
17987
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
17988
|
-
}, {
|
|
17989
|
-
testId: string;
|
|
17990
|
-
iconKey: string;
|
|
17991
|
-
}>[];
|
|
17992
|
-
Chip: {
|
|
17882
|
+
Switch: {
|
|
17993
17883
|
new (...args: any[]): {
|
|
17994
17884
|
$: import("vue").ComponentInternalInstance;
|
|
17995
17885
|
$data: {};
|
|
17996
17886
|
$props: Partial<{
|
|
17997
|
-
|
|
17887
|
+
size: "sm" | "lg";
|
|
17998
17888
|
testId: string;
|
|
17999
|
-
selected: boolean;
|
|
18000
|
-
prefix: string;
|
|
18001
|
-
clearable: boolean;
|
|
18002
17889
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
18003
|
-
|
|
18004
|
-
type: import("vue").PropType<
|
|
18005
|
-
default:
|
|
17890
|
+
size: {
|
|
17891
|
+
type: import("vue").PropType<"sm" | "lg">;
|
|
17892
|
+
default: string;
|
|
18006
17893
|
};
|
|
18007
17894
|
testId: {
|
|
18008
17895
|
type: import("vue").PropType<string>;
|
|
18009
17896
|
default: string;
|
|
18010
17897
|
};
|
|
18011
|
-
|
|
18012
|
-
type: import("vue").PropType<
|
|
18013
|
-
|
|
17898
|
+
options: {
|
|
17899
|
+
type: import("vue").PropType<string[]>;
|
|
17900
|
+
required: true;
|
|
18014
17901
|
};
|
|
18015
|
-
|
|
17902
|
+
modelValue: {
|
|
18016
17903
|
type: import("vue").PropType<string>;
|
|
18017
|
-
|
|
18018
|
-
};
|
|
18019
|
-
clearable: {
|
|
18020
|
-
type: import("vue").PropType<boolean>;
|
|
18021
|
-
default: boolean;
|
|
17904
|
+
required: true;
|
|
18022
17905
|
};
|
|
18023
17906
|
}>> & {
|
|
18024
|
-
|
|
18025
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
17907
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
17908
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "testId">;
|
|
18026
17909
|
$attrs: {
|
|
18027
17910
|
[x: string]: unknown;
|
|
18028
17911
|
};
|
|
@@ -18034,39 +17917,32 @@ declare const _default: {
|
|
|
18034
17917
|
}>;
|
|
18035
17918
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
18036
17919
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
18037
|
-
$emit: (event: "
|
|
17920
|
+
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
18038
17921
|
$el: any;
|
|
18039
17922
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
18040
|
-
|
|
18041
|
-
type: import("vue").PropType<
|
|
18042
|
-
default:
|
|
17923
|
+
size: {
|
|
17924
|
+
type: import("vue").PropType<"sm" | "lg">;
|
|
17925
|
+
default: string;
|
|
18043
17926
|
};
|
|
18044
17927
|
testId: {
|
|
18045
17928
|
type: import("vue").PropType<string>;
|
|
18046
17929
|
default: string;
|
|
18047
17930
|
};
|
|
18048
|
-
|
|
18049
|
-
type: import("vue").PropType<
|
|
18050
|
-
|
|
17931
|
+
options: {
|
|
17932
|
+
type: import("vue").PropType<string[]>;
|
|
17933
|
+
required: true;
|
|
18051
17934
|
};
|
|
18052
|
-
|
|
17935
|
+
modelValue: {
|
|
18053
17936
|
type: import("vue").PropType<string>;
|
|
18054
|
-
|
|
18055
|
-
};
|
|
18056
|
-
clearable: {
|
|
18057
|
-
type: import("vue").PropType<boolean>;
|
|
18058
|
-
default: boolean;
|
|
17937
|
+
required: true;
|
|
18059
17938
|
};
|
|
18060
17939
|
}>> & {
|
|
18061
|
-
|
|
17940
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
18062
17941
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18063
|
-
|
|
17942
|
+
"update:modelValue": (...args: any[]) => void;
|
|
18064
17943
|
}, string, {
|
|
18065
|
-
|
|
17944
|
+
size: "sm" | "lg";
|
|
18066
17945
|
testId: string;
|
|
18067
|
-
selected: boolean;
|
|
18068
|
-
prefix: string;
|
|
18069
|
-
clearable: boolean;
|
|
18070
17946
|
}, {}, string> & {
|
|
18071
17947
|
beforeCreate?: (() => void) | (() => void)[];
|
|
18072
17948
|
created?: (() => void) | (() => void)[];
|
|
@@ -18088,104 +17964,87 @@ declare const _default: {
|
|
|
18088
17964
|
$nextTick: typeof import("vue").nextTick;
|
|
18089
17965
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
18090
17966
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
18091
|
-
|
|
18092
|
-
type: import("vue").PropType<
|
|
18093
|
-
default:
|
|
17967
|
+
size: {
|
|
17968
|
+
type: import("vue").PropType<"sm" | "lg">;
|
|
17969
|
+
default: string;
|
|
18094
17970
|
};
|
|
18095
17971
|
testId: {
|
|
18096
17972
|
type: import("vue").PropType<string>;
|
|
18097
17973
|
default: string;
|
|
18098
17974
|
};
|
|
18099
|
-
|
|
18100
|
-
type: import("vue").PropType<
|
|
18101
|
-
|
|
17975
|
+
options: {
|
|
17976
|
+
type: import("vue").PropType<string[]>;
|
|
17977
|
+
required: true;
|
|
18102
17978
|
};
|
|
18103
|
-
|
|
17979
|
+
modelValue: {
|
|
18104
17980
|
type: import("vue").PropType<string>;
|
|
18105
|
-
|
|
18106
|
-
};
|
|
18107
|
-
clearable: {
|
|
18108
|
-
type: import("vue").PropType<boolean>;
|
|
18109
|
-
default: boolean;
|
|
17981
|
+
required: true;
|
|
18110
17982
|
};
|
|
18111
17983
|
}>> & {
|
|
18112
|
-
|
|
17984
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
18113
17985
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
18114
17986
|
__isFragment?: never;
|
|
18115
17987
|
__isTeleport?: never;
|
|
18116
17988
|
__isSuspense?: never;
|
|
18117
17989
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
18118
|
-
|
|
18119
|
-
type: import("vue").PropType<
|
|
18120
|
-
default:
|
|
17990
|
+
size: {
|
|
17991
|
+
type: import("vue").PropType<"sm" | "lg">;
|
|
17992
|
+
default: string;
|
|
18121
17993
|
};
|
|
18122
17994
|
testId: {
|
|
18123
17995
|
type: import("vue").PropType<string>;
|
|
18124
17996
|
default: string;
|
|
18125
17997
|
};
|
|
18126
|
-
|
|
18127
|
-
type: import("vue").PropType<
|
|
18128
|
-
|
|
17998
|
+
options: {
|
|
17999
|
+
type: import("vue").PropType<string[]>;
|
|
18000
|
+
required: true;
|
|
18129
18001
|
};
|
|
18130
|
-
|
|
18002
|
+
modelValue: {
|
|
18131
18003
|
type: import("vue").PropType<string>;
|
|
18132
|
-
|
|
18133
|
-
};
|
|
18134
|
-
clearable: {
|
|
18135
|
-
type: import("vue").PropType<boolean>;
|
|
18136
|
-
default: boolean;
|
|
18004
|
+
required: true;
|
|
18137
18005
|
};
|
|
18138
18006
|
}>> & {
|
|
18139
|
-
|
|
18007
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
18140
18008
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18141
|
-
|
|
18009
|
+
"update:modelValue": (...args: any[]) => void;
|
|
18142
18010
|
}, string, {
|
|
18143
|
-
|
|
18011
|
+
size: "sm" | "lg";
|
|
18144
18012
|
testId: string;
|
|
18145
|
-
selected: boolean;
|
|
18146
|
-
prefix: string;
|
|
18147
|
-
clearable: boolean;
|
|
18148
18013
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
18149
18014
|
$slots: {
|
|
18150
|
-
|
|
18151
|
-
|
|
18152
|
-
|
|
18015
|
+
default?(_: {
|
|
18016
|
+
option: string;
|
|
18017
|
+
selected: boolean;
|
|
18018
|
+
}): any;
|
|
18153
18019
|
};
|
|
18154
18020
|
});
|
|
18155
|
-
|
|
18021
|
+
SwitchTypes: () => ({
|
|
18156
18022
|
new (...args: any[]): {
|
|
18157
18023
|
$: import("vue").ComponentInternalInstance;
|
|
18158
18024
|
$data: {};
|
|
18159
18025
|
$props: Partial<{
|
|
18160
|
-
|
|
18026
|
+
size: "sm" | "lg";
|
|
18161
18027
|
testId: string;
|
|
18162
|
-
selected: boolean;
|
|
18163
|
-
prefix: string;
|
|
18164
|
-
clearable: boolean;
|
|
18165
18028
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
18166
|
-
|
|
18167
|
-
type: import("vue").PropType<
|
|
18168
|
-
default:
|
|
18029
|
+
size: {
|
|
18030
|
+
type: import("vue").PropType<"sm" | "lg">;
|
|
18031
|
+
default: string;
|
|
18169
18032
|
};
|
|
18170
18033
|
testId: {
|
|
18171
18034
|
type: import("vue").PropType<string>;
|
|
18172
18035
|
default: string;
|
|
18173
18036
|
};
|
|
18174
|
-
|
|
18175
|
-
type: import("vue").PropType<
|
|
18176
|
-
|
|
18037
|
+
options: {
|
|
18038
|
+
type: import("vue").PropType<string[]>;
|
|
18039
|
+
required: true;
|
|
18177
18040
|
};
|
|
18178
|
-
|
|
18041
|
+
modelValue: {
|
|
18179
18042
|
type: import("vue").PropType<string>;
|
|
18180
|
-
|
|
18181
|
-
};
|
|
18182
|
-
clearable: {
|
|
18183
|
-
type: import("vue").PropType<boolean>;
|
|
18184
|
-
default: boolean;
|
|
18043
|
+
required: true;
|
|
18185
18044
|
};
|
|
18186
18045
|
}>> & {
|
|
18187
|
-
|
|
18188
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
18046
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
18047
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "testId">;
|
|
18189
18048
|
$attrs: {
|
|
18190
18049
|
[x: string]: unknown;
|
|
18191
18050
|
};
|
|
@@ -18197,39 +18056,32 @@ declare const _default: {
|
|
|
18197
18056
|
}>;
|
|
18198
18057
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
18199
18058
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
18200
|
-
$emit: (event: "
|
|
18059
|
+
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
18201
18060
|
$el: any;
|
|
18202
18061
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
18203
|
-
|
|
18204
|
-
type: import("vue").PropType<
|
|
18205
|
-
default:
|
|
18062
|
+
size: {
|
|
18063
|
+
type: import("vue").PropType<"sm" | "lg">;
|
|
18064
|
+
default: string;
|
|
18206
18065
|
};
|
|
18207
18066
|
testId: {
|
|
18208
18067
|
type: import("vue").PropType<string>;
|
|
18209
18068
|
default: string;
|
|
18210
18069
|
};
|
|
18211
|
-
|
|
18212
|
-
type: import("vue").PropType<
|
|
18213
|
-
|
|
18070
|
+
options: {
|
|
18071
|
+
type: import("vue").PropType<string[]>;
|
|
18072
|
+
required: true;
|
|
18214
18073
|
};
|
|
18215
|
-
|
|
18074
|
+
modelValue: {
|
|
18216
18075
|
type: import("vue").PropType<string>;
|
|
18217
|
-
|
|
18218
|
-
};
|
|
18219
|
-
clearable: {
|
|
18220
|
-
type: import("vue").PropType<boolean>;
|
|
18221
|
-
default: boolean;
|
|
18076
|
+
required: true;
|
|
18222
18077
|
};
|
|
18223
18078
|
}>> & {
|
|
18224
|
-
|
|
18079
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
18225
18080
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18226
|
-
|
|
18081
|
+
"update:modelValue": (...args: any[]) => void;
|
|
18227
18082
|
}, string, {
|
|
18228
|
-
|
|
18083
|
+
size: "sm" | "lg";
|
|
18229
18084
|
testId: string;
|
|
18230
|
-
selected: boolean;
|
|
18231
|
-
prefix: string;
|
|
18232
|
-
clearable: boolean;
|
|
18233
18085
|
}, {}, string> & {
|
|
18234
18086
|
beforeCreate?: (() => void) | (() => void)[];
|
|
18235
18087
|
created?: (() => void) | (() => void)[];
|
|
@@ -18251,70 +18103,180 @@ declare const _default: {
|
|
|
18251
18103
|
$nextTick: typeof import("vue").nextTick;
|
|
18252
18104
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
18253
18105
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
18254
|
-
|
|
18255
|
-
type: import("vue").PropType<
|
|
18256
|
-
default:
|
|
18106
|
+
size: {
|
|
18107
|
+
type: import("vue").PropType<"sm" | "lg">;
|
|
18108
|
+
default: string;
|
|
18257
18109
|
};
|
|
18258
18110
|
testId: {
|
|
18259
18111
|
type: import("vue").PropType<string>;
|
|
18260
18112
|
default: string;
|
|
18261
18113
|
};
|
|
18262
|
-
|
|
18263
|
-
type: import("vue").PropType<
|
|
18264
|
-
|
|
18114
|
+
options: {
|
|
18115
|
+
type: import("vue").PropType<string[]>;
|
|
18116
|
+
required: true;
|
|
18265
18117
|
};
|
|
18266
|
-
|
|
18118
|
+
modelValue: {
|
|
18267
18119
|
type: import("vue").PropType<string>;
|
|
18268
|
-
|
|
18269
|
-
};
|
|
18270
|
-
clearable: {
|
|
18271
|
-
type: import("vue").PropType<boolean>;
|
|
18272
|
-
default: boolean;
|
|
18120
|
+
required: true;
|
|
18273
18121
|
};
|
|
18274
18122
|
}>> & {
|
|
18275
|
-
|
|
18123
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
18276
18124
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
18277
18125
|
__isFragment?: never;
|
|
18278
18126
|
__isTeleport?: never;
|
|
18279
18127
|
__isSuspense?: never;
|
|
18280
18128
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
18129
|
+
size: {
|
|
18130
|
+
type: import("vue").PropType<"sm" | "lg">;
|
|
18131
|
+
default: string;
|
|
18132
|
+
};
|
|
18133
|
+
testId: {
|
|
18134
|
+
type: import("vue").PropType<string>;
|
|
18135
|
+
default: string;
|
|
18136
|
+
};
|
|
18137
|
+
options: {
|
|
18138
|
+
type: import("vue").PropType<string[]>;
|
|
18139
|
+
required: true;
|
|
18140
|
+
};
|
|
18141
|
+
modelValue: {
|
|
18142
|
+
type: import("vue").PropType<string>;
|
|
18143
|
+
required: true;
|
|
18144
|
+
};
|
|
18145
|
+
}>> & {
|
|
18146
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
18147
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18148
|
+
"update:modelValue": (...args: any[]) => void;
|
|
18149
|
+
}, string, {
|
|
18150
|
+
size: "sm" | "lg";
|
|
18151
|
+
testId: string;
|
|
18152
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
18153
|
+
$slots: {
|
|
18154
|
+
default?(_: {
|
|
18155
|
+
option: string;
|
|
18156
|
+
selected: boolean;
|
|
18157
|
+
}): any;
|
|
18158
|
+
};
|
|
18159
|
+
}))[];
|
|
18160
|
+
Chip: import("vue").DefineComponent<{
|
|
18161
|
+
label: {
|
|
18162
|
+
type: import("vue").PropType<string>;
|
|
18163
|
+
required: true;
|
|
18164
|
+
default: string;
|
|
18165
|
+
};
|
|
18166
|
+
variant: {
|
|
18167
|
+
type: import("vue").PropType<"filled" | "outlined">;
|
|
18168
|
+
default: string;
|
|
18169
|
+
};
|
|
18281
18170
|
disabled: {
|
|
18282
18171
|
type: import("vue").PropType<boolean>;
|
|
18283
18172
|
default: boolean;
|
|
18284
18173
|
};
|
|
18174
|
+
size: {
|
|
18175
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
18176
|
+
default: string;
|
|
18177
|
+
};
|
|
18178
|
+
color: {
|
|
18179
|
+
type: import("vue").PropType<"dark" | "default" | "primary" | "info" | "success" | "warning" | "error">;
|
|
18180
|
+
default: string;
|
|
18181
|
+
};
|
|
18285
18182
|
testId: {
|
|
18286
18183
|
type: import("vue").PropType<string>;
|
|
18287
18184
|
default: string;
|
|
18288
18185
|
};
|
|
18289
|
-
|
|
18186
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18187
|
+
label: {
|
|
18188
|
+
type: import("vue").PropType<string>;
|
|
18189
|
+
required: true;
|
|
18190
|
+
default: string;
|
|
18191
|
+
};
|
|
18192
|
+
variant: {
|
|
18193
|
+
type: import("vue").PropType<"filled" | "outlined">;
|
|
18194
|
+
default: string;
|
|
18195
|
+
};
|
|
18196
|
+
disabled: {
|
|
18290
18197
|
type: import("vue").PropType<boolean>;
|
|
18291
18198
|
default: boolean;
|
|
18292
18199
|
};
|
|
18293
|
-
|
|
18200
|
+
size: {
|
|
18201
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
18202
|
+
default: string;
|
|
18203
|
+
};
|
|
18204
|
+
color: {
|
|
18205
|
+
type: import("vue").PropType<"dark" | "default" | "primary" | "info" | "success" | "warning" | "error">;
|
|
18206
|
+
default: string;
|
|
18207
|
+
};
|
|
18208
|
+
testId: {
|
|
18294
18209
|
type: import("vue").PropType<string>;
|
|
18295
|
-
default:
|
|
18210
|
+
default: string;
|
|
18296
18211
|
};
|
|
18297
|
-
|
|
18212
|
+
}>>, {
|
|
18213
|
+
label: string;
|
|
18214
|
+
variant: "filled" | "outlined";
|
|
18215
|
+
disabled: boolean;
|
|
18216
|
+
size: "small" | "medium";
|
|
18217
|
+
color: "dark" | "default" | "primary" | "info" | "success" | "warning" | "error";
|
|
18218
|
+
testId: string;
|
|
18219
|
+
}>;
|
|
18220
|
+
ChipTypes: () => import("vue").DefineComponent<{
|
|
18221
|
+
label: {
|
|
18222
|
+
type: import("vue").PropType<string>;
|
|
18223
|
+
required: true;
|
|
18224
|
+
default: string;
|
|
18225
|
+
};
|
|
18226
|
+
variant: {
|
|
18227
|
+
type: import("vue").PropType<"filled" | "outlined">;
|
|
18228
|
+
default: string;
|
|
18229
|
+
};
|
|
18230
|
+
disabled: {
|
|
18298
18231
|
type: import("vue").PropType<boolean>;
|
|
18299
18232
|
default: boolean;
|
|
18300
18233
|
};
|
|
18301
|
-
|
|
18302
|
-
|
|
18303
|
-
|
|
18304
|
-
|
|
18305
|
-
|
|
18234
|
+
size: {
|
|
18235
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
18236
|
+
default: string;
|
|
18237
|
+
};
|
|
18238
|
+
color: {
|
|
18239
|
+
type: import("vue").PropType<"dark" | "default" | "primary" | "info" | "success" | "warning" | "error">;
|
|
18240
|
+
default: string;
|
|
18241
|
+
};
|
|
18242
|
+
testId: {
|
|
18243
|
+
type: import("vue").PropType<string>;
|
|
18244
|
+
default: string;
|
|
18245
|
+
};
|
|
18246
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18247
|
+
label: {
|
|
18248
|
+
type: import("vue").PropType<string>;
|
|
18249
|
+
required: true;
|
|
18250
|
+
default: string;
|
|
18251
|
+
};
|
|
18252
|
+
variant: {
|
|
18253
|
+
type: import("vue").PropType<"filled" | "outlined">;
|
|
18254
|
+
default: string;
|
|
18255
|
+
};
|
|
18256
|
+
disabled: {
|
|
18257
|
+
type: import("vue").PropType<boolean>;
|
|
18258
|
+
default: boolean;
|
|
18259
|
+
};
|
|
18260
|
+
size: {
|
|
18261
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
18262
|
+
default: string;
|
|
18263
|
+
};
|
|
18264
|
+
color: {
|
|
18265
|
+
type: import("vue").PropType<"dark" | "default" | "primary" | "info" | "success" | "warning" | "error">;
|
|
18266
|
+
default: string;
|
|
18267
|
+
};
|
|
18268
|
+
testId: {
|
|
18269
|
+
type: import("vue").PropType<string>;
|
|
18270
|
+
default: string;
|
|
18271
|
+
};
|
|
18272
|
+
}>>, {
|
|
18273
|
+
label: string;
|
|
18274
|
+
variant: "filled" | "outlined";
|
|
18306
18275
|
disabled: boolean;
|
|
18276
|
+
size: "small" | "medium";
|
|
18277
|
+
color: "dark" | "default" | "primary" | "info" | "success" | "warning" | "error";
|
|
18307
18278
|
testId: string;
|
|
18308
|
-
|
|
18309
|
-
prefix: string;
|
|
18310
|
-
clearable: boolean;
|
|
18311
|
-
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
18312
|
-
$slots: {
|
|
18313
|
-
"icon-start"?(_: {}): any;
|
|
18314
|
-
default?(_: {}): any;
|
|
18315
|
-
"icon-end"?(_: {}): any;
|
|
18316
|
-
};
|
|
18317
|
-
}))[];
|
|
18279
|
+
}>[];
|
|
18318
18280
|
};
|
|
18319
18281
|
export default _default;
|
|
18320
18282
|
export * from '@/composables/useToggle';
|
|
@@ -18325,4 +18287,3 @@ export * from '@/components/datePicker';
|
|
|
18325
18287
|
export * from '@/components/banner';
|
|
18326
18288
|
export * from '@/components/alert';
|
|
18327
18289
|
export * from '@/components/autocomplete';
|
|
18328
|
-
export * from '@/components/chart';
|