@ngx-stoui/core 15.0.1 → 16.0.1

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.
Files changed (66) hide show
  1. package/README.md +7 -7
  2. package/{esm2020 → esm2022}/index.mjs +1 -1
  3. package/{esm2020 → esm2022}/lib/abstract-and-interfaces/keyPress.enum.mjs +1 -1
  4. package/esm2022/lib/sto-directives/context-menu.directive.mjs +36 -0
  5. package/esm2022/lib/sto-directives/date-form-field-click.directive.mjs +46 -0
  6. package/esm2022/lib/sto-directives/directives.module.mjs +64 -0
  7. package/{esm2020 → esm2022}/lib/sto-directives/index.mjs +1 -1
  8. package/esm2022/lib/sto-directives/menu-overlay.directive.mjs +48 -0
  9. package/{esm2020 → esm2022}/lib/sto-directives/quick-keys.directive.mjs +4 -4
  10. package/{esm2020 → esm2022}/lib/sto-directives/sto-grid.directive.mjs +10 -10
  11. package/{esm2020 → esm2022}/lib/sto-directives/sto-select-text-on-focus.directive.mjs +4 -4
  12. package/{esm2020 → esm2022}/lib/sto-pipes/currency-format.pipe.mjs +4 -4
  13. package/{esm2020 → esm2022}/lib/sto-pipes/date-format.pipe.mjs +4 -4
  14. package/{esm2020 → esm2022}/lib/sto-pipes/keys.pipe.mjs +4 -4
  15. package/{esm2020 → esm2022}/lib/sto-pipes/number-format.pipe.mjs +4 -4
  16. package/{esm2020 → esm2022}/lib/sto-pipes/sto-pipes.module.mjs +17 -17
  17. package/{esm2020 → esm2022}/lib/sto-pipes/with-unit.mjs +7 -7
  18. package/{esm2020 → esm2022}/lib/sto-pipes/yes-no.mjs +4 -4
  19. package/{fesm2020 → fesm2022}/ngx-stoui-core.mjs +83 -84
  20. package/fesm2022/ngx-stoui-core.mjs.map +1 -0
  21. package/lib/sto-directives/context-menu.directive.d.ts +2 -2
  22. package/lib/sto-directives/date-form-field-click.directive.d.ts +2 -2
  23. package/lib/sto-directives/menu-overlay.directive.d.ts +1 -1
  24. package/lib/sto-directives/quick-keys.directive.d.ts +1 -1
  25. package/lib/sto-directives/sto-grid.directive.d.ts +2 -2
  26. package/ngx-datatable.css +31 -13
  27. package/ngx-stoui.css +3301 -3555
  28. package/package.json +18 -18
  29. package/style/_fonts.scss +3 -3
  30. package/style/datatable/_ngx-datatable-compact.scss +144 -144
  31. package/style/datatable/_ngx-datatable-form.scss +94 -95
  32. package/style/datatable/_ngx-datatable-variables.scss +10 -10
  33. package/style/datatable/ngx-datatable.scss +400 -398
  34. package/style/form/sto-form.scss +348 -342
  35. package/style/grid.scss +20 -20
  36. package/style/sto-dialog.scss +73 -73
  37. package/style/sto-grid.scss +65 -67
  38. package/style/theme/_action-footer.scss +20 -20
  39. package/style/theme/_appheader.scss +121 -122
  40. package/style/theme/_card.scss +28 -26
  41. package/style/theme/_colors.scss +170 -170
  42. package/style/theme/_datatable.scss +244 -224
  43. package/style/theme/_daterange.scss +47 -51
  44. package/style/theme/_dialog.scss +25 -25
  45. package/style/theme/_filterpanel.scss +88 -88
  46. package/style/theme/_input-overrides.scss +119 -117
  47. package/style/theme/_message-panel.scss +89 -89
  48. package/style/theme/_number-input.scss +23 -23
  49. package/style/theme/_number-unit-input.scss +34 -34
  50. package/style/theme/_select-filter.scss +16 -16
  51. package/style/theme/_sto-indicators.scss +89 -89
  52. package/style/theme/_theme-variables.scss +63 -61
  53. package/style/theme/_theme.scss +22 -16
  54. package/style/theme/_typography.scss +44 -41
  55. package/style/theme/_wysiwyg.scss +38 -38
  56. package/style/theme/components.scss +16 -16
  57. package/style/theme/preference-manager.scss +50 -50
  58. package/style/theme.scss +41 -35
  59. package/esm2020/lib/sto-directives/context-menu.directive.mjs +0 -36
  60. package/esm2020/lib/sto-directives/date-form-field-click.directive.mjs +0 -46
  61. package/esm2020/lib/sto-directives/directives.module.mjs +0 -64
  62. package/esm2020/lib/sto-directives/menu-overlay.directive.mjs +0 -48
  63. package/fesm2015/ngx-stoui-core.mjs +0 -829
  64. package/fesm2015/ngx-stoui-core.mjs.map +0 -1
  65. package/fesm2020/ngx-stoui-core.mjs.map +0 -1
  66. /package/{esm2020 → esm2022}/ngx-stoui-core.mjs +0 -0
