@eturnity/eturnity_reusable_components 1.2.19-EPDM-5295.0 → 1.2.19-EPDM-3412.8

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 (217) 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 +215 -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/error_icon copy.png +0 -0
  16. package/src/assets/icons/external_icon.svg +6 -6
  17. package/src/assets/icons/language_icon.svg +6 -6
  18. package/src/assets/icons/pdf_icon.svg +6 -6
  19. package/src/assets/icons/plus_button.svg +4 -4
  20. package/src/assets/icons/search_icon_black.svg +3 -3
  21. package/src/assets/icons/subposition_icon.svg +3 -3
  22. package/src/assets/icons/subposition_marker.svg +3 -3
  23. package/src/assets/icons/warning_icon.svg +3 -3
  24. package/src/assets/svgIcons/2d_active.svg +7 -7
  25. package/src/assets/svgIcons/2d_inactive.svg +8 -8
  26. package/src/assets/svgIcons/3d_active.svg +7 -7
  27. package/src/assets/svgIcons/3d_inactive.svg +8 -8
  28. package/src/assets/svgIcons/accept.svg +5 -5
  29. package/src/assets/svgIcons/activate_panels_active.svg +22 -22
  30. package/src/assets/svgIcons/activate_panels_inactive.svg +20 -20
  31. package/src/assets/svgIcons/add_icon-1.svg +3 -3
  32. package/src/assets/svgIcons/add_icon.svg +4 -4
  33. package/src/assets/svgIcons/address_book.svg +3 -3
  34. package/src/assets/svgIcons/after_sale_as_a_service.svg +6 -6
  35. package/src/assets/svgIcons/all_good.svg +3 -3
  36. package/src/assets/svgIcons/angle_active.svg +5 -5
  37. package/src/assets/svgIcons/angle_inactive.svg +4 -4
  38. package/src/assets/svgIcons/area_active.svg +11 -11
  39. package/src/assets/svgIcons/area_inactive.svg +26 -26
  40. package/src/assets/svgIcons/arrow_down.svg +3 -3
  41. package/src/assets/svgIcons/arrow_left.svg +4 -4
  42. package/src/assets/svgIcons/arrow_right.svg +4 -4
  43. package/src/assets/svgIcons/arrow_up.svg +3 -3
  44. package/src/assets/svgIcons/attachment.svg +3 -3
  45. package/src/assets/svgIcons/battery.svg +3 -3
  46. package/src/assets/svgIcons/bell.svg +3 -3
  47. package/src/assets/svgIcons/bold.svg +3 -3
  48. package/src/assets/svgIcons/bom.svg +3 -3
  49. package/src/assets/svgIcons/bom_generation.svg +10 -10
  50. package/src/assets/svgIcons/bubble.svg +3 -3
  51. package/src/assets/svgIcons/bullet_list.svg +8 -8
  52. package/src/assets/svgIcons/calendar.svg +7 -7
  53. package/src/assets/svgIcons/calendar_icon.svg +7 -7
  54. package/src/assets/svgIcons/call.svg +3 -3
  55. package/src/assets/svgIcons/camera.svg +3 -3
  56. package/src/assets/svgIcons/car.svg +3 -3
  57. package/src/assets/svgIcons/cart.svg +3 -3
  58. package/src/assets/svgIcons/checkbox.svg +3 -3
  59. package/src/assets/svgIcons/clear_formatting.svg +7 -7
  60. package/src/assets/svgIcons/clickable_info.svg +4 -4
  61. package/src/assets/svgIcons/clip.svg +3 -3
  62. package/src/assets/svgIcons/clock.svg +4 -4
  63. package/src/assets/svgIcons/close_for_modals,_tool_tips.svg +4 -4
  64. package/src/assets/svgIcons/collapse.svg +4 -4
  65. package/src/assets/svgIcons/component_library.svg +7 -7
  66. package/src/assets/svgIcons/context_menu-1.svg +6 -6
  67. package/src/assets/svgIcons/context_menu-2.svg +5 -5
  68. package/src/assets/svgIcons/context_menu.svg +5 -5
  69. package/src/assets/svgIcons/context_menu_tabs.svg +5 -5
  70. package/src/assets/svgIcons/current_variant.svg +4 -4
  71. package/src/assets/svgIcons/deadline.svg +4 -4
  72. package/src/assets/svgIcons/delete.svg +4 -4
  73. package/src/assets/svgIcons/delete_area_active.svg +16 -16
  74. package/src/assets/svgIcons/delete_area_inactive.svg +15 -15
  75. package/src/assets/svgIcons/direction_active-1.svg +12 -12
  76. package/src/assets/svgIcons/direction_active.svg +5 -5
  77. package/src/assets/svgIcons/direction_inactive.svg +4 -4
  78. package/src/assets/svgIcons/distances_active.svg +9 -9
  79. package/src/assets/svgIcons/distances_inactive.svg +8 -8
  80. package/src/assets/svgIcons/document.svg +3 -3
  81. package/src/assets/svgIcons/downarrow.svg +3 -3
  82. package/src/assets/svgIcons/download.svg +4 -4
  83. package/src/assets/svgIcons/duplicate-1.svg +8 -8
  84. package/src/assets/svgIcons/duplicate-2.svg +5 -5
  85. package/src/assets/svgIcons/duplicate-3.svg +3 -3
  86. package/src/assets/svgIcons/duplicate.svg +4 -4
  87. package/src/assets/svgIcons/e-mobility_configurator.svg +6 -6
  88. package/src/assets/svgIcons/edit_button.svg +3 -3
  89. package/src/assets/svgIcons/email.svg +3 -3
  90. package/src/assets/svgIcons/ems-1.svg +3 -3
  91. package/src/assets/svgIcons/ems.svg +3 -3
  92. package/src/assets/svgIcons/end_of_the_list.svg +5 -5
  93. package/src/assets/svgIcons/erase.svg +4 -4
  94. package/src/assets/svgIcons/fav_icon.svg +4 -4
  95. package/src/assets/svgIcons/financing_for_pv-1.svg +5 -5
  96. package/src/assets/svgIcons/financing_for_pv-2.svg +3 -3
  97. package/src/assets/svgIcons/financing_for_pv.svg +6 -6
  98. package/src/assets/svgIcons/finish-1.svg +4 -4
  99. package/src/assets/svgIcons/finish.svg +3 -3
  100. package/src/assets/svgIcons/folder.svg +3 -3
  101. package/src/assets/svgIcons/heat_calc.svg +7 -7
  102. package/src/assets/svgIcons/house.svg +3 -3
  103. package/src/assets/svgIcons/info.svg +3 -3
  104. package/src/assets/svgIcons/initial_situation.svg +3 -3
  105. package/src/assets/svgIcons/intro-tour-1.svg +3 -3
  106. package/src/assets/svgIcons/intro-tour.svg +3 -3
  107. package/src/assets/svgIcons/inverter-1.svg +5 -5
  108. package/src/assets/svgIcons/inverter.svg +3 -3
  109. package/src/assets/svgIcons/italic.svg +3 -3
  110. package/src/assets/svgIcons/key.svg +3 -3
  111. package/src/assets/svgIcons/lead_marketplace.svg +6 -6
  112. package/src/assets/svgIcons/lead_provider.svg +4 -4
  113. package/src/assets/svgIcons/length_in_2d_active.svg +12 -12
  114. package/src/assets/svgIcons/length_in_2d_inctive.svg +13 -13
  115. package/src/assets/svgIcons/light_bulb.svg +3 -3
  116. package/src/assets/svgIcons/line_graph.svg +3 -3
  117. package/src/assets/svgIcons/local_subsidies.svg +18 -18
  118. package/src/assets/svgIcons/location.svg +3 -3
  119. package/src/assets/svgIcons/lock.svg +3 -3
  120. package/src/assets/svgIcons/loop.svg +3 -3
  121. package/src/assets/svgIcons/lunch.svg +4 -4
  122. package/src/assets/svgIcons/map_icon.svg +3 -3
  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/rotate_view.svg +5 -5
  146. package/src/assets/svgIcons/run_simulation.svg +3 -3
  147. package/src/assets/svgIcons/scaling_tool.svg +8 -8
  148. package/src/assets/svgIcons/search.svg +3 -3
  149. package/src/assets/svgIcons/security.svg +3 -3
  150. package/src/assets/svgIcons/settings.svg +3 -3
  151. package/src/assets/svgIcons/show_in_a_new_tab.svg +12 -12
  152. package/src/assets/svgIcons/smartphone.svg +4 -4
  153. package/src/assets/svgIcons/solar_calc.svg +13 -13
  154. package/src/assets/svgIcons/sorting.svg +4 -4
  155. package/src/assets/svgIcons/start_of_the_list.svg +5 -5
  156. package/src/assets/svgIcons/strikethrough.svg +4 -4
  157. package/src/assets/svgIcons/subsidies-1.svg +5 -5
  158. package/src/assets/svgIcons/subsidies-2.svg +3 -3
  159. package/src/assets/svgIcons/subsidies.svg +3 -3
  160. package/src/assets/svgIcons/subtract_icon.svg +3 -3
  161. package/src/assets/svgIcons/suitcase.svg +3 -3
  162. package/src/assets/svgIcons/template_icon_not_clickable.svg +6 -6
  163. package/src/assets/svgIcons/truck.svg +3 -3
  164. package/src/assets/svgIcons/underlined.svg +3 -3
  165. package/src/assets/svgIcons/uparrow.svg +3 -3
  166. package/src/assets/svgIcons/upload_avatar-1.svg +12 -12
  167. package/src/assets/svgIcons/upload_avatar.svg +5 -5
  168. package/src/assets/svgIcons/upload_image.svg +8 -8
  169. package/src/assets/svgIcons/virtual_storage.svg +4 -4
  170. package/src/assets/svgIcons/warning.svg +4 -4
  171. package/src/assets/svgIcons/way.svg +5 -5
  172. package/src/assets/svgIcons/wifi.svg +3 -3
  173. package/src/assets/svgIcons/winter.svg +3 -3
  174. package/src/assets/theme.js +34 -34
  175. package/src/components/addNewButton/AddNewButton.stories.js +24 -24
  176. package/src/components/addNewButton/index.vue +58 -58
  177. package/src/components/buttons/closeButton/CloseButton.stories.js +29 -29
  178. package/src/components/buttons/closeButton/index.vue +61 -61
  179. package/src/components/buttons/externalButton/index.vue +101 -101
  180. package/src/components/buttons/mainButton/index.vue +82 -82
  181. package/src/components/deleteIcon/DeleteIcon.stories.js +29 -29
  182. package/src/components/deleteIcon/index.vue +55 -55
  183. package/src/components/errorMessage/index.vue +62 -0
  184. package/src/components/icon/Icons.stories.js +41 -41
  185. package/src/components/icon/iconCollection.vue +68 -68
  186. package/src/components/icon/index.vue +76 -76
  187. package/src/components/infoText/index.vue +166 -151
  188. package/src/components/inputs/checkbox/Checkbox.stories.js +57 -57
  189. package/src/components/inputs/checkbox/index.vue +182 -182
  190. package/src/components/inputs/inputNumber/InputNumber.stories.js +150 -150
  191. package/src/components/inputs/inputNumber/index.vue +483 -390
  192. package/src/components/inputs/inputNumberQuestion/index.vue +215 -215
  193. package/src/components/inputs/inputText/InputText.stories.js +75 -75
  194. package/src/components/inputs/inputText/index.vue +200 -198
  195. package/src/components/inputs/radioButton/RadioButton.stories.js +58 -58
  196. package/src/components/inputs/radioButton/index.vue +253 -253
  197. package/src/components/inputs/searchInput/SearchInput.stories.js +40 -40
  198. package/src/components/inputs/searchInput/index.vue +96 -96
  199. package/src/components/inputs/slider/index.vue +126 -126
  200. package/src/components/inputs/textAreaInput/TextAreaInput.stories.js +135 -135
  201. package/src/components/inputs/textAreaInput/index.vue +194 -189
  202. package/src/components/inputs/toggle/Toggle.stories.js +77 -77
  203. package/src/components/inputs/toggle/index.vue +288 -288
  204. package/src/components/modals/modal/index.vue +153 -153
  205. package/src/components/modals/modal/modal.stories.js +31 -31
  206. package/src/components/pageSubtitle/index.vue +64 -64
  207. package/src/components/pageTitle/index.vue +37 -37
  208. package/src/components/progressBar/index.vue +125 -125
  209. package/src/components/spinner/index.vue +71 -71
  210. package/src/components/tableDropdown/index.vue +644 -644
  211. package/src/components/tables/mainTable/exampleNested.vue +328 -328
  212. package/src/components/tables/mainTable/index.vue +365 -365
  213. package/src/components/tables/viewTable/index.vue +195 -195
  214. package/src/components/threeDots/index.vue +324 -324
  215. package/src/helpers/numberConverter.js +101 -98
  216. package/src/helpers/translateLang.js +80 -80
  217. package/src/main.js +11 -11
