@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.
@@ -18308,12 +18308,12 @@ var commentvue_type_template_id_1c125526_scoped_true_staticRenderFns = []
18308
18308
 
18309
18309
  // CONCATENATED MODULE: ./src/components/comment/comment.vue?vue&type=template&id=1c125526&scoped=true&
18310
18310
 
18311
- // 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&
18312
- 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)}
18313
- var formattedvue_type_template_id_3d6047c9_staticRenderFns = []
18311
+ // 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&
18312
+ 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)}
18313
+ var formattedvue_type_template_id_20293cbe_staticRenderFns = []
18314
18314
 
18315
18315
 
18316
- // CONCATENATED MODULE: ./src/components/formatted/formatted.vue?vue&type=template&id=3d6047c9&
18316
+ // CONCATENATED MODULE: ./src/components/formatted/formatted.vue?vue&type=template&id=20293cbe&
18317
18317
 
18318
18318
  // 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&
18319
18319
  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 + '%' })})])}
@@ -18410,6 +18410,7 @@ var skeleton_loader_component = normalizeComponent(
18410
18410
  /* harmony default export */ var skeleton_loader = (skeleton_loader_component.exports);
18411
18411
  // 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&
18412
18412
 
18413
+
18413
18414
  //
18414
18415
  //
18415
18416
  //
@@ -18418,10 +18419,17 @@ var skeleton_loader_component = normalizeComponent(
18418
18419
  //
18419
18420
  //
18420
18421
 
18422
+
18421
18423
  /* harmony default export */ var formattedvue_type_script_lang_js_ = ({
18422
18424
  components: {
18423
18425
  EcsSkeletonLoader: skeleton_loader
18424
18426
  },
18427
+ mixins: [uniqueIdMixin],
18428
+ data: function data() {
18429
+ return {
18430
+ formattedId: null
18431
+ };
18432
+ },
18425
18433
  props: {
18426
18434
  /** Sets the general font size of the formatted text component to small. */
18427
18435
  small: {
@@ -18440,6 +18448,16 @@ var skeleton_loader_component = normalizeComponent(
18440
18448
  type: Number,
18441
18449
  default: 4
18442
18450
  }
18451
+ },
18452
+ created: function created() {
18453
+ this.formattedId = this.generateUniqueId();
18454
+ },
18455
+ mounted: function mounted() {
18456
+ var links = this.$el.querySelectorAll("#".concat(this.formattedId, " a"));
18457
+ links.forEach(function (link) {
18458
+ var url = link.getAttribute('href');
18459
+ link.setAttribute('title', "Open ".concat(url));
18460
+ });
18443
18461
  }
18444
18462
  });
18445
18463
  // CONCATENATED MODULE: ./src/components/formatted/formatted.vue?vue&type=script&lang=js&
@@ -18458,8 +18476,8 @@ var formattedvue_type_style_index_0_lang_scss_ = __webpack_require__("3441");
18458
18476
 
18459
18477
  var formatted_component = normalizeComponent(
18460
18478
  formatted_formattedvue_type_script_lang_js_,
18461
- formattedvue_type_template_id_3d6047c9_render,
18462
- formattedvue_type_template_id_3d6047c9_staticRenderFns,
18479
+ formattedvue_type_template_id_20293cbe_render,
18480
+ formattedvue_type_template_id_20293cbe_staticRenderFns,
18463
18481
  false,
18464
18482
  null,
18465
18483
  null,