carriera-intern-components 1.1.11 → 1.1.13
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/app/components/avatar/avatar.component.d.ts +1 -1
- package/app/components/input/input.component.d.ts +7 -4
- package/app/components/input/models/dropdown.model.d.ts +6 -0
- package/app/components/input/models/input.model.d.ts +6 -5
- package/app/components/input/pipes/remap-pm-icons.pipe.d.ts +7 -0
- package/app/components/input-datetime-picker/cai-input-datetime-picker.component.d.ts +103 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/cai-custom-datetime-pickers.component.d.ts +58 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/components/cai-custom-datetime-pickers-calendar-dates-main/cai-custom-datetime-pickers-calendar-dates-main.component.d.ts +41 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/components/cai-custom-datetime-pickers-calendar-days/cai-custom-datetime-pickers-calendar-days.component.d.ts +26 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/components/cai-custom-datetime-pickers-calendar-left/cai-custom-datetime-pickers-calendar-left.component.d.ts +30 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/components/cai-custom-datetime-pickers-date-calendars/cai-custom-datetime-pickers-date-calendars.component.d.ts +38 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/config/cai-input.config.d.ts +168 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/config/index.d.ts +1 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/calendar-left-string.enum.d.ts +5 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/calendar-list-preview-string.enum.d.ts +4 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/calendar-main-string.enum.d.ts +5 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/calendar-scroll-type-string.enum.d.ts +4 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/calendar-string.enum.d.ts +6 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/calendar-type-string.enum.d.ts +3 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/config.enum.d.ts +7 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/models/scroll-change.model.d.ts +6 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/models/scroll-type.model.d.ts +8 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/pipes/calendar-months.pipe.d.ts +9 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/services/calendar-datetime-picker.service.d.ts +19 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/strategy/calendar-strategy.d.ts +30 -0
- package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/utils/constants/custom-datetime-pickers.constants.d.ts +19 -0
- package/app/components/input-datetime-picker/enums/input-config-name-string.enum.d.ts +7 -0
- package/app/components/input-datetime-picker/pipes/input-clear-class.pipe.d.ts +14 -0
- package/app/components/input-datetime-picker/pipes/input-date-time-container-class.pipe.d.ts +11 -0
- package/app/components/input-datetime-picker/pipes/input-dropdown-arrow-class.pipe.d.ts +11 -0
- package/app/components/input-datetime-picker/pipes/input-placeholder-icon.class.pipe.d.ts +11 -0
- package/app/components/input-datetime-picker/pipes/show-clear.pipe.d.ts +8 -0
- package/app/directives/hover-svg-directives.d.ts +15 -0
- package/app/directives/index.d.ts +1 -0
- package/app/enums/general-actions.enum.d.ts +58 -0
- package/fesm2022/carriera-intern-components.mjs +2509 -24
- package/fesm2022/carriera-intern-components.mjs.map +1 -1
- package/package.json +1 -1
- package/public/assets/icons/general/cai-fax.svg +5 -0
- package/public/assets/icons/general/cai-website.svg +3 -0
- package/public/assets/icons/interaction/cai_time.svg +3 -0
- package/public/assets/icons/interaction/cai_x.svg +4 -0
- package/public/assets/json/icons.json +19 -3
- package/public-api.d.ts +1 -0
package/package.json
CHANGED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4.29563 18.1468C4.48294 18.3327 4.73612 18.437 5 18.4369L15 18.4358C15.2639 18.4358 15.5171 18.3316 15.7044 18.1457C15.8917 17.9598 15.9979 17.7075 16 17.4436V13.5925H4V17.4447C4.00205 17.7086 4.10831 17.961 4.29563 18.1468Z" fill="currentColor"/>
|
|
3
|
+
<path d="M4 2.55472V5.65139H16V2.55361C15.9977 2.28994 15.8913 2.03786 15.704 1.85224C15.5167 1.66663 15.2637 1.56249 15 1.5625H5C4.73612 1.56249 4.48294 1.66678 4.29563 1.85264C4.10831 2.0385 4.00205 2.29086 4 2.55472Z" fill="currentColor"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.4133 6.64943C17.6219 6.64943 17.8284 6.69054 18.021 6.77042C18.2137 6.85029 18.3887 6.96737 18.5361 7.11494C18.6834 7.26251 18.8003 7.43768 18.8799 7.63044C18.9595 7.8232 19.0003 8.02977 19 8.23832V14.995C18.999 15.2041 18.9568 15.4109 18.8758 15.6037C18.7949 15.7965 18.6767 15.9715 18.5282 16.1186C18.3796 16.2657 18.2035 16.3821 18.0099 16.4612C17.8163 16.5403 17.6091 16.5805 17.4 16.5794H17V13.5794C16.9983 13.4499 16.971 13.3219 16.9198 13.2028C16.8686 13.0838 16.7945 12.976 16.7016 12.8856C16.6087 12.7952 16.499 12.724 16.3786 12.6761C16.2582 12.6281 16.1296 12.6043 16 12.6061H4C3.86908 12.6052 3.73929 12.6302 3.61808 12.6797C3.49686 12.7291 3.38662 12.8021 3.29368 12.8943C3.20075 12.9865 3.12697 13.0962 3.07656 13.217C3.02616 13.3378 3.00014 13.4674 3 13.5983V16.5761H2.6C2.17739 16.5767 1.77176 16.4098 1.47189 16.112C1.17203 15.8143 1.00235 15.4098 1 14.9872V8.23609C1.00087 8.02685 1.04295 7.81984 1.12383 7.62686C1.20471 7.43388 1.32281 7.25872 1.47139 7.11139C1.61996 6.96405 1.7961 6.84742 1.98975 6.76816C2.1834 6.6889 2.39076 6.64855 2.6 6.64943H17.4133ZM4.52444 10.615H6.85777C7.05521 10.615 7.24457 10.5366 7.38418 10.3969C7.52379 10.2573 7.60222 10.068 7.60222 9.87054C7.60222 9.6731 7.52379 9.48375 7.38418 9.34414C7.24457 9.20453 7.05521 9.12609 6.85777 9.12609H4.52444C4.33404 9.1365 4.15486 9.21947 4.02375 9.35794C3.89264 9.49641 3.81957 9.67985 3.81957 9.87054C3.81957 10.0612 3.89264 10.2447 4.02375 10.3831C4.15486 10.5216 4.33404 10.6046 4.52444 10.615Z" fill="currentColor"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10 1C8.21997 1 6.47991 1.52784 4.99987 2.51677C3.51983 3.50571 2.36628 4.91131 1.68509 6.55584C1.0039 8.20038 0.825669 10.01 1.17294 11.7558C1.5202 13.5016 2.37737 15.1053 3.63604 16.364C4.89472 17.6226 6.49836 18.4798 8.24419 18.8271C9.99002 19.1743 11.7996 18.9961 13.4442 18.3149C15.0887 17.6337 16.4943 16.4802 17.4832 15.0001C18.4722 13.5201 19 11.78 19 10C19 7.61305 18.0518 5.32387 16.364 3.63604C14.6761 1.94821 12.387 1 10 1ZM16.5067 6.80555H14.0622C13.8595 5.60966 13.4778 4.45111 12.93 3.36888C14.486 4.06104 15.7498 5.27725 16.5011 6.80555M10 2.74222C10.6756 2.74222 11.7644 4.24222 12.2944 6.80778H7.70556C8.23556 4.23778 9.32445 2.74222 10 2.74222ZM2.74223 10C2.74223 9.51234 2.79061 9.02588 2.88667 8.54778H5.70667C5.67112 9.02222 5.64445 9.50222 5.64445 10C5.64445 10.4978 5.67 10.9756 5.70667 11.4522H2.88889C2.79283 10.9741 2.74445 10.4877 2.74445 10M3.49556 13.1944H5.94C6.1433 14.3899 6.52496 15.5479 7.07223 16.63C5.51623 15.9378 4.25244 14.7216 3.50112 13.1933L3.49556 13.1944ZM5.94 6.80778H3.49556C4.24689 5.27947 5.51067 4.06326 7.06667 3.37111C6.51888 4.45333 6.13719 5.61188 5.93445 6.80778M10 17.2578C9.32445 17.2578 8.23556 15.7578 7.70556 13.1922H12.3C11.7667 15.7611 10.6778 17.2578 10 17.2578ZM12.5444 11.4522H7.45556C7.41556 10.9878 7.38667 10.5078 7.38667 10C7.38667 9.49222 7.41556 9.01333 7.45556 8.54778H12.5478C12.5878 9.01333 12.6167 9.49222 12.6167 10C12.6167 10.5078 12.5833 10.9867 12.5433 11.4522M12.9356 16.6311C13.4814 15.5481 13.863 14.3898 14.0678 13.1944H16.5122C15.7605 14.7222 14.4968 15.938 12.9411 16.63L12.9356 16.6311ZM14.2922 11.4522C14.3278 10.9778 14.3544 10.4978 14.3544 10C14.3544 9.50222 14.3289 9.02444 14.2922 8.54778H17.1111C17.3042 9.50481 17.3042 10.4907 17.1111 11.4478L14.2922 11.4522Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19">
|
|
2
|
+
<path id="clock" d="M17,8a9,9,0,1,0,9,9A9,9,0,0,0,17,8Zm2.072,12.705-3.2-2.326a.438.438,0,0,1-.178-.352V11.919a.437.437,0,0,1,.435-.435h1.742a.437.437,0,0,1,.435.435v5l2.3,1.677a.435.435,0,0,1,.094.61l-1.023,1.408a.438.438,0,0,1-.61.094Z" transform="translate(-7.5 -7.5)" fill="#b7b7b7" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
|
|
2
|
+
<rect id="Rectangle_52089" data-name="Rectangle 52089" width="18" height="18" rx="1" fill="#b7b7b7"/>
|
|
3
|
+
<path id="times" d="M6.9,85l2.843-2.843a.894.894,0,0,0,0-1.264l-.632-.632a.894.894,0,0,0-1.264,0L5,83.1,2.157,80.262a.894.894,0,0,0-1.264,0l-.632.632a.894.894,0,0,0,0,1.264L3.1,85,.262,87.843a.894.894,0,0,0,0,1.264l.632.632a.894.894,0,0,0,1.264,0L5,86.9l2.843,2.843a.894.894,0,0,0,1.264,0l.632-.632a.894.894,0,0,0,0-1.264Z" transform="translate(4 -76)" fill="#6c6c6c"/>
|
|
4
|
+
</svg>
|
|
@@ -192,6 +192,14 @@
|
|
|
192
192
|
"iconName": "cai-checkmark",
|
|
193
193
|
"iconPath": "/assets/icons/general/cai-checkmark.svg"
|
|
194
194
|
},
|
|
195
|
+
{
|
|
196
|
+
"iconName": "cai-website",
|
|
197
|
+
"iconPath": "/assets/icons/general/cai-website.svg"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"iconName": "cai-fax",
|
|
201
|
+
"iconPath": "/assets/icons/general/cai-fax.svg"
|
|
202
|
+
},
|
|
195
203
|
{
|
|
196
204
|
"iconName": "cai-status-warning",
|
|
197
205
|
"iconPath": "/assets/icons/status/cai-status-warning.svg"
|
|
@@ -256,6 +264,14 @@
|
|
|
256
264
|
"iconName": "cai-dislike",
|
|
257
265
|
"iconPath": "/assets/icons/interaction/cai-dislike.svg"
|
|
258
266
|
},
|
|
267
|
+
{
|
|
268
|
+
"iconName": "cai-x",
|
|
269
|
+
"iconPath": "/assets/icons/interaction/cai_x.svg"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"iconName": "cai-time",
|
|
273
|
+
"iconPath": "/assets/icons/interaction/cai_time.svg"
|
|
274
|
+
},
|
|
259
275
|
{
|
|
260
276
|
"iconName": "cai-edit",
|
|
261
277
|
"iconPath": "/assets/icons/cai-edit.svg"
|
|
@@ -365,15 +381,15 @@
|
|
|
365
381
|
"iconPath": "/assets/icons/pm/cai-pm-base.svg"
|
|
366
382
|
},
|
|
367
383
|
{
|
|
368
|
-
"iconName": "pm-general",
|
|
384
|
+
"iconName": "cai-pm-general",
|
|
369
385
|
"iconPath": "/assets/icons/pm/trailer/cai-pm-general.svg"
|
|
370
386
|
},
|
|
371
387
|
{
|
|
372
|
-
"iconName": "pm-pto-pump",
|
|
388
|
+
"iconName": "cai-pm-pto-pump",
|
|
373
389
|
"iconPath": "/assets/icons/pm/trailer/cai-pm-pto-pump.svg"
|
|
374
390
|
},
|
|
375
391
|
{
|
|
376
|
-
"iconName": "repair-reefer",
|
|
392
|
+
"iconName": "cai-repair-reefer",
|
|
377
393
|
"iconPath": "/assets/icons/pm/trailer/cai-repair-reefer.svg"
|
|
378
394
|
},
|
|
379
395
|
{
|
package/public-api.d.ts
CHANGED
|
@@ -3,3 +3,4 @@ export * from './app/components/drop-zone/drop-zone.component';
|
|
|
3
3
|
export * from './app/components/input/models';
|
|
4
4
|
export * from './app/utils';
|
|
5
5
|
export * from './app/components/pm/pm.component';
|
|
6
|
+
export * from './app/components/input-datetime-picker/cai-input-datetime-picker.component';
|