UNPKG

@rxap/data-source

Version:

Provides a set of classes and decorators for creating and managing data sources in Angular applications, including base classes, static data sources, observable data sources, and method data sources. It also includes a component for displaying data source

167 lines (166 loc) 4.79 kB
{ "version": "19.1.1", "name": "@rxap/data-source", "description": "Provides a set of classes and decorators for creating and managing data sources in Angular applications, including base classes, static data sources, observable data sources, and method data sources. It also includes a component for displaying data source errors. The library offers features like data persistence, refresh and retry mechanisms, and integration with RxJS observables.\n", "license": "GPL-3.0-or-later", "dependencies": { "@nx/devkit": "20.5.0", "tslib": "2.6.2" }, "peerDependencies": { "@angular/cdk": "^19.1.1", "@angular/common": "^19.2.1", "@angular/core": "^19.2.1", "@angular/material": "^19.1.1", "@rxap/data-structure-tree": "^1.1.17-dev.3", "@rxap/definition": "^19.0.4", "@rxap/environment": "^19.1.0-dev.0", "@rxap/pattern": "^1.1.14", "@rxap/rxjs": "^1.1.16", "@rxap/utilities": "^16.5.0-dev.1", "rxjs": "^7.8.1" }, "author": { "name": "Merzough Münker", "email": "mmuenker@digitaix.com" }, "bugs": { "url": "https://gitlab.com/rxap/packages/-/issues", "email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com" }, "generators": "./generators.json", "homepage": "https:/gitlab.com/rxap/packages/packages/angular/data-source", "keywords": [ "angular", "angular-data-source", "data-source", "ngx", "packages", "rxap", "scope:core" ], "nx-migrations": { "packageGroup": [ { "package": "@angular/cdk", "version": "19.2.19" }, { "package": "@angular/common", "version": "19.2.16" }, { "package": "@angular/core", "version": "19.2.16" }, { "package": "@angular/forms", "version": "19.2.16" }, { "package": "@angular/material", "version": "19.2.19" }, { "package": "@angular/platform-browser", "version": "19.2.16" }, { "package": "@rxap/data-structure-tree", "version": "1.1.17-dev.3" }, { "package": "@rxap/definition", "version": "19.0.4" }, { "package": "@rxap/environment", "version": "19.1.0-dev.0" }, { "package": "@rxap/pattern", "version": "1.1.14" }, { "package": "@rxap/reflect-metadata", "version": "1.0.16-dev.4" }, { "package": "@rxap/rxjs", "version": "1.1.16" }, { "package": "@rxap/utilities", "version": "16.5.0-dev.1" } ] }, "publishConfig": { "access": "public", "directory": "../../../dist/packages/angular/data-source" }, "repository": { "type": "git", "url": "https://gitlab.com/rxap/packages.git", "directory": "packages/angular/data-source" }, "schematics": "./generators.json", "sideEffects": false, "gitHead": "36b0e9732b24717840935712e316593ff6aba795", "module": "fesm2022/rxap-data-source.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/rxap-data-source.mjs" }, "./accordion": { "types": "./accordion/index.d.ts", "default": "./fesm2022/rxap-data-source-accordion.mjs" }, "./directive": { "types": "./directive/index.d.ts", "default": "./fesm2022/rxap-data-source-directive.mjs" }, "./http": { "types": "./http/index.d.ts", "default": "./fesm2022/rxap-data-source-http.mjs" }, "./pagination": { "types": "./pagination/index.d.ts", "default": "./fesm2022/rxap-data-source-pagination.mjs" }, "./table": { "types": "./table/index.d.ts", "default": "./fesm2022/rxap-data-source-table.mjs" }, "./testing": { "types": "./testing/index.d.ts", "default": "./fesm2022/rxap-data-source-testing.mjs" }, "./http/pagination": { "types": "./http/pagination/index.d.ts", "default": "./fesm2022/rxap-data-source-http-pagination.mjs" }, "./http/table": { "types": "./http/table/index.d.ts", "default": "./fesm2022/rxap-data-source-http-table.mjs" }, "./pagination/directives": { "types": "./pagination/directives/index.d.ts", "default": "./fesm2022/rxap-data-source-pagination-directives.mjs" }, "./table/directives": { "types": "./table/directives/index.d.ts", "default": "./fesm2022/rxap-data-source-table-directives.mjs" }, "./table/tree": { "types": "./table/tree/index.d.ts", "default": "./fesm2022/rxap-data-source-table-tree.mjs" }, "./theme": "./theme.css" } }