bpm-core 0.0.130 → 0.0.132

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.
@@ -7,6 +7,6 @@ import { ReactiveFormsModule } from "@angular/forms";
7
7
  import { InfoItemComponent } from "./info-item/info-item.component";
8
8
  import { NgClass } from "@angular/common";
9
9
  import { TranslatePipe } from "../../../pipes/translate.pipe";
10
- export declare const MatDatePickerImports: (typeof MatDatepickerInput | typeof MatDatepickerToggle | typeof MatDatepickerModule)[];
11
- export declare const MatFormImports: (typeof MatInput | typeof MatFormFieldModule | typeof MatFormField)[];
12
- export declare const Shareds: (typeof NgClass | typeof ReactiveFormsModule | typeof TranslatePipe | typeof FormLabelComponent | typeof ValidationErrorsComponent | typeof InfoItemComponent)[];
10
+ export declare const MatDatePickerImports: (typeof MatDatepickerToggle | typeof MatDatepickerInput | typeof MatDatepickerModule)[];
11
+ export declare const MatFormImports: (typeof MatFormFieldModule | typeof MatFormField | typeof MatInput)[];
12
+ export declare const Shareds: (typeof ReactiveFormsModule | typeof TranslatePipe | typeof FormLabelComponent | typeof NgClass | typeof ValidationErrorsComponent | typeof InfoItemComponent)[];
@@ -9,7 +9,7 @@ export declare class TableListComponent extends BaseComponent {
9
9
  actions: any;
10
10
  totalRecords: number;
11
11
  className: string;
12
- dataSource: MatTableDataSource<any, import("@angular/material/paginator").MatPaginator>;
12
+ dataSource: MatTableDataSource<any, import("@angular/material/paginator.d-rLYZCvFf").M>;
13
13
  pageChanged: EventEmitter<any>;
14
14
  buttonAction: EventEmitter<any>;
15
15
  emitDataRow: EventEmitter<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpm-core",
3
- "version": "0.0.130",
3
+ "version": "0.0.132",
4
4
  "bin": {
5
5
  "bpm-core": "./cli/index.js"
6
6
  },
@@ -16,7 +16,8 @@
16
16
  "prettier": "^3.6.2",
17
17
  "change-case": "^5.4.4",
18
18
  "ejs": "^3.1.10",
19
- "commander": "^13.0.0"
19
+ "commander": "^13.0.0",
20
+ "chalk": "^4.1.0"
20
21
  },
21
22
  "sideEffects": false,
22
23
  "module": "fesm2022/bpm-core.mjs",
@@ -1335,205 +1335,6 @@ div.mat-mdc-select-panel {
1335
1335
  overflow: auto !important;
1336
1336
  }
1337
1337
 
