@vcita/design-system 1.5.18 → 1.5.20
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/CHANGELOG.md +539 -0
- package/dist/@vcita/design-system.esm.js +26 -17
- package/dist/@vcita/design-system.min.js +2 -2
- package/dist/@vcita/design-system.ssr.js +32 -21
- package/package.json +1 -1
- package/src/components/VcBadge/VcBadge.stories.js +7 -3
- package/src/components/VcBadge/VcBadge.vue +14 -1
- package/src/components/VcBottomNav/VcBottomNav.vue +1 -0
- package/src/components/VcCard/VcCard.vue +1 -0
- package/src/components/VcTopMenuBar/VcTopMenuBar.vue +3 -3
- package/src/components/page/layouts/innerScrollPage/InnerScrollPageLayout.stories.js +0 -165
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,539 @@
|
|
|
1
|
+
|
|
2
|
+
# Change log
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
Format based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
### Unreleased changes
|
|
9
|
+
|
|
10
|
+
### v1.5.20(2023-05-11)
|
|
11
|
+
- VcBadge - Add optional size, fix error in storybook
|
|
12
|
+
- VcBottomNav - css fix
|
|
13
|
+
|
|
14
|
+
### v1.5.19(2023-05-04)
|
|
15
|
+
- VcBottomNav - css fix
|
|
16
|
+
- VcTopMenuBar - move event from icon to actionableText title
|
|
17
|
+
- VcCard - add ripple and set default to false
|
|
18
|
+
|
|
19
|
+
### v1.5.18(2023-04-24)
|
|
20
|
+
- VcInputPopover - add title description
|
|
21
|
+
- VcInputBottomSheet - add title description
|
|
22
|
+
|
|
23
|
+
### v1.5.17(2023-04-23)
|
|
24
|
+
- VcBottomNav - css fixes - margins & icons color
|
|
25
|
+
- VcMenuItem - css fixes
|
|
26
|
+
- VcMenuItemsGroup - css fixes
|
|
27
|
+
|
|
28
|
+
### v1.5.16(2023-04-16)
|
|
29
|
+
- VcTooltip - add maxWidth prop
|
|
30
|
+
- VcCheckbox - add tooltip slot
|
|
31
|
+
|
|
32
|
+
### v1.5.15(2023-04-02)
|
|
33
|
+
- VcBadge - added standalone option and flavor
|
|
34
|
+
|
|
35
|
+
### v1.5.14(2023-03-30)
|
|
36
|
+
- VcActionList - added custom action title slot
|
|
37
|
+
|
|
38
|
+
### v1.5.13(2023-03-30)
|
|
39
|
+
- VcTopMenuBar - Fix badge location
|
|
40
|
+
- VcTopMenuBar - Fix logo height
|
|
41
|
+
- VcAlert - add 'app' type
|
|
42
|
+
- VcAlert - add inline action
|
|
43
|
+
- VcActionList - removed conditional rendering from icon
|
|
44
|
+
|
|
45
|
+
### v1.5.12(2023-03-29)
|
|
46
|
+
- vcMenuItem - add badge option to sub items
|
|
47
|
+
|
|
48
|
+
### v1.5.11(2023-03-27)
|
|
49
|
+
- VcListEntity - fix width of text
|
|
50
|
+
- VcTopMenuBar - Add badge support to main buttons
|
|
51
|
+
- VcTopMenuBar - fix RTL arrow direction related bug
|
|
52
|
+
|
|
53
|
+
### v1.5.10(2023-03-21)
|
|
54
|
+
- VcTopMenuBar - fix bug to align items to the start
|
|
55
|
+
- VcTopMenuBar - change height to 59px
|
|
56
|
+
- VcTopMenuBar - change icon to 20px and button to 32px
|
|
57
|
+
- VcProfileIndication - add option to hide the right arrow
|
|
58
|
+
|
|
59
|
+
### v1.5.9(2023-03-19)
|
|
60
|
+
- VcTopMenuBar - fix bug to close bottom menu when item clicked
|
|
61
|
+
- VcTopMenuBar - fix bug to get branding colors
|
|
62
|
+
|
|
63
|
+
### v1.5.8(2023-03-19)
|
|
64
|
+
- VcCheckbox - add error state, fix indeterminate state
|
|
65
|
+
- vcBottomNav - allow no selected tabs, fixed issue with label size when dynamic slot present
|
|
66
|
+
|
|
67
|
+
### v1.5.7(2023-03-07)
|
|
68
|
+
- VcSelectField - fix click outside not working in mobile
|
|
69
|
+
|
|
70
|
+
### v1.5.6(2023-03-02)
|
|
71
|
+
- VcTopMenuBar - alignment fix
|
|
72
|
+
|
|
73
|
+
### v1.5.5(2023-03-01)
|
|
74
|
+
- VcPoweredBy - alignment fix
|
|
75
|
+
- VcMenuItemsGroup - added named slots
|
|
76
|
+
- VcTopMenuBar - emitted actions changed
|
|
77
|
+
|
|
78
|
+
### v1.5.4(2023-02-28)
|
|
79
|
+
- VcTextArea - bug fix
|
|
80
|
+
|
|
81
|
+
### v1.5.3(2023-02-26)
|
|
82
|
+
- VcProfileIndication
|
|
83
|
+
- VcPoweredBy
|
|
84
|
+
- VcMenuItemsGroup - css bug fix
|
|
85
|
+
|
|
86
|
+
### v1.5.3(2023-02-26)
|
|
87
|
+
- VcTopMenuBar - top menu bar component for mobile
|
|
88
|
+
- VcLoader - add a linear mode
|
|
89
|
+
- VcLoader - change the default color to 'secondary'
|
|
90
|
+
|
|
91
|
+
### v1.5.2(2023-02-21)
|
|
92
|
+
- VcGalleryList - to pass binded item
|
|
93
|
+
|
|
94
|
+
### v1.5.1(2023-02-20)
|
|
95
|
+
- make additional-colors available
|
|
96
|
+
- VcMenuItemsGroup - change location in storybook components hierarchy
|
|
97
|
+
|
|
98
|
+
### v1.5.0(2023-02-19)
|
|
99
|
+
- VcMenuItemsGroup - added new component
|
|
100
|
+
- VcMenuItem - added data to event & small css additions
|
|
101
|
+
|
|
102
|
+
### v1.4.2(2023-02-19)
|
|
103
|
+
- manage avatar colors in additional-colors.scss
|
|
104
|
+
|
|
105
|
+
### v1.4.1(2023-02-15)
|
|
106
|
+
- VcPageHeader - fix bug with 'buttons' slot not showing
|
|
107
|
+
|
|
108
|
+
### v1.4.0(2023-02-12)
|
|
109
|
+
- VcPageHeader - the save button will not appear by default, add ability to control the button icon
|
|
110
|
+
- VcChip - avatar margin fix
|
|
111
|
+
- VcAccordion - adjust style and add option to gap and grey background
|
|
112
|
+
- VcActionList - data-qa for items added
|
|
113
|
+
- VcBottomNav - add component
|
|
114
|
+
- VcGroupItems - change spaces between group to gap and not margin
|
|
115
|
+
- design fixes
|
|
116
|
+
|
|
117
|
+
### v1.3.20(2023-01-30)
|
|
118
|
+
- VcPageHeader - edit mode
|
|
119
|
+
- VcPageHeader - subtitle appended link added
|
|
120
|
+
- VcActionList - added append slot within menu
|
|
121
|
+
- VcUpsellBlock - fix bug - support long text on dialog buttons
|
|
122
|
+
|
|
123
|
+
### v1.3.18(2023-01-25)
|
|
124
|
+
- VcFilterPanel - fix css for rtl
|
|
125
|
+
|
|
126
|
+
### v1.3.17(2023-01-22)
|
|
127
|
+
- VcPageHeader - ui update for buttonLabel
|
|
128
|
+
|
|
129
|
+
### v1.3.16(2023-01-19)
|
|
130
|
+
- VcWizard - support bubbling error event in a content step
|
|
131
|
+
|
|
132
|
+
### v1.3.15(2023-01-16)
|
|
133
|
+
- VcPageHeader - add buttonPrependIcon prop
|
|
134
|
+
- VcMenuItem - added
|
|
135
|
+
|
|
136
|
+
### v1.3.14(2023-01-10)
|
|
137
|
+
- VcPageHeader - chip added
|
|
138
|
+
- VcPageHeader - button added
|
|
139
|
+
|
|
140
|
+
### v1.3.13(2023-01-09)
|
|
141
|
+
- VcSelectField - Optionally use icomoon icons
|
|
142
|
+
- VcChipList - variable number of rows, variable item height, optional item 'close'
|
|
143
|
+
- VcChip - optionally displays avatar
|
|
144
|
+
- VcFilterPanel - add header/scrolling content/footer structure
|
|
145
|
+
- VcActionBar - migrate component
|
|
146
|
+
- VcTabs - when in limited height container, header is sticky, and only the content scrolls
|
|
147
|
+
- VcEntityList - add component
|
|
148
|
+
- VcAccordion - add item data to slot
|
|
149
|
+
- VcLayout - add ability to use ref
|
|
150
|
+
- VcDropdown - add white background
|
|
151
|
+
|
|
152
|
+
### v1.3.12(2023-01-01)
|
|
153
|
+
- VcActionList - offset-y
|
|
154
|
+
- VcSelectField - Optionally prepend icons to labels, click-outside implemented, arrow rotation
|
|
155
|
+
|
|
156
|
+
### v1.3.11(2022-12-26)
|
|
157
|
+
- VcChip - support for the color blind, by showing the invalid icon for every invalid chip
|
|
158
|
+
|
|
159
|
+
### v1.3.10(2022-12-18)
|
|
160
|
+
- VcUpsellBlock - fix bug - support long text on the main button
|
|
161
|
+
- VcRadioGroup - fix radio with tooltip with custom content
|
|
162
|
+
|
|
163
|
+
### v1.3.9(2022-12-12)
|
|
164
|
+
- VcModalHeader - modify close icon in header
|
|
165
|
+
- VcChip - thin design
|
|
166
|
+
- VcAccordion - added new component
|
|
167
|
+
- VcColorPicker - css fix
|
|
168
|
+
|
|
169
|
+
### v1.3.8(2022-11-27)
|
|
170
|
+
- Resolve click-outside collision with vuetify directive by the same name
|
|
171
|
+
|
|
172
|
+
### v1.3.7(2022-11-22)
|
|
173
|
+
- VcGalleryItem - brought back selected/disabled functionality
|
|
174
|
+
|
|
175
|
+
### v1.3.6(2022-11-21)
|
|
176
|
+
- VcGalleryItem - emit previewItem computed property
|
|
177
|
+
- VcGalleryList - pass description property
|
|
178
|
+
|
|
179
|
+
### v1.3.5(2022-11-21)
|
|
180
|
+
- VcColorPicker - bug fix
|
|
181
|
+
- Dropdown - fix overflow-x bug
|
|
182
|
+
- VcModalHeader - default title will be one line max, longer text will get ellipsis
|
|
183
|
+
|
|
184
|
+
### v1.3.4(2022-11-17)
|
|
185
|
+
- VcLink - can get any icon
|
|
186
|
+
- VcCheckbox - fix bug with redundant margin
|
|
187
|
+
- VcCheckbox - add white bg to the unselected checkbox
|
|
188
|
+
- VcGalleryItem - design updated
|
|
189
|
+
- VcGalleryList - design updated
|
|
190
|
+
- VcMenu - added
|
|
191
|
+
- VcDropdown - added
|
|
192
|
+
- VcGroupedItems - added
|
|
193
|
+
- VcSideNav - uses VcGroupedItems
|
|
194
|
+
- fix bug in translation mechanism - add fallback to English
|
|
195
|
+
- VcColorPicker - added
|
|
196
|
+
|
|
197
|
+
### v1.3.3(2022-11-13)
|
|
198
|
+
- VcRadioGroup - add support for horizontal layout
|
|
199
|
+
- VcTooltip - add support for close delay
|
|
200
|
+
- VcBottomActions - emit close event on click outside
|
|
201
|
+
- VcTextField - add autofocus support
|
|
202
|
+
- VcTextField - add keydown.enter support
|
|
203
|
+
- VcFilterPanel - add header variant
|
|
204
|
+
- VcActionList - added header to
|
|
205
|
+
|
|
206
|
+
- ### v1.3.2(2022-11-06)
|
|
207
|
+
- VcGalleryItem - fix ui on small desktop
|
|
208
|
+
- VcChip - added 'selected' state
|
|
209
|
+
|
|
210
|
+
### v1.3.1(2022-10-30)
|
|
211
|
+
- VcGalleryItem - add 'selected' indication
|
|
212
|
+
- VcGalleryItem - add ability to disable
|
|
213
|
+
- VcRadio and VcRadioGroup - add ability to disable
|
|
214
|
+
|
|
215
|
+
### v1.3.0(2022-10-25)
|
|
216
|
+
- Adding SideNav layout
|
|
217
|
+
- Adding centered layout
|
|
218
|
+
- Adding VcPageHeader
|
|
219
|
+
- Adding VcBreadcrumbs
|
|
220
|
+
- Ability to disable VcLink
|
|
221
|
+
- modal container can show close button on flavor input
|
|
222
|
+
- upsell dialog fix dimension issue
|
|
223
|
+
|
|
224
|
+
### v1.2.3 (2022-10-03)
|
|
225
|
+
- VcMiniBanner - added new component
|
|
226
|
+
- VcSearchPicker - removed redundant event emission from pointer
|
|
227
|
+
- VcGalleryItem - added new component
|
|
228
|
+
- VcGalleryList - added new component
|
|
229
|
+
|
|
230
|
+
### v1.2.2 (2022-09-19)
|
|
231
|
+
- VcTextField - fix alignment
|
|
232
|
+
- VcSideNav
|
|
233
|
+
- VcIcon - fix color prop
|
|
234
|
+
|
|
235
|
+
### v1.2.1 (2022-09-08)
|
|
236
|
+
- VcDocItem - added fileSize prop, event object added to emit
|
|
237
|
+
- SvgIcons - added viewBox attribute on doc_Sheet
|
|
238
|
+
|
|
239
|
+
### v1.2.0 (2022-09-08)
|
|
240
|
+
- VcChipList - added new component
|
|
241
|
+
- VcChip - added slot
|
|
242
|
+
|
|
243
|
+
### v1.1.10 (2022-09-07)
|
|
244
|
+
- VcTabs - fix scrollbar issue
|
|
245
|
+
|
|
246
|
+
### v1.1.9 (2022-09-07)
|
|
247
|
+
- Adding VcTabs component
|
|
248
|
+
|
|
249
|
+
### v1.1.8 (2022-09-05)
|
|
250
|
+
- VcInputModal - added closeOnEsc prop, passed to VcModalContainer
|
|
251
|
+
- VcModalContainer - added closeOnEsc prop, passed to VcModalWrapper
|
|
252
|
+
- VcModalWrapper - added closeOnEsc prop, used as condition for esc keydown event
|
|
253
|
+
- VcSearchPicker - use secondary brand hues
|
|
254
|
+
- VcSearchPicker - keep menu open if focusing the text input
|
|
255
|
+
|
|
256
|
+
### v1.1.7 (2022-09-04)
|
|
257
|
+
- VcDocItem - added svg as an image type
|
|
258
|
+
- VcSearchPicker - caret and pointer color
|
|
259
|
+
- VcSearchPicker - add menu custom class name prop
|
|
260
|
+
- VcSearchPicker - use brand colors
|
|
261
|
+
|
|
262
|
+
### v1.1.6 (2022-08-28)
|
|
263
|
+
- VcDocItem - added 'xlsx' as a spreadsheet format
|
|
264
|
+
- VcDocItem - added max width
|
|
265
|
+
- VcSearchPicker - add background color to input
|
|
266
|
+
|
|
267
|
+
### v1.1.5 (2022-08-24)
|
|
268
|
+
- VcDraggableList - remove hover from mobile
|
|
269
|
+
|
|
270
|
+
### v1.1.4 (2022-08-21)
|
|
271
|
+
- Adding composition and slots examples
|
|
272
|
+
- VcModalFooter - added disabled option to VcButton
|
|
273
|
+
|
|
274
|
+
### v1.1.3 (2022-08-21)
|
|
275
|
+
- VcDraggableList - add story with slot and fix icon size
|
|
276
|
+
|
|
277
|
+
### v1.1.2 (2022-08-16)
|
|
278
|
+
- VcModalHeader - add right button icon
|
|
279
|
+
- VcList
|
|
280
|
+
- VcBaseListItem
|
|
281
|
+
- VcMobilePicker - new mobile picker pattern based on VcList
|
|
282
|
+
- VcTextField - add appendIcon and readonly properties + CSS
|
|
283
|
+
- VcInputModal - add showFooter + CSS
|
|
284
|
+
- VcModalContainer - remove the auto height on the VcModalContainerContent class
|
|
285
|
+
- VcDraggableList - added component
|
|
286
|
+
- VcTextField - fix label alignment
|
|
287
|
+
- VcWizard - add dynamic step names and description
|
|
288
|
+
- VcTextField - add google address autocomplete
|
|
289
|
+
- VcAvatar - fix image path prop
|
|
290
|
+
|
|
291
|
+
### 1.1.1 (2022-08-11)
|
|
292
|
+
- Update translations
|
|
293
|
+
|
|
294
|
+
### 1.1.0 (2022-08-08)
|
|
295
|
+
- VcDocItem - implemented uploaded and corrupted states
|
|
296
|
+
- VcStepperContent - add link color under the description
|
|
297
|
+
- VcWizard - BREAKING CHANGE: v-model current-step fixes
|
|
298
|
+
- VcSearchPicker - added component
|
|
299
|
+
|
|
300
|
+
### 1.0.7 (2022-07-26)
|
|
301
|
+
- VcEmptyState - change color for button ghost
|
|
302
|
+
|
|
303
|
+
### 1.0.6 BREAKING CHANGES (2022-07-24)
|
|
304
|
+
- Split variables.scss into vuetify-variables.scss and variables.scss
|
|
305
|
+
- Consuming project changes required
|
|
306
|
+
|
|
307
|
+
### 0.6.27 (2022-07-17)
|
|
308
|
+
- VcButton - add ghost mode. fix storybook props inherit
|
|
309
|
+
- VcEmptyState - add ability to choose ghost mode btn
|
|
310
|
+
- VcDocItem - added document formats
|
|
311
|
+
- VcAutoComplete, VcTextArea, VcTextField - remove branding color when not needed
|
|
312
|
+
|
|
313
|
+
### 0.6.26 (2022-07-03)
|
|
314
|
+
- VcDocItem - component added to ds
|
|
315
|
+
- VcTimeSince
|
|
316
|
+
- VcSwitch - add option to show label before switch
|
|
317
|
+
- Translations with parameters
|
|
318
|
+
|
|
319
|
+
### 0.6.25 (2022-06-23)
|
|
320
|
+
- VcInputPopover - add click outside will not close the popover support
|
|
321
|
+
|
|
322
|
+
### 0.6.24 (2022-06-14)
|
|
323
|
+
- VcInputBottomSheet - add switch support
|
|
324
|
+
|
|
325
|
+
### 0.6.23 (2022-06-13)
|
|
326
|
+
- VcWizard - css fix
|
|
327
|
+
|
|
328
|
+
### 0.6.22 (2022-05-31)
|
|
329
|
+
- VcRadioGroup - fix tooltip slots
|
|
330
|
+
|
|
331
|
+
### 0.6.21 (2022-05-16)
|
|
332
|
+
- VcRadioGroup - create
|
|
333
|
+
- VcRadio - create
|
|
334
|
+
- VcTooltip - add slots and fallback icon as an activator
|
|
335
|
+
|
|
336
|
+
### 0.6.20 (2022-05-16)
|
|
337
|
+
- VcStepperContent fix height
|
|
338
|
+
- VcInputPopover - add toggle to header
|
|
339
|
+
|
|
340
|
+
### 0.6.19 (2022-05-10)
|
|
341
|
+
- VcSegmentedControl added
|
|
342
|
+
|
|
343
|
+
### 0.6.18 (2022-05-02)
|
|
344
|
+
- VcListbox - add validator
|
|
345
|
+
|
|
346
|
+
### 0.6.17 (2022-04-27)
|
|
347
|
+
- VcListbox - improve CSS
|
|
348
|
+
|
|
349
|
+
### 0.6.16 (2022-04-27)
|
|
350
|
+
- VcListbox - add a search bar option
|
|
351
|
+
|
|
352
|
+
### 0.6.15 (2022-04-25)
|
|
353
|
+
- VcTooltip - opacity 100%
|
|
354
|
+
- VcDropzone - fix active styles
|
|
355
|
+
- VcSelectField - add error-messages, add tooltip nudge
|
|
356
|
+
- VcTextField - add tooltip nudge
|
|
357
|
+
- VcLink - add click action
|
|
358
|
+
- VcSwitch - fix clickable icons
|
|
359
|
+
- VcSearchBar
|
|
360
|
+
|
|
361
|
+
### 0.6.14 (2022-03-21)
|
|
362
|
+
- VcDropzone - component added
|
|
363
|
+
- VcTextField - add prefix and error-messages
|
|
364
|
+
- VcConfirmModal - fix for rtl button position
|
|
365
|
+
|
|
366
|
+
### 0.6.13 (2022-03-14)
|
|
367
|
+
- Updated localization files
|
|
368
|
+
|
|
369
|
+
### 0.6.12 (2022-03-14)
|
|
370
|
+
- VcSelectField - fix border colors for some variations
|
|
371
|
+
|
|
372
|
+
### 0.6.11 (2022-03-13)
|
|
373
|
+
- VcListbox - small fix for distinguishing data qa on the list
|
|
374
|
+
|
|
375
|
+
### 0.6.10 (2022-03-06)
|
|
376
|
+
- VcModalContainer - fix for overflow-x scroll
|
|
377
|
+
|
|
378
|
+
### 0.6.9 (2022-03-02)
|
|
379
|
+
- VcButton - fix for button flavor
|
|
380
|
+
|
|
381
|
+
### 0.6.8 (2022-03-02)
|
|
382
|
+
- VcTextArea - add fixed-height state
|
|
383
|
+
- VcPopover - fix corners radius
|
|
384
|
+
- VcUpsellBlock - background overflow bug fix
|
|
385
|
+
- VcLink - add target as prop
|
|
386
|
+
- VcModalContainer - add xl size
|
|
387
|
+
|
|
388
|
+
### 0.6.7 (2022-03-01)
|
|
389
|
+
- VcButton - fix for color flavor
|
|
390
|
+
|
|
391
|
+
### 0.6.6 (2022-03-01)
|
|
392
|
+
- VcAvatar - support the 0 color id
|
|
393
|
+
- VcBanner - fix background to be branded
|
|
394
|
+
|
|
395
|
+
### 0.6.4 (2022-02-28)
|
|
396
|
+
- VcButton - add flavor prop
|
|
397
|
+
- VcBanner - Change component design
|
|
398
|
+
|
|
399
|
+
### 0.6.3 (2022-02-23)
|
|
400
|
+
- VcListbox - performance improve
|
|
401
|
+
|
|
402
|
+
### 0.6.2 (2022-02-22)
|
|
403
|
+
- VcListbox - minor fix
|
|
404
|
+
|
|
405
|
+
### 0.6.1 (2022-02-21)
|
|
406
|
+
- VcTextField - add tooltip, placeholder
|
|
407
|
+
- VcUpsellBlock - css fixes
|
|
408
|
+
|
|
409
|
+
### 0.6.0 (2022-02-20)
|
|
410
|
+
- VcModalHeader - add no close button new style
|
|
411
|
+
- VcPopover - add white background color
|
|
412
|
+
- VcActionList - fix icon size
|
|
413
|
+
- VcListbox - fix clicking not responding on the edges of the labels
|
|
414
|
+
- VcListbox - use v-list-item-group to get the full "checked" array
|
|
415
|
+
- VcListbox - tooltip option for a disabled item
|
|
416
|
+
- VcUpsellBlock
|
|
417
|
+
|
|
418
|
+
### 0.5.0 (2022-02-15)
|
|
419
|
+
- VcButton - add outlined and prepend default icon.
|
|
420
|
+
- VcBottomSheet
|
|
421
|
+
- VcInputBottomSheet
|
|
422
|
+
- VcModalHeader - add close button option
|
|
423
|
+
- VcLink - add cursor pointer
|
|
424
|
+
- VcModalHeader - add description
|
|
425
|
+
- VcPopover
|
|
426
|
+
- VcInputPopover
|
|
427
|
+
- VcBadge - update parameters, add test, enrich the story book
|
|
428
|
+
- VcWizard fix content height
|
|
429
|
+
- VcExpansionCard fix color
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
### 0.4.0 (2022-02-08)
|
|
433
|
+
- Added VcBadge component
|
|
434
|
+
- fix icon name in VcActionList
|
|
435
|
+
- add parameters to VcTextArea
|
|
436
|
+
- add button the ability to be link
|
|
437
|
+
- VcLink - add secondary
|
|
438
|
+
- VcLink - add prepend icon
|
|
439
|
+
- VcLink - change text context to label
|
|
440
|
+
- SvgIcons - rename chevron_left to chevron_right
|
|
441
|
+
- SvgIcons - add trash, copy, chevron_left
|
|
442
|
+
|
|
443
|
+
### 0.3.17 (2022-02-06)
|
|
444
|
+
- VcLink - add secondary
|
|
445
|
+
- VcLink - add prepend icon
|
|
446
|
+
- VcLink - change text context to label
|
|
447
|
+
- SvgIcons - rename chevron_left to chevron_right
|
|
448
|
+
- SvgIcons - add trash, copy, chevron_left
|
|
449
|
+
|
|
450
|
+
### 0.3.16 (2022-01-31)
|
|
451
|
+
- Center image in VcImage
|
|
452
|
+
- bug fix in VcBanner
|
|
453
|
+
- Bug fix in VcImage
|
|
454
|
+
- VcChip
|
|
455
|
+
- fix expansion card content slot to have padding
|
|
456
|
+
- text-area auto grow
|
|
457
|
+
|
|
458
|
+
### 0.3.15 (2022-01-24)
|
|
459
|
+
- rename wizard event to move forward
|
|
460
|
+
- move breakpoint from mixin to wizard component
|
|
461
|
+
- modify expansion card content slot to have padding
|
|
462
|
+
|
|
463
|
+
### 0.3.14 (2022-01-24)
|
|
464
|
+
- add the ability to use image path or object in all relevant places
|
|
465
|
+
- add VcImage to facilitate use of different types of images and SVGs
|
|
466
|
+
- add title to wizard stepsBar
|
|
467
|
+
|
|
468
|
+
### 0.3.12 (2022-01-18)
|
|
469
|
+
- add animation to shadow for hover on card
|
|
470
|
+
- fix border radius on action list
|
|
471
|
+
- fix v-model value in VcListEntity and VcExpansionCard
|
|
472
|
+
- added boolean useOffset prop on VcInputModal, VcNoticeModal, VcConfirmProminentModal
|
|
473
|
+
- VcChecklistItem
|
|
474
|
+
- VcListbox
|
|
475
|
+
- Add option to disable the tooltip on VcTooltip
|
|
476
|
+
- Add option to show the avatar on black & white
|
|
477
|
+
- Add option to remove the avatar border
|
|
478
|
+
|
|
479
|
+
### 0.2.10 (2022-01-13)
|
|
480
|
+
- small fixes on VcActions
|
|
481
|
+
- add icon option for switch component
|
|
482
|
+
- VcExpansionCard
|
|
483
|
+
- VcListEntity
|
|
484
|
+
|
|
485
|
+
### 0.2.9 (2022-01-12)
|
|
486
|
+
- update design on list item
|
|
487
|
+
- add loading option for confirm modal
|
|
488
|
+
|
|
489
|
+
### 0.2.4 (2022-01-05)
|
|
490
|
+
- adding svg images to vue object
|
|
491
|
+
- move VcSvg to global components
|
|
492
|
+
|
|
493
|
+
### 0.2.3 (2022-01-03)
|
|
494
|
+
- bug fix related to $ds
|
|
495
|
+
|
|
496
|
+
### 0.2.2 (2022-01-03)
|
|
497
|
+
- VcStepsBar
|
|
498
|
+
- VcMobileWizardProgress
|
|
499
|
+
- VcProgressCircular
|
|
500
|
+
- Separate init of i18n for easier unit testing in consuming project
|
|
501
|
+
|
|
502
|
+
### 0.2.1 (2021-12-29)
|
|
503
|
+
- adding mastercard and visa to icon
|
|
504
|
+
|
|
505
|
+
### 0.2.0 (2021-12-29)
|
|
506
|
+
- Adding VcEmptyState
|
|
507
|
+
- Adding VcLink
|
|
508
|
+
- Adding VcFocusArea
|
|
509
|
+
- Migrate the VcListItem component from FG
|
|
510
|
+
- Migrate the VcGroupHeader component from FG
|
|
511
|
+
- Adding VcEmptyState
|
|
512
|
+
- Adding VcLink
|
|
513
|
+
- update for VcButton - added pill (rounded) prop
|
|
514
|
+
- Migrate VcFilterPanel component from FG
|
|
515
|
+
- Migrate VcInfiniteScroll component from FG
|
|
516
|
+
- Add translation utility
|
|
517
|
+
- update VcToast
|
|
518
|
+
|
|
519
|
+
### 0.1.5 (2021-12-07)
|
|
520
|
+
- update for VcAlert - added inline state
|
|
521
|
+
- update for VcCard - update all design and add test and story
|
|
522
|
+
- simplify the process of adding svg icons
|
|
523
|
+
- Migrate the VcCheckbox component from FG
|
|
524
|
+
- add disabled css for VcButton
|
|
525
|
+
|
|
526
|
+
## 0.1.4 (2021-11-28)
|
|
527
|
+
- VcConfirmModal - added support for loader in modal buttons
|
|
528
|
+
- VcConfirmModal, VcModalContainer, VcModalWrapper - added support to add or remove the offset class
|
|
529
|
+
|
|
530
|
+
## 0.1.2 (2021-11-21)
|
|
531
|
+
### Added components
|
|
532
|
+
- VcActionsList
|
|
533
|
+
- VcBottomActions
|
|
534
|
+
- VcActions - A wrapper for VcActionsList and VcBottomActions that chooses which one to display, depending if it is used in desktop or mobile
|
|
535
|
+
- VcTooltip
|
|
536
|
+
- VcIconWithTooltip
|
|
537
|
+
|
|
538
|
+
### Added utilities
|
|
539
|
+
- util/colorUtil.js - utility functions commonly used for setting the theme
|
|
@@ -7820,6 +7820,7 @@ var __vue_component__$14 = __vue_component__$13;
|
|
|
7820
7820
|
//
|
|
7821
7821
|
//
|
|
7822
7822
|
//
|
|
7823
|
+
//
|
|
7823
7824
|
var script$D = {
|
|
7824
7825
|
components: {
|
|
7825
7826
|
VCard: VCard
|
|
@@ -7863,6 +7864,7 @@ var __vue_render__$C = function () {
|
|
|
7863
7864
|
attrs: {
|
|
7864
7865
|
"tile": "",
|
|
7865
7866
|
"outlined": !_vm.elevation,
|
|
7867
|
+
"ripple": false,
|
|
7866
7868
|
"data-qa": _vm.dataQa
|
|
7867
7869
|
},
|
|
7868
7870
|
on: {
|
|
@@ -7886,8 +7888,8 @@ var __vue_staticRenderFns__$C = [];
|
|
|
7886
7888
|
|
|
7887
7889
|
const __vue_inject_styles__$D = function (inject) {
|
|
7888
7890
|
if (!inject) return;
|
|
7889
|
-
inject("data-v-
|
|
7890
|
-
source: ".VcCard[data-v-
|
|
7891
|
+
inject("data-v-0e97d29a_0", {
|
|
7892
|
+
source: ".VcCard[data-v-0e97d29a]{position:relative;padding:16px 24px;border:1px solid var(--gray-lighten-1);box-sizing:border-box;box-shadow:none;overflow:hidden;transition:box-shadow .4s}.VcCard.elevation[data-v-0e97d29a]{border:0;box-shadow:var(--shadow-2)}.VcCard.elevation[data-v-0e97d29a]:hover{box-shadow:var(--shadow-5)}.VcCard.dash[data-v-0e97d29a]{border-top:0}.VcCard__dash[data-v-0e97d29a]{position:absolute;top:0;left:-5px;width:110%;border:0;height:5px}",
|
|
7891
7893
|
map: undefined,
|
|
7892
7894
|
media: undefined
|
|
7893
7895
|
});
|
|
@@ -7895,7 +7897,7 @@ const __vue_inject_styles__$D = function (inject) {
|
|
|
7895
7897
|
/* scoped */
|
|
7896
7898
|
|
|
7897
7899
|
|
|
7898
|
-
const __vue_scope_id__$D = "data-v-
|
|
7900
|
+
const __vue_scope_id__$D = "data-v-0e97d29a";
|
|
7899
7901
|
/* module identifier */
|
|
7900
7902
|
|
|
7901
7903
|
const __vue_module_identifier__$D = undefined;
|
|
@@ -9067,6 +9069,7 @@ var __vue_component__$S = __vue_component__$R;
|
|
|
9067
9069
|
//
|
|
9068
9070
|
//
|
|
9069
9071
|
//
|
|
9072
|
+
//
|
|
9070
9073
|
var script$u = {
|
|
9071
9074
|
name: 'VcBadge',
|
|
9072
9075
|
components: {
|
|
@@ -9104,6 +9107,11 @@ var script$u = {
|
|
|
9104
9107
|
type: String,
|
|
9105
9108
|
default: 'red',
|
|
9106
9109
|
validator: type => ["neutral", "orange", "red", "blue", "green"].includes(type)
|
|
9110
|
+
},
|
|
9111
|
+
size: {
|
|
9112
|
+
type: String,
|
|
9113
|
+
default: 'md',
|
|
9114
|
+
validator: prop => ['sm', 'md'].includes(prop)
|
|
9107
9115
|
}
|
|
9108
9116
|
}
|
|
9109
9117
|
};
|
|
@@ -9125,6 +9133,7 @@ var __vue_render__$t = function () {
|
|
|
9125
9133
|
"data-qa": _vm.dataQa
|
|
9126
9134
|
}
|
|
9127
9135
|
}, [_c('v-badge', {
|
|
9136
|
+
class: "" + _vm.size,
|
|
9128
9137
|
attrs: {
|
|
9129
9138
|
"color": "var(--" + this.flavor + ")",
|
|
9130
9139
|
"overlap": "",
|
|
@@ -9144,8 +9153,8 @@ var __vue_staticRenderFns__$t = [];
|
|
|
9144
9153
|
|
|
9145
9154
|
const __vue_inject_styles__$u = function (inject) {
|
|
9146
9155
|
if (!inject) return;
|
|
9147
|
-
inject("data-v-
|
|
9148
|
-
source: "[data-v-
|
|
9156
|
+
inject("data-v-7c238f66_0", {
|
|
9157
|
+
source: "[data-v-7c238f66] .v-icon__component{height:12px;width:12px}.sm[data-v-7c238f66] .v-badge__badge{font-size:11px;height:16px;min-width:16px}",
|
|
9149
9158
|
map: undefined,
|
|
9150
9159
|
media: undefined
|
|
9151
9160
|
});
|
|
@@ -9153,7 +9162,7 @@ const __vue_inject_styles__$u = function (inject) {
|
|
|
9153
9162
|
/* scoped */
|
|
9154
9163
|
|
|
9155
9164
|
|
|
9156
|
-
const __vue_scope_id__$u = "data-v-
|
|
9165
|
+
const __vue_scope_id__$u = "data-v-7c238f66";
|
|
9157
9166
|
/* module identifier */
|
|
9158
9167
|
|
|
9159
9168
|
const __vue_module_identifier__$u = undefined;
|
|
@@ -19832,8 +19841,8 @@ var __vue_staticRenderFns__$4 = [];
|
|
|
19832
19841
|
|
|
19833
19842
|
const __vue_inject_styles__$4 = function (inject) {
|
|
19834
19843
|
if (!inject) return;
|
|
19835
|
-
inject("data-v-
|
|
19836
|
-
source: ".VcBottomNav[data-v-
|
|
19844
|
+
inject("data-v-0d1678e8_0", {
|
|
19845
|
+
source: ".VcBottomNav[data-v-0d1678e8]{box-shadow:var(--bottom-nav-shadow)}.VcBottomNav--tab[data-v-0d1678e8]{text-transform:initial;padding:0;min-width:0;flex-grow:1;flex-basis:20%}@media screen and (min-width:960px){.VcBottomNav--tab[data-v-0d1678e8]{max-width:96px}}.VcBottomNav--item[data-v-0d1678e8]{margin:0 var(--size-value2);margin-top:1px}.VcBottomNav--skeleton[data-v-0d1678e8]{margin-top:var(--size-value1)}@media screen and (min-width:960px){.VcBottomNav--skeleton[data-v-0d1678e8]{margin-inline-start:var(--size-value2)}}.VcBottomNav--active[data-v-0d1678e8]{color:var(--v-secondary-base)}.VcBottomNav--label[data-v-0d1678e8]{font-size:var(--font-size-xs-small);font-weight:var(--font-weight-medium2);line-height:var(--size-value3);letter-spacing:.33px}@media screen and (min-width:960px){.VcBottomNav--label[data-v-0d1678e8]{margin-inline-start:var(--size-value2)}}[data-v-0d1678e8] .v-skeleton-loader__list-item{height:unset}[data-v-0d1678e8] .v-tabs-slider-wrapper{bottom:unset}[data-v-0d1678e8] .v-slide-group__next,[data-v-0d1678e8] .v-slide-group__prev{display:none!important}[data-v-0d1678e8] .v-tab:focus::before{opacity:0!important}",
|
|
19837
19846
|
map: undefined,
|
|
19838
19847
|
media: undefined
|
|
19839
19848
|
});
|
|
@@ -19841,7 +19850,7 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
19841
19850
|
/* scoped */
|
|
19842
19851
|
|
|
19843
19852
|
|
|
19844
|
-
const __vue_scope_id__$4 = "data-v-
|
|
19853
|
+
const __vue_scope_id__$4 = "data-v-0d1678e8";
|
|
19845
19854
|
/* module identifier */
|
|
19846
19855
|
|
|
19847
19856
|
const __vue_module_identifier__$4 = undefined;
|
|
@@ -20100,6 +20109,11 @@ var __vue_render__$3 = function () {
|
|
|
20100
20109
|
staticClass: "topmenu-title title-only",
|
|
20101
20110
|
attrs: {
|
|
20102
20111
|
"data-qa": _vm.dataQa + "-topMenuTitle"
|
|
20112
|
+
},
|
|
20113
|
+
on: {
|
|
20114
|
+
"click": function ($event) {
|
|
20115
|
+
return _vm.$emit('onTextActionableButtonClicked');
|
|
20116
|
+
}
|
|
20103
20117
|
}
|
|
20104
20118
|
}, [_vm._v("\n " + _vm._s(_vm.title) + "\n\n "), _c('VcButton', {
|
|
20105
20119
|
attrs: {
|
|
@@ -20107,11 +20121,6 @@ var __vue_render__$3 = function () {
|
|
|
20107
20121
|
"small": "",
|
|
20108
20122
|
"data-qa": _vm.dataQa + "-textActionableButton"
|
|
20109
20123
|
},
|
|
20110
|
-
on: {
|
|
20111
|
-
"click": function ($event) {
|
|
20112
|
-
return _vm.$emit('onTextActionableButtonClicked');
|
|
20113
|
-
}
|
|
20114
|
-
},
|
|
20115
20124
|
scopedSlots: _vm._u([{
|
|
20116
20125
|
key: "prepend",
|
|
20117
20126
|
fn: function () {
|
|
@@ -20275,8 +20284,8 @@ var __vue_staticRenderFns__$3 = [];
|
|
|
20275
20284
|
|
|
20276
20285
|
const __vue_inject_styles__$3 = function (inject) {
|
|
20277
20286
|
if (!inject) return;
|
|
20278
|
-
inject("data-v-
|
|
20279
|
-
source: ".topmenu-container[data-v-
|
|
20287
|
+
inject("data-v-2960e732_0", {
|
|
20288
|
+
source: ".topmenu-container[data-v-2960e732]{padding:var(--size-value2) var(--size-value3);background-color:var(--v-primary-base);height:var(--vc-top-bar-height)}.avatar-wrapper[data-v-2960e732]{padding:var(--size-value1)}.title-wrapper[data-v-2960e732]{padding-left:var(--size-value2);color:#fff;text-align:start}.shrinked-wrapper[data-v-2960e732]{flex-grow:0;flex-shrink:0}.button-wrapper[data-v-2960e732]{padding-left:var(--size-value2);flex-grow:0;flex-shrink:0;text-align:start}.topmenu-subtitle[data-v-2960e732]{font-size:var(--font-size-xx-small);font-weight:var(--font-weight-medium2);line-height:var(--size-value3);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.topmenu-title[data-v-2960e732]{font-weight:var(--font-weight-xl);line-height:var(--size-value7);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.title-with-subtitle[data-v-2960e732]{font-size:var(--font-size-medium0)}.title-only[data-v-2960e732]{font-size:var(--font-size-medium1)}[data-v-2960e732] .top-bar-image-logo.VcImage{height:var(--size-value8)}.menu-item-text[data-v-2960e732]{vertical-align:bottom;padding-left:var(--size-value1);font-size:var(--font-size-x-small);font-weight:var(--font-weight-large)}.menu-list[data-v-2960e732]{text-align:start}",
|
|
20280
20289
|
map: undefined,
|
|
20281
20290
|
media: undefined
|
|
20282
20291
|
});
|
|
@@ -20284,7 +20293,7 @@ const __vue_inject_styles__$3 = function (inject) {
|
|
|
20284
20293
|
/* scoped */
|
|
20285
20294
|
|
|
20286
20295
|
|
|
20287
|
-
const __vue_scope_id__$3 = "data-v-
|
|
20296
|
+
const __vue_scope_id__$3 = "data-v-2960e732";
|
|
20288
20297
|
/* module identifier */
|
|
20289
20298
|
|
|
20290
20299
|
const __vue_module_identifier__$3 = undefined;
|