@msbci/form-editor 1.3.1 → 1.3.2

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/dist/index.d.mts CHANGED
@@ -332,6 +332,20 @@ interface IEditorLabels {
332
332
  match: string;
333
333
  all: string;
334
334
  any: string;
335
+ modalTitle: (count: number) => string;
336
+ configureButton: (count: number) => string;
337
+ applyButton: string;
338
+ cancelButton: string;
339
+ closeButton: string;
340
+ formulasSummary: string;
341
+ noConditions: string;
342
+ modeVisual: string;
343
+ modeManual: string;
344
+ manualWarning: string;
345
+ manualPlaceholder: string;
346
+ manualHelp: string;
347
+ validationExpression: string;
348
+ validationExpressionPlaceholder: string;
335
349
  actions: {
336
350
  show: string;
337
351
  hide: string;
package/dist/index.d.ts CHANGED
@@ -332,6 +332,20 @@ interface IEditorLabels {
332
332
  match: string;
333
333
  all: string;
334
334
  any: string;
335
+ modalTitle: (count: number) => string;
336
+ configureButton: (count: number) => string;
337
+ applyButton: string;
338
+ cancelButton: string;
339
+ closeButton: string;
340
+ formulasSummary: string;
341
+ noConditions: string;
342
+ modeVisual: string;
343
+ modeManual: string;
344
+ manualWarning: string;
345
+ manualPlaceholder: string;
346
+ manualHelp: string;
347
+ validationExpression: string;
348
+ validationExpressionPlaceholder: string;
335
349
  actions: {
336
350
  show: string;
337
351
  hide: string;