ide-assi 0.446.0 → 0.448.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/dist/bundle.cjs.js
CHANGED
|
@@ -202490,9 +202490,9 @@ class IdeAssi extends HTMLElement
|
|
|
202490
202490
|
|
|
202491
202491
|
// 1. 초기 진행 상태 메시지 추가
|
|
202492
202492
|
const initialProgressData = [
|
|
202493
|
-
{ id: 'analysis', message: '
|
|
202494
|
-
{ id: 'design', message: '
|
|
202495
|
-
{ id: 'development', message: '
|
|
202493
|
+
{ id: 'analysis', message: '분석중입니다.', completedMessage: '분석이 완료되었습니다.' },
|
|
202494
|
+
{ id: 'design', message: '설계중.', completedMessage: '설계가 완료되었습니다.' },
|
|
202495
|
+
{ id: 'development', message: '개발중.', completedMessage: '개발이 완료되었습니다.' }
|
|
202496
202496
|
];
|
|
202497
202497
|
|
|
202498
202498
|
// aiChat.add 호출 시, progressData를 마지막 인자로 전달하고 생성된 엘리먼트를 받습니다.
|
|
@@ -202520,7 +202520,7 @@ class IdeAssi extends HTMLElement
|
|
|
202520
202520
|
elAiChat.add("ai", "모든 작업이 성공적으로 완료되었습니다!", [], []);
|
|
202521
202521
|
}, 9000);
|
|
202522
202522
|
|
|
202523
|
-
|
|
202523
|
+
this.#ing = false;
|
|
202524
202524
|
|
|
202525
202525
|
return;
|
|
202526
202526
|
}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202486,9 +202486,9 @@ class IdeAssi extends HTMLElement
|
|
|
202486
202486
|
|
|
202487
202487
|
// 1. 초기 진행 상태 메시지 추가
|
|
202488
202488
|
const initialProgressData = [
|
|
202489
|
-
{ id: 'analysis', message: '
|
|
202490
|
-
{ id: 'design', message: '
|
|
202491
|
-
{ id: 'development', message: '
|
|
202489
|
+
{ id: 'analysis', message: '분석중입니다.', completedMessage: '분석이 완료되었습니다.' },
|
|
202490
|
+
{ id: 'design', message: '설계중.', completedMessage: '설계가 완료되었습니다.' },
|
|
202491
|
+
{ id: 'development', message: '개발중.', completedMessage: '개발이 완료되었습니다.' }
|
|
202492
202492
|
];
|
|
202493
202493
|
|
|
202494
202494
|
// aiChat.add 호출 시, progressData를 마지막 인자로 전달하고 생성된 엘리먼트를 받습니다.
|
|
@@ -202516,7 +202516,7 @@ class IdeAssi extends HTMLElement
|
|
|
202516
202516
|
elAiChat.add("ai", "모든 작업이 성공적으로 완료되었습니다!", [], []);
|
|
202517
202517
|
}, 9000);
|
|
202518
202518
|
|
|
202519
|
-
|
|
202519
|
+
this.#ing = false;
|
|
202520
202520
|
|
|
202521
202521
|
return;
|
|
202522
202522
|
}
|
|
@@ -535,9 +535,9 @@ export default DocManager;
|
|
|
535
535
|
|
|
536
536
|
// 1. 초기 진행 상태 메시지 추가
|
|
537
537
|
const initialProgressData = [
|
|
538
|
-
{ id: 'analysis', message: '
|
|
539
|
-
{ id: 'design', message: '
|
|
540
|
-
{ id: 'development', message: '
|
|
538
|
+
{ id: 'analysis', message: '분석중입니다.', completedMessage: '분석이 완료되었습니다.' },
|
|
539
|
+
{ id: 'design', message: '설계중.', completedMessage: '설계가 완료되었습니다.' },
|
|
540
|
+
{ id: 'development', message: '개발중.', completedMessage: '개발이 완료되었습니다.' }
|
|
541
541
|
];
|
|
542
542
|
|
|
543
543
|
// aiChat.add 호출 시, progressData를 마지막 인자로 전달하고 생성된 엘리먼트를 받습니다.
|
|
@@ -565,7 +565,7 @@ export default DocManager;
|
|
|
565
565
|
elAiChat.add("ai", "모든 작업이 성공적으로 완료되었습니다!", [], []);
|
|
566
566
|
}, 9000);
|
|
567
567
|
|
|
568
|
-
|
|
568
|
+
this.#ing = false;
|
|
569
569
|
|
|
570
570
|
return;
|
|
571
571
|
|
package/package.json
CHANGED
|
@@ -535,9 +535,9 @@ export default DocManager;
|
|
|
535
535
|
|
|
536
536
|
// 1. 초기 진행 상태 메시지 추가
|
|
537
537
|
const initialProgressData = [
|
|
538
|
-
{ id: 'analysis', message: '
|
|
539
|
-
{ id: 'design', message: '
|
|
540
|
-
{ id: 'development', message: '
|
|
538
|
+
{ id: 'analysis', message: '분석중입니다.', completedMessage: '분석이 완료되었습니다.' },
|
|
539
|
+
{ id: 'design', message: '설계중.', completedMessage: '설계가 완료되었습니다.' },
|
|
540
|
+
{ id: 'development', message: '개발중.', completedMessage: '개발이 완료되었습니다.' }
|
|
541
541
|
];
|
|
542
542
|
|
|
543
543
|
// aiChat.add 호출 시, progressData를 마지막 인자로 전달하고 생성된 엘리먼트를 받습니다.
|
|
@@ -565,7 +565,7 @@ export default DocManager;
|
|
|
565
565
|
elAiChat.add("ai", "모든 작업이 성공적으로 완료되었습니다!", [], []);
|
|
566
566
|
}, 9000);
|
|
567
567
|
|
|
568
|
-
|
|
568
|
+
this.#ing = false;
|
|
569
569
|
|
|
570
570
|
return;
|
|
571
571
|
|