@autobest-ui/components 1.1.4 → 1.1.10
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 +10 -10
- package/esm/affix/style/index.scss +34 -34
- package/esm/base.scss +42 -42
- package/esm/carousel/style/index.scss +37 -37
- package/esm/checkbox/style/index.scss +117 -117
- package/esm/collapse/style/index.scss +42 -42
- package/esm/confirm/style/index.scss +44 -44
- package/esm/date-picker/calendar/grid/index.scss +85 -85
- package/esm/date-picker/calendar/index.d.ts +4 -0
- package/esm/date-picker/calendar/index.js +1 -1
- package/esm/date-picker/calendar/index.scss +57 -57
- package/esm/date-picker/index.d.ts +17 -6
- package/esm/date-picker/index.js +49 -8
- package/esm/date-picker/style/index.css +1 -1
- package/esm/date-picker/style/index.scss +23 -19
- package/esm/drawer/style/index.scss +44 -44
- package/esm/ellipsis/style/index.scss +35 -35
- package/esm/guide/style/index.scss +17 -17
- package/esm/icon/style/index.scss +6 -6
- package/esm/index.d.ts +2 -1
- package/esm/input-number/index.d.ts +30 -17
- package/esm/input-number/index.js +116 -36
- package/esm/input-number/style/index.scss +86 -86
- package/esm/lazy-image/style/index.scss +24 -24
- package/esm/link-list/style/index.scss +125 -125
- package/esm/loading/style/index.scss +30 -30
- package/esm/loading-bar/style/index.scss +62 -62
- package/esm/loading-container/style/index.scss +27 -27
- package/esm/loading-icon/style/index.scss +23 -23
- package/esm/mask/style/index.scss +34 -34
- package/esm/message/style/index.scss +70 -70
- package/esm/modal/style/index.scss +112 -112
- package/esm/move/style/index.scss +7 -7
- package/esm/popover/style/index.scss +59 -59
- package/esm/select/style/index.scss +126 -126
- package/esm/show-more/style/index.scss +22 -22
- package/esm/skeleton/style/index.scss +26 -26
- package/esm/style.css +5 -19
- package/esm/table/body/BodyRow.d.ts +9 -3
- package/esm/table/body/BodyRow.js +6 -2
- package/esm/table/body/index.d.ts +2 -2
- package/esm/table/body/index.js +8 -7
- package/esm/table/header/HeaderCell.d.ts +2 -2
- package/esm/table/header/HeaderRow.d.ts +2 -2
- package/esm/table/index.d.ts +4 -4
- package/esm/table/index.js +3 -3
- package/esm/table/interface.d.ts +9 -3
- package/esm/table/style/index.scss +51 -51
- package/esm/tabs/style/index.scss +62 -62
- package/esm/tooltip/style/index.scss +61 -61
- package/esm/trigger/style/index.scss +79 -79
- package/lib/affix/style/index.scss +34 -34
- package/lib/base.scss +42 -42
- package/lib/carousel/style/index.scss +37 -37
- package/lib/checkbox/style/index.scss +117 -117
- package/lib/collapse/style/index.scss +42 -42
- package/lib/confirm/style/index.scss +44 -44
- package/lib/date-picker/calendar/grid/index.scss +85 -85
- package/lib/date-picker/calendar/index.d.ts +4 -0
- package/lib/date-picker/calendar/index.js +1 -1
- package/lib/date-picker/calendar/index.scss +57 -57
- package/lib/date-picker/index.d.ts +17 -6
- package/lib/date-picker/index.js +49 -8
- package/lib/date-picker/style/index.css +1 -1
- package/lib/date-picker/style/index.scss +23 -19
- package/lib/drawer/style/index.scss +44 -44
- package/lib/ellipsis/style/index.scss +35 -35
- package/lib/guide/style/index.scss +17 -17
- package/lib/icon/style/index.scss +6 -6
- package/lib/index.d.ts +2 -1
- package/lib/input-number/index.d.ts +30 -17
- package/lib/input-number/index.js +116 -36
- package/lib/input-number/style/index.scss +86 -86
- package/lib/lazy-image/style/index.scss +24 -24
- package/lib/link-list/style/index.scss +125 -125
- package/lib/loading/style/index.scss +30 -30
- package/lib/loading-bar/style/index.scss +62 -62
- package/lib/loading-container/style/index.scss +27 -27
- package/lib/loading-icon/style/index.scss +23 -23
- package/lib/mask/style/index.scss +34 -34
- package/lib/message/style/index.scss +70 -70
- package/lib/modal/style/index.scss +112 -112
- package/lib/move/style/index.scss +7 -7
- package/lib/popover/style/index.scss +59 -59
- package/lib/select/style/index.scss +126 -126
- package/lib/show-more/style/index.scss +22 -22
- package/lib/skeleton/style/index.scss +26 -26
- package/lib/style.css +5 -19
- package/lib/table/body/BodyRow.d.ts +9 -3
- package/lib/table/body/BodyRow.js +6 -2
- package/lib/table/body/index.d.ts +2 -2
- package/lib/table/body/index.js +8 -7
- package/lib/table/header/HeaderCell.d.ts +2 -2
- package/lib/table/header/HeaderRow.d.ts +2 -2
- package/lib/table/index.d.ts +4 -4
- package/lib/table/index.js +3 -3
- package/lib/table/interface.d.ts +9 -3
- package/lib/table/style/index.scss +51 -51
- package/lib/tabs/style/index.scss +62 -62
- package/lib/tooltip/style/index.scss +61 -61
- package/lib/trigger/style/index.scss +79 -79
- package/package.json +2 -2
- package/esm/accordion/__stories__/style.css +0 -1
- package/esm/accordion/__stories__/style.scss +0 -59
- package/esm/affix/__stories__/style.css +0 -1
- package/esm/affix/__stories__/style.scss +0 -13
- package/esm/carousel/__stories__/style.css +0 -1
- package/esm/carousel/__stories__/style.scss +0 -41
- package/esm/collapse/__stories__/style.css +0 -1
- package/esm/collapse/__stories__/style.scss +0 -19
- package/esm/guide/__stories__/style.css +0 -1
- package/esm/guide/__stories__/style.scss +0 -14
- package/esm/icon/__stories__/iconNames.d.ts +0 -2
- package/esm/icon/__stories__/iconNames.js +0 -1
- package/esm/icon/__stories__/style.css +0 -1
- package/esm/icon/__stories__/style.scss +0 -40
- package/esm/lazy-image/__stories__/style.css +0 -1
- package/esm/lazy-image/__stories__/style.scss +0 -9
- package/esm/loading-container/__stories__/style.css +0 -1
- package/esm/loading-container/__stories__/style.scss +0 -6
- package/esm/move/__stories__/style.css +0 -1
- package/esm/move/__stories__/style.scss +0 -6
- package/esm/popover/__stories__/style.css +0 -1
- package/esm/popover/__stories__/style.scss +0 -16
- package/esm/select/__stories__/style.css +0 -1
- package/esm/select/__stories__/style.scss +0 -8
- package/esm/skeleton/__stories__/style.css +0 -1
- package/esm/skeleton/__stories__/style.scss +0 -3
- package/esm/table/__stories__/style.css +0 -1
- package/esm/table/__stories__/style.scss +0 -34
- package/esm/tabs/__stories__/style.css +0 -1
- package/esm/tabs/__stories__/style.scss +0 -8
- package/lib/accordion/__stories__/style.css +0 -1
- package/lib/accordion/__stories__/style.scss +0 -59
- package/lib/affix/__stories__/style.css +0 -1
- package/lib/affix/__stories__/style.scss +0 -13
- package/lib/carousel/__stories__/style.css +0 -1
- package/lib/carousel/__stories__/style.scss +0 -41
- package/lib/collapse/__stories__/style.css +0 -1
- package/lib/collapse/__stories__/style.scss +0 -19
- package/lib/guide/__stories__/style.css +0 -1
- package/lib/guide/__stories__/style.scss +0 -14
- package/lib/icon/__stories__/iconNames.d.ts +0 -2
- package/lib/icon/__stories__/iconNames.js +0 -8
- package/lib/icon/__stories__/style.css +0 -1
- package/lib/icon/__stories__/style.scss +0 -40
- package/lib/lazy-image/__stories__/style.css +0 -1
- package/lib/lazy-image/__stories__/style.scss +0 -9
- package/lib/loading-container/__stories__/style.css +0 -1
- package/lib/loading-container/__stories__/style.scss +0 -6
- package/lib/move/__stories__/style.css +0 -1
- package/lib/move/__stories__/style.scss +0 -6
- package/lib/popover/__stories__/style.css +0 -1
- package/lib/popover/__stories__/style.scss +0 -16
- package/lib/select/__stories__/style.css +0 -1
- package/lib/select/__stories__/style.scss +0 -8
- package/lib/skeleton/__stories__/style.css +0 -1
- package/lib/skeleton/__stories__/style.scss +0 -3
- package/lib/table/__stories__/style.css +0 -1
- package/lib/table/__stories__/style.scss +0 -34
- package/lib/tabs/__stories__/style.css +0 -1
- package/lib/tabs/__stories__/style.scss +0 -8
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default ['about_us_catalog', 'about_us_delivery', 'about_us_oem', 'about_us_price', 'about_us_privacy', 'about_us_warranty', 'account', 'account_setting', 'angle', 'arrow', 'arrow_rect_right', 'audio', 'bed', 'calendar', 'caret', 'cargo', 'carriers', 'cart', 'cart_fill', 'chat', 'chat_fill', 'check_mark', 'chevron', 'close', 'contact_us', 'contact_us_fill', 'dashboard', 'delete', 'delivery', 'delivery_circle', 'delivery_white', 'driver', 'discontinued', 'edit', 'electronics', 'ellipsis', 'empty', 'exclamation_circle_blue', 'exclamation_circle_brown', 'exclamation_circle_red', 'exclamation_triangle_white', 'exclamation_triangle_yellow', 'exclamation_triangle_yellow_o', 'exterior', 'filter', 'five_stars', 'help', 'help_center_account', 'help_center_account_circle', 'help_center_chat', 'help_center_clock', 'help_center_email', 'help_center_ordering', 'help_center_orders_payment_circle', 'help_center_part_question', 'help_center_part_question_circle', 'help_center_payment', 'help_center_phone', 'help_center_prices', 'help_center_product', 'help_center_refund', 'help_center_returns', 'help_center_returns_refunds_circle', 'help_center_shipping', 'help_center_shipping_circle', 'help_center_webshop', 'hook', 'hook_circle', 'hook_circle_blue', 'hook_circle_green', 'interior', 'lifestyle', 'lighting', 'login', 'logo', 'logout', 'maximize', 'menu', 'menu_fill', 'merchandise', 'minimize', 'minus', 'minus_square_o', 'my_account_account_setting', 'my_account_dashboard', 'my_account_order_history', 'my_vehicle', 'nismo', 'order', 'order_history', 'pdf', 'performance', 'phone', 'phone_fill', 'play_btn', 'plus', 'plus_square_o', 'prices', 'prices_circle', 'prices_white', 'roof', 'safety', 'search', 'search_plus', 'security', 'search_minus', 'select_vehicle_tip', 'service', 'service_circle', 'service_white', 'six_dot', 'sort', 'tip', 'trailering', 'trd', 'truck', 'under', 'user', 'view_by_grid', 'view_by_list', 'wheels', 'word'];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.demo-icon-list{padding:.2rem .1rem;font-size:.12rem;display:flex;width:100%;flex-wrap:wrap}.demo-icon-list>li{padding:.1rem;border:1px solid #e0e0e0;margin:.05rem;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f3f4f6;min-width:1.2rem;min-height:1.5rem}.demo-icon-list>li svg{max-width:.5rem;height:.5rem}.demo-icon-list>li p{padding:0 5px;text-align:center;width:1rem;word-break:break-all}.demo-icon-list>li:hover{background-color:#e5e7eb}.demo-icon-list .demo-icon-name{padding-top:.15rem}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
.demo-icon-list{
|
|
2
|
-
padding: .2rem .1rem;
|
|
3
|
-
font-size: .12rem;
|
|
4
|
-
display: flex;
|
|
5
|
-
width: 100%;
|
|
6
|
-
flex-wrap: wrap;
|
|
7
|
-
|
|
8
|
-
& > li {
|
|
9
|
-
padding: .1rem;
|
|
10
|
-
border: 1px solid #E0E0E0;
|
|
11
|
-
margin: .05rem;
|
|
12
|
-
display: flex;
|
|
13
|
-
flex-direction: column;
|
|
14
|
-
justify-content: center;
|
|
15
|
-
align-items: center;
|
|
16
|
-
background-color: #F3F4F6;
|
|
17
|
-
min-width: 1.2rem;
|
|
18
|
-
min-height: 1.5rem;
|
|
19
|
-
|
|
20
|
-
svg {
|
|
21
|
-
max-width: .5rem;
|
|
22
|
-
height: .5rem;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
p {
|
|
26
|
-
padding: 0 5px;
|
|
27
|
-
text-align: center;
|
|
28
|
-
width: 1rem;
|
|
29
|
-
word-break: break-all;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
&:hover{
|
|
33
|
-
background-color: #E5E7EB;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.demo-icon-name{
|
|
38
|
-
padding-top: .15rem;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.lazy-image-demo{margin-top:200vh}.lazy-image-demo img{display:block;width:400px;margin:.2rem}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.loading-container-demo{margin:1rem;width:2rem;height:2rem;background:#b0b0b0}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.demo-move{margin:.2rem auto;width:500px;height:500px;border:5px solid #ccc}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.popover-demo{padding:80px 60px;width:465px;height:400px;margin:auto;position:relative}.popover-demo button{width:100px;display:inline-block}.popover-demo-tip{height:60px;width:100px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.select-demo{margin:10px auto;width:200px}.select-demo .select-group{width:1rem}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.skeleton-demo{padding:.2rem}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.table-demo thead{background-color:#2b5797;color:#fff}.table-demo tbody tr.ab-table-expand-row{background-color:#fafafa}.table-demo tbody tr:hover{background-color:#f3f3f3}.table-demo td,.table-demo th{padding:.16rem;border-bottom:1px solid #d0d0d0}.table-demo td.ab-table-checkbox,.table-demo th.ab-table-checkbox{padding:.16rem 0}.table-demo .merged-cell{border-left:1px solid #d0d0d0;border-right:1px solid #d0d0d0}.table-demo-expanded{font-size:.2rem}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
.table-demo {
|
|
2
|
-
thead {
|
|
3
|
-
background-color: #2b5797;
|
|
4
|
-
color: #fff;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
tbody tr {
|
|
8
|
-
&.ab-table-expand-row {
|
|
9
|
-
background-color: #fafafa;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
&:hover {
|
|
13
|
-
background-color: #f3f3f3;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
th, td {
|
|
18
|
-
padding: .16rem;
|
|
19
|
-
border-bottom: 1px solid #D0D0D0;
|
|
20
|
-
|
|
21
|
-
&.ab-table-checkbox {
|
|
22
|
-
padding: .16rem 0;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.merged-cell {
|
|
27
|
-
border-left: 1px solid #D0D0D0;
|
|
28
|
-
border-right: 1px solid #D0D0D0;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.table-demo-expanded {
|
|
33
|
-
font-size: .2rem;
|
|
34
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.tabs-demo{width:500px;margin:20px auto}.tabs-demo .ab-tabs-item{padding:2px 6px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.demo-accordion{margin:.5rem auto;width:5rem;display:flex;justify-content:center;flex-direction:column}.accordion-demo-wrap{width:3rem}.accordion-demo-text{height:.3rem}.accordion-demo-title{display:block;padding:.1rem 0;background-color:#b0b0b0;color:#f7f7f7;cursor:pointer}.accordion-demo-a-content>li{padding:.1rem 0;border-top:dotted 1px grey}.accordion-demo-a-content>li:first-child{border:none;cursor:pointer}.accordion-demo-a-content>li>a{color:#333}.accordion-demo-d-content{padding-left:.1rem}.accordion-demo-d-content .ab-collapse{padding-left:.2rem}.accordion-demo-d-title{background-color:grey;display:block;padding:.1rem 0;color:#f7f7f7;cursor:pointer}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
$namespace: accordion-demo;
|
|
2
|
-
|
|
3
|
-
.demo-accordion {
|
|
4
|
-
margin: .5rem auto;
|
|
5
|
-
width: 5rem;
|
|
6
|
-
display: flex;
|
|
7
|
-
justify-content: center;
|
|
8
|
-
flex-direction: column;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.#{$namespace} {
|
|
12
|
-
&-wrap {
|
|
13
|
-
width: 3rem;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
&-text {
|
|
17
|
-
height: .3rem;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
&-title {
|
|
21
|
-
display: block;
|
|
22
|
-
padding: .1rem 0;
|
|
23
|
-
background-color: #b0b0b0;
|
|
24
|
-
color: #f7f7f7;
|
|
25
|
-
cursor: pointer;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
&-a-content {
|
|
29
|
-
> li {
|
|
30
|
-
padding: .1rem 0;
|
|
31
|
-
border-top: dotted 1px #808080;
|
|
32
|
-
|
|
33
|
-
&:first-child {
|
|
34
|
-
border: none;
|
|
35
|
-
cursor: pointer;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
> a {
|
|
39
|
-
color: #333;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
&-d-content {
|
|
45
|
-
padding-left: .1rem;
|
|
46
|
-
|
|
47
|
-
.ab-collapse {
|
|
48
|
-
padding-left: .2rem;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
&-d-title {
|
|
53
|
-
background-color: #808080;
|
|
54
|
-
display: block;
|
|
55
|
-
padding: .1rem 0;
|
|
56
|
-
color: #f7f7f7;
|
|
57
|
-
cursor: pointer;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.affix-demo{height:200vh;overflow:auto;width:1000px;max-width:100%;margin:auto}.affix-demo .affix-wrap{height:500px;width:100%;background-color:#d1d5db}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.demo-carousel{margin:auto;position:relative}.demo-carousel p{display:flex;align-items:center;justify-content:center;font-size:32px;margin:0;color:#f3f4f6;height:225px;border-radius:3px}.ab-carousel{position:relative}.button-next,.button-prev{position:absolute;box-sizing:border-box;cursor:pointer;font-size:32px;top:50%;margin-top:-15px;width:30px;height:30px;color:#f3f4f6}.button-prev{left:5px;top:50%}.button-next{right:5px;top:50%}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
.demo-carousel {
|
|
2
|
-
margin: auto;
|
|
3
|
-
position: relative;
|
|
4
|
-
|
|
5
|
-
p {
|
|
6
|
-
display: flex;
|
|
7
|
-
align-items: center;
|
|
8
|
-
justify-content: center;
|
|
9
|
-
font-size: 32px;
|
|
10
|
-
margin: 0;
|
|
11
|
-
color: #F3F4F6;
|
|
12
|
-
height: 225px;
|
|
13
|
-
border-radius: 3px;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.ab-carousel {
|
|
18
|
-
position: relative;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.button-prev, .button-next {
|
|
22
|
-
position: absolute;
|
|
23
|
-
box-sizing: border-box;
|
|
24
|
-
cursor: pointer;
|
|
25
|
-
font-size: 32px;
|
|
26
|
-
top: 50%;
|
|
27
|
-
margin-top: -15px;
|
|
28
|
-
width: 30px;
|
|
29
|
-
height: 30px;
|
|
30
|
-
color: #F3F4F6;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.button-prev {
|
|
34
|
-
left: 5px;
|
|
35
|
-
top: 50%;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.button-next {
|
|
39
|
-
right: 5px;
|
|
40
|
-
top: 50%;
|
|
41
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.demo-collapse{min-height:200px;padding:.2rem}.title-wrap{width:1rem;height:.4rem;background-color:#3b82f6;color:#f3f4f6}.title-wrap>strong{display:block;width:1rem;height:.2rem;background-color:#10b981;cursor:pointer}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
.demo-collapse{
|
|
2
|
-
min-height: 200px;
|
|
3
|
-
padding: 0.2rem;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.title-wrap {
|
|
7
|
-
width: 1rem;
|
|
8
|
-
height: .4rem;
|
|
9
|
-
background-color: #3B82F6;
|
|
10
|
-
color: #F3F4F6;
|
|
11
|
-
|
|
12
|
-
> strong {
|
|
13
|
-
display: block;
|
|
14
|
-
width: 1rem;
|
|
15
|
-
height: .2rem;
|
|
16
|
-
background-color: #10B981;
|
|
17
|
-
cursor: pointer;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.guide-demo .input{width:3rem}.guide-demo .btn{display:block;margin-top:.2rem;width:.8rem;height:.3rem;font-size:.16rem;text-align:center}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _default = ['about_us_catalog', 'about_us_delivery', 'about_us_oem', 'about_us_price', 'about_us_privacy', 'about_us_warranty', 'account', 'account_setting', 'angle', 'arrow', 'arrow_rect_right', 'audio', 'bed', 'calendar', 'caret', 'cargo', 'carriers', 'cart', 'cart_fill', 'chat', 'chat_fill', 'check_mark', 'chevron', 'close', 'contact_us', 'contact_us_fill', 'dashboard', 'delete', 'delivery', 'delivery_circle', 'delivery_white', 'driver', 'discontinued', 'edit', 'electronics', 'ellipsis', 'empty', 'exclamation_circle_blue', 'exclamation_circle_brown', 'exclamation_circle_red', 'exclamation_triangle_white', 'exclamation_triangle_yellow', 'exclamation_triangle_yellow_o', 'exterior', 'filter', 'five_stars', 'help', 'help_center_account', 'help_center_account_circle', 'help_center_chat', 'help_center_clock', 'help_center_email', 'help_center_ordering', 'help_center_orders_payment_circle', 'help_center_part_question', 'help_center_part_question_circle', 'help_center_payment', 'help_center_phone', 'help_center_prices', 'help_center_product', 'help_center_refund', 'help_center_returns', 'help_center_returns_refunds_circle', 'help_center_shipping', 'help_center_shipping_circle', 'help_center_webshop', 'hook', 'hook_circle', 'hook_circle_blue', 'hook_circle_green', 'interior', 'lifestyle', 'lighting', 'login', 'logo', 'logout', 'maximize', 'menu', 'menu_fill', 'merchandise', 'minimize', 'minus', 'minus_square_o', 'my_account_account_setting', 'my_account_dashboard', 'my_account_order_history', 'my_vehicle', 'nismo', 'order', 'order_history', 'pdf', 'performance', 'phone', 'phone_fill', 'play_btn', 'plus', 'plus_square_o', 'prices', 'prices_circle', 'prices_white', 'roof', 'safety', 'search', 'search_plus', 'security', 'search_minus', 'select_vehicle_tip', 'service', 'service_circle', 'service_white', 'six_dot', 'sort', 'tip', 'trailering', 'trd', 'truck', 'under', 'user', 'view_by_grid', 'view_by_list', 'wheels', 'word'];
|
|
8
|
-
exports.default = _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.demo-icon-list{padding:.2rem .1rem;font-size:.12rem;display:flex;width:100%;flex-wrap:wrap}.demo-icon-list>li{padding:.1rem;border:1px solid #e0e0e0;margin:.05rem;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f3f4f6;min-width:1.2rem;min-height:1.5rem}.demo-icon-list>li svg{max-width:.5rem;height:.5rem}.demo-icon-list>li p{padding:0 5px;text-align:center;width:1rem;word-break:break-all}.demo-icon-list>li:hover{background-color:#e5e7eb}.demo-icon-list .demo-icon-name{padding-top:.15rem}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
.demo-icon-list{
|
|
2
|
-
padding: .2rem .1rem;
|
|
3
|
-
font-size: .12rem;
|
|
4
|
-
display: flex;
|
|
5
|
-
width: 100%;
|
|
6
|
-
flex-wrap: wrap;
|
|
7
|
-
|
|
8
|
-
& > li {
|
|
9
|
-
padding: .1rem;
|
|
10
|
-
border: 1px solid #E0E0E0;
|
|
11
|
-
margin: .05rem;
|
|
12
|
-
display: flex;
|
|
13
|
-
flex-direction: column;
|
|
14
|
-
justify-content: center;
|
|
15
|
-
align-items: center;
|
|
16
|
-
background-color: #F3F4F6;
|
|
17
|
-
min-width: 1.2rem;
|
|
18
|
-
min-height: 1.5rem;
|
|
19
|
-
|
|
20
|
-
svg {
|
|
21
|
-
max-width: .5rem;
|
|
22
|
-
height: .5rem;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
p {
|
|
26
|
-
padding: 0 5px;
|
|
27
|
-
text-align: center;
|
|
28
|
-
width: 1rem;
|
|
29
|
-
word-break: break-all;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
&:hover{
|
|
33
|
-
background-color: #E5E7EB;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.demo-icon-name{
|
|
38
|
-
padding-top: .15rem;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.lazy-image-demo{margin-top:200vh}.lazy-image-demo img{display:block;width:400px;margin:.2rem}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.loading-container-demo{margin:1rem;width:2rem;height:2rem;background:#b0b0b0}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.demo-move{margin:.2rem auto;width:500px;height:500px;border:5px solid #ccc}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.popover-demo{padding:80px 60px;width:465px;height:400px;margin:auto;position:relative}.popover-demo button{width:100px;display:inline-block}.popover-demo-tip{height:60px;width:100px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.select-demo{margin:10px auto;width:200px}.select-demo .select-group{width:1rem}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.skeleton-demo{padding:.2rem}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.table-demo thead{background-color:#2b5797;color:#fff}.table-demo tbody tr.ab-table-expand-row{background-color:#fafafa}.table-demo tbody tr:hover{background-color:#f3f3f3}.table-demo td,.table-demo th{padding:.16rem;border-bottom:1px solid #d0d0d0}.table-demo td.ab-table-checkbox,.table-demo th.ab-table-checkbox{padding:.16rem 0}.table-demo .merged-cell{border-left:1px solid #d0d0d0;border-right:1px solid #d0d0d0}.table-demo-expanded{font-size:.2rem}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
.table-demo {
|
|
2
|
-
thead {
|
|
3
|
-
background-color: #2b5797;
|
|
4
|
-
color: #fff;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
tbody tr {
|
|
8
|
-
&.ab-table-expand-row {
|
|
9
|
-
background-color: #fafafa;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
&:hover {
|
|
13
|
-
background-color: #f3f3f3;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
th, td {
|
|
18
|
-
padding: .16rem;
|
|
19
|
-
border-bottom: 1px solid #D0D0D0;
|
|
20
|
-
|
|
21
|
-
&.ab-table-checkbox {
|
|
22
|
-
padding: .16rem 0;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.merged-cell {
|
|
27
|
-
border-left: 1px solid #D0D0D0;
|
|
28
|
-
border-right: 1px solid #D0D0D0;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.table-demo-expanded {
|
|
33
|
-
font-size: .2rem;
|
|
34
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.tabs-demo{width:500px;margin:20px auto}.tabs-demo .ab-tabs-item{padding:2px 6px}
|