@smartbit4all/ng-client 4.0.0 → 4.0.2
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.
- package/esm2022/lib/session/smart-session.module.mjs +2 -2
- package/esm2022/lib/shared/smart-tooltip.directive.mjs +5 -5
- package/esm2022/lib/smart-dialog/smartdialog.component.mjs +6 -6
- package/esm2022/lib/smart-dialog/smartdialog.module.mjs +2 -2
- package/esm2022/lib/smart-dialog/smartdialog.service.mjs +1 -1
- package/esm2022/lib/smart-expandable-section/expandable-section.component.mjs +3 -3
- package/esm2022/lib/smart-expandable-section/smart-expandable-section.module.mjs +3 -3
- package/esm2022/lib/smart-filter/smart-filter/components/smart-filter-simple/components/smart-filter-simple-field/smart-filter-simple-field.component.mjs +4 -4
- package/esm2022/lib/smart-filter/smart-filter.module.mjs +3 -3
- package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/components/smart-filter-expression-item/smart-filter-expression-item.component.mjs +4 -4
- package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/smart-filter-editor-content.component.mjs +2 -2
- package/esm2022/lib/smart-filter-editor/smart-filter-editor.module.mjs +2 -2
- package/esm2022/lib/smart-form/smartfileuploader/large-file-snack-bar/large-file-snack-bar.component.mjs +4 -3
- package/esm2022/lib/smart-form/smartfileuploader/smartfileuploader.component.mjs +7 -7
- package/esm2022/lib/smart-form/widgets/components/smart-month-picker/smart-month-picker.component.mjs +3 -3
- package/esm2022/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +13 -13
- package/esm2022/lib/smart-grid/components/expandable-grid/expandable-grid.component.mjs +2 -2
- package/esm2022/lib/smart-grid/components/smart-grid-card/smart-grid-card.component.mjs +2 -2
- package/esm2022/lib/smart-grid/components/table-layout-definer/table-layout-definer.component.mjs +7 -7
- package/esm2022/lib/smart-grid/smart-grid.component.mjs +8 -8
- package/esm2022/lib/smart-grid/smart-grid.module.mjs +5 -5
- package/esm2022/lib/smart-grid/smart-grid.service.mjs +1 -1
- package/esm2022/lib/smart-navbar/smart-navbar.component.mjs +3 -3
- package/esm2022/lib/smart-navbar/smart-navbar.module.mjs +5 -5
- package/esm2022/lib/smart-tab-group/smart-tab-group.component.mjs +3 -3
- package/esm2022/lib/smart-tab-group/smart-tab-group.module.mjs +2 -2
- package/esm2022/lib/smart-tab-group/tab-group-simplified/tab-group.component.mjs +3 -3
- package/esm2022/lib/smart-table/components/default-actions-popup/default-actions-popup.component.mjs +3 -3
- package/esm2022/lib/smart-table/components/loading/loading.component.mjs +2 -2
- package/esm2022/lib/smart-table/smarttable.module.mjs +8 -8
- package/esm2022/lib/smart-table/tables/material-table/material-table.component.mjs +7 -7
- package/esm2022/lib/smart-table/tables/mobile-table/mobile-table.component.mjs +5 -5
- package/esm2022/lib/smart-table/tables/table.mjs +2 -2
- package/esm2022/lib/smart-tree/smarttree.component.mjs +5 -5
- package/esm2022/lib/smart-tree/smarttree.module.mjs +3 -3
- package/esm2022/lib/view-context/invalid-fields-snack-bar/invalid-fields-snack-bar.component.mjs +5 -4
- package/esm2022/lib/view-context/message-dialog/message-dialog.component.mjs +2 -2
- package/esm2022/lib/view-context/smart-ui-action/components/success-snack-bar/success-snack-bar.component.mjs +4 -4
- package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.component.mjs +2 -2
- package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.service.mjs +4 -4
- package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.component.mjs +2 -2
- package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.service.mjs +4 -4
- package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.component.mjs +2 -2
- package/esm2022/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.service.mjs +4 -4
- package/esm2022/lib/view-context/smart-ui-action/ui-action-toolbar.component.mjs +3 -3
- package/esm2022/lib/view-context/smart-ui-action/ui-action.service.mjs +4 -4
- package/esm2022/lib/view-context/smart-view-context-dialog.service.mjs +4 -4
- package/esm2022/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.component.mjs +2 -2
- package/esm2022/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.service.mjs +4 -4
- package/esm2022/lib/view-context/smart-view-context.model.mjs +1 -1
- package/esm2022/lib/view-context/smart-view-context.module.mjs +12 -12
- package/fesm2022/smartbit4all-ng-client.mjs +213 -214
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/session/smart-session.module.d.ts +2 -2
- package/lib/shared/smart-tooltip.directive.d.ts +1 -1
- package/lib/smart-dialog/smartdialog.component.d.ts +1 -1
- package/lib/smart-dialog/smartdialog.module.d.ts +2 -2
- package/lib/smart-dialog/smartdialog.service.d.ts +1 -1
- package/lib/smart-expandable-section/smart-expandable-section.module.d.ts +3 -3
- package/lib/smart-filter/smart-filter.module.d.ts +3 -3
- package/lib/smart-filter-editor/smart-filter-editor.module.d.ts +2 -2
- package/lib/smart-form/smartfileuploader/smartfileuploader.component.d.ts +1 -1
- package/lib/smart-form/widgets/smartformwidget/smartformwidget.component.d.ts +2 -2
- package/lib/smart-grid/components/table-layout-definer/table-layout-definer.component.d.ts +1 -1
- package/lib/smart-grid/smart-grid.component.d.ts +2 -2
- package/lib/smart-grid/smart-grid.module.d.ts +5 -5
- package/lib/smart-navbar/smart-navbar.module.d.ts +5 -5
- package/lib/smart-tab-group/smart-tab-group.module.d.ts +2 -2
- package/lib/smart-table/smarttable.module.d.ts +8 -8
- package/lib/smart-table/tables/table.d.ts +2 -2
- package/lib/smart-tree/smarttree.component.d.ts +1 -1
- package/lib/smart-tree/smarttree.module.d.ts +3 -3
- package/lib/view-context/smart-ui-action/dialogs/ui-action-confirm-dialog/ui-action-confirm-dialog.service.d.ts +1 -1
- package/lib/view-context/smart-ui-action/dialogs/ui-action-file-upload-dialog/ui-action-file-upload-dialog.service.d.ts +1 -1
- package/lib/view-context/smart-ui-action/dialogs/ui-action-input-dialog/ui-action-input-dialog.service.d.ts +1 -1
- package/lib/view-context/smart-ui-action/ui-action-toolbar.component.d.ts +1 -1
- package/lib/view-context/smart-ui-action/ui-action.service.d.ts +1 -1
- package/lib/view-context/smart-view-context-dialog.service.d.ts +1 -1
- package/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.service.d.ts +1 -1
- package/lib/view-context/smart-view-context.model.d.ts +1 -1
- package/lib/view-context/smart-view-context.module.d.ts +12 -12
- package/package.json +9 -9
- package/smartbit4all-ng-client-4.0.2.tgz +0 -0
- 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.