mediacube-ui-v2 0.0.3 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/elements/McAvatar/McAvatar.vue.d.ts +2 -2
- package/dist/components/elements/McNodata/McNoData.vue.d.ts +2 -2
- package/dist/components/templates/McTable/McTable/McTable.vue.d.ts +2 -2
- package/dist/index.cjs +3 -0
- package/dist/{index-DUxSE0Pp.js → index.js} +6785 -21800
- package/dist/style.css +1 -1
- package/package.json +23 -5
- package/src/App.vue +8 -0
- package/src/assets/base.css +0 -0
- package/src/assets/fonts/inter/Inter-Bold.woff +0 -0
- package/src/assets/fonts/inter/Inter-Bold.woff2 +0 -0
- package/src/assets/fonts/inter/Inter-Italic.woff +0 -0
- package/src/assets/fonts/inter/Inter-Italic.woff2 +0 -0
- package/src/assets/fonts/inter/Inter-Medium.woff +0 -0
- package/src/assets/fonts/inter/Inter-Medium.woff2 +0 -0
- package/src/assets/fonts/inter/Inter-Regular.woff +0 -0
- package/src/assets/fonts/inter/Inter-Regular.woff2 +0 -0
- package/src/assets/fonts/inter/Inter-SemiBold.woff +0 -0
- package/src/assets/fonts/inter/Inter-SemiBold.woff2 +0 -0
- package/src/assets/fonts/inter/inter.css +44 -0
- package/src/assets/icons/a_circle.svg +3 -0
- package/src/assets/icons/access_time.svg +5 -0
- package/src/assets/icons/account_circle.svg +1 -0
- package/src/assets/icons/account_edit.svg +3 -0
- package/src/assets/icons/add.svg +3 -0
- package/src/assets/icons/add_circle.svg +3 -0
- package/src/assets/icons/address.svg +6 -0
- package/src/assets/icons/ads_banner.svg +3 -0
- package/src/assets/icons/album.svg +1 -0
- package/src/assets/icons/alert_solid.svg +3 -0
- package/src/assets/icons/alternate_email.svg +1 -0
- package/src/assets/icons/amocrm.svg +4 -0
- package/src/assets/icons/amper_music.svg +4 -0
- package/src/assets/icons/analytics.svg +3 -0
- package/src/assets/icons/animation_motion.svg +4 -0
- package/src/assets/icons/api.svg +1 -0
- package/src/assets/icons/apple_icon.svg +3 -0
- package/src/assets/icons/applications.svg +3 -0
- package/src/assets/icons/applications_new.svg +3 -0
- package/src/assets/icons/apps.svg +3 -0
- package/src/assets/icons/archive.svg +1 -0
- package/src/assets/icons/archive_in.svg +3 -0
- package/src/assets/icons/archive_out.svg +3 -0
- package/src/assets/icons/arrow-stats-down.svg +3 -0
- package/src/assets/icons/arrow-stats-up.svg +3 -0
- package/src/assets/icons/arrow_backward.svg +3 -0
- package/src/assets/icons/arrow_downward.svg +3 -0
- package/src/assets/icons/arrow_drop_down.svg +3 -0
- package/src/assets/icons/arrow_drop_up.svg +3 -0
- package/src/assets/icons/arrow_forward.svg +3 -0
- package/src/assets/icons/arrow_leftward.svg +3 -0
- package/src/assets/icons/arrow_rightward.svg +3 -0
- package/src/assets/icons/arrow_to_grow_circle.svg +3 -0
- package/src/assets/icons/arrow_up_down.svg +3 -0
- package/src/assets/icons/arrow_upward.svg +3 -0
- package/src/assets/icons/arrows.svg +6 -0
- package/src/assets/icons/artist.svg +8 -0
- package/src/assets/icons/assessment.svg +1 -0
- package/src/assets/icons/assets_unassigned.svg +3 -0
- package/src/assets/icons/assignment.svg +9 -0
- package/src/assets/icons/assignment_ind.svg +1 -0
- package/src/assets/icons/assist_icon.svg +13 -0
- package/src/assets/icons/attach_money.svg +1 -0
- package/src/assets/icons/audiotrack.svg +1 -0
- package/src/assets/icons/backspace.svg +1 -0
- package/src/assets/icons/bank.svg +12 -0
- package/src/assets/icons/bank_building.svg +3 -0
- package/src/assets/icons/bank_building_blue.svg +4 -0
- package/src/assets/icons/bank_card.svg +3 -0
- package/src/assets/icons/bank_card_arrow.svg +3 -0
- package/src/assets/icons/bank_card_clock.svg +3 -0
- package/src/assets/icons/bank_card_double.svg +3 -0
- package/src/assets/icons/bank_card_virtual_blue.svg +7 -0
- package/src/assets/icons/bank_money_colored.svg +4 -0
- package/src/assets/icons/bankwire.svg +70 -0
- package/src/assets/icons/bell.svg +3 -0
- package/src/assets/icons/binance_coin_colored.svg +4 -0
- package/src/assets/icons/biometrics.svg +8 -0
- package/src/assets/icons/bitcoin.svg +6 -0
- package/src/assets/icons/bitcoin_cash_colored.svg +4 -0
- package/src/assets/icons/bitcoin_colored.svg +4 -0
- package/src/assets/icons/bloggerhood.svg +19 -0
- package/src/assets/icons/board.svg +7 -0
- package/src/assets/icons/book.svg +3 -0
- package/src/assets/icons/broken_link.svg +8 -0
- package/src/assets/icons/bug.svg +10 -0
- package/src/assets/icons/bug_big.svg +3 -0
- package/src/assets/icons/bug_report.svg +3 -0
- package/src/assets/icons/building.svg +17 -0
- package/src/assets/icons/building_colored.svg +18 -0
- package/src/assets/icons/business_center.svg +1 -0
- package/src/assets/icons/calendar.svg +3 -0
- package/src/assets/icons/calendar_colored.svg +7 -0
- package/src/assets/icons/calendar_load.svg +3 -0
- package/src/assets/icons/calendar_sixteen.svg +5 -0
- package/src/assets/icons/calendar_two_weeks.svg +3 -0
- package/src/assets/icons/calendar_user.svg +11 -0
- package/src/assets/icons/camera_alt.svg +1 -0
- package/src/assets/icons/camera_plus.svg +1 -0
- package/src/assets/icons/camera_video.svg +3 -0
- package/src/assets/icons/cancel.svg +4 -0
- package/src/assets/icons/cancel_alt.svg +1 -0
- package/src/assets/icons/capitalist.svg +23 -0
- package/src/assets/icons/capitalist_colored.svg +4 -0
- package/src/assets/icons/card.svg +1 -0
- package/src/assets/icons/card_off.svg +7 -0
- package/src/assets/icons/card_off_circle.svg +4 -0
- package/src/assets/icons/card_to_card_blue.svg +11 -0
- package/src/assets/icons/card_to_card_colored.svg +11 -0
- package/src/assets/icons/cash-ad.svg +7 -0
- package/src/assets/icons/cash.svg +7 -0
- package/src/assets/icons/category.svg +6 -0
- package/src/assets/icons/cellphone.svg +1 -0
- package/src/assets/icons/change_sheet.svg +3 -0
- package/src/assets/icons/channels_icon.svg +12 -0
- package/src/assets/icons/chart_bar.svg +3 -0
- package/src/assets/icons/chart_line.svg +3 -0
- package/src/assets/icons/chat.svg +3 -0
- package/src/assets/icons/chat_add.svg +6 -0
- package/src/assets/icons/chat_forum.svg +3 -0
- package/src/assets/icons/chat_messages.svg +3 -0
- package/src/assets/icons/check-rhombus.svg +3 -0
- package/src/assets/icons/check.svg +4 -0
- package/src/assets/icons/check_all.svg +6 -0
- package/src/assets/icons/check_circle.svg +4 -0
- package/src/assets/icons/check_circle_second.svg +4 -0
- package/src/assets/icons/check_circle_solid.svg +3 -0
- package/src/assets/icons/check_polygonal.svg +3 -0
- package/src/assets/icons/checkbox--checked.svg +3 -0
- package/src/assets/icons/checkbox.svg +3 -0
- package/src/assets/icons/checkboxes.svg +8 -0
- package/src/assets/icons/circle.svg +3 -0
- package/src/assets/icons/circle_arrows.svg +3 -0
- package/src/assets/icons/click.svg +3 -0
- package/src/assets/icons/clickup.svg +14 -0
- package/src/assets/icons/clip.svg +3 -0
- package/src/assets/icons/clock_check.svg +6 -0
- package/src/assets/icons/clock_solid.svg +5 -0
- package/src/assets/icons/close.svg +3 -0
- package/src/assets/icons/close_circle_outline.svg +5 -0
- package/src/assets/icons/close_circle_solid.svg +3 -0
- package/src/assets/icons/cloud_upload.svg +1 -0
- package/src/assets/icons/coin_speed.svg +7 -0
- package/src/assets/icons/comment.svg +4 -0
- package/src/assets/icons/company.svg +1 -0
- package/src/assets/icons/confetti.svg +18 -0
- package/src/assets/icons/connection.svg +3 -0
- package/src/assets/icons/contacts.svg +1 -0
- package/src/assets/icons/contracts.svg +3 -0
- package/src/assets/icons/convert.svg +6 -0
- package/src/assets/icons/copy.svg +3 -0
- package/src/assets/icons/copyright.svg +3 -0
- package/src/assets/icons/credit-card.svg +5 -0
- package/src/assets/icons/credit_card_blink.svg +4 -0
- package/src/assets/icons/crypto.svg +8 -0
- package/src/assets/icons/crypto_blue.svg +9 -0
- package/src/assets/icons/crypto_colored.svg +9 -0
- package/src/assets/icons/cryptowallet.svg +5 -0
- package/src/assets/icons/cryptowallet_blue.svg +6 -0
- package/src/assets/icons/cryptowallet_colored.svg +6 -0
- package/src/assets/icons/cup.svg +7 -0
- package/src/assets/icons/dashboard.svg +1 -0
- package/src/assets/icons/date_range.svg +1 -0
- package/src/assets/icons/deeplinks.svg +3 -0
- package/src/assets/icons/delete-account.svg +5 -0
- package/src/assets/icons/delete.svg +3 -0
- package/src/assets/icons/delete_alt.svg +1 -0
- package/src/assets/icons/deprecated.svg +1 -0
- package/src/assets/icons/desktop_device.svg +3 -0
- package/src/assets/icons/dialog.svg +3 -0
- package/src/assets/icons/discord.svg +9 -0
- package/src/assets/icons/discord_colored.svg +4 -0
- package/src/assets/icons/dislike.svg +3 -0
- package/src/assets/icons/doc-export.svg +10 -0
- package/src/assets/icons/document.svg +1 -0
- package/src/assets/icons/dollar.svg +3 -0
- package/src/assets/icons/donate_blue.svg +7 -0
- package/src/assets/icons/donate_colored.svg +7 -0
- package/src/assets/icons/dot-status.svg +3 -0
- package/src/assets/icons/download.svg +3 -0
- package/src/assets/icons/drag.svg +1 -0
- package/src/assets/icons/eWallet.svg +25 -0
- package/src/assets/icons/e_wallet_blue.svg +9 -0
- package/src/assets/icons/e_wallet_colored.svg +9 -0
- package/src/assets/icons/edit.svg +3 -0
- package/src/assets/icons/edit_solid.svg +4 -0
- package/src/assets/icons/email.svg +12 -0
- package/src/assets/icons/email_circle.svg +5 -0
- package/src/assets/icons/email_colored.svg +5 -0
- package/src/assets/icons/enrollment.svg +1 -0
- package/src/assets/icons/epayments_colored.svg +4 -0
- package/src/assets/icons/epidemic-sound.svg +66 -0
- package/src/assets/icons/epidemic_sound_circle.svg +4 -0
- package/src/assets/icons/error.svg +3 -0
- package/src/assets/icons/ethereum_colored.svg +8 -0
- package/src/assets/icons/event.svg +1 -0
- package/src/assets/icons/event_alt.svg +1 -0
- package/src/assets/icons/exit_to_app.svg +1 -0
- package/src/assets/icons/explicit.svg +1 -0
- package/src/assets/icons/export.svg +5 -0
- package/src/assets/icons/export_all.svg +6 -0
- package/src/assets/icons/express_payment.svg +3 -0
- package/src/assets/icons/face.svg +1 -0
- package/src/assets/icons/face_alt.svg +1 -0
- package/src/assets/icons/facebook.svg +3 -0
- package/src/assets/icons/facebook_colored.svg +4 -0
- package/src/assets/icons/fast.svg +10 -0
- package/src/assets/icons/favorite.svg +1 -0
- package/src/assets/icons/file.svg +1 -0
- package/src/assets/icons/file_add.svg +3 -0
- package/src/assets/icons/file_copy.svg +4 -0
- package/src/assets/icons/file_download.svg +1 -0
- package/src/assets/icons/file_export.svg +3 -0
- package/src/assets/icons/file_eye.svg +3 -0
- package/src/assets/icons/file_import.svg +7 -0
- package/src/assets/icons/file_new.svg +3 -0
- package/src/assets/icons/filter_list.svg +3 -0
- package/src/assets/icons/find_in_page.svg +1 -0
- package/src/assets/icons/fire.svg +3 -0
- package/src/assets/icons/fire_colored.svg +8 -0
- package/src/assets/icons/fire_solid.svg +3 -0
- package/src/assets/icons/flag_ar.svg +19 -0
- package/src/assets/icons/flag_en.svg +6 -0
- package/src/assets/icons/flag_es.svg +564 -0
- package/src/assets/icons/flag_pt.svg +43 -0
- package/src/assets/icons/flag_ru.svg +5 -0
- package/src/assets/icons/flag_th.svg +6 -0
- package/src/assets/icons/flag_vi.svg +5 -0
- package/src/assets/icons/fly_dollar.svg +13 -0
- package/src/assets/icons/fly_euro.svg +5 -0
- package/src/assets/icons/freeze.svg +3 -0
- package/src/assets/icons/fullscreen.svg +1 -0
- package/src/assets/icons/get_app.svg +4 -0
- package/src/assets/icons/gift_solid.svg +8 -0
- package/src/assets/icons/glasses.svg +3 -0
- package/src/assets/icons/google_colored.svg +6 -0
- package/src/assets/icons/googleplus_colored.svg +5 -0
- package/src/assets/icons/graph-no-data.svg +3 -0
- package/src/assets/icons/group.svg +3 -0
- package/src/assets/icons/group_connection.svg +9 -0
- package/src/assets/icons/growth_arrow_circle.svg +3 -0
- package/src/assets/icons/hand_money.svg +13 -0
- package/src/assets/icons/help.svg +1 -0
- package/src/assets/icons/help_invert.svg +1 -0
- package/src/assets/icons/help_solid.svg +4 -0
- package/src/assets/icons/help_ukraine_colored.svg +14 -0
- package/src/assets/icons/home.svg +3 -0
- package/src/assets/icons/iban.svg +9 -0
- package/src/assets/icons/iban_blue.svg +10 -0
- package/src/assets/icons/id_square.svg +3 -0
- package/src/assets/icons/id_thin.svg +5 -0
- package/src/assets/icons/image.svg +1 -0
- package/src/assets/icons/infinity.svg +3 -0
- package/src/assets/icons/info.svg +3 -0
- package/src/assets/icons/info_rounded_square.svg +5 -0
- package/src/assets/icons/info_solid.svg +4 -0
- package/src/assets/icons/instagram.svg +23 -0
- package/src/assets/icons/instagram_colored.svg +18 -0
- package/src/assets/icons/keyboard.svg +1 -0
- package/src/assets/icons/keyboard_arrow_left.svg +4 -0
- package/src/assets/icons/keyboard_arrow_right.svg +4 -0
- package/src/assets/icons/keyboard_arrow_right_thin.svg +3 -0
- package/src/assets/icons/kraken.svg +10 -0
- package/src/assets/icons/language.svg +3 -0
- package/src/assets/icons/layers.svg +3 -0
- package/src/assets/icons/lightning.svg +3 -0
- package/src/assets/icons/lightning_circle.svg +4 -0
- package/src/assets/icons/lightning_circle_solid.svg +4 -0
- package/src/assets/icons/lightning_outlined.svg +3 -0
- package/src/assets/icons/like.svg +3 -0
- package/src/assets/icons/link.svg +3 -0
- package/src/assets/icons/link_broken.svg +7 -0
- package/src/assets/icons/link_colored.svg +4 -0
- package/src/assets/icons/link_external.svg +3 -0
- package/src/assets/icons/link_external_new.svg +3 -0
- package/src/assets/icons/linkedin.svg +9 -0
- package/src/assets/icons/linkedin_colored.svg +6 -0
- package/src/assets/icons/list.svg +1 -0
- package/src/assets/icons/litecoin_colored.svg +4 -0
- package/src/assets/icons/live_help.svg +1 -0
- package/src/assets/icons/loader.svg +3 -0
- package/src/assets/icons/location_city.svg +1 -0
- package/src/assets/icons/location_on.svg +3 -0
- package/src/assets/icons/lock.svg +3 -0
- package/src/assets/icons/lock_old.svg +1 -0
- package/src/assets/icons/logout.svg +3 -0
- package/src/assets/icons/magic_blink.svg +3 -0
- package/src/assets/icons/mail_outline.svg +1 -0
- package/src/assets/icons/mc_assist.svg +4 -0
- package/src/assets/icons/mc_dashboard.svg +5 -0
- package/src/assets/icons/mc_id.svg +3 -0
- package/src/assets/icons/mc_pay.svg +10 -0
- package/src/assets/icons/mc_pay_app.svg +6 -0
- package/src/assets/icons/mc_pay_compact.svg +4 -0
- package/src/assets/icons/mc_pay_menu.svg +4 -0
- package/src/assets/icons/mc_pay_menu_circle_colored.svg +4 -0
- package/src/assets/icons/mc_pay_mobile_app.svg +21 -0
- package/src/assets/icons/mc_studio.svg +3 -0
- package/src/assets/icons/mc_vidwide.svg +11 -0
- package/src/assets/icons/mcadslogo.svg +37 -0
- package/src/assets/icons/mediacube.svg +1 -0
- package/src/assets/icons/menu.svg +3 -0
- package/src/assets/icons/menu_new.svg +3 -0
- package/src/assets/icons/message.svg +3 -0
- package/src/assets/icons/messenger.svg +6 -0
- package/src/assets/icons/messenger_colored.svg +10 -0
- package/src/assets/icons/minus.svg +5 -0
- package/src/assets/icons/mobile_device.svg +3 -0
- package/src/assets/icons/money_clock.svg +8 -0
- package/src/assets/icons/money_input.svg +8 -0
- package/src/assets/icons/more_horiz.svg +1 -0
- package/src/assets/icons/music.svg +1 -0
- package/src/assets/icons/music_icon.svg +8 -0
- package/src/assets/icons/new.svg +1 -0
- package/src/assets/icons/notes.svg +3 -0
- package/src/assets/icons/objects.svg +3 -0
- package/src/assets/icons/obs.svg +3 -0
- package/src/assets/icons/okru.svg +12 -0
- package/src/assets/icons/okru_colored.svg +4 -0
- package/src/assets/icons/ondemand_video.svg +1 -0
- package/src/assets/icons/partners.svg +3 -0
- package/src/assets/icons/pause.svg +1 -0
- package/src/assets/icons/payment.svg +1 -0
- package/src/assets/icons/payoneer.svg +13 -0
- package/src/assets/icons/payoneer_colored.svg +19 -0
- package/src/assets/icons/payoneer_cy.svg +13 -0
- package/src/assets/icons/paypal.svg +1 -0
- package/src/assets/icons/paypal_colored.svg +6 -0
- package/src/assets/icons/percent.svg +3 -0
- package/src/assets/icons/personal_email_colored.svg +11 -0
- package/src/assets/icons/phone_colored.svg +4 -0
- package/src/assets/icons/photo_add.svg +3 -0
- package/src/assets/icons/picture.svg +3 -0
- package/src/assets/icons/picture_thin.svg +3 -0
- package/src/assets/icons/plane.svg +3 -0
- package/src/assets/icons/play-videos.svg +4 -0
- package/src/assets/icons/play.svg +1 -0
- package/src/assets/icons/print.svg +1 -0
- package/src/assets/icons/prototype.svg +1 -0
- package/src/assets/icons/public.svg +1 -0
- package/src/assets/icons/qiwi.svg +11 -0
- package/src/assets/icons/qiwi_colored.svg +4 -0
- package/src/assets/icons/radio--checked.svg +4 -0
- package/src/assets/icons/ready.svg +1 -0
- package/src/assets/icons/receipt.svg +1 -0
- package/src/assets/icons/receipt_thin.svg +6 -0
- package/src/assets/icons/recording_circle.svg +3 -0
- package/src/assets/icons/recruiters.svg +3 -0
- package/src/assets/icons/redo.svg +3 -0
- package/src/assets/icons/referral.svg +10 -0
- package/src/assets/icons/referral_solid.svg +10 -0
- package/src/assets/icons/reload.svg +3 -0
- package/src/assets/icons/reload_right.svg +3 -0
- package/src/assets/icons/remove_red_eye.svg +1 -0
- package/src/assets/icons/repair.svg +6 -0
- package/src/assets/icons/reply_arrow.svg +3 -0
- package/src/assets/icons/requisites.svg +7 -0
- package/src/assets/icons/reset.svg +7 -0
- package/src/assets/icons/resize_video.svg +3 -0
- package/src/assets/icons/revenue.svg +3 -0
- package/src/assets/icons/review.svg +1 -0
- package/src/assets/icons/ripple_colored.svg +4 -0
- package/src/assets/icons/rocket.svg +7 -0
- package/src/assets/icons/rocket_colored.svg +6 -0
- package/src/assets/icons/rocket_small.svg +6 -0
- package/src/assets/icons/role.svg +3 -0
- package/src/assets/icons/safety.svg +5 -0
- package/src/assets/icons/sand_clock.svg +4 -0
- package/src/assets/icons/save.svg +1 -0
- package/src/assets/icons/search.svg +3 -0
- package/src/assets/icons/send.svg +1 -0
- package/src/assets/icons/send_solid.svg +3 -0
- package/src/assets/icons/settings.svg +4 -0
- package/src/assets/icons/settings_solid.svg +3 -0
- package/src/assets/icons/settings_tools.svg +3 -0
- package/src/assets/icons/shield.svg +4 -0
- package/src/assets/icons/shield_blue.svg +5 -0
- package/src/assets/icons/shield_colored.svg +5 -0
- package/src/assets/icons/shield_usd.svg +3 -0
- package/src/assets/icons/shop.svg +1 -0
- package/src/assets/icons/shopping_cart.svg +1 -0
- package/src/assets/icons/shuffle.svg +7 -0
- package/src/assets/icons/sign_out.svg +8 -0
- package/src/assets/icons/skype.svg +56 -0
- package/src/assets/icons/skype_colored.svg +4 -0
- package/src/assets/icons/slack.svg +6 -0
- package/src/assets/icons/smile_star_eye.svg +6 -0
- package/src/assets/icons/sort_asc.svg +4 -0
- package/src/assets/icons/sort_az.svg +4 -0
- package/src/assets/icons/sort_desc.svg +4 -0
- package/src/assets/icons/sort_directions.svg +3 -0
- package/src/assets/icons/sort_list.svg +1 -0
- package/src/assets/icons/sort_za.svg +4 -0
- package/src/assets/icons/spy_colored.svg +15 -0
- package/src/assets/icons/staff.svg +10 -0
- package/src/assets/icons/star.svg +1 -0
- package/src/assets/icons/star_round.svg +3 -0
- package/src/assets/icons/star_round_solid.svg +3 -0
- package/src/assets/icons/stars.svg +4 -0
- package/src/assets/icons/stars_fill.svg +4 -0
- package/src/assets/icons/stats_icon.svg +8 -0
- package/src/assets/icons/steam.svg +12 -0
- package/src/assets/icons/steam_colored.svg +15 -0
- package/src/assets/icons/studio_icon.svg +7 -0
- package/src/assets/icons/subscriptions.svg +1 -0
- package/src/assets/icons/suitcase.svg +4 -0
- package/src/assets/icons/supervised_user_circle.svg +1 -0
- package/src/assets/icons/support.svg +7 -0
- package/src/assets/icons/swap_cubes.svg +5 -0
- package/src/assets/icons/swap_cubes_colored.svg +6 -0
- package/src/assets/icons/swap_horizontal_circle.svg +3 -0
- package/src/assets/icons/switches.svg +3 -0
- package/src/assets/icons/table.svg +1 -0
- package/src/assets/icons/telegram.svg +40 -0
- package/src/assets/icons/telegram_colored.svg +12 -0
- package/src/assets/icons/tether.svg +8 -0
- package/src/assets/icons/tether_colored.svg +4 -0
- package/src/assets/icons/three_dots.svg +3 -0
- package/src/assets/icons/thumb_down.svg +4 -0
- package/src/assets/icons/thumb_up.svg +4 -0
- package/src/assets/icons/tiktok.svg +8 -0
- package/src/assets/icons/time.svg +3 -0
- package/src/assets/icons/time_thin.svg +3 -0
- package/src/assets/icons/timelapse.svg +4 -0
- package/src/assets/icons/timeline.svg +1 -0
- package/src/assets/icons/tipalti.svg +48 -0
- package/src/assets/icons/transaction.svg +1 -0
- package/src/assets/icons/twitter_colored.svg +4 -0
- package/src/assets/icons/unarchive.svg +1 -0
- package/src/assets/icons/unfold_more.svg +1 -0
- package/src/assets/icons/unlock.svg +3 -0
- package/src/assets/icons/upload_img.svg +1 -0
- package/src/assets/icons/usd_coin_colored.svg +5 -0
- package/src/assets/icons/user.svg +3 -0
- package/src/assets/icons/user_edit.svg +3 -0
- package/src/assets/icons/user_kyc.svg +8 -0
- package/src/assets/icons/viber.svg +17 -0
- package/src/assets/icons/viber_colored.svg +8 -0
- package/src/assets/icons/videoblocks.svg +8 -0
- package/src/assets/icons/vidiq-logo-mono.svg +10 -0
- package/src/assets/icons/vidiq_circle.svg +5 -0
- package/src/assets/icons/visibility.svg +4 -0
- package/src/assets/icons/visibility_off.svg +7 -0
- package/src/assets/icons/vkontakte.svg +1 -0
- package/src/assets/icons/vkontakte_colored.svg +4 -0
- package/src/assets/icons/wallet.svg +5 -0
- package/src/assets/icons/warning.svg +3 -0
- package/src/assets/icons/webmoney.svg +10 -0
- package/src/assets/icons/webmoney_colored.svg +4 -0
- package/src/assets/icons/website_colored.svg +4 -0
- package/src/assets/icons/whatsapp.svg +12 -0
- package/src/assets/icons/whatsapp_colored.svg +4 -0
- package/src/assets/icons/wise_colored.svg +4 -0
- package/src/assets/icons/worldfirst.svg +12 -0
- package/src/assets/icons/x_network.svg +4 -0
- package/src/assets/icons/yandexmoney.svg +1 -0
- package/src/assets/icons/yoomoney_colored.svg +4 -0
- package/src/assets/icons/youtube.svg +3 -0
- package/src/assets/icons/youtube_circled.svg +4 -0
- package/src/assets/icons/youtube_circled_second.svg +4 -0
- package/src/assets/icons/youtube_colored.svg +4 -0
- package/src/assets/icons/youtube_outlined.svg +4 -0
- package/src/assets/icons/zcash_colored.svg +4 -0
- package/src/assets/iconsSprite.svg +1 -0
- package/src/assets/main.scss +233 -0
- package/src/assets/styles/_functions.scss +187 -0
- package/src/assets/styles/_mixins.scss +664 -0
- package/src/assets/styles/_spacing.scss +33 -0
- package/src/assets/styles/_tooltip.scss +123 -0
- package/src/assets/styles/_variables.scss +23 -0
- package/src/assets/styles/main.scss +4 -0
- package/src/assets/styles/table.scss +10 -0
- package/src/assets/styles/toast.scss +57 -0
- package/src/assets/tokens/animations.scss +57 -0
- package/src/assets/tokens/border-radius.scss +23 -0
- package/src/assets/tokens/box-shadows.scss +22 -0
- package/src/assets/tokens/colors.scss +81 -0
- package/src/assets/tokens/durations.scss +13 -0
- package/src/assets/tokens/easings.scss +6 -0
- package/src/assets/tokens/font-families.scss +8 -0
- package/src/assets/tokens/font-sizes.scss +23 -0
- package/src/assets/tokens/font-weights.scss +16 -0
- package/src/assets/tokens/gradients.scss +18 -0
- package/src/assets/tokens/json/animations.json +6 -0
- package/src/assets/tokens/json/border-radius.json +24 -0
- package/src/assets/tokens/json/box-shadows.json +24 -0
- package/src/assets/tokens/json/colors.json +71 -0
- package/src/assets/tokens/json/durations.json +10 -0
- package/src/assets/tokens/json/easings.json +3 -0
- package/src/assets/tokens/json/font-families.json +4 -0
- package/src/assets/tokens/json/font-sizes.json +18 -0
- package/src/assets/tokens/json/font-weights.json +12 -0
- package/src/assets/tokens/json/gradients.json +13 -0
- package/src/assets/tokens/json/index.ts +37 -0
- package/src/assets/tokens/json/letter-spacings.json +4 -0
- package/src/assets/tokens/json/line-heights.json +18 -0
- package/src/assets/tokens/json/media-queries.json +26 -0
- package/src/assets/tokens/json/opacities.json +5 -0
- package/src/assets/tokens/json/sizes.json +42 -0
- package/src/assets/tokens/json/spacings.json +34 -0
- package/src/assets/tokens/json/z-indexes.json +12 -0
- package/src/assets/tokens/letter-spacings.scss +6 -0
- package/src/assets/tokens/line-heights.scss +22 -0
- package/src/assets/tokens/media-queries.scss +32 -0
- package/src/assets/tokens/opacities.scss +8 -0
- package/src/assets/tokens/sizes.scss +47 -0
- package/src/assets/tokens/spacings.scss +38 -0
- package/src/assets/tokens/z-indexes.scss +14 -0
- package/src/components/elements/McAvatar/McAvatar.stories.ts +71 -0
- package/src/components/elements/McAvatar/McAvatar.vue +252 -0
- package/src/components/elements/McBadge/McBadge.stories.ts +40 -0
- package/src/components/elements/McBadge/McBadge.vue +150 -0
- package/src/components/elements/McBottomLoader/McBottomLoader.stories.ts +47 -0
- package/src/components/elements/McBottomLoader/McBottomLoader.vue +79 -0
- package/src/components/elements/McButton/McButton.stories.ts +145 -0
- package/src/components/elements/McButton/McButton.vue +844 -0
- package/src/components/elements/McChip/McChip.stories.ts +102 -0
- package/src/components/elements/McChip/McChip.vue +309 -0
- package/src/components/elements/McCropper/McCropper.stories.ts +31 -0
- package/src/components/elements/McCropper/McCropper.vue +129 -0
- package/src/components/elements/McDatepicker/McDatepicker.stories.ts +440 -0
- package/src/components/elements/McDatepicker/McDatepicker.vue +832 -0
- package/src/components/elements/McDraggable/McDraggable.stories.ts +52 -0
- package/src/components/elements/McDraggable/McDraggable.vue +211 -0
- package/src/components/elements/McFieldCheckbox/McFieldCheckbox.vue +329 -0
- package/src/components/elements/McFieldCheckbox/McFieldCheckox.stories.ts +97 -0
- package/src/components/elements/McFieldRadio/McFieldRadio.stories.ts +91 -0
- package/src/components/elements/McFieldRadio/McFieldRadio.vue +258 -0
- package/src/components/elements/McFieldRadioGroup/McFieldRadioGroup.stories.ts +70 -0
- package/src/components/elements/McFieldRadioGroup/McFieldRadioGroup.vue +215 -0
- package/src/components/elements/McFieldRange/McFieldRange.stories.ts +93 -0
- package/src/components/elements/McFieldRange/McFieldRange.vue +279 -0
- package/src/components/elements/McFieldSelect/McFieldSelect.stories.ts +257 -0
- package/src/components/elements/McFieldSelect/McFieldSelect.vue +920 -0
- package/src/components/elements/McFieldText/McFieldText.stories.ts +258 -0
- package/src/components/elements/McFieldText/McFieldText.vue +898 -0
- package/src/components/elements/McFieldToggle/McFieldToggle.stories.ts +63 -0
- package/src/components/elements/McFieldToggle/McFieldToggle.vue +280 -0
- package/src/components/elements/McInfinityLoadingTrigger/McInfinityLoadingTrigger.stories.ts +49 -0
- package/src/components/elements/McInfinityLoadingTrigger/McInfinityLoadingTrigger.vue +95 -0
- package/src/components/elements/McNodata/McNoData.stories.ts +34 -0
- package/src/components/elements/McNodata/McNoData.vue +191 -0
- package/src/components/elements/McNotification/McNotification.stories.ts +43 -0
- package/src/components/elements/McNotification/McNotification.vue +219 -0
- package/src/components/elements/McProgress/McProgress.stories.ts +39 -0
- package/src/components/elements/McProgress/McProgress.vue +194 -0
- package/src/components/elements/McSeparator/McSeparator.stories.ts +35 -0
- package/src/components/elements/McSeparator/McSeparator.vue +131 -0
- package/src/components/elements/McSlideUpDown/McSlideUpDown.stories.ts +54 -0
- package/src/components/elements/McSlideUpDown/McSlideUpDown.vue +142 -0
- package/src/components/elements/McStack/McStack.stories.ts +108 -0
- package/src/components/elements/McStack/McStack.vue +147 -0
- package/src/components/elements/McSvgIcon/McSvgIcon.stories.ts +135 -0
- package/src/components/elements/McSvgIcon/McSvgIcon.vue +114 -0
- package/src/components/elements/McTitle/McTitle.stories.ts +73 -0
- package/src/components/elements/McTitle/McTitle.vue +368 -0
- package/src/components/elements/McTooltip/McTooltip.stories.ts +39 -0
- package/src/components/elements/McTooltip/McTooltip.vue +85 -0
- package/src/components/index.ts +136 -0
- package/src/components/patterns/McAccordion/McAccordion.stories.ts +99 -0
- package/src/components/patterns/McAccordion/McAccordion.vue +65 -0
- package/src/components/patterns/McCell/McCell.stories.ts +36 -0
- package/src/components/patterns/McCell/McCell.vue +96 -0
- package/src/components/patterns/McCollapse/McCollapse.stories.ts +100 -0
- package/src/components/patterns/McCollapse/McCollapse.vue +303 -0
- package/src/components/patterns/McDropdown/McDropdown.stories.ts +65 -0
- package/src/components/patterns/McDropdown/McDropdown.vue +297 -0
- package/src/components/patterns/McDropdown/McDropdownPanel.vue +65 -0
- package/src/components/patterns/McFilter/McFilter.stories.ts +76 -0
- package/src/components/patterns/McFilter/McFilter.vue +887 -0
- package/src/components/patterns/McFilter/McFilterChip/McFilterChip.stories.ts +37 -0
- package/src/components/patterns/McFilter/McFilterChip/McFilterChip.vue +98 -0
- package/src/components/patterns/McFilter/McFilterTags/McFilterTags.stories.ts +41 -0
- package/src/components/patterns/McFilter/McFilterTags/McFilterTags.vue +377 -0
- package/src/components/patterns/McFilter/McFilterTypeDate/McFilterTypeDate.stories.ts +29 -0
- package/src/components/patterns/McFilter/McFilterTypeDate/McFilterTypeDate.vue +69 -0
- package/src/components/patterns/McFilter/McFilterTypeRange/McFilterTypeRange.stories.ts +26 -0
- package/src/components/patterns/McFilter/McFilterTypeRange/McFilterTypeRange.vue +139 -0
- package/src/components/patterns/McFilter/McFilterTypeRelation/McFilterTypeRelation.stories.ts +26 -0
- package/src/components/patterns/McFilter/McFilterTypeRelation/McFilterTypeRelation.vue +247 -0
- package/src/components/patterns/McFilter/McFilterTypeText/McFilterTypeText.stories.ts +26 -0
- package/src/components/patterns/McFilter/McFilterTypeText/McFilterTypeText.vue +61 -0
- package/src/components/patterns/McGridCol/McGridCol.stories.ts +34 -0
- package/src/components/patterns/McGridCol/McGridCol.vue +159 -0
- package/src/components/patterns/McGridRow/McGridRow.stories.ts +74 -0
- package/src/components/patterns/McGridRow/McGridRow.vue +143 -0
- package/src/components/patterns/McOverlay/McOverlay.stories.ts +44 -0
- package/src/components/patterns/McOverlay/McOverlay.vue +77 -0
- package/src/components/patterns/McPreview/McPreview.stories.ts +45 -0
- package/src/components/patterns/McPreview/McPreview.vue +109 -0
- package/src/components/patterns/McSideBar/McSideBar.stories.ts +54 -0
- package/src/components/patterns/McSideBar/McSideBar.vue +378 -0
- package/src/components/patterns/McSideBar/McSideBarBottom/McSideBarBottom.stories.ts +32 -0
- package/src/components/patterns/McSideBar/McSideBarBottom/McSideBarBottom.vue +116 -0
- package/src/components/patterns/McSideBar/McSideBarButton/McSideBarButton.stories.ts +23 -0
- package/src/components/patterns/McSideBar/McSideBarButton/McSideBarButton.vue +232 -0
- package/src/components/patterns/McSideBar/McSideBarCenter/McSideBarCenter.stories.ts +34 -0
- package/src/components/patterns/McSideBar/McSideBarCenter/McSideBarCenter.vue +342 -0
- package/src/components/patterns/McSideBar/McSideBarTop/McSideBarTop.stories.ts +40 -0
- package/src/components/patterns/McSideBar/McSideBarTop/McSideBarTop.vue +211 -0
- package/src/components/patterns/McTab/McTab.stories.ts +23 -0
- package/src/components/patterns/McTab/McTab.vue +209 -0
- package/src/components/patterns/McTabs/McTabs.stories.ts +96 -0
- package/src/components/patterns/McTabs/McTabs.vue +387 -0
- package/src/components/patterns/McWrapScroll/McWrapScroll.stories.ts +56 -0
- package/src/components/patterns/McWrapScroll/McWrapScroll.vue +305 -0
- package/src/components/templates/McDrawer/McDrawer.stories.ts +88 -0
- package/src/components/templates/McDrawer/McDrawer.vue +217 -0
- package/src/components/templates/McDrawer/McDrawerContainer.vue +54 -0
- package/src/components/templates/McDrawer/McDrawerContentTemplate/McDrawerContentTemplate.stories.ts +33 -0
- package/src/components/templates/McDrawer/McDrawerContentTemplate/McDrawerContentTemplate.vue +88 -0
- package/src/components/templates/McModal/McModal.stories.ts +92 -0
- package/src/components/templates/McModal/McModal.vue +716 -0
- package/src/components/templates/McModal/McModalContainer.vue +51 -0
- package/src/components/templates/McTable/McTable/McTable.stories.ts +192 -0
- package/src/components/templates/McTable/McTable/McTable.vue +650 -0
- package/src/components/templates/McTable/McTableCard/McTableCard.stories.ts +94 -0
- package/src/components/templates/McTable/McTableCard/McTableCard.vue +239 -0
- package/src/components/templates/McTable/McTableCard/McTableCardHeader/McTableCardHeader.vue +74 -0
- package/src/components/templates/McTable/McTableSkeletonLoading/McTableSkeletonLoading.vue +155 -0
- package/src/components/templates/McTable/McTableSort/McTableSort.vue +66 -0
- package/src/components/templates/McTopBar/McTopBar.stories.ts +68 -0
- package/src/components/templates/McTopBar/McTopBar.vue +149 -0
- package/src/components/templates/McVirtualScroll/McVirtualScroll.stories.ts +59 -0
- package/src/components/templates/McVirtualScroll/McVirtualScroll.vue +124 -0
- package/src/composables/index.ts +9 -0
- package/src/composables/useDrawer.ts +90 -0
- package/src/composables/useEncodeDecode.ts +22 -0
- package/src/composables/useFieldErrors.ts +24 -0
- package/src/composables/useHelper.ts +85 -0
- package/src/composables/useModal.ts +88 -0
- package/src/composables/useRandomNumber.ts +10 -0
- package/src/composables/useTooltip.ts +174 -0
- package/src/consts/table.ts +6 -0
- package/src/enums/Cell.ts +5 -0
- package/src/enums/Chip.ts +10 -0
- package/src/enums/Datepicker.ts +38 -0
- package/src/enums/Drawer.ts +4 -0
- package/src/enums/Dropdown.ts +11 -0
- package/src/enums/Filter.ts +13 -0
- package/src/enums/Grid.ts +21 -0
- package/src/enums/Input.ts +19 -0
- package/src/enums/Modal.ts +4 -0
- package/src/enums/Preview.ts +5 -0
- package/src/enums/Radio.ts +4 -0
- package/src/enums/RadioGroup.ts +4 -0
- package/src/enums/Select.ts +10 -0
- package/src/enums/Sidebar.ts +4 -0
- package/src/enums/Tab.ts +5 -0
- package/src/enums/Title.ts +20 -0
- package/src/enums/Tooltip.ts +14 -0
- package/src/enums/index.ts +23 -0
- package/src/enums/ui/Alignment.ts +5 -0
- package/src/enums/ui/Button.ts +23 -0
- package/src/enums/ui/Directions.ts +4 -0
- package/src/enums/ui/Weights.ts +6 -0
- package/src/index.js +16 -0
- package/src/main.ts +9 -0
- package/src/mocks/authUser.ts +163 -0
- package/src/mocks/categories.js +107 -0
- package/src/mocks/filterMocks.ts +133 -0
- package/src/mocks/icons.json +1 -0
- package/src/mocks/menuLangs.ts +20 -0
- package/src/mocks/selectOptions.json +111 -0
- package/src/mocks/sidebar.ts +131 -0
- package/src/mocks/tableData.ts +8338 -0
- package/src/types/IButton.ts +48 -0
- package/src/types/ICell.ts +5 -0
- package/src/types/IChip.ts +13 -0
- package/src/types/ICollapse.ts +15 -0
- package/src/types/IDatepicker.ts +44 -0
- package/src/types/IDirections.ts +5 -0
- package/src/types/IDrawer.ts +29 -0
- package/src/types/IDropdown.ts +6 -0
- package/src/types/IFilter.ts +185 -0
- package/src/types/IGrid.ts +4 -0
- package/src/types/IInput.ts +6 -0
- package/src/types/IModal.ts +30 -0
- package/src/types/IPreview.ts +5 -0
- package/src/types/IRadio.ts +5 -0
- package/src/types/IRadioGroup.ts +12 -0
- package/src/types/IRoute.ts +14 -0
- package/src/types/ISelect.ts +19 -0
- package/src/types/ISideBar.ts +76 -0
- package/src/types/ITable.ts +76 -0
- package/src/types/ITabs.ts +33 -0
- package/src/types/ITitle.ts +6 -0
- package/src/types/ITooltip.ts +30 -0
- package/src/types/index.ts +39 -0
- package/src/types/styles/Alignment.ts +4 -0
- package/src/types/styles/AvatarSizes.ts +5 -0
- package/src/types/styles/Colors.ts +6 -0
- package/src/types/styles/Durations.ts +6 -0
- package/src/types/styles/FontSizes.ts +5 -0
- package/src/types/styles/FontWeights.ts +6 -0
- package/src/types/styles/Grid.ts +18 -0
- package/src/types/styles/Icons.ts +4 -0
- package/src/types/styles/LineHeights.ts +5 -0
- package/src/types/styles/MediaQueries.ts +5 -0
- package/src/types/styles/Radiuses.ts +5 -0
- package/src/types/styles/Sizes.ts +6 -0
- package/src/types/styles/Spaces.ts +6 -0
- package/src/types/styles/Weights.ts +3 -0
- package/src/utils/dayjs.js +22 -0
- package/src/utils/mcGridColAdaptiveProps.ts +15 -0
- package/src/utils/mcTitleAdaptiveProps.ts +15 -0
- package/dist/McBottomLoader-DP6VeK0N.js +0 -4
- package/dist/McOverlay-BZft7En3.js +0 -4
- package/dist/es-CKatgsl2.js +0 -39
- package/dist/index.es.js +0 -135
- package/dist/index.umd.js +0 -38
- package/dist/pt-CEavNnlV.js +0 -39
- package/dist/ru-DX_6fNBy.js +0 -54
- package/dist/th-DGTC0w1I.js +0 -39
- package/dist/vi-Pc8KAwzf.js +0 -39
- /package/{dist → src/assets/img}/no_table_data.png +0 -0
- /package/{dist → src/assets/img}/no_user.png +0 -0
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { ButtonModifiers, ButtonSize, ButtonType } from '@/enums/ui/Button'
|
|
2
|
+
import type { ColorsUnion, ColorTypes } from '@/types/styles/Colors'
|
|
3
|
+
import type { HorizontalAlignmentUnion } from '@/types/styles/Alignment'
|
|
4
|
+
import type { WeightsUnion } from '@/types/styles/Weights'
|
|
5
|
+
import type { TooltipPositionsUnion } from '@/types/ITooltip'
|
|
6
|
+
|
|
7
|
+
export interface IButton {
|
|
8
|
+
to?: string
|
|
9
|
+
href?: string
|
|
10
|
+
nuxt?: boolean
|
|
11
|
+
disabled?: boolean
|
|
12
|
+
inactive?: boolean
|
|
13
|
+
loading?: boolean
|
|
14
|
+
iconLoading?: boolean
|
|
15
|
+
type?: ButtonTypeUnion
|
|
16
|
+
variation?: ButtonVariationUnion
|
|
17
|
+
size?: ButtonSizeUnion
|
|
18
|
+
shadow?: boolean
|
|
19
|
+
rounded?: boolean
|
|
20
|
+
semiRounded?: boolean
|
|
21
|
+
textAlign?: HorizontalAlignmentUnion
|
|
22
|
+
fullWidth?: boolean
|
|
23
|
+
isActive?: boolean
|
|
24
|
+
exact?: boolean
|
|
25
|
+
uppercase?: boolean
|
|
26
|
+
defaultTag?: string
|
|
27
|
+
secondaryColor?: ColorsUnion
|
|
28
|
+
underlineLink?: boolean
|
|
29
|
+
bgFlat?: boolean
|
|
30
|
+
weight?: WeightsUnion
|
|
31
|
+
tooltip?: string
|
|
32
|
+
tooltipPlacement?: TooltipPositionsUnion
|
|
33
|
+
tabindex?: string | number
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export interface IButtonStyleOptions {
|
|
37
|
+
color: string
|
|
38
|
+
type: string
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export type ButtonTypeUnion = (typeof ButtonType)[keyof typeof ButtonType]
|
|
42
|
+
export type ButtonSizeUnion = (typeof ButtonSize)[keyof typeof ButtonSize]
|
|
43
|
+
export type ButtonVariationUnion =
|
|
44
|
+
| ColorTypes
|
|
45
|
+
| `${ColorTypes}-${ButtonModifiers.Link}`
|
|
46
|
+
| `${ColorTypes}-${ButtonModifiers.Flat}`
|
|
47
|
+
| `${ColorTypes}-${ButtonModifiers.Outline}`
|
|
48
|
+
| `${ColorTypes}-${ButtonModifiers.Invert}`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ChipModifiers, ChipSize } from '@/enums/Chip'
|
|
2
|
+
import type { ColorTypes } from '@/types/styles/Colors'
|
|
3
|
+
|
|
4
|
+
export interface IChipStyleOptions {
|
|
5
|
+
color: string
|
|
6
|
+
variation: string
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export type ChipSizeUnion = (typeof ChipSize)[keyof typeof ChipSize]
|
|
10
|
+
export type ChipVariationUnion =
|
|
11
|
+
| ColorTypes
|
|
12
|
+
| `${ColorTypes}-${ChipModifiers.Invert}`
|
|
13
|
+
| `${ColorTypes}-${ChipModifiers.Outline}`
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface ICollapse {
|
|
2
|
+
isDisabled: boolean
|
|
3
|
+
border: boolean
|
|
4
|
+
icon: boolean
|
|
5
|
+
id: string | number
|
|
6
|
+
isCollapsed: boolean
|
|
7
|
+
open: Function
|
|
8
|
+
close: Function
|
|
9
|
+
toggle: Function
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface ICollapseEmitPayload {
|
|
13
|
+
value: boolean
|
|
14
|
+
component: ICollapse
|
|
15
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import {
|
|
2
|
+
DatepickerFormat,
|
|
3
|
+
DatepickerFormatsVariations,
|
|
4
|
+
DatepickerOutputFormat,
|
|
5
|
+
DatepickerTypes,
|
|
6
|
+
DayjsFormat
|
|
7
|
+
} from '@/enums/Datepicker'
|
|
8
|
+
|
|
9
|
+
export interface IDatepickerPlaceholders {
|
|
10
|
+
week?: string
|
|
11
|
+
month?: string
|
|
12
|
+
quarter?: string
|
|
13
|
+
year?: string
|
|
14
|
+
confirm?: string
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export interface IDatepickerPresetPeriod {
|
|
18
|
+
start_date: string
|
|
19
|
+
end_date: string
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export interface IDatepickerPreset {
|
|
23
|
+
title: string
|
|
24
|
+
period: IDatepickerPresetPeriod[]
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export type DatePickerValue = null | string | string[]
|
|
28
|
+
|
|
29
|
+
export type DatepickerFormatsObjectFormat = {
|
|
30
|
+
[DatepickerFormatsVariations.Picker]: DatepickerFormat
|
|
31
|
+
[DatepickerFormatsVariations.Dayjs]: DayjsFormat
|
|
32
|
+
[DatepickerFormatsVariations.Output]: DatepickerOutputFormat
|
|
33
|
+
}
|
|
34
|
+
export type DatepickerFormatsObject = {
|
|
35
|
+
[key in DatepickerTypes]: DatepickerFormatsObjectFormat
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export type DatepickerTypesUnion = (typeof DatepickerTypes)[keyof typeof DatepickerTypes]
|
|
39
|
+
export type DatepickerFormatsVariationsUnion =
|
|
40
|
+
(typeof DatepickerFormatsVariations)[keyof typeof DatepickerFormatsVariations]
|
|
41
|
+
export type DatepickerFormatUnion = (typeof DatepickerFormat)[keyof typeof DatepickerFormat]
|
|
42
|
+
export type DayjsFormatUnion = (typeof DayjsFormat)[keyof typeof DayjsFormat]
|
|
43
|
+
export type DatepickerOutputFormatUnion =
|
|
44
|
+
(typeof DatepickerOutputFormat)[keyof typeof DatepickerOutputFormat]
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { IconsListUnion } from '@/types/styles/Icons'
|
|
2
|
+
import { DrawerPositions } from '@/enums/Drawer'
|
|
3
|
+
|
|
4
|
+
export interface IDrawerServiceState {
|
|
5
|
+
isOpen: boolean
|
|
6
|
+
closeServiceState: Function
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export interface IDrawerProps {
|
|
10
|
+
duration?: number
|
|
11
|
+
width?: number
|
|
12
|
+
position?: DrawerPositionsUnion
|
|
13
|
+
title?: string
|
|
14
|
+
titleEllipsis?: boolean
|
|
15
|
+
closeVisible?: boolean
|
|
16
|
+
iconClose?: IconsListUnion
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export interface IDrawerState {
|
|
20
|
+
component: boolean
|
|
21
|
+
drawerProps?: IDrawerProps
|
|
22
|
+
componentName?: string
|
|
23
|
+
componentProps?: object
|
|
24
|
+
modelValue?: boolean
|
|
25
|
+
id: string | number
|
|
26
|
+
close: Function
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export type DrawerPositionsUnion = (typeof DrawerPositions)[keyof typeof DrawerPositions]
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { DropdownListPositions, DropdownPositions } from '@/enums/Dropdown'
|
|
2
|
+
|
|
3
|
+
export interface IDropdown {}
|
|
4
|
+
|
|
5
|
+
export type DropdownListPositionsUnion = (typeof DropdownListPositions)[keyof typeof DropdownListPositions]
|
|
6
|
+
export type DropdownPositionsUnion = (typeof DropdownPositions)[keyof typeof DropdownPositions]
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
import { type FilterRelations, type FilterTypes } from '@/enums/Filter'
|
|
2
|
+
|
|
3
|
+
export interface IBaseFilter {
|
|
4
|
+
name: string
|
|
5
|
+
value: string
|
|
6
|
+
type: FilterTypes
|
|
7
|
+
placeholder?: string
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface IFastFilter extends IBaseFilter {
|
|
11
|
+
type: FilterTypes.Fast
|
|
12
|
+
relation: FilterRelations
|
|
13
|
+
default: string | number
|
|
14
|
+
description: string
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export interface IRangeFilter extends IBaseFilter {
|
|
18
|
+
type: FilterTypes.Range
|
|
19
|
+
min: number
|
|
20
|
+
max: number
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export interface IRelationOptionsFilter extends IBaseFilter {
|
|
24
|
+
type: FilterTypes.Relation
|
|
25
|
+
is_text: boolean
|
|
26
|
+
options: FilterOption[]
|
|
27
|
+
getAjaxOne?: never
|
|
28
|
+
getAjaxOptions?: never
|
|
29
|
+
}
|
|
30
|
+
export interface IRelationApiFilter extends IBaseFilter {
|
|
31
|
+
type: FilterTypes.Relation
|
|
32
|
+
is_text: boolean
|
|
33
|
+
options?: never
|
|
34
|
+
getAjaxOne: Function
|
|
35
|
+
getAjaxOptions: Function
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export type FilterOption = Record<string, string | number>
|
|
39
|
+
export type IRelationFilter = IRelationApiFilter | IRelationOptionsFilter
|
|
40
|
+
|
|
41
|
+
export type IFilter = IFastFilter | IRangeFilter | IRelationFilter | IBaseFilter
|
|
42
|
+
|
|
43
|
+
export interface IFilterBaseTag {
|
|
44
|
+
id: string | number
|
|
45
|
+
title: string
|
|
46
|
+
description?: string
|
|
47
|
+
category: string
|
|
48
|
+
categoryName: string
|
|
49
|
+
closable?: boolean
|
|
50
|
+
type: FilterTypes
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export interface IFilterRelationTag extends IFilterBaseTag {
|
|
54
|
+
value: string | number
|
|
55
|
+
relationKey: FilterRelations
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export interface IFilterRangeTag extends IFilterBaseTag {
|
|
59
|
+
value: IFilterRangeValue
|
|
60
|
+
relationKey?: never
|
|
61
|
+
}
|
|
62
|
+
export interface IFilterDateTag extends IFilterBaseTag {
|
|
63
|
+
value: IFilterDateValue
|
|
64
|
+
relationKey?: never
|
|
65
|
+
}
|
|
66
|
+
export interface IFilterTextTag extends IFilterBaseTag {
|
|
67
|
+
value: string | number
|
|
68
|
+
relationKey?: never
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export type IFilterTag = IFilterRelationTag | IFilterRangeTag | IFilterDateTag | IFilterTextTag
|
|
72
|
+
|
|
73
|
+
export type DateFilterValue = string | null
|
|
74
|
+
export type RangeFilterValue = string | number | null
|
|
75
|
+
|
|
76
|
+
// Range filter pair
|
|
77
|
+
export interface IFilterRangeValue {
|
|
78
|
+
more: RangeFilterValue
|
|
79
|
+
less: RangeFilterValue
|
|
80
|
+
}
|
|
81
|
+
export interface IFilterRangeName {
|
|
82
|
+
more: RangeFilterValue
|
|
83
|
+
less: RangeFilterValue
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// Date filter pair
|
|
87
|
+
export interface IFilterDateValue {
|
|
88
|
+
more: DateFilterValue
|
|
89
|
+
less: DateFilterValue
|
|
90
|
+
}
|
|
91
|
+
export interface IFilterDateName {
|
|
92
|
+
more: DateFilterValue
|
|
93
|
+
less: DateFilterValue
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// Relation filter pair
|
|
97
|
+
export type FilterRelationValue = {
|
|
98
|
+
[FilterRelations.Exists]?: string | number | null
|
|
99
|
+
[FilterRelations.Is]?: string[]
|
|
100
|
+
[FilterRelations.IsNot]?: string[]
|
|
101
|
+
}
|
|
102
|
+
export type FilterRelationName = {
|
|
103
|
+
[FilterRelations.Exists]?: string | null
|
|
104
|
+
[FilterRelations.Is]?: Record<string, string>
|
|
105
|
+
[FilterRelations.IsNot]?: Record<string, string>
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
// Text filter pair
|
|
109
|
+
export type FilterTextValue = string | number
|
|
110
|
+
export type FilterTextName = string | number
|
|
111
|
+
|
|
112
|
+
// Типы у которых есть more & less
|
|
113
|
+
export type FilterMoreLessConditionName = IFilterRangeName | IFilterDateName
|
|
114
|
+
|
|
115
|
+
// Filter condition types
|
|
116
|
+
export type FilterConditionValue = IFilterRangeValue | IFilterDateValue | FilterRelationValue | FilterTextValue
|
|
117
|
+
export type FilterConditionName = FilterMoreLessConditionName | FilterRelationName | FilterTextName
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
export type IFilterValueFilter = Record<string, FilterConditionValue>
|
|
121
|
+
export type IFilterValueFilterName = string
|
|
122
|
+
|
|
123
|
+
export type IFilterParsedValueFilter = Record<string, FilterConditionValue>
|
|
124
|
+
export type IFilterParsedValueFilterName = Record<string, FilterConditionName>
|
|
125
|
+
|
|
126
|
+
// Filter general value
|
|
127
|
+
export interface IFilterValue {
|
|
128
|
+
filter: IFilterValueFilter
|
|
129
|
+
filter_name: IFilterValueFilterName
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
// Filter general parsed value
|
|
133
|
+
export interface IFilterParsedValue {
|
|
134
|
+
filter: IFilterParsedValueFilter
|
|
135
|
+
filter_name: IFilterParsedValueFilterName
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
export interface IFilterPreset extends IFilterValue {
|
|
139
|
+
name: string
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export interface IFilterCondition {
|
|
143
|
+
value: FilterConditionValue
|
|
144
|
+
valueName?: FilterConditionName
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
export interface IFilterPlaceholders {
|
|
148
|
+
main_tooltip: string
|
|
149
|
+
value: string
|
|
150
|
+
condition: string
|
|
151
|
+
create_preset: string
|
|
152
|
+
fast_filters: string
|
|
153
|
+
added_filters: string
|
|
154
|
+
enter_preset_name: string
|
|
155
|
+
enter_preset_tooltip: string
|
|
156
|
+
from: string
|
|
157
|
+
to: string
|
|
158
|
+
enter: string
|
|
159
|
+
choose: string
|
|
160
|
+
actions: {
|
|
161
|
+
add: string
|
|
162
|
+
save: string
|
|
163
|
+
clear: string
|
|
164
|
+
create: string
|
|
165
|
+
delete_preset: string
|
|
166
|
+
is: string
|
|
167
|
+
is_not: string
|
|
168
|
+
empty: string
|
|
169
|
+
confirm: string
|
|
170
|
+
}
|
|
171
|
+
calendar: {
|
|
172
|
+
week: string
|
|
173
|
+
month: string
|
|
174
|
+
quarter: string
|
|
175
|
+
year: string
|
|
176
|
+
confirm: string
|
|
177
|
+
}
|
|
178
|
+
messages: {
|
|
179
|
+
same_filter: string
|
|
180
|
+
same_preset_name: string
|
|
181
|
+
accidentally_cleared: string
|
|
182
|
+
accidentally_deleted: string
|
|
183
|
+
more_than: string
|
|
184
|
+
}
|
|
185
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { HorizontalAlignment } from '@/enums'
|
|
2
|
+
import { ModalVariation } from '@/enums/Modal'
|
|
3
|
+
|
|
4
|
+
export interface IModalServiceState {
|
|
5
|
+
isOpen: boolean
|
|
6
|
+
closeServiceState: Function
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export interface IModalProps {
|
|
10
|
+
name: string
|
|
11
|
+
maxWidth: number
|
|
12
|
+
duration: number
|
|
13
|
+
closeVisible: boolean
|
|
14
|
+
clickBackdropToClose: boolean
|
|
15
|
+
arrowVisible: boolean
|
|
16
|
+
scrollableContent: boolean
|
|
17
|
+
separators: boolean
|
|
18
|
+
headerAlign: HorizontalAlignment
|
|
19
|
+
topPadding: boolean
|
|
20
|
+
variation: ModalVariation
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export interface IModalState {
|
|
24
|
+
component: boolean
|
|
25
|
+
componentName?: string
|
|
26
|
+
componentProps?: object
|
|
27
|
+
modelValue?: boolean
|
|
28
|
+
id: string | number
|
|
29
|
+
close: Function
|
|
30
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { RadioGroupDirection } from '@/enums/RadioGroup'
|
|
2
|
+
|
|
3
|
+
export interface IRadioGroupOption {
|
|
4
|
+
label: string | number
|
|
5
|
+
value: string | number
|
|
6
|
+
helpText?: string
|
|
7
|
+
disabled?: boolean
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export type IRadioGroupOptions = string[] | number[] | IRadioGroupOption[]
|
|
11
|
+
export type RadioGroupDirectionUnion =
|
|
12
|
+
(typeof RadioGroupDirection)[keyof typeof RadioGroupDirection]
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface IRouteWithName {
|
|
2
|
+
name: string
|
|
3
|
+
path?: never
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
export interface IRouteWithPath {
|
|
7
|
+
path: string
|
|
8
|
+
name?: never
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export type IRoute = (IRouteWithName | IRouteWithPath) & {
|
|
12
|
+
params?: { [key: string]: any }
|
|
13
|
+
query?: { [key: string]: any }
|
|
14
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SelectGroupKeys, SelectListDirections } from '@/enums/Select'
|
|
2
|
+
|
|
3
|
+
export interface ISelectOption {
|
|
4
|
+
name?: string
|
|
5
|
+
value?: string | number
|
|
6
|
+
text?: string
|
|
7
|
+
icon?: string
|
|
8
|
+
[key: string]: any;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export interface ISelectGroupOption {
|
|
12
|
+
[SelectGroupKeys.Label]: string
|
|
13
|
+
[SelectGroupKeys.Values]: ISelectOption[]
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export type ISelectOptions = ISelectOption[]
|
|
17
|
+
export type ISelectGroupOptions = ISelectGroupOption[]
|
|
18
|
+
export type SelectListDirectionsUnion =
|
|
19
|
+
(typeof SelectListDirections)[keyof typeof SelectListDirections]
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import type { IconsListUnion } from '@/types/styles/Icons'
|
|
2
|
+
import type { ButtonVariationUnion } from '@/types/IButton'
|
|
3
|
+
import { SidebarTheme } from '@/enums'
|
|
4
|
+
import type { ColorTypes } from '@/types/styles/Colors'
|
|
5
|
+
import type { TitleVariationsUnion } from '@/types/ITitle'
|
|
6
|
+
|
|
7
|
+
export interface ISideBar {
|
|
8
|
+
logoTitle: string
|
|
9
|
+
logoTitleVariation: TitleVariationsUnion
|
|
10
|
+
logoSrc: string
|
|
11
|
+
logoIcon: IconsListUnion
|
|
12
|
+
menuMainTitle: string
|
|
13
|
+
menuMain: ISideBarMenuItem[]
|
|
14
|
+
counts: Record<string, number | null>
|
|
15
|
+
menuApps: ISideBarApp[]
|
|
16
|
+
chatraConfig: ISideBarChatra
|
|
17
|
+
hideText: string
|
|
18
|
+
compact: boolean
|
|
19
|
+
variable: SidebarTheme
|
|
20
|
+
width: string
|
|
21
|
+
compactWidth: string
|
|
22
|
+
absoluteBreakpoint: number
|
|
23
|
+
hiddenBreakpoint: number
|
|
24
|
+
}
|
|
25
|
+
export interface ISideBarChatra {
|
|
26
|
+
title: string
|
|
27
|
+
id: string
|
|
28
|
+
}
|
|
29
|
+
export interface ISideBarLang {
|
|
30
|
+
name: 'en' | 'ru' | 'ar' | 'es' | 'pt' | string
|
|
31
|
+
href: string
|
|
32
|
+
}
|
|
33
|
+
export interface ISideBarApp {
|
|
34
|
+
name: string
|
|
35
|
+
icon: IconsListUnion | string
|
|
36
|
+
href: string
|
|
37
|
+
isVisible?: boolean
|
|
38
|
+
exact: boolean
|
|
39
|
+
isActive: boolean
|
|
40
|
+
}
|
|
41
|
+
export interface ISideBarLink {
|
|
42
|
+
name: string
|
|
43
|
+
icon: IconsListUnion
|
|
44
|
+
iconColor?: ColorTypes
|
|
45
|
+
href: string
|
|
46
|
+
to: string
|
|
47
|
+
info?: string | number | null
|
|
48
|
+
count_key: string
|
|
49
|
+
}
|
|
50
|
+
export interface ISideBarMenuItem extends ISideBarLink {
|
|
51
|
+
menu?: ISideBarLink[]
|
|
52
|
+
}
|
|
53
|
+
export interface ISideBarMenuItemEnrichment extends ISideBarMenuItem {
|
|
54
|
+
id: number
|
|
55
|
+
active: Function,
|
|
56
|
+
indicator: Function
|
|
57
|
+
open: boolean
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export interface ISidebarThemeConfig {
|
|
61
|
+
mode: SidebarTheme
|
|
62
|
+
className: string
|
|
63
|
+
dropdownActivator: ButtonVariationUnion
|
|
64
|
+
mainMenuLinks: {
|
|
65
|
+
variable: ButtonVariationUnion
|
|
66
|
+
secondaryColor: ColorTypes
|
|
67
|
+
}
|
|
68
|
+
closeButton: {
|
|
69
|
+
variable: ButtonVariationUnion
|
|
70
|
+
secondaryColor: ColorTypes
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export interface ISidebarThemeConfigProvide {
|
|
75
|
+
currentThemeConfig: ISidebarThemeConfig
|
|
76
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import type { HorizontalAlignmentUnion } from '@/types/styles/Alignment'
|
|
2
|
+
import type { IconsListUnion } from '@/types/styles/Icons'
|
|
3
|
+
|
|
4
|
+
export type SortDirection = null | 'asc' | 'desc'
|
|
5
|
+
|
|
6
|
+
export interface ITableColumnBase {
|
|
7
|
+
header: string | number
|
|
8
|
+
field: string
|
|
9
|
+
total?: number
|
|
10
|
+
sortable?: boolean
|
|
11
|
+
align?: HorizontalAlignmentUnion
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export interface ITableColumnWidth extends ITableColumnBase {
|
|
15
|
+
width: number
|
|
16
|
+
minWidth?: never
|
|
17
|
+
}
|
|
18
|
+
export interface ITableColumnMinWidth extends ITableColumnBase {
|
|
19
|
+
minWidth: number
|
|
20
|
+
width?: never
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export type ITableColumn = ITableColumnWidth | ITableColumnMinWidth
|
|
24
|
+
|
|
25
|
+
export type ITableColumnEnriched = ITableColumn & {
|
|
26
|
+
fixedFirst: boolean
|
|
27
|
+
fixedLast: boolean
|
|
28
|
+
style?: { [key: string]: undefined | string | number }
|
|
29
|
+
class?: { [key: string]: boolean }
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export type ITableTotals<T extends ITableColumnBase> = {
|
|
33
|
+
[key in T['field']]?: string | number
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export type ITableData = any[]
|
|
37
|
+
|
|
38
|
+
export interface ITableSort {
|
|
39
|
+
sort_column: string
|
|
40
|
+
sort_direction: SortDirection
|
|
41
|
+
}
|
|
42
|
+
export interface ITableSortState {
|
|
43
|
+
direction: SortDirection
|
|
44
|
+
next_direction: SortDirection
|
|
45
|
+
icon: IconsListUnion
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export interface ITablePlaceholders {
|
|
49
|
+
no_data: string
|
|
50
|
+
loading: string
|
|
51
|
+
all_loaded: string
|
|
52
|
+
total: string
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export interface ITableCardProps {
|
|
56
|
+
id?: string | number
|
|
57
|
+
tableColumns: ITableColumn[]
|
|
58
|
+
tableData: ITableData
|
|
59
|
+
tableTotals: ITableTotals<ITableColumn>
|
|
60
|
+
tableSort: ITableSort
|
|
61
|
+
tableHeaderRowHeight: number
|
|
62
|
+
tableFooterRowHeight: number
|
|
63
|
+
tableFixedFirstColumn: boolean
|
|
64
|
+
tableCardProps: Record<any, any>
|
|
65
|
+
footerBlur?: boolean
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export interface ITableCardOpenState {
|
|
69
|
+
state: true
|
|
70
|
+
id: string | number | undefined
|
|
71
|
+
}
|
|
72
|
+
export interface ITableCardCloseState {
|
|
73
|
+
state: false
|
|
74
|
+
id?: never
|
|
75
|
+
}
|
|
76
|
+
export type TableCardState = ITableCardOpenState | ITableCardCloseState
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { IRoute } from '@/types/IRoute'
|
|
2
|
+
import type { ColorTypes } from '@/types/styles/Colors'
|
|
3
|
+
import { type IconsListUnion } from '@/types/styles/Icons'
|
|
4
|
+
import { TabVariations } from '@/enums/Tab'
|
|
5
|
+
|
|
6
|
+
export interface ITab {
|
|
7
|
+
isActive: boolean
|
|
8
|
+
isVisible: boolean
|
|
9
|
+
computedId: string
|
|
10
|
+
hash: string
|
|
11
|
+
hasAppendCount: boolean
|
|
12
|
+
appendCountStyles: string
|
|
13
|
+
header: string
|
|
14
|
+
href?: string
|
|
15
|
+
to?: IRoute
|
|
16
|
+
id: string
|
|
17
|
+
name: string
|
|
18
|
+
iconAppendColor: ColorTypes
|
|
19
|
+
iconPrependColor: ColorTypes
|
|
20
|
+
iconAppend: IconsListUnion
|
|
21
|
+
iconPrepend: IconsListUnion
|
|
22
|
+
visible: boolean
|
|
23
|
+
isDisabled: boolean
|
|
24
|
+
appendCountColor: string
|
|
25
|
+
appendCount: string | number
|
|
26
|
+
suffix: string
|
|
27
|
+
prefix: string
|
|
28
|
+
hideTab: Function
|
|
29
|
+
showTab: Function
|
|
30
|
+
onClick: Function | unknown
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export type TabVariationUnion = (typeof TabVariations)[keyof typeof TabVariations]
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { TooltipPositions, TooltipSizes } from '@/enums/Tooltip'
|
|
2
|
+
|
|
3
|
+
export interface ITooltip {
|
|
4
|
+
content?: string
|
|
5
|
+
size?: TooltipSizes
|
|
6
|
+
placement?: TooltipPositions
|
|
7
|
+
arrow?: boolean
|
|
8
|
+
color?: string | undefined | null
|
|
9
|
+
textColor?: string | undefined | null
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface ITooltipStyles {
|
|
13
|
+
top: number | null
|
|
14
|
+
left: number | null
|
|
15
|
+
translate: string
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface ITooltipInstance extends ITooltip {
|
|
19
|
+
target: HTMLElement
|
|
20
|
+
id: number
|
|
21
|
+
visible: boolean
|
|
22
|
+
position: ITooltipStyles
|
|
23
|
+
updateTooltipPosition: Function
|
|
24
|
+
destroy: Function
|
|
25
|
+
showTooltip: Function
|
|
26
|
+
hideTooltip: Function
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export type TooltipPositionsUnion = (typeof TooltipPositions)[keyof typeof TooltipPositions]
|
|
30
|
+
export type TooltipSizesUnion = (typeof TooltipSizes)[keyof typeof TooltipSizes]
|