raise-common-lib-new 0.0.50 → 0.0.51

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.
@@ -8,7 +8,7 @@ export declare class FloatBoxComponent implements AfterViewInit, OnDestroy {
8
8
  _animation: "yes" | "no";
9
9
  _fixed: "yes" | "no";
10
10
  get placement(): "top" | "bottom" | "right" | "left";
11
- get position(): "center" | "start" | "end";
11
+ get position(): "start" | "center" | "end";
12
12
  get trigger(): "click" | "hover";
13
13
  get animation(): "yes" | "no";
14
14
  get fixed(): "yes" | "no";
@@ -41,6 +41,7 @@ export declare class RichtexteditorComponent implements OnInit {
41
41
  focus: EventEmitter<any>;
42
42
  blur: EventEmitter<any>;
43
43
  actionComplete: EventEmitter<any>;
44
+ afterPasteCleanup: EventEmitter<any>;
44
45
  family: Object;
45
46
  fontSize: {
46
47
  default: string;
@@ -78,6 +79,7 @@ export declare class RichtexteditorComponent implements OnInit {
78
79
  apiResultData: any;
79
80
  AIResult: string;
80
81
  tools: ToolbarSettingsModel;
82
+ isDialogVisible: boolean;
81
83
  bulletFormatList: {
82
84
  types: {
83
85
  text: string;
@@ -114,8 +116,10 @@ export declare class RichtexteditorComponent implements OnInit {
114
116
  _focus(args: any): void;
115
117
  _blur(args: any): void;
116
118
  _dialogOpen(args: any): void;
119
+ _afterPasteCleanup(args: any): void;
120
+ unescapeHtml(escapedHtml: string): string;
117
121
  hideToast(): void;
118
122
  onZoom(): void;
119
123
  static ɵfac: i0.ɵɵFactoryDeclaration<RichtexteditorComponent, never>;
120
- static ɵcmp: i0.ɵɵComponentDeclaration<RichtexteditorComponent, "rs-richtext-editor", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "editorId": { "alias": "editorId"; "required": false; }; "saveInterval": { "alias": "saveInterval"; "required": false; }; "height": { "alias": "height"; "required": false; }; "autoSaveOnIdle": { "alias": "autoSaveOnIdle"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "target": { "alias": "target"; "required": false; }; "insertImageSettings": { "alias": "insertImageSettings"; "required": false; }; "showTicketAttachment": { "alias": "showTicketAttachment"; "required": false; }; }, { "toolbarClick": "toolbarClick"; "change": "change"; "created": "created"; "actionBegin": "actionBegin"; "input": "input"; "focus": "focus"; "blur": "blur"; "actionComplete": "actionComplete"; }, never, never, false, never>;
124
+ static ɵcmp: i0.ɵɵComponentDeclaration<RichtexteditorComponent, "rs-richtext-editor", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "editorId": { "alias": "editorId"; "required": false; }; "saveInterval": { "alias": "saveInterval"; "required": false; }; "height": { "alias": "height"; "required": false; }; "autoSaveOnIdle": { "alias": "autoSaveOnIdle"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "target": { "alias": "target"; "required": false; }; "insertImageSettings": { "alias": "insertImageSettings"; "required": false; }; "showTicketAttachment": { "alias": "showTicketAttachment"; "required": false; }; }, { "toolbarClick": "toolbarClick"; "change": "change"; "created": "created"; "actionBegin": "actionBegin"; "input": "input"; "focus": "focus"; "blur": "blur"; "actionComplete": "actionComplete"; "afterPasteCleanup": "afterPasteCleanup"; }, never, never, false, never>;
121
125
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raise-common-lib-new",
3
- "version": "0.0.50",
3
+ "version": "0.0.51",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.0.0",
6
6
  "@angular/core": "^16.0.0"