@marcura/marcura-grid 4.1.1 → 4.1.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/README.md +24 -24
- package/bundles/marcura-marcura-grid.umd.js +847 -847
- package/bundles/marcura-marcura-grid.umd.js.map +1 -1
- package/bundles/marcura-marcura-grid.umd.min.js +2 -2
- package/bundles/marcura-marcura-grid.umd.min.js.map +1 -1
- package/esm2015/lib/components/cell/cell.component.js +18 -18
- package/esm2015/lib/components/column-cell/column-cell.component.js +49 -49
- package/esm2015/lib/components/columns-form/columns-form.component.js +57 -57
- package/esm2015/lib/components/continuous-grid/continuous-grid.component.js +27 -27
- package/esm2015/lib/components/grid/grid.component.js +47 -47
- package/esm2015/lib/components/load-more/load-more.component.js +24 -24
- package/esm2015/lib/components/paginated-grid/paginated-grid.component.js +22 -22
- package/esm2015/lib/grid.module.js +37 -37
- package/esm2015/lib/model/cell-vertical-alignment.enum.js +7 -7
- package/esm2015/lib/model/column.js +64 -64
- package/esm2015/lib/model/continuous-grid.js +35 -35
- package/esm2015/lib/model/grid.js +87 -87
- package/esm2015/lib/model/paginated-grid.js +32 -32
- package/esm2015/lib/model/selection.js +23 -23
- package/esm2015/lib/model/sort-direction.enum.js +6 -6
- package/esm2015/marcura-marcura-grid.js +4 -4
- package/esm2015/public-api.js +16 -16
- package/fesm2015/marcura-marcura-grid.js +464 -464
- package/fesm2015/marcura-marcura-grid.js.map +1 -1
- package/lib/components/cell/cell.component.d.ts +6 -6
- package/lib/components/column-cell/column-cell.component.d.ts +15 -15
- package/lib/components/columns-form/columns-form.component.d.ts +16 -16
- package/lib/components/continuous-grid/continuous-grid.component.d.ts +11 -11
- package/lib/components/grid/grid.component.d.ts +20 -20
- package/lib/components/load-more/load-more.component.d.ts +7 -7
- package/lib/components/paginated-grid/paginated-grid.component.d.ts +7 -7
- package/lib/grid.module.d.ts +2 -2
- package/lib/model/cell-vertical-alignment.enum.d.ts +5 -5
- package/lib/model/column.d.ts +30 -30
- package/lib/model/continuous-grid.d.ts +20 -20
- package/lib/model/grid.d.ts +38 -38
- package/lib/model/paginated-grid.d.ts +20 -20
- package/lib/model/selection.d.ts +10 -10
- package/lib/model/sort-direction.enum.d.ts +4 -4
- package/marcura-marcura-grid.d.ts +4 -4
- package/marcura-marcura-grid.metadata.json +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +15 -15
package/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# Marcura Grid
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project marcura-common` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project marcura-common`.
|
|
8
|
-
> Note: Don't forget to add `--project marcura-common` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build marcura-common` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build marcura-common`, go to the dist folder `cd dist/marcura-common` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test marcura-common` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
|
|
1
|
+
# Marcura Grid
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project marcura-common` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project marcura-common`.
|
|
8
|
+
> Note: Don't forget to add `--project marcura-common` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build marcura-common` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build marcura-common`, go to the dist folder `cd dist/marcura-common` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test marcura-common` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
|