@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
package/.prettierrc
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
{
|
2
|
-
"semi": false,
|
3
|
-
"singleQuote": true,
|
4
|
-
"useTabs": false,
|
5
|
-
"trailingComma": "none",
|
6
|
-
"printWidth": 80
|
1
|
+
{
|
2
|
+
"semi": false,
|
3
|
+
"singleQuote": true,
|
4
|
+
"useTabs": false,
|
5
|
+
"trailingComma": "none",
|
6
|
+
"printWidth": 80
|
7
7
|
}
|
package/.storybook/main.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
module.exports = {
|
2
|
-
stories: ["../src/components/**/*.stories.@(js|mdx)"],
|
3
|
-
addons: [
|
4
|
-
"@storybook/addon-links",
|
5
|
-
"@storybook/addon-essentials",
|
6
|
-
"@storybook/addon-docs",
|
7
|
-
],
|
8
|
-
}
|
1
|
+
module.exports = {
|
2
|
+
stories: ["../src/components/**/*.stories.@(js|mdx)"],
|
3
|
+
addons: [
|
4
|
+
"@storybook/addon-links",
|
5
|
+
"@storybook/addon-essentials",
|
6
|
+
"@storybook/addon-docs",
|
7
|
+
],
|
8
|
+
}
|
package/.storybook/preview.js
CHANGED
@@ -1,46 +1,46 @@
|
|
1
|
-
import { ThemeProvider } from "vue3-styled-components"
|
2
|
-
|
3
|
-
const theme = {
|
4
|
-
colors: {
|
5
|
-
primary: "#48a2d0",
|
6
|
-
secondary: "#fdb813",
|
7
|
-
tertiary: "#d5d5d5",
|
8
|
-
black: "#353535",
|
9
|
-
yellow: "#fdb813",
|
10
|
-
darkGray: "#818181",
|
11
|
-
gray1: "#666",
|
12
|
-
mediumGray: "#d5d5d5",
|
13
|
-
lightGray: "#f2f2f2",
|
14
|
-
white: "#fff",
|
15
|
-
blue: "#48a2d0",
|
16
|
-
red: "#ff7e7e",
|
17
|
-
blue1: "#e4efff",
|
18
|
-
grey1: "#666",
|
19
|
-
grey2: "#c4c4c4",
|
20
|
-
grey3: "#b2b9c5",
|
21
|
-
grey4: "#ebeef4",
|
22
|
-
grey5: "#fafafa",
|
23
|
-
green: "#99db0c",
|
24
|
-
disabled: "#dfe1e1",
|
25
|
-
},
|
26
|
-
screen: {
|
27
|
-
mobileSmall: "345px",
|
28
|
-
mobile: "425px",
|
29
|
-
mobileLarge: "530px",
|
30
|
-
tablet: "768px",
|
31
|
-
tabletLarge: "950px",
|
32
|
-
},
|
33
|
-
borderRadius: "4px",
|
34
|
-
}
|
35
|
-
|
36
|
-
export const decorators = [
|
37
|
-
(story) => ({
|
38
|
-
components: { story, ThemeProvider },
|
39
|
-
data: () => ({ theme }),
|
40
|
-
template: '<theme-provider :theme="theme"><story/> </theme-provider>',
|
41
|
-
}),
|
42
|
-
]
|
43
|
-
|
44
|
-
export const parameters = {
|
45
|
-
actions: { argTypesRegex: "^on[A-Z].*" },
|
46
|
-
}
|
1
|
+
import { ThemeProvider } from "vue3-styled-components"
|
2
|
+
|
3
|
+
const theme = {
|
4
|
+
colors: {
|
5
|
+
primary: "#48a2d0",
|
6
|
+
secondary: "#fdb813",
|
7
|
+
tertiary: "#d5d5d5",
|
8
|
+
black: "#353535",
|
9
|
+
yellow: "#fdb813",
|
10
|
+
darkGray: "#818181",
|
11
|
+
gray1: "#666",
|
12
|
+
mediumGray: "#d5d5d5",
|
13
|
+
lightGray: "#f2f2f2",
|
14
|
+
white: "#fff",
|
15
|
+
blue: "#48a2d0",
|
16
|
+
red: "#ff7e7e",
|
17
|
+
blue1: "#e4efff",
|
18
|
+
grey1: "#666",
|
19
|
+
grey2: "#c4c4c4",
|
20
|
+
grey3: "#b2b9c5",
|
21
|
+
grey4: "#ebeef4",
|
22
|
+
grey5: "#fafafa",
|
23
|
+
green: "#99db0c",
|
24
|
+
disabled: "#dfe1e1",
|
25
|
+
},
|
26
|
+
screen: {
|
27
|
+
mobileSmall: "345px",
|
28
|
+
mobile: "425px",
|
29
|
+
mobileLarge: "530px",
|
30
|
+
tablet: "768px",
|
31
|
+
tabletLarge: "950px",
|
32
|
+
},
|
33
|
+
borderRadius: "4px",
|
34
|
+
}
|
35
|
+
|
36
|
+
export const decorators = [
|
37
|
+
(story) => ({
|
38
|
+
components: { story, ThemeProvider },
|
39
|
+
data: () => ({ theme }),
|
40
|
+
template: '<theme-provider :theme="theme"><story/> </theme-provider>',
|
41
|
+
}),
|
42
|
+
]
|
43
|
+
|
44
|
+
export const parameters = {
|
45
|
+
actions: { argTypesRegex: "^on[A-Z].*" },
|
46
|
+
}
|
package/README.md
CHANGED
@@ -1,29 +1,29 @@
|
|
1
|
-
# eturnity_reusable_components
|
2
|
-
|
3
|
-
## To use in a project:
|
4
|
-
|
5
|
-
```
|
6
|
-
npm install @eturnity/eturnity_reusable_components
|
7
|
-
```
|
8
|
-
|
9
|
-
### To run locally
|
10
|
-
|
11
|
-
```
|
12
|
-
npm run dev
|
13
|
-
```
|
14
|
-
|
15
|
-
### To use storybook
|
16
|
-
|
17
|
-
```
|
18
|
-
npm run storybook
|
19
|
-
```
|
20
|
-
|
21
|
-
### To publish a new version
|
22
|
-
|
23
|
-
```
|
24
|
-
Follow correct semantic versioning
|
25
|
-
https://docs.npmjs.com/about-semantic-versioning
|
26
|
-
|
27
|
-
|
28
|
-
npm publish
|
29
|
-
```
|
1
|
+
# eturnity_reusable_components
|
2
|
+
|
3
|
+
## To use in a project:
|
4
|
+
|
5
|
+
```
|
6
|
+
npm install @eturnity/eturnity_reusable_components
|
7
|
+
```
|
8
|
+
|
9
|
+
### To run locally
|
10
|
+
|
11
|
+
```
|
12
|
+
npm run dev
|
13
|
+
```
|
14
|
+
|
15
|
+
### To use storybook
|
16
|
+
|
17
|
+
```
|
18
|
+
npm run storybook
|
19
|
+
```
|
20
|
+
|
21
|
+
### To publish a new version
|
22
|
+
|
23
|
+
```
|
24
|
+
Follow correct semantic versioning
|
25
|
+
https://docs.npmjs.com/about-semantic-versioning
|
26
|
+
|
27
|
+
|
28
|
+
npm publish
|
29
|
+
```
|
package/babel.config.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
module.exports = {
|
2
|
-
presets: [
|
3
|
-
'@vue/cli-plugin-babel/preset'
|
4
|
-
]
|
5
|
-
}
|
1
|
+
module.exports = {
|
2
|
+
presets: [
|
3
|
+
'@vue/cli-plugin-babel/preset'
|
4
|
+
]
|
5
|
+
}
|
package/package.json
CHANGED
@@ -1,62 +1,62 @@
|
|
1
|
-
{
|
2
|
-
"name": "@eturnity/eturnity_reusable_components",
|
3
|
-
"version": "7.30.3-EPDM-
|
4
|
-
"private": false,
|
5
|
-
"scripts": {
|
6
|
-
"dev": "vue-cli-service serve",
|
7
|
-
"build": "vue-cli-service build",
|
8
|
-
"lint": "vue-cli-service lint",
|
9
|
-
"storybook": "start-storybook -p 6006",
|
10
|
-
"build-storybook": "build-storybook"
|
11
|
-
},
|
12
|
-
"dependencies": {
|
13
|
-
"@storybook/vue3": "7.0.18",
|
14
|
-
"@vue/compat": "3.3.4",
|
15
|
-
"@vueform/slider": "2.1.10",
|
16
|
-
"@vuepic/vue-datepicker": "6.1.0",
|
17
|
-
"click-outside-vue3": "4.0.1",
|
18
|
-
"html-loader": "0.5.5",
|
19
|
-
"postcss": "8.4.25",
|
20
|
-
"vue": "3.3.4",
|
21
|
-
"vue3-styled-components": "1.2.1",
|
22
|
-
"vuedraggable": "4.1.0"
|
23
|
-
},
|
24
|
-
"devDependencies": {
|
25
|
-
"@babel/core": "7.12.16",
|
26
|
-
"@babel/eslint-parser": "7.12.16",
|
27
|
-
"@vue/cli-plugin-babel": "5.0.8",
|
28
|
-
"@vue/cli-plugin-eslint": "5.0.8",
|
29
|
-
"@vue/cli-service": "5.0.8",
|
30
|
-
"@vue/compiler-sfc": "3.3.4",
|
31
|
-
"eslint": "7.32.0",
|
32
|
-
"eslint-plugin-vue": "8.0.3"
|
33
|
-
},
|
34
|
-
"eslintConfig": {
|
35
|
-
"root": true,
|
36
|
-
"env": {
|
37
|
-
"node": true
|
38
|
-
},
|
39
|
-
"extends": [
|
40
|
-
"plugin:vue/essential",
|
41
|
-
"eslint:recommended"
|
42
|
-
],
|
43
|
-
"parserOptions": {
|
44
|
-
"parser": "@babel/eslint-parser"
|
45
|
-
},
|
46
|
-
"rules": {}
|
47
|
-
},
|
48
|
-
"browserslist": [
|
49
|
-
"> 1%",
|
50
|
-
"last 2 versions",
|
51
|
-
"not dead"
|
52
|
-
],
|
53
|
-
"description": "## Project setup ``` npm install ```",
|
54
|
-
"main": "babel.config.js",
|
55
|
-
"repository": {
|
56
|
-
"type": "git",
|
57
|
-
"url": "git+https://aaronenser@bitbucket.org/eturnitydevs/eturnity_reusable_components.git"
|
58
|
-
},
|
59
|
-
"author": "Aaron Enser",
|
60
|
-
"license": "ISC",
|
61
|
-
"homepage": "https://bitbucket.org/eturnitydevs/eturnity_reusable_components#readme"
|
62
|
-
}
|
1
|
+
{
|
2
|
+
"name": "@eturnity/eturnity_reusable_components",
|
3
|
+
"version": "7.30.3-EPDM-8441.0",
|
4
|
+
"private": false,
|
5
|
+
"scripts": {
|
6
|
+
"dev": "vue-cli-service serve",
|
7
|
+
"build": "vue-cli-service build",
|
8
|
+
"lint": "vue-cli-service lint",
|
9
|
+
"storybook": "start-storybook -p 6006",
|
10
|
+
"build-storybook": "build-storybook"
|
11
|
+
},
|
12
|
+
"dependencies": {
|
13
|
+
"@storybook/vue3": "7.0.18",
|
14
|
+
"@vue/compat": "3.3.4",
|
15
|
+
"@vueform/slider": "2.1.10",
|
16
|
+
"@vuepic/vue-datepicker": "6.1.0",
|
17
|
+
"click-outside-vue3": "4.0.1",
|
18
|
+
"html-loader": "0.5.5",
|
19
|
+
"postcss": "8.4.25",
|
20
|
+
"vue": "3.3.4",
|
21
|
+
"vue3-styled-components": "1.2.1",
|
22
|
+
"vuedraggable": "4.1.0"
|
23
|
+
},
|
24
|
+
"devDependencies": {
|
25
|
+
"@babel/core": "7.12.16",
|
26
|
+
"@babel/eslint-parser": "7.12.16",
|
27
|
+
"@vue/cli-plugin-babel": "5.0.8",
|
28
|
+
"@vue/cli-plugin-eslint": "5.0.8",
|
29
|
+
"@vue/cli-service": "5.0.8",
|
30
|
+
"@vue/compiler-sfc": "3.3.4",
|
31
|
+
"eslint": "7.32.0",
|
32
|
+
"eslint-plugin-vue": "8.0.3"
|
33
|
+
},
|
34
|
+
"eslintConfig": {
|
35
|
+
"root": true,
|
36
|
+
"env": {
|
37
|
+
"node": true
|
38
|
+
},
|
39
|
+
"extends": [
|
40
|
+
"plugin:vue/essential",
|
41
|
+
"eslint:recommended"
|
42
|
+
],
|
43
|
+
"parserOptions": {
|
44
|
+
"parser": "@babel/eslint-parser"
|
45
|
+
},
|
46
|
+
"rules": {}
|
47
|
+
},
|
48
|
+
"browserslist": [
|
49
|
+
"> 1%",
|
50
|
+
"last 2 versions",
|
51
|
+
"not dead"
|
52
|
+
],
|
53
|
+
"description": "## Project setup ``` npm install ```",
|
54
|
+
"main": "babel.config.js",
|
55
|
+
"repository": {
|
56
|
+
"type": "git",
|
57
|
+
"url": "git+https://aaronenser@bitbucket.org/eturnitydevs/eturnity_reusable_components.git"
|
58
|
+
},
|
59
|
+
"author": "Aaron Enser",
|
60
|
+
"license": "ISC",
|
61
|
+
"homepage": "https://bitbucket.org/eturnitydevs/eturnity_reusable_components#readme"
|
62
|
+
}
|
package/postcss.config.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
module.exports = {
|
2
|
-
plugins: {
|
3
|
-
// Add your PostCSS plugins here
|
4
|
-
// Example: require('autoprefixer')
|
5
|
-
}
|
6
|
-
}
|
1
|
+
module.exports = {
|
2
|
+
plugins: {
|
3
|
+
// Add your PostCSS plugins here
|
4
|
+
// Example: require('autoprefixer')
|
5
|
+
}
|
6
|
+
}
|
package/public/index.html
CHANGED
@@ -1,17 +1,17 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="">
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6
|
-
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
7
|
-
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
8
|
-
<title><%= htmlWebpackPlugin.options.title %></title>
|
9
|
-
</head>
|
10
|
-
<body>
|
11
|
-
<noscript>
|
12
|
-
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
13
|
-
</noscript>
|
14
|
-
<div id="app"></div>
|
15
|
-
<!-- built files will be auto injected -->
|
16
|
-
</body>
|
17
|
-
</html>
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="">
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6
|
+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
7
|
+
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
8
|
+
<title><%= htmlWebpackPlugin.options.title %></title>
|
9
|
+
</head>
|
10
|
+
<body>
|
11
|
+
<noscript>
|
12
|
+
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
13
|
+
</noscript>
|
14
|
+
<div id="app"></div>
|
15
|
+
<!-- built files will be auto injected -->
|
16
|
+
</body>
|
17
|
+
</html>
|
package/src/App.vue
CHANGED
@@ -1,109 +1,109 @@
|
|
1
|
-
<template>
|
2
|
-
<ThemeProvider :theme="getTheme()" :style="{ height: '100%' }">
|
3
|
-
<page-container>
|
4
|
-
<br />
|
5
|
-
<input-number
|
6
|
-
:value="value"
|
7
|
-
:minNumber="0"
|
8
|
-
unitName="mm"
|
9
|
-
:numberPrecision="0"
|
10
|
-
backgroundColor="transparent"
|
11
|
-
borderColor="eturnityGrey"
|
12
|
-
inputHeight="34px"
|
13
|
-
inputWidth="420px"
|
14
|
-
textAlign="left"
|
15
|
-
:isInteractive="true"
|
16
|
-
:interactionStep="1"
|
17
|
-
@on-input="inputHandler"
|
18
|
-
@input-change="changeHandler"
|
19
|
-
@input-focus="focusHandler"
|
20
|
-
@input-blur="blurHandler"
|
21
|
-
>
|
22
|
-
<template v-slot:label>
|
23
|
-
<div>Interactive Label 1</div>
|
24
|
-
</template>
|
25
|
-
</input-number>
|
26
|
-
|
27
|
-
<hr>
|
28
|
-
|
29
|
-
<input-number
|
30
|
-
:value="value"
|
31
|
-
:minNumber="0"
|
32
|
-
unitName="mm"
|
33
|
-
:numberPrecision="0"
|
34
|
-
backgroundColor="transparent"
|
35
|
-
borderColor="eturnityGrey"
|
36
|
-
inputHeight="34px"
|
37
|
-
inputWidth="420px"
|
38
|
-
textAlign="left"
|
39
|
-
:isInteractive="true"
|
40
|
-
:interactionStep="1"
|
41
|
-
@on-input="inputHandler"
|
42
|
-
@input-change="changeHandler"
|
43
|
-
@input-focus="focusHandler"
|
44
|
-
@input-blur="blurHandler"
|
45
|
-
>
|
46
|
-
<template v-slot:label>
|
47
|
-
<div>Interactive Label 2</div>
|
48
|
-
</template>
|
49
|
-
</input-number>
|
50
|
-
|
51
|
-
<hr>
|
52
|
-
<button @click="value=42">Click to set at 42</button>
|
53
|
-
</page-container>
|
54
|
-
</ThemeProvider>
|
55
|
-
</template>
|
56
|
-
|
57
|
-
<script>
|
58
|
-
import { ThemeProvider } from 'vue3-styled-components'
|
59
|
-
import theme from './assets/theme'
|
60
|
-
import styled from 'vue3-styled-components'
|
61
|
-
import InputNumber from '@/components/inputs/inputNumber'
|
62
|
-
|
63
|
-
const PageContainer = styled.div`
|
64
|
-
padding: 40px;
|
65
|
-
`
|
66
|
-
|
67
|
-
export default {
|
68
|
-
name: 'App',
|
69
|
-
components: {
|
70
|
-
ThemeProvider,
|
71
|
-
PageContainer,
|
72
|
-
InputNumber,
|
73
|
-
},
|
74
|
-
data() {
|
75
|
-
return {
|
76
|
-
value: 42,
|
77
|
-
}
|
78
|
-
},
|
79
|
-
computed: {
|
80
|
-
},
|
81
|
-
methods: {
|
82
|
-
blurHandler(e) {
|
83
|
-
console.log('blur', e)
|
84
|
-
},
|
85
|
-
changeHandler(e) {
|
86
|
-
console.log('change', e)
|
87
|
-
},
|
88
|
-
focusHandler(e) {
|
89
|
-
console.log('focus', e)
|
90
|
-
},
|
91
|
-
inputHandler(e) {
|
92
|
-
console.log('input', e)
|
93
|
-
//this.value = e
|
94
|
-
setTimeout(()=>{this.value = e},1000)
|
95
|
-
},
|
96
|
-
getTheme() {
|
97
|
-
return theme
|
98
|
-
}
|
99
|
-
}
|
100
|
-
}
|
101
|
-
</script>
|
102
|
-
|
103
|
-
<style>
|
104
|
-
html,
|
105
|
-
body {
|
106
|
-
height: 100%;
|
107
|
-
margin: 0;
|
108
|
-
}
|
109
|
-
</style>
|
1
|
+
<template>
|
2
|
+
<ThemeProvider :theme="getTheme()" :style="{ height: '100%' }">
|
3
|
+
<page-container>
|
4
|
+
<br />
|
5
|
+
<input-number
|
6
|
+
:value="value"
|
7
|
+
:minNumber="0"
|
8
|
+
unitName="mm"
|
9
|
+
:numberPrecision="0"
|
10
|
+
backgroundColor="transparent"
|
11
|
+
borderColor="eturnityGrey"
|
12
|
+
inputHeight="34px"
|
13
|
+
inputWidth="420px"
|
14
|
+
textAlign="left"
|
15
|
+
:isInteractive="true"
|
16
|
+
:interactionStep="1"
|
17
|
+
@on-input="inputHandler"
|
18
|
+
@input-change="changeHandler"
|
19
|
+
@input-focus="focusHandler"
|
20
|
+
@input-blur="blurHandler"
|
21
|
+
>
|
22
|
+
<template v-slot:label>
|
23
|
+
<div>Interactive Label 1</div>
|
24
|
+
</template>
|
25
|
+
</input-number>
|
26
|
+
|
27
|
+
<hr>
|
28
|
+
|
29
|
+
<input-number
|
30
|
+
:value="value"
|
31
|
+
:minNumber="0"
|
32
|
+
unitName="mm"
|
33
|
+
:numberPrecision="0"
|
34
|
+
backgroundColor="transparent"
|
35
|
+
borderColor="eturnityGrey"
|
36
|
+
inputHeight="34px"
|
37
|
+
inputWidth="420px"
|
38
|
+
textAlign="left"
|
39
|
+
:isInteractive="true"
|
40
|
+
:interactionStep="1"
|
41
|
+
@on-input="inputHandler"
|
42
|
+
@input-change="changeHandler"
|
43
|
+
@input-focus="focusHandler"
|
44
|
+
@input-blur="blurHandler"
|
45
|
+
>
|
46
|
+
<template v-slot:label>
|
47
|
+
<div>Interactive Label 2</div>
|
48
|
+
</template>
|
49
|
+
</input-number>
|
50
|
+
|
51
|
+
<hr>
|
52
|
+
<button @click="value=42">Click to set at 42</button>
|
53
|
+
</page-container>
|
54
|
+
</ThemeProvider>
|
55
|
+
</template>
|
56
|
+
|
57
|
+
<script>
|
58
|
+
import { ThemeProvider } from 'vue3-styled-components'
|
59
|
+
import theme from './assets/theme'
|
60
|
+
import styled from 'vue3-styled-components'
|
61
|
+
import InputNumber from '@/components/inputs/inputNumber'
|
62
|
+
|
63
|
+
const PageContainer = styled.div`
|
64
|
+
padding: 40px;
|
65
|
+
`
|
66
|
+
|
67
|
+
export default {
|
68
|
+
name: 'App',
|
69
|
+
components: {
|
70
|
+
ThemeProvider,
|
71
|
+
PageContainer,
|
72
|
+
InputNumber,
|
73
|
+
},
|
74
|
+
data() {
|
75
|
+
return {
|
76
|
+
value: 42,
|
77
|
+
}
|
78
|
+
},
|
79
|
+
computed: {
|
80
|
+
},
|
81
|
+
methods: {
|
82
|
+
blurHandler(e) {
|
83
|
+
console.log('blur', e)
|
84
|
+
},
|
85
|
+
changeHandler(e) {
|
86
|
+
console.log('change', e)
|
87
|
+
},
|
88
|
+
focusHandler(e) {
|
89
|
+
console.log('focus', e)
|
90
|
+
},
|
91
|
+
inputHandler(e) {
|
92
|
+
console.log('input', e)
|
93
|
+
//this.value = e
|
94
|
+
setTimeout(()=>{this.value = e},1000)
|
95
|
+
},
|
96
|
+
getTheme() {
|
97
|
+
return theme
|
98
|
+
}
|
99
|
+
}
|
100
|
+
}
|
101
|
+
</script>
|
102
|
+
|
103
|
+
<style>
|
104
|
+
html,
|
105
|
+
body {
|
106
|
+
height: 100%;
|
107
|
+
margin: 0;
|
108
|
+
}
|
109
|
+
</style>
|
@@ -1,3 +1,3 @@
|
|
1
|
-
<svg width="8" height="4" viewBox="0 0 8 4" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M4 4L8 0H0L4 4Z" fill="#263238"/>
|
3
|
-
</svg>
|
1
|
+
<svg width="8" height="4" viewBox="0 0 8 4" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M4 4L8 0H0L4 4Z" fill="#263238"/>
|
3
|
+
</svg>
|
@@ -1,3 +1,3 @@
|
|
1
|
-
<svg width="8" height="4" viewBox="0 0 8 4" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M4 0L8 4H0L4 0Z" fill="#FF5656"/>
|
3
|
-
</svg>
|
1
|
+
<svg width="8" height="4" viewBox="0 0 8 4" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M4 0L8 4H0L4 0Z" fill="#FF5656"/>
|
3
|
+
</svg>
|