dtable-ui-component 6.0.113-atm.2 → 6.0.113-gtm.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/lib/DTableIcon/index.js +2 -2
- package/lib/DTableModalHeader/index.js +6 -4
- package/lib/DtableCustomButton/index.css +249 -0
- package/lib/DtableCustomButton/index.js +67 -0
- package/lib/DtableIconButton/index.css +103 -0
- package/lib/DtableIconButton/index.js +65 -0
- package/lib/NotificationPopover/index.js +3 -1
- package/lib/assets/icons/app-achievement-distribution.svg +21 -0
- package/lib/assets/icons/app-address-book.svg +22 -0
- package/lib/assets/icons/app-ai-agent.svg +23 -0
- package/lib/assets/icons/app-ai.svg +13 -0
- package/lib/assets/icons/app-airplane.svg +11 -0
- package/lib/assets/icons/app-award.svg +11 -0
- package/lib/assets/icons/app-bank.svg +11 -0
- package/lib/assets/icons/app-bell.svg +11 -0
- package/lib/assets/icons/app-book.svg +11 -0
- package/lib/assets/icons/app-bookmark.svg +12 -0
- package/lib/assets/icons/app-brush.svg +13 -0
- package/lib/assets/icons/app-buildings.svg +12 -0
- package/lib/assets/icons/app-bus.svg +12 -0
- package/lib/assets/icons/app-calendar.svg +26 -0
- package/lib/assets/icons/app-capsule.svg +11 -0
- package/lib/assets/icons/app-car.svg +12 -0
- package/lib/assets/icons/app-chat.svg +11 -0
- package/lib/assets/icons/app-clock.svg +14 -0
- package/lib/assets/icons/app-cloud.svg +11 -0
- package/lib/assets/icons/app-code.svg +13 -0
- package/lib/assets/icons/app-coin.svg +12 -0
- package/lib/assets/icons/app-compass.svg +11 -0
- package/lib/assets/icons/app-contract.svg +24 -0
- package/lib/assets/icons/app-credit.svg +11 -0
- package/lib/assets/icons/app-crosshair.svg +11 -0
- package/lib/assets/icons/app-cursor.svg +11 -0
- package/lib/assets/icons/app-database.svg +17 -0
- package/lib/assets/icons/app-design.svg +15 -0
- package/lib/assets/icons/app-dile-person.svg +11 -0
- package/lib/assets/icons/app-distribution.svg +29 -0
- package/lib/assets/icons/app-edit.svg +20 -0
- package/lib/assets/icons/app-email.svg +16 -0
- package/lib/assets/icons/app-external-links.svg +18 -0
- package/lib/assets/icons/app-faq.svg +10 -0
- package/lib/assets/icons/app-flag.svg +12 -0
- package/lib/assets/icons/app-flex-item.svg +26 -0
- package/lib/assets/icons/app-folder.svg +24 -0
- package/lib/assets/icons/app-form.svg +17 -0
- package/lib/assets/icons/app-gallery.svg +24 -0
- package/lib/assets/icons/app-geo.svg +13 -0
- package/lib/assets/icons/app-globe.svg +12 -0
- package/lib/assets/icons/app-hammer.svg +11 -0
- package/lib/assets/icons/app-history.svg +21 -0
- package/lib/assets/icons/app-home.svg +20 -0
- package/lib/assets/icons/app-icon-theme.svg +19 -0
- package/lib/assets/icons/app-individual-bill.svg +22 -0
- package/lib/assets/icons/app-information.svg +15 -0
- package/lib/assets/icons/app-inquire.svg +14 -0
- package/lib/assets/icons/app-invoice.svg +19 -0
- package/lib/assets/icons/app-label.svg +26 -0
- package/lib/assets/icons/app-leave.svg +17 -0
- package/lib/assets/icons/app-link.svg +19 -0
- package/lib/assets/icons/app-logistics.svg +23 -0
- package/lib/assets/icons/app-luggage.svg +11 -0
- package/lib/assets/icons/app-map.svg +19 -0
- package/lib/assets/icons/app-matter.svg +17 -0
- package/lib/assets/icons/app-module.svg +23 -0
- package/lib/assets/icons/app-monitor.svg +11 -0
- package/lib/assets/icons/app-moon.svg +11 -0
- package/lib/assets/icons/app-page.svg +22 -0
- package/lib/assets/icons/app-people.svg +11 -0
- package/lib/assets/icons/app-personnel.svg +24 -0
- package/lib/assets/icons/app-pin-map.svg +12 -0
- package/lib/assets/icons/app-post-sale.svg +20 -0
- package/lib/assets/icons/app-product-library.svg +18 -0
- package/lib/assets/icons/app-purchase.svg +20 -0
- package/lib/assets/icons/app-qr-code.svg +5 -0
- package/lib/assets/icons/app-rules-and-regulations.svg +18 -0
- package/lib/assets/icons/app-scan.svg +17 -0
- package/lib/assets/icons/app-shop.svg +11 -0
- package/lib/assets/icons/app-sign-left.svg +13 -0
- package/lib/assets/icons/app-sign-right.svg +13 -0
- package/lib/assets/icons/app-signpost.svg +11 -0
- package/lib/assets/icons/app-snow.svg +11 -0
- package/lib/assets/icons/app-star-mark.svg +28 -0
- package/lib/assets/icons/app-statistics.svg +20 -0
- package/lib/assets/icons/app-sun.svg +11 -0
- package/lib/assets/icons/app-table.svg +14 -0
- package/lib/assets/icons/app-task.svg +14 -0
- package/lib/assets/icons/app-telephone.svg +11 -0
- package/lib/assets/icons/app-thermometer-cold.svg +11 -0
- package/lib/assets/icons/app-thermometer-hot.svg +11 -0
- package/lib/assets/icons/app-trophy.svg +12 -0
- package/lib/assets/icons/app-vedio.svg +11 -0
- package/lib/assets/icons/app-version.svg +16 -0
- package/lib/assets/icons/app-view.svg +15 -0
- package/lib/assets/icons/app-wrench.svg +11 -0
- package/lib/assets/icons/arrow-down.svg +3 -0
- package/lib/assets/icons/btn-send.svg +3 -0
- package/lib/assets/icons/check.svg +4 -1
- package/lib/assets/icons/clear.svg +3 -0
- package/lib/assets/icons/close.svg +3 -0
- package/lib/assets/icons/column-read-only.svg +14 -0
- package/lib/assets/icons/comment.svg +19 -0
- package/lib/assets/icons/copy.svg +5 -0
- package/lib/assets/icons/cross.svg +4 -1
- package/lib/assets/icons/custom-element-card.svg +13 -0
- package/lib/assets/icons/custom-page-narrow.svg +17 -0
- package/lib/assets/icons/custom-page-wide.svg +17 -0
- package/lib/assets/icons/delete.svg +6 -0
- package/lib/assets/icons/dot.svg +4 -1
- package/lib/assets/icons/download.svg +4 -0
- package/lib/assets/icons/expand.svg +4 -0
- package/lib/assets/icons/eye.svg +4 -0
- package/lib/assets/icons/field-set.svg +20 -0
- package/lib/assets/icons/go-to-base.svg +16 -0
- package/lib/assets/icons/html.svg +19 -0
- package/lib/assets/icons/inline-code.svg +5 -0
- package/lib/assets/icons/mark-all-as-read.svg +6 -0
- package/lib/assets/icons/more.svg +5 -0
- package/lib/assets/icons/move-to.svg +20 -0
- package/lib/assets/icons/navigation-unfold.svg +17 -0
- package/lib/assets/icons/new-chat.svg +4 -0
- package/lib/assets/icons/page-break.svg +20 -0
- package/lib/assets/icons/pause-btn.svg +3 -0
- package/lib/assets/icons/problem-solving.svg +25 -0
- package/lib/assets/icons/publish.svg +7 -0
- package/lib/assets/icons/refresh.svg +3 -0
- package/lib/assets/icons/remove-from-folder.svg +17 -0
- package/lib/assets/icons/reservation-resources.svg +17 -0
- package/lib/assets/icons/send-arrow.svg +3 -0
- package/lib/assets/icons/send.svg +11 -0
- package/lib/assets/icons/separator.svg +18 -0
- package/lib/assets/icons/switch-icon.svg +17 -0
- package/lib/assets/icons/upload.svg +16 -0
- package/lib/assets/icons/worksheet.svg +19 -0
- package/lib/index.js +15 -1
- package/package.json +1 -1
package/lib/DTableIcon/index.js
CHANGED
|
@@ -25,9 +25,9 @@ const DTableIcon = _ref => {
|
|
|
25
25
|
customProps['aria-hidden'] = ariaHidden;
|
|
26
26
|
}
|
|
27
27
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("i", (0, _objectSpread2.default)({
|
|
28
|
-
className: (0, _classnames.default)(
|
|
28
|
+
className: (0, _classnames.default)(className, {
|
|
29
29
|
'dtable-font': !symbol.includes('dtable-font')
|
|
30
|
-
}),
|
|
30
|
+
}, symbol),
|
|
31
31
|
style: {
|
|
32
32
|
color
|
|
33
33
|
}
|
|
@@ -9,7 +9,8 @@ var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/
|
|
|
9
9
|
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
|
10
10
|
var _react = _interopRequireDefault(require("react"));
|
|
11
11
|
var _reactstrap = require("reactstrap");
|
|
12
|
-
var
|
|
12
|
+
var _DtableIconButton = _interopRequireDefault(require("../DtableIconButton"));
|
|
13
|
+
var _lang = require("../lang");
|
|
13
14
|
require("./index.css");
|
|
14
15
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
15
16
|
const _excluded = ["children"];
|
|
@@ -24,9 +25,10 @@ const DTableModalHeader = _ref => {
|
|
|
24
25
|
"data-dismiss": "modal",
|
|
25
26
|
"aria-label": "Close",
|
|
26
27
|
onClick: props.toggle,
|
|
27
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
28
|
-
|
|
29
|
-
className: "dtable-modal-close-inner"
|
|
28
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_DtableIconButton.default, {
|
|
29
|
+
symbol: "dtable-icon-x",
|
|
30
|
+
className: "dtable-modal-close-inner",
|
|
31
|
+
tooltip: (0, _lang.getLocale)('Close')
|
|
30
32
|
})
|
|
31
33
|
});
|
|
32
34
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactstrap.ModalHeader, (0, _objectSpread2.default)((0, _objectSpread2.default)({}, props), {}, {
|
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
.dtable-custom-button {
|
|
2
|
+
display: inline-flex !important;
|
|
3
|
+
align-items: center;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
gap: 8px;
|
|
6
|
+
padding: 0 12px !important;
|
|
7
|
+
min-height: 32px;
|
|
8
|
+
font-size: 14px;
|
|
9
|
+
font-weight: 500;
|
|
10
|
+
border-radius: 4px;
|
|
11
|
+
cursor: pointer;
|
|
12
|
+
transition: all 0.3s ease;
|
|
13
|
+
white-space: nowrap;
|
|
14
|
+
outline: none;
|
|
15
|
+
font-family: inherit;
|
|
16
|
+
border: 1px solid transparent !important;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.dtable-custom-button:focus {
|
|
20
|
+
outline: none;
|
|
21
|
+
box-shadow: none !important;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.dtable-custom-button:active:focus {
|
|
25
|
+
box-shadow: none !important;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.dtable-custom-button__text {
|
|
29
|
+
display: inline-block;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.dtable-custom-button__icon {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
font-size: 14px;
|
|
35
|
+
line-height: 1;
|
|
36
|
+
margin: 0;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
/* ============ Size Variants ============ */
|
|
40
|
+
|
|
41
|
+
.dtable-custom-button--max {
|
|
42
|
+
min-height: 40px !important;
|
|
43
|
+
padding: 0 16px !important;
|
|
44
|
+
font-size: 14px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.dtable-custom-button--max .dtable-custom-button__icon {
|
|
48
|
+
font-size: 14px;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.dtable-custom-button--large {
|
|
52
|
+
min-height: 38px !important;
|
|
53
|
+
padding: 0 16px !important;
|
|
54
|
+
font-size: 14px;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.dtable-custom-button--large .dtable-custom-button__icon {
|
|
58
|
+
font-size: 14px;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.dtable-custom-button--middle {
|
|
62
|
+
min-height: 32px !important;
|
|
63
|
+
padding: 0 12px !important;
|
|
64
|
+
font-size: 14px;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.dtable-custom-button--middle .dtable-custom-button__icon {
|
|
68
|
+
font-size: 14px;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.dtable-custom-button--small {
|
|
72
|
+
min-height: 26px !important;
|
|
73
|
+
padding: 0 8px !important;
|
|
74
|
+
font-size: 12px;
|
|
75
|
+
gap: 4px !important;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.dtable-custom-button--small .dtable-custom-button__icon {
|
|
79
|
+
font-size: 12px;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/* ============ Color Variants - Primary ============ */
|
|
83
|
+
|
|
84
|
+
.dtable-custom-button--primary {
|
|
85
|
+
background-color: #FF8000 !important;
|
|
86
|
+
color: #FFFFFF !important;
|
|
87
|
+
border: 1px solid #FF8000 !important;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.dtable-custom-button--primary:hover:not(:disabled) {
|
|
91
|
+
background-color: #ED7109 !important;
|
|
92
|
+
border-color: #ED7109 !important;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.dtable-custom-button--primary:active:not(:disabled) {
|
|
96
|
+
background-color: #E16B09 !important;
|
|
97
|
+
border-color: #E16B09 !important;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
/* ============ Color Variants - Default ============ */
|
|
101
|
+
|
|
102
|
+
.dtable-custom-button--default {
|
|
103
|
+
background-color: #FFFFFF !important;
|
|
104
|
+
color: #ED7109 !important;
|
|
105
|
+
border: 1px solid #ED7109 !important;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.dtable-custom-button--default:hover:not(:disabled) {
|
|
109
|
+
background-color: #ED7109 !important;
|
|
110
|
+
color: #FFFFFF !important;
|
|
111
|
+
border-color: #ED7109 !important;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.dtable-custom-button--default:active:not(:disabled) {
|
|
115
|
+
background-color: #E16B09 !important;
|
|
116
|
+
color: #FFFFFF !important;
|
|
117
|
+
border-color: #E16B09 !important;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
/* ============ Color Variants - Secondary ============ */
|
|
121
|
+
|
|
122
|
+
.dtable-custom-button--secondary {
|
|
123
|
+
background-color: #FFFFFF !important;
|
|
124
|
+
color: #212529 !important;
|
|
125
|
+
border: 1px solid rgba(0, 40, 100, 0.12) !important;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.dtable-custom-button--secondary:hover:not(:disabled) {
|
|
129
|
+
background-color: rgba(0, 0, 0, 0.04) !important;
|
|
130
|
+
border-color: rgba(0, 40, 100, 0.12) !important;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.dtable-custom-button--secondary:active:not(:disabled) {
|
|
134
|
+
background-color: #E9E9E9 !important;
|
|
135
|
+
border-color: rgba(0, 40, 100, 0.12) !important;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
/* ============ Color Variants - Secondary Filled ============ */
|
|
139
|
+
|
|
140
|
+
.dtable-custom-button--secondary-filled {
|
|
141
|
+
background-color: #F5F5F5 !important;
|
|
142
|
+
color: #212529 !important;
|
|
143
|
+
border: none !important;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.dtable-custom-button--secondary-filled:hover:not(:disabled) {
|
|
147
|
+
background-color: #EBEBEB !important;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.dtable-custom-button--secondary-filled:active:not(:disabled) {
|
|
151
|
+
background-color: #DDDDDD !important;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
/* ============ State: Disabled ============ */
|
|
155
|
+
|
|
156
|
+
.dtable-custom-button:disabled {
|
|
157
|
+
opacity: 0.65 !important;
|
|
158
|
+
cursor: not-allowed !important;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
/* ============ Block Mode ============ */
|
|
162
|
+
|
|
163
|
+
.dtable-custom-button--block {
|
|
164
|
+
display: flex !important;
|
|
165
|
+
width: 100%;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
/* ============ Inline Mode ============ */
|
|
169
|
+
|
|
170
|
+
.dtable-custom-button--inline {
|
|
171
|
+
height: 32px !important;
|
|
172
|
+
display: inline-flex !important;
|
|
173
|
+
padding: 0 8px !important;
|
|
174
|
+
font-size: 14px;
|
|
175
|
+
border-radius: 2px;
|
|
176
|
+
border: 1px solid rgba(0, 40, 100, 0.12) !important;
|
|
177
|
+
background-color: #FFFFFF !important;
|
|
178
|
+
color: #212529 !important;
|
|
179
|
+
gap: 4px;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.dtable-custom-button--inline:hover:not(:disabled) {
|
|
183
|
+
background-color: rgba(0, 0, 0, 0.04) !important;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.dtable-custom-button--inline:active:not(:disabled) {
|
|
187
|
+
background-color: rgba(0, 0, 0, 0.08) !important;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
/* ============ With Icon ============ */
|
|
191
|
+
|
|
192
|
+
.dtable-custom-button--with-icon {
|
|
193
|
+
gap: 8px;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
/* Icon color adjustments for different variants(default,secondary,secondary-filled) */
|
|
197
|
+
.dtable-custom-button--default.dtable-custom-button--with-icon .dtable-custom-button__icon {
|
|
198
|
+
color: #ED7109;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.dtable-custom-button--default:hover:not(:disabled).dtable-custom-button--with-icon .dtable-custom-button__icon {
|
|
202
|
+
color: #FFFFFF;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.dtable-custom-button--default:active:not(:disabled).dtable-custom-button--with-icon .dtable-custom-button__icon {
|
|
206
|
+
color: #FFFFFF;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.dtable-custom-button--default:disabled.dtable-custom-button--with-icon .dtable-custom-button__icon {
|
|
210
|
+
color: #ED7109;
|
|
211
|
+
opacity: 0.65;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.dtable-custom-button--secondary.dtable-custom-button--with-icon .dtable-custom-button__icon,
|
|
215
|
+
.dtable-custom-button--secondary-filled.dtable-custom-button--with-icon .dtable-custom-button__icon,
|
|
216
|
+
.dtable-custom-button--secondary:active:not(:disabled).dtable-custom-button--with-icon .dtable-custom-button__icon,
|
|
217
|
+
.dtable-custom-button--secondary-filled:active:not(:disabled).dtable-custom-button--with-icon .dtable-custom-button__icon,
|
|
218
|
+
.dtable-custom-button--secondary:hover:not(:disabled).dtable-custom-button--with-icon .dtable-custom-button__icon,
|
|
219
|
+
.dtable-custom-button--secondary-filled:hover:not(:disabled).dtable-custom-button--with-icon .dtable-custom-button__icon {
|
|
220
|
+
color: #666666;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.secondary-filled-dtable,
|
|
224
|
+
.secondary-filled-dtable .dtable-custom-button__text,
|
|
225
|
+
.secondary-filled-dtable:hover:not(:disabled).dtable-custom-button--with-icon .dtable-custom-button__icon,
|
|
226
|
+
.secondary-filled-dtable:active:not(:disabled).dtable-custom-button--with-icon .dtable-custom-button__icon {
|
|
227
|
+
color: #ED7109 !important;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.secondary-filled-dtable:disabled.dtable-custom-button--with-icon .dtable-custom-button__icon {
|
|
231
|
+
color: #ED7109 !important;
|
|
232
|
+
opacity: 0.65;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.dtable-custom-button--secondary:disabled.dtable-custom-button--with-icon .dtable-custom-button__icon,
|
|
236
|
+
.dtable-custom-button--secondary-filled:disabled.dtable-custom-button--with-icon .dtable-custom-button__icon {
|
|
237
|
+
color: #666666;
|
|
238
|
+
opacity: 0.65;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
/* ============ Outline Control ============ */
|
|
242
|
+
|
|
243
|
+
.dtable-custom-button--no-outline {
|
|
244
|
+
border: none !important;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.dtable-custom-button--has-outline {
|
|
248
|
+
border: 1px solid !important;
|
|
249
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectSpread2"));
|
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
var _reactstrap = require("reactstrap");
|
|
12
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
|
+
var _DTableIcon = _interopRequireDefault(require("../DTableIcon"));
|
|
14
|
+
require("./index.css");
|
|
15
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
16
|
+
const _excluded = ["variant", "size", "block", "inline", "disabled", "icon", "iconPosition", "className", "children", "fillColor", "isOutline"];
|
|
17
|
+
const DtableCustomButton = _ref => {
|
|
18
|
+
let {
|
|
19
|
+
variant = 'default',
|
|
20
|
+
size = 'middle',
|
|
21
|
+
block = false,
|
|
22
|
+
inline = false,
|
|
23
|
+
disabled = false,
|
|
24
|
+
icon = null,
|
|
25
|
+
iconPosition = 'left',
|
|
26
|
+
className = '',
|
|
27
|
+
children,
|
|
28
|
+
fillColor = false,
|
|
29
|
+
isOutline = true
|
|
30
|
+
} = _ref,
|
|
31
|
+
otherProps = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
32
|
+
const getReactstrapColor = variant => {
|
|
33
|
+
const colorMap = {
|
|
34
|
+
'primary': 'warning',
|
|
35
|
+
'default': 'light',
|
|
36
|
+
'secondary': 'light',
|
|
37
|
+
'secondary-filled': 'light'
|
|
38
|
+
};
|
|
39
|
+
return colorMap[variant] || 'light';
|
|
40
|
+
};
|
|
41
|
+
const btnClassNames = (0, _classnames.default)('dtable-custom-button', "dtable-custom-button--".concat(variant), "dtable-custom-button--".concat(size), "".concat(fillColor && variant === 'secondary-filled' ? 'secondary-filled-dtable' : ''), {
|
|
42
|
+
'dtable-custom-button--block': block,
|
|
43
|
+
'dtable-custom-button--inline': inline,
|
|
44
|
+
'dtable-custom-button--with-icon': icon,
|
|
45
|
+
'dtable-custom-button--icon-right': icon && iconPosition === 'right',
|
|
46
|
+
'dtable-custom-button--has-outline': isOutline,
|
|
47
|
+
'dtable-custom-button--no-outline': !isOutline
|
|
48
|
+
}, className);
|
|
49
|
+
const iconElement = icon && /*#__PURE__*/(0, _jsxRuntime.jsx)(_DTableIcon.default, {
|
|
50
|
+
symbol: icon,
|
|
51
|
+
className: "dtable-custom-button__icon",
|
|
52
|
+
ariaHidden: true
|
|
53
|
+
});
|
|
54
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactstrap.Button, (0, _objectSpread2.default)((0, _objectSpread2.default)({
|
|
55
|
+
className: btnClassNames,
|
|
56
|
+
color: getReactstrapColor(variant),
|
|
57
|
+
outline: isOutline,
|
|
58
|
+
disabled: disabled,
|
|
59
|
+
block: block
|
|
60
|
+
}, otherProps), {}, {
|
|
61
|
+
children: [icon && iconPosition === 'left' && iconElement, children && /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
|
62
|
+
className: "dtable-custom-button__text",
|
|
63
|
+
children: children
|
|
64
|
+
}), icon && iconPosition === 'right' && iconElement]
|
|
65
|
+
}));
|
|
66
|
+
};
|
|
67
|
+
var _default = exports.default = DtableCustomButton;
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
.dtable-icon-btn {
|
|
2
|
+
display: inline-flex !important;
|
|
3
|
+
align-items: center;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
padding: 0 !important;
|
|
6
|
+
border: none !important;
|
|
7
|
+
background-color: transparent !important;
|
|
8
|
+
color: #666666 !important;
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
transition: all 0.3s ease;
|
|
11
|
+
outline: none;
|
|
12
|
+
border-radius: 4px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.dtable-icon-btn:focus {
|
|
16
|
+
outline: none;
|
|
17
|
+
box-shadow: none !important;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.dtable-icon-btn__icon {
|
|
21
|
+
display: inline-block;
|
|
22
|
+
line-height: 1;
|
|
23
|
+
margin: 0;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.dtable-icon-btn--16px {
|
|
27
|
+
min-width: 24px;
|
|
28
|
+
min-height: 24px;
|
|
29
|
+
width: 24px;
|
|
30
|
+
height: 24px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.dtable-icon-btn--16px .dtable-icon-btn__icon {
|
|
34
|
+
font-size: 16px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.dtable-icon-btn--14px {
|
|
38
|
+
min-width: 24px;
|
|
39
|
+
min-height: 24px;
|
|
40
|
+
width: 24px;
|
|
41
|
+
height: 24px;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.dtable-icon-btn--14px .dtable-icon-btn__icon {
|
|
45
|
+
font-size: 14px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.dtable-icon-btn--12px {
|
|
49
|
+
min-width: 24px;
|
|
50
|
+
min-height: 24px;
|
|
51
|
+
width: 24px;
|
|
52
|
+
height: 24px;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.dtable-icon-btn--12px .dtable-icon-btn__icon {
|
|
56
|
+
font-size: 12px;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.dtable-icon-btn--32px {
|
|
60
|
+
min-width: 32px;
|
|
61
|
+
min-height: 32px;
|
|
62
|
+
width: 32px;
|
|
63
|
+
height: 32px;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.dtable-icon-btn--32px .dtable-icon-btn__icon {
|
|
67
|
+
font-size: 32px;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.dtable-icon-btn--solid {
|
|
71
|
+
background-color: transparent !important;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.dtable-icon-btn--solid:hover:not(:disabled) {
|
|
75
|
+
background-color: rgba(0, 0, 0, 0.04) !important;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.dtable-icon-btn--solid:active:not(:disabled) {
|
|
79
|
+
background-color: rgba(0, 0, 0, 0.08) !important;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/* ============ Outlined Style ============ */
|
|
83
|
+
|
|
84
|
+
.dtable-icon-btn--outlined {
|
|
85
|
+
background-color: #FFFFFF !important;
|
|
86
|
+
border: 1px solid rgba(0, 40, 100, 0.12) !important;
|
|
87
|
+
color: #666666 !important;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.dtable-icon-btn--outlined:hover:not(:disabled) {
|
|
91
|
+
background-color: rgba(0, 0, 0, 0.04) !important;
|
|
92
|
+
border-color: rgba(0, 40, 100, 0.12) !important;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.dtable-icon-btn--outlined:active:not(:disabled) {
|
|
96
|
+
background-color: rgba(0, 0, 0, 0.08) !important;
|
|
97
|
+
border-color: rgba(0, 40, 100, 0.12) !important;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.dtable-icon-btn:disabled {
|
|
101
|
+
opacity: 0.65 !important;
|
|
102
|
+
cursor: not-allowed !important;
|
|
103
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectSpread2"));
|
|
10
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
|
11
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
12
|
+
var _reactstrap = require("reactstrap");
|
|
13
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
14
|
+
var _DTableIcon = _interopRequireDefault(require("../DTableIcon"));
|
|
15
|
+
var _DTableToolTip = _interopRequireDefault(require("../DTableToolTip"));
|
|
16
|
+
var _dtableUtils = require("dtable-utils");
|
|
17
|
+
require("./index.css");
|
|
18
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
19
|
+
const _excluded = ["color", "size", "style", "disabled", "className", "symbol", "tooltip", "tooltipPlacement", "shortcut"];
|
|
20
|
+
const DtableIconButton = _ref => {
|
|
21
|
+
let {
|
|
22
|
+
color,
|
|
23
|
+
size = 'large',
|
|
24
|
+
style = 'solid',
|
|
25
|
+
disabled = false,
|
|
26
|
+
className = '',
|
|
27
|
+
symbol,
|
|
28
|
+
tooltip,
|
|
29
|
+
tooltipPlacement,
|
|
30
|
+
shortcut
|
|
31
|
+
} = _ref,
|
|
32
|
+
otherProps = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
33
|
+
const buttonRef = (0, _react.useRef)(null);
|
|
34
|
+
const tooltipId = (0, _react.useMemo)(() => "dtable-icon-button-".concat((0, _dtableUtils.generatorBase64Code)(8)), []);
|
|
35
|
+
const sizeMap = {
|
|
36
|
+
'large': '16px',
|
|
37
|
+
'middle': '14px',
|
|
38
|
+
'small': '12px',
|
|
39
|
+
'largest': '32px'
|
|
40
|
+
};
|
|
41
|
+
const normalizedSize = sizeMap[size] || size;
|
|
42
|
+
const iconElement = symbol && /*#__PURE__*/(0, _jsxRuntime.jsx)(_DTableIcon.default, {
|
|
43
|
+
symbol: symbol,
|
|
44
|
+
className: "dtable-icon-btn__icon",
|
|
45
|
+
ariaHidden: true,
|
|
46
|
+
color: color
|
|
47
|
+
});
|
|
48
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
|
49
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactstrap.Button, (0, _objectSpread2.default)((0, _objectSpread2.default)({
|
|
50
|
+
ref: buttonRef,
|
|
51
|
+
className: (0, _classnames.default)('dtable-icon-btn', "dtable-icon-btn--".concat(normalizedSize), "dtable-icon-btn--".concat(style), className),
|
|
52
|
+
outline: style === 'outlined',
|
|
53
|
+
disabled: disabled,
|
|
54
|
+
id: tooltipId
|
|
55
|
+
}, otherProps), {}, {
|
|
56
|
+
children: iconElement
|
|
57
|
+
})), tooltip && /*#__PURE__*/(0, _jsxRuntime.jsx)(_DTableToolTip.default, {
|
|
58
|
+
target: tooltipId,
|
|
59
|
+
placement: tooltipPlacement || 'bottom',
|
|
60
|
+
shortcut: shortcut,
|
|
61
|
+
children: tooltip
|
|
62
|
+
})]
|
|
63
|
+
});
|
|
64
|
+
};
|
|
65
|
+
var _default = exports.default = DtableIconButton;
|
|
@@ -8,6 +8,7 @@ exports.default = void 0;
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _reactstrap = require("reactstrap");
|
|
10
10
|
var _IconButton = _interopRequireDefault(require("../IconButton"));
|
|
11
|
+
var _lang = require("../lang");
|
|
11
12
|
require("./index.css");
|
|
12
13
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
14
|
class NotificationPopover extends _react.default.Component {
|
|
@@ -62,7 +63,8 @@ class NotificationPopover extends _react.default.Component {
|
|
|
62
63
|
className: "notification-header",
|
|
63
64
|
children: [headerText, /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconButton.default, {
|
|
64
65
|
icon: "x",
|
|
65
|
-
onClick: this.props.onNotificationListToggle
|
|
66
|
+
onClick: this.props.onNotificationListToggle,
|
|
67
|
+
title: (0, _lang.getLocale)('Close')
|
|
66
68
|
})]
|
|
67
69
|
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
68
70
|
className: "notification-body",
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#999;}
|
|
7
|
+
</style>
|
|
8
|
+
<title>app-achievement-distribution</title>
|
|
9
|
+
<g id="app-achievement-distribution">
|
|
10
|
+
<g id="achievement-distribution" transform="translate(0.000000, 0.000342)">
|
|
11
|
+
<path fill="currentColor" id="形状" class="st0" d="M31.7,16.5C31.7,16.5,31.7,16.5,31.7,16.5L27.9,6.2c0-0.1,0-0.2,0.1-0.2h2.9
|
|
12
|
+
C30.9,6,31,5.9,31,5.9c0-0.5-0.7-2-1-2.3S29.2,3,28.7,3H18c-0.3,0-0.5-0.2-0.5-0.5V1c0-0.5-1-1-1.5-1c-0.5,0-1.5,0.5-1.5,1v1.5
|
|
13
|
+
C14.5,2.8,14.3,3,14,3H3.4C2.4,3,1,4.8,1,5.9c0,0,0,0.1,0,0.1s0.1,0,0.1,0h2.8C4,6,4.1,6.1,4.1,6.2L0.3,16.5c0,0,0,0,0,0.1
|
|
14
|
+
c-0.4,0.8-0.4,1.7,0.1,2.5c0.4,0.6,0.8,1.1,1.4,1.5C2.9,21.5,4.4,22,6.1,22c2.5,0,4.7-1.3,5.8-3.2c0.4-0.7-0.1-2.3-0.1-2.3
|
|
15
|
+
L8.1,6.2c0-0.1,0-0.2,0.1-0.2h3.3c1.7,0,3,1.3,3,3v19.2c0,0.7-0.5,1.4-1.3,1.5c-2,0.3-3.8,1.4-4.7,2.3h15c-1-0.9-2.5-2.1-4.6-2.4
|
|
16
|
+
c-0.8-0.1-1.3-0.7-1.3-1.5V9c0-1.7,1.3-3,3-3h3.3c0.1,0,0.1,0.1,0.1,0.2c-2.5,6.9-3.8,10.4-3.8,10.4c-0.3,0.8-0.4,1.7,0,2.4
|
|
17
|
+
c1.1,1.8,3.3,3.1,5.7,3.1c2.5,0,4.7-1.3,5.8-3.2C32.1,18.1,32.1,17.2,31.7,16.5z M9.9,18H2.2L6,7.8c0-0.1,0.2-0.1,0.2,0L9.9,18z
|
|
18
|
+
M25.8,7.8c0-0.1,0.2-0.1,0.2,0L29.7,18h-7.6L25.8,7.8z"/>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#999;}
|
|
7
|
+
</style>
|
|
8
|
+
<title>app-address-book</title>
|
|
9
|
+
<g id="app-address-book">
|
|
10
|
+
<g id="通讯录">
|
|
11
|
+
<path fill="currentColor" id="形状结合" class="st0" d="M27.7,0C30.3,0,32,1.7,32,4.3v23.4c0,2.6-1.7,4.3-4.3,4.3h-21C4,32,2,30.3,2,27.7v-2.3
|
|
12
|
+
C2,24.6,2.8,24,3.5,24S5,24.6,5,25.3v2C5,28.5,5.5,29,6.7,29h20.7c1.1,0,1.7-0.5,1.7-1.7V4.7C29,3.5,28.5,3,27.3,3H6.7
|
|
13
|
+
C5.5,3,5,3.5,5,4.7v1C5,6.4,4.3,7,3.5,7S2,6.4,2,5.7V4.3C2,1.7,4,0,6.7,0H27.7z M18,6c3.3,0,6,2.7,6,6c0,1.9-0.9,3.7-2.4,4.8
|
|
14
|
+
c1,0.4,1.9,1.1,2.7,1.9c1.7,1.7,2.6,4,2.6,6.4c0,0.8-0.7,1.5-1.5,1.5S24,25.8,24,25c0-3.3-2.7-6-6-6s-6,2.7-6,6
|
|
15
|
+
c0,0.8-0.7,1.5-1.5,1.5C9.7,26.5,9,25.8,9,25c0-2.4,0.9-4.7,2.6-6.4c0.8-0.8,1.7-1.4,2.7-1.9C12.9,15.7,12,13.9,12,12
|
|
16
|
+
C12,8.7,14.7,6,18,6z M5.5,19C6.3,19,7,19.7,7,20.5S6.3,22,5.5,22h-4C0.7,22,0,21.3,0,20.5S0.7,19,1.5,19H5.5z M5.5,14
|
|
17
|
+
C6.3,14,7,14.7,7,15.5C7,16.3,6.3,17,5.5,17h-4C0.7,17,0,16.3,0,15.5C0,14.7,0.7,14,1.5,14H5.5z M18,8.8c-1.8,0-3.2,1.5-3.2,3.2
|
|
18
|
+
s1.4,3.2,3.2,3.2c1.8,0,3.2-1.5,3.2-3.2S19.8,8.8,18,8.8z M5.5,9C6.3,9,7,9.7,7,10.5S6.3,12,5.5,12h-4C0.7,12,0,11.3,0,10.5
|
|
19
|
+
S0.7,9,1.5,9H5.5z"/>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #999;
|
|
7
|
+
}
|
|
8
|
+
</style>
|
|
9
|
+
</defs>
|
|
10
|
+
<!-- Generator: Adobe Illustrator 28.6.0, SVG Export Plug-In . SVG Version: 1.2.0 Build 709) -->
|
|
11
|
+
<g>
|
|
12
|
+
<g id="_图层_1" data-name="图层_1">
|
|
13
|
+
<g id="_图层_1-2" data-name="_图层_1">
|
|
14
|
+
<g id="_图层_1-2">
|
|
15
|
+
<g id="app-ai-agent">
|
|
16
|
+
<path id="_形状" class="cls-1" d="M26.6,1.3c.1-.3.6-.3.7,0l.3.8c.4,1.1,1.3,1.9,2.3,2.3,0,0,.6.2.8.3.3.1.3.6,0,.7s-.8.3-.8.3c-1.1.4-1.9,1.3-2.3,2.3l-.3.8c-.1.3-.6.3-.7,0l-.3-.8c-.4-1.1-1.3-1.9-2.3-2.3,0,0-.4-.2-.8-.3s-.3-.6,0-.7l.8-.3c1.1-.4,1.9-1.3,2.3-2.3,0,0,.3-.8.3-.8ZM6.7,5c-1.6,0-2.7,1.6-2.7,3.1v16.3c0,1.6,1.1,2.6,2.7,2.6h18.1c1.6,0,3.1-1,3.1-2.6v-11.4h3v11.4c0,3.2-3,5.6-6.1,5.6H6.7c-3.2,0-5.7-2.4-5.7-5.6V8.1c0-3.2,2.5-6.1,5.7-6.1h12.3v3s-12.3,0-12.3,0Z"/>
|
|
17
|
+
<path id="_形状结合" class="cls-1" d="M18.6,13.8v8.4h-3v-4.4h-2.8v-3h2.8v-1.1c0-1-.8-1.8-1.8-1.8s-1.8.8-1.8,1.8v8.4h-3v-8.4c0-2.6,2-4.8,4.8-4.8s4.8,2.2,4.8,4.9ZM23,13.4v8.8h-3v-8.8s3,0,3,0ZM23.1,10.8c0,.9-.7,1.6-1.6,1.6s-1.6-.7-1.6-1.6.7-1.6,1.6-1.6,1.6.7,1.6,1.6Z"/>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</g>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="16px" height="17px" viewBox="0 0 16 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>ai-grey</title>
|
|
4
|
+
<g id="ai" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g transform="translate(25, 8.2) scale(-1, 1) translate(-25, -8.2)" id="ai-grey">
|
|
6
|
+
<g transform="translate(34, 0.4)">
|
|
7
|
+
<path d="M8,0 C12.425,0 16,3.26186747 16,7.30658313 C16,11.3512988 12.7693466,14.8337655 8.34434662,14.8337655 L4.81690063,14.8337655 L2.70372009,16 L2.70372009,13.0463428 C0.878720093,11.7155009 0,9.60293783 0,7.30658313 C0,3.26186747 3.575,0 8,0 Z M8.1,1.4 C4.5046875,1.4 1.6,4.05026732 1.6,7.33659879 C1.6,9.20238699 2.31396008,10.9188445 3.79677258,12.0001536 L3.79677258,13.9540163 L5.02834402,13.4524345 L8.37978163,13.4524345 C11.9750941,13.4524345 14.6,10.6229303 14.6,7.33659879 C14.6,4.05026732 11.6953125,1.4 8.1,1.4 Z" id="combie3" fill="currentColor" fill-rule="nonzero"></path>
|
|
8
|
+
<path d="M10.8363651,6.18441976 C10.8363652,5.89501914 10.6161347,5.37227927 10.1987827,4.98238898 C9.88278054,4.68717963 9.47711894,4.48358533 9.05116432,4.48358533 C8.77666548,4.48358533 8.34121756,4.7041719 8.00818174,5.10907699 C7.74209155,5.43258956 7.56363791,5.83686578 7.56363791,6.18422038 L7.56265153,7.6 L7.56,10.1 L7.2,6.18422038 C7.2,5.66793531 7.46177002,5.20520358 7.7973874,4.84654629 C8.20442076,4.41157035 8.73566761,4.1 9.11821171,4.1 C9.58787908,4.1 10.1014692,4.40886744 10.5025229,4.81029891 C10.895055,5.20320078 11.2,5.70546072 11.2,6.18422038 L11.2,10.1 L10.84,7.6 Z" id="combie2" stroke="currentColor"></path>
|
|
9
|
+
<path d="M5,3.6 C5.38659932,3.6 5.7,3.91340068 5.7,4.3 C5.7,4.68659932 5.38659932,5 5,5 C4.61340068,5 4.3,4.68659932 4.3,4.3 C4.3,3.91340068 4.61340068,3.6 5,3.6 Z M4.32593585,5.65597889 L5.62575074,5.66737815 L5.58225367,10.667133 L4.28243878,10.6557337 L4.32593585,5.65597889 Z" id="combie1" fill="currentColor" transform="translate(4.9912, 7.1336) scale(-1, 1) translate(-4.9912, -7.1336)"></path>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>airplane</title>
|
|
4
|
+
<g id="ai" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="icon" transform="translate(-459.0219, -284)">
|
|
6
|
+
<g id="airplane" transform="translate(467.0219, 292) scale(-1, 1) translate(-467.0219, -292)translate(459.0219, 284)">
|
|
7
|
+
<path d="M15.9798719,0.787858429 C15.9496179,0.3931322 15.6168233,0.059133084 15.2235207,0.028769528 C13.9225965,-0.123048252 12.6821804,0.332405088 11.7745589,1.24331177 L9.29372673,3.73312336 L4.12028405,1.45585666 C3.66647329,1.24331177 3.12190038,1.36476599 2.78910582,1.69876511 L1.8814843,2.60967179 C1.8209762,2.6703989 1.7604681,2.73112601 1.73021405,2.82221668 C1.54868974,3.09548869 1.48818164,3.4294878 1.57894379,3.73312336 C1.63945189,4.03675892 1.85123025,4.31003093 2.12351671,4.49221226 L6.08679735,7.01238741 L3.63621924,9.47183545 L2.12351671,8.74311011 C1.73021405,8.62165588 1.33691139,8.682383 1.09487898,8.92529144 L0.24776556,9.77547101 C0.0662412558,9.95765235 -0.0245208964,10.1701972 0.0057331543,10.4131057 C0.035987205,10.6560141 0.157003408,10.868559 0.338527712,11.0203768 L2.91012202,12.9636444 C2.97063013,12.994008 3.00088418,13.0243715 3.03113823,13.0850986 L4.96739747,15.6660009 C5.11866773,15.8481822 5.33044608,15.9696364 5.57247849,16 L5.63298659,16 C5.84476495,16 6.0565433,15.9089093 6.20781356,15.7570916 L7.05492698,14.906912 C7.29695938,14.6640035 7.35746748,14.2692773 7.20619723,13.9656417 L6.48010001,12.4474639 L8.93067812,9.98801591 L11.4417643,13.9656417 C11.5022724,14.0263689 11.5325265,14.1174595 11.5930346,14.1781866 C11.835067,14.4210951 12.1376075,14.5425493 12.440148,14.5425493 C12.7426885,14.5425493 13.045229,14.4210951 13.2872614,14.1781866 L14.1948829,13.26728 C14.5579316,12.9029173 14.6486937,12.3867368 14.4369154,11.9312835 L12.1678615,6.73911541 L14.6789478,4.21894026 C15.6773314,3.33839714 16.1008881,2.06312778 15.9798719,0.787858429 L15.9798719,0.787858429 Z M2.66808962,3.49021492 L3.57571114,2.57930823 L8.35585116,4.6743936 L7.66000799,5.37275539 L6.87340267,6.16220785 L2.66808962,3.49021492 Z M11.3510022,7.68038565 L13.4385317,12.4474639 L12.5309102,13.3583706 L9.86855369,9.16819989 L10.624905,8.40911099 L11.3510022,7.68038565 L11.3510022,7.68038565 Z M11.7443048,5.55493673 L8.96093217,8.34838388 L5.08841368,12.2349191 L6.0565433,14.2692773 L5.72374874,14.6032764 L4.05977595,12.3563733 C3.9690138,12.2045555 3.8479976,12.0831013 3.69672734,11.9920106 L1.45792759,10.322015 L1.79072215,9.98801591 L3.81774355,10.9596497 L7.02467292,7.7107492 L10.4433807,4.27966737 L12.5914183,2.12385489 C13.1662452,1.54694733 13.9528505,1.21294821 14.7697099,1.24331177 C14.7697099,2.03276423 14.4671694,2.82221668 13.8923424,3.39912425 L11.7443048,5.55493673 L11.7443048,5.55493673 Z" id="image" fill="currentColor" fill-rule="nonzero"></path>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>award</title>
|
|
4
|
+
<g id="ai" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="icon" transform="translate(-495.0219, -283)">
|
|
6
|
+
<g id="award" transform="translate(495.0219, 283)">
|
|
7
|
+
<path d="M7.85464453,0 C9.48507839,0 11.0163588,0.632021164 12.1700519,1.78031746 C13.3218615,2.92859259 13.9568668,4.45267725 13.9568668,6.07544974 C13.9568668,7.4495873 13.5010996,8.75350265 12.6620519,9.81635979 L14.4850784,12.9575238 C14.6929514,13.3143492 14.6605281,13.7565926 14.4088033,14.0849312 C14.1570996,14.413291 13.7337556,14.555619 13.3313853,14.4493545 L12.248253,14.1608466 L11.9583906,15.2408042 C11.8496922,15.641291 11.5140731,15.9354709 11.1021789,15.9886138 C11.0564011,15.9943069 11.0106445,15.9980952 10.9667715,15.9980952 C10.6044435,15.9980952 10.2669408,15.8064127 10.0819673,15.4875344 L8.1426022,12.1413968 C8.08920538,12.1452063 8.03580855,12.1452063 7.98241173,12.1471111 L6.04306781,15.489418 C5.85618951,15.8082963 5.51864453,16 5.15633765,16 C5.11055988,16 5.06670802,15.9961905 5.02093025,15.9905185 C4.60903607,15.9354709 4.27151226,15.6431746 4.16471861,15.242709 L3.87485617,14.1646561 L2.78981914,14.4531429 C2.38935353,14.5594286 1.96600961,14.4170794 1.71240115,14.0887407 C1.45877152,13.760381 1.43015776,13.316254 1.63803078,12.9575238 L3.29134294,10.1048677 C2.29591437,8.99263492 1.75244347,7.57485714 1.75244347,6.07354497 C1.75244347,4.45077249 2.38744876,2.92668783 3.53923712,1.7784127 C4.69295141,0.632021164 6.22423183,0 7.85464453,0 Z M11.7772477,10.7255026 C11.0888456,11.304381 10.2898403,11.716254 9.43170273,11.944 L10.9000625,14.4740317 L11.163216,13.4965503 C11.2852689,13.0429418 11.7562742,12.773418 12.2101154,12.8948995 L13.18838,13.158709 L11.7772477,10.7255026 Z M4.21242231,10.9475767 L2.9308985,13.1568254 L3.91106781,12.8948995 C3.9839536,12.8761099 4.05891026,12.8665466 4.13417892,12.8664339 C4.28346567,12.8664028 4.43012997,12.9056729 4.5594276,12.9802963 C4.75775564,13.0941799 4.89887734,13.276381 4.95798845,13.4965503 L5.22114189,14.472127 L6.63993554,12.0275132 C5.76082443,11.8510053 4.9351313,11.4846984 4.21240115,10.9475767 L4.21242231,10.9475767 Z M7.8546657,1.21470899 C6.55032707,1.21470899 5.3260731,1.71957672 4.40311014,2.63820106 C3.48014718,3.55492063 2.97290908,4.77534392 2.97290908,6.07354497 C2.97290908,7.30533333 3.43055988,8.46689947 4.26391437,9.36844444 L4.47555459,9.57153439 C5.32988263,10.3895661 6.4626022,10.8659471 7.6620731,10.9133968 L7.96145935,10.9247831 L8.39242231,10.8773333 C9.57663395,10.7463915 10.6655017,10.1940741 11.4568879,9.32478307 L11.7505599,9.00213757 C12.3893747,8.16321693 12.7364435,7.144 12.7364435,6.07354497 C12.7364435,4.77534392 12.2291842,3.5568254 11.3062424,2.63820106 C10.3851842,1.71957672 9.15902548,1.21470899 7.8546657,1.21470899 L7.8546657,1.21470899 Z M7.8546657,3.34044444 C9.3687821,3.34044444 10.6006763,4.56653968 10.6006763,6.07356614 C10.6006763,7.58055026 9.3687821,8.8066455 7.8546657,8.8066455 C6.34054929,8.8066455 5.10867628,7.5805291 5.10867628,6.07354497 C5.10867628,4.56653968 6.34054929,3.34044444 7.8546657,3.34044444 L7.8546657,3.34044444 Z M7.8546657,4.55515344 C7.01371332,4.55515344 6.32912072,5.2365291 6.32912072,6.07354497 C6.32912072,6.91056085 7.01371332,7.59193651 7.8546657,7.59193651 C8.69563924,7.59193651 9.38023183,6.91056085 9.38023183,6.07354497 C9.38023183,5.2365291 8.69563924,4.55515344 7.8546657,4.55515344 Z" id="combine" fill="currentColor" fill-rule="nonzero"></path>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|