hrsass-components 2.0.9 → 2.1.1
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/lib/hrsass-components.js +19 -12
- package/lib/hrsass-components.min.js +1 -1
- package/package.json +1 -1
- package/rollup.build.css +130 -130
package/package.json
CHANGED
package/rollup.build.css
CHANGED
|
@@ -1954065,6 +1954065,136 @@
|
|
|
1954065
1954065
|
.hr-constant-code.hr-constant-code-read-only .ant-select-arrow {
|
|
1954066
1954066
|
display: none;
|
|
1954067
1954067
|
}
|
|
1954068
|
+
.hr-org-chart,
|
|
1954069
|
+
.hr-report-chart {
|
|
1954070
|
+
height: 100%;
|
|
1954071
|
+
}
|
|
1954072
|
+
.hr-org-chart-spin,
|
|
1954073
|
+
.hr-report-chart-spin {
|
|
1954074
|
+
height: 100%;
|
|
1954075
|
+
}
|
|
1954076
|
+
.hr-org-chart-spin .ant-spin-container,
|
|
1954077
|
+
.hr-report-chart-spin .ant-spin-container {
|
|
1954078
|
+
height: 100%;
|
|
1954079
|
+
}
|
|
1954080
|
+
.hr-org-chart-svg,
|
|
1954081
|
+
.hr-report-chart-svg {
|
|
1954082
|
+
width: 100%;
|
|
1954083
|
+
height: 100%;
|
|
1954084
|
+
min-height: 500px;
|
|
1954085
|
+
}
|
|
1954086
|
+
.hr-org-chart-line,
|
|
1954087
|
+
.hr-report-chart-line {
|
|
1954088
|
+
stroke: rgba(0, 0, 0, 0.15);
|
|
1954089
|
+
stroke-width: 1px;
|
|
1954090
|
+
}
|
|
1954091
|
+
.hr-org-chart-organization-card-container,
|
|
1954092
|
+
.hr-report-chart-organization-card-container {
|
|
1954093
|
+
fill: #fff;
|
|
1954094
|
+
stroke: rgba(0, 0, 0, 0.15);
|
|
1954095
|
+
stroke-width: 1px;
|
|
1954096
|
+
}
|
|
1954097
|
+
.hr-org-chart-organization-card-divider,
|
|
1954098
|
+
.hr-report-chart-organization-card-divider {
|
|
1954099
|
+
height: 4px;
|
|
1954100
|
+
fill: #4285F4;
|
|
1954101
|
+
}
|
|
1954102
|
+
.hr-org-chart-organization-card-divider-department,
|
|
1954103
|
+
.hr-report-chart-organization-card-divider-department {
|
|
1954104
|
+
fill: #3FCF8E;
|
|
1954105
|
+
}
|
|
1954106
|
+
.hr-org-chart-organization-card-divider-virtual,
|
|
1954107
|
+
.hr-report-chart-organization-card-divider-virtual {
|
|
1954108
|
+
fill: #F6A4EB;
|
|
1954109
|
+
}
|
|
1954110
|
+
.hr-org-chart-organization-card-more,
|
|
1954111
|
+
.hr-report-chart-organization-card-more {
|
|
1954112
|
+
cursor: pointer;
|
|
1954113
|
+
}
|
|
1954114
|
+
.hr-org-chart-organization-card-line,
|
|
1954115
|
+
.hr-report-chart-organization-card-line {
|
|
1954116
|
+
stroke: rgba(0, 0, 0, 0.15);
|
|
1954117
|
+
stroke-width: 1px;
|
|
1954118
|
+
}
|
|
1954119
|
+
.hr-org-chart-organization-card-title,
|
|
1954120
|
+
.hr-report-chart-organization-card-title {
|
|
1954121
|
+
fill: rgba(0, 0, 0, 0.85);
|
|
1954122
|
+
font-size: 16px;
|
|
1954123
|
+
}
|
|
1954124
|
+
.hr-org-chart-organization-card-name,
|
|
1954125
|
+
.hr-report-chart-organization-card-name {
|
|
1954126
|
+
fill: rgba(0, 0, 0, 0.85);
|
|
1954127
|
+
font-size: 14px;
|
|
1954128
|
+
}
|
|
1954129
|
+
.hr-org-chart-organization-card-code,
|
|
1954130
|
+
.hr-report-chart-organization-card-code {
|
|
1954131
|
+
font-size: 12px;
|
|
1954132
|
+
fill: rgba(0, 0, 0, 0.45);
|
|
1954133
|
+
}
|
|
1954134
|
+
.hr-org-chart-organization-card-position,
|
|
1954135
|
+
.hr-report-chart-organization-card-position {
|
|
1954136
|
+
font-size: 12px;
|
|
1954137
|
+
fill: rgba(0, 0, 0, 0.45);
|
|
1954138
|
+
}
|
|
1954139
|
+
.hr-org-chart-organization-card-none,
|
|
1954140
|
+
.hr-report-chart-organization-card-none {
|
|
1954141
|
+
font-size: 14px;
|
|
1954142
|
+
fill: rgba(0, 0, 0, 0.65);
|
|
1954143
|
+
}
|
|
1954144
|
+
.hr-org-chart-organization-card-action,
|
|
1954145
|
+
.hr-report-chart-organization-card-action {
|
|
1954146
|
+
cursor: pointer;
|
|
1954147
|
+
}
|
|
1954148
|
+
.hr-org-chart-organization-card-text,
|
|
1954149
|
+
.hr-report-chart-organization-card-text {
|
|
1954150
|
+
fill: rgba(0, 0, 0, 0.65);
|
|
1954151
|
+
font-size: 12px;
|
|
1954152
|
+
}
|
|
1954153
|
+
.hr-org-chart-card-container,
|
|
1954154
|
+
.hr-report-chart-card-container {
|
|
1954155
|
+
fill: #fff;
|
|
1954156
|
+
stroke: rgba(0, 0, 0, 0.15);
|
|
1954157
|
+
stroke-width: 1px;
|
|
1954158
|
+
}
|
|
1954159
|
+
.hr-org-chart-card-divider,
|
|
1954160
|
+
.hr-report-chart-card-divider {
|
|
1954161
|
+
height: 4px;
|
|
1954162
|
+
fill: #ff9a7c;
|
|
1954163
|
+
}
|
|
1954164
|
+
.hr-org-chart-card-line,
|
|
1954165
|
+
.hr-report-chart-card-line {
|
|
1954166
|
+
stroke: rgba(0, 0, 0, 0.15);
|
|
1954167
|
+
stroke-width: 1px;
|
|
1954168
|
+
}
|
|
1954169
|
+
.hr-org-chart-card-title,
|
|
1954170
|
+
.hr-report-chart-card-title {
|
|
1954171
|
+
fill: rgba(0, 0, 0, 0.85);
|
|
1954172
|
+
font-size: 16px;
|
|
1954173
|
+
}
|
|
1954174
|
+
.hr-org-chart-card-name,
|
|
1954175
|
+
.hr-report-chart-card-name {
|
|
1954176
|
+
fill: rgba(0, 0, 0, 0.85);
|
|
1954177
|
+
font-size: 16px;
|
|
1954178
|
+
}
|
|
1954179
|
+
.hr-org-chart-card-code,
|
|
1954180
|
+
.hr-report-chart-card-code {
|
|
1954181
|
+
font-size: 12px;
|
|
1954182
|
+
fill: rgba(0, 0, 0, 0.45);
|
|
1954183
|
+
}
|
|
1954184
|
+
.hr-org-chart-card-position,
|
|
1954185
|
+
.hr-report-chart-card-position {
|
|
1954186
|
+
font-size: 12px;
|
|
1954187
|
+
fill: rgba(0, 0, 0, 0.45);
|
|
1954188
|
+
}
|
|
1954189
|
+
.hr-org-chart-card-action,
|
|
1954190
|
+
.hr-report-chart-card-action {
|
|
1954191
|
+
cursor: pointer;
|
|
1954192
|
+
}
|
|
1954193
|
+
.hr-org-chart-card-text,
|
|
1954194
|
+
.hr-report-chart-card-text {
|
|
1954195
|
+
fill: rgba(0, 0, 0, 0.65);
|
|
1954196
|
+
font-size: 12px;
|
|
1954197
|
+
}
|
|
1954068
1954198
|
.ant-table .ant-table-body {
|
|
1954069
1954199
|
overflow-x: auto !important;
|
|
1954070
1954200
|
}
|
|
@@ -1956544,133 +1956674,3 @@
|
|
|
1956544
1956674
|
.hr-photograph-hidden {
|
|
1956545
1956675
|
display: none;
|
|
1956546
1956676
|
}
|
|
1956547
|
-
.hr-org-chart,
|
|
1956548
|
-
.hr-report-chart {
|
|
1956549
|
-
height: 100%;
|
|
1956550
|
-
}
|
|
1956551
|
-
.hr-org-chart-spin,
|
|
1956552
|
-
.hr-report-chart-spin {
|
|
1956553
|
-
height: 100%;
|
|
1956554
|
-
}
|
|
1956555
|
-
.hr-org-chart-spin .ant-spin-container,
|
|
1956556
|
-
.hr-report-chart-spin .ant-spin-container {
|
|
1956557
|
-
height: 100%;
|
|
1956558
|
-
}
|
|
1956559
|
-
.hr-org-chart-svg,
|
|
1956560
|
-
.hr-report-chart-svg {
|
|
1956561
|
-
width: 100%;
|
|
1956562
|
-
height: 100%;
|
|
1956563
|
-
min-height: 500px;
|
|
1956564
|
-
}
|
|
1956565
|
-
.hr-org-chart-line,
|
|
1956566
|
-
.hr-report-chart-line {
|
|
1956567
|
-
stroke: rgba(0, 0, 0, 0.15);
|
|
1956568
|
-
stroke-width: 1px;
|
|
1956569
|
-
}
|
|
1956570
|
-
.hr-org-chart-organization-card-container,
|
|
1956571
|
-
.hr-report-chart-organization-card-container {
|
|
1956572
|
-
fill: #fff;
|
|
1956573
|
-
stroke: rgba(0, 0, 0, 0.15);
|
|
1956574
|
-
stroke-width: 1px;
|
|
1956575
|
-
}
|
|
1956576
|
-
.hr-org-chart-organization-card-divider,
|
|
1956577
|
-
.hr-report-chart-organization-card-divider {
|
|
1956578
|
-
height: 4px;
|
|
1956579
|
-
fill: #4285F4;
|
|
1956580
|
-
}
|
|
1956581
|
-
.hr-org-chart-organization-card-divider-department,
|
|
1956582
|
-
.hr-report-chart-organization-card-divider-department {
|
|
1956583
|
-
fill: #3FCF8E;
|
|
1956584
|
-
}
|
|
1956585
|
-
.hr-org-chart-organization-card-divider-virtual,
|
|
1956586
|
-
.hr-report-chart-organization-card-divider-virtual {
|
|
1956587
|
-
fill: #F6A4EB;
|
|
1956588
|
-
}
|
|
1956589
|
-
.hr-org-chart-organization-card-more,
|
|
1956590
|
-
.hr-report-chart-organization-card-more {
|
|
1956591
|
-
cursor: pointer;
|
|
1956592
|
-
}
|
|
1956593
|
-
.hr-org-chart-organization-card-line,
|
|
1956594
|
-
.hr-report-chart-organization-card-line {
|
|
1956595
|
-
stroke: rgba(0, 0, 0, 0.15);
|
|
1956596
|
-
stroke-width: 1px;
|
|
1956597
|
-
}
|
|
1956598
|
-
.hr-org-chart-organization-card-title,
|
|
1956599
|
-
.hr-report-chart-organization-card-title {
|
|
1956600
|
-
fill: rgba(0, 0, 0, 0.85);
|
|
1956601
|
-
font-size: 16px;
|
|
1956602
|
-
}
|
|
1956603
|
-
.hr-org-chart-organization-card-name,
|
|
1956604
|
-
.hr-report-chart-organization-card-name {
|
|
1956605
|
-
fill: rgba(0, 0, 0, 0.85);
|
|
1956606
|
-
font-size: 14px;
|
|
1956607
|
-
}
|
|
1956608
|
-
.hr-org-chart-organization-card-code,
|
|
1956609
|
-
.hr-report-chart-organization-card-code {
|
|
1956610
|
-
font-size: 12px;
|
|
1956611
|
-
fill: rgba(0, 0, 0, 0.45);
|
|
1956612
|
-
}
|
|
1956613
|
-
.hr-org-chart-organization-card-position,
|
|
1956614
|
-
.hr-report-chart-organization-card-position {
|
|
1956615
|
-
font-size: 12px;
|
|
1956616
|
-
fill: rgba(0, 0, 0, 0.45);
|
|
1956617
|
-
}
|
|
1956618
|
-
.hr-org-chart-organization-card-none,
|
|
1956619
|
-
.hr-report-chart-organization-card-none {
|
|
1956620
|
-
font-size: 14px;
|
|
1956621
|
-
fill: rgba(0, 0, 0, 0.65);
|
|
1956622
|
-
}
|
|
1956623
|
-
.hr-org-chart-organization-card-action,
|
|
1956624
|
-
.hr-report-chart-organization-card-action {
|
|
1956625
|
-
cursor: pointer;
|
|
1956626
|
-
}
|
|
1956627
|
-
.hr-org-chart-organization-card-text,
|
|
1956628
|
-
.hr-report-chart-organization-card-text {
|
|
1956629
|
-
fill: rgba(0, 0, 0, 0.65);
|
|
1956630
|
-
font-size: 12px;
|
|
1956631
|
-
}
|
|
1956632
|
-
.hr-org-chart-card-container,
|
|
1956633
|
-
.hr-report-chart-card-container {
|
|
1956634
|
-
fill: #fff;
|
|
1956635
|
-
stroke: rgba(0, 0, 0, 0.15);
|
|
1956636
|
-
stroke-width: 1px;
|
|
1956637
|
-
}
|
|
1956638
|
-
.hr-org-chart-card-divider,
|
|
1956639
|
-
.hr-report-chart-card-divider {
|
|
1956640
|
-
height: 4px;
|
|
1956641
|
-
fill: #ff9a7c;
|
|
1956642
|
-
}
|
|
1956643
|
-
.hr-org-chart-card-line,
|
|
1956644
|
-
.hr-report-chart-card-line {
|
|
1956645
|
-
stroke: rgba(0, 0, 0, 0.15);
|
|
1956646
|
-
stroke-width: 1px;
|
|
1956647
|
-
}
|
|
1956648
|
-
.hr-org-chart-card-title,
|
|
1956649
|
-
.hr-report-chart-card-title {
|
|
1956650
|
-
fill: rgba(0, 0, 0, 0.85);
|
|
1956651
|
-
font-size: 16px;
|
|
1956652
|
-
}
|
|
1956653
|
-
.hr-org-chart-card-name,
|
|
1956654
|
-
.hr-report-chart-card-name {
|
|
1956655
|
-
fill: rgba(0, 0, 0, 0.85);
|
|
1956656
|
-
font-size: 16px;
|
|
1956657
|
-
}
|
|
1956658
|
-
.hr-org-chart-card-code,
|
|
1956659
|
-
.hr-report-chart-card-code {
|
|
1956660
|
-
font-size: 12px;
|
|
1956661
|
-
fill: rgba(0, 0, 0, 0.45);
|
|
1956662
|
-
}
|
|
1956663
|
-
.hr-org-chart-card-position,
|
|
1956664
|
-
.hr-report-chart-card-position {
|
|
1956665
|
-
font-size: 12px;
|
|
1956666
|
-
fill: rgba(0, 0, 0, 0.45);
|
|
1956667
|
-
}
|
|
1956668
|
-
.hr-org-chart-card-action,
|
|
1956669
|
-
.hr-report-chart-card-action {
|
|
1956670
|
-
cursor: pointer;
|
|
1956671
|
-
}
|
|
1956672
|
-
.hr-org-chart-card-text,
|
|
1956673
|
-
.hr-report-chart-card-text {
|
|
1956674
|
-
fill: rgba(0, 0, 0, 0.65);
|
|
1956675
|
-
font-size: 12px;
|
|
1956676
|
-
}
|