hrsass-components 1.7.72 → 1.7.73

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hrsass-components",
3
- "version": "1.7.72",
3
+ "version": "1.7.73",
4
4
  "description": "All components of hrsass",
5
5
  "main": "index.js",
6
6
  "directories": {
package/rollup.build.css CHANGED
@@ -1951436,6 +1951436,136 @@
1951436
1951436
  .hr-constant-code.hr-constant-code-read-only .ant-select-arrow {
1951437
1951437
  display: none;
1951438
1951438
  }
1951439
+ .hr-org-chart,
1951440
+ .hr-report-chart {
1951441
+ height: 100%;
1951442
+ }
1951443
+ .hr-org-chart-spin,
1951444
+ .hr-report-chart-spin {
1951445
+ height: 100%;
1951446
+ }
1951447
+ .hr-org-chart-spin .ant-spin-container,
1951448
+ .hr-report-chart-spin .ant-spin-container {
1951449
+ height: 100%;
1951450
+ }
1951451
+ .hr-org-chart-svg,
1951452
+ .hr-report-chart-svg {
1951453
+ width: 100%;
1951454
+ height: 100%;
1951455
+ min-height: 500px;
1951456
+ }
1951457
+ .hr-org-chart-line,
1951458
+ .hr-report-chart-line {
1951459
+ stroke: rgba(0, 0, 0, 0.15);
1951460
+ stroke-width: 1px;
1951461
+ }
1951462
+ .hr-org-chart-organization-card-container,
1951463
+ .hr-report-chart-organization-card-container {
1951464
+ fill: #fff;
1951465
+ stroke: rgba(0, 0, 0, 0.15);
1951466
+ stroke-width: 1px;
1951467
+ }
1951468
+ .hr-org-chart-organization-card-divider,
1951469
+ .hr-report-chart-organization-card-divider {
1951470
+ height: 4px;
1951471
+ fill: #4285F4;
1951472
+ }
1951473
+ .hr-org-chart-organization-card-divider-department,
1951474
+ .hr-report-chart-organization-card-divider-department {
1951475
+ fill: #3FCF8E;
1951476
+ }
1951477
+ .hr-org-chart-organization-card-divider-virtual,
1951478
+ .hr-report-chart-organization-card-divider-virtual {
1951479
+ fill: #F6A4EB;
1951480
+ }
1951481
+ .hr-org-chart-organization-card-more,
1951482
+ .hr-report-chart-organization-card-more {
1951483
+ cursor: pointer;
1951484
+ }
1951485
+ .hr-org-chart-organization-card-line,
1951486
+ .hr-report-chart-organization-card-line {
1951487
+ stroke: rgba(0, 0, 0, 0.15);
1951488
+ stroke-width: 1px;
1951489
+ }
1951490
+ .hr-org-chart-organization-card-title,
1951491
+ .hr-report-chart-organization-card-title {
1951492
+ fill: rgba(0, 0, 0, 0.85);
1951493
+ font-size: 16px;
1951494
+ }
1951495
+ .hr-org-chart-organization-card-name,
1951496
+ .hr-report-chart-organization-card-name {
1951497
+ fill: rgba(0, 0, 0, 0.85);
1951498
+ font-size: 14px;
1951499
+ }
1951500
+ .hr-org-chart-organization-card-code,
1951501
+ .hr-report-chart-organization-card-code {
1951502
+ font-size: 12px;
1951503
+ fill: rgba(0, 0, 0, 0.45);
1951504
+ }
1951505
+ .hr-org-chart-organization-card-position,
1951506
+ .hr-report-chart-organization-card-position {
1951507
+ font-size: 12px;
1951508
+ fill: rgba(0, 0, 0, 0.45);
1951509
+ }
1951510
+ .hr-org-chart-organization-card-none,
1951511
+ .hr-report-chart-organization-card-none {
1951512
+ font-size: 14px;
1951513
+ fill: rgba(0, 0, 0, 0.65);
1951514
+ }
1951515
+ .hr-org-chart-organization-card-action,
1951516
+ .hr-report-chart-organization-card-action {
1951517
+ cursor: pointer;
1951518
+ }
1951519
+ .hr-org-chart-organization-card-text,
1951520
+ .hr-report-chart-organization-card-text {
1951521
+ fill: rgba(0, 0, 0, 0.65);
1951522
+ font-size: 12px;
1951523
+ }
1951524
+ .hr-org-chart-card-container,
1951525
+ .hr-report-chart-card-container {
1951526
+ fill: #fff;
1951527
+ stroke: rgba(0, 0, 0, 0.15);
1951528
+ stroke-width: 1px;
1951529
+ }
1951530
+ .hr-org-chart-card-divider,
1951531
+ .hr-report-chart-card-divider {
1951532
+ height: 4px;
1951533
+ fill: #ff9a7c;
1951534
+ }
1951535
+ .hr-org-chart-card-line,
1951536
+ .hr-report-chart-card-line {
1951537
+ stroke: rgba(0, 0, 0, 0.15);
1951538
+ stroke-width: 1px;
1951539
+ }
1951540
+ .hr-org-chart-card-title,
1951541
+ .hr-report-chart-card-title {
1951542
+ fill: rgba(0, 0, 0, 0.85);
1951543
+ font-size: 16px;
1951544
+ }
1951545
+ .hr-org-chart-card-name,
1951546
+ .hr-report-chart-card-name {
1951547
+ fill: rgba(0, 0, 0, 0.85);
1951548
+ font-size: 16px;
1951549
+ }
1951550
+ .hr-org-chart-card-code,
1951551
+ .hr-report-chart-card-code {
1951552
+ font-size: 12px;
1951553
+ fill: rgba(0, 0, 0, 0.45);
1951554
+ }
1951555
+ .hr-org-chart-card-position,
1951556
+ .hr-report-chart-card-position {
1951557
+ font-size: 12px;
1951558
+ fill: rgba(0, 0, 0, 0.45);
1951559
+ }
1951560
+ .hr-org-chart-card-action,
1951561
+ .hr-report-chart-card-action {
1951562
+ cursor: pointer;
1951563
+ }
1951564
+ .hr-org-chart-card-text,
1951565
+ .hr-report-chart-card-text {
1951566
+ fill: rgba(0, 0, 0, 0.65);
1951567
+ font-size: 12px;
1951568
+ }
1951439
1951569
  .ant-table .ant-table-body {
1951440
1951570
  overflow-x: auto !important;
1951441
1951571
  }
@@ -1953904,136 +1954034,6 @@
1953904
1954034
  .hr-photograph-hidden {
1953905
1954035
  display: none;
1953906
1954036
  }
1953907
- .hr-org-chart,
1953908
- .hr-report-chart {
1953909
- height: 100%;
1953910
- }
1953911
- .hr-org-chart-spin,
1953912
- .hr-report-chart-spin {
1953913
- height: 100%;
1953914
- }
1953915
- .hr-org-chart-spin .ant-spin-container,
1953916
- .hr-report-chart-spin .ant-spin-container {
1953917
- height: 100%;
1953918
- }
1953919
- .hr-org-chart-svg,
1953920
- .hr-report-chart-svg {
1953921
- width: 100%;
1953922
- height: 100%;
1953923
- min-height: 500px;
1953924
- }
1953925
- .hr-org-chart-line,
1953926
- .hr-report-chart-line {
1953927
- stroke: rgba(0, 0, 0, 0.15);
1953928
- stroke-width: 1px;
1953929
- }
1953930
- .hr-org-chart-organization-card-container,
1953931
- .hr-report-chart-organization-card-container {
1953932
- fill: #fff;
1953933
- stroke: rgba(0, 0, 0, 0.15);
1953934
- stroke-width: 1px;
1953935
- }
1953936
- .hr-org-chart-organization-card-divider,
1953937
- .hr-report-chart-organization-card-divider {
1953938
- height: 4px;
1953939
- fill: #4285F4;
1953940
- }
1953941
- .hr-org-chart-organization-card-divider-department,
1953942
- .hr-report-chart-organization-card-divider-department {
1953943
- fill: #3FCF8E;
1953944
- }
1953945
- .hr-org-chart-organization-card-divider-virtual,
1953946
- .hr-report-chart-organization-card-divider-virtual {
1953947
- fill: #F6A4EB;
1953948
- }
1953949
- .hr-org-chart-organization-card-more,
1953950
- .hr-report-chart-organization-card-more {
1953951
- cursor: pointer;
1953952
- }
1953953
- .hr-org-chart-organization-card-line,
1953954
- .hr-report-chart-organization-card-line {
1953955
- stroke: rgba(0, 0, 0, 0.15);
1953956
- stroke-width: 1px;
1953957
- }
1953958
- .hr-org-chart-organization-card-title,
1953959
- .hr-report-chart-organization-card-title {
1953960
- fill: rgba(0, 0, 0, 0.85);
1953961
- font-size: 16px;
1953962
- }
1953963
- .hr-org-chart-organization-card-name,
1953964
- .hr-report-chart-organization-card-name {
1953965
- fill: rgba(0, 0, 0, 0.85);
1953966
- font-size: 14px;
1953967
- }
1953968
- .hr-org-chart-organization-card-code,
1953969
- .hr-report-chart-organization-card-code {
1953970
- font-size: 12px;
1953971
- fill: rgba(0, 0, 0, 0.45);
1953972
- }
1953973
- .hr-org-chart-organization-card-position,
1953974
- .hr-report-chart-organization-card-position {
1953975
- font-size: 12px;
1953976
- fill: rgba(0, 0, 0, 0.45);
1953977
- }
1953978
- .hr-org-chart-organization-card-none,
1953979
- .hr-report-chart-organization-card-none {
1953980
- font-size: 14px;
1953981
- fill: rgba(0, 0, 0, 0.65);
1953982
- }
1953983
- .hr-org-chart-organization-card-action,
1953984
- .hr-report-chart-organization-card-action {
1953985
- cursor: pointer;
1953986
- }
1953987
- .hr-org-chart-organization-card-text,
1953988
- .hr-report-chart-organization-card-text {
1953989
- fill: rgba(0, 0, 0, 0.65);
1953990
- font-size: 12px;
1953991
- }
1953992
- .hr-org-chart-card-container,
1953993
- .hr-report-chart-card-container {
1953994
- fill: #fff;
1953995
- stroke: rgba(0, 0, 0, 0.15);
1953996
- stroke-width: 1px;
1953997
- }
1953998
- .hr-org-chart-card-divider,
1953999
- .hr-report-chart-card-divider {
1954000
- height: 4px;
1954001
- fill: #ff9a7c;
1954002
- }
1954003
- .hr-org-chart-card-line,
1954004
- .hr-report-chart-card-line {
1954005
- stroke: rgba(0, 0, 0, 0.15);
1954006
- stroke-width: 1px;
1954007
- }
1954008
- .hr-org-chart-card-title,
1954009
- .hr-report-chart-card-title {
1954010
- fill: rgba(0, 0, 0, 0.85);
1954011
- font-size: 16px;
1954012
- }
1954013
- .hr-org-chart-card-name,
1954014
- .hr-report-chart-card-name {
1954015
- fill: rgba(0, 0, 0, 0.85);
1954016
- font-size: 16px;
1954017
- }
1954018
- .hr-org-chart-card-code,
1954019
- .hr-report-chart-card-code {
1954020
- font-size: 12px;
1954021
- fill: rgba(0, 0, 0, 0.45);
1954022
- }
1954023
- .hr-org-chart-card-position,
1954024
- .hr-report-chart-card-position {
1954025
- font-size: 12px;
1954026
- fill: rgba(0, 0, 0, 0.45);
1954027
- }
1954028
- .hr-org-chart-card-action,
1954029
- .hr-report-chart-card-action {
1954030
- cursor: pointer;
1954031
- }
1954032
- .hr-org-chart-card-text,
1954033
- .hr-report-chart-card-text {
1954034
- fill: rgba(0, 0, 0, 0.65);
1954035
- font-size: 12px;
1954036
- }
1954037
1954037
  .hr-constant-code {
1954038
1954038
  width: 100%;
1954039
1954039
  }