@dialpad/dialtone-vue 3.21.0 → 3.22.1-beta.1
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/component-documentation.json +1 -1
- package/dist/dialtone-vue.common.js +584 -182
- package/dist/dialtone-vue.umd.js +1127 -733
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/dist/emoji.umd.js +48 -56
- package/dist/emoji.umd.min.js +1 -1
- package/package.json +56 -19
package/dist/emoji.umd.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
-
module.exports = factory(
|
|
3
|
+
module.exports = factory();
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
5
|
define([], factory);
|
|
6
6
|
else if(typeof exports === 'object')
|
|
7
|
-
exports["emoji"] = factory(
|
|
7
|
+
exports["emoji"] = factory();
|
|
8
8
|
else
|
|
9
|
-
root["emoji"] = factory(
|
|
10
|
-
})((typeof self !== 'undefined' ? self : this), (
|
|
9
|
+
root["emoji"] = factory();
|
|
10
|
+
})((typeof self !== 'undefined' ? self : this), () => {
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
@@ -467,14 +467,6 @@ function applyToTag (styleElement, obj) {
|
|
|
467
467
|
}
|
|
468
468
|
|
|
469
469
|
|
|
470
|
-
/***/ }),
|
|
471
|
-
|
|
472
|
-
/***/ 203:
|
|
473
|
-
/***/ ((module) => {
|
|
474
|
-
|
|
475
|
-
"use strict";
|
|
476
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__203__;
|
|
477
|
-
|
|
478
470
|
/***/ })
|
|
479
471
|
|
|
480
472
|
/******/ });
|
|
@@ -796,27 +788,27 @@ function findEmojis(textContent) {
|
|
|
796
788
|
const emojis = matches.length ? matches.map(match => match[0]) : [];
|
|
797
789
|
return new Set(emojis);
|
|
798
790
|
}
|
|
799
|
-
|
|
800
|
-
|
|
791
|
+
;// CONCATENATED MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
792
|
+
const external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject = require("vue");
|
|
801
793
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/emoji/emoji.vue?vue&type=template&id=a9cdd478
|
|
802
794
|
|
|
803
795
|
const _hoisted_1 = ["aria-label", "alt", "title", "src"];
|
|
804
796
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
805
|
-
const _component_dt_skeleton = (0,
|
|
797
|
+
const _component_dt_skeleton = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-skeleton");
|
|
806
798
|
|
|
807
|
-
return (0,
|
|
808
|
-
class: (0,
|
|
809
|
-
}, [(0,
|
|
799
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("span", {
|
|
800
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)($options.skeletonSizeClass)
|
|
801
|
+
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withDirectives)((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_dt_skeleton, {
|
|
810
802
|
offset: 0,
|
|
811
|
-
class: (0,
|
|
803
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)($options.skeletonSizeClass),
|
|
812
804
|
"shape-option": {
|
|
813
805
|
shape: 'square',
|
|
814
806
|
contentClass: $options.skeletonSizeClass,
|
|
815
807
|
size: 'auto'
|
|
816
808
|
}
|
|
817
|
-
}, null, 8, ["class", "shape-option"]), [[
|
|
809
|
+
}, null, 8, ["class", "shape-option"]), [[external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.vShow, $data.imgLoading && $props.showSkeleton]]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withDirectives)((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("img", {
|
|
818
810
|
ref: "emojiImg",
|
|
819
|
-
class: (0,
|
|
811
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)([$props.size, $props.imgClass]),
|
|
820
812
|
"aria-label": $options.emojiLabel,
|
|
821
813
|
alt: $options.emojiAlt,
|
|
822
814
|
title: $options.emojiLabel,
|
|
@@ -827,7 +819,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
827
819
|
onError: _cache[1] || (_cache[1] = function () {
|
|
828
820
|
return $options.imageErrored && $options.imageErrored(...arguments);
|
|
829
821
|
})
|
|
830
|
-
}, null, 42, _hoisted_1), [[
|
|
822
|
+
}, null, 42, _hoisted_1), [[external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.vShow, !$data.imgLoading]])], 2);
|
|
831
823
|
}
|
|
832
824
|
;// CONCATENATED MODULE: ./components/emoji/emoji.vue?vue&type=template&id=a9cdd478
|
|
833
825
|
|
|
@@ -850,37 +842,37 @@ const EMOJI_SIZES = {
|
|
|
850
842
|
|
|
851
843
|
const skeletonvue_type_template_id_47dbc65e_hoisted_1 = ["aria-label"];
|
|
852
844
|
function skeletonvue_type_template_id_47dbc65e_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
853
|
-
const _component_dt_skeleton_list_item = (0,
|
|
845
|
+
const _component_dt_skeleton_list_item = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-skeleton-list-item");
|
|
854
846
|
|
|
855
|
-
const _component_dt_skeleton_shape = (0,
|
|
847
|
+
const _component_dt_skeleton_shape = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-skeleton-shape");
|
|
856
848
|
|
|
857
|
-
const _component_dt_skeleton_paragraph = (0,
|
|
849
|
+
const _component_dt_skeleton_paragraph = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-skeleton-paragraph");
|
|
858
850
|
|
|
859
|
-
const _component_dt_skeleton_text = (0,
|
|
851
|
+
const _component_dt_skeleton_text = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-skeleton-text");
|
|
860
852
|
|
|
861
|
-
return (0,
|
|
853
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", {
|
|
862
854
|
"aria-busy": "true",
|
|
863
855
|
role: "status",
|
|
864
856
|
"aria-label": $props.ariaLabel
|
|
865
|
-
}, [$props.listItemOption ? ((0,
|
|
857
|
+
}, [$props.listItemOption ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createBlock)(_component_dt_skeleton_list_item, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.mergeProps)({
|
|
866
858
|
key: 0
|
|
867
859
|
}, $props.listItemOption === true ? {} : $props.listItemOption, {
|
|
868
860
|
"animation-duration": $props.animationDuration,
|
|
869
861
|
animate: $props.animate,
|
|
870
862
|
offset: $props.offset
|
|
871
|
-
}), null, 16, ["animation-duration", "animate", "offset"])) : $props.shapeOption ? ((0,
|
|
863
|
+
}), null, 16, ["animation-duration", "animate", "offset"])) : $props.shapeOption ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createBlock)(_component_dt_skeleton_shape, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.mergeProps)({
|
|
872
864
|
key: 1
|
|
873
865
|
}, $props.shapeOption === true ? {} : $props.shapeOption, {
|
|
874
866
|
"animation-duration": $props.animationDuration,
|
|
875
867
|
animate: $props.animate,
|
|
876
868
|
offset: $props.offset
|
|
877
|
-
}), null, 16, ["animation-duration", "animate", "offset"])) : $props.paragraphOption ? ((0,
|
|
869
|
+
}), null, 16, ["animation-duration", "animate", "offset"])) : $props.paragraphOption ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createBlock)(_component_dt_skeleton_paragraph, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.mergeProps)({
|
|
878
870
|
key: 2
|
|
879
871
|
}, $props.paragraphOption === true ? {} : $props.paragraphOption, {
|
|
880
872
|
"animation-duration": $props.animationDuration,
|
|
881
873
|
animate: $props.animate,
|
|
882
874
|
offset: $props.offset
|
|
883
|
-
}), null, 16, ["animation-duration", "animate", "offset"])) : ((0,
|
|
875
|
+
}), null, 16, ["animation-duration", "animate", "offset"])) : ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createBlock)(_component_dt_skeleton_text, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.mergeProps)({
|
|
884
876
|
key: 3
|
|
885
877
|
}, $props.textOption || {}, {
|
|
886
878
|
"animation-duration": $props.animationDuration,
|
|
@@ -893,13 +885,13 @@ function skeletonvue_type_template_id_47dbc65e_render(_ctx, _cache, $props, $set
|
|
|
893
885
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/skeleton/skeleton-shape.vue?vue&type=template&id=afabf0b6
|
|
894
886
|
|
|
895
887
|
function skeleton_shapevue_type_template_id_afabf0b6_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
896
|
-
return (0,
|
|
888
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", {
|
|
897
889
|
ref: "skeleton",
|
|
898
890
|
"data-qa": "skeleton-shape",
|
|
899
|
-
class: (0,
|
|
891
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)(['skeleton-placeholder', $data.SKELETON_SHAPES[$props.shape], {
|
|
900
892
|
'skeleton-placeholder--animate': $props.animate
|
|
901
893
|
}, $props.contentClass]),
|
|
902
|
-
style: (0,
|
|
894
|
+
style: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeStyle)($options.shapeStyles)
|
|
903
895
|
}, null, 6);
|
|
904
896
|
}
|
|
905
897
|
;// CONCATENATED MODULE: ./components/skeleton/skeleton-shape.vue?vue&type=template&id=afabf0b6
|
|
@@ -1074,16 +1066,16 @@ const skeleton_list_itemvue_type_template_id_550aef30_hoisted_1 = {
|
|
|
1074
1066
|
class: "d-d-flex d-fd-column d-w100p"
|
|
1075
1067
|
};
|
|
1076
1068
|
function skeleton_list_itemvue_type_template_id_550aef30_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1077
|
-
const _component_dt_skeleton_shape = (0,
|
|
1069
|
+
const _component_dt_skeleton_shape = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-skeleton-shape");
|
|
1078
1070
|
|
|
1079
|
-
const _component_dt_skeleton_paragraph = (0,
|
|
1071
|
+
const _component_dt_skeleton_paragraph = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-skeleton-paragraph");
|
|
1080
1072
|
|
|
1081
|
-
return (0,
|
|
1073
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", {
|
|
1082
1074
|
"data-qa": "skeleton-list-item",
|
|
1083
|
-
class: (0,
|
|
1075
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)(['d-d-flex', {
|
|
1084
1076
|
'd-ai-center': $props.paragraphs.rows === 1
|
|
1085
1077
|
}, $props.contentClass])
|
|
1086
|
-
}, [(0,
|
|
1078
|
+
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_dt_skeleton_shape, {
|
|
1087
1079
|
class: "d-mr8",
|
|
1088
1080
|
size: $props.shapeSize,
|
|
1089
1081
|
shape: $props.shape,
|
|
@@ -1091,7 +1083,7 @@ function skeleton_list_itemvue_type_template_id_550aef30_render(_ctx, _cache, $p
|
|
|
1091
1083
|
animate: $props.animate,
|
|
1092
1084
|
offset: $props.offset,
|
|
1093
1085
|
"content-class": $props.shapeClass
|
|
1094
|
-
}, null, 8, ["size", "shape", "animation-duration", "animate", "offset", "content-class"]), (0,
|
|
1086
|
+
}, null, 8, ["size", "shape", "animation-duration", "animate", "offset", "content-class"]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", skeleton_list_itemvue_type_template_id_550aef30_hoisted_1, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_dt_skeleton_paragraph, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.mergeProps)($props.paragraphs, {
|
|
1095
1087
|
"animation-duration": $props.animationDuration,
|
|
1096
1088
|
animate: $props.animate,
|
|
1097
1089
|
offset: $props.offset
|
|
@@ -1102,17 +1094,17 @@ function skeleton_list_itemvue_type_template_id_550aef30_render(_ctx, _cache, $p
|
|
|
1102
1094
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/skeleton/skeleton-paragraph.vue?vue&type=template&id=74552fc9
|
|
1103
1095
|
|
|
1104
1096
|
function skeleton_paragraphvue_type_template_id_74552fc9_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1105
|
-
const _component_dt_skeleton_text = (0,
|
|
1097
|
+
const _component_dt_skeleton_text = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-skeleton-text");
|
|
1106
1098
|
|
|
1107
|
-
return (0,
|
|
1108
|
-
class: (0,
|
|
1099
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", {
|
|
1100
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)(['d-w100p', $props.contentClass]),
|
|
1109
1101
|
contentClass: "",
|
|
1110
1102
|
"data-qa": "skeleton-paragraph"
|
|
1111
|
-
}, [((0,
|
|
1112
|
-
return (0,
|
|
1103
|
+
}, [((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)(external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.Fragment, null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderList)($options.integerRows, row => {
|
|
1104
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createBlock)(_component_dt_skeleton_text, {
|
|
1113
1105
|
key: row,
|
|
1114
1106
|
"data-qa": "skeleton-paragraph-row",
|
|
1115
|
-
class: (0,
|
|
1107
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)([{
|
|
1116
1108
|
'd-mb12': row !== $options.integerRows
|
|
1117
1109
|
}]),
|
|
1118
1110
|
"content-class": $props.rowClass,
|
|
@@ -1128,29 +1120,29 @@ function skeleton_paragraphvue_type_template_id_74552fc9_render(_ctx, _cache, $p
|
|
|
1128
1120
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/skeleton/skeleton-text.vue?vue&type=template&id=0603ca4d
|
|
1129
1121
|
|
|
1130
1122
|
function skeleton_textvue_type_template_id_0603ca4d_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1131
|
-
return $props.type === 'body' ? ((0,
|
|
1123
|
+
return $props.type === 'body' ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", {
|
|
1132
1124
|
key: 0,
|
|
1133
1125
|
ref: "skeleton",
|
|
1134
1126
|
"data-qa": "skeleton-text-body",
|
|
1135
|
-
class: (0,
|
|
1127
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)(['d-h8', 'd-bar2', 'skeleton-placeholder', {
|
|
1136
1128
|
'skeleton-placeholder--animate': $props.animate
|
|
1137
1129
|
}, $props.contentClass]),
|
|
1138
|
-
style: (0,
|
|
1130
|
+
style: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeStyle)({
|
|
1139
1131
|
width: $props.width,
|
|
1140
1132
|
..._ctx.skeletonStyle
|
|
1141
1133
|
})
|
|
1142
|
-
}, null, 6)) : $props.type === 'heading' ? ((0,
|
|
1134
|
+
}, null, 6)) : $props.type === 'heading' ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", {
|
|
1143
1135
|
key: 1,
|
|
1144
1136
|
ref: "skeleton",
|
|
1145
1137
|
"data-qa": "skeleton-text-heading",
|
|
1146
|
-
class: (0,
|
|
1138
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)([$data.SKELETON_HEADING_HEIGHTS[$props.headingHeight], 'd-bar2', 'skeleton-placeholder', {
|
|
1147
1139
|
'skeleton-placeholder--animate': $props.animate
|
|
1148
1140
|
}, $props.contentClass]),
|
|
1149
|
-
style: (0,
|
|
1141
|
+
style: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeStyle)({
|
|
1150
1142
|
width: $props.width,
|
|
1151
1143
|
..._ctx.skeletonStyle
|
|
1152
1144
|
})
|
|
1153
|
-
}, null, 6)) : (0,
|
|
1145
|
+
}, null, 6)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true);
|
|
1154
1146
|
}
|
|
1155
1147
|
;// CONCATENATED MODULE: ./components/skeleton/skeleton-text.vue?vue&type=template&id=0603ca4d
|
|
1156
1148
|
|
|
@@ -1855,7 +1847,7 @@ const emoji_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(emojivue_typ
|
|
|
1855
1847
|
const split = textContent.split(regexp);
|
|
1856
1848
|
return split.map(item => {
|
|
1857
1849
|
if (replaceList.includes(item)) {
|
|
1858
|
-
return (0,
|
|
1850
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.h)(emoji, { ...this.$attrs,
|
|
1859
1851
|
class: 'd-mx4 d-d-inline-block',
|
|
1860
1852
|
code: item
|
|
1861
1853
|
});
|
|
@@ -1877,7 +1869,7 @@ const emoji_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(emojivue_typ
|
|
|
1877
1869
|
if (typeof VNode.type === 'symbol') return this.searchCodes(VNode.children);
|
|
1878
1870
|
if ((_VNode$props = VNode.props) !== null && _VNode$props !== void 0 && _VNode$props.innerHTML) return this.searchVNodes(VNode.props.innerHTML);
|
|
1879
1871
|
const children = Array.isArray(VNode.children) ? VNode.children : [VNode.children];
|
|
1880
|
-
return (0,
|
|
1872
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.h)(VNode.type, VNode.props, children.map(VNodeChild => this.searchVNodes(VNodeChild)));
|
|
1881
1873
|
},
|
|
1882
1874
|
|
|
1883
1875
|
// TODO: Find a way to crawl vue components
|
|
@@ -1901,7 +1893,7 @@ const emoji_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(emojivue_typ
|
|
|
1901
1893
|
|
|
1902
1894
|
render() {
|
|
1903
1895
|
const defaultSlotContent = this.$slots.default ? this.$slots.default() : [];
|
|
1904
|
-
return (0,
|
|
1896
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.h)(this.elementType, {
|
|
1905
1897
|
'data-qa': 'emoji-text-wrapper',
|
|
1906
1898
|
class: this.$attrs.class
|
|
1907
1899
|
}, this.loadingEmojiJson ? defaultSlotContent : defaultSlotContent.map(VNode => this.searchVNodes(VNode)));
|