package/src/App.vue CHANGED
@@ -1,219 +1,216 @@
1
- <template>
2
- <ThemeProvider :theme="getTheme()" :style="{ height: '100%' }">
3
- <page-container>
4
- <br />
5
- <modal backdrop="dark" :isLoading="false" :isOpen="true">
6
- <main-table titleText="My Table">
7
- <thead>
8
- <tr>
9
- <th>Column 1</th>
10
- <th>Column 2</th>
11
- <th>Column 3</th>
12
- <div />
13
- </tr>
14
- </thead>
15
- <tbody>
16
- <tr>
17
- <!-- <table-dropdown
18
- :colSpan="3"
19
- :tableItems="getDropdownValues()"
20
- @toggle-dropdown-open="toggleDropdownOpen()"
21
- @item-selected="onItemSelected({ item: $event, index })"
22
- :isOpen="isDropdownOpen()"
23
- :optionItems="itemOptions"
24
- :optionsDisplay="['display_name', 'company_item_number', 'model']"
25
- /> -->
26
- <td>Test</td>
27
- <div class="icons-container">
28
- <three-dots :options="listOptions" :isLoading="false" />
29
- </div>
30
- </tr>
31
- </tbody>
32
- </main-table>
33
- </modal>
34
- <br />
35
- <toggle
36
- @on-toggle-change="onInputChange($event)"
37
- :isChecked="inputValue"
38
- label="My Label Text"
39
- infoTextMessage="This is my test message"
40
- infoTextAlign="right"
41
- labelAlign="right"
42
- :disabled="false"
43
- />
44
- <br />
45
- <input-number
46
- placeholder="Enter distance"
47
- :numberPrecision="2"
48
- :value="inputValue"
49
- @input-change="onInputChange($event)"
50
- />
51
- <br />
52
- <page-subtitle text="My Subtitle" infoText="My info Text" />
53
- <spinner size="30px" />
54
- <checkbox
55
- label="Do you accept the Terms?"
56
- :isChecked="true"
57
- size="small"
58
- :isDisabled="false"
59
- />
60
- <external-button text="Click me!" minWidth="500px" />
61
- </page-container>
62
- </ThemeProvider>
63
- </template>
64
-
65
- <script>
66
- import { ThemeProvider } from 'vue-styled-components'
67
- import theme from './assets/theme'
68
- import styled from 'vue-styled-components'
69
- import MainTable from '@/components/tables/mainTable'
70
- import ThreeDots from '@/components/threeDots'
71
- import Toggle from '@/components/inputs/toggle'
72
- import InputNumber from '@/components/inputs/inputNumber'
73
- import Checkbox from '@/components/inputs/checkbox'
74
- import PageSubtitle from '@/components/pageSubtitle'
75
- import Spinner from '@/components/spinner'
76
- import ExternalButton from '@/components/buttons/externalButton'
77
- import Modal from '@/components/modals/modal'
78
- // import TableDropdown from "@/components/tableDropdown"
79
-
80
- const PageContainer = styled.div`
81
- padding: 40px;
82
- `
83
-
84
- export default {
85
- name: 'App',
86
- components: {
87
- ThemeProvider,
88
- PageContainer,
89
- MainTable,
90
- ThreeDots,
91
- Toggle,
92
- InputNumber,
93
- PageSubtitle,
94
- Spinner,
95
- Checkbox,
96
- ExternalButton,
97
- Modal,
98
- },
99
- data() {
100
- return {
101
- inputValue: null,
102
- checkedOption: 'button_1',
103
- question: {
104
- number_format_precision: 4,
105
- number_min_allowed: 0,
106
- number_max_allowed: 10,
107
- unit_short_name: 'cm',
108
- },
109
- dropdownOpen: false,
110
- isChecked: false,
111
- listOptions: [
112
- {
113
- name: 'Option 1',
114
- value: 'option_1',
115
- disabled: true,
116
- },
117
- {
118
- name: 'Option 2',
119
- value: 'option_2',
120
- },
121
- {
122
- name: 'Option 3',
123
- value: 'option_3',
124
- },
125
- {
126
- name: 'Option 4',
127
- value: 'option_4',
128
- },
129
- ],
130
- itemOptions: [
131
- {
132
- display_name: 'Test 1',
133
- company_item_number: '123',
134
- model: 'BTB-2145 Long Text Long Text Long Text Long Text Long Text',
135
- id: 1,
136
- },
137
- {
138
- display_name: 'Test 2',
139
- company_item_number: '1234',
140
- model: 'BTB-123',
141
- id: 2,
142
- },
143
- {
144
- display_name: 'Test 3',
145
- company_item_number: '12345',
146
- model: 'BTB-543',
147
- id: 3,
148
- },
149
- {
150
- display_name: 'Test 4',
151
- company_item_number: '123456',
152
- model: 'BTB-4930',
153
- id: 4,
154
- },
155
- ],
156
- }
157
- },
158
- methods: {
159
- getTheme() {
160
- return theme
161
- },
162
- onInputChange(event) {
163
- this.inputValue = event
164
- },
165
- isDropdownOpen() {
166
- return this.dropdownOpen
167
- },
168
- onClickButton() {
169
- console.log('Test')
170
- },
171
- toggleDropdownOpen() {
172
- this.dropdownOpen = !this.dropdownOpen
173
- },
174
- getDropdownValues() {
175
- let items = []
176
- items = [
177
- {
178
- value: this.getComponentInfo({
179
- row: this.itemOptions[0],
180
- value: 'display_name',
181
- }),
182
- },
183
- {
184
- value: this.getComponentInfo({
185
- row: this.itemOptions[0],
186
- value: 'company_item_number',
187
- }),
188
- },
189
- {
190
- value: this.getComponentInfo({
191
- row: this.itemOptions[0],
192
- value: 'model',
193
- }),
194
- },
195
- ]
196
- return items
197
- },
198
- getComponentInfo({ row, value }) {
199
- let item
200
- if (row.selectedValue && row.selectedValue[value]) {
201
- item = row.selectedValue[value]
202
- } else if (row[value]) {
203
- item = row[value]
204
- } else {
205
- item = '-'
206
- }
207
- return item
208
- },
209
- },
210
- }
211
- </script>
212
-
213
- <style>
214
- html,
215
- body {
216
- height: 100%;
217
- margin: 0;
218
- }
1
+ <template>
2
+ <ThemeProvider :theme="getTheme()" :style="{ height: '100%' }">
3
+ <page-container>
4
+ <br />
5
+ <input-number
6
+ :value="inputValue"
7
+ @input-change="inputValue = $event"
8
+ inputWidth="250px"
9
+ slotSize="50%"
10
+ ><InputAnnexContainer>
11
+ <span>123m2</span>
12
+ <info-text size="10px" alignArrow="right" text="infoText ceci est le text"></info-text>
13
+ </InputAnnexContainer>
14
+ </input-number>
15
+ <input-number
16
+ :value="inputValue"
17
+ @input-change="inputValue = $event"
18
+ inputWidth="250px"
19
+ slotSize="50%"
20
+ :isError="true"
21
+ ><InputAnnexContainer>
22
+ <span>123m2</span>
23
+ <info-text :style="{'justify-self': 'end'}" size="12px" alignArrow="center" text="infoText ceci est le text">This is the tooltip text</info-text>
24
+ </InputAnnexContainer>
25
+ </input-number>
26
+ <br />
27
+
28
+ <p>InputText</p>
29
+ <input-text
30
+ placeholder="Company name"
31
+ :value="inputValue"
32
+ :isError="true"
33
+ errorMessage="This is my error message"
34
+ infoTextAlign="right"
35
+ infoTextMessage="My info message"
36
+ label="Question 5"
37
+ alignItems="vertical"
38
+ inputWidth="250px"
39
+ minWidth="100px"
40
+ />
41
+ <br/>
42
+ <input-number
43
+ :value="num"
44
+ @input-change="num = $event"
45
+ unitName="t"
46
+ id="biebie"
47
+ test="koko"
48
+ @keydown="keydownHandler"
49
+ />
50
+ </page-container>
51
+ </ThemeProvider>
52
+ </template>
53
+
54
+ <script>
55
+ import { ThemeProvider } from "vue-styled-components"
56
+ import theme from "./assets/theme"
57
+ import styled from "vue-styled-components"
58
+ import MainTable from "@/components/tables/mainTable"
59
+ import ThreeDots from "@/components/threeDots"
60
+ import Toggle from "@/components/inputs/toggle"
61
+ import InputNumber from "@/components/inputs/inputNumber"
62
+ import Checkbox from "@/components/inputs/checkbox"
63
+ import PageSubtitle from "@/components/pageSubtitle"
64
+ import Spinner from "@/components/spinner"
65
+ import ExternalButton from "@/components/buttons/externalButton"
66
+ import InputText from "@/components/inputs/inputText"
67
+ // import TableDropdown from "@/components/tableDropdown"
68
+ const InputAnnexContainer = styled.div`
69
+ display: grid;
70
+ grid-template-columns: auto auto;
71
+ grid-gap: 10px;
72
+ `
73
+
74
+ const PageContainer = styled.div`
75
+ padding: 40px;
76
+ `
77
+
78
+ export default {
79
+ name: 'App',
80
+ components: {
81
+ ThemeProvider,
82
+ PageContainer,
83
+ InputNumber,
84
+ PageSubtitle,
85
+ Spinner,
86
+ Checkbox,
87
+ InputText,
88
+ ExternalButton,
89
+ iconWrapper,
90
+ Modal,
91
+ },
92
+ data() {
93
+ return {
94
+ num: 42,
95
+ inputValue: null,
96
+ checkedOption: 'button_1',
97
+ question: {
98
+ number_format_precision: 4,
99
+ number_min_allowed: 0,
100
+ number_max_allowed: 10,
101
+ unit_short_name: 'cm',
102
+ },
103
+ dropdownOpen: false,
104
+ isChecked: false,
105
+ listOptions: [
106
+ {
107
+ name: 'Option 1',
108
+ value: 'option_1',
109
+ disabled: true,
110
+ },
111
+ {
112
+ name: 'Option 2',
113
+ value: 'option_2',
114
+ },
115
+ {
116
+ name: 'Option 3',
117
+ value: 'option_3',
118
+ },
119
+ {
120
+ name: 'Option 4',
121
+ value: 'option_4',
122
+ },
123
+ ],
124
+ itemOptions: [
125
+ {
126
+ display_name: 'Test 1',
127
+ company_item_number: '123',
128
+ model: 'BTB-2145 Long Text Long Text Long Text Long Text Long Text',
129
+ id: 1,
130
+ },
131
+ {
132
+ display_name: 'Test 2',
133
+ company_item_number: '1234',
134
+ model: 'BTB-123',
135
+ id: 2,
136
+ },
137
+ {
138
+ display_name: 'Test 3',
139
+ company_item_number: '12345',
140
+ model: 'BTB-543',
141
+ id: 3,
142
+ },
143
+ {
144
+ display_name: 'Test 4',
145
+ company_item_number: '123456',
146
+ model: 'BTB-4930',
147
+ id: 4,
148
+ },
149
+ ],
150
+ }
151
+ },
152
+ methods: {
153
+ keydownHandler(e) {
154
+ console.log('test', e)
155
+ },
156
+ getTheme() {
157
+ return theme
158
+ },
159
+ onInputChange(event) {
160
+ this.inputValue = event
161
+ },
162
+ isDropdownOpen() {
163
+ return this.dropdownOpen
164
+ },
165
+ onClickButton() {
166
+ console.log('Test')
167
+ },
168
+ toggleDropdownOpen() {
169
+ this.dropdownOpen = !this.dropdownOpen
170
+ },
171
+ getDropdownValues() {
172
+ let items = []
173
+ items = [
174
+ {
175
+ value: this.getComponentInfo({
176
+ row: this.itemOptions[0],
177
+ value: 'display_name',
178
+ }),
179
+ },
180
+ {
181
+ value: this.getComponentInfo({
182
+ row: this.itemOptions[0],
183
+ value: 'company_item_number',
184
+ }),
185
+ },
186
+ {
187
+ value: this.getComponentInfo({
188
+ row: this.itemOptions[0],
189
+ value: 'model',
190
+ }),
191
+ },
192
+ ]
193
+ return items
194
+ },
195
+ getComponentInfo({ row, value }) {
196
+ let item
197
+ if (row.selectedValue && row.selectedValue[value]) {
198
+ item = row.selectedValue[value]
199
+ } else if (row[value]) {
200
+ item = row[value]
201
+ } else {
202
+ item = '-'
203
+ }
204
+ return item
205
+ }
206
+ }
207
+ }
208
+ </script>
209
+
210
+ <style>
211
+ html,
212
+ body {
213
+ height: 100%;
214
+ margin: 0;
215
+ }
219
216
  </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>
