classcard-ui 0.2.255 → 0.2.256

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.255",
3
+ "version": "0.2.256",
4
4
  "main": "dist/classcard-ui.common.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -18,6 +18,7 @@
18
18
  @search:focus="$emit('search:focus')"
19
19
  :label="optionLabel"
20
20
  :clearable="clearable"
21
+ :loading="loading"
21
22
  >
22
23
  <template #open-indicator="{ attributes }">
23
24
  <span v-bind="attributes">
@@ -161,6 +162,10 @@ export default {
161
162
  errorMessage: {
162
163
  type: String,
163
164
  },
165
+ loading: {
166
+ type: Boolean,
167
+ default: false,
168
+ },
164
169
  },
165
170
  computed: {},
166
171
  data() {