qms-angular 1.1.38 → 1.1.40

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.
@@ -29,5 +29,6 @@ export declare class QMSSelectDepartmentTreeConfig {
29
29
  handleCheckAllItemSearch?: boolean;
30
30
  spinnerWhenGetMore?: boolean;
31
31
  disableToggleIncludeChildWhenChangeView?: boolean;
32
+ clearCheckListSelectionSearchWhenHandle?: boolean;
32
33
  constructor();
33
34
  }
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.40",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },