Comparing version 1.2.14 to 1.2.15
@@ -31,3 +31,4 @@ import ControllerAdapter, { WebMvcConfigurationSupport } from "./controller/index"; | ||
declare const FAIL: Fail; | ||
export { WebMvcConfigurationSupport, SUCCESS, FAIL, Request, Response, Get, Post, Put, Delete, Scope, Param, HttpInterceptor, Fail, Success, RestModel, View, Redirect, Forward, Download, FilterAdapter, Filter, Validator, Controller, Interceptor, model, annotation, }; | ||
declare function defineMvcConfig(config: VWebMvcConfig): VWebMvcConfig; | ||
export { WebMvcConfigurationSupport, SUCCESS, FAIL, Request, Response, Get, Post, Put, Delete, Scope, Param, HttpInterceptor, Fail, Success, RestModel, View, Redirect, Forward, Download, FilterAdapter, Filter, Validator, Controller, Interceptor, model, annotation, defineMvcConfig, }; | ||
declare global { | ||
@@ -34,0 +35,0 @@ const mvc: ControllerAdapter; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.annotation = exports.model = exports.Interceptor = exports.Controller = exports.Validator = exports.Filter = exports.FilterAdapter = exports.Download = exports.Forward = exports.Redirect = exports.View = exports.RestModel = exports.Success = exports.Fail = exports.HttpInterceptor = exports.Param = exports.Scope = exports.Delete = exports.Put = exports.Post = exports.Get = exports.Response = exports.Request = exports.FAIL = exports.SUCCESS = exports.WebMvcConfigurationSupport = void 0; | ||
exports.defineMvcConfig = exports.annotation = exports.model = exports.Interceptor = exports.Controller = exports.Validator = exports.Filter = exports.FilterAdapter = exports.Download = exports.Forward = exports.Redirect = exports.View = exports.RestModel = exports.Success = exports.Fail = exports.HttpInterceptor = exports.Param = exports.Scope = exports.Delete = exports.Put = exports.Post = exports.Get = exports.Response = exports.Request = exports.FAIL = exports.SUCCESS = exports.WebMvcConfigurationSupport = void 0; | ||
const index_1 = require("./controller/index"); | ||
@@ -59,2 +59,6 @@ Object.defineProperty(exports, "WebMvcConfigurationSupport", { enumerable: true, get: function () { return index_1.WebMvcConfigurationSupport; } }); | ||
exports.FAIL = FAIL; | ||
function defineMvcConfig(config) { | ||
return config; | ||
} | ||
exports.defineMvcConfig = defineMvcConfig; | ||
exports.default = { | ||
@@ -61,0 +65,0 @@ name: 'mvc', |
{ | ||
"name": "vweb-mvc", | ||
"version": "1.2.14", | ||
"version": "1.2.15", | ||
"description": "mvc ", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80753
2102