@syncfusion/ej2-vue-gantt 19.4.50 → 19.4.52

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,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-gantt@*",
3
- "_id": "@syncfusion/ej2-vue-gantt@19.4.48",
3
+ "_id": "@syncfusion/ej2-vue-gantt@19.4.50",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-5BY0sA7v+FdifgkLsz5CYdCpyHEGnqpC8JAS+OXr0iHblDHLrjhNALy/JXgSI5k5rDlXF34DFoOtywhl+a3U4Q==",
5
+ "_integrity": "sha512-+6aoNTyzJtWQfPC6Uzn9i9XnOnf89Fc0q/T/R6vo5RD57qqoylR1kAPUS+4LjEP92u3XNrC3EIKqc0HbWxvZzg==",
6
6
  "_location": "/@syncfusion/ej2-vue-gantt",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-19.4.48.tgz",
23
- "_shasum": "56e24af9a8835848541f280c66418f11fc288112",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-19.4.50.tgz",
23
+ "_shasum": "b1819746d6e9b8066bc1ac11454193d6e45bb32d",
24
24
  "_spec": "@syncfusion/ej2-vue-gantt@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.4.48",
35
- "@syncfusion/ej2-gantt": "19.4.50",
36
- "@syncfusion/ej2-vue-base": "~19.4.48"
34
+ "@syncfusion/ej2-base": "~19.4.52",
35
+ "@syncfusion/ej2-gantt": "19.4.52",
36
+ "@syncfusion/ej2-vue-base": "~19.4.52"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 Gantt Component for Vue",
@@ -63,6 +63,6 @@
63
63
  "type": "git",
64
64
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
65
65
  },
66
- "version": "19.4.50",
66
+ "version": "19.4.52",
67
67
  "sideEffects": false
68
68
  }
@@ -829,7 +829,10 @@
829
829
  font-weight: normal;
830
830
  margin-left: 8px;
831
831
  margin-right: 15px;
832
+ overflow: hidden;
833
+ text-overflow: ellipsis;
832
834
  vertical-align: middle;
835
+ white-space: nowrap;
833
836
  }
834
837
 
835
838
  .e-gantt .e-gantt-chart .e-task-table {
@@ -979,7 +979,10 @@
979
979
  font-weight: normal;
980
980
  margin-left: 8px;
981
981
  margin-right: 15px;
982
+ overflow: hidden;
983
+ text-overflow: ellipsis;
982
984
  vertical-align: middle;
985
+ white-space: nowrap;
983
986
  }
984
987
 
985
988
  .e-gantt .e-gantt-chart .e-task-table {
@@ -1196,7 +1196,10 @@
1196
1196
  font-weight: normal;
1197
1197
  margin-left: 8px;
1198
1198
  margin-right: 15px;
1199
+ overflow: hidden;
1200
+ text-overflow: ellipsis;
1199
1201
  vertical-align: middle;
1202
+ white-space: nowrap;
1200
1203
  }
1201
1204
 
1202
1205
  .e-gantt .e-gantt-chart .e-task-table {
@@ -863,7 +863,10 @@
863
863
  font-weight: normal;
864
864
  margin-left: 8px;
865
865
  margin-right: 15px;
866
+ overflow: hidden;
867
+ text-overflow: ellipsis;
866
868
  vertical-align: middle;
869
+ white-space: nowrap;
867
870
  }
868
871
 
869
872
  .e-gantt .e-gantt-chart .e-task-table {
@@ -863,7 +863,10 @@
863
863
  font-weight: normal;
864
864
  margin-left: 8px;
865
865
  margin-right: 15px;
866
+ overflow: hidden;
867
+ text-overflow: ellipsis;
866
868
  vertical-align: middle;
869
+ white-space: nowrap;
867
870
  }
868
871
 
869
872
  .e-gantt .e-gantt-chart .e-task-table {
@@ -783,7 +783,10 @@
783
783
  font-weight: normal;
784
784
  margin-left: 8px;
785
785
  margin-right: 15px;
786
+ overflow: hidden;
787
+ text-overflow: ellipsis;
786
788
  vertical-align: middle;
789
+ white-space: nowrap;
787
790
  }
