@provoly/dashboard 0.21.0 → 0.21.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.
- package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +3 -3
- package/esm2022/lib/core/components/select/select.component.mjs +3 -3
- package/esm2022/presentation/components/presentation.component.mjs +3 -3
- package/esm2022/presentation/style/css.component.mjs +2 -2
- package/esm2022/restitution/style/css.component.mjs +2 -2
- package/fesm2022/provoly-dashboard-admin.mjs +2 -2
- package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-presentation.mjs +4 -4
- package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-restitution.mjs +2 -2
- package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +2 -2
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/package.json +37 -37
- package/presentation/style/_o-pry-presentation.scss +11 -1
- package/styles/components/_a-pry-select.scss +24 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.1",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "14.x || 15.x || 16.x",
|
|
@@ -96,18 +96,18 @@
|
|
|
96
96
|
"esm": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
97
97
|
"default": "./fesm2022/provoly-dashboard-import.mjs"
|
|
98
98
|
},
|
|
99
|
-
"./pipeline": {
|
|
100
|
-
"types": "./pipeline/index.d.ts",
|
|
101
|
-
"esm2022": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
|
|
102
|
-
"esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
|
|
103
|
-
"default": "./fesm2022/provoly-dashboard-pipeline.mjs"
|
|
104
|
-
},
|
|
105
99
|
"./notification": {
|
|
106
100
|
"types": "./notification/index.d.ts",
|
|
107
101
|
"esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
|
|
108
102
|
"esm": "./esm2022/notification/provoly-dashboard-notification.mjs",
|
|
109
103
|
"default": "./fesm2022/provoly-dashboard-notification.mjs"
|
|
110
104
|
},
|
|
105
|
+
"./pipeline": {
|
|
106
|
+
"types": "./pipeline/index.d.ts",
|
|
107
|
+
"esm2022": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
|
|
108
|
+
"esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
|
|
109
|
+
"default": "./fesm2022/provoly-dashboard-pipeline.mjs"
|
|
110
|
+
},
|
|
111
111
|
"./presentation": {
|
|
112
112
|
"types": "./presentation/index.d.ts",
|
|
113
113
|
"esm2022": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
|
|
@@ -132,6 +132,36 @@
|
|
|
132
132
|
"esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
|
|
133
133
|
"default": "./fesm2022/provoly-dashboard-toolbox.mjs"
|
|
134
134
|
},
|
|
135
|
+
"./filters/autocomplete": {
|
|
136
|
+
"types": "./filters/autocomplete/index.d.ts",
|
|
137
|
+
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
138
|
+
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
139
|
+
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
140
|
+
},
|
|
141
|
+
"./filters/date": {
|
|
142
|
+
"types": "./filters/date/index.d.ts",
|
|
143
|
+
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
144
|
+
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
145
|
+
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
146
|
+
},
|
|
147
|
+
"./filters/list": {
|
|
148
|
+
"types": "./filters/list/index.d.ts",
|
|
149
|
+
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
150
|
+
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
151
|
+
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
152
|
+
},
|
|
153
|
+
"./filters/number": {
|
|
154
|
+
"types": "./filters/number/index.d.ts",
|
|
155
|
+
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
156
|
+
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
157
|
+
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
158
|
+
},
|
|
159
|
+
"./filters/text": {
|
|
160
|
+
"types": "./filters/text/index.d.ts",
|
|
161
|
+
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
162
|
+
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
163
|
+
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
164
|
+
},
|
|
135
165
|
"./components/card": {
|
|
136
166
|
"types": "./components/card/index.d.ts",
|
|
137
167
|
"esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
|
|
@@ -186,36 +216,6 @@
|
|
|
186
216
|
"esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
187
217
|
"default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
|
|
188
218
|
},
|
|
189
|
-
"./filters/autocomplete": {
|
|
190
|
-
"types": "./filters/autocomplete/index.d.ts",
|
|
191
|
-
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
192
|
-
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
193
|
-
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
194
|
-
},
|
|
195
|
-
"./filters/date": {
|
|
196
|
-
"types": "./filters/date/index.d.ts",
|
|
197
|
-
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
198
|
-
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
199
|
-
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
200
|
-
},
|
|
201
|
-
"./filters/list": {
|
|
202
|
-
"types": "./filters/list/index.d.ts",
|
|
203
|
-
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
204
|
-
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
205
|
-
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
206
|
-
},
|
|
207
|
-
"./filters/number": {
|
|
208
|
-
"types": "./filters/number/index.d.ts",
|
|
209
|
-
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
210
|
-
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
211
|
-
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
212
|
-
},
|
|
213
|
-
"./filters/text": {
|
|
214
|
-
"types": "./filters/text/index.d.ts",
|
|
215
|
-
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
216
|
-
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
217
|
-
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
218
|
-
},
|
|
219
219
|
"./pipeline-components/filter": {
|
|
220
220
|
"types": "./pipeline-components/filter/index.d.ts",
|
|
221
221
|
"esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
|
|
@@ -80,7 +80,6 @@
|
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
&__image {
|
|
83
|
-
width: auto;
|
|
84
83
|
cursor: pointer;
|
|
85
84
|
overflow: hidden;
|
|
86
85
|
height: toRem(110);
|
|
@@ -88,10 +87,18 @@
|
|
|
88
87
|
align-items: center;
|
|
89
88
|
justify-content: center;
|
|
90
89
|
|
|
90
|
+
img {
|
|
91
|
+
width: 100px;
|
|
92
|
+
}
|
|
93
|
+
|
|
91
94
|
.is-full-width {
|
|
92
95
|
width: 100%;
|
|
93
96
|
height: 100%;
|
|
94
97
|
object-fit: cover;
|
|
98
|
+
|
|
99
|
+
img {
|
|
100
|
+
width: 100%;
|
|
101
|
+
}
|
|
95
102
|
}
|
|
96
103
|
}
|
|
97
104
|
|
|
@@ -109,6 +116,9 @@
|
|
|
109
116
|
left: toRem(10);
|
|
110
117
|
}
|
|
111
118
|
|
|
119
|
+
.a-tooltip {
|
|
120
|
+
width: 100%;
|
|
121
|
+
}
|
|
112
122
|
}
|
|
113
123
|
|
|
114
124
|
&__txt {
|
|
@@ -3,15 +3,35 @@
|
|
|
3
3
|
/* Atom - Component pry-select (lib) */
|
|
4
4
|
.a-pry-select {
|
|
5
5
|
display: flex;
|
|
6
|
-
|
|
7
|
-
gap: toRem(10);
|
|
8
|
-
align-items: center;
|
|
6
|
+
justify-content: space-between;
|
|
9
7
|
padding: toRem(10);
|
|
8
|
+
gap: toRem(10);
|
|
9
|
+
|
|
10
|
+
&__content {
|
|
11
|
+
display: flex;
|
|
12
|
+
flex-direction: row;
|
|
13
|
+
gap: toRem(10);
|
|
14
|
+
align-items: center;
|
|
15
|
+
overflow: auto;
|
|
16
|
+
|
|
17
|
+
-ms-overflow-style: none; /* IE and Edge */
|
|
18
|
+
scrollbar-width: none; /* Firefox */
|
|
19
|
+
&::-webkit-scrollbar {
|
|
20
|
+
display: none;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&__actions {
|
|
25
|
+
display: flex;
|
|
26
|
+
gap: toRem(5);
|
|
27
|
+
align-items: center;
|
|
28
|
+
}
|
|
10
29
|
|
|
11
30
|
&__value {
|
|
12
31
|
&.-multiple {
|
|
13
32
|
padding: toRem(2) toRem(15);
|
|
14
33
|
border-radius: toRem(15);
|
|
34
|
+
white-space: nowrap;
|
|
15
35
|
}
|
|
16
36
|
}
|
|
17
37
|
|
|
@@ -25,10 +45,8 @@
|
|
|
25
45
|
}
|
|
26
46
|
|
|
27
47
|
&__options {
|
|
28
|
-
display: flex;
|
|
29
|
-
flex-direction: column;
|
|
30
|
-
justify-content: space-evenly;
|
|
31
48
|
overflow: auto;
|
|
49
|
+
max-height: toRem(calc(6 * 35)); // 6 items of height 35px
|
|
32
50
|
|
|
33
51
|
&__option {
|
|
34
52
|
cursor: pointer;
|