@elizaos/plugin-form 2.0.0-alpha.4 → 2.0.0-alpha.6
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/index.js +1 -9
- package/dist/index.js.map +4 -4
- package/package.json +4 -5
package/dist/index.js
CHANGED
|
@@ -1242,13 +1242,6 @@ var init_service = __esm(() => {
|
|
|
1242
1242
|
listForms() {
|
|
1243
1243
|
return Array.from(this.forms.values());
|
|
1244
1244
|
}
|
|
1245
|
-
registerType(type, handler) {
|
|
1246
|
-
registerTypeHandler(type, handler);
|
|
1247
|
-
logger.debug(`[FormService] Registered type handler: ${type}`);
|
|
1248
|
-
}
|
|
1249
|
-
getTypeHandler(type) {
|
|
1250
|
-
return getTypeHandler(type);
|
|
1251
|
-
}
|
|
1252
1245
|
registerControlType(type, options) {
|
|
1253
1246
|
const existing = this.controlTypes.get(type.id);
|
|
1254
1247
|
if (existing) {
|
|
@@ -3289,5 +3282,4 @@ export {
|
|
|
3289
3282
|
BUILTIN_TYPES
|
|
3290
3283
|
};
|
|
3291
3284
|
|
|
3292
|
-
//# debugId=
|
|
3293
|
-
//# sourceMappingURL=index.js.map
|
|
3285
|
+
//# debugId=04E8FE7550ADEA5164756E2164756E21
|