@@ -1,36 +1,36 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; display: block; shape-rendering: auto;" width="207px" height="207px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
3
- <g transform="rotate(0 50 50)">
4
- <rect x="48" y="20" rx="0" ry="0" width="4" height="14" fill="#000000">
5
- <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.875s" repeatCount="indefinite"></animate>
6
- </rect>
7
- </g><g transform="rotate(45 50 50)">
8
- <rect x="48" y="20" rx="0" ry="0" width="4" height="14" fill="#000000">
9
- <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.75s" repeatCount="indefinite"></animate>
10
- </rect>
11
- </g><g transform="rotate(90 50 50)">
12
- <rect x="48" y="20" rx="0" ry="0" width="4" height="14" fill="#000000">
13
- <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.625s" repeatCount="indefinite"></animate>
14
- </rect>
15
- </g><g transform="rotate(135 50 50)">
16
- <rect x="48" y="20" rx="0" ry="0" width="4" height="14" fill="#000000">
17
- <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.5s" repeatCount="indefinite"></animate>
18
- </rect>
19
- </g><g transform="rotate(180 50 50)">
20
- <rect x="48" y="20" rx="0" ry="0" width="4" height="14" fill="#000000">
21
- <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.375s" repeatCount="indefinite"></animate>
22
- </rect>
23
- </g><g transform="rotate(225 50 50)">
24
- <rect x="48" y="20" rx="0" ry="0" width="4" height="14" fill="#000000">
25
- <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.25s" repeatCount="indefinite"></animate>
26
- </rect>
27
- </g><g transform="rotate(270 50 50)">
28
- <rect x="48" y="20" rx="0" ry="0" width="4" height="14" fill="#000000">
29
- <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.125s" repeatCount="indefinite"></animate>
30
- </rect>
31
- </g><g transform="rotate(315 50 50)">
32
- <rect x="48" y="20" rx="0" ry="0" width="4" height="14" fill="#000000">
33
- <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite"></animate>
34
- </rect>
35
- </g>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; display: block; shape-rendering: auto;" width="207px" height="207px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
3
+ <g transform="rotate(0 50 50)">
4
+ <rect x="48" y="20" rx="0" ry="0" width="4" height="14" fill="#000000">
5
+ <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.875s" repeatCount="indefinite"></animate>
6
+ </rect>
7
+ </g><g transform="rotate(45 50 50)">
8
+ <rect x="48" y="20" rx="0" ry="0" width="4" height="14" fill="#000000">
9
+ <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.75s" repeatCount="indefinite"></animate>
10
+ </rect>
11
+ </g><g transform="rotate(90 50 50)">
12
+ <rect x="48" y="20" rx="0" ry="0" width="4" height="14" fill="#000000">
13
+ <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.625s" repeatCount="indefinite"></animate>
14
+ </rect>
15
+ </g><g transform="rotate(135 50 50)">
16
+ <rect x="48" y="20" rx="0" ry="0" width="4" height="14" fill="#000000">
17
+ <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.5s" repeatCount="indefinite"></animate>
18
+ </rect>
19
+ </g><g transform="rotate(180 50 50)">
20
+ <rect x="48" y="20" rx="0" ry="0" width="4" height="14" fill="#000000">
21
+ <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.375s" repeatCount="indefinite"></animate>
22
+ </rect>
23
+ </g><g transform="rotate(225 50 50)">
24
+ <rect x="48" y="20" rx="0" ry="0" width="4" height="14" fill="#000000">
25
+ <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.25s" repeatCount="indefinite"></animate>
26
+ </rect>
27
+ </g><g transform="rotate(270 50 50)">
28
+ <rect x="48" y="20" rx="0" ry="0" width="4" height="14" fill="#000000">
29
+ <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.125s" repeatCount="indefinite"></animate>
30
+ </rect>
31
+ </g><g transform="rotate(315 50 50)">
32
+ <rect x="48" y="20" rx="0" ry="0" width="4" height="14" fill="#000000">
33
+ <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite"></animate>
34
+ </rect>
35
+ </g>
36
36
  <!-- [ldio] generated by https://loading.io/ --></svg>
