@everchron/ec-shards 7.4.10 → 7.4.11

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.
@@ -18317,12 +18317,12 @@ var commentvue_type_template_id_1c125526_scoped_true_staticRenderFns = []
18317
18317
 
18318
18318
  // CONCATENATED MODULE: ./src/components/comment/comment.vue?vue&type=template&id=1c125526&scoped=true&
18319
18319
 
18320
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"aa91ff80-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/formatted/formatted.vue?vue&type=template&id=3d6047c9&
18321
- var formattedvue_type_template_id_3d6047c9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"ecs-formatted",class:_vm.small ? "ecs-formatted-sml" : ''},[(!_vm.loading)?_vm._t("default"):_c('ecs-skeleton-loader',{attrs:{"type":"multi","line-height":_vm.small ? 1 : 2,"count":_vm.skeletonCount}})],2)}
18322
- var formattedvue_type_template_id_3d6047c9_staticRenderFns = []
18320
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"aa91ff80-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/formatted/formatted.vue?vue&type=template&id=20293cbe&
18321
+ var formattedvue_type_template_id_20293cbe_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"ecs-formatted",class:_vm.small ? "ecs-formatted-sml" : '',attrs:{"id":_vm.formattedId}},[(!_vm.loading)?_vm._t("default"):_c('ecs-skeleton-loader',{attrs:{"type":"multi","line-height":_vm.small ? 1 : 2,"count":_vm.skeletonCount}})],2)}
18322
+ var formattedvue_type_template_id_20293cbe_staticRenderFns = []
18323
18323
 
18324
18324
 
18325
- // CONCATENATED MODULE: ./src/components/formatted/formatted.vue?vue&type=template&id=3d6047c9&
18325
+ // CONCATENATED MODULE: ./src/components/formatted/formatted.vue?vue&type=template&id=20293cbe&
18326
18326
 
18327
18327
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"aa91ff80-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/skeleton-loader/skeleton-loader.vue?vue&type=template&id=28049a77&scoped=true&
18328
18328
  var skeleton_loadervue_type_template_id_28049a77_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.type === 'rect' || _vm.type === 'circle')?_c('div',{staticClass:"ecs-skeleton skeleton",class:_vm.rectClass,style:({ width: _vm.width + 'px', 'height': _vm.height + 'px' })}):(_vm.type === 'multi')?_c('div',{staticClass:"ecs-skeleton skeletons"},_vm._l((parseInt(_vm.count)),function(n){return _c('div',{key:n,staticClass:"skeleton-wrap",class:'skeleton-line-height-'+_vm.lineHeight},[_c('div',{staticClass:"skeleton skeleton-single"})])}),0):_c('div',{staticClass:"ecs-skeleton skeleton-wrap",class:'skeleton-line-height-'+_vm.lineHeight},[_c('div',{staticClass:"skeleton skeleton-single",style:({ width: _vm.width + '%' })})])}
@@ -18419,6 +18419,7 @@ var skeleton_loader_component = normalizeComponent(
18419
18419
  /* harmony default export */ var skeleton_loader = (skeleton_loader_component.exports);
18420
18420
  // 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/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/formatted/formatted.vue?vue&type=script&lang=js&
18421
18421
 
18422
+
18422
18423
  //
18423
18424
  //
18424
18425
  //
@@ -18427,10 +18428,17 @@ var skeleton_loader_component = normalizeComponent(
18427
18428
  //
18428
18429
  //
18429
18430
 
18431
+
18430
18432
  /* harmony default export */ var formattedvue_type_script_lang_js_ = ({
18431
18433
  components: {
18432
18434
  EcsSkeletonLoader: skeleton_loader
18433
18435
  },
18436
+ mixins: [uniqueIdMixin],
18437
+ data: function data() {
18438
+ return {
18439
+ formattedId: null
18440
+ };
18441
+ },
18434
18442
  props: {
18435
18443
  /** Sets the general font size of the formatted text component to small. */
18436
18444
  small: {
@@ -18449,6 +18457,16 @@ var skeleton_loader_component = normalizeComponent(
18449
18457
  type: Number,
18450
18458
  default: 4
18451
18459
  }
18460
+ },
18461
+ created: function created() {
18462
+ this.formattedId = this.generateUniqueId();
18463
+ },
18464
+ mounted: function mounted() {
18465
+ var links = this.$el.querySelectorAll("#".concat(this.formattedId, " a"));
18466
+ links.forEach(function (link) {
18467
+ var url = link.getAttribute('href');
18468
+ link.setAttribute('title', "Open ".concat(url));
18469
+ });
18452
18470
  }
18453
18471
  });
18454
18472
  // CONCATENATED MODULE: ./src/components/formatted/formatted.vue?vue&type=script&lang=js&
@@ -18467,8 +18485,8 @@ var formattedvue_type_style_index_0_lang_scss_ = __webpack_require__("3441");
18467
18485
 
18468
18486
  var formatted_component = normalizeComponent(
18469
18487
  formatted_formattedvue_type_script_lang_js_,
18470
- formattedvue_type_template_id_3d6047c9_render,
18471
- formattedvue_type_template_id_3d6047c9_staticRenderFns,
18488
+ formattedvue_type_template_id_20293cbe_render,
18489
+ formattedvue_type_template_id_20293cbe_staticRenderFns,
18472
18490
  false,
18473
18491
  null,
18474
18492
  null,