qms-angular 1.1.38 → 1.1.39

Sign up to get free protection for your applications and to get access to all the features.
package/lib/model/no.d.ts CHANGED
@@ -172,7 +172,7 @@ export declare const no: {
172
172
  EXTENSION_IS_NOT_SUPPORTED: string;
173
173
  ACCEPT_MP4_ONLY: string;
174
174
  MAXIMIZE: string;
175
- MINIMINE: string;
175
+ MINIMIZE: string;
176
176
  HEADING: string;
177
177
  FONT_SIZE: string;
178
178
  FONT_FAMILY: string;
@@ -1,4 +1,4 @@
1
- declare function getCKEditorConfiguration(itemToolbar: string): {
1
+ declare function getCKEditorConfiguration(itemToolbar: string, availableLanguages?: any): {
2
2
  toolbar: {
3
3
  items: any[];
4
4
  removeItems: any[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qms-angular",
3
- "version": "1.1.38",
3
+ "version": "1.1.39",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },