@iankibetsh/shframework 0.0.3 → 0.0.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 +28 -28
- package/dist/library.js +9 -27
- package/dist/library.mjs +2 -27
- package/package.json +1 -1
|
@@ -1,4 +1,32 @@
|
|
|
1
1
|
|
|
2
|
+
.nav.nav-tabs .nav-item .nav-link{
|
|
3
|
+
color: unset;
|
|
4
|
+
border: none!important;
|
|
5
|
+
padding: .75rem 1rem;
|
|
6
|
+
margin: 0;
|
|
7
|
+
font-size: 1.25rem;
|
|
8
|
+
}
|
|
9
|
+
.active.nav-link {
|
|
10
|
+
/*color: #8b8f9a !important;*/
|
|
11
|
+
color: var(--s-primary) !important;
|
|
12
|
+
background-color: transparent !important;
|
|
13
|
+
border-color: #dee2e6 #dee2e6 #fff;
|
|
14
|
+
}
|
|
15
|
+
.active.nav-link{
|
|
16
|
+
position: relative;
|
|
17
|
+
}
|
|
18
|
+
.nav.nav-tabs .nav-item .active.nav-link:before {
|
|
19
|
+
content: "";
|
|
20
|
+
width: 100%;
|
|
21
|
+
height: 2px;
|
|
22
|
+
/*background-color: #ffc107;*/
|
|
23
|
+
background-color: var(--s-primary);
|
|
24
|
+
position: absolute;
|
|
25
|
+
bottom: 0;
|
|
26
|
+
left: 50%;
|
|
27
|
+
transform: translateX(-50%);
|
|
28
|
+
}
|
|
29
|
+
|
|
2
30
|
.sh-phone{
|
|
3
31
|
display: flex;
|
|
4
32
|
width: 100%;
|
|
@@ -31,34 +59,6 @@
|
|
|
31
59
|
opacity: 0.5;
|
|
32
60
|
}
|
|
33
61
|
|
|
34
|
-
.nav.nav-tabs .nav-item .nav-link{
|
|
35
|
-
color: unset;
|
|
36
|
-
border: none!important;
|
|
37
|
-
padding: .75rem 1rem;
|
|
38
|
-
margin: 0;
|
|
39
|
-
font-size: 1.25rem;
|
|
40
|
-
}
|
|
41
|
-
.active.nav-link {
|
|
42
|
-
/*color: #8b8f9a !important;*/
|
|
43
|
-
color: var(--s-primary) !important;
|
|
44
|
-
background-color: transparent !important;
|
|
45
|
-
border-color: #dee2e6 #dee2e6 #fff;
|
|
46
|
-
}
|
|
47
|
-
.active.nav-link{
|
|
48
|
-
position: relative;
|
|
49
|
-
}
|
|
50
|
-
.nav.nav-tabs .nav-item .active.nav-link:before {
|
|
51
|
-
content: "";
|
|
52
|
-
width: 100%;
|
|
53
|
-
height: 2px;
|
|
54
|
-
/*background-color: #ffc107;*/
|
|
55
|
-
background-color: var(--s-primary);
|
|
56
|
-
position: absolute;
|
|
57
|
-
bottom: 0;
|
|
58
|
-
left: 50%;
|
|
59
|
-
transform: translateX(-50%);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
62
|
.single-mobile-req{
|
|
63
63
|
border: 1px solid #eeeeee;
|
|
64
64
|
border-radius: 0.25rem;
|
package/dist/library.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var Axios = require('axios');
|
|
4
6
|
var NProgress = require('nprogress');
|
|
5
7
|
var vue = require('vue');
|
|
@@ -1649,7 +1651,6 @@ script$6.__file = "src/views/ShPhone.vue";
|
|
|
1649
1651
|
|
|
1650
1652
|
var script$5 = {
|
|
1651
1653
|
name: 'ShForm',
|
|
1652
|
-
inject: ['global'],
|
|
1653
1654
|
components: {
|
|
1654
1655
|
ShPhone: script$6
|
|
1655
1656
|
},
|
|
@@ -1665,7 +1666,7 @@ var script$5 = {
|
|
|
1665
1666
|
selectData: {},
|
|
1666
1667
|
users: [],
|
|
1667
1668
|
allPlaceHolders: {},
|
|
1668
|
-
user:
|
|
1669
|
+
user: null,
|
|
1669
1670
|
allLabels: {}
|
|
1670
1671
|
}
|
|
1671
1672
|
},
|
|
@@ -3372,28 +3373,9 @@ script.render = render;
|
|
|
3372
3373
|
script.__scopeId = "data-v-3628b6a6";
|
|
3373
3374
|
script.__file = "src/views/ShTabs.vue";
|
|
3374
3375
|
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
ShTabs: script
|
|
3382
|
-
};
|
|
3383
|
-
|
|
3384
|
-
const plugin = {
|
|
3385
|
-
install (Vue) {
|
|
3386
|
-
for (const prop in components) {
|
|
3387
|
-
if (components.hasOwnProperty(prop)) {
|
|
3388
|
-
const component = components[prop];
|
|
3389
|
-
Vue.component(component.name, component);
|
|
3390
|
-
}
|
|
3391
|
-
}
|
|
3392
|
-
}
|
|
3393
|
-
};
|
|
3394
|
-
|
|
3395
|
-
var index = {
|
|
3396
|
-
plugin
|
|
3397
|
-
};
|
|
3398
|
-
|
|
3399
|
-
module.exports = index;
|
|
3376
|
+
exports.ShCanvas = script$4;
|
|
3377
|
+
exports.ShForm = script$5;
|
|
3378
|
+
exports.ShModal = script$3;
|
|
3379
|
+
exports.ShPhone = script$6;
|
|
3380
|
+
exports.ShTable = script$1;
|
|
3381
|
+
exports.ShTabs = script;
|
package/dist/library.mjs
CHANGED
|
@@ -1640,7 +1640,6 @@ script$6.__file = "src/views/ShPhone.vue";
|
|
|
1640
1640
|
|
|
1641
1641
|
var script$5 = {
|
|
1642
1642
|
name: 'ShForm',
|
|
1643
|
-
inject: ['global'],
|
|
1644
1643
|
components: {
|
|
1645
1644
|
ShPhone: script$6
|
|
1646
1645
|
},
|
|
@@ -1656,7 +1655,7 @@ var script$5 = {
|
|
|
1656
1655
|
selectData: {},
|
|
1657
1656
|
users: [],
|
|
1658
1657
|
allPlaceHolders: {},
|
|
1659
|
-
user:
|
|
1658
|
+
user: null,
|
|
1660
1659
|
allLabels: {}
|
|
1661
1660
|
}
|
|
1662
1661
|
},
|
|
@@ -3363,28 +3362,4 @@ script.render = render;
|
|
|
3363
3362
|
script.__scopeId = "data-v-3628b6a6";
|
|
3364
3363
|
script.__file = "src/views/ShTabs.vue";
|
|
3365
3364
|
|
|
3366
|
-
|
|
3367
|
-
ShForm: script$5,
|
|
3368
|
-
ShCanvas: script$4,
|
|
3369
|
-
ShModal: script$3,
|
|
3370
|
-
ShPhone: script$6,
|
|
3371
|
-
ShTable: script$1,
|
|
3372
|
-
ShTabs: script
|
|
3373
|
-
};
|
|
3374
|
-
|
|
3375
|
-
const plugin = {
|
|
3376
|
-
install (Vue) {
|
|
3377
|
-
for (const prop in components) {
|
|
3378
|
-
if (components.hasOwnProperty(prop)) {
|
|
3379
|
-
const component = components[prop];
|
|
3380
|
-
Vue.component(component.name, component);
|
|
3381
|
-
}
|
|
3382
|
-
}
|
|
3383
|
-
}
|
|
3384
|
-
};
|
|
3385
|
-
|
|
3386
|
-
var index = {
|
|
3387
|
-
plugin
|
|
3388
|
-
};
|
|
3389
|
-
|
|
3390
|
-
export { index as default };
|
|
3365
|
+
export { script$4 as ShCanvas, script$5 as ShForm, script$3 as ShModal, script$6 as ShPhone, script$1 as ShTable, script as ShTabs };
|