@@ -1,398 +1,400 @@
1
- @import "ngx-datatable-compact";
2
- @import "ngx-datatable-form";
3
-
4
- .ngx-datatable.sto-datatable {
5
- border-radius: 2px;
6
- margin-bottom: 4px;
7
-
8
- .datatable-header {
9
-
10
- .datatable-header-cell {
11
- padding: 16px 8px 4px 8px;
12
- line-height: 13px;
13
- font-weight: 400;
14
- vertical-align: baseline;
15
- -webkit-user-select: none; /* Safari */
16
- -moz-user-select: none; /* Firefox */
17
- -ms-user-select: none; /* IE10+/Edge */
18
- user-select: none; /* Standard */
19
-
20
-
21
- .datatable-header-cell-wrapper {
22
- position: relative;
23
- }
24
-
25
- .draggable::after {
26
- content: " ";
27
- position: absolute;
28
- top: 50%;
29
- left: 50%;
30
- margin: -30px 0 0 -30px;
31
- height: 60px;
32
- width: 60px;
33
- border-radius: 100%;
34
- opacity: 1;
35
- filter: none;
36
- transform: scale(0);
37
- z-index: 9999;
38
- pointer-events: none;
39
- }
40
-
41
- &.dragging {
42
- .resize-handle {
43
- border-right: none;
44
- }
45
- }
46
-
47
- }
48
-
49
- .resize-handle {
50
- border-right: solid 1px #eee;
51
- }
52
-
53
- }
54
-
55
- .datatable-body {
56
-
57
- .datatable-body-cell-label {
58
- line-height: 20px;
59
- }
60
-
61
- .datatable-body-row {
62
-
63
- .datatable-body-cell {
64
- padding: 8px;
65
- vertical-align: top;
66
- border-top: 0;
67
- transition: width 0.3s ease, box-shadow 250ms linear;
68
- }
69
- }
70
-
71
- .progress-linear {
72
- display: block;
73
- position: sticky;
74
- width: 100%;
75
- height: 5px;
76
- padding: 0;
77
- margin: 0;
78
- top: 0;
79
- left: 0;
80
-
81
- .container {
82
- display: block;
83
- position: relative;
84
- overflow: hidden;
85
- width: 100%;
86
- height: 5px;
87
- -webkit-transform: translate(0, 0) scale(1, 1);
88
- transform: translate(0, 0) scale(1, 1);
89
- // background-color: rgb(170, 209, 249);
90
-
91
- .bar {
92
- transition: all 0.2s linear;
93
- -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
94
- animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
95
-
96
- transition: -webkit-transform 0.2s linear;
97
- transition: transform 0.2s linear;
98
- // background-color: rgb(16, 108, 200);
99
-
100
- position: absolute;
101
- left: 0;
102
- top: 0;
103
- bottom: 0;
104
- width: 100%;
105
- height: 5px;
106
- }
107
- }
108
- }
109
-
110
- }
111
-
112
- .empty-row {
113
- height: 50px;
114
- text-align: left;
115
- padding: 8px;
116
- vertical-align: top;
117
- border-top: 0;
118
- }
119
-
120
- .loading-row {
121
- text-align: left;
122
- padding: 8px;
123
- vertical-align: top;
124
- border-top: 0;
125
- }
126
-
127
- .datatable-footer {
128
-
129
- .page-count {
130
- line-height: 50px;
131
- height: 50px;
132
- padding: 0 1.2rem;
133
- }
134
-
135
- }
136
-
137
- &.single-selection {
138
- .datatable-body-row {
139
- cursor: pointer;
140
- }
141
- }
142
-
143
- }
144
-
145
- .datatable-body-cell-label {
146
- > span {
147
- display: inline-block;
148
- width: 100%;
149
- overflow: hidden;
150
- text-overflow: ellipsis;
151
- }
152
-
153
- .mat-select, .mat-input {
154
- padding: 0;
155
- // font-size: $font-size; // TODO Typography
156
- }
157
-
158
- .mat-select-value {
159
- }
160
-
161
- .mat-select-trigger {
162
- // font-size: $font-size;
163
- }
164
-
165
- .mat-form-field-infix {
166
- margin-top: -10px;
167
- padding: 0 9px 0 0;
168
-
169
- }
170
-
171
- .mat-input-underline {
172
- //display: none;
173
- }
174
-
175
- .mat-icon-button {
176
- margin-left: -8px;
177
- margin-top: -18px;
178
- height: 36px;
179
- width: 36px;
180
- line-height: 36px;
181
- }
182
- }
183
-
184
- .datatable-header {
185
- .mat-input-infix {
186
- padding: 4px 0;
187
- }
188
-
189
- .mat-form-field {
190
- font-size: 13px; // TODO Typography
191
- margin-top: -4px;
192
- }
193
- }
194
-
195
- .sto-datatable__column {
196
- &--number {
197
- text-align: right;
198
- }
199
-
200
- &--expandable {
201
- .icon-wrapper {
202
- display: inline-block;
203
-
204
- .mat-icon {
205
- margin-top: -5px;
206
- }
207
- }
208
- }
209
-
210
- }
211
-
212
-
213
- .ngx-datatable.sto-datatable .datatable-header .datatable-header-cell .sort-btn {
214
- line-height: 0;
215
- vertical-align: bottom;
216
- }
217
-
218
- span.sortable {
219
- cursor: pointer;
220
- }
221
-
222
- .sto-datatable.ngx-datatable {
223
-
224
- .datatable-body {
225
- -moz-transition: height 225ms cubic-bezier(0.4, 0.0, 0.2, 1);
226
- -webkit-transition: height 225ms cubic-bezier(0.4, 0.0, 0.2, 1);
227
- -o-transition: height 225ms cubic-bezier(0.4, 0.0, 0.2, 1);
228
- transition: height 225ms cubic-bezier(0.4, 0.0, 0.2, 1);
229
- }
230
-
231
- }
232
-
233
- .ngx-datatable.sto-datatable .datatable-header .datatable-header-column-group .datatable-header-cell {
234
-
235
- &.sto-datatable__header-group {
236
- border-bottom: 0;
237
-
238
- &--empty {
239
- color: transparent;
240
- }
241
-
242
- &--center {
243
- text-align: center;
244
- }
245
-
246
- &__border--hide-left {
247
- border-left: 0;
248
- }
249
-
250
- &__border--hide-right {
251
- border-right: 0;
252
- }
253
- }
254
- }
255
-
256
- .ngx-datatable.sto-datatable .datatable-header .datatable-header-cell {
257
- &.sto-datatable__header--dense {
258
- padding-top: 8px;
259
- }
260
-
261
- &.sto-datatable__header--empty {
262
- color: transparent;
263
- }
264
- }
265
-
266
- .sto-datatable__border--right {
267
- }
268
-
269
- .sto-datatable__border--left {
270
- }
271
-
272
- .ngx-datatable.sto-datatable {
273
- .datatable-header-cell {
274
- .mat-icon.mat-icon-sort {
275
- line-height: 13px; // TODO TYpography
276
- height: 13px;
277
- }
278
- }
279
- }
280
-
281
-
282
- .sto-datatable-wrapper {
283
- border-radius: 2px;
284
-
285
- .sto-panel-content {
286
- border-radius: 2px;
287
- }
288
- }
289
-
290
- .datatable-footer-summary-row {
291
- :hover {
292
- background-color: transparent;
293
- }
294
- }
295
-
296
- [data-icon]:before {
297
- font-family: "Material Icons" !important;
298
- content: attr(data-icon);
299
- font-style: normal !important;
300
- font-weight: normal !important;
301
- font-variant: normal !important;
302
- text-transform: none !important;
303
- speak: none;
304
- font-size: 24px;
305
- line-height: 0;
306
- -webkit-font-smoothing: antialiased;
307
- -moz-osx-font-smoothing: grayscale;
308
- }
309
-
310
- [class^="datatable-icon-"]:before,
311
- [class*=" datatable-icon-"]:before {
312
- font-family: "Material Icons" !important;
313
- font-style: normal !important;
314
- font-weight: normal !important;
315
- font-variant: normal !important;
316
- text-transform: none !important;
317
- speak: none;
318
- line-height: 0;
319
- -webkit-font-smoothing: antialiased;
320
- -moz-osx-font-smoothing: grayscale;
321
- }
322
-
323
- .datatable-icon-filter:before {
324
- content: "filter_list";
325
- }
326
-
327
- .datatable-icon-collapse:before {
328
- content: "expand_less";
329
- }
330
-
331
- .datatable-icon-expand:before {
332
- content: "expand_more";
333
- }
334
-
335
- .datatable-icon-close:before {
336
- content: "close";
337
- }
338
-
339
- .datatable-icon-up:before {
340
- content: "arrow_drop_up";
341
- }
342
-
343
- .datatable-icon-down:before {
344
- content: "arrow_drop_down";
345
- }
346
-
347
- .datatable-icon-sort:before {
348
- content: "sort_by_alpha";
349
- }
350
-
351
- .datatable-icon-done:before {
352
- content: "done";
353
- }
354
-
355
- .datatable-icon-done-all:before {
356
- content: "done_all";
357
- }
358
-
359
- .datatable-icon-search:before {
360
- content: "search";
361
- }
362
-
363
- .datatable-icon-pin:before {
364
- content: "push_pin";
365
- }
366
-
367
- .datatable-icon-add:before {
368
- content: "add";
369
- }
370
-
371
- .datatable-icon-left:before {
372
- content: "keyboard_arrow_left";
373
- }
374
-
375
- .datatable-icon-right:before {
376
- content: "keyboard_arrow_right";
377
- }
378
-
379
- .datatable-icon-skip:before {
380
- content: "skip_next";
381
- }
382
-
383
- .datatable-icon-prev:before {
384
- content: "skip_previous";
385
- }
386
-
387
-
388
- @keyframes query {
389
- 0% {
390
- opacity: 1;
391
- transform: translateX(35%) scale(0.3, 1);
392
- }
393
-
394
- 100% {
395
- opacity: 0;
396
- transform: translateX(-50%) scale(0, 1);
397
- }
398
- }
1
+ @import 'ngx-datatable-compact';
2
+ @import 'ngx-datatable-form';
3
+
4
+ .ngx-datatable.sto-datatable {
5
+ border-radius: 2px;
6
+ margin-bottom: 4px;
7
+
8
+ .datatable-header {
9
+ .datatable-header-cell {
10
+ padding: 16px 8px 4px 8px;
11
+ line-height: 13px;
12
+ font-weight: 400;
13
+ vertical-align: baseline;
14
+ -webkit-user-select: none; /* Safari */
15
+ -moz-user-select: none; /* Firefox */
16
+ -ms-user-select: none; /* IE10+/Edge */
17
+ user-select: none; /* Standard */
18
+
19
+ .datatable-header-cell-wrapper {
20
+ position: relative;
21
+ }
22
+
23
+ .draggable::after {
24
+ content: ' ';
25
+ position: absolute;
26
+ top: 50%;
27
+ left: 50%;
28
+ margin: -30px 0 0 -30px;
29
+ height: 60px;
30
+ width: 60px;
31
+ border-radius: 100%;
32
+ opacity: 1;
33
+ filter: none;
34
+ transform: scale(0);
35
+ z-index: 9999;
36
+ pointer-events: none;
37
+ }
38
+
39
+ &.dragging {
40
+ .resize-handle {
41
+ border-right: none;
42
+ }
43
+ }
44
+ .mat-mdc-checkbox {
45
+ --mdc-checkbox-state-layer-size: 18px;
46
+ margin-left: 11px;
47
+ }
48
+ }
49
+
50
+ .resize-handle {
51
+ border-right: solid 1px #eee;
52
+ }
53
+ }
54
+
55
+ .datatable-body {
56
+ .datatable-body-cell-label {
57
+ line-height: 20px;
58
+ }
59
+
60
+ .datatable-body-row {
61
+ .datatable-body-cell {
62
+ --mdc-checkbox-state-layer-size: 35px;
63
+ padding: 8px;
64
+ vertical-align: top;
65
+ border-top: 0;
66
+ transition: width 0.3s ease, box-shadow 250ms linear;
67
+ &:has(.mat-mdc-form-field),
68
+ &:has(.mat-mdc-checkbox) {
69
+ padding: 0;
70
+ }
71
+ .mat-mdc-form-field {
72
+ margin: 0 4px;
73
+ min-height: 0;
74
+ }
75
+ .mat-mdc-form-field-subscript-wrapper {
76
+ display: none;
77
+ }
78
+ }
79
+ }
80
+
81
+ .progress-linear {
82
+ display: block;
83
+ position: sticky;
84
+ width: 100%;
85
+ height: 5px;
86
+ padding: 0;
87
+ margin: 0;
88
+ top: 0;
89
+ left: 0;
90
+
91
+ .container {
92
+ display: block;
93
+ position: relative;
94
+ overflow: hidden;
95
+ width: 100%;
96
+ height: 5px;
97
+ -webkit-transform: translate(0, 0) scale(1, 1);
98
+ transform: translate(0, 0) scale(1, 1);
99
+ // background-color: rgb(170, 209, 249);
100
+
101
+ .bar {
102
+ transition: all 0.2s linear;
103
+ -webkit-animation: query 0.8s infinite
104
+ cubic-bezier(0.39, 0.575, 0.565, 1);
105
+ animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
106
+
107
+ transition: -webkit-transform 0.2s linear;
108
+ transition: transform 0.2s linear;
109
+ // background-color: rgb(16, 108, 200);
110
+
111
+ position: absolute;
112
+ left: 0;
113
+ top: 0;
114
+ bottom: 0;
115
+ width: 100%;
116
+ height: 5px;
117
+ }
118
+ }
119
+ }
120
+ }
121
+
122
+ .empty-row {
123
+ height: 50px;
124
+ text-align: left;
125
+ padding: 8px;
126
+ vertical-align: top;
127
+ border-top: 0;
128
+ }
129
+
130
+ .loading-row {
131
+ text-align: left;
132
+ padding: 8px;
133
+ vertical-align: top;
134
+ border-top: 0;
135
+ }
136
+
137
+ .datatable-footer {
138
+ .page-count {
139
+ line-height: 50px;
140
+ height: 50px;
141
+ padding: 0 1.2rem;
142
+ }
143
+ }
144
+
145
+ &.single-selection {
146
+ .datatable-body-row {
147
+ cursor: pointer;
148
+ }
149
+ }
150
+ }
151
+
152
+ .datatable-body-cell-label {
153
+ > span {
154
+ display: inline-block;
155
+ width: 100%;
156
+ overflow: hidden;
157
+ text-overflow: ellipsis;
158
+ }
159
+ }
160
+ .datatable-body-cell .sto-form__field {
161
+ .mat-mdc-form-field-infix {
162
+ padding: 0 9px 0 0;
163
+ border-top: 0;
164
+ }
165
+ .mat-select,
166
+ .mat-input {
167
+ padding: 0;
168
+ // font-size: $font-size; // TODO Typography
169
+ }
170
+
171
+ .mat-select-value {
172
+ }
173
+
174
+ .mat-select-trigger {
175
+ // font-size: $font-size;
176
+ }
177
+
178
+ .mat-icon-button {
179
+ margin-left: -8px;
180
+ margin-top: -18px;
181
+ height: 36px;
182
+ width: 36px;
183
+ line-height: 36px;
184
+ }
185
+ }
186
+
187
+ .datatable-header {
188
+ .mat-input-infix {
189
+ padding: 4px 0;
190
+ }
191
+
192
+ .mat-form-field {
193
+ font-size: 13px; // TODO Typography
194
+ margin-top: -4px;
195
+ }
196
+ }
197
+
198
+ .sto-datatable__column {
199
+ &--number {
200
+ text-align: right;
201
+ }
202
+
203
+ &--expandable {
204
+ .icon-wrapper {
205
+ display: inline-block;
206
+
207
+ .mat-icon {
208
+ margin-top: -5px;
209
+ }
210
+ }
211
+ }
212
+ }
213
+
214
+ .ngx-datatable.sto-datatable
215
+ .datatable-header
216
+ .datatable-header-cell
217
+ .sort-btn {
218
+ line-height: 0;
219
+ vertical-align: bottom;
220
+ }
221
+
222
+ span.sortable {
223
+ cursor: pointer;
224
+ }
225
+
226
+ .sto-datatable.ngx-datatable {
227
+ .datatable-body {
228
+ -moz-transition: height 225ms cubic-bezier(0.4, 0, 0.2, 1);
229
+ -webkit-transition: height 225ms cubic-bezier(0.4, 0, 0.2, 1);
230
+ -o-transition: height 225ms cubic-bezier(0.4, 0, 0.2, 1);
231
+ transition: height 225ms cubic-bezier(0.4, 0, 0.2, 1);
232
+ }
233
+ }
234
+
235
+ .ngx-datatable.sto-datatable
236
+ .datatable-header
237
+ .datatable-header-column-group
238
+ .datatable-header-cell {
239
+ &.sto-datatable__header-group {
240
+ border-bottom: 0;
241
+
242
+ &--empty {
243
+ color: transparent;
244
+ }
245
+
246
+ &--center {
247
+ text-align: center;
248
+ }
249
+
250
+ &__border--hide-left {
251
+ border-left: 0;
252
+ }
253
+
254
+ &__border--hide-right {
255
+ border-right: 0;
256
+ }
257
+ }
258
+ }
259
+
260
+ .ngx-datatable.sto-datatable .datatable-header .datatable-header-cell {
261
+ &.sto-datatable__header--dense {
262
+ padding-top: 8px;
263
+ }
264
+
265
+ &.sto-datatable__header--empty {
266
+ color: transparent;
267
+ }
268
+ }
269
+
270
+ .sto-datatable__border--right {
271
+ }
272
+
273
+ .sto-datatable__border--left {
274
+ }
275
+
276
+ .ngx-datatable.sto-datatable {
277
+ .datatable-header-cell {
278
+ .mat-icon.mat-icon-sort {
279
+ line-height: 13px; // TODO TYpography
280
+ height: 13px;
281
+ }
282
+ }
283
+ }
284
+
285
+ .sto-datatable-wrapper {
286
+ border-radius: 2px;
287
+
288
+ .sto-panel-content {
289
+ border-radius: 2px;
290
+ }
291
+ }
292
+
293
+ .datatable-footer-summary-row {
294
+ :hover {
295
+ background-color: transparent;
296
+ }
297
+ }
298
+
299
+ [data-icon]:before {
300
+ font-family: 'Material Icons' !important;
301
+ content: attr(data-icon);
302
+ font-style: normal !important;
303
+ font-weight: normal !important;
304
+ font-variant: normal !important;
305
+ text-transform: none !important;
306
+ speak: none;
307
+ font-size: 24px;
308
+ line-height: 0;
309
+ -webkit-font-smoothing: antialiased;
310
+ -moz-osx-font-smoothing: grayscale;
311
+ }
312
+
313
+ [class^='datatable-icon-']:before,
314
+ [class*=' datatable-icon-']:before {
315
+ font-family: 'Material Icons' !important;
316
+ font-style: normal !important;
317
+ font-weight: normal !important;
318
+ font-variant: normal !important;
319
+ text-transform: none !important;
320
+ speak: none;
321
+ line-height: 0;
322
+ -webkit-font-smoothing: antialiased;
323
+ -moz-osx-font-smoothing: grayscale;
324
+ }
325
+
326
+ .datatable-icon-filter:before {
327
+ content: 'filter_list';
328
+ }
329
+
330
+ .datatable-icon-collapse:before {
331
+ content: 'expand_less';
332
+ }
333
+
334
+ .datatable-icon-expand:before {
335
+ content: 'expand_more';
336
+ }
337
+
338
+ .datatable-icon-close:before {
339
+ content: 'close';
340
+ }
341
+
342
+ .datatable-icon-up:before {
343
+ content: 'arrow_drop_up';
344
+ }
345
+
346
+ .datatable-icon-down:before {
347
+ content: 'arrow_drop_down';
348
+ }
349
+
350
+ .datatable-icon-sort:before {
351
+ content: 'sort_by_alpha';
352
+ }
353
+
354
+ .datatable-icon-done:before {
355
+ content: 'done';
356
+ }
357
+
358
+ .datatable-icon-done-all:before {
359
+ content: 'done_all';
360
+ }
361
+
362
+ .datatable-icon-search:before {
363
+ content: 'search';
364
+ }
365
+
366
+ .datatable-icon-pin:before {
367
+ content: 'push_pin';
368
+ }
369
+
370
+ .datatable-icon-add:before {
371
+ content: 'add';
372
+ }
373
+
374
+ .datatable-icon-left:before {
375
+ content: 'keyboard_arrow_left';
376
+ }
377
+
378
+ .datatable-icon-right:before {
379
+ content: 'keyboard_arrow_right';
380
+ }
381
+
382
+ .datatable-icon-skip:before {
383
+ content: 'skip_next';
384
+ }
385
+
386
+ .datatable-icon-prev:before {
387
+ content: 'skip_previous';
388
+ }
389
+
390
+ @keyframes query {
391
+ 0% {
392
+ opacity: 1;
393
+ transform: translateX(35%) scale(0.3, 1);
394
+ }
395
+
396
+ 100% {
397
+ opacity: 0;
398
+ transform: translateX(-50%) scale(0, 1);
399
+ }
400
+ }