@eturnity/eturnity_reusable_components 1.2.19-EPDM-5310.5 → 1.2.19-EPDM-5448.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.
Files changed (219) hide show
  1. package/.prettierrc +6 -6
  2. package/.storybook/main.js +8 -8
  3. package/.storybook/preview.js +46 -46
  4. package/README.md +29 -29
  5. package/babel.config.js +5 -5
  6. package/package.json +62 -62
  7. package/public/index.html +17 -17
  8. package/src/App.vue +221 -218
  9. package/src/assets/icons/arrow_down.svg +3 -3
  10. package/src/assets/icons/arrow_up_red.svg +3 -3
  11. package/src/assets/icons/black_spinner.svg +35 -35
  12. package/src/assets/icons/delete_icon.svg +11 -11
  13. package/src/assets/icons/delete_icon_gray.svg +11 -11
  14. package/src/assets/icons/drag_icon.svg +8 -8
  15. package/src/assets/icons/external_icon.svg +6 -6
  16. package/src/assets/icons/language_icon.svg +6 -6
  17. package/src/assets/icons/pdf_icon.svg +6 -6
  18. package/src/assets/icons/plus_button.svg +4 -4
  19. package/src/assets/icons/search_icon_black.svg +3 -3
  20. package/src/assets/icons/subposition_icon.svg +3 -3
  21. package/src/assets/icons/subposition_marker.svg +3 -3
  22. package/src/assets/icons/warning_icon.svg +3 -3
  23. package/src/assets/svgIcons/2d_active.svg +7 -7
  24. package/src/assets/svgIcons/2d_inactive.svg +8 -8
  25. package/src/assets/svgIcons/3d_active.svg +7 -7
  26. package/src/assets/svgIcons/3d_inactive.svg +8 -8
  27. package/src/assets/svgIcons/accept.svg +5 -5
  28. package/src/assets/svgIcons/activate_panels_active.svg +22 -22
  29. package/src/assets/svgIcons/activate_panels_inactive.svg +20 -20
  30. package/src/assets/svgIcons/add_icon-1.svg +3 -3
  31. package/src/assets/svgIcons/add_icon.svg +4 -4
  32. package/src/assets/svgIcons/address_book.svg +3 -3
  33. package/src/assets/svgIcons/after_sale_as_a_service.svg +6 -6
  34. package/src/assets/svgIcons/all_good.svg +3 -3
  35. package/src/assets/svgIcons/angle_active.svg +5 -5
  36. package/src/assets/svgIcons/angle_inactive.svg +4 -4
  37. package/src/assets/svgIcons/area_active.svg +11 -11
  38. package/src/assets/svgIcons/area_inactive.svg +26 -26
  39. package/src/assets/svgIcons/arrow_down.svg +3 -3
  40. package/src/assets/svgIcons/arrow_left.svg +4 -4
  41. package/src/assets/svgIcons/arrow_right.svg +4 -4
  42. package/src/assets/svgIcons/arrow_up.svg +3 -3
  43. package/src/assets/svgIcons/attachment.svg +3 -3
  44. package/src/assets/svgIcons/battery.svg +3 -3
  45. package/src/assets/svgIcons/bell.svg +3 -3
  46. package/src/assets/svgIcons/bold.svg +3 -3
  47. package/src/assets/svgIcons/bom.svg +3 -3
  48. package/src/assets/svgIcons/bom_generation.svg +10 -10
  49. package/src/assets/svgIcons/bubble.svg +3 -3
  50. package/src/assets/svgIcons/bullet_list.svg +8 -8
  51. package/src/assets/svgIcons/calendar.svg +7 -7
  52. package/src/assets/svgIcons/calendar_icon.svg +7 -7
  53. package/src/assets/svgIcons/call.svg +3 -3
  54. package/src/assets/svgIcons/camera.svg +3 -3
  55. package/src/assets/svgIcons/car.svg +3 -3
  56. package/src/assets/svgIcons/cart.svg +3 -3
  57. package/src/assets/svgIcons/checkbox.svg +3 -3
  58. package/src/assets/svgIcons/clear_formatting.svg +7 -7
  59. package/src/assets/svgIcons/clickable_info.svg +4 -4
  60. package/src/assets/svgIcons/clip.svg +3 -3
  61. package/src/assets/svgIcons/clock.svg +4 -4
  62. package/src/assets/svgIcons/close_for_modals,_tool_tips.svg +4 -4
  63. package/src/assets/svgIcons/collapse.svg +4 -4
  64. package/src/assets/svgIcons/component_library.svg +7 -7
  65. package/src/assets/svgIcons/context_menu-1.svg +6 -6
  66. package/src/assets/svgIcons/context_menu-2.svg +5 -5
  67. package/src/assets/svgIcons/context_menu.svg +5 -5
  68. package/src/assets/svgIcons/context_menu_tabs.svg +5 -5
  69. package/src/assets/svgIcons/current_variant.svg +4 -4
  70. package/src/assets/svgIcons/deadline.svg +4 -4
  71. package/src/assets/svgIcons/delete.svg +4 -4
  72. package/src/assets/svgIcons/delete_area_active.svg +16 -16
  73. package/src/assets/svgIcons/delete_area_inactive.svg +15 -15
  74. package/src/assets/svgIcons/direction_active-1.svg +12 -12
  75. package/src/assets/svgIcons/direction_active.svg +5 -5
  76. package/src/assets/svgIcons/direction_inactive.svg +4 -4
  77. package/src/assets/svgIcons/distances_active.svg +9 -9
  78. package/src/assets/svgIcons/distances_inactive.svg +8 -8
  79. package/src/assets/svgIcons/document.svg +3 -3
  80. package/src/assets/svgIcons/downarrow.svg +3 -3
  81. package/src/assets/svgIcons/download.svg +4 -4
  82. package/src/assets/svgIcons/duplicate-1.svg +8 -8
  83. package/src/assets/svgIcons/duplicate-2.svg +5 -5
  84. package/src/assets/svgIcons/duplicate-3.svg +3 -3
  85. package/src/assets/svgIcons/duplicate.svg +4 -4
  86. package/src/assets/svgIcons/e-mobility_configurator.svg +6 -6
  87. package/src/assets/svgIcons/edit_button.svg +3 -3
  88. package/src/assets/svgIcons/email.svg +3 -3
  89. package/src/assets/svgIcons/ems-1.svg +3 -3
  90. package/src/assets/svgIcons/ems.svg +3 -3
  91. package/src/assets/svgIcons/end_of_the_list.svg +5 -5
  92. package/src/assets/svgIcons/erase.svg +4 -4
  93. package/src/assets/svgIcons/fav_icon.svg +4 -4
  94. package/src/assets/svgIcons/financing_for_pv-1.svg +5 -5
  95. package/src/assets/svgIcons/financing_for_pv-2.svg +3 -3
  96. package/src/assets/svgIcons/financing_for_pv.svg +6 -6
  97. package/src/assets/svgIcons/finish-1.svg +4 -4
  98. package/src/assets/svgIcons/finish.svg +3 -3
  99. package/src/assets/svgIcons/folder.svg +3 -3
  100. package/src/assets/svgIcons/heat_calc.svg +7 -7
  101. package/src/assets/svgIcons/house.svg +3 -3
  102. package/src/assets/svgIcons/info.svg +3 -3
  103. package/src/assets/svgIcons/initial_situation.svg +3 -3
  104. package/src/assets/svgIcons/intro-tour-1.svg +3 -3
  105. package/src/assets/svgIcons/intro-tour.svg +3 -3
  106. package/src/assets/svgIcons/inverter-1.svg +5 -5
  107. package/src/assets/svgIcons/inverter.svg +3 -3
  108. package/src/assets/svgIcons/italic.svg +3 -3
  109. package/src/assets/svgIcons/key.svg +3 -3
  110. package/src/assets/svgIcons/lead_marketplace.svg +6 -6
  111. package/src/assets/svgIcons/lead_provider.svg +4 -4
  112. package/src/assets/svgIcons/length_in_2d_active.svg +12 -12
  113. package/src/assets/svgIcons/length_in_2d_inctive.svg +13 -13
  114. package/src/assets/svgIcons/light_bulb.svg +3 -3
  115. package/src/assets/svgIcons/line_graph.svg +3 -3
  116. package/src/assets/svgIcons/local_subsidies.svg +18 -18
  117. package/src/assets/svgIcons/location.svg +3 -3
  118. package/src/assets/svgIcons/lock.svg +3 -3
  119. package/src/assets/svgIcons/loop.svg +3 -3
  120. package/src/assets/svgIcons/lunch.svg +4 -4
  121. package/src/assets/svgIcons/map_icon.svg +3 -3
  122. package/src/assets/svgIcons/margin_tool.svg +4 -0
  123. package/src/assets/svgIcons/meeting.svg +6 -6
  124. package/src/assets/svgIcons/move_copy.svg +4 -4
  125. package/src/assets/svgIcons/new_area_inactive.svg +11 -11
  126. package/src/assets/svgIcons/next.svg +4 -4
  127. package/src/assets/svgIcons/not_equal_to.svg +3 -3
  128. package/src/assets/svgIcons/numbered_list.svg +6 -6
  129. package/src/assets/svgIcons/obstacle_tool.svg +13 -13
  130. package/src/assets/svgIcons/pan_tool.svg +12 -12
  131. package/src/assets/svgIcons/panels_tool.svg +8 -8
  132. package/src/assets/svgIcons/pen_tool.svg +4 -4
  133. package/src/assets/svgIcons/picker_tool.svg +4 -4
  134. package/src/assets/svgIcons/picture.svg +3 -3
  135. package/src/assets/svgIcons/pin.svg +5 -5
  136. package/src/assets/svgIcons/presentation.svg +3 -3
  137. package/src/assets/svgIcons/previous.svg +4 -4
  138. package/src/assets/svgIcons/profile-1.svg +4 -4
  139. package/src/assets/svgIcons/profile.svg +4 -4
  140. package/src/assets/svgIcons/profitability.svg +3 -3
  141. package/src/assets/svgIcons/project_analysis.svg +4 -4
  142. package/src/assets/svgIcons/project_settings.svg +4 -4
  143. package/src/assets/svgIcons/pv.svg +3 -3
  144. package/src/assets/svgIcons/quotations.svg +6 -6
  145. package/src/assets/svgIcons/redo.svg +6 -0
  146. package/src/assets/svgIcons/rotate_view.svg +5 -5
  147. package/src/assets/svgIcons/run_simulation.svg +3 -3
  148. package/src/assets/svgIcons/scaling_tool.svg +8 -8
  149. package/src/assets/svgIcons/search.svg +3 -3
  150. package/src/assets/svgIcons/security.svg +3 -3
  151. package/src/assets/svgIcons/settings.svg +3 -3
  152. package/src/assets/svgIcons/show_in_a_new_tab.svg +12 -12
  153. package/src/assets/svgIcons/smartphone.svg +4 -4
  154. package/src/assets/svgIcons/solar_calc.svg +13 -13
  155. package/src/assets/svgIcons/sorting.svg +4 -4
  156. package/src/assets/svgIcons/start_of_the_list.svg +5 -5
  157. package/src/assets/svgIcons/strikethrough.svg +4 -4
  158. package/src/assets/svgIcons/subsidies-1.svg +5 -5
  159. package/src/assets/svgIcons/subsidies-2.svg +3 -3
  160. package/src/assets/svgIcons/subsidies.svg +3 -3
  161. package/src/assets/svgIcons/subtract_icon.svg +3 -3
  162. package/src/assets/svgIcons/suitcase.svg +3 -3
  163. package/src/assets/svgIcons/template_icon_not_clickable.svg +6 -6
  164. package/src/assets/svgIcons/truck.svg +3 -3
  165. package/src/assets/svgIcons/underlined.svg +3 -3
  166. package/src/assets/svgIcons/undo.svg +6 -0
  167. package/src/assets/svgIcons/uparrow.svg +3 -3
  168. package/src/assets/svgIcons/upload_avatar-1.svg +12 -12
  169. package/src/assets/svgIcons/upload_avatar.svg +5 -5
  170. package/src/assets/svgIcons/upload_image.svg +8 -8
  171. package/src/assets/svgIcons/virtual_storage.svg +4 -4
  172. package/src/assets/svgIcons/warning.svg +4 -4
  173. package/src/assets/svgIcons/way.svg +5 -5
  174. package/src/assets/svgIcons/wifi.svg +3 -3
  175. package/src/assets/svgIcons/winter.svg +3 -3
  176. package/src/assets/theme.js +36 -34
  177. package/src/components/addNewButton/AddNewButton.stories.js +24 -24
  178. package/src/components/addNewButton/index.vue +58 -58
  179. package/src/components/buttons/closeButton/CloseButton.stories.js +29 -29
  180. package/src/components/buttons/closeButton/index.vue +61 -61
  181. package/src/components/buttons/externalButton/index.vue +101 -101
  182. package/src/components/buttons/mainButton/index.vue +82 -82
  183. package/src/components/deleteIcon/DeleteIcon.stories.js +29 -29
  184. package/src/components/deleteIcon/index.vue +55 -55
  185. package/src/components/icon/Icons.stories.js +41 -41
  186. package/src/components/icon/iconCollection.vue +68 -68
  187. package/src/components/icon/index.vue +73 -76
  188. package/src/components/iconWrapper/index.vue +84 -0
  189. package/src/components/infoText/index.vue +151 -151
  190. package/src/components/inputs/checkbox/Checkbox.stories.js +57 -57
  191. package/src/components/inputs/checkbox/index.vue +182 -182
  192. package/src/components/inputs/inputNumber/InputNumber.stories.js +150 -150
  193. package/src/components/inputs/inputNumber/index.vue +390 -390
  194. package/src/components/inputs/inputNumberQuestion/index.vue +215 -215
  195. package/src/components/inputs/inputText/InputText.stories.js +75 -75
  196. package/src/components/inputs/inputText/index.vue +198 -198
  197. package/src/components/inputs/radioButton/RadioButton.stories.js +58 -58
  198. package/src/components/inputs/radioButton/index.vue +253 -253
  199. package/src/components/inputs/searchInput/SearchInput.stories.js +40 -40
  200. package/src/components/inputs/searchInput/index.vue +96 -97
  201. package/src/components/inputs/slider/index.vue +126 -126
  202. package/src/components/inputs/textAreaInput/TextAreaInput.stories.js +135 -135
  203. package/src/components/inputs/textAreaInput/index.vue +189 -189
  204. package/src/components/inputs/toggle/Toggle.stories.js +77 -77
  205. package/src/components/inputs/toggle/index.vue +288 -288
  206. package/src/components/modals/modal/index.vue +153 -153
  207. package/src/components/modals/modal/modal.stories.js +31 -31
  208. package/src/components/pageSubtitle/index.vue +64 -68
  209. package/src/components/pageTitle/index.vue +37 -45
  210. package/src/components/progressBar/index.vue +125 -125
  211. package/src/components/spinner/index.vue +71 -71
  212. package/src/components/tableDropdown/index.vue +644 -644
  213. package/src/components/tables/mainTable/exampleNested.vue +328 -328
  214. package/src/components/tables/mainTable/index.vue +365 -365
  215. package/src/components/tables/viewTable/index.vue +195 -195
  216. package/src/components/threeDots/index.vue +324 -324
  217. package/src/helpers/numberConverter.js +98 -98
  218. package/src/helpers/translateLang.js +80 -80
  219. package/src/main.js +11 -11
