@annalib/anna-core 36.2.1 → 36.2.4
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 +28 -28
- package/fesm2022/annalib-anna-core.mjs +92 -89
- package/fesm2022/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +1 -1
- package/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +2 -2
- package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +1 -18
- package/package.json +1 -1
- package/src/lib/anna-common-scss/_animate.scss +27 -27
- package/src/lib/anna-common-scss/_application-spacing.scss +8 -8
- package/src/lib/anna-common-scss/_bootstrap-tooltip.scss +29 -29
- package/src/lib/anna-common-scss/_button.scss +18 -18
- package/src/lib/anna-common-scss/_colors.scss +107 -107
- package/src/lib/anna-common-scss/_common-order-listing-table.scss +190 -190
- package/src/lib/anna-common-scss/_custom-anna-datepicker.scss +14 -14
- package/src/lib/anna-common-scss/_customDropdown.scss +126 -126
- package/src/lib/anna-common-scss/_dashboard-partials.scss +107 -107
- package/src/lib/anna-common-scss/_date-picker-form.scss +87 -87
- package/src/lib/anna-common-scss/_drag-and-drop.scss +22 -22
- package/src/lib/anna-common-scss/_easy-filter.scss +139 -139
- package/src/lib/anna-common-scss/_edit-filter-popup.scss +80 -80
- package/src/lib/anna-common-scss/_email-button.scss +89 -89
- package/src/lib/anna-common-scss/_filters.scss +728 -728
- package/src/lib/anna-common-scss/_font.scss +9 -9
- package/src/lib/anna-common-scss/_fonts.scss +86 -86
- package/src/lib/anna-common-scss/_generic-modal.scss +63 -63
- package/src/lib/anna-common-scss/_generic-table-common.scss +220 -220
- package/src/lib/anna-common-scss/_generic-tooltip-html.scss +69 -69
- package/src/lib/anna-common-scss/_gt-table.scss +586 -586
- package/src/lib/anna-common-scss/_icons.scss +3 -3
- package/src/lib/anna-common-scss/_legend.scss +11 -11
- package/src/lib/anna-common-scss/_mat-button-toggle.scss +68 -68
- package/src/lib/anna-common-scss/_mat-menu.scss +17 -17
- package/src/lib/anna-common-scss/_mixins.scss +187 -187
- package/src/lib/anna-common-scss/_modal.scss +37 -37
- package/src/lib/anna-common-scss/_popup-filter-toggle-button.scss +37 -37
- package/src/lib/anna-common-scss/_scrollbar.scss +14 -14
- package/src/lib/anna-common-scss/_show-hide-total-row.scss +27 -27
- package/src/lib/anna-common-scss/_sort.scss +30 -30
- package/src/lib/anna-common-scss/_toggle.scss +86 -86
- package/src/lib/anna-common-scss/style.scss +7 -7
- package/src/lib/anna-common-scss/third-party-lib/_angular-material-mat-radio.scss +26 -26
- package/src/lib/anna-common-scss/third-party-lib/_anna-mat-button-toggle-group-size-lg.scss +39 -39
- package/src/lib/anna-common-scss/third-party-lib/_mat-autocomplete.scss +31 -31
- package/src/lib/anna-common-scss/user-module-common-scss/_user-module.scss +65 -65
- package/src/lib/anna-common-scss/user-module-common-scss/_user-tag-status.scss +111 -111
package/README.md
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
# AnnaCore
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project anna-core` to generate a new component. You can also use
|
|
8
|
-
`ng generate directive|pipe|service|class|guard|interface|enum|module --project anna-core`.
|
|
9
|
-
|
|
10
|
-
> Note: Don't forget to add `--project anna-core` or else it will be added to the default project in your `angular.json`
|
|
11
|
-
> file.
|
|
12
|
-
|
|
13
|
-
## Build
|
|
14
|
-
|
|
15
|
-
Run `ng build anna-core` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
16
|
-
|
|
17
|
-
## Publishing
|
|
18
|
-
|
|
19
|
-
After building your library with `ng build anna-core`, go to the dist folder `cd dist/anna-core` and run `npm publish`.
|
|
20
|
-
|
|
21
|
-
## Running unit tests
|
|
22
|
-
|
|
23
|
-
Run `ng test anna-core` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
24
|
-
|
|
25
|
-
## Further help
|
|
26
|
-
|
|
27
|
-
To get more help on the Angular CLI use `ng help` or go check out the
|
|
28
|
-
[Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# AnnaCore
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project anna-core` to generate a new component. You can also use
|
|
8
|
+
`ng generate directive|pipe|service|class|guard|interface|enum|module --project anna-core`.
|
|
9
|
+
|
|
10
|
+
> Note: Don't forget to add `--project anna-core` or else it will be added to the default project in your `angular.json`
|
|
11
|
+
> file.
|
|
12
|
+
|
|
13
|
+
## Build
|
|
14
|
+
|
|
15
|
+
Run `ng build anna-core` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
16
|
+
|
|
17
|
+
## Publishing
|
|
18
|
+
|
|
19
|
+
After building your library with `ng build anna-core`, go to the dist folder `cd dist/anna-core` and run `npm publish`.
|
|
20
|
+
|
|
21
|
+
## Running unit tests
|
|
22
|
+
|
|
23
|
+
Run `ng test anna-core` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
24
|
+
|
|
25
|
+
## Further help
|
|
26
|
+
|
|
27
|
+
To get more help on the Angular CLI use `ng help` or go check out the
|
|
28
|
+
[Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|