x-tql-ui-lib 1.19.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 ADDED
@@ -0,0 +1,47 @@
1
+ # TqlUiLib
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 tql-ui-lib` to generate a new component. You can also
8
+ use `ng generate directive|pipe|service|class|guard|interface|enum|module --project tql-ui-lib`.
9
+ > Note: Don't forget to add `--project tql-ui-lib` or else it will be added to the default project in your `angular.json` file.
10
+
11
+ ## Build
12
+
13
+ Run `ng build tql-ui-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
14
+
15
+ ## Publishing
16
+
17
+ After building your library with `ng build tql-ui-lib`, go to the dist folder `cd dist/tql-ui-lib` and run `npm publish`
18
+ .
19
+
20
+ ## Running unit tests
21
+
22
+ Run `ng test tql-ui-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
23
+
24
+ ## Further help
25
+
26
+ To get more help on the Angular CLI use `ng help` or go check out
27
+ the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
28
+
29
+ ## Update newest version
30
+
31
+ `npm outdated`
32
+ `npm i tql-ui-lib@latest`
33
+
34
+ ## Update angular.json
35
+ ```json
36
+ "styles": [
37
+ "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
38
+ "node_modules/tql-theme/scss/index.scss"
39
+ ...
40
+ ],
41
+ "stylePreprocessorOptions": {
42
+ "includePaths": [
43
+ "node_modules/tql-theme/scss/theme",
44
+ "node_modules/tql-theme/scss/functions"
45
+ ]
46
+ }
47
+ ```
@@ -0,0 +1,54 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Component, NgModule } from '@angular/core';
3
+ import { TqlThemeModule } from 'x-tql-theme';
4
+ import { TqlComponentModule } from 'x-tql-component';
5
+ import { TqlServiceModule } from 'x-tql-service';
6
+
7
+ class TqlUiLibComponent {
8
+ constructor() { }
9
+ ngOnInit() {
10
+ }
11
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TqlUiLibComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
12
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: TqlUiLibComponent, isStandalone: true, selector: "lib-tql-ui-lib", ngImport: i0, template: `
13
+ <p>
14
+ tql-ui-lib works!
15
+ </p>
16
+ `, isInline: true }); }
17
+ }
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TqlUiLibComponent, decorators: [{
19
+ type: Component,
20
+ args: [{ selector: 'lib-tql-ui-lib', template: `
21
+ <p>
22
+ tql-ui-lib works!
23
+ </p>
24
+ ` }]
25
+ }], ctorParameters: () => [] });
26
+
27
+ // import { StorageModule } from 'ngx-pwa-local-storage';
28
+ class TqlUiLibModule {
29
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TqlUiLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
30
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: TqlUiLibModule, imports: [TqlUiLibComponent], exports: [TqlUiLibComponent, TqlThemeModule, TqlComponentModule, TqlServiceModule] }); }
31
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TqlUiLibModule, imports: [TqlThemeModule, TqlComponentModule, TqlServiceModule] }); }
32
+ }
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TqlUiLibModule, decorators: [{
34
+ type: NgModule,
35
+ args: [{
36
+ declarations: [],
37
+ imports: [TqlUiLibComponent],
38
+ exports: [TqlUiLibComponent, TqlThemeModule, TqlComponentModule, TqlServiceModule],
39
+ }]
40
+ }] });
41
+
42
+ /*
43
+ * Public API Surface of tql-ui-lib
44
+ */
45
+ // Re-exporting StorageMap from @ngx-pwa/local-storage
46
+ // import { StorageMap } from 'ngx-pwa-local-storage';
47
+ // export { StorageMap };
48
+
49
+ /**
50
+ * Generated bundle index. Do not edit.
51
+ */
52
+
53
+ export { TqlUiLibComponent, TqlUiLibModule };
54
+ //# sourceMappingURL=x-tql-ui-lib.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"x-tql-ui-lib.mjs","sources":["../../../projects/tql-ui-lib/src/lib/tql-ui-lib.component.ts","../../../projects/tql-ui-lib/src/lib/tql-ui-lib.module.ts","../../../projects/tql-ui-lib/src/public-api.ts","../../../projects/tql-ui-lib/src/x-tql-ui-lib.ts"],"sourcesContent":["import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'lib-tql-ui-lib',\n template: `\n <p>\n tql-ui-lib works!\n </p>\n `,\n styles: [\n ]\n})\nexport class TqlUiLibComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { TqlUiLibComponent } from './tql-ui-lib.component';\nimport { TqlThemeModule } from 'x-tql-theme';\nimport { TqlComponentModule } from 'x-tql-component';\nimport { TqlServiceModule } from 'x-tql-service';\n// import { StorageModule } from 'ngx-pwa-local-storage';\n\n@NgModule({\n declarations: [],\n imports: [TqlUiLibComponent],\n exports: [TqlUiLibComponent, TqlThemeModule, TqlComponentModule, TqlServiceModule],\n})\nexport class TqlUiLibModule {}\n","/*\n * Public API Surface of tql-ui-lib\n */\n\nexport * from './lib/tql-ui-lib.component';\nexport * from './lib/tql-ui-lib.module';\n\n// Re-exporting StorageMap from @ngx-pwa/local-storage\n// import { StorageMap } from 'ngx-pwa-local-storage';\n\n// export { StorageMap };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;MAYa,iBAAiB,CAAA;AAE5B,IAAA,WAAA,GAAA;IAEA,QAAQ,GAAA;;+GAJG,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,iBAAiB,EARlB,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA;;;;AAIT,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;4FAIU,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAV7B,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,gBAAgB,EAChB,QAAA,EAAA;;;;AAIT,EAAA,CAAA,EAAA;;;ACHH;MAOa,cAAc,CAAA;+GAAd,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;gHAAd,cAAc,EAAA,OAAA,EAAA,CAHb,iBAAiB,CACjB,EAAA,OAAA,EAAA,CAAA,iBAAiB,EAAE,cAAc,EAAE,kBAAkB,EAAE,gBAAgB,CAAA,EAAA,CAAA,CAAA;AAExE,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,EAFM,OAAA,EAAA,CAAA,cAAc,EAAE,kBAAkB,EAAE,gBAAgB,CAAA,EAAA,CAAA,CAAA;;4FAExE,cAAc,EAAA,UAAA,EAAA,CAAA;kBAL1B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,YAAY,EAAE,EAAE;oBAChB,OAAO,EAAE,CAAC,iBAAiB,CAAC;oBAC5B,OAAO,EAAE,CAAC,iBAAiB,EAAE,cAAc,EAAE,kBAAkB,EAAE,gBAAgB,CAAC;AACrF,iBAAA;;;ACXD;;AAEG;AAKH;AACA;AAEA;;ACVA;;AAEG;;;;"}
package/index.d.ts ADDED
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="x-tql-ui-lib" />
5
+ export * from './public-api';
@@ -0,0 +1,8 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TqlUiLibComponent implements OnInit {
4
+ constructor();
5
+ ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TqlUiLibComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<TqlUiLibComponent, "lib-tql-ui-lib", never, {}, {}, never, never, true, never>;
8
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./tql-ui-lib.component";
3
+ import * as i2 from "x-tql-theme";
4
+ import * as i3 from "x-tql-component";
5
+ import * as i4 from "x-tql-service";
6
+ export declare class TqlUiLibModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<TqlUiLibModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TqlUiLibModule, never, [typeof i1.TqlUiLibComponent], [typeof i1.TqlUiLibComponent, typeof i2.TqlThemeModule, typeof i3.TqlComponentModule, typeof i4.TqlServiceModule]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<TqlUiLibModule>;
10
+ }
package/package.json ADDED
@@ -0,0 +1,30 @@
1
+ {
2
+ "name": "x-tql-ui-lib",
3
+ "version": "1.19.4",
4
+ "peerDependencies": {
5
+ "lodash": "^4.17.x",
6
+ "@types/lodash": "^4.14.x",
7
+ "moment": "^2.29.x",
8
+ "@ngx-loading-bar/core": "^7.0.x",
9
+ "@ngx-loading-bar/http-client": "^7.0.x",
10
+ "@ngx-loading-bar/router": "^7.0.x",
11
+ "@types/googlemaps": "^3.43.x",
12
+ "uuid": "^8.3.x",
13
+ "@types/uuid": "^8.3.x"
14
+ },
15
+ "dependencies": {
16
+ "tslib": "^2.3.0"
17
+ },
18
+ "module": "fesm2022/x-tql-ui-lib.mjs",
19
+ "typings": "index.d.ts",
20
+ "exports": {
21
+ "./package.json": {
22
+ "default": "./package.json"
23
+ },
24
+ ".": {
25
+ "types": "./index.d.ts",
26
+ "default": "./fesm2022/x-tql-ui-lib.mjs"
27
+ }
28
+ },
29
+ "sideEffects": false
30
+ }
@@ -0,0 +1,2 @@
1
+ export * from './lib/tql-ui-lib.component';
2
+ export * from './lib/tql-ui-lib.module';