788
791
 
789
792
  .e-gantt .e-gantt-chart .e-task-table {
package/styles/fabric.css CHANGED
@@ -781,7 +781,10 @@
781
781
  font-weight: normal;
782
782
  margin-left: 8px;
783
783
  margin-right: 15px;
784
+ overflow: hidden;
785
+ text-overflow: ellipsis;
784
786
  vertical-align: middle;
787
+ white-space: nowrap;
785
788
  }
786
789
 
787
790
  .e-gantt .e-gantt-chart .e-task-table {
@@ -829,7 +829,10 @@
829
829
  font-weight: normal;
830
830
  margin-left: 8px;
831
831
  margin-right: 15px;
832
+ overflow: hidden;
833
+ text-overflow: ellipsis;
832
834
  vertical-align: middle;
835
+ white-space: nowrap;
833
836
  }
834
837
 
835
838
  .e-gantt .e-gantt-chart .e-task-table {
@@ -979,7 +979,10 @@
979
979
  font-weight: normal;
980
980
  margin-left: 8px;
981
981
  margin-right: 15px;
982
+ overflow: hidden;
983
+ text-overflow: ellipsis;
982
984
  vertical-align: middle;
985
+ white-space: nowrap;
983
986
  }
984
987
 
985
988
  .e-gantt .e-gantt-chart .e-task-table {
@@ -1196,7 +1196,10 @@
1196
1196
  font-weight: normal;
1197
1197
  margin-left: 8px;
1198
1198
  margin-right: 15px;
1199
+ overflow: hidden;
1200
+ text-overflow: ellipsis;
1199
1201
  vertical-align: middle;
1202
+ white-space: nowrap;
1200
1203
  }
1201
1204
 
1202
1205
  .e-gantt .e-gantt-chart .e-task-table {
@@ -863,7 +863,10 @@
863
863
  font-weight: normal;
864
864
  margin-left: 8px;
865
865
  margin-right: 15px;
866
+ overflow: hidden;
867
+ text-overflow: ellipsis;
866
868
  vertical-align: middle;
869
+ white-space: nowrap;
867
870
  }
868
871
 
869
872
  .e-gantt .e-gantt-chart .e-task-table {
@@ -863,7 +863,10 @@
863
863
  font-weight: normal;
864
864
  margin-left: 8px;
865
865
  margin-right: 15px;
866
+ overflow: hidden;
867
+ text-overflow: ellipsis;
866
868
  vertical-align: middle;
869
+ white-space: nowrap;
867
870
  }
868
871
 
869
872
  .e-gantt .e-gantt-chart .e-task-table {
@@ -783,7 +783,10 @@
783
783
  font-weight: normal;
784
784
  margin-left: 8px;
785
785
  margin-right: 15px;
786
+ overflow: hidden;
787
+ text-overflow: ellipsis;
786
788
  vertical-align: middle;
789
+ white-space: nowrap;
787
790
  }
788
791
 
789
792
  .e-gantt .e-gantt-chart .e-task-table {
@@ -781,7 +781,10 @@
781
781
  font-weight: normal;
782
782
  margin-left: 8px;
783
783
  margin-right: 15px;
784
+ overflow: hidden;
785
+ text-overflow: ellipsis;
784
786
  vertical-align: middle;
787
+ white-space: nowrap;
785
788
  }
786
789
 
787
790
  .e-gantt .e-gantt-chart .e-task-table {
@@ -784,7 +784,10 @@
784
784
  font-weight: normal;
785
785
  margin-left: 8px;
786
786
  margin-right: 15px;
787
+ overflow: hidden;
788
+ text-overflow: ellipsis;
787
789
  vertical-align: middle;
790
+ white-space: nowrap;
788
791
  }
789
792
 
790
793
  .e-gantt .e-gantt-chart .e-task-table {
@@ -898,7 +898,10 @@
898
898
  font-weight: normal;
899
899
  margin-left: 8px;
900
900
  margin-right: 15px;
901
+ overflow: hidden;
902
+ text-overflow: ellipsis;
901
903
  vertical-align: middle;
904
+ white-space: nowrap;
902
905
  }
