classcard-ui 0.2.186 → 0.2.187
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/dist/classcard-ui.common.js +6 -9
- package/dist/classcard-ui.common.js.map +1 -1
- package/dist/classcard-ui.umd.js +6 -9
- package/dist/classcard-ui.umd.js.map +1 -1
- package/dist/classcard-ui.umd.min.js +2 -2
- package/dist/classcard-ui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/icons.js +2 -1
package/dist/classcard-ui.umd.js
CHANGED
|
@@ -849,7 +849,7 @@ var es_array_from = __webpack_require__("a630");
|
|
|
849
849
|
|
|
850
850
|
|
|
851
851
|
function _iterableToArray(iter) {
|
|
852
|
-
if (typeof Symbol !== "undefined" &&
|
|
852
|
+
if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);
|
|
853
853
|
}
|
|
854
854
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.slice.js
|
|
855
855
|
var es_array_slice = __webpack_require__("fb6a");
|
|
@@ -22877,13 +22877,9 @@ function ownKeys(object, enumerableOnly) {
|
|
|
22877
22877
|
|
|
22878
22878
|
if (Object.getOwnPropertySymbols) {
|
|
22879
22879
|
var symbols = Object.getOwnPropertySymbols(object);
|
|
22880
|
-
|
|
22881
|
-
|
|
22882
|
-
|
|
22883
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22884
|
-
});
|
|
22885
|
-
}
|
|
22886
|
-
|
|
22880
|
+
if (enumerableOnly) symbols = symbols.filter(function (sym) {
|
|
22881
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22882
|
+
});
|
|
22887
22883
|
keys.push.apply(keys, symbols);
|
|
22888
22884
|
}
|
|
22889
22885
|
|
|
@@ -59850,7 +59846,8 @@ var CIconvue_type_template_id_d574955c_staticRenderFns = []
|
|
|
59850
59846
|
'globe-alt-solid': 'M4.083 9h1.946c.089-1.546.383-2.97.837-4.118A6.004 6.004 0 004.083 9zM10 2a8 8 0 100 16 8 8 0 000-16zm0 2c-.076 0-.232.032-.465.262-.238.234-.497.623-.737 1.182-.389.907-.673 2.142-.766 3.556h3.936c-.093-1.414-.377-2.649-.766-3.556-.24-.56-.5-.948-.737-1.182C10.232 4.032 10.076 4 10 4zm3.971 5c-.089-1.546-.383-2.97-.837-4.118A6.004 6.004 0 0115.917 9h-1.946zm-2.003 2H8.032c.093 1.414.377 2.649.766 3.556.24.56.5.948.737 1.182.233.23.389.262.465.262.076 0 .232-.032.465-.262.238-.234.498-.623.737-1.182.389-.907.673-2.142.766-3.556zm1.166 4.118c.454-1.147.748-2.572.837-4.118h1.946a6.004 6.004 0 01-2.783 4.118zm-6.268 0C6.412 13.97 6.118 12.546 6.03 11H4.083a6.004 6.004 0 002.783 4.118z',
|
|
59851
59847
|
'x-circle-solid': 'M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z',
|
|
59852
59848
|
'x-circle-outline': 'M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z',
|
|
59853
|
-
'check-circle-outline': 'M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z'
|
|
59849
|
+
'check-circle-outline': 'M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z',
|
|
59850
|
+
'play-solid': 'M10 18a8 8 0 100-16 8 8 0 000 16zM9.555 7.168A1 1 0 008 8v4a1 1 0 001.555.832l3-2a1 1 0 000-1.664l-3-2z'
|
|
59854
59851
|
});
|
|
59855
59852
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CIcon/CIcon.vue?vue&type=script&lang=js&
|
|
59856
59853
|
|