hrsass-components 2.2.3 → 2.2.4

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": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "description": "All components of hrsass",
5
5
  "main": "index.js",
6
6
  "directories": {
package/rollup.build.css CHANGED
@@ -1982912,136 +1982912,6 @@
1982912
1982912
  .hr-constant-code.hr-constant-code-read-only .ant-select-arrow {
1982913
1982913
  display: none;
1982914
1982914
  }
1982915
- .hr-org-chart,
1982916
- .hr-report-chart {
1982917
- height: 100%;
1982918
- }
1982919
- .hr-org-chart-spin,
1982920
- .hr-report-chart-spin {
1982921
- height: 100%;
1982922
- }
1982923
- .hr-org-chart-spin .ant-spin-container,
1982924
- .hr-report-chart-spin .ant-spin-container {
1982925
- height: 100%;
1982926
- }
1982927
- .hr-org-chart-svg,
1982928
- .hr-report-chart-svg {
1982929
- width: 100%;
1982930
- height: 100%;
1982931
- min-height: 500px;
1982932
- }
1982933
- .hr-org-chart-line,
1982934
- .hr-report-chart-line {
1982935
- stroke: rgba(0, 0, 0, 0.15);
1982936
- stroke-width: 1px;
1982937
- }
1982938
- .hr-org-chart-organization-card-container,
1982939
- .hr-report-chart-organization-card-container {
1982940
- fill: #fff;
1982941
- stroke: rgba(0, 0, 0, 0.15);
1982942
- stroke-width: 1px;
1982943
- }
1982944
- .hr-org-chart-organization-card-divider,
1982945
- .hr-report-chart-organization-card-divider {
1982946
- height: 4px;
1982947
- fill: #4285F4;
1982948
- }
1982949
- .hr-org-chart-organization-card-divider-department,
1982950
- .hr-report-chart-organization-card-divider-department {
1982951
- fill: #3FCF8E;
1982952
- }
1982953
- .hr-org-chart-organization-card-divider-virtual,
1982954
- .hr-report-chart-organization-card-divider-virtual {
1982955
- fill: #F6A4EB;
1982956
- }
1982957
- .hr-org-chart-organization-card-more,
1982958
- .hr-report-chart-organization-card-more {
1982959
- cursor: pointer;
1982960
- }
1982961
- .hr-org-chart-organization-card-line,
1982962
- .hr-report-chart-organization-card-line {
1982963
- stroke: rgba(0, 0, 0, 0.15);
1982964
- stroke-width: 1px;
1982965
- }
1982966
- .hr-org-chart-organization-card-title,
1982967
- .hr-report-chart-organization-card-title {
1982968
- fill: rgba(0, 0, 0, 0.85);
1982969
- font-size: 16px;
1982970
- }
1982971
- .hr-org-chart-organization-card-name,
1982972
- .hr-report-chart-organization-card-name {
1982973
- fill: rgba(0, 0, 0, 0.85);
1982974
- font-size: 14px;
1982975
- }
1982976
- .hr-org-chart-organization-card-code,
1982977
- .hr-report-chart-organization-card-code {
1982978
- font-size: 12px;
1982979
- fill: rgba(0, 0, 0, 0.45);
1982980
- }
1982981
- .hr-org-chart-organization-card-position,
1982982
- .hr-report-chart-organization-card-position {
1982983
- font-size: 12px;
1982984
- fill: rgba(0, 0, 0, 0.45);
1982985
- }
1982986
- .hr-org-chart-organization-card-none,
1982987
- .hr-report-chart-organization-card-none {
1982988
- font-size: 14px;
1982989
- fill: rgba(0, 0, 0, 0.65);
1982990
- }
1982991
- .hr-org-chart-organization-card-action,
1982992
- .hr-report-chart-organization-card-action {
1982993
- cursor: pointer;
1982994
- }
1982995
- .hr-org-chart-organization-card-text,
1982996
- .hr-report-chart-organization-card-text {
1982997
- fill: rgba(0, 0, 0, 0.65);
1982998
- font-size: 12px;
1982999
- }
1983000
- .hr-org-chart-card-container,
1983001
- .hr-report-chart-card-container {
1983002
- fill: #fff;
1983003
- stroke: rgba(0, 0, 0, 0.15);
1983004
- stroke-width: 1px;
1983005
- }
1983006
- .hr-org-chart-card-divider,
1983007
- .hr-report-chart-card-divider {
1983008
- height: 4px;
1983009
- fill: #ff9a7c;
1983010
- }
1983011
- .hr-org-chart-card-line,
1983012
- .hr-report-chart-card-line {
1983013
- stroke: rgba(0, 0, 0, 0.15);
1983014
- stroke-width: 1px;
1983015
- }
1983016
- .hr-org-chart-card-title,
1983017
- .hr-report-chart-card-title {
1983018
- fill: rgba(0, 0, 0, 0.85);
1983019
- font-size: 16px;
1983020
- }
1983021
- .hr-org-chart-card-name,
1983022
- .hr-report-chart-card-name {
1983023
- fill: rgba(0, 0, 0, 0.85);
1983024
- font-size: 16px;
1983025
- }
1983026
- .hr-org-chart-card-code,
1983027
- .hr-report-chart-card-code {
1983028
- font-size: 12px;
1983029
- fill: rgba(0, 0, 0, 0.45);
1983030
- }
1983031
- .hr-org-chart-card-position,
1983032
- .hr-report-chart-card-position {
1983033
- font-size: 12px;
1983034
- fill: rgba(0, 0, 0, 0.45);
1983035
- }
1983036
- .hr-org-chart-card-action,
1983037
- .hr-report-chart-card-action {
1983038
- cursor: pointer;
1983039
- }
1983040
- .hr-org-chart-card-text,
1983041
- .hr-report-chart-card-text {
1983042
- fill: rgba(0, 0, 0, 0.65);
1983043
- font-size: 12px;
1983044
- }
1983045
1982915
  .ant-table .ant-table-body {
1983046
1982916
  overflow-x: auto !important;
1983047
1982917
  }
@@ -1985512,6 +1985382,136 @@
1985512
1985382
  .hr-photograph-hidden {
1985513
1985383
  display: none;
1985514
1985384
  }
1985385
+ .hr-org-chart,
1985386
+ .hr-report-chart {
1985387
+ height: 100%;
1985388
+ }
1985389
+ .hr-org-chart-spin,
1985390
+ .hr-report-chart-spin {
1985391
+ height: 100%;
1985392
+ }
1985393
+ .hr-org-chart-spin .ant-spin-container,
1985394
+ .hr-report-chart-spin .ant-spin-container {
1985395
+ height: 100%;
1985396
+ }
1985397
+ .hr-org-chart-svg,
1985398
+ .hr-report-chart-svg {
1985399
+ width: 100%;
1985400
+ height: 100%;
1985401
+ min-height: 500px;
1985402
+ }
1985403
+ .hr-org-chart-line,
1985404
+ .hr-report-chart-line {
1985405
+ stroke: rgba(0, 0, 0, 0.15);
1985406
+ stroke-width: 1px;
1985407
+ }
1985408
+ .hr-org-chart-organization-card-container,
1985409
+ .hr-report-chart-organization-card-container {
1985410
+ fill: #fff;
1985411
+ stroke: rgba(0, 0, 0, 0.15);
1985412
+ stroke-width: 1px;
1985413
+ }
1985414
+ .hr-org-chart-organization-card-divider,
1985415
+ .hr-report-chart-organization-card-divider {
1985416
+ height: 4px;
1985417
+ fill: #4285F4;
1985418
+ }
1985419
+ .hr-org-chart-organization-card-divider-department,
1985420
+ .hr-report-chart-organization-card-divider-department {
1985421
+ fill: #3FCF8E;
1985422
+ }
1985423
+ .hr-org-chart-organization-card-divider-virtual,
1985424
+ .hr-report-chart-organization-card-divider-virtual {
1985425
+ fill: #F6A4EB;
1985426
+ }
1985427
+ .hr-org-chart-organization-card-more,
1985428
+ .hr-report-chart-organization-card-more {
1985429
+ cursor: pointer;
1985430
+ }
1985431
+ .hr-org-chart-organization-card-line,
1985432
+ .hr-report-chart-organization-card-line {
1985433
+ stroke: rgba(0, 0, 0, 0.15);
1985434
+ stroke-width: 1px;
1985435
+ }
1985436
+ .hr-org-chart-organization-card-title,
1985437
+ .hr-report-chart-organization-card-title {
1985438
+ fill: rgba(0, 0, 0, 0.85);
1985439
+ font-size: 16px;
1985440
+ }
1985441
+ .hr-org-chart-organization-card-name,
1985442
+ .hr-report-chart-organization-card-name {
1985443
+ fill: rgba(0, 0, 0, 0.85);
1985444
+ font-size: 14px;
1985445
+ }
1985446
+ .hr-org-chart-organization-card-code,
1985447
+ .hr-report-chart-organization-card-code {
1985448
+ font-size: 12px;
1985449
+ fill: rgba(0, 0, 0, 0.45);
1985450
+ }
1985451
+ .hr-org-chart-organization-card-position,
1985452
+ .hr-report-chart-organization-card-position {
1985453
+ font-size: 12px;
1985454
+ fill: rgba(0, 0, 0, 0.45);
1985455
+ }
1985456
+ .hr-org-chart-organization-card-none,
1985457
+ .hr-report-chart-organization-card-none {
1985458
+ font-size: 14px;
1985459
+ fill: rgba(0, 0, 0, 0.65);
1985460
+ }
1985461
+ .hr-org-chart-organization-card-action,
1985462
+ .hr-report-chart-organization-card-action {
1985463
+ cursor: pointer;
1985464
+ }
1985465
+ .hr-org-chart-organization-card-text,
1985466
+ .hr-report-chart-organization-card-text {
1985467
+ fill: rgba(0, 0, 0, 0.65);
1985468
+ font-size: 12px;
1985469
+ }
1985470
+ .hr-org-chart-card-container,
1985471
+ .hr-report-chart-card-container {
1985472
+ fill: #fff;
1985473
+ stroke: rgba(0, 0, 0, 0.15);
1985474
+ stroke-width: 1px;
1985475
+ }
1985476
+ .hr-org-chart-card-divider,
1985477
+ .hr-report-chart-card-divider {
1985478
+ height: 4px;
1985479
+ fill: #ff9a7c;
1985480
+ }
1985481
+ .hr-org-chart-card-line,
1985482
+ .hr-report-chart-card-line {
1985483
+ stroke: rgba(0, 0, 0, 0.15);
1985484
+ stroke-width: 1px;
1985485
+ }
1985486
+ .hr-org-chart-card-title,
1985487
+ .hr-report-chart-card-title {
1985488
+ fill: rgba(0, 0, 0, 0.85);
1985489
+ font-size: 16px;
1985490
+ }
1985491
+ .hr-org-chart-card-name,
1985492
+ .hr-report-chart-card-name {
1985493
+ fill: rgba(0, 0, 0, 0.85);
1985494
+ font-size: 16px;
1985495
+ }
1985496
+ .hr-org-chart-card-code,
1985497
+ .hr-report-chart-card-code {
1985498
+ font-size: 12px;
1985499
+ fill: rgba(0, 0, 0, 0.45);
1985500
+ }
1985501
+ .hr-org-chart-card-position,
1985502
+ .hr-report-chart-card-position {
1985503
+ font-size: 12px;
1985504
+ fill: rgba(0, 0, 0, 0.45);
1985505
+ }
1985506
+ .hr-org-chart-card-action,
1985507
+ .hr-report-chart-card-action {
1985508
+ cursor: pointer;
1985509
+ }
1985510
+ .hr-org-chart-card-text,
1985511
+ .hr-report-chart-card-text {
1985512
+ fill: rgba(0, 0, 0, 0.65);
1985513
+ font-size: 12px;
1985514
+ }
1985515
1985515
  .hr-constant-code {
1985516
1985516
  width: 100%;
1985517
1985517
  }