@@ -3,12 +3,30 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
33 return ( mod && mod . __esModule ) ? mod : { "default" : mod } ;
44} ;
55Object . defineProperty ( exports , "__esModule" , { value : true } ) ;
6- exports . Template = exports . Flavor = exports . Executable = exports . Application = void 0 ;
6+ exports . allApplications = exports . templateStaticMixin = exports . templateMixin = exports . applicationStaticMixin = exports . applicationMixin = exports . flavorMixin = exports . executableMixin = exports . JSONSchemaFormDataProvider = exports . ContextProvider = exports . ApplicationRegistry = exports . Template = exports . Flavor = exports . Executable = exports . Application = void 0 ;
77const application_1 = __importDefault ( require ( "./application" ) ) ;
88exports . Application = application_1 . default ;
9+ const applicationMixin_1 = require ( "./applicationMixin" ) ;
10+ Object . defineProperty ( exports , "applicationMixin" , { enumerable : true , get : function ( ) { return applicationMixin_1 . applicationMixin ; } } ) ;
11+ Object . defineProperty ( exports , "applicationStaticMixin" , { enumerable : true , get : function ( ) { return applicationMixin_1 . applicationStaticMixin ; } } ) ;
12+ const ApplicationRegistry_1 = __importDefault ( require ( "./ApplicationRegistry" ) ) ;
13+ exports . ApplicationRegistry = ApplicationRegistry_1 . default ;
14+ const ContextProvider_1 = __importDefault ( require ( "./context/ContextProvider" ) ) ;
15+ exports . ContextProvider = ContextProvider_1 . default ;
16+ const JSONSchemaFormDataProvider_1 = __importDefault ( require ( "./context/JSONSchemaFormDataProvider" ) ) ;
17+ exports . JSONSchemaFormDataProvider = JSONSchemaFormDataProvider_1 . default ;
918const executable_1 = __importDefault ( require ( "./executable" ) ) ;
1019exports . Executable = executable_1 . default ;
20+ const executableMixin_1 = require ( "./executableMixin" ) ;
21+ Object . defineProperty ( exports , "executableMixin" , { enumerable : true , get : function ( ) { return executableMixin_1 . executableMixin ; } } ) ;
1122const flavor_1 = __importDefault ( require ( "./flavor" ) ) ;
1223exports . Flavor = flavor_1 . default ;
24+ const flavorMixin_1 = require ( "./flavorMixin" ) ;
25+ Object . defineProperty ( exports , "flavorMixin" , { enumerable : true , get : function ( ) { return flavorMixin_1 . flavorMixin ; } } ) ;
1326const template_1 = __importDefault ( require ( "./template" ) ) ;
1427exports . Template = template_1 . default ;
28+ const templateMixin_1 = require ( "./templateMixin" ) ;
29+ Object . defineProperty ( exports , "templateMixin" , { enumerable : true , get : function ( ) { return templateMixin_1 . templateMixin ; } } ) ;
30+ Object . defineProperty ( exports , "templateStaticMixin" , { enumerable : true , get : function ( ) { return templateMixin_1 . templateStaticMixin ; } } ) ;
31+ const allApplications = ApplicationRegistry_1 . default . getUniqueAvailableApplicationNames ( ) ;
32+ exports . allApplications = allApplications ;
0 commit comments