@blocklet/pages-kit 0.2.423 → 0.2.425
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/lib/cjs/builtin/async/ai-runtime/index.js +3 -1
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/builtin/async/ai-runtime/index.js +1 -0
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/types/builtin/async/ai-runtime/index.d.ts +1 -0
- package/lib/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -6
|
@@ -17,7 +17,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
17
17
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18
18
|
};
|
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
-
exports.MarkdownView = exports.GoogleSearchSourcesView = exports.GoogleSearchRelatedQuestionsView = exports.ImagesView = exports.OpeningQuestionsView = exports.ShareView = exports.ReferencedLinksView = exports.SuggestedQuestionsView = exports.PhotoGalleryItem = exports.ChatOutput = exports.SimpleOutput = exports.AutoForm = exports.PhotoGallery = exports.SimpleChat = exports.SimplePage = exports.ChatBotButton = exports.Runtime = exports.useAppearances = exports.ActiveAgentProvider = exports.CurrentMessageProvider = exports.CurrentAgentProvider = exports.ComponentPreferencesProvider = exports.RuntimeProvider = exports.AgentErrorBoundary = exports.runAgent = void 0;
|
|
20
|
+
exports.NFTDisplay = exports.MarkdownView = exports.GoogleSearchSourcesView = exports.GoogleSearchRelatedQuestionsView = exports.ImagesView = exports.OpeningQuestionsView = exports.ShareView = exports.ReferencedLinksView = exports.SuggestedQuestionsView = exports.PhotoGalleryItem = exports.ChatOutput = exports.SimpleOutput = exports.AutoForm = exports.PhotoGallery = exports.SimpleChat = exports.SimplePage = exports.ChatBotButton = exports.Runtime = exports.useAppearances = exports.ActiveAgentProvider = exports.CurrentMessageProvider = exports.CurrentAgentProvider = exports.ComponentPreferencesProvider = exports.RuntimeProvider = exports.AgentErrorBoundary = exports.runAgent = void 0;
|
|
21
21
|
var session_1 = require("./api/session");
|
|
22
22
|
Object.defineProperty(exports, "runAgent", { enumerable: true, get: function () { return session_1.runAgent; } });
|
|
23
23
|
var AgentErrorBoundary_1 = require("./components/AgentErrorBoundary");
|
|
@@ -77,5 +77,7 @@ var GoogleSearchSourcesView_1 = require("./runtime-components/GoogleSearch/Googl
|
|
|
77
77
|
Object.defineProperty(exports, "GoogleSearchSourcesView", { enumerable: true, get: function () { return __importDefault(GoogleSearchSourcesView_1).default; } });
|
|
78
78
|
var MarkdownView_1 = require("./runtime-components/MarkdownView");
|
|
79
79
|
Object.defineProperty(exports, "MarkdownView", { enumerable: true, get: function () { return __importDefault(MarkdownView_1).default; } });
|
|
80
|
+
var NFTDisplay_1 = require("@arcblock/ux/lib/NFTDisplay");
|
|
81
|
+
Object.defineProperty(exports, "NFTDisplay", { enumerable: true, get: function () { return __importDefault(NFTDisplay_1).default; } });
|
|
80
82
|
// only use to debug, should be removed when PR
|
|
81
83
|
__exportStar(require("./runtime-components/V0"), exports);
|