903
906
 
904
907
  .e-gantt .e-gantt-chart .e-task-table {
@@ -820,7 +820,10 @@
820
820
  font-weight: normal;
821
821
  margin-left: 8px;
822
822
  margin-right: 15px;
823
+ overflow: hidden;
824
+ text-overflow: ellipsis;
823
825
  vertical-align: middle;
826
+ white-space: nowrap;
824
827
  }
825
828
 
826
829
  .e-gantt .e-gantt-chart .e-task-table {
@@ -861,7 +861,10 @@
861
861
  font-weight: normal;
862
862
  margin-left: 8px;
863
863
  margin-right: 15px;
864
+ overflow: hidden;
865
+ text-overflow: ellipsis;
864
866
  vertical-align: middle;
867
+ white-space: nowrap;
865
868
  }
866
869
 
867
870
  .e-gantt .e-gantt-chart .e-task-table {
@@ -887,7 +887,10 @@
887
887
  font-weight: normal;
888
888
  margin-left: 8px;
889
889
  margin-right: 15px;
890
+ overflow: hidden;
891
+ text-overflow: ellipsis;
890
892
  vertical-align: middle;
893
+ white-space: nowrap;
891
894
  }
892
895
 
893
896
  .e-gantt .e-gantt-chart .e-task-table {
@@ -887,7 +887,10 @@
887
887
  font-weight: normal;
888
888
  margin-left: 8px;
889
889
  margin-right: 15px;
890
+ overflow: hidden;
891
+ text-overflow: ellipsis;
890
892
  vertical-align: middle;
893
+ white-space: nowrap;
891
894
  }
892
895
 
893
896
  .e-gantt .e-gantt-chart .e-task-table {
@@ -784,7 +784,10 @@
784
784
  font-weight: normal;
785
785
  margin-left: 8px;
786
786
  margin-right: 15px;
787
+ overflow: hidden;
788
+ text-overflow: ellipsis;
787
789
  vertical-align: middle;
790
+ white-space: nowrap;
788
791
  }
789
792
 
790
793
  .e-gantt .e-gantt-chart .e-task-table {
@@ -898,7 +898,10 @@
898
898
  font-weight: normal;
899
899
  margin-left: 8px;
900
900
  margin-right: 15px;
901
+ overflow: hidden;
902
+ text-overflow: ellipsis;
901
903
  vertical-align: middle;
904
+ white-space: nowrap;
902
905
  }
903
906
 
904
907
  .e-gantt .e-gantt-chart .e-task-table {
@@ -820,7 +820,10 @@
820
820
  font-weight: normal;
821
821
  margin-left: 8px;
822
822
  margin-right: 15px;
823
+ overflow: hidden;
824
+ text-overflow: ellipsis;
823
825
  vertical-align: middle;
826
+ white-space: nowrap;
824
827
  }
825
828
 
826
829
  .e-gantt .e-gantt-chart .e-task-table {
@@ -861,7 +861,10 @@
861
861
  font-weight: normal;
862
862
  margin-left: 8px;
863
863
  margin-right: 15px;
864
+ overflow: hidden;
865
+ text-overflow: ellipsis;
864
866
  vertical-align: middle;
867
+ white-space: nowrap;
865
868
  }
866
869
 
867
870
  .e-gantt .e-gantt-chart .e-task-table {
@@ -887,7 +887,10 @@
887
887
  font-weight: normal;
888
888
  margin-left: 8px;
889
889
  margin-right: 15px;
890
+ overflow: hidden;
891
+ text-overflow: ellipsis;
890
892
  vertical-align: middle;
893
+ white-space: nowrap;
891
894
  }
892
895
 
893
896
  .e-gantt .e-gantt-chart .e-task-table {
@@ -887,7 +887,10 @@
887
887
  font-weight: normal;
888
888
  margin-left: 8px;
889
889
  margin-right: 15px;
890
+ overflow: hidden;
891
+ text-overflow: ellipsis;
890
892
  vertical-align: middle;
893
+ white-space: nowrap;
891
894
  }
892
895
 
893
896
  .e-gantt .e-gantt-chart .e-task-table {