@wavemaker/app-ng-runtime 11.7.5-next.NULL → 11.7.5-rc.166
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.
- app-ng-runtime/build-task/bundles/index.umd.js +13 -1
- app-ng-runtime/build-task/esm2022/navigation/menu/menu.build.mjs +14 -2
- app-ng-runtime/build-task/fesm2022/index.mjs +13 -1
- app-ng-runtime/build-task/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/default/audio/audio.component.d.ts +1 -0
- app-ng-runtime/components/basic/default/bundles/index.umd.js +5 -4
- app-ng-runtime/components/basic/default/esm2022/audio/audio.component.mjs +6 -5
- app-ng-runtime/components/basic/default/fesm2022/index.mjs +5 -4
- app-ng-runtime/components/basic/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/progress/bundles/index.umd.js +5 -4
- app-ng-runtime/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +3 -3
- app-ng-runtime/components/basic/progress/esm2022/progress-circle/progress-circle.component.mjs +4 -3
- app-ng-runtime/components/basic/progress/fesm2022/index.mjs +5 -4
- app-ng-runtime/components/basic/progress/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/progress/progress-circle/progress-circle.component.d.ts +1 -0
- app-ng-runtime/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +1 -1
- app-ng-runtime/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/search/bundles/index.umd.js +2 -2
- app-ng-runtime/components/basic/search/esm2022/search.component.mjs +3 -3
- app-ng-runtime/components/basic/search/fesm2022/index.mjs +2 -2
- app-ng-runtime/components/basic/search/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/form/bundles/index.umd.js +5 -4
- app-ng-runtime/components/data/form/esm2022/form-field/form-field.directive.mjs +1 -2
- app-ng-runtime/components/data/form/esm2022/form.component.mjs +2 -2
- app-ng-runtime/components/data/form/esm2022/live-form/live-form.directive.mjs +5 -3
- app-ng-runtime/components/data/form/fesm2022/index.mjs +5 -4
- app-ng-runtime/components/data/form/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/alert-dialog/bundles/index.umd.js +5 -4
- app-ng-runtime/components/dialogs/alert-dialog/esm2022/alert-dialog.component.mjs +5 -5
- app-ng-runtime/components/dialogs/alert-dialog/esm2022/alert-dialog.props.mjs +2 -1
- app-ng-runtime/components/dialogs/alert-dialog/fesm2022/index.mjs +5 -4
- app-ng-runtime/components/dialogs/alert-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/confirm-dialog/bundles/index.umd.js +5 -4
- app-ng-runtime/components/dialogs/confirm-dialog/esm2022/confirm-dialog.component.mjs +5 -5
- app-ng-runtime/components/dialogs/confirm-dialog/esm2022/confirm-dialog.props.mjs +2 -1
- app-ng-runtime/components/dialogs/confirm-dialog/fesm2022/index.mjs +5 -4
- app-ng-runtime/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/default/bundles/index.umd.js +163 -30
- app-ng-runtime/components/dialogs/default/dialog-header/dialog-header.component.d.ts +2 -1
- app-ng-runtime/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +164 -31
- app-ng-runtime/components/dialogs/default/fesm2022/index.mjs +163 -30
- app-ng-runtime/components/dialogs/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/design-dialog/bundles/index.umd.js +5 -4
- app-ng-runtime/components/dialogs/design-dialog/esm2022/dialog.component.mjs +5 -5
- app-ng-runtime/components/dialogs/design-dialog/esm2022/dialog.props.mjs +2 -1
- app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs +5 -4
- app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/iframe-dialog/bundles/index.umd.js +5 -4
- app-ng-runtime/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +5 -5
- app-ng-runtime/components/dialogs/iframe-dialog/esm2022/iframe-dialog.props.mjs +2 -1
- app-ng-runtime/components/dialogs/iframe-dialog/fesm2022/index.mjs +5 -4
- app-ng-runtime/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/partial-dialog/bundles/index.umd.js +5 -4
- app-ng-runtime/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +5 -5
- app-ng-runtime/components/dialogs/partial-dialog/esm2022/partial-dialog.props.mjs +2 -1
- app-ng-runtime/components/dialogs/partial-dialog/fesm2022/index.mjs +5 -4
- app-ng-runtime/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/default/bundles/index.umd.js +43 -53
- app-ng-runtime/components/input/default/esm2022/caption-position.directive.mjs +2 -3
- app-ng-runtime/components/input/default/esm2022/select/select.component.mjs +44 -53
- app-ng-runtime/components/input/default/fesm2022/index.mjs +44 -54
- app-ng-runtime/components/input/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/default/select/select.component.d.ts +1 -2
- app-ng-runtime/components/input/epoch/bundles/index.umd.js +212 -50
- app-ng-runtime/components/input/epoch/date/date.component.d.ts +7 -0
- app-ng-runtime/components/input/epoch/date/imaskUtil.d.ts +92 -0
- app-ng-runtime/components/input/epoch/epoch.module.d.ts +2 -1
- app-ng-runtime/components/input/epoch/esm2022/base-date-time.component.mjs +5 -4
- app-ng-runtime/components/input/epoch/esm2022/date/date.component.mjs +76 -28
- app-ng-runtime/components/input/epoch/esm2022/date/date.props.mjs +3 -2
- app-ng-runtime/components/input/epoch/esm2022/date/imaskUtil.mjs +112 -0
- app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.component.mjs +4 -4
- app-ng-runtime/components/input/epoch/esm2022/epoch.module.mjs +8 -4
- app-ng-runtime/components/input/epoch/esm2022/time/time.component.mjs +3 -3
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs +205 -41
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/navigation/menu/bundles/index.umd.js +1 -1
- app-ng-runtime/components/navigation/menu/esm2022/menu.component.mjs +2 -2
- app-ng-runtime/components/navigation/menu/fesm2022/index.mjs +1 -1
- app-ng-runtime/components/navigation/menu/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/navigation/popover/bundles/index.umd.js +3 -2
- app-ng-runtime/components/navigation/popover/esm2022/popover.component.mjs +4 -3
- app-ng-runtime/components/navigation/popover/fesm2022/index.mjs +3 -2
- app-ng-runtime/components/navigation/popover/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/core/bundles/index.umd.js +0 -1
- app-ng-runtime/core/esm2022/utils/expression-parser.mjs +1 -2
- app-ng-runtime/core/fesm2022/index.mjs +0 -1
- app-ng-runtime/core/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/core/bundles/index.umd.js +5 -0
- app-ng-runtime/mobile/core/esm2022/native.xhr.mjs +6 -1
- app-ng-runtime/mobile/core/fesm2022/index.mjs +5 -0
- app-ng-runtime/mobile/core/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/core/native.xhr.d.ts +1 -0
- app-ng-runtime/package.json +1 -1
- app-ng-runtime/runtime/base/bundles/index.umd.js +1 -0
- app-ng-runtime/runtime/base/esm2022/services/i18n.service.mjs +2 -2
- app-ng-runtime/runtime/base/fesm2022/index.mjs +1 -1
- app-ng-runtime/runtime/base/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/scripts/datatable/datatable.js +4 -3
|
@@ -1352,7 +1352,7 @@ $.widget('wm.datatable', {
|
|
|
1352
1352
|
currentNode = currentNode.parent();
|
|
1353
1353
|
elemWidth = currentNode.width();
|
|
1354
1354
|
// Find padding of all the elements which are on top of table
|
|
1355
|
-
if (currentNode.find('table').length) {
|
|
1355
|
+
if (currentNode.find('table').length && currentNode.prop('style')) {
|
|
1356
1356
|
padding = padding + parseFloat(currentNode.css('padding-left')) + parseFloat(currentNode.css('padding-right'));
|
|
1357
1357
|
}
|
|
1358
1358
|
}
|
|
@@ -1664,7 +1664,7 @@ $.widget('wm.datatable', {
|
|
|
1664
1664
|
// triggered on capture phase of click listener.
|
|
1665
1665
|
// sets the selected rowdata on click.
|
|
1666
1666
|
rowClickHandlerOnCapture: function (e, $row, options) {
|
|
1667
|
-
if(this.getColInfo(e) && (e.target.type != 'checkbox')) {
|
|
1667
|
+
if(this.getColInfo(e) && (e.target.type != 'checkbox' && e.target.type != 'radio')) {
|
|
1668
1668
|
return;
|
|
1669
1669
|
}
|
|
1670
1670
|
$row = $row || $(e.target).closest('tr.app-datagrid-row');
|
|
@@ -1680,7 +1680,7 @@ $.widget('wm.datatable', {
|
|
|
1680
1680
|
|
|
1681
1681
|
/* Handles row selection. */
|
|
1682
1682
|
rowSelectionHandler: function (e, $row, options) {
|
|
1683
|
-
if(this.getColInfo(e) && (e.target.type != 'checkbox')) {
|
|
1683
|
+
if(this.getColInfo(e) && (e.target.type != 'checkbox' && e.target.type != 'radio')) {
|
|
1684
1684
|
return;
|
|
1685
1685
|
}
|
|
1686
1686
|
options = options || {};
|
|
@@ -1730,6 +1730,7 @@ $.widget('wm.datatable', {
|
|
|
1730
1730
|
}
|
|
1731
1731
|
this.options.callOnRowClickEvent(data, e);
|
|
1732
1732
|
selected = !selected;
|
|
1733
|
+
this.options.assignSelectedItems(data, e, {'rowId': rowId, '_selected': selected});
|
|
1733
1734
|
this.toggleRowSelection($row, selected, e);
|
|
1734
1735
|
callRowSelectionEvents();
|
|
1735
1736
|
},
|