@guajiritos/general-autocomplete 0.0.7 → 0.0.9

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.
Files changed (38) hide show
  1. package/README.md +0 -0
  2. package/esm2020/guajiritos-general-autocomplete.mjs +4 -4
  3. package/esm2020/lib/guachos-general-autocomplete.component.mjs +327 -319
  4. package/esm2020/lib/guachos-general-autocomplete.module.mjs +108 -108
  5. package/esm2020/public-api.mjs +7 -7
  6. package/esm2020/utils/constants/contacts.mjs +9 -9
  7. package/esm2020/utils/interfaces/interfaces.mjs +11 -11
  8. package/esm2020/utils/pipes/duration.pipe.mjs +17 -17
  9. package/esm2020/utils/pipes/humanize-duration.pipe.mjs +16 -16
  10. package/esm2020/utils/pipes/i18n-field.pipe.mjs +27 -27
  11. package/esm2020/utils/pipes/ida-return.pipe.mjs +22 -22
  12. package/esm2020/utils/pipes/resolve-property-path.pipe.mjs +79 -79
  13. package/esm2020/utils/pipes/show-roles.pipe.mjs +23 -23
  14. package/esm2020/utils/pipes/show-segments.pipe.mjs +23 -23
  15. package/esm2020/utils/pipes/show-transport-types.pipe.mjs +23 -23
  16. package/esm2020/utils/services/autocomplete.service.mjs +160 -160
  17. package/esm2020/utils/services/utils.service.mjs +47 -47
  18. package/fesm2015/guajiritos-general-autocomplete.mjs +800 -792
  19. package/fesm2015/guajiritos-general-autocomplete.mjs.map +1 -1
  20. package/fesm2020/guajiritos-general-autocomplete.mjs +796 -788
  21. package/fesm2020/guajiritos-general-autocomplete.mjs.map +1 -1
  22. package/index.d.ts +5 -5
  23. package/lib/guachos-general-autocomplete.component.d.ts +72 -72
  24. package/lib/guachos-general-autocomplete.module.d.ts +24 -24
  25. package/package.json +6 -6
  26. package/public-api.d.ts +4 -4
  27. package/utils/constants/contacts.d.ts +2 -2
  28. package/utils/interfaces/interfaces.d.ts +33 -33
  29. package/utils/pipes/duration.pipe.d.ts +8 -8
  30. package/utils/pipes/humanize-duration.pipe.d.ts +7 -7
  31. package/utils/pipes/i18n-field.pipe.d.ts +7 -7
  32. package/utils/pipes/ida-return.pipe.d.ts +8 -8
  33. package/utils/pipes/resolve-property-path.pipe.d.ts +24 -24
  34. package/utils/pipes/show-roles.pipe.d.ts +8 -8
  35. package/utils/pipes/show-segments.pipe.d.ts +8 -8
  36. package/utils/pipes/show-transport-types.pipe.d.ts +8 -8
  37. package/utils/services/autocomplete.service.d.ts +15 -15
  38. package/utils/services/utils.service.d.ts +25 -25
package/README.md CHANGED
File without changes
@@ -1,5 +1,5 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public-api';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public-api';
5
5
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3VhamlyaXRvcy1nZW5lcmFsLWF1dG9jb21wbGV0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2d1YWNob3MtZ2VuZXJhbC1hdXRvY29tcGxldGUvc3JjL2d1YWppcml0b3MtZ2VuZXJhbC1hdXRvY29tcGxldGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==