@ldmjs/ui 1.0.6 → 1.0.8
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/README.md +2 -0
- package/dist/css/index.css +3 -3
- package/dist/index.d.ts +10 -15
- package/dist/index.js +68 -44
- package/dist/scss/_toasted.scss +15 -0
- package/dist/scss/index.scss +1 -0
- package/dist/types/toasted.d.ts +6 -0
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"vue-screen-utils": "1.0.0-beta.13",
|
|
8
8
|
"lodash-es": "4.17.21",
|
|
9
9
|
"md-editor-v3": "4.15.6",
|
|
10
|
+
"vue-toastification": "2.0.0-rc.5",
|
|
10
11
|
|
|
11
12
|
# Installation
|
|
12
13
|
|
|
@@ -33,6 +34,7 @@ import '@ldmjs/ui/dist/scss';
|
|
|
33
34
|
import 'vuetify/styles';
|
|
34
35
|
import 'material-design-icons-iconfont/dist/material-design-icons.css';
|
|
35
36
|
import 'md-editor-v3/lib/style.css';
|
|
37
|
+
import 'vue-toastification/dist/index.css';
|
|
36
38
|
import ldmui from '@ldmjs/ui';
|
|
37
39
|
```
|
|
38
40
|
|
package/dist/css/index.css
CHANGED
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
|
|
9
9
|
.ld-datepicker[data-v-98da67e2]{display:flex;min-width:100%;max-width:100%;width:100%;font-size:var(--font-size)}.ld-datepicker.column[data-v-98da67e2]{flex-flow:column nowrap}.ld-datepicker-validate[data-v-98da67e2]{overflow:hidden;height:20px}.custom-time-picker[data-v-98da67e2]{max-width:var(--date-time-width);border-radius:var(--border-radius);background-color:var(--white);font-size:inherit !important}.custom-time-picker-validate[data-v-98da67e2]{overflow:hidden;height:20px}.date-input[data-v-98da67e2]{padding-left:5px;width:100%;font-size:var(--font-size)}.time-input[data-v-98da67e2]{width:100%;padding-left:5px;font-size:var(--font-size)}.time-input-btn[data-v-98da67e2]{padding-right:5px}.dt-col[data-v-98da67e2]{max-width:110px}.time-selector[data-v-98da67e2]{display:flex;flex-wrap:wrap;max-width:186px;padding:3px}.time-selector>span[data-v-98da67e2]{display:inline-block;width:100%;text-align:center;font-family:'Roboto';font-size:var(--font-size-2);font-weight:700}.time-selector .v-btn[data-v-98da67e2]{width:30px !important;height:30px !important;max-width:30px !important;max-height:30px !important;min-width:30px !important;min-height:30px !important;margin:3px}[data-v-98da67e2] .vc-popover-content-wrapper{position:fixed !important}[data-v-98da67e2] .v-input--is-disabled input{color:var(--text) !important}[data-v-98da67e2] .vc-popover-content{border-color:var(--grey-l-5)}[data-v-98da67e2] .vc-title span{color:var(--text);font-size:var(--font-size-2);font-weight:600;font-family:'Roboto'}[data-v-98da67e2] .vc-arrow{color:var(--grey)}[data-v-98da67e2] .vc-weekday{color:var(--grey-l-2);font-size:var(--font-size);font-weight:600;font-family:'Roboto'}[data-v-98da67e2] .vc-day-content{color:var(--text);font-size:var(--font-size);font-weight:400;font-family:'Roboto'}[data-v-98da67e2] .vc-day-content.vc-disabled{color:var(--grey-l-2) !important}[data-v-98da67e2] .vc-day-content.vc-highlight-content-solid{color:var(--white) !important;font-weight:600 !important}
|
|
10
10
|
|
|
11
|
-
.ld-tabs[data-v-
|
|
11
|
+
.ld-tabs[data-v-bd490ea2]{margin-left:0;display:flex;height:100%;width:100%;overflow-y:auto}.ld-tabs .header-text[data-v-bd490ea2]{font-size:var(--font-size-2)}.ld-tabs-mobile[data-v-bd490ea2]{height:100%}.ld-tabs .vertical-body[data-v-bd490ea2]{--w: 44px;display:flex;flex-flow:column nowrap;width:calc(100% - var(--w)) !important;height:100%}.v-window[data-v-bd490ea2]{background-color:var(--white);box-shadow:1px 0 var(--grey-l-5),-1px 0 0 var(--grey-l-5);overflow-y:auto;height:100%;width:100%}.vertical-window.v-window[data-v-bd490ea2]{padding:10px 12px;border-bottom:1px solid var(--grey-l-5);border-right:1px solid var(--grey-l-5);border-top:1px solid var(--grey-l-5)}.vertical-window.v-window--no-padding[data-v-bd490ea2]{padding:0 !important}[data-v-bd490ea2] .ld-tabs .v-tabs--vertical{background:var(--grey-l-6)}[data-v-bd490ea2] .ld-tabs .v-tabs--vertical .v-tab{justify-content:flex-start;border:1px solid var(--grey-l-5);border-bottom:none;border-radius:0 !important;text-transform:none !important;width:100%;min-width:auto !important}[data-v-bd490ea2] .ld-tabs .v-tabs--vertical .v-tab--selected{background-color:var(--white);border-right-color:transparent}[data-v-bd490ea2] .ld-tabs .v-tabs--vertical .v-tab:last-child{border-bottom:1px solid var(--grey-l-5) !important}[data-v-bd490ea2] .ld-tabs .v-tabs--vertical .v-slide-group__content{flex-flow:column nowrap;height:100% !important;width:100% !important}[data-v-bd490ea2] .ld-tabs .v-tabs--vertical .v-slide-group__content .v-btn__content{text-overflow:ellipsis;display:inline-flex;justify-content:flex-start;gap:4px;white-space:nowrap;overflow:hidden}[data-v-bd490ea2] .ld-tabs .v-tabs--horizontal .v-tab--selected{border-bottom:1px solid var(--primary)}[data-v-bd490ea2] .ld-tabs .v-tabs .v-tab--selected .v-btn__content{font-weight:bold;color:var(--primary) !important}[data-v-bd490ea2] .ld-tabs .v-tab{height:var(--ld-tab-height) !important;display:flex !important;text-transform:uppercase !important;padding:0 12px !important;font-size:var(--font-size);color:var(--text) !important;letter-spacing:0 !important}[data-v-bd490ea2] .v-window.mobile .tg-field .v-row .v-col{flex:1 0 0 !important}[data-v-bd490ea2] .v-window.mobile .tg-field .text-viewer-wrapper .v-col{flex:1 0 0 !important}[data-v-bd490ea2] .v-slide-group--vertical{border-color:var(--grey-l-5);border:1px}[data-v-bd490ea2] .v-slide-group--vertical .v-tab__slider{width:0px}[data-v-bd490ea2] .v-slide-group__prev{display:none}[data-v-bd490ea2] .v-slide-group__next{display:none}[data-v-bd490ea2] .v-tabs-bar{flex:none;height:fit-content;height:-moz-max-content;max-height:fit-content;max-height:-moz-max-content;z-index:1}[data-v-bd490ea2] .v-window-item{height:100%}[data-v-bd490ea2] .ld-tabs-mobile.hide-tabs .v-tab{display:none !important}[data-v-bd490ea2] .ld-tabs-mobile.hide-body .v-slide-group{width:100% !important}[data-v-bd490ea2] .ld-tabs-mobile.hide-body .v-window{display:none !important}[data-v-bd490ea2] .v-tabs-mobile .v-slide-group__content .v-btn__content{display:block !important}
|
|
12
12
|
|
|
13
13
|
.v-toolbar[data-v-79e04ede]{position:relative;background-color:var(--white);box-shadow:var(--shadow-1);z-index:1}.toolbar-wrapper[data-v-79e04ede]{display:grid;width:100%;height:100%;padding:0 12px}.toolbar-wrapper[data-v-79e04ede]:not(.--preview){grid-template-columns:100%;grid-template-rows:var(--input-height);row-gap:4px}.toolbar-wrapper.--preview[data-v-79e04ede]{grid-template-columns:1fr}.toolbar-inner[data-v-79e04ede]{display:grid;grid-template-rows:100%;grid-template-columns:1fr max-content;column-gap:8px}.toolbar-caption[data-v-79e04ede]{--left: calc(var(--input-height) + 8px);display:flex;align-items:center;position:absolute;height:100%;width:calc(100% - var(--left));top:0;left:var(--left)}
|
|
14
14
|
|
|
15
|
-
.ld-select-list-box[data-v-
|
|
15
|
+
.ld-select-list-box[data-v-6b0ce187]{display:flex;min-width:100%;max-width:100%;width:100%}.ld-select-list-box .select-list-box-validate[data-v-6b0ce187]{overflow:hidden;height:20px}.ld-select-list-box .select-list-box-loading[data-v-6b0ce187]{position:absolute;left:0;bottom:0;width:calc(100% - var(--input-height));height:3px;overflow:hidden;background-color:var(--grey-l-5)}.ld-select-list-box .select-list-box-loading[data-v-6b0ce187]:before{content:'';display:block;position:absolute;top:0;left:0;width:25%;height:100%;background-color:var(--primary);animation:loading-6b0ce187 1.4s linear;animation-iteration-count:infinite}@keyframes loading-6b0ce187{from{transform:translateX(-300%)}to{transform:translateX(500%)}}
|
|
16
16
|
|
|
17
17
|
.ld-checkbox{display:flex;align-items:center;height:var(--input-height);font-size:var(--font-size);cursor:pointer}.ld-checkbox input[type='checkbox']+.v-icon{display:block;width:12px !important;height:12px !important;font-size:10px !important;background-color:var(--white);color:transparent;border:1px solid var(--grey-l-5)}.ld-checkbox input[type='checkbox']:checked+.v-icon{background-color:var(--primary-l-2);color:var(--white);font-size:10px;font-weight:bold}.ld-checkbox input[type='checkbox']:disabled+.v-icon{background-color:var(--grey-l-3)}.checkbox-label{word-wrap:break-word;max-width:100%}.checkbox-label--disabled{color:var(--grey-l-3) !important}
|
|
18
18
|
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
|
|
35
35
|
.ld-text-markup[data-v-12e81c9c]{display:flex;flex-direction:column;min-width:100%;max-width:100%;width:100%;min-height:180px;padding-bottom:18px}.ld-text-markup-validate[data-v-12e81c9c]{overflow:hidden;height:20px;flex-grow:0}.content-wrapper[data-v-12e81c9c]{display:flex;flex-direction:column;position:relative;background-color:var(--grey-l-6);border-radius:4px}.tabs-wrapper[data-v-12e81c9c]{position:relative;display:flex;width:50%;max-width:155px;margin-bottom:-1px;z-index:1;flex-shrink:0}.tabs-wrapper .v-btn[data-v-12e81c9c]{border:1px solid var(--grey-l-5);height:30px !important;opacity:0.6;border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.tabs-wrapper .v-btn[data-v-12e81c9c]:before,.tabs-wrapper .v-btn[data-v-12e81c9c]:after{display:none}.tabs-wrapper .v-btn.active[data-v-12e81c9c]{background-color:var(--white);border:1px solid var(--grey-l-4);border-bottom:none;opacity:1}.content[data-v-12e81c9c]{position:relative;z-index:0;flex-basis:100%;font-size:var(--font-size);color:var(--text)}.content .md-editor[data-v-12e81c9c]{height:100%}.contentbox[data-v-12e81c9c]{border:1px solid var(--grey-l-4);background-color:var(--white);border-radius:0 4px 4px 4px;padding:10px}[data-v-12e81c9c] .contentbox ul{padding:0 12px;list-style:disc;margin-bottom:8px}[data-v-12e81c9c] .contentbox ol{list-style:decimal;padding:0 12px;margin-bottom:8px}[data-v-12e81c9c] .contentbox p{margin-bottom:8px}[data-v-12e81c9c] .contentbox pre{padding:4px}[data-v-12e81c9c] .contentbox code{background:none;color:var(--text);padding:0;font-size:100%}[data-v-12e81c9c] .md-editor{border:1px solid var(--grey-l-4)}
|
|
36
36
|
|
|
37
|
-
.ld-switch[data-v-
|
|
37
|
+
.ld-switch[data-v-89826e86] .v-switch{display:block}.ld-switch[data-v-89826e86] .v-switch .v-selection-control{min-height:var(--input-height) !important}.ld-switch[data-v-89826e86] .v-switch .v-selection-control .v-selection-control__wrapper{width:40px}.ld-switch[data-v-89826e86] .v-switch .v-selection-control:not(.v-selection-control--dirty) .v-selection-control__input{transform:translateX(-12px)}.ld-switch[data-v-89826e86] .v-switch .v-selection-control:not(.v-selection-control--dirty) .v-switch__track{color:var(--grey-l-4) !important;background-color:var(--grey-l-4) !important}.ld-switch[data-v-89826e86] .v-switch .v-selection-control .v-switch__track{opacity:1;width:40px}.ld-switch[data-v-89826e86] .v-switch .v-selection-control--dirty .v-selection-control__input{transform:translateX(12px)}.ld-switch[data-v-89826e86] .v-switch .v-selection-control--dirty .v-switch__thumb{color:var(--primary-l-3) !important;background-color:var(--primary-l-3) !important}.ld-switch[data-v-89826e86] .v-switch .v-selection-control--dirty .v-switch__track{opacity:1;background-color:var(--primary-l-2) !important}.ld-switch[data-v-89826e86] .v-switch .v-selection-control--dirty .v-label{color:var(--primary-l-2) !important}.ld-switch[data-v-89826e86] .v-switch .v-selection-control .v-switch__thumb{color:var(--white) !important}.ld-switch[data-v-89826e86] .v-switch .v-selection-control .v-label{padding-inline-start:4px}
|
|
38
38
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { ldmuiOptions } from './types/options'
|
|
2
|
-
import { IInput, IWatcher } from './types/validation';
|
|
3
1
|
import { Vue } from 'vue-class-component';
|
|
2
|
+
import { ldmuiOptions } from './types/options';
|
|
3
|
+
import { IToasted } from './types/toasted';
|
|
4
|
+
import { IInput, IWatcher } from './types/validation';
|
|
4
5
|
|
|
5
6
|
declare module '@vue/runtime-core' {
|
|
6
7
|
export interface ComponentCustomProperties {
|
|
@@ -12,8 +13,9 @@ declare module '@vue/runtime-core' {
|
|
|
12
13
|
isObjectEmpty(obj: Record<string, unknown>): boolean;
|
|
13
14
|
};
|
|
14
15
|
$ldmui: {
|
|
15
|
-
options: ldmuiOptions
|
|
16
|
-
}
|
|
16
|
+
options: ldmuiOptions;
|
|
17
|
+
},
|
|
18
|
+
$toasted: IToasted;
|
|
17
19
|
}
|
|
18
20
|
}
|
|
19
21
|
|
|
@@ -52,15 +54,8 @@ declare const ldmui: {
|
|
|
52
54
|
export default ldmui;
|
|
53
55
|
|
|
54
56
|
export {
|
|
55
|
-
defaults,
|
|
56
|
-
getAliases,
|
|
57
|
-
isDefined,
|
|
58
|
-
delay,
|
|
59
|
-
uidGen,
|
|
60
|
-
deepValueGetter,
|
|
61
|
-
isObjectEmpty,
|
|
62
|
-
urlRegexp,
|
|
63
|
-
datetime,
|
|
64
57
|
ValidateMixin,
|
|
65
|
-
ValidateMixinOptions
|
|
66
|
-
|
|
58
|
+
ValidateMixinOptions, datetime, deepValueGetter, defaults, delay, getAliases,
|
|
59
|
+
isDefined, isObjectEmpty, uidGen, urlRegexp
|
|
60
|
+
};
|
|
61
|
+
|
package/dist/index.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(require("./calendar.js"), require("./floating.js"), require("./imask.js"), require("./multiselect.js"), require("./runtime-template.js"), require("@vuelidate/validators"), require("markdown-it"), require("md-editor-v3"), require("vue"), require("vue-class-component"), require("vue-property-decorator"));
|
|
3
|
+
module.exports = factory(require("./calendar.js"), require("./floating.js"), require("./imask.js"), require("./multiselect.js"), require("./runtime-template.js"), require("@vuelidate/validators"), require("markdown-it"), require("md-editor-v3"), require("vue"), require("vue-class-component"), require("vue-property-decorator"), require("vue-toastification"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define(["./calendar.js", "./floating.js", "./imask.js", "./multiselect.js", "./runtime-template.js", "@vuelidate/validators", "markdown-it", "md-editor-v3", "vue", "vue-class-component", "vue-property-decorator"], factory);
|
|
5
|
+
define(["./calendar.js", "./floating.js", "./imask.js", "./multiselect.js", "./runtime-template.js", "@vuelidate/validators", "markdown-it", "md-editor-v3", "vue", "vue-class-component", "vue-property-decorator", "vue-toastification"], factory);
|
|
6
6
|
else if(typeof exports === 'object')
|
|
7
|
-
exports["ldmui"] = factory(require("./calendar.js"), require("./floating.js"), require("./imask.js"), require("./multiselect.js"), require("./runtime-template.js"), require("@vuelidate/validators"), require("markdown-it"), require("md-editor-v3"), require("vue"), require("vue-class-component"), require("vue-property-decorator"));
|
|
7
|
+
exports["ldmui"] = factory(require("./calendar.js"), require("./floating.js"), require("./imask.js"), require("./multiselect.js"), require("./runtime-template.js"), require("@vuelidate/validators"), require("markdown-it"), require("md-editor-v3"), require("vue"), require("vue-class-component"), require("vue-property-decorator"), require("vue-toastification"));
|
|
8
8
|
else
|
|
9
|
-
root["ldmui"] = factory(root["./calendar.js"], root["./floating.js"], root["./imask.js"], root["./multiselect.js"], root["./runtime-template.js"], root["@vuelidate/validators"], root["markdown-it"], root["md-editor-v3"], root["vue"], root["vue-class-component"], root["vue-property-decorator"]);
|
|
10
|
-
})(self, (__WEBPACK_EXTERNAL_MODULE__4634__, __WEBPACK_EXTERNAL_MODULE__3654__, __WEBPACK_EXTERNAL_MODULE__6135__, __WEBPACK_EXTERNAL_MODULE__9225__, __WEBPACK_EXTERNAL_MODULE__119__, __WEBPACK_EXTERNAL_MODULE__887__, __WEBPACK_EXTERNAL_MODULE__8461__, __WEBPACK_EXTERNAL_MODULE__6443__, __WEBPACK_EXTERNAL_MODULE__2380__, __WEBPACK_EXTERNAL_MODULE__9299__, __WEBPACK_EXTERNAL_MODULE__5070__) => {
|
|
9
|
+
root["ldmui"] = factory(root["./calendar.js"], root["./floating.js"], root["./imask.js"], root["./multiselect.js"], root["./runtime-template.js"], root["@vuelidate/validators"], root["markdown-it"], root["md-editor-v3"], root["vue"], root["vue-class-component"], root["vue-property-decorator"], root["vue-toastification"]);
|
|
10
|
+
})(self, (__WEBPACK_EXTERNAL_MODULE__4634__, __WEBPACK_EXTERNAL_MODULE__3654__, __WEBPACK_EXTERNAL_MODULE__6135__, __WEBPACK_EXTERNAL_MODULE__9225__, __WEBPACK_EXTERNAL_MODULE__119__, __WEBPACK_EXTERNAL_MODULE__887__, __WEBPACK_EXTERNAL_MODULE__8461__, __WEBPACK_EXTERNAL_MODULE__6443__, __WEBPACK_EXTERNAL_MODULE__2380__, __WEBPACK_EXTERNAL_MODULE__9299__, __WEBPACK_EXTERNAL_MODULE__5070__, __WEBPACK_EXTERNAL_MODULE__7982__) => {
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
@@ -106,6 +106,13 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__9299__;
|
|
|
106
106
|
|
|
107
107
|
module.exports = __WEBPACK_EXTERNAL_MODULE__5070__;
|
|
108
108
|
|
|
109
|
+
/***/ }),
|
|
110
|
+
|
|
111
|
+
/***/ 7982:
|
|
112
|
+
/***/ ((module) => {
|
|
113
|
+
|
|
114
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__7982__;
|
|
115
|
+
|
|
109
116
|
/***/ })
|
|
110
117
|
|
|
111
118
|
/******/ });
|
|
@@ -7969,28 +7976,28 @@ function ld_tab_reg(vue, options) {
|
|
|
7969
7976
|
}
|
|
7970
7977
|
/* harmony default export */ const src_ld_tab = (ld_tab_reg);
|
|
7971
7978
|
|
|
7972
|
-
;// CONCATENATED MODULE: ./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use!./src/ld-tabs/ld-tabs.vue?vue&type=template&id=
|
|
7979
|
+
;// CONCATENATED MODULE: ./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use!./src/ld-tabs/ld-tabs.vue?vue&type=template&id=bd490ea2&scoped=true
|
|
7973
7980
|
|
|
7974
7981
|
|
|
7975
|
-
const
|
|
7976
|
-
const
|
|
7977
|
-
const
|
|
7982
|
+
const ld_tabsvue_type_template_id_bd490ea2_scoped_true_withScopeId = n => (_pushScopeId("data-v-bd490ea2"),n=n(),_popScopeId(),n)
|
|
7983
|
+
const ld_tabsvue_type_template_id_bd490ea2_scoped_true_hoisted_1 = { class: "d-flex flex-column h-100" }
|
|
7984
|
+
const ld_tabsvue_type_template_id_bd490ea2_scoped_true_hoisted_2 = {
|
|
7978
7985
|
class: "d-flex align-center justify-end",
|
|
7979
7986
|
style: {"height":"var(--ld-tab-height)"}
|
|
7980
7987
|
}
|
|
7981
|
-
const
|
|
7988
|
+
const ld_tabsvue_type_template_id_bd490ea2_scoped_true_hoisted_3 = {
|
|
7982
7989
|
key: 0,
|
|
7983
7990
|
class: "header-text flex-1-1 px-4 font-weight-bold"
|
|
7984
7991
|
}
|
|
7985
7992
|
|
|
7986
|
-
function
|
|
7993
|
+
function ld_tabsvue_type_template_id_bd490ea2_scoped_true_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7987
7994
|
const _component_square_button = (0,external_vue_.resolveComponent)("square-button")
|
|
7988
7995
|
const _component_v_tooltip = (0,external_vue_.resolveComponent)("v-tooltip")
|
|
7989
7996
|
const _component_v_tabs = (0,external_vue_.resolveComponent)("v-tabs")
|
|
7990
7997
|
const _component_v_window = (0,external_vue_.resolveComponent)("v-window")
|
|
7991
7998
|
const _component_v_row = (0,external_vue_.resolveComponent)("v-row")
|
|
7992
7999
|
|
|
7993
|
-
return ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div",
|
|
8000
|
+
return ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div", ld_tabsvue_type_template_id_bd490ea2_scoped_true_hoisted_1, [
|
|
7994
8001
|
(0,external_vue_.createVNode)(_component_v_row, {
|
|
7995
8002
|
"no-gutters": "",
|
|
7996
8003
|
class: (0,external_vue_.normalizeClass)([{ 'ld-tabs-mobile': _ctx.isMobileGlobal && _ctx.vertical, 'hide-tabs': !_ctx.isTabsVisibled, 'hide-body': _ctx.isTabsVisibled }, "ld-tabs"])
|
|
@@ -8007,7 +8014,8 @@ function ld_tabsvue_type_template_id_0f2c7c26_scoped_true_render(_ctx, _cache, $
|
|
|
8007
8014
|
'v-tabs-mobile': _ctx.isMobileGlobal,
|
|
8008
8015
|
mobile: _ctx.isMobileGlobal,
|
|
8009
8016
|
'flex-shrink-0': true,
|
|
8010
|
-
})
|
|
8017
|
+
}),
|
|
8018
|
+
"hide-slider": true
|
|
8011
8019
|
}, {
|
|
8012
8020
|
default: (0,external_vue_.withCtx)(() => [
|
|
8013
8021
|
(_ctx.vertical)
|
|
@@ -8015,9 +8023,9 @@ function ld_tabsvue_type_template_id_0f2c7c26_scoped_true_render(_ctx, _cache, $
|
|
|
8015
8023
|
key: 0,
|
|
8016
8024
|
class: (0,external_vue_.normalizeClass)({ 'w-100': !_ctx.isMobileGlobal, 'tab-mobile': _ctx.isMobileGlobal })
|
|
8017
8025
|
}, [
|
|
8018
|
-
(0,external_vue_.createElementVNode)("div",
|
|
8026
|
+
(0,external_vue_.createElementVNode)("div", ld_tabsvue_type_template_id_bd490ea2_scoped_true_hoisted_2, [
|
|
8019
8027
|
(_ctx.isTabsVisibled)
|
|
8020
|
-
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("p",
|
|
8028
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("p", ld_tabsvue_type_template_id_bd490ea2_scoped_true_hoisted_3, (0,external_vue_.toDisplayString)(_ctx.header), 1))
|
|
8021
8029
|
: (0,external_vue_.createCommentVNode)("", true),
|
|
8022
8030
|
(0,external_vue_.createTextVNode)(),
|
|
8023
8031
|
(0,external_vue_.createVNode)(_component_v_tooltip, {
|
|
@@ -8087,7 +8095,7 @@ function ld_tabsvue_type_template_id_0f2c7c26_scoped_true_render(_ctx, _cache, $
|
|
|
8087
8095
|
(0,external_vue_.renderSlot)(_ctx.$slots, "footer", {}, undefined, true)
|
|
8088
8096
|
]))
|
|
8089
8097
|
}
|
|
8090
|
-
;// CONCATENATED MODULE: ./src/ld-tabs/ld-tabs.vue?vue&type=template&id=
|
|
8098
|
+
;// CONCATENATED MODULE: ./src/ld-tabs/ld-tabs.vue?vue&type=template&id=bd490ea2&scoped=true
|
|
8091
8099
|
|
|
8092
8100
|
;// CONCATENATED MODULE: ./node_modules/ts-loader/index.js??clonedRuleSet-1.use!./src/ld-tabs/ld-tabs.ts?vue&type=script&lang=js&external
|
|
8093
8101
|
var ld_tabsvue_type_script_lang_js_external_decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -8261,7 +8269,7 @@ LdTabsComponent = ld_tabsvue_type_script_lang_js_external_decorate([
|
|
|
8261
8269
|
;
|
|
8262
8270
|
|
|
8263
8271
|
|
|
8264
|
-
const ld_tabs_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(ld_tabsvue_type_script_lang_js_external, [['render',
|
|
8272
|
+
const ld_tabs_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(ld_tabsvue_type_script_lang_js_external, [['render',ld_tabsvue_type_template_id_bd490ea2_scoped_true_render],['__scopeId',"data-v-bd490ea2"]])
|
|
8265
8273
|
|
|
8266
8274
|
/* harmony default export */ const ld_tabs = (ld_tabs_exports_);
|
|
8267
8275
|
;// CONCATENATED MODULE: ./src/ld-tabs/index.ts
|
|
@@ -8404,33 +8412,33 @@ function ld_page_toolbar_reg(vue, options) {
|
|
|
8404
8412
|
}
|
|
8405
8413
|
/* harmony default export */ const src_ld_page_toolbar = (ld_page_toolbar_reg);
|
|
8406
8414
|
|
|
8407
|
-
;// CONCATENATED MODULE: ./node_modules/ts-loader/index.js??clonedRuleSet-1.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use!./src/ld-select-list-box/ld-select-list-box.vue?vue&type=template&id=
|
|
8415
|
+
;// CONCATENATED MODULE: ./node_modules/ts-loader/index.js??clonedRuleSet-1.use!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use!./src/ld-select-list-box/ld-select-list-box.vue?vue&type=template&id=6b0ce187&scoped=true&ts=true
|
|
8408
8416
|
|
|
8409
|
-
const
|
|
8410
|
-
const
|
|
8411
|
-
const
|
|
8417
|
+
const ld_select_list_boxvue_type_template_id_6b0ce187_scoped_true_ts_true_withScopeId = n => (_pushScopeId("data-v-6b0ce187"), n = n(), _popScopeId(), n);
|
|
8418
|
+
const ld_select_list_boxvue_type_template_id_6b0ce187_scoped_true_ts_true_hoisted_1 = { class: "text-crop" };
|
|
8419
|
+
const ld_select_list_boxvue_type_template_id_6b0ce187_scoped_true_ts_true_hoisted_2 = {
|
|
8412
8420
|
key: 0,
|
|
8413
8421
|
class: "d-flex align-center"
|
|
8414
8422
|
};
|
|
8415
|
-
const
|
|
8416
|
-
const
|
|
8423
|
+
const ld_select_list_boxvue_type_template_id_6b0ce187_scoped_true_ts_true_hoisted_3 = { class: "d-flex flex-column justify-center" };
|
|
8424
|
+
const ld_select_list_boxvue_type_template_id_6b0ce187_scoped_true_ts_true_hoisted_4 = {
|
|
8417
8425
|
key: 0,
|
|
8418
8426
|
class: "grey--text",
|
|
8419
8427
|
style: { "font-size": "var(--font-size--1)" }
|
|
8420
8428
|
};
|
|
8421
|
-
const
|
|
8429
|
+
const ld_select_list_boxvue_type_template_id_6b0ce187_scoped_true_ts_true_hoisted_5 = {
|
|
8422
8430
|
key: 1,
|
|
8423
8431
|
class: "select-list-box-loading"
|
|
8424
8432
|
};
|
|
8425
|
-
const
|
|
8433
|
+
const ld_select_list_boxvue_type_template_id_6b0ce187_scoped_true_ts_true_hoisted_6 = {
|
|
8426
8434
|
key: 0,
|
|
8427
8435
|
class: "select-list-box-validate"
|
|
8428
8436
|
};
|
|
8429
|
-
const
|
|
8437
|
+
const ld_select_list_boxvue_type_template_id_6b0ce187_scoped_true_ts_true_hoisted_7 = {
|
|
8430
8438
|
key: 0,
|
|
8431
8439
|
class: "select-list-textbox-validate"
|
|
8432
8440
|
};
|
|
8433
|
-
function
|
|
8441
|
+
function ld_select_list_boxvue_type_template_id_6b0ce187_scoped_true_ts_true_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8434
8442
|
const _component_ld_label = (0,external_vue_.resolveComponent)("ld-label");
|
|
8435
8443
|
const _component_small_chip = (0,external_vue_.resolveComponent)("small-chip");
|
|
8436
8444
|
const _component_v_col = (0,external_vue_.resolveComponent)("v-col");
|
|
@@ -8508,7 +8516,7 @@ function ld_select_list_boxvue_type_template_id_4e01d376_scoped_true_ts_true_ren
|
|
|
8508
8516
|
"onClick:close": ($event) => (_ctx.onRemoveItem(option))
|
|
8509
8517
|
}, {
|
|
8510
8518
|
default: (0,external_vue_.withCtx)(() => [
|
|
8511
|
-
(0,external_vue_.createElementVNode)("span",
|
|
8519
|
+
(0,external_vue_.createElementVNode)("span", ld_select_list_boxvue_type_template_id_6b0ce187_scoped_true_ts_true_hoisted_1, (0,external_vue_.toDisplayString)(_ctx.$utils.deepValueGetter(option, this.itemTitle)), 1)
|
|
8512
8520
|
]),
|
|
8513
8521
|
_: 2
|
|
8514
8522
|
}, 1032, ["color", "closable", "onClick:close"]))
|
|
@@ -8536,7 +8544,7 @@ function ld_select_list_boxvue_type_template_id_4e01d376_scoped_true_ts_true_ren
|
|
|
8536
8544
|
(0,external_vue_.createVNode)(_component_v_col, { class: "d-flex align-center" }, {
|
|
8537
8545
|
default: (0,external_vue_.withCtx)(() => [
|
|
8538
8546
|
(_ctx.multiselect)
|
|
8539
|
-
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div",
|
|
8547
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div", ld_select_list_boxvue_type_template_id_6b0ce187_scoped_true_ts_true_hoisted_2, [
|
|
8540
8548
|
((0,external_vue_.openBlock)(), (0,external_vue_.createBlock)((0,external_vue_.resolveDynamicComponent)(_ctx.$ldmui.options.aliases['ld-checkbox']), {
|
|
8541
8549
|
key: JSON.stringify(option),
|
|
8542
8550
|
"model-value": _ctx.checkedItems,
|
|
@@ -8551,13 +8559,13 @@ function ld_select_list_boxvue_type_template_id_4e01d376_scoped_true_ts_true_ren
|
|
|
8551
8559
|
}, [
|
|
8552
8560
|
(0,external_vue_.renderSlot)(_ctx.$slots, "option-icon", (0,external_vue_.normalizeProps)((0,external_vue_.guardReactiveProps)({ item: option, isSelected: _ctx.checkedItems.includes(_ctx.itemIdentity(option)) })), undefined, true),
|
|
8553
8561
|
(0,external_vue_.createTextVNode)(),
|
|
8554
|
-
(0,external_vue_.createElementVNode)("div",
|
|
8562
|
+
(0,external_vue_.createElementVNode)("div", ld_select_list_boxvue_type_template_id_6b0ce187_scoped_true_ts_true_hoisted_3, [
|
|
8555
8563
|
(0,external_vue_.renderSlot)(_ctx.$slots, "option", (0,external_vue_.normalizeProps)((0,external_vue_.guardReactiveProps)({ item: option, isSelected: _ctx.checkedItems.includes(_ctx.itemIdentity(option)) })), () => [
|
|
8556
8564
|
(0,external_vue_.createElementVNode)("div", null, (0,external_vue_.toDisplayString)(_ctx.$utils.deepValueGetter(option, _ctx.itemTitle)), 1)
|
|
8557
8565
|
], true),
|
|
8558
8566
|
(0,external_vue_.createTextVNode)(),
|
|
8559
8567
|
(_ctx.optionHint)
|
|
8560
|
-
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div",
|
|
8568
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div", ld_select_list_boxvue_type_template_id_6b0ce187_scoped_true_ts_true_hoisted_4, [
|
|
8561
8569
|
(0,external_vue_.renderSlot)(_ctx.$slots, "option-hint", (0,external_vue_.normalizeProps)((0,external_vue_.guardReactiveProps)({ item: option })), () => [
|
|
8562
8570
|
(0,external_vue_.createTextVNode)("\r\n no slot \"option-hint\" found\r\n ")
|
|
8563
8571
|
], true)
|
|
@@ -8603,7 +8611,7 @@ function ld_select_list_boxvue_type_template_id_4e01d376_scoped_true_ts_true_ren
|
|
|
8603
8611
|
: (0,external_vue_.createCommentVNode)("", true),
|
|
8604
8612
|
(0,external_vue_.createTextVNode)(),
|
|
8605
8613
|
(_ctx.loading)
|
|
8606
|
-
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div",
|
|
8614
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div", ld_select_list_boxvue_type_template_id_6b0ce187_scoped_true_ts_true_hoisted_5))
|
|
8607
8615
|
: (0,external_vue_.createCommentVNode)("", true)
|
|
8608
8616
|
]),
|
|
8609
8617
|
_: 3
|
|
@@ -8613,7 +8621,7 @@ function ld_select_list_boxvue_type_template_id_4e01d376_scoped_true_ts_true_ren
|
|
|
8613
8621
|
}),
|
|
8614
8622
|
(0,external_vue_.createTextVNode)(),
|
|
8615
8623
|
(!_ctx.hideDetails)
|
|
8616
|
-
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div",
|
|
8624
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div", ld_select_list_boxvue_type_template_id_6b0ce187_scoped_true_ts_true_hoisted_6, [
|
|
8617
8625
|
(0,external_vue_.createVNode)(external_vue_.Transition, { name: "squash" }, {
|
|
8618
8626
|
default: (0,external_vue_.withCtx)(() => [
|
|
8619
8627
|
(_ctx.showHint)
|
|
@@ -8654,7 +8662,7 @@ function ld_select_list_boxvue_type_template_id_4e01d376_scoped_true_ts_true_ren
|
|
|
8654
8662
|
], true),
|
|
8655
8663
|
(0,external_vue_.createTextVNode)(),
|
|
8656
8664
|
(!_ctx.hideDetails)
|
|
8657
|
-
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div",
|
|
8665
|
+
? ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div", ld_select_list_boxvue_type_template_id_6b0ce187_scoped_true_ts_true_hoisted_7))
|
|
8658
8666
|
: (0,external_vue_.createCommentVNode)("", true)
|
|
8659
8667
|
]),
|
|
8660
8668
|
_: 3
|
|
@@ -8665,7 +8673,7 @@ function ld_select_list_boxvue_type_template_id_4e01d376_scoped_true_ts_true_ren
|
|
|
8665
8673
|
}));
|
|
8666
8674
|
}
|
|
8667
8675
|
|
|
8668
|
-
;// CONCATENATED MODULE: ./src/ld-select-list-box/ld-select-list-box.vue?vue&type=template&id=
|
|
8676
|
+
;// CONCATENATED MODULE: ./src/ld-select-list-box/ld-select-list-box.vue?vue&type=template&id=6b0ce187&scoped=true&ts=true
|
|
8669
8677
|
|
|
8670
8678
|
// EXTERNAL MODULE: external "./multiselect.js"
|
|
8671
8679
|
var external_multiselect_js_ = __webpack_require__(9225);
|
|
@@ -11398,7 +11406,7 @@ SelectListBoxComponent = ld_select_list_boxvue_type_script_lang_ts_external_deco
|
|
|
11398
11406
|
;
|
|
11399
11407
|
|
|
11400
11408
|
|
|
11401
|
-
const ld_select_list_box_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(ld_select_list_boxvue_type_script_lang_ts_external, [['render',
|
|
11409
|
+
const ld_select_list_box_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(ld_select_list_boxvue_type_script_lang_ts_external, [['render',ld_select_list_boxvue_type_template_id_6b0ce187_scoped_true_ts_true_render],['__scopeId',"data-v-6b0ce187"]])
|
|
11402
11410
|
|
|
11403
11411
|
/* harmony default export */ const ld_select_list_box = (ld_select_list_box_exports_);
|
|
11404
11412
|
;// CONCATENATED MODULE: ./src/ld-select-list-box/index.ts
|
|
@@ -14732,26 +14740,27 @@ function ld_text_markup_reg(vue, options) {
|
|
|
14732
14740
|
}
|
|
14733
14741
|
/* harmony default export */ const src_ld_text_markup = (ld_text_markup_reg);
|
|
14734
14742
|
|
|
14735
|
-
;// CONCATENATED MODULE: ./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use!./src/ld-switch/ld-switch.vue?vue&type=template&id=
|
|
14743
|
+
;// CONCATENATED MODULE: ./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use!./src/ld-switch/ld-switch.vue?vue&type=template&id=89826e86&scoped=true
|
|
14736
14744
|
|
|
14737
14745
|
|
|
14738
|
-
const
|
|
14739
|
-
const
|
|
14746
|
+
const ld_switchvue_type_template_id_89826e86_scoped_true_withScopeId = n => (_pushScopeId("data-v-89826e86"),n=n(),_popScopeId(),n)
|
|
14747
|
+
const ld_switchvue_type_template_id_89826e86_scoped_true_hoisted_1 = { class: "ld-switch" }
|
|
14740
14748
|
|
|
14741
|
-
function
|
|
14749
|
+
function ld_switchvue_type_template_id_89826e86_scoped_true_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14742
14750
|
const _component_v_switch = (0,external_vue_.resolveComponent)("v-switch")
|
|
14743
14751
|
|
|
14744
|
-
return ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div",
|
|
14752
|
+
return ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div", ld_switchvue_type_template_id_89826e86_scoped_true_hoisted_1, [
|
|
14745
14753
|
(0,external_vue_.createVNode)(_component_v_switch, {
|
|
14746
14754
|
modelValue: _ctx.value,
|
|
14747
14755
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => ((_ctx.value) = $event)),
|
|
14748
14756
|
readonly: _ctx.readonly,
|
|
14757
|
+
disabled: _ctx.disabled,
|
|
14749
14758
|
label: _ctx.label,
|
|
14750
14759
|
"hide-details": _ctx.hideDetails
|
|
14751
|
-
}, null, 8, ["modelValue", "readonly", "label", "hide-details"])
|
|
14760
|
+
}, null, 8, ["modelValue", "readonly", "disabled", "label", "hide-details"])
|
|
14752
14761
|
]))
|
|
14753
14762
|
}
|
|
14754
|
-
;// CONCATENATED MODULE: ./src/ld-switch/ld-switch.vue?vue&type=template&id=
|
|
14763
|
+
;// CONCATENATED MODULE: ./src/ld-switch/ld-switch.vue?vue&type=template&id=89826e86&scoped=true
|
|
14755
14764
|
|
|
14756
14765
|
;// CONCATENATED MODULE: ./node_modules/ts-loader/index.js??clonedRuleSet-1.use!./src/ld-switch/ld-switch.ts?vue&type=script&lang=js&external
|
|
14757
14766
|
var ld_switchvue_type_script_lang_js_external_decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -14810,7 +14819,7 @@ SwitchComponent = ld_switchvue_type_script_lang_js_external_decorate([
|
|
|
14810
14819
|
;
|
|
14811
14820
|
|
|
14812
14821
|
|
|
14813
|
-
const ld_switch_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(ld_switchvue_type_script_lang_js_external, [['render',
|
|
14822
|
+
const ld_switch_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(ld_switchvue_type_script_lang_js_external, [['render',ld_switchvue_type_template_id_89826e86_scoped_true_render],['__scopeId',"data-v-89826e86"]])
|
|
14814
14823
|
|
|
14815
14824
|
/* harmony default export */ const ld_switch = (ld_switch_exports_);
|
|
14816
14825
|
;// CONCATENATED MODULE: ./src/ld-switch/index.ts
|
|
@@ -14820,6 +14829,9 @@ function ld_switch_reg(vue, options) {
|
|
|
14820
14829
|
}
|
|
14821
14830
|
/* harmony default export */ const src_ld_switch = (ld_switch_reg);
|
|
14822
14831
|
|
|
14832
|
+
// EXTERNAL MODULE: external "vue-toastification"
|
|
14833
|
+
var external_vue_toastification_ = __webpack_require__(7982);
|
|
14834
|
+
var external_vue_toastification_default = /*#__PURE__*/__webpack_require__.n(external_vue_toastification_);
|
|
14823
14835
|
;// CONCATENATED MODULE: ./src/utils/delay.ts
|
|
14824
14836
|
async function delay(timeout) {
|
|
14825
14837
|
return new Promise(resolve => setTimeout(() => resolve(), timeout));
|
|
@@ -15247,6 +15259,7 @@ const ActiveDirectiveOptions = {
|
|
|
15247
15259
|
|
|
15248
15260
|
|
|
15249
15261
|
|
|
15262
|
+
|
|
15250
15263
|
|
|
15251
15264
|
|
|
15252
15265
|
const ldmuiPlugin = {
|
|
@@ -15294,6 +15307,17 @@ const ldmuiPlugin = {
|
|
|
15294
15307
|
}
|
|
15295
15308
|
};
|
|
15296
15309
|
vue.directive('active', ActiveDirectiveOptions);
|
|
15310
|
+
const toastedOptions = {
|
|
15311
|
+
position: external_vue_toastification_.POSITION.BOTTOM_RIGHT,
|
|
15312
|
+
timeout: 5000,
|
|
15313
|
+
draggable: false,
|
|
15314
|
+
newestOnTop: true,
|
|
15315
|
+
pauseOnFocusLoss: false,
|
|
15316
|
+
pauseOnHover: false
|
|
15317
|
+
};
|
|
15318
|
+
vue.use((external_vue_toastification_default()), toastedOptions);
|
|
15319
|
+
const toast = (0,external_vue_toastification_.useToast)();
|
|
15320
|
+
vue.config.globalProperties.$toasted = toast;
|
|
15297
15321
|
src_ld_icon(vue, options);
|
|
15298
15322
|
src_ld_loader(vue, options);
|
|
15299
15323
|
src_ld_button(vue, options);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
.Vue-Toastification__toast--success {
|
|
2
|
+
background: var(--success);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.Vue-Toastification__toast--error {
|
|
6
|
+
background: var(--error-l-2);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.Vue-Toastification__toast--warning {
|
|
10
|
+
background: var(--warning-l-2);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.Vue-Toastification__toast--info {
|
|
14
|
+
background: var(--primary-l-4);
|
|
15
|
+
}
|
package/dist/scss/index.scss
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ldmjs/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "ldm ui",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"engines": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@babel/preset-env": "7.23.6",
|
|
44
44
|
"@babel/preset-typescript": "7.23.3",
|
|
45
45
|
"@floating-ui/dom": "^1.6.3",
|
|
46
|
-
"@ldmjs/datatable": "
|
|
46
|
+
"@ldmjs/datatable": "1.0.6",
|
|
47
47
|
"@popperjs/core": "^2.11.8",
|
|
48
48
|
"@types/babel__core": "^7",
|
|
49
49
|
"@types/babel__plugin-transform-runtime": "^7",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"vue-loader": "17.3.1",
|
|
90
90
|
"vue-property-decorator": "10.0.0-rc.3",
|
|
91
91
|
"vue-screen-utils": "1.0.0-beta.13",
|
|
92
|
+
"vue-toastification": "2.0.0-rc.5",
|
|
92
93
|
"vuetify": "3.6.8",
|
|
93
94
|
"webpack": "5.92.0",
|
|
94
95
|
"webpack-cli": "5.1.4",
|
|
@@ -96,6 +97,6 @@
|
|
|
96
97
|
"webpack-plugin-vuetify": "2.0.1"
|
|
97
98
|
},
|
|
98
99
|
"volta": {
|
|
99
|
-
"node": "
|
|
100
|
+
"node": "18.20.3"
|
|
100
101
|
}
|
|
101
102
|
}
|