@mediusinc/mng-commons 0.18.1 → 0.19.0

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 (69) hide show
  1. package/esm2020/lib/api/services/api.abstract.service.mjs +7 -5
  2. package/esm2020/lib/api/services/crud-api.abstract.service.mjs +3 -3
  3. package/esm2020/lib/api/services/get-all-api.abstract.service.mjs +3 -3
  4. package/esm2020/lib/components/action/action.component.mjs +3 -3
  5. package/esm2020/lib/components/form/editor/form-editor.component.mjs +1 -1
  6. package/esm2020/lib/components/form/formly/fields/formly-field-action/formly-field-action.component.mjs +1 -1
  7. package/esm2020/lib/components/form/formly/fields/formly-field-autocomplete/formly-field-autocomplete.component.mjs +1 -1
  8. package/esm2020/lib/components/form/formly/fields/formly-field-dropdown/formly-field-dropdown.component.mjs +1 -1
  9. package/esm2020/lib/components/form/formly/fields/formly-field-fieldset/formly-field-fieldset.component.mjs +1 -1
  10. package/esm2020/lib/components/form/formly/fields/formly-field-input/formly-field-input.component.mjs +1 -1
  11. package/esm2020/lib/components/form/formly/fields/formly-field-label/formly-field-label.component.mjs +1 -1
  12. package/esm2020/lib/components/form/formly/fields/formly-field-lookup-dialog/formly-field-lookup-dialog.component.mjs +1 -1
  13. package/esm2020/lib/components/form/formly/fields/formly-field-table-dialog-form/formly-field-table-dialog-form.component.mjs +1 -1
  14. package/esm2020/lib/components/form/formly/fields/formly-field-table-dialog-multiselect/formly-field-table-dialog-multiselect.component.mjs +1 -1
  15. package/esm2020/lib/components/form/formly/fields/formly-field-tabs/formly-field-tabs.component.mjs +1 -1
  16. package/esm2020/lib/components/form/formly/formly.config.mjs +186 -0
  17. package/esm2020/lib/components/form/formly/index.mjs +2 -0
  18. package/esm2020/lib/components/form/formly/models/formly-config.model.mjs +2 -0
  19. package/esm2020/lib/components/form/formly/models/formly-field.model.mjs +2 -0
  20. package/esm2020/lib/components/form/formly/models/index.mjs +3 -0
  21. package/esm2020/lib/components/form/models/field-action-context.model.mjs +1 -1
  22. package/esm2020/lib/mng-commons.module.mjs +1 -1
  23. package/esm2020/lib/models/config.model.mjs +2 -0
  24. package/esm2020/lib/models/index.mjs +2 -2
  25. package/esm2020/lib/services/commons.service.mjs +1 -1
  26. package/esm2020/lib/services/providers/config-service.provider.mjs +1 -1
  27. package/esm2020/lib/services/providers/formly-config.provider.mjs +2 -2
  28. package/esm2020/lib/services/tokens/module-config.token.mjs +1 -1
  29. package/esm2020/lib/utils/editor-formly.util.mjs +1 -1
  30. package/esm2020/public-api.mjs +4 -4
  31. package/fesm2015/mediusinc-mng-commons.mjs +10 -10
  32. package/fesm2015/mediusinc-mng-commons.mjs.map +1 -1
  33. package/fesm2020/mediusinc-mng-commons.mjs +10 -10
  34. package/fesm2020/mediusinc-mng-commons.mjs.map +1 -1
  35. package/lib/api/services/api.abstract.service.d.ts +3 -3
  36. package/lib/api/services/crud-api.abstract.service.d.ts +2 -2
  37. package/lib/api/services/get-all-api.abstract.service.d.ts +2 -2
  38. package/lib/components/form/formly/fields/formly-field-action/formly-field-action.component.d.ts +1 -1
  39. package/lib/components/form/formly/fields/formly-field-autocomplete/formly-field-autocomplete.component.d.ts +1 -1
  40. package/lib/components/form/formly/fields/formly-field-dropdown/formly-field-dropdown.component.d.ts +1 -1
  41. package/lib/components/form/formly/fields/formly-field-fieldset/formly-field-fieldset.component.d.ts +1 -1
  42. package/lib/components/form/formly/fields/formly-field-input/formly-field-input.component.d.ts +1 -1
  43. package/lib/components/form/formly/fields/formly-field-label/formly-field-label.component.d.ts +1 -1
  44. package/lib/components/form/formly/fields/formly-field-lookup-dialog/formly-field-lookup-dialog.component.d.ts +1 -1
  45. package/lib/components/form/formly/fields/formly-field-table-dialog-form/formly-field-table-dialog-form.component.d.ts +1 -1
  46. package/lib/components/form/formly/fields/formly-field-table-dialog-multiselect/formly-field-table-dialog-multiselect.component.d.ts +1 -1
  47. package/lib/components/form/formly/fields/formly-field-tabs/formly-field-tabs.component.d.ts +1 -1
  48. package/lib/{config → components/form/formly}/formly.config.d.ts +1 -2
  49. package/lib/{config → components/form/formly}/index.d.ts +0 -0
  50. package/lib/{config → components/form/formly}/models/formly-config.model.d.ts +1 -1
  51. package/lib/{models → components/form/formly/models}/formly-field.model.d.ts +2 -2
  52. package/lib/{config → components/form/formly}/models/index.d.ts +1 -1
  53. package/lib/components/form/models/field-action-context.model.d.ts +1 -1
  54. package/lib/mng-commons.module.d.ts +1 -1
  55. package/lib/{config/models → models}/config.model.d.ts +2 -2
  56. package/lib/models/index.d.ts +1 -1
  57. package/lib/services/commons.service.d.ts +1 -2
  58. package/lib/services/providers/config-service.provider.d.ts +1 -1
  59. package/lib/services/providers/formly-config.provider.d.ts +1 -1
  60. package/lib/services/tokens/module-config.token.d.ts +1 -1
  61. package/package.json +1 -1
  62. package/public-api.d.ts +2 -2
  63. package/version-info.json +5 -5
  64. package/esm2020/lib/config/formly.config.mjs +0 -186
  65. package/esm2020/lib/config/index.mjs +0 -2
  66. package/esm2020/lib/config/models/config.model.mjs +0 -2
  67. package/esm2020/lib/config/models/formly-config.model.mjs +0 -2
  68. package/esm2020/lib/config/models/index.mjs +0 -3
  69. package/esm2020/lib/models/formly-field.model.mjs +0 -2

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.