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,39 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3'
|
|
2
|
+
import McTooltip from '@/components/elements/McTooltip/McTooltip.vue'
|
|
3
|
+
import { TooltipPositions, TooltipSizes } from '@/enums/Tooltip'
|
|
4
|
+
import { Colors } from '@/types/styles/Colors'
|
|
5
|
+
|
|
6
|
+
const meta = {
|
|
7
|
+
title: 'McTooltip',
|
|
8
|
+
component: McTooltip,
|
|
9
|
+
tags: ['autodocs'],
|
|
10
|
+
argTypes: {
|
|
11
|
+
placement: { control: 'select', options: Object.values(TooltipPositions) },
|
|
12
|
+
size: { control: 'select', options: Object.values(TooltipSizes) },
|
|
13
|
+
color: { control: 'select', options: Object.keys(Colors) },
|
|
14
|
+
textColor: { control: 'select', options: Object.keys(Colors) },
|
|
15
|
+
arrowVisible: { control: 'boolean' }
|
|
16
|
+
},
|
|
17
|
+
args: {
|
|
18
|
+
placement: TooltipPositions.Top,
|
|
19
|
+
size: TooltipSizes.S,
|
|
20
|
+
color: 'black',
|
|
21
|
+
textColor: 'white',
|
|
22
|
+
arrowVisible: true,
|
|
23
|
+
content: 'Boost your channel growth!',
|
|
24
|
+
default: 'McPay Advance'
|
|
25
|
+
},
|
|
26
|
+
parameters: {
|
|
27
|
+
componentSubtitle: 'Status: Ready',
|
|
28
|
+
design: {
|
|
29
|
+
type: 'figma',
|
|
30
|
+
url: ''
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
} satisfies Meta<typeof McTooltip>
|
|
34
|
+
export default meta;
|
|
35
|
+
type Story = StoryObj<typeof meta>;
|
|
36
|
+
|
|
37
|
+
export const Default: Story = {
|
|
38
|
+
args: {},
|
|
39
|
+
};
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { Colors, type ColorTypes } from '@/types/styles/Colors'
|
|
3
|
+
import type { TooltipPositionsUnion, TooltipSizesUnion } from '@/types/ITooltip'
|
|
4
|
+
import { useTooltip } from '@/composables/useTooltip'
|
|
5
|
+
import { computed, type PropType } from 'vue'
|
|
6
|
+
import type { ITooltip } from '@/types/ITooltip'
|
|
7
|
+
import { TooltipPositions, TooltipSizes } from '@/enums/Tooltip'
|
|
8
|
+
|
|
9
|
+
const vTooltip = useTooltip()
|
|
10
|
+
|
|
11
|
+
const props = defineProps({
|
|
12
|
+
/**
|
|
13
|
+
* Текст подсказки:
|
|
14
|
+
*/
|
|
15
|
+
content: {
|
|
16
|
+
type: String as PropType<string>,
|
|
17
|
+
required: true,
|
|
18
|
+
},
|
|
19
|
+
/**
|
|
20
|
+
* Расположение:
|
|
21
|
+
*/
|
|
22
|
+
placement: {
|
|
23
|
+
type: String as () => TooltipPositionsUnion,
|
|
24
|
+
default: TooltipPositions.Top,
|
|
25
|
+
},
|
|
26
|
+
/**
|
|
27
|
+
* Цвет:
|
|
28
|
+
*/
|
|
29
|
+
color: {
|
|
30
|
+
type: String as () => ColorTypes,
|
|
31
|
+
default: Colors.black,
|
|
32
|
+
},
|
|
33
|
+
/**
|
|
34
|
+
* Цвет текста:
|
|
35
|
+
*/
|
|
36
|
+
textColor: {
|
|
37
|
+
type: String as () => ColorTypes,
|
|
38
|
+
default: Colors.white,
|
|
39
|
+
},
|
|
40
|
+
/**
|
|
41
|
+
* Максимальный размер
|
|
42
|
+
*/
|
|
43
|
+
size: {
|
|
44
|
+
type: String as () => TooltipSizesUnion,
|
|
45
|
+
default: TooltipSizes.S,
|
|
46
|
+
},
|
|
47
|
+
/**
|
|
48
|
+
* Всключить стрелку
|
|
49
|
+
*/
|
|
50
|
+
arrowVisible: {
|
|
51
|
+
type: Boolean as PropType<boolean>,
|
|
52
|
+
default: true,
|
|
53
|
+
},
|
|
54
|
+
})
|
|
55
|
+
|
|
56
|
+
const tooltipProps = computed<ITooltip>((): ITooltip => {
|
|
57
|
+
return {
|
|
58
|
+
content: props.content,
|
|
59
|
+
size: props.size,
|
|
60
|
+
placement: props.placement,
|
|
61
|
+
arrow: props.arrowVisible,
|
|
62
|
+
color: props.color,
|
|
63
|
+
textColor: props.textColor,
|
|
64
|
+
} as ITooltip
|
|
65
|
+
})
|
|
66
|
+
</script>
|
|
67
|
+
|
|
68
|
+
<template>
|
|
69
|
+
<div v-tooltip="tooltipProps" class="mc-tooltip-target">
|
|
70
|
+
<!-- @slot Слот для элемента, у которого будет всплывать тултип -->
|
|
71
|
+
<slot />
|
|
72
|
+
</div>
|
|
73
|
+
</template>
|
|
74
|
+
|
|
75
|
+
<style lang="scss">
|
|
76
|
+
@use '../../../assets/styles/tooltip' as *;
|
|
77
|
+
@use '../../../assets/tokens/font-families' as *;
|
|
78
|
+
|
|
79
|
+
.mc-tooltip-target {
|
|
80
|
+
$block-name: &;
|
|
81
|
+
max-width: 100%;
|
|
82
|
+
width: max-content;
|
|
83
|
+
font-family: $font-family-main;
|
|
84
|
+
}
|
|
85
|
+
</style>
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* elements
|
|
3
|
+
* */
|
|
4
|
+
import McAvatar from './elements/McAvatar/McAvatar.vue'
|
|
5
|
+
import McBadge from './elements/McBadge/McBadge.vue'
|
|
6
|
+
import McBottomLoader from './elements/McBottomLoader/McBottomLoader.vue'
|
|
7
|
+
import McButton from './elements/McButton/McButton.vue'
|
|
8
|
+
import McChip from './elements/McChip/McChip.vue'
|
|
9
|
+
import McCropper from './elements/McCropper/McCropper.vue'
|
|
10
|
+
import McDatepicker from './elements/McDatepicker/McDatepicker.vue'
|
|
11
|
+
import McDraggable from './elements/McDraggable/McDraggable.vue'
|
|
12
|
+
import McFieldCheckbox from './elements/McFieldCheckbox/McFieldCheckbox.vue'
|
|
13
|
+
import McFieldRadio from './elements/McFieldRadio/McFieldRadio.vue'
|
|
14
|
+
import McFieldRadioGroup from './elements/McFieldRadioGroup/McFieldRadioGroup.vue'
|
|
15
|
+
import McFieldRange from './elements/McFieldRange/McFieldRange.vue'
|
|
16
|
+
import McFieldSelect from './elements/McFieldSelect/McFieldSelect.vue'
|
|
17
|
+
import McFieldText from './elements/McFieldText/McFieldText.vue'
|
|
18
|
+
import McFieldToggle from './elements/McFieldToggle/McFieldToggle.vue'
|
|
19
|
+
import McInfinityLoadingTrigger from './elements/McInfinityLoadingTrigger/McInfinityLoadingTrigger.vue'
|
|
20
|
+
import McNoData from './elements/McNodata/McNoData.vue'
|
|
21
|
+
import McNotification from './elements/McNotification/McNotification.vue'
|
|
22
|
+
import McProgress from './elements/McProgress/McProgress.vue'
|
|
23
|
+
import McSeparator from './elements/McSeparator/McSeparator.vue'
|
|
24
|
+
import McSlideUpDown from './elements/McSlideUpDown/McSlideUpDown.vue'
|
|
25
|
+
import McStack from './elements/McStack/McStack.vue'
|
|
26
|
+
import McSvgIcon from './elements/McSvgIcon/McSvgIcon.vue'
|
|
27
|
+
import McTitle from './elements/McTitle/McTitle.vue'
|
|
28
|
+
import McTooltip from './elements/McTooltip/McTooltip.vue'
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* patterns
|
|
32
|
+
* */
|
|
33
|
+
import McAccordion from './patterns/McAccordion/McAccordion.vue'
|
|
34
|
+
import McCell from './patterns/McCell/McCell.vue'
|
|
35
|
+
import McCollapse from './patterns/McCollapse/McCollapse.vue'
|
|
36
|
+
import McDropdown from './patterns/McDropdown/McDropdown.vue'
|
|
37
|
+
import McDropdownPanel from './patterns/McDropdown/McDropdownPanel.vue'
|
|
38
|
+
import McFilter from './patterns/McFilter/McFilter.vue'
|
|
39
|
+
import McFilterChip from './patterns/McFilter/McFilterChip/McFilterChip.vue'
|
|
40
|
+
import McFilterTags from './patterns/McFilter/McFilterTags/McFilterTags.vue'
|
|
41
|
+
import McFilterTypeDate from './patterns/McFilter/McFilterTypeDate/McFilterTypeDate.vue'
|
|
42
|
+
import McFilterTypeRange from './patterns/McFilter/McFilterTypeRange/McFilterTypeRange.vue'
|
|
43
|
+
import McFilterTypeRelation from './patterns/McFilter/McFilterTypeRelation/McFilterTypeRelation.vue'
|
|
44
|
+
import McFilterTypeText from './patterns/McFilter/McFilterTypeText/McFilterTypeText.vue'
|
|
45
|
+
import McGridCol from './patterns/McGridCol/McGridCol.vue'
|
|
46
|
+
import McGridRow from './patterns/McGridRow/McGridRow.vue'
|
|
47
|
+
import McOverlay from './patterns/McOverlay/McOverlay.vue'
|
|
48
|
+
import McPreview from './patterns/McPreview/McPreview.vue'
|
|
49
|
+
import McSideBar from './patterns/McSideBar/McSideBar.vue'
|
|
50
|
+
import McSideBarBottom from './patterns/McSideBar/McSideBarBottom/McSideBarBottom.vue'
|
|
51
|
+
import McSideBarButton from './patterns/McSideBar/McSideBarButton/McSideBarButton.vue'
|
|
52
|
+
import McSideBarCenter from './patterns/McSideBar/McSideBarCenter/McSideBarCenter.vue'
|
|
53
|
+
import McSideBarTop from './patterns/McSideBar/McSideBarTop/McSideBarTop.vue'
|
|
54
|
+
import McTab from './patterns/McTab/McTab.vue'
|
|
55
|
+
import McTabs from './patterns/McTabs/McTabs.vue'
|
|
56
|
+
import McWrapScroll from './patterns/McWrapScroll/McWrapScroll.vue'
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* templates
|
|
60
|
+
* */
|
|
61
|
+
import McDrawer from './templates/McDrawer/McDrawer.vue'
|
|
62
|
+
import McDrawerContainer from './templates/McDrawer/McDrawerContainer.vue'
|
|
63
|
+
import McDrawerContentTemplate from './templates/McDrawer/McDrawerContentTemplate/McDrawerContentTemplate.vue'
|
|
64
|
+
import McModalContainer from './templates/McModal/McModalContainer.vue'
|
|
65
|
+
import McModal from './templates/McModal/McModal.vue'
|
|
66
|
+
import McTable from './templates/McTable/McTable/McTable.vue'
|
|
67
|
+
import McTableCardHeader from './templates/McTable/McTableCard/McTableCardHeader/McTableCardHeader.vue'
|
|
68
|
+
import McTableCard from './templates/McTable/McTableCard/McTableCard.vue'
|
|
69
|
+
import McTableSkeletonLoading from './templates/McTable/McTableSkeletonLoading/McTableSkeletonLoading.vue'
|
|
70
|
+
import McTableSort from './templates/McTable/McTableSort/McTableSort.vue'
|
|
71
|
+
import McTopBar from './templates/McTopBar/McTopBar.vue'
|
|
72
|
+
import McVirtualScroll from './templates/McVirtualScroll/McVirtualScroll.vue'
|
|
73
|
+
|
|
74
|
+
export {
|
|
75
|
+
McAvatar,
|
|
76
|
+
McBadge,
|
|
77
|
+
McBottomLoader,
|
|
78
|
+
McButton,
|
|
79
|
+
McChip,
|
|
80
|
+
McCropper,
|
|
81
|
+
McDatepicker,
|
|
82
|
+
McDraggable,
|
|
83
|
+
McFieldCheckbox,
|
|
84
|
+
McFieldRadio,
|
|
85
|
+
McFieldRadioGroup,
|
|
86
|
+
McFieldRange,
|
|
87
|
+
McFieldSelect,
|
|
88
|
+
McFieldText,
|
|
89
|
+
McFieldToggle,
|
|
90
|
+
McInfinityLoadingTrigger,
|
|
91
|
+
McNoData,
|
|
92
|
+
McNotification,
|
|
93
|
+
McProgress,
|
|
94
|
+
McSeparator,
|
|
95
|
+
McSlideUpDown,
|
|
96
|
+
McStack,
|
|
97
|
+
McSvgIcon,
|
|
98
|
+
McTitle,
|
|
99
|
+
McTooltip,
|
|
100
|
+
McAccordion,
|
|
101
|
+
McCell,
|
|
102
|
+
McCollapse,
|
|
103
|
+
McDropdown,
|
|
104
|
+
McDropdownPanel,
|
|
105
|
+
McFilter,
|
|
106
|
+
McFilterChip,
|
|
107
|
+
McFilterTags,
|
|
108
|
+
McFilterTypeDate,
|
|
109
|
+
McFilterTypeRange,
|
|
110
|
+
McFilterTypeRelation,
|
|
111
|
+
McFilterTypeText,
|
|
112
|
+
McGridCol,
|
|
113
|
+
McGridRow,
|
|
114
|
+
McOverlay,
|
|
115
|
+
McPreview,
|
|
116
|
+
McSideBar,
|
|
117
|
+
McSideBarBottom,
|
|
118
|
+
McSideBarButton,
|
|
119
|
+
McSideBarCenter,
|
|
120
|
+
McSideBarTop,
|
|
121
|
+
McTab,
|
|
122
|
+
McTabs,
|
|
123
|
+
McWrapScroll,
|
|
124
|
+
McDrawer,
|
|
125
|
+
McDrawerContainer,
|
|
126
|
+
McDrawerContentTemplate,
|
|
127
|
+
McModalContainer,
|
|
128
|
+
McModal,
|
|
129
|
+
McTable,
|
|
130
|
+
McTableCardHeader,
|
|
131
|
+
McTableCard,
|
|
132
|
+
McTableSkeletonLoading,
|
|
133
|
+
McTableSort,
|
|
134
|
+
McTopBar,
|
|
135
|
+
McVirtualScroll
|
|
136
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3'
|
|
2
|
+
import McAccordion from './McAccordion.vue'
|
|
3
|
+
import McCollapse from '@/components/patterns/McCollapse/McCollapse.vue'
|
|
4
|
+
import McButton from '@/components/elements/McButton/McButton.vue'
|
|
5
|
+
|
|
6
|
+
const meta = {
|
|
7
|
+
title: 'McAccordion',
|
|
8
|
+
component: McAccordion,
|
|
9
|
+
tags: ['autodocs'],
|
|
10
|
+
argTypes: {
|
|
11
|
+
defaultOpenIndex: { control: 'number' },
|
|
12
|
+
isSingleOpen: { control: 'boolean' },
|
|
13
|
+
},
|
|
14
|
+
args: {
|
|
15
|
+
isSingleOpen: true,
|
|
16
|
+
defaultOpenIndex: 0,
|
|
17
|
+
},
|
|
18
|
+
parameters: {
|
|
19
|
+
componentSubtitle: 'Status: Ready',
|
|
20
|
+
design: {
|
|
21
|
+
type: 'figma',
|
|
22
|
+
url: '',
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
|
+
} satisfies Meta<typeof McAccordion>;
|
|
26
|
+
export default meta;
|
|
27
|
+
type Story = StoryObj<typeof meta>;
|
|
28
|
+
|
|
29
|
+
export const Default: Story = {
|
|
30
|
+
render() {
|
|
31
|
+
return {
|
|
32
|
+
components: { McAccordion, McCollapse, McButton },
|
|
33
|
+
data() {
|
|
34
|
+
return {
|
|
35
|
+
content: ''
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
template: `
|
|
39
|
+
<mc-accordion :default-open-index="0">
|
|
40
|
+
<h1>License agreement</h1>
|
|
41
|
+
<mc-collapse class="mb-100">
|
|
42
|
+
<template #activator>
|
|
43
|
+
<mc-button variation="dark-green">1 INTERPRETATION</mc-button>
|
|
44
|
+
</template>
|
|
45
|
+
<template #body>
|
|
46
|
+
<p>
|
|
47
|
+
In this Agreement, unless the context otherwise requires, the following words and expressions shall have the following meanings:
|
|
48
|
+
1.1. MC Pay is a mobile app and/or service located at:
|
|
49
|
+
<a href="https://mcpay.io/" target="_blank">https://mcpay.io/</a>
|
|
50
|
+
</p>
|
|
51
|
+
</template>
|
|
52
|
+
</mc-collapse>
|
|
53
|
+
<mc-collapse class="mb-100">
|
|
54
|
+
<template #activator>
|
|
55
|
+
<mc-button variation="pinkish">2. LICENSE</mc-button>
|
|
56
|
+
</template>
|
|
57
|
+
<template #body>
|
|
58
|
+
<p>
|
|
59
|
+
2.1. The User grants MEDIACUBE the rights to use the Content under the terms of an exclusive license for the entire duration of this Agreement in the territory of countries around the world.
|
|
60
|
+
2.2. The rights under the Agreement are granted for use exclusively on the YouTube platform (Platform).
|
|
61
|
+
2.3. MEDIACUBE has the right to grant the rights to the Content by sublicense Google Inc. and its affiliates.
|
|
62
|
+
2.4. MEDIACUBE pays the User a license fee in accordance with the Agreement.
|
|
63
|
+
2.5. MEDIACUBE, in accordance with the rules of the Platform, has the right to use the
|
|
64
|
+
</p>
|
|
65
|
+
</template>
|
|
66
|
+
</mc-collapse>
|
|
67
|
+
<p>Some static text</p>
|
|
68
|
+
<mc-collapse>
|
|
69
|
+
<template #activator>
|
|
70
|
+
<mc-button>3. GUARANTEES</mc-button>
|
|
71
|
+
</template>
|
|
72
|
+
<template #body>
|
|
73
|
+
<p>
|
|
74
|
+
3.1. The User guarantees that he really has copyright and related rights to the Content, and that the rights transferred in accordance with clause 2 of this Agreement are free from claims of third parties.
|
|
75
|
+
3.2. MEDIACUBE guarantees that the rights transferred to it in accordance with clause 2 will be used only within the framework of this Agreement.
|
|
76
|
+
3.3. MEDIACUBE guarantees that when using the Content, its distortions or other actions capable of harming the User will not be allowed.
|
|
77
|
+
3.4. The Parties acknowledge that they enter into this Agreement relying on the unconditional validity and truthfulness of the guarantees given in this clause.
|
|
78
|
+
</p>
|
|
79
|
+
</template>
|
|
80
|
+
</mc-collapse>
|
|
81
|
+
<mc-collapse is-disabled>
|
|
82
|
+
<template #activator>
|
|
83
|
+
<mc-button disabled>4. RIGHTS AND OBLIGATIONS</mc-button>
|
|
84
|
+
</template>
|
|
85
|
+
<template #body>
|
|
86
|
+
<p>
|
|
87
|
+
4.1. MEDIACUBE
|
|
88
|
+
4.1.1. the right to make changes to the terms of the Agreement unilaterally and post a new version of the Agreement in the Personal Account. The User undertakes to monitor such changes independently.
|
|
89
|
+
4.1.2. it is not entitled to make changes to clauses 5.5, 5.6 and 8.1 of the Agreement without the consent of the User.
|
|
90
|
+
4.1.3. has the right to terminate the Agreement unilaterally by notifying the User. The date of termination will be the date of receipt of the notification.
|
|
91
|
+
4.1.4. is obliged to provide technical and informational support of the User.
|
|
92
|
+
</p>
|
|
93
|
+
</template>
|
|
94
|
+
</mc-collapse>
|
|
95
|
+
</mc-accordion>
|
|
96
|
+
`
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
};
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { type PropType, provide, ref } from 'vue'
|
|
3
|
+
import type { ICollapse, ICollapseEmitPayload } from '@/types/ICollapse'
|
|
4
|
+
import { useDebounceFn } from '@vueuse/core'
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Работает с дочерними mc-collapse
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
const debounceFn = useDebounceFn((method) => {
|
|
11
|
+
method()
|
|
12
|
+
}, 50)
|
|
13
|
+
|
|
14
|
+
const props = defineProps({
|
|
15
|
+
isSingleOpen: {
|
|
16
|
+
type: Boolean as PropType<boolean>,
|
|
17
|
+
default: true
|
|
18
|
+
},
|
|
19
|
+
defaultOpenIndex: {
|
|
20
|
+
type: Number as PropType<number>
|
|
21
|
+
}
|
|
22
|
+
})
|
|
23
|
+
const collapses = ref<ICollapse[]>([])
|
|
24
|
+
|
|
25
|
+
const recalculateCollapses = ({ value, component }: ICollapseEmitPayload) => {
|
|
26
|
+
if (!value) return
|
|
27
|
+
|
|
28
|
+
collapses.value.forEach(collapse => {
|
|
29
|
+
if (collapse.id !== component.id) {
|
|
30
|
+
collapse.close()
|
|
31
|
+
}
|
|
32
|
+
})
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
const handleTrigger = (event: string, { value, component }: ICollapseEmitPayload): void => {
|
|
36
|
+
if (props.isSingleOpen) recalculateCollapses({ value, component })
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
const selfRegisterCollapseMethod = (payload: ICollapse): void => {
|
|
40
|
+
collapses.value.push(payload)
|
|
41
|
+
const openIndex = props.defaultOpenIndex
|
|
42
|
+
debounceFn(() => {
|
|
43
|
+
if ((openIndex || openIndex === 0) && !!collapses.value[openIndex]) {
|
|
44
|
+
collapses.value[openIndex].open()
|
|
45
|
+
}
|
|
46
|
+
})
|
|
47
|
+
}
|
|
48
|
+
provide('selfRegisterCollapseMethod', selfRegisterCollapseMethod)
|
|
49
|
+
provide('accordionTriggerMethod', handleTrigger)
|
|
50
|
+
</script>
|
|
51
|
+
|
|
52
|
+
<template>
|
|
53
|
+
<div class="mc-accordion">
|
|
54
|
+
<!-- @slot Слот для дочерних mc-collapse -->
|
|
55
|
+
<slot />
|
|
56
|
+
</div>
|
|
57
|
+
</template>
|
|
58
|
+
|
|
59
|
+
<style lang="scss">
|
|
60
|
+
@use '../../../assets/tokens/font-families' as *;
|
|
61
|
+
.mc-accordion {
|
|
62
|
+
$block-name: &;
|
|
63
|
+
font-family: $font-family-main;
|
|
64
|
+
}
|
|
65
|
+
</style>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3'
|
|
2
|
+
import McCell from './McCell.vue'
|
|
3
|
+
import { CellSizes } from '@/enums/Cell'
|
|
4
|
+
|
|
5
|
+
const meta = {
|
|
6
|
+
title: 'McCell',
|
|
7
|
+
component: McCell,
|
|
8
|
+
tags: ['autodocs'],
|
|
9
|
+
argTypes: {
|
|
10
|
+
title: { control: 'text' },
|
|
11
|
+
size: { control: 'select', options: Object.values(CellSizes) },
|
|
12
|
+
uppercase: { control: 'boolean' },
|
|
13
|
+
ellipsis: { control: 'boolean' },
|
|
14
|
+
},
|
|
15
|
+
args: {
|
|
16
|
+
title: 'McCellTitle',
|
|
17
|
+
default: 'Cell content',
|
|
18
|
+
size: CellSizes.M,
|
|
19
|
+
ellipsis: true,
|
|
20
|
+
uppercase: true,
|
|
21
|
+
},
|
|
22
|
+
parameters: {
|
|
23
|
+
componentSubtitle: 'Status: Ready',
|
|
24
|
+
design: {
|
|
25
|
+
type: 'figma',
|
|
26
|
+
url: '',
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
} satisfies Meta<typeof McCell>;
|
|
30
|
+
export default meta;
|
|
31
|
+
type Story = StoryObj<typeof meta>;
|
|
32
|
+
|
|
33
|
+
export const Default: Story = {
|
|
34
|
+
args: {
|
|
35
|
+
}
|
|
36
|
+
};
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import McTitle from '../../elements/McTitle/McTitle.vue'
|
|
3
|
+
import { computed, type PropType } from 'vue'
|
|
4
|
+
import { CellSizes } from '@/enums/Cell'
|
|
5
|
+
import type { CellSizesUnion } from '@/types/ICell'
|
|
6
|
+
import { TitleVariations } from '@/enums/Title'
|
|
7
|
+
const props = defineProps({
|
|
8
|
+
/**
|
|
9
|
+
* Заголовок
|
|
10
|
+
*/
|
|
11
|
+
title: {
|
|
12
|
+
type: String as PropType<string>,
|
|
13
|
+
default: '',
|
|
14
|
+
},
|
|
15
|
+
/**
|
|
16
|
+
* Размеры отступов: 's, m, l'
|
|
17
|
+
*/
|
|
18
|
+
size: {
|
|
19
|
+
type: String as () => CellSizesUnion,
|
|
20
|
+
default: CellSizes.M,
|
|
21
|
+
},
|
|
22
|
+
/**
|
|
23
|
+
* Заглавные буквы заголовка
|
|
24
|
+
*/
|
|
25
|
+
uppercase: {
|
|
26
|
+
type: Boolean as PropType<boolean>,
|
|
27
|
+
default: true,
|
|
28
|
+
},
|
|
29
|
+
/**
|
|
30
|
+
* Три точки
|
|
31
|
+
*/
|
|
32
|
+
ellipsis: {
|
|
33
|
+
type: Boolean as PropType<boolean>,
|
|
34
|
+
default: true,
|
|
35
|
+
}
|
|
36
|
+
})
|
|
37
|
+
|
|
38
|
+
const classes = computed((): { [key: string]: boolean } => {
|
|
39
|
+
return {
|
|
40
|
+
[`mc-cell--size-${props.size}`]: !!props.size
|
|
41
|
+
}
|
|
42
|
+
})
|
|
43
|
+
</script>
|
|
44
|
+
|
|
45
|
+
<template>
|
|
46
|
+
<section class="mc-cell" :class="classes">
|
|
47
|
+
<div class="mc-cell__title">
|
|
48
|
+
<!-- @slot Слот заголовка -->
|
|
49
|
+
<slot name="title">
|
|
50
|
+
<mc-title :variation="TitleVariations.Overline" :uppercase="props.uppercase" :ellipsis="props.ellipsis">
|
|
51
|
+
{{ props.title }}
|
|
52
|
+
</mc-title>
|
|
53
|
+
</slot>
|
|
54
|
+
</div>
|
|
55
|
+
<div class="mc-cell__content">
|
|
56
|
+
<!-- @slot Слот контента -->
|
|
57
|
+
<slot />
|
|
58
|
+
</div>
|
|
59
|
+
</section>
|
|
60
|
+
</template>
|
|
61
|
+
|
|
62
|
+
<style lang="scss">
|
|
63
|
+
@use '../../../assets/styles/mixins' as *;
|
|
64
|
+
@use '../../../assets/tokens/spacings' as *;
|
|
65
|
+
@use '../../../assets/tokens/font-families' as *;
|
|
66
|
+
.mc-cell {
|
|
67
|
+
$block-name: &;
|
|
68
|
+
font-family: $font-family-main;
|
|
69
|
+
|
|
70
|
+
&--size {
|
|
71
|
+
&-s {
|
|
72
|
+
#{$block-name}__content {
|
|
73
|
+
margin-top: 0;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
&-m {
|
|
78
|
+
#{$block-name}__content {
|
|
79
|
+
margin-top: $space-50;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
&-l {
|
|
84
|
+
#{$block-name}__content {
|
|
85
|
+
margin-top: $space-100;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
&__content {
|
|
91
|
+
display: inline-flex;
|
|
92
|
+
flex-direction: column;
|
|
93
|
+
width: 100%;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
</style>
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3'
|
|
2
|
+
import McCollapse from './McCollapse.vue'
|
|
3
|
+
import McButton from '@/components/elements/McButton/McButton.vue'
|
|
4
|
+
import McSvgIcon from '@/components/elements/McSvgIcon/McSvgIcon.vue'
|
|
5
|
+
|
|
6
|
+
const meta = {
|
|
7
|
+
title: 'McCollapse',
|
|
8
|
+
component: McCollapse,
|
|
9
|
+
tags: ['autodocs'],
|
|
10
|
+
argTypes: {},
|
|
11
|
+
args: {},
|
|
12
|
+
parameters: {
|
|
13
|
+
componentSubtitle: 'Status: Ready',
|
|
14
|
+
design: {
|
|
15
|
+
type: 'figma',
|
|
16
|
+
url: '',
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
} satisfies Meta<typeof McCollapse>;
|
|
20
|
+
export default meta;
|
|
21
|
+
type Story = StoryObj<typeof meta>;
|
|
22
|
+
|
|
23
|
+
export const Default: Story = {
|
|
24
|
+
render() {
|
|
25
|
+
return {
|
|
26
|
+
components: { McCollapse, McButton, McSvgIcon },
|
|
27
|
+
data() {
|
|
28
|
+
return {
|
|
29
|
+
content: 'Способы выплаты\n' +
|
|
30
|
+
'\n' +
|
|
31
|
+
'\n' +
|
|
32
|
+
'Здесь собраны все платежные методы, с помощью которых можно вывести деньги из MC Pay.\n' +
|
|
33
|
+
'Банковский перевод\n' +
|
|
34
|
+
'\n' +
|
|
35
|
+
'\n' +
|
|
36
|
+
'На счет в USD\n' +
|
|
37
|
+
'Электронный банковский перевод на счет в долларах.\n' +
|
|
38
|
+
'\n' +
|
|
39
|
+
'\n' +
|
|
40
|
+
'\n' +
|
|
41
|
+
'Минимальная сумма вывода: 50.00 USD;\n' +
|
|
42
|
+
'\n' +
|
|
43
|
+
'Комиссия:\n' +
|
|
44
|
+
'При выводе до 500 $: 5%\n' +
|
|
45
|
+
'\n' +
|
|
46
|
+
'При выводе от 500 $: 3% + 25 $\n' +
|
|
47
|
+
'\n' +
|
|
48
|
+
'При выводе от 1 000 $: 1% + 40 $\n' +
|
|
49
|
+
'\n' +
|
|
50
|
+
'\n' +
|
|
51
|
+
'\n' +
|
|
52
|
+
'\n' +
|
|
53
|
+
'\n' +
|
|
54
|
+
'\n' +
|
|
55
|
+
'На счет в местной валюте\n' +
|
|
56
|
+
'Электронный банковский перевод на счет в локальной валюте.\n' +
|
|
57
|
+
'\n' +
|
|
58
|
+
'\n' +
|
|
59
|
+
'\n' +
|
|
60
|
+
'Минимальная сумма вывода: 15.00 USD;\n' +
|
|
61
|
+
'\n' +
|
|
62
|
+
'Максимальная сумма вывода: 1 000 000.00 USD;\n' +
|
|
63
|
+
'\n' +
|
|
64
|
+
'Комиссия:\n' +
|
|
65
|
+
'Стандартная комиссия – 5 $\n' +
|
|
66
|
+
'\n' +
|
|
67
|
+
'Комиссия при выводе на счета вьетнамских банков – 8 $'
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
methods: {
|
|
71
|
+
handleOpenStart(e) {
|
|
72
|
+
console.log('handleOpenStart', e)
|
|
73
|
+
},
|
|
74
|
+
handleCloseStart(e) {
|
|
75
|
+
console.log('handleCloseStart', e)
|
|
76
|
+
},
|
|
77
|
+
handleOpenEnd(e) {
|
|
78
|
+
console.log('handleOpenEnd', e)
|
|
79
|
+
},
|
|
80
|
+
handleCloseEnd(e) {
|
|
81
|
+
console.log('handleCloseEnd', e)
|
|
82
|
+
},
|
|
83
|
+
},
|
|
84
|
+
template: `
|
|
85
|
+
<mc-collapse
|
|
86
|
+
@collapse-open-start="handleOpenStart"
|
|
87
|
+
@collapse-close-start="handleCloseStart"
|
|
88
|
+
@collapse-open-end="handleOpenEnd"
|
|
89
|
+
@collapse-close-end="handleCloseEnd"
|
|
90
|
+
>
|
|
91
|
+
<template #activator>
|
|
92
|
+
<mc-button>Способы выплаты</mc-button>
|
|
93
|
+
</template>
|
|
94
|
+
<template #body>
|
|
95
|
+
<p>{{content}}</p>
|
|
96
|
+
</template>
|
|
97
|
+
</mc-collapse>`
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
};
|