@ckeditor/ckeditor5-ai 0.0.0-nightly-20231010.0 → 0.0.0-nightly-20231012.0
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/build/ai.js +1 -1
- package/package.json +3 -3
- package/src/aiassistant.js +1 -1
- package/src/aiassistantediting.js +1 -1
- package/src/aiassistantui.js +1 -1
- package/src/aiconnector.js +1 -1
- package/src/ui/aiassistantcontroller.d.ts +30 -6
- package/src/ui/aiassistantcontroller.js +1 -1
- package/src/ui/dropdown/aicommandslistview.js +1 -1
- package/src/ui/dropdown/buttonlabelwithhighlightview.js +1 -1
- package/src/ui/form/aiformcontentarea.js +1 -1
- package/src/ui/form/aiformerrorview.js +1 -1
- package/src/ui/form/aiformpromptview.js +1 -1
- package/src/ui/form/aiformtoolbarview.js +1 -1
- package/src/ui/form/aiformview.d.ts +5 -2
- package/src/ui/form/aiformview.js +1 -1
- package/src/ui/form/aihistorylistitemview.js +1 -1
- package/src/ui/form/aihistorylistview.js +1 -1
- package/src/ui/form/prompthistory.js +1 -1
- package/src/ui/showaiassistantcommand.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/theme/ai-form.css +43 -7
|
@@ -24,11 +24,15 @@ export default class AIAssistantController extends AIAssistantController_base {
|
|
|
24
24
|
*/
|
|
25
25
|
readonly view: AIFormView;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* It is the selected HTML content from the editor on which the balloon has been initialized.
|
|
28
|
+
*/
|
|
29
|
+
initialContext: string;
|
|
30
|
+
/**
|
|
31
|
+
* The value returned by the AI after executing the prompt. It will be used as a context for the next calls.
|
|
28
32
|
*
|
|
29
|
-
*
|
|
33
|
+
* This value is also displayed in the view.
|
|
30
34
|
*/
|
|
31
|
-
|
|
35
|
+
currentContext: string;
|
|
32
36
|
/**
|
|
33
37
|
* The previous value of the context for the AI request. It is kept to handle the try again event.
|
|
34
38
|
*
|
|
@@ -38,6 +42,18 @@ export default class AIAssistantController extends AIAssistantController_base {
|
|
|
38
42
|
* @observable
|
|
39
43
|
*/
|
|
40
44
|
previousContext?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The previous value of the user prompt. It is kept to handle the try again event.
|
|
47
|
+
*
|
|
48
|
+
* @observable
|
|
49
|
+
*/
|
|
50
|
+
previousPrompt?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The label of the previous executed prompt. It is connected to #previousPrompt and is kept to handle the try again event.
|
|
53
|
+
*
|
|
54
|
+
* @observable
|
|
55
|
+
*/
|
|
56
|
+
previousLabel?: string;
|
|
41
57
|
/**
|
|
42
58
|
* Flag that indicates if the processing is in progress.
|
|
43
59
|
*
|
|
@@ -47,13 +63,21 @@ export default class AIAssistantController extends AIAssistantController_base {
|
|
|
47
63
|
/**
|
|
48
64
|
* @param connector AI connector instance.
|
|
49
65
|
* @param view AI form view.
|
|
50
|
-
* @param htmlContent The selected HTML content on which the AI should base.
|
|
51
|
-
* @param prompt The initial prompt that causes the processing to start.
|
|
52
66
|
*/
|
|
53
|
-
constructor(connector: AIConnector, view: AIFormView
|
|
67
|
+
constructor(connector: AIConnector, view: AIFormView);
|
|
54
68
|
/**
|
|
55
69
|
* Destroys `AIAssistantController` instance.
|
|
56
70
|
*/
|
|
57
71
|
destroy(): void;
|
|
72
|
+
/**
|
|
73
|
+
* Handles the initial prompt for a new context and inits the listener for the visible view.
|
|
74
|
+
*
|
|
75
|
+
* This function should be called whenever the AI balloon is displayed.
|
|
76
|
+
*
|
|
77
|
+
* @param htmlContent The selected HTML content on which the AI should base.
|
|
78
|
+
* @param prompt The initial prompt that causes the processing to start.
|
|
79
|
+
* @param label The label that will be displayed in the view.
|
|
80
|
+
*/
|
|
81
|
+
updateView(prompt: string, htmlContent: string, label: string): Promise<void>;
|
|
58
82
|
}
|
|
59
83
|
export {};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1ff3=['_handlePrompt','isProcessing','destroy','bind','message','view','previousContext','reset','listenTo','currentContext','catch','updateView','initialContext','stopListening','set','previousLabel','stopProcessing','finishProcessing','render','tryAgainEvent','prompt','connector','submitPrompt','_updateValue','previousPrompt','value'];(function(_0xb36641,_0x1ff3a4){const _0x34ff0b=function(_0x14423b){while(--_0x14423b){_0xb36641['push'](_0xb36641['shift']());}};_0x34ff0b(++_0x1ff3a4);}(_0x1ff3,0x93));const _0x34ff=function(_0xb36641,_0x1ff3a4){_0xb36641=_0xb36641-0x0;let _0x34ff0b=_0x1ff3[_0xb36641];return _0x34ff0b;};import{ObservableMixin as _0x24a4f5}from'ckeditor5/src/utils';import{AIRequestError as _0xc35291}from'../aiconnector';export default class I extends _0x24a4f5(){constructor(_0x5d8dc4,_0x58e9fc){super(),this[_0x34ff('0x4')]=_0x5d8dc4,this['view']=_0x58e9fc,this[_0x34ff('0x17')]({'initialContext':'','currentContext':'','previousContext':void 0x0,'previousPrompt':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this[_0x34ff('0xe')][_0x34ff('0xc')](_0x34ff('0x8'))['to'](this,_0x34ff('0x12')),this[_0x34ff('0x11')](this[_0x34ff('0xe')],_0x34ff('0x5'),(_0x169424,_0x407c08)=>{const _0x23dc20=this[_0x34ff('0x12')]||this[_0x34ff('0x15')];this[_0x34ff('0x9')](_0x407c08,_0x23dc20);}),this['listenTo'](this[_0x34ff('0xe')],_0x34ff('0x2'),()=>{this[_0x34ff('0xe')][_0x34ff('0x3')]=this[_0x34ff('0x18')],this['_handlePrompt'](this['previousPrompt'],this[_0x34ff('0xf')],this['previousLabel']);}),this[_0x34ff('0x11')](this[_0x34ff('0xe')],_0x34ff('0x19'),()=>{this[_0x34ff('0x19')]();});}[_0x34ff('0xb')](){this[_0x34ff('0x16')]();}async[_0x34ff('0x14')](_0x1e9e00,_0x1afb5f,_0x36298a){this[_0x34ff('0xe')]['prompt']=_0x36298a,this[_0x34ff('0x15')]=_0x1afb5f,_0x1e9e00&&(this[_0x34ff('0xe')]['isRendered']?this['_handlePrompt'](_0x1e9e00,_0x1afb5f,_0x36298a):this[_0x34ff('0xe')]['once'](_0x34ff('0x1'),()=>{this[_0x34ff('0x9')](_0x1e9e00,_0x1afb5f,_0x36298a);}));}[_0x34ff('0x19')](){this[_0x34ff('0xa')]&&(this[_0x34ff('0xa')]=!0x1,this[_0x34ff('0xe')][_0x34ff('0x0')](),this[_0x34ff('0x4')]['abort']());}[_0x34ff('0x10')](){this['initialContext']='',this[_0x34ff('0x12')]='',this['previousContext']='',this[_0x34ff('0x7')]='',this['previousLabel']='',this['view'][_0x34ff('0x10')](),this[_0x34ff('0x19')]();}async[_0x34ff('0x9')](_0x35f048,_0x1400ca,_0x28136e){return this[_0x34ff('0xa')]=!0x0,this[_0x34ff('0xe')]['startProcessing'](),this[_0x34ff('0xf')]=_0x1400ca,this[_0x34ff('0x7')]=_0x35f048,this[_0x34ff('0x18')]=_0x28136e||_0x35f048,new Promise(_0x4e4d3e=>{this[_0x34ff('0x4')]['processPrompt'](_0x35f048,_0x1400ca,_0x27fe0d=>this['_updateValue'](_0x27fe0d))[_0x34ff('0x13')](_0x2280e5=>{_0x2280e5 instanceof _0xc35291?this[_0x34ff('0xe')]['handleError'](_0x2280e5[_0x34ff('0xd')]):this[_0x34ff('0xe')]['handleError'](),_0x4e4d3e();})['finally'](()=>{this[_0x34ff('0x19')](),_0x4e4d3e();});});}[_0x34ff('0x6')](_0x1ee029){this[_0x34ff('0x12')]=''+_0x1ee029;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x8252=['highlightText','isVisible','items','match','labelView','filter','first','length','children','label'];(function(_0x4f64db,_0x8252bd){const _0x3ce969=function(_0x3bb207){while(--_0x3bb207){_0x4f64db['push'](_0x4f64db['shift']());}};_0x3ce969(++_0x8252bd);}(_0x8252,0x1b1));const _0x3ce9=function(_0x4f64db,_0x8252bd){_0x4f64db=_0x4f64db-0x0;let _0x3ce969=_0x8252[_0x4f64db];return _0x3ce969;};import{ListView as _0x5d7035}from'ckeditor5/src/ui';export default class y extends _0x5d7035{['filter'](_0x2d5404){let _0x145749=0x0,_0x297af5=0x0;for(const _0x37555d of this[_0x3ce9('0x9')]){const _0x479b51=_0x37555d;for(const _0x58dcdd of _0x479b51[_0x3ce9('0x9')]){const _0x28d06e=_0x58dcdd[_0x3ce9('0x5')][_0x3ce9('0x3')],_0x1dd291=_0x28d06e[_0x3ce9('0x1')];_0x2d5404?(_0x58dcdd[_0x3ce9('0x8')]=!!_0x28d06e[_0x3ce9('0x6')][_0x3ce9('0x0')](_0x2d5404),_0x58dcdd[_0x3ce9('0x8')]&&(_0x1dd291[_0x3ce9('0x7')](_0x2d5404),_0x297af5++)):(_0x58dcdd[_0x3ce9('0x8')]=!0x0,_0x1dd291[_0x3ce9('0x7')](null),_0x297af5++),_0x145749++;}_0x479b51[_0x3ce9('0x8')]=!!_0x479b51[_0x3ce9('0x9')][_0x3ce9('0x2')](_0x785c7f=>_0x785c7f['isVisible'])[_0x3ce9('0x4')];}return{'resultsCount':_0x297af5,'totalItemsCount':_0x145749};}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x153c=['style','bindTemplate','ck-button__label','extendTemplate','set'];(function(_0x372923,_0x153c4b){const _0x1bb877=function(_0x38dc02){while(--_0x38dc02){_0x372923['push'](_0x372923['shift']());}};_0x1bb877(++_0x153c4b);}(_0x153c,0x14b));const _0x1bb8=function(_0x372923,_0x153c4b){_0x372923=_0x372923-0x0;let _0x1bb877=_0x153c[_0x372923];return _0x1bb877;};import{HighlightedTextView as _0x4ad18e}from'ckeditor5/src/ui';export default class C extends _0x4ad18e{constructor(){super(),this[_0x1bb8('0x3')]({'style':void 0x0,'text':void 0x0,'id':void 0x0});const _0x26a984=this[_0x1bb8('0x0')];this[_0x1bb8('0x2')]({'attributes':{'class':[_0x1bb8('0x1')],'style':_0x26a984['to'](_0x1bb8('0x4')),'id':_0x26a984['to']('id')}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1961=['querySelector','icon','div','change:isProcessing','value','_copyHTMLToClipboard','bindTemplate','focus','setContent','scrollHeight','text/plain','scrollTo','change:value','absolute','.ck-ai-form__loader','body','copyButtonView','locale','Copy','smooth','ck-ai-form__copy-button','textContent','execute','class','set','appendChild','clipboard','appendLoader','setTemplate','ck-content','position','_createCopyButton','render','-9999px','AI\x20is\x20writing...','left','isProcessing','element','_createLoader','write','ck-ai-form__content-area','\x20ck-ai-form__copy-button--copied','wheel','getSelection','listenTo','ck-reset_all-excluded','innerHTML','isEnabled','addRange','style','ck-hidden','execCommand','isVisible','removeAllRanges','ck-ai-form__content-field','loaderView','contentFieldView'];(function(_0x303c7e,_0x196176){const _0x4640d5=function(_0x21b5bd){while(--_0x21b5bd){_0x303c7e['push'](_0x303c7e['shift']());}};_0x4640d5(++_0x196176);}(_0x1961,0x12e));const _0x4640=function(_0x303c7e,_0x196176){_0x303c7e=_0x303c7e-0x0;let _0x4640d5=_0x1961[_0x303c7e];return _0x4640d5;};import{global as _0x319731}from'ckeditor5/src/utils';import{View as _0x430405,ButtonView as _0x327f46,SpinnerView as _0x4b09f5}from'ckeditor5/src/ui';import _0x13b1ab from'../../../theme/icons/copy.svg';import{getTranslation as _0xae50f2}from'../../utils/common-translations';import{icons as _0x566f98}from'ckeditor5/src/core';export default class M extends _0x430405{constructor(_0x25c861,_0x3c0a6b=''){super(_0x25c861),this[_0x4640('0x7')]({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0xc8d03f=this[_0x4640('0x2e')];this['contentFieldView']=new ContentFieldView(_0x25c861,_0x3c0a6b),this[_0x4640('0x38')]=this[_0x4640('0xe')](),this[_0x4640('0xb')]({'tag':_0x4640('0x2a'),'attributes':{'class':['ck','ck-ai-form__content-area-wrapper',_0xc8d03f['if']('isVisible',_0x4640('0x21'),_0x495ce7=>!_0x495ce7)],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck',_0x4640('0x17'),_0xc8d03f['if'](_0x4640('0x13'),'ck-ai-form__content-area--processing')]},'children':[this['contentFieldView'],{'tag':_0x4640('0x2a'),'attributes':{'class':['ck','ck-ai-form__copy-button-wrapper']},'children':[this[_0x4640('0x38')]]}]}]});}[_0x4640('0xf')](){super[_0x4640('0xf')](),this[_0x4640('0x2c')]&&this[_0x4640('0x27')][_0x4640('0x30')](this[_0x4640('0x2c')]);let _0x2a1654=!0x1;this['on'](_0x4640('0x34'),(_0x2b4372,_0x48e496,_0x1a87be)=>{const _0x1be69b=!this[_0x4640('0x27')]['element'][_0x4640('0x28')](_0x4640('0x36'));this[_0x4640('0x27')][_0x4640('0x30')](_0x1a87be),this['isProcessing']&&_0x1be69b&&!_0x2a1654&&this[_0x4640('0x14')][_0x4640('0x33')]({'top':this[_0x4640('0x14')][_0x4640('0x31')],'behavior':_0x4640('0x2')});}),this['on'](_0x4640('0x2b'),(_0x54c64a,_0x17b92f,_0x267764)=>{_0x2a1654=!0x1,_0x267764?(this[_0x4640('0x2c')]=null,this[_0x4640('0x27')][_0x4640('0xa')]()):this[_0x4640('0x2c')]||this[_0x4640('0x27')][_0x4640('0x30')]('');}),this[_0x4640('0x1b')](this['element'],_0x4640('0x19'),()=>{_0x2a1654=!0x0;}),this[_0x4640('0x1b')](this[_0x4640('0x14')],'mousedown',()=>{_0x2a1654=!0x0;});}['focus'](){this['element'][_0x4640('0x2f')]();}[_0x4640('0xe')](){const _0x441cdb=this[_0x4640('0x0')],_0x797665=new _0x327f46(this[_0x4640('0x0')]),_0x3b2d2e=_0x4640('0x3');return _0x797665[_0x4640('0x7')]({'label':_0xae50f2(_0x441cdb,_0x4640('0x1')),'icon':_0x13b1ab,'class':_0x3b2d2e,'tooltip':!0x0}),_0x797665['bind'](_0x4640('0x23'))['to'](this,_0x4640('0x2c'),_0x13d18d=>!!_0x13d18d),_0x797665['bind'](_0x4640('0x1e'))['to'](this,_0x4640('0x13'),_0x3b31a9=>!_0x3b31a9),_0x797665['on'](_0x4640('0x5'),()=>{this['_copyHTMLToClipboard'](this[_0x4640('0x27')][_0x4640('0x14')]),_0x797665[_0x4640('0x29')]=_0x566f98['check'],_0x797665[_0x4640('0x6')]=_0x3b2d2e+_0x4640('0x18'),this[_0x4640('0x2f')](),setTimeout(()=>{_0x797665[_0x4640('0x29')]=_0x13b1ab,_0x797665[_0x4640('0x6')]=_0x3b2d2e;},0x3e8);}),_0x797665;}[_0x4640('0x2d')](_0x48d341){const {window:_0x58123f,document:_0x3586f1}=_0x319731;if(_0x58123f['ClipboardItem']){const {Blob:_0x59341d,ClipboardItem:_0xf6f724}=_0x58123f,_0x2586a8=[new _0xf6f724({'text/html':new _0x59341d([_0x48d341[_0x4640('0x1d')]],{'type':'text/html'}),'text/plain':new _0x59341d([_0x48d341[_0x4640('0x4')]||''],{'type':_0x4640('0x32')})})];navigator[_0x4640('0x9')][_0x4640('0x16')](_0x2586a8);}else{const _0x329b6b=_0x3586f1['createElement'](_0x4640('0x2a'));_0x329b6b[_0x4640('0x20')][_0x4640('0xd')]=_0x4640('0x35'),_0x329b6b[_0x4640('0x20')][_0x4640('0x12')]=_0x4640('0x10'),_0x329b6b[_0x4640('0x1d')]=_0x48d341[_0x4640('0x1d')],_0x3586f1[_0x4640('0x37')][_0x4640('0x8')](_0x329b6b);const _0x8dc76e=_0x3586f1['createRange']();_0x8dc76e['selectNodeContents'](_0x329b6b);const _0x11227b=_0x58123f[_0x4640('0x1a')]();_0x11227b[_0x4640('0x24')](),_0x11227b[_0x4640('0x1f')](_0x8dc76e),_0x3586f1[_0x4640('0x22')]('copy'),_0x329b6b['remove']();}}}export class ContentFieldView extends _0x430405{constructor(_0x4ff26d,_0x21a0d2=''){super(_0x4ff26d),this[_0x4640('0x26')]=this['_createLoader'](),this['setTemplate']({'tag':_0x4640('0x2a'),'attributes':{'class':['ck',_0x4640('0xc'),_0x21a0d2,_0x4640('0x1c'),_0x4640('0x25')]}});}[_0x4640('0x30')](_0x47ecb4){this[_0x4640('0x14')][_0x4640('0x1d')]=_0x47ecb4;}['appendLoader'](){this['element'][_0x4640('0x8')](this[_0x4640('0x26')][_0x4640('0x14')]);}[_0x4640('0x15')](){const _0xc3f8ad=new _0x430405(),_0x38f129=this['locale'],_0x43cc24=new _0x4b09f5();return _0x43cc24[_0x4640('0x23')]=!0x0,_0xc3f8ad['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__loader']},'children':[_0x43cc24,{'text':_0xae50f2(_0x38f129,_0x4640('0x11'))}]}),_0xc3f8ad[_0x4640('0xf')](),_0xc3f8ad;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1db7=['bindTemplate','div','content','ck-ai-form__error','setTemplate'];(function(_0xcd5e2d,_0x1db7d0){const _0x3c29b3=function(_0x284690){while(--_0x284690){_0xcd5e2d['push'](_0xcd5e2d['shift']());}};_0x3c29b3(++_0x1db7d0);}(_0x1db7,0x99));const _0x3c29=function(_0xcd5e2d,_0x1db7d0){_0xcd5e2d=_0xcd5e2d-0x0;let _0x3c29b3=_0x1db7[_0xcd5e2d];return _0x3c29b3;};import{View as _0x2b951e,IconView as _0x9de9c8}from'ckeditor5/src/ui';import _0x3a0625 from'../../../theme/icons/error.svg';export default class J extends _0x2b951e{constructor(_0xeca465,_0x13539f=''){super(_0xeca465);const _0x315886=new _0x9de9c8(),_0x5ba963=this[_0x3c29('0x2')];this['set']('text',_0x13539f),_0x315886[_0x3c29('0x4')]=_0x3a0625,this[_0x3c29('0x1')]({'tag':_0x3c29('0x3'),'attributes':{'class':['ck',_0x3c29('0x0')]},'children':[_0x315886,{'text':_0x5ba963['to']('text')}]});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1ac3=['focus','add','isVisible','enter','focusCycler','submitButtonView','fieldWrapperChildren','bind','queryView','window','fieldView','isEnabled','focusFirst','target','showHistoryButtonView','filteredView','ck-ai-form__submit','Submit','uiLanguageDirection','set','style','update','isEmpty','_createShowHistoryButton','left','maxRows','width','excludeScrollbarsAndBorders','render','isOn','locale','keystrokes','History','_createSubmitButton','element','submit'];(function(_0x3d6964,_0x1ac379){const _0x3d1f7d=function(_0x28a283){while(--_0x28a283){_0x3d6964['push'](_0x3d6964['shift']());}};_0x3d1f7d(++_0x1ac379);}(_0x1ac3,0x166));const _0x3d1f=function(_0x3d6964,_0x1ac379){_0x3d6964=_0x3d6964-0x0;let _0x3d1f7d=_0x1ac3[_0x3d6964];return _0x3d1f7d;};import{Rect as _0x115c8b,global as _0x28ed24,isVisible as _0x49fb66}from'ckeditor5/src/utils';import{AutocompleteView as _0x45c3a9,ButtonView as _0x1e28af}from'ckeditor5/src/ui';import{icons as _0x2f8806}from'ckeditor5/src/core';import{escape as _0x1be119}from'lodash-es';import{getTranslation as _0x193d86}from'../../utils/common-translations';import _0x121c1e from'../../../theme/icons/submit.svg';export default class R extends _0x45c3a9{constructor(_0x4bc486,_0x5d07ee){super(_0x4bc486,_0x5d07ee),this[_0x3d1f('0xa')][_0x3d1f('0xc')]['minRows']=0x1,this[_0x3d1f('0xa')][_0x3d1f('0xc')][_0x3d1f('0x1b')]=0x3,this[_0x3d1f('0x7')]=this[_0x3d1f('0x23')](),this[_0x3d1f('0x10')]=this[_0x3d1f('0x19')](),this['focusableChildren']['add'](this['showHistoryButtonView'],0x1),this['focusableChildren'][_0x3d1f('0x3')](this[_0x3d1f('0x7')]);}[_0x3d1f('0x1e')](){super['render'](),this[_0x3d1f('0xa')][_0x3d1f('0x8')][_0x3d1f('0x3')](this[_0x3d1f('0x10')]),this['children'][_0x3d1f('0x3')](this[_0x3d1f('0x7')]),this[_0x3d1f('0x21')][_0x3d1f('0x15')](_0x3d1f('0x5'),(_0x54edd9,_0x3efb74)=>{_0x54edd9[_0x3d1f('0xf')]==this[_0x3d1f('0xa')]['fieldView'][_0x3d1f('0x0')]&&(this['submit'](),_0x3efb74());});}['_createSubmitButton'](){const _0x571a73=new _0x1e28af(this[_0x3d1f('0x20')]),_0x32ae87=this[_0x3d1f('0x20')];return _0x571a73['set']({'icon':_0x121c1e,'label':_0x193d86(_0x32ae87,_0x3d1f('0x13')),'isVisible':!0x0,'tooltip':!0x0,'class':_0x3d1f('0x12')}),_0x571a73['on']('execute',()=>{this['submit']();}),_0x571a73[_0x3d1f('0x9')]('isEnabled')['to'](this[_0x3d1f('0xa')]['fieldView'],_0x3d1f('0x18'),this,_0x3d1f('0xd'),(_0x17a0e1,_0x2a8cad)=>!_0x17a0e1&&_0x2a8cad),_0x571a73;}[_0x3d1f('0x19')](){const _0x10b338=new _0x1e28af(this[_0x3d1f('0x20')]),_0x51ea99=this['resultsView'],_0xe6f02e=this[_0x3d1f('0x20')];_0x10b338['set']({'label':_0x193d86(_0xe6f02e,_0x3d1f('0x22')),'withText':!0x1,'icon':_0x2f8806['history'],'tooltip':!0x0,'tooltipPosition':'sw','class':'ck-ai-form__toggle-history'}),_0x10b338[_0x3d1f('0x9')](_0x3d1f('0x1f'))['to'](_0x51ea99,_0x3d1f('0x4')),_0x10b338[_0x3d1f('0x9')](_0x3d1f('0xd'))['to'](this,_0x3d1f('0xd')),_0x10b338['on']('execute',()=>{_0x51ea99['isVisible']=!_0x51ea99[_0x3d1f('0x4')],_0x51ea99[_0x3d1f('0x4')]?this[_0x3d1f('0x11')][_0x3d1f('0x2')]():this['focus']();});const _0x5b4cac=()=>{_0x28ed24[_0x3d1f('0xb')]['requestAnimationFrame'](()=>{if(_0x49fb66(this['element'])){const _0x517cdc=new _0x115c8b(this[_0x3d1f('0xa')][_0x3d1f('0xc')][_0x3d1f('0x0')]),_0x259f7e=_0x517cdc[_0x3d1f('0x1c')],_0x28e06d='rtl'===_0xe6f02e[_0x3d1f('0x14')]?_0x3d1f('0x1a'):'right';_0x517cdc[_0x3d1f('0x1d')](),_0x10b338['element'][_0x3d1f('0x16')][_0x28e06d]=_0x259f7e-_0x517cdc['width']+0x1+'px';}});};return this[_0x3d1f('0xa')]['fieldView']['on'](_0x3d1f('0x17'),_0x5b4cac),this['on'](_0x3d1f('0x1e'),_0x5b4cac),_0x10b338;}[_0x3d1f('0x1')](){const _0x5a71ca=this['queryView'][_0x3d1f('0xc')]['element']['value'];this['fire']('submit',_0x1be119(_0x5a71ca));}[_0x3d1f('0x2')](_0x56b2fd){-0x1===_0x56b2fd?this[_0x3d1f('0x6')]['focusLast']():this[_0x3d1f('0x6')][_0x3d1f('0xe')]();}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3e4b=['ck-ai-form__toolbar','Stop','insertButton','_createButton','isVisible','Try\x20again','tryAgainButton','AI_REPLACE_CONTENT','set','stopButton','replaceButton','ck-hidden','bindTemplate'];(function(_0x36e21c,_0x3e4b15){const _0x105c0e=function(_0xc56a50){while(--_0xc56a50){_0x36e21c['push'](_0x36e21c['shift']());}};_0x105c0e(++_0x3e4b15);}(_0x3e4b,0x14a));const _0x105c=function(_0x36e21c,_0x3e4b15){_0x36e21c=_0x36e21c-0x0;let _0x105c0e=_0x3e4b[_0x36e21c];return _0x105c0e;};import{ToolbarView as _0x48c163,ButtonView as _0x4c2bed}from'ckeditor5/src/ui';import{getTranslation as _0x238e2b}from'../../utils/common-translations';export default class X extends _0x48c163{constructor(_0x3a55a9){super(_0x3a55a9),this[_0x105c('0x3')](_0x105c('0xc'),!0x1),this[_0x105c('0x5')]=this[_0x105c('0xb')](_0x238e2b(_0x3a55a9,_0x105c('0x2')),'ck-button-action'),this[_0x105c('0xa')]=this['_createButton'](_0x238e2b(_0x3a55a9,'Insert\x20below')),this[_0x105c('0x1')]=this[_0x105c('0xb')](_0x238e2b(_0x3a55a9,_0x105c('0x0'))),this[_0x105c('0x4')]=this['_createButton'](_0x238e2b(_0x3a55a9,_0x105c('0x9')));const _0xbe5579=this[_0x105c('0x7')];this['extendTemplate']({'attributes':{'class':[_0x105c('0x8'),_0xbe5579['if']('isVisible',_0x105c('0x6'),_0x2f1ff5=>!_0x2f1ff5)]}}),this['items']['addMany']([this['replaceButton'],this[_0x105c('0xa')],this[_0x105c('0x1')],this[_0x105c('0x4')]]);}[_0x105c('0xb')](_0x363d82,_0x367b22){const _0x79d2af=new _0x4c2bed(this['locale']);return _0x79d2af[_0x105c('0x3')]({'label':_0x363d82,'class':_0x367b22||'','isVisible':!0x0,'withText':!0x0}),_0x79d2af;}}
|
|
@@ -75,14 +75,17 @@ export default class AIFormView extends View {
|
|
|
75
75
|
* Creates an instance of the {@link module:ai/ui/aiformview~AIFormView} class.
|
|
76
76
|
*
|
|
77
77
|
* @param locale The localization services instance.
|
|
78
|
-
* @param prompt The text label of the prompt with which the form has been initialized.
|
|
79
78
|
*/
|
|
80
|
-
constructor(locale: Locale,
|
|
79
|
+
constructor(locale: Locale, uiCssClass: string, contentAreaCssClass?: string);
|
|
81
80
|
/**
|
|
82
81
|
* @inheritDoc
|
|
83
82
|
*/
|
|
84
83
|
render(): void;
|
|
85
84
|
focus(): void;
|
|
85
|
+
/**
|
|
86
|
+
* Resets the form to the initial values.
|
|
87
|
+
*/
|
|
88
|
+
reset(): void;
|
|
86
89
|
}
|
|
87
90
|
/**
|
|
88
91
|
* Fired when a user performed an action that should lead to replace the current selection by generated content.
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5e21=['reset','_focusables','historyGroupView','_focusCycler','stopButton','stopProcessing','startProcessing','Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.','locale','contentArea','trim','focusNext','isVisible','focusCycler','focusTracker','focusPrevious','queryView','_createPromptView','errorView','_promptHistory','isError','setTemplate','shift\x20+\x20tab','createCollection','bind','copyButtonView','finishProcessing','stop','fieldView','bindTemplate','focusFirst','ck-hidden','listenTo','forwardCycle','value','_createHistoryView','label','submitPrompt','promptView','text','Empty\x20history','focus','header','element','_createToolbar','isEnabled','Ask\x20AI\x20to\x20improve\x20generated\x20text','toolbar','fire','prompt','tab','div','execute','tryAgainEvent','set','isProcessing','render','keystrokes','insertContentBelow','add','ck-ai-form','bindTo','Ask\x20AI\x20to\x20edit\x20or\x20generate','tryAgainButton','replaceButton','clearHistory','high','insertButton','AI\x20Assistant','search','submit'];(function(_0x5ab071,_0x5e21f4){const _0x34958d=function(_0x1deb8a){while(--_0x1deb8a){_0x5ab071['push'](_0x5ab071['shift']());}};_0x34958d(++_0x5e21f4);}(_0x5e21,0x1e1));const _0x3495=function(_0x5ab071,_0x5e21f4){_0x5ab071=_0x5ab071-0x0;let _0x34958d=_0x5e21[_0x5ab071];return _0x34958d;};import{FocusTracker as _0x3ab92f,KeystrokeHandler as _0x150c75}from'ckeditor5/src/utils';import{View as _0x50059d,FocusCycler as _0x5523e5,createLabeledTextarea as _0x254b39,FormHeaderView as _0x1d707a}from'ckeditor5/src/ui';import _0x19565f from'./aiformtoolbarview';import _0xb14196 from'./aiformcontentarea';import _0x4653f1 from'./aiformerrorview';import _0x5a7991 from'./aiformpromptview';import _0x36f679 from'./aihistorylistview';import _0x20c0d3 from'./aihistorylistitemview';import _0x25c24d from'./prompthistory';import{getTranslation as _0x28898e}from'../../utils/common-translations';import _0x58a44f from'../../../theme/icons/robot-pencil.svg';export default class g extends _0x50059d{constructor(_0x5b3152,_0x3e3a7e,_0x2d1745=''){super(_0x5b3152),this[_0x3495('0x46')](_0x3495('0x3d'),!0x0),this['set'](_0x3495('0x0'),!0x1),this[_0x3495('0x46')]('prompt',''),this[_0x3495('0x46')](_0x3495('0x32'),''),this[_0x3495('0x46')](_0x3495('0x24'),!0x1),this[_0x3495('0x23')]=new _0x25c24d(),this[_0x3495('0x22')]=new _0x4653f1(_0x5b3152),this['header']=new _0x1d707a(_0x5b3152,{'label':_0x28898e(_0x5b3152,_0x3495('0xd')),'icon':_0x58a44f}),this['contentArea']=new _0xb14196(_0x5b3152,_0x2d1745),this['contentArea'][_0x3495('0x28')](_0x3495('0x0'))['to'](this),this[_0x3495('0x19')][_0x3495('0x28')](_0x3495('0x32'))['to'](this),this['toolbar']=this[_0x3495('0x3c')](),this[_0x3495('0x36')]=this[_0x3495('0x21')](),this[_0x3495('0x1e')]=new _0x3ab92f(),this['keystrokes']=new _0x150c75(),this['_focusables']=this[_0x3495('0x27')]([this['contentArea'],this[_0x3495('0x19')]['copyButtonView'],this['toolbar'],this['promptView']]),this[_0x3495('0x13')]=new _0x5523e5({'focusables':this[_0x3495('0x11')],'focusTracker':this[_0x3495('0x1e')],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':_0x3495('0x26'),'focusNext':_0x3495('0x42')}}),this[_0x3495('0x36')]['focusCycler']['on'](_0x3495('0x31'),_0x1bf45c=>{this[_0x3495('0x13')][_0x3495('0x1b')](),_0x1bf45c['stop']();}),this[_0x3495('0x36')][_0x3495('0x1d')]['on']('backwardCycle',_0x24307d=>{this['_focusCycler'][_0x3495('0x1f')](),_0x24307d[_0x3495('0x2b')]();}),this[_0x3495('0x36')][_0x3495('0x20')][_0x3495('0x2c')]['bind'](_0x3495('0x32'))['to'](this,_0x3495('0x41'));const _0x586297=this[_0x3495('0x2d')];this[_0x3495('0x25')]({'tag':'div','attributes':{'class':['ck',_0x3495('0x5'),_0x3e3a7e],'tabindex':'-1'},'children':[this[_0x3495('0x3a')],{'tag':_0x3495('0x43'),'attributes':{'class':['ck','ck-ai-form-content']},'children':[{'tag':'div','attributes':{'class':[_0x586297['if'](_0x3495('0x24'),_0x3495('0x2f'),_0x5f1c18=>!_0x5f1c18)]},'children':[this[_0x3495('0x22')]]},this[_0x3495('0x19')],this[_0x3495('0x3f')],this['promptView']]}]});}[_0x3495('0x1')](){super[_0x3495('0x1')](),this[_0x3495('0x1e')][_0x3495('0x4')](this[_0x3495('0x19')]['element']),this[_0x3495('0x1e')][_0x3495('0x4')](this[_0x3495('0x19')][_0x3495('0x29')][_0x3495('0x3b')]),this['focusTracker']['add'](this[_0x3495('0x3f')][_0x3495('0x3b')]),this[_0x3495('0x1e')][_0x3495('0x4')](this[_0x3495('0x36')][_0x3495('0x3b')]),this[_0x3495('0x2')][_0x3495('0x30')](this[_0x3495('0x3b')]);}[_0x3495('0x39')](){this[_0x3495('0x13')][_0x3495('0x2e')]();}['reset'](){this['prompt']='',this[_0x3495('0x32')]='',this[_0x3495('0x36')][_0x3495('0x10')](),this[_0x3495('0x19')]['isVisible']=!0x1,this['toolbar'][_0x3495('0x1c')]=!0x1;}[_0x3495('0x21')](){const _0x5e2a29=this['locale'],_0x2f2ff2=new _0x5a7991(_0x5e2a29,{'queryView':{'label':_0x28898e(_0x5e2a29,_0x3495('0x7')),'creator':_0x254b39,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':_0x28898e(_0x5e2a29,_0x3495('0x38')),'secondary':_0x28898e(_0x5e2a29,_0x3495('0x17'))}}},'filteredView':this[_0x3495('0x33')](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x2f2ff2[_0x3495('0x28')](_0x3495('0x3d'))['to'](this,_0x3495('0x3d'),this,_0x3495('0x0'),(_0x2a9360,_0x2a1b10)=>_0x2a9360&&!_0x2a1b10),this[_0x3495('0x30')](_0x2f2ff2,_0x3495('0xf'),(_0x3b66f9,_0x57643e)=>{this[_0x3495('0x41')]=_0x57643e,this[_0x3495('0x40')](_0x3495('0x35'),this[_0x3495('0x41')]),_0x57643e['trim']()&&this[_0x3495('0x23')][_0x3495('0x4')]({'prompt':_0x57643e[_0x3495('0x1a')]()},0x0);},{'priority':_0x3495('0xb')}),_0x2f2ff2;}[_0x3495('0x33')](){const _0x291782=new _0x36f679(this[_0x3495('0x18')]);return _0x291782[_0x3495('0x12')]['items'][_0x3495('0x6')](this[_0x3495('0x23')])['as'](_0x20c0d3),_0x291782['on'](_0x3495('0xa'),()=>{this[_0x3495('0x23')]['clear'](),this['promptView'][_0x3495('0xe')](''),this[_0x3495('0x36')][_0x3495('0x39')]();}),_0x291782;}['_createToolbar'](){const _0x1cbc64=new _0x19565f(this[_0x3495('0x18')]);return _0x1cbc64[_0x3495('0x9')][_0x3495('0x28')]('isEnabled')['to'](this,'isEnabled',this,_0x3495('0x0'),this,_0x3495('0x32'),(_0x331aec,_0x38859a,_0x18f874)=>_0x331aec&&!_0x38859a&&!!_0x18f874),_0x1cbc64[_0x3495('0x9')]['on'](_0x3495('0x44'),()=>{this['fire']('replaceContent',this[_0x3495('0x32')]);}),_0x1cbc64[_0x3495('0xc')][_0x3495('0x28')](_0x3495('0x3d'))['to'](this,_0x3495('0x3d'),this,_0x3495('0x0'),this,_0x3495('0x32'),(_0x2b0e8d,_0x3c6411,_0x22cec2)=>_0x2b0e8d&&!_0x3c6411&&!!_0x22cec2),_0x1cbc64[_0x3495('0xc')]['on']('execute',()=>{this['fire'](_0x3495('0x3'),this[_0x3495('0x32')]);}),_0x1cbc64[_0x3495('0x8')][_0x3495('0x28')](_0x3495('0x3d'))['to'](this,_0x3495('0x3d'),this,'isProcessing',(_0x27ef54,_0x56b40f)=>_0x27ef54&&!_0x56b40f),_0x1cbc64['tryAgainButton']['on'](_0x3495('0x44'),()=>{this[_0x3495('0x40')](_0x3495('0x45'));}),_0x1cbc64[_0x3495('0x14')][_0x3495('0x28')]('isEnabled')['to'](this,'isProcessing'),_0x1cbc64[_0x3495('0x14')]['on'](_0x3495('0x44'),()=>{this['fire'](_0x3495('0x15'));}),_0x1cbc64;}[_0x3495('0x16')](){this[_0x3495('0x32')]='',this[_0x3495('0x24')]=!0x1,this['isProcessing']=!0x0,this[_0x3495('0x19')][_0x3495('0x1c')]=!0x0,this['toolbar'][_0x3495('0x1c')]=!0x0,this[_0x3495('0x19')][_0x3495('0x39')]();}[_0x3495('0x2a')](){const _0x3a2365=this[_0x3495('0x18')];this[_0x3495('0x0')]=!0x1,this['prompt']='',this[_0x3495('0x36')][_0x3495('0x10')](),this[_0x3495('0x32')]&&(this['promptView'][_0x3495('0x20')][_0x3495('0x34')]=_0x28898e(_0x3a2365,_0x3495('0x3e')));}['handleError'](_0x2a1cef){const _0x51d546=this['locale'];this[_0x3495('0x2a')](),this[_0x3495('0x24')]=!0x0,this[_0x3495('0x22')][_0x3495('0x37')]=_0x2a1cef||_0x28898e(_0x51d546,'AI_ERROR_FAILED'),this[_0x3495('0x32')]||(this[_0x3495('0x19')]['isVisible']=!0x1);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5c23=['fire','children','locale'];(function(_0x223042,_0x5c2300){const _0x5ef34e=function(_0xd0eb4d){while(--_0xd0eb4d){_0x223042['push'](_0x223042['shift']());}};_0x5ef34e(++_0x5c2300);}(_0x5c23,0xf3));const _0x5ef3=function(_0x223042,_0x5c2300){_0x223042=_0x223042-0x0;let _0x5ef34e=_0x5c23[_0x223042];return _0x5ef34e;};import{ListItemView as _0x4fd784,ButtonView as _0x16c350}from'ckeditor5/src/ui';import _0x1c547e from'../dropdown/buttonlabelwithhighlightview';import{unescape as _0x587866}from'lodash-es';export default class et extends _0x4fd784{constructor(_0x24e054){super();const _0x11730b=new _0x1c547e(),_0x1b1a4d=new _0x16c350(this[_0x5ef3('0x2')],_0x11730b);this[_0x5ef3('0x1')]['add'](_0x1b1a4d),_0x1b1a4d['set']({'label':_0x24e054['prompt'],'withText':!0x0}),_0x1b1a4d['on']('execute',()=>{this[_0x5ef3('0x0')]('execute',{'value':_0x587866(_0x24e054['prompt'])});});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1b4b=['filter','locale','children','clearHistoryButton','delegate','set','fire','label','historyGroupView','execute','clearHistory','_createClearHistoryButton','length','add'];(function(_0x39c0a0,_0x1b4b80){const _0x5333d1=function(_0x334194){while(--_0x334194){_0x39c0a0['push'](_0x39c0a0['shift']());}};_0x5333d1(++_0x1b4b80);}(_0x1b4b,0x156));const _0x5333=function(_0x39c0a0,_0x1b4b80){_0x39c0a0=_0x39c0a0-0x0;let _0x5333d1=_0x1b4b[_0x39c0a0];return _0x5333d1;};import{ListView as _0x4dbe5b,ListItemGroupView as _0x1b087b,ButtonView as _0x3779cf}from'ckeditor5/src/ui';import{getTranslation as _0x226aa4}from'../../utils/common-translations';export default class it extends _0x4dbe5b{constructor(_0x2ae534){super(_0x2ae534),this[_0x5333('0xb')]=this['_createClearHistoryButton'](),this[_0x5333('0x2')]=new _0x1b087b(),this['historyGroupView'][_0x5333('0xa')][_0x5333('0x7')](this['clearHistoryButton'],0x1),this['historyGroupView'][_0x5333('0x1')]=_0x226aa4(_0x2ae534,'Prompt\x20history'),this['historyGroupView']['items'][_0x5333('0xc')](_0x5333('0x3'))['to'](this),this['items'][_0x5333('0x7')](this[_0x5333('0x2')]);}[_0x5333('0x8')](){let _0x332516=0x0;for(const _0x40f27e of this['items'])_0x332516+=_0x40f27e['items'][_0x5333('0x6')];return{'resultsCount':_0x332516,'totalItemsCount':_0x332516};}[_0x5333('0x5')](){const _0x4c9d56=this[_0x5333('0x9')],_0x93c445=new _0x3779cf(this['locale']);return _0x93c445[_0x5333('0xd')]({'label':'('+_0x226aa4(_0x4c9d56,'Clear')+')','withText':!0x0}),_0x93c445['on'](_0x5333('0x3'),()=>this[_0x5333('0x0')](_0x5333('0x4'))),_0x93c445;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x25bf=['_loadFromSessionStorage','remove','toLowerCase','map','prompt','CKEditor/AIFormView/PromptHistory','add','last','length','addMany','_saveToSessionStorage'];(function(_0x14e1c8,_0x25bfb4){const _0x1dd349=function(_0x37481c){while(--_0x37481c){_0x14e1c8['push'](_0x14e1c8['shift']());}};_0x1dd349(++_0x25bfb4);}(_0x25bf,0xbb));const _0x1dd3=function(_0x14e1c8,_0x25bfb4){_0x14e1c8=_0x14e1c8-0x0;let _0x1dd349=_0x25bf[_0x14e1c8];return _0x1dd349;};import{Collection as _0x570834}from'ckeditor5/src/utils';const ts=_0x1dd3('0x5');export default class rt extends _0x570834{constructor(){super(),this[_0x1dd3('0x0')](),this['on'](_0x1dd3('0x6'),(_0x22caa8,_0x36984d)=>{const _0x1be21b=os(_0x36984d[_0x1dd3('0x4')]);for(const _0x935f74 of this)if(_0x935f74!=_0x36984d&&os(_0x935f74['prompt'])===_0x1be21b){this['remove'](_0x935f74);break;}this[_0x1dd3('0x8')]>0x14&&this[_0x1dd3('0x1')](this[_0x1dd3('0x7')]),this[_0x1dd3('0xa')]();}),this['on'](_0x1dd3('0x1'),()=>{this[_0x1dd3('0xa')]();});}['_loadFromSessionStorage'](){const _0x18247e=sessionStorage['getItem'](ts)||'[]';this[_0x1dd3('0x9')](JSON['parse'](_0x18247e));}['_saveToSessionStorage'](){sessionStorage['setItem'](ts,JSON['stringify'](this[_0x1dd3('0x3')](_0x2df091=>_0x2df091)));}}function os(_0xc2a4dc){return _0xc2a4dc[_0x1dd3('0x2')]()['trim']();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x447b=['document','showUI','model','getItems','aiAssistant.disabledElements','execute','includes','refresh','config','name','selection','get','editor'];(function(_0x18f798,_0x447b41){const _0x23864d=function(_0x151e16){while(--_0x151e16){_0x18f798['push'](_0x18f798['shift']());}};_0x23864d(++_0x447b41);}(_0x447b,0xcc));const _0x2386=function(_0x18f798,_0x447b41){_0x18f798=_0x18f798-0x0;let _0x23864d=_0x447b[_0x18f798];return _0x23864d;};import{Command as _0x2fe45b}from'ckeditor5/src/core';import _0xfe729f from'../aiassistantui';export default class A extends _0x2fe45b{[_0x2386('0xb')](){const _0x1e307f=this['editor'][_0x2386('0x6')][_0x2386('0x4')][_0x2386('0x1')],_0x1ee83c=this['editor'][_0x2386('0xc')]['get'](_0x2386('0x8'));for(const _0x2ad495 of _0x1e307f['getRanges']())for(const _0x34bc56 of _0x2ad495[_0x2386('0x7')]())if(_0x34bc56['is']('element')&&_0x1ee83c[_0x2386('0xa')](_0x34bc56[_0x2386('0x0')]))return void(this['isEnabled']=!0x1);this['isEnabled']=!0x0;}[_0x2386('0x9')](_0x501671='',_0x1ba1be=''){this[_0x2386('0x3')]['plugins'][_0x2386('0x2')](_0xfe729f)[_0x2386('0x5')](_0x501671,_0x1ba1be);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
export function getTranslation(
|
|
23
|
+
export function getTranslation(_0x32d646,_0x38aed3,_0x3dd74a){const t=_0x32d646['t'];switch(_0x38aed3){case'Edit\x20or\x20review':return t('Edit\x20or\x20review');case'Improve\x20writing':return t('Improve\x20writing');case'Make\x20shorter':return t('Make\x20shorter');case'Make\x20longer':return t('Make\x20longer');case'Simplify\x20language':return t('Simplify\x20language');case'Generate\x20from\x20selection':return t('Generate\x20from\x20selection');case'Summarize':return t('Summarize');case'Continue':return t('Continue');case'Change\x20tone':return t('Change\x20tone');case'Professional':return t('Professional');case'Casual':return t('Casual');case'Direct':return t('Direct');case'Confident':return t('Confident');case'Friendly':return t('Friendly');case'Change\x20style':return t('Change\x20style');case'Business':return t('Business');case'Legal':return t('Legal');case'Journalism':return t('Journalism');case'Poetic':return t('Poetic');case'Translate':return t('Translate');case'Translate\x20to\x20%0':return t('Translate\x20to\x20%0',_0x3dd74a);case'English':return t('English');case'Spanish':return t('Spanish');case'German':return t('German');case'Portuguese':return t('Portuguese');case'French':return t('French');case'Simplified\x20Chinese':return t('Simplified\x20Chinese');case'Hindi':return t('Hindi');case'Arabic':return t('Arabic');case'AI\x20Assistant':return t('AI\x20Assistant');case'AI\x20Commands':return t('AI\x20Commands');case'Ask\x20AI\x20to\x20edit\x20or\x20generate':return t('Ask\x20AI\x20to\x20edit\x20or\x20generate');case'Ask\x20AI\x20to\x20improve\x20generated\x20text':return t('Ask\x20AI\x20to\x20improve\x20generated\x20text');case'Copy':return t('Copy');case'Submit':return t('Submit');case'Insert\x20below':return t('Insert\x20below');case'Try\x20again':return t('Try\x20again');case'Stop':return t('Stop');case'AI\x20is\x20writing...':return t('AI\x20is\x20writing...');case'History':return t('History');case'Empty\x20history':return t('Empty\x20history');case'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.':return t('Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.');case'Prompt\x20history':return t('Prompt\x20history');case'Search\x20AI\x20command':return t('Search\x20AI\x20command');case'No\x20commands\x20found':return t('No\x20commands\x20found');case'No\x20commands\x20available':return t('No\x20commands\x20available');case'Clear':return t('Clear');case'AI_REPLACE_CONTENT':return t({'id':'AI_REPLACE_CONTENT','string':'Replace'});case'AI_ERROR_AUTH_REQUEST':return t({'id':'AI_ERROR_AUTH_REQUEST','string':'Authorization\x20request\x20failed'});case'AI_ERROR_CONTEXT_LENGTH':return t({'id':'AI_ERROR_CONTEXT_LENGTH','string':'Selected\x20content\x20is\x20too\x20long'});case'AI_ERROR_MODERATION':return t({'id':'AI_ERROR_MODERATION','string':'Requested\x20query\x20does\x20not\x20pass\x20moderation\x20rules'});case'AI_ERROR_FAILED':return t({'id':'AI_ERROR_FAILED','string':'Failed\x20to\x20communicate\x20with\x20the\x20AI\x20service'});default:return _0x38aed3;}}
|
package/theme/ai-form.css
CHANGED
|
@@ -64,10 +64,17 @@
|
|
|
64
64
|
width: 100%;
|
|
65
65
|
white-space: normal;
|
|
66
66
|
padding: var(--ck-spacing-tiny) var(--ck-spacing-medium);
|
|
67
|
-
padding-right: 0;
|
|
68
67
|
min-height: calc( var(--ck-line-height-base) * var(--ck-font-size-base) );
|
|
69
68
|
box-sizing: content-box;
|
|
70
69
|
|
|
70
|
+
@mixin ck-dir ltr {
|
|
71
|
+
padding-right: 0;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
@mixin ck-dir rtl {
|
|
75
|
+
padding-left: 0;
|
|
76
|
+
}
|
|
77
|
+
|
|
71
78
|
& > * {
|
|
72
79
|
white-space: normal;
|
|
73
80
|
color: inherit;
|
|
@@ -75,7 +82,14 @@
|
|
|
75
82
|
}
|
|
76
83
|
|
|
77
84
|
& .ck-spinner-container {
|
|
78
|
-
|
|
85
|
+
@mixin ck-dir ltr {
|
|
86
|
+
margin-right: var(--ck-spacing-medium);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
@mixin ck-dir rtl {
|
|
90
|
+
margin-left: var(--ck-spacing-medium);
|
|
91
|
+
}
|
|
92
|
+
|
|
79
93
|
}
|
|
80
94
|
|
|
81
95
|
& .ck-ai-form__copy-button-wrapper {
|
|
@@ -126,14 +140,29 @@
|
|
|
126
140
|
flex-grow: 1;
|
|
127
141
|
}
|
|
128
142
|
|
|
129
|
-
& > .ck.ck-
|
|
130
|
-
|
|
143
|
+
& > .ck.ck-ai-form__submit {
|
|
144
|
+
@mixin ck-dir ltr {
|
|
145
|
+
margin-left: var(--ck-spacing-medium);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
@mixin ck-dir rtl {
|
|
149
|
+
margin-right: var(--ck-spacing-medium);
|
|
150
|
+
}
|
|
131
151
|
}
|
|
132
152
|
|
|
133
|
-
|
|
153
|
+
/* Toggle history button */
|
|
154
|
+
& > .ck-labeled-field-view .ck-ai-form__toggle-history {
|
|
134
155
|
position: absolute;
|
|
135
156
|
font-size: var(--ck-font-size-tiny);
|
|
136
|
-
|
|
157
|
+
|
|
158
|
+
@mixin ck-dir ltr {
|
|
159
|
+
right: var(--ck-spacing-medium);
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
@mixin ck-dir rtl {
|
|
163
|
+
left: var(--ck-spacing-medium);
|
|
164
|
+
}
|
|
165
|
+
|
|
137
166
|
bottom: var(--ck-spacing-small);
|
|
138
167
|
top: var(--ck-spacing-small);
|
|
139
168
|
padding: 4px;
|
|
@@ -142,7 +171,14 @@
|
|
|
142
171
|
}
|
|
143
172
|
|
|
144
173
|
& .ck-textarea {
|
|
145
|
-
|
|
174
|
+
/* Give the toggle history button some space */
|
|
175
|
+
@mixin ck-dir ltr {
|
|
176
|
+
padding-right: 30px;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
@mixin ck-dir rtl {
|
|
180
|
+
padding-left: 30px;
|
|
181
|
+
}
|
|
146
182
|
}
|
|
147
183
|
|
|
148
184
|
/* Prompt history group */
|