@wizishop/img-manager 0.2.91 → 0.2.95

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.
@@ -1126,12 +1126,12 @@ var ImgTabsComponent = /** @class */ (function () {
1126
1126
  {
1127
1127
  name: 'ImgManager.Tabs.addImg',
1128
1128
  value: 'img-upload',
1129
+ selected: true,
1129
1130
  id: 0
1130
1131
  },
1131
1132
  {
1132
1133
  name: 'ImgManager.Tabs.imgLib',
1133
1134
  value: 'images-view',
1134
- selected: true,
1135
1135
  id: 1
1136
1136
  },
1137
1137
  {
@@ -1146,7 +1146,7 @@ var ImgTabsComponent = /** @class */ (function () {
1146
1146
  id: 3
1147
1147
  }
1148
1148
  ];
1149
- this.tabActive = this.tabs[1];
1149
+ this.tabActive = this.tabs[0];
1150
1150
  /* tabActive = 'images-view';
1151
1151
  tabs: string[] = ['img-upload', 'images-view', 'pexels-lib', 'img-edition']; */
1152
1152
  this.editTab = false;