@iankibetsh/shframework 5.5.8 → 5.5.9
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 +1 -3
- package/dist/library.mjs +1 -2
- package/package.json +1 -1
|
@@ -1,36 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
.sh-phone{
|
|
3
|
-
display: flex;
|
|
4
|
-
width: 100%;
|
|
5
|
-
align-items: center;
|
|
6
|
-
padding: 0 0.25rem;
|
|
7
|
-
}
|
|
8
|
-
.phone-country{
|
|
9
|
-
width: 2rem;
|
|
10
|
-
border: none;
|
|
11
|
-
align-self: center;
|
|
12
|
-
outline: none !important;
|
|
13
|
-
padding: 0.4rem;
|
|
14
|
-
border-right: 1px solid #0003;
|
|
15
|
-
}
|
|
16
|
-
.phone-number{
|
|
17
|
-
width: calc(100% - 2.2rem);
|
|
18
|
-
border: none;
|
|
19
|
-
align-self: center;
|
|
20
|
-
outline: none;
|
|
21
|
-
margin-bottom: 0;
|
|
22
|
-
padding: 0.4rem;
|
|
23
|
-
}
|
|
24
|
-
.sh-phone img{
|
|
25
|
-
padding: 0.125rem;
|
|
26
|
-
width: 2rem;
|
|
27
|
-
height: 2rem;
|
|
28
|
-
}
|
|
29
|
-
.phone-number::placeholder{
|
|
30
|
-
font-weight: 300;
|
|
31
|
-
opacity: 0.5;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
2
|
.colored-toast.swal2-icon-success {
|
|
35
3
|
background-color: #a5dc86 !important;
|
|
36
4
|
}
|
|
@@ -63,6 +31,38 @@
|
|
|
63
31
|
color: white;
|
|
64
32
|
}
|
|
65
33
|
|
|
34
|
+
.sh-phone{
|
|
35
|
+
display: flex;
|
|
36
|
+
width: 100%;
|
|
37
|
+
align-items: center;
|
|
38
|
+
padding: 0 0.25rem;
|
|
39
|
+
}
|
|
40
|
+
.phone-country{
|
|
41
|
+
width: 2rem;
|
|
42
|
+
border: none;
|
|
43
|
+
align-self: center;
|
|
44
|
+
outline: none !important;
|
|
45
|
+
padding: 0.4rem;
|
|
46
|
+
border-right: 1px solid #0003;
|
|
47
|
+
}
|
|
48
|
+
.phone-number{
|
|
49
|
+
width: calc(100% - 2.2rem);
|
|
50
|
+
border: none;
|
|
51
|
+
align-self: center;
|
|
52
|
+
outline: none;
|
|
53
|
+
margin-bottom: 0;
|
|
54
|
+
padding: 0.4rem;
|
|
55
|
+
}
|
|
56
|
+
.sh-phone img{
|
|
57
|
+
padding: 0.125rem;
|
|
58
|
+
width: 2rem;
|
|
59
|
+
height: 2rem;
|
|
60
|
+
}
|
|
61
|
+
.phone-number::placeholder{
|
|
62
|
+
font-weight: 300;
|
|
63
|
+
opacity: 0.5;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
66
|
.permissions-main {
|
|
67
67
|
background: #edeff2;
|
|
68
68
|
}
|
package/dist/library.js
CHANGED
|
@@ -9,7 +9,6 @@ var bootstrap = require('bootstrap');
|
|
|
9
9
|
var NProgress = require('nprogress');
|
|
10
10
|
var vue = require('vue');
|
|
11
11
|
var _ = require('lodash');
|
|
12
|
-
var ShModalForm = require('@/lib/components/ShModalForm.vue');
|
|
13
12
|
var pinia = require('pinia');
|
|
14
13
|
var vueRouter = require('vue-router');
|
|
15
14
|
|
|
@@ -19,7 +18,6 @@ var Axios__default = /*#__PURE__*/_interopDefaultLegacy(Axios);
|
|
|
19
18
|
var Swal__default = /*#__PURE__*/_interopDefaultLegacy(Swal);
|
|
20
19
|
var NProgress__default = /*#__PURE__*/_interopDefaultLegacy(NProgress);
|
|
21
20
|
var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
|
|
22
|
-
var ShModalForm__default = /*#__PURE__*/_interopDefaultLegacy(ShModalForm);
|
|
23
21
|
|
|
24
22
|
function setItem (key, value) {
|
|
25
23
|
let toStore = value;
|
|
@@ -4049,7 +4047,7 @@ var script$m = {
|
|
|
4049
4047
|
|
|
4050
4048
|
|
|
4051
4049
|
return (_ctx, _cache) => {
|
|
4052
|
-
return (vue.openBlock(), vue.createBlock(
|
|
4050
|
+
return (vue.openBlock(), vue.createBlock(script$n, null, {
|
|
4053
4051
|
default: vue.withCtx(() => [
|
|
4054
4052
|
vue.renderSlot(_ctx.$slots, "default")
|
|
4055
4053
|
]),
|
package/dist/library.mjs
CHANGED
|
@@ -5,7 +5,6 @@ import { Modal, Offcanvas } from 'bootstrap';
|
|
|
5
5
|
import NProgress from 'nprogress';
|
|
6
6
|
import { openBlock, createElementBlock, createElementVNode, createTextVNode, toDisplayString, createCommentVNode, withDirectives, Fragment, renderList, vModelSelect, vModelText, ref, onMounted, watch, unref, normalizeClass, createBlock, resolveDynamicComponent, resolveComponent, inject, useTemplateRef, mergeProps, renderSlot, normalizeStyle, computed, Teleport, createVNode, withCtx, useSlots, onBeforeUnmount, reactive, vModelCheckbox, resolveDirective, shallowRef, normalizeProps, markRaw, isRef } from 'vue';
|
|
7
7
|
import _ from 'lodash';
|
|
8
|
-
import ShModalForm from '@/lib/components/ShModalForm.vue';
|
|
9
8
|
import { defineStore, storeToRefs } from 'pinia';
|
|
10
9
|
import { useRoute, useRouter } from 'vue-router';
|
|
11
10
|
|
|
@@ -4037,7 +4036,7 @@ var script$m = {
|
|
|
4037
4036
|
|
|
4038
4037
|
|
|
4039
4038
|
return (_ctx, _cache) => {
|
|
4040
|
-
return (openBlock(), createBlock(
|
|
4039
|
+
return (openBlock(), createBlock(script$n, null, {
|
|
4041
4040
|
default: withCtx(() => [
|
|
4042
4041
|
renderSlot(_ctx.$slots, "default")
|
|
4043
4042
|
]),
|