qms-angular 1.1.47 → 1.1.48

Sign up to get free protection for your applications and to get access to all the features.
package/lib/model/en.d.ts CHANGED
@@ -93,6 +93,7 @@ export declare const en: {
93
93
  INSERT_TOOLTIP: string;
94
94
  CONTENT: string;
95
95
  TEMPLATE: string;
96
+ RESET: string;
96
97
  CONTENT_TEMPLATE: string;
97
98
  CREATE_NEW_TEMPLATE: string;
98
99
  UPDATE_TEMPLATE: string;
package/lib/model/no.d.ts CHANGED
@@ -93,6 +93,7 @@ export declare const no: {
93
93
  INSERT_TOOLTIP: string;
94
94
  CONTENT: string;
95
95
  TEMPLATE: string;
96
+ RESET: string;
96
97
  CONTENT_TEMPLATE: string;
97
98
  CREATE_NEW_TEMPLATE: string;
98
99
  UPDATE_TEMPLATE: string;
@@ -8,6 +8,7 @@ declare function getToolbarConfiguration(LANG: any): {
8
8
  'data-tooltip-position'?: undefined;
9
9
  'data-tooltip-position-selector'?: undefined;
10
10
  id?: undefined;
11
+ 'data-before'?: undefined;
11
12
  };
12
13
  label?: undefined;
13
14
  input?: undefined;
@@ -31,6 +32,7 @@ declare function getToolbarConfiguration(LANG: any): {
31
32
  'data-tooltip-position': string;
32
33
  'data-tooltip-position-selector': string;
33
34
  id?: undefined;
35
+ 'data-before'?: undefined;
34
36
  };
35
37
  label?: undefined;
36
38
  input?: undefined;
@@ -54,6 +56,7 @@ declare function getToolbarConfiguration(LANG: any): {
54
56
  'data-tooltip': string;
55
57
  'data-tooltip-position': string;
56
58
  'data-tooltip-position-selector': string;
59
+ 'data-before'?: undefined;
57
60
  };
58
61
  label?: undefined;
59
62
  input?: undefined;
@@ -85,6 +88,29 @@ declare function getToolbarConfiguration(LANG: any): {
85
88
  step?: undefined;
86
89
  value?: undefined;
87
90
  label?: undefined;
91
+ } | {
92
+ type: string;
93
+ name: string;
94
+ attrs: {
95
+ button: {
96
+ 'data-tooltip': string;
97
+ 'data-before': string;
98
+ 'data-tooltip-position'?: undefined;
99
+ 'data-tooltip-position-selector'?: undefined;
100
+ id?: undefined;
101
+ };
102
+ label?: undefined;
103
+ input?: undefined;
104
+ };
105
+ group?: undefined;
106
+ text?: undefined;
107
+ width?: undefined;
108
+ options?: undefined;
109
+ min?: undefined;
110
+ max?: undefined;
111
+ step?: undefined;
112
+ value?: undefined;
113
+ label?: undefined;
88
114
  } | {
89
115
  type: string;
90
116
  name: string;
@@ -186,6 +186,7 @@ declare function BuildResourceNO(LANG?: any): {
186
186
  Templates: any;
187
187
  "About CKEditor": any;
188
188
  "Create Table of Contents": any;
189
+ "Edit anchor": string;
189
190
  };
190
191
  };
191
192
  declare const CKEditorBuildResourceFunctions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qms-angular",
3
- "version": "1.1.47",
3
+ "version": "1.1.48",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },