vue-intergrall-plugins 1.1.15 → 1.1.16
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.
|
@@ -12353,7 +12353,8 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
12353
12353
|
ScrollContent: __vue_component__$7,
|
|
12354
12354
|
VueLoader: Loader,
|
|
12355
12355
|
Email: __vue_component__$3,
|
|
12356
|
-
EmailExpanded: __vue_component__$1
|
|
12356
|
+
EmailExpanded: __vue_component__$1,
|
|
12357
|
+
EmailFile: EmailFile
|
|
12357
12358
|
});
|
|
12358
12359
|
|
|
12359
12360
|
// Import vue components
|
|
@@ -12365,4 +12366,4 @@ const install = function installVueIntergrallPlugins(Vue) {
|
|
|
12365
12366
|
});
|
|
12366
12367
|
};
|
|
12367
12368
|
|
|
12368
|
-
export { BtnEmojis, __vue_component__$p as Card, __vue_component__$k as CardMessages, __vue_component__$c as ChatMessages, __vue_component__$3 as Email, __vue_component__$1 as EmailExpanded, __vue_component__$t as ExpandTextarea, InteratividadeFormulario, __vue_component__$7 as ScrollContent, __vue_component__$9 as SimpleButton, __vue_component__$v as TemplateGenerator, TextFooter, Loader as VueLoader, install as default };
|
|
12369
|
+
export { BtnEmojis, __vue_component__$p as Card, __vue_component__$k as CardMessages, __vue_component__$c as ChatMessages, __vue_component__$3 as Email, __vue_component__$1 as EmailExpanded, EmailFile, __vue_component__$t as ExpandTextarea, InteratividadeFormulario, __vue_component__$7 as ScrollContent, __vue_component__$9 as SimpleButton, __vue_component__$v as TemplateGenerator, TextFooter, Loader as VueLoader, install as default };
|