@@ -1,182 +1,182 @@
1
- <template>
2
- <component-wrapper>
3
- <container
4
- :checkColor="checkColor"
5
- :size="size"
6
- :hasLabel="!!label.length"
7
- :backgroundColor="backgroundColor"
8
- :isChecked="isChecked"
9
- :isDisabled="isDisabled"
10
- >
11
- <input-checkbox
12
- type="checkbox"
13
- :checked="isChecked"
14
- @change="onChangeHandler(!isChecked)"
15
- />
16
- <div>
17
- <span class="checkmark"></span>
18
- </div>
19
- <label-text v-if="!!label.length">{{ label }}</label-text>
20
- </container>
21
- </component-wrapper>
22
- </template>
23
-
24
- <script>
25
- // import Checkbox from "@eturnity/eturnity_reusable_components/src/components/inputs/checkbox"
26
- //To use:
27
- // <checkbox
28
- // label="Do you accept the Terms?"
29
- // :isChecked="isChecked" //required
30
- // @on-event-handler="onInputChange($event)" //required
31
- // checkColor="blue"
32
- // size="small"
33
- // backgroundColor="red"
34
- // :isDisabled="true"
35
- // />
36
- import styled from 'vue-styled-components'
37
-
38
- const ComponentWrapper = styled.div`
39
- min-height: 18px;
40
- `
41
-
42
- const containerAttrs = {
43
- checkColor: String,
44
- size: String,
45
- hasLabel: Boolean,
46
- backgroundColor: String,
47
- isChecked: Boolean,
48
- isDisabled: Boolean
49
- }
50
- const Container = styled('label', containerAttrs)`
51
- display: grid;
52
- grid-template-columns: ${(props) => (props.hasLabel ? '18px auto' : '18px')};
53
- grid-gap: 16px;
54
- align-content: center;
55
- color: ${(props) => props.theme.colors.black};
56
- position: relative;
57
- cursor: ${(props) => (props.isDisabled ? 'not-allowed' : 'pointer')};
58
- font-size: 16px;
59
- user-select: none;
60
-
61
- .checkmark {
62
- position: absolute;
63
- height: ${(props) =>
64
- props.size === 'medium'
65
- ? '25px'
66
- : props.size === 'small'
67
- ? '16px'
68
- : '25px'};
69
- width: ${(props) =>
70
- props.size === 'medium'
71
- ? '25px'
72
- : props.size === 'small'
73
- ? '16px'
74
- : '25px'};
75
- background-color: ${(props) =>
76
- props.isChecked
77
- ? props.backgroundColor
78
- ? props.backgroundColor
79
- : props.theme.colors.green
80
- : props.isDisabled
81
- ? props.theme.colors.lightGray
82
- : '#fff'};
83
- border-radius: 4px;
84
- border: 1px solid
85
- ${(props) =>
86
- props.isChecked
87
- ? props.backgroundColor
88
- ? props.backgroundColor
89
- : props.theme.colors.green
90
- : props.theme.colors.mediumGray};
91
-
92
- &:after {
93
- content: '';
94
- position: absolute;
95
- display: ${(props) => (props.isChecked ? 'block' : 'none')};
96
- }
97
- }
98
-
99
- .checkmark:after {
100
- left: ${(props) =>
101
- props.size === 'medium' ? '9px' : props.size === 'small' ? '5px' : '9px'};
102
- top: ${(props) =>
103
- props.size === 'medium' ? '5px' : props.size === 'small' ? '2px' : '5px'};
104
- width: ${(props) =>
105
- props.size === 'medium' ? '5px' : props.size === 'small' ? '3px' : '5px'};
106
- height: ${(props) =>
107
- props.size === 'medium'
108
- ? '10px'
109
- : props.size === 'small'
110
- ? '6px'
111
- : '10px'};
112
- border: solid
113
- ${(props) =>
114
- props.checkColor ? props.checkColor : props.theme.colors.white};
115
- border-width: ${(props) =>
116
- props.size === 'medium'
117
- ? '0 3px 3px 0'
118
- : props.size === 'small'
119
- ? '0 2px 2px 0'
120
- : '0 3px 3px 0'};
121
- transform: rotate(45deg);
122
- }
123
- `
124
-
125
- const InputCheckbox = styled.input`
126
- cursor: pointer;
127
- position: absolute;
128
- opacity: 0;
129
- cursor: pointer;
130
- height: 0;
131
- width: 0;
132
- `
133
-
134
- const LabelText = styled.div`
135
- font-size: 13px;
136
- display: grid;
137
- align-items: flex-start;
138
- min-height: 18px;
139
- `
140
-
141
- export default {
142
- name: 'checkbox',
143
- components: {
144
- ComponentWrapper,
145
- Container,
146
- InputCheckbox,
147
- LabelText
148
- },
149
- props: {
150
- label: {
151
- required: false,
152
- default: ''
153
- },
154
- isChecked: {
155
- required: true,
156
- default: false
157
- },
158
- checkColor: {
159
- required: false
160
- },
161
- size: {
162
- required: false,
163
- default: 'medium' // small, medium
164
- },
165
- backgroundColor: {
166
- required: false
167
- },
168
- isDisabled: {
169
- required: false,
170
- default: false
171
- }
172
- },
173
- methods: {
174
- onChangeHandler(value) {
175
- if (this.isDisabled) {
176
- return
177
- }
178
- this.$emit('on-event-handler', value)
179
- }
180
- }
181
- }
182
- </script>
1
+ <template>
2
+ <component-wrapper>
3
+ <container
4
+ :checkColor="checkColor"
5
+ :size="size"
6
+ :hasLabel="!!label.length"
7
+ :backgroundColor="backgroundColor"
8
+ :isChecked="isChecked"
9
+ :isDisabled="isDisabled"
10
+ >
11
+ <input-checkbox
12
+ type="checkbox"
13
+ :checked="isChecked"
14
+ @change="onChangeHandler(!isChecked)"
15
+ />
16
+ <div>
17
+ <span class="checkmark"></span>
18
+ </div>
19
+ <label-text v-if="!!label.length">{{ label }}</label-text>
20
+ </container>
21
+ </component-wrapper>
22
+ </template>
23
+
24
+ <script>
25
+ // import Checkbox from "@eturnity/eturnity_reusable_components/src/components/inputs/checkbox"
26
+ //To use:
27
+ // <checkbox
28
+ // label="Do you accept the Terms?"
29
+ // :isChecked="isChecked" //required
30
+ // @on-event-handler="onInputChange($event)" //required
31
+ // checkColor="blue"
32
+ // size="small"
33
+ // backgroundColor="red"
34
+ // :isDisabled="true"
35
+ // />
36
+ import styled from 'vue-styled-components'
37
+
38
+ const ComponentWrapper = styled.div`
39
+ min-height: 18px;
40
+ `
41
+
42
+ const containerAttrs = {
43
+ checkColor: String,
44
+ size: String,
45
+ hasLabel: Boolean,
46
+ backgroundColor: String,
47
+ isChecked: Boolean,
48
+ isDisabled: Boolean
49
+ }
50
+ const Container = styled('label', containerAttrs)`
51
+ display: grid;
52
+ grid-template-columns: ${(props) => (props.hasLabel ? '18px auto' : '18px')};
53
+ grid-gap: 16px;
54
+ align-content: center;
55
+ color: ${(props) => props.theme.colors.black};
56
+ position: relative;
57
+ cursor: ${(props) => (props.isDisabled ? 'not-allowed' : 'pointer')};
58
+ font-size: 16px;
59
+ user-select: none;
60
+
61
+ .checkmark {
62
+ position: absolute;
63
+ height: ${(props) =>
64
+ props.size === 'medium'
65
+ ? '25px'
66
+ : props.size === 'small'
67
+ ? '16px'
68
+ : '25px'};
69
+ width: ${(props) =>
70
+ props.size === 'medium'
71
+ ? '25px'
72
+ : props.size === 'small'
73
+ ? '16px'
74
+ : '25px'};
75
+ background-color: ${(props) =>
76
+ props.isChecked
77
+ ? props.backgroundColor
78
+ ? props.backgroundColor
79
+ : props.theme.colors.green
80
+ : props.isDisabled
81
+ ? props.theme.colors.lightGray
82
+ : '#fff'};
83
+ border-radius: 4px;
84
+ border: 1px solid
85
+ ${(props) =>
86
+ props.isChecked
87
+ ? props.backgroundColor
88
+ ? props.backgroundColor
89
+ : props.theme.colors.green
90
+ : props.theme.colors.mediumGray};
91
+
92
+ &:after {
93
+ content: '';
94
+ position: absolute;
95
+ display: ${(props) => (props.isChecked ? 'block' : 'none')};
96
+ }
97
+ }
98
+
99
+ .checkmark:after {
100
+ left: ${(props) =>
101
+ props.size === 'medium' ? '9px' : props.size === 'small' ? '5px' : '9px'};
102
+ top: ${(props) =>
103
+ props.size === 'medium' ? '5px' : props.size === 'small' ? '2px' : '5px'};
104
+ width: ${(props) =>
105
+ props.size === 'medium' ? '5px' : props.size === 'small' ? '3px' : '5px'};
106
+ height: ${(props) =>
107
+ props.size === 'medium'
108
+ ? '10px'
109
+ : props.size === 'small'
110
+ ? '6px'
111
+ : '10px'};
112
+ border: solid
113
+ ${(props) =>
114
+ props.checkColor ? props.checkColor : props.theme.colors.white};
115
+ border-width: ${(props) =>
116
+ props.size === 'medium'
117
+ ? '0 3px 3px 0'
118
+ : props.size === 'small'
119
+ ? '0 2px 2px 0'
120
+ : '0 3px 3px 0'};
121
+ transform: rotate(45deg);
122
+ }
123
+ `
124
+
125
+ const InputCheckbox = styled.input`
126
+ cursor: pointer;
127
+ position: absolute;
128
+ opacity: 0;
129
+ cursor: pointer;
130
+ height: 0;
131
+ width: 0;
132
+ `
133
+
134
+ const LabelText = styled.div`
135
+ font-size: 13px;
136
+ display: grid;
137
+ align-items: flex-start;
138
+ min-height: 18px;
139
+ `
140
+
141
+ export default {
142
+ name: 'checkbox',
143
+ components: {
144
+ ComponentWrapper,
145
+ Container,
146
+ InputCheckbox,
147
+ LabelText
148
+ },
149
+ props: {
150
+ label: {
151
+ required: false,
152
+ default: ''
153
+ },
154
+ isChecked: {
155
+ required: true,
156
+ default: false
157
+ },
158
+ checkColor: {
159
+ required: false
160
+ },
161
+ size: {
162
+ required: false,
163
+ default: 'medium' // small, medium
164
+ },
165
+ backgroundColor: {
166
+ required: false
167
+ },
168
+ isDisabled: {
169
+ required: false,
170
+ default: false
171
+ }
172
+ },
173
+ methods: {
174
+ onChangeHandler(value) {
175
+ if (this.isDisabled) {
176
+ return
177
+ }
178
+ this.$emit('on-event-handler', value)
179
+ }
180
+ }
181
+ }
182
+ </script>
@@ -1,150 +1,150 @@
1
- import InputNumber from "./index.vue"
2
-
3
- export default {
4
- title: "InputNumber",
5
- component: InputNumber,
6
- // argTypes: {},
7
- }
8
-
9
- const Template = (args, { argTypes }) => ({
10
- // Components used in your story `template` are defined in the `components` object
11
- components: { InputNumber },
12
- // The story's `args` need to be mapped into the template through the `setup()` method
13
- props: Object.keys(argTypes),
14
- template: '<input-number v-bind="$props" />',
15
-
16
- // import InputNumber from "@eturnity/eturnity_reusable_components/src/components/inputs/inputNumber"
17
- // How to use:
18
- // <input-number
19
- // placeholder="Enter distance"
20
- // :isError="false" //default is false
21
- // inputWidth="150px" //by default, this is 100%
22
- // :numberPrecision="3"
23
- // unitName="pc"
24
- // :value="inputValue" //required -- String
25
- // @input-change="onInputChange($event)" //required
26
- // @on-enter-click="onInputSubmit()"
27
- // :errorMessage="Enter a number between 1 and 10"
28
- // :disabled="false"
29
- // :noBorder="true"
30
- // textAlign="left" // "left, right, center"
31
- // :showLinearUnitName="true"
32
- // fontSize="13px"
33
- // labelText="Number of Modules"
34
- // labelInfoText="Here is some information for you..."
35
- // labelInfoAlign="left"
36
- // />
37
- })
38
-
39
- export const Default = Template.bind({})
40
- Default.args = {
41
- placeholder: "Enter Value",
42
- disabled: false,
43
- value: "",
44
- inputWidth: "200px",
45
- minWidth: "150px",
46
- unitName: "pc",
47
- isError: false,
48
- numberPrecision: 0,
49
- noBorder: false,
50
- textAlign: "left",
51
- showLinearUnitName: false,
52
- }
53
-
54
- export const hasError = Template.bind({})
55
- hasError.args = {
56
- placeholder: "Enter Value",
57
- errorMessage: "This field is required",
58
- isError: true,
59
- disabled: false,
60
- inputWidth: "200px",
61
- }
62
-
63
- export const Disabled = Template.bind({})
64
- Disabled.args = {
65
- placeholder: "Enter Value",
66
- disabled: true,
67
- value: "",
68
- inputWidth: "200px",
69
- isError: false,
70
- numberPrecision: 0,
71
- noBorder: false,
72
- textAlign: "left",
73
- showLinearUnitName: false,
74
- }
75
-
76
- export const LinearUnit = Template.bind({})
77
- LinearUnit.args = {
78
- placeholder: "Enter Value",
79
- disabled: false,
80
- value: 10,
81
- inputWidth: "200px",
82
- unitName: "pc",
83
- isError: false,
84
- numberPrecision: 2,
85
- noBorder: false,
86
- textAlign: "left",
87
- showLinearUnitName: true,
88
- }
89
-
90
- export const NormalUnit = Template.bind({})
91
- NormalUnit.args = {
92
- placeholder: "Enter Value",
93
- disabled: false,
94
- value: 10,
95
- inputWidth: "200px",
96
- unitName: "pc",
97
- isError: false,
98
- numberPrecision: 2,
99
- noBorder: false,
100
- textAlign: "left",
101
- showLinearUnitName: false,
102
- }
103
-
104
- export const WithLabel = Template.bind({})
105
- WithLabel.args = {
106
- placeholder: "Enter Value",
107
- disabled: false,
108
- value: 10,
109
- inputWidth: "200px",
110
- unitName: "pc",
111
- isError: false,
112
- numberPrecision: 2,
113
- noBorder: false,
114
- textAlign: "left",
115
- showLinearUnitName: false,
116
- labelText: "Number Input",
117
- }
118
-
119
- export const WithLabelInfo = Template.bind({})
120
- WithLabelInfo.args = {
121
- placeholder: "Enter Value",
122
- disabled: false,
123
- value: 10,
124
- inputWidth: "200px",
125
- unitName: "pc",
126
- isError: false,
127
- numberPrecision: 2,
128
- noBorder: false,
129
- textAlign: "left",
130
- showLinearUnitName: false,
131
- labelText: "Number Input",
132
- labelInfoText: "Here is some information for you...",
133
- labelInfoAlign: "right",
134
- }
135
-
136
- export const LargerFont = Template.bind({})
137
- LargerFont.args = {
138
- placeholder: "Enter Value",
139
- disabled: false,
140
- value: 10,
141
- inputWidth: "200px",
142
- unitName: "pc",
143
- isError: false,
144
- numberPrecision: 2,
145
- noBorder: false,
146
- textAlign: "left",
147
- showLinearUnitName: false,
148
- labelText: "Number Input",
149
- fontSize: "16px",
150
- }
1
+ import InputNumber from "./index.vue"
2
+
3
+ export default {
4
+ title: "InputNumber",
5
+ component: InputNumber,
6
+ // argTypes: {},
7
+ }
8
+
9
+ const Template = (args, { argTypes }) => ({
10
+ // Components used in your story `template` are defined in the `components` object
11
+ components: { InputNumber },
12
+ // The story's `args` need to be mapped into the template through the `setup()` method
13
+ props: Object.keys(argTypes),
14
+ template: '<input-number v-bind="$props" />',
15
+
16
+ // import InputNumber from "@eturnity/eturnity_reusable_components/src/components/inputs/inputNumber"
17
+ // How to use:
18
+ // <input-number
19
+ // placeholder="Enter distance"
20
+ // :isError="false" //default is false
21
+ // inputWidth="150px" //by default, this is 100%
22
+ // :numberPrecision="3"
23
+ // unitName="pc"
24
+ // :value="inputValue" //required -- String
25
+ // @input-change="onInputChange($event)" //required
26
+ // @on-enter-click="onInputSubmit()"
27
+ // :errorMessage="Enter a number between 1 and 10"
28
+ // :disabled="false"
29
+ // :noBorder="true"
30
+ // textAlign="left" // "left, right, center"
31
+ // :showLinearUnitName="true"
32
+ // fontSize="13px"
33
+ // labelText="Number of Modules"
34
+ // labelInfoText="Here is some information for you..."
35
+ // labelInfoAlign="left"
36
+ // />
37
+ })
38
+
39
+ export const Default = Template.bind({})
40
+ Default.args = {
41
+ placeholder: "Enter Value",
42
+ disabled: false,
43
+ value: "",
44
+ inputWidth: "200px",
45
+ minWidth: "150px",
46
+ unitName: "pc",
47
+ isError: false,
48
+ numberPrecision: 0,
49
+ noBorder: false,
50
+ textAlign: "left",
51
+ showLinearUnitName: false,
52
+ }
53
+
54
+ export const hasError = Template.bind({})
55
+ hasError.args = {
56
+ placeholder: "Enter Value",
57
+ errorMessage: "This field is required",
58
+ isError: true,
59
+ disabled: false,
60
+ inputWidth: "200px",
61
+ }
62
+
63
+ export const Disabled = Template.bind({})
64
+ Disabled.args = {
65
+ placeholder: "Enter Value",
66
+ disabled: true,
67
+ value: "",
68
+ inputWidth: "200px",
69
+ isError: false,
70
+ numberPrecision: 0,
71
+ noBorder: false,
72
+ textAlign: "left",
73
+ showLinearUnitName: false,
74
+ }
75
+
76
+ export const LinearUnit = Template.bind({})
77
+ LinearUnit.args = {
78
+ placeholder: "Enter Value",
79
+ disabled: false,
80
+ value: 10,
81
+ inputWidth: "200px",
82
+ unitName: "pc",
83
+ isError: false,
84
+ numberPrecision: 2,
85
+ noBorder: false,
86
+ textAlign: "left",
87
+ showLinearUnitName: true,
88
+ }
89
+
90
+ export const NormalUnit = Template.bind({})
91
+ NormalUnit.args = {
92
+ placeholder: "Enter Value",
93
+ disabled: false,
94
+ value: 10,
95
+ inputWidth: "200px",
96
+ unitName: "pc",
97
+ isError: false,
98
+ numberPrecision: 2,
99
+ noBorder: false,
100
+ textAlign: "left",
101
+ showLinearUnitName: false,
102
+ }
103
+
104
+ export const WithLabel = Template.bind({})
105
+ WithLabel.args = {
106
+ placeholder: "Enter Value",
107
+ disabled: false,
108
+ value: 10,
109
+ inputWidth: "200px",
110
+ unitName: "pc",
111
+ isError: false,
112
+ numberPrecision: 2,
113
+ noBorder: false,
114
+ textAlign: "left",
115
+ showLinearUnitName: false,
116
+ labelText: "Number Input",
117
+ }
118
+
119
+ export const WithLabelInfo = Template.bind({})
120
+ WithLabelInfo.args = {
121
+ placeholder: "Enter Value",
122
+ disabled: false,
123
+ value: 10,
124
+ inputWidth: "200px",
125
+ unitName: "pc",
126
+ isError: false,
127
+ numberPrecision: 2,
128
+ noBorder: false,
129
+ textAlign: "left",
130
+ showLinearUnitName: false,
131
+ labelText: "Number Input",
132
+ labelInfoText: "Here is some information for you...",
133
+ labelInfoAlign: "right",
134
+ }
135
+
136
+ export const LargerFont = Template.bind({})
137
+ LargerFont.args = {
138
+ placeholder: "Enter Value",
139
+ disabled: false,
140
+ value: 10,
141
+ inputWidth: "200px",
142
+ unitName: "pc",
143
+ isError: false,
144
+ numberPrecision: 2,
145
+ noBorder: false,
146
+ textAlign: "left",
147
+ showLinearUnitName: false,
148
+ labelText: "Number Input",
149
+ fontSize: "16px",
150
+ }