angular-matecu 2.0.12 → 3.0.1
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/CHANGELOG.md +13 -0
- package/README.md +64 -38
- package/esm2020/lib/components/matecu-alert-box/matecu-alert-box.component.mjs +67 -0
- package/esm2020/lib/components/matecu-alert-dialog/matecu-alert-dialog.component.mjs +54 -0
- package/esm2020/lib/components/matecu-alert-snack-bar/matecu-alert-snack-bar.component.mjs +43 -0
- package/esm2020/lib/components/matecu-spinner/matecu-spinner.component.mjs +58 -0
- package/esm2020/lib/components/matecu-topbar-action/matecu-topbar-action.component.mjs +13 -0
- package/esm2020/lib/components/matecu-topbar-body/matecu-topbar-body.component.mjs +28 -0
- package/esm2020/lib/components/matecu-topbar-fab/matecu-topbar-fab.component.mjs +34 -0
- package/esm2020/lib/components/matecu-topbar-header-row/matecu-topbar-header-row.component.mjs +13 -0
- package/esm2020/lib/components/matecu-topbar-layout/matecu-topbar-layout.component.mjs +101 -0
- package/esm2020/lib/components/matecu-topbar-search/matecu-topbar-search.component.mjs +84 -0
- package/esm2020/lib/components/matecu-topbar-title/matecu-topbar-title.component.mjs +19 -0
- package/esm2020/lib/modules/matecu-alert-box/matecu-alert-box.module.mjs +10 -10
- package/esm2020/lib/modules/matecu-spinner/matecu-spinner.module.mjs +8 -10
- package/esm2020/lib/modules/matecu-topbar-layout/matecu-topbar-layout.module.mjs +40 -30
- package/esm2020/lib/services/matecu-snack-bar.service.mjs +66 -0
- package/esm2020/lib/services/matecu-spinner.service.mjs +44 -0
- package/esm2020/lib/types/matecu-alert-dialog.mjs +2 -0
- package/esm2020/lib/types/matecu-alert-snackbar.mjs +2 -0
- package/esm2020/lib/types/matecu-altert-box-type.mjs +8 -0
- package/esm2020/public-api.mjs +19 -18
- package/fesm2015/angular-matecu.mjs +142 -126
- package/fesm2015/angular-matecu.mjs.map +1 -1
- package/fesm2020/angular-matecu.mjs +142 -126
- package/fesm2020/angular-matecu.mjs.map +1 -1
- package/{angular-matecu.d.ts → index.d.ts} +0 -0
- package/lib/{modules/matecu-alert-box/components → components}/matecu-alert-box/matecu-alert-box.component.d.ts +1 -1
- package/lib/{modules/matecu-alert-box/components → components}/matecu-alert-dialog/matecu-alert-dialog.component.d.ts +1 -1
- package/lib/{modules/matecu-alert-box/components → components}/matecu-alert-snack-bar/matecu-alert-snack-bar.component.d.ts +1 -1
- package/lib/{modules/matecu-spinner/components → components}/matecu-spinner/matecu-spinner.component.d.ts +1 -1
- package/lib/components/matecu-topbar-action/matecu-topbar-action.component.d.ts +8 -0
- package/lib/{modules/matecu-topbar-layout/components → components}/matecu-topbar-body/matecu-topbar-body.component.d.ts +1 -1
- package/lib/{modules/matecu-topbar-layout/components → components}/matecu-topbar-fab/matecu-topbar-fab.component.d.ts +1 -1
- package/lib/components/matecu-topbar-header-row/matecu-topbar-header-row.component.d.ts +5 -0
- package/lib/components/matecu-topbar-layout/matecu-topbar-layout.component.d.ts +29 -0
- package/lib/{modules/matecu-topbar-layout/components → components}/matecu-topbar-search/matecu-topbar-search.component.d.ts +3 -3
- package/lib/{modules/matecu-topbar-layout/components → components}/matecu-topbar-title/matecu-topbar-title.component.d.ts +1 -1
- package/lib/modules/matecu-alert-box/matecu-alert-box.module.d.ts +9 -9
- package/lib/modules/matecu-spinner/matecu-spinner.module.d.ts +3 -3
- package/lib/modules/matecu-topbar-layout/matecu-topbar-layout.module.d.ts +13 -12
- package/lib/{modules/matecu-alert-box/services → services}/matecu-snack-bar.service.d.ts +0 -0
- package/lib/{modules/matecu-spinner/services → services}/matecu-spinner.service.d.ts +0 -0
- package/lib/{modules/matecu-alert-box/types → types}/matecu-alert-dialog.d.ts +0 -0
- package/lib/{modules/matecu-alert-box/types → types}/matecu-alert-snackbar.d.ts +0 -0
- package/lib/{modules/matecu-alert-box/types → types}/matecu-altert-box-type.d.ts +0 -0
- package/package.json +6 -6
- package/public-api.d.ts +18 -17
- package/src/scss/matecu-topbar-layout/_variables.scss +2 -0
- package/esm2020/lib/modules/matecu-alert-box/components/matecu-alert-box/matecu-alert-box.component.mjs +0 -65
- package/esm2020/lib/modules/matecu-alert-box/components/matecu-alert-dialog/matecu-alert-dialog.component.mjs +0 -51
- package/esm2020/lib/modules/matecu-alert-box/components/matecu-alert-snack-bar/matecu-alert-snack-bar.component.mjs +0 -41
- package/esm2020/lib/modules/matecu-alert-box/services/matecu-snack-bar.service.mjs +0 -66
- package/esm2020/lib/modules/matecu-alert-box/types/matecu-alert-dialog.mjs +0 -2
- package/esm2020/lib/modules/matecu-alert-box/types/matecu-alert-snackbar.mjs +0 -2
- package/esm2020/lib/modules/matecu-alert-box/types/matecu-altert-box-type.mjs +0 -8
- package/esm2020/lib/modules/matecu-spinner/components/matecu-spinner/matecu-spinner.component.mjs +0 -57
- package/esm2020/lib/modules/matecu-spinner/services/matecu-spinner.service.mjs +0 -44
- package/esm2020/lib/modules/matecu-topbar-layout/components/matecu-topbar-actions/matecu-topbar-actions.component.mjs +0 -13
- package/esm2020/lib/modules/matecu-topbar-layout/components/matecu-topbar-body/matecu-topbar-body.component.mjs +0 -28
- package/esm2020/lib/modules/matecu-topbar-layout/components/matecu-topbar-fab/matecu-topbar-fab.component.mjs +0 -32
- package/esm2020/lib/modules/matecu-topbar-layout/components/matecu-topbar-layout/matecu-topbar-layout.component.mjs +0 -99
- package/esm2020/lib/modules/matecu-topbar-layout/components/matecu-topbar-search/matecu-topbar-search.component.mjs +0 -81
- package/esm2020/lib/modules/matecu-topbar-layout/components/matecu-topbar-title/matecu-topbar-title.component.mjs +0 -19
- package/lib/modules/matecu-topbar-layout/components/matecu-topbar-actions/matecu-topbar-actions.component.d.ts +0 -8
- package/lib/modules/matecu-topbar-layout/components/matecu-topbar-layout/matecu-topbar-layout.component.d.ts +0 -30
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0ZWN1LWFsZXJ0LWRpYWxvZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItbWF0ZWN1L3NyYy9saWIvdHlwZXMvbWF0ZWN1LWFsZXJ0LWRpYWxvZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTWF0ZWN1QWxlcnRCb3hUeXBlIH0gZnJvbSAnLi9tYXRlY3UtYWx0ZXJ0LWJveC10eXBlJztcblxuZXhwb3J0IGludGVyZmFjZSBNYXRlY3VBbGVydERpYWxvZ0RhdGEge1xuICBtZXNzYWdlOiBzdHJpbmc7XG4gIHRpdGxlPzogc3RyaW5nIHwgbnVsbCB8IHVuZGVmaW5lZDtcbiAgYWN0aW9uPzogc3RyaW5nIHwgbnVsbCB8IHVuZGVmaW5lZDtcbiAgaWNvbj86IGJvb2xlYW4gfCBudWxsIHwgdW5kZWZpbmVkO1xuICB0eXBlPzogTWF0ZWN1QWxlcnRCb3hUeXBlIHwgc3RyaW5nIHwgbnVsbCB8IHVuZGVmaW5lZDtcbiAgZGlzbWlzc1RleHQ/OiBzdHJpbmcgfCBudWxsIHwgdW5kZWZpbmVkO1xufVxuIl19
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0ZWN1LWFsZXJ0LXNuYWNrYmFyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1tYXRlY3Uvc3JjL2xpYi90eXBlcy9tYXRlY3UtYWxlcnQtc25hY2tiYXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE1hdGVjdUFsZXJ0Qm94VHlwZSB9IGZyb20gJy4vbWF0ZWN1LWFsdGVydC1ib3gtdHlwZSc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTWF0ZWN1QWxlcnRTbmFja0JhckRhdGEge1xuICBtZXNzYWdlOiBzdHJpbmc7XG4gIHRpdGxlOiBzdHJpbmc7XG4gIGFjdGlvbj86IHN0cmluZztcbiAgdHlwZTogTWF0ZWN1QWxlcnRCb3hUeXBlXG59XG4iXX0=
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export var MatecuAlertBoxType;
|
|
2
|
+
(function (MatecuAlertBoxType) {
|
|
3
|
+
MatecuAlertBoxType["warning"] = "warning";
|
|
4
|
+
MatecuAlertBoxType["success"] = "success";
|
|
5
|
+
MatecuAlertBoxType["danger"] = "danger";
|
|
6
|
+
MatecuAlertBoxType["info"] = "info";
|
|
7
|
+
})(MatecuAlertBoxType || (MatecuAlertBoxType = {}));
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0ZWN1LWFsdGVydC1ib3gtdHlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItbWF0ZWN1L3NyYy9saWIvdHlwZXMvbWF0ZWN1LWFsdGVydC1ib3gtdHlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQU4sSUFBWSxrQkFLWDtBQUxELFdBQVksa0JBQWtCO0lBQzVCLHlDQUFtQixDQUFBO0lBQ25CLHlDQUFtQixDQUFBO0lBQ25CLHVDQUFpQixDQUFBO0lBQ2pCLG1DQUFhLENBQUE7QUFDZixDQUFDLEVBTFcsa0JBQWtCLEtBQWxCLGtCQUFrQixRQUs3QiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIE1hdGVjdUFsZXJ0Qm94VHlwZSB7XG4gIHdhcm5pbmcgPSAnd2FybmluZycsXG4gIHN1Y2Nlc3MgPSAnc3VjY2VzcycsXG4gIGRhbmdlciA9ICdkYW5nZXInLFxuICBpbmZvID0gJ2luZm8nLFxufVxuIl19
|
package/esm2020/public-api.mjs
CHANGED
|
@@ -2,29 +2,30 @@
|
|
|
2
2
|
* Public API Surface of angular-matecu
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* spinner
|
|
6
6
|
*/
|
|
7
7
|
export * from './lib/modules/matecu-spinner/matecu-spinner.module';
|
|
8
|
-
export * from './lib/
|
|
9
|
-
export * from './lib/
|
|
8
|
+
export * from './lib/components/matecu-spinner/matecu-spinner.component';
|
|
9
|
+
export * from './lib/services/matecu-spinner.service';
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* topbar-layout
|
|
12
12
|
*/
|
|
13
13
|
export * from './lib/modules/matecu-topbar-layout/matecu-topbar-layout.module';
|
|
14
|
-
export * from './lib/
|
|
15
|
-
export * from './lib/
|
|
16
|
-
export * from './lib/
|
|
17
|
-
export * from './lib/
|
|
18
|
-
export * from './lib/
|
|
19
|
-
export * from './lib/
|
|
14
|
+
export * from './lib/components/matecu-topbar-body/matecu-topbar-body.component';
|
|
15
|
+
export * from './lib/components/matecu-topbar-fab/matecu-topbar-fab.component';
|
|
16
|
+
export * from './lib/components/matecu-topbar-layout/matecu-topbar-layout.component';
|
|
17
|
+
export * from './lib/components/matecu-topbar-title/matecu-topbar-title.component';
|
|
18
|
+
export * from './lib/components/matecu-topbar-search/matecu-topbar-search.component';
|
|
19
|
+
export * from './lib/components/matecu-topbar-action/matecu-topbar-action.component';
|
|
20
|
+
export * from './lib/components/matecu-topbar-header-row/matecu-topbar-header-row.component';
|
|
20
21
|
/**
|
|
21
|
-
*
|
|
22
|
+
* alert-box
|
|
22
23
|
*/
|
|
23
24
|
export * from './lib/modules/matecu-alert-box/matecu-alert-box.module';
|
|
24
|
-
export * from './lib/
|
|
25
|
-
export * from './lib/
|
|
26
|
-
export * from './lib/
|
|
27
|
-
export * from './lib/
|
|
28
|
-
export * from './lib/
|
|
29
|
-
export * from './lib/
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
25
|
+
export * from './lib/components/matecu-alert-box/matecu-alert-box.component';
|
|
26
|
+
export * from './lib/components/matecu-alert-dialog/matecu-alert-dialog.component';
|
|
27
|
+
export * from './lib/components/matecu-alert-snack-bar/matecu-alert-snack-bar.component';
|
|
28
|
+
export * from './lib/types/matecu-altert-box-type';
|
|
29
|
+
export * from './lib/types/matecu-alert-dialog';
|
|
30
|
+
export * from './lib/services/matecu-snack-bar.service';
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItbWF0ZWN1L3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUg7O0dBRUc7QUFDSCxjQUFjLG9EQUFvRCxDQUFDO0FBQ25FLGNBQWMsMERBQTBELENBQUM7QUFDekUsY0FBYyx1Q0FBdUMsQ0FBQztBQUV0RDs7R0FFRztBQUNILGNBQWMsZ0VBQWdFLENBQUE7QUFDOUUsY0FBYyxrRUFBa0UsQ0FBQztBQUNqRixjQUFjLGdFQUFnRSxDQUFDO0FBQy9FLGNBQWMsc0VBQXNFLENBQUM7QUFDckYsY0FBYyxvRUFBb0UsQ0FBQztBQUNuRixjQUFjLHNFQUFzRSxDQUFDO0FBQ3JGLGNBQWMsc0VBQXNFLENBQUM7QUFDckYsY0FBYyw4RUFBOEUsQ0FBQztBQUU3Rjs7R0FFRztBQUVILGNBQWMsd0RBQXdELENBQUE7QUFDdEUsY0FBYyw4REFBOEQsQ0FBQztBQUM3RSxjQUFjLG9FQUFvRSxDQUFDO0FBQ25GLGNBQWMsMEVBQTBFLENBQUM7QUFDekYsY0FBYyxvQ0FBb0MsQ0FBQztBQUNuRCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMseUNBQXlDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIGFuZ3VsYXItbWF0ZWN1XG4gKi9cblxuLyoqXG4gKiAgc3Bpbm5lclxuICovXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2R1bGVzL21hdGVjdS1zcGlubmVyL21hdGVjdS1zcGlubmVyLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL21hdGVjdS1zcGlubmVyL21hdGVjdS1zcGlubmVyLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9zZXJ2aWNlcy9tYXRlY3Utc3Bpbm5lci5zZXJ2aWNlJztcblxuLyoqXG4gKiAgdG9wYmFyLWxheW91dFxuICovXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2R1bGVzL21hdGVjdS10b3BiYXItbGF5b3V0L21hdGVjdS10b3BiYXItbGF5b3V0Lm1vZHVsZSdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvbWF0ZWN1LXRvcGJhci1ib2R5L21hdGVjdS10b3BiYXItYm9keS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9tYXRlY3UtdG9wYmFyLWZhYi9tYXRlY3UtdG9wYmFyLWZhYi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9tYXRlY3UtdG9wYmFyLWxheW91dC9tYXRlY3UtdG9wYmFyLWxheW91dC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9tYXRlY3UtdG9wYmFyLXRpdGxlL21hdGVjdS10b3BiYXItdGl0bGUuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvbWF0ZWN1LXRvcGJhci1zZWFyY2gvbWF0ZWN1LXRvcGJhci1zZWFyY2guY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvbWF0ZWN1LXRvcGJhci1hY3Rpb24vbWF0ZWN1LXRvcGJhci1hY3Rpb24uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvbWF0ZWN1LXRvcGJhci1oZWFkZXItcm93L21hdGVjdS10b3BiYXItaGVhZGVyLXJvdy5jb21wb25lbnQnO1xuXG4vKipcbiAqICBhbGVydC1ib3hcbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2R1bGVzL21hdGVjdS1hbGVydC1ib3gvbWF0ZWN1LWFsZXJ0LWJveC5tb2R1bGUnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL21hdGVjdS1hbGVydC1ib3gvbWF0ZWN1LWFsZXJ0LWJveC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9tYXRlY3UtYWxlcnQtZGlhbG9nL21hdGVjdS1hbGVydC1kaWFsb2cuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvbWF0ZWN1LWFsZXJ0LXNuYWNrLWJhci9tYXRlY3UtYWxlcnQtc25hY2stYmFyLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi90eXBlcy9tYXRlY3UtYWx0ZXJ0LWJveC10eXBlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3R5cGVzL21hdGVjdS1hbGVydC1kaWFsb2cnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VydmljZXMvbWF0ZWN1LXNuYWNrLWJhci5zZXJ2aWNlJztcblxuIl19
|