@starley/ion-directives 1.1.4 → 1.1.5

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.
@@ -0,0 +1,2 @@
1
+ export declare class IonInputMaskDirectiveModule {
2
+ }
@@ -0,0 +1,14 @@
1
+ import { __decorate } from "tslib";
2
+ import { NgModule } from '@angular/core';
3
+ import { IonInputMaskDirective } from './input-mask.directive';
4
+ let IonInputMaskDirectiveModule = class IonInputMaskDirectiveModule {
5
+ };
6
+ IonInputMaskDirectiveModule = __decorate([
7
+ NgModule({
8
+ declarations: [IonInputMaskDirective],
9
+ imports: [],
10
+ exports: [IonInputMaskDirective]
11
+ })
12
+ ], IonInputMaskDirectiveModule);
13
+ export { IonInputMaskDirectiveModule };
14
+ //# sourceMappingURL=input-mask.module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-mask.module.js","sourceRoot":"","sources":["../../../src/directives/input-mask/input-mask.module.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAQxD,IAAM,2BAA2B,GAAjC,MAAM,2BAA2B;CAAI,CAAA;AAA/B,2BAA2B;IANvC,QAAQ,CAAC;QACR,YAAY,EAAE,CAAC,qBAAqB,CAAC;QACrC,OAAO,EAAE,EACR;QACD,OAAO,EAAE,CAAC,qBAAqB,CAAC;KACjC,CAAC;GACW,2BAA2B,CAAI;SAA/B,2BAA2B"}
@@ -0,0 +1,2 @@
1
+ export declare class PressHoldDirectiveModule {
2
+ }
@@ -0,0 +1,14 @@
1
+ import { __decorate } from "tslib";
2
+ import { NgModule } from '@angular/core';
3
+ import { PressHoldDirective } from './press-hold.directive';
4
+ let PressHoldDirectiveModule = class PressHoldDirectiveModule {
5
+ };
6
+ PressHoldDirectiveModule = __decorate([
7
+ NgModule({
8
+ declarations: [PressHoldDirective],
9
+ imports: [],
10
+ exports: [PressHoldDirective]
11
+ })
12
+ ], PressHoldDirectiveModule);
13
+ export { PressHoldDirectiveModule };
14
+ //# sourceMappingURL=press-hold.module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"press-hold.module.js","sourceRoot":"","sources":["../../../src/directives/press-hold/press-hold.module.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAQrD,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;CAAI,CAAA;AAA5B,wBAAwB;IANpC,QAAQ,CAAC;QACR,YAAY,EAAE,CAAC,kBAAkB,CAAC;QAClC,OAAO,EAAE,EACR;QACD,OAAO,EAAE,CAAC,kBAAkB,CAAC;KAC9B,CAAC;GACW,wBAAwB,CAAI;SAA5B,wBAAwB"}
@@ -0,0 +1,2 @@
1
+ export declare class TapDirectiveModule {
2
+ }
@@ -0,0 +1,14 @@
1
+ import { __decorate } from "tslib";
2
+ import { NgModule } from '@angular/core';
3
+ import { TapDirective } from './tap.directive';
4
+ let TapDirectiveModule = class TapDirectiveModule {
5
+ };
6
+ TapDirectiveModule = __decorate([
7
+ NgModule({
8
+ declarations: [TapDirective],
9
+ imports: [],
10
+ exports: [TapDirective]
11
+ })
12
+ ], TapDirectiveModule);
13
+ export { TapDirectiveModule };
14
+ //# sourceMappingURL=tap.module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tap.module.js","sourceRoot":"","sources":["../../../src/directives/tap/tap.module.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAQxC,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;CAAI,CAAA;AAAtB,kBAAkB;IAN9B,QAAQ,CAAC;QACN,YAAY,EAAE,CAAC,YAAY,CAAC;QAC5B,OAAO,EAAE,EACR;QACD,OAAO,EAAE,CAAC,YAAY,CAAC;KAC1B,CAAC;GACW,kBAAkB,CAAI;SAAtB,kBAAkB"}
package/dist/index.d.ts CHANGED
@@ -1,3 +1,7 @@
1
1
  export { IonInputMaskDirective } from './directives/input-mask/input-mask.directive';
2
2
  export { PressHoldDirective } from './directives/press-hold/press-hold.directive';
3
3
  export { TapDirective } from './directives/tap/tap.directive';
4
+ /** Modules */
5
+ export { IonInputMaskDirectiveModule } from './directives/input-mask/input-mask.module';
6
+ export { PressHoldDirectiveModule } from './directives/press-hold/press-hold.module';
7
+ export { TapDirectiveModule } from './directives/tap/tap.module';
package/dist/index.js CHANGED
@@ -1,4 +1,8 @@
1
1
  export { IonInputMaskDirective } from './directives/input-mask/input-mask.directive';
2
2
  export { PressHoldDirective } from './directives/press-hold/press-hold.directive';
3
3
  export { TapDirective } from './directives/tap/tap.directive';
4
+ /** Modules */
5
+ export { IonInputMaskDirectiveModule } from './directives/input-mask/input-mask.module';
6
+ export { PressHoldDirectiveModule } from './directives/press-hold/press-hold.module';
7
+ export { TapDirectiveModule } from './directives/tap/tap.module';
4
8
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,8CAA8C,CAAC;AACrF,OAAO,EAAE,kBAAkB,EAAE,MAAM,8CAA8C,CAAC;AAClF,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,8CAA8C,CAAC;AACrF,OAAO,EAAE,kBAAkB,EAAE,MAAM,8CAA8C,CAAC;AAClF,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,cAAc;AACd,OAAO,EAAE,2BAA2B,EAAE,MAAM,2CAA2C,CAAC;AACxF,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AACrF,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@starley/ion-directives",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Directivas internas para ionic",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",