coer-elements 0.0.56 → 0.0.59
Sign up to get free protection for your applications and to get access to all the features.
- package/components/lib/coer-button/coer-button.component.d.ts +2 -2
- package/esm2022/components/lib/coer-button/coer-button.component.mjs +4 -6
- package/esm2022/index.mjs +54 -2
- package/esm2022/tools/lib/section.class.mjs +52 -0
- package/esm2022/tools/public-api.mjs +2 -1
- package/fesm2022/coer-elements-components.mjs +3 -5
- package/fesm2022/coer-elements-components.mjs.map +1 -1
- package/fesm2022/coer-elements-tools.mjs +48 -2
- package/fesm2022/coer-elements-tools.mjs.map +1 -1
- package/fesm2022/coer-elements.mjs +53 -0
- package/fesm2022/coer-elements.mjs.map +1 -1
- package/index.d.ts +10 -1
- package/package.json +7 -7
- package/styles/coer-elements.css +0 -5
- package/styles/containers.scss +0 -2
- package/tools/lib/section.class.d.ts +27 -0
- package/tools/public-api.d.ts +1 -0
@@ -1,4 +1,57 @@
|
|
1
|
+
import * as i0 from '@angular/core';
|
2
|
+
import { NgModule } from '@angular/core';
|
3
|
+
import { CoerAlert } from 'coer-elements/tools';
|
4
|
+
import * as components from 'coer-elements/components';
|
5
|
+
import * as directives from 'coer-elements/directives';
|
6
|
+
import * as pipes from 'coer-elements/pipes';
|
7
|
+
|
8
|
+
class CoerElementsModule {
|
9
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoerElementsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
10
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: CoerElementsModule, imports: [components.ComponentsModule, directives.DirectivesModule, pipes.PipesModule, CoerAlert], exports: [CoerAlert, components.CoerButton, components.CoerCheckbox, components.CoerFilebox, components.CoerForm, components.CoerGrid, components.CoerList, components.CoerModal, components.CoerNumberBox, components.CoerPageTitle, components.CoerSelectbox, components.CoerSidenav, components.CoerSwitch, components.CoerTextarea, components.CoerTab, components.CoerTextBox, components.CoerToolbar, directives.CoerRefDirective, directives.LifeCycleDirective, pipes.HtmlPipe, pipes.NoImagePipe, pipes.NumericFormatPipe] }); }
|
11
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoerElementsModule, imports: [components.ComponentsModule,
|
12
|
+
directives.DirectivesModule,
|
13
|
+
pipes.PipesModule,
|
14
|
+
CoerAlert] }); }
|
15
|
+
}
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoerElementsModule, decorators: [{
|
17
|
+
type: NgModule,
|
18
|
+
args: [{
|
19
|
+
imports: [
|
20
|
+
components.ComponentsModule,
|
21
|
+
directives.DirectivesModule,
|
22
|
+
pipes.PipesModule,
|
23
|
+
CoerAlert
|
24
|
+
],
|
25
|
+
exports: [
|
26
|
+
CoerAlert,
|
27
|
+
components.CoerButton,
|
28
|
+
components.CoerCheckbox,
|
29
|
+
components.CoerFilebox,
|
30
|
+
components.CoerForm,
|
31
|
+
components.CoerGrid,
|
32
|
+
components.CoerList,
|
33
|
+
components.CoerModal,
|
34
|
+
components.CoerNumberBox,
|
35
|
+
components.CoerPageTitle,
|
36
|
+
components.CoerSelectbox,
|
37
|
+
components.CoerSidenav,
|
38
|
+
components.CoerSwitch,
|
39
|
+
components.CoerTextarea,
|
40
|
+
components.CoerTab,
|
41
|
+
components.CoerTextBox,
|
42
|
+
components.CoerToolbar,
|
43
|
+
directives.CoerRefDirective,
|
44
|
+
directives.LifeCycleDirective,
|
45
|
+
pipes.HtmlPipe,
|
46
|
+
pipes.NoImagePipe,
|
47
|
+
pipes.NumericFormatPipe
|
48
|
+
]
|
49
|
+
}]
|
50
|
+
}] });
|
51
|
+
|
1
52
|
/**
|
2
53
|
* Generated bundle index. Do not edit.
|
3
54
|
*/
|
55
|
+
|
56
|
+
export { CoerElementsModule };
|
4
57
|
//# sourceMappingURL=coer-elements.mjs.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"coer-elements.mjs","sources":["../../../projects/coer-elements/coer-elements.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"coer-elements.mjs","sources":["../../../projects/coer-elements/index.ts","../../../projects/coer-elements/coer-elements.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\r\n\r\n//Components\r\nimport { CoerAlert } from 'coer-elements/tools';\r\nimport * as components from 'coer-elements/components';\r\nimport * as directives from 'coer-elements/directives';\r\nimport * as pipes from 'coer-elements/pipes';\r\n\r\n\r\n@NgModule({\r\n imports: [\r\n components.ComponentsModule, \r\n directives.DirectivesModule,\r\n pipes.PipesModule,\r\n CoerAlert\r\n ],\r\n exports: [\r\n CoerAlert,\r\n components.CoerButton,\r\n components.CoerCheckbox,\r\n components.CoerFilebox,\r\n components.CoerForm,\r\n components.CoerGrid,\r\n components.CoerList,\r\n components.CoerModal,\r\n components.CoerNumberBox,\r\n components.CoerPageTitle,\r\n components.CoerSelectbox,\r\n components.CoerSidenav,\r\n components.CoerSwitch,\r\n components.CoerTextarea,\r\n components.CoerTab,\r\n components.CoerTextBox,\r\n components.CoerToolbar,\r\n directives.CoerRefDirective,\r\n directives.LifeCycleDirective,\r\n pipes.HtmlPipe,\r\n pipes.NoImagePipe,\r\n pipes.NumericFormatPipe\r\n ]\r\n})\r\nexport class CoerElementsModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1","i2","i3"],"mappings":";;;;;;;MAyCa,kBAAkB,CAAA;+GAAlB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;gHAAlB,kBAAkB,EAAA,OAAA,EAAA,CAAAA,UAAA,CAAA,gBAAA,EAAAC,UAAA,CAAA,gBAAA,EAAAC,KAAA,CAAA,WAAA,EA3BvB,SAAS,CAAA,EAAA,OAAA,EAAA,CAGT,SAAS,EAAAF,UAAA,CAAA,UAAA,EAAAA,UAAA,CAAA,YAAA,EAAAA,UAAA,CAAA,WAAA,EAAAA,UAAA,CAAA,QAAA,EAAAA,UAAA,CAAA,QAAA,EAAAA,UAAA,CAAA,QAAA,EAAAA,UAAA,CAAA,SAAA,EAAAA,UAAA,CAAA,aAAA,EAAAA,UAAA,CAAA,aAAA,EAAAA,UAAA,CAAA,aAAA,EAAAA,UAAA,CAAA,WAAA,EAAAA,UAAA,CAAA,UAAA,EAAAA,UAAA,CAAA,YAAA,EAAAA,UAAA,CAAA,OAAA,EAAAA,UAAA,CAAA,WAAA,EAAAA,UAAA,CAAA,WAAA,EAAAC,UAAA,CAAA,gBAAA,EAAAA,UAAA,CAAA,kBAAA,EAAAC,KAAA,CAAA,QAAA,EAAAA,KAAA,CAAA,WAAA,EAAAA,KAAA,CAAA,iBAAA,CAAA,EAAA,CAAA,CAAA,EAAA;gHAwBJ,kBAAkB,EAAA,OAAA,EAAA,CA9BvB,UAAU,CAAC,gBAAgB;AAC3B,YAAA,UAAU,CAAC,gBAAgB;AAC3B,YAAA,KAAK,CAAC,WAAW;YACjB,SAAS,CAAA,EAAA,CAAA,CAAA,EAAA;;4FA2BJ,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAhC9B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,OAAO,EAAE;AACL,wBAAA,UAAU,CAAC,gBAAgB;AAC3B,wBAAA,UAAU,CAAC,gBAAgB;AAC3B,wBAAA,KAAK,CAAC,WAAW;wBACjB,SAAS;AACZ,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACL,SAAS;AACT,wBAAA,UAAU,CAAC,UAAU;AACrB,wBAAA,UAAU,CAAC,YAAY;AACvB,wBAAA,UAAU,CAAC,WAAW;AACtB,wBAAA,UAAU,CAAC,QAAQ;AACnB,wBAAA,UAAU,CAAC,QAAQ;AACnB,wBAAA,UAAU,CAAC,QAAQ;AACnB,wBAAA,UAAU,CAAC,SAAS;AACpB,wBAAA,UAAU,CAAC,aAAa;AACxB,wBAAA,UAAU,CAAC,aAAa;AACxB,wBAAA,UAAU,CAAC,aAAa;AACxB,wBAAA,UAAU,CAAC,WAAW;AACtB,wBAAA,UAAU,CAAC,UAAU;AACrB,wBAAA,UAAU,CAAC,YAAY;AACvB,wBAAA,UAAU,CAAC,OAAO;AAClB,wBAAA,UAAU,CAAC,WAAW;AACtB,wBAAA,UAAU,CAAC,WAAW;AACtB,wBAAA,UAAU,CAAC,gBAAgB;AAC3B,wBAAA,UAAU,CAAC,kBAAkB;AAC7B,wBAAA,KAAK,CAAC,QAAQ;AACd,wBAAA,KAAK,CAAC,WAAW;AACjB,wBAAA,KAAK,CAAC,iBAAiB;AAC1B,qBAAA;AACJ,iBAAA,CAAA;;;ACxCD;;AAEG;;;;"}
|
package/index.d.ts
CHANGED
@@ -1 +1,10 @@
|
|
1
|
-
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "coer-elements/components";
|
3
|
+
import * as i2 from "coer-elements/directives";
|
4
|
+
import * as i3 from "coer-elements/pipes";
|
5
|
+
import * as i4 from "coer-elements/tools";
|
6
|
+
export declare class CoerElementsModule {
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CoerElementsModule, never>;
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CoerElementsModule, never, [typeof i1.ComponentsModule, typeof i2.DirectivesModule, typeof i3.PipesModule, typeof i4.CoerAlert], [typeof i4.CoerAlert, typeof i1.CoerButton, typeof i1.CoerCheckbox, typeof i1.CoerFilebox, typeof i1.CoerForm, typeof i1.CoerGrid, typeof i1.CoerList, typeof i1.CoerModal, typeof i1.CoerNumberBox, typeof i1.CoerPageTitle, typeof i1.CoerSelectbox, typeof i1.CoerSidenav, typeof i1.CoerSwitch, typeof i1.CoerTextarea, typeof i1.CoerTab, typeof i1.CoerTextBox, typeof i1.CoerToolbar, typeof i2.CoerRefDirective, typeof i2.LifeCycleDirective, typeof i3.HtmlPipe, typeof i3.NoImagePipe, typeof i3.NumericFormatPipe]>;
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CoerElementsModule>;
|
10
|
+
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "coer-elements",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.59",
|
4
4
|
"author": "Christian Omar Escamilla Rodríguez",
|
5
5
|
"keywords": [
|
6
6
|
"COER",
|
@@ -54,18 +54,18 @@
|
|
54
54
|
"esm": "./esm2022/interfaces/coer-elements-interfaces.mjs",
|
55
55
|
"default": "./fesm2022/coer-elements-interfaces.mjs"
|
56
56
|
},
|
57
|
-
"./signals": {
|
58
|
-
"types": "./signals/index.d.ts",
|
59
|
-
"esm2022": "./esm2022/signals/coer-elements-signals.mjs",
|
60
|
-
"esm": "./esm2022/signals/coer-elements-signals.mjs",
|
61
|
-
"default": "./fesm2022/coer-elements-signals.mjs"
|
62
|
-
},
|
63
57
|
"./pipes": {
|
64
58
|
"types": "./pipes/index.d.ts",
|
65
59
|
"esm2022": "./esm2022/pipes/coer-elements-pipes.mjs",
|
66
60
|
"esm": "./esm2022/pipes/coer-elements-pipes.mjs",
|
67
61
|
"default": "./fesm2022/coer-elements-pipes.mjs"
|
68
62
|
},
|
63
|
+
"./signals": {
|
64
|
+
"types": "./signals/index.d.ts",
|
65
|
+
"esm2022": "./esm2022/signals/coer-elements-signals.mjs",
|
66
|
+
"esm": "./esm2022/signals/coer-elements-signals.mjs",
|
67
|
+
"default": "./fesm2022/coer-elements-signals.mjs"
|
68
|
+
},
|
69
69
|
"./tools": {
|
70
70
|
"types": "./tools/index.d.ts",
|
71
71
|
"esm2022": "./esm2022/tools/coer-elements-tools.mjs",
|
package/styles/coer-elements.css
CHANGED
@@ -3460,8 +3460,6 @@ aside.toast-container > * {
|
|
3460
3460
|
animation-duration: 1.5s;
|
3461
3461
|
animation-iteration-count: 1;
|
3462
3462
|
animation-fill-mode: both;
|
3463
|
-
position: relative;
|
3464
|
-
z-index: 100;
|
3465
3463
|
}
|
3466
3464
|
|
3467
3465
|
.coer-container-tab {
|
@@ -3474,7 +3472,6 @@ aside.toast-container > * {
|
|
3474
3472
|
animation-duration: 1.5s;
|
3475
3473
|
animation-iteration-count: 1;
|
3476
3474
|
animation-fill-mode: both;
|
3477
|
-
position: relative;
|
3478
3475
|
padding: 0px;
|
3479
3476
|
}
|
3480
3477
|
.coer-container-tab .row {
|
@@ -3491,7 +3488,6 @@ aside.toast-container > * {
|
|
3491
3488
|
animation-duration: 1.5s;
|
3492
3489
|
animation-iteration-count: 1;
|
3493
3490
|
animation-fill-mode: both;
|
3494
|
-
position: relative;
|
3495
3491
|
padding-bottom: 5px;
|
3496
3492
|
}
|
3497
3493
|
|
@@ -3505,7 +3501,6 @@ aside.toast-container > * {
|
|
3505
3501
|
animation-duration: 1.5s;
|
3506
3502
|
animation-iteration-count: 1;
|
3507
3503
|
animation-fill-mode: both;
|
3508
|
-
position: relative;
|
3509
3504
|
padding: 0px;
|
3510
3505
|
}
|
3511
3506
|
|
package/styles/containers.scss
CHANGED
@@ -0,0 +1,27 @@
|
|
1
|
+
import { Router } from '@angular/router';
|
2
|
+
import { AfterViewInit, OnDestroy } from '@angular/core';
|
3
|
+
import { CoerAlert } from './coer-alert/coer-alert.component';
|
4
|
+
import * as i0 from "@angular/core";
|
5
|
+
export declare class Section implements AfterViewInit, OnDestroy {
|
6
|
+
protected readonly alert: CoerAlert;
|
7
|
+
protected readonly router: Router;
|
8
|
+
isLoading: import("@angular/core").InputSignal<boolean>;
|
9
|
+
isUpdate: import("@angular/core").InputSignal<boolean>;
|
10
|
+
onReady: import("@angular/core").OutputEmitterRef<void>;
|
11
|
+
onDestroy: import("@angular/core").OutputEmitterRef<void>;
|
12
|
+
protected enableAnimations: boolean;
|
13
|
+
ngAfterViewInit(): void;
|
14
|
+
ngOnDestroy(): void;
|
15
|
+
/** */
|
16
|
+
protected Log(value: any, log?: string | null): void;
|
17
|
+
protected isActiveTemplate: (item: import("coer-elements/interfaces").IGridItem<any>) => string;
|
18
|
+
protected coerSwitchTemplate: (item: import("coer-elements/interfaces").IGridItem<any>) => import("coer-elements/interfaces").IGridCoerSwitch;
|
19
|
+
protected coerTextboxTemplate: (item: import("coer-elements/interfaces").IGridItem<any>) => import("coer-elements/interfaces").IGridCoerTextBox;
|
20
|
+
protected coerIconTemplate: (icon: string, color?: string) => string;
|
21
|
+
protected IsNull: <T>(value: T | null | undefined) => boolean;
|
22
|
+
protected IsNotNull: <T>(value: T | null | undefined) => boolean;
|
23
|
+
protected IsOnlyWhiteSpace: <T>(value: T | null | undefined) => boolean;
|
24
|
+
protected IsNotOnlyWhiteSpace: <T>(value: T | null | undefined) => boolean;
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Section, never>;
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Section, "ng-component", never, { "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "isUpdate": { "alias": "isUpdate"; "required": false; "isSignal": true; }; }, { "onReady": "onReady"; "onDestroy": "onDestroy"; }, never, never, false, never>;
|
27
|
+
}
|
package/tools/public-api.d.ts
CHANGED
@@ -9,6 +9,7 @@ export * from './lib/filters.class';
|
|
9
9
|
export * from './lib/menu.class';
|
10
10
|
export * from './lib/page.class';
|
11
11
|
export * from './lib/screen.class';
|
12
|
+
export * from './lib/section.class';
|
12
13
|
export * from './lib/service.class';
|
13
14
|
export * from './lib/source.class';
|
14
15
|
export * from './lib/tools';
|