1338
- full-calendar.fc .fc-scroller-liquid-absolute,
1339
- full-calendar.fc .fc-scroller {
1340
- overflow: auto !important;
1341
- }
1342
-
1343
- full-calendar.fc {
1344
- --fc-padding: 12px;
1345
- --fc-header-bc: var(--light-gray);
1346
- --fc-border-color: #dee0e2;
1347
- --fc-day-size: 30px;
1348
- --fc-day-fs: 14px;
1349
- --fc-toolbar-button-size: 33px;
1350
- --fc-toolbar-button-radius: 0;
1351
- --fc-toolbar-button-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.03);
1352
- --fc-toolbar-fs: 16px;
1353
- --fc-toolbar-fw: var(--font-medium);
1354
- --fc-highlight-color: transparent;
1355
- //--fc-daygrid-event-dot-width: 9px;
1356
- --fc-event-height: auto;
1357
- --fc-toolbar-button-bc: var(--light-gray);
1358
- --fc-toolbar-button-radius: 100%;
1359
- --fc-toolbar-button-size: 30px;
1360
- --fc-toolbar-button-shadow: none;
1361
- --fc-border: 1px var(--gray);
1362
- --fc-shadow: none;
1363
- --fc-event-text-color: var(--black);
1364
-
1365
- .fc-view table {
1366
- .fc-col-header {
1367
- --fc-header-fc: #00;
1368
- --fc-header-fs: 12px;
1369
- --fc-header-fw: 400;
1370
- border: 1px solid;
1371
-
1372
- th {
1373
- // text-align: center;
1374
- // border-right: 0px;
1375
- // border-left: 0px;
1376
- a {
1377
- color: var(--dark-gray);
1378
- font-size: 14px;
1379
- font-weight: 500;
1380
- }
1381
- }
1382
- }
1383
-
1384
- tbody .fc-scroller-harness {
1385
- td {
1386
- height: 122px;
1387
-
1388
- &.fc-day-other {
1389
- // background: var(--light-gray) !important;
1390
- }
1391
-
1392
- .fc-daygrid-day-frame {
1393
- // background-color: initial;
1394
- }
1395
-
1396
- &:hover {
1397
- .fc-daygrid-event-harness {
1398
- // display: none;
1399
- }
1400
-
1401
- .fc-daygrid-day-bottom:empty {
1402
- // background-image: url(../images/plus.svg);
1403
- display: block;
1404
- width: 100%;
1405
- height: 100%;
1406
- background-position: center center;
1407
- background-repeat: no-repeat;
1408
- cursor: pointer;
1409
- position: absolute;
1410
- z-index: 140;
1411
- top: 0;
1412
- }
1413
- }
1414
-
1415
- .fc-daygrid-event-harness {
1416
- width: 100%;
1417
- display: flex;
1418
- justify-content: end;
1419
- // background: white;
1420
- height: 100%;
1421
- z-index: 20;
1422
- align-items: start;
1423
- }
1424
-
1425
- .fc-daygrid-day-events {
1426
- position: initial;
1427
- height: 100%;
1428
- }
1429
-
1430
- .fc-daygrid-day-frame {
1431
- height: 100%;
1432
- }
1433
-
1434
- .fc-event {
1435
- padding: 8px 12px;
1436
- border-radius: 4px;
1437
- margin: 0;
1438
- gap: 8px;
1439
- // width: 100%;
1440
- text-align: center;
1441
- cursor: pointer;
1442
- overflow: hidden;
1443
- text-overflow: ellipsis;
1444
- white-space: nowrap;
1445
-
1446
- .fc-event-time {
1447
- display: none;
1448
- }
1449
-
1450
- .fc-event-title {
1451
- font-weight: 400;
1452
- font-size: 12px;
1453
- }
1454
-
1455
- .fc-daygrid-event-dot {
1456
- margin: 0 !important;
1457
- }
1458
-
1459
- &.created {
1460
- background: #007bff;
1461
- }
1462
-
1463
- &.submit {
1464
- background: #868e96;
1465
- }
1466
-
1467
- &.progress {
1468
- background: #ffc107;
1469
- }
1470
-
1471
- &.executed {
1472
- background: #dc3545;
1473
- }
1474
-
1475
- &.closed {
1476
- background: #28a745;
1477
- }
1478
-
1479
- &.type {
1480
- margin-bottom: 8px;
1481
- padding: 0;
1482
- display: flex;
1483
- align-items: center;
1484
- justify-content: center;
1485
- width: 30px !important;
1486
- height: 30px;
1487
-
1488
- .fc-event-title-container {
1489
- .fc-event-title {
1490
- margin-bottom: 0;
1491
- font-size: 14px;
1492
- line-height: 14px;
1493
- }
1494
-
1495
- &::after {
1496
- display: none;
1497
- }
1498
- }
1499
- }
1500
- }
1501
-
1502
- .fc-daygrid-day-bottom {
1503
- color: var(--coral);
1504
- justify-content: end;
1505
- display: flex;
1506
-
1507
- a {
1508
- padding: 5px;
1509
- }
1510
- }
1511
- }
1512
- }
1513
- }
1514
-
1515
- .fc-daygrid-body {
1516
- border-right: 1px solid rgb(222, 224, 226);
1517
- border-left: 1px solid rgb(222, 224, 226);
1518
- }
1519
-
1520
- .fc-toolbar.fc-header-toolbar {
1521
- margin-bottom: 20px;
1522
-
1523
- .fc-toolbar-chunk {
1524
- gap: 35px;
1525
-
1526
- .fc-toolbar-title {
1527
- min-width: auto;
1528
- }
1529
-
1530
- .fc-prev-button,
1531
- .fc-next-button {
1532
- }
1533
- }
1534
- }
1535
- }
1536
-
1537
1338
  .fc-theme-standard .fc-popover {
1538
1339
  border-radius: 5px;
1539
1340
 
@@ -1574,12 +1375,6 @@ full-calendar.fc {
1574
1375
  line-height: 1;
1575
1376
  }
1576
1377
 
1577
- full-calendar.fc .fc-view table {
1578
- // border-left-width: 1px;
1579
- // border-top-width: 1px;
1580
- // border-radius: 8px;
1581
- }
1582
-
1583
1378
  .CustomType {
1584
1379
  margin-bottom: 8px !important;
1585
1380
  // padding: 12px !important;
@@ -14,8 +14,6 @@
14
14
 
15
15
  @use "./upgrade";
16
16
 
17
- @use "./charts";
18
-
19
17
  // components
20
18
  @use "./components/fields";
21
19
  @use "./components/table";
@@ -1,190 +0,0 @@
1
- .highcharts-text-outline {
2
- stroke: none;
3
- }
4
- .highcharts-credits {
5
- display: none !important;
6
- fill: transparent !important;
7
- }
8
-
9
- .highcharts-label.highcharts-tooltip,
10
- .highcharts-label.highcharts-tracker {
11
- border: 0 !important;
12
- background: none !important;
13
- padding: 0 !important;
14
- path {
15
- fill: #fff;
16
- stroke: none;
17
- }
18
- //.tooltip-chart {
19
- // min-height: 25px;
20
- //}
21
- > span {
22
- background-color: var(--white);
23
- padding: 10px 5px !important;
24
- color: var(--black) !important;
25
- border: 0;
26
- box-shadow: 0 2px 17px rgba(0, 0, 0, 0.07);
27
- font-size: 12px;
28
- font-weight: bold;
29
- text-align: start;
30
- display: flex;
31
- flex-direction: column;
32
- gap: 0.3rem;
33
- }
34
- &.face {
35
- span {
36
- background-color: transparent;
37
- box-shadow: none !important;
38
- padding: 0 !important;
39
- span {
40
- width: 20px;
41
- height: 20px;
42
- display: block;
43
- background-size: cover;
44
- margin: -4px;
45
- &.Extremely {
46
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHISURBVHgBpVaLcYMwDBWdgA3KCOkGdIJmg9AJygahEySdgIzQDegGZAPSCcgGqmSeD2MM5lLdvcPI+kvGEK0QM6eCo6ARdDxSD14pyNZsJAuGM3nUghysK/CL92fBDlC6CD6TJLlRjMT4ByJUVJrFimwmODvyRcz4ESVoYqkHHDXQPdJK5EoXepBUFzbKUASmcfRPQib9pALyUvtMt/7yPAhyZy9XHtY6aafFYMFgT2gPXuuUrnX2W1sKZ733gmMTIISYvabqRPBILTvThKhbZ7/wdFMbwJO8vwmugRlm2k4TWbF1p+HcvBHqVXsRuCUqN5Yo92zoRHWEzWoW0nCAbJOLQJMLpxzngL7pw6KDgIIa2sF4ukHeONAe3Gj4tiwJmlMqy16gZTJrHkY7W/Ghe/cEyqk05iVgfAeDSl80NE4bqCOpw6GZvIruNaDbGll2Z3YeeQdkFM6sw5CEdM0QuDNbeUI1B87HgiFf9zTR5cD3A+P3TRGCbuc5nY4+Bz52UCw2OCgCev0scx4PVE0PklPWcknANrzhxy+cKiZc8ngFniJNtj8FVn4W+dqlXwkOYMUu/R/B+6ZL33eEjGzjLHXgrf4UKP0BaG0VvCh0kVkAAAAASUVORK5CYII=');
47
- }
48
-
49
- &.Unsatisfied,
50
- &.Somewhat {
51
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGzSURBVHgBrVaBUcMwDFQ4BmADPEI3IBswQsMEZIOECdoN2g0oE6RM0G6QMkFgAiEnn8ZJZbuE6u6vsSzLkvyWSxQQZn4QFIJKUPMgDXS5wIR8JB7HRn42ghSqI/CF8aNgAVjZCt6SJDlRTMT5KyK0KG0WAVsjWDv2Wcx5gRJUsdSVjSqsLSgQuZUtzRS7Fj5yLYI2cvqnIJNmVAEZbC6UdGZRGnC2UNaYnmWuwspKMazVlGl0XvWUCCAHt3pwmZVIFjxIpWzw7syndJl5FxhqdiC9BCUcGWWuZ07uWXtoA0OKG7qxgFH1vXwbGm6ozziVn2fY2nrbW/0hN3cfWHYSLO8o7Nig/hYZNiB8V8jeUMRJo5XIYVHbAhSmZJirPWdkS9R4DxkLgxFecH48dz7kgbPDZApdRhFxaJ5ONj7TtHdWOgZth6QrBJy3Wawd3Yrdu8WT/oHx1X0J5dg50Y/PNVTLvwprzQ4TGdKafem4a5pd7T0G/YFXPP/BKWPGOQ9PYBGhaf+nwPtkhh79UrCEak9de/jBePro2/kX7dFXN5hslAme4Ky/K9/Y8FOwE8dHn49f1sCxG+f9GloAAAAASUVORK5CYII=');
52
- }
53
- &.Neutral,
54
- &.Neither {
55
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF5SURBVHgBtVaLUYNAEF0yFmAHXgfSgXRirECsAKwAO4AOHCtAK0g6ACuIHay78JBPlkORvJk3hL27/Vz2A5EHzHwtTISlsOIeJ8hiofPpCGYUO3nkwgiiI/iJ9xthCCoK4XMQBDUtQZQ/wkNlqlF49jrhy2D/fkl5gisol0I3DJU4m5DHc0VBK6FnoSO2PGg8p38CkZxGNyAv+ZmQfrIo8igLjTOuy7KhQJEZGyszZBr9X9U0EZAc3MiRy2x4EnKP0jDwOliP6Dzy1jHc2YHsK0ihyBlrXebEM2cPjWMIMaeNgYyqdvLbUV+hW6JW3Tu6MNTAF7W9ZWs41X1FbRMLp6uaRfLIfqnsSRrdcSK7Vd0awYcaYE9T+yuQdergm75EyNmUNoIW7ai2zP6xXnnXKnJLeJlmh4U9wlpddGiaPFfdwyZV8vqBky5tjrkfgZnPEPcfBbMj0zf0U+E9REtD/134YA1908DE0F54R21lOizVoNZQ4fua+Aaqdw1YEkbPIQAAAABJRU5ErkJggg==');
56
- }
57
- &.Satisfied,
58
- &.Easy {
59
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGuSURBVHgBrVaLccIwDFU6ARs0GzQbNCN0g9IJmg2STkA3CBvABqYTwAahE0AncCV4xsGRnRzw7t61yLJ+lhwTJWCtnTFrpmF21uMAWcXMaQRZxHjOf1pmCdEO/MXvZ2YBCpbMryzL9jQF7OATkQobySahmzO/e/rVFAc1ymGmlCFwZrC3ppEMBEu6EbIXNqpYJKfDpDuBjA6DSrCg1RbQXWXCYKHsGQYMoWChKHex9Hvn14XNgYaxFzl63SoRFdbDKE5WvfWShhXwwaGGW9LL0cBYrqy5jqoie7eX4JBuSw8GOq2T/5+YOflJfiT2sH1yokUhJVrRREA/Wg1xcqTzXdSHZFbSdIjuXyCbwfbJiVx8RaCwFiWbmBEH1pnD4CZYeoFtpaf9ZoOmyBMO3Cx1ivyqhUsIGkXxACNvioMSa9pNUQ9mz0buG3s99Z074EAW29NSJGr1gpS6u6HtOZtHdM0gi8CQtXcMJrL0ZxFRck1g7O0frWbKhsr6z+lipLvcQyP5+U09JBrmO0QbOve8G7jwISHrH7GHhOokcDZnvsKgm6UjnP4w12x8l7LzD4r6mwLzmidGAAAAAElFTkSuQmCC');
60
- }
61
- &.Extremely.satisfied,
62
- &.Extremely.easy {
63
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGmSURBVHgBrVaBcYMwDBS5DtAN6hGyQdmgIzSdoGwAnSBsABvkOgHtBOkG0AnoBqoMT2yIbHJJ/u4vQZZlWX5kiCJg5kdhLmyELTv0sGVCE4uRBAIb+amEKUw/4C+en4Rb0KIWfiRJ0tEaJPg7MrQs7C4ivkZYev67teA5StCsbV1ZqMHcnCKZW9R0JexcxMi0DIbM6UZgJ/2sAvJQnRnppKI0EmyrzDGTynyDxV5xbNUt0+y82qUQIA4e7NAyK5ls2aFRFjh44ymd73xMDDU7kl6CAoGMMjYpJwvMPQ6JYYsV3RlQVLuR/4bcG3pPdDb2hsIZtHw52lCcB+Efjb1lCasM238+KY4XGquwhBlihw4Z9p5WgJ1qKjsdstPs3CGFPY8Ez+GzW9iNL9MpUKEEmHpL7ksVOt9jrFTmTWNmVg7W9V56hzmUE76h4FOrqDSj2uzY9X27wAH/04CvnqytI7K6+qXjsWmOtQ84FF4pDF0Inl84xZpzxu4K3McWYvdRELwyY5d+IXyFae3S/xK+aZe+usBioZ3wmcY302CoA7+Fdexr4h9nx8iBLHGatAAAAABJRU5ErkJggg==');
64
- }
65
- }
66
- }
67
- }
68
- }
69
-
70
- .highcharts-container {
71
- overflow: visible !important;
72
- //width: 100% !important;
73
- margin: auto;
74
- display: flex;
75
- align-items: center;
76
- justify-content: start;
77
- text-align: center !important;
78
- flex-direction: column;
79
-
80
- .highcharts-root {
81
- //width: 100% !important;
82
- //height: 300px !important;
83
- }
84
-
85
- .title {
86
- font-size: 13px;
87
- fill: var(--dark-gray);
88
- }
89
- .number {
90
- font-size: 50px;
91
- fill: var(--black);
92
- }
93
- }
94
-
95
- .highcharts-legend {
96
- //position: static !important;
97
- top: auto !important;
98
- right: 0;
99
- left: auto !important;
100
- bottom: 0;
101
- width: 100%;
102
- * {
103
- position: static !important;
104
- unicode-bidi: plaintext;
105
- //direction: rtl;
106
- }
107
- > div {
108
- display: flex;
109
- align-items: center;
110
- justify-content: center;
111
- > div {
112
- display: flex;
113
- width: auto;
114
- justify-content: space-around;
115
- //flex-direction: column;
116
- //padding: 0 30px;
117
- gap: 0.75rem;
118
- flex-wrap: wrap;
119
- .highcharts-legend-item {
120
- &.highcharts-legend-item-hidden {
121
- opacity: 0.5 !important;
122
- text-decoration: line-through;
123
- }
124
- }
125
- @extend .legend-wrapper;
126
- }
127
- }
128
- }
129
-
130
- .highcharts-menu {
131
- border-radius: 4px !important;
132
- border: 1px solid var(--light-gray) !important;
133
- box-shadow: 0 7px 14px rgba(var(--rgb-black), 0.3) !important;
134
- li {
135
- height: 30px;
136
- font-size: 14px !important;
137
- color: var(--black) !important;
138
- &:hover {
139
- background-color: var(--light-gray) !important;
140
- }
141
- }
142
- }
143
-
144
- .legend-container {
145
- display: flex;
146
- width: auto;
147
- justify-content: space-around;
148
- gap: 0.75rem;
149
- flex-wrap: wrap;
150
- }
151
-
152
- .legend-wrapper {
153
- [dir='rtl'] & {
154
- direction: rtl;
155
- }
156
- display: flex;
157
-
158
- align-items: center;
159
- gap: 0.3rem;
160
- cursor: pointer;
161
- &.legend-item-invisible {
162
- opacity: 0.7;
163
- .label {
164
- text-decoration: line-through;
165
- }
166
- }
167
- .square {
168
- width: 9px;
169
- height: 9px;
170
- display: block;
171
- border-radius: 3px;
172
- }
173
- .circle {
174
- width: 10px;
175
- height: 10px;
176
- display: block;
177
- border-radius: 50%;
178
- }
179
- .label {
180
- color: var(--black);
181
- font-weight: var(--font-regular);
182
- font-size: 14px;
183
- flex-grow: 1;
184
- }
185
- }
186
-
187
- .highcharts-plot-line-label {
188
- box-shadow: var(--box-shadow);
189
- font-family: var(--font-family) !important;
190
- }