@eturnity/eturnity_reusable_components 7.30.3-EPDM-10647.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 -789
- 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 -907
- 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
- package/src/utils/index.js +0 -12
@@ -1,256 +1,256 @@
|
|
1
|
-
<template>
|
2
|
-
<container>
|
3
|
-
<flex-wrapper
|
4
|
-
:size="size"
|
5
|
-
:disabled="disabled"
|
6
|
-
:alignItems="alignItems"
|
7
|
-
:label="label"
|
8
|
-
>
|
9
|
-
<label-container
|
10
|
-
v-if="label && labelAlign === 'left'"
|
11
|
-
:hasInfoMessage="!!infoTextMessage"
|
12
|
-
:colorMode="colorMode"
|
13
|
-
:primaryColor="primaryColor"
|
14
|
-
:secondaryColor="secondaryColor"
|
15
|
-
>
|
16
|
-
<label-text :size="size">{{ label }}</label-text>
|
17
|
-
<info-text
|
18
|
-
v-if="infoTextMessage"
|
19
|
-
:text="infoTextMessage"
|
20
|
-
/>
|
21
|
-
</label-container>
|
22
|
-
|
23
|
-
<switch-wrapper
|
24
|
-
:size="size"
|
25
|
-
:disabled="disabled"
|
26
|
-
:backgroundColor="backgroundColor"
|
27
|
-
>
|
28
|
-
<switchOption
|
29
|
-
v-for="(item, index) in options"
|
30
|
-
:key="index"
|
31
|
-
@click="selectItem(item.value)"
|
32
|
-
:isActive="selectedValue == item.value"
|
33
|
-
:colorMode="colorMode"
|
34
|
-
:primaryColor="primaryColor"
|
35
|
-
:secondaryColor="secondaryColor"
|
36
|
-
:inactiveColor="inactiveColor"
|
37
|
-
:data-id="item.hasOwnProperty('dataId') ? item.dataId : ''"
|
38
|
-
>
|
39
|
-
{{ item.content }}
|
40
|
-
</switchOption>
|
41
|
-
</switch-wrapper>
|
42
|
-
<label-container
|
43
|
-
v-if="label && labelAlign === 'right'"
|
44
|
-
:hasInfoMessage="!!infoTextMessage"
|
45
|
-
>
|
46
|
-
<label-text :size="size" :fontColor="fontColor">{{ label }}</label-text>
|
47
|
-
<info-text
|
48
|
-
@click.stop
|
49
|
-
v-if="infoTextMessage"
|
50
|
-
:text="infoTextMessage"
|
51
|
-
/>
|
52
|
-
</label-container>
|
53
|
-
</flex-wrapper>
|
54
|
-
</container>
|
55
|
-
</template>
|
56
|
-
|
57
|
-
<script>
|
58
|
-
// import Toggle from "@eturnity/eturnity_reusable_components/src/components/inputs/toggle"
|
59
|
-
// To use:
|
60
|
-
// <SwitchField
|
61
|
-
// @on-switch-change="onInputChange($event)"
|
62
|
-
// :options="[{value:0,content:'zero'},{value:1,content:'one'},{value:2,content:'two'}]"
|
63
|
-
// :value="1"
|
64
|
-
// label="label"
|
65
|
-
// toggleColor="red"
|
66
|
-
// size="large"
|
67
|
-
// backgroundColor="blue"
|
68
|
-
// labelAlign="left"
|
69
|
-
// fontColor="black"
|
70
|
-
// :disabled="false"
|
71
|
-
// />
|
72
|
-
|
73
|
-
import styled from 'vue3-styled-components'
|
74
|
-
import InfoText from '../../infoText'
|
75
|
-
import theme from '../../../assets/theme'
|
76
|
-
const Container = styled.div``
|
77
|
-
|
78
|
-
const flexAttrs = {
|
79
|
-
label: String,
|
80
|
-
size: String,
|
81
|
-
disabled: Boolean,
|
82
|
-
alignItems: String
|
83
|
-
}
|
84
|
-
const FlexWrapper = styled('div', flexAttrs)`
|
85
|
-
display: grid;
|
86
|
-
grid-template-columns: auto 1fr;
|
87
|
-
grid-gap: 10px;
|
88
|
-
align-items: center;
|
89
|
-
cursor: ${(props) => (props.disabled ? 'not-allowed' : 'pointer')};
|
90
|
-
grid-template-columns: ${(props) =>
|
91
|
-
props.alignItems === 'vertical' || !props.label ? '1fr' : 'auto 1fr'};
|
92
|
-
`
|
93
|
-
|
94
|
-
const toggleAttrs = {
|
95
|
-
size: String,
|
96
|
-
fontColor: String,
|
97
|
-
disabled: Boolean,
|
98
|
-
backgroundColor: String,
|
99
|
-
isChecked: Boolean,
|
100
|
-
secondaryColor: String,
|
101
|
-
primaryColor: String,
|
102
|
-
}
|
103
|
-
const LabelText = styled('div', toggleAttrs)`
|
104
|
-
color: ${(props) => props.primaryColor };
|
105
|
-
font-size: 13px;
|
106
|
-
font-weight: 700;
|
107
|
-
`
|
108
|
-
|
109
|
-
const SwitchWrapper = styled('span', toggleAttrs)`
|
110
|
-
display: flex;
|
111
|
-
position: relative;
|
112
|
-
cursor: ${(props) => (props.disabled ? 'not-allowed' : 'pointer')};
|
113
|
-
height: ${(props) =>
|
114
|
-
props.size === 'medium'
|
115
|
-
? '24px'
|
116
|
-
: props.size === 'small'
|
117
|
-
? '16px'
|
118
|
-
: '24px'};
|
119
|
-
`
|
120
|
-
const optionAttrs = {
|
121
|
-
isActive: Boolean,
|
122
|
-
primaryColor: String,
|
123
|
-
secondaryColor: String,
|
124
|
-
inactiveColor: String
|
125
|
-
}
|
126
|
-
const switchOption = styled('div', optionAttrs)`
|
127
|
-
color: ${(props) =>
|
128
|
-
props.isActive ? props.primaryColor : props.inactiveColor};
|
129
|
-
background-color: ${(props) =>
|
130
|
-
props.isActive ? props.secondaryColor : 'transparent'};
|
131
|
-
border: 1px solid
|
132
|
-
${(props) => (props.isActive ? props.secondaryColor : props.inactiveColor)};
|
133
|
-
display: flex;
|
134
|
-
align-items: center;
|
135
|
-
justify-content: center;
|
136
|
-
flex-grow: 1;
|
137
|
-
font-size: 13px;
|
138
|
-
line-height: 1;
|
139
|
-
text-align: center;
|
140
|
-
padding: 10px;
|
141
|
-
margin-right: -1px;
|
142
|
-
transition: all 0.1s ease-in-out;
|
143
|
-
overflow: hidden;
|
144
|
-
& :hover {
|
145
|
-
cursor: pointer;
|
146
|
-
}
|
147
|
-
&:first-child {
|
148
|
-
border-radius: 4px 0 0 4px;
|
149
|
-
}
|
150
|
-
&:last-child {
|
151
|
-
border-radius: 0 4px 4px 0;
|
152
|
-
}
|
153
|
-
`
|
154
|
-
|
155
|
-
const labelAttrs = { hasInfoMessage: Boolean }
|
156
|
-
const LabelContainer = styled('div', labelAttrs)`
|
157
|
-
display: inline-grid;
|
158
|
-
grid-template-columns: ${(props) =>
|
159
|
-
props.hasInfoMessage ? 'auto 1fr' : 'auto'};
|
160
|
-
grid-gap: 12px;
|
161
|
-
align-items: center;
|
162
|
-
`
|
163
|
-
|
164
|
-
export default {
|
165
|
-
name: 'switchField',
|
166
|
-
components: {
|
167
|
-
Container,
|
168
|
-
SwitchWrapper,
|
169
|
-
FlexWrapper,
|
170
|
-
LabelText,
|
171
|
-
InfoText,
|
172
|
-
LabelContainer,
|
173
|
-
switchOption
|
174
|
-
},
|
175
|
-
props: {
|
176
|
-
label: {
|
177
|
-
required: false,
|
178
|
-
default: ''
|
179
|
-
},
|
180
|
-
toggleColor: {
|
181
|
-
required: false
|
182
|
-
},
|
183
|
-
backgroundColor: {
|
184
|
-
required: false
|
185
|
-
},
|
186
|
-
size: {
|
187
|
-
required: false,
|
188
|
-
default: 'small'
|
189
|
-
},
|
190
|
-
labelAlign: {
|
191
|
-
required: false,
|
192
|
-
default: 'left'
|
193
|
-
},
|
194
|
-
fontColor: {
|
195
|
-
required: false
|
196
|
-
},
|
197
|
-
disabled: {
|
198
|
-
required: false,
|
199
|
-
default: false
|
200
|
-
},
|
201
|
-
infoTextMessage: {
|
202
|
-
required: false
|
203
|
-
},
|
204
|
-
colorMode: {
|
205
|
-
required: false,
|
206
|
-
default: 'light'
|
207
|
-
},
|
208
|
-
alignItems: {
|
209
|
-
required: false,
|
210
|
-
default: 'horizontal'
|
211
|
-
},
|
212
|
-
options: {
|
213
|
-
required: true
|
214
|
-
},
|
215
|
-
value: {
|
216
|
-
required: false,
|
217
|
-
default: null
|
218
|
-
}
|
219
|
-
},
|
220
|
-
data() {
|
221
|
-
return {
|
222
|
-
selectedValue: null,
|
223
|
-
primaryColor: 'white',
|
224
|
-
secondaryColor: 'black',
|
225
|
-
inactiveColor: 'grey6'
|
226
|
-
}
|
227
|
-
},
|
228
|
-
created() {
|
229
|
-
this.selectedValue = this.value
|
230
|
-
|
231
|
-
if (this.colorMode == 'dark') {
|
232
|
-
this.primaryColor = theme.colors.black
|
233
|
-
this.secondaryColor = theme.colors.white
|
234
|
-
this.inactiveColor = theme.colors.grey6
|
235
|
-
} else {
|
236
|
-
this.primaryColor = theme.colors.white
|
237
|
-
this.secondaryColor = theme.colors.black
|
238
|
-
this.inactiveColor = theme.colors.grey6
|
239
|
-
}
|
240
|
-
},
|
241
|
-
methods: {
|
242
|
-
selectItem(value) {
|
243
|
-
if (this.disabled) {
|
244
|
-
return
|
245
|
-
}
|
246
|
-
this.selectedValue = value
|
247
|
-
this.$emit('on-switch-change', this.selectedValue)
|
248
|
-
}
|
249
|
-
},
|
250
|
-
watch: {
|
251
|
-
value(val) {
|
252
|
-
this.selectedValue = val
|
253
|
-
}
|
254
|
-
}
|
255
|
-
}
|
256
|
-
</script>
|
1
|
+
<template>
|
2
|
+
<container>
|
3
|
+
<flex-wrapper
|
4
|
+
:size="size"
|
5
|
+
:disabled="disabled"
|
6
|
+
:alignItems="alignItems"
|
7
|
+
:label="label"
|
8
|
+
>
|
9
|
+
<label-container
|
10
|
+
v-if="label && labelAlign === 'left'"
|
11
|
+
:hasInfoMessage="!!infoTextMessage"
|
12
|
+
:colorMode="colorMode"
|
13
|
+
:primaryColor="primaryColor"
|
14
|
+
:secondaryColor="secondaryColor"
|
15
|
+
>
|
16
|
+
<label-text :size="size">{{ label }}</label-text>
|
17
|
+
<info-text
|
18
|
+
v-if="infoTextMessage"
|
19
|
+
:text="infoTextMessage"
|
20
|
+
/>
|
21
|
+
</label-container>
|
22
|
+
|
23
|
+
<switch-wrapper
|
24
|
+
:size="size"
|
25
|
+
:disabled="disabled"
|
26
|
+
:backgroundColor="backgroundColor"
|
27
|
+
>
|
28
|
+
<switchOption
|
29
|
+
v-for="(item, index) in options"
|
30
|
+
:key="index"
|
31
|
+
@click="selectItem(item.value)"
|
32
|
+
:isActive="selectedValue == item.value"
|
33
|
+
:colorMode="colorMode"
|
34
|
+
:primaryColor="primaryColor"
|
35
|
+
:secondaryColor="secondaryColor"
|
36
|
+
:inactiveColor="inactiveColor"
|
37
|
+
:data-id="item.hasOwnProperty('dataId') ? item.dataId : ''"
|
38
|
+
>
|
39
|
+
{{ item.content }}
|
40
|
+
</switchOption>
|
41
|
+
</switch-wrapper>
|
42
|
+
<label-container
|
43
|
+
v-if="label && labelAlign === 'right'"
|
44
|
+
:hasInfoMessage="!!infoTextMessage"
|
45
|
+
>
|
46
|
+
<label-text :size="size" :fontColor="fontColor">{{ label }}</label-text>
|
47
|
+
<info-text
|
48
|
+
@click.stop
|
49
|
+
v-if="infoTextMessage"
|
50
|
+
:text="infoTextMessage"
|
51
|
+
/>
|
52
|
+
</label-container>
|
53
|
+
</flex-wrapper>
|
54
|
+
</container>
|
55
|
+
</template>
|
56
|
+
|
57
|
+
<script>
|
58
|
+
// import Toggle from "@eturnity/eturnity_reusable_components/src/components/inputs/toggle"
|
59
|
+
// To use:
|
60
|
+
// <SwitchField
|
61
|
+
// @on-switch-change="onInputChange($event)"
|
62
|
+
// :options="[{value:0,content:'zero'},{value:1,content:'one'},{value:2,content:'two'}]"
|
63
|
+
// :value="1"
|
64
|
+
// label="label"
|
65
|
+
// toggleColor="red"
|
66
|
+
// size="large"
|
67
|
+
// backgroundColor="blue"
|
68
|
+
// labelAlign="left"
|
69
|
+
// fontColor="black"
|
70
|
+
// :disabled="false"
|
71
|
+
// />
|
72
|
+
|
73
|
+
import styled from 'vue3-styled-components'
|
74
|
+
import InfoText from '../../infoText'
|
75
|
+
import theme from '../../../assets/theme'
|
76
|
+
const Container = styled.div``
|
77
|
+
|
78
|
+
const flexAttrs = {
|
79
|
+
label: String,
|
80
|
+
size: String,
|
81
|
+
disabled: Boolean,
|
82
|
+
alignItems: String
|
83
|
+
}
|
84
|
+
const FlexWrapper = styled('div', flexAttrs)`
|
85
|
+
display: grid;
|
86
|
+
grid-template-columns: auto 1fr;
|
87
|
+
grid-gap: 10px;
|
88
|
+
align-items: center;
|
89
|
+
cursor: ${(props) => (props.disabled ? 'not-allowed' : 'pointer')};
|
90
|
+
grid-template-columns: ${(props) =>
|
91
|
+
props.alignItems === 'vertical' || !props.label ? '1fr' : 'auto 1fr'};
|
92
|
+
`
|
93
|
+
|
94
|
+
const toggleAttrs = {
|
95
|
+
size: String,
|
96
|
+
fontColor: String,
|
97
|
+
disabled: Boolean,
|
98
|
+
backgroundColor: String,
|
99
|
+
isChecked: Boolean,
|
100
|
+
secondaryColor: String,
|
101
|
+
primaryColor: String,
|
102
|
+
}
|
103
|
+
const LabelText = styled('div', toggleAttrs)`
|
104
|
+
color: ${(props) => props.primaryColor };
|
105
|
+
font-size: 13px;
|
106
|
+
font-weight: 700;
|
107
|
+
`
|
108
|
+
|
109
|
+
const SwitchWrapper = styled('span', toggleAttrs)`
|
110
|
+
display: flex;
|
111
|
+
position: relative;
|
112
|
+
cursor: ${(props) => (props.disabled ? 'not-allowed' : 'pointer')};
|
113
|
+
height: ${(props) =>
|
114
|
+
props.size === 'medium'
|
115
|
+
? '24px'
|
116
|
+
: props.size === 'small'
|
117
|
+
? '16px'
|
118
|
+
: '24px'};
|
119
|
+
`
|
120
|
+
const optionAttrs = {
|
121
|
+
isActive: Boolean,
|
122
|
+
primaryColor: String,
|
123
|
+
secondaryColor: String,
|
124
|
+
inactiveColor: String
|
125
|
+
}
|
126
|
+
const switchOption = styled('div', optionAttrs)`
|
127
|
+
color: ${(props) =>
|
128
|
+
props.isActive ? props.primaryColor : props.inactiveColor};
|
129
|
+
background-color: ${(props) =>
|
130
|
+
props.isActive ? props.secondaryColor : 'transparent'};
|
131
|
+
border: 1px solid
|
132
|
+
${(props) => (props.isActive ? props.secondaryColor : props.inactiveColor)};
|
133
|
+
display: flex;
|
134
|
+
align-items: center;
|
135
|
+
justify-content: center;
|
136
|
+
flex-grow: 1;
|
137
|
+
font-size: 13px;
|
138
|
+
line-height: 1;
|
139
|
+
text-align: center;
|
140
|
+
padding: 10px;
|
141
|
+
margin-right: -1px;
|
142
|
+
transition: all 0.1s ease-in-out;
|
143
|
+
overflow: hidden;
|
144
|
+
& :hover {
|
145
|
+
cursor: pointer;
|
146
|
+
}
|
147
|
+
&:first-child {
|
148
|
+
border-radius: 4px 0 0 4px;
|
149
|
+
}
|
150
|
+
&:last-child {
|
151
|
+
border-radius: 0 4px 4px 0;
|
152
|
+
}
|
153
|
+
`
|
154
|
+
|
155
|
+
const labelAttrs = { hasInfoMessage: Boolean }
|
156
|
+
const LabelContainer = styled('div', labelAttrs)`
|
157
|
+
display: inline-grid;
|
158
|
+
grid-template-columns: ${(props) =>
|
159
|
+
props.hasInfoMessage ? 'auto 1fr' : 'auto'};
|
160
|
+
grid-gap: 12px;
|
161
|
+
align-items: center;
|
162
|
+
`
|
163
|
+
|
164
|
+
export default {
|
165
|
+
name: 'switchField',
|
166
|
+
components: {
|
167
|
+
Container,
|
168
|
+
SwitchWrapper,
|
169
|
+
FlexWrapper,
|
170
|
+
LabelText,
|
171
|
+
InfoText,
|
172
|
+
LabelContainer,
|
173
|
+
switchOption
|
174
|
+
},
|
175
|
+
props: {
|
176
|
+
label: {
|
177
|
+
required: false,
|
178
|
+
default: ''
|
179
|
+
},
|
180
|
+
toggleColor: {
|
181
|
+
required: false
|
182
|
+
},
|
183
|
+
backgroundColor: {
|
184
|
+
required: false
|
185
|
+
},
|
186
|
+
size: {
|
187
|
+
required: false,
|
188
|
+
default: 'small'
|
189
|
+
},
|
190
|
+
labelAlign: {
|
191
|
+
required: false,
|
192
|
+
default: 'left'
|
193
|
+
},
|
194
|
+
fontColor: {
|
195
|
+
required: false
|
196
|
+
},
|
197
|
+
disabled: {
|
198
|
+
required: false,
|
199
|
+
default: false
|
200
|
+
},
|
201
|
+
infoTextMessage: {
|
202
|
+
required: false
|
203
|
+
},
|
204
|
+
colorMode: {
|
205
|
+
required: false,
|
206
|
+
default: 'light'
|
207
|
+
},
|
208
|
+
alignItems: {
|
209
|
+
required: false,
|
210
|
+
default: 'horizontal'
|
211
|
+
},
|
212
|
+
options: {
|
213
|
+
required: true
|
214
|
+
},
|
215
|
+
value: {
|
216
|
+
required: false,
|
217
|
+
default: null
|
218
|
+
}
|
219
|
+
},
|
220
|
+
data() {
|
221
|
+
return {
|
222
|
+
selectedValue: null,
|
223
|
+
primaryColor: 'white',
|
224
|
+
secondaryColor: 'black',
|
225
|
+
inactiveColor: 'grey6'
|
226
|
+
}
|
227
|
+
},
|
228
|
+
created() {
|
229
|
+
this.selectedValue = this.value
|
230
|
+
|
231
|
+
if (this.colorMode == 'dark') {
|
232
|
+
this.primaryColor = theme.colors.black
|
233
|
+
this.secondaryColor = theme.colors.white
|
234
|
+
this.inactiveColor = theme.colors.grey6
|
235
|
+
} else {
|
236
|
+
this.primaryColor = theme.colors.white
|
237
|
+
this.secondaryColor = theme.colors.black
|
238
|
+
this.inactiveColor = theme.colors.grey6
|
239
|
+
}
|
240
|
+
},
|
241
|
+
methods: {
|
242
|
+
selectItem(value) {
|
243
|
+
if (this.disabled) {
|
244
|
+
return
|
245
|
+
}
|
246
|
+
this.selectedValue = value
|
247
|
+
this.$emit('on-switch-change', this.selectedValue)
|
248
|
+
}
|
249
|
+
},
|
250
|
+
watch: {
|
251
|
+
value(val) {
|
252
|
+
this.selectedValue = val
|
253
|
+
}
|
254
|
+
}
|
255
|
+
}
|
256
|
+
</script>
|