hrsass-components 2.3.8 → 2.3.9

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.3.8",
3
+ "version": "2.3.9",
4
4
  "description": "All components of hrsass",
5
5
  "main": "index.js",
6
6
  "directories": {
package/rollup.build.css CHANGED
@@ -1990775,6 +1990775,136 @@
1990775
1990775
  .hr-constant-code.hr-constant-code-read-only .ant-select-arrow {
1990776
1990776
  display: none;
1990777
1990777
  }
1990778
+ .hr-org-chart,
1990779
+ .hr-report-chart {
1990780
+ height: 100%;
1990781
+ }
1990782
+ .hr-org-chart-spin,
1990783
+ .hr-report-chart-spin {
1990784
+ height: 100%;
1990785
+ }
1990786
+ .hr-org-chart-spin .ant-spin-container,
1990787
+ .hr-report-chart-spin .ant-spin-container {
1990788
+ height: 100%;
1990789
+ }
1990790
+ .hr-org-chart-svg,
1990791
+ .hr-report-chart-svg {
1990792
+ width: 100%;
1990793
+ height: 100%;
1990794
+ min-height: 500px;
1990795
+ }
1990796
+ .hr-org-chart-line,
1990797
+ .hr-report-chart-line {
1990798
+ stroke: rgba(0, 0, 0, 0.15);
1990799
+ stroke-width: 1px;
1990800
+ }
1990801
+ .hr-org-chart-organization-card-container,
1990802
+ .hr-report-chart-organization-card-container {
1990803
+ fill: #fff;
1990804
+ stroke: rgba(0, 0, 0, 0.15);
1990805
+ stroke-width: 1px;
1990806
+ }
1990807
+ .hr-org-chart-organization-card-divider,
1990808
+ .hr-report-chart-organization-card-divider {
1990809
+ height: 4px;
1990810
+ fill: #4285F4;
1990811
+ }
1990812
+ .hr-org-chart-organization-card-divider-department,
1990813
+ .hr-report-chart-organization-card-divider-department {
1990814
+ fill: #3FCF8E;
1990815
+ }
1990816
+ .hr-org-chart-organization-card-divider-virtual,
1990817
+ .hr-report-chart-organization-card-divider-virtual {
1990818
+ fill: #F6A4EB;
1990819
+ }
1990820
+ .hr-org-chart-organization-card-more,
1990821
+ .hr-report-chart-organization-card-more {
1990822
+ cursor: pointer;
1990823
+ }
1990824
+ .hr-org-chart-organization-card-line,
1990825
+ .hr-report-chart-organization-card-line {
1990826
+ stroke: rgba(0, 0, 0, 0.15);
1990827
+ stroke-width: 1px;
1990828
+ }
1990829
+ .hr-org-chart-organization-card-title,
1990830
+ .hr-report-chart-organization-card-title {
1990831
+ fill: rgba(0, 0, 0, 0.85);
1990832
+ font-size: 16px;
1990833
+ }
1990834
+ .hr-org-chart-organization-card-name,
1990835
+ .hr-report-chart-organization-card-name {
1990836
+ fill: rgba(0, 0, 0, 0.85);
1990837
+ font-size: 14px;
1990838
+ }
1990839
+ .hr-org-chart-organization-card-code,
1990840
+ .hr-report-chart-organization-card-code {
1990841
+ font-size: 12px;
1990842
+ fill: rgba(0, 0, 0, 0.45);
1990843
+ }
1990844
+ .hr-org-chart-organization-card-position,
1990845
+ .hr-report-chart-organization-card-position {
1990846
+ font-size: 12px;
1990847
+ fill: rgba(0, 0, 0, 0.45);
1990848
+ }
1990849
+ .hr-org-chart-organization-card-none,
1990850
+ .hr-report-chart-organization-card-none {
1990851
+ font-size: 14px;
1990852
+ fill: rgba(0, 0, 0, 0.65);
1990853
+ }
1990854
+ .hr-org-chart-organization-card-action,
1990855
+ .hr-report-chart-organization-card-action {
1990856
+ cursor: pointer;
1990857
+ }
1990858
+ .hr-org-chart-organization-card-text,
1990859
+ .hr-report-chart-organization-card-text {
1990860
+ fill: rgba(0, 0, 0, 0.65);
1990861
+ font-size: 12px;
1990862
+ }
1990863
+ .hr-org-chart-card-container,
1990864
+ .hr-report-chart-card-container {
1990865
+ fill: #fff;
1990866
+ stroke: rgba(0, 0, 0, 0.15);
1990867
+ stroke-width: 1px;
1990868
+ }
1990869
+ .hr-org-chart-card-divider,
1990870
+ .hr-report-chart-card-divider {
1990871
+ height: 4px;
1990872
+ fill: #ff9a7c;
1990873
+ }
1990874
+ .hr-org-chart-card-line,
1990875
+ .hr-report-chart-card-line {
1990876
+ stroke: rgba(0, 0, 0, 0.15);
1990877
+ stroke-width: 1px;
1990878
+ }
1990879
+ .hr-org-chart-card-title,
1990880
+ .hr-report-chart-card-title {
1990881
+ fill: rgba(0, 0, 0, 0.85);
1990882
+ font-size: 16px;
1990883
+ }
1990884
+ .hr-org-chart-card-name,
1990885
+ .hr-report-chart-card-name {
1990886
+ fill: rgba(0, 0, 0, 0.85);
1990887
+ font-size: 16px;
1990888
+ }
1990889
+ .hr-org-chart-card-code,
1990890
+ .hr-report-chart-card-code {
1990891
+ font-size: 12px;
1990892
+ fill: rgba(0, 0, 0, 0.45);
1990893
+ }
1990894
+ .hr-org-chart-card-position,
1990895
+ .hr-report-chart-card-position {
1990896
+ font-size: 12px;
1990897
+ fill: rgba(0, 0, 0, 0.45);
1990898
+ }
1990899
+ .hr-org-chart-card-action,
1990900
+ .hr-report-chart-card-action {
1990901
+ cursor: pointer;
1990902
+ }
1990903
+ .hr-org-chart-card-text,
1990904
+ .hr-report-chart-card-text {
1990905
+ fill: rgba(0, 0, 0, 0.65);
1990906
+ font-size: 12px;
1990907
+ }
1990778
1990908
  .ant-table .ant-table-body {
1990779
1990909
  overflow-x: auto !important;
1990780
1990910
  }
@@ -1993248,136 +1993378,6 @@
1993248
1993378
  .hr-photograph-hidden {
1993249
1993379
  display: none;
1993250
1993380
  }
1993251
- .hr-org-chart,
1993252
- .hr-report-chart {
1993253
- height: 100%;
1993254
- }
1993255
- .hr-org-chart-spin,
1993256
- .hr-report-chart-spin {
1993257
- height: 100%;
1993258
- }
1993259
- .hr-org-chart-spin .ant-spin-container,
1993260
- .hr-report-chart-spin .ant-spin-container {
1993261
- height: 100%;
1993262
- }
1993263
- .hr-org-chart-svg,
1993264
- .hr-report-chart-svg {
1993265
- width: 100%;
1993266
- height: 100%;
1993267
- min-height: 500px;
1993268
- }
1993269
- .hr-org-chart-line,
1993270
- .hr-report-chart-line {
1993271
- stroke: rgba(0, 0, 0, 0.15);
1993272
- stroke-width: 1px;
1993273
- }
1993274
- .hr-org-chart-organization-card-container,
1993275
- .hr-report-chart-organization-card-container {
1993276
- fill: #fff;
1993277
- stroke: rgba(0, 0, 0, 0.15);
1993278
- stroke-width: 1px;
1993279
- }
1993280
- .hr-org-chart-organization-card-divider,
1993281
- .hr-report-chart-organization-card-divider {
1993282
- height: 4px;
1993283
- fill: #4285F4;
1993284
- }
1993285
- .hr-org-chart-organization-card-divider-department,
1993286
- .hr-report-chart-organization-card-divider-department {
1993287
- fill: #3FCF8E;
1993288
- }
1993289
- .hr-org-chart-organization-card-divider-virtual,
1993290
- .hr-report-chart-organization-card-divider-virtual {
1993291
- fill: #F6A4EB;
1993292
- }
1993293
- .hr-org-chart-organization-card-more,
1993294
- .hr-report-chart-organization-card-more {
1993295
- cursor: pointer;
1993296
- }
1993297
- .hr-org-chart-organization-card-line,
1993298
- .hr-report-chart-organization-card-line {
1993299
- stroke: rgba(0, 0, 0, 0.15);
1993300
- stroke-width: 1px;
1993301
- }
1993302
- .hr-org-chart-organization-card-title,
1993303
- .hr-report-chart-organization-card-title {
1993304
- fill: rgba(0, 0, 0, 0.85);
1993305
- font-size: 16px;
1993306
- }
1993307
- .hr-org-chart-organization-card-name,
1993308
- .hr-report-chart-organization-card-name {
1993309
- fill: rgba(0, 0, 0, 0.85);
1993310
- font-size: 14px;
1993311
- }
1993312
- .hr-org-chart-organization-card-code,
1993313
- .hr-report-chart-organization-card-code {
1993314
- font-size: 12px;
1993315
- fill: rgba(0, 0, 0, 0.45);
1993316
- }
1993317
- .hr-org-chart-organization-card-position,
1993318
- .hr-report-chart-organization-card-position {
1993319
- font-size: 12px;
1993320
- fill: rgba(0, 0, 0, 0.45);
1993321
- }
1993322
- .hr-org-chart-organization-card-none,
1993323
- .hr-report-chart-organization-card-none {
1993324
- font-size: 14px;
1993325
- fill: rgba(0, 0, 0, 0.65);
1993326
- }
1993327
- .hr-org-chart-organization-card-action,
1993328
- .hr-report-chart-organization-card-action {
1993329
- cursor: pointer;
1993330
- }
1993331
- .hr-org-chart-organization-card-text,
1993332
- .hr-report-chart-organization-card-text {
1993333
- fill: rgba(0, 0, 0, 0.65);
1993334
- font-size: 12px;
1993335
- }
1993336
- .hr-org-chart-card-container,
1993337
- .hr-report-chart-card-container {
1993338
- fill: #fff;
1993339
- stroke: rgba(0, 0, 0, 0.15);
1993340
- stroke-width: 1px;
1993341
- }
1993342
- .hr-org-chart-card-divider,
1993343
- .hr-report-chart-card-divider {
1993344
- height: 4px;
1993345
- fill: #ff9a7c;
1993346
- }
1993347
- .hr-org-chart-card-line,
1993348
- .hr-report-chart-card-line {
1993349
- stroke: rgba(0, 0, 0, 0.15);
1993350
- stroke-width: 1px;
1993351
- }
1993352
- .hr-org-chart-card-title,
1993353
- .hr-report-chart-card-title {
1993354
- fill: rgba(0, 0, 0, 0.85);
1993355
- font-size: 16px;
1993356
- }
1993357
- .hr-org-chart-card-name,
1993358
- .hr-report-chart-card-name {
1993359
- fill: rgba(0, 0, 0, 0.85);
1993360
- font-size: 16px;
1993361
- }
1993362
- .hr-org-chart-card-code,
1993363
- .hr-report-chart-card-code {
1993364
- font-size: 12px;
1993365
- fill: rgba(0, 0, 0, 0.45);
1993366
- }
1993367
- .hr-org-chart-card-position,
1993368
- .hr-report-chart-card-position {
1993369
- font-size: 12px;
1993370
- fill: rgba(0, 0, 0, 0.45);
1993371
- }
1993372
- .hr-org-chart-card-action,
1993373
- .hr-report-chart-card-action {
1993374
- cursor: pointer;
1993375
- }
1993376
- .hr-org-chart-card-text,
1993377
- .hr-report-chart-card-text {
1993378
- fill: rgba(0, 0, 0, 0.65);
1993379
- font-size: 12px;
1993380
- }
1993381
1993381
  .hr-constant-code {
1993382
1993382
  width: 100%;
1993383
1993383
  }