@smartbit4all/ng-client 4.0.0 → 4.0.1

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 (84) hide show
  1. package/esm2022/lib/session/smart-session.module.mjs +2 -2
  2. package/esm2022/lib/shared/smart-tooltip.directive.mjs +5 -5
  3. package/esm2022/lib/smart-dialog/smartdialog.component.mjs +6 -6
  4. package/esm2022/lib/smart-dialog/smartdialog.module.mjs +2 -2
  5. package/esm2022/lib/smart-dialog/smartdialog.service.mjs +1 -1
  6. package/esm2022/lib/smart-expandable-section/expandable-section.component.mjs +3 -3
  7. package/esm2022/lib/smart-expandable-section/smart-expandable-section.module.mjs +3 -3
  8. package/esm2022/lib/smart-filter/smart-filter/components/smart-filter-simple/components/smart-filter-simple-field/smart-filter-simple-field.component.mjs +4 -4
  9. package/esm2022/lib/smart-filter/smart-filter.module.mjs +3 -3
  10. package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/components/smart-filter-expression-item/smart-filter-expression-item.component.mjs +4 -4
  11. package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/smart-filter-editor-content.component.mjs +2 -2
  12. package/esm2022/lib/smart-filter-editor/smart-filter-editor.module.mjs +2 -2
  13. package/esm2022/lib/smart-form/smartfileuploader/large-file-snack-bar/large-file-snack-bar.component.mjs +4 -3
  14. package/esm2022/lib/smart-form/smartfileuploader/smartfileuploader.component.mjs +7 -7
  15. package/esm2022/lib/smart-form/widgets/components/smart-month-picker/smart-month-picker.component.mjs +3 -3
  16. package/esm2022/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +13 -13
  17. package/esm2022/lib/smart-grid/components/expandable-grid/expandable-grid.component.mjs +2 -2
  18. package/esm2022/lib/smart-grid/components/smart-grid-card/smart-grid-card.component.mjs +2 -2
  19. package/esm2022/lib/smart-grid/components/table-layout-definer/table-layout-definer.component.mjs +7 -7
  20. package/esm2022/lib/smart-grid/smart-grid.component.mjs +8 -8
  21. package/esm2022/lib/smart-grid/smart-grid.module.mjs +5 -5
  22. package/esm2022/lib/smart-grid/smart-grid.service.mjs +1 -1
  23. package/esm2022/lib/smart-navbar/smart-navbar.component.mjs +3 -3
  24. package/esm2022/lib/smart-navbar/smart-navbar.module.mjs +5 -5
  25. package/esm2022/lib/smart-tab-group/smart-tab-group.component.mjs +3 -3
  26. package/esm2022/lib/smart-tab-group/smart-tab-group.module.mjs +2 -2
  27. package/esm2022/lib/smart-tab-group/tab-group-simplified/tab-group.component.mjs +3 -3
  28. package/esm2022/lib/smart-table/components/default-actions-popup/default-actions-popup.component.mjs +3 -3
  29. package/esm2022/lib/smart-table/components/loading/loading.component.mjs +2 -2
  30. package/esm2022/lib/smart-table/smarttable.module.mjs +8 -8
  31. package/esm2022/lib/smart-table/tables/material-table/material-table.component.mjs +7 -7
  32. package/esm2022/lib/smart-table/tables/mobile-table/mobile-table.component.mjs +5 -5
  33. package/esm2022/lib/smart-table/tables/table.mjs +2 -2
  34. package/esm2022/lib/smart-tree/smarttree.component.mjs +5 -5
  35. package/esm2022/lib/smart-tree/smarttree.module.mjs +3 -3
  36. package/esm2022/lib/view-context/invalid-fields-snack-bar/invalid-fields-snack-bar.component.mjs +5 -4
  37. package/esm2022/lib/view-context/message-dialog/message-dialog.component.mjs +2 -2
  38. package/esm2022/lib/view-context/smart-ui-action/components/success-snack-bar/success-snack-bar.component.mjs +4 -4
  39. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.component.mjs +2 -2
  40. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.service.mjs +4 -4
  41. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.component.mjs +2 -2
  42. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.service.mjs +4 -4
  43. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.component.mjs +2 -2
  44. package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.service.mjs +4 -4
  45. package/esm2022/lib/view-context/smart-ui-action/ui-action-toolbar.component.mjs +3 -3
  46. package/esm2022/lib/view-context/smart-ui-action/ui-action.service.mjs +4 -4
  47. package/esm2022/lib/view-context/smart-view-context-dialog.service.mjs +4 -4
  48. package/esm2022/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.component.mjs +2 -2
  49. package/esm2022/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.service.mjs +4 -4
  50. package/esm2022/lib/view-context/smart-view-context.model.mjs +1 -1
  51. package/esm2022/lib/view-context/smart-view-context.module.mjs +12 -12
  52. package/fesm2022/smartbit4all-ng-client.mjs +213 -214
  53. package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
  54. package/lib/session/smart-session.module.d.ts +2 -2
  55. package/lib/shared/smart-tooltip.directive.d.ts +1 -1
  56. package/lib/smart-dialog/smartdialog.component.d.ts +1 -1
  57. package/lib/smart-dialog/smartdialog.module.d.ts +2 -2
  58. package/lib/smart-dialog/smartdialog.service.d.ts +1 -1
  59. package/lib/smart-expandable-section/smart-expandable-section.module.d.ts +3 -3
  60. package/lib/smart-filter/smart-filter.module.d.ts +3 -3
  61. package/lib/smart-filter-editor/smart-filter-editor.module.d.ts +2 -2
  62. package/lib/smart-form/smartfileuploader/smartfileuploader.component.d.ts +1 -1
  63. package/lib/smart-form/widgets/smartformwidget/smartformwidget.component.d.ts +2 -2
  64. package/lib/smart-grid/components/table-layout-definer/table-layout-definer.component.d.ts +1 -1
  65. package/lib/smart-grid/smart-grid.component.d.ts +2 -2
  66. package/lib/smart-grid/smart-grid.module.d.ts +5 -5
  67. package/lib/smart-navbar/smart-navbar.module.d.ts +5 -5
  68. package/lib/smart-tab-group/smart-tab-group.module.d.ts +2 -2
  69. package/lib/smart-table/smarttable.module.d.ts +8 -8
  70. package/lib/smart-table/tables/table.d.ts +2 -2
  71. package/lib/smart-tree/smarttree.component.d.ts +1 -1
  72. package/lib/smart-tree/smarttree.module.d.ts +3 -3
  73. package/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.service.d.ts +1 -1
  74. package/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.service.d.ts +1 -1
  75. package/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.service.d.ts +1 -1
  76. package/lib/view-context/smart-ui-action/ui-action-toolbar.component.d.ts +1 -1
  77. package/lib/view-context/smart-ui-action/ui-action.service.d.ts +1 -1
  78. package/lib/view-context/smart-view-context-dialog.service.d.ts +1 -1
  79. package/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.service.d.ts +1 -1
  80. package/lib/view-context/smart-view-context.model.d.ts +1 -1
  81. package/lib/view-context/smart-view-context.module.d.ts +12 -12
  82. package/package.json +1 -1
  83. package/smartbit4all-ng-client-4.0.1.tgz +0 -0
  84. package/smartbit4all-ng-client-4.0.0.tgz +0 -0

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.