@eturnity/eturnity_reusable_components 7.30.3-EPDM-11226.0 → 7.30.3-EPDM-8441.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.prettierrc +6 -6
- package/.storybook/main.js +8 -8
- package/.storybook/preview.js +46 -46
- package/README.md +29 -29
- package/babel.config.js +5 -5
- package/package.json +62 -62
- package/postcss.config.js +6 -6
- package/public/index.html +17 -17
- package/src/App.vue +109 -109
- package/src/assets/icons/arrow_down.svg +3 -3
- package/src/assets/icons/arrow_up_red.svg +3 -3
- package/src/assets/icons/black_spinner.svg +35 -35
- package/src/assets/icons/delete_icon.svg +11 -11
- package/src/assets/icons/delete_icon_gray.svg +11 -11
- package/src/assets/icons/drag_icon.svg +8 -8
- package/src/assets/icons/external_icon.svg +6 -6
- package/src/assets/icons/language_icon.svg +6 -6
- package/src/assets/icons/pdf_icon.svg +6 -6
- package/src/assets/icons/plus_button.svg +4 -4
- package/src/assets/icons/search_icon_black.svg +3 -3
- package/src/assets/icons/subposition_icon.svg +3 -3
- package/src/assets/icons/subposition_marker.svg +3 -3
- package/src/assets/icons/warning_icon.svg +3 -3
- package/src/assets/svgIcons/2d_active.svg +7 -7
- package/src/assets/svgIcons/2d_inactive.svg +8 -8
- package/src/assets/svgIcons/3d_active.svg +7 -7
- package/src/assets/svgIcons/3d_inactive.svg +8 -8
- package/src/assets/svgIcons/_readme.md +7 -7
- package/src/assets/svgIcons/accept.svg +5 -5
- package/src/assets/svgIcons/activate_panels_active.svg +22 -22
- package/src/assets/svgIcons/activate_panels_inactive.svg +20 -20
- package/src/assets/svgIcons/add_icon-1.svg +3 -3
- package/src/assets/svgIcons/add_icon.svg +4 -4
- package/src/assets/svgIcons/address_book.svg +3 -3
- package/src/assets/svgIcons/after_sale_as_a_service.svg +6 -6
- package/src/assets/svgIcons/all_good.svg +3 -3
- package/src/assets/svgIcons/angle_active.svg +5 -5
- package/src/assets/svgIcons/angle_inactive.svg +4 -4
- package/src/assets/svgIcons/area_active.svg +11 -11
- package/src/assets/svgIcons/area_inactive.svg +26 -26
- package/src/assets/svgIcons/areas_tool.svg +14 -14
- package/src/assets/svgIcons/arrow_down.svg +3 -3
- package/src/assets/svgIcons/arrow_left.svg +4 -4
- package/src/assets/svgIcons/arrow_right.svg +4 -4
- package/src/assets/svgIcons/arrow_up.svg +3 -3
- package/src/assets/svgIcons/attachment.svg +3 -3
- package/src/assets/svgIcons/base_layer.svg +3 -3
- package/src/assets/svgIcons/battery.svg +3 -3
- package/src/assets/svgIcons/bell.svg +3 -3
- package/src/assets/svgIcons/bexio.svg +4 -4
- package/src/assets/svgIcons/bold.svg +3 -3
- package/src/assets/svgIcons/bom.svg +3 -3
- package/src/assets/svgIcons/bom_generation.svg +10 -10
- package/src/assets/svgIcons/bookmaker.svg +3 -3
- package/src/assets/svgIcons/bubble.svg +3 -3
- package/src/assets/svgIcons/bug.svg +5 -5
- package/src/assets/svgIcons/bullet_list.svg +8 -8
- package/src/assets/svgIcons/calendar.svg +7 -7
- package/src/assets/svgIcons/calendar_icon.svg +7 -7
- package/src/assets/svgIcons/call.svg +3 -3
- package/src/assets/svgIcons/camera.svg +3 -3
- package/src/assets/svgIcons/car.svg +3 -3
- package/src/assets/svgIcons/cart.svg +3 -3
- package/src/assets/svgIcons/charger_icon_white.svg +44 -44
- package/src/assets/svgIcons/checkbox.svg +3 -3
- package/src/assets/svgIcons/clear_formatting.svg +7 -7
- package/src/assets/svgIcons/clickable_info.svg +4 -4
- package/src/assets/svgIcons/clip.svg +3 -3
- package/src/assets/svgIcons/clock.svg +17 -17
- package/src/assets/svgIcons/clock_full.svg +3 -3
- package/src/assets/svgIcons/close_for_modals,_tool_tips.svg +4 -4
- package/src/assets/svgIcons/co_branding.svg +5 -5
- package/src/assets/svgIcons/collapse.svg +4 -4
- package/src/assets/svgIcons/collections.svg +3 -3
- package/src/assets/svgIcons/component_library.svg +7 -7
- package/src/assets/svgIcons/consumption_tariffs.svg +43 -43
- package/src/assets/svgIcons/context_menu-1.svg +6 -6
- package/src/assets/svgIcons/context_menu-2.svg +5 -5
- package/src/assets/svgIcons/context_menu.svg +5 -5
- package/src/assets/svgIcons/context_menu_tabs.svg +5 -5
- package/src/assets/svgIcons/cross.svg +4 -4
- package/src/assets/svgIcons/current_variant.svg +4 -4
- package/src/assets/svgIcons/dashboard.svg +3 -3
- package/src/assets/svgIcons/data_transfer.svg +3 -3
- package/src/assets/svgIcons/deadline.svg +4 -4
- package/src/assets/svgIcons/deal_flow.svg +5 -5
- package/src/assets/svgIcons/delete.svg +4 -4
- package/src/assets/svgIcons/delete_area_active.svg +16 -16
- package/src/assets/svgIcons/delete_area_inactive.svg +15 -15
- package/src/assets/svgIcons/direction_active-1.svg +12 -12
- package/src/assets/svgIcons/direction_active.svg +5 -5
- package/src/assets/svgIcons/direction_arrow.svg +4 -4
- package/src/assets/svgIcons/direction_inactive.svg +4 -4
- package/src/assets/svgIcons/dislike.svg +3 -3
- package/src/assets/svgIcons/distance_tool.svg +8 -8
- package/src/assets/svgIcons/distances_active.svg +9 -9
- package/src/assets/svgIcons/distances_inactive.svg +8 -8
- package/src/assets/svgIcons/distort_tool.svg +10 -10
- package/src/assets/svgIcons/distort_tool2.svg +16 -16
- package/src/assets/svgIcons/document.svg +3 -3
- package/src/assets/svgIcons/documents.svg +4 -4
- package/src/assets/svgIcons/downarrow.svg +3 -3
- package/src/assets/svgIcons/download.svg +4 -4
- package/src/assets/svgIcons/drag_icon.svg +8 -8
- package/src/assets/svgIcons/draggable_corner.svg +5 -5
- package/src/assets/svgIcons/draw_tool.svg +3 -3
- package/src/assets/svgIcons/duplicate-1.svg +8 -8
- package/src/assets/svgIcons/duplicate-2.svg +5 -5
- package/src/assets/svgIcons/duplicate.svg +4 -4
- package/src/assets/svgIcons/e-mobility_configurator.svg +6 -6
- package/src/assets/svgIcons/e_signature.svg +5 -5
- package/src/assets/svgIcons/edit_button.svg +3 -3
- package/src/assets/svgIcons/electricity_tariff.svg +3 -3
- package/src/assets/svgIcons/email.svg +3 -3
- package/src/assets/svgIcons/ems-1.svg +3 -3
- package/src/assets/svgIcons/ems.svg +3 -3
- package/src/assets/svgIcons/end_of_the_list.svg +5 -5
- package/src/assets/svgIcons/erase.svg +4 -4
- package/src/assets/svgIcons/external_icon.svg +5 -5
- package/src/assets/svgIcons/fav_icon.svg +4 -4
- package/src/assets/svgIcons/finance.svg +3 -3
- package/src/assets/svgIcons/financing_for_pv-1.svg +5 -5
- package/src/assets/svgIcons/financing_for_pv-2.svg +3 -3
- package/src/assets/svgIcons/financing_for_pv.svg +6 -6
- package/src/assets/svgIcons/finish-1.svg +4 -4
- package/src/assets/svgIcons/finish.svg +3 -3
- package/src/assets/svgIcons/flatten.svg +11 -11
- package/src/assets/svgIcons/flatten_roof.svg +20 -20
- package/src/assets/svgIcons/folder.svg +3 -3
- package/src/assets/svgIcons/free_technology.svg +5 -5
- package/src/assets/svgIcons/handle.svg +5 -5
- package/src/assets/svgIcons/heat_calc.svg +7 -7
- package/src/assets/svgIcons/height_equalize.svg +3 -3
- package/src/assets/svgIcons/height_snap.svg +3 -3
- package/src/assets/svgIcons/house.svg +3 -3
- package/src/assets/svgIcons/house_3d-1.svg +7 -7
- package/src/assets/svgIcons/house_3d.svg +7 -7
- package/src/assets/svgIcons/inclination.svg +2 -2
- package/src/assets/svgIcons/info.svg +3 -3
- package/src/assets/svgIcons/initial_situation.svg +3 -3
- package/src/assets/svgIcons/integrations.svg +3 -3
- package/src/assets/svgIcons/intro-tour-1.svg +3 -3
- package/src/assets/svgIcons/intro-tour.svg +3 -3
- package/src/assets/svgIcons/inverter-1.svg +5 -5
- package/src/assets/svgIcons/inverter.svg +3 -3
- package/src/assets/svgIcons/italic.svg +3 -3
- package/src/assets/svgIcons/key.svg +3 -3
- package/src/assets/svgIcons/layers_close.svg +4 -4
- package/src/assets/svgIcons/layers_open.svg +4 -4
- package/src/assets/svgIcons/lead_marketplace.svg +6 -6
- package/src/assets/svgIcons/lead_provider.svg +4 -4
- package/src/assets/svgIcons/length_2d.svg +2 -2
- package/src/assets/svgIcons/length_3d.svg +4 -4
- package/src/assets/svgIcons/length_calculator.svg +2 -2
- package/src/assets/svgIcons/length_in_2d_active.svg +12 -12
- package/src/assets/svgIcons/length_in_2d_inctive.svg +13 -13
- package/src/assets/svgIcons/light_bulb.svg +3 -3
- package/src/assets/svgIcons/like.svg +3 -3
- package/src/assets/svgIcons/line_graph.svg +3 -3
- package/src/assets/svgIcons/local_subsidies.svg +18 -18
- package/src/assets/svgIcons/location.svg +3 -3
- package/src/assets/svgIcons/lock.svg +3 -3
- package/src/assets/svgIcons/logout.svg +3 -3
- package/src/assets/svgIcons/loop.svg +3 -3
- package/src/assets/svgIcons/lunch.svg +4 -4
- package/src/assets/svgIcons/magic_tool.svg +6 -6
- package/src/assets/svgIcons/map_icon.svg +5 -5
- package/src/assets/svgIcons/map_settings.svg +3 -3
- package/src/assets/svgIcons/margin_tool.svg +4 -4
- package/src/assets/svgIcons/meeting.svg +6 -6
- package/src/assets/svgIcons/move_copy.svg +4 -4
- package/src/assets/svgIcons/new_area_inactive.svg +11 -11
- package/src/assets/svgIcons/next.svg +4 -4
- package/src/assets/svgIcons/not_equal_to.svg +3 -3
- package/src/assets/svgIcons/numbered_list.svg +6 -6
- package/src/assets/svgIcons/obstacle_tool.svg +9 -9
- package/src/assets/svgIcons/obstacle_tool_origin.svg +3 -3
- package/src/assets/svgIcons/offset_tool.svg +8 -8
- package/src/assets/svgIcons/outline_tool.svg +11 -11
- package/src/assets/svgIcons/pan_tool.svg +12 -12
- package/src/assets/svgIcons/panels_tool.svg +8 -8
- package/src/assets/svgIcons/pen_tool.svg +4 -4
- package/src/assets/svgIcons/picker_tool.svg +4 -4
- package/src/assets/svgIcons/picture.svg +3 -3
- package/src/assets/svgIcons/pin.svg +5 -5
- package/src/assets/svgIcons/presentation.svg +3 -3
- package/src/assets/svgIcons/previous.svg +4 -4
- package/src/assets/svgIcons/profile-1.svg +4 -4
- package/src/assets/svgIcons/profile.svg +4 -4
- package/src/assets/svgIcons/profitability.svg +3 -3
- package/src/assets/svgIcons/project_analysis.svg +4 -4
- package/src/assets/svgIcons/project_settings.svg +4 -4
- package/src/assets/svgIcons/pv.svg +3 -3
- package/src/assets/svgIcons/quotations.svg +6 -6
- package/src/assets/svgIcons/redo.svg +6 -6
- package/src/assets/svgIcons/resizer.svg +5 -5
- package/src/assets/svgIcons/roof_layer.svg +3 -3
- package/src/assets/svgIcons/rotate_tool.svg +3 -3
- package/src/assets/svgIcons/rotate_view.svg +5 -5
- package/src/assets/svgIcons/ruler_tool.svg +3 -3
- package/src/assets/svgIcons/run_simulation.svg +3 -3
- package/src/assets/svgIcons/save.svg +3 -3
- package/src/assets/svgIcons/scaling_tool.svg +8 -8
- package/src/assets/svgIcons/search.svg +3 -3
- package/src/assets/svgIcons/security.svg +3 -3
- package/src/assets/svgIcons/settings.svg +3 -3
- package/src/assets/svgIcons/show_in_a_new_tab.svg +12 -12
- package/src/assets/svgIcons/smartphone.svg +4 -4
- package/src/assets/svgIcons/solar_calc.svg +13 -13
- package/src/assets/svgIcons/sorting.svg +4 -4
- package/src/assets/svgIcons/split.svg +12 -12
- package/src/assets/svgIcons/start_of_the_list.svg +5 -5
- package/src/assets/svgIcons/strikethrough.svg +4 -4
- package/src/assets/svgIcons/subscriptions.svg +3 -3
- package/src/assets/svgIcons/subsidies-1.svg +5 -5
- package/src/assets/svgIcons/subsidies-2.svg +3 -3
- package/src/assets/svgIcons/subsidies.svg +3 -3
- package/src/assets/svgIcons/subtract_icon.svg +3 -3
- package/src/assets/svgIcons/suitcase.svg +3 -3
- package/src/assets/svgIcons/summer.svg +3 -3
- package/src/assets/svgIcons/template_icon_not_clickable.svg +6 -6
- package/src/assets/svgIcons/transfer.svg +4 -4
- package/src/assets/svgIcons/trim_tool.svg +4 -4
- package/src/assets/svgIcons/truck.svg +3 -3
- package/src/assets/svgIcons/underlined.svg +3 -3
- package/src/assets/svgIcons/undo.svg +6 -6
- package/src/assets/svgIcons/uparrow.svg +3 -3
- package/src/assets/svgIcons/update.svg +3 -3
- package/src/assets/svgIcons/upload_avatar-1.svg +12 -12
- package/src/assets/svgIcons/upload_avatar.svg +5 -5
- package/src/assets/svgIcons/upload_image.svg +8 -8
- package/src/assets/svgIcons/upload_image_tool.svg +7 -7
- package/src/assets/svgIcons/variants.svg +6 -6
- package/src/assets/svgIcons/vertical_tool.svg +3 -3
- package/src/assets/svgIcons/virtual_storage.svg +4 -4
- package/src/assets/svgIcons/warning.svg +4 -4
- package/src/assets/svgIcons/way.svg +5 -5
- package/src/assets/svgIcons/wifi.svg +3 -3
- package/src/assets/svgIcons/winter.svg +3 -3
- package/src/assets/svgIcons/workflow_template.svg +11 -11
- package/src/assets/theme.js +41 -41
- package/src/components/addNewButton/AddNewButton.stories.js +24 -24
- package/src/components/addNewButton/index.vue +64 -64
- package/src/components/banner/actionBanner/index.vue +65 -65
- package/src/components/banner/banner/banner.stories.js +31 -31
- package/src/components/banner/banner/index.vue +188 -188
- package/src/components/banner/infoBanner/index.vue +69 -69
- package/src/components/buttons/buttonIcon/index.vue +142 -142
- package/src/components/buttons/closeButton/CloseButton.stories.js +29 -29
- package/src/components/buttons/closeButton/index.vue +61 -61
- package/src/components/buttons/mainButton/index.vue +140 -140
- package/src/components/card/index.vue +96 -96
- package/src/components/collapsableInfoText/index.vue +125 -125
- package/src/components/deleteIcon/DeleteIcon.stories.js +29 -29
- package/src/components/deleteIcon/index.vue +78 -78
- package/src/components/draggableInputHandle/index.vue +46 -46
- package/src/components/dropdown/Dropdown.stories.js +54 -54
- package/src/components/dropdown/index.vue +138 -138
- package/src/components/errorMessage/index.vue +64 -64
- package/src/components/filter/filterSettings.vue +633 -633
- package/src/components/filter/index.vue +154 -154
- package/src/components/filter/parentDropdown.vue +91 -91
- package/src/components/icon/Icons.stories.js +41 -41
- package/src/components/icon/iconCache.js +23 -23
- package/src/components/icon/iconCollection.vue +68 -68
- package/src/components/icon/index.vue +140 -140
- package/src/components/iconWrapper/index.vue +179 -179
- package/src/components/infoCard/index.vue +42 -42
- package/src/components/infoText/index.vue +165 -165
- package/src/components/inputs/checkbox/Checkbox.stories.js +57 -57
- package/src/components/inputs/checkbox/index.vue +214 -214
- package/src/components/inputs/inputNumber/InputNumber.stories.js +150 -150
- package/src/components/inputs/inputNumber/index.vue +784 -784
- package/src/components/inputs/inputNumberQuestion/index.vue +215 -215
- package/src/components/inputs/inputText/InputText.stories.js +75 -75
- package/src/components/inputs/inputText/index.vue +375 -375
- package/src/components/inputs/radioButton/RadioButton.stories.js +58 -58
- package/src/components/inputs/radioButton/index.vue +270 -270
- package/src/components/inputs/searchInput/SearchInput.stories.js +40 -40
- package/src/components/inputs/searchInput/index.vue +150 -150
- package/src/components/inputs/select/index.vue +1028 -906
- package/src/components/inputs/select/option/index.vue +139 -148
- package/src/components/inputs/select/select.stories.js +59 -59
- package/src/components/inputs/slider/index.vue +126 -126
- package/src/components/inputs/switchField/index.vue +256 -256
- package/src/components/inputs/textAreaInput/TextAreaInput.stories.js +127 -127
- package/src/components/inputs/textAreaInput/index.vue +200 -200
- package/src/components/inputs/toggle/Toggle.stories.js +77 -77
- package/src/components/inputs/toggle/index.vue +288 -288
- package/src/components/label/index.vue +99 -99
- package/src/components/markerItem/index.vue +86 -86
- package/src/components/modals/actionModal/index.vue +64 -64
- package/src/components/modals/infoModal/index.vue +49 -49
- package/src/components/modals/modal/index.vue +188 -188
- package/src/components/modals/modal/modal.stories.js +31 -31
- package/src/components/navigationTabs/index.vue +112 -112
- package/src/components/pageSubtitle/index.vue +61 -61
- package/src/components/pageTitle/index.vue +68 -68
- package/src/components/pagination/index.vue +145 -145
- package/src/components/progressBar/index.vue +125 -125
- package/src/components/projectMarker/index.vue +298 -298
- package/src/components/rangeSlider/Slider.vue +547 -547
- package/src/components/rangeSlider/index.vue +517 -517
- package/src/components/rangeSlider/utils/dom.js +49 -49
- package/src/components/rangeSlider/utils/fns.js +26 -26
- package/src/components/selectedOptions/index.vue +145 -145
- package/src/components/sideMenu/index.vue +270 -270
- package/src/components/spinner/index.vue +68 -68
- package/src/components/tableDropdown/index.vue +638 -638
- package/src/components/tables/mainTable/exampleNested.vue +328 -328
- package/src/components/tables/mainTable/index.vue +493 -493
- package/src/components/tables/viewTable/index.vue +195 -195
- package/src/components/tabsHeader/index.vue +83 -83
- package/src/components/threeDots/index.vue +407 -407
- package/src/components/videoThumbnail/index.vue +103 -103
- package/src/components/videoThumbnail/videoThumbnail.stories.js +35 -35
- package/src/helpers/currencyMapping.js +28 -28
- package/src/helpers/numberConverter.js +103 -103
- package/src/helpers/translateLang.js +127 -127
- package/src/main.js +6 -6
- package/src/mixins/inputValidations.js +97 -97
@@ -1,58 +1,58 @@
|
|
1
|
-
import RadioButton from "./index.vue"
|
2
|
-
|
3
|
-
export default {
|
4
|
-
title: "RadioButton",
|
5
|
-
component: RadioButton,
|
6
|
-
// argTypes: {},
|
7
|
-
}
|
8
|
-
|
9
|
-
const Template = (args, { argTypes }) => ({
|
10
|
-
// Components used in your story `template` are defined in the `components` object
|
11
|
-
components: { RadioButton },
|
12
|
-
// The story's `args` need to be mapped into the template through the `setup()` method
|
13
|
-
props: Object.keys(argTypes),
|
14
|
-
template: '<radio-button v-bind="$props" />',
|
15
|
-
|
16
|
-
// import RadioButton from "@eturnity/eturnity_reusable_components/src/components/inputs/radioButton"
|
17
|
-
// To use:
|
18
|
-
// <radio-button
|
19
|
-
// :options="radioOptions"
|
20
|
-
// :selectedOption="checkedOption"
|
21
|
-
// @on-radio-change="onInputChange($event)"
|
22
|
-
// layout="vertical"
|
23
|
-
// size="large"
|
24
|
-
// />
|
25
|
-
// Data being passed should look like:
|
26
|
-
// radioOptions: [
|
27
|
-
// { label: 'Button 1', value: 'button_1', img: 'www.imagesrc.com', infoText: 'my info text' },
|
28
|
-
// { label: 'Button 2', value: 'button_2', img: 'www.imagesrc.com', infoText: 'my info text 2' },
|
29
|
-
// { label: 'Button 3', value: 'button_3', img: 'www.imagesrc.com', disabled: true },
|
30
|
-
// { label: 'Button 4', value: 'button_4', disabled: true }
|
31
|
-
// ]
|
32
|
-
})
|
33
|
-
|
34
|
-
export const Default = Template.bind({})
|
35
|
-
Default.args = {
|
36
|
-
options: [
|
37
|
-
{ label: "Button 1", value: "button_1", infoText: "my info text" },
|
38
|
-
{ label: "Button 2", value: "button_2", infoText: "my info text 2" },
|
39
|
-
{ label: "Button 3", value: "button_3", disabled: true },
|
40
|
-
{ label: "Button 4", value: "button_4", disabled: true },
|
41
|
-
],
|
42
|
-
selectedOption: "button_2",
|
43
|
-
layout: "horizontal",
|
44
|
-
size: "medium",
|
45
|
-
}
|
46
|
-
|
47
|
-
export const VerticalLayout = Template.bind({})
|
48
|
-
VerticalLayout.args = {
|
49
|
-
options: [
|
50
|
-
{ label: "Button 1", value: "button_1" },
|
51
|
-
{ label: "Button 2", value: "button_2" },
|
52
|
-
{ label: "Button 3", value: "button_3" },
|
53
|
-
{ label: "Button 4", value: "button_4", disabled: true },
|
54
|
-
],
|
55
|
-
selectedOption: "button_2",
|
56
|
-
layout: "vertical",
|
57
|
-
size: "medium",
|
58
|
-
}
|
1
|
+
import RadioButton from "./index.vue"
|
2
|
+
|
3
|
+
export default {
|
4
|
+
title: "RadioButton",
|
5
|
+
component: RadioButton,
|
6
|
+
// argTypes: {},
|
7
|
+
}
|
8
|
+
|
9
|
+
const Template = (args, { argTypes }) => ({
|
10
|
+
// Components used in your story `template` are defined in the `components` object
|
11
|
+
components: { RadioButton },
|
12
|
+
// The story's `args` need to be mapped into the template through the `setup()` method
|
13
|
+
props: Object.keys(argTypes),
|
14
|
+
template: '<radio-button v-bind="$props" />',
|
15
|
+
|
16
|
+
// import RadioButton from "@eturnity/eturnity_reusable_components/src/components/inputs/radioButton"
|
17
|
+
// To use:
|
18
|
+
// <radio-button
|
19
|
+
// :options="radioOptions"
|
20
|
+
// :selectedOption="checkedOption"
|
21
|
+
// @on-radio-change="onInputChange($event)"
|
22
|
+
// layout="vertical"
|
23
|
+
// size="large"
|
24
|
+
// />
|
25
|
+
// Data being passed should look like:
|
26
|
+
// radioOptions: [
|
27
|
+
// { label: 'Button 1', value: 'button_1', img: 'www.imagesrc.com', infoText: 'my info text' },
|
28
|
+
// { label: 'Button 2', value: 'button_2', img: 'www.imagesrc.com', infoText: 'my info text 2' },
|
29
|
+
// { label: 'Button 3', value: 'button_3', img: 'www.imagesrc.com', disabled: true },
|
30
|
+
// { label: 'Button 4', value: 'button_4', disabled: true }
|
31
|
+
// ]
|
32
|
+
})
|
33
|
+
|
34
|
+
export const Default = Template.bind({})
|
35
|
+
Default.args = {
|
36
|
+
options: [
|
37
|
+
{ label: "Button 1", value: "button_1", infoText: "my info text" },
|
38
|
+
{ label: "Button 2", value: "button_2", infoText: "my info text 2" },
|
39
|
+
{ label: "Button 3", value: "button_3", disabled: true },
|
40
|
+
{ label: "Button 4", value: "button_4", disabled: true },
|
41
|
+
],
|
42
|
+
selectedOption: "button_2",
|
43
|
+
layout: "horizontal",
|
44
|
+
size: "medium",
|
45
|
+
}
|
46
|
+
|
47
|
+
export const VerticalLayout = Template.bind({})
|
48
|
+
VerticalLayout.args = {
|
49
|
+
options: [
|
50
|
+
{ label: "Button 1", value: "button_1" },
|
51
|
+
{ label: "Button 2", value: "button_2" },
|
52
|
+
{ label: "Button 3", value: "button_3" },
|
53
|
+
{ label: "Button 4", value: "button_4", disabled: true },
|
54
|
+
],
|
55
|
+
selectedOption: "button_2",
|
56
|
+
layout: "vertical",
|
57
|
+
size: "medium",
|
58
|
+
}
|
@@ -1,270 +1,270 @@
|
|
1
|
-
<template>
|
2
|
-
<component-wrapper :layout="layout">
|
3
|
-
<radio-wrapper v-for="(item, index) in options" :key="item.value">
|
4
|
-
<label-container
|
5
|
-
:size="size"
|
6
|
-
:hasLabel="item.label"
|
7
|
-
:isDisabled="item.disabled"
|
8
|
-
:isChecked="selectedOption === item.value"
|
9
|
-
:checkmarkColor="checkmarkColor"
|
10
|
-
>
|
11
|
-
<radio
|
12
|
-
type="radio"
|
13
|
-
:value="selectedOption"
|
14
|
-
@click="onInputHandler(item.value)"
|
15
|
-
:name="'radioButtons_' + radioName"
|
16
|
-
:checked="selectedOption === item.value"
|
17
|
-
:disabled="item.disabled"
|
18
|
-
:data-id="`radio_button_${dataId}_option_${item.value}`"
|
19
|
-
/>
|
20
|
-
<span class="checkmark"></span>
|
21
|
-
<label-text :isDisabled="item.disabled" v-if="item.label">{{ item.label }}</label-text>
|
22
|
-
<info-text v-if="item.infoText" :text="item.infoText" size="16px" />
|
23
|
-
</label-container>
|
24
|
-
<image-container v-if="item.img">
|
25
|
-
<radio-image :src="item.img" />
|
26
|
-
<div class="search-icn-container" @click="toggleImageModal(index)">
|
27
|
-
<img
|
28
|
-
class="search-icn"
|
29
|
-
:src="require('../../../assets/icons/search_icon.png')"
|
30
|
-
/>
|
31
|
-
</div>
|
32
|
-
</image-container>
|
33
|
-
<modal
|
34
|
-
v-if="item.img"
|
35
|
-
:isOpen="isImageOpen(index)"
|
36
|
-
@on-close="toggleImageModal(null)"
|
37
|
-
>
|
38
|
-
<modal-image-container>
|
39
|
-
<modal-image :src="item.img" />
|
40
|
-
</modal-image-container>
|
41
|
-
</modal>
|
42
|
-
</radio-wrapper>
|
43
|
-
</component-wrapper>
|
44
|
-
</template>
|
45
|
-
|
46
|
-
<script>
|
47
|
-
// import RadioButton from "@eturnity/eturnity_reusable_components/src/components/inputs/radioButton"
|
48
|
-
// To use:
|
49
|
-
// <radio-button
|
50
|
-
// :options="radioOptions"
|
51
|
-
// :selectedOption="checkedOption"
|
52
|
-
// @on-radio-change="onInputChange($event)"
|
53
|
-
// layout="vertical"
|
54
|
-
// size="large"
|
55
|
-
// />
|
56
|
-
// Data being passed should look like:
|
57
|
-
// radioOptions: [
|
58
|
-
// { label: 'Button 1', value: 'button_1', img: 'www.imagesrc.com', infoText: 'my info text' },
|
59
|
-
// { label: 'Button 2', value: 'button_2', img: 'www.imagesrc.com', infoText: 'my info text 2' },
|
60
|
-
// { label: 'Button 3', value: 'button_3', img: 'www.imagesrc.com', disabled: true },
|
61
|
-
// { label: 'Button 4', value: 'button_4', disabled: true }
|
62
|
-
// ]
|
63
|
-
|
64
|
-
import styled from 'vue3-styled-components'
|
65
|
-
import Modal from '../../modals/modal'
|
66
|
-
import InfoText from '../../infoText'
|
67
|
-
|
68
|
-
const wrapperProps = {
|
69
|
-
layout: String
|
70
|
-
}
|
71
|
-
const ComponentWrapper = styled('div', wrapperProps)`
|
72
|
-
display: flex;
|
73
|
-
flex-direction: ${(props) =>
|
74
|
-
props.layout === 'vertical' ? 'column' : 'row'};
|
75
|
-
grid-gap: 10px 5px;
|
76
|
-
flex-wrap: wrap;
|
77
|
-
`
|
78
|
-
|
79
|
-
const Radio = styled.input`
|
80
|
-
cursor: pointer;
|
81
|
-
position: absolute;
|
82
|
-
opacity: 0;
|
83
|
-
cursor: pointer;
|
84
|
-
height: 0;
|
85
|
-
width: 0;
|
86
|
-
`
|
87
|
-
|
88
|
-
const RadioWrapper = styled.div`
|
89
|
-
display: grid;
|
90
|
-
grid-gap: 10px;
|
91
|
-
`
|
92
|
-
|
93
|
-
const containerProps = {
|
94
|
-
size: String,
|
95
|
-
isDisabled: Boolean,
|
96
|
-
isChecked: Boolean,
|
97
|
-
checkmarkColor: String
|
98
|
-
}
|
99
|
-
const LabelContainer = styled('label', containerProps)`
|
100
|
-
display: grid;
|
101
|
-
grid-template-columns: auto 1fr auto;
|
102
|
-
grid-gap: ${(props) =>
|
103
|
-
props.hasLabel
|
104
|
-
? '15px' : 0 };
|
105
|
-
align-items: center;
|
106
|
-
color: ${(props) =>
|
107
|
-
props.isDisabled ? props.theme.colors.grey2 : props.theme.colors.black};
|
108
|
-
position: relative;
|
109
|
-
cursor: ${(props) => (props.isDisabled ? 'not-allowed' : 'pointer')};
|
110
|
-
font-size: ${(props) =>
|
111
|
-
props.size === 'large'
|
112
|
-
? '16px'
|
113
|
-
: props.size === 'medium'
|
114
|
-
? '13px'
|
115
|
-
: '10px'};
|
116
|
-
user-select: none;
|
117
|
-
flex: auto;
|
118
|
-
align-self: baseline;
|
119
|
-
|
120
|
-
.checkmark {
|
121
|
-
height: ${(props) =>
|
122
|
-
props.size === 'large'
|
123
|
-
? '23px'
|
124
|
-
: props.size === 'medium'
|
125
|
-
? '16px'
|
126
|
-
: '12px'};
|
127
|
-
width: ${(props) =>
|
128
|
-
props.size === 'large'
|
129
|
-
? '23px'
|
130
|
-
: props.size === 'medium'
|
131
|
-
? '16px'
|
132
|
-
: '12px'};
|
133
|
-
background-color: #fff;
|
134
|
-
border-radius: 100%;
|
135
|
-
border: 1px solid ${(props) => props.theme.colors.mediumGray};
|
136
|
-
display: flex;
|
137
|
-
align-items: center;
|
138
|
-
justify-content: center;
|
139
|
-
|
140
|
-
&:after {
|
141
|
-
content: '';
|
142
|
-
display: ${(props) => (props.isChecked ? 'block' : 'none')};
|
143
|
-
width: ${(props) =>
|
144
|
-
props.size === 'large'
|
145
|
-
? '10px'
|
146
|
-
: props.size === 'medium'
|
147
|
-
? '8px'
|
148
|
-
: '6px'};
|
149
|
-
height: ${(props) =>
|
150
|
-
props.size === 'large'
|
151
|
-
? '10px'
|
152
|
-
: props.size === 'medium'
|
153
|
-
? '8px'
|
154
|
-
: '6px'};
|
155
|
-
border-radius: 100%;
|
156
|
-
background: ${(props) =>
|
157
|
-
props.checkmarkColor ? props.checkmarkColor : props.theme.colors.green};
|
158
|
-
}
|
159
|
-
}
|
160
|
-
`
|
161
|
-
|
162
|
-
const textAttrs = { isDisabled: Boolean }
|
163
|
-
const LabelText = styled('div', textAttrs)`
|
164
|
-
color: ${(props) =>
|
165
|
-
props.isDisabled ? props.theme.colors.grey2 : props.theme.colors.black};
|
166
|
-
`
|
167
|
-
|
168
|
-
const RadioImage = styled.img`
|
169
|
-
max-width: 100px;
|
170
|
-
`
|
171
|
-
|
172
|
-
const ImageContainer = styled.div`
|
173
|
-
border-radius: 4px;
|
174
|
-
cursor: pointer;
|
175
|
-
display: grid;
|
176
|
-
align-items: center;
|
177
|
-
justify-items: center;
|
178
|
-
position: relative;
|
179
|
-
|
180
|
-
.search-icn-container {
|
181
|
-
display: none;
|
182
|
-
}
|
183
|
-
|
184
|
-
&:hover {
|
185
|
-
.search-icn-container {
|
186
|
-
display: grid;
|
187
|
-
position: absolute;
|
188
|
-
background: rgba(0, 0, 0, 0.4);
|
189
|
-
width: 100%;
|
190
|
-
height: 100%;
|
191
|
-
align-items: center;
|
192
|
-
justify-items: center;
|
193
|
-
}
|
194
|
-
}
|
195
|
-
`
|
196
|
-
|
197
|
-
const ModalImage = styled.img``
|
198
|
-
|
199
|
-
const ModalImageContainer = styled.div`
|
200
|
-
padding: 40px;
|
201
|
-
`
|
202
|
-
|
203
|
-
export default {
|
204
|
-
name: 'radio-button',
|
205
|
-
components: {
|
206
|
-
Radio,
|
207
|
-
ComponentWrapper,
|
208
|
-
LabelContainer,
|
209
|
-
RadioWrapper,
|
210
|
-
RadioImage,
|
211
|
-
ImageContainer,
|
212
|
-
Modal,
|
213
|
-
ModalImage,
|
214
|
-
ModalImageContainer,
|
215
|
-
InfoText,
|
216
|
-
LabelText
|
217
|
-
},
|
218
|
-
props: {
|
219
|
-
selectedOption: {
|
220
|
-
required: true,
|
221
|
-
default: false
|
222
|
-
},
|
223
|
-
options: {
|
224
|
-
required: true,
|
225
|
-
default: []
|
226
|
-
},
|
227
|
-
layout: {
|
228
|
-
required: false,
|
229
|
-
default: 'horizontal' //2 options: 'vertical' (only 1 per row) & 'horizontal' (many per row)
|
230
|
-
},
|
231
|
-
size: {
|
232
|
-
required: false,
|
233
|
-
default: 'medium' // small, medium, large
|
234
|
-
},
|
235
|
-
name: {
|
236
|
-
required: false,
|
237
|
-
default: ''
|
238
|
-
},
|
239
|
-
checkmarkColor: {
|
240
|
-
required: false,
|
241
|
-
default: ''
|
242
|
-
},
|
243
|
-
dataId: {
|
244
|
-
type: String,
|
245
|
-
default: 'key'
|
246
|
-
}
|
247
|
-
},
|
248
|
-
data() {
|
249
|
-
return {
|
250
|
-
selectedImage: null,
|
251
|
-
radioName: ''
|
252
|
-
}
|
253
|
-
},
|
254
|
-
methods: {
|
255
|
-
onInputHandler(value) {
|
256
|
-
this.$emit('on-radio-change', value)
|
257
|
-
},
|
258
|
-
isImageOpen(index) {
|
259
|
-
return this.selectedImage === index
|
260
|
-
},
|
261
|
-
toggleImageModal(value) {
|
262
|
-
this.selectedImage = value
|
263
|
-
}
|
264
|
-
},
|
265
|
-
created() {
|
266
|
-
this.radioName =
|
267
|
-
this.name.length === 0 ? Math.round(Math.random() * 10000) : this.name
|
268
|
-
}
|
269
|
-
}
|
270
|
-
</script>
|
1
|
+
<template>
|
2
|
+
<component-wrapper :layout="layout">
|
3
|
+
<radio-wrapper v-for="(item, index) in options" :key="item.value">
|
4
|
+
<label-container
|
5
|
+
:size="size"
|
6
|
+
:hasLabel="item.label"
|
7
|
+
:isDisabled="item.disabled"
|
8
|
+
:isChecked="selectedOption === item.value"
|
9
|
+
:checkmarkColor="checkmarkColor"
|
10
|
+
>
|
11
|
+
<radio
|
12
|
+
type="radio"
|
13
|
+
:value="selectedOption"
|
14
|
+
@click="onInputHandler(item.value)"
|
15
|
+
:name="'radioButtons_' + radioName"
|
16
|
+
:checked="selectedOption === item.value"
|
17
|
+
:disabled="item.disabled"
|
18
|
+
:data-id="`radio_button_${dataId}_option_${item.value}`"
|
19
|
+
/>
|
20
|
+
<span class="checkmark"></span>
|
21
|
+
<label-text :isDisabled="item.disabled" v-if="item.label">{{ item.label }}</label-text>
|
22
|
+
<info-text v-if="item.infoText" :text="item.infoText" size="16px" />
|
23
|
+
</label-container>
|
24
|
+
<image-container v-if="item.img">
|
25
|
+
<radio-image :src="item.img" />
|
26
|
+
<div class="search-icn-container" @click="toggleImageModal(index)">
|
27
|
+
<img
|
28
|
+
class="search-icn"
|
29
|
+
:src="require('../../../assets/icons/search_icon.png')"
|
30
|
+
/>
|
31
|
+
</div>
|
32
|
+
</image-container>
|
33
|
+
<modal
|
34
|
+
v-if="item.img"
|
35
|
+
:isOpen="isImageOpen(index)"
|
36
|
+
@on-close="toggleImageModal(null)"
|
37
|
+
>
|
38
|
+
<modal-image-container>
|
39
|
+
<modal-image :src="item.img" />
|
40
|
+
</modal-image-container>
|
41
|
+
</modal>
|
42
|
+
</radio-wrapper>
|
43
|
+
</component-wrapper>
|
44
|
+
</template>
|
45
|
+
|
46
|
+
<script>
|
47
|
+
// import RadioButton from "@eturnity/eturnity_reusable_components/src/components/inputs/radioButton"
|
48
|
+
// To use:
|
49
|
+
// <radio-button
|
50
|
+
// :options="radioOptions"
|
51
|
+
// :selectedOption="checkedOption"
|
52
|
+
// @on-radio-change="onInputChange($event)"
|
53
|
+
// layout="vertical"
|
54
|
+
// size="large"
|
55
|
+
// />
|
56
|
+
// Data being passed should look like:
|
57
|
+
// radioOptions: [
|
58
|
+
// { label: 'Button 1', value: 'button_1', img: 'www.imagesrc.com', infoText: 'my info text' },
|
59
|
+
// { label: 'Button 2', value: 'button_2', img: 'www.imagesrc.com', infoText: 'my info text 2' },
|
60
|
+
// { label: 'Button 3', value: 'button_3', img: 'www.imagesrc.com', disabled: true },
|
61
|
+
// { label: 'Button 4', value: 'button_4', disabled: true }
|
62
|
+
// ]
|
63
|
+
|
64
|
+
import styled from 'vue3-styled-components'
|
65
|
+
import Modal from '../../modals/modal'
|
66
|
+
import InfoText from '../../infoText'
|
67
|
+
|
68
|
+
const wrapperProps = {
|
69
|
+
layout: String
|
70
|
+
}
|
71
|
+
const ComponentWrapper = styled('div', wrapperProps)`
|
72
|
+
display: flex;
|
73
|
+
flex-direction: ${(props) =>
|
74
|
+
props.layout === 'vertical' ? 'column' : 'row'};
|
75
|
+
grid-gap: 10px 5px;
|
76
|
+
flex-wrap: wrap;
|
77
|
+
`
|
78
|
+
|
79
|
+
const Radio = styled.input`
|
80
|
+
cursor: pointer;
|
81
|
+
position: absolute;
|
82
|
+
opacity: 0;
|
83
|
+
cursor: pointer;
|
84
|
+
height: 0;
|
85
|
+
width: 0;
|
86
|
+
`
|
87
|
+
|
88
|
+
const RadioWrapper = styled.div`
|
89
|
+
display: grid;
|
90
|
+
grid-gap: 10px;
|
91
|
+
`
|
92
|
+
|
93
|
+
const containerProps = {
|
94
|
+
size: String,
|
95
|
+
isDisabled: Boolean,
|
96
|
+
isChecked: Boolean,
|
97
|
+
checkmarkColor: String
|
98
|
+
}
|
99
|
+
const LabelContainer = styled('label', containerProps)`
|
100
|
+
display: grid;
|
101
|
+
grid-template-columns: auto 1fr auto;
|
102
|
+
grid-gap: ${(props) =>
|
103
|
+
props.hasLabel
|
104
|
+
? '15px' : 0 };
|
105
|
+
align-items: center;
|
106
|
+
color: ${(props) =>
|
107
|
+
props.isDisabled ? props.theme.colors.grey2 : props.theme.colors.black};
|
108
|
+
position: relative;
|
109
|
+
cursor: ${(props) => (props.isDisabled ? 'not-allowed' : 'pointer')};
|
110
|
+
font-size: ${(props) =>
|
111
|
+
props.size === 'large'
|
112
|
+
? '16px'
|
113
|
+
: props.size === 'medium'
|
114
|
+
? '13px'
|
115
|
+
: '10px'};
|
116
|
+
user-select: none;
|
117
|
+
flex: auto;
|
118
|
+
align-self: baseline;
|
119
|
+
|
120
|
+
.checkmark {
|
121
|
+
height: ${(props) =>
|
122
|
+
props.size === 'large'
|
123
|
+
? '23px'
|
124
|
+
: props.size === 'medium'
|
125
|
+
? '16px'
|
126
|
+
: '12px'};
|
127
|
+
width: ${(props) =>
|
128
|
+
props.size === 'large'
|
129
|
+
? '23px'
|
130
|
+
: props.size === 'medium'
|
131
|
+
? '16px'
|
132
|
+
: '12px'};
|
133
|
+
background-color: #fff;
|
134
|
+
border-radius: 100%;
|
135
|
+
border: 1px solid ${(props) => props.theme.colors.mediumGray};
|
136
|
+
display: flex;
|
137
|
+
align-items: center;
|
138
|
+
justify-content: center;
|
139
|
+
|
140
|
+
&:after {
|
141
|
+
content: '';
|
142
|
+
display: ${(props) => (props.isChecked ? 'block' : 'none')};
|
143
|
+
width: ${(props) =>
|
144
|
+
props.size === 'large'
|
145
|
+
? '10px'
|
146
|
+
: props.size === 'medium'
|
147
|
+
? '8px'
|
148
|
+
: '6px'};
|
149
|
+
height: ${(props) =>
|
150
|
+
props.size === 'large'
|
151
|
+
? '10px'
|
152
|
+
: props.size === 'medium'
|
153
|
+
? '8px'
|
154
|
+
: '6px'};
|
155
|
+
border-radius: 100%;
|
156
|
+
background: ${(props) =>
|
157
|
+
props.checkmarkColor ? props.checkmarkColor : props.theme.colors.green};
|
158
|
+
}
|
159
|
+
}
|
160
|
+
`
|
161
|
+
|
162
|
+
const textAttrs = { isDisabled: Boolean }
|
163
|
+
const LabelText = styled('div', textAttrs)`
|
164
|
+
color: ${(props) =>
|
165
|
+
props.isDisabled ? props.theme.colors.grey2 : props.theme.colors.black};
|
166
|
+
`
|
167
|
+
|
168
|
+
const RadioImage = styled.img`
|
169
|
+
max-width: 100px;
|
170
|
+
`
|
171
|
+
|
172
|
+
const ImageContainer = styled.div`
|
173
|
+
border-radius: 4px;
|
174
|
+
cursor: pointer;
|
175
|
+
display: grid;
|
176
|
+
align-items: center;
|
177
|
+
justify-items: center;
|
178
|
+
position: relative;
|
179
|
+
|
180
|
+
.search-icn-container {
|
181
|
+
display: none;
|
182
|
+
}
|
183
|
+
|
184
|
+
&:hover {
|
185
|
+
.search-icn-container {
|
186
|
+
display: grid;
|
187
|
+
position: absolute;
|
188
|
+
background: rgba(0, 0, 0, 0.4);
|
189
|
+
width: 100%;
|
190
|
+
height: 100%;
|
191
|
+
align-items: center;
|
192
|
+
justify-items: center;
|
193
|
+
}
|
194
|
+
}
|
195
|
+
`
|
196
|
+
|
197
|
+
const ModalImage = styled.img``
|
198
|
+
|
199
|
+
const ModalImageContainer = styled.div`
|
200
|
+
padding: 40px;
|
201
|
+
`
|
202
|
+
|
203
|
+
export default {
|
204
|
+
name: 'radio-button',
|
205
|
+
components: {
|
206
|
+
Radio,
|
207
|
+
ComponentWrapper,
|
208
|
+
LabelContainer,
|
209
|
+
RadioWrapper,
|
210
|
+
RadioImage,
|
211
|
+
ImageContainer,
|
212
|
+
Modal,
|
213
|
+
ModalImage,
|
214
|
+
ModalImageContainer,
|
215
|
+
InfoText,
|
216
|
+
LabelText
|
217
|
+
},
|
218
|
+
props: {
|
219
|
+
selectedOption: {
|
220
|
+
required: true,
|
221
|
+
default: false
|
222
|
+
},
|
223
|
+
options: {
|
224
|
+
required: true,
|
225
|
+
default: []
|
226
|
+
},
|
227
|
+
layout: {
|
228
|
+
required: false,
|
229
|
+
default: 'horizontal' //2 options: 'vertical' (only 1 per row) & 'horizontal' (many per row)
|
230
|
+
},
|
231
|
+
size: {
|
232
|
+
required: false,
|
233
|
+
default: 'medium' // small, medium, large
|
234
|
+
},
|
235
|
+
name: {
|
236
|
+
required: false,
|
237
|
+
default: ''
|
238
|
+
},
|
239
|
+
checkmarkColor: {
|
240
|
+
required: false,
|
241
|
+
default: ''
|
242
|
+
},
|
243
|
+
dataId: {
|
244
|
+
type: String,
|
245
|
+
default: 'key'
|
246
|
+
}
|
247
|
+
},
|
248
|
+
data() {
|
249
|
+
return {
|
250
|
+
selectedImage: null,
|
251
|
+
radioName: ''
|
252
|
+
}
|
253
|
+
},
|
254
|
+
methods: {
|
255
|
+
onInputHandler(value) {
|
256
|
+
this.$emit('on-radio-change', value)
|
257
|
+
},
|
258
|
+
isImageOpen(index) {
|
259
|
+
return this.selectedImage === index
|
260
|
+
},
|
261
|
+
toggleImageModal(value) {
|
262
|
+
this.selectedImage = value
|
263
|
+
}
|
264
|
+
},
|
265
|
+
created() {
|
266
|
+
this.radioName =
|
267
|
+
this.name.length === 0 ? Math.round(Math.random() * 10000) : this.name
|
268
|
+
}
|
269
|
+
}
|
270
|
+
</script>
|