@volo/ngx-lepton-x.lite 4.3.2 → 4.3.4

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.
@@ -1 +1 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
1
+ @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@@ -1,3 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
2
-
1
+ @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
2
+
3
3
  /*# sourceMappingURL=font-bundle.rtl.css.map */
@@ -1,150 +1,151 @@
1
- .node-wrapper {
2
- border-radius: 0.5rem;
3
- }
4
- .node-wrapper.ng-star-inserted.selected {
5
- background-color: #e7e9ec;
6
- border-radius: 0.5rem;
7
- }
8
-
9
- .ant-tree-switcher svg {
10
- fill: #686b6e !important;
11
- }
12
-
13
- .lpx-theme-dark .ant-tree-checkbox-inner {
14
- background-color: transparent;
15
- }
16
-
17
- .ngx-datatable.material {
18
- background-color: #ffffff;
19
- border-radius: 0.5rem;
20
- color: #686b6e;
21
- }
22
- .ngx-datatable.material .datatable-header {
23
- background-color: #ffffff;
24
- border-bottom: 0;
25
- width: 100% !important;
26
- height: auto !important;
27
- }
28
- .ngx-datatable.material .datatable-header .datatable-header-cell {
29
- background-color: #ffffff;
30
- padding-left: 1rem !important;
31
- padding-right: 1rem !important;
32
- padding-top: 0.5rem;
33
- padding-bottom: 0.5rem;
34
- font-weight: 400 !important;
35
- color: rgba(104, 107, 110, 0.65);
36
- transition: color 0.3s;
37
- text-transform: uppercase;
38
- font-size: 0.75em !important;
39
- letter-spacing: 0.75px;
40
- }
41
- .ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-sort-unset:before {
42
- font-family: bootstrap-icons !important;
43
- content: "\f282" !important;
44
- margin: 0 4px;
45
- }
46
- .ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-down:before {
47
- color: var(--lpx-brand);
48
- font-family: bootstrap-icons !important;
49
- content: "\f286" !important;
50
- margin: 0 4px;
51
- }
52
- .ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-up:before {
53
- color: var(--lpx-brand);
54
- font-family: bootstrap-icons !important;
55
- content: "\f282" !important;
56
- margin: 0 4px;
57
- }
58
- .ngx-datatable.material .datatable-header .resize-handle {
59
- border-right: 0 !important;
60
- }
61
- .ngx-datatable.material .datatable-body {
62
- width: 100% !important;
63
- }
64
- .ngx-datatable.material .datatable-body .datatable-body-row {
65
- background-color: #ffffff;
66
- border-bottom: none !important;
67
- }
68
- .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
69
- padding: 0.875rem 1rem !important;
70
- vertical-align: middle;
71
- border-top: 1px solid #e7e9ec !important;
72
- color: #686b6e;
73
- }
74
- .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .btn {
75
- padding: 0.375rem 0.75rem;
76
- font-size: 0.8em;
77
- }
78
- .ngx-datatable.material .datatable-footer {
79
- background-color: #ffffff;
80
- color: rgba(104, 107, 110, 0.5) !important;
81
- border-top: 1px solid #e7e9ec;
82
- }
83
- @media (max-width: 768px) {
84
- .ngx-datatable.material .datatable-footer .page-count {
85
- display: none;
86
- }
87
- .ngx-datatable.material .datatable-footer .datatable-pager .pager {
88
- display: flex !important;
89
- justify-content: center;
90
- }
91
- }
92
- .ngx-datatable.material .datatable-footer .datatable-pager {
93
- display: flex;
94
- justify-content: flex-end;
95
- }
96
- .ngx-datatable.material .datatable-footer .datatable-pager li a {
97
- border-radius: 0.5rem;
98
- padding: 0.375rem 0.5rem !important;
99
- min-width: 28px;
100
- line-height: 20px;
101
- margin: 0;
102
- height: 30px;
103
- color: #686b6e;
104
- }
105
- .ngx-datatable.material .datatable-footer .datatable-pager li a:hover {
106
- color: #686b6e;
107
- }
108
- .ngx-datatable.material .datatable-footer .datatable-pager li.active a {
109
- background-color: var(--lpx-brand);
110
- color: #fff;
111
- font-weight: normal;
112
- }
113
- .ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
114
- color: #686b6e !important;
115
- opacity: 0.35;
116
- }
117
- .ngx-datatable.material .datatable-footer .datatable-pager .pager {
118
- /*rtl:ignore*/
119
- direction: ltr;
120
- }
121
- .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover {
122
- background-color: #e7e9ec !important;
123
- }
124
- .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
125
- background-color: #e7e9ec !important;
126
- }
127
-
128
- .datatable-body-cell-label {
129
- line-height: 2;
130
- }
131
-
132
- .ngx-datatable.material .empty-row {
133
- height: 62px;
134
- border-top: 1px solid #e7e9ec;
135
- background: rgba(var(--lpx-content-bg), 0.35);
136
- color: rgba(var(--lpx-content-text-rgb), 0.65);
137
- padding: 1.25rem 1rem !important;
138
- }
139
-
140
- ::-webkit-scrollbar {
141
- width: 10px;
142
- height: 10px;
143
- }
144
-
145
- ::-webkit-scrollbar-thumb {
146
- background-clip: content-box;
147
- border: solid 2px transparent;
148
- border-radius: 10px;
149
- background-color: #a6a6a6;
150
- }
1
+ .node-wrapper {
2
+ border-radius: 0.5rem;
3
+ }
4
+ .node-wrapper.ng-star-inserted.selected {
5
+ background-color: #e7e9ec;
6
+ border-radius: 0.5rem;
7
+ }
8
+
9
+ .ant-tree-switcher svg {
10
+ fill: #686b6e !important;
11
+ }
12
+
13
+ .lpx-theme-dark .ant-tree-checkbox-inner {
14
+ background-color: transparent;
15
+ }
16
+
17
+ .ngx-datatable.material {
18
+ background-color: #ffffff;
19
+ border-radius: 0.5rem;
20
+ color: #686b6e;
21
+ }
22
+ .ngx-datatable.material .datatable-header {
23
+ background-color: #ffffff;
24
+ border-bottom: 1px solid #e7e9ec !important;
25
+ width: 100% !important;
26
+ height: auto !important;
27
+ }
28
+ .ngx-datatable.material .datatable-header .datatable-header-cell {
29
+ background-color: #ffffff;
30
+ padding-left: 1rem !important;
31
+ padding-right: 1rem !important;
32
+ padding-top: 0.5rem;
33
+ padding-bottom: 0.5rem;
34
+ font-weight: 400 !important;
35
+ color: rgba(104, 107, 110, 0.65);
36
+ transition: color 0.3s;
37
+ text-transform: uppercase;
38
+ font-size: 0.75em !important;
39
+ letter-spacing: 0.75px;
40
+ }
41
+ .ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-sort-unset:before {
42
+ font-family: bootstrap-icons !important;
43
+ content: "\f282" !important;
44
+ margin: 0 4px;
45
+ }
46
+ .ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-down:before {
47
+ color: var(--lpx-brand);
48
+ font-family: bootstrap-icons !important;
49
+ content: "\f286" !important;
50
+ margin: 0 4px;
51
+ }
52
+ .ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-up:before {
53
+ color: var(--lpx-brand);
54
+ font-family: bootstrap-icons !important;
55
+ content: "\f282" !important;
56
+ margin: 0 4px;
57
+ }
58
+ .ngx-datatable.material .datatable-header .resize-handle {
59
+ border-right: 0 !important;
60
+ }
61
+ .ngx-datatable.material .datatable-body {
62
+ width: 100% !important;
63
+ }
64
+ .ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row {
65
+ background-color: #ffffff;
66
+ border-bottom: none !important;
67
+ }
68
+ .ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-body-cell {
69
+ padding: 0.875rem 1rem !important;
70
+ vertical-align: middle;
71
+ color: #686b6e;
72
+ }
73
+ .ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-body-cell .btn {
74
+ padding: 0.375rem 0.75rem;
75
+ font-size: 0.8em;
76
+ }
77
+ .ngx-datatable.material .datatable-body .datatable-row-wrapper:not(:first-child) .datatable-body-row .datatable-body-cell {
78
+ border-top: 1px solid #e7e9ec !important;
79
+ }
80
+ .ngx-datatable.material .datatable-footer {
81
+ background-color: #ffffff;
82
+ color: rgba(104, 107, 110, 0.5) !important;
83
+ border-top: 1px solid #e7e9ec;
84
+ }
85
+ @media (max-width: 768px) {
86
+ .ngx-datatable.material .datatable-footer .page-count {
87
+ display: none;
88
+ }
89
+ .ngx-datatable.material .datatable-footer .datatable-pager .pager {
90
+ display: flex !important;
91
+ justify-content: center;
92
+ }
93
+ }
94
+ .ngx-datatable.material .datatable-footer .datatable-pager {
95
+ display: flex;
96
+ justify-content: flex-end;
97
+ }
98
+ .ngx-datatable.material .datatable-footer .datatable-pager li a {
99
+ border-radius: 0.5rem;
100
+ padding: 0.375rem 0.5rem !important;
101
+ min-width: 28px;
102
+ line-height: 20px;
103
+ margin: 0;
104
+ height: 30px;
105
+ color: #686b6e;
106
+ }
107
+ .ngx-datatable.material .datatable-footer .datatable-pager li a:hover {
108
+ color: #686b6e;
109
+ }
110
+ .ngx-datatable.material .datatable-footer .datatable-pager li.active a {
111
+ background-color: var(--lpx-brand);
112
+ color: #fff;
113
+ font-weight: normal;
114
+ }
115
+ .ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
116
+ color: #686b6e !important;
117
+ opacity: 0.35;
118
+ }
119
+ .ngx-datatable.material .datatable-footer .datatable-pager .pager {
120
+ /*rtl:ignore*/
121
+ direction: ltr;
122
+ }
123
+ .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover {
124
+ background-color: #e7e9ec !important;
125
+ }
126
+ .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
127
+ background-color: #e7e9ec !important;
128
+ }
129
+
130
+ .datatable-body-cell-label {
131
+ line-height: 2;
132
+ }
133
+
134
+ .ngx-datatable.material .empty-row {
135
+ height: 62px;
136
+ background: rgba(var(--lpx-content-bg), 0.35);
137
+ color: rgba(var(--lpx-content-text-rgb), 0.65);
138
+ padding: 1.25rem 1rem !important;
139
+ }
140
+
141
+ ::-webkit-scrollbar {
142
+ width: 10px;
143
+ height: 10px;
144
+ }
145
+
146
+ ::-webkit-scrollbar-thumb {
147
+ background-clip: content-box;
148
+ border: solid 2px transparent;
149
+ border-radius: 10px;
150
+ background-color: #a6a6a6;
151
+ }
@@ -1,151 +1,152 @@
1
- .node-wrapper {
2
- border-radius: 0.5rem;
3
- }
4
- .node-wrapper.ng-star-inserted.selected {
5
- background-color: #e7e9ec;
6
- border-radius: 0.5rem;
7
- }
8
-
9
- .ant-tree-switcher svg {
10
- fill: #686b6e !important;
11
- }
12
-
13
- .lpx-theme-dark .ant-tree-checkbox-inner {
14
- background-color: transparent;
15
- }
16
-
17
- .ngx-datatable.material {
18
- background-color: #ffffff;
19
- border-radius: 0.5rem;
20
- color: #686b6e;
21
- }
22
- .ngx-datatable.material .datatable-header {
23
- background-color: #ffffff;
24
- border-bottom: 0;
25
- width: 100% !important;
26
- height: auto !important;
27
- }
28
- .ngx-datatable.material .datatable-header .datatable-header-cell {
29
- background-color: #ffffff;
30
- padding-right: 1rem !important;
31
- padding-left: 1rem !important;
32
- padding-top: 0.5rem;
33
- padding-bottom: 0.5rem;
34
- font-weight: 400 !important;
35
- color: rgba(104, 107, 110, 0.65);
36
- transition: color 0.3s;
37
- text-transform: uppercase;
38
- font-size: 0.75em !important;
39
- letter-spacing: 0.75px;
40
- }
41
- .ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-sort-unset:before {
42
- font-family: bootstrap-icons !important;
43
- content: "\f282" !important;
44
- margin: 0 4px;
45
- }
46
- .ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-down:before {
47
- color: var(--lpx-brand);
48
- font-family: bootstrap-icons !important;
49
- content: "\f286" !important;
50
- margin: 0 4px;
51
- }
52
- .ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-up:before {
53
- color: var(--lpx-brand);
54
- font-family: bootstrap-icons !important;
55
- content: "\f282" !important;
56
- margin: 0 4px;
57
- }
58
- .ngx-datatable.material .datatable-header .resize-handle {
59
- border-left: 0 !important;
60
- }
61
- .ngx-datatable.material .datatable-body {
62
- width: 100% !important;
63
- }
64
- .ngx-datatable.material .datatable-body .datatable-body-row {
65
- background-color: #ffffff;
66
- border-bottom: none !important;
67
- }
68
- .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
69
- padding: 0.875rem 1rem !important;
70
- vertical-align: middle;
71
- border-top: 1px solid #e7e9ec !important;
72
- color: #686b6e;
73
- }
74
- .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .btn {
75
- padding: 0.375rem 0.75rem;
76
- font-size: 0.8em;
77
- }
78
- .ngx-datatable.material .datatable-footer {
79
- background-color: #ffffff;
80
- color: rgba(104, 107, 110, 0.5) !important;
81
- border-top: 1px solid #e7e9ec;
82
- }
83
- @media (max-width: 768px) {
84
- .ngx-datatable.material .datatable-footer .page-count {
85
- display: none;
86
- }
87
- .ngx-datatable.material .datatable-footer .datatable-pager .pager {
88
- display: flex !important;
89
- justify-content: center;
90
- }
91
- }
92
- .ngx-datatable.material .datatable-footer .datatable-pager {
93
- display: flex;
94
- justify-content: flex-end;
95
- }
96
- .ngx-datatable.material .datatable-footer .datatable-pager li a {
97
- border-radius: 0.5rem;
98
- padding: 0.375rem 0.5rem !important;
99
- min-width: 28px;
100
- line-height: 20px;
101
- margin: 0;
102
- height: 30px;
103
- color: #686b6e;
104
- }
105
- .ngx-datatable.material .datatable-footer .datatable-pager li a:hover {
106
- color: #686b6e;
107
- }
108
- .ngx-datatable.material .datatable-footer .datatable-pager li.active a {
109
- background-color: var(--lpx-brand);
110
- color: #fff;
111
- font-weight: normal;
112
- }
113
- .ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
114
- color: #686b6e !important;
115
- opacity: 0.35;
116
- }
117
- .ngx-datatable.material .datatable-footer .datatable-pager .pager {
118
- direction: ltr;
119
- }
120
- .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover {
121
- background-color: #e7e9ec !important;
122
- }
123
- .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
124
- background-color: #e7e9ec !important;
125
- }
126
-
127
- .datatable-body-cell-label {
128
- line-height: 2;
129
- }
130
-
131
- .ngx-datatable.material .empty-row {
132
- height: 62px;
133
- border-top: 1px solid #e7e9ec;
134
- background: rgba(var(--lpx-content-bg), 0.35);
135
- color: rgba(var(--lpx-content-text-rgb), 0.65);
136
- padding: 1.25rem 1rem !important;
137
- }
138
-
139
- ::-webkit-scrollbar {
140
- width: 10px;
141
- height: 10px;
142
- }
143
-
144
- ::-webkit-scrollbar-thumb {
145
- background-clip: content-box;
146
- border: solid 2px transparent;
147
- border-radius: 10px;
148
- background-color: #a6a6a6;
149
- }
150
-
1
+ .node-wrapper {
2
+ border-radius: 0.5rem;
3
+ }
4
+ .node-wrapper.ng-star-inserted.selected {
5
+ background-color: #e7e9ec;
6
+ border-radius: 0.5rem;
7
+ }
8
+
9
+ .ant-tree-switcher svg {
10
+ fill: #686b6e !important;
11
+ }
12
+
13
+ .lpx-theme-dark .ant-tree-checkbox-inner {
14
+ background-color: transparent;
15
+ }
16
+
17
+ .ngx-datatable.material {
18
+ background-color: #ffffff;
19
+ border-radius: 0.5rem;
20
+ color: #686b6e;
21
+ }
22
+ .ngx-datatable.material .datatable-header {
23
+ background-color: #ffffff;
24
+ border-bottom: 1px solid #e7e9ec !important;
25
+ width: 100% !important;
26
+ height: auto !important;
27
+ }
28
+ .ngx-datatable.material .datatable-header .datatable-header-cell {
29
+ background-color: #ffffff;
30
+ padding-right: 1rem !important;
31
+ padding-left: 1rem !important;
32
+ padding-top: 0.5rem;
33
+ padding-bottom: 0.5rem;
34
+ font-weight: 400 !important;
35
+ color: rgba(104, 107, 110, 0.65);
36
+ transition: color 0.3s;
37
+ text-transform: uppercase;
38
+ font-size: 0.75em !important;
39
+ letter-spacing: 0.75px;
40
+ }
41
+ .ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-sort-unset:before {
42
+ font-family: bootstrap-icons !important;
43
+ content: "\f282" !important;
44
+ margin: 0 4px;
45
+ }
46
+ .ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-down:before {
47
+ color: var(--lpx-brand);
48
+ font-family: bootstrap-icons !important;
49
+ content: "\f286" !important;
50
+ margin: 0 4px;
51
+ }
52
+ .ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-up:before {
53
+ color: var(--lpx-brand);
54
+ font-family: bootstrap-icons !important;
55
+ content: "\f282" !important;
56
+ margin: 0 4px;
57
+ }
58
+ .ngx-datatable.material .datatable-header .resize-handle {
59
+ border-left: 0 !important;
60
+ }
61
+ .ngx-datatable.material .datatable-body {
62
+ width: 100% !important;
63
+ }
64
+ .ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row {
65
+ background-color: #ffffff;
66
+ border-bottom: none !important;
67
+ }
68
+ .ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-body-cell {
69
+ padding: 0.875rem 1rem !important;
70
+ vertical-align: middle;
71
+ color: #686b6e;
72
+ }
73
+ .ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-body-cell .btn {
74
+ padding: 0.375rem 0.75rem;
75
+ font-size: 0.8em;
76
+ }
77
+ .ngx-datatable.material .datatable-body .datatable-row-wrapper:not(:first-child) .datatable-body-row .datatable-body-cell {
78
+ border-top: 1px solid #e7e9ec !important;
79
+ }
80
+ .ngx-datatable.material .datatable-footer {
81
+ background-color: #ffffff;
82
+ color: rgba(104, 107, 110, 0.5) !important;
83
+ border-top: 1px solid #e7e9ec;
84
+ }
85
+ @media (max-width: 768px) {
86
+ .ngx-datatable.material .datatable-footer .page-count {
87
+ display: none;
88
+ }
89
+ .ngx-datatable.material .datatable-footer .datatable-pager .pager {
90
+ display: flex !important;
91
+ justify-content: center;
92
+ }
93
+ }
94
+ .ngx-datatable.material .datatable-footer .datatable-pager {
95
+ display: flex;
96
+ justify-content: flex-end;
97
+ }
98
+ .ngx-datatable.material .datatable-footer .datatable-pager li a {
99
+ border-radius: 0.5rem;
100
+ padding: 0.375rem 0.5rem !important;
101
+ min-width: 28px;
102
+ line-height: 20px;
103
+ margin: 0;
104
+ height: 30px;
105
+ color: #686b6e;
106
+ }
107
+ .ngx-datatable.material .datatable-footer .datatable-pager li a:hover {
108
+ color: #686b6e;
109
+ }
110
+ .ngx-datatable.material .datatable-footer .datatable-pager li.active a {
111
+ background-color: var(--lpx-brand);
112
+ color: #fff;
113
+ font-weight: normal;
114
+ }
115
+ .ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
116
+ color: #686b6e !important;
117
+ opacity: 0.35;
118
+ }
119
+ .ngx-datatable.material .datatable-footer .datatable-pager .pager {
120
+ direction: ltr;
121
+ }
122
+ .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover {
123
+ background-color: #e7e9ec !important;
124
+ }
125
+ .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
126
+ background-color: #e7e9ec !important;
127
+ }
128
+
129
+ .datatable-body-cell-label {
130
+ line-height: 2;
131
+ }
132
+
133
+ .ngx-datatable.material .empty-row {
134
+ height: 62px;
135
+ background: rgba(var(--lpx-content-bg), 0.35);
136
+ color: rgba(var(--lpx-content-text-rgb), 0.65);
137
+ padding: 1.25rem 1rem !important;
138
+ }
139
+
140
+ ::-webkit-scrollbar {
141
+ width: 10px;
142
+ height: 10px;
143
+ }
144
+
145
+ ::-webkit-scrollbar-thumb {
146
+ background-clip: content-box;
147
+ border: solid 2px transparent;
148
+ border-radius: 10px;
149
+ background-color: #a6a6a6;
150
+ }
151
+
151
152
  /*# sourceMappingURL=ng-bundle.rtl.css.map */