@abp/ng.feature-management 5.0.0-rc.1 → 5.0.2
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/abp-ng.feature-management.d.ts +5 -5
- package/bundles/abp-ng.feature-management-proxy.umd.js +28 -28
- package/bundles/abp-ng.feature-management.umd.js +534 -534
- package/esm2015/abp-ng.feature-management.js +4 -4
- package/esm2015/lib/components/feature-management/feature-management.component.js +157 -157
- package/esm2015/lib/components/index.js +1 -1
- package/esm2015/lib/directives/free-text-input.directive.js +36 -36
- package/esm2015/lib/directives/index.js +1 -1
- package/esm2015/lib/enums/components.js +1 -1
- package/esm2015/lib/feature-management.module.js +21 -21
- package/esm2015/lib/models/feature-management.js +1 -1
- package/esm2015/lib/models/index.js +1 -1
- package/esm2015/proxy/abp-ng.feature-management-proxy.js +4 -4
- package/esm2015/proxy/lib/index.js +2 -2
- package/esm2015/proxy/lib/proxy/feature-management/features.service.js +29 -29
- package/esm2015/proxy/lib/proxy/feature-management/index.js +2 -2
- package/esm2015/proxy/lib/proxy/feature-management/models.js +1 -1
- package/esm2015/proxy/lib/proxy/validation/index.js +2 -2
- package/esm2015/proxy/lib/proxy/validation/string-values/index.js +1 -1
- package/esm2015/proxy/lib/proxy/validation/string-values/models.js +1 -1
- package/esm2015/proxy/public-api.js +1 -1
- package/esm2015/public-api.js +5 -5
- package/fesm2015/abp-ng.feature-management-proxy.js +26 -26
- package/fesm2015/abp-ng.feature-management.js +192 -192
- package/lib/components/feature-management/feature-management.component.d.ts +49 -49
- package/lib/components/index.d.ts +1 -1
- package/lib/directives/free-text-input.directive.d.ts +21 -21
- package/lib/directives/index.d.ts +1 -1
- package/lib/enums/components.d.ts +3 -3
- package/lib/feature-management.module.d.ts +11 -11
- package/lib/models/feature-management.d.ts +11 -11
- package/lib/models/index.d.ts +1 -1
- package/package.json +3 -3
- package/proxy/abp-ng.feature-management-proxy.d.ts +5 -5
- package/proxy/lib/index.d.ts +2 -2
- package/proxy/lib/proxy/feature-management/features.service.d.ts +12 -12
- package/proxy/lib/proxy/feature-management/index.d.ts +2 -2
- package/proxy/lib/proxy/feature-management/models.d.ts +30 -30
- package/proxy/lib/proxy/validation/index.d.ts +2 -2
- package/proxy/lib/proxy/validation/string-values/index.d.ts +1 -1
- package/proxy/lib/proxy/validation/string-values/models.d.ts +11 -11
- package/proxy/public-api.d.ts +1 -1
- package/public-api.d.ts +5 -5
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@abp/ng.feature-management" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@abp/ng.feature-management" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -25,40 +25,40 @@
|
|
|
25
25
|
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
|
26
26
|
var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
|
|
27
27
|
|
|
28
|
-
var FeaturesService = /** @class */ (function () {
|
|
29
|
-
function FeaturesService(restService) {
|
|
30
|
-
var _this = this;
|
|
31
|
-
this.restService = restService;
|
|
32
|
-
this.apiName = 'AbpFeatureManagement';
|
|
33
|
-
this.get = function (providerName, providerKey) { return _this.restService.request({
|
|
34
|
-
method: 'GET',
|
|
35
|
-
url: '/api/feature-management/features',
|
|
36
|
-
params: { providerName: providerName, providerKey: providerKey },
|
|
37
|
-
}, { apiName: _this.apiName }); };
|
|
38
|
-
this.update = function (providerName, providerKey, input) { return _this.restService.request({
|
|
39
|
-
method: 'PUT',
|
|
40
|
-
url: '/api/feature-management/features',
|
|
41
|
-
params: { providerName: providerName, providerKey: providerKey },
|
|
42
|
-
body: input,
|
|
43
|
-
}, { apiName: _this.apiName }); };
|
|
44
|
-
}
|
|
45
|
-
return FeaturesService;
|
|
46
|
-
}());
|
|
47
|
-
FeaturesService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: FeaturesService, deps: [{ token: i1__namespace.RestService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
48
|
-
FeaturesService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: FeaturesService, providedIn: 'root' });
|
|
49
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: FeaturesService, decorators: [{
|
|
50
|
-
type: i0.Injectable,
|
|
51
|
-
args: [{
|
|
52
|
-
providedIn: 'root',
|
|
53
|
-
}]
|
|
28
|
+
var FeaturesService = /** @class */ (function () {
|
|
29
|
+
function FeaturesService(restService) {
|
|
30
|
+
var _this = this;
|
|
31
|
+
this.restService = restService;
|
|
32
|
+
this.apiName = 'AbpFeatureManagement';
|
|
33
|
+
this.get = function (providerName, providerKey) { return _this.restService.request({
|
|
34
|
+
method: 'GET',
|
|
35
|
+
url: '/api/feature-management/features',
|
|
36
|
+
params: { providerName: providerName, providerKey: providerKey },
|
|
37
|
+
}, { apiName: _this.apiName }); };
|
|
38
|
+
this.update = function (providerName, providerKey, input) { return _this.restService.request({
|
|
39
|
+
method: 'PUT',
|
|
40
|
+
url: '/api/feature-management/features',
|
|
41
|
+
params: { providerName: providerName, providerKey: providerKey },
|
|
42
|
+
body: input,
|
|
43
|
+
}, { apiName: _this.apiName }); };
|
|
44
|
+
}
|
|
45
|
+
return FeaturesService;
|
|
46
|
+
}());
|
|
47
|
+
FeaturesService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: FeaturesService, deps: [{ token: i1__namespace.RestService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
48
|
+
FeaturesService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: FeaturesService, providedIn: 'root' });
|
|
49
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: FeaturesService, decorators: [{
|
|
50
|
+
type: i0.Injectable,
|
|
51
|
+
args: [{
|
|
52
|
+
providedIn: 'root',
|
|
53
|
+
}]
|
|
54
54
|
}], ctorParameters: function () { return [{ type: i1__namespace.RestService }]; } });
|
|
55
55
|
|
|
56
56
|
var index = /*#__PURE__*/Object.freeze({
|
|
57
57
|
__proto__: null
|
|
58
58
|
});
|
|
59
59
|
|
|
60
|
-
/**
|
|
61
|
-
* Generated bundle index. Do not edit.
|
|
60
|
+
/**
|
|
61
|
+
* Generated bundle index. Do not edit.
|
|
62
62
|
*/
|
|
63
63
|
|
|
64
64
|
exports.FeaturesService = FeaturesService;
|