@@ -1,11 +1,11 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="5 5 30 30">
2
- <defs>
3
- <style>
4
- .cls-1 {
5
- fill: #ff5656;
6
- fill-rule: evenodd;
7
- }
8
- </style>
9
- </defs>
10
- <path id="delete_icon" class="cls-1" d="M15.44,27.225a0.8,0.8,0,0,0,.8.771h7.512a0.8,0.8,0,0,0,.8-0.771L25.1,15.9H14.9ZM21.7,18.711a0.327,0.327,0,0,1,.327-0.327h0.523a0.327,0.327,0,0,1,.327.327v6.472a0.327,0.327,0,0,1-.327.327H22.026a0.327,0.327,0,0,1-.327-0.327V18.711Zm-2.288,0a0.327,0.327,0,0,1,.327-0.327h0.523a0.327,0.327,0,0,1,.327.327v6.472a0.327,0.327,0,0,1-.327.327H19.739a0.327,0.327,0,0,1-.327-0.327V18.711h0Zm-2.287,0a0.327,0.327,0,0,1,.327-0.327h0.523a0.327,0.327,0,0,1,.327.327v6.472a0.327,0.327,0,0,1-.327.327H17.451a0.327,0.327,0,0,1-.327-0.327V18.711Zm8.329-5.884H21.988V12.172A0.169,0.169,0,0,0,21.819,12H18.18a0.168,0.168,0,0,0-.168.168v0.656H14.546a0.505,0.505,0,0,0-.505.505v1.587H25.958V13.332A0.505,0.505,0,0,0,25.453,12.827Z"/>
11
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="5 5 30 30">
2
+ <defs>
3
+ <style>
4
+ .cls-1 {
5
+ fill: #ff5656;
6
+ fill-rule: evenodd;
7
+ }
8
+ </style>
9
+ </defs>
10
+ <path id="delete_icon" class="cls-1" d="M15.44,27.225a0.8,0.8,0,0,0,.8.771h7.512a0.8,0.8,0,0,0,.8-0.771L25.1,15.9H14.9ZM21.7,18.711a0.327,0.327,0,0,1,.327-0.327h0.523a0.327,0.327,0,0,1,.327.327v6.472a0.327,0.327,0,0,1-.327.327H22.026a0.327,0.327,0,0,1-.327-0.327V18.711Zm-2.288,0a0.327,0.327,0,0,1,.327-0.327h0.523a0.327,0.327,0,0,1,.327.327v6.472a0.327,0.327,0,0,1-.327.327H19.739a0.327,0.327,0,0,1-.327-0.327V18.711h0Zm-2.287,0a0.327,0.327,0,0,1,.327-0.327h0.523a0.327,0.327,0,0,1,.327.327v6.472a0.327,0.327,0,0,1-.327.327H17.451a0.327,0.327,0,0,1-.327-0.327V18.711Zm8.329-5.884H21.988V12.172A0.169,0.169,0,0,0,21.819,12H18.18a0.168,0.168,0,0,0-.168.168v0.656H14.546a0.505,0.505,0,0,0-.505.505v1.587H25.958V13.332A0.505,0.505,0,0,0,25.453,12.827Z"/>
11
+ </svg>
@@ -1,11 +1,11 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="5 5 30 30">
2
- <defs>
3
- <style>
4
- .cls-1 {
5
- fill: #DEE2EB;
6
- fill-rule: evenodd;
7
- }
8
- </style>
9
- </defs>
10
- <path id="delete_icon" class="cls-1" d="M15.44,27.225a0.8,0.8,0,0,0,.8.771h7.512a0.8,0.8,0,0,0,.8-0.771L25.1,15.9H14.9ZM21.7,18.711a0.327,0.327,0,0,1,.327-0.327h0.523a0.327,0.327,0,0,1,.327.327v6.472a0.327,0.327,0,0,1-.327.327H22.026a0.327,0.327,0,0,1-.327-0.327V18.711Zm-2.288,0a0.327,0.327,0,0,1,.327-0.327h0.523a0.327,0.327,0,0,1,.327.327v6.472a0.327,0.327,0,0,1-.327.327H19.739a0.327,0.327,0,0,1-.327-0.327V18.711h0Zm-2.287,0a0.327,0.327,0,0,1,.327-0.327h0.523a0.327,0.327,0,0,1,.327.327v6.472a0.327,0.327,0,0,1-.327.327H17.451a0.327,0.327,0,0,1-.327-0.327V18.711Zm8.329-5.884H21.988V12.172A0.169,0.169,0,0,0,21.819,12H18.18a0.168,0.168,0,0,0-.168.168v0.656H14.546a0.505,0.505,0,0,0-.505.505v1.587H25.958V13.332A0.505,0.505,0,0,0,25.453,12.827Z"/>
11
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="5 5 30 30">
2
+ <defs>
3
+ <style>
4
+ .cls-1 {
5
+ fill: #DEE2EB;
6
+ fill-rule: evenodd;
7
+ }
8
+ </style>
9
+ </defs>
10
+ <path id="delete_icon" class="cls-1" d="M15.44,27.225a0.8,0.8,0,0,0,.8.771h7.512a0.8,0.8,0,0,0,.8-0.771L25.1,15.9H14.9ZM21.7,18.711a0.327,0.327,0,0,1,.327-0.327h0.523a0.327,0.327,0,0,1,.327.327v6.472a0.327,0.327,0,0,1-.327.327H22.026a0.327,0.327,0,0,1-.327-0.327V18.711Zm-2.288,0a0.327,0.327,0,0,1,.327-0.327h0.523a0.327,0.327,0,0,1,.327.327v6.472a0.327,0.327,0,0,1-.327.327H19.739a0.327,0.327,0,0,1-.327-0.327V18.711h0Zm-2.287,0a0.327,0.327,0,0,1,.327-0.327h0.523a0.327,0.327,0,0,1,.327.327v6.472a0.327,0.327,0,0,1-.327.327H17.451a0.327,0.327,0,0,1-.327-0.327V18.711Zm8.329-5.884H21.988V12.172A0.169,0.169,0,0,0,21.819,12H18.18a0.168,0.168,0,0,0-.168.168v0.656H14.546a0.505,0.505,0,0,0-.505.505v1.587H25.958V13.332A0.505,0.505,0,0,0,25.453,12.827Z"/>
11
+ </svg>
@@ -1,8 +1,8 @@
1
- <svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4 2C4 3.10457 3.10457 4 2 4C0.89543 4 0 3.10457 0 2C0 0.89543 0.89543 0 2 0C3.10457 0 4 0.89543 4 2Z" fill="#B2B9C5"/>
3
- <path d="M10 2C10 3.10457 9.10457 4 8 4C6.89543 4 6 3.10457 6 2C6 0.89543 6.89543 0 8 0C9.10457 0 10 0.89543 10 2Z" fill="#B2B9C5"/>
4
- <path d="M4 8C4 9.10457 3.10457 10 2 10C0.89543 10 0 9.10457 0 8C0 6.89543 0.89543 6 2 6C3.10457 6 4 6.89543 4 8Z" fill="#B2B9C5"/>
5
- <path d="M10 8C10 9.10457 9.10457 10 8 10C6.89543 10 6 9.10457 6 8C6 6.89543 6.89543 6 8 6C9.10457 6 10 6.89543 10 8Z" fill="#B2B9C5"/>
6
- <path d="M4 14C4 15.1046 3.10457 16 2 16C0.89543 16 0 15.1046 0 14C0 12.8954 0.89543 12 2 12C3.10457 12 4 12.8954 4 14Z" fill="#B2B9C5"/>
7
- <path d="M10 14C10 15.1046 9.10457 16 8 16C6.89543 16 6 15.1046 6 14C6 12.8954 6.89543 12 8 12C9.10457 12 10 12.8954 10 14Z" fill="#B2B9C5"/>
8
- </svg>
1
+ <svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 2C4 3.10457 3.10457 4 2 4C0.89543 4 0 3.10457 0 2C0 0.89543 0.89543 0 2 0C3.10457 0 4 0.89543 4 2Z" fill="#B2B9C5"/>
3
+ <path d="M10 2C10 3.10457 9.10457 4 8 4C6.89543 4 6 3.10457 6 2C6 0.89543 6.89543 0 8 0C9.10457 0 10 0.89543 10 2Z" fill="#B2B9C5"/>
4
+ <path d="M4 8C4 9.10457 3.10457 10 2 10C0.89543 10 0 9.10457 0 8C0 6.89543 0.89543 6 2 6C3.10457 6 4 6.89543 4 8Z" fill="#B2B9C5"/>
5
+ <path d="M10 8C10 9.10457 9.10457 10 8 10C6.89543 10 6 9.10457 6 8C6 6.89543 6.89543 6 8 6C9.10457 6 10 6.89543 10 8Z" fill="#B2B9C5"/>
6
+ <path d="M4 14C4 15.1046 3.10457 16 2 16C0.89543 16 0 15.1046 0 14C0 12.8954 0.89543 12 2 12C3.10457 12 4 12.8954 4 14Z" fill="#B2B9C5"/>
7
+ <path d="M10 14C10 15.1046 9.10457 16 8 16C6.89543 16 6 15.1046 6 14C6 12.8954 6.89543 12 8 12C9.10457 12 10 12.8954 10 14Z" fill="#B2B9C5"/>
8
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0 4C0 1.79086 1.79086 0 4 0H30V30H4C1.79086 30 0 28.2091 0 26V4Z" fill="white" fill-opacity="0.1"/>
3
- <path d="M20.65 22H9.24995C8.54995 22 7.94995 21.4 7.94995 20.7V9.3C7.94995 8.6 8.54995 8 9.24995 8H13.95V10H10.85C10.35 10 9.94995 10.4 9.94995 10.9V19.2C9.94995 19.6 10.35 20 10.85 20H19.15C19.65 20 20.05 19.6 20.05 19.1V16H22.05V20.7C21.95 21.4 21.35 22 20.65 22Z" fill="white"/>
4
- <path d="M15.95 8H21.95V14L15.95 8Z" fill="white"/>
5
- <path d="M20.809 10.6108L19.3948 9.19659L12.2531 16.3383L13.6673 17.7525L20.809 10.6108Z" fill="white"/>
6
- </svg>
1
+ <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0 4C0 1.79086 1.79086 0 4 0H30V30H4C1.79086 30 0 28.2091 0 26V4Z" fill="white" fill-opacity="0.1"/>
3
+ <path d="M20.65 22H9.24995C8.54995 22 7.94995 21.4 7.94995 20.7V9.3C7.94995 8.6 8.54995 8 9.24995 8H13.95V10H10.85C10.35 10 9.94995 10.4 9.94995 10.9V19.2C9.94995 19.6 10.35 20 10.85 20H19.15C19.65 20 20.05 19.6 20.05 19.1V16H22.05V20.7C21.95 21.4 21.35 22 20.65 22Z" fill="white"/>
4
+ <path d="M15.95 8H21.95V14L15.95 8Z" fill="white"/>
5
+ <path d="M20.809 10.6108L19.3948 9.19659L12.2531 16.3383L13.6673 17.7525L20.809 10.6108Z" fill="white"/>
6
+ </svg>