@iankibetsh/shframework 5.3.4 → 5.3.6
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/dist/library.mjs.css +32 -32
- package/dist/library.js +3 -3
- package/dist/library.mjs +3 -3
- package/package.json +1 -1
|
@@ -1,36 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
.colored-toast.swal2-icon-success {
|
|
3
|
-
background-color: #a5dc86 !important;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.colored-toast.swal2-icon-error {
|
|
7
|
-
background-color: #f27474 !important;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.colored-toast.swal2-icon-warning {
|
|
11
|
-
background-color: #f8bb86 !important;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.colored-toast.swal2-icon-info {
|
|
15
|
-
background-color: #3fc3ee !important;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.colored-toast.swal2-icon-question {
|
|
19
|
-
background-color: #87adbd !important;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.colored-toast .swal2-title {
|
|
23
|
-
color: white;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.colored-toast .swal2-close {
|
|
27
|
-
color: white;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.colored-toast .swal2-html-container {
|
|
31
|
-
color: white;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
2
|
.sh-phone{
|
|
35
3
|
display: flex;
|
|
36
4
|
width: 100%;
|
|
@@ -63,6 +31,38 @@
|
|
|
63
31
|
opacity: 0.5;
|
|
64
32
|
}
|
|
65
33
|
|
|
34
|
+
.colored-toast.swal2-icon-success {
|
|
35
|
+
background-color: #a5dc86 !important;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.colored-toast.swal2-icon-error {
|
|
39
|
+
background-color: #f27474 !important;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.colored-toast.swal2-icon-warning {
|
|
43
|
+
background-color: #f8bb86 !important;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.colored-toast.swal2-icon-info {
|
|
47
|
+
background-color: #3fc3ee !important;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.colored-toast.swal2-icon-question {
|
|
51
|
+
background-color: #87adbd !important;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.colored-toast .swal2-title {
|
|
55
|
+
color: white;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.colored-toast .swal2-close {
|
|
59
|
+
color: white;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.colored-toast .swal2-html-container {
|
|
63
|
+
color: white;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
66
|
.permissions-main {
|
|
67
67
|
background: #edeff2;
|
|
68
68
|
}
|
package/dist/library.js
CHANGED
|
@@ -5861,7 +5861,7 @@ return (_ctx, _cache) => {
|
|
|
5861
5861
|
: (_ctx.getFieldType(key) === 'numeric')
|
|
5862
5862
|
? (vue.openBlock(), vue.createElementBlock("span", _hoisted_48, vue.toDisplayString(Intl.NumberFormat().format(record[key])), 1 /* TEXT */))
|
|
5863
5863
|
: (_ctx.getFieldType(key) === 'money')
|
|
5864
|
-
? (vue.openBlock(), vue.createElementBlock("span", _hoisted_49,
|
|
5864
|
+
? (vue.openBlock(), vue.createElementBlock("span", _hoisted_49, vue.toDisplayString(Intl.NumberFormat().format(record[key])), 1 /* TEXT */))
|
|
5865
5865
|
: (_ctx.getFieldType(key) === 'date')
|
|
5866
5866
|
? (vue.openBlock(), vue.createElementBlock("span", _hoisted_50, vue.toDisplayString(_ctx.formatDate(record[key])), 1 /* TEXT */))
|
|
5867
5867
|
: (typeof key === 'string')
|
|
@@ -6109,12 +6109,12 @@ return (_ctx, _cache) => {
|
|
|
6109
6109
|
vue.createElementVNode("div", {
|
|
6110
6110
|
class: vue.normalizeClass(["tab-content", __props.classTwo])
|
|
6111
6111
|
}, [
|
|
6112
|
-
(vue.openBlock(), vue.createBlock(_component_router_view, {
|
|
6112
|
+
(vue.openBlock(), vue.createBlock(_component_router_view, vue.mergeProps(_ctx.$attrs, {
|
|
6113
6113
|
currentTab: currentTab.value,
|
|
6114
6114
|
key: path.value,
|
|
6115
6115
|
sharedData: __props.sharedData,
|
|
6116
6116
|
tabCounts: __props.tabCounts
|
|
6117
|
-
}, null,
|
|
6117
|
+
}), null, 16 /* FULL_PROPS */, ["currentTab", "sharedData", "tabCounts"]))
|
|
6118
6118
|
], 2 /* CLASS */)
|
|
6119
6119
|
], 64 /* STABLE_FRAGMENT */))
|
|
6120
6120
|
}
|
package/dist/library.mjs
CHANGED
|
@@ -5849,7 +5849,7 @@ return (_ctx, _cache) => {
|
|
|
5849
5849
|
: (_ctx.getFieldType(key) === 'numeric')
|
|
5850
5850
|
? (openBlock(), createElementBlock("span", _hoisted_48, toDisplayString(Intl.NumberFormat().format(record[key])), 1 /* TEXT */))
|
|
5851
5851
|
: (_ctx.getFieldType(key) === 'money')
|
|
5852
|
-
? (openBlock(), createElementBlock("span", _hoisted_49,
|
|
5852
|
+
? (openBlock(), createElementBlock("span", _hoisted_49, toDisplayString(Intl.NumberFormat().format(record[key])), 1 /* TEXT */))
|
|
5853
5853
|
: (_ctx.getFieldType(key) === 'date')
|
|
5854
5854
|
? (openBlock(), createElementBlock("span", _hoisted_50, toDisplayString(_ctx.formatDate(record[key])), 1 /* TEXT */))
|
|
5855
5855
|
: (typeof key === 'string')
|
|
@@ -6097,12 +6097,12 @@ return (_ctx, _cache) => {
|
|
|
6097
6097
|
createElementVNode("div", {
|
|
6098
6098
|
class: normalizeClass(["tab-content", __props.classTwo])
|
|
6099
6099
|
}, [
|
|
6100
|
-
(openBlock(), createBlock(_component_router_view, {
|
|
6100
|
+
(openBlock(), createBlock(_component_router_view, mergeProps(_ctx.$attrs, {
|
|
6101
6101
|
currentTab: currentTab.value,
|
|
6102
6102
|
key: path.value,
|
|
6103
6103
|
sharedData: __props.sharedData,
|
|
6104
6104
|
tabCounts: __props.tabCounts
|
|
6105
|
-
}, null,
|
|
6105
|
+
}), null, 16 /* FULL_PROPS */, ["currentTab", "sharedData", "tabCounts"]))
|
|
6106
6106
|
], 2 /* CLASS */)
|
|
6107
6107
|
], 64 /* STABLE_FRAGMENT */))
|
|
6108
6108
|
}
|