survey-creator-angular 1.9.77 → 1.9.78

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-creator-angular",
3
- "version": "1.9.77",
3
+ "version": "1.9.78",
4
4
  "description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Library.",
5
5
  "homepage": "https://surveyjs.io/Overview/Survey-Creator",
6
6
  "license": "https://surveyjs.io/Licenses#SurveyCreator",
@@ -1,5 +1,5 @@
1
1
  import { ChangeDetectorRef, ElementRef, NgZone, ViewContainerRef } from "@angular/core";
2
- import { LocalizableString } from "survey-core";
2
+ import { LocalizableString, CharacterCounter } from "survey-core";
3
3
  import { StringEditorViewModelBase, CreatorBase } from "survey-creator-core";
4
4
  import { CreatorModelComponent } from "./creator-model.component";
5
5
  import * as i0 from "@angular/core";
@@ -17,6 +17,9 @@ export declare class StringEditorComponent extends CreatorModelComponent<StringE
17
17
  protected getPropertiesToTrack(): string[];
18
18
  get placeholder(): string;
19
19
  get contentEditable(): boolean;
20
+ get characterCounter(): CharacterCounter;
21
+ get showCharacterCounter(): boolean;
22
+ get getCharacterCounterClass(): string;
20
23
  get className(): string;
21
24
  get errorText(): string;
22
25
  get editValue(): string;