classcard-ui 0.2.840 → 0.2.841

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "classcard-ui",
3
- "version": "0.2.840",
3
+ "version": "0.2.841",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -19,6 +19,7 @@
19
19
  focus:ring-1
20
20
  "
21
21
  >
22
+ <c-icon v-if="isLoading" class="mr-2 h-4 w-4" name="loader"></c-icon>
22
23
  {{ selectedValue ? selectedValue : label }}
23
24
  </button>
24
25
  <span class="-ml-px relative block">
@@ -115,6 +116,10 @@ export default {
115
116
  dropdownPositionClass: {
116
117
  type: String,
117
118
  },
119
+ isLoading: {
120
+ type: Boolean,
121
+ default: false,
122
+ },
118
123
  },
119
124
  data() {
120
125
  return {