@iankibetsh/shframework 4.3.2 → 4.3.4
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 +42 -42
- package/dist/library.js +3 -2
- package/dist/library.mjs +3 -2
- 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,19 +31,36 @@
|
|
|
63
31
|
opacity: 0.5;
|
|
64
32
|
}
|
|
65
33
|
|
|
66
|
-
.
|
|
67
|
-
|
|
34
|
+
.colored-toast.swal2-icon-success {
|
|
35
|
+
background-color: #a5dc86 !important;
|
|
68
36
|
}
|
|
69
|
-
|
|
70
|
-
|
|
37
|
+
|
|
38
|
+
.colored-toast.swal2-icon-error {
|
|
39
|
+
background-color: #f27474 !important;
|
|
71
40
|
}
|
|
72
|
-
|
|
73
|
-
|
|
41
|
+
|
|
42
|
+
.colored-toast.swal2-icon-warning {
|
|
43
|
+
background-color: #f8bb86 !important;
|
|
74
44
|
}
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
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;
|
|
79
64
|
}
|
|
80
65
|
|
|
81
66
|
.permissions-main {
|
|
@@ -110,6 +95,21 @@
|
|
|
110
95
|
flex-grow: 1;
|
|
111
96
|
}
|
|
112
97
|
|
|
98
|
+
.sh-selected-item{
|
|
99
|
+
line-height: unset!important;
|
|
100
|
+
}
|
|
101
|
+
.sh-suggestion-input{
|
|
102
|
+
padding: 0.375rem 0.75rem;
|
|
103
|
+
}
|
|
104
|
+
.sh-suggest{
|
|
105
|
+
margin-bottom: 1rem;
|
|
106
|
+
}
|
|
107
|
+
.sh-suggest-control::after{
|
|
108
|
+
margin-top: auto;
|
|
109
|
+
margin-bottom: auto;
|
|
110
|
+
margin-right: 0.255em;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
113
|
.callout{
|
|
114
114
|
--bs-link-color-rgb: 110,168,254;
|
|
115
115
|
--bs-code-color: #e685b5;
|
package/dist/library.js
CHANGED
|
@@ -3347,7 +3347,7 @@ return (_ctx, _cache) => {
|
|
|
3347
3347
|
return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
3348
3348
|
_hoisted_1$j,
|
|
3349
3349
|
vue.createElementVNode("form", {
|
|
3350
|
-
class: vue.normalizeClass([__props.formClass, "sh-form"]),
|
|
3350
|
+
class: vue.normalizeClass([__props.formClass, "sh-auto-form"]),
|
|
3351
3351
|
ref_key: "shAutoForm",
|
|
3352
3352
|
ref: shAutoForm,
|
|
3353
3353
|
onSubmit: _cache[0] || (_cache[0] = e => submitForm(e))
|
|
@@ -3423,7 +3423,8 @@ return (_ctx, _cache) => {
|
|
|
3423
3423
|
? (vue.openBlock(), vue.createElementBlock("span", _hoisted_13$3, "Submit"))
|
|
3424
3424
|
: vue.createCommentVNode("v-if", true)
|
|
3425
3425
|
], 14 /* CLASS, STYLE, PROPS */, _hoisted_11$4)
|
|
3426
|
-
], 2 /* CLASS */)
|
|
3426
|
+
], 2 /* CLASS */),
|
|
3427
|
+
vue.renderSlot(_ctx.$slots, "default")
|
|
3427
3428
|
], 34 /* CLASS, NEED_HYDRATION */)
|
|
3428
3429
|
], 64 /* STABLE_FRAGMENT */))
|
|
3429
3430
|
}
|
package/dist/library.mjs
CHANGED
|
@@ -3335,7 +3335,7 @@ return (_ctx, _cache) => {
|
|
|
3335
3335
|
return (openBlock(), createElementBlock(Fragment, null, [
|
|
3336
3336
|
_hoisted_1$j,
|
|
3337
3337
|
createElementVNode("form", {
|
|
3338
|
-
class: normalizeClass([__props.formClass, "sh-form"]),
|
|
3338
|
+
class: normalizeClass([__props.formClass, "sh-auto-form"]),
|
|
3339
3339
|
ref_key: "shAutoForm",
|
|
3340
3340
|
ref: shAutoForm,
|
|
3341
3341
|
onSubmit: _cache[0] || (_cache[0] = e => submitForm(e))
|
|
@@ -3411,7 +3411,8 @@ return (_ctx, _cache) => {
|
|
|
3411
3411
|
? (openBlock(), createElementBlock("span", _hoisted_13$3, "Submit"))
|
|
3412
3412
|
: createCommentVNode("v-if", true)
|
|
3413
3413
|
], 14 /* CLASS, STYLE, PROPS */, _hoisted_11$4)
|
|
3414
|
-
], 2 /* CLASS */)
|
|
3414
|
+
], 2 /* CLASS */),
|
|
3415
|
+
renderSlot(_ctx.$slots, "default")
|
|
3415
3416
|
], 34 /* CLASS, NEED_HYDRATION */)
|
|
3416
3417
|
], 64 /* STABLE_FRAGMENT */))
|
|
3417
3418
|
}
|