memorial-ui-component-library 1.0.6-dev.2403 → 1.0.7-beta.2457
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/memorial-ui-component-library.common.js +4 -3
- package/dist/memorial-ui-component-library.common.js.map +1 -1
- package/dist/memorial-ui-component-library.umd.js +4 -3
- package/dist/memorial-ui-component-library.umd.js.map +1 -1
- package/dist/memorial-ui-component-library.umd.min.js +2 -2
- package/dist/memorial-ui-component-library.umd.min.js.map +1 -1
- package/dist/report.html +2 -2
- package/package.json +1 -1
|
@@ -10554,7 +10554,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
10554
10554
|
SdRater: function() { return /* reexport */ rater; },
|
|
10555
10555
|
SdSelect: function() { return /* reexport */ select_select; },
|
|
10556
10556
|
SdSelectOption: function() { return /* reexport */ select_option; },
|
|
10557
|
-
SdTabs: function() { return /* reexport */
|
|
10557
|
+
SdTabs: function() { return /* reexport */ tabs; },
|
|
10558
10558
|
"default": function() { return /* binding */ entry_lib; },
|
|
10559
10559
|
install: function() { return /* reexport */ src_install; }
|
|
10560
10560
|
});
|
|
@@ -22810,7 +22810,7 @@ var loader_component = normalizeComponent(
|
|
|
22810
22810
|
|
|
22811
22811
|
/* harmony default export */ var loader = (loader_component.exports);
|
|
22812
22812
|
;// ./package.json
|
|
22813
|
-
var package_namespaceObject = {"rE":"1.0.
|
|
22813
|
+
var package_namespaceObject = {"rE":"1.0.7"};
|
|
22814
22814
|
;// ./global-options.ts
|
|
22815
22815
|
|
|
22816
22816
|
var $memorial = {
|
|
@@ -29189,6 +29189,7 @@ function src_install(V, options) {
|
|
|
29189
29189
|
V.use(lib_radio);
|
|
29190
29190
|
V.use(lib_rater);
|
|
29191
29191
|
V.use(lib_select);
|
|
29192
|
+
V.use(lib_tabs);
|
|
29192
29193
|
}
|
|
29193
29194
|
// Pre-install library in browser environments
|
|
29194
29195
|
if (typeof window !== 'undefined' && window.Vue) {
|
|
@@ -29224,7 +29225,7 @@ var Directives = {
|
|
|
29224
29225
|
SdRater: rater,
|
|
29225
29226
|
SdSelect: select_select,
|
|
29226
29227
|
SdSelectOption: select_option,
|
|
29227
|
-
SdTabs:
|
|
29228
|
+
SdTabs: tabs
|
|
29228
29229
|
});
|
|
29229
29230
|
;// ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
29230
29231
|
|