UNPKG

@itrocks/framework

Version:

RAD framework for intuitive web application development, blending data and domain-driven design with modular architecture

19 lines 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.build = build; const action_1 = require("@itrocks/action"); const action_2 = require("@itrocks/action"); const action_3 = require("@itrocks/action"); function build() { (0, action_2.setActionCss)({ file: '/node_modules/@itrocks/(action)/css/action.css' }); (0, action_3.setActionTemplates)({ need: 'object', file: __dirname + '/../../action/cjs/selectionAction.html' }, { file: __dirname + '/../../action/cjs/action.html' }); (0, action_1.setAction)('edit', 'delete'); (0, action_1.setAction)('login', 'forgot-password'); (0, action_1.setAction)('login', 'signup', { caption: 'Sign up' }); (0, action_1.setAction)('list', 'new'); (0, action_1.setAction)('list', 'delete', { need: 'object' }); (0, action_1.setAction)('output', 'edit'); (0, action_1.setAction)('output', 'print', { target: undefined }); (0, action_1.setAction)('output', 'delete'); } //# sourceMappingURL=workflow.js.map