lib-pajakio-v2 1.0.0
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/.env +3 -0
- package/README.md +15 -0
- package/babel.config.js +5 -0
- package/dist/demo.html +10 -0
- package/dist/library-frontend-pajakio.common.js +42049 -0
- package/dist/library-frontend-pajakio.common.js.map +1 -0
- package/dist/library-frontend-pajakio.css +1 -0
- package/dist/library-frontend-pajakio.umd.js +42059 -0
- package/dist/library-frontend-pajakio.umd.js.map +1 -0
- package/dist/library-frontend-pajakio.umd.min.js +2 -0
- package/dist/library-frontend-pajakio.umd.min.js.map +1 -0
- package/index.html +13 -0
- package/lib-pajakio-v2-1.0.27.tgz +0 -0
- package/package.json +30 -0
- package/public/favicon.ico +0 -0
- package/public/index.html +17 -0
- package/src/App.vue +50 -0
- package/src/assets/fonts/Avenir-Black.ttf +0 -0
- package/src/assets/fonts/Avenir-Book.ttf +0 -0
- package/src/assets/fonts/Avenir-Heavy.ttf +0 -0
- package/src/assets/fonts/Avenir-Light.ttf +0 -0
- package/src/assets/fonts/Avenir-Medium.ttf +0 -0
- package/src/assets/fonts/Avenir-Roman.ttf +0 -0
- package/src/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/src/assets/fonts/OpenSans-ExtraBold.ttf +0 -0
- package/src/assets/fonts/OpenSans-Light.ttf +0 -0
- package/src/assets/fonts/OpenSans-Medium.ttf +0 -0
- package/src/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/src/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/src/assets/fonts/style.css +35 -0
- package/src/assets/logo.png +0 -0
- package/src/assets/style/_color.scss +51 -0
- package/src/assets/style/base.scss +1083 -0
- package/src/assets/style/sizing.scss +157 -0
- package/src/components/Base/BaseButton.vue +276 -0
- package/src/components/Base/BaseIcon.vue +1591 -0
- package/src/components/Base/BaseTable.vue +76 -0
- package/src/components/Breadcrumbs/index.vue +95 -0
- package/src/components/ComponentsLayout/NavigationMenu.vue +148 -0
- package/src/components/DashboardFooter/index.vue +105 -0
- package/src/components/DashboardHeader/index.vue +566 -0
- package/src/components/DatePicker/index.vue +2230 -0
- package/src/components/Dropdown/DropdownCheckbox.vue +99 -0
- package/src/components/Dropdown/DropdownCompany.vue +259 -0
- package/src/components/Dropdown/DropdownMultipleTag.vue +126 -0
- package/src/components/Dropdown/DropdownSearchList.vue +185 -0
- package/src/components/Dropdown/DropdownSelect.vue +387 -0
- package/src/components/Dropdown/index.vue +193 -0
- package/src/components/ExpansionPanel/index.vue +102 -0
- package/src/components/Form/FormCheckbox.vue +195 -0
- package/src/components/Form/FormGroupCheckbox.vue +256 -0
- package/src/components/Form/FormInput.vue +618 -0
- package/src/components/Form/FormInputTag.vue +286 -0
- package/src/components/Form/FormRadio.vue +195 -0
- package/src/components/Form/FormSwitch.vue +162 -0
- package/src/components/Form/FormTextarea.vue +204 -0
- package/src/components/Icons/Action/Accessibility.vue +5 -0
- package/src/components/Icons/Action/AccessibilityNew.vue +5 -0
- package/src/components/Icons/Action/Accessible.vue +10 -0
- package/src/components/Icons/Action/AccessibleForward.vue +10 -0
- package/src/components/Icons/Action/AccountBalance.vue +5 -0
- package/src/components/Icons/Action/AccountBalanceWallet.vue +5 -0
- package/src/components/Icons/Action/AccountBox.vue +5 -0
- package/src/components/Icons/Action/AccountCircle.vue +5 -0
- package/src/components/Icons/Action/ActionIcons.vue +981 -0
- package/src/components/Icons/Action/AddShoppingCart.vue +5 -0
- package/src/components/Icons/Action/AddTask.vue +5 -0
- package/src/components/Icons/Action/Addchart.vue +5 -0
- package/src/components/Icons/Action/AdminPanelSettings.vue +10 -0
- package/src/components/Icons/Action/Alarm.vue +5 -0
- package/src/components/Icons/Action/AlarmAdd.vue +5 -0
- package/src/components/Icons/Action/AlarmOff.vue +5 -0
- package/src/components/Icons/Action/AlarmOn.vue +5 -0
- package/src/components/Icons/Action/AllInbox.vue +5 -0
- package/src/components/Icons/Action/AllOut.vue +5 -0
- package/src/components/Icons/Action/Analytics.vue +5 -0
- package/src/components/Icons/Action/Anchor.vue +5 -0
- package/src/components/Icons/Action/Android.vue +19 -0
- package/src/components/Icons/Action/Announcement.vue +5 -0
- package/src/components/Icons/Action/Api.vue +5 -0
- package/src/components/Icons/Action/AppBlocking.vue +10 -0
- package/src/components/Icons/Action/ArrowCircleDown.vue +5 -0
- package/src/components/Icons/Action/ArrowCircleUp.vue +5 -0
- package/src/components/Icons/Action/ArrowRightAlt.vue +5 -0
- package/src/components/Icons/Action/AspectRatio.vue +5 -0
- package/src/components/Icons/Action/Assessment.vue +5 -0
- package/src/components/Icons/Action/Assignment.vue +5 -0
- package/src/components/Icons/Action/AssignmentInd.vue +5 -0
- package/src/components/Icons/Action/AssignmentLate.vue +5 -0
- package/src/components/Icons/Action/AssignmentReturn.vue +5 -0
- package/src/components/Icons/Action/AssignmentReturned.vue +5 -0
- package/src/components/Icons/Action/AssignmentTurnedIn.vue +5 -0
- package/src/components/Icons/Action/Autorenew.vue +5 -0
- package/src/components/Icons/Action/Backup.vue +5 -0
- package/src/components/Icons/Action/BackupTable.vue +10 -0
- package/src/components/Icons/Action/BatchPrediction.vue +5 -0
- package/src/components/Icons/Action/Book.vue +5 -0
- package/src/components/Icons/Action/BookOnline.vue +5 -0
- package/src/components/Icons/Action/Bookmark.vue +5 -0
- package/src/components/Icons/Action/BookmarkBorder.vue +5 -0
- package/src/components/Icons/Action/Bookmarks.vue +5 -0
- package/src/components/Icons/Action/BugReport.vue +5 -0
- package/src/components/Icons/Action/Build.vue +5 -0
- package/src/components/Icons/Action/BuildCircle.vue +7 -0
- package/src/components/Icons/Action/Cached.vue +5 -0
- package/src/components/Icons/Action/CalendarToday.vue +5 -0
- package/src/components/Icons/Action/CalendarViewDay.vue +5 -0
- package/src/components/Icons/Action/CameraEnhance.vue +5 -0
- package/src/components/Icons/Action/CancelScheduleSend.vue +22 -0
- package/src/components/Icons/Action/CardGiftcard.vue +5 -0
- package/src/components/Icons/Action/CardMembership.vue +5 -0
- package/src/components/Icons/Action/CardTravel.vue +5 -0
- package/src/components/Icons/Action/ChangeHistory.vue +5 -0
- package/src/components/Icons/Action/CheckCircle.vue +5 -0
- package/src/components/Icons/Action/CheckCircleOutline.vue +5 -0
- package/src/components/Icons/Action/ChromeReaderMode.vue +5 -0
- package/src/components/Icons/Action/Class.vue +5 -0
- package/src/components/Icons/Action/CloseFullscreen.vue +5 -0
- package/src/components/Icons/Action/CommentBank.vue +5 -0
- package/src/components/Icons/Action/Commute.vue +5 -0
- package/src/components/Icons/Action/CompareArrows.vue +5 -0
- package/src/components/Icons/Action/ContactPage.vue +5 -0
- package/src/components/Icons/Action/ContactSupport.vue +5 -0
- package/src/components/Icons/Action/Contactless.vue +5 -0
- package/src/components/Icons/Action/Copyright.vue +5 -0
- package/src/components/Icons/Action/CreditCard.vue +5 -0
- package/src/components/Icons/Action/Dashboard.vue +5 -0
- package/src/components/Icons/Action/DateRange.vue +5 -0
- package/src/components/Icons/Action/Delete.vue +5 -0
- package/src/components/Icons/Action/DeleteForever.vue +5 -0
- package/src/components/Icons/Action/DeleteOutline.vue +5 -0
- package/src/components/Icons/Action/Description.vue +5 -0
- package/src/components/Icons/Action/DisabledByDefault.vue +5 -0
- package/src/components/Icons/Action/Dns.vue +5 -0
- package/src/components/Icons/Action/Done.vue +5 -0
- package/src/components/Icons/Action/DoneAll.vue +5 -0
- package/src/components/Icons/Action/DoneOutline.vue +5 -0
- package/src/components/Icons/Action/DonutLarge.vue +5 -0
- package/src/components/Icons/Action/DonutSmall.vue +5 -0
- package/src/components/Icons/Action/DragIndicator.vue +5 -0
- package/src/components/Icons/Action/DynamicForm.vue +5 -0
- package/src/components/Icons/Action/Eco.vue +5 -0
- package/src/components/Icons/Action/Eject.vue +5 -0
- package/src/components/Icons/Action/EuroSymbol.vue +5 -0
- package/src/components/Icons/Action/Event.vue +5 -0
- package/src/components/Icons/Action/EventSeat.vue +5 -0
- package/src/components/Icons/Action/ExitToApp.vue +5 -0
- package/src/components/Icons/Action/Explore.vue +5 -0
- package/src/components/Icons/Action/ExploreOff.vue +5 -0
- package/src/components/Icons/Action/Extension.vue +5 -0
- package/src/components/Icons/Action/Face.vue +5 -0
- package/src/components/Icons/Action/FaceUnlock.vue +5 -0
- package/src/components/Icons/Action/FactCheck.vue +7 -0
- package/src/components/Icons/Action/Favorite.vue +5 -0
- package/src/components/Icons/Action/FavoriteBorder.vue +5 -0
- package/src/components/Icons/Action/Feedback.vue +5 -0
- package/src/components/Icons/Action/FilterAlt.vue +5 -0
- package/src/components/Icons/Action/FindInPage.vue +5 -0
- package/src/components/Icons/Action/FindReplace.vue +5 -0
- package/src/components/Icons/Action/Fingerprint.vue +5 -0
- package/src/components/Icons/Action/Flaky.vue +7 -0
- package/src/components/Icons/Action/FlightLand.vue +5 -0
- package/src/components/Icons/Action/FlightTakeoff.vue +5 -0
- package/src/components/Icons/Action/FlipToBack.vue +5 -0
- package/src/components/Icons/Action/FlipToFront.vue +5 -0
- package/src/components/Icons/Action/GTranslate.vue +5 -0
- package/src/components/Icons/Action/Gavel.vue +5 -0
- package/src/components/Icons/Action/GetApp.vue +5 -0
- package/src/components/Icons/Action/Gif.vue +5 -0
- package/src/components/Icons/Action/Grade.vue +5 -0
- package/src/components/Icons/Action/Grading.vue +22 -0
- package/src/components/Icons/Action/GroupWork.vue +5 -0
- package/src/components/Icons/Action/Help.vue +5 -0
- package/src/components/Icons/Action/HelpCenter.vue +5 -0
- package/src/components/Icons/Action/HelpOutline.vue +5 -0
- package/src/components/Icons/Action/HighlightAlt.vue +5 -0
- package/src/components/Icons/Action/HighlightOff.vue +5 -0
- package/src/components/Icons/Action/History.vue +5 -0
- package/src/components/Icons/Action/HistoryToggleOff.vue +5 -0
- package/src/components/Icons/Action/Home.vue +19 -0
- package/src/components/Icons/Action/HomeBold.vue +3 -0
- package/src/components/Icons/Action/HomeLinear.vue +22 -0
- package/src/components/Icons/Action/HorizontalSplit.vue +5 -0
- package/src/components/Icons/Action/HourglassDisabled.vue +10 -0
- package/src/components/Icons/Action/HourglassEmpty.vue +5 -0
- package/src/components/Icons/Action/HourglassFull.vue +5 -0
- package/src/components/Icons/Action/Http.vue +5 -0
- package/src/components/Icons/Action/Https.vue +5 -0
- package/src/components/Icons/Action/IcArticle.vue +5 -0
- package/src/components/Icons/Action/IcCode.vue +5 -0
- package/src/components/Icons/Action/IcInput.vue +5 -0
- package/src/components/Icons/Action/IcLabel.vue +5 -0
- package/src/components/Icons/Action/IcSource.vue +5 -0
- package/src/components/Icons/Action/ImportantDevices.vue +5 -0
- package/src/components/Icons/Action/Info.vue +5 -0
- package/src/components/Icons/Action/InfoOutline.vue +5 -0
- package/src/components/Icons/Action/IntegrationInstructions.vue +5 -0
- package/src/components/Icons/Action/InvertColors.vue +5 -0
- package/src/components/Icons/Action/LabelImportant.vue +5 -0
- package/src/components/Icons/Action/LabelImportantOutline.vue +5 -0
- package/src/components/Icons/Action/LabelOff.vue +5 -0
- package/src/components/Icons/Action/LabelOutline.vue +5 -0
- package/src/components/Icons/Action/Language.vue +5 -0
- package/src/components/Icons/Action/Launch.vue +5 -0
- package/src/components/Icons/Action/Leaderboard.vue +5 -0
- package/src/components/Icons/Action/LightbulbOutline.vue +5 -0
- package/src/components/Icons/Action/LineStyle.vue +5 -0
- package/src/components/Icons/Action/LineWeight.vue +5 -0
- package/src/components/Icons/Action/List.vue +5 -0
- package/src/components/Icons/Action/Lock.vue +5 -0
- package/src/components/Icons/Action/LockOpen.vue +5 -0
- package/src/components/Icons/Action/LockOutline.vue +5 -0
- package/src/components/Icons/Action/Login.vue +5 -0
- package/src/components/Icons/Action/Logout.vue +3 -0
- package/src/components/Icons/Action/Loyalty.vue +5 -0
- package/src/components/Icons/Action/MarkunreadMailbox.vue +19 -0
- package/src/components/Icons/Action/Maximize.vue +5 -0
- package/src/components/Icons/Action/Mediation.vue +5 -0
- package/src/components/Icons/Action/Minimize.vue +5 -0
- package/src/components/Icons/Action/ModelTraining.vue +5 -0
- package/src/components/Icons/Action/NextPlan.vue +5 -0
- package/src/components/Icons/Action/NotAccessible.vue +5 -0
- package/src/components/Icons/Action/NotStarted.vue +5 -0
- package/src/components/Icons/Action/NoteAdd.vue +5 -0
- package/src/components/Icons/Action/OfflineBolt.vue +5 -0
- package/src/components/Icons/Action/OfflinePin.vue +5 -0
- package/src/components/Icons/Action/OnlinePrediction.vue +5 -0
- package/src/components/Icons/Action/Opacity.vue +5 -0
- package/src/components/Icons/Action/OpenInBrowser.vue +5 -0
- package/src/components/Icons/Action/OpenInFull.vue +5 -0
- package/src/components/Icons/Action/OpenInNew.vue +5 -0
- package/src/components/Icons/Action/OpenWith.vue +5 -0
- package/src/components/Icons/Action/Outbond.vue +5 -0
- package/src/components/Icons/Action/Outlet.vue +5 -0
- package/src/components/Icons/Action/Pageview.vue +5 -0
- package/src/components/Icons/Action/PanTool.vue +19 -0
- package/src/components/Icons/Action/Payment.vue +5 -0
- package/src/components/Icons/Action/Pending.vue +5 -0
- package/src/components/Icons/Action/PendingActions.vue +5 -0
- package/src/components/Icons/Action/PermCameraMic.vue +5 -0
- package/src/components/Icons/Action/PermContactCalendar.vue +5 -0
- package/src/components/Icons/Action/PermDataSetting.vue +5 -0
- package/src/components/Icons/Action/PermDeviceInformation.vue +5 -0
- package/src/components/Icons/Action/PermIdentity.vue +5 -0
- package/src/components/Icons/Action/PermMedia.vue +5 -0
- package/src/components/Icons/Action/PermPhoneMsg.vue +5 -0
- package/src/components/Icons/Action/PermScanWifi.vue +5 -0
- package/src/components/Icons/Action/Pets.vue +19 -0
- package/src/components/Icons/Action/PictureInPicture.vue +5 -0
- package/src/components/Icons/Action/PictureInPictureAlt.vue +5 -0
- package/src/components/Icons/Action/Plagiarism.vue +10 -0
- package/src/components/Icons/Action/PlayForWork.vue +5 -0
- package/src/components/Icons/Action/Polymer.vue +5 -0
- package/src/components/Icons/Action/PowerSettingsNew.vue +5 -0
- package/src/components/Icons/Action/PregnantWoman.vue +5 -0
- package/src/components/Icons/Action/Preview.vue +5 -0
- package/src/components/Icons/Action/Print.vue +5 -0
- package/src/components/Icons/Action/PrivacyTip.vue +5 -0
- package/src/components/Icons/Action/PublishedWithChanges.vue +5 -0
- package/src/components/Icons/Action/QueryBuilder.vue +5 -0
- package/src/components/Icons/Action/QuestionAnswer.vue +5 -0
- package/src/components/Icons/Action/Quickreply.vue +10 -0
- package/src/components/Icons/Action/Receipt.vue +5 -0
- package/src/components/Icons/Action/RecordVoiceOver.vue +10 -0
- package/src/components/Icons/Action/Redeem.vue +5 -0
- package/src/components/Icons/Action/RemoveShoppingCart.vue +5 -0
- package/src/components/Icons/Action/Reorder.vue +5 -0
- package/src/components/Icons/Action/ReportProblem.vue +5 -0
- package/src/components/Icons/Action/RequestPage.vue +5 -0
- package/src/components/Icons/Action/Restore.vue +5 -0
- package/src/components/Icons/Action/RestoreFromTrash.vue +5 -0
- package/src/components/Icons/Action/RestorePage.vue +5 -0
- package/src/components/Icons/Action/Room.vue +5 -0
- package/src/components/Icons/Action/RoundedCorner.vue +5 -0
- package/src/components/Icons/Action/Rowing.vue +5 -0
- package/src/components/Icons/Action/Rule.vue +5 -0
- package/src/components/Icons/Action/Schedule.vue +5 -0
- package/src/components/Icons/Action/Search.vue +5 -0
- package/src/components/Icons/Action/SearchOff.vue +10 -0
- package/src/components/Icons/Action/Settings.vue +5 -0
- package/src/components/Icons/Action/SettingsApplications.vue +5 -0
- package/src/components/Icons/Action/SettingsBackupRestore.vue +5 -0
- package/src/components/Icons/Action/SettingsBluetooth.vue +19 -0
- package/src/components/Icons/Action/SettingsBrightness.vue +5 -0
- package/src/components/Icons/Action/SettingsCell.vue +19 -0
- package/src/components/Icons/Action/SettingsEthernet.vue +5 -0
- package/src/components/Icons/Action/SettingsInputAntenna.vue +5 -0
- package/src/components/Icons/Action/SettingsInputComponent.vue +5 -0
- package/src/components/Icons/Action/SettingsInputComposite.vue +5 -0
- package/src/components/Icons/Action/SettingsInputHdmi.vue +5 -0
- package/src/components/Icons/Action/SettingsInputSvideo.vue +5 -0
- package/src/components/Icons/Action/SettingsOverscan.vue +5 -0
- package/src/components/Icons/Action/SettingsPhone.vue +5 -0
- package/src/components/Icons/Action/SettingsPower.vue +5 -0
- package/src/components/Icons/Action/SettingsRemote.vue +19 -0
- package/src/components/Icons/Action/SettingsVoice.vue +5 -0
- package/src/components/Icons/Action/Shop.vue +5 -0
- package/src/components/Icons/Action/ShopTwo.vue +5 -0
- package/src/components/Icons/Action/ShoppingBag.vue +5 -0
- package/src/components/Icons/Action/ShoppingBasket.vue +5 -0
- package/src/components/Icons/Action/ShoppingCart.vue +5 -0
- package/src/components/Icons/Action/SmartButton.vue +5 -0
- package/src/components/Icons/Action/SpeakerNotes.vue +5 -0
- package/src/components/Icons/Action/SpeakerNotesOff.vue +5 -0
- package/src/components/Icons/Action/Spellcheck.vue +5 -0
- package/src/components/Icons/Action/StarRate.vue +5 -0
- package/src/components/Icons/Action/Stars.vue +5 -0
- package/src/components/Icons/Action/StickyNote2.vue +5 -0
- package/src/components/Icons/Action/Store.vue +5 -0
- package/src/components/Icons/Action/Subject.vue +5 -0
- package/src/components/Icons/Action/SubtitlesOff.vue +10 -0
- package/src/components/Icons/Action/SupervisedUserCircle.vue +5 -0
- package/src/components/Icons/Action/SupervisorAccount.vue +5 -0
- package/src/components/Icons/Action/Support.vue +5 -0
- package/src/components/Icons/Action/SwapHoriz.vue +5 -0
- package/src/components/Icons/Action/SwapHorizontalCircle.vue +5 -0
- package/src/components/Icons/Action/SwapVert.vue +5 -0
- package/src/components/Icons/Action/SwapVerticalCircle.vue +5 -0
- package/src/components/Icons/Action/SyncAlt.vue +10 -0
- package/src/components/Icons/Action/SystemUpdateAlt.vue +5 -0
- package/src/components/Icons/Action/Tab.vue +5 -0
- package/src/components/Icons/Action/TabUnselected.vue +5 -0
- package/src/components/Icons/Action/TableView.vue +5 -0
- package/src/components/Icons/Action/TextRotateUp.vue +5 -0
- package/src/components/Icons/Action/TextRotateVertical.vue +5 -0
- package/src/components/Icons/Action/TextRotationAngledown.vue +5 -0
- package/src/components/Icons/Action/TextRotationAngleup.vue +5 -0
- package/src/components/Icons/Action/TextRotationDown.vue +5 -0
- package/src/components/Icons/Action/TextRotationNone.vue +5 -0
- package/src/components/Icons/Action/Theaters.vue +5 -0
- package/src/components/Icons/Action/ThumbDown.vue +5 -0
- package/src/components/Icons/Action/ThumbUp.vue +5 -0
- package/src/components/Icons/Action/ThumbsUpDown.vue +19 -0
- package/src/components/Icons/Action/Timeline.vue +5 -0
- package/src/components/Icons/Action/Toc.vue +5 -0
- package/src/components/Icons/Action/Today.vue +5 -0
- package/src/components/Icons/Action/Toll.vue +5 -0
- package/src/components/Icons/Action/TouchApp.vue +5 -0
- package/src/components/Icons/Action/Tour.vue +5 -0
- package/src/components/Icons/Action/TrackChanges.vue +5 -0
- package/src/components/Icons/Action/Translate.vue +5 -0
- package/src/components/Icons/Action/TrendingDown.vue +5 -0
- package/src/components/Icons/Action/TrendingFlat.vue +5 -0
- package/src/components/Icons/Action/TrendingUp.vue +5 -0
- package/src/components/Icons/Action/TridRotation.vue +19 -0
- package/src/components/Icons/Action/TurnedIn.vue +5 -0
- package/src/components/Icons/Action/TurnedInNot.vue +5 -0
- package/src/components/Icons/Action/Unpublished.vue +5 -0
- package/src/components/Icons/Action/Update.vue +5 -0
- package/src/components/Icons/Action/Upgrade.vue +5 -0
- package/src/components/Icons/Action/Usiness.vue +5 -0
- package/src/components/Icons/Action/Verified.vue +5 -0
- package/src/components/Icons/Action/VerifiedUser.vue +5 -0
- package/src/components/Icons/Action/VerticalSplit.vue +5 -0
- package/src/components/Icons/Action/ViewAgenda.vue +5 -0
- package/src/components/Icons/Action/ViewArray.vue +5 -0
- package/src/components/Icons/Action/ViewCarousel.vue +5 -0
- package/src/components/Icons/Action/ViewColumn.vue +5 -0
- package/src/components/Icons/Action/ViewDay.vue +5 -0
- package/src/components/Icons/Action/ViewHeadline.vue +5 -0
- package/src/components/Icons/Action/ViewList.vue +5 -0
- package/src/components/Icons/Action/ViewModule.vue +5 -0
- package/src/components/Icons/Action/ViewQuilt.vue +5 -0
- package/src/components/Icons/Action/ViewSidebar.vue +5 -0
- package/src/components/Icons/Action/ViewStream.vue +5 -0
- package/src/components/Icons/Action/ViewWeek.vue +5 -0
- package/src/components/Icons/Action/Visibility.vue +5 -0
- package/src/components/Icons/Action/VisibilityOff.vue +5 -0
- package/src/components/Icons/Action/VoiceOverOff.vue +5 -0
- package/src/components/Icons/Action/WatchLater.vue +5 -0
- package/src/components/Icons/Action/WifiProtectedSetup.vue +10 -0
- package/src/components/Icons/Action/Work.vue +5 -0
- package/src/components/Icons/Action/WorkOff.vue +5 -0
- package/src/components/Icons/Action/WorkOutline.vue +5 -0
- package/src/components/Icons/Action/Wysiwyg.vue +5 -0
- package/src/components/Icons/Action/YoutubeSearchedFor.vue +5 -0
- package/src/components/Icons/Action/ZoomIn.vue +5 -0
- package/src/components/Icons/Action/ZoomOut.vue +5 -0
- package/src/components/Icons/Alert/AddAlert.vue +5 -0
- package/src/components/Icons/Alert/AlertIcons.vue +36 -0
- package/src/components/Icons/Alert/AutoDelete.vue +13 -0
- package/src/components/Icons/Alert/Error.vue +5 -0
- package/src/components/Icons/Alert/ErrorOutline.vue +5 -0
- package/src/components/Icons/Alert/NotificationImportant.vue +5 -0
- package/src/components/Icons/Alert/Warning.vue +5 -0
- package/src/components/Icons/Alert/WarningAmber.vue +5 -0
- package/src/components/Icons/AudioVideo/AddToQueue.vue +5 -0
- package/src/components/Icons/AudioVideo/Airplay.vue +5 -0
- package/src/components/Icons/AudioVideo/Album.vue +5 -0
- package/src/components/Icons/AudioVideo/ArtTrack.vue +5 -0
- package/src/components/Icons/AudioVideo/AudioVideoIcons.vue +285 -0
- package/src/components/Icons/AudioVideo/AvTimer.vue +16 -0
- package/src/components/Icons/AudioVideo/BrandingWatermark.vue +5 -0
- package/src/components/Icons/AudioVideo/CallToAction.vue +5 -0
- package/src/components/Icons/AudioVideo/ClosedCaption.vue +5 -0
- package/src/components/Icons/AudioVideo/ClosedCaptionDisabled.vue +5 -0
- package/src/components/Icons/AudioVideo/ControlCamera.vue +10 -0
- package/src/components/Icons/AudioVideo/Equalizer.vue +5 -0
- package/src/components/Icons/AudioVideo/Explicit.vue +5 -0
- package/src/components/Icons/AudioVideo/FastForward.vue +5 -0
- package/src/components/Icons/AudioVideo/FastRewind.vue +5 -0
- package/src/components/Icons/AudioVideo/FeaturedPlayList.vue +5 -0
- package/src/components/Icons/AudioVideo/FeaturedVideo.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberDvr.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberManualRecord.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberNew.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberPin.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberSmartRecord.vue +10 -0
- package/src/components/Icons/AudioVideo/Fiveg.vue +10 -0
- package/src/components/Icons/AudioVideo/Forward10.vue +5 -0
- package/src/components/Icons/AudioVideo/Forward30.vue +5 -0
- package/src/components/Icons/AudioVideo/Forward5.vue +5 -0
- package/src/components/Icons/AudioVideo/Fourk.vue +5 -0
- package/src/components/Icons/AudioVideo/Games.vue +5 -0
- package/src/components/Icons/AudioVideo/Hd.vue +5 -0
- package/src/components/Icons/AudioVideo/Hearing.vue +5 -0
- package/src/components/Icons/AudioVideo/HearingDisabled.vue +5 -0
- package/src/components/Icons/AudioVideo/HighQuality.vue +5 -0
- package/src/components/Icons/AudioVideo/IcStop.vue +5 -0
- package/src/components/Icons/AudioVideo/LibraryAdd.vue +5 -0
- package/src/components/Icons/AudioVideo/LibraryAddCheck.vue +5 -0
- package/src/components/Icons/AudioVideo/LibraryBooks.vue +5 -0
- package/src/components/Icons/AudioVideo/LibraryMusic.vue +5 -0
- package/src/components/Icons/AudioVideo/Loop.vue +5 -0
- package/src/components/Icons/AudioVideo/Mic.vue +5 -0
- package/src/components/Icons/AudioVideo/MicNone.vue +5 -0
- package/src/components/Icons/AudioVideo/MicOff.vue +5 -0
- package/src/components/Icons/AudioVideo/MissedVideoCall.vue +5 -0
- package/src/components/Icons/AudioVideo/Movie.vue +5 -0
- package/src/components/Icons/AudioVideo/MusicVideo.vue +5 -0
- package/src/components/Icons/AudioVideo/NewReleases.vue +5 -0
- package/src/components/Icons/AudioVideo/NotInterested.vue +5 -0
- package/src/components/Icons/AudioVideo/Note.vue +5 -0
- package/src/components/Icons/AudioVideo/Pause.vue +5 -0
- package/src/components/Icons/AudioVideo/PauseCircleFilled.vue +5 -0
- package/src/components/Icons/AudioVideo/PauseCircleOutline.vue +5 -0
- package/src/components/Icons/AudioVideo/PlayArrow.vue +5 -0
- package/src/components/Icons/AudioVideo/PlayCircleFilled.vue +5 -0
- package/src/components/Icons/AudioVideo/PlayCircleOutline.vue +5 -0
- package/src/components/Icons/AudioVideo/PlaylistAdd.vue +5 -0
- package/src/components/Icons/AudioVideo/PlaylistAddCheck.vue +5 -0
- package/src/components/Icons/AudioVideo/PlaylistPlay.vue +5 -0
- package/src/components/Icons/AudioVideo/Queue.vue +5 -0
- package/src/components/Icons/AudioVideo/QueueMusic.vue +5 -0
- package/src/components/Icons/AudioVideo/QueuePlayNext.vue +5 -0
- package/src/components/Icons/AudioVideo/Radio.vue +5 -0
- package/src/components/Icons/AudioVideo/RecentActors.vue +5 -0
- package/src/components/Icons/AudioVideo/RemoveFromQueue.vue +5 -0
- package/src/components/Icons/AudioVideo/Repeat.vue +5 -0
- package/src/components/Icons/AudioVideo/RepeatOne.vue +5 -0
- package/src/components/Icons/AudioVideo/Replay.vue +5 -0
- package/src/components/Icons/AudioVideo/Replay10.vue +5 -0
- package/src/components/Icons/AudioVideo/Replay30.vue +5 -0
- package/src/components/Icons/AudioVideo/Replay5.vue +5 -0
- package/src/components/Icons/AudioVideo/Shuffle.vue +5 -0
- package/src/components/Icons/AudioVideo/SkipNext.vue +5 -0
- package/src/components/Icons/AudioVideo/SkipPrevious.vue +5 -0
- package/src/components/Icons/AudioVideo/SlowMotionVideo.vue +5 -0
- package/src/components/Icons/AudioVideo/Snooze.vue +5 -0
- package/src/components/Icons/AudioVideo/SortByAlpha.vue +5 -0
- package/src/components/Icons/AudioVideo/Speed.vue +10 -0
- package/src/components/Icons/AudioVideo/StopCircle.vue +7 -0
- package/src/components/Icons/AudioVideo/Subscriptions.vue +5 -0
- package/src/components/Icons/AudioVideo/Subtitles.vue +5 -0
- package/src/components/Icons/AudioVideo/SurroundSound.vue +5 -0
- package/src/components/Icons/AudioVideo/VideoCall.vue +5 -0
- package/src/components/Icons/AudioVideo/VideoLabel.vue +5 -0
- package/src/components/Icons/AudioVideo/VideoLibrary.vue +5 -0
- package/src/components/Icons/AudioVideo/VideoSettings.vue +11 -0
- package/src/components/Icons/AudioVideo/Videocam.vue +5 -0
- package/src/components/Icons/AudioVideo/VideocamOff.vue +5 -0
- package/src/components/Icons/AudioVideo/VolumeDown.vue +5 -0
- package/src/components/Icons/AudioVideo/VolumeMute.vue +5 -0
- package/src/components/Icons/AudioVideo/VolumeOff.vue +5 -0
- package/src/components/Icons/AudioVideo/VolumeUp.vue +5 -0
- package/src/components/Icons/AudioVideo/Web.vue +5 -0
- package/src/components/Icons/AudioVideo/WebAsset.vue +5 -0
- package/src/components/Icons/Communication/AddIcCall.vue +5 -0
- package/src/components/Icons/Communication/AlternateEmail.vue +5 -0
- package/src/components/Icons/Communication/Business.vue +5 -0
- package/src/components/Icons/Communication/Call.vue +5 -0
- package/src/components/Icons/Communication/CallEnd.vue +5 -0
- package/src/components/Icons/Communication/CallMade.vue +5 -0
- package/src/components/Icons/Communication/CallMerge.vue +5 -0
- package/src/components/Icons/Communication/CallMissed.vue +5 -0
- package/src/components/Icons/Communication/CallMissedOutgoing.vue +5 -0
- package/src/components/Icons/Communication/CallReceived.vue +5 -0
- package/src/components/Icons/Communication/CallSplit.vue +5 -0
- package/src/components/Icons/Communication/CancelPresentation.vue +5 -0
- package/src/components/Icons/Communication/Chat.vue +5 -0
- package/src/components/Icons/Communication/ChatBubble.vue +5 -0
- package/src/components/Icons/Communication/ChatBubbleOutline.vue +5 -0
- package/src/components/Icons/Communication/ClearAll.vue +5 -0
- package/src/components/Icons/Communication/Comment.vue +5 -0
- package/src/components/Icons/Communication/CommunicationIcons.vue +255 -0
- package/src/components/Icons/Communication/ContactMail.vue +5 -0
- package/src/components/Icons/Communication/ContactPhone.vue +5 -0
- package/src/components/Icons/Communication/Contacts.vue +19 -0
- package/src/components/Icons/Communication/DesktopAccessDisabled.vue +5 -0
- package/src/components/Icons/Communication/DialerSip.vue +5 -0
- package/src/components/Icons/Communication/Dialpad.vue +5 -0
- package/src/components/Icons/Communication/DomainDisabled.vue +5 -0
- package/src/components/Icons/Communication/DomainVerification.vue +10 -0
- package/src/components/Icons/Communication/Duo.vue +5 -0
- package/src/components/Icons/Communication/Email.vue +5 -0
- package/src/components/Icons/Communication/Forum.vue +5 -0
- package/src/components/Icons/Communication/ForwardToInbox.vue +5 -0
- package/src/components/Icons/Communication/HourglassBottom.vue +5 -0
- package/src/components/Icons/Communication/HourglassTop.vue +5 -0
- package/src/components/Icons/Communication/ImportContacts.vue +5 -0
- package/src/components/Icons/Communication/ImportExport.vue +5 -0
- package/src/components/Icons/Communication/InvertColorsOff.vue +5 -0
- package/src/components/Icons/Communication/ListAlt.vue +5 -0
- package/src/components/Icons/Communication/LiveHelp.vue +5 -0
- package/src/components/Icons/Communication/LocationOff.vue +5 -0
- package/src/components/Icons/Communication/LocationOn.vue +5 -0
- package/src/components/Icons/Communication/MailOutline.vue +5 -0
- package/src/components/Icons/Communication/MarkChatRead.vue +5 -0
- package/src/components/Icons/Communication/MarkChatUnread.vue +19 -0
- package/src/components/Icons/Communication/MarkEmailRead.vue +5 -0
- package/src/components/Icons/Communication/MarkEmailUnread.vue +5 -0
- package/src/components/Icons/Communication/Message.vue +5 -0
- package/src/components/Icons/Communication/MobileScreenShare.vue +5 -0
- package/src/components/Icons/Communication/MoreTime.vue +13 -0
- package/src/components/Icons/Communication/Nat.vue +10 -0
- package/src/components/Icons/Communication/NoSim.vue +5 -0
- package/src/components/Icons/Communication/PausePresentation.vue +5 -0
- package/src/components/Icons/Communication/PersonAddDisabled.vue +5 -0
- package/src/components/Icons/Communication/PersonSearch.vue +13 -0
- package/src/components/Icons/Communication/Phone.vue +5 -0
- package/src/components/Icons/Communication/PhoneDisabled.vue +5 -0
- package/src/components/Icons/Communication/PhoneEnabled.vue +5 -0
- package/src/components/Icons/Communication/PhonelinkErase.vue +5 -0
- package/src/components/Icons/Communication/PhonelinkLock.vue +5 -0
- package/src/components/Icons/Communication/PhonelinkRing.vue +5 -0
- package/src/components/Icons/Communication/PhonelinkSetup.vue +5 -0
- package/src/components/Icons/Communication/PortableWifiOff.vue +5 -0
- package/src/components/Icons/Communication/PresentToAll.vue +5 -0
- package/src/components/Icons/Communication/PrintDisabled.vue +5 -0
- package/src/components/Icons/Communication/QrCode.vue +37 -0
- package/src/components/Icons/Communication/QrCodeScanner.vue +5 -0
- package/src/components/Icons/Communication/ReadMore.vue +16 -0
- package/src/components/Icons/Communication/RingVolume.vue +5 -0
- package/src/components/Icons/Communication/RssFeed.vue +10 -0
- package/src/components/Icons/Communication/ScreenShare.vue +5 -0
- package/src/components/Icons/Communication/SentimentSatisfiedAlt.vue +13 -0
- package/src/components/Icons/Communication/SpeakerPhone.vue +5 -0
- package/src/components/Icons/Communication/StayCurrentLandscape.vue +5 -0
- package/src/components/Icons/Communication/StayCurrentPortrait.vue +5 -0
- package/src/components/Icons/Communication/StayPrimaryLandscape.vue +5 -0
- package/src/components/Icons/Communication/StayPrimaryPortrait.vue +5 -0
- package/src/components/Icons/Communication/StopScreenShare.vue +5 -0
- package/src/components/Icons/Communication/SwapCalls.vue +5 -0
- package/src/components/Icons/Communication/Textsms.vue +5 -0
- package/src/components/Icons/Communication/Unsubscribe.vue +5 -0
- package/src/components/Icons/Communication/Voicemail.vue +5 -0
- package/src/components/Icons/Communication/VpnKey.vue +5 -0
- package/src/components/Icons/Communication/WifiCalling.vue +10 -0
- package/src/components/Icons/Content/Add.vue +5 -0
- package/src/components/Icons/Content/AddBox.vue +5 -0
- package/src/components/Icons/Content/AddCircle.vue +5 -0
- package/src/components/Icons/Content/AddCircleOutline.vue +5 -0
- package/src/components/Icons/Content/AmpStories.vue +13 -0
- package/src/components/Icons/Content/Archive.vue +5 -0
- package/src/components/Icons/Content/Attribution.vue +10 -0
- package/src/components/Icons/Content/Backspace.vue +19 -0
- package/src/components/Icons/Content/Ballot.vue +5 -0
- package/src/components/Icons/Content/Biotech.vue +13 -0
- package/src/components/Icons/Content/Block.vue +5 -0
- package/src/components/Icons/Content/Calculate.vue +5 -0
- package/src/components/Icons/Content/Clear.vue +5 -0
- package/src/components/Icons/Content/ContentCopy.vue +5 -0
- package/src/components/Icons/Content/ContentCut.vue +5 -0
- package/src/components/Icons/Content/ContentIcons.vue +198 -0
- package/src/components/Icons/Content/ContentPaste.vue +19 -0
- package/src/components/Icons/Content/Create.vue +5 -0
- package/src/components/Icons/Content/DeleteSweep.vue +5 -0
- package/src/components/Icons/Content/Drafts.vue +5 -0
- package/src/components/Icons/Content/DynamicFeed.vue +13 -0
- package/src/components/Icons/Content/FileCopy.vue +5 -0
- package/src/components/Icons/Content/FilterList.vue +5 -0
- package/src/components/Icons/Content/Flag.vue +5 -0
- package/src/components/Icons/Content/FontDownload.vue +5 -0
- package/src/components/Icons/Content/Forward.vue +5 -0
- package/src/components/Icons/Content/Gesture.vue +5 -0
- package/src/components/Icons/Content/HowToReg.vue +10 -0
- package/src/components/Icons/Content/HowToVote.vue +5 -0
- package/src/components/Icons/Content/IcLink.vue +5 -0
- package/src/components/Icons/Content/Inbox.vue +5 -0
- package/src/components/Icons/Content/Insights.vue +13 -0
- package/src/components/Icons/Content/LinkOff.vue +5 -0
- package/src/components/Icons/Content/LowPriority.vue +5 -0
- package/src/components/Icons/Content/Mail.vue +5 -0
- package/src/components/Icons/Content/Markunread.vue +5 -0
- package/src/components/Icons/Content/MoveToInbox.vue +5 -0
- package/src/components/Icons/Content/NextWeek.vue +5 -0
- package/src/components/Icons/Content/OutlinedFlag.vue +5 -0
- package/src/components/Icons/Content/Policy.vue +10 -0
- package/src/components/Icons/Content/PushPin.vue +7 -0
- package/src/components/Icons/Content/Redo.vue +5 -0
- package/src/components/Icons/Content/Remove.vue +5 -0
- package/src/components/Icons/Content/RemoveCircle.vue +5 -0
- package/src/components/Icons/Content/RemoveCircleOutline.vue +5 -0
- package/src/components/Icons/Content/Reply.vue +5 -0
- package/src/components/Icons/Content/ReplyAll.vue +19 -0
- package/src/components/Icons/Content/Report.vue +5 -0
- package/src/components/Icons/Content/ReportGmailerrorred.vue +13 -0
- package/src/components/Icons/Content/ReportOff.vue +5 -0
- package/src/components/Icons/Content/Save.vue +5 -0
- package/src/components/Icons/Content/SaveAlt.vue +5 -0
- package/src/components/Icons/Content/SelectAll.vue +5 -0
- package/src/components/Icons/Content/Send.vue +5 -0
- package/src/components/Icons/Content/Sort.vue +5 -0
- package/src/components/Icons/Content/SquareFoot.vue +5 -0
- package/src/components/Icons/Content/TextFormat.vue +5 -0
- package/src/components/Icons/Content/Unarchive.vue +5 -0
- package/src/components/Icons/Content/Undo.vue +5 -0
- package/src/components/Icons/Content/Waves.vue +5 -0
- package/src/components/Icons/Content/Weekend.vue +5 -0
- package/src/components/Icons/Content/WhereToVote.vue +5 -0
- package/src/components/Icons/Device/AccessAlarm.vue +5 -0
- package/src/components/Icons/Device/AccessAlarms.vue +5 -0
- package/src/components/Icons/Device/AccessTime.vue +5 -0
- package/src/components/Icons/Device/AdUnits.vue +10 -0
- package/src/components/Icons/Device/AddAlarm.vue +5 -0
- package/src/components/Icons/Device/AddToHomeScreen.vue +5 -0
- package/src/components/Icons/Device/AirplanemodeActive.vue +5 -0
- package/src/components/Icons/Device/AirplanemodeInactive.vue +5 -0
- package/src/components/Icons/Device/BatteryAlert.vue +5 -0
- package/src/components/Icons/Device/BatteryChargingFull.vue +5 -0
- package/src/components/Icons/Device/BatteryFull.vue +5 -0
- package/src/components/Icons/Device/BatteryStd.vue +5 -0
- package/src/components/Icons/Device/BatteryUnknown.vue +5 -0
- package/src/components/Icons/Device/Bluetooth.vue +5 -0
- package/src/components/Icons/Device/BluetoothConnected.vue +5 -0
- package/src/components/Icons/Device/BluetoothDisabled.vue +5 -0
- package/src/components/Icons/Device/BluetoothSearching.vue +5 -0
- package/src/components/Icons/Device/BrightnessAuto.vue +5 -0
- package/src/components/Icons/Device/BrightnessHigh.vue +5 -0
- package/src/components/Icons/Device/BrightnessLow.vue +5 -0
- package/src/components/Icons/Device/BrightnessMedium.vue +5 -0
- package/src/components/Icons/Device/DataUsage.vue +5 -0
- package/src/components/Icons/Device/DeveloperMode.vue +5 -0
- package/src/components/Icons/Device/DeviceIcons.vue +187 -0
- package/src/components/Icons/Device/Devices.vue +5 -0
- package/src/components/Icons/Device/Dvr.vue +5 -0
- package/src/components/Icons/Device/GpsFixed.vue +5 -0
- package/src/components/Icons/Device/GpsNotFixed.vue +5 -0
- package/src/components/Icons/Device/GpsOff.vue +5 -0
- package/src/components/Icons/Device/GraphicEq.vue +5 -0
- package/src/components/Icons/Device/LocationDisabled.vue +5 -0
- package/src/components/Icons/Device/LocationSearching.vue +5 -0
- package/src/components/Icons/Device/MobileFriendly.vue +5 -0
- package/src/components/Icons/Device/MobileOff.vue +5 -0
- package/src/components/Icons/Device/Nfc.vue +5 -0
- package/src/components/Icons/Device/ScreenLockLandscape.vue +5 -0
- package/src/components/Icons/Device/ScreenLockPortrait.vue +5 -0
- package/src/components/Icons/Device/ScreenLockRotation.vue +5 -0
- package/src/components/Icons/Device/ScreenRotation.vue +19 -0
- package/src/components/Icons/Device/SdStorage.vue +5 -0
- package/src/components/Icons/Device/SettingsSystemDaydream.vue +5 -0
- package/src/components/Icons/Device/SignalCellular4Bar.vue +5 -0
- package/src/components/Icons/Device/SignalCellularAlt.vue +5 -0
- package/src/components/Icons/Device/SignalCellularConnectedNoInternet4Bar.vue +5 -0
- package/src/components/Icons/Device/SignalCellularNoSim.vue +5 -0
- package/src/components/Icons/Device/SignalCellularNull.vue +5 -0
- package/src/components/Icons/Device/SignalCellularOff.vue +5 -0
- package/src/components/Icons/Device/SignalWifi4Bar.vue +5 -0
- package/src/components/Icons/Device/SignalWifi4BarLock.vue +5 -0
- package/src/components/Icons/Device/SignalWifiOff.vue +5 -0
- package/src/components/Icons/Device/Storage.vue +5 -0
- package/src/components/Icons/Device/Thermostat.vue +5 -0
- package/src/components/Icons/Device/Usb.vue +5 -0
- package/src/components/Icons/Device/Wallpaper.vue +5 -0
- package/src/components/Icons/Device/Widgets.vue +5 -0
- package/src/components/Icons/Device/WifiLock.vue +5 -0
- package/src/components/Icons/Device/WifiTethering.vue +5 -0
- package/src/components/Icons/Editor/AddComment.vue +5 -0
- package/src/components/Icons/Editor/AttachFile.vue +5 -0
- package/src/components/Icons/Editor/AttachMoney.vue +5 -0
- package/src/components/Icons/Editor/BarChart.vue +5 -0
- package/src/components/Icons/Editor/BorderAll.vue +5 -0
- package/src/components/Icons/Editor/BorderBottom.vue +5 -0
- package/src/components/Icons/Editor/BorderClear.vue +5 -0
- package/src/components/Icons/Editor/BorderHorizontal.vue +5 -0
- package/src/components/Icons/Editor/BorderInner.vue +5 -0
- package/src/components/Icons/Editor/BorderLeft.vue +5 -0
- package/src/components/Icons/Editor/BorderOuter.vue +5 -0
- package/src/components/Icons/Editor/BorderRight.vue +5 -0
- package/src/components/Icons/Editor/BorderStyle.vue +5 -0
- package/src/components/Icons/Editor/BorderTop.vue +5 -0
- package/src/components/Icons/Editor/BorderVertical.vue +5 -0
- package/src/components/Icons/Editor/BubbleChart.vue +13 -0
- package/src/components/Icons/Editor/DragHandle.vue +5 -0
- package/src/components/Icons/Editor/EditorIcons.vue +264 -0
- package/src/components/Icons/Editor/FormatAlignCenter.vue +5 -0
- package/src/components/Icons/Editor/FormatAlignJustify.vue +5 -0
- package/src/components/Icons/Editor/FormatAlignLeft.vue +5 -0
- package/src/components/Icons/Editor/FormatAlignRight.vue +5 -0
- package/src/components/Icons/Editor/FormatBold.vue +5 -0
- package/src/components/Icons/Editor/FormatClear.vue +5 -0
- package/src/components/Icons/Editor/FormatColorReset.vue +5 -0
- package/src/components/Icons/Editor/FormatIndentDecrease.vue +5 -0
- package/src/components/Icons/Editor/FormatIndentIncrease.vue +5 -0
- package/src/components/Icons/Editor/FormatItalic.vue +5 -0
- package/src/components/Icons/Editor/FormatLineSpacing.vue +5 -0
- package/src/components/Icons/Editor/FormatListBulleted.vue +5 -0
- package/src/components/Icons/Editor/FormatListNumbered.vue +5 -0
- package/src/components/Icons/Editor/FormatListNumberedRtl.vue +5 -0
- package/src/components/Icons/Editor/FormatPaint.vue +5 -0
- package/src/components/Icons/Editor/FormatQuote.vue +5 -0
- package/src/components/Icons/Editor/FormatShapes.vue +5 -0
- package/src/components/Icons/Editor/FormatSize.vue +5 -0
- package/src/components/Icons/Editor/FormatStrikethrough.vue +5 -0
- package/src/components/Icons/Editor/FormatTextdirectionLToR.vue +5 -0
- package/src/components/Icons/Editor/FormatTextdirectionRToL.vue +5 -0
- package/src/components/Icons/Editor/FormatUnderlined.vue +5 -0
- package/src/components/Icons/Editor/Functions.vue +5 -0
- package/src/components/Icons/Editor/Height.vue +5 -0
- package/src/components/Icons/Editor/Highlight.vue +5 -0
- package/src/components/Icons/Editor/HorizontalRule.vue +7 -0
- package/src/components/Icons/Editor/IcTitle.vue +5 -0
- package/src/components/Icons/Editor/InsertChart.vue +5 -0
- package/src/components/Icons/Editor/InsertChartOutlined.vue +5 -0
- package/src/components/Icons/Editor/InsertComment.vue +5 -0
- package/src/components/Icons/Editor/InsertDriveFile.vue +5 -0
- package/src/components/Icons/Editor/InsertEmoticon.vue +5 -0
- package/src/components/Icons/Editor/InsertInvitation.vue +5 -0
- package/src/components/Icons/Editor/InsertLink.vue +5 -0
- package/src/components/Icons/Editor/InsertPhoto.vue +5 -0
- package/src/components/Icons/Editor/LinearScale.vue +5 -0
- package/src/components/Icons/Editor/MergeType.vue +5 -0
- package/src/components/Icons/Editor/Mode.vue +5 -0
- package/src/components/Icons/Editor/ModeComment.vue +5 -0
- package/src/components/Icons/Editor/MonetizationOn.vue +5 -0
- package/src/components/Icons/Editor/MoneyOff.vue +5 -0
- package/src/components/Icons/Editor/MoneyOffCsred.vue +5 -0
- package/src/components/Icons/Editor/MultilineChart.vue +5 -0
- package/src/components/Icons/Editor/Notes.vue +5 -0
- package/src/components/Icons/Editor/PieChart.vue +5 -0
- package/src/components/Icons/Editor/PieChartOutline.vue +5 -0
- package/src/components/Icons/Editor/PostAdd.vue +19 -0
- package/src/components/Icons/Editor/Publish.vue +5 -0
- package/src/components/Icons/Editor/ScatterPlot.vue +13 -0
- package/src/components/Icons/Editor/Score.vue +5 -0
- package/src/components/Icons/Editor/ShortText.vue +5 -0
- package/src/components/Icons/Editor/ShowChart.vue +5 -0
- package/src/components/Icons/Editor/SpaceBar.vue +5 -0
- package/src/components/Icons/Editor/StackedLineChart.vue +5 -0
- package/src/components/Icons/Editor/StrikethroughS.vue +5 -0
- package/src/components/Icons/Editor/Subscript.vue +5 -0
- package/src/components/Icons/Editor/Superscript.vue +5 -0
- package/src/components/Icons/Editor/TableChart.vue +5 -0
- package/src/components/Icons/Editor/TableRows.vue +5 -0
- package/src/components/Icons/Editor/TextFields.vue +5 -0
- package/src/components/Icons/Editor/VerticalAlignBottom.vue +5 -0
- package/src/components/Icons/Editor/VerticalAlignCenter.vue +5 -0
- package/src/components/Icons/Editor/VerticalAlignTop.vue +5 -0
- package/src/components/Icons/Editor/WrapText.vue +5 -0
- package/src/components/Icons/File/AttachEmail.vue +10 -0
- package/src/components/Icons/File/Attachment.vue +5 -0
- package/src/components/Icons/File/Cloud.vue +5 -0
- package/src/components/Icons/File/CloudCircle.vue +5 -0
- package/src/components/Icons/File/CloudDone.vue +5 -0
- package/src/components/Icons/File/CloudDownload.vue +5 -0
- package/src/components/Icons/File/CloudOff.vue +5 -0
- package/src/components/Icons/File/CloudQueue.vue +5 -0
- package/src/components/Icons/File/CloudUpload.vue +5 -0
- package/src/components/Icons/File/CreateNewFolder.vue +5 -0
- package/src/components/Icons/File/Download.vue +5 -0
- package/src/components/Icons/File/DownloadDone.vue +5 -0
- package/src/components/Icons/File/FileIcons.vue +78 -0
- package/src/components/Icons/File/Folder.vue +5 -0
- package/src/components/Icons/File/FolderOpen.vue +5 -0
- package/src/components/Icons/File/FolderShared.vue +5 -0
- package/src/components/Icons/File/RequestQuote.vue +5 -0
- package/src/components/Icons/File/RuleFolder.vue +5 -0
- package/src/components/Icons/File/SnippetFolder.vue +5 -0
- package/src/components/Icons/File/TextSnippet.vue +5 -0
- package/src/components/Icons/File/Topic.vue +5 -0
- package/src/components/Icons/File/Upload.vue +5 -0
- package/src/components/Icons/Hardware/BrowserNotSupported.vue +10 -0
- package/src/components/Icons/Hardware/Cast.vue +5 -0
- package/src/components/Icons/Hardware/CastConnected.vue +5 -0
- package/src/components/Icons/Hardware/CastForEducation.vue +5 -0
- package/src/components/Icons/Hardware/Computer.vue +5 -0
- package/src/components/Icons/Hardware/DesktopMac.vue +5 -0
- package/src/components/Icons/Hardware/DesktopWindows.vue +5 -0
- package/src/components/Icons/Hardware/DeveloperBoard.vue +5 -0
- package/src/components/Icons/Hardware/DeviceHub.vue +5 -0
- package/src/components/Icons/Hardware/DeviceUnknown.vue +5 -0
- package/src/components/Icons/Hardware/DevicesOther.vue +5 -0
- package/src/components/Icons/Hardware/Dock.vue +5 -0
- package/src/components/Icons/Hardware/Gamepad.vue +5 -0
- package/src/components/Icons/Hardware/HardwareIcons.vue +171 -0
- package/src/components/Icons/Hardware/Headset.vue +5 -0
- package/src/components/Icons/Hardware/HeadsetMic.vue +5 -0
- package/src/components/Icons/Hardware/Keyboard.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardArrowDown.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardArrowLeft.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardArrowRight.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardArrowUp.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardBackspace.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardCapslock.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardHide.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardReturn.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardTab.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardVoice.vue +5 -0
- package/src/components/Icons/Hardware/Laptop.vue +5 -0
- package/src/components/Icons/Hardware/LaptopChromebook.vue +5 -0
- package/src/components/Icons/Hardware/LaptopMac.vue +5 -0
- package/src/components/Icons/Hardware/LaptopWindows.vue +5 -0
- package/src/components/Icons/Hardware/Memory.vue +5 -0
- package/src/components/Icons/Hardware/Mouse.vue +5 -0
- package/src/components/Icons/Hardware/PhoneAndroid.vue +5 -0
- package/src/components/Icons/Hardware/PhoneIphone.vue +5 -0
- package/src/components/Icons/Hardware/Phonelink.vue +5 -0
- package/src/components/Icons/Hardware/PhonelinkOff.vue +5 -0
- package/src/components/Icons/Hardware/PointOfSale.vue +5 -0
- package/src/components/Icons/Hardware/PowerInput.vue +5 -0
- package/src/components/Icons/Hardware/Router.vue +5 -0
- package/src/components/Icons/Hardware/Scanner.vue +5 -0
- package/src/components/Icons/Hardware/Security.vue +5 -0
- package/src/components/Icons/Hardware/SimCard.vue +5 -0
- package/src/components/Icons/Hardware/Smartphone.vue +5 -0
- package/src/components/Icons/Hardware/Speaker.vue +5 -0
- package/src/components/Icons/Hardware/SpeakerGroup.vue +13 -0
- package/src/components/Icons/Hardware/Tablet.vue +5 -0
- package/src/components/Icons/Hardware/TabletAndroid.vue +19 -0
- package/src/components/Icons/Hardware/TabletMac.vue +19 -0
- package/src/components/Icons/Hardware/Toys.vue +5 -0
- package/src/components/Icons/Hardware/Tv.vue +5 -0
- package/src/components/Icons/Hardware/VideogameAsset.vue +5 -0
- package/src/components/Icons/Hardware/Watch.vue +19 -0
- package/src/components/Icons/Home/HomeIcons.vue +21 -0
- package/src/components/Icons/Home/SensorDoor.vue +5 -0
- package/src/components/Icons/Home/SensorWindow.vue +5 -0
- package/src/components/Icons/Image/AddAPhoto.vue +13 -0
- package/src/components/Icons/Image/AddPhotoAlternate.vue +5 -0
- package/src/components/Icons/Image/AddToPhotos.vue +5 -0
- package/src/components/Icons/Image/Adjust.vue +5 -0
- package/src/components/Icons/Image/Assistant.vue +5 -0
- package/src/components/Icons/Image/AssistantPhoto.vue +5 -0
- package/src/components/Icons/Image/Audiotrack.vue +5 -0
- package/src/components/Icons/Image/Bedtime.vue +5 -0
- package/src/components/Icons/Image/BlurCircular.vue +5 -0
- package/src/components/Icons/Image/BlurLinear.vue +5 -0
- package/src/components/Icons/Image/BlurOff.vue +43 -0
- package/src/components/Icons/Image/BlurOn.vue +5 -0
- package/src/components/Icons/Image/Brightness1.vue +5 -0
- package/src/components/Icons/Image/Brightness2.vue +5 -0
- package/src/components/Icons/Image/Brightness3.vue +5 -0
- package/src/components/Icons/Image/Brightness4.vue +5 -0
- package/src/components/Icons/Image/Brightness5.vue +5 -0
- package/src/components/Icons/Image/Brightness6.vue +5 -0
- package/src/components/Icons/Image/Brightness7.vue +5 -0
- package/src/components/Icons/Image/BrokenImage.vue +5 -0
- package/src/components/Icons/Image/Brush.vue +5 -0
- package/src/components/Icons/Image/BurstMode.vue +5 -0
- package/src/components/Icons/Image/Camera.vue +5 -0
- package/src/components/Icons/Image/CameraAlt.vue +10 -0
- package/src/components/Icons/Image/CameraFront.vue +19 -0
- package/src/components/Icons/Image/CameraRear.vue +19 -0
- package/src/components/Icons/Image/CameraRoll.vue +5 -0
- package/src/components/Icons/Image/CenterFocusStrong.vue +5 -0
- package/src/components/Icons/Image/CenterFocusWeak.vue +5 -0
- package/src/components/Icons/Image/Collections.vue +5 -0
- package/src/components/Icons/Image/CollectionsBookmark.vue +5 -0
- package/src/components/Icons/Image/ColorLens.vue +5 -0
- package/src/components/Icons/Image/Colorize.vue +5 -0
- package/src/components/Icons/Image/Compare.vue +5 -0
- package/src/components/Icons/Image/ControlPoint.vue +5 -0
- package/src/components/Icons/Image/ControlPointDuplicate.vue +5 -0
- package/src/components/Icons/Image/Crop.vue +5 -0
- package/src/components/Icons/Image/Crop169.vue +5 -0
- package/src/components/Icons/Image/Crop32.vue +5 -0
- package/src/components/Icons/Image/Crop54.vue +5 -0
- package/src/components/Icons/Image/Crop75.vue +5 -0
- package/src/components/Icons/Image/CropDin.vue +5 -0
- package/src/components/Icons/Image/CropFree.vue +5 -0
- package/src/components/Icons/Image/CropLandscape.vue +5 -0
- package/src/components/Icons/Image/CropOriginal.vue +5 -0
- package/src/components/Icons/Image/CropPortrait.vue +5 -0
- package/src/components/Icons/Image/CropRotate.vue +19 -0
- package/src/components/Icons/Image/CropSquare.vue +5 -0
- package/src/components/Icons/Image/Dehaze.vue +5 -0
- package/src/components/Icons/Image/Edit.vue +5 -0
- package/src/components/Icons/Image/Euro.vue +5 -0
- package/src/components/Icons/Image/Exposure.vue +5 -0
- package/src/components/Icons/Image/ExposureNeg1.vue +5 -0
- package/src/components/Icons/Image/ExposureNeg2.vue +5 -0
- package/src/components/Icons/Image/ExposurePlus1.vue +5 -0
- package/src/components/Icons/Image/ExposurePlus2.vue +5 -0
- package/src/components/Icons/Image/ExposureZero.vue +5 -0
- package/src/components/Icons/Image/Filter1.vue +5 -0
- package/src/components/Icons/Image/Filter2.vue +5 -0
- package/src/components/Icons/Image/Filter3.vue +5 -0
- package/src/components/Icons/Image/Filter4.vue +5 -0
- package/src/components/Icons/Image/Filter5.vue +5 -0
- package/src/components/Icons/Image/Filter6.vue +5 -0
- package/src/components/Icons/Image/Filter7.vue +5 -0
- package/src/components/Icons/Image/Filter8.vue +5 -0
- package/src/components/Icons/Image/Filter9.vue +5 -0
- package/src/components/Icons/Image/Filter9Plus.vue +5 -0
- package/src/components/Icons/Image/FilterBAndW.vue +5 -0
- package/src/components/Icons/Image/FilterCenterFocus.vue +5 -0
- package/src/components/Icons/Image/FilterDrama.vue +5 -0
- package/src/components/Icons/Image/FilterFrames.vue +19 -0
- package/src/components/Icons/Image/FilterHdr.vue +5 -0
- package/src/components/Icons/Image/FilterNone.vue +5 -0
- package/src/components/Icons/Image/FilterTiltShift.vue +5 -0
- package/src/components/Icons/Image/FilterVintage.vue +19 -0
- package/src/components/Icons/Image/Flare.vue +5 -0
- package/src/components/Icons/Image/FlashAuto.vue +5 -0
- package/src/components/Icons/Image/FlashOff.vue +5 -0
- package/src/components/Icons/Image/FlashOn.vue +5 -0
- package/src/components/Icons/Image/Flip.vue +5 -0
- package/src/components/Icons/Image/FlipCameraAndroid.vue +13 -0
- package/src/components/Icons/Image/FlipCameraIos.vue +5 -0
- package/src/components/Icons/Image/Gradient.vue +5 -0
- package/src/components/Icons/Image/Grain.vue +5 -0
- package/src/components/Icons/Image/GridOff.vue +5 -0
- package/src/components/Icons/Image/GridOn.vue +5 -0
- package/src/components/Icons/Image/HdrOff.vue +5 -0
- package/src/components/Icons/Image/HdrOn.vue +5 -0
- package/src/components/Icons/Image/HdrStrong.vue +5 -0
- package/src/components/Icons/Image/HdrWeak.vue +5 -0
- package/src/components/Icons/Image/Healing.vue +5 -0
- package/src/components/Icons/Image/IcDetails.vue +5 -0
- package/src/components/Icons/Image/IcFilter.vue +5 -0
- package/src/components/Icons/Image/IcImage.vue +5 -0
- package/src/components/Icons/Image/IcStyle.vue +5 -0
- package/src/components/Icons/Image/ImageAspectRatio.vue +5 -0
- package/src/components/Icons/Image/ImageIcons.vue +524 -0
- package/src/components/Icons/Image/ImageNotSupported.vue +5 -0
- package/src/components/Icons/Image/ImageSearch.vue +5 -0
- package/src/components/Icons/Image/Iso.vue +5 -0
- package/src/components/Icons/Image/Landscape.vue +5 -0
- package/src/components/Icons/Image/LeakAdd.vue +5 -0
- package/src/components/Icons/Image/LeakRemove.vue +5 -0
- package/src/components/Icons/Image/Lens.vue +5 -0
- package/src/components/Icons/Image/LinkedCamera.vue +10 -0
- package/src/components/Icons/Image/Looks.vue +5 -0
- package/src/components/Icons/Image/Looks3.vue +5 -0
- package/src/components/Icons/Image/Looks4.vue +19 -0
- package/src/components/Icons/Image/Looks5.vue +5 -0
- package/src/components/Icons/Image/Looks6.vue +5 -0
- package/src/components/Icons/Image/LooksOne.vue +5 -0
- package/src/components/Icons/Image/LooksTwo.vue +5 -0
- package/src/components/Icons/Image/Loupe.vue +5 -0
- package/src/components/Icons/Image/MonochromePhotos.vue +5 -0
- package/src/components/Icons/Image/MotionPhotosOn.vue +5 -0
- package/src/components/Icons/Image/MotionPhotosPause.vue +5 -0
- package/src/components/Icons/Image/MotionPhotosPaused.vue +5 -0
- package/src/components/Icons/Image/MovieCreation.vue +5 -0
- package/src/components/Icons/Image/MovieFilter.vue +5 -0
- package/src/components/Icons/Image/MusicNote.vue +5 -0
- package/src/components/Icons/Image/MusicOff.vue +5 -0
- package/src/components/Icons/Image/Nature.vue +5 -0
- package/src/components/Icons/Image/NaturePeople.vue +10 -0
- package/src/components/Icons/Image/NavigateBefore.vue +5 -0
- package/src/components/Icons/Image/NavigateNext.vue +5 -0
- package/src/components/Icons/Image/Palette.vue +5 -0
- package/src/components/Icons/Image/Panorama.vue +5 -0
- package/src/components/Icons/Image/PanoramaFishEye.vue +5 -0
- package/src/components/Icons/Image/PanoramaHorizontal.vue +5 -0
- package/src/components/Icons/Image/PanoramaVertical.vue +5 -0
- package/src/components/Icons/Image/PanoramaWideAngle.vue +5 -0
- package/src/components/Icons/Image/Photo.vue +5 -0
- package/src/components/Icons/Image/PhotoAlbum.vue +5 -0
- package/src/components/Icons/Image/PhotoCamera.vue +10 -0
- package/src/components/Icons/Image/PhotoFilter.vue +5 -0
- package/src/components/Icons/Image/PhotoLibrary.vue +5 -0
- package/src/components/Icons/Image/PhotoSizeSelectActual.vue +5 -0
- package/src/components/Icons/Image/PhotoSizeSelectLarge.vue +5 -0
- package/src/components/Icons/Image/PhotoSizeSelectSmall.vue +5 -0
- package/src/components/Icons/Image/PictureAsPdf.vue +5 -0
- package/src/components/Icons/Image/Portrait.vue +5 -0
- package/src/components/Icons/Image/ReceiptLong.vue +19 -0
- package/src/components/Icons/Image/RemoveRedEye.vue +5 -0
- package/src/components/Icons/Image/Rotate90DegreesCcw.vue +5 -0
- package/src/components/Icons/Image/RotateLeft.vue +5 -0
- package/src/components/Icons/Image/RotateRight.vue +5 -0
- package/src/components/Icons/Image/ShutterSpeed.vue +5 -0
- package/src/components/Icons/Image/SlashRedEye.vue +5 -0
- package/src/components/Icons/Image/Slideshow.vue +5 -0
- package/src/components/Icons/Image/Straighten.vue +5 -0
- package/src/components/Icons/Image/SwitchCamera.vue +5 -0
- package/src/components/Icons/Image/SwitchVideo.vue +5 -0
- package/src/components/Icons/Image/TagFaces.vue +5 -0
- package/src/components/Icons/Image/Texture.vue +5 -0
- package/src/components/Icons/Image/Timelapse.vue +5 -0
- package/src/components/Icons/Image/Timer.vue +5 -0
- package/src/components/Icons/Image/Timer10.vue +19 -0
- package/src/components/Icons/Image/Timer3.vue +5 -0
- package/src/components/Icons/Image/TimerOff.vue +5 -0
- package/src/components/Icons/Image/Tonality.vue +5 -0
- package/src/components/Icons/Image/Transform.vue +5 -0
- package/src/components/Icons/Image/Tune.vue +5 -0
- package/src/components/Icons/Image/ViewComfy.vue +5 -0
- package/src/components/Icons/Image/ViewCompact.vue +5 -0
- package/src/components/Icons/Image/Vignette.vue +5 -0
- package/src/components/Icons/Image/WbAuto.vue +5 -0
- package/src/components/Icons/Image/WbCloudy.vue +19 -0
- package/src/components/Icons/Image/WbIncandescent.vue +5 -0
- package/src/components/Icons/Image/WbIridescent.vue +5 -0
- package/src/components/Icons/Image/WbSunny.vue +19 -0
- package/src/components/Icons/LoadingIcon.vue +39 -0
- package/src/components/Icons/Maps/AddBusiness.vue +13 -0
- package/src/components/Icons/Maps/AddLocation.vue +5 -0
- package/src/components/Icons/Maps/AddLocationAlt.vue +5 -0
- package/src/components/Icons/Maps/AddRoad.vue +22 -0
- package/src/components/Icons/Maps/Agriculture.vue +16 -0
- package/src/components/Icons/Maps/AltRoute.vue +5 -0
- package/src/components/Icons/Maps/Atm.vue +5 -0
- package/src/components/Icons/Maps/Beenhere.vue +5 -0
- package/src/components/Icons/Maps/BikeScooter.vue +13 -0
- package/src/components/Icons/Maps/Category.vue +13 -0
- package/src/components/Icons/Maps/CleaningServices.vue +5 -0
- package/src/components/Icons/Maps/CompassCalibration.vue +10 -0
- package/src/components/Icons/Maps/DepartureBoard.vue +5 -0
- package/src/components/Icons/Maps/DesignServices.vue +10 -0
- package/src/components/Icons/Maps/Directions.vue +5 -0
- package/src/components/Icons/Maps/DirectionsBike.vue +5 -0
- package/src/components/Icons/Maps/DirectionsBoat.vue +5 -0
- package/src/components/Icons/Maps/DirectionsBus.vue +5 -0
- package/src/components/Icons/Maps/DirectionsCar.vue +5 -0
- package/src/components/Icons/Maps/DirectionsRailway.vue +5 -0
- package/src/components/Icons/Maps/DirectionsRun.vue +5 -0
- package/src/components/Icons/Maps/DirectionsSubway.vue +5 -0
- package/src/components/Icons/Maps/DirectionsTransit.vue +5 -0
- package/src/components/Icons/Maps/DirectionsWalk.vue +5 -0
- package/src/components/Icons/Maps/EditAttributes.vue +5 -0
- package/src/components/Icons/Maps/EditLocation.vue +19 -0
- package/src/components/Icons/Maps/EditRoad.vue +22 -0
- package/src/components/Icons/Maps/ElectricBike.vue +8 -0
- package/src/components/Icons/Maps/ElectricCar.vue +8 -0
- package/src/components/Icons/Maps/ElectricMoped.vue +14 -0
- package/src/components/Icons/Maps/ElectricRickshaw.vue +8 -0
- package/src/components/Icons/Maps/ElectricScooter.vue +11 -0
- package/src/components/Icons/Maps/ElectricalServices.vue +16 -0
- package/src/components/Icons/Maps/EvStation.vue +5 -0
- package/src/components/Icons/Maps/Fastfood.vue +5 -0
- package/src/components/Icons/Maps/Flight.vue +5 -0
- package/src/components/Icons/Maps/Handyman.vue +10 -0
- package/src/components/Icons/Maps/HomeRepairService.vue +10 -0
- package/src/components/Icons/Maps/Hotel.vue +5 -0
- package/src/components/Icons/Maps/Hvac.vue +19 -0
- package/src/components/Icons/Maps/IcMap.vue +5 -0
- package/src/components/Icons/Maps/Layers.vue +5 -0
- package/src/components/Icons/Maps/LayersClear.vue +5 -0
- package/src/components/Icons/Maps/LocalActivity.vue +5 -0
- package/src/components/Icons/Maps/LocalAirport.vue +5 -0
- package/src/components/Icons/Maps/LocalAtm.vue +5 -0
- package/src/components/Icons/Maps/LocalBar.vue +5 -0
- package/src/components/Icons/Maps/LocalCafe.vue +5 -0
- package/src/components/Icons/Maps/LocalCarWash.vue +5 -0
- package/src/components/Icons/Maps/LocalConvenienceStore.vue +5 -0
- package/src/components/Icons/Maps/LocalDining.vue +5 -0
- package/src/components/Icons/Maps/LocalDrink.vue +5 -0
- package/src/components/Icons/Maps/LocalFireDepartment.vue +10 -0
- package/src/components/Icons/Maps/LocalFlorist.vue +5 -0
- package/src/components/Icons/Maps/LocalGasStation.vue +5 -0
- package/src/components/Icons/Maps/LocalGroceryStore.vue +5 -0
- package/src/components/Icons/Maps/LocalHospital.vue +5 -0
- package/src/components/Icons/Maps/LocalHotel.vue +5 -0
- package/src/components/Icons/Maps/LocalLaundryService.vue +5 -0
- package/src/components/Icons/Maps/LocalLibrary.vue +5 -0
- package/src/components/Icons/Maps/LocalMall.vue +5 -0
- package/src/components/Icons/Maps/LocalMovies.vue +5 -0
- package/src/components/Icons/Maps/LocalOffer.vue +5 -0
- package/src/components/Icons/Maps/LocalParking.vue +5 -0
- package/src/components/Icons/Maps/LocalPharmacy.vue +5 -0
- package/src/components/Icons/Maps/LocalPhone.vue +5 -0
- package/src/components/Icons/Maps/LocalPizza.vue +5 -0
- package/src/components/Icons/Maps/LocalPlay.vue +5 -0
- package/src/components/Icons/Maps/LocalPolice.vue +5 -0
- package/src/components/Icons/Maps/LocalPostOffice.vue +5 -0
- package/src/components/Icons/Maps/LocalPrintshop.vue +5 -0
- package/src/components/Icons/Maps/LocalSee.vue +10 -0
- package/src/components/Icons/Maps/LocalShipping.vue +5 -0
- package/src/components/Icons/Maps/LocalTaxi.vue +5 -0
- package/src/components/Icons/Maps/MapsIcons.vue +371 -0
- package/src/components/Icons/Maps/MapsUgc.vue +12 -0
- package/src/components/Icons/Maps/MedicalServices.vue +5 -0
- package/src/components/Icons/Maps/MenuBook.vue +16 -0
- package/src/components/Icons/Maps/MiscellaneousServices.vue +10 -0
- package/src/components/Icons/Maps/Money.vue +5 -0
- package/src/components/Icons/Maps/Moped.vue +13 -0
- package/src/components/Icons/Maps/MultipleStop.vue +5 -0
- package/src/components/Icons/Maps/Museum.vue +5 -0
- package/src/components/Icons/Maps/MyLocation.vue +5 -0
- package/src/components/Icons/Maps/Navigation.vue +5 -0
- package/src/components/Icons/Maps/NearMe.vue +5 -0
- package/src/components/Icons/Maps/NearMeDisabled.vue +5 -0
- package/src/components/Icons/Maps/NoMeals.vue +5 -0
- package/src/components/Icons/Maps/NoTransfer.vue +5 -0
- package/src/components/Icons/Maps/NotListedLocation.vue +5 -0
- package/src/components/Icons/Maps/PedalBike.vue +5 -0
- package/src/components/Icons/Maps/PersonPin.vue +5 -0
- package/src/components/Icons/Maps/PersonPinCircle.vue +5 -0
- package/src/components/Icons/Maps/PestControl.vue +5 -0
- package/src/components/Icons/Maps/PestControlRodent.vue +5 -0
- package/src/components/Icons/Maps/PinDrop.vue +7 -0
- package/src/components/Icons/Maps/Place.vue +5 -0
- package/src/components/Icons/Maps/Plumbing.vue +13 -0
- package/src/components/Icons/Maps/RateReview.vue +5 -0
- package/src/components/Icons/Maps/Restaurant.vue +5 -0
- package/src/components/Icons/Maps/RestaurantMenu.vue +5 -0
- package/src/components/Icons/Maps/RunCircle.vue +5 -0
- package/src/components/Icons/Maps/Satellite.vue +5 -0
- package/src/components/Icons/Maps/SetMeal.vue +5 -0
- package/src/components/Icons/Maps/StoreMallDirectory.vue +5 -0
- package/src/components/Icons/Maps/Streetview.vue +13 -0
- package/src/components/Icons/Maps/Subway.vue +13 -0
- package/src/components/Icons/Maps/Terrain.vue +5 -0
- package/src/components/Icons/Maps/Traffic.vue +5 -0
- package/src/components/Icons/Maps/Train.vue +5 -0
- package/src/components/Icons/Maps/Tram.vue +5 -0
- package/src/components/Icons/Maps/TransferWithinAStation.vue +5 -0
- package/src/components/Icons/Maps/TransitEnterexit.vue +5 -0
- package/src/components/Icons/Maps/Tri60.vue +5 -0
- package/src/components/Icons/Maps/TripOrigin.vue +5 -0
- package/src/components/Icons/Maps/TwoWheeler.vue +5 -0
- package/src/components/Icons/Maps/WineBar.vue +5 -0
- package/src/components/Icons/Maps/WrongLocation.vue +10 -0
- package/src/components/Icons/Maps/ZoomOutMap.vue +5 -0
- package/src/components/Icons/Navigation/AppSettingsAlt.vue +5 -0
- package/src/components/Icons/Navigation/Apps.vue +5 -0
- package/src/components/Icons/Navigation/ArrowBack.vue +5 -0
- package/src/components/Icons/Navigation/ArrowBackIos.vue +5 -0
- package/src/components/Icons/Navigation/ArrowDownward.vue +5 -0
- package/src/components/Icons/Navigation/ArrowDropDown.vue +5 -0
- package/src/components/Icons/Navigation/ArrowDropDownCircle.vue +5 -0
- package/src/components/Icons/Navigation/ArrowDropUp.vue +5 -0
- package/src/components/Icons/Navigation/ArrowForward.vue +5 -0
- package/src/components/Icons/Navigation/ArrowForwardIos.vue +5 -0
- package/src/components/Icons/Navigation/ArrowLeft.vue +5 -0
- package/src/components/Icons/Navigation/ArrowRight.vue +5 -0
- package/src/components/Icons/Navigation/ArrowUpward.vue +5 -0
- package/src/components/Icons/Navigation/Campaign.vue +19 -0
- package/src/components/Icons/Navigation/Cancel.vue +5 -0
- package/src/components/Icons/Navigation/Check.vue +5 -0
- package/src/components/Icons/Navigation/ChevronLeft.vue +5 -0
- package/src/components/Icons/Navigation/ChevronRight.vue +5 -0
- package/src/components/Icons/Navigation/Close.vue +5 -0
- package/src/components/Icons/Navigation/DoubleArrow.vue +10 -0
- package/src/components/Icons/Navigation/East.vue +5 -0
- package/src/components/Icons/Navigation/ExpandLess.vue +5 -0
- package/src/components/Icons/Navigation/ExpandMore.vue +5 -0
- package/src/components/Icons/Navigation/FirstPage.vue +5 -0
- package/src/components/Icons/Navigation/Fullscreen.vue +5 -0
- package/src/components/Icons/Navigation/FullscreenExit.vue +5 -0
- package/src/components/Icons/Navigation/HomeWork.vue +10 -0
- package/src/components/Icons/Navigation/IcMenu.vue +5 -0
- package/src/components/Icons/Navigation/LastPage.vue +5 -0
- package/src/components/Icons/Navigation/LegendToggle.vue +5 -0
- package/src/components/Icons/Navigation/MenuOpen.vue +5 -0
- package/src/components/Icons/Navigation/MoreHoriz.vue +5 -0
- package/src/components/Icons/Navigation/MoreVert.vue +5 -0
- package/src/components/Icons/Navigation/NavigationIcons.vue +167 -0
- package/src/components/Icons/Navigation/North.vue +5 -0
- package/src/components/Icons/Navigation/NorthEast.vue +5 -0
- package/src/components/Icons/Navigation/NorthWest.vue +5 -0
- package/src/components/Icons/Navigation/Payments.vue +5 -0
- package/src/components/Icons/Navigation/Refresh.vue +5 -0
- package/src/components/Icons/Navigation/South.vue +5 -0
- package/src/components/Icons/Navigation/SouthEast.vue +5 -0
- package/src/components/Icons/Navigation/SouthWest.vue +5 -0
- package/src/components/Icons/Navigation/SubdirectoryArrowLeft.vue +5 -0
- package/src/components/Icons/Navigation/SubdirectoryArrowRight.vue +5 -0
- package/src/components/Icons/Navigation/SwitchDown.vue +5 -0
- package/src/components/Icons/Navigation/SwitchLeft.vue +5 -0
- package/src/components/Icons/Navigation/SwitchRight.vue +19 -0
- package/src/components/Icons/Navigation/SwitchUp.vue +19 -0
- package/src/components/Icons/Navigation/UnfoldLess.vue +5 -0
- package/src/components/Icons/Navigation/UnfoldMore.vue +5 -0
- package/src/components/Icons/Navigation/West.vue +5 -0
- package/src/components/Icons/Notification/AccountTree.vue +5 -0
- package/src/components/Icons/Notification/Adb.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatFlat.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatFlatAngled.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatIndividualSuite.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatLegroomExtra.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatLegroomNormal.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatLegroomReduced.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatReclineExtra.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatReclineNormal.vue +5 -0
- package/src/components/Icons/Notification/BluetoothAudio.vue +5 -0
- package/src/components/Icons/Notification/ConfirmationNumber.vue +5 -0
- package/src/components/Icons/Notification/DirectionsOff.vue +10 -0
- package/src/components/Icons/Notification/DiscFull.vue +5 -0
- package/src/components/Icons/Notification/DoDisturb.vue +5 -0
- package/src/components/Icons/Notification/DoDisturbAlt.vue +5 -0
- package/src/components/Icons/Notification/DoDisturbOff.vue +5 -0
- package/src/components/Icons/Notification/DoDisturbOn.vue +5 -0
- package/src/components/Icons/Notification/DriveEta.vue +5 -0
- package/src/components/Icons/Notification/EnhancedEncryption.vue +5 -0
- package/src/components/Icons/Notification/EventAvailable.vue +5 -0
- package/src/components/Icons/Notification/EventBusy.vue +5 -0
- package/src/components/Icons/Notification/EventNote.vue +5 -0
- package/src/components/Icons/Notification/FolderSpecial.vue +5 -0
- package/src/components/Icons/Notification/LiveTv.vue +5 -0
- package/src/components/Icons/Notification/Mms.vue +5 -0
- package/src/components/Icons/Notification/More.vue +19 -0
- package/src/components/Icons/Notification/NetworkCheck.vue +5 -0
- package/src/components/Icons/Notification/NetworkLocked.vue +5 -0
- package/src/components/Icons/Notification/NoEncryption.vue +5 -0
- package/src/components/Icons/Notification/NoEncryptionGmailerrorred.vue +5 -0
- package/src/components/Icons/Notification/NotificationIcons.vue +214 -0
- package/src/components/Icons/Notification/OndemandVideo.vue +5 -0
- package/src/components/Icons/Notification/PersonalVideo.vue +5 -0
- package/src/components/Icons/Notification/PhoneBluetoothSpeaker.vue +5 -0
- package/src/components/Icons/Notification/PhoneCallback.vue +5 -0
- package/src/components/Icons/Notification/PhoneForwarded.vue +5 -0
- package/src/components/Icons/Notification/PhoneInTalk.vue +5 -0
- package/src/components/Icons/Notification/PhoneLocked.vue +5 -0
- package/src/components/Icons/Notification/PhoneMissed.vue +5 -0
- package/src/components/Icons/Notification/PhonePaused.vue +5 -0
- package/src/components/Icons/Notification/Power.vue +5 -0
- package/src/components/Icons/Notification/PowerOff.vue +5 -0
- package/src/components/Icons/Notification/PriorityHigh.vue +10 -0
- package/src/components/Icons/Notification/SdCard.vue +5 -0
- package/src/components/Icons/Notification/SdCardAlert.vue +5 -0
- package/src/components/Icons/Notification/Sms.vue +5 -0
- package/src/components/Icons/Notification/SmsFailed.vue +5 -0
- package/src/components/Icons/Notification/SupportAgent.vue +16 -0
- package/src/components/Icons/Notification/Sync.vue +19 -0
- package/src/components/Icons/Notification/SyncDisabled.vue +5 -0
- package/src/components/Icons/Notification/SyncProblem.vue +5 -0
- package/src/components/Icons/Notification/SystemUpdate.vue +5 -0
- package/src/components/Icons/Notification/TapAndPlay.vue +5 -0
- package/src/components/Icons/Notification/TimeToLeave.vue +5 -0
- package/src/components/Icons/Notification/TvOff.vue +5 -0
- package/src/components/Icons/Notification/Vibration.vue +5 -0
- package/src/components/Icons/Notification/VoiceChat.vue +5 -0
- package/src/components/Icons/Notification/VpnLock.vue +5 -0
- package/src/components/Icons/Notification/Wc.vue +19 -0
- package/src/components/Icons/Notification/Wifi.vue +5 -0
- package/src/components/Icons/Notification/WifiOff.vue +5 -0
- package/src/components/Icons/Places/AcUnit.vue +5 -0
- package/src/components/Icons/Places/AirportShuttle.vue +5 -0
- package/src/components/Icons/Places/AllInclusive.vue +5 -0
- package/src/components/Icons/Places/Apartment.vue +5 -0
- package/src/components/Icons/Places/BabyChangingStation.vue +5 -0
- package/src/components/Icons/Places/Backpack.vue +5 -0
- package/src/components/Icons/Places/Bathtub.vue +10 -0
- package/src/components/Icons/Places/BeachAccess.vue +5 -0
- package/src/components/Icons/Places/Bento.vue +5 -0
- package/src/components/Icons/Places/BusinessCenter.vue +5 -0
- package/src/components/Icons/Places/Carpenter.vue +5 -0
- package/src/components/Icons/Places/Casino.vue +5 -0
- package/src/components/Icons/Places/ChargingStation.vue +5 -0
- package/src/components/Icons/Places/Checkroom.vue +5 -0
- package/src/components/Icons/Places/ChildCare.vue +13 -0
- package/src/components/Icons/Places/ChildFriendly.vue +5 -0
- package/src/components/Icons/Places/CorporateFare.vue +5 -0
- package/src/components/Icons/Places/Countertops.vue +5 -0
- package/src/components/Icons/Places/DoNotStep.vue +5 -0
- package/src/components/Icons/Places/DoNotTouch.vue +5 -0
- package/src/components/Icons/Places/Dry.vue +5 -0
- package/src/components/Icons/Places/Elevator.vue +5 -0
- package/src/components/Icons/Places/Escalator.vue +5 -0
- package/src/components/Icons/Places/EscalatorWarning.vue +5 -0
- package/src/components/Icons/Places/FamilyRestroom.vue +5 -0
- package/src/components/Icons/Places/Fence.vue +5 -0
- package/src/components/Icons/Places/FireExtinguisher.vue +5 -0
- package/src/components/Icons/Places/FitnessCenter.vue +5 -0
- package/src/components/Icons/Places/FoodBank.vue +5 -0
- package/src/components/Icons/Places/Foundation.vue +5 -0
- package/src/components/Icons/Places/FreeBreakfast.vue +5 -0
- package/src/components/Icons/Places/GolfCourse.vue +10 -0
- package/src/components/Icons/Places/Grass.vue +5 -0
- package/src/components/Icons/Places/HotTub.vue +10 -0
- package/src/components/Icons/Places/House.vue +5 -0
- package/src/components/Icons/Places/HouseSiding.vue +5 -0
- package/src/components/Icons/Places/Kitchen.vue +5 -0
- package/src/components/Icons/Places/MeetingRoom.vue +5 -0
- package/src/components/Icons/Places/Microwave.vue +5 -0
- package/src/components/Icons/Places/NightShelter.vue +5 -0
- package/src/components/Icons/Places/NoBackpack.vue +5 -0
- package/src/components/Icons/Places/NoCell.vue +5 -0
- package/src/components/Icons/Places/NoDrinks.vue +5 -0
- package/src/components/Icons/Places/NoFlash.vue +5 -0
- package/src/components/Icons/Places/NoFood.vue +5 -0
- package/src/components/Icons/Places/NoMeetingRoom.vue +5 -0
- package/src/components/Icons/Places/NoPhotography.vue +5 -0
- package/src/components/Icons/Places/NoStroller.vue +5 -0
- package/src/components/Icons/Places/PlacesIcons.vue +219 -0
- package/src/components/Icons/Places/Pool.vue +10 -0
- package/src/components/Icons/Places/RiceBowl.vue +5 -0
- package/src/components/Icons/Places/Roofing.vue +5 -0
- package/src/components/Icons/Places/RoomPreferences.vue +5 -0
- package/src/components/Icons/Places/RoomService.vue +5 -0
- package/src/components/Icons/Places/RvHookup.vue +5 -0
- package/src/components/Icons/Places/SmokeFree.vue +5 -0
- package/src/components/Icons/Places/SmokingRooms.vue +5 -0
- package/src/components/Icons/Places/Soap.vue +5 -0
- package/src/components/Icons/Places/Spa.vue +5 -0
- package/src/components/Icons/Places/SportsBar.vue +5 -0
- package/src/components/Icons/Places/Stairs.vue +5 -0
- package/src/components/Icons/Places/Storefront.vue +5 -0
- package/src/components/Icons/Places/Stroller.vue +5 -0
- package/src/components/Icons/Places/Tapas.vue +5 -0
- package/src/components/Icons/Places/Tty.vue +5 -0
- package/src/components/Icons/Places/Umbrella.vue +5 -0
- package/src/components/Icons/Places/Wash.vue +5 -0
- package/src/components/Icons/Places/WaterDamage.vue +5 -0
- package/src/components/Icons/Places/WheelchairPickup.vue +5 -0
- package/src/components/Icons/Social/Architecture.vue +13 -0
- package/src/components/Icons/Social/Cake.vue +19 -0
- package/src/components/Icons/Social/CleanHands.vue +5 -0
- package/src/components/Icons/Social/ConnectWithoutContact.vue +5 -0
- package/src/components/Icons/Social/Construction.vue +10 -0
- package/src/components/Icons/Social/Coronavirus.vue +5 -0
- package/src/components/Icons/Social/Deck.vue +13 -0
- package/src/components/Icons/Social/Domain.vue +5 -0
- package/src/components/Icons/Social/Elderly.vue +5 -0
- package/src/components/Icons/Social/EmojiEmotions.vue +5 -0
- package/src/components/Icons/Social/EmojiEvents.vue +5 -0
- package/src/components/Icons/Social/EmojiFlags.vue +5 -0
- package/src/components/Icons/Social/EmojiFoodBeverage.vue +10 -0
- package/src/components/Icons/Social/EmojiNature.vue +10 -0
- package/src/components/Icons/Social/EmojiObjects.vue +5 -0
- package/src/components/Icons/Social/EmojiPeople.vue +10 -0
- package/src/components/Icons/Social/EmojiSymbols.vue +25 -0
- package/src/components/Icons/Social/EmojiTransportation.vue +14 -0
- package/src/components/Icons/Social/Engineering.vue +19 -0
- package/src/components/Icons/Social/Facebook.vue +5 -0
- package/src/components/Icons/Social/Fireplace.vue +5 -0
- package/src/components/Icons/Social/FollowTheSigns.vue +5 -0
- package/src/components/Icons/Social/Group.vue +5 -0
- package/src/components/Icons/Social/GroupAdd.vue +5 -0
- package/src/components/Icons/Social/Groups.vue +5 -0
- package/src/components/Icons/Social/HistoryEdu.vue +5 -0
- package/src/components/Icons/Social/KingBed.vue +5 -0
- package/src/components/Icons/Social/LocationCity.vue +5 -0
- package/src/components/Icons/Social/Luggage.vue +5 -0
- package/src/components/Icons/Social/Masks.vue +5 -0
- package/src/components/Icons/Social/MilitaryTech.vue +5 -0
- package/src/components/Icons/Social/Mood.vue +5 -0
- package/src/components/Icons/Social/MoodBad.vue +5 -0
- package/src/components/Icons/Social/NightsStay.vue +10 -0
- package/src/components/Icons/Social/NoLuggage.vue +5 -0
- package/src/components/Icons/Social/Notifications.vue +5 -0
- package/src/components/Icons/Social/NotificationsActive.vue +5 -0
- package/src/components/Icons/Social/NotificationsNone.vue +5 -0
- package/src/components/Icons/Social/NotificationsOff.vue +5 -0
- package/src/components/Icons/Social/NotificationsPaused.vue +5 -0
- package/src/components/Icons/Social/OutdoorGrill.vue +16 -0
- package/src/components/Icons/Social/Pages.vue +5 -0
- package/src/components/Icons/Social/PartyMode.vue +5 -0
- package/src/components/Icons/Social/People.vue +5 -0
- package/src/components/Icons/Social/PeopleAlt.vue +22 -0
- package/src/components/Icons/Social/PeopleOutline.vue +5 -0
- package/src/components/Icons/Social/Person.vue +5 -0
- package/src/components/Icons/Social/PersonAdd.vue +5 -0
- package/src/components/Icons/Social/PersonAddAlt1.vue +13 -0
- package/src/components/Icons/Social/PersonOutline.vue +5 -0
- package/src/components/Icons/Social/PersonRemove.vue +5 -0
- package/src/components/Icons/Social/PersonRemoveAlt1.vue +5 -0
- package/src/components/Icons/Social/PlusOne.vue +5 -0
- package/src/components/Icons/Social/Poll.vue +5 -0
- package/src/components/Icons/Social/PrecisionManufacturing.vue +5 -0
- package/src/components/Icons/Social/Psychology.vue +10 -0
- package/src/components/Icons/Social/Public.vue +5 -0
- package/src/components/Icons/Social/PublicOff.vue +5 -0
- package/src/components/Icons/Social/ReduceCapacity.vue +5 -0
- package/src/components/Icons/Social/Sanitizer.vue +5 -0
- package/src/components/Icons/Social/School.vue +5 -0
- package/src/components/Icons/Social/Science.vue +5 -0
- package/src/components/Icons/Social/SelfImprovement.vue +10 -0
- package/src/components/Icons/Social/SentimentDissatisfied.vue +13 -0
- package/src/components/Icons/Social/SentimentNeutral.vue +16 -0
- package/src/components/Icons/Social/SentimentSatisfied.vue +13 -0
- package/src/components/Icons/Social/SentimentVeryDissatisfied.vue +5 -0
- package/src/components/Icons/Social/SentimentVerySatisfied.vue +5 -0
- package/src/components/Icons/Social/Share.vue +5 -0
- package/src/components/Icons/Social/Sick.vue +5 -0
- package/src/components/Icons/Social/SingleBed.vue +5 -0
- package/src/components/Icons/Social/SixFtApart.vue +5 -0
- package/src/components/Icons/Social/SocialIcons.vue +292 -0
- package/src/components/Icons/Social/Sports.vue +10 -0
- package/src/components/Icons/Social/SportsBaseball.vue +13 -0
- package/src/components/Icons/Social/SportsBasketball.vue +28 -0
- package/src/components/Icons/Social/SportsCricket.vue +13 -0
- package/src/components/Icons/Social/SportsEsports.vue +5 -0
- package/src/components/Icons/Social/SportsFootball.vue +13 -0
- package/src/components/Icons/Social/SportsGolf.vue +19 -0
- package/src/components/Icons/Social/SportsHandball.vue +13 -0
- package/src/components/Icons/Social/SportsHockey.vue +16 -0
- package/src/components/Icons/Social/SportsKabaddi.vue +28 -0
- package/src/components/Icons/Social/SportsMma.vue +10 -0
- package/src/components/Icons/Social/SportsMotorsports.vue +10 -0
- package/src/components/Icons/Social/SportsRugby.vue +5 -0
- package/src/components/Icons/Social/SportsSoccer.vue +5 -0
- package/src/components/Icons/Social/SportsTennis.vue +10 -0
- package/src/components/Icons/Social/SportsVolleyball.vue +22 -0
- package/src/components/Icons/Social/ThumbDownAlt.vue +5 -0
- package/src/components/Icons/Social/ThumbUpAlt.vue +5 -0
- package/src/components/Icons/Social/Whatshot.vue +5 -0
- package/src/components/Icons/TaxApplication/Automasi.vue +53 -0
- package/src/components/Icons/TaxApplication/Beejak.vue +77 -0
- package/src/components/Icons/TaxApplication/ConvertToCsv.vue +23 -0
- package/src/components/Icons/TaxApplication/CtasEbupotPph21.vue +43 -0
- package/src/components/Icons/TaxApplication/CtasEbupotUnifikasi.vue +29 -0
- package/src/components/Icons/TaxApplication/CtasEfaktur.vue +47 -0
- package/src/components/Icons/TaxApplication/Ebilling.vue +173 -0
- package/src/components/Icons/TaxApplication/Ebupot.vue +136 -0
- package/src/components/Icons/TaxApplication/Efaktur.vue +136 -0
- package/src/components/Icons/TaxApplication/Efiling.vue +50 -0
- package/src/components/Icons/TaxApplication/Ematerai.vue +55 -0
- package/src/components/Icons/TaxApplication/EsptBadan.vue +54 -0
- package/src/components/Icons/TaxApplication/Genta.vue +39 -0
- package/src/components/Icons/TaxApplication/H2h.vue +91 -0
- package/src/components/Icons/TaxApplication/Invoice.vue +136 -0
- package/src/components/Icons/TaxApplication/Rekonsiliasi.vue +61 -0
- package/src/components/Icons/TaxApplication/TaxApplicationIcons.vue +76 -0
- package/src/components/Icons/TaxApplication/TaxomaticPph.vue +34 -0
- package/src/components/Icons/TaxApplication/Training.vue +41 -0
- package/src/components/Icons/TaxApplication/Verify.vue +38 -0
- package/src/components/Icons/TaxApplication/Wapu.vue +140 -0
- package/src/components/Icons/Toggle/CheckBox.vue +5 -0
- package/src/components/Icons/Toggle/CheckBoxOutlineBlank.vue +8 -0
- package/src/components/Icons/Toggle/IndeterminateCheckBox.vue +5 -0
- package/src/components/Icons/Toggle/RadioButtonChecked.vue +11 -0
- package/src/components/Icons/Toggle/RadioButtonUnchecked.vue +5 -0
- package/src/components/Icons/Toggle/Star.vue +5 -0
- package/src/components/Icons/Toggle/StarBorder.vue +5 -0
- package/src/components/Icons/Toggle/StarHalf.vue +5 -0
- package/src/components/Icons/Toggle/StarOutline.vue +5 -0
- package/src/components/Icons/Toggle/ToggleIcons.vue +48 -0
- package/src/components/Icons/Toggle/ToggleOff.vue +5 -0
- package/src/components/Icons/Toggle/ToggleOn.vue +5 -0
- package/src/components/ModalDialog/index.vue +122 -0
- package/src/components/Product/LogActivityCard.vue +16 -0
- package/src/components/SideNav/index.vue +585 -0
- package/src/components/Snackbar/index.vue +249 -0
- package/src/components/Stepper/index.vue +164 -0
- package/src/components/Table/TablePagination.vue +356 -0
- package/src/components/Tabmenu/index.vue +123 -0
- package/src/components/Typography/TypoText.vue +118 -0
- package/src/components/index.js +61 -0
- package/src/install.js +1 -0
- package/src/main.js +8 -0
- package/src/router/index.js +166 -0
- package/src/store/index.js +8 -0
- package/src/views/About.vue +5 -0
- package/src/views/Breadcrumbs.vue +91 -0
- package/src/views/Button.vue +294 -0
- package/src/views/ColorPallete.vue +171 -0
- package/src/views/CssClass.vue +1276 -0
- package/src/views/Datepicker.vue +276 -0
- package/src/views/Dropdown.vue +444 -0
- package/src/views/ExpansionPanel.vue +81 -0
- package/src/views/Footer.vue +72 -0
- package/src/views/FormCheckbox.vue +259 -0
- package/src/views/FormInputTag.vue +260 -0
- package/src/views/FormRadio.vue +147 -0
- package/src/views/FormSwitch.vue +112 -0
- package/src/views/FormTextarea.vue +323 -0
- package/src/views/FormToggle.vue +779 -0
- package/src/views/Header.vue +170 -0
- package/src/views/Iconography.vue +1536 -0
- package/src/views/Installation.vue +52 -0
- package/src/views/ModalDialog.vue +82 -0
- package/src/views/PageElement.vue +107 -0
- package/src/views/ReadMe.md +41 -0
- package/src/views/SideNav.vue +142 -0
- package/src/views/Snackbar.vue +318 -0
- package/src/views/Stepper.vue +92 -0
- package/src/views/Table.vue +288 -0
- package/src/views/Tooltip.vue +54 -0
- package/src/views/Typography.vue +197 -0
- package/vite.config.js +25 -0
- package/vue.config.js +11 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.title-bold[data-v-20636b69]{font-weight:700;font-size:24px;line-height:36px;letter-spacing:-.01em}.title-regular[data-v-20636b69]{font-weight:400;font-size:24px;line-height:36px;letter-spacing:-.01em}.heading-bold[data-v-20636b69]{font-weight:700;font-size:18px;line-height:36px;letter-spacing:-.02em}.heading-regular[data-v-20636b69]{font-weight:400;font-size:18px;line-height:36px;letter-spacing:-.02em}.body-1-bold[data-v-20636b69]{font-weight:700;font-size:14px;line-height:36px;letter-spacing:0}.body-1-regular[data-v-20636b69]{font-weight:400;font-size:14px;line-height:36px;letter-spacing:0}.body-2-bold[data-v-20636b69]{font-weight:700;font-size:12px;line-height:16px;letter-spacing:0}.body-2-regular[data-v-20636b69]{font-weight:400;font-size:12px;line-height:16px;letter-spacing:0}.caption-bold[data-v-20636b69]{font-weight:700;font-size:10px;line-height:16px;letter-spacing:.02em}.caption-regular[data-v-20636b69]{font-weight:400;font-size:10px;line-height:16px;letter-spacing:.02em}.base-btn{font-size:14px;font-weight:700;border-radius:6px;transition:all .3s;cursor:pointer;display:flex;align-items:center;justify-content:center;border:1px solid transparent}.base-btn.full-btn{width:100%;padding:8px 20px}.base-btn.medium-btn{padding:8px 20px}.base-btn.small-btn{padding:8px 8px}.primary-btn{background:#3e7dc0;border-color:#3e7dc0;color:#fff}.primary-btn svg>g{fill:#fff}.primary-btn:hover{background:#32649a radial-gradient(circle,transparent 1%,#32649a 0) 50%/15000%;border-color:#32649a}.primary-btn:active{background-size:100%;background-color:#c5d8ec;border-color:#c5d8ec;transition:background 0s}.primary-btn.disabled,.primary-btn:disabled{background:#c5d8ec;border-color:#c5d8ec;pointer-events:none}.danger-btn{background:#e03021;border-color:#e03021;color:#fff}.danger-btn svg>g{fill:#fff}.danger-btn:hover{background:#b3261a radial-gradient(circle,transparent 1%,#b3261a 0) 50%/15000%;border-color:#b3261a}.danger-btn:active{background-size:100%;background-color:#f6c1bc;border-color:#f6c1bc;transition:background 0s}.danger-btn.disabled,.danger-btn:disabled{background:#f6c1bc;border-color:#f6c1bc;pointer-events:none}.success-btn{background:#0fa85e;border-color:#0fa85e;color:#fff}.success-btn svg>g{fill:#fff}.success-btn:hover{background:#0c864b radial-gradient(circle,transparent 1%,#0c864b 0) 50%/15000%;border-color:#0c864b}.success-btn:active{background-size:100%;background-color:#b7e5cf;border-color:#b7e5cf;transition:background 0s}.success-btn.disabled,.success-btn:disabled{background:#b7e5cf;border-color:#b7e5cf;pointer-events:none}.secondary-btn{color:#3e7dc0;background:#fff;border-color:#d4d7d8}.secondary-btn:hover{background:#fff;border-color:#8bb1d9}.secondary-btn:active{background-color:#f1f6fb;border-color:#8bb1d9;background-size:100%;transition:background 0s}.secondary-btn.disabled,.secondary-btn:disabled{background:#fff;color:#c5d8ec;pointer-events:none}.secondary-btn.disabled svg>g,.secondary-btn:disabled svg>g{fill:#c5d8ec}.color-text-border:hover{border-color:unset}.tertiary-btn{color:#3e7dc0;background:transparent;border-color:transparent}.tertiary-btn svg>g{fill:#3e7dc0}.tertiary-btn:hover{color:#32649a}.tertiary-btn:active{color:#3e7dc0;transition:background 0s}.tertiary-btn.disabled,.tertiary-btn:disabled{color:#c5d8ec;cursor:not-allowed}.tertiary-btn.disabled svg>g,.tertiary-btn:disabled svg>g{fill:#c5d8ec}.tertiary-danger-btn{color:#e03021;background:transparent;border-color:transparent}.tertiary-danger-btn svg>g{fill:#e03021}.tertiary-danger-btn:hover{color:#b3261a}.tertiary-danger-btn:active{color:#e03021;transition:background 0s}.tertiary-danger-btn.disabled,.tertiary-danger-btn:disabled{color:#f6c1bc;cursor:not-allowed}.tertiary-danger-btn.disabled svg>g,.tertiary-danger-btn:disabled svg>g{fill:#f6c1bc}.base-table{font-family:Avenir;border-collapse:collapse;width:100%;text-align:left}.base-table tr:hover>td{background:#f5f6f7}.base-table th{border-bottom:1px solid #ddd;padding:8px 8px 12px;color:#272b30;font-size:14px}.base-table th div{display:flex;align-items:center;width:-moz-fit-content;width:fit-content}.base-table th div svg{height:16px;width:16px;margin-left:4px;cursor:pointer}.base-table th div svg g{fill:#a9b0b8}.base-table td{transition:all .3s;padding:16px 8px;border-bottom:1px solid #d4d7d8;font-size:14px;color:#383e45}.base-table td svg{height:20px;width:20px;cursor:pointer}.base-table .selected:hover>td,.base-table .selected>td{background:#eef9f4}.base-table .base-checkbox-group .label:after{left:0}.breadcrumbs{display:flex;align-items:center;color:#6f7c89}.breadcrumbs-label{cursor:pointer}.breadcrumbs .body-2-bold{cursor:default;pointer-events:none;line-height:normal}.breadcrumbs .body-2-regular{line-height:normal}.breadcrumbs .body-2-regular:hover{color:#3e7dc0}.dashboard-footer{display:flex;align-items:center;justify-content:space-between;font-size:12px;flex-wrap:wrap;gap:8px 16px}.dashboard-footer .copyright{color:#a3a3a3}.dashboard-footer ul{padding:0;list-style:none;margin:0;display:flex}.dashboard-footer ul li{margin-right:32px}.dashboard-footer ul li a{text-decoration:none;color:#3e7dc0;font-weight:600;cursor:pointer}.dashboard-footer ul li:last-child{margin-right:0}@media(max-width:768px){.dashboard-footer{flex-direction:column;align-items:flex-start;gap:10px;padding:12px 0;font-size:11px}.dashboard-footer ul{width:100%;flex-wrap:wrap;gap:8px 16px}.dashboard-footer ul li{margin-right:0}}@media(max-width:480px){.dashboard-footer{align-items:center;text-align:center}.dashboard-footer ul{justify-content:center}}.select{font-size:15px;display:flex;position:relative;justify-content:center;cursor:pointer}.select .active-dropdown,.select .value-dropdown-company:hover{border-color:#3e7dc0!important}.select .card-view{padding:8px 16px;border:1px solid #d4d7d8;border-radius:6px}.select .search-container{margin:12px 16px;padding:10px;border:1px solid #b3b3b4;border-radius:8px}.select .search-container input{border:none;outline:none}.select *{box-sizing:border-box}.select-options{background-color:#fff}.select-options,.select .card-options{font-size:14px;position:absolute;z-index:1001;top:0;opacity:0;margin-top:10px;width:100%;height:0;max-height:0;overflow:hidden;box-shadow:6px 6px 10px #e8e8e8;transition:all .3s cubic-bezier(.075,.82,.165,1);z-index:-99}.select .card-options{max-width:350px;background-color:#fff;box-sizing:border-box;padding:0;background:#fff;border:1px solid #b3b3b4;box-shadow:2px 4px 8px hsla(0,0%,86.7%,.5);border-radius:8px}.select-option{cursor:pointer;top:100%}.select-option:hover{background-color:rgba(62,125,192,.2)}.select .card-option{cursor:pointer;padding:12px 16px;top:100%}.select-overlay{position:fixed;left:0;right:0;bottom:0;top:0;z-index:1000}.select.disabled{opacity:.5}.select.disabled .select-label div{cursor:not-allowed}.select.disabled .select-label:hover{color:#4c4c4c;cursor:default}.select.opened .card-options,.select.opened .select-options{top:100%;opacity:1;z-index:999999;height:-moz-max-content;height:max-content;max-height:200px;overflow:auto}.dashboard-header{position:relative;width:auto;background:#fff;padding:14px 32px;min-height:72px;display:flex;align-items:center;justify-content:space-between}.dashboard-header .header-left{flex:1}.dashboard-header .header-right{display:flex;align-items:center;gap:24px}.dashboard-header .company-card{display:flex;align-items:center;justify-content:space-between;width:100%;background:transparent;border:1px solid #d6dde5;border-radius:6px;padding:10px 14px;min-height:60px;box-shadow:none}.dashboard-header .company-card:hover{background:#f6f8fa}.dashboard-header .company-info{display:flex;flex-direction:column}.dashboard-header .company-name{font-weight:700;font-size:13px;color:#24344d;margin:0 0 4px 0;line-height:1.2}.dashboard-header .company-npwp{margin:0;font-size:12px;color:#8f9bac;line-height:1.2}.dashboard-header .chevron{transition:all .3s ease;margin-left:12px;color:#7a8595}.dashboard-header .notification{position:relative;display:flex;align-items:center;justify-content:center;width:26px;height:26px;color:#7a8595}.dashboard-header .notification svg{width:22px;height:22px}.dashboard-header .notif-dot{position:absolute;top:4px;right:4px;width:7px;height:7px;background:#e64c4c;border-radius:50%}.dashboard-header .divider{width:1px;height:32px;background:#dfe4eb}.dashboard-header .user-summary{display:flex;align-items:center;gap:10px;cursor:pointer;padding:6px 10px;border-radius:8px;border:1px solid transparent;transition:background .2s ease,border-color .2s ease}.dashboard-header .user-summary.active,.dashboard-header .user-summary:hover{background:rgba(62,125,192,.1019607843);border-color:rgba(62,125,192,.2)}.dashboard-header .avatar{height:36px;width:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:13px;font-weight:600;color:#2f3f55;background:#b9d1ef;flex-shrink:0}.dashboard-header .user-text{display:flex;flex-direction:column;line-height:1.2}.dashboard-header .user-name{margin:0;font-weight:700;font-size:14px;color:#2f3f55}.dashboard-header .user-role{margin:2px 0 0 0;font-size:12px;color:#90a0b3}.dashboard-header .caret{color:#7a8595;transition:transform .2s ease}.dashboard-header .dropdown-panel{position:absolute;top:48px;right:0;background:#fff;width:260px;z-index:2;border-radius:8px}.dashboard-header .overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1}.dashboard-header .select-box{max-width:249px;font-size:12px;font-weight:700}.dashboard-header .select-box svg{height:24px;width:24px}.dashboard-header .select-box__current{box-shadow:none}.dashboard-header .select-box__input:checked+.select-box__input-text{display:flex;flex-flow:column}.dashboard-header .select-box__list{min-width:-moz-max-content;min-width:max-content}.dashboard-header .select-box__item-name{padding-left:20px}.dashboard-header .action-menu{display:flex;align-items:center;position:relative}.dashboard-header .action-menu .body-1-bold{line-height:normal}.dashboard-header .action-menu .item-menu{background:#fff;display:flex;align-items:center}.dashboard-header .action-menu .item-menu:hover{background-color:rgba(62,125,192,.2)}.dashboard-header .active svg{transform:rotate(180deg)}@media(max-width:768px){.dashboard-header{align-items:stretch;gap:12px;padding:12px 16px}.dashboard-header .header-left{width:100%}.dashboard-header .header-right{justify-content:space-between;gap:1px}.dashboard-header .divider{display:none}.dashboard-header .company-card{min-height:54px;padding:10px 12px}.dashboard-header .user-summary{justify-content:space-between;padding:8px 0 8px 12px}.dashboard-header .user-text{display:none;min-width:0}.dashboard-header .user-name,.dashboard-header .user-role{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media(max-width:480px){.dashboard-header .notification{width:22px;height:22px}.dashboard-header .avatar{height:32px;width:32px;font-size:12px}.dashboard-header .user-name{font-size:13px}.dashboard-header .user-role{font-size:11px}}.form-input .label-top{display:flex;flex-flow:column}.form-input .label-top .typo-text{margin-bottom:8px}.form-input .label-left{display:flex}.form-input .label-left .typo-text{margin-right:12px;height:37px;align-self:flex-start;display:flex;align-items:center;min-width:-moz-fit-content;min-width:fit-content}.form-input .group-input .icon-right{right:0}.form-input .group-input:focus-within .keyboard_arrow_down{transform:rotate(180deg)}.form-input .wrap-slot{display:flex;position:relative}.form-input .slot-left{border-radius:6px 0 0 6px;border:1px solid #d4d7d8}.form-input .slot-left,.form-input .slot-right{align-self:center;display:flex;align-items:center;color:#6f7c89;background:#d4d7d8;padding:0 12px;font-weight:700;font-size:14px;height:35px}.form-input .btn-on-input,.form-input .slot-right{border-radius:0 6px 6px 0;border:1px solid #d4d7d8}.form-input .btn-on-input{align-self:center;display:flex;align-items:center;color:#fff;background:#3e7dc0;padding:0 12px;font-weight:700;font-size:14px;height:35px;white-space:nowrap;cursor:pointer}.form-input input{border:1px solid #d4d7d8;background:#fff;border-radius:6px;padding:8px 16px;outline:none;font-size:14px;color:#383e45;max-width:-webkit-fill-available}.form-input input:focus,.form-input input:hover{border-color:#3e7dc0}.form-input input::-moz-placeholder{color:#a9b0b8}.form-input input::placeholder{color:#a9b0b8}.form-input input:disabled{background:#f5f6f7;border-color:#d4d7d8}.form-input .error,.form-input .error:focus,.form-input .error:hover{border-color:#e03021}.form-input input[type=number]::-webkit-inner-spin-button,.form-input input[type=number]::-webkit-outer-spin-button{display:none}.form-input .helper-text{font-size:10px;margin-top:4px;color:#383e45}.form-input .error-helper{color:#e03021}.form-input .disabled-slot{color:#a9b0b8}.form-input .padding-icon-left{padding-left:40px}.form-input .padding-icon-right{padding-right:40px}.form-input .border-slot-left{border-radius:0 6px 6px 0}.form-input .border-slot-right{border-radius:6px 0 0 6px}.form-input .tag-code{padding:4px 6.5px;background:#f9f9f9;font-size:14px;font-weight:900;position:absolute;margin-left:16px}.form-input .padding-tag-code{padding-left:62px}.select-box[data-v-ac096d18]{position:relative;display:block;width:100%;margin:0 auto;font-size:14px}.select-box .disabled[data-v-ac096d18]{pointer-events:none}.select-box .disabled .select-box__input-text[data-v-ac096d18]{background:#f5f6f7}.select-box .readonly[data-v-ac096d18]{pointer-events:none}.select-box__current[data-v-ac096d18]{position:relative;box-shadow:0 15px 30px -10px rgba(0,0,0,.1);cursor:pointer;outline:none;border:1px solid #d4d7d8;border-radius:6px;min-height:35px}.select-box__current:focus+.select-box__list[data-v-ac096d18]{opacity:1;animation-name:none}.select-box__current:focus+.select-box__list .select-box__option[data-v-ac096d18]{cursor:pointer}.select-box__current:focus .select-box__icon[data-v-ac096d18]{transform:translateY(-50%) rotate(180deg)}.select-box__icon[data-v-ac096d18]{position:absolute;top:50%;right:15px;transform:translateY(-50%);width:20px;transition:.2s ease}.select-box__value[data-v-ac096d18]{display:flex}.select-box__input[data-v-ac096d18]{display:none}.select-box__input:checked+.select-box__input-text[data-v-ac096d18]{display:block}.select-box__input-text[data-v-ac096d18]{display:none;width:100%;margin:0;padding:8px 16px;padding-right:40px;background-color:#fff;border-radius:6px;color:#383e45;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.select-box__input-text span[data-v-ac096d18]{margin-top:1px;font-weight:400}.select-box__list[data-v-ac096d18]{position:absolute;width:calc(100% - 2px);list-style:none;opacity:0;animation-name:HideList-ac096d18;animation-duration:.5s;animation-delay:.5s;animation-fill-mode:forwards;animation-timing-function:step-start;top:0;margin:0;border:1px solid #d4d7d8;box-shadow:0 1px 6px rgba(11,60,93,.12),0 4px 18px 3px rgba(46,50,52,.08);border-radius:6px;padding:4px 0;background:#fff;max-height:450px;overflow:auto;min-width:-moz-fit-content;min-width:fit-content;z-index:9}.select-box__list[data-v-ac096d18]::-webkit-scrollbar{width:8px}.select-box__list[data-v-ac096d18]::-webkit-scrollbar-track{background:#d4d7d8;border-radius:0 6px 6px 0}.select-box__list[data-v-ac096d18]::-webkit-scrollbar-thumb{background:#a9b0b8;border-radius:20px}.select-box__list[data-v-ac096d18]::-webkit-scrollbar-thumb:hover{background:#555}.select-box__option[data-v-ac096d18]{padding:12px 16px;background-color:#fff;color:#383e45;transition:all .3s;font-weight:700}.select-box__option.select-active[data-v-ac096d18],.select-box__option[data-v-ac096d18]:focus{background-color:#3e7dc0;color:#fff}.select-box__option[data-v-ac096d18]:hover{background-color:#c5d8ec}.select-box__placeholder[data-v-ac096d18]{color:#d4d7d8;font-weight:400}.select-box__item-name[data-v-ac096d18]{font-weight:400}.select-box .helper-text[data-v-ac096d18]{font-size:10px;margin-top:4px;color:#383e45;display:flex;align-items:center}.select-box .error[data-v-ac096d18]{border-color:#e03021}.select-box .error-helper[data-v-ac096d18]{color:#e03021}.select-box .label-top[data-v-ac096d18]{display:flex;flex-flow:column}.select-box .label-top .typo-text[data-v-ac096d18]{margin-bottom:8px}@keyframes HideList-ac096d18{0%{transform:scaleY(1)}to{transform:scaleY(0)}}.dropdown{width:auto}.dropdown .dropdown-content{border:1px solid #fff;transition:all .3s}.dropdown .dropdown-content .base-checkbox-group{padding:14px 38px 14px 19px;min-width:-moz-max-content;min-width:max-content}.dropdown .dropdown-content .base-checkbox-group .label{margin-right:11px}.dropdown .dropdown-content .base-checkbox-group:hover{background:#f5f6f7}.search .dropdown{display:flex;justify-content:center}.search .dropdown .select-box__list{position:relative}.search .dropdown .form-input{z-index:3}.search .dropdown .dropdown-content{width:calc(100% + 32px);margin-top:-12px;padding-top:60px}.disabled-dropdown .dropdown .form-input,.readonly-dropdown .dropdown .dropdown-multiple-tag svg,.readonly-dropdown .dropdown .form-input{pointer-events:none}.disabled-dropdown .dropdown .form-input input{background:#f5f6f7;border-color:#d4d7d8}.disabled-dropdown .dropdown .base-btn{background:#fff;color:#c5d8ec;pointer-events:none}.disabled-dropdown .dropdown .dropdown-multiple-tag{background:#f5f6f7}.disabled-dropdown .dropdown .dropdown-multiple-tag svg{pointer-events:none}.date-picker .wrap-action-footer{display:flex;justify-content:right;margin-top:-16px}.date-picker .wrap-action-footer .primary-btn{background:#3e7dc0!important;border-color:#3e7dc0!important;color:#fff!important}.date-picker .picker-month{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff}.date-picker .icon-date{position:absolute;top:0;right:0;margin:8px 11px 0 0;cursor:pointer}.date-picker input{cursor:pointer}.date-picker *{box-sizing:border-box}.date-picker .calendar{padding:24px;background:#fff;width:-moz-fit-content;width:fit-content}.date-picker .calendar .wrap-month{max-width:292px}.date-picker .calendar .wrap-month .month{width:calc(33.33333% - 2px);padding:10px 0;color:#383e45;font-size:12px;text-align:center;cursor:pointer;margin:0 1px}.date-picker .calendar .wrap-month .selected{color:#fff;font-weight:700}.date-picker .calendar .header{display:flex;justify-content:space-between;align-items:center;background-color:#fff;color:#383e45;margin-bottom:16px}.date-picker .calendar .header .arrow{font-size:1.8rem;font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-grow:0;cursor:pointer;color:#3e7dc0}.date-picker .calendar .header .title{flex-grow:1;font-size:14px;font-weight:700;text-align:center}.date-picker .calendar .header #day,.date-picker .calendar .header #month{cursor:pointer}.date-picker .calendar .header #day .dropdown .dropdown-content,.date-picker .calendar .header #month .dropdown .dropdown-content{min-width:-moz-fit-content;min-width:fit-content;margin-left:-12px}.date-picker .calendar .header #day .dropdown .dropdown-content .wrap-option,.date-picker .calendar .header #month .dropdown .dropdown-content .wrap-option{overflow:auto;max-height:160px}.date-picker .calendar .header #day .dropdown .dropdown-content .wrap-option .active,.date-picker .calendar .header #month .dropdown .dropdown-content .wrap-option .active{background:#e8f2fb}.date-picker .calendar .weekdays{display:flex;margin:0 -1px;justify-content:center}.date-picker .calendar .weekday{width:37px;height:40px;display:flex;justify-content:center;align-items:center;color:#6f7c89;cursor:default;font-size:12px;font-weight:700;margin:0 1px}.date-picker .calendar .week{display:flex;margin:0 -1px;justify-content:center}.date-picker .calendar .day{display:flex;justify-content:center;align-items:center;color:#383e45;cursor:pointer;width:37px;height:36px;font-size:12px;font-weight:400}.date-picker .calendar .day:hover,.date-picker .calendar .month:hover{background:#c5d8ec;border-radius:6px}.date-picker .calendar .today{border-bottom:2px solid #3e7dc0}.date-picker .calendar .not-in-month{cursor:default;pointer-events:none}.date-picker .calendar .selected,.date-picker .calendar .selected:hover{background:#3e7dc0;border-radius:6px;color:#fff}.date-picker .calendar .dragged,.date-picker .calendar .dragged:hover{background-color:#b8e5f6;color:#383e45;border-radius:0;font-weight:400}.date-picker .calendar .disabled{background:#f5f6f7!important;color:#d4d7d8!important;pointer-events:none;border-radius:6px}.date-picker .calendar .start-date{border-left:4px solid #11aae2}.date-picker .calendar .end-date{border-right:4px solid #11aae2}.range-picker .calendar .header{align-items:flex-start}.range-picker .wrap-month .selected{color:#383e45!important;font-weight:400}.range-picker .wrap-month .selected,.range-picker .wrap-month .selected:hover{background-color:#c5d8ec;border-radius:0}.range-picker .wrap-month .disabled{color:#d4d7d8!important}.range-picker .wrap-month .month{margin:0!important;width:33.3333333333%!important}.wrap-outline{width:100%;height:100vh;top:0;position:fixed;left:0;z-index:1}.dropdown{position:relative;display:inline-block}.dropdown a,.dropdown button{position:relative;z-index:2}.dropdown .dropdown-content{display:none;position:absolute;min-width:105px;overflow:auto;z-index:2;box-shadow:0 1px 6px rgba(11,60,93,.12),0 4px 18px 3px rgba(46,50,52,.08);border-radius:6px;border:1px solid #d4d7d8;background:#fff;padding:4px 0;font-size:14px}.dropdown .dropdown-content a{color:#383e45;padding:8px 12px;text-decoration:none;display:block}.dropdown .dropdown-content button{color:#383e45;font-size:14px;padding:8px 12px;width:100%;min-width:-moz-max-content;min-width:max-content;border:none;background:none;text-align:left;cursor:pointer}.dropdown .dropdown-content a:hover,.dropdown .dropdown-content button:hover{background-color:#f5f6f7}.dropdown .dropdown-content .danger{color:#e03021}.dropdown .show{display:block}.dropdown-multiple-tag[data-v-e46f716e]{padding:4px 16px;background:#fff;border:1px solid #d4d7d8;border-radius:6px;align-self:stretch;align-items:center;display:flex;justify-content:space-between;min-width:100px}.dropdown-multiple-tag .placeholder[data-v-e46f716e]{color:#d4d7d8}.dropdown-multiple-tag .arrow-up[data-v-e46f716e]{transform:rotate(180deg)}.dropdown-multiple-tag svg[data-v-e46f716e]{cursor:pointer}.dropdown-multiple-tag .item-tag[data-v-e46f716e]{background:#d4d7d8;border-radius:4px;padding:2px 4px;font-weight:700;font-size:12px;color:#383e45;display:flex;align-items:center;margin:4px 0}.dropdown-multiple-tag .item-tag svg[data-v-e46f716e]{margin-left:4px}.dropdown-multiple-tag ul[data-v-e46f716e]{list-style:none;padding:0;display:flex;flex-wrap:wrap;margin:0;width:100%}.dropdown-multiple-tag ul li[data-v-e46f716e]{margin-right:8px}.select-box[data-v-dadd07e2]{position:relative;display:block;width:100%;margin:0 auto;font-size:14px}.select-box__list[data-v-dadd07e2]{position:absolute;width:calc(100% - 2px);padding:0;list-style:none;opacity:1;animation-duration:.5s;animation-delay:.5s;animation-fill-mode:forwards;animation-timing-function:step-start;top:0;margin:0;padding:4px 0;background:#fff;max-height:200px;overflow:auto;z-index:9}.select-box__list .tag-code[data-v-dadd07e2]{background:#f9f9f9;padding:4px 6.5px;border-radius:4px;margin-right:8px;font-weight:900}.select-box__list .tag-label[data-v-dadd07e2]{font-size:12px;font-weight:900;background:#dbdbdb;padding:4px 8px;border-radius:4px;margin-left:8px}.select-box__list[data-v-dadd07e2]::-webkit-scrollbar{width:8px}.select-box__list[data-v-dadd07e2]::-webkit-scrollbar-track{background:#d4d7d8;border-radius:6px}.select-box__list[data-v-dadd07e2]::-webkit-scrollbar-thumb{background:#a9b0b8;border-radius:20px}.select-box__list[data-v-dadd07e2]::-webkit-scrollbar-thumb:hover{background:#555}.select-box__option[data-v-dadd07e2]{padding:12px 16px;background-color:#fff;color:#383e45;transition:all .3s;font-weight:700;cursor:pointer;line-break:auto;text-align:right}.select-box__option.select-active[data-v-dadd07e2],.select-box__option[data-v-dadd07e2]:focus,.select-box__option[data-v-dadd07e2]:hover{background-color:#f5f6f7}.select-box__item-name[data-v-dadd07e2]{font-weight:400}.select-box__item-name .label-tag[data-v-dadd07e2]{background:#dbdbdb;font-size:12px;padding:4px 8px;border-radius:4px;color:#b3b3b4;font-weight:700;margin-right:20px}.select-box__empty[data-v-dadd07e2]{font-weight:400}.base-checkbox-group,.base-radio-group{cursor:pointer;display:flex;align-items:center;font-size:14px}.base-checkbox-group .label-box,.base-radio-group .label-box{width:18px;height:18px;font-size:12px;border:2px solid;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-right:8px;font-weight:800}.base-checkbox-group .bg-active,.base-radio-group .bg-active{background:#6f7c89}.base-checkbox-group .iconToggle g,.base-radio-group .iconToggle g{transition:all .3s}.base-checkbox-group svg,.base-radio-group svg{position:absolute;left:-4px;top:-4px}.base-checkbox-group .label,.base-radio-group .label{align-self:center;margin-right:10px;width:14px;height:14px;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:all .3s}.base-checkbox-group .label.checkbox,.base-radio-group .label.checkbox{position:relative}.base-checkbox-group .label:after,.base-radio-group .label:after{content:"";position:absolute;margin:1px;width:14px;height:14px;background:#43a047;transform:scale(0);transition:all .2s ease;opacity:.08;pointer-events:none}.base-checkbox-group:hover .label:after,.base-radio-group:hover .label:after{transform:scale(2.5);border-radius:50%}.base-checkbox-group:hover g,.base-radio-group:hover g{fill:#6fcb9e}.base-checkbox-group .base-checkbox,.base-checkbox-group .base-radio,.base-radio-group .base-checkbox,.base-radio-group .base-radio{display:none}.base-checkbox-group .base-checkbox:disabled+.label,.base-radio-group .base-checkbox:disabled+.label{pointer-events:none}.base-checkbox-group .base-checkbox:disabled+.label:after,.base-radio-group .base-checkbox:disabled+.label:after{background:#59636e;transform:scale(1.2)}.toggle-small .label:after{width:10px;height:10px;top:1px}.base-radio-group{cursor:pointer;display:flex;align-items:center;font-size:14px}.base-radio-group .iconToggle g{transition:all .3s}.base-radio-group svg{position:absolute;left:-4px;top:-4px}.base-radio-group .label{align-self:center;margin-right:10px;width:14px;height:14px;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:all .3s}.base-radio-group .label.checkbox{position:relative}.base-radio-group .label:after{content:"";position:absolute;margin:1px;width:14px;height:14px;background:#43a047;transform:scale(0);transition:all .2s ease;opacity:.08;pointer-events:none}.base-radio-group:hover .label:after{transform:scale(2.5);border-radius:50%}.base-radio-group:hover g{fill:#6fcb9e}.base-radio-group .base-radio{display:none}.base-radio-group .base-radio:disabled+.label{pointer-events:none;border-radius:50%}.base-radio-group .base-radio:disabled+.label:after{background:#59636e;transform:scale(1.2);border-radius:50%}.disabled:hover g{fill:#d4d7db}.toggle-small{font-size:12px}.toggle-small .label:after{width:11px;height:11px;top:.25px}.toggle-small .label{margin-right:7px}.toggle-small svg{left:-3.5px;top:-3px}.form-switch[data-v-7b52b7b6]{position:relative;display:inline-block;width:40px;height:24px;border:2px solid #a9b0b8;border-radius:24px;transition:all .3s}.form-switch input[data-v-7b52b7b6]{opacity:0;width:0;height:0}.form-switch input:checked+.slider[data-v-7b52b7b6]{background-color:#b7e5cf}.form-switch input:focus+.slider[data-v-7b52b7b6]{box-shadow:0 0 1px #2196f3}.form-switch input:checked+.slider[data-v-7b52b7b6]:before{transform:translateX(18px);background-color:#0fa85e}.form-switch[data-v-7b52b7b6]:hover{border-color:#59636e}.form-switch:hover .slider[data-v-7b52b7b6]:before{background-color:#59636e}.form-switch:hover input:checked+.slider[data-v-7b52b7b6]:before{background-color:#0c864b}.form-switch:hover input:checked+.slider[data-v-7b52b7b6]{background-color:#6fcb9e}.slider[data-v-7b52b7b6]{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#f5f6f7;transition:.4s}.slider[data-v-7b52b7b6]:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:4px;background-color:#a9b0b8;transition:.4s}.slider.round[data-v-7b52b7b6]{border-radius:24px}.slider.round[data-v-7b52b7b6]:before{border-radius:50%}.disabled[data-v-7b52b7b6]{border-color:#d4d7d8}.disabled .slider[data-v-7b52b7b6]:before{background-color:#d4d7d8}.disabled input:checked+.slider[data-v-7b52b7b6]:before{background-color:#b7e5cf}.disabled input:checked+.slider[data-v-7b52b7b6]{background-color:#eef9f4}.disabled[data-v-7b52b7b6]:hover{border-color:#d4d7d8}.disabled:hover .slider[data-v-7b52b7b6]:before{background-color:#d4d7d8}.disabled:hover input:checked+.slider[data-v-7b52b7b6]{background:#eef9f4}.disabled:hover input:checked+.slider[data-v-7b52b7b6]:before{background:#b7e5cf}.side-nav{background:#fff;min-height:100vh;width:78px;padding:23px 0 28px;position:relative;transition:width .25s ease;box-shadow:inset -1px 0 0 #e4e9ef}.side-nav--open{width:268px}.side-nav__header{padding:0 22px 18px 22px;position:relative;min-height:52px;display:flex;align-items:center;border-bottom:1px solid #f5f6f7}.side-nav__logo{height:32px;max-width:160px;transition:transform .2s ease,opacity .2s ease}.side-nav__logo--collapsed{transform:scale(.92);opacity:.95;max-width:38px}.side-nav__toggle{position:absolute;right:-14px;height:28px;width:28px;border-radius:50%;border:1px solid #d8dee6;background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.08);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease}.side-nav__toggle.is-closed{transform:rotate(180deg)}.side-nav__toggle-icon{width:20px;height:20px}.side-nav__content{display:flex;flex-direction:column;margin-top:4px}.side-nav__divider{height:1px;background:#edf0f4;margin:4px 18px;transition:width .2s ease}.side-nav__group{display:flex;flex-direction:column}.side-nav__group-item{position:relative}.side-nav__group-item.is-disabled{cursor:not-allowed;filter:grayscale(100%);opacity:.75}.side-nav__item{border:none;background:transparent;display:flex;align-items:center;width:100%;max-width:calc(100% - 32px);text-align:left;padding:8px 12px;margin:4px 16px;border-radius:8px;color:#383e45;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease;position:relative;min-height:48px;gap:12px;box-sizing:border-box}.side-nav__item:hover{background:#f1f5fa}.side-nav__item.is-active{background:#e8f1fb;box-shadow:inset 0 0 0 1px #c4d7ec;color:#2d7cc5;font-weight:700}.side-nav__label{color:inherit;display:inline-flex;align-items:center}.side-nav__label .body-1-bold,.side-nav__label .body-1-regular{min-width:-moz-max-content;min-width:max-content;line-height:normal}.side-nav__badge{display:inline;align-items:center;padding:2px 6px;margin-left:6px;background:#b7e5f6;border-radius:3px;font-weight:700;color:#095571;font-size:11px}.side-nav__arrow{margin-left:auto;transition:transform .2s ease;display:flex}.side-nav__arrow.is-open{transform:rotate(180deg)}.side-nav__children{overflow:visible;transition:all .3s ease}.side-nav__child{border:none;background:transparent;width:calc(100% - 32px);padding:8px 12px 8px 48px;margin:4px 16px;text-align:left;display:flex;align-items:center;color:#383e45;gap:8px;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease;border-radius:10px}.side-nav__child:hover{background:#f1f5fa}.side-nav__child.is-active{background:#e8f1fb;box-shadow:inset 0 0 0 1px #c4d7ec;color:#2d7cc5;font-weight:700}.side-nav__child-label{color:inherit}.side-nav__tooltip{display:inline-flex}.side-nav__tooltip:before{left:-10px!important}.side-nav__tooltip:after{left:3px!important}.side-nav__group-item.is-disabled .side-nav__child,.side-nav__group-item.is-disabled .side-nav__item{cursor:not-allowed}.side-nav:not(.side-nav--open){width:78px}.side-nav:not(.side-nav--open) .side-nav__header{padding:0 16px 18px 16px}.side-nav:not(.side-nav--open) .side-nav__item{justify-content:start;padding:8px 12px;margin:4px auto;max-width:calc(100% - 20px)}.side-nav:not(.side-nav--open) .side-nav__item svg{margin-left:6px}.side-nav:not(.side-nav--open) .side-nav__divider{width:36px}@media(max-width:768px){.side-nav{position:fixed;inset:0 auto 0 0;height:100vh;padding:12px 0 16px;width:72px;z-index:20;box-shadow:4px 0 12px rgba(0,0,0,.06);transition:width .25s ease}.side-nav--open{width:268px}.side-nav__header{padding:0 16px 14px 16px;min-height:56px}.side-nav__logo{height:28px}.side-nav__toggle{top:10px;right:-12px}.side-nav__item{margin:6px 12px;padding:10px 10px;gap:10px}.side-nav__divider{margin:8px 14px;width:auto}.side-nav__child{padding:8px 12px 8px 12px}.side-nav:not(.side-nav--open){width:0;padding:0}.side-nav:not(.side-nav--open) .side-nav__content,.side-nav:not(.side-nav--open) .side-nav__divider,.side-nav:not(.side-nav--open) .side-nav__logo{display:none}.side-nav.side-nav--open .side-nav__toggle{position:absolute;right:-12px;top:10px}}.snackbar .wrap-snackbar{border-radius:6px;padding-left:16px;padding-right:16px;line-height:140%;font-size:14px;color:#383e45}.snackbar .wrap-snackbar svg{min-width:-moz-fit-content;min-width:fit-content;align-self:flex-start}.snackbar .wrap-snackbar p{line-height:140%}.snackbar .wrap-snackbar .action{display:flex;margin-left:12px;cursor:pointer}.snackbar .wrap-snackbar .action svg{width:16px;height:16px}.snackbar .wrap-snackbar .action .tertiary-btn{padding:0;font-size:12px;font-weight:400}.snackbar .danger{background:#fdf0ef;border:1px solid #f6c1bc}.snackbar .danger .action svg>g{fill:#e03021}.snackbar .danger .tertiary-btn{color:#e03021}.snackbar .success{background:#eef9f4;border:1px solid #b7e5cf}.snackbar .success .action svg>g{fill:#0fa85e}.snackbar .success .tertiary-btn{color:#0fa85e}.snackbar .warning{background:#fffaed;border:1px solid #fcd168}.snackbar .warning .action svg>g{fill:#c88f02}.snackbar .warning .tertiary-btn{color:#c88f02}.snackbar .info{background:#f1f6fb;border:1px solid #8bb1d9}.snackbar .info .action svg>g{fill:#3e7dc0}.snackbar .info .tertiary-btn{color:#3e7dc0}.snackbar.size-full{width:100%}.snackbar.size-full .wrap-snackbar{border-radius:0;border-top:none;border-left:none;border-right:none}.snackbar.size-normal{max-width:400px}.stepper[data-v-3b0e2793]{display:flex;transition:all .3s}.stepper .wrap-step[data-v-3b0e2793]{display:flex;align-items:center}.stepper .body-1-bold[data-v-3b0e2793]{font-weight:700;font-size:14px}.stepper .body-1-regular[data-v-3b0e2793]{font-weight:400;font-size:14px}.stepper svg[data-v-3b0e2793]{background:#0fa85e;border-radius:50%;padding:2px}.stepper .icon-number[data-v-3b0e2793]{border-radius:50%;background:#fff;border:1px solid #d4d7d8;height:20px;width:20px;display:flex;align-items:center;justify-content:center;transition:all .3s}.stepper .body-1-regular[data-v-3b0e2793]{color:#6f7c89}.stepper .body-1-bold[data-v-3b0e2793],.stepper .body-1-regular[data-v-3b0e2793]{margin-left:6px}.stepper-active[data-v-3b0e2793]{color:#3e7dc0}.stepper-active .icon-number[data-v-3b0e2793]{color:#fff;background:#3e7dc0}.stepper-done[data-v-3b0e2793]{color:#0fa85e}.stepper-line[data-v-3b0e2793]{width:28px;margin:0 8px;transition:all .3s}.stepper .line-default[data-v-3b0e2793]{border:1px solid #a9b0b8}.stepper .line-done[data-v-3b0e2793]{border:1px solid #0fa85e}.stepper .line-active[data-v-3b0e2793]{border:1px solid #3e7dc0}.table-pagination{color:#383e45;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 12px}.table-pagination .pagination-center{margin:0 auto}.table-pagination .pagination-center ul{display:flex;flex-wrap:wrap;list-style:none;padding:0 10px;margin:0;align-items:center;justify-content:center}.table-pagination .pagination-center ul li{display:flex;cursor:pointer;height:24px;min-width:24px;align-items:center;justify-content:center;border-radius:6px;transition:all .3s}.table-pagination .pagination-center ul li:hover{background:#f1f6fb}.table-pagination .pagination-center ul .page-number{margin-right:8px;transition:none}.table-pagination .pagination-center ul .ellipsis{cursor:default}.table-pagination .pagination-center ul .ellipsis:hover{background:none}.table-pagination .pagination-center ul .active,.table-pagination .pagination-center ul .active:hover{background:#3e7dc0;color:#fff}.table-pagination .pagination-center .disabled{pointer-events:none}.table-pagination .pagination-right{display:flex;align-items:center}.table-pagination .pagination-right .select-box{margin-left:16px}.table-pagination .body-1-regular{min-width:-moz-max-content;min-width:max-content;line-height:normal}@media(max-width:640px){.table-pagination{flex-direction:column;align-items:stretch}.table-pagination .pagination-left,.table-pagination .pagination-right{width:100%;justify-content:center;text-align:center;display:flex}.table-pagination .pagination-center{order:-1;width:100%}.table-pagination .pagination-right .select-box{margin-left:8px}}.tab-menu[data-v-0bda7a66]{color:#14375e;display:flex;border-bottom:1px solid #d4d7d8;position:relative;font-size:14px;background:#fff;width:-moz-fit-content;width:fit-content}.tab-menu .tab-item[data-v-0bda7a66]{cursor:pointer;transition:all .2s;z-index:1;line-height:1;text-align:center;padding:16px 13px}.tab-menu .py-3[data-v-0bda7a66]{padding-top:12px;padding-bottom:12px}.tab-menu .tab-item[data-v-0bda7a66]:hover{color:#3e7dc0}.tab-menu .line-active[data-v-0bda7a66]{position:absolute;bottom:0;background:#3e7dc0;height:2px;z-index:1}.tab-menu .active-tab[data-v-0bda7a66]{color:#3e7dc0;font-weight:700;background:#fff}.tab-menu[data-v-0bda7a66]::-webkit-scrollbar{opacity:0;height:0}.loader-btn[data-v-72479d13]{position:relative;left:0;border:3px solid #fff;border-radius:50%;border-top:3px solid #3e7dc0;width:15px;height:15px;animation:spin-72479d13 1.5s linear infinite}@keyframes spin-72479d13{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal-dialog{position:fixed;top:0;left:0;height:calc(100vh - 40px);width:calc(100% - 40px);padding:20px;align-items:center;justify-content:center;z-index:1050;display:none;overflow:hidden}.modal-dialog .wrap-content{border-radius:4px}.modal-dialog .overlay-content{z-index:1;width:100%;position:relative;height:100vh;overflow-x:hidden;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;align-content:center}.modal-dialog .content-dialog{position:relative;z-index:9;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#fff;border-radius:8px;margin:50px auto}.modal-dialog .overlay{position:fixed;top:0;left:0;opacity:.46;background-color:#212121;height:100%;width:100%;z-index:1}.show-modal-dialog{display:flex;animation:fadeIn .3s;animation-fill-mode:forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.form-input .form-input-tag[data-v-a4d35e3e]{border:1px solid #d4d7d8;background:#fff;padding:8px 16px;display:flex;flex-wrap:wrap}.form-input .form-input-tag .item-tag[data-v-a4d35e3e]{background:#d4d7d8;border-radius:4px;padding:2px 4px 2px 7px;font-weight:700;font-size:12px;color:#383e45;display:flex;align-items:center;margin:4px 8px 4px 0}.form-input .form-input-tag .item-tag svg[data-v-a4d35e3e]{margin-left:4px;cursor:pointer}.form-input .form-input-tag[data-v-a4d35e3e]:focus,.form-input .form-input-tag[data-v-a4d35e3e]:hover{border-color:#3e7dc0}.form-input .form-input-tag input[data-v-a4d35e3e]{font-size:14px;color:#383e45;border:none;outline:none;padding:0}.form-input .form-input-tag input[data-v-a4d35e3e]::-moz-placeholder{color:#a9b0b8}.form-input .form-input-tag input[data-v-a4d35e3e]::placeholder{color:#a9b0b8}.form-input .form-input-tag input[data-v-a4d35e3e]:disabled{background:transparent}.form-input .disabled[data-v-a4d35e3e]{pointer-events:none;background:#f5f6f7}.form-input .error[data-v-a4d35e3e],.form-input .error[data-v-a4d35e3e]:focus,.form-input .error[data-v-a4d35e3e]:hover{border-color:#e03021}.form-input .helper-text[data-v-a4d35e3e]{font-size:10px;margin-top:4px;color:#383e45}.form-input .error-helper[data-v-a4d35e3e]{color:#e03021}.form-input .label-top[data-v-a4d35e3e]{display:flex;flex-flow:column}.form-input .label-top .typo-text[data-v-a4d35e3e]{margin-bottom:8px}.form-input .label-left[data-v-a4d35e3e]{display:flex}.form-input .label-left .typo-text[data-v-a4d35e3e]{margin-right:12px;height:37px;align-self:flex-start;display:flex;align-items:center;min-width:-moz-fit-content;min-width:fit-content}.form-textarea .no-resize{resize:none}.form-textarea .label-top{display:flex;flex-flow:column}.form-textarea .label-top .typo-text{margin-bottom:8px}.form-textarea .label-left{display:flex}.form-textarea .label-left .typo-text{margin-right:12px;height:37px;align-self:flex-start;display:flex;align-items:center;min-width:-moz-fit-content;min-width:fit-content}.form-textarea textarea{border:1px solid #d4d7d8;background:#fff;border-radius:6px;padding:8px 16px;outline:none;font-size:14px;color:#383e45;max-width:-webkit-fill-available;resize:vertical}.form-textarea textarea:focus,.form-textarea textarea:hover{border-color:#3e7dc0}.form-textarea textarea::-moz-placeholder{color:#a9b0b8}.form-textarea textarea::placeholder{color:#a9b0b8}.form-textarea textarea:disabled{background:#f5f6f7;border-color:#d4d7d8}.form-textarea .error,.form-textarea .error:focus,.form-textarea .error:hover{border-color:#e03021}.form-textarea .helper-text{font-size:10px;margin-top:4px;color:#383e45}.form-textarea .error-helper{color:#e03021}.expansion-panel .expand-content{transition:all .3s;max-height:0;overflow:hidden}.expansion-panel .expand-header{cursor:pointer;border-bottom:1px solid #3e7dc0;display:flex;align-items:center;justify-content:space-between}
|