@smartbit4all/ng-client 3.3.140 → 3.3.142

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 (102) hide show
  1. package/esm2020/lib/smart-client/smart-component-api-client.mjs +34 -31
  2. package/esm2020/lib/smart-component-layout/api/model/smartComponentLayoutDefinition.mjs +1 -1
  3. package/esm2020/lib/smart-component-layout/api/model/smartComponentWidgetDefinition.mjs +1 -1
  4. package/esm2020/lib/smart-component-layout/smart-component-layout-utility.mjs +48 -9
  5. package/esm2020/lib/smart-component-layout/smart-component-layout.component.mjs +67 -28
  6. package/esm2020/lib/smart-component-layout/smart-component-layout.module.mjs +1 -5
  7. package/esm2020/lib/smart-dialog/smartdialog.model.mjs +1 -1
  8. package/esm2020/lib/smart-dialog/smartdialog.module.mjs +5 -5
  9. package/esm2020/lib/smart-expandable-section/expandable-section.component.mjs +12 -6
  10. package/esm2020/lib/smart-expandable-section/expandable-section.model.mjs +1 -1
  11. package/esm2020/lib/smart-filter/api/filter/model/filterExpressionFieldWidgetType.mjs +2 -1
  12. package/esm2020/lib/smart-filter/smart-filter.module.mjs +5 -5
  13. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionField.mjs +1 -1
  14. package/esm2020/lib/smart-filter-editor/api/model/filterExpressionFieldWidgetType.mjs +2 -1
  15. package/esm2020/lib/smart-filter-editor/api/model/smartFilterType.mjs +17 -0
  16. package/esm2020/lib/smart-filter-editor/smart-filter-editor.module.mjs +1 -8
  17. package/esm2020/lib/smart-form/api/model/smartFormWidgetType.mjs +2 -1
  18. package/esm2020/lib/smart-form/api/model/smartMatrixModel.mjs +1 -1
  19. package/esm2020/lib/smart-form/api/model/smartWidgetDefinition.mjs +1 -1
  20. package/esm2020/lib/smart-form/api/model/valueChangeMode.mjs +1 -1
  21. package/esm2020/lib/smart-form/projects.mjs +1 -2
  22. package/esm2020/lib/smart-form/services/smartform.layout-definition.service.mjs +21 -3
  23. package/esm2020/lib/smart-form/services/smartform.service.mjs +6 -1
  24. package/esm2020/lib/smart-form/smartform.component.mjs +19 -3
  25. package/esm2020/lib/smart-form/smartform.form-model.mjs +1 -1
  26. package/esm2020/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +125 -32
  27. package/esm2020/lib/smart-grid/api/grid-api/model/gridColumnMeta.mjs +1 -1
  28. package/esm2020/lib/smart-grid/api/grid-api/model/gridModel.mjs +1 -1
  29. package/esm2020/lib/smart-grid/api/grid-api/model/gridServerModel.mjs +1 -1
  30. package/esm2020/lib/smart-grid/smart-grid.component.mjs +26 -11
  31. package/esm2020/lib/smart-grid/smart-grid.module.mjs +3 -6
  32. package/esm2020/lib/smart-navbar/smart-navbar.module.mjs +5 -5
  33. package/esm2020/lib/smart-ng-client.module.mjs +1 -8
  34. package/esm2020/lib/smart-table/tables/table.mjs +6 -4
  35. package/esm2020/lib/smart-tree/smarttree-generic.service.mjs +20 -13
  36. package/esm2020/lib/smart-tree/smarttree.module.mjs +11 -3
  37. package/esm2020/lib/view-context/api/model/uiAction.mjs +1 -1
  38. package/esm2020/lib/view-context/api/model/uiActionRequest.mjs +1 -1
  39. package/esm2020/lib/view-context/api/model/valueSet.mjs +1 -1
  40. package/esm2020/lib/view-context/api/model/viewContextChange.mjs +1 -1
  41. package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.component.mjs +15 -12
  42. package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.service.mjs +2 -2
  43. package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.component.mjs +13 -10
  44. package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.service.mjs +2 -2
  45. package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.component.mjs +17 -11
  46. package/esm2020/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.service.mjs +2 -2
  47. package/esm2020/lib/view-context/smart-ui-action/ui-action-toolbar.component.mjs +11 -6
  48. package/esm2020/lib/view-context/smart-ui-action/ui-action.model.mjs +1 -1
  49. package/esm2020/lib/view-context/smart-ui-action/ui-action.service.mjs +14 -8
  50. package/esm2020/lib/view-context/smart-view-context.module.mjs +132 -10
  51. package/esm2020/lib/view-context/smart-view-context.service.mjs +8 -1
  52. package/fesm2015/smartbit4all-ng-client.mjs +3969 -3727
  53. package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
  54. package/fesm2020/smartbit4all-ng-client.mjs +3783 -3549
  55. package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
  56. package/lib/smart-client/smart-component-api-client.d.ts +2 -1
  57. package/lib/smart-component-layout/api/model/smartComponentLayoutDefinition.d.ts +3 -5
  58. package/lib/smart-component-layout/api/model/smartComponentWidgetDefinition.d.ts +2 -2
  59. package/lib/smart-component-layout/smart-component-layout-utility.d.ts +4 -3
  60. package/lib/smart-component-layout/smart-component-layout.component.d.ts +10 -6
  61. package/lib/smart-component-layout/smart-component-layout.module.d.ts +5 -6
  62. package/lib/smart-dialog/smartdialog.model.d.ts +2 -2
  63. package/lib/smart-dialog/smartdialog.module.d.ts +2 -2
  64. package/lib/smart-expandable-section/expandable-section.model.d.ts +4 -2
  65. package/lib/smart-filter/api/filter/model/filterExpressionFieldWidgetType.d.ts +1 -0
  66. package/lib/smart-filter/smart-filter.module.d.ts +2 -2
  67. package/lib/smart-filter-editor/api/model/filterExpressionField.d.ts +3 -0
  68. package/lib/smart-filter-editor/api/model/filterExpressionFieldWidgetType.d.ts +1 -0
  69. package/lib/smart-filter-editor/api/model/smartFilterType.d.ts +15 -0
  70. package/lib/smart-filter-editor/smart-filter-editor.module.d.ts +4 -5
  71. package/lib/smart-form/api/model/smartFormWidgetType.d.ts +2 -1
  72. package/lib/smart-form/api/model/smartMatrixModel.d.ts +1 -0
  73. package/lib/smart-form/api/model/smartWidgetDefinition.d.ts +8 -0
  74. package/lib/smart-form/projects.d.ts +0 -1
  75. package/lib/smart-form/services/smartform.layout-definition.service.d.ts +1 -0
  76. package/lib/smart-form/smartform.component.d.ts +6 -2
  77. package/lib/smart-form/smartform.form-model.d.ts +17 -1
  78. package/lib/smart-form/widgets/smartformwidget/smartformwidget.component.d.ts +33 -2
  79. package/lib/smart-grid/api/grid-api/model/gridColumnMeta.d.ts +4 -0
  80. package/lib/smart-grid/api/grid-api/model/gridModel.d.ts +2 -0
  81. package/lib/smart-grid/api/grid-api/model/gridServerModel.d.ts +2 -0
  82. package/lib/smart-grid/smart-grid.component.d.ts +2 -1
  83. package/lib/smart-grid/smart-grid.module.d.ts +3 -4
  84. package/lib/smart-navbar/smart-navbar.module.d.ts +2 -2
  85. package/lib/smart-ng-client.module.d.ts +12 -13
  86. package/lib/smart-tree/smarttree-generic.service.d.ts +2 -3
  87. package/lib/view-context/api/model/uiAction.d.ts +4 -0
  88. package/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.component.d.ts +5 -5
  89. package/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.service.d.ts +1 -1
  90. package/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.component.d.ts +1 -1
  91. package/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.service.d.ts +1 -1
  92. package/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.component.d.ts +2 -2
  93. package/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.service.d.ts +1 -1
  94. package/lib/view-context/smart-ui-action/ui-action.model.d.ts +1 -1
  95. package/lib/view-context/smart-ui-action/ui-action.service.d.ts +3 -3
  96. package/lib/view-context/smart-view-context.module.d.ts +34 -11
  97. package/lib/view-context/smart-view-context.service.d.ts +2 -0
  98. package/package.json +1 -1
  99. package/smartbit4all-ng-client-3.3.142.tgz +0 -0
  100. package/esm2020/lib/smart-form/smartform.module.mjs +0 -157
  101. package/lib/smart-form/smartform.module.d.ts +0 -35
  102. package/smartbit4all-ng-client-3.3.140.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.