@osovitny/anatoly 2.14.13 → 2.14.15
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/assets/jsons/countries.json +994 -0
- package/assets/jsons/timezones.json +554 -0
- package/assets/jsons/usStates.json +202 -0
- package/esm2020/lib/core/convert.mjs +39 -1
- package/esm2020/lib/core/go/base-go.service.mjs +2 -5
- package/esm2020/lib/core/guards/once-import.guard.mjs +2 -5
- package/esm2020/lib/core/index.mjs +40 -0
- package/esm2020/lib/core/interceptors/httpInterceptor.mjs +2 -5
- package/esm2020/lib/core/localization/localization.module.mjs +2 -5
- package/esm2020/lib/core/localization/localization.service.mjs +2 -5
- package/esm2020/lib/core/localization/localizationSettings.module.mjs +1 -4
- package/esm2020/lib/core/localization/localize.pipe.mjs +2 -5
- package/esm2020/lib/core/localization/utils.mjs +2 -5
- package/esm2020/lib/core/logging/globalErrorHandler.mjs +1 -4
- package/esm2020/lib/core/logging/logging.service.mjs +1 -4
- package/esm2020/lib/core/notifications/alerts.mjs +2 -5
- package/esm2020/lib/core/notifications/interfaces/notification.mjs +1 -4
- package/esm2020/lib/core/notifications/services/notification-service.mjs +1 -4
- package/esm2020/lib/core/services/dm.service.mjs +3 -6
- package/esm2020/lib/core/services/google-analytics.service.mjs +1 -4
- package/esm2020/lib/core/services/idle.service.mjs +1 -4
- package/esm2020/lib/core/services/loading.service.mjs +2 -5
- package/esm2020/lib/core/services/web-storage.service.mjs +2 -5
- package/esm2020/lib/data/base/base-api.service.mjs +15 -7
- package/esm2020/lib/data/base/grid/base-grid-edit.service.mjs +2 -5
- package/esm2020/lib/data/base/grid/base-grid-read.service.mjs +2 -5
- package/esm2020/lib/data/consts.mjs +5 -6
- package/esm2020/lib/data/data.module.mjs +4 -1
- package/esm2020/lib/data/index.mjs +23 -0
- package/esm2020/lib/data/services/billing-api.service.mjs +3 -6
- package/esm2020/lib/data/services/core-api.service.mjs +44 -0
- package/esm2020/lib/data/services/emails-api.service.mjs +3 -3
- package/esm2020/lib/data/services/notifications/notifications-api-service.mjs +3 -6
- package/esm2020/lib/ui/components/base-edit.component.mjs +1 -4
- package/esm2020/lib/ui/components/base.component.mjs +2 -5
- package/esm2020/lib/ui/components/base.dialog.mjs +2 -5
- package/esm2020/lib/ui/components/billing/subscribe-plan-button.component.mjs +2 -5
- package/esm2020/lib/ui/components/billing/upgrade-plan-button.component.mjs +1 -4
- package/esm2020/lib/ui/components/html-editor/base-html-editor.component.mjs +1 -4
- package/esm2020/lib/ui/components/html-editor/forms-html-editor.component.mjs +2 -5
- package/esm2020/lib/ui/components/html-editor/html-editor.component.mjs +1 -4
- package/esm2020/lib/ui/components/html-editor/html-editor.defaultoptions.mjs +1 -4
- package/esm2020/lib/ui/components/identity/signin-button.component.mjs +1 -4
- package/esm2020/lib/ui/components/identity/signout-button.component.mjs +1 -4
- package/esm2020/lib/ui/components/identity/signup-button.component.mjs +1 -4
- package/esm2020/lib/ui/components/index.mjs +38 -0
- package/esm2020/lib/ui/components/spinners/loading/loading.component.mjs +1 -4
- package/esm2020/lib/ui/dialogs/contact-us/contact-us.dialog.mjs +1 -1
- package/esm2020/lib/ui/dialogs/index.mjs +17 -0
- package/esm2020/lib/ui/directives/index.mjs +17 -0
- package/esm2020/lib/ui/directives/native-element.directive.mjs +1 -4
- package/esm2020/lib/ui/forms/components/address/address.component.mjs +136 -0
- package/esm2020/lib/ui/forms/components/company/company.component.mjs +91 -0
- package/esm2020/lib/ui/forms/components/dropdownlists/timezone/timezone.dropdownlist.mjs +70 -0
- package/esm2020/lib/ui/forms/components/urlslug/urlslug.component.mjs +67 -0
- package/esm2020/lib/ui/forms/contact-us/contact-us.mjs +3 -3
- package/esm2020/lib/ui/forms/index.mjs +24 -0
- package/esm2020/lib/ui/pipes/filesize.pipe.mjs +1 -4
- package/esm2020/lib/ui/pipes/index.mjs +19 -0
- package/esm2020/lib/ui/pipes/replace-text.pipe.mjs +1 -4
- package/esm2020/lib/ui/pipes/safeHtml.pipe.mjs +1 -4
- package/esm2020/lib/ui/ui.module.mjs +18 -2
- package/esm2020/lib/ui/validation/form-validation-summary.component.mjs +1 -4
- package/esm2020/lib/ui/validation/index.mjs +19 -0
- package/esm2020/lib/ui/validation/item-validation-summary.component.mjs +2 -5
- package/esm2020/lib/ui/validation/validation-summary.component.mjs +1 -4
- package/esm2020/public-api.mjs +9 -61
- package/fesm2015/osovitny-anatoly.mjs +616 -192
- package/fesm2015/osovitny-anatoly.mjs.map +1 -1
- package/fesm2020/osovitny-anatoly.mjs +615 -195
- package/fesm2020/osovitny-anatoly.mjs.map +1 -1
- package/lib/core/convert.d.ts +5 -0
- package/lib/core/index.d.ts +24 -0
- package/lib/data/base/base-api.service.d.ts +1 -1
- package/lib/data/consts.d.ts +2 -1
- package/lib/data/index.d.ts +7 -0
- package/lib/data/services/core-api.service.d.ts +12 -0
- package/lib/ui/components/index.d.ts +20 -0
- package/lib/ui/dialogs/index.d.ts +1 -0
- package/lib/ui/directives/index.d.ts +1 -0
- package/lib/ui/forms/components/address/address.component.d.ts +35 -0
- package/lib/ui/forms/components/company/company.component.d.ts +20 -0
- package/lib/ui/forms/components/dropdownlists/timezone/timezone.dropdownlist.d.ts +26 -0
- package/lib/ui/forms/components/urlslug/urlslug.component.d.ts +18 -0
- package/lib/ui/forms/index.d.ts +5 -0
- package/lib/ui/pipes/index.d.ts +3 -0
- package/lib/ui/ui.module.d.ts +18 -14
- package/lib/ui/validation/index.d.ts +3 -0
- package/package.json +1 -1
- package/public-api.d.ts +8 -58
package/esm2020/public-api.mjs
CHANGED
|
@@ -2,75 +2,23 @@
|
|
|
2
2
|
* Public API Surface of anatoly-lib
|
|
3
3
|
*/
|
|
4
4
|
// Core
|
|
5
|
-
export * from './lib/core
|
|
6
|
-
export * from './lib/core/consts/urls';
|
|
7
|
-
export * from './lib/core/go/base-go.service';
|
|
8
|
-
export * from './lib/core/guards/once-import.guard';
|
|
9
|
-
export * from './lib/core/interceptors/httpInterceptor';
|
|
10
|
-
export * from './lib/core/localization/localize.pipe';
|
|
11
|
-
export * from './lib/core/localization/localization.service';
|
|
12
|
-
export * from './lib/core/localization/localizationSettings.module';
|
|
13
|
-
export * from './lib/core/localization/localization.module';
|
|
14
|
-
export * from './lib/core/logging/globalErrorHandler';
|
|
15
|
-
export * from './lib/core/logging/logging.service';
|
|
16
|
-
export * from './lib/core/notifications/alerts';
|
|
17
|
-
export * from './lib/core/notifications/interfaces/notification';
|
|
18
|
-
export * from './lib/core/notifications/services/notification-service';
|
|
19
|
-
export * from './lib/core/services/appcontext.service';
|
|
20
|
-
export * from './lib/core/services/idle.service';
|
|
21
|
-
export * from './lib/core/services/loading.service';
|
|
22
|
-
export * from './lib/core/services/web-storage.service';
|
|
23
|
-
export * from './lib/core/services/dm.service';
|
|
24
|
-
export * from './lib/core/services/google-analytics.service';
|
|
25
|
-
export * from './lib/core/convert';
|
|
26
|
-
export * from './lib/core/guid';
|
|
27
|
-
export * from './lib/core/subs';
|
|
28
|
-
export * from './lib/core/utils';
|
|
5
|
+
export * from './lib/core';
|
|
29
6
|
// Data
|
|
30
|
-
export * from './lib/data
|
|
31
|
-
export * from './lib/data/base/grid/base-grid-read.service';
|
|
32
|
-
export * from './lib/data/base/base-api.service';
|
|
33
|
-
export * from './lib/data/services/notifications/notifications-api-service';
|
|
34
|
-
export * from './lib/data/services/billing-api.service';
|
|
7
|
+
export * from './lib/data';
|
|
35
8
|
// UI/components
|
|
36
|
-
export * from './lib/ui/components
|
|
37
|
-
export * from './lib/ui/components/base-edit.component';
|
|
38
|
-
export * from './lib/ui/components/base.dialog';
|
|
39
|
-
export * from './lib/ui/components/billing/buyaccess-button.component';
|
|
40
|
-
export * from './lib/ui/components/billing/subscribe-plan-button.component';
|
|
41
|
-
export * from './lib/ui/components/billing/upgrade-plan-button.component';
|
|
42
|
-
export * from './lib/ui/components/html-editor/html-editor.defaultoptions';
|
|
43
|
-
export * from './lib/ui/components/html-editor/base-html-editor.component';
|
|
44
|
-
export * from './lib/ui/components/html-editor/forms-html-editor.component';
|
|
45
|
-
export * from './lib/ui/components/html-editor/html-editor.component';
|
|
46
|
-
export * from './lib/ui/components/identity/signin-button.component';
|
|
47
|
-
export * from './lib/ui/components/identity/signout-button.component';
|
|
48
|
-
export * from './lib/ui/components/identity/signup-button.component';
|
|
49
|
-
export * from './lib/ui/components/nodata/nodata.component';
|
|
50
|
-
//UI/components/spinners
|
|
51
|
-
export * from './lib/ui/components/spinners/loading/loading.component';
|
|
52
|
-
export * from './lib/ui/components/spinners/pagespinner/pagespinner.component';
|
|
53
|
-
// UI/components/cards
|
|
54
|
-
export * from './lib/ui/components/card/card.component';
|
|
55
|
-
export * from './lib/ui/components/card/card-header.component';
|
|
56
|
-
export * from './lib/ui/components/card/card-body.component';
|
|
57
|
-
export * from './lib/ui/components/card/card-footer.component';
|
|
9
|
+
export * from './lib/ui/components';
|
|
58
10
|
// UI/dialogs
|
|
59
|
-
export * from './lib/ui/dialogs
|
|
11
|
+
export * from './lib/ui/dialogs';
|
|
60
12
|
// UI/directives
|
|
61
|
-
export * from './lib/ui/directives
|
|
13
|
+
export * from './lib/ui/directives';
|
|
62
14
|
// UI/forms
|
|
63
|
-
export * from './lib/ui/forms
|
|
15
|
+
export * from './lib/ui/forms';
|
|
64
16
|
// UI/pipes
|
|
65
|
-
export * from './lib/ui/pipes
|
|
66
|
-
export * from './lib/ui/pipes/filesize.pipe';
|
|
67
|
-
export * from './lib/ui/pipes/safeHtml.pipe';
|
|
17
|
+
export * from './lib/ui/pipes';
|
|
68
18
|
// UI/validation
|
|
69
|
-
export * from './lib/ui/validation
|
|
70
|
-
export * from './lib/ui/validation/item-validation-summary.component';
|
|
71
|
-
export * from './lib/ui/validation/validation-summary.component';
|
|
19
|
+
export * from './lib/ui/validation';
|
|
72
20
|
// Modules
|
|
73
21
|
export * from './lib/core/core.module';
|
|
74
22
|
export * from './lib/data/data.module';
|
|
75
23
|
export * from './lib/ui/ui.module';
|
|
76
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2FuYXRvbHkvc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxPQUFPO0FBQ1AsY0FBYyxZQUFZLENBQUM7QUFFM0IsT0FBTztBQUNQLGNBQWMsWUFBWSxDQUFDO0FBRTNCLGdCQUFnQjtBQUNoQixjQUFjLHFCQUFxQixDQUFDO0FBRXBDLGFBQWE7QUFDYixjQUFjLGtCQUFrQixDQUFDO0FBRWpDLGdCQUFnQjtBQUNoQixjQUFjLHFCQUFxQixDQUFDO0FBRXBDLFdBQVc7QUFDWCxjQUFjLGdCQUFnQixDQUFDO0FBRS9CLFdBQVc7QUFDWCxjQUFjLGdCQUFnQixDQUFDO0FBRS9CLGdCQUFnQjtBQUNoQixjQUFjLHFCQUFxQixDQUFDO0FBRXBDLFVBQVU7QUFDVixjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxvQkFBb0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXHJcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBhbmF0b2x5LWxpYlxyXG4gKi9cclxuXHJcbi8vIENvcmVcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZSc7XHJcblxyXG4vLyBEYXRhXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RhdGEnO1xyXG5cclxuLy8gVUkvY29tcG9uZW50c1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi91aS9jb21wb25lbnRzJztcclxuXHJcbi8vIFVJL2RpYWxvZ3NcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvdWkvZGlhbG9ncyc7XHJcblxyXG4vLyBVSS9kaXJlY3RpdmVzXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3VpL2RpcmVjdGl2ZXMnO1xyXG5cclxuLy8gVUkvZm9ybXNcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvdWkvZm9ybXMnO1xyXG5cclxuLy8gVUkvcGlwZXNcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvdWkvcGlwZXMnO1xyXG5cclxuLy8gVUkvdmFsaWRhdGlvblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi91aS92YWxpZGF0aW9uJztcclxuXHJcbi8vIE1vZHVsZXNcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9jb3JlLm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RhdGEvZGF0YS5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi91aS91aS5tb2R1bGUnO1xyXG4iXX0=
|