- Renamed components name prefix from Vsud to Soft.
- VsudAlert
icon
prop updated with empty default value. - VsudAvatar
img
prop updated withrequired: true
attribute. - VsudInput
isValid
prop removed and added
andsuccess
props instead.error
- VsudInput
placeholder
prop set with default value ofType here...
. - VsudInput
type
prop set with default value oftext
. - VsudInput
isRequired
prop updated with default value offalse
. - VsudPagination
color
set to default value ofsuccess
. - VsudPagination
size
set to default value ofmd
. - VsudButton
color
prop updated frominfo
tosuccess
color. - VsudCheckbox
checked
prop updated fromstring
toboolean
. - VsudProgress
color
prop updated fromprimary
tosuccess
. - VsudProgress
percentage
prop is nowrequired
and updated fromstring
toNumber
. - VsudRadio
name
, and
props are now set toid
required.
- VsudRadio
checked
prop type changed fromstring
toboolean
and default value set tofalse
. - VsudSwitch
name
, andid
prop values arerequired
now. - VsudSwitch
checked
prop typechanged
fromstring
toboolean
. - VsudSwitch
inputClass
prop removed and can directly be accessed usingclass
. - VsudTextArea
id
prop is set torequired
now. - VsudTextArea
placeholder
prop has now a default text. - Renamed
Card
component toMiniStatisticsCard
. - MiniStatisticsCard
title
prop acceptsString
andObject
withtext
andcolor
keys. - MiniStatisticsCard
value
prop acceptsNumber
,String
, andObject
withtext
, andcolor
keys. - MiniStatisticsCard
percentage
prop acceptsString
andObject
withvalue
andcolor
keys. The defaultcolor
is set totext-success
. - MiniStatisticsCard
icon
prop acceptsString
andObject
withcomponent
andbackground
keys. The defaultbackground
color is set tobg-white
. - MiniStatisticsCard
classContent
prop accepts astring
to apply custom class around the content. - DefaultInfoCard
classIcon
prop is renamed toicon
. - DefaultInfoCard
icon
prop can accept aString
orObject
withcomponent
andbackground
keys. - DefaultInfoCard
title
prop’s value is set torequired
. - DefaultInfoCard
price
prop is renamed tovalue
with the acceptable types ofString
, andNumber
. - MasterCard
props
refactored to a singlecard
object prop with the following keys:number
accepts aString
with the default value of7852 4594 1122 4562
.holderText
accepts aString
with the default value ofCard Holder
.holderName
accepts aString
with the default value ofJack Peterson
.expiryText
accepts aString
with the default value ofExpirs
.expiryDate
accepts aString
with the default value of11/22
.background
accepts aString
with the default value ofdark
.
- Added
MiniPlayerCard
component withcolor
, andsong
props. - Renamed
NewTabCard
toPlaceHolderCard
. - Added
icon
, andtitle
prop type of object withvariant
andtext
keys to PlaceholderCard. - Deleted
TransactionsCard
andRevenueCard
components and added newRankingList
andRankingListCard
component instead. - Added
card
object prop withtitle
,subtitle
,date
keys toRankingListCard
component. - Added boolean
HorizontalBreak
and arrayitem
props withtitle
,date
,amount
,icon
,color
keys toRankingListCard
component. - Added
id
,height
,title
,description
andchart
props toGradientLineChart
. Thechart
hasObject
data type with the following keys:labels
hasArray
data type.datasets
hasArray
data type with the following keys:label
hasString
data type.data
hasArray
data type.
- Renamed
ActiveUsersChart
component toReportsBarChart
. - Added Added
id
,color
,title
,description
,chart
, anditems
props toReportsBarChart
. Theitems
prop hasArray
data type and thechart
hasObject
data type with the following keys:labels
hasArray
data type.datasets
hasObject
data type with the following keys:label
hasString
data type.data
hasArray
data type.
- Updated
BillingCard
with thetitle
andbills
props. - Renamed
CardCalendar
component toCalendarCard
component and addeditems
prop type of array withtime
anddescription
keys. - Renamed
ProjectOverviewCard
component toDefaultProjectCard
component and added the following props:image
,label
,title
,description
,action
, andauthors
props. - Renamed
CardEmail
component toEmailCard
component and Addedroute
,text
, andtooltip
props. - Renamed
CardMessage
component toMessageCard
component. - Added
title
, andmessages
prop type of array with theroute
,tooltip
, andimages
keys to MessageCard. - Renamed
PaymentCard
component toPaymentMethodsCard
component. - Renamed
ProfileCard
component toProfileInfoCard
and added the following props:title
,description
,info
,social
, andaction
. - Deleted
TimelineCard
component and addedTimelineList
andTimelineItem
components. - Added
title
,description
anddarkMode
props to TimelineList component. - Added
color
,icon
,title
,dateTime
,description
,badges
, anddarkMode
props to TimelineItem component. - Renamed
CardToDo
component toTodoCard
component. - Added
todos
prop toTodoCard
component.
@/components/Icon.vue
@/components/Icon/Air.vue
@/components/Icon/Basket.vue
@/components/Icon/Box3d.vue
@/components/Icon/CreditCard.vue
@/components/Icon/CustomerSupport.vue
@/components/Icon/Document.vue
@/components/Icon/GettingStarted.vue
@/components/Icon/Humidity.vue
@/components/Icon/Lights.vue
@/components/Icon/Office.vue
@/components/Icon/Settings.vue
@/components/Icon/Shop.vue
@/components/Icon/Spaceship.vue
@/components/Icon/Switches.vue
@/components/Icon/Temperature.vue
@/components/Icon/Wifi.vue
@fortawesome/vue-fontawesome