@gipisistemas/ng-core 1.1.12 → 1.1.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. package/assets/styles/styles.scss +4 -0
  2. package/bundles/gipisistemas-ng-core.umd.js +128 -21
  3. package/bundles/gipisistemas-ng-core.umd.js.map +1 -1
  4. package/bundles/gipisistemas-ng-core.umd.min.js +8 -8
  5. package/bundles/gipisistemas-ng-core.umd.min.js.map +1 -1
  6. package/esm2015/gipisistemas-ng-core.js +8 -7
  7. package/esm2015/shared/components/button/button.component.js +2 -2
  8. package/esm2015/shared/components/icon/icon.component.js +2 -4
  9. package/esm2015/shared/components/input/input.component.js +12 -3
  10. package/esm2015/shared/directives/input-trim.directive.js +70 -0
  11. package/esm2015/shared/directives/lower-case.directive.js +1 -1
  12. package/esm2015/shared/directives/phone-mask.directive.js +1 -1
  13. package/esm2015/shared/directives/space-drop.directive.js +1 -1
  14. package/esm2015/shared/directives/upper-case.directive.js +1 -1
  15. package/esm2015/shared/gipi-components/button/button.component.js +2 -2
  16. package/esm2015/shared/gipi-components/form-field/form-field.component.js +8 -3
  17. package/esm2015/shared/gipi-components/input-select-enum/input-select-enum.component.js +20 -6
  18. package/esm2015/shared/gipi-components/split-button/split-button.component.js +2 -2
  19. package/esm2015/shared/gipi-components/tabs/tab-group/tab-group.component.js +5 -2
  20. package/esm2015/shared/shared.module.js +3 -1
  21. package/esm5/gipisistemas-ng-core.js +8 -7
  22. package/esm5/shared/components/button/button.component.js +2 -2
  23. package/esm5/shared/components/icon/icon.component.js +2 -4
  24. package/esm5/shared/components/input/input.component.js +16 -3
  25. package/esm5/shared/directives/input-trim.directive.js +71 -0
  26. package/esm5/shared/directives/lower-case.directive.js +1 -1
  27. package/esm5/shared/directives/phone-mask.directive.js +1 -1
  28. package/esm5/shared/directives/space-drop.directive.js +1 -1
  29. package/esm5/shared/directives/upper-case.directive.js +1 -1
  30. package/esm5/shared/gipi-components/button/button.component.js +2 -2
  31. package/esm5/shared/gipi-components/form-field/form-field.component.js +8 -3
  32. package/esm5/shared/gipi-components/input-select-enum/input-select-enum.component.js +25 -6
  33. package/esm5/shared/gipi-components/split-button/split-button.component.js +2 -2
  34. package/esm5/shared/gipi-components/tabs/tab-group/tab-group.component.js +5 -2
  35. package/esm5/shared/shared.module.js +3 -1
  36. package/fesm2015/gipisistemas-ng-core.js +112 -16
  37. package/fesm2015/gipisistemas-ng-core.js.map +1 -1
  38. package/fesm5/gipisistemas-ng-core.js +122 -16
  39. package/fesm5/gipisistemas-ng-core.js.map +1 -1
  40. package/gipisistemas-ng-core.d.ts +7 -6
  41. package/gipisistemas-ng-core.metadata.json +1 -1
  42. package/package.json +1 -1
  43. package/shared/components/icon/icon.component.d.ts +1 -3
  44. package/shared/components/input/input.component.d.ts +3 -1
  45. package/shared/directives/input-trim.directive.d.ts +9 -0
  46. package/shared/gipi-components/form-field/form-field.component.d.ts +1 -0
  47. package/shared/gipi-components/input-select-enum/input-select-enum.component.d.ts +4 -2
@@ -3,20 +3,21 @@
3
3
  */
4
4
  export * from './public_api';
5
5
  export { GIPINgConfig as ɵg } from './shared/api/gipi-ng-config';
6
- export { ITSS_SELECT_SEARCH_DEFAULT_OPTIONS as ɵo, ItssSelectSearchOptions as ɵp } from './shared/components/select-entity-paged/shared/default-options';
6
+ export { ITSS_SELECT_SEARCH_DEFAULT_OPTIONS as ɵp, ItssSelectSearchOptions as ɵq } from './shared/components/select-entity-paged/shared/default-options';
7
7
  export { TextareaComponent as ɵj } from './shared/components/textarea/textarea.component';
8
- export { InputSelectInfiniteScrollDirective as ɵn } from './shared/directives/input-select-infinite-scroll.directive';
8
+ export { InputSelectInfiniteScrollDirective as ɵo } from './shared/directives/input-select-infinite-scroll.directive';
9
+ export { InputTrimDirective as ɵn } from './shared/directives/input-trim.directive';
9
10
  export { LowerCaseDirective as ɵl } from './shared/directives/lower-case.directive';
10
11
  export { SpaceDropDirective as ɵm } from './shared/directives/space-drop.directive';
11
12
  export { UpperCaseDirective as ɵk } from './shared/directives/upper-case.directive';
12
13
  export { GIPIChipsComponent as ɵh } from './shared/gipi-components/chips/chips.component';
13
- export { DatepickerComponent as ɵr } from './shared/gipi-components/datepicker/datepicker/datepicker.component';
14
+ export { DatepickerComponent as ɵs } from './shared/gipi-components/datepicker/datepicker/datepicker.component';
14
15
  export { MAT_DATE_RANGE_INPUT_PARENT as ɵa } from './shared/gipi-components/datepicker/mat-datepicker/date-range-input-parts';
15
16
  export { MAT_CALENDAR_RANGE_STRATEGY_PROVIDER as ɵc, MAT_CALENDAR_RANGE_STRATEGY_PROVIDER_FACTORY as ɵb } from './shared/gipi-components/datepicker/mat-datepicker/date-range-selection-strategy';
16
17
  export { MatDatepickerBase as ɵd } from './shared/gipi-components/datepicker/mat-datepicker/datepicker-base';
17
18
  export { MAT_FORM_FIELD as ɵe } from './shared/gipi-components/datepicker/mat-datepicker/datepicker-input';
18
19
  export { MatDatepickerInputBase as ɵf } from './shared/gipi-components/datepicker/mat-datepicker/datepicker-input-base';
19
- export { slideCalendar as ɵs } from './shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-animations';
20
- export { GIPIDatetimepickerMultiYearViewComponent as ɵt } from './shared/gipi-components/datetime-picker/mat-datetime-picker/multi-year-view';
20
+ export { slideCalendar as ɵt } from './shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-animations';
21
+ export { GIPIDatetimepickerMultiYearViewComponent as ɵu } from './shared/gipi-components/datetime-picker/mat-datetime-picker/multi-year-view';
21
22
  export { GIPIFileDragAndDropDirective as ɵi } from './shared/gipi-components/file-drag-and-drop/shared/file-drag-and-drop.directive';
22
- export { MaterialModule as ɵq } from './shared/material.module';
23
+ export { MaterialModule as ɵr } from './shared/material.module';