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

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,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: 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: 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,151 +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-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: 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
+
151
151
  /*# sourceMappingURL=ng-bundle.rtl.css.map */