@usssa/component-library 1.0.0-alpha.164 → 1.0.0-alpha.165

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Component Library v1.0.0-alpha.164
1
+ # Component Library v1.0.0-alpha.165
2
2
 
3
3
  **This library provides custom UI components for USSSA applications.**
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usssa/component-library",
3
- "version": "1.0.0-alpha.164",
3
+ "version": "1.0.0-alpha.165",
4
4
  "description": "A Quasar component library project",
5
5
  "productName": "Quasar component library App",
6
6
  "author": "Engineering Team <engineering@usssa.com>",
@@ -139,7 +139,7 @@ const updateToggle = (val) => {
139
139
  :modelValue="getKeyValueByTitle(item.label)"
140
140
  :aria-label="item.label"
141
141
  :hintText="item.hintText"
142
- :label="item.label"
142
+ :label="item.translateLabel"
143
143
  @update:modelValue="
144
144
  updateModelVal($event, titleToCamelCase(item.label))
145
145
  "
@@ -151,7 +151,7 @@ const updateToggle = (val) => {
151
151
  :aria-label="item.label"
152
152
  hintIcon=""
153
153
  :hintText="item.hintText"
154
- :label="item.label"
154
+ :label="item.translateLabel"
155
155
  :options="item.options"
156
156
  @update:modelValue="
157
157
  updateModelVal($event, titleToCamelCase(item.label))
@@ -163,7 +163,7 @@ const updateToggle = (val) => {
163
163
  :modelValue="getKeyValueByTitle(item.label)"
164
164
  :aria-label="item.label"
165
165
  :hintText="item.hintText"
166
- :label="item.label"
166
+ :label="item.translateLabel"
167
167
  :options="item.options"
168
168
  @update:modelValue="
169
169
  updateModelVal($event, titleToCamelCase(item.label))
@@ -176,7 +176,7 @@ const updateToggle = (val) => {
176
176
  :aria-label="item.label"
177
177
  hintIcon=""
178
178
  :hintText="item.hintText"
179
- :label="item.label"
179
+ :label="item.translateLabel"
180
180
  :options="item.options"
181
181
  placeholder=""
182
182
  :selected-country="model.selectedCountry"
@@ -195,7 +195,7 @@ const updateToggle = (val) => {
195
195
  :modelValue="getKeyValueByTitle(item.label)"
196
196
  :aria-label="item.label"
197
197
  :hintText="item.hintText"
198
- :label="item.label"
198
+ :label="item.translateLabel"
199
199
  outlined
200
200
  parentClass="col"
201
201
  @update:modelValue="