@mediusinc/mng-commons 2.0.0-rc.3 → 2.0.0-rc.5
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/README.md +32 -32
- package/esm2020/index.mjs +61 -0
- package/esm2020/lib/components/action/action.component.mjs +12 -7
- package/esm2020/lib/components/action/editor/action-editor.component.mjs +8 -6
- package/esm2020/lib/components/action/localization/data-language-dropdown.component.mjs +6 -4
- package/esm2020/lib/components/action/models/action-execution.model.mjs +9 -1
- package/esm2020/lib/components/action/route/action-route.component.mjs +6 -4
- package/esm2020/lib/components/form/autocomplete/autocomplete.component.mjs +7 -6
- package/esm2020/lib/components/form/date-range/date-range.component.mjs +5 -5
- package/esm2020/lib/components/form/dropdown/dropdown.component.mjs +7 -6
- package/esm2020/lib/components/form/editor/form-editor.component.mjs +8 -5
- package/esm2020/lib/components/form/formly/fields/formly-field-action/formly-field-action.component.mjs +3 -3
- package/esm2020/lib/components/form/formly/fields/formly-field-autocomplete/formly-field-autocomplete.component.mjs +3 -3
- package/esm2020/lib/components/form/formly/fields/formly-field-dropdown/formly-field-dropdown.component.mjs +3 -3
- package/esm2020/lib/components/form/formly/fields/formly-field-fieldset/formly-field-fieldset.component.mjs +3 -3
- package/esm2020/lib/components/form/formly/fields/formly-field-input/formly-field-input.component.mjs +7 -6
- package/esm2020/lib/components/form/formly/fields/formly-field-label/formly-field-label.component.mjs +3 -3
- package/esm2020/lib/components/form/formly/fields/formly-field-lookup-dialog/formly-field-lookup-dialog.component.mjs +6 -6
- package/esm2020/lib/components/form/formly/fields/formly-field-table-dialog-form/formly-field-table-dialog-form.component.mjs +6 -6
- package/esm2020/lib/components/form/formly/fields/formly-field-table-dialog-multiselect/formly-field-table-dialog-multiselect.component.mjs +6 -6
- package/esm2020/lib/components/form/formly/fields/formly-field-tabs/formly-field-tabs.component.mjs +3 -3
- package/esm2020/lib/components/form/formly/wrappers/formly-field-no-label-wrapper/formly-field-no-label-wrapper.component.mjs +5 -5
- package/esm2020/lib/components/form/formly/wrappers/formly-field-wrapper/formly-field-wrapper.component.mjs +5 -5
- package/esm2020/lib/components/layout/breadcrumb.component.mjs +5 -4
- package/esm2020/lib/components/layout/footer.component.mjs +5 -4
- package/esm2020/lib/components/layout/main-layout.component.mjs +7 -6
- package/esm2020/lib/components/layout/menu-item.component.mjs +10 -6
- package/esm2020/lib/components/layout/menu.component.mjs +7 -5
- package/esm2020/lib/components/layout/services/main-layout.component.service.mjs +5 -4
- package/esm2020/lib/components/layout/topbar-user.component.mjs +7 -5
- package/esm2020/lib/components/layout/topbar.component.mjs +8 -6
- package/esm2020/lib/components/layout/version.component.mjs +6 -4
- package/esm2020/lib/components/tableview/route/tableview-route.abstract.component.mjs +3 -3
- package/esm2020/lib/components/tableview/route/tableview-route.component.mjs +5 -4
- package/esm2020/lib/components/tableview/table/column-filter/column-filter.component.mjs +6 -4
- package/esm2020/lib/components/tableview/table/column-value/column-value.component.mjs +9 -7
- package/esm2020/lib/components/tableview/table/table.component.mjs +9 -8
- package/esm2020/lib/components/tableview/tableview.component.mjs +10 -8
- package/esm2020/lib/descriptors/action/action.descriptor.mjs +1 -2
- package/esm2020/lib/directives/component.directive.mjs +5 -5
- package/esm2020/lib/directives/template.directive.mjs +5 -5
- package/esm2020/lib/mng-commons.module.mjs +4 -4
- package/esm2020/lib/pipes/boolean.pipe.mjs +3 -3
- package/esm2020/lib/pipes/class-map.pipe.mjs +3 -3
- package/esm2020/lib/pipes/enum.pipe.mjs +3 -3
- package/esm2020/lib/pipes/enumerate-async.pipe.mjs +6 -4
- package/esm2020/lib/pipes/enumerate.pipe.mjs +6 -4
- package/esm2020/lib/pipes/getter.pipe.mjs +3 -3
- package/esm2020/lib/pipes/i18n-property.pipe.mjs +3 -3
- package/esm2020/lib/pipes/json-path.pipe.mjs +3 -3
- package/esm2020/lib/pipes/locale-default-row-class.pipe.mjs +5 -5
- package/esm2020/lib/pipes/parametrize.pipe.mjs +3 -3
- package/esm2020/lib/pipes/template.pipe.mjs +5 -4
- package/esm2020/lib/security/authorization.guard.mjs +5 -4
- package/esm2020/lib/security/authorization.service.mjs +7 -5
- package/esm2020/lib/services/action-executor.service.mjs +16 -5
- package/esm2020/lib/services/commons.service.mjs +8 -5
- package/esm2020/lib/services/configuration.service.mjs +1 -5
- package/esm2020/lib/services/internal/commons-init.service.mjs +8 -6
- package/esm2020/lib/services/navigation.service.mjs +6 -5
- package/esm2020/lib/services/router.service.mjs +5 -5
- package/esm2020/lib/services/version.service.mjs +6 -4
- package/esm2020/lib/services/view-container.component.service.mjs +5 -4
- package/esm2020/lib/utils/editor-formly.util.mjs +1 -2
- package/esm2020/mediusinc-mng-commons.mjs +2 -2
- package/fesm2015/mediusinc-mng-commons.mjs +195 -193
- package/fesm2015/mediusinc-mng-commons.mjs.map +1 -1
- package/fesm2020/mediusinc-mng-commons.mjs +616 -612
- package/fesm2020/mediusinc-mng-commons.mjs.map +1 -1
- package/index.d.ts +40 -5
- package/lib/descriptors/editor/field.descriptor.d.ts +2 -2
- package/package.json +13 -10
- package/esm2020/public-api.mjs +0 -61
- package/public-api.d.ts +0 -40
- package/version-info.json +0 -10
package/index.d.ts
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export * from './
|
|
1
|
+
export * from './lib/mng-commons.module';
|
|
2
|
+
export * from './lib/provide-commons';
|
|
3
|
+
export * from './lib/api/services';
|
|
4
|
+
export * from './lib/components/layout/services';
|
|
5
|
+
export * from './lib/services';
|
|
6
|
+
export * from './lib/services/providers';
|
|
7
|
+
export * from './lib/services/tokens';
|
|
8
|
+
export * from './lib/api/utils';
|
|
9
|
+
export * from './lib/utils';
|
|
10
|
+
export * from './lib/components/action';
|
|
11
|
+
export * from './lib/components/form';
|
|
12
|
+
export * from './lib/components/form/formly/fields';
|
|
13
|
+
export * from './lib/components/form/formly/wrappers';
|
|
14
|
+
export * from './lib/components/layout';
|
|
15
|
+
export * from './lib/components/tableview';
|
|
16
|
+
export * from './lib/directives';
|
|
17
|
+
export * from './lib/pipes';
|
|
18
|
+
export * from './lib/api/models';
|
|
19
|
+
export * from './lib/components/action/models';
|
|
20
|
+
export * from './lib/components/form/models';
|
|
21
|
+
export * from './lib/components/tableview/models';
|
|
22
|
+
export * from './lib/components/form/formly/models';
|
|
23
|
+
export * from './lib/components/form/formly';
|
|
24
|
+
export * from './lib/data-providers';
|
|
25
|
+
export * from './lib/descriptors';
|
|
26
|
+
export * from './lib/descriptors/action';
|
|
27
|
+
export * from './lib/descriptors/editor';
|
|
28
|
+
export * from './lib/descriptors/filter';
|
|
29
|
+
export * from './lib/descriptors/interfaces';
|
|
30
|
+
export * from './lib/descriptors/table';
|
|
31
|
+
export * from './lib/descriptors/tableview';
|
|
32
|
+
export * from './lib/descriptors/types';
|
|
33
|
+
export * from './lib/models';
|
|
34
|
+
export * from './lib/router';
|
|
35
|
+
export * from './lib/router/models';
|
|
36
|
+
export * from './lib/security';
|
|
37
|
+
export * from './lib/security/model';
|
|
38
|
+
export * from './lib/types';
|
|
39
|
+
export * from './lib/styles';
|
|
40
|
+
export * from './lib/styles/models';
|
|
@@ -61,9 +61,9 @@ export declare abstract class AFieldDescriptor<T, ET> extends AGenericFieldDescr
|
|
|
61
61
|
get setter(): ((item: ET, value: T) => void) | undefined;
|
|
62
62
|
get validations(): FieldValidationDescriptor[];
|
|
63
63
|
get asyncValidations(): FieldValidationDescriptor[];
|
|
64
|
-
get requiredExpression(): string |
|
|
64
|
+
get requiredExpression(): string | ((field?: FormlyFieldConfig<import("@ngx-formly/core").FormlyFieldProps & {
|
|
65
65
|
[additionalProperties: string]: any;
|
|
66
|
-
}> | undefined) => boolean) | undefined;
|
|
66
|
+
}> | undefined) => boolean) | Observable<boolean> | undefined;
|
|
67
67
|
get disabledExpression(): string | Observable<boolean> | ((field?: FormlyFieldConfig<import("@ngx-formly/core").FormlyFieldProps & {
|
|
68
68
|
[additionalProperties: string]: any;
|
|
69
69
|
}> | undefined) => boolean) | undefined;
|
package/package.json
CHANGED
|
@@ -1,20 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mediusinc/mng-commons",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.5",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "
|
|
6
|
-
"@angular/core": "
|
|
7
|
-
"@angular/forms": "
|
|
8
|
-
"@angular/router": "
|
|
9
|
-
"@ngx-formly/core": "
|
|
10
|
-
"@ngx-translate/core": "
|
|
11
|
-
"primeng": "
|
|
5
|
+
"@angular/common": "^15.2.0",
|
|
6
|
+
"@angular/core": "^15.2.0",
|
|
7
|
+
"@angular/forms": "^15.2.0",
|
|
8
|
+
"@angular/router": "^15.2.0",
|
|
9
|
+
"@ngx-formly/core": "^6.0.0",
|
|
10
|
+
"@ngx-translate/core": "^14.0.0",
|
|
11
|
+
"primeng": "^15.3.0",
|
|
12
|
+
"rxjs": "^7.8.0",
|
|
13
|
+
"@angular/platform-browser": "^15.2.6",
|
|
14
|
+
"@angular/animations": "^15.2.6"
|
|
12
15
|
},
|
|
13
16
|
"dependencies": {
|
|
14
17
|
"file-saver": "^2.0.5",
|
|
15
18
|
"reflect-metadata": "^0.1.13",
|
|
16
19
|
"tslib": "^2.4.0"
|
|
17
20
|
},
|
|
21
|
+
"sideEffects": false,
|
|
18
22
|
"module": "fesm2015/mediusinc-mng-commons.mjs",
|
|
19
23
|
"es2020": "fesm2020/mediusinc-mng-commons.mjs",
|
|
20
24
|
"esm2020": "esm2020/mediusinc-mng-commons.mjs",
|
|
@@ -33,6 +37,5 @@
|
|
|
33
37
|
"node": "./fesm2015/mediusinc-mng-commons.mjs",
|
|
34
38
|
"default": "./fesm2020/mediusinc-mng-commons.mjs"
|
|
35
39
|
}
|
|
36
|
-
}
|
|
37
|
-
"sideEffects": false
|
|
40
|
+
}
|
|
38
41
|
}
|
package/esm2020/public-api.mjs
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Public API Surface of mng-commons
|
|
3
|
-
*/
|
|
4
|
-
// module
|
|
5
|
-
export * from './lib/mng-commons.module';
|
|
6
|
-
export * from './lib/provide-commons';
|
|
7
|
-
// services
|
|
8
|
-
export * from './lib/api/services';
|
|
9
|
-
export * from './lib/components/layout/services';
|
|
10
|
-
export * from './lib/services';
|
|
11
|
-
export * from './lib/services/providers';
|
|
12
|
-
// injection tokens
|
|
13
|
-
export * from './lib/services/tokens';
|
|
14
|
-
// utils
|
|
15
|
-
export * from './lib/api/utils';
|
|
16
|
-
export * from './lib/utils';
|
|
17
|
-
// components
|
|
18
|
-
export * from './lib/components/action';
|
|
19
|
-
export * from './lib/components/form';
|
|
20
|
-
export * from './lib/components/form/formly/fields';
|
|
21
|
-
export * from './lib/components/form/formly/wrappers';
|
|
22
|
-
export * from './lib/components/layout';
|
|
23
|
-
export * from './lib/components/tableview';
|
|
24
|
-
// directives
|
|
25
|
-
export * from './lib/directives';
|
|
26
|
-
// pipes
|
|
27
|
-
export * from './lib/pipes';
|
|
28
|
-
// api models
|
|
29
|
-
export * from './lib/api/models';
|
|
30
|
-
// component models
|
|
31
|
-
export * from './lib/components/action/models';
|
|
32
|
-
export * from './lib/components/form/models';
|
|
33
|
-
export * from './lib/components/tableview/models';
|
|
34
|
-
// formly
|
|
35
|
-
export * from './lib/components/form/formly/models';
|
|
36
|
-
export * from './lib/components/form/formly';
|
|
37
|
-
// data providers
|
|
38
|
-
export * from './lib/data-providers';
|
|
39
|
-
// descriptors
|
|
40
|
-
export * from './lib/descriptors';
|
|
41
|
-
export * from './lib/descriptors/action';
|
|
42
|
-
export * from './lib/descriptors/editor';
|
|
43
|
-
export * from './lib/descriptors/filter';
|
|
44
|
-
export * from './lib/descriptors/interfaces';
|
|
45
|
-
export * from './lib/descriptors/table';
|
|
46
|
-
export * from './lib/descriptors/tableview';
|
|
47
|
-
export * from './lib/descriptors/types';
|
|
48
|
-
// general models
|
|
49
|
-
export * from './lib/models';
|
|
50
|
-
// router
|
|
51
|
-
export * from './lib/router';
|
|
52
|
-
export * from './lib/router/models';
|
|
53
|
-
// security
|
|
54
|
-
export * from './lib/security';
|
|
55
|
-
export * from './lib/security/model';
|
|
56
|
-
// types
|
|
57
|
-
export * from './lib/types';
|
|
58
|
-
// styles
|
|
59
|
-
export * from './lib/styles';
|
|
60
|
-
export * from './lib/styles/models';
|
|
61
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsU0FBUztBQUNULGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyx1QkFBdUIsQ0FBQztBQUV0QyxXQUFXO0FBQ1gsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYywwQkFBMEIsQ0FBQztBQUV6QyxtQkFBbUI7QUFDbkIsY0FBYyx1QkFBdUIsQ0FBQztBQUV0QyxRQUFRO0FBQ1IsY0FBYyxpQkFBaUIsQ0FBQztBQUNoQyxjQUFjLGFBQWEsQ0FBQztBQUU1QixhQUFhO0FBQ2IsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyx1Q0FBdUMsQ0FBQztBQUN0RCxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsNEJBQTRCLENBQUM7QUFFM0MsYUFBYTtBQUNiLGNBQWMsa0JBQWtCLENBQUM7QUFFakMsUUFBUTtBQUNSLGNBQWMsYUFBYSxDQUFDO0FBRTVCLGFBQWE7QUFDYixjQUFjLGtCQUFrQixDQUFDO0FBRWpDLG1CQUFtQjtBQUNuQixjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYyxtQ0FBbUMsQ0FBQztBQUVsRCxTQUFTO0FBQ1QsY0FBYyxxQ0FBcUMsQ0FBQztBQUNwRCxjQUFjLDhCQUE4QixDQUFDO0FBRTdDLGlCQUFpQjtBQUNqQixjQUFjLHNCQUFzQixDQUFDO0FBRXJDLGNBQWM7QUFDZCxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMseUJBQXlCLENBQUM7QUFFeEMsaUJBQWlCO0FBQ2pCLGNBQWMsY0FBYyxDQUFDO0FBRTdCLFNBQVM7QUFDVCxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLHFCQUFxQixDQUFDO0FBRXBDLFdBQVc7QUFDWCxjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsc0JBQXNCLENBQUM7QUFFckMsUUFBUTtBQUNSLGNBQWMsYUFBYSxDQUFDO0FBRTVCLFNBQVM7QUFDVCxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLHFCQUFxQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBtbmctY29tbW9uc1xuICovXG5cbi8vIG1vZHVsZVxuZXhwb3J0ICogZnJvbSAnLi9saWIvbW5nLWNvbW1vbnMubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3Byb3ZpZGUtY29tbW9ucyc7XG5cbi8vIHNlcnZpY2VzXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcGkvc2VydmljZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9sYXlvdXQvc2VydmljZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VydmljZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VydmljZXMvcHJvdmlkZXJzJztcblxuLy8gaW5qZWN0aW9uIHRva2Vuc1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VydmljZXMvdG9rZW5zJztcblxuLy8gdXRpbHNcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwaS91dGlscyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi91dGlscyc7XG5cbi8vIGNvbXBvbmVudHNcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvYWN0aW9uJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZm9ybSc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2Zvcm0vZm9ybWx5L2ZpZWxkcyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2Zvcm0vZm9ybWx5L3dyYXBwZXJzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvbGF5b3V0JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvdGFibGV2aWV3JztcblxuLy8gZGlyZWN0aXZlc1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZGlyZWN0aXZlcyc7XG5cbi8vIHBpcGVzXG5leHBvcnQgKiBmcm9tICcuL2xpYi9waXBlcyc7XG5cbi8vIGFwaSBtb2RlbHNcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwaS9tb2RlbHMnO1xuXG4vLyBjb21wb25lbnQgbW9kZWxzXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2FjdGlvbi9tb2RlbHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9mb3JtL21vZGVscyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL3RhYmxldmlldy9tb2RlbHMnO1xuXG4vLyBmb3JtbHlcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZm9ybS9mb3JtbHkvbW9kZWxzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZm9ybS9mb3JtbHknO1xuXG4vLyBkYXRhIHByb3ZpZGVyc1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZGF0YS1wcm92aWRlcnMnO1xuXG4vLyBkZXNjcmlwdG9yc1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZGVzY3JpcHRvcnMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZGVzY3JpcHRvcnMvYWN0aW9uJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Rlc2NyaXB0b3JzL2VkaXRvcic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9kZXNjcmlwdG9ycy9maWx0ZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZGVzY3JpcHRvcnMvaW50ZXJmYWNlcyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9kZXNjcmlwdG9ycy90YWJsZSc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9kZXNjcmlwdG9ycy90YWJsZXZpZXcnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZGVzY3JpcHRvcnMvdHlwZXMnO1xuXG4vLyBnZW5lcmFsIG1vZGVsc1xuZXhwb3J0ICogZnJvbSAnLi9saWIvbW9kZWxzJztcblxuLy8gcm91dGVyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9yb3V0ZXInO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvcm91dGVyL21vZGVscyc7XG5cbi8vIHNlY3VyaXR5XG5leHBvcnQgKiBmcm9tICcuL2xpYi9zZWN1cml0eSc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9zZWN1cml0eS9tb2RlbCc7XG5cbi8vIHR5cGVzXG5leHBvcnQgKiBmcm9tICcuL2xpYi90eXBlcyc7XG5cbi8vIHN0eWxlc1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc3R5bGVzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3N0eWxlcy9tb2RlbHMnO1xuIl19
|
package/public-api.d.ts
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
export * from './lib/mng-commons.module';
|
|
2
|
-
export * from './lib/provide-commons';
|
|
3
|
-
export * from './lib/api/services';
|
|
4
|
-
export * from './lib/components/layout/services';
|
|
5
|
-
export * from './lib/services';
|
|
6
|
-
export * from './lib/services/providers';
|
|
7
|
-
export * from './lib/services/tokens';
|
|
8
|
-
export * from './lib/api/utils';
|
|
9
|
-
export * from './lib/utils';
|
|
10
|
-
export * from './lib/components/action';
|
|
11
|
-
export * from './lib/components/form';
|
|
12
|
-
export * from './lib/components/form/formly/fields';
|
|
13
|
-
export * from './lib/components/form/formly/wrappers';
|
|
14
|
-
export * from './lib/components/layout';
|
|
15
|
-
export * from './lib/components/tableview';
|
|
16
|
-
export * from './lib/directives';
|
|
17
|
-
export * from './lib/pipes';
|
|
18
|
-
export * from './lib/api/models';
|
|
19
|
-
export * from './lib/components/action/models';
|
|
20
|
-
export * from './lib/components/form/models';
|
|
21
|
-
export * from './lib/components/tableview/models';
|
|
22
|
-
export * from './lib/components/form/formly/models';
|
|
23
|
-
export * from './lib/components/form/formly';
|
|
24
|
-
export * from './lib/data-providers';
|
|
25
|
-
export * from './lib/descriptors';
|
|
26
|
-
export * from './lib/descriptors/action';
|
|
27
|
-
export * from './lib/descriptors/editor';
|
|
28
|
-
export * from './lib/descriptors/filter';
|
|
29
|
-
export * from './lib/descriptors/interfaces';
|
|
30
|
-
export * from './lib/descriptors/table';
|
|
31
|
-
export * from './lib/descriptors/tableview';
|
|
32
|
-
export * from './lib/descriptors/types';
|
|
33
|
-
export * from './lib/models';
|
|
34
|
-
export * from './lib/router';
|
|
35
|
-
export * from './lib/router/models';
|
|
36
|
-
export * from './lib/security';
|
|
37
|
-
export * from './lib/security/model';
|
|
38
|
-
export * from './lib/types';
|
|
39
|
-
export * from './lib/styles';
|
|
40
|
-
export * from './lib/styles/models';
|