@nine-lab/nine-ux 0.1.84 → 0.1.86
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/nine-ux.umd.js +2 -10
- package/package.json +1 -1
package/dist/nine-ux.umd.js
CHANGED
|
@@ -638,7 +638,7 @@ dialog.out { animation: nx-fade-out 0.3s forwards; }
|
|
|
638
638
|
// 1. 값만 깔끔하게 반환
|
|
639
639
|
get cssPath() {
|
|
640
640
|
var _a;
|
|
641
|
-
return ((_a = nine.
|
|
641
|
+
return ((_a = nine.config.ux) == null ? void 0 : _a.cssPath) || __privateGet(this, _localCssPath);
|
|
642
642
|
}
|
|
643
643
|
set cssPath(path) {
|
|
644
644
|
__privateSet(this, _localCssPath, path);
|
|
@@ -649,14 +649,6 @@ dialog.out { animation: nx-fade-out 0.3s forwards; }
|
|
|
649
649
|
confirm(message, title = "Confirm") {
|
|
650
650
|
return __privateMethod(this, _NineUx_instances, createRunner_fn).call(this, "confirm", message, title, "classic");
|
|
651
651
|
}
|
|
652
|
-
// 이제 setup이나 window 교체 로직은 여기서 다 제거합니다.
|
|
653
|
-
// 오직 팝업을 실행하는 인터페이스 역할만 수행.
|
|
654
|
-
async alert1(message, title = "Alert", options = {}) {
|
|
655
|
-
return await nineAlertPopup.alert(message, title, options);
|
|
656
|
-
}
|
|
657
|
-
async confirm1(message, title = "Confirm", options = {}) {
|
|
658
|
-
return await nineConfirmPopup.confirm(message, title, options);
|
|
659
|
-
}
|
|
660
652
|
/**
|
|
661
653
|
* 컴포넌트별 CSS 경로 생성 헬퍼 (복구!)
|
|
662
654
|
*/
|
|
@@ -19372,7 +19364,7 @@ img.ProseMirror-separator {
|
|
|
19372
19364
|
const customImport = customPath ? `@import "${customPath}";` : "";
|
|
19373
19365
|
this.shadowRoot.innerHTML = `
|
|
19374
19366
|
<style>
|
|
19375
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@${"0.1.
|
|
19367
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@${"0.1.86"}/dist/css/nineEditor.css";
|
|
19376
19368
|
${customImport}
|
|
19377
19369
|
</style>
|
|
19378
19370
|
|