@starley/ion-directives 1.2.42 → 1.2.43
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 +17 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ Adicione dentro do input a chamada passando após o simbolo de '=' a formataçã
|
|
|
41
41
|
|
|
42
42
|
* Agora e possivel criar mascaras customizadas para serem alteradas
|
|
43
43
|
|
|
44
|
-
Ex: [appMask]="isCpf ? '***.***.***-**' : '**.***.***/****-**'"
|
|
44
|
+
Ex: [appMask]="isCpf ? '***.***.***-**' : '**.***.***/****-**'"
|
|
45
45
|
|
|
46
46
|
my-component.html
|
|
47
47
|
|
|
@@ -163,6 +163,22 @@ my-component.html
|
|
|
163
163
|
</ion-content>
|
|
164
164
|
```
|
|
165
165
|
|
|
166
|
+
### Para usar 'appBlockCopyPaste'
|
|
167
|
+
|
|
168
|
+
Agora ele ira bloquear o copia e colar do input!
|
|
169
|
+
|
|
170
|
+
```html
|
|
171
|
+
<ion-content>
|
|
172
|
+
...
|
|
173
|
+
<ion-content>
|
|
174
|
+
...
|
|
175
|
+
<ion-input appBlockCopyPaste> </ion-input>
|
|
176
|
+
...
|
|
177
|
+
</ion-content>
|
|
178
|
+
...
|
|
179
|
+
</ion-content>
|
|
180
|
+
```
|
|
181
|
+
|
|
166
182
|
## License
|
|
167
183
|
|
|
168
184
|
[](https://choosealicense.com/licenses/mit/)
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,mCAAmC,CAAC;AAClD,cAAc,uCAAuC,CAAC;AACtD,cAAc,mCAAmC,CAAC;AAClD,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,cAAc,qBAAqB,CAAC","sourcesContent":["export * from './directive.module';\nexport * from './input-mask/input-mask.directive';\nexport * from './input-remove/input-remove.directive';\nexport * from './press-hold/press-hold.directive';\nexport { ConnectorSqlitePwaProvider } from './provider/connector-sqlite-pwa.provider';\nexport { DateUtilProvider } from './provider/date-util-provider';\nexport { IonUtilsProvider } from './provider/ion-utils-provider';\nexport { IonValidateFilds } from './provider/ion-validate-filds';\nexport * from './tap/tap.directive';\n
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAC;AACxD,cAAc,oBAAoB,CAAC;AACnC,cAAc,mCAAmC,CAAC;AAClD,cAAc,uCAAuC,CAAC;AACtD,cAAc,mCAAmC,CAAC;AAClD,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,cAAc,qBAAqB,CAAC","sourcesContent":["export * from './block-input/block-copy-past.directive';\nexport * from './directive.module';\nexport * from './input-mask/input-mask.directive';\nexport * from './input-remove/input-remove.directive';\nexport * from './press-hold/press-hold.directive';\nexport { ConnectorSqlitePwaProvider } from './provider/connector-sqlite-pwa.provider';\nexport { DateUtilProvider } from './provider/date-util-provider';\nexport { IonUtilsProvider } from './provider/ion-utils-provider';\nexport { IonValidateFilds } from './provider/ion-validate-filds';\nexport * from './tap/tap.directive';\n"]}
|