@zeedhi/common 3.0.5 → 3.0.7
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/coverage/clover.xml +1404 -1469
- package/coverage/coverage-final.json +146 -143
- package/coverage/lcov-report/index.html +44 -29
- package/coverage/lcov-report/src/components/index.html +1 -1
- package/coverage/lcov-report/src/components/index.ts.html +152 -152
- package/coverage/lcov-report/src/components/tek-grid/columns-searcher.ts.html +151 -0
- package/coverage/lcov-report/src/components/tek-grid/dynamic-filter-datasource-factory.ts.html +145 -0
- package/coverage/lcov-report/src/components/tek-grid/filter-helper.ts.html +145 -0
- package/coverage/lcov-report/src/components/tek-grid/grid-filter-button.ts.html +1351 -0
- package/coverage/lcov-report/src/components/tek-grid/grouped-data-manager.ts.html +1429 -0
- package/coverage/lcov-report/src/components/tek-grid/grouped-data-selector.ts.html +205 -0
- package/coverage/lcov-report/src/components/tek-grid/grouped-view-navigator.ts.html +340 -0
- package/coverage/lcov-report/src/components/tek-grid/index.html +326 -0
- package/coverage/lcov-report/src/components/tek-grid/index.ts.html +139 -0
- package/coverage/lcov-report/src/components/tek-grid/interfaces.ts.html +1072 -0
- package/coverage/lcov-report/src/components/tek-grid/keymap-grouped.ts.html +148 -0
- package/coverage/lcov-report/src/components/tek-grid/layout-options.ts.html +829 -0
- package/coverage/lcov-report/src/components/tek-grid/tek-datasource/index.html +161 -0
- package/coverage/lcov-report/src/components/tek-grid/tek-datasource/index.ts.html +94 -0
- package/coverage/lcov-report/src/components/tek-grid/tek-datasource/interfaces.ts.html +193 -0
- package/coverage/lcov-report/src/components/tek-grid/tek-datasource/tek-memory-datasource.ts.html +1027 -0
- package/coverage/lcov-report/src/components/tek-grid/tek-datasource/tek-rest-datasource.ts.html +757 -0
- package/coverage/lcov-report/src/components/tek-grid/tek-grid-column.ts.html +664 -0
- package/coverage/lcov-report/src/components/tek-grid/tek-grid-columns-button/index.html +131 -0
- package/coverage/lcov-report/src/components/tek-grid/tek-grid-columns-button/tek-grid-columns-button-controller.ts.html +169 -0
- package/coverage/lcov-report/src/components/tek-grid/tek-grid-columns-button/tek-grid-columns-button.ts.html +196 -0
- package/coverage/lcov-report/src/components/tek-grid/tek-grid-controller.ts.html +505 -0
- package/coverage/lcov-report/src/components/tek-grid/tek-grid-events.ts.html +400 -0
- package/coverage/lcov-report/src/components/tek-grid/tek-grid-toolbar-provider/export-options/button-option.ts.html +163 -0
- package/coverage/lcov-report/src/components/tek-grid/tek-grid-toolbar-provider/export-options/index.html +146 -0
- package/coverage/lcov-report/src/components/tek-grid/tek-grid-toolbar-provider/export-options/index.ts.html +94 -0
- package/coverage/lcov-report/src/components/tek-grid/tek-grid-toolbar-provider/export-options/multi-option.ts.html +340 -0
- package/coverage/lcov-report/src/components/tek-grid/tek-grid-toolbar-provider/index.html +131 -0
- package/coverage/lcov-report/src/components/tek-grid/tek-grid-toolbar-provider/index.ts.html +91 -0
- package/coverage/lcov-report/src/components/tek-grid/tek-grid-toolbar-provider/tek-grid-toolbar-provider.ts.html +1186 -0
- package/coverage/lcov-report/src/components/tek-grid/tek-grid.ts.html +3451 -0
- package/coverage/lcov-report/src/components/zd-alert/alert.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-alert/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-badge/badge.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-badge/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-breadcrumbs/breadcrumbs.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-breadcrumbs/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-button/button.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-button/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-button-group/button-group.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-button-group/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-card/card.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-card/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-carousel/carousel.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-carousel/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-checkbox/checkbox.ts.html +5 -5
- package/coverage/lcov-report/src/components/zd-checkbox/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-checkbox-multiple/checkbox-multiple.ts.html +6 -6
- package/coverage/lcov-report/src/components/zd-checkbox-multiple/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-chip/chip.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-chip/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-code-editor/code-editor.ts.html +1045 -0
- package/coverage/lcov-report/src/components/zd-code-editor/index.html +116 -0
- package/coverage/lcov-report/src/components/zd-code-viewer/code-viewer.ts.html +4 -4
- package/coverage/lcov-report/src/components/zd-code-viewer/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-col/col.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-col/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-collapse-card/collapse-card.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-collapse-card/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-component/child-not-found.ts.html +2 -2
- package/coverage/lcov-report/src/components/zd-component/component-render.ts.html +5 -5
- package/coverage/lcov-report/src/components/zd-component/component.ts.html +57 -57
- package/coverage/lcov-report/src/components/zd-component/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-container/container.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-container/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-currency/currency.ts.html +9 -9
- package/coverage/lcov-report/src/components/zd-currency/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-date-input/date-input.ts.html +160 -517
- package/coverage/lcov-report/src/components/zd-date-input/index.html +24 -9
- package/coverage/lcov-report/src/components/zd-date-input/utils.ts.html +136 -0
- package/coverage/lcov-report/src/components/zd-date-range/date-range.ts.html +289 -583
- package/coverage/lcov-report/src/components/zd-date-range/index.html +24 -9
- package/coverage/lcov-report/src/components/zd-date-range/utils.ts.html +178 -0
- package/coverage/lcov-report/src/components/zd-dialog/dialog.ts.html +30 -30
- package/coverage/lcov-report/src/components/zd-dialog/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-divider/divider.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-divider/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-dropdown/dropdown.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-dropdown/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-field-group/field-group.ts.html +325 -0
- package/coverage/lcov-report/src/components/zd-field-group/index.html +116 -0
- package/coverage/lcov-report/src/components/zd-footer/footer.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-footer/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-form/form.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-form/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-frame/frame.ts.html +7 -7
- package/coverage/lcov-report/src/components/zd-frame/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-frame-page/frame-page.ts.html +4 -4
- package/coverage/lcov-report/src/components/zd-frame-page/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-grid/data-navigator.ts.html +2 -2
- package/coverage/lcov-report/src/components/zd-grid/data-selector.ts.html +2 -2
- package/coverage/lcov-report/src/components/zd-grid/grid-column.ts.html +10 -10
- package/coverage/lcov-report/src/components/zd-grid/grid-events.ts.html +2 -2
- package/coverage/lcov-report/src/components/zd-grid/grid.ts.html +13 -13
- package/coverage/lcov-report/src/components/zd-grid/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-grid/index.ts.html +12 -12
- package/coverage/lcov-report/src/components/zd-grid/iterable-table.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-grid/keymap-merger.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-grid/keymap-navigation.ts.html +2 -2
- package/coverage/lcov-report/src/components/zd-grid/table-action-builder.ts.html +4 -4
- package/coverage/lcov-report/src/components/zd-grid/view-navigator.ts.html +2 -2
- package/coverage/lcov-report/src/components/zd-grid-editable/data-editor-with-add.ts.html +6 -6
- package/coverage/lcov-report/src/components/zd-grid-editable/data-editor.ts.html +7 -7
- package/coverage/lcov-report/src/components/zd-grid-editable/errors/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-grid-editable/errors/index.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-grid-editable/errors/not-editing.ts.html +2 -2
- package/coverage/lcov-report/src/components/zd-grid-editable/errors/row-not-found.ts.html +2 -2
- package/coverage/lcov-report/src/components/zd-grid-editable/grid-column-editable.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-grid-editable/grid-editable-controller.ts.html +2 -2
- package/coverage/lcov-report/src/components/zd-grid-editable/grid-editable-events.ts.html +2 -2
- package/coverage/lcov-report/src/components/zd-grid-editable/grid-editable.ts.html +9 -9
- package/coverage/lcov-report/src/components/zd-grid-editable/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-grid-editable/index.ts.html +9 -9
- package/coverage/lcov-report/src/components/zd-grid-editable/keymap-editing.ts.html +2 -2
- package/coverage/lcov-report/src/components/zd-header/header.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-header/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-icon/icon.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-icon/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-image/image.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-image/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-increment/increment.ts.html +5 -5
- package/coverage/lcov-report/src/components/zd-increment/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-input/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-input/input-factory.ts.html +4 -4
- package/coverage/lcov-report/src/components/zd-input/input.ts.html +46 -46
- package/coverage/lcov-report/src/components/zd-iterable/column-not-found.ts.html +2 -2
- package/coverage/lcov-report/src/components/zd-iterable/column.ts.html +86 -86
- package/coverage/lcov-report/src/components/zd-iterable/conditions-manager.ts.html +4 -4
- package/coverage/lcov-report/src/components/zd-iterable/index.html +20 -20
- package/coverage/lcov-report/src/components/zd-iterable/iterable-columns-button-controller.ts.html +2 -2
- package/coverage/lcov-report/src/components/zd-iterable/iterable-columns-button.ts.html +6 -6
- package/coverage/lcov-report/src/components/zd-iterable/iterable-controller.ts.html +2 -2
- package/coverage/lcov-report/src/components/zd-iterable/iterable-page-component.ts.html +5 -5
- package/coverage/lcov-report/src/components/zd-iterable/iterable-page-info.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-iterable/iterable-page-size.ts.html +5 -5
- package/coverage/lcov-report/src/components/zd-iterable/iterable-pagination.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-iterable/iterable.ts.html +131 -17
- package/coverage/lcov-report/src/components/zd-iterable/search.ts.html +8 -8
- package/coverage/lcov-report/src/components/zd-iterable-component-render/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-iterable-component-render/iterable-component-render.ts.html +5 -5
- package/coverage/lcov-report/src/components/zd-layout/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-layout/layout.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-list/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-list/item-not-found.ts.html +2 -2
- package/coverage/lcov-report/src/components/zd-list/list-group.ts.html +4 -4
- package/coverage/lcov-report/src/components/zd-list/list-item.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-list/list.ts.html +4 -4
- package/coverage/lcov-report/src/components/zd-loading/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-loading/loading.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-login/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-login/login-button.ts.html +4 -4
- package/coverage/lcov-report/src/components/zd-login/login.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-main/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-main/main.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-master-detail/detail-not-found.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-master-detail/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-master-detail/master-detail.ts.html +6 -6
- package/coverage/lcov-report/src/components/zd-master-detail/master-not-found.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-menu/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-menu/menu-button.ts.html +4 -4
- package/coverage/lcov-report/src/components/zd-menu/menu-group.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-menu/menu-link.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-menu/menu-separator.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-menu/menu.ts.html +4 -4
- package/coverage/lcov-report/src/components/zd-modal/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-modal/modal-close-button.ts.html +4 -4
- package/coverage/lcov-report/src/components/zd-modal/modal.ts.html +5 -5
- package/coverage/lcov-report/src/components/zd-month/index.html +9 -9
- package/coverage/lcov-report/src/components/zd-month/month.ts.html +43 -259
- package/coverage/lcov-report/src/components/zd-number-input/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-number-input/number-input.ts.html +9 -9
- package/coverage/lcov-report/src/components/zd-password/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-password/password.ts.html +7 -7
- package/coverage/lcov-report/src/components/zd-progress/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-progress/progress.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-radio/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-radio/radio.ts.html +6 -6
- package/coverage/lcov-report/src/components/zd-row/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-row/row.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-select/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-select/select.ts.html +9 -9
- package/coverage/lcov-report/src/components/zd-select-multiple/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-select-multiple/select-multiple.ts.html +5 -5
- package/coverage/lcov-report/src/components/zd-svg-map/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-svg-map/svg-map.ts.html +4 -4
- package/coverage/lcov-report/src/components/zd-switch/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-switch/switch.ts.html +5 -5
- package/coverage/lcov-report/src/components/zd-table/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-table/table.ts.html +4 -4
- package/coverage/lcov-report/src/components/zd-tabs/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-tabs/tab-not-found.ts.html +2 -2
- package/coverage/lcov-report/src/components/zd-tabs/tab.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-tabs/tabs.ts.html +5 -5
- package/coverage/lcov-report/src/components/zd-tag/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-tag/tag.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-text/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-text/text.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-text-input/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-text-input/text-input.ts.html +20 -20
- package/coverage/lcov-report/src/components/zd-textarea/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-textarea/textarea.ts.html +5 -5
- package/coverage/lcov-report/src/components/zd-time/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-time/time-format-selector.ts.html +2 -2
- package/coverage/lcov-report/src/components/zd-time/time.ts.html +10 -10
- package/coverage/lcov-report/src/components/zd-toggleable/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-toggleable/toggleable.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-tooltip/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-tooltip/tooltip.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-tree/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-tree/tree.ts.html +7 -7
- package/coverage/lcov-report/src/components/zd-tree-grid/index.html +1 -1
- package/coverage/lcov-report/src/components/zd-tree-grid/index.ts.html +7 -7
- package/coverage/lcov-report/src/components/zd-tree-grid/iterable-tree.ts.html +2 -2
- package/coverage/lcov-report/src/components/zd-tree-grid/keymap-tree.ts.html +2 -2
- package/coverage/lcov-report/src/components/zd-tree-grid/tree-data-navigator.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-tree-grid/tree-data-selector.ts.html +3 -3
- package/coverage/lcov-report/src/components/zd-tree-grid/tree-grid.ts.html +11 -11
- package/coverage/lcov-report/src/error/delete-rows.ts.html +3 -3
- package/coverage/lcov-report/src/error/index.html +1 -1
- package/coverage/lcov-report/src/error/index.ts.html +4 -4
- package/coverage/lcov-report/src/error/non-initialized.ts.html +3 -3
- package/coverage/lcov-report/src/error/tek-grid-delete-rows.ts.html +130 -0
- package/coverage/lcov-report/src/error/teknisa-common-error.ts.html +109 -0
- package/coverage/lcov-report/src/error/zeedhi-error.ts.html +2 -2
- package/coverage/lcov-report/src/index.html +1 -1
- package/coverage/lcov-report/src/index.ts.html +9 -9
- package/coverage/lcov-report/src/services/index.html +1 -1
- package/coverage/lcov-report/src/services/index.ts.html +5 -5
- package/coverage/lcov-report/src/services/zd-alert/alert-queue.ts.html +3 -3
- package/coverage/lcov-report/src/services/zd-alert/alert-replace.ts.html +3 -3
- package/coverage/lcov-report/src/services/zd-alert/alert-service.ts.html +5 -5
- package/coverage/lcov-report/src/services/zd-alert/alert-stack.ts.html +3 -3
- package/coverage/lcov-report/src/services/zd-alert/index.html +1 -1
- package/coverage/lcov-report/src/services/zd-alert/index.ts.html +6 -6
- package/coverage/lcov-report/src/services/zd-dialog/dialog-service.ts.html +4 -4
- package/coverage/lcov-report/src/services/zd-dialog/index.html +1 -1
- package/coverage/lcov-report/src/services/zd-loading/index.html +1 -1
- package/coverage/lcov-report/src/services/zd-loading/loading-service.ts.html +2 -2
- package/coverage/lcov-report/src/services/zd-modal/index.html +1 -1
- package/coverage/lcov-report/src/services/zd-modal/modal-service.ts.html +5 -5
- package/coverage/lcov-report/src/utils/data-value-out/data-value-out.ts.html +3 -3
- package/coverage/lcov-report/src/utils/data-value-out/index.html +1 -1
- package/coverage/lcov-report/src/utils/data-value-out/index.ts.html +3 -3
- package/coverage/lcov-report/src/utils/datasource-searcher/datasource-searcher.ts.html +3 -3
- package/coverage/lcov-report/src/utils/datasource-searcher/index.html +1 -1
- package/coverage/lcov-report/src/utils/datasource-searcher/index.ts.html +3 -3
- package/coverage/lcov-report/src/utils/date-utils/date-utils.ts.html +166 -0
- package/coverage/lcov-report/src/utils/date-utils/index.html +116 -0
- package/coverage/lcov-report/src/utils/icons/icons.ts.html +6 -6
- package/coverage/lcov-report/src/utils/icons/index.html +1 -1
- package/coverage/lcov-report/src/utils/index.html +1 -1
- package/coverage/lcov-report/src/utils/index.ts.html +8 -8
- package/coverage/lcov-report/src/utils/is-filled-object/index.html +116 -0
- package/coverage/lcov-report/src/utils/is-filled-object/is-filled-object.ts.html +100 -0
- package/coverage/lcov-report/src/utils/is-nil.ts.html +94 -0
- package/coverage/lcov-report/src/utils/omit/index.html +1 -1
- package/coverage/lcov-report/src/utils/omit/omit.ts.html +2 -2
- package/coverage/lcov-report/src/utils/theme/index.html +1 -1
- package/coverage/lcov-report/src/utils/theme/theme.ts.html +4 -4
- package/coverage/lcov-report/src/utils/tree-data-structure/index.html +1 -1
- package/coverage/lcov-report/src/utils/tree-data-structure/index.ts.html +3 -3
- package/coverage/lcov-report/src/utils/tree-data-structure/tree-data-structure.ts.html +2 -2
- package/coverage/lcov-report/src/utils/unique-by/index.html +1 -1
- package/coverage/lcov-report/src/utils/unique-by/unique-by.ts.html +3 -3
- package/coverage/lcov-report/tests/unit/__helpers__/component-event-helper.ts.html +106 -0
- package/coverage/lcov-report/tests/unit/__helpers__/flush-promises-helper.ts.html +94 -0
- package/coverage/lcov-report/tests/unit/__helpers__/index.html +146 -0
- package/coverage/lcov-report/tests/unit/__helpers__/mock-http-get-helper.ts.html +172 -0
- package/coverage/lcov-report/tests/unit/components/zd-component/ComponentMock.ts.html +1 -1
- package/coverage/lcov-report/tests/unit/components/zd-component/index.html +1 -1
- package/coverage/lcov.info +1764 -1900
- package/dist/style.css +1 -1
- package/dist/zd-common.d.mts +7826 -0
- package/dist/zd-common.iife.min.js +11 -0
- package/dist/zd-common.mjs +12318 -0
- package/environments.json +6 -0
- package/jest.config.cjs +1 -0
- package/package.json +19 -12
- package/src/components/zd-date-input/date-input.ts +49 -168
- package/src/components/zd-date-input/utils.ts +17 -0
- package/src/components/zd-date-range/date-range.ts +111 -212
- package/src/components/zd-date-range/utils.ts +31 -0
- package/src/components/zd-frame/frame.ts +2 -2
- package/src/components/zd-grid-editable/data-editor-with-add.ts +1 -1
- package/src/components/zd-grid-editable/data-editor.ts +2 -2
- package/src/components/zd-iterable/iterable.ts +41 -3
- package/src/components/zd-month/month.ts +19 -91
- package/src/styles/_display.scss +3 -1
- package/src/styles/_elevation.scss +2 -1
- package/src/styles/_functions.scss +14 -11
- package/src/styles/_utilities.scss +67 -62
- package/src/styles/_variables.scss +17 -16
- package/src/styles/index.scss +5 -5
- package/src/utils/date-utils/date-utils.ts +27 -0
- package/src/utils/tree-data-structure/tree-data-structure.ts +1 -1
- package/tests/unit/components/zd-component/component.spec.ts +3 -2
- package/tests/unit/components/zd-date-input/date-input.spec.ts +36 -281
- package/tests/unit/components/zd-date-range/date-range.spec.ts +456 -393
- package/tests/unit/components/zd-grid/grid-column.spec.ts +1 -1
- package/tests/unit/components/zd-grid/grid.spec.ts +48 -35
- package/tests/unit/components/zd-grid-editable/data-editor.spec.ts +1 -1
- package/tests/unit/components/zd-grid-editable/grid-editable.spec.ts +1 -1
- package/tests/unit/components/zd-iterable/column.spec.ts +42 -0
- package/tests/unit/components/zd-month/month.spec.ts +7 -334
- package/tests/unit/components/zd-select/select.spec.ts +1 -2
- package/tests/unit/utils/mock-console.ts +18 -0
- package/tsdown.config.ts +74 -0
- package/.package.json +0 -45
- package/dist/types/components/index.d.ts +0 -151
- package/dist/types/components/zd-alert/alert.d.ts +0 -94
- package/dist/types/components/zd-alert/interfaces.d.ts +0 -18
- package/dist/types/components/zd-badge/badge.d.ts +0 -28
- package/dist/types/components/zd-badge/interfaces.d.ts +0 -10
- package/dist/types/components/zd-breadcrumbs/breadcrumbs.d.ts +0 -32
- package/dist/types/components/zd-breadcrumbs/interfaces.d.ts +0 -24
- package/dist/types/components/zd-button/button.d.ts +0 -89
- package/dist/types/components/zd-button/interfaces.d.ts +0 -48
- package/dist/types/components/zd-button-group/button-group.d.ts +0 -67
- package/dist/types/components/zd-button-group/interfaces.d.ts +0 -25
- package/dist/types/components/zd-card/card.d.ts +0 -152
- package/dist/types/components/zd-card/interfaces.d.ts +0 -40
- package/dist/types/components/zd-carousel/carousel.d.ts +0 -163
- package/dist/types/components/zd-carousel/interfaces.d.ts +0 -49
- package/dist/types/components/zd-checkbox/checkbox.d.ts +0 -12
- package/dist/types/components/zd-checkbox/interfaces.d.ts +0 -5
- package/dist/types/components/zd-checkbox-multiple/checkbox-multiple.d.ts +0 -39
- package/dist/types/components/zd-checkbox-multiple/interfaces.d.ts +0 -13
- package/dist/types/components/zd-chip/chip.d.ts +0 -60
- package/dist/types/components/zd-chip/interfaces.d.ts +0 -18
- package/dist/types/components/zd-code-viewer/code-viewer.d.ts +0 -86
- package/dist/types/components/zd-code-viewer/interfaces.d.ts +0 -13
- package/dist/types/components/zd-col/col.d.ts +0 -33
- package/dist/types/components/zd-col/interfaces.d.ts +0 -15
- package/dist/types/components/zd-collapse-card/collapse-card.d.ts +0 -56
- package/dist/types/components/zd-collapse-card/interfaces.d.ts +0 -14
- package/dist/types/components/zd-component/child-not-found.d.ts +0 -6
- package/dist/types/components/zd-component/component-render.d.ts +0 -16
- package/dist/types/components/zd-component/component.d.ts +0 -120
- package/dist/types/components/zd-component/interfaces.d.ts +0 -74
- package/dist/types/components/zd-container/container.d.ts +0 -45
- package/dist/types/components/zd-container/interfaces.d.ts +0 -12
- package/dist/types/components/zd-currency/currency.d.ts +0 -12
- package/dist/types/components/zd-currency/interfaces.d.ts +0 -6
- package/dist/types/components/zd-date-input/date-input.d.ts +0 -152
- package/dist/types/components/zd-date-input/interfaces.d.ts +0 -27
- package/dist/types/components/zd-date-range/date-range.d.ts +0 -158
- package/dist/types/components/zd-date-range/interfaces.d.ts +0 -18
- package/dist/types/components/zd-dialog/dialog.d.ts +0 -76
- package/dist/types/components/zd-dialog/interfaces.d.ts +0 -13
- package/dist/types/components/zd-divider/divider.d.ts +0 -20
- package/dist/types/components/zd-divider/interfaces.d.ts +0 -8
- package/dist/types/components/zd-dropdown/dropdown.d.ts +0 -81
- package/dist/types/components/zd-dropdown/interfaces.d.ts +0 -23
- package/dist/types/components/zd-footer/footer.d.ts +0 -80
- package/dist/types/components/zd-footer/interfaces.d.ts +0 -26
- package/dist/types/components/zd-form/form.d.ts +0 -174
- package/dist/types/components/zd-form/interfaces.d.ts +0 -36
- package/dist/types/components/zd-frame/frame.d.ts +0 -81
- package/dist/types/components/zd-frame/interfaces.d.ts +0 -23
- package/dist/types/components/zd-frame-page/frame-page.d.ts +0 -14
- package/dist/types/components/zd-frame-page/interfaces.d.ts +0 -4
- package/dist/types/components/zd-grid/data-navigator.d.ts +0 -12
- package/dist/types/components/zd-grid/data-selector.d.ts +0 -25
- package/dist/types/components/zd-grid/grid-column.d.ts +0 -47
- package/dist/types/components/zd-grid/grid-events.d.ts +0 -26
- package/dist/types/components/zd-grid/grid.d.ts +0 -85
- package/dist/types/components/zd-grid/index.d.ts +0 -11
- package/dist/types/components/zd-grid/interfaces.d.ts +0 -148
- package/dist/types/components/zd-grid/iterable-table.d.ts +0 -28
- package/dist/types/components/zd-grid/keymap-merger.d.ts +0 -26
- package/dist/types/components/zd-grid/keymap-navigation.d.ts +0 -6
- package/dist/types/components/zd-grid/table-action-builder.d.ts +0 -19
- package/dist/types/components/zd-grid/view-navigator.d.ts +0 -10
- package/dist/types/components/zd-grid-editable/data-editor-with-add.d.ts +0 -35
- package/dist/types/components/zd-grid-editable/data-editor.d.ts +0 -64
- package/dist/types/components/zd-grid-editable/errors/index.d.ts +0 -2
- package/dist/types/components/zd-grid-editable/errors/not-editing.d.ts +0 -6
- package/dist/types/components/zd-grid-editable/errors/row-not-found.d.ts +0 -6
- package/dist/types/components/zd-grid-editable/grid-column-editable.d.ts +0 -9
- package/dist/types/components/zd-grid-editable/grid-editable-controller.d.ts +0 -8
- package/dist/types/components/zd-grid-editable/grid-editable-events.d.ts +0 -32
- package/dist/types/components/zd-grid-editable/grid-editable.d.ts +0 -124
- package/dist/types/components/zd-grid-editable/index.d.ts +0 -8
- package/dist/types/components/zd-grid-editable/interfaces.d.ts +0 -66
- package/dist/types/components/zd-grid-editable/keymap-editing.d.ts +0 -7
- package/dist/types/components/zd-header/header.d.ts +0 -94
- package/dist/types/components/zd-header/interfaces.d.ts +0 -29
- package/dist/types/components/zd-icon/icon.d.ts +0 -55
- package/dist/types/components/zd-icon/interfaces.d.ts +0 -13
- package/dist/types/components/zd-image/image.d.ts +0 -73
- package/dist/types/components/zd-image/interfaces.d.ts +0 -17
- package/dist/types/components/zd-increment/increment.d.ts +0 -56
- package/dist/types/components/zd-increment/interfaces.d.ts +0 -9
- package/dist/types/components/zd-input/input-factory.d.ts +0 -6
- package/dist/types/components/zd-input/input.d.ts +0 -223
- package/dist/types/components/zd-input/interfaces.d.ts +0 -38
- package/dist/types/components/zd-iterable/column-not-found.d.ts +0 -6
- package/dist/types/components/zd-iterable/column.d.ts +0 -78
- package/dist/types/components/zd-iterable/conditions-manager.d.ts +0 -49
- package/dist/types/components/zd-iterable/interfaces.d.ts +0 -103
- package/dist/types/components/zd-iterable/iterable-columns-button-controller.d.ts +0 -9
- package/dist/types/components/zd-iterable/iterable-columns-button.d.ts +0 -35
- package/dist/types/components/zd-iterable/iterable-controller.d.ts +0 -8
- package/dist/types/components/zd-iterable/iterable-page-component.d.ts +0 -27
- package/dist/types/components/zd-iterable/iterable-page-info.d.ts +0 -7
- package/dist/types/components/zd-iterable/iterable-page-size.d.ts +0 -62
- package/dist/types/components/zd-iterable/iterable-pagination.d.ts +0 -28
- package/dist/types/components/zd-iterable/iterable.d.ts +0 -77
- package/dist/types/components/zd-iterable/search.d.ts +0 -31
- package/dist/types/components/zd-iterable-component-render/interfaces.d.ts +0 -34
- package/dist/types/components/zd-iterable-component-render/iterable-component-render.d.ts +0 -84
- package/dist/types/components/zd-layout/interfaces.d.ts +0 -7
- package/dist/types/components/zd-layout/layout.d.ts +0 -9
- package/dist/types/components/zd-list/interfaces.d.ts +0 -44
- package/dist/types/components/zd-list/item-not-found.d.ts +0 -6
- package/dist/types/components/zd-list/list-group.d.ts +0 -30
- package/dist/types/components/zd-list/list-item.d.ts +0 -46
- package/dist/types/components/zd-list/list.d.ts +0 -81
- package/dist/types/components/zd-loading/interfaces.d.ts +0 -7
- package/dist/types/components/zd-loading/loading.d.ts +0 -21
- package/dist/types/components/zd-login/interfaces.d.ts +0 -25
- package/dist/types/components/zd-login/login-button.d.ts +0 -50
- package/dist/types/components/zd-login/login.d.ts +0 -54
- package/dist/types/components/zd-main/interfaces.d.ts +0 -5
- package/dist/types/components/zd-main/main.d.ts +0 -7
- package/dist/types/components/zd-master-detail/detail-not-found.d.ts +0 -7
- package/dist/types/components/zd-master-detail/interfaces.d.ts +0 -10
- package/dist/types/components/zd-master-detail/master-detail.d.ts +0 -18
- package/dist/types/components/zd-master-detail/master-not-found.d.ts +0 -7
- package/dist/types/components/zd-menu/interfaces.d.ts +0 -68
- package/dist/types/components/zd-menu/menu-button.d.ts +0 -29
- package/dist/types/components/zd-menu/menu-group.d.ts +0 -61
- package/dist/types/components/zd-menu/menu-link.d.ts +0 -50
- package/dist/types/components/zd-menu/menu-separator.d.ts +0 -7
- package/dist/types/components/zd-menu/menu.d.ts +0 -199
- package/dist/types/components/zd-modal/interfaces.d.ts +0 -35
- package/dist/types/components/zd-modal/modal-close-button.d.ts +0 -28
- package/dist/types/components/zd-modal/modal.d.ts +0 -53
- package/dist/types/components/zd-month/interfaces.d.ts +0 -6
- package/dist/types/components/zd-month/month.d.ts +0 -33
- package/dist/types/components/zd-number-input/interfaces.d.ts +0 -8
- package/dist/types/components/zd-number-input/number-input.d.ts +0 -43
- package/dist/types/components/zd-password/interfaces.d.ts +0 -6
- package/dist/types/components/zd-password/password.d.ts +0 -17
- package/dist/types/components/zd-progress/interfaces.d.ts +0 -10
- package/dist/types/components/zd-progress/progress.d.ts +0 -41
- package/dist/types/components/zd-radio/interfaces.d.ts +0 -11
- package/dist/types/components/zd-radio/radio.d.ts +0 -35
- package/dist/types/components/zd-row/interfaces.d.ts +0 -13
- package/dist/types/components/zd-row/row.d.ts +0 -39
- package/dist/types/components/zd-select/interfaces.d.ts +0 -24
- package/dist/types/components/zd-select/select.d.ts +0 -238
- package/dist/types/components/zd-select-multiple/interfaces.d.ts +0 -18
- package/dist/types/components/zd-select-multiple/select-multiple.d.ts +0 -113
- package/dist/types/components/zd-svg-map/interfaces.d.ts +0 -26
- package/dist/types/components/zd-svg-map/svg-map.d.ts +0 -35
- package/dist/types/components/zd-switch/interfaces.d.ts +0 -7
- package/dist/types/components/zd-switch/switch.d.ts +0 -16
- package/dist/types/components/zd-table/interfaces.d.ts +0 -25
- package/dist/types/components/zd-table/table.d.ts +0 -42
- package/dist/types/components/zd-tabs/interfaces.d.ts +0 -40
- package/dist/types/components/zd-tabs/tab-not-found.d.ts +0 -11
- package/dist/types/components/zd-tabs/tab.d.ts +0 -57
- package/dist/types/components/zd-tabs/tabs.d.ts +0 -86
- package/dist/types/components/zd-tag/interfaces.d.ts +0 -7
- package/dist/types/components/zd-tag/tag.d.ts +0 -13
- package/dist/types/components/zd-text/interfaces.d.ts +0 -9
- package/dist/types/components/zd-text/text.d.ts +0 -8
- package/dist/types/components/zd-text-input/interfaces.d.ts +0 -23
- package/dist/types/components/zd-text-input/text-input.d.ts +0 -91
- package/dist/types/components/zd-textarea/interfaces.d.ts +0 -21
- package/dist/types/components/zd-textarea/textarea.d.ts +0 -71
- package/dist/types/components/zd-time/interfaces.d.ts +0 -22
- package/dist/types/components/zd-time/time-format-selector.d.ts +0 -8
- package/dist/types/components/zd-time/time.d.ts +0 -149
- package/dist/types/components/zd-toggleable/interfaces.d.ts +0 -6
- package/dist/types/components/zd-toggleable/toggleable.d.ts +0 -21
- package/dist/types/components/zd-tooltip/interfaces.d.ts +0 -18
- package/dist/types/components/zd-tooltip/tooltip.d.ts +0 -57
- package/dist/types/components/zd-tree/interfaces.d.ts +0 -107
- package/dist/types/components/zd-tree/tree.d.ts +0 -161
- package/dist/types/components/zd-tree-grid/index.d.ts +0 -6
- package/dist/types/components/zd-tree-grid/interfaces.d.ts +0 -35
- package/dist/types/components/zd-tree-grid/iterable-tree.d.ts +0 -10
- package/dist/types/components/zd-tree-grid/keymap-tree.d.ts +0 -7
- package/dist/types/components/zd-tree-grid/tree-data-navigator.d.ts +0 -10
- package/dist/types/components/zd-tree-grid/tree-data-selector.d.ts +0 -18
- package/dist/types/components/zd-tree-grid/tree-grid.d.ts +0 -119
- package/dist/types/error/delete-rows.d.ts +0 -7
- package/dist/types/error/index.d.ts +0 -3
- package/dist/types/error/non-initialized.d.ts +0 -7
- package/dist/types/error/zeedhi-error.d.ts +0 -6
- package/dist/types/index.d.ts +0 -6
- package/dist/types/services/index.d.ts +0 -4
- package/dist/types/services/zd-alert/alert-queue.d.ts +0 -13
- package/dist/types/services/zd-alert/alert-replace.d.ts +0 -18
- package/dist/types/services/zd-alert/alert-service.d.ts +0 -45
- package/dist/types/services/zd-alert/alert-stack.d.ts +0 -9
- package/dist/types/services/zd-alert/index.d.ts +0 -5
- package/dist/types/services/zd-alert/interfaces.d.ts +0 -6
- package/dist/types/services/zd-dialog/dialog-service.d.ts +0 -24
- package/dist/types/services/zd-loading/loading-service.d.ts +0 -17
- package/dist/types/services/zd-modal/modal-service.d.ts +0 -39
- package/dist/types/utils/data-value-out/data-value-out.d.ts +0 -5
- package/dist/types/utils/data-value-out/index.d.ts +0 -2
- package/dist/types/utils/data-value-out/interfaces.d.ts +0 -8
- package/dist/types/utils/datasource-searcher/datasource-searcher.d.ts +0 -6
- package/dist/types/utils/datasource-searcher/index.d.ts +0 -2
- package/dist/types/utils/datasource-searcher/interfaces.d.ts +0 -5
- package/dist/types/utils/icons/icons.d.ts +0 -24
- package/dist/types/utils/index.d.ts +0 -7
- package/dist/types/utils/omit/omit.d.ts +0 -11
- package/dist/types/utils/theme/theme.d.ts +0 -34
- package/dist/types/utils/tree-data-structure/index.d.ts +0 -2
- package/dist/types/utils/tree-data-structure/interfaces.d.ts +0 -30
- package/dist/types/utils/tree-data-structure/tree-data-structure.d.ts +0 -155
- package/dist/types/utils/unique-by/unique-by.d.ts +0 -3
- package/dist/zd-common.js +0 -13133
- package/dist/zd-common.min.js +0 -13133
- package/rollup.config.js +0 -27
- package/rollup.scss.config.js +0 -14
- package/tests/unit/utils/is-filled-object.spec.ts +0 -33
- package/tsconfig.build.json +0 -7
package/coverage/clover.xml
CHANGED
|
@@ -1,184 +1,184 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1767024178235" clover="3.2.0">
|
|
3
|
+
<project timestamp="1767024178235" name="All files">
|
|
4
|
+
<metrics statements="4986" coveredstatements="4986" conditionals="1610" coveredconditionals="1610" methods="1080" coveredmethods="1080" elements="7676" coveredelements="7676" complexity="0" loc="4986" ncloc="4986" packages="82" files="146" classes="146"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
7
|
-
<file name="index.ts" path="/
|
|
7
|
+
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/index.ts">
|
|
8
8
|
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
9
|
-
<line num="1" count="
|
|
10
|
-
<line num="2" count="
|
|
11
|
-
<line num="4" count="
|
|
12
|
-
<line num="5" count="
|
|
13
|
-
<line num="6" count="
|
|
14
|
-
<line num="7" count="
|
|
15
|
-
<line num="9" count="
|
|
16
|
-
<line num="20" count="
|
|
9
|
+
<line num="1" count="92" type="stmt"/>
|
|
10
|
+
<line num="2" count="92" type="stmt"/>
|
|
11
|
+
<line num="4" count="92" type="stmt"/>
|
|
12
|
+
<line num="5" count="92" type="stmt"/>
|
|
13
|
+
<line num="6" count="92" type="stmt"/>
|
|
14
|
+
<line num="7" count="92" type="stmt"/>
|
|
15
|
+
<line num="9" count="92" type="stmt"/>
|
|
16
|
+
<line num="20" count="92" type="stmt"/>
|
|
17
17
|
</file>
|
|
18
18
|
</package>
|
|
19
19
|
<package name="src.components">
|
|
20
20
|
<metrics statements="151" coveredstatements="151" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
21
|
-
<file name="index.ts" path="/
|
|
21
|
+
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/index.ts">
|
|
22
22
|
<metrics statements="151" coveredstatements="151" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
23
|
-
<line num="1" count="
|
|
24
|
-
<line num="2" count="
|
|
25
|
-
<line num="4" count="
|
|
26
|
-
<line num="5" count="
|
|
27
|
-
<line num="7" count="
|
|
28
|
-
<line num="8" count="
|
|
29
|
-
<line num="10" count="
|
|
30
|
-
<line num="11" count="
|
|
31
|
-
<line num="13" count="
|
|
32
|
-
<line num="14" count="
|
|
33
|
-
<line num="16" count="
|
|
34
|
-
<line num="17" count="
|
|
35
|
-
<line num="19" count="
|
|
36
|
-
<line num="20" count="
|
|
37
|
-
<line num="22" count="
|
|
38
|
-
<line num="23" count="
|
|
39
|
-
<line num="25" count="
|
|
40
|
-
<line num="26" count="
|
|
41
|
-
<line num="28" count="
|
|
42
|
-
<line num="29" count="
|
|
43
|
-
<line num="31" count="
|
|
44
|
-
<line num="32" count="
|
|
45
|
-
<line num="34" count="
|
|
46
|
-
<line num="35" count="
|
|
47
|
-
<line num="36" count="
|
|
48
|
-
<line num="37" count="
|
|
49
|
-
<line num="38" count="
|
|
50
|
-
<line num="39" count="
|
|
51
|
-
<line num="40" count="
|
|
52
|
-
<line num="41" count="
|
|
53
|
-
<line num="42" count="
|
|
54
|
-
<line num="43" count="
|
|
55
|
-
<line num="45" count="
|
|
56
|
-
<line num="46" count="
|
|
57
|
-
<line num="48" count="
|
|
58
|
-
<line num="49" count="
|
|
59
|
-
<line num="51" count="
|
|
60
|
-
<line num="52" count="
|
|
61
|
-
<line num="54" count="
|
|
62
|
-
<line num="55" count="
|
|
63
|
-
<line num="57" count="
|
|
64
|
-
<line num="58" count="
|
|
65
|
-
<line num="60" count="
|
|
66
|
-
<line num="61" count="
|
|
67
|
-
<line num="62" count="
|
|
68
|
-
<line num="64" count="
|
|
69
|
-
<line num="65" count="
|
|
70
|
-
<line num="66" count="
|
|
71
|
-
<line num="67" count="
|
|
72
|
-
<line num="68" count="
|
|
73
|
-
<line num="69" count="
|
|
74
|
-
<line num="71" count="
|
|
75
|
-
<line num="72" count="
|
|
76
|
-
<line num="74" count="
|
|
77
|
-
<line num="75" count="
|
|
78
|
-
<line num="77" count="
|
|
79
|
-
<line num="78" count="
|
|
80
|
-
<line num="80" count="
|
|
81
|
-
<line num="81" count="
|
|
82
|
-
<line num="83" count="
|
|
83
|
-
<line num="84" count="
|
|
84
|
-
<line num="85" count="
|
|
85
|
-
<line num="86" count="
|
|
86
|
-
<line num="88" count="
|
|
87
|
-
<line num="89" count="
|
|
88
|
-
<line num="91" count="
|
|
89
|
-
<line num="92" count="
|
|
90
|
-
<line num="94" count="
|
|
91
|
-
<line num="95" count="
|
|
92
|
-
<line num="96" count="
|
|
93
|
-
<line num="98" count="
|
|
94
|
-
<line num="99" count="
|
|
95
|
-
<line num="101" count="
|
|
96
|
-
<line num="102" count="
|
|
97
|
-
<line num="104" count="
|
|
98
|
-
<line num="105" count="
|
|
99
|
-
<line num="106" count="
|
|
100
|
-
<line num="107" count="
|
|
101
|
-
<line num="109" count="
|
|
102
|
-
<line num="110" count="
|
|
103
|
-
<line num="112" count="
|
|
104
|
-
<line num="113" count="
|
|
105
|
-
<line num="115" count="
|
|
106
|
-
<line num="116" count="
|
|
107
|
-
<line num="118" count="
|
|
108
|
-
<line num="119" count="
|
|
109
|
-
<line num="121" count="
|
|
110
|
-
<line num="122" count="
|
|
111
|
-
<line num="124" count="
|
|
112
|
-
<line num="125" count="
|
|
113
|
-
<line num="127" count="
|
|
114
|
-
<line num="128" count="
|
|
115
|
-
<line num="130" count="
|
|
116
|
-
<line num="131" count="
|
|
117
|
-
<line num="133" count="
|
|
118
|
-
<line num="134" count="
|
|
119
|
-
<line num="136" count="
|
|
120
|
-
<line num="137" count="
|
|
121
|
-
<line num="139" count="
|
|
122
|
-
<line num="140" count="
|
|
123
|
-
<line num="142" count="
|
|
124
|
-
<line num="143" count="
|
|
125
|
-
<line num="145" count="
|
|
126
|
-
<line num="146" count="
|
|
127
|
-
<line num="148" count="
|
|
128
|
-
<line num="149" count="
|
|
129
|
-
<line num="151" count="
|
|
130
|
-
<line num="152" count="
|
|
131
|
-
<line num="154" count="
|
|
132
|
-
<line num="155" count="
|
|
133
|
-
<line num="157" count="
|
|
134
|
-
<line num="158" count="
|
|
135
|
-
<line num="160" count="
|
|
136
|
-
<line num="161" count="
|
|
137
|
-
<line num="162" count="
|
|
138
|
-
<line num="163" count="
|
|
139
|
-
<line num="165" count="
|
|
140
|
-
<line num="166" count="
|
|
141
|
-
<line num="167" count="
|
|
142
|
-
<line num="169" count="
|
|
143
|
-
<line num="170" count="
|
|
144
|
-
<line num="172" count="
|
|
145
|
-
<line num="174" count="
|
|
146
|
-
<line num="176" count="
|
|
147
|
-
<line num="178" count="
|
|
148
|
-
<line num="179" count="
|
|
149
|
-
<line num="181" count="
|
|
150
|
-
<line num="182" count="
|
|
151
|
-
<line num="184" count="
|
|
152
|
-
<line num="185" count="
|
|
153
|
-
<line num="187" count="
|
|
154
|
-
<line num="188" count="
|
|
155
|
-
<line num="190" count="
|
|
156
|
-
<line num="191" count="
|
|
157
|
-
<line num="192" count="
|
|
158
|
-
<line num="193" count="
|
|
159
|
-
<line num="195" count="
|
|
160
|
-
<line num="196" count="
|
|
161
|
-
<line num="198" count="
|
|
162
|
-
<line num="199" count="
|
|
163
|
-
<line num="201" count="
|
|
164
|
-
<line num="202" count="
|
|
165
|
-
<line num="204" count="
|
|
166
|
-
<line num="205" count="
|
|
167
|
-
<line num="207" count="
|
|
168
|
-
<line num="208" count="
|
|
169
|
-
<line num="210" count="
|
|
170
|
-
<line num="211" count="
|
|
171
|
-
<line num="212" count="
|
|
172
|
-
<line num="214" count="
|
|
173
|
-
<line num="215" count="
|
|
23
|
+
<line num="1" count="92" type="stmt"/>
|
|
24
|
+
<line num="2" count="92" type="stmt"/>
|
|
25
|
+
<line num="4" count="92" type="stmt"/>
|
|
26
|
+
<line num="5" count="92" type="stmt"/>
|
|
27
|
+
<line num="7" count="92" type="stmt"/>
|
|
28
|
+
<line num="8" count="92" type="stmt"/>
|
|
29
|
+
<line num="10" count="92" type="stmt"/>
|
|
30
|
+
<line num="11" count="92" type="stmt"/>
|
|
31
|
+
<line num="13" count="92" type="stmt"/>
|
|
32
|
+
<line num="14" count="92" type="stmt"/>
|
|
33
|
+
<line num="16" count="92" type="stmt"/>
|
|
34
|
+
<line num="17" count="92" type="stmt"/>
|
|
35
|
+
<line num="19" count="92" type="stmt"/>
|
|
36
|
+
<line num="20" count="92" type="stmt"/>
|
|
37
|
+
<line num="22" count="92" type="stmt"/>
|
|
38
|
+
<line num="23" count="92" type="stmt"/>
|
|
39
|
+
<line num="25" count="92" type="stmt"/>
|
|
40
|
+
<line num="26" count="92" type="stmt"/>
|
|
41
|
+
<line num="28" count="92" type="stmt"/>
|
|
42
|
+
<line num="29" count="92" type="stmt"/>
|
|
43
|
+
<line num="31" count="92" type="stmt"/>
|
|
44
|
+
<line num="32" count="92" type="stmt"/>
|
|
45
|
+
<line num="34" count="92" type="stmt"/>
|
|
46
|
+
<line num="35" count="92" type="stmt"/>
|
|
47
|
+
<line num="36" count="92" type="stmt"/>
|
|
48
|
+
<line num="37" count="92" type="stmt"/>
|
|
49
|
+
<line num="38" count="92" type="stmt"/>
|
|
50
|
+
<line num="39" count="92" type="stmt"/>
|
|
51
|
+
<line num="40" count="92" type="stmt"/>
|
|
52
|
+
<line num="41" count="92" type="stmt"/>
|
|
53
|
+
<line num="42" count="92" type="stmt"/>
|
|
54
|
+
<line num="43" count="92" type="stmt"/>
|
|
55
|
+
<line num="45" count="92" type="stmt"/>
|
|
56
|
+
<line num="46" count="92" type="stmt"/>
|
|
57
|
+
<line num="48" count="92" type="stmt"/>
|
|
58
|
+
<line num="49" count="92" type="stmt"/>
|
|
59
|
+
<line num="51" count="92" type="stmt"/>
|
|
60
|
+
<line num="52" count="92" type="stmt"/>
|
|
61
|
+
<line num="54" count="92" type="stmt"/>
|
|
62
|
+
<line num="55" count="92" type="stmt"/>
|
|
63
|
+
<line num="57" count="92" type="stmt"/>
|
|
64
|
+
<line num="58" count="92" type="stmt"/>
|
|
65
|
+
<line num="60" count="92" type="stmt"/>
|
|
66
|
+
<line num="61" count="92" type="stmt"/>
|
|
67
|
+
<line num="62" count="92" type="stmt"/>
|
|
68
|
+
<line num="64" count="92" type="stmt"/>
|
|
69
|
+
<line num="65" count="92" type="stmt"/>
|
|
70
|
+
<line num="66" count="92" type="stmt"/>
|
|
71
|
+
<line num="67" count="92" type="stmt"/>
|
|
72
|
+
<line num="68" count="92" type="stmt"/>
|
|
73
|
+
<line num="69" count="92" type="stmt"/>
|
|
74
|
+
<line num="71" count="92" type="stmt"/>
|
|
75
|
+
<line num="72" count="92" type="stmt"/>
|
|
76
|
+
<line num="74" count="92" type="stmt"/>
|
|
77
|
+
<line num="75" count="92" type="stmt"/>
|
|
78
|
+
<line num="77" count="92" type="stmt"/>
|
|
79
|
+
<line num="78" count="92" type="stmt"/>
|
|
80
|
+
<line num="80" count="92" type="stmt"/>
|
|
81
|
+
<line num="81" count="92" type="stmt"/>
|
|
82
|
+
<line num="83" count="92" type="stmt"/>
|
|
83
|
+
<line num="84" count="92" type="stmt"/>
|
|
84
|
+
<line num="85" count="92" type="stmt"/>
|
|
85
|
+
<line num="86" count="92" type="stmt"/>
|
|
86
|
+
<line num="88" count="92" type="stmt"/>
|
|
87
|
+
<line num="89" count="92" type="stmt"/>
|
|
88
|
+
<line num="91" count="92" type="stmt"/>
|
|
89
|
+
<line num="92" count="92" type="stmt"/>
|
|
90
|
+
<line num="94" count="92" type="stmt"/>
|
|
91
|
+
<line num="95" count="92" type="stmt"/>
|
|
92
|
+
<line num="96" count="92" type="stmt"/>
|
|
93
|
+
<line num="98" count="92" type="stmt"/>
|
|
94
|
+
<line num="99" count="92" type="stmt"/>
|
|
95
|
+
<line num="101" count="92" type="stmt"/>
|
|
96
|
+
<line num="102" count="92" type="stmt"/>
|
|
97
|
+
<line num="104" count="92" type="stmt"/>
|
|
98
|
+
<line num="105" count="92" type="stmt"/>
|
|
99
|
+
<line num="106" count="92" type="stmt"/>
|
|
100
|
+
<line num="107" count="92" type="stmt"/>
|
|
101
|
+
<line num="109" count="92" type="stmt"/>
|
|
102
|
+
<line num="110" count="92" type="stmt"/>
|
|
103
|
+
<line num="112" count="92" type="stmt"/>
|
|
104
|
+
<line num="113" count="92" type="stmt"/>
|
|
105
|
+
<line num="115" count="92" type="stmt"/>
|
|
106
|
+
<line num="116" count="92" type="stmt"/>
|
|
107
|
+
<line num="118" count="92" type="stmt"/>
|
|
108
|
+
<line num="119" count="92" type="stmt"/>
|
|
109
|
+
<line num="121" count="92" type="stmt"/>
|
|
110
|
+
<line num="122" count="92" type="stmt"/>
|
|
111
|
+
<line num="124" count="92" type="stmt"/>
|
|
112
|
+
<line num="125" count="92" type="stmt"/>
|
|
113
|
+
<line num="127" count="92" type="stmt"/>
|
|
114
|
+
<line num="128" count="92" type="stmt"/>
|
|
115
|
+
<line num="130" count="92" type="stmt"/>
|
|
116
|
+
<line num="131" count="92" type="stmt"/>
|
|
117
|
+
<line num="133" count="92" type="stmt"/>
|
|
118
|
+
<line num="134" count="92" type="stmt"/>
|
|
119
|
+
<line num="136" count="92" type="stmt"/>
|
|
120
|
+
<line num="137" count="92" type="stmt"/>
|
|
121
|
+
<line num="139" count="92" type="stmt"/>
|
|
122
|
+
<line num="140" count="92" type="stmt"/>
|
|
123
|
+
<line num="142" count="92" type="stmt"/>
|
|
124
|
+
<line num="143" count="92" type="stmt"/>
|
|
125
|
+
<line num="145" count="92" type="stmt"/>
|
|
126
|
+
<line num="146" count="92" type="stmt"/>
|
|
127
|
+
<line num="148" count="92" type="stmt"/>
|
|
128
|
+
<line num="149" count="92" type="stmt"/>
|
|
129
|
+
<line num="151" count="92" type="stmt"/>
|
|
130
|
+
<line num="152" count="92" type="stmt"/>
|
|
131
|
+
<line num="154" count="92" type="stmt"/>
|
|
132
|
+
<line num="155" count="92" type="stmt"/>
|
|
133
|
+
<line num="157" count="92" type="stmt"/>
|
|
134
|
+
<line num="158" count="92" type="stmt"/>
|
|
135
|
+
<line num="160" count="92" type="stmt"/>
|
|
136
|
+
<line num="161" count="92" type="stmt"/>
|
|
137
|
+
<line num="162" count="92" type="stmt"/>
|
|
138
|
+
<line num="163" count="92" type="stmt"/>
|
|
139
|
+
<line num="165" count="92" type="stmt"/>
|
|
140
|
+
<line num="166" count="92" type="stmt"/>
|
|
141
|
+
<line num="167" count="92" type="stmt"/>
|
|
142
|
+
<line num="169" count="92" type="stmt"/>
|
|
143
|
+
<line num="170" count="92" type="stmt"/>
|
|
144
|
+
<line num="172" count="92" type="stmt"/>
|
|
145
|
+
<line num="174" count="92" type="stmt"/>
|
|
146
|
+
<line num="176" count="92" type="stmt"/>
|
|
147
|
+
<line num="178" count="92" type="stmt"/>
|
|
148
|
+
<line num="179" count="92" type="stmt"/>
|
|
149
|
+
<line num="181" count="92" type="stmt"/>
|
|
150
|
+
<line num="182" count="92" type="stmt"/>
|
|
151
|
+
<line num="184" count="92" type="stmt"/>
|
|
152
|
+
<line num="185" count="92" type="stmt"/>
|
|
153
|
+
<line num="187" count="92" type="stmt"/>
|
|
154
|
+
<line num="188" count="92" type="stmt"/>
|
|
155
|
+
<line num="190" count="92" type="stmt"/>
|
|
156
|
+
<line num="191" count="92" type="stmt"/>
|
|
157
|
+
<line num="192" count="92" type="stmt"/>
|
|
158
|
+
<line num="193" count="92" type="stmt"/>
|
|
159
|
+
<line num="195" count="92" type="stmt"/>
|
|
160
|
+
<line num="196" count="92" type="stmt"/>
|
|
161
|
+
<line num="198" count="92" type="stmt"/>
|
|
162
|
+
<line num="199" count="92" type="stmt"/>
|
|
163
|
+
<line num="201" count="92" type="stmt"/>
|
|
164
|
+
<line num="202" count="92" type="stmt"/>
|
|
165
|
+
<line num="204" count="92" type="stmt"/>
|
|
166
|
+
<line num="205" count="92" type="stmt"/>
|
|
167
|
+
<line num="207" count="92" type="stmt"/>
|
|
168
|
+
<line num="208" count="92" type="stmt"/>
|
|
169
|
+
<line num="210" count="92" type="stmt"/>
|
|
170
|
+
<line num="211" count="92" type="stmt"/>
|
|
171
|
+
<line num="212" count="92" type="stmt"/>
|
|
172
|
+
<line num="214" count="92" type="stmt"/>
|
|
173
|
+
<line num="215" count="92" type="stmt"/>
|
|
174
174
|
</file>
|
|
175
175
|
</package>
|
|
176
176
|
<package name="src.components.zd-alert">
|
|
177
177
|
<metrics statements="36" coveredstatements="36" conditionals="4" coveredconditionals="4" methods="4" coveredmethods="4"/>
|
|
178
|
-
<file name="alert.ts" path="/
|
|
178
|
+
<file name="alert.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-alert/alert.ts">
|
|
179
179
|
<metrics statements="36" coveredstatements="36" conditionals="4" coveredconditionals="4" methods="4" coveredmethods="4"/>
|
|
180
|
-
<line num="2" count="
|
|
181
|
-
<line num="8" count="
|
|
180
|
+
<line num="2" count="92" type="stmt"/>
|
|
181
|
+
<line num="8" count="92" type="stmt"/>
|
|
182
182
|
<line num="12" count="16" type="stmt"/>
|
|
183
183
|
<line num="17" count="16" type="stmt"/>
|
|
184
184
|
<line num="23" count="16" type="stmt"/>
|
|
@@ -217,10 +217,10 @@
|
|
|
217
217
|
</package>
|
|
218
218
|
<package name="src.components.zd-badge">
|
|
219
219
|
<metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
220
|
-
<file name="badge.ts" path="/
|
|
220
|
+
<file name="badge.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-badge/badge.ts">
|
|
221
221
|
<metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
222
|
-
<line num="1" count="
|
|
223
|
-
<line num="7" count="
|
|
222
|
+
<line num="1" count="92" type="stmt"/>
|
|
223
|
+
<line num="7" count="92" type="stmt"/>
|
|
224
224
|
<line num="11" count="3" type="stmt"/>
|
|
225
225
|
<line num="21" count="3" type="stmt"/>
|
|
226
226
|
<line num="39" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -232,10 +232,10 @@
|
|
|
232
232
|
</package>
|
|
233
233
|
<package name="src.components.zd-breadcrumbs">
|
|
234
234
|
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
235
|
-
<file name="breadcrumbs.ts" path="/
|
|
235
|
+
<file name="breadcrumbs.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-breadcrumbs/breadcrumbs.ts">
|
|
236
236
|
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
237
|
-
<line num="1" count="
|
|
238
|
-
<line num="7" count="
|
|
237
|
+
<line num="1" count="92" type="stmt"/>
|
|
238
|
+
<line num="7" count="92" type="stmt"/>
|
|
239
239
|
<line num="11" count="2" type="stmt"/>
|
|
240
240
|
<line num="16" count="2" type="stmt"/>
|
|
241
241
|
<line num="21" count="2" type="stmt"/>
|
|
@@ -245,10 +245,10 @@
|
|
|
245
245
|
</package>
|
|
246
246
|
<package name="src.components.zd-button">
|
|
247
247
|
<metrics statements="34" coveredstatements="34" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
248
|
-
<file name="button.ts" path="/
|
|
248
|
+
<file name="button.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-button/button.ts">
|
|
249
249
|
<metrics statements="34" coveredstatements="34" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
250
|
-
<line num="1" count="
|
|
251
|
-
<line num="7" count="
|
|
250
|
+
<line num="1" count="92" type="stmt"/>
|
|
251
|
+
<line num="7" count="92" type="stmt"/>
|
|
252
252
|
<line num="9" count="48" type="stmt"/>
|
|
253
253
|
<line num="12" count="48" type="stmt"/>
|
|
254
254
|
<line num="18" count="48" type="stmt"/>
|
|
@@ -285,10 +285,10 @@
|
|
|
285
285
|
</package>
|
|
286
286
|
<package name="src.components.zd-button-group">
|
|
287
287
|
<metrics statements="16" coveredstatements="16" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
288
|
-
<file name="button-group.ts" path="/
|
|
288
|
+
<file name="button-group.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-button-group/button-group.ts">
|
|
289
289
|
<metrics statements="16" coveredstatements="16" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
290
|
-
<line num="1" count="
|
|
291
|
-
<line num="6" count="
|
|
290
|
+
<line num="1" count="92" type="stmt"/>
|
|
291
|
+
<line num="6" count="92" type="stmt"/>
|
|
292
292
|
<line num="10" count="5" type="stmt"/>
|
|
293
293
|
<line num="15" count="5" type="stmt"/>
|
|
294
294
|
<line num="21" count="5" type="stmt"/>
|
|
@@ -307,10 +307,10 @@
|
|
|
307
307
|
</package>
|
|
308
308
|
<package name="src.components.zd-card">
|
|
309
309
|
<metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
310
|
-
<file name="card.ts" path="/
|
|
310
|
+
<file name="card.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-card/card.ts">
|
|
311
311
|
<metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
312
|
-
<line num="1" count="
|
|
313
|
-
<line num="7" count="
|
|
312
|
+
<line num="1" count="92" type="stmt"/>
|
|
313
|
+
<line num="7" count="92" type="stmt"/>
|
|
314
314
|
<line num="11" count="7" type="stmt"/>
|
|
315
315
|
<line num="16" count="7" type="stmt"/>
|
|
316
316
|
<line num="21" count="7" type="stmt"/>
|
|
@@ -336,10 +336,10 @@
|
|
|
336
336
|
</package>
|
|
337
337
|
<package name="src.components.zd-carousel">
|
|
338
338
|
<metrics statements="41" coveredstatements="41" conditionals="8" coveredconditionals="8" methods="6" coveredmethods="6"/>
|
|
339
|
-
<file name="carousel.ts" path="/
|
|
339
|
+
<file name="carousel.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-carousel/carousel.ts">
|
|
340
340
|
<metrics statements="41" coveredstatements="41" conditionals="8" coveredconditionals="8" methods="6" coveredmethods="6"/>
|
|
341
|
-
<line num="2" count="
|
|
342
|
-
<line num="8" count="
|
|
341
|
+
<line num="2" count="92" type="stmt"/>
|
|
342
|
+
<line num="8" count="92" type="stmt"/>
|
|
343
343
|
<line num="12" count="21" type="stmt"/>
|
|
344
344
|
<line num="17" count="21" type="stmt"/>
|
|
345
345
|
<line num="23" count="21" type="stmt"/>
|
|
@@ -383,22 +383,22 @@
|
|
|
383
383
|
</package>
|
|
384
384
|
<package name="src.components.zd-checkbox">
|
|
385
385
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
386
|
-
<file name="checkbox.ts" path="/
|
|
386
|
+
<file name="checkbox.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-checkbox/checkbox.ts">
|
|
387
387
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
388
|
-
<line num="1" count="
|
|
389
|
-
<line num="2" count="
|
|
390
|
-
<line num="8" count="
|
|
391
|
-
<line num="21" count="
|
|
388
|
+
<line num="1" count="92" type="stmt"/>
|
|
389
|
+
<line num="2" count="92" type="stmt"/>
|
|
390
|
+
<line num="8" count="92" type="stmt"/>
|
|
391
|
+
<line num="21" count="92" type="stmt"/>
|
|
392
392
|
</file>
|
|
393
393
|
</package>
|
|
394
394
|
<package name="src.components.zd-checkbox-multiple">
|
|
395
395
|
<metrics statements="14" coveredstatements="14" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
396
|
-
<file name="checkbox-multiple.ts" path="/
|
|
396
|
+
<file name="checkbox-multiple.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-checkbox-multiple/checkbox-multiple.ts">
|
|
397
397
|
<metrics statements="14" coveredstatements="14" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
398
|
-
<line num="1" count="
|
|
399
|
-
<line num="2" count="
|
|
400
|
-
<line num="3" count="
|
|
401
|
-
<line num="9" count="
|
|
398
|
+
<line num="1" count="92" type="stmt"/>
|
|
399
|
+
<line num="2" count="92" type="stmt"/>
|
|
400
|
+
<line num="3" count="92" type="stmt"/>
|
|
401
|
+
<line num="9" count="92" type="stmt"/>
|
|
402
402
|
<line num="13" count="5" type="stmt"/>
|
|
403
403
|
<line num="18" count="5" type="stmt"/>
|
|
404
404
|
<line num="28" count="5" type="stmt"/>
|
|
@@ -408,15 +408,15 @@
|
|
|
408
408
|
<line num="67" count="1" type="stmt"/>
|
|
409
409
|
<line num="71" count="1" type="stmt"/>
|
|
410
410
|
<line num="72" count="1" type="stmt"/>
|
|
411
|
-
<line num="76" count="
|
|
411
|
+
<line num="76" count="92" type="stmt"/>
|
|
412
412
|
</file>
|
|
413
413
|
</package>
|
|
414
414
|
<package name="src.components.zd-chip">
|
|
415
415
|
<metrics statements="14" coveredstatements="14" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
416
|
-
<file name="chip.ts" path="/
|
|
416
|
+
<file name="chip.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-chip/chip.ts">
|
|
417
417
|
<metrics statements="14" coveredstatements="14" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
418
|
-
<line num="1" count="
|
|
419
|
-
<line num="7" count="
|
|
418
|
+
<line num="1" count="92" type="stmt"/>
|
|
419
|
+
<line num="7" count="92" type="stmt"/>
|
|
420
420
|
<line num="11" count="2" type="stmt"/>
|
|
421
421
|
<line num="16" count="2" type="stmt"/>
|
|
422
422
|
<line num="21" count="2" type="stmt"/>
|
|
@@ -433,11 +433,11 @@
|
|
|
433
433
|
</package>
|
|
434
434
|
<package name="src.components.zd-code-viewer">
|
|
435
435
|
<metrics statements="61" coveredstatements="61" conditionals="15" coveredconditionals="15" methods="10" coveredmethods="10"/>
|
|
436
|
-
<file name="code-viewer.ts" path="/
|
|
436
|
+
<file name="code-viewer.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-code-viewer/code-viewer.ts">
|
|
437
437
|
<metrics statements="61" coveredstatements="61" conditionals="15" coveredconditionals="15" methods="10" coveredmethods="10"/>
|
|
438
|
-
<line num="1" count="
|
|
439
|
-
<line num="2" count="
|
|
440
|
-
<line num="12" count="
|
|
438
|
+
<line num="1" count="92" type="stmt"/>
|
|
439
|
+
<line num="2" count="92" type="stmt"/>
|
|
440
|
+
<line num="12" count="92" type="stmt"/>
|
|
441
441
|
<line num="17" count="11" type="stmt"/>
|
|
442
442
|
<line num="23" count="11" type="stmt"/>
|
|
443
443
|
<line num="29" count="11" type="stmt"/>
|
|
@@ -500,10 +500,10 @@
|
|
|
500
500
|
</package>
|
|
501
501
|
<package name="src.components.zd-col">
|
|
502
502
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
503
|
-
<file name="col.ts" path="/
|
|
503
|
+
<file name="col.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-col/col.ts">
|
|
504
504
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
505
|
-
<line num="1" count="
|
|
506
|
-
<line num="7" count="
|
|
505
|
+
<line num="1" count="92" type="stmt"/>
|
|
506
|
+
<line num="7" count="92" type="stmt"/>
|
|
507
507
|
<line num="8" count="2" type="stmt"/>
|
|
508
508
|
<line num="24" count="2" type="stmt"/>
|
|
509
509
|
<line num="30" count="2" type="stmt"/>
|
|
@@ -512,10 +512,10 @@
|
|
|
512
512
|
</package>
|
|
513
513
|
<package name="src.components.zd-collapse-card">
|
|
514
514
|
<metrics statements="12" coveredstatements="12" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
515
|
-
<file name="collapse-card.ts" path="/
|
|
515
|
+
<file name="collapse-card.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-collapse-card/collapse-card.ts">
|
|
516
516
|
<metrics statements="12" coveredstatements="12" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
517
|
-
<line num="2" count="
|
|
518
|
-
<line num="9" count="
|
|
517
|
+
<line num="2" count="92" type="stmt"/>
|
|
518
|
+
<line num="9" count="92" type="stmt"/>
|
|
519
519
|
<line num="13" count="4" type="stmt"/>
|
|
520
520
|
<line num="23" count="4" type="stmt"/>
|
|
521
521
|
<line num="28" count="4" type="stmt"/>
|
|
@@ -530,81 +530,81 @@
|
|
|
530
530
|
</package>
|
|
531
531
|
<package name="src.components.zd-component">
|
|
532
532
|
<metrics statements="101" coveredstatements="101" conditionals="42" coveredconditionals="42" methods="27" coveredmethods="27"/>
|
|
533
|
-
<file name="child-not-found.ts" path="/
|
|
533
|
+
<file name="child-not-found.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-component/child-not-found.ts">
|
|
534
534
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
535
|
-
<line num="4" count="
|
|
535
|
+
<line num="4" count="94" type="stmt"/>
|
|
536
536
|
<line num="6" count="2" type="stmt"/>
|
|
537
537
|
</file>
|
|
538
|
-
<file name="component-render.ts" path="/
|
|
538
|
+
<file name="component-render.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-component/component-render.ts">
|
|
539
539
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
540
|
-
<line num="1" count="
|
|
541
|
-
<line num="7" count="
|
|
542
|
-
<line num="22" count="
|
|
543
|
-
<line num="23" count="
|
|
540
|
+
<line num="1" count="92" type="stmt"/>
|
|
541
|
+
<line num="7" count="92" type="stmt"/>
|
|
542
|
+
<line num="22" count="1237" type="stmt"/>
|
|
543
|
+
<line num="23" count="1237" type="stmt"/>
|
|
544
544
|
</file>
|
|
545
|
-
<file name="component.ts" path="/
|
|
545
|
+
<file name="component.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-component/component.ts">
|
|
546
546
|
<metrics statements="95" coveredstatements="95" conditionals="42" coveredconditionals="42" methods="25" coveredmethods="25"/>
|
|
547
|
-
<line num="1" count="
|
|
548
|
-
<line num="10" count="
|
|
549
|
-
<line num="16" count="
|
|
550
|
-
<line num="18" count="
|
|
551
|
-
<line num="21" count="
|
|
552
|
-
<line num="24" count="
|
|
553
|
-
<line num="27" count="
|
|
554
|
-
<line num="34" count="
|
|
555
|
-
<line num="37" count="
|
|
556
|
-
<line num="40" count="
|
|
557
|
-
<line num="43" count="
|
|
558
|
-
<line num="46" count="
|
|
559
|
-
<line num="52" count="
|
|
560
|
-
<line num="55" count="
|
|
561
|
-
<line num="63" count="
|
|
562
|
-
<line num="75" count="
|
|
563
|
-
<line num="78" count="
|
|
564
|
-
<line num="81" count="
|
|
565
|
-
<line num="91" count="
|
|
566
|
-
<line num="100" count="
|
|
567
|
-
<line num="101" count="
|
|
568
|
-
<line num="102" count="
|
|
569
|
-
<line num="103" count="
|
|
570
|
-
<line num="104" count="
|
|
571
|
-
<line num="105" count="
|
|
572
|
-
<line num="106" count="
|
|
573
|
-
<line num="107" count="
|
|
574
|
-
<line num="108" count="
|
|
575
|
-
<line num="109" count="
|
|
576
|
-
<line num="110" count="
|
|
577
|
-
<line num="111" count="
|
|
578
|
-
<line num="112" count="
|
|
579
|
-
<line num="113" count="
|
|
580
|
-
<line num="114" count="
|
|
581
|
-
<line num="115" count="
|
|
582
|
-
<line num="116" count="
|
|
583
|
-
<line num="117" count="
|
|
584
|
-
<line num="118" count="
|
|
585
|
-
<line num="120" count="
|
|
547
|
+
<line num="1" count="93" type="stmt"/>
|
|
548
|
+
<line num="10" count="93" type="stmt"/>
|
|
549
|
+
<line num="16" count="93" type="stmt"/>
|
|
550
|
+
<line num="18" count="1861" type="stmt"/>
|
|
551
|
+
<line num="21" count="1861" type="stmt"/>
|
|
552
|
+
<line num="24" count="1861" type="stmt"/>
|
|
553
|
+
<line num="27" count="1861" type="stmt"/>
|
|
554
|
+
<line num="34" count="1861" type="stmt"/>
|
|
555
|
+
<line num="37" count="1861" type="stmt"/>
|
|
556
|
+
<line num="40" count="1861" type="stmt"/>
|
|
557
|
+
<line num="43" count="1861" type="stmt"/>
|
|
558
|
+
<line num="46" count="1861" type="stmt"/>
|
|
559
|
+
<line num="52" count="1861" type="stmt"/>
|
|
560
|
+
<line num="55" count="1861" type="stmt"/>
|
|
561
|
+
<line num="63" count="1861" type="stmt"/>
|
|
562
|
+
<line num="75" count="1861" type="stmt"/>
|
|
563
|
+
<line num="78" count="1861" type="stmt"/>
|
|
564
|
+
<line num="81" count="1861" type="stmt"/>
|
|
565
|
+
<line num="91" count="1861" type="stmt"/>
|
|
566
|
+
<line num="100" count="1861" type="stmt"/>
|
|
567
|
+
<line num="101" count="1861" type="stmt"/>
|
|
568
|
+
<line num="102" count="1861" type="stmt"/>
|
|
569
|
+
<line num="103" count="1861" type="stmt"/>
|
|
570
|
+
<line num="104" count="1861" type="cond" truecount="2" falsecount="0"/>
|
|
571
|
+
<line num="105" count="1861" type="stmt"/>
|
|
572
|
+
<line num="106" count="1861" type="stmt"/>
|
|
573
|
+
<line num="107" count="1861" type="stmt"/>
|
|
574
|
+
<line num="108" count="1861" type="stmt"/>
|
|
575
|
+
<line num="109" count="1861" type="stmt"/>
|
|
576
|
+
<line num="110" count="1861" type="stmt"/>
|
|
577
|
+
<line num="111" count="1861" type="stmt"/>
|
|
578
|
+
<line num="112" count="1861" type="stmt"/>
|
|
579
|
+
<line num="113" count="1861" type="stmt"/>
|
|
580
|
+
<line num="114" count="1861" type="stmt"/>
|
|
581
|
+
<line num="115" count="1861" type="cond" truecount="2" falsecount="0"/>
|
|
582
|
+
<line num="116" count="1861" type="cond" truecount="2" falsecount="0"/>
|
|
583
|
+
<line num="117" count="1861" type="stmt"/>
|
|
584
|
+
<line num="118" count="1861" type="stmt"/>
|
|
585
|
+
<line num="120" count="1861" type="stmt"/>
|
|
586
586
|
<line num="121" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
587
587
|
<line num="126" count="1" type="stmt"/>
|
|
588
588
|
<line num="130" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
589
589
|
<line num="131" count="1" type="stmt"/>
|
|
590
590
|
<line num="134" count="1" type="stmt"/>
|
|
591
|
-
<line num="146" count="
|
|
592
|
-
<line num="147" count="
|
|
591
|
+
<line num="146" count="74103" type="stmt"/>
|
|
592
|
+
<line num="147" count="74103" type="cond" truecount="2" falsecount="0"/>
|
|
593
593
|
<line num="148" count="1" type="stmt"/>
|
|
594
|
-
<line num="149" count="
|
|
595
|
-
<line num="150" count="
|
|
596
|
-
<line num="151" count="
|
|
597
|
-
<line num="153" count="
|
|
594
|
+
<line num="149" count="74102" type="cond" truecount="1" falsecount="0"/>
|
|
595
|
+
<line num="150" count="3572" type="stmt"/>
|
|
596
|
+
<line num="151" count="3572" type="stmt"/>
|
|
597
|
+
<line num="153" count="74103" type="stmt"/>
|
|
598
598
|
<line num="158" count="1954" type="stmt"/>
|
|
599
599
|
<line num="167" count="3" type="stmt"/>
|
|
600
600
|
<line num="168" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
601
601
|
<line num="169" count="2" type="stmt"/>
|
|
602
602
|
<line num="171" count="3" type="stmt"/>
|
|
603
603
|
<line num="175" count="3" type="stmt"/>
|
|
604
|
-
<line num="180" count="
|
|
605
|
-
<line num="181" count="
|
|
606
|
-
<line num="182" count="
|
|
607
|
-
<line num="184" count="
|
|
604
|
+
<line num="180" count="1080" type="stmt"/>
|
|
605
|
+
<line num="181" count="1080" type="cond" truecount="3" falsecount="0"/>
|
|
606
|
+
<line num="182" count="152" type="stmt"/>
|
|
607
|
+
<line num="184" count="928" type="stmt"/>
|
|
608
608
|
<line num="192" count="1" type="stmt"/>
|
|
609
609
|
<line num="200" count="2" type="stmt"/>
|
|
610
610
|
<line num="201" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -621,20 +621,20 @@
|
|
|
621
621
|
<line num="233" count="6" type="stmt"/>
|
|
622
622
|
<line num="235" count="356" type="stmt"/>
|
|
623
623
|
<line num="240" count="2" type="stmt"/>
|
|
624
|
-
<line num="248" count="
|
|
625
|
-
<line num="249" count="
|
|
624
|
+
<line num="248" count="256" type="stmt"/>
|
|
625
|
+
<line num="249" count="256" type="cond" truecount="1" falsecount="0"/>
|
|
626
626
|
<line num="250" count="103" type="stmt"/>
|
|
627
|
-
<line num="252" count="
|
|
627
|
+
<line num="252" count="256" type="stmt"/>
|
|
628
628
|
<line num="257" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
629
629
|
<line num="258" count="1" type="stmt"/>
|
|
630
630
|
<line num="260" count="23" type="stmt"/>
|
|
631
631
|
<line num="265" count="2" type="stmt"/>
|
|
632
632
|
<line num="266" count="2" type="stmt"/>
|
|
633
633
|
<line num="275" count="29" type="stmt"/>
|
|
634
|
-
<line num="288" count="
|
|
635
|
-
<line num="289" count="
|
|
636
|
-
<line num="298" count="
|
|
637
|
-
<line num="299" count="
|
|
634
|
+
<line num="288" count="82" type="stmt"/>
|
|
635
|
+
<line num="289" count="82" type="stmt"/>
|
|
636
|
+
<line num="298" count="60" type="stmt"/>
|
|
637
|
+
<line num="299" count="60" type="stmt"/>
|
|
638
638
|
<line num="303" count="2" type="stmt"/>
|
|
639
639
|
<line num="311" count="2" type="stmt"/>
|
|
640
640
|
<line num="319" count="2" type="stmt"/>
|
|
@@ -643,10 +643,10 @@
|
|
|
643
643
|
</package>
|
|
644
644
|
<package name="src.components.zd-container">
|
|
645
645
|
<metrics statements="11" coveredstatements="11" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
646
|
-
<file name="container.ts" path="/
|
|
646
|
+
<file name="container.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-container/container.ts">
|
|
647
647
|
<metrics statements="11" coveredstatements="11" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
648
|
-
<line num="1" count="
|
|
649
|
-
<line num="4" count="
|
|
648
|
+
<line num="1" count="92" type="stmt"/>
|
|
649
|
+
<line num="4" count="92" type="stmt"/>
|
|
650
650
|
<line num="8" count="2" type="stmt"/>
|
|
651
651
|
<line num="13" count="2" type="stmt"/>
|
|
652
652
|
<line num="18" count="2" type="stmt"/>
|
|
@@ -660,13 +660,13 @@
|
|
|
660
660
|
</package>
|
|
661
661
|
<package name="src.components.zd-currency">
|
|
662
662
|
<metrics statements="30" coveredstatements="30" conditionals="14" coveredconditionals="14" methods="3" coveredmethods="3"/>
|
|
663
|
-
<file name="currency.ts" path="/
|
|
663
|
+
<file name="currency.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-currency/currency.ts">
|
|
664
664
|
<metrics statements="30" coveredstatements="30" conditionals="14" coveredconditionals="14" methods="3" coveredmethods="3"/>
|
|
665
|
-
<line num="1" count="
|
|
666
|
-
<line num="2" count="
|
|
667
|
-
<line num="3" count="
|
|
668
|
-
<line num="4" count="
|
|
669
|
-
<line num="10" count="
|
|
665
|
+
<line num="1" count="92" type="stmt"/>
|
|
666
|
+
<line num="2" count="92" type="stmt"/>
|
|
667
|
+
<line num="3" count="92" type="stmt"/>
|
|
668
|
+
<line num="4" count="92" type="stmt"/>
|
|
669
|
+
<line num="10" count="92" type="stmt"/>
|
|
670
670
|
<line num="16" count="12" type="stmt"/>
|
|
671
671
|
<line num="21" count="12" type="stmt"/>
|
|
672
672
|
<line num="23" count="12" type="stmt"/>
|
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
<line num="28" count="12" type="stmt"/>
|
|
676
676
|
<line num="29" count="12" type="stmt"/>
|
|
677
677
|
<line num="30" count="12" type="stmt"/>
|
|
678
|
-
<line num="34" count="
|
|
678
|
+
<line num="34" count="92" type="cond" truecount="2" falsecount="0"/>
|
|
679
679
|
<line num="35" count="5" type="stmt"/>
|
|
680
680
|
<line num="37" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
681
681
|
<line num="38" count="1" type="stmt"/>
|
|
@@ -683,7 +683,7 @@
|
|
|
683
683
|
<line num="41" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
684
684
|
<line num="42" count="5" type="stmt"/>
|
|
685
685
|
<line num="43" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
686
|
-
<line num="46" count="
|
|
686
|
+
<line num="46" count="92" type="cond" truecount="2" falsecount="0"/>
|
|
687
687
|
<line num="47" count="5" type="stmt"/>
|
|
688
688
|
<line num="49" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
689
689
|
<line num="50" count="1" type="stmt"/>
|
|
@@ -691,509 +691,456 @@
|
|
|
691
691
|
<line num="53" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
692
692
|
<line num="54" count="5" type="stmt"/>
|
|
693
693
|
<line num="55" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
694
|
-
<line num="58" count="
|
|
694
|
+
<line num="58" count="92" type="stmt"/>
|
|
695
695
|
</file>
|
|
696
696
|
</package>
|
|
697
697
|
<package name="src.components.zd-date-input">
|
|
698
|
-
<metrics statements="
|
|
699
|
-
<file name="date-input.ts" path="/
|
|
700
|
-
<metrics statements="
|
|
701
|
-
<line num="1" count="
|
|
702
|
-
<line num="2" count="
|
|
703
|
-
<line num="3" count="
|
|
704
|
-
<line num="
|
|
705
|
-
<line num="
|
|
706
|
-
<line num="
|
|
707
|
-
<line num="
|
|
708
|
-
<line num="
|
|
709
|
-
<line num="
|
|
710
|
-
<line num="
|
|
711
|
-
<line num="
|
|
712
|
-
<line num="
|
|
713
|
-
<line num="
|
|
714
|
-
<line num="
|
|
715
|
-
<line num="
|
|
716
|
-
<line num="
|
|
717
|
-
<line num="
|
|
718
|
-
<line num="
|
|
719
|
-
<line num="
|
|
720
|
-
<line num="
|
|
721
|
-
<line num="
|
|
722
|
-
<line num="
|
|
723
|
-
<line num="
|
|
724
|
-
<line num="
|
|
725
|
-
<line num="
|
|
726
|
-
<line num="
|
|
727
|
-
<line num="
|
|
728
|
-
<line num="
|
|
729
|
-
<line num="
|
|
730
|
-
<line num="
|
|
731
|
-
<line num="
|
|
732
|
-
<line num="
|
|
733
|
-
<line num="
|
|
734
|
-
<line num="
|
|
735
|
-
<line num="
|
|
736
|
-
<line num="
|
|
737
|
-
<line num="
|
|
738
|
-
<line num="
|
|
739
|
-
<line num="
|
|
740
|
-
<line num="
|
|
741
|
-
<line num="
|
|
742
|
-
<line num="
|
|
743
|
-
<line num="
|
|
744
|
-
<line num="
|
|
745
|
-
<line num="
|
|
746
|
-
<line num="
|
|
747
|
-
<line num="
|
|
748
|
-
<line num="
|
|
749
|
-
<line num="
|
|
750
|
-
<line num="
|
|
751
|
-
<line num="
|
|
752
|
-
<line num="
|
|
753
|
-
<line num="
|
|
754
|
-
<line num="
|
|
755
|
-
<line num="
|
|
756
|
-
<line num="
|
|
757
|
-
<line num="
|
|
758
|
-
<line num="
|
|
759
|
-
<line num="
|
|
760
|
-
<line num="
|
|
761
|
-
<line num="
|
|
762
|
-
<line num="
|
|
763
|
-
<line num="
|
|
764
|
-
<line num="
|
|
765
|
-
<line num="
|
|
766
|
-
<line num="
|
|
767
|
-
<line num="
|
|
768
|
-
<line num="
|
|
769
|
-
<line num="
|
|
770
|
-
<line num="
|
|
771
|
-
<line num="
|
|
772
|
-
<line num="
|
|
773
|
-
<line num="
|
|
774
|
-
<line num="
|
|
775
|
-
<line num="
|
|
776
|
-
<line num="
|
|
777
|
-
<line num="
|
|
778
|
-
<line num="
|
|
779
|
-
<line num="
|
|
780
|
-
<line num="
|
|
781
|
-
<line num="
|
|
782
|
-
<line num="
|
|
783
|
-
<line num="
|
|
784
|
-
<line num="
|
|
785
|
-
<line num="
|
|
698
|
+
<metrics statements="164" coveredstatements="164" conditionals="87" coveredconditionals="87" methods="34" coveredmethods="34"/>
|
|
699
|
+
<file name="date-input.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-date-input/date-input.ts">
|
|
700
|
+
<metrics statements="154" coveredstatements="154" conditionals="85" coveredconditionals="85" methods="32" coveredmethods="32"/>
|
|
701
|
+
<line num="1" count="92" type="stmt"/>
|
|
702
|
+
<line num="2" count="92" type="stmt"/>
|
|
703
|
+
<line num="3" count="92" type="stmt"/>
|
|
704
|
+
<line num="5" count="92" type="stmt"/>
|
|
705
|
+
<line num="6" count="92" type="stmt"/>
|
|
706
|
+
<line num="11" count="92" type="stmt"/>
|
|
707
|
+
<line num="15" count="71" type="stmt"/>
|
|
708
|
+
<line num="20" count="71" type="stmt"/>
|
|
709
|
+
<line num="24" count="71" type="stmt"/>
|
|
710
|
+
<line num="29" count="71" type="stmt"/>
|
|
711
|
+
<line num="34" count="71" type="stmt"/>
|
|
712
|
+
<line num="39" count="71" type="stmt"/>
|
|
713
|
+
<line num="44" count="71" type="stmt"/>
|
|
714
|
+
<line num="49" count="71" type="stmt"/>
|
|
715
|
+
<line num="54" count="71" type="stmt"/>
|
|
716
|
+
<line num="59" count="71" type="stmt"/>
|
|
717
|
+
<line num="64" count="71" type="stmt"/>
|
|
718
|
+
<line num="69" count="71" type="stmt"/>
|
|
719
|
+
<line num="74" count="71" type="stmt"/>
|
|
720
|
+
<line num="79" count="71" type="stmt"/>
|
|
721
|
+
<line num="84" count="71" type="stmt"/>
|
|
722
|
+
<line num="86" count="71" type="stmt"/>
|
|
723
|
+
<line num="88" count="71" type="stmt"/>
|
|
724
|
+
<line num="90" count="71" type="stmt"/>
|
|
725
|
+
<line num="92" count="71" type="stmt"/>
|
|
726
|
+
<line num="94" count="71" type="stmt"/>
|
|
727
|
+
<line num="127" count="2" type="stmt"/>
|
|
728
|
+
<line num="128" count="2" type="stmt"/>
|
|
729
|
+
<line num="132" count="35" type="stmt"/>
|
|
730
|
+
<line num="136" count="31" type="stmt"/>
|
|
731
|
+
<line num="145" count="1" type="stmt"/>
|
|
732
|
+
<line num="149" count="173" type="stmt"/>
|
|
733
|
+
<line num="153" count="97" type="cond" truecount="1" falsecount="0"/>
|
|
734
|
+
<line num="155" count="23" type="stmt"/>
|
|
735
|
+
<line num="156" count="23" type="stmt"/>
|
|
736
|
+
<line num="158" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
737
|
+
<line num="159" count="2" type="stmt"/>
|
|
738
|
+
<line num="160" count="2" type="stmt"/>
|
|
739
|
+
<line num="162" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
740
|
+
<line num="163" count="17" type="stmt"/>
|
|
741
|
+
<line num="165" count="4" type="stmt"/>
|
|
742
|
+
<line num="170" count="74" type="stmt"/>
|
|
743
|
+
<line num="174" count="9" type="stmt"/>
|
|
744
|
+
<line num="175" count="9" type="stmt"/>
|
|
745
|
+
<line num="176" count="9" type="stmt"/>
|
|
746
|
+
<line num="177" count="9" type="stmt"/>
|
|
747
|
+
<line num="181" count="25" type="cond" truecount="2" falsecount="0"/>
|
|
748
|
+
<line num="182" count="17" type="stmt"/>
|
|
749
|
+
<line num="184" count="8" type="stmt"/>
|
|
750
|
+
<line num="189" count="17" type="stmt"/>
|
|
751
|
+
<line num="190" count="17" type="stmt"/>
|
|
752
|
+
<line num="191" count="17" type="stmt"/>
|
|
753
|
+
<line num="192" count="17" type="stmt"/>
|
|
754
|
+
<line num="193" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
755
|
+
<line num="197" count="8" type="stmt"/>
|
|
756
|
+
<line num="198" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
757
|
+
<line num="199" count="4" type="stmt"/>
|
|
758
|
+
<line num="200" count="4" type="stmt"/>
|
|
759
|
+
<line num="201" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
760
|
+
<line num="203" count="8" type="stmt"/>
|
|
761
|
+
<line num="207" count="41" type="stmt"/>
|
|
762
|
+
<line num="208" count="41" type="stmt"/>
|
|
763
|
+
<line num="209" count="41" type="cond" truecount="1" falsecount="0"/>
|
|
764
|
+
<line num="211" count="29" type="cond" truecount="2" falsecount="0"/>
|
|
765
|
+
<line num="212" count="29" type="cond" truecount="3" falsecount="0"/>
|
|
766
|
+
<line num="213" count="29" type="cond" truecount="1" falsecount="0"/>
|
|
767
|
+
<line num="215" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
768
|
+
<line num="216" count="28" type="cond" truecount="3" falsecount="0"/>
|
|
769
|
+
<line num="217" count="28" type="cond" truecount="1" falsecount="0"/>
|
|
770
|
+
<line num="219" count="27" type="stmt"/>
|
|
771
|
+
<line num="221" count="27" type="stmt"/>
|
|
772
|
+
<line num="225" count="25" type="stmt"/>
|
|
773
|
+
<line num="228" count="71" type="stmt"/>
|
|
774
|
+
<line num="231" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
775
|
+
<line num="235" count="2" type="stmt"/>
|
|
776
|
+
<line num="236" count="2" type="stmt"/>
|
|
777
|
+
<line num="237" count="2" type="stmt"/>
|
|
778
|
+
<line num="241" count="35" type="stmt"/>
|
|
779
|
+
<line num="245" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
780
|
+
<line num="246" count="1" type="stmt"/>
|
|
781
|
+
<line num="248" count="2" type="stmt"/>
|
|
782
|
+
<line num="252" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
783
|
+
<line num="253" count="1" type="stmt"/>
|
|
784
|
+
<line num="255" count="2" type="stmt"/>
|
|
785
|
+
<line num="259" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
786
|
+
<line num="263" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
787
|
+
<line num="264" count="6" type="stmt"/>
|
|
788
|
+
<line num="265" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
789
|
+
<line num="266" count="5" type="stmt"/>
|
|
790
|
+
<line num="271" count="7" type="stmt"/>
|
|
791
|
+
<line num="272" count="7" type="stmt"/>
|
|
792
|
+
<line num="273" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
793
|
+
<line num="274" count="7" type="stmt"/>
|
|
786
794
|
<line num="279" count="2" type="stmt"/>
|
|
787
|
-
<line num="
|
|
788
|
-
<line num="
|
|
789
|
-
<line num="287" count="
|
|
790
|
-
<line num="288" count="
|
|
791
|
-
<line num="290" count="6" type="
|
|
792
|
-
<line num="291" count="
|
|
793
|
-
<line num="
|
|
794
|
-
<line num="
|
|
795
|
-
<line num="
|
|
796
|
-
<line num="
|
|
797
|
-
<line num="
|
|
798
|
-
<line num="
|
|
799
|
-
<line num="
|
|
800
|
-
<line num="
|
|
801
|
-
<line num="
|
|
802
|
-
<line num="
|
|
803
|
-
<line num="
|
|
804
|
-
<line num="
|
|
805
|
-
<line num="
|
|
806
|
-
<line num="
|
|
807
|
-
<line num="
|
|
808
|
-
<line num="
|
|
809
|
-
<line num="
|
|
810
|
-
<line num="
|
|
811
|
-
<line num="
|
|
812
|
-
<line num="
|
|
813
|
-
<line num="
|
|
814
|
-
<line num="
|
|
815
|
-
<line num="
|
|
816
|
-
<line num="
|
|
817
|
-
<line num="
|
|
818
|
-
<line num="
|
|
819
|
-
<line num="
|
|
820
|
-
<line num="
|
|
821
|
-
<line num="
|
|
822
|
-
<line num="
|
|
823
|
-
<line num="
|
|
824
|
-
<line num="
|
|
825
|
-
<line num="
|
|
826
|
-
<line num="
|
|
827
|
-
<line num="
|
|
828
|
-
<line num="
|
|
829
|
-
<line num="407" count="
|
|
830
|
-
<line num="
|
|
831
|
-
<line num="412" count="
|
|
832
|
-
<line num="413" count="
|
|
833
|
-
<line num="
|
|
834
|
-
<line num="
|
|
835
|
-
<line num="
|
|
836
|
-
<line num="
|
|
837
|
-
<line num="
|
|
838
|
-
<line num="
|
|
839
|
-
<line num="
|
|
840
|
-
<line num="
|
|
841
|
-
<line num="
|
|
842
|
-
<line num="
|
|
843
|
-
<line num="
|
|
844
|
-
<line num="
|
|
845
|
-
<line num="
|
|
846
|
-
<line num="
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
<
|
|
850
|
-
<line num="
|
|
851
|
-
<line num="
|
|
852
|
-
<line num="
|
|
853
|
-
<line num="
|
|
854
|
-
<line num="
|
|
855
|
-
<line num="
|
|
856
|
-
<line num="
|
|
857
|
-
<line num="
|
|
858
|
-
<line num="
|
|
859
|
-
<line num="
|
|
860
|
-
<line num="496" count="42" type="cond" truecount="1" falsecount="0"/>
|
|
861
|
-
<line num="497" count="2" type="stmt"/>
|
|
862
|
-
<line num="500" count="40" type="cond" truecount="1" falsecount="0"/>
|
|
863
|
-
<line num="501" count="29" type="stmt"/>
|
|
864
|
-
<line num="504" count="11" type="cond" truecount="3" falsecount="0"/>
|
|
865
|
-
<line num="505" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
866
|
-
<line num="506" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
867
|
-
<line num="507" count="1" type="stmt"/>
|
|
868
|
-
<line num="510" count="1" type="stmt"/>
|
|
869
|
-
<line num="513" count="7" type="stmt"/>
|
|
870
|
-
<line num="516" count="7" type="cond" truecount="3" falsecount="0"/>
|
|
871
|
-
<line num="517" count="6" type="stmt"/>
|
|
872
|
-
<line num="519" count="6" type="stmt"/>
|
|
873
|
-
<line num="521" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
874
|
-
<line num="522" count="4" type="stmt"/>
|
|
875
|
-
<line num="526" count="3" type="stmt"/>
|
|
876
|
-
<line num="528" count="3" type="stmt"/>
|
|
877
|
-
<line num="530" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
878
|
-
<line num="531" count="2" type="stmt"/>
|
|
879
|
-
<line num="535" count="3" type="stmt"/>
|
|
880
|
-
<line num="539" count="93" type="stmt"/>
|
|
881
|
-
<line num="545" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
882
|
-
<line num="546" count="1" type="stmt"/>
|
|
883
|
-
<line num="548" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
884
|
-
<line num="549" count="2" type="stmt"/>
|
|
885
|
-
<line num="551" count="2" type="stmt"/>
|
|
886
|
-
<line num="555" count="93" type="stmt"/>
|
|
887
|
-
<line num="561" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
888
|
-
<line num="562" count="1" type="stmt"/>
|
|
889
|
-
<line num="564" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
890
|
-
<line num="565" count="2" type="stmt"/>
|
|
891
|
-
<line num="567" count="2" type="stmt"/>
|
|
892
|
-
<line num="571" count="93" type="stmt"/>
|
|
795
|
+
<line num="281" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
796
|
+
<line num="283" count="1" type="stmt"/>
|
|
797
|
+
<line num="287" count="10" type="stmt"/>
|
|
798
|
+
<line num="288" count="10" type="cond" truecount="3" falsecount="0"/>
|
|
799
|
+
<line num="290" count="6" type="stmt"/>
|
|
800
|
+
<line num="291" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
801
|
+
<line num="293" count="5" type="stmt"/>
|
|
802
|
+
<line num="300" count="8" type="stmt"/>
|
|
803
|
+
<line num="309" count="2" type="stmt"/>
|
|
804
|
+
<line num="310" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
805
|
+
<line num="311" count="1" type="stmt"/>
|
|
806
|
+
<line num="315" count="71" type="stmt"/>
|
|
807
|
+
<line num="317" count="71" type="stmt"/>
|
|
808
|
+
<line num="320" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
809
|
+
<line num="322" count="1" type="stmt"/>
|
|
810
|
+
<line num="323" count="1" type="stmt"/>
|
|
811
|
+
<line num="325" count="1" type="stmt"/>
|
|
812
|
+
<line num="326" count="1" type="stmt"/>
|
|
813
|
+
<line num="330" count="17" type="stmt"/>
|
|
814
|
+
<line num="331" count="17" type="stmt"/>
|
|
815
|
+
<line num="332" count="17" type="stmt"/>
|
|
816
|
+
<line num="333" count="17" type="stmt"/>
|
|
817
|
+
<line num="337" count="4" type="cond" truecount="3" falsecount="0"/>
|
|
818
|
+
<line num="341" count="92" type="stmt"/>
|
|
819
|
+
<line num="357" count="40" type="cond" truecount="1" falsecount="0"/>
|
|
820
|
+
<line num="358" count="4" type="stmt"/>
|
|
821
|
+
<line num="361" count="36" type="stmt"/>
|
|
822
|
+
<line num="363" count="36" type="cond" truecount="1" falsecount="0"/>
|
|
823
|
+
<line num="364" count="7" type="stmt"/>
|
|
824
|
+
<line num="367" count="29" type="cond" truecount="2" falsecount="0"/>
|
|
825
|
+
<line num="369" count="29" type="cond" truecount="4" falsecount="0"/>
|
|
826
|
+
<line num="370" count="24" type="stmt"/>
|
|
827
|
+
<line num="373" count="5" type="stmt"/>
|
|
828
|
+
<line num="377" count="92" type="stmt"/>
|
|
829
|
+
<line num="393" count="38" type="cond" truecount="1" falsecount="0"/>
|
|
830
|
+
<line num="394" count="3" type="stmt"/>
|
|
831
|
+
<line num="397" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
832
|
+
<line num="398" count="35" type="cond" truecount="1" falsecount="0"/>
|
|
833
|
+
<line num="401" count="34" type="cond" truecount="3" falsecount="0"/>
|
|
834
|
+
<line num="402" count="4" type="stmt"/>
|
|
835
|
+
<line num="403" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
836
|
+
<line num="404" count="2" type="stmt"/>
|
|
837
|
+
<line num="407" count="2" type="stmt"/>
|
|
838
|
+
<line num="411" count="30" type="stmt"/>
|
|
839
|
+
<line num="412" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
840
|
+
<line num="413" count="4" type="stmt"/>
|
|
841
|
+
<line num="416" count="26" type="stmt"/>
|
|
842
|
+
<line num="420" count="92" type="stmt"/>
|
|
843
|
+
<line num="426" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
844
|
+
<line num="427" count="1" type="stmt"/>
|
|
845
|
+
<line num="429" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
846
|
+
<line num="430" count="2" type="stmt"/>
|
|
847
|
+
<line num="432" count="2" type="stmt"/>
|
|
848
|
+
<line num="436" count="92" type="stmt"/>
|
|
849
|
+
<line num="442" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
850
|
+
<line num="443" count="1" type="stmt"/>
|
|
851
|
+
<line num="445" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
852
|
+
<line num="446" count="2" type="stmt"/>
|
|
853
|
+
<line num="448" count="2" type="stmt"/>
|
|
854
|
+
<line num="452" count="92" type="stmt"/>
|
|
855
|
+
</file>
|
|
856
|
+
<file name="utils.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-date-input/utils.ts">
|
|
857
|
+
<metrics statements="10" coveredstatements="10" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
858
|
+
<line num="1" count="92" type="stmt"/>
|
|
859
|
+
<line num="2" count="92" type="stmt"/>
|
|
860
|
+
<line num="4" count="92" type="stmt"/>
|
|
861
|
+
<line num="5" count="68" type="cond" truecount="1" falsecount="0"/>
|
|
862
|
+
<line num="6" count="14" type="stmt"/>
|
|
863
|
+
<line num="8" count="54" type="stmt"/>
|
|
864
|
+
<line num="11" count="92" type="stmt"/>
|
|
865
|
+
<line num="12" count="75" type="cond" truecount="1" falsecount="0"/>
|
|
866
|
+
<line num="13" count="64" type="stmt"/>
|
|
867
|
+
<line num="16" count="11" type="stmt"/>
|
|
893
868
|
</file>
|
|
894
869
|
</package>
|
|
895
870
|
<package name="src.components.zd-date-range">
|
|
896
|
-
<metrics statements="
|
|
897
|
-
<file name="date-range.ts" path="/
|
|
898
|
-
<metrics statements="
|
|
899
|
-
<line num="1" count="
|
|
900
|
-
<line num="
|
|
901
|
-
<line num="
|
|
902
|
-
<line num="
|
|
903
|
-
<line num="
|
|
904
|
-
<line num="
|
|
905
|
-
<line num="
|
|
906
|
-
<line num="
|
|
907
|
-
<line num="
|
|
908
|
-
<line num="
|
|
909
|
-
<line num="
|
|
910
|
-
<line num="
|
|
911
|
-
<line num="
|
|
912
|
-
<line num="
|
|
913
|
-
<line num="
|
|
914
|
-
<line num="
|
|
915
|
-
<line num="
|
|
916
|
-
<line num="
|
|
917
|
-
<line num="
|
|
918
|
-
<line num="
|
|
919
|
-
<line num="
|
|
920
|
-
<line num="
|
|
921
|
-
<line num="
|
|
922
|
-
<line num="
|
|
923
|
-
<line num="
|
|
924
|
-
<line num="
|
|
925
|
-
<line num="
|
|
926
|
-
<line num="
|
|
927
|
-
<line num="
|
|
928
|
-
<line num="
|
|
929
|
-
<line num="
|
|
930
|
-
<line num="
|
|
931
|
-
<line num="
|
|
932
|
-
<line num="
|
|
933
|
-
<line num="
|
|
934
|
-
<line num="
|
|
935
|
-
<line num="
|
|
936
|
-
<line num="
|
|
937
|
-
<line num="
|
|
938
|
-
<line num="
|
|
939
|
-
<line num="
|
|
940
|
-
<line num="
|
|
941
|
-
<line num="
|
|
942
|
-
<line num="
|
|
943
|
-
<line num="
|
|
944
|
-
<line num="
|
|
945
|
-
<line num="
|
|
946
|
-
<line num="
|
|
947
|
-
<line num="
|
|
948
|
-
<line num="
|
|
949
|
-
<line num="
|
|
950
|
-
<line num="
|
|
951
|
-
<line num="
|
|
952
|
-
<line num="
|
|
953
|
-
<line num="
|
|
954
|
-
<line num="
|
|
955
|
-
<line num="
|
|
956
|
-
<line num="
|
|
957
|
-
<line num="
|
|
958
|
-
<line num="
|
|
959
|
-
<line num="
|
|
960
|
-
<line num="
|
|
961
|
-
<line num="
|
|
962
|
-
<line num="
|
|
963
|
-
<line num="
|
|
964
|
-
<line num="
|
|
965
|
-
<line num="
|
|
966
|
-
<line num="
|
|
967
|
-
<line num="
|
|
968
|
-
<line num="
|
|
969
|
-
<line num="
|
|
970
|
-
<line num="
|
|
971
|
-
<line num="
|
|
972
|
-
<line num="
|
|
973
|
-
<line num="
|
|
974
|
-
<line num="
|
|
975
|
-
<line num="
|
|
976
|
-
<line num="
|
|
977
|
-
<line num="
|
|
978
|
-
<line num="
|
|
979
|
-
<line num="
|
|
980
|
-
<line num="
|
|
981
|
-
<line num="
|
|
982
|
-
<line num="
|
|
983
|
-
<line num="
|
|
984
|
-
<line num="
|
|
985
|
-
<line num="
|
|
986
|
-
<line num="
|
|
987
|
-
<line num="
|
|
988
|
-
<line num="
|
|
989
|
-
<line num="
|
|
990
|
-
<line num="
|
|
991
|
-
<line num="
|
|
992
|
-
<line num="
|
|
993
|
-
<line num="
|
|
994
|
-
<line num="
|
|
995
|
-
<line num="
|
|
996
|
-
<line num="
|
|
997
|
-
<line num="
|
|
998
|
-
<line num="
|
|
999
|
-
<line num="
|
|
1000
|
-
<line num="
|
|
1001
|
-
<line num="
|
|
1002
|
-
<line num="
|
|
1003
|
-
<line num="
|
|
1004
|
-
<line num="
|
|
1005
|
-
<line num="
|
|
1006
|
-
<line num="
|
|
1007
|
-
<line num="
|
|
1008
|
-
<line num="
|
|
1009
|
-
<line num="
|
|
1010
|
-
<line num="
|
|
1011
|
-
<line num="
|
|
1012
|
-
<line num="
|
|
1013
|
-
<line num="
|
|
1014
|
-
<line num="
|
|
1015
|
-
<line num="
|
|
1016
|
-
<line num="
|
|
1017
|
-
<line num="
|
|
1018
|
-
<line num="
|
|
1019
|
-
<line num="
|
|
1020
|
-
<line num="
|
|
1021
|
-
<line num="
|
|
1022
|
-
<line num="
|
|
1023
|
-
<line num="
|
|
1024
|
-
<line num="
|
|
1025
|
-
<line num="
|
|
1026
|
-
<line num="
|
|
1027
|
-
<line num="
|
|
1028
|
-
<line num="
|
|
1029
|
-
<line num="
|
|
1030
|
-
<line num="
|
|
1031
|
-
<line num="
|
|
1032
|
-
<line num="
|
|
1033
|
-
<line num="
|
|
1034
|
-
<line num="
|
|
1035
|
-
<line num="
|
|
1036
|
-
<line num="
|
|
1037
|
-
<line num="
|
|
1038
|
-
<line num="
|
|
1039
|
-
<line num="
|
|
1040
|
-
<line num="
|
|
1041
|
-
<line num="
|
|
1042
|
-
<line num="
|
|
1043
|
-
<line num="
|
|
1044
|
-
<line num="
|
|
1045
|
-
<line num="
|
|
1046
|
-
<line num="
|
|
1047
|
-
<line num="
|
|
1048
|
-
<line num="
|
|
1049
|
-
<line num="
|
|
1050
|
-
<line num="
|
|
1051
|
-
<line num="
|
|
1052
|
-
<line num="
|
|
1053
|
-
<line num="
|
|
1054
|
-
<line num="
|
|
1055
|
-
<line num="
|
|
1056
|
-
<line num="
|
|
1057
|
-
<line num="
|
|
1058
|
-
<line num="
|
|
1059
|
-
<line num="
|
|
1060
|
-
<line num="
|
|
1061
|
-
<line num="
|
|
1062
|
-
<line num="
|
|
1063
|
-
<line num="
|
|
1064
|
-
<line num="
|
|
1065
|
-
<line num="
|
|
1066
|
-
<line num="
|
|
1067
|
-
<line num="
|
|
1068
|
-
<line num="
|
|
1069
|
-
<line num="
|
|
1070
|
-
<line num="
|
|
1071
|
-
<line num="
|
|
1072
|
-
<line num="
|
|
1073
|
-
<line num="
|
|
1074
|
-
<line num="
|
|
1075
|
-
<line num="
|
|
1076
|
-
<line num="
|
|
1077
|
-
<line num="
|
|
1078
|
-
<line num="
|
|
1079
|
-
<line num="
|
|
1080
|
-
<line num="
|
|
1081
|
-
<line num="
|
|
1082
|
-
<line num="
|
|
1083
|
-
<line num="
|
|
1084
|
-
<line num="
|
|
1085
|
-
<line num="
|
|
1086
|
-
<line num="
|
|
1087
|
-
<line num="
|
|
1088
|
-
<line num="
|
|
1089
|
-
<line num="
|
|
1090
|
-
<line num="
|
|
1091
|
-
<line num="
|
|
1092
|
-
<line num="
|
|
1093
|
-
<line num="
|
|
1094
|
-
<line num="
|
|
1095
|
-
<line num="
|
|
1096
|
-
<line num="
|
|
1097
|
-
<line num="
|
|
1098
|
-
<line num="
|
|
1099
|
-
<line num="
|
|
1100
|
-
<line num="
|
|
1101
|
-
<line num="
|
|
1102
|
-
<line num="
|
|
1103
|
-
<line num="
|
|
1104
|
-
<line num="
|
|
1105
|
-
<line num="
|
|
1106
|
-
<line num="
|
|
1107
|
-
<line num="
|
|
1108
|
-
<line num="
|
|
1109
|
-
<line num="
|
|
1110
|
-
<line num="
|
|
1111
|
-
<line num="
|
|
1112
|
-
<line num="
|
|
1113
|
-
<line num="
|
|
1114
|
-
<line num="
|
|
1115
|
-
<line num="
|
|
1116
|
-
<line num="
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
<
|
|
1120
|
-
<line num="
|
|
1121
|
-
<line num="
|
|
1122
|
-
<line num="
|
|
1123
|
-
<line num="
|
|
1124
|
-
<line num="
|
|
1125
|
-
<line num="
|
|
1126
|
-
<line num="
|
|
1127
|
-
<line num="
|
|
1128
|
-
<line num="
|
|
1129
|
-
<line num="
|
|
1130
|
-
<line num="
|
|
1131
|
-
<line num="
|
|
1132
|
-
<line num="
|
|
1133
|
-
<line num="644" count="52" type="cond" truecount="1" falsecount="0"/>
|
|
1134
|
-
<line num="645" count="37" type="stmt"/>
|
|
1135
|
-
<line num="646" count="37" type="stmt"/>
|
|
1136
|
-
<line num="647" count="37" type="stmt"/>
|
|
1137
|
-
<line num="650" count="15" type="cond" truecount="4" falsecount="0"/>
|
|
1138
|
-
<line num="651" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
1139
|
-
<line num="652" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1140
|
-
<line num="653" count="2" type="stmt"/>
|
|
1141
|
-
<line num="654" count="2" type="stmt"/>
|
|
1142
|
-
<line num="655" count="2" type="stmt"/>
|
|
1143
|
-
<line num="658" count="1" type="stmt"/>
|
|
1144
|
-
<line num="659" count="1" type="stmt"/>
|
|
1145
|
-
<line num="662" count="9" type="stmt"/>
|
|
1146
|
-
<line num="665" count="9" type="cond" truecount="3" falsecount="0"/>
|
|
1147
|
-
<line num="666" count="6" type="stmt"/>
|
|
1148
|
-
<line num="668" count="6" type="stmt"/>
|
|
1149
|
-
<line num="670" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1150
|
-
<line num="671" count="5" type="stmt"/>
|
|
1151
|
-
<line num="672" count="5" type="stmt"/>
|
|
1152
|
-
<line num="673" count="5" type="stmt"/>
|
|
1153
|
-
<line num="677" count="4" type="stmt"/>
|
|
1154
|
-
<line num="679" count="4" type="stmt"/>
|
|
1155
|
-
<line num="681" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1156
|
-
<line num="682" count="3" type="stmt"/>
|
|
1157
|
-
<line num="683" count="3" type="stmt"/>
|
|
1158
|
-
<line num="687" count="4" type="stmt"/>
|
|
1159
|
-
<line num="690" count="33" type="stmt"/>
|
|
1160
|
-
<line num="694" count="93" type="stmt"/>
|
|
871
|
+
<metrics statements="231" coveredstatements="231" conditionals="135" coveredconditionals="135" methods="52" coveredmethods="52"/>
|
|
872
|
+
<file name="date-range.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-date-range/date-range.ts">
|
|
873
|
+
<metrics statements="218" coveredstatements="218" conditionals="127" coveredconditionals="127" methods="49" coveredmethods="49"/>
|
|
874
|
+
<line num="1" count="92" type="stmt"/>
|
|
875
|
+
<line num="3" count="92" type="stmt"/>
|
|
876
|
+
<line num="4" count="92" type="stmt"/>
|
|
877
|
+
<line num="5" count="92" type="stmt"/>
|
|
878
|
+
<line num="6" count="92" type="stmt"/>
|
|
879
|
+
<line num="7" count="92" type="stmt"/>
|
|
880
|
+
<line num="9" count="92" type="stmt"/>
|
|
881
|
+
<line num="14" count="86" type="stmt"/>
|
|
882
|
+
<line num="19" count="86" type="stmt"/>
|
|
883
|
+
<line num="24" count="86" type="stmt"/>
|
|
884
|
+
<line num="29" count="86" type="stmt"/>
|
|
885
|
+
<line num="34" count="86" type="stmt"/>
|
|
886
|
+
<line num="39" count="86" type="stmt"/>
|
|
887
|
+
<line num="44" count="86" type="stmt"/>
|
|
888
|
+
<line num="49" count="86" type="stmt"/>
|
|
889
|
+
<line num="54" count="86" type="stmt"/>
|
|
890
|
+
<line num="59" count="86" type="stmt"/>
|
|
891
|
+
<line num="65" count="117" type="stmt"/>
|
|
892
|
+
<line num="69" count="86" type="stmt"/>
|
|
893
|
+
<line num="72" count="86" type="stmt"/>
|
|
894
|
+
<line num="78" count="86" type="stmt"/>
|
|
895
|
+
<line num="83" count="86" type="stmt"/>
|
|
896
|
+
<line num="88" count="86" type="stmt"/>
|
|
897
|
+
<line num="93" count="86" type="stmt"/>
|
|
898
|
+
<line num="98" count="86" type="stmt"/>
|
|
899
|
+
<line num="100" count="86" type="stmt"/>
|
|
900
|
+
<line num="102" count="86" type="stmt"/>
|
|
901
|
+
<line num="104" count="86" type="stmt"/>
|
|
902
|
+
<line num="106" count="86" type="stmt"/>
|
|
903
|
+
<line num="108" count="86" type="stmt"/>
|
|
904
|
+
<line num="163" count="43" type="stmt"/>
|
|
905
|
+
<line num="167" count="21" type="stmt"/>
|
|
906
|
+
<line num="171" count="84" type="stmt"/>
|
|
907
|
+
<line num="175" count="8" type="stmt"/>
|
|
908
|
+
<line num="176" count="8" type="stmt"/>
|
|
909
|
+
<line num="177" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
910
|
+
<line num="178" count="1" type="stmt"/>
|
|
911
|
+
<line num="179" count="8" type="stmt"/>
|
|
912
|
+
<line num="183" count="261" type="stmt"/>
|
|
913
|
+
<line num="187" count="173" type="cond" truecount="4" falsecount="0"/>
|
|
914
|
+
<line num="189" count="172" type="cond" truecount="3" falsecount="0"/>
|
|
915
|
+
<line num="190" count="109" type="stmt"/>
|
|
916
|
+
<line num="191" count="109" type="stmt"/>
|
|
917
|
+
<line num="192" count="109" type="stmt"/>
|
|
918
|
+
<line num="193" count="109" type="stmt"/>
|
|
919
|
+
<line num="196" count="63" type="cond" truecount="1" falsecount="0"/>
|
|
920
|
+
<line num="198" count="32" type="stmt"/>
|
|
921
|
+
<line num="199" count="32" type="stmt"/>
|
|
922
|
+
<line num="201" count="32" type="stmt"/>
|
|
923
|
+
<line num="202" count="32" type="stmt"/>
|
|
924
|
+
<line num="203" count="32" type="cond" truecount="2" falsecount="0"/>
|
|
925
|
+
<line num="204" count="32" type="cond" truecount="2" falsecount="0"/>
|
|
926
|
+
<line num="206" count="32" type="cond" truecount="1" falsecount="0"/>
|
|
927
|
+
<line num="207" count="23" type="stmt"/>
|
|
928
|
+
<line num="216" count="23" type="stmt"/>
|
|
929
|
+
<line num="217" count="23" type="stmt"/>
|
|
930
|
+
<line num="218" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
931
|
+
<line num="220" count="9" type="stmt"/>
|
|
932
|
+
<line num="222" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
933
|
+
<line num="223" count="43" type="stmt"/>
|
|
934
|
+
<line num="224" count="43" type="stmt"/>
|
|
935
|
+
<line num="226" count="9" type="stmt"/>
|
|
936
|
+
<line num="230" count="29" type="stmt"/>
|
|
937
|
+
<line num="231" count="29" type="stmt"/>
|
|
938
|
+
<line num="232" count="29" type="cond" truecount="2" falsecount="0"/>
|
|
939
|
+
<line num="233" count="11" type="stmt"/>
|
|
940
|
+
<line num="234" count="11" type="stmt"/>
|
|
941
|
+
<line num="235" count="11" type="stmt"/>
|
|
942
|
+
<line num="236" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
943
|
+
<line num="238" count="18" type="cond" truecount="1" falsecount="0"/>
|
|
944
|
+
<line num="239" count="5" type="stmt"/>
|
|
945
|
+
<line num="240" count="5" type="stmt"/>
|
|
946
|
+
<line num="241" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
947
|
+
<line num="243" count="18" type="stmt"/>
|
|
948
|
+
<line num="245" count="29" type="stmt"/>
|
|
949
|
+
<line num="255" count="32" type="cond" truecount="3" falsecount="0"/>
|
|
950
|
+
<line num="256" count="28" type="stmt"/>
|
|
951
|
+
<line num="260" count="32" type="stmt"/>
|
|
952
|
+
<line num="261" count="32" type="cond" truecount="1" falsecount="0"/>
|
|
953
|
+
<line num="263" count="26" type="cond" truecount="1" falsecount="0"/>
|
|
954
|
+
<line num="264" count="14" type="stmt"/>
|
|
955
|
+
<line num="265" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
956
|
+
<line num="266" count="13" type="stmt"/>
|
|
957
|
+
<line num="268" count="12" type="stmt"/>
|
|
958
|
+
<line num="272" count="43" type="stmt"/>
|
|
959
|
+
<line num="273" count="43" type="stmt"/>
|
|
960
|
+
<line num="274" count="43" type="cond" truecount="1" falsecount="0"/>
|
|
961
|
+
<line num="276" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
962
|
+
<line num="277" count="35" type="cond" truecount="3" falsecount="0"/>
|
|
963
|
+
<line num="278" count="35" type="cond" truecount="1" falsecount="0"/>
|
|
964
|
+
<line num="280" count="34" type="cond" truecount="2" falsecount="0"/>
|
|
965
|
+
<line num="281" count="34" type="cond" truecount="3" falsecount="0"/>
|
|
966
|
+
<line num="282" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
967
|
+
<line num="284" count="33" type="cond" truecount="1" falsecount="0"/>
|
|
968
|
+
<line num="285" count="2" type="stmt"/>
|
|
969
|
+
<line num="288" count="31" type="stmt"/>
|
|
970
|
+
<line num="292" count="55" type="stmt"/>
|
|
971
|
+
<line num="296" count="1" type="stmt"/>
|
|
972
|
+
<line num="300" count="3" type="stmt"/>
|
|
973
|
+
<line num="301" count="3" type="stmt"/>
|
|
974
|
+
<line num="302" count="3" type="stmt"/>
|
|
975
|
+
<line num="303" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
976
|
+
<line num="309" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
977
|
+
<line num="310" count="3" type="stmt"/>
|
|
978
|
+
<line num="312" count="4" type="stmt"/>
|
|
979
|
+
<line num="313" count="4" type="stmt"/>
|
|
980
|
+
<line num="314" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
981
|
+
<line num="315" count="2" type="stmt"/>
|
|
982
|
+
<line num="318" count="4" type="stmt"/>
|
|
983
|
+
<line num="322" count="9" type="stmt"/>
|
|
984
|
+
<line num="323" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
985
|
+
<line num="324" count="8" type="stmt"/>
|
|
986
|
+
<line num="325" count="10" type="cond" truecount="3" falsecount="0"/>
|
|
987
|
+
<line num="326" count="8" type="stmt"/>
|
|
988
|
+
<line num="330" count="9" type="stmt"/>
|
|
989
|
+
<line num="334" count="17" type="stmt"/>
|
|
990
|
+
<line num="335" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
991
|
+
<line num="340" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
992
|
+
<line num="344" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
993
|
+
<line num="345" count="6" type="stmt"/>
|
|
994
|
+
<line num="346" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
995
|
+
<line num="347" count="5" type="stmt"/>
|
|
996
|
+
<line num="352" count="8" type="stmt"/>
|
|
997
|
+
<line num="353" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
998
|
+
<line num="354" count="8" type="stmt"/>
|
|
999
|
+
<line num="355" count="8" type="stmt"/>
|
|
1000
|
+
<line num="357" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
1001
|
+
<line num="358" count="8" type="stmt"/>
|
|
1002
|
+
<line num="363" count="17" type="stmt"/>
|
|
1003
|
+
<line num="364" count="17" type="stmt"/>
|
|
1004
|
+
<line num="372" count="17" type="cond" truecount="3" falsecount="0"/>
|
|
1005
|
+
<line num="376" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
1006
|
+
<line num="377" count="11" type="stmt"/>
|
|
1007
|
+
<line num="378" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
1008
|
+
<line num="380" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
1009
|
+
<line num="381" count="8" type="stmt"/>
|
|
1010
|
+
<line num="382" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
1011
|
+
<line num="385" count="13" type="stmt"/>
|
|
1012
|
+
<line num="387" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
1013
|
+
<line num="388" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
1014
|
+
<line num="389" count="6" type="stmt"/>
|
|
1015
|
+
<line num="390" count="6" type="stmt"/>
|
|
1016
|
+
<line num="392" count="7" type="stmt"/>
|
|
1017
|
+
<line num="393" count="7" type="stmt"/>
|
|
1018
|
+
<line num="400" count="3" type="stmt"/>
|
|
1019
|
+
<line num="409" count="2" type="stmt"/>
|
|
1020
|
+
<line num="410" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1021
|
+
<line num="411" count="1" type="stmt"/>
|
|
1022
|
+
<line num="415" count="86" type="stmt"/>
|
|
1023
|
+
<line num="417" count="86" type="stmt"/>
|
|
1024
|
+
<line num="420" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
1025
|
+
<line num="422" count="18" type="cond" truecount="3" falsecount="0"/>
|
|
1026
|
+
<line num="423" count="17" type="stmt"/>
|
|
1027
|
+
<line num="424" count="17" type="stmt"/>
|
|
1028
|
+
<line num="427" count="18" type="stmt"/>
|
|
1029
|
+
<line num="428" count="18" type="stmt"/>
|
|
1030
|
+
<line num="430" count="18" type="cond" truecount="3" falsecount="0"/>
|
|
1031
|
+
<line num="431" count="16" type="stmt"/>
|
|
1032
|
+
<line num="432" count="16" type="stmt"/>
|
|
1033
|
+
<line num="433" count="16" type="stmt"/>
|
|
1034
|
+
<line num="436" count="2" type="stmt"/>
|
|
1035
|
+
<line num="437" count="2" type="stmt"/>
|
|
1036
|
+
<line num="441" count="15" type="stmt"/>
|
|
1037
|
+
<line num="442" count="15" type="stmt"/>
|
|
1038
|
+
<line num="446" count="19" type="cond" truecount="1" falsecount="0"/>
|
|
1039
|
+
<line num="448" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
1040
|
+
<line num="450" count="5" type="stmt"/>
|
|
1041
|
+
<line num="454" count="10" type="stmt"/>
|
|
1042
|
+
<line num="456" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
1043
|
+
<line num="457" count="10" type="stmt"/>
|
|
1044
|
+
<line num="459" count="10" type="cond" truecount="3" falsecount="0"/>
|
|
1045
|
+
<line num="460" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1046
|
+
<line num="461" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
1047
|
+
<line num="462" count="1" type="stmt"/>
|
|
1048
|
+
<line num="463" count="1" type="stmt"/>
|
|
1049
|
+
<line num="468" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
1050
|
+
<line num="470" count="9" type="stmt"/>
|
|
1051
|
+
<line num="471" count="9" type="stmt"/>
|
|
1052
|
+
<line num="472" count="7" type="stmt"/>
|
|
1053
|
+
<line num="473" count="7" type="stmt"/>
|
|
1054
|
+
<line num="476" count="86" type="stmt"/>
|
|
1055
|
+
<line num="479" count="8" type="stmt"/>
|
|
1056
|
+
<line num="483" count="52" type="stmt"/>
|
|
1057
|
+
<line num="487" count="4" type="stmt"/>
|
|
1058
|
+
<line num="495" count="92" type="stmt"/>
|
|
1059
|
+
<line num="513" count="49" type="cond" truecount="5" falsecount="0"/>
|
|
1060
|
+
<line num="514" count="1" type="stmt"/>
|
|
1061
|
+
<line num="517" count="48" type="stmt"/>
|
|
1062
|
+
<line num="518" count="68" type="stmt"/>
|
|
1063
|
+
<line num="520" count="66" type="stmt"/>
|
|
1064
|
+
<line num="522" count="66" type="cond" truecount="1" falsecount="0"/>
|
|
1065
|
+
<line num="523" count="14" type="stmt"/>
|
|
1066
|
+
<line num="526" count="52" type="stmt"/>
|
|
1067
|
+
<line num="528" count="52" type="cond" truecount="4" falsecount="0"/>
|
|
1068
|
+
<line num="529" count="46" type="stmt"/>
|
|
1069
|
+
<line num="532" count="6" type="stmt"/>
|
|
1070
|
+
<line num="535" count="48" type="stmt"/>
|
|
1071
|
+
<line num="539" count="92" type="stmt"/>
|
|
1072
|
+
<line num="557" count="29" type="cond" truecount="1" falsecount="0"/>
|
|
1073
|
+
<line num="558" count="1" type="stmt"/>
|
|
1074
|
+
<line num="561" count="28" type="stmt"/>
|
|
1075
|
+
<line num="563" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
1076
|
+
<line num="564" count="15" type="stmt"/>
|
|
1077
|
+
<line num="566" count="13" type="stmt"/>
|
|
1078
|
+
<line num="569" count="28" type="stmt"/>
|
|
1079
|
+
<line num="570" count="28" type="stmt"/>
|
|
1080
|
+
<line num="571" count="43" type="stmt"/>
|
|
1081
|
+
<line num="573" count="42" type="cond" truecount="1" falsecount="0"/>
|
|
1082
|
+
<line num="576" count="41" type="cond" truecount="3" falsecount="0"/>
|
|
1083
|
+
<line num="577" count="3" type="stmt"/>
|
|
1084
|
+
<line num="578" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1085
|
+
<line num="579" count="2" type="stmt"/>
|
|
1086
|
+
<line num="582" count="1" type="stmt"/>
|
|
1087
|
+
<line num="586" count="38" type="stmt"/>
|
|
1088
|
+
<line num="587" count="38" type="cond" truecount="1" falsecount="0"/>
|
|
1089
|
+
<line num="588" count="4" type="stmt"/>
|
|
1090
|
+
<line num="591" count="34" type="stmt"/>
|
|
1091
|
+
<line num="596" count="92" type="stmt"/>
|
|
1092
|
+
</file>
|
|
1093
|
+
<file name="utils.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-date-range/utils.ts">
|
|
1094
|
+
<metrics statements="13" coveredstatements="13" conditionals="8" coveredconditionals="8" methods="3" coveredmethods="3"/>
|
|
1095
|
+
<line num="1" count="92" type="stmt"/>
|
|
1096
|
+
<line num="3" count="92" type="cond" truecount="1" falsecount="0"/>
|
|
1097
|
+
<line num="4" count="84" type="cond" truecount="3" falsecount="0"/>
|
|
1098
|
+
<line num="5" count="19" type="stmt"/>
|
|
1099
|
+
<line num="7" count="65" type="stmt"/>
|
|
1100
|
+
<line num="11" count="19" type="stmt"/>
|
|
1101
|
+
<line num="13" count="19" type="stmt"/>
|
|
1102
|
+
<line num="15" count="19" type="stmt"/>
|
|
1103
|
+
<line num="21" count="92" type="stmt"/>
|
|
1104
|
+
<line num="22" count="80" type="cond" truecount="2" falsecount="0"/>
|
|
1105
|
+
<line num="23" count="80" type="cond" truecount="2" falsecount="0"/>
|
|
1106
|
+
<line num="24" count="80" type="stmt"/>
|
|
1107
|
+
<line num="30" count="80" type="stmt"/>
|
|
1161
1108
|
</file>
|
|
1162
1109
|
</package>
|
|
1163
1110
|
<package name="src.components.zd-dialog">
|
|
1164
1111
|
<metrics statements="44" coveredstatements="44" conditionals="11" coveredconditionals="11" methods="9" coveredmethods="9"/>
|
|
1165
|
-
<file name="dialog.ts" path="/
|
|
1112
|
+
<file name="dialog.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-dialog/dialog.ts">
|
|
1166
1113
|
<metrics statements="44" coveredstatements="44" conditionals="11" coveredconditionals="11" methods="9" coveredmethods="9"/>
|
|
1167
|
-
<line num="1" count="
|
|
1168
|
-
<line num="2" count="
|
|
1169
|
-
<line num="4" count="
|
|
1170
|
-
<line num="10" count="
|
|
1171
|
-
<line num="14" count="
|
|
1172
|
-
<line num="19" count="
|
|
1173
|
-
<line num="24" count="
|
|
1174
|
-
<line num="29" count="
|
|
1175
|
-
<line num="34" count="
|
|
1176
|
-
<line num="39" count="
|
|
1177
|
-
<line num="44" count="
|
|
1178
|
-
<line num="49" count="
|
|
1179
|
-
<line num="51" count="
|
|
1180
|
-
<line num="58" count="
|
|
1114
|
+
<line num="1" count="92" type="stmt"/>
|
|
1115
|
+
<line num="2" count="92" type="stmt"/>
|
|
1116
|
+
<line num="4" count="92" type="stmt"/>
|
|
1117
|
+
<line num="10" count="92" type="stmt"/>
|
|
1118
|
+
<line num="14" count="96" type="stmt"/>
|
|
1119
|
+
<line num="19" count="96" type="stmt"/>
|
|
1120
|
+
<line num="24" count="96" type="stmt"/>
|
|
1121
|
+
<line num="29" count="96" type="stmt"/>
|
|
1122
|
+
<line num="34" count="96" type="stmt"/>
|
|
1123
|
+
<line num="39" count="96" type="stmt"/>
|
|
1124
|
+
<line num="44" count="96" type="stmt"/>
|
|
1125
|
+
<line num="49" count="96" type="stmt"/>
|
|
1126
|
+
<line num="51" count="96" type="stmt"/>
|
|
1127
|
+
<line num="58" count="99" type="stmt"/>
|
|
1181
1128
|
<line num="63" count="1" type="stmt"/>
|
|
1182
|
-
<line num="68" count="
|
|
1183
|
-
<line num="85" count="
|
|
1184
|
-
<line num="86" count="
|
|
1185
|
-
<line num="87" count="
|
|
1186
|
-
<line num="95" count="
|
|
1187
|
-
<line num="96" count="
|
|
1188
|
-
<line num="97" count="
|
|
1189
|
-
<line num="98" count="
|
|
1190
|
-
<line num="99" count="
|
|
1191
|
-
<line num="100" count="
|
|
1192
|
-
<line num="101" count="
|
|
1193
|
-
<line num="102" count="
|
|
1194
|
-
<line num="103" count="
|
|
1195
|
-
<line num="104" count="
|
|
1196
|
-
<line num="105" count="
|
|
1129
|
+
<line num="68" count="96" type="stmt"/>
|
|
1130
|
+
<line num="85" count="96" type="stmt"/>
|
|
1131
|
+
<line num="86" count="96" type="stmt"/>
|
|
1132
|
+
<line num="87" count="96" type="stmt"/>
|
|
1133
|
+
<line num="95" count="100" type="cond" truecount="2" falsecount="0"/>
|
|
1134
|
+
<line num="96" count="100" type="stmt"/>
|
|
1135
|
+
<line num="97" count="100" type="stmt"/>
|
|
1136
|
+
<line num="98" count="100" type="stmt"/>
|
|
1137
|
+
<line num="99" count="100" type="stmt"/>
|
|
1138
|
+
<line num="100" count="100" type="stmt"/>
|
|
1139
|
+
<line num="101" count="100" type="stmt"/>
|
|
1140
|
+
<line num="102" count="100" type="stmt"/>
|
|
1141
|
+
<line num="103" count="100" type="stmt"/>
|
|
1142
|
+
<line num="104" count="100" type="stmt"/>
|
|
1143
|
+
<line num="105" count="100" type="stmt"/>
|
|
1197
1144
|
<line num="109" count="15" type="stmt"/>
|
|
1198
1145
|
<line num="112" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1199
1146
|
<line num="113" count="1" type="stmt"/>
|
|
@@ -1212,20 +1159,20 @@
|
|
|
1212
1159
|
</package>
|
|
1213
1160
|
<package name="src.components.zd-divider">
|
|
1214
1161
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1215
|
-
<file name="divider.ts" path="/
|
|
1162
|
+
<file name="divider.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-divider/divider.ts">
|
|
1216
1163
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1217
|
-
<line num="1" count="
|
|
1218
|
-
<line num="7" count="
|
|
1164
|
+
<line num="1" count="92" type="stmt"/>
|
|
1165
|
+
<line num="7" count="92" type="stmt"/>
|
|
1219
1166
|
<line num="11" count="2" type="stmt"/>
|
|
1220
1167
|
<line num="16" count="2" type="stmt"/>
|
|
1221
1168
|
</file>
|
|
1222
1169
|
</package>
|
|
1223
1170
|
<package name="src.components.zd-dropdown">
|
|
1224
1171
|
<metrics statements="17" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1225
|
-
<file name="dropdown.ts" path="/
|
|
1172
|
+
<file name="dropdown.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-dropdown/dropdown.ts">
|
|
1226
1173
|
<metrics statements="17" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1227
|
-
<line num="1" count="
|
|
1228
|
-
<line num="8" count="
|
|
1174
|
+
<line num="1" count="92" type="stmt"/>
|
|
1175
|
+
<line num="8" count="92" type="stmt"/>
|
|
1229
1176
|
<line num="12" count="2" type="stmt"/>
|
|
1230
1177
|
<line num="22" count="2" type="stmt"/>
|
|
1231
1178
|
<line num="27" count="2" type="stmt"/>
|
|
@@ -1245,10 +1192,10 @@
|
|
|
1245
1192
|
</package>
|
|
1246
1193
|
<package name="src.components.zd-footer">
|
|
1247
1194
|
<metrics statements="13" coveredstatements="13" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
|
|
1248
|
-
<file name="footer.ts" path="/
|
|
1195
|
+
<file name="footer.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-footer/footer.ts">
|
|
1249
1196
|
<metrics statements="13" coveredstatements="13" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
|
|
1250
|
-
<line num="1" count="
|
|
1251
|
-
<line num="8" count="
|
|
1197
|
+
<line num="1" count="92" type="stmt"/>
|
|
1198
|
+
<line num="8" count="92" type="stmt"/>
|
|
1252
1199
|
<line num="12" count="2" type="stmt"/>
|
|
1253
1200
|
<line num="17" count="2" type="stmt"/>
|
|
1254
1201
|
<line num="22" count="2" type="stmt"/>
|
|
@@ -1264,10 +1211,10 @@
|
|
|
1264
1211
|
</package>
|
|
1265
1212
|
<package name="src.components.zd-form">
|
|
1266
1213
|
<metrics statements="81" coveredstatements="81" conditionals="25" coveredconditionals="25" methods="27" coveredmethods="27"/>
|
|
1267
|
-
<file name="form.ts" path="/
|
|
1214
|
+
<file name="form.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-form/form.ts">
|
|
1268
1215
|
<metrics statements="81" coveredstatements="81" conditionals="25" coveredconditionals="25" methods="27" coveredmethods="27"/>
|
|
1269
|
-
<line num="2" count="
|
|
1270
|
-
<line num="9" count="
|
|
1216
|
+
<line num="2" count="92" type="stmt"/>
|
|
1217
|
+
<line num="9" count="92" type="stmt"/>
|
|
1271
1218
|
<line num="31" count="33" type="stmt"/>
|
|
1272
1219
|
<line num="37" count="33" type="stmt"/>
|
|
1273
1220
|
<line num="43" count="33" type="stmt"/>
|
|
@@ -1351,13 +1298,13 @@
|
|
|
1351
1298
|
</package>
|
|
1352
1299
|
<package name="src.components.zd-frame">
|
|
1353
1300
|
<metrics statements="91" coveredstatements="91" conditionals="16" coveredconditionals="16" methods="14" coveredmethods="14"/>
|
|
1354
|
-
<file name="frame.ts" path="/
|
|
1301
|
+
<file name="frame.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-frame/frame.ts">
|
|
1355
1302
|
<metrics statements="91" coveredstatements="91" conditionals="16" coveredconditionals="16" methods="14" coveredmethods="14"/>
|
|
1356
|
-
<line num="1" count="
|
|
1357
|
-
<line num="2" count="
|
|
1358
|
-
<line num="3" count="
|
|
1359
|
-
<line num="6" count="
|
|
1360
|
-
<line num="8" count="
|
|
1303
|
+
<line num="1" count="92" type="stmt"/>
|
|
1304
|
+
<line num="2" count="92" type="stmt"/>
|
|
1305
|
+
<line num="3" count="92" type="stmt"/>
|
|
1306
|
+
<line num="6" count="92" type="stmt"/>
|
|
1307
|
+
<line num="8" count="92" type="stmt"/>
|
|
1361
1308
|
<line num="9" count="19" type="stmt"/>
|
|
1362
1309
|
<line num="11" count="19" type="stmt"/>
|
|
1363
1310
|
<line num="13" count="19" type="stmt"/>
|
|
@@ -1376,7 +1323,7 @@
|
|
|
1376
1323
|
<line num="65" count="19" type="stmt"/>
|
|
1377
1324
|
<line num="67" count="19" type="stmt"/>
|
|
1378
1325
|
<line num="69" count="19" type="stmt"/>
|
|
1379
|
-
<line num="71" count="
|
|
1326
|
+
<line num="71" count="92" type="stmt"/>
|
|
1380
1327
|
<line num="78" count="19" type="stmt"/>
|
|
1381
1328
|
<line num="79" count="19" type="stmt"/>
|
|
1382
1329
|
<line num="80" count="19" type="stmt"/>
|
|
@@ -1448,11 +1395,11 @@
|
|
|
1448
1395
|
</package>
|
|
1449
1396
|
<package name="src.components.zd-frame-page">
|
|
1450
1397
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
|
|
1451
|
-
<file name="frame-page.ts" path="/
|
|
1398
|
+
<file name="frame-page.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-frame-page/frame-page.ts">
|
|
1452
1399
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
|
|
1453
|
-
<line num="1" count="
|
|
1454
|
-
<line num="2" count="
|
|
1455
|
-
<line num="5" count="
|
|
1400
|
+
<line num="1" count="92" type="stmt"/>
|
|
1401
|
+
<line num="2" count="92" type="stmt"/>
|
|
1402
|
+
<line num="5" count="92" type="stmt"/>
|
|
1456
1403
|
<line num="9" count="4" type="stmt"/>
|
|
1457
1404
|
<line num="12" count="4" type="stmt"/>
|
|
1458
1405
|
<line num="13" count="4" type="stmt"/>
|
|
@@ -1464,9 +1411,9 @@
|
|
|
1464
1411
|
</package>
|
|
1465
1412
|
<package name="src.components.zd-grid">
|
|
1466
1413
|
<metrics statements="415" coveredstatements="415" conditionals="173" coveredconditionals="173" methods="100" coveredmethods="100"/>
|
|
1467
|
-
<file name="data-navigator.ts" path="/
|
|
1414
|
+
<file name="data-navigator.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid/data-navigator.ts">
|
|
1468
1415
|
<metrics statements="34" coveredstatements="34" conditionals="12" coveredconditionals="12" methods="9" coveredmethods="9"/>
|
|
1469
|
-
<line num="3" count="
|
|
1416
|
+
<line num="3" count="92" type="stmt"/>
|
|
1470
1417
|
<line num="7" count="253" type="stmt"/>
|
|
1471
1418
|
<line num="11" count="6" type="stmt"/>
|
|
1472
1419
|
<line num="12" count="6" type="stmt"/>
|
|
@@ -1501,9 +1448,9 @@
|
|
|
1501
1448
|
<line num="70" count="2" type="stmt"/>
|
|
1502
1449
|
<line num="71" count="2" type="stmt"/>
|
|
1503
1450
|
</file>
|
|
1504
|
-
<file name="data-selector.ts" path="/
|
|
1451
|
+
<file name="data-selector.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid/data-selector.ts">
|
|
1505
1452
|
<metrics statements="47" coveredstatements="47" conditionals="26" coveredconditionals="26" methods="11" coveredmethods="11"/>
|
|
1506
|
-
<line num="4" count="
|
|
1453
|
+
<line num="4" count="92" type="stmt"/>
|
|
1507
1454
|
<line num="8" count="253" type="stmt"/>
|
|
1508
1455
|
<line num="12" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1509
1456
|
<line num="14" count="2" type="stmt"/>
|
|
@@ -1551,12 +1498,12 @@
|
|
|
1551
1498
|
<line num="132" count="3" type="stmt"/>
|
|
1552
1499
|
<line num="140" count="2" type="stmt"/>
|
|
1553
1500
|
</file>
|
|
1554
|
-
<file name="grid-column.ts" path="/
|
|
1501
|
+
<file name="grid-column.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid/grid-column.ts">
|
|
1555
1502
|
<metrics statements="99" coveredstatements="99" conditionals="95" coveredconditionals="95" methods="16" coveredmethods="16"/>
|
|
1556
|
-
<line num="1" count="
|
|
1557
|
-
<line num="2" count="
|
|
1558
|
-
<line num="3" count="
|
|
1559
|
-
<line num="9" count="
|
|
1503
|
+
<line num="1" count="92" type="stmt"/>
|
|
1504
|
+
<line num="2" count="92" type="stmt"/>
|
|
1505
|
+
<line num="3" count="92" type="stmt"/>
|
|
1506
|
+
<line num="9" count="92" type="stmt"/>
|
|
1560
1507
|
<line num="11" count="394" type="stmt"/>
|
|
1561
1508
|
<line num="32" count="1" type="stmt"/>
|
|
1562
1509
|
<line num="40" count="1" type="stmt"/>
|
|
@@ -1578,7 +1525,7 @@
|
|
|
1578
1525
|
<line num="76" count="1" type="stmt"/>
|
|
1579
1526
|
<line num="77" count="1" type="stmt"/>
|
|
1580
1527
|
<line num="79" count="4" type="stmt"/>
|
|
1581
|
-
<line num="85" count="
|
|
1528
|
+
<line num="85" count="92" type="stmt"/>
|
|
1582
1529
|
<line num="86" count="30" type="cond" truecount="3" falsecount="0"/>
|
|
1583
1530
|
<line num="89" count="29" type="stmt"/>
|
|
1584
1531
|
<line num="90" count="29" type="stmt"/>
|
|
@@ -1616,7 +1563,7 @@
|
|
|
1616
1563
|
<line num="137" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
1617
1564
|
<line num="140" count="14" type="stmt"/>
|
|
1618
1565
|
<line num="141" count="14" type="stmt"/>
|
|
1619
|
-
<line num="144" count="
|
|
1566
|
+
<line num="144" count="92" type="stmt"/>
|
|
1620
1567
|
<line num="145" count="11" type="cond" truecount="4" falsecount="0"/>
|
|
1621
1568
|
<line num="147" count="8" type="stmt"/>
|
|
1622
1569
|
<line num="148" count="8" type="stmt"/>
|
|
@@ -1641,7 +1588,7 @@
|
|
|
1641
1588
|
<line num="179" count="8" type="stmt"/>
|
|
1642
1589
|
<line num="181" count="16" type="stmt"/>
|
|
1643
1590
|
<line num="188" count="8" type="stmt"/>
|
|
1644
|
-
<line num="191" count="
|
|
1591
|
+
<line num="191" count="92" type="stmt"/>
|
|
1645
1592
|
<line num="192" count="8" type="stmt"/>
|
|
1646
1593
|
<line num="194" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1647
1594
|
<line num="195" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -1650,12 +1597,12 @@
|
|
|
1650
1597
|
<line num="199" count="4" type="cond" truecount="3" falsecount="0"/>
|
|
1651
1598
|
<line num="202" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1652
1599
|
<line num="203" count="4" type="cond" truecount="3" falsecount="0"/>
|
|
1653
|
-
<line num="206" count="
|
|
1654
|
-
<line num="208" count="
|
|
1600
|
+
<line num="206" count="92" type="stmt"/>
|
|
1601
|
+
<line num="208" count="92" type="stmt"/>
|
|
1655
1602
|
</file>
|
|
1656
|
-
<file name="grid-events.ts" path="/
|
|
1603
|
+
<file name="grid-events.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid/grid-events.ts">
|
|
1657
1604
|
<metrics statements="8" coveredstatements="8" conditionals="1" coveredconditionals="1" methods="3" coveredmethods="3"/>
|
|
1658
|
-
<line num="5" count="
|
|
1605
|
+
<line num="5" count="92" type="stmt"/>
|
|
1659
1606
|
<line num="11" count="130" type="stmt"/>
|
|
1660
1607
|
<line num="14" count="130" type="stmt"/>
|
|
1661
1608
|
<line num="24" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -1664,20 +1611,20 @@
|
|
|
1664
1611
|
<line num="34" count="5" type="stmt"/>
|
|
1665
1612
|
<line num="45" count="4" type="stmt"/>
|
|
1666
1613
|
</file>
|
|
1667
|
-
<file name="grid.ts" path="/
|
|
1614
|
+
<file name="grid.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid/grid.ts">
|
|
1668
1615
|
<metrics statements="118" coveredstatements="118" conditionals="15" coveredconditionals="15" methods="29" coveredmethods="29"/>
|
|
1669
|
-
<line num="1" count="
|
|
1670
|
-
<line num="3" count="
|
|
1671
|
-
<line num="4" count="
|
|
1672
|
-
<line num="5" count="
|
|
1673
|
-
<line num="6" count="
|
|
1674
|
-
<line num="7" count="
|
|
1675
|
-
<line num="22" count="
|
|
1676
|
-
<line num="23" count="
|
|
1677
|
-
<line num="24" count="
|
|
1678
|
-
<line num="25" count="
|
|
1679
|
-
<line num="26" count="
|
|
1680
|
-
<line num="28" count="
|
|
1616
|
+
<line num="1" count="92" type="stmt"/>
|
|
1617
|
+
<line num="3" count="92" type="stmt"/>
|
|
1618
|
+
<line num="4" count="92" type="stmt"/>
|
|
1619
|
+
<line num="5" count="92" type="stmt"/>
|
|
1620
|
+
<line num="6" count="92" type="stmt"/>
|
|
1621
|
+
<line num="7" count="92" type="stmt"/>
|
|
1622
|
+
<line num="22" count="92" type="stmt"/>
|
|
1623
|
+
<line num="23" count="92" type="stmt"/>
|
|
1624
|
+
<line num="24" count="92" type="stmt"/>
|
|
1625
|
+
<line num="25" count="92" type="stmt"/>
|
|
1626
|
+
<line num="26" count="92" type="stmt"/>
|
|
1627
|
+
<line num="28" count="92" type="stmt"/>
|
|
1681
1628
|
<line num="43" count="84" type="stmt"/>
|
|
1682
1629
|
<line num="45" count="84" type="stmt"/>
|
|
1683
1630
|
<line num="47" count="84" type="stmt"/>
|
|
@@ -1785,24 +1732,24 @@
|
|
|
1785
1732
|
<line num="316" count="2" type="stmt"/>
|
|
1786
1733
|
<line num="317" count="3" type="stmt"/>
|
|
1787
1734
|
</file>
|
|
1788
|
-
<file name="index.ts" path="/
|
|
1735
|
+
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid/index.ts">
|
|
1789
1736
|
<metrics statements="11" coveredstatements="11" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1790
|
-
<line num="1" count="
|
|
1791
|
-
<line num="2" count="
|
|
1792
|
-
<line num="3" count="
|
|
1793
|
-
<line num="4" count="
|
|
1794
|
-
<line num="5" count="
|
|
1795
|
-
<line num="6" count="
|
|
1796
|
-
<line num="7" count="
|
|
1797
|
-
<line num="8" count="
|
|
1798
|
-
<line num="9" count="
|
|
1799
|
-
<line num="10" count="
|
|
1800
|
-
<line num="11" count="
|
|
1801
|
-
</file>
|
|
1802
|
-
<file name="iterable-table.ts" path="/
|
|
1737
|
+
<line num="1" count="92" type="stmt"/>
|
|
1738
|
+
<line num="2" count="92" type="stmt"/>
|
|
1739
|
+
<line num="3" count="92" type="stmt"/>
|
|
1740
|
+
<line num="4" count="92" type="stmt"/>
|
|
1741
|
+
<line num="5" count="92" type="stmt"/>
|
|
1742
|
+
<line num="6" count="92" type="stmt"/>
|
|
1743
|
+
<line num="7" count="92" type="stmt"/>
|
|
1744
|
+
<line num="8" count="92" type="stmt"/>
|
|
1745
|
+
<line num="9" count="92" type="stmt"/>
|
|
1746
|
+
<line num="10" count="92" type="stmt"/>
|
|
1747
|
+
<line num="11" count="92" type="stmt"/>
|
|
1748
|
+
</file>
|
|
1749
|
+
<file name="iterable-table.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid/iterable-table.ts">
|
|
1803
1750
|
<metrics statements="23" coveredstatements="23" conditionals="4" coveredconditionals="4" methods="8" coveredmethods="8"/>
|
|
1804
|
-
<line num="2" count="
|
|
1805
|
-
<line num="6" count="
|
|
1751
|
+
<line num="2" count="92" type="stmt"/>
|
|
1752
|
+
<line num="6" count="92" type="stmt"/>
|
|
1806
1753
|
<line num="13" count="253" type="stmt"/>
|
|
1807
1754
|
<line num="16" count="253" type="stmt"/>
|
|
1808
1755
|
<line num="24" count="4" type="stmt"/>
|
|
@@ -1825,10 +1772,10 @@
|
|
|
1825
1772
|
<line num="60" count="2" type="stmt"/>
|
|
1826
1773
|
<line num="61" count="2" type="stmt"/>
|
|
1827
1774
|
</file>
|
|
1828
|
-
<file name="keymap-merger.ts" path="/
|
|
1775
|
+
<file name="keymap-merger.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid/keymap-merger.ts">
|
|
1829
1776
|
<metrics statements="14" coveredstatements="14" conditionals="1" coveredconditionals="1" methods="7" coveredmethods="7"/>
|
|
1830
|
-
<line num="1" count="
|
|
1831
|
-
<line num="16" count="
|
|
1777
|
+
<line num="1" count="92" type="stmt"/>
|
|
1778
|
+
<line num="16" count="92" type="stmt"/>
|
|
1832
1779
|
<line num="23" count="136" type="stmt"/>
|
|
1833
1780
|
<line num="24" count="136" type="stmt"/>
|
|
1834
1781
|
<line num="25" count="228" type="stmt"/>
|
|
@@ -1842,16 +1789,16 @@
|
|
|
1842
1789
|
<line num="46" count="136" type="stmt"/>
|
|
1843
1790
|
<line num="50" count="14" type="stmt"/>
|
|
1844
1791
|
</file>
|
|
1845
|
-
<file name="keymap-navigation.ts" path="/
|
|
1792
|
+
<file name="keymap-navigation.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid/keymap-navigation.ts">
|
|
1846
1793
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1847
|
-
<line num="5" count="
|
|
1794
|
+
<line num="5" count="92" type="stmt"/>
|
|
1848
1795
|
<line num="7" count="136" type="stmt"/>
|
|
1849
1796
|
</file>
|
|
1850
|
-
<file name="table-action-builder.ts" path="/
|
|
1797
|
+
<file name="table-action-builder.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid/table-action-builder.ts">
|
|
1851
1798
|
<metrics statements="48" coveredstatements="48" conditionals="15" coveredconditionals="15" methods="11" coveredmethods="11"/>
|
|
1852
|
-
<line num="1" count="
|
|
1853
|
-
<line num="2" count="
|
|
1854
|
-
<line num="9" count="
|
|
1799
|
+
<line num="1" count="92" type="stmt"/>
|
|
1800
|
+
<line num="2" count="92" type="stmt"/>
|
|
1801
|
+
<line num="9" count="92" type="stmt"/>
|
|
1855
1802
|
<line num="13" count="253" type="stmt"/>
|
|
1856
1803
|
<line num="22" count="13" type="stmt"/>
|
|
1857
1804
|
<line num="24" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -1898,9 +1845,9 @@
|
|
|
1898
1845
|
<line num="108" count="1" type="stmt"/>
|
|
1899
1846
|
<line num="112" count="16" type="stmt"/>
|
|
1900
1847
|
</file>
|
|
1901
|
-
<file name="view-navigator.ts" path="/
|
|
1848
|
+
<file name="view-navigator.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid/view-navigator.ts">
|
|
1902
1849
|
<metrics statements="11" coveredstatements="11" conditionals="4" coveredconditionals="4" methods="5" coveredmethods="5"/>
|
|
1903
|
-
<line num="4" count="
|
|
1850
|
+
<line num="4" count="92" type="stmt"/>
|
|
1904
1851
|
<line num="5" count="253" type="stmt"/>
|
|
1905
1852
|
<line num="8" count="4" type="stmt"/>
|
|
1906
1853
|
<line num="12" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -1915,13 +1862,13 @@
|
|
|
1915
1862
|
</package>
|
|
1916
1863
|
<package name="src.components.zd-grid-editable">
|
|
1917
1864
|
<metrics statements="529" coveredstatements="529" conditionals="126" coveredconditionals="126" methods="139" coveredmethods="139"/>
|
|
1918
|
-
<file name="data-editor-with-add.ts" path="/
|
|
1865
|
+
<file name="data-editor-with-add.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid-editable/data-editor-with-add.ts">
|
|
1919
1866
|
<metrics statements="113" coveredstatements="113" conditionals="25" coveredconditionals="25" methods="21" coveredmethods="21"/>
|
|
1920
|
-
<line num="1" count="
|
|
1921
|
-
<line num="2" count="
|
|
1922
|
-
<line num="5" count="
|
|
1923
|
-
<line num="6" count="
|
|
1924
|
-
<line num="9" count="
|
|
1867
|
+
<line num="1" count="92" type="stmt"/>
|
|
1868
|
+
<line num="2" count="92" type="stmt"/>
|
|
1869
|
+
<line num="5" count="92" type="stmt"/>
|
|
1870
|
+
<line num="6" count="92" type="stmt"/>
|
|
1871
|
+
<line num="9" count="92" type="stmt"/>
|
|
1925
1872
|
<line num="10" count="127" type="stmt"/>
|
|
1926
1873
|
<line num="16" count="127" type="stmt"/>
|
|
1927
1874
|
<line num="19" count="127" type="stmt"/>
|
|
@@ -2031,14 +1978,14 @@
|
|
|
2031
1978
|
<line num="240" count="8" type="stmt"/>
|
|
2032
1979
|
<line num="245" count="9" type="stmt"/>
|
|
2033
1980
|
</file>
|
|
2034
|
-
<file name="data-editor.ts" path="/
|
|
1981
|
+
<file name="data-editor.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid-editable/data-editor.ts">
|
|
2035
1982
|
<metrics statements="209" coveredstatements="209" conditionals="73" coveredconditionals="73" methods="48" coveredmethods="48"/>
|
|
2036
|
-
<line num="1" count="
|
|
2037
|
-
<line num="10" count="
|
|
2038
|
-
<line num="11" count="
|
|
2039
|
-
<line num="14" count="
|
|
2040
|
-
<line num="15" count="
|
|
2041
|
-
<line num="19" count="
|
|
1983
|
+
<line num="1" count="92" type="stmt"/>
|
|
1984
|
+
<line num="10" count="92" type="stmt"/>
|
|
1985
|
+
<line num="11" count="92" type="stmt"/>
|
|
1986
|
+
<line num="14" count="92" type="stmt"/>
|
|
1987
|
+
<line num="15" count="92" type="stmt"/>
|
|
1988
|
+
<line num="19" count="92" type="stmt"/>
|
|
2042
1989
|
<line num="22" count="168" type="stmt"/>
|
|
2043
1990
|
<line num="28" count="168" type="stmt"/>
|
|
2044
1991
|
<line num="30" count="168" type="stmt"/>
|
|
@@ -2243,25 +2190,25 @@
|
|
|
2243
2190
|
<line num="492" count="2" type="stmt"/>
|
|
2244
2191
|
<line num="493" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2245
2192
|
</file>
|
|
2246
|
-
<file name="grid-column-editable.ts" path="/
|
|
2193
|
+
<file name="grid-column-editable.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid-editable/grid-column-editable.ts">
|
|
2247
2194
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
2248
|
-
<line num="1" count="
|
|
2249
|
-
<line num="7" count="
|
|
2195
|
+
<line num="1" count="92" type="stmt"/>
|
|
2196
|
+
<line num="7" count="92" type="stmt"/>
|
|
2250
2197
|
<line num="8" count="218" type="stmt"/>
|
|
2251
2198
|
<line num="11" count="218" type="stmt"/>
|
|
2252
2199
|
<line num="12" count="218" type="stmt"/>
|
|
2253
2200
|
<line num="13" count="218" type="stmt"/>
|
|
2254
2201
|
</file>
|
|
2255
|
-
<file name="grid-editable-controller.ts" path="/
|
|
2202
|
+
<file name="grid-editable-controller.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid-editable/grid-editable-controller.ts">
|
|
2256
2203
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
|
|
2257
|
-
<line num="4" count="
|
|
2204
|
+
<line num="4" count="92" type="stmt"/>
|
|
2258
2205
|
<line num="8" count="124" type="stmt"/>
|
|
2259
2206
|
<line num="12" count="2" type="stmt"/>
|
|
2260
2207
|
<line num="16" count="2" type="stmt"/>
|
|
2261
2208
|
</file>
|
|
2262
|
-
<file name="grid-editable-events.ts" path="/
|
|
2209
|
+
<file name="grid-editable-events.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid-editable/grid-editable-events.ts">
|
|
2263
2210
|
<metrics statements="31" coveredstatements="31" conditionals="13" coveredconditionals="13" methods="8" coveredmethods="8"/>
|
|
2264
|
-
<line num="5" count="
|
|
2211
|
+
<line num="5" count="92" type="stmt"/>
|
|
2265
2212
|
<line num="11" count="123" type="stmt"/>
|
|
2266
2213
|
<line num="13" count="123" type="stmt"/>
|
|
2267
2214
|
<line num="16" count="123" type="stmt"/>
|
|
@@ -2293,16 +2240,16 @@
|
|
|
2293
2240
|
<line num="97" count="4" type="stmt"/>
|
|
2294
2241
|
<line num="107" count="2" type="stmt"/>
|
|
2295
2242
|
</file>
|
|
2296
|
-
<file name="grid-editable.ts" path="/
|
|
2243
|
+
<file name="grid-editable.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid-editable/grid-editable.ts">
|
|
2297
2244
|
<metrics statements="156" coveredstatements="156" conditionals="15" coveredconditionals="15" methods="57" coveredmethods="57"/>
|
|
2298
|
-
<line num="1" count="
|
|
2299
|
-
<line num="3" count="
|
|
2300
|
-
<line num="22" count="
|
|
2301
|
-
<line num="23" count="
|
|
2302
|
-
<line num="24" count="
|
|
2303
|
-
<line num="25" count="
|
|
2304
|
-
<line num="33" count="
|
|
2305
|
-
<line num="35" count="
|
|
2245
|
+
<line num="1" count="92" type="stmt"/>
|
|
2246
|
+
<line num="3" count="92" type="stmt"/>
|
|
2247
|
+
<line num="22" count="92" type="stmt"/>
|
|
2248
|
+
<line num="23" count="92" type="stmt"/>
|
|
2249
|
+
<line num="24" count="92" type="stmt"/>
|
|
2250
|
+
<line num="25" count="92" type="stmt"/>
|
|
2251
|
+
<line num="33" count="92" type="stmt"/>
|
|
2252
|
+
<line num="35" count="92" type="stmt"/>
|
|
2306
2253
|
<line num="52" count="123" type="stmt"/>
|
|
2307
2254
|
<line num="54" count="123" type="stmt"/>
|
|
2308
2255
|
<line num="56" count="123" type="stmt"/>
|
|
@@ -2452,47 +2399,47 @@
|
|
|
2452
2399
|
<line num="458" count="1" type="stmt"/>
|
|
2453
2400
|
<line num="462" count="1" type="stmt"/>
|
|
2454
2401
|
</file>
|
|
2455
|
-
<file name="index.ts" path="/
|
|
2402
|
+
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid-editable/index.ts">
|
|
2456
2403
|
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2457
|
-
<line num="1" count="
|
|
2458
|
-
<line num="2" count="
|
|
2459
|
-
<line num="3" count="
|
|
2460
|
-
<line num="4" count="
|
|
2461
|
-
<line num="5" count="
|
|
2462
|
-
<line num="6" count="
|
|
2463
|
-
<line num="7" count="
|
|
2464
|
-
<line num="8" count="
|
|
2465
|
-
</file>
|
|
2466
|
-
<file name="keymap-editing.ts" path="/
|
|
2404
|
+
<line num="1" count="92" type="stmt"/>
|
|
2405
|
+
<line num="2" count="92" type="stmt"/>
|
|
2406
|
+
<line num="3" count="92" type="stmt"/>
|
|
2407
|
+
<line num="4" count="92" type="stmt"/>
|
|
2408
|
+
<line num="5" count="92" type="stmt"/>
|
|
2409
|
+
<line num="6" count="92" type="stmt"/>
|
|
2410
|
+
<line num="7" count="92" type="stmt"/>
|
|
2411
|
+
<line num="8" count="92" type="stmt"/>
|
|
2412
|
+
</file>
|
|
2413
|
+
<file name="keymap-editing.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid-editable/keymap-editing.ts">
|
|
2467
2414
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
2468
|
-
<line num="6" count="
|
|
2415
|
+
<line num="6" count="92" type="stmt"/>
|
|
2469
2416
|
<line num="8" count="50" type="stmt"/>
|
|
2470
2417
|
</file>
|
|
2471
2418
|
</package>
|
|
2472
2419
|
<package name="src.components.zd-grid-editable.errors">
|
|
2473
2420
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
2474
|
-
<file name="index.ts" path="/
|
|
2421
|
+
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid-editable/errors/index.ts">
|
|
2475
2422
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2476
|
-
<line num="1" count="
|
|
2477
|
-
<line num="2" count="
|
|
2423
|
+
<line num="1" count="92" type="stmt"/>
|
|
2424
|
+
<line num="2" count="92" type="stmt"/>
|
|
2478
2425
|
</file>
|
|
2479
|
-
<file name="not-editing.ts" path="/
|
|
2426
|
+
<file name="not-editing.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid-editable/errors/not-editing.ts">
|
|
2480
2427
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
2481
|
-
<line num="4" count="
|
|
2428
|
+
<line num="4" count="92" type="stmt"/>
|
|
2482
2429
|
<line num="6" count="2" type="stmt"/>
|
|
2483
2430
|
</file>
|
|
2484
|
-
<file name="row-not-found.ts" path="/
|
|
2431
|
+
<file name="row-not-found.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-grid-editable/errors/row-not-found.ts">
|
|
2485
2432
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
2486
|
-
<line num="4" count="
|
|
2433
|
+
<line num="4" count="92" type="stmt"/>
|
|
2487
2434
|
<line num="6" count="2" type="stmt"/>
|
|
2488
2435
|
</file>
|
|
2489
2436
|
</package>
|
|
2490
2437
|
<package name="src.components.zd-header">
|
|
2491
2438
|
<metrics statements="15" coveredstatements="15" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
|
|
2492
|
-
<file name="header.ts" path="/
|
|
2439
|
+
<file name="header.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-header/header.ts">
|
|
2493
2440
|
<metrics statements="15" coveredstatements="15" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
|
|
2494
|
-
<line num="1" count="
|
|
2495
|
-
<line num="9" count="
|
|
2441
|
+
<line num="1" count="92" type="stmt"/>
|
|
2442
|
+
<line num="9" count="92" type="stmt"/>
|
|
2496
2443
|
<line num="13" count="2" type="stmt"/>
|
|
2497
2444
|
<line num="18" count="2" type="stmt"/>
|
|
2498
2445
|
<line num="23" count="2" type="stmt"/>
|
|
@@ -2510,10 +2457,10 @@
|
|
|
2510
2457
|
</package>
|
|
2511
2458
|
<package name="src.components.zd-icon">
|
|
2512
2459
|
<metrics statements="12" coveredstatements="12" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2513
|
-
<file name="icon.ts" path="/
|
|
2460
|
+
<file name="icon.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-icon/icon.ts">
|
|
2514
2461
|
<metrics statements="12" coveredstatements="12" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2515
|
-
<line num="1" count="
|
|
2516
|
-
<line num="7" count="
|
|
2462
|
+
<line num="1" count="92" type="stmt"/>
|
|
2463
|
+
<line num="7" count="92" type="stmt"/>
|
|
2517
2464
|
<line num="12" count="2" type="stmt"/>
|
|
2518
2465
|
<line num="17" count="2" type="stmt"/>
|
|
2519
2466
|
<line num="22" count="2" type="stmt"/>
|
|
@@ -2528,10 +2475,10 @@
|
|
|
2528
2475
|
</package>
|
|
2529
2476
|
<package name="src.components.zd-image">
|
|
2530
2477
|
<metrics statements="19" coveredstatements="19" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
2531
|
-
<file name="image.ts" path="/
|
|
2478
|
+
<file name="image.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-image/image.ts">
|
|
2532
2479
|
<metrics statements="19" coveredstatements="19" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
2533
|
-
<line num="1" count="
|
|
2534
|
-
<line num="4" count="
|
|
2480
|
+
<line num="1" count="92" type="stmt"/>
|
|
2481
|
+
<line num="4" count="92" type="stmt"/>
|
|
2535
2482
|
<line num="8" count="3" type="stmt"/>
|
|
2536
2483
|
<line num="13" count="3" type="stmt"/>
|
|
2537
2484
|
<line num="18" count="3" type="stmt"/>
|
|
@@ -2553,11 +2500,11 @@
|
|
|
2553
2500
|
</package>
|
|
2554
2501
|
<package name="src.components.zd-increment">
|
|
2555
2502
|
<metrics statements="22" coveredstatements="22" conditionals="16" coveredconditionals="16" methods="4" coveredmethods="4"/>
|
|
2556
|
-
<file name="increment.ts" path="/
|
|
2503
|
+
<file name="increment.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-increment/increment.ts">
|
|
2557
2504
|
<metrics statements="22" coveredstatements="22" conditionals="16" coveredconditionals="16" methods="4" coveredmethods="4"/>
|
|
2558
|
-
<line num="1" count="
|
|
2559
|
-
<line num="2" count="
|
|
2560
|
-
<line num="8" count="
|
|
2505
|
+
<line num="1" count="92" type="stmt"/>
|
|
2506
|
+
<line num="2" count="92" type="stmt"/>
|
|
2507
|
+
<line num="8" count="92" type="stmt"/>
|
|
2561
2508
|
<line num="9" count="4" type="stmt"/>
|
|
2562
2509
|
<line num="14" count="4" type="stmt"/>
|
|
2563
2510
|
<line num="29" count="4" type="stmt"/>
|
|
@@ -2576,54 +2523,54 @@
|
|
|
2576
2523
|
<line num="110" count="1" type="stmt"/>
|
|
2577
2524
|
<line num="111" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
2578
2525
|
<line num="112" count="1" type="stmt"/>
|
|
2579
|
-
<line num="117" count="
|
|
2526
|
+
<line num="117" count="92" type="stmt"/>
|
|
2580
2527
|
</file>
|
|
2581
2528
|
</package>
|
|
2582
2529
|
<package name="src.components.zd-input">
|
|
2583
2530
|
<metrics statements="106" coveredstatements="106" conditionals="19" coveredconditionals="19" methods="31" coveredmethods="31"/>
|
|
2584
|
-
<file name="input-factory.ts" path="/
|
|
2531
|
+
<file name="input-factory.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-input/input-factory.ts">
|
|
2585
2532
|
<metrics statements="5" coveredstatements="5" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
2586
|
-
<line num="3" count="
|
|
2587
|
-
<line num="4" count="
|
|
2588
|
-
<line num="7" count="
|
|
2533
|
+
<line num="3" count="92" type="stmt"/>
|
|
2534
|
+
<line num="4" count="92" type="stmt"/>
|
|
2535
|
+
<line num="7" count="1380" type="cond" truecount="1" falsecount="0"/>
|
|
2589
2536
|
<line num="11" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
2590
2537
|
<line num="13" count="3" type="stmt"/>
|
|
2591
2538
|
</file>
|
|
2592
|
-
<file name="input.ts" path="/
|
|
2539
|
+
<file name="input.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-input/input.ts">
|
|
2593
2540
|
<metrics statements="101" coveredstatements="101" conditionals="17" coveredconditionals="17" methods="29" coveredmethods="29"/>
|
|
2594
|
-
<line num="1" count="
|
|
2595
|
-
<line num="2" count="
|
|
2596
|
-
<line num="3" count="
|
|
2597
|
-
<line num="4" count="
|
|
2598
|
-
<line num="11" count="
|
|
2599
|
-
<line num="15" count="
|
|
2600
|
-
<line num="20" count="
|
|
2601
|
-
<line num="25" count="
|
|
2602
|
-
<line num="30" count="
|
|
2603
|
-
<line num="36" count="
|
|
2604
|
-
<line num="41" count="
|
|
2605
|
-
<line num="46" count="
|
|
2606
|
-
<line num="56" count="
|
|
2607
|
-
<line num="61" count="
|
|
2608
|
-
<line num="66" count="
|
|
2609
|
-
<line num="76" count="
|
|
2610
|
-
<line num="81" count="
|
|
2611
|
-
<line num="86" count="
|
|
2612
|
-
<line num="91" count="
|
|
2613
|
-
<line num="96" count="
|
|
2614
|
-
<line num="101" count="
|
|
2615
|
-
<line num="106" count="
|
|
2616
|
-
<line num="111" count="
|
|
2617
|
-
<line num="116" count="
|
|
2618
|
-
<line num="121" count="
|
|
2619
|
-
<line num="126" count="
|
|
2620
|
-
<line num="141" count="
|
|
2621
|
-
<line num="143" count="
|
|
2622
|
-
<line num="145" count="
|
|
2623
|
-
<line num="147" count="
|
|
2624
|
-
<line num="149" count="
|
|
2625
|
-
<line num="151" count="
|
|
2626
|
-
<line num="153" count="
|
|
2541
|
+
<line num="1" count="92" type="stmt"/>
|
|
2542
|
+
<line num="2" count="92" type="stmt"/>
|
|
2543
|
+
<line num="3" count="92" type="stmt"/>
|
|
2544
|
+
<line num="4" count="92" type="stmt"/>
|
|
2545
|
+
<line num="11" count="92" type="stmt"/>
|
|
2546
|
+
<line num="15" count="677" type="stmt"/>
|
|
2547
|
+
<line num="20" count="677" type="stmt"/>
|
|
2548
|
+
<line num="25" count="677" type="stmt"/>
|
|
2549
|
+
<line num="30" count="677" type="stmt"/>
|
|
2550
|
+
<line num="36" count="677" type="stmt"/>
|
|
2551
|
+
<line num="41" count="677" type="stmt"/>
|
|
2552
|
+
<line num="46" count="677" type="stmt"/>
|
|
2553
|
+
<line num="56" count="677" type="stmt"/>
|
|
2554
|
+
<line num="61" count="677" type="stmt"/>
|
|
2555
|
+
<line num="66" count="677" type="stmt"/>
|
|
2556
|
+
<line num="76" count="677" type="stmt"/>
|
|
2557
|
+
<line num="81" count="677" type="stmt"/>
|
|
2558
|
+
<line num="86" count="677" type="stmt"/>
|
|
2559
|
+
<line num="91" count="677" type="stmt"/>
|
|
2560
|
+
<line num="96" count="677" type="stmt"/>
|
|
2561
|
+
<line num="101" count="677" type="stmt"/>
|
|
2562
|
+
<line num="106" count="677" type="stmt"/>
|
|
2563
|
+
<line num="111" count="677" type="stmt"/>
|
|
2564
|
+
<line num="116" count="677" type="stmt"/>
|
|
2565
|
+
<line num="121" count="677" type="stmt"/>
|
|
2566
|
+
<line num="126" count="677" type="stmt"/>
|
|
2567
|
+
<line num="141" count="677" type="stmt"/>
|
|
2568
|
+
<line num="143" count="677" type="stmt"/>
|
|
2569
|
+
<line num="145" count="677" type="stmt"/>
|
|
2570
|
+
<line num="147" count="677" type="stmt"/>
|
|
2571
|
+
<line num="149" count="677" type="stmt"/>
|
|
2572
|
+
<line num="151" count="677" type="stmt"/>
|
|
2573
|
+
<line num="153" count="677" type="stmt"/>
|
|
2627
2574
|
<line num="189" count="117" type="stmt"/>
|
|
2628
2575
|
<line num="191" count="117" type="cond" truecount="1" falsecount="0"/>
|
|
2629
2576
|
<line num="192" count="3" type="stmt"/>
|
|
@@ -2635,7 +2582,7 @@
|
|
|
2635
2582
|
<line num="225" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
2636
2583
|
<line num="226" count="1" type="stmt"/>
|
|
2637
2584
|
<line num="229" count="1" type="stmt"/>
|
|
2638
|
-
<line num="237" count="
|
|
2585
|
+
<line num="237" count="677" type="stmt"/>
|
|
2639
2586
|
<line num="246" count="16" type="stmt"/>
|
|
2640
2587
|
<line num="247" count="16" type="stmt"/>
|
|
2641
2588
|
<line num="248" count="16" type="stmt"/>
|
|
@@ -2671,13 +2618,13 @@
|
|
|
2671
2618
|
<line num="345" count="9" type="stmt"/>
|
|
2672
2619
|
<line num="346" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
2673
2620
|
<line num="347" count="7" type="stmt"/>
|
|
2674
|
-
<line num="351" count="
|
|
2675
|
-
<line num="359" count="
|
|
2676
|
-
<line num="361" count="
|
|
2677
|
-
<line num="362" count="
|
|
2678
|
-
<line num="363" count="
|
|
2679
|
-
<line num="367" count="
|
|
2680
|
-
<line num="369" count="
|
|
2621
|
+
<line num="351" count="677" type="stmt"/>
|
|
2622
|
+
<line num="359" count="52" type="cond" truecount="1" falsecount="0"/>
|
|
2623
|
+
<line num="361" count="52" type="cond" truecount="1" falsecount="0"/>
|
|
2624
|
+
<line num="362" count="49" type="stmt"/>
|
|
2625
|
+
<line num="363" count="49" type="stmt"/>
|
|
2626
|
+
<line num="367" count="677" type="stmt"/>
|
|
2627
|
+
<line num="369" count="677" type="stmt"/>
|
|
2681
2628
|
<line num="371" count="1" type="stmt"/>
|
|
2682
2629
|
<line num="382" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
2683
2630
|
<line num="383" count="2" type="stmt"/>
|
|
@@ -2686,71 +2633,71 @@
|
|
|
2686
2633
|
<line num="403" count="2" type="stmt"/>
|
|
2687
2634
|
<line num="405" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
2688
2635
|
<line num="406" count="2" type="stmt"/>
|
|
2689
|
-
<line num="411" count="
|
|
2690
|
-
<line num="412" count="
|
|
2636
|
+
<line num="411" count="677" type="stmt"/>
|
|
2637
|
+
<line num="412" count="677" type="cond" truecount="2" falsecount="0"/>
|
|
2691
2638
|
<line num="413" count="191" type="stmt"/>
|
|
2692
|
-
<line num="415" count="
|
|
2639
|
+
<line num="415" count="677" type="stmt"/>
|
|
2693
2640
|
<line num="419" count="208" type="stmt"/>
|
|
2694
|
-
<line num="420" count="
|
|
2641
|
+
<line num="420" count="92" type="stmt"/>
|
|
2695
2642
|
</file>
|
|
2696
2643
|
</package>
|
|
2697
2644
|
<package name="src.components.zd-iterable">
|
|
2698
|
-
<metrics statements="
|
|
2699
|
-
<file name="column-not-found.ts" path="/
|
|
2645
|
+
<metrics statements="330" coveredstatements="330" conditionals="116" coveredconditionals="116" methods="87" coveredmethods="87"/>
|
|
2646
|
+
<file name="column-not-found.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-iterable/column-not-found.ts">
|
|
2700
2647
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
2701
|
-
<line num="4" count="
|
|
2648
|
+
<line num="4" count="93" type="stmt"/>
|
|
2702
2649
|
<line num="6" count="2" type="stmt"/>
|
|
2703
2650
|
</file>
|
|
2704
|
-
<file name="column.ts" path="/
|
|
2705
|
-
<metrics statements="96" coveredstatements="
|
|
2706
|
-
<line num="1" count="
|
|
2707
|
-
<line num="9" count="
|
|
2708
|
-
<line num="10" count="
|
|
2709
|
-
<line num="11" count="
|
|
2710
|
-
<line num="17" count="
|
|
2711
|
-
<line num="18" count="
|
|
2712
|
-
<line num="20" count="
|
|
2713
|
-
<line num="28" count="
|
|
2714
|
-
<line num="32" count="
|
|
2715
|
-
<line num="35" count="
|
|
2716
|
-
<line num="37" count="
|
|
2717
|
-
<line num="39" count="
|
|
2718
|
-
<line num="41" count="
|
|
2719
|
-
<line num="44" count="
|
|
2720
|
-
<line num="47" count="
|
|
2721
|
-
<line num="53" count="
|
|
2722
|
-
<line num="56" count="
|
|
2723
|
-
<line num="68" count="
|
|
2724
|
-
<line num="71" count="
|
|
2725
|
-
<line num="78" count="
|
|
2726
|
-
<line num="80" count="
|
|
2727
|
-
<line num="82" count="
|
|
2651
|
+
<file name="column.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-iterable/column.ts">
|
|
2652
|
+
<metrics statements="96" coveredstatements="96" conditionals="22" coveredconditionals="22" methods="15" coveredmethods="15"/>
|
|
2653
|
+
<line num="1" count="93" type="stmt"/>
|
|
2654
|
+
<line num="9" count="93" type="stmt"/>
|
|
2655
|
+
<line num="10" count="93" type="stmt"/>
|
|
2656
|
+
<line num="11" count="93" type="stmt"/>
|
|
2657
|
+
<line num="17" count="93" type="stmt"/>
|
|
2658
|
+
<line num="18" count="440" type="stmt"/>
|
|
2659
|
+
<line num="20" count="440" type="stmt"/>
|
|
2660
|
+
<line num="28" count="440" type="stmt"/>
|
|
2661
|
+
<line num="32" count="440" type="stmt"/>
|
|
2662
|
+
<line num="35" count="440" type="stmt"/>
|
|
2663
|
+
<line num="37" count="440" type="stmt"/>
|
|
2664
|
+
<line num="39" count="440" type="stmt"/>
|
|
2665
|
+
<line num="41" count="440" type="stmt"/>
|
|
2666
|
+
<line num="44" count="440" type="stmt"/>
|
|
2667
|
+
<line num="47" count="440" type="stmt"/>
|
|
2668
|
+
<line num="53" count="440" type="stmt"/>
|
|
2669
|
+
<line num="56" count="440" type="stmt"/>
|
|
2670
|
+
<line num="68" count="440" type="stmt"/>
|
|
2671
|
+
<line num="71" count="440" type="stmt"/>
|
|
2672
|
+
<line num="78" count="440" type="stmt"/>
|
|
2673
|
+
<line num="80" count="440" type="stmt"/>
|
|
2674
|
+
<line num="82" count="440" type="stmt"/>
|
|
2728
2675
|
<line num="83" count="1" type="stmt"/>
|
|
2729
|
-
<line num="89" count="
|
|
2730
|
-
<line num="96" count="
|
|
2731
|
-
<line num="97" count="
|
|
2732
|
-
<line num="98" count="
|
|
2733
|
-
<line num="99" count="
|
|
2734
|
-
<line num="100" count="
|
|
2735
|
-
<line num="101" count="
|
|
2736
|
-
<line num="102" count="
|
|
2737
|
-
<line num="103" count="
|
|
2738
|
-
<line num="104" count="
|
|
2739
|
-
<line num="105" count="
|
|
2740
|
-
<line num="106" count="
|
|
2741
|
-
<line num="107" count="
|
|
2742
|
-
<line num="108" count="
|
|
2743
|
-
<line num="109" count="
|
|
2744
|
-
<line num="110" count="
|
|
2745
|
-
<line num="111" count="
|
|
2746
|
-
<line num="112" count="
|
|
2747
|
-
<line num="113" count="
|
|
2748
|
-
<line num="114" count="
|
|
2749
|
-
<line num="115" count="
|
|
2750
|
-
<line num="116" count="
|
|
2751
|
-
<line num="121" count="
|
|
2752
|
-
<line num="122" count="
|
|
2753
|
-
<line num="124" count="
|
|
2676
|
+
<line num="89" count="440" type="stmt"/>
|
|
2677
|
+
<line num="96" count="440" type="stmt"/>
|
|
2678
|
+
<line num="97" count="440" type="stmt"/>
|
|
2679
|
+
<line num="98" count="440" type="stmt"/>
|
|
2680
|
+
<line num="99" count="440" type="stmt"/>
|
|
2681
|
+
<line num="100" count="440" type="stmt"/>
|
|
2682
|
+
<line num="101" count="440" type="stmt"/>
|
|
2683
|
+
<line num="102" count="440" type="stmt"/>
|
|
2684
|
+
<line num="103" count="440" type="stmt"/>
|
|
2685
|
+
<line num="104" count="440" type="stmt"/>
|
|
2686
|
+
<line num="105" count="440" type="stmt"/>
|
|
2687
|
+
<line num="106" count="440" type="stmt"/>
|
|
2688
|
+
<line num="107" count="440" type="stmt"/>
|
|
2689
|
+
<line num="108" count="440" type="stmt"/>
|
|
2690
|
+
<line num="109" count="440" type="stmt"/>
|
|
2691
|
+
<line num="110" count="440" type="stmt"/>
|
|
2692
|
+
<line num="111" count="440" type="stmt"/>
|
|
2693
|
+
<line num="112" count="440" type="stmt"/>
|
|
2694
|
+
<line num="113" count="440" type="stmt"/>
|
|
2695
|
+
<line num="114" count="440" type="stmt"/>
|
|
2696
|
+
<line num="115" count="440" type="cond" truecount="1" falsecount="0"/>
|
|
2697
|
+
<line num="116" count="37" type="stmt"/>
|
|
2698
|
+
<line num="121" count="37" type="stmt"/>
|
|
2699
|
+
<line num="122" count="37" type="cond" truecount="2" falsecount="0"/>
|
|
2700
|
+
<line num="124" count="440" type="stmt"/>
|
|
2754
2701
|
<line num="131" count="1" type="stmt"/>
|
|
2755
2702
|
<line num="138" count="4" type="stmt"/>
|
|
2756
2703
|
<line num="145" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -2765,46 +2712,46 @@
|
|
|
2765
2712
|
<line num="170" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
2766
2713
|
<line num="171" count="4" type="stmt"/>
|
|
2767
2714
|
<line num="174" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
2768
|
-
<line num="178" count="
|
|
2769
|
-
<line num="180" count="
|
|
2770
|
-
<line num="181" count="
|
|
2771
|
-
<line num="183" count="
|
|
2772
|
-
<line num="185" count="
|
|
2773
|
-
<line num="186" count="
|
|
2774
|
-
<line num="187" count="
|
|
2775
|
-
<line num="188" count="
|
|
2776
|
-
<line num="191" count="
|
|
2777
|
-
<line num="193" count="
|
|
2778
|
-
<line num="194" count="
|
|
2779
|
-
<line num="195" count="
|
|
2780
|
-
<line num="196" count="
|
|
2781
|
-
<line num="198" count="
|
|
2782
|
-
<line num="201" count="
|
|
2783
|
-
<line num="208" count="
|
|
2784
|
-
<line num="212" count="
|
|
2785
|
-
<line num="213" count="
|
|
2786
|
-
<line num="214" count="
|
|
2715
|
+
<line num="178" count="19" type="stmt"/>
|
|
2716
|
+
<line num="180" count="19" type="cond" truecount="1" falsecount="0"/>
|
|
2717
|
+
<line num="181" count="2" type="stmt"/>
|
|
2718
|
+
<line num="183" count="17" type="stmt"/>
|
|
2719
|
+
<line num="185" count="19" type="cond" truecount="2" falsecount="0"/>
|
|
2720
|
+
<line num="186" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
2721
|
+
<line num="187" count="10" type="stmt"/>
|
|
2722
|
+
<line num="188" count="10" type="stmt"/>
|
|
2723
|
+
<line num="191" count="7" type="stmt"/>
|
|
2724
|
+
<line num="193" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
2725
|
+
<line num="194" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
2726
|
+
<line num="195" count="4" type="stmt"/>
|
|
2727
|
+
<line num="196" count="4" type="stmt"/>
|
|
2728
|
+
<line num="198" count="3" type="stmt"/>
|
|
2729
|
+
<line num="201" count="6" type="stmt"/>
|
|
2730
|
+
<line num="208" count="355" type="stmt"/>
|
|
2731
|
+
<line num="212" count="2" type="stmt"/>
|
|
2732
|
+
<line num="213" count="2" type="stmt"/>
|
|
2733
|
+
<line num="214" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2787
2734
|
<line num="215" count="1" type="stmt"/>
|
|
2788
|
-
<line num="217" count="
|
|
2789
|
-
<line num="218" count="
|
|
2790
|
-
<line num="219" count="
|
|
2791
|
-
<line num="222" count="
|
|
2792
|
-
<line num="225" count="
|
|
2793
|
-
<line num="226" count="
|
|
2794
|
-
<line num="227" count="
|
|
2795
|
-
<line num="229" count="
|
|
2796
|
-
<line num="230" count="
|
|
2797
|
-
<line num="231" count="
|
|
2735
|
+
<line num="217" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
2736
|
+
<line num="218" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
2737
|
+
<line num="219" count="1" type="stmt"/>
|
|
2738
|
+
<line num="222" count="1" type="stmt"/>
|
|
2739
|
+
<line num="225" count="2" type="stmt"/>
|
|
2740
|
+
<line num="226" count="2" type="stmt"/>
|
|
2741
|
+
<line num="227" count="2" type="stmt"/>
|
|
2742
|
+
<line num="229" count="2" type="stmt"/>
|
|
2743
|
+
<line num="230" count="2" type="stmt"/>
|
|
2744
|
+
<line num="231" count="2" type="stmt"/>
|
|
2798
2745
|
<line num="238" count="7" type="stmt"/>
|
|
2799
2746
|
<line num="239" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
2800
2747
|
<line num="243" count="2" type="stmt"/>
|
|
2801
2748
|
<line num="244" count="2" type="stmt"/>
|
|
2802
2749
|
</file>
|
|
2803
|
-
<file name="conditions-manager.ts" path="/
|
|
2750
|
+
<file name="conditions-manager.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-iterable/conditions-manager.ts">
|
|
2804
2751
|
<metrics statements="57" coveredstatements="57" conditionals="30" coveredconditionals="30" methods="14" coveredmethods="14"/>
|
|
2805
|
-
<line num="1" count="
|
|
2806
|
-
<line num="2" count="
|
|
2807
|
-
<line num="10" count="
|
|
2752
|
+
<line num="1" count="93" type="stmt"/>
|
|
2753
|
+
<line num="2" count="93" type="stmt"/>
|
|
2754
|
+
<line num="10" count="93" type="stmt"/>
|
|
2808
2755
|
<line num="19" count="214" type="stmt"/>
|
|
2809
2756
|
<line num="21" count="214" type="stmt"/>
|
|
2810
2757
|
<line num="24" count="214" type="stmt"/>
|
|
@@ -2860,20 +2807,20 @@
|
|
|
2860
2807
|
<line num="142" count="232" type="cond" truecount="1" falsecount="0"/>
|
|
2861
2808
|
<line num="144" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
2862
2809
|
</file>
|
|
2863
|
-
<file name="iterable-columns-button-controller.ts" path="/
|
|
2810
|
+
<file name="iterable-columns-button-controller.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-iterable/iterable-columns-button-controller.ts">
|
|
2864
2811
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
2865
|
-
<line num="6" count="
|
|
2812
|
+
<line num="6" count="92" type="stmt"/>
|
|
2866
2813
|
<line num="10" count="4" type="stmt"/>
|
|
2867
2814
|
<line num="14" count="1" type="stmt"/>
|
|
2868
2815
|
<line num="15" count="1" type="stmt"/>
|
|
2869
2816
|
</file>
|
|
2870
|
-
<file name="iterable-columns-button.ts" path="/
|
|
2817
|
+
<file name="iterable-columns-button.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-iterable/iterable-columns-button.ts">
|
|
2871
2818
|
<metrics statements="17" coveredstatements="17" conditionals="6" coveredconditionals="6" methods="4" coveredmethods="4"/>
|
|
2872
|
-
<line num="1" count="
|
|
2873
|
-
<line num="3" count="
|
|
2874
|
-
<line num="5" count="
|
|
2875
|
-
<line num="6" count="
|
|
2876
|
-
<line num="11" count="
|
|
2819
|
+
<line num="1" count="92" type="stmt"/>
|
|
2820
|
+
<line num="3" count="92" type="stmt"/>
|
|
2821
|
+
<line num="5" count="92" type="stmt"/>
|
|
2822
|
+
<line num="6" count="92" type="stmt"/>
|
|
2823
|
+
<line num="11" count="92" type="stmt"/>
|
|
2877
2824
|
<line num="25" count="9" type="stmt"/>
|
|
2878
2825
|
<line num="32" count="9" type="stmt"/>
|
|
2879
2826
|
<line num="34" count="9" type="stmt"/>
|
|
@@ -2887,9 +2834,9 @@
|
|
|
2887
2834
|
<line num="70" count="2" type="stmt"/>
|
|
2888
2835
|
<line num="74" count="8" type="stmt"/>
|
|
2889
2836
|
</file>
|
|
2890
|
-
<file name="iterable-controller.ts" path="/
|
|
2837
|
+
<file name="iterable-controller.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-iterable/iterable-controller.ts">
|
|
2891
2838
|
<metrics statements="8" coveredstatements="8" conditionals="6" coveredconditionals="6" methods="4" coveredmethods="4"/>
|
|
2892
|
-
<line num="3" count="
|
|
2839
|
+
<line num="3" count="92" type="stmt"/>
|
|
2893
2840
|
<line num="6" count="206" type="stmt"/>
|
|
2894
2841
|
<line num="9" count="206" type="stmt"/>
|
|
2895
2842
|
<line num="13" count="21" type="stmt"/>
|
|
@@ -2898,12 +2845,12 @@
|
|
|
2898
2845
|
<line num="19" count="62" type="stmt"/>
|
|
2899
2846
|
<line num="25" count="1" type="stmt"/>
|
|
2900
2847
|
</file>
|
|
2901
|
-
<file name="iterable-page-component.ts" path="/
|
|
2848
|
+
<file name="iterable-page-component.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-iterable/iterable-page-component.ts">
|
|
2902
2849
|
<metrics statements="11" coveredstatements="11" conditionals="6" coveredconditionals="6" methods="2" coveredmethods="2"/>
|
|
2903
|
-
<line num="1" count="
|
|
2904
|
-
<line num="2" count="
|
|
2905
|
-
<line num="4" count="
|
|
2906
|
-
<line num="9" count="
|
|
2850
|
+
<line num="1" count="92" type="stmt"/>
|
|
2851
|
+
<line num="2" count="92" type="stmt"/>
|
|
2852
|
+
<line num="4" count="92" type="stmt"/>
|
|
2853
|
+
<line num="9" count="92" type="stmt"/>
|
|
2907
2854
|
<line num="40" count="2" type="stmt"/>
|
|
2908
2855
|
<line num="41" count="2" type="stmt"/>
|
|
2909
2856
|
<line num="45" count="9" type="cond" truecount="4" falsecount="0"/>
|
|
@@ -2912,17 +2859,17 @@
|
|
|
2912
2859
|
<line num="48" count="6" type="stmt"/>
|
|
2913
2860
|
<line num="50" count="1" type="stmt"/>
|
|
2914
2861
|
</file>
|
|
2915
|
-
<file name="iterable-page-info.ts" path="/
|
|
2862
|
+
<file name="iterable-page-info.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-iterable/iterable-page-info.ts">
|
|
2916
2863
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2917
|
-
<line num="2" count="
|
|
2918
|
-
<line num="7" count="
|
|
2864
|
+
<line num="2" count="92" type="stmt"/>
|
|
2865
|
+
<line num="7" count="92" type="stmt"/>
|
|
2919
2866
|
</file>
|
|
2920
|
-
<file name="iterable-page-size.ts" path="/
|
|
2867
|
+
<file name="iterable-page-size.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-iterable/iterable-page-size.ts">
|
|
2921
2868
|
<metrics statements="22" coveredstatements="22" conditionals="8" coveredconditionals="8" methods="4" coveredmethods="4"/>
|
|
2922
|
-
<line num="1" count="
|
|
2923
|
-
<line num="2" count="
|
|
2924
|
-
<line num="4" count="
|
|
2925
|
-
<line num="9" count="
|
|
2869
|
+
<line num="1" count="92" type="stmt"/>
|
|
2870
|
+
<line num="2" count="92" type="stmt"/>
|
|
2871
|
+
<line num="4" count="92" type="stmt"/>
|
|
2872
|
+
<line num="9" count="92" type="stmt"/>
|
|
2926
2873
|
<line num="18" count="4" type="stmt"/>
|
|
2927
2874
|
<line num="23" count="4" type="stmt"/>
|
|
2928
2875
|
<line num="28" count="4" type="stmt"/>
|
|
@@ -2942,23 +2889,23 @@
|
|
|
2942
2889
|
<line num="108" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
2943
2890
|
<line num="109" count="1" type="stmt"/>
|
|
2944
2891
|
</file>
|
|
2945
|
-
<file name="iterable-pagination.ts" path="/
|
|
2892
|
+
<file name="iterable-pagination.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-iterable/iterable-pagination.ts">
|
|
2946
2893
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2947
|
-
<line num="2" count="
|
|
2948
|
-
<line num="7" count="
|
|
2894
|
+
<line num="2" count="92" type="stmt"/>
|
|
2895
|
+
<line num="7" count="92" type="stmt"/>
|
|
2949
2896
|
<line num="11" count="2" type="stmt"/>
|
|
2950
2897
|
<line num="16" count="2" type="stmt"/>
|
|
2951
2898
|
<line num="21" count="2" type="stmt"/>
|
|
2952
2899
|
</file>
|
|
2953
|
-
<file name="iterable.ts" path="/
|
|
2954
|
-
<metrics statements="
|
|
2955
|
-
<line num="1" count="
|
|
2956
|
-
<line num="2" count="
|
|
2957
|
-
<line num="3" count="
|
|
2958
|
-
<line num="6" count="
|
|
2959
|
-
<line num="7" count="
|
|
2960
|
-
<line num="9" count="
|
|
2961
|
-
<line num="14" count="
|
|
2900
|
+
<file name="iterable.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-iterable/iterable.ts">
|
|
2901
|
+
<metrics statements="80" coveredstatements="80" conditionals="26" coveredconditionals="26" methods="37" coveredmethods="37"/>
|
|
2902
|
+
<line num="1" count="92" type="stmt"/>
|
|
2903
|
+
<line num="2" count="92" type="stmt"/>
|
|
2904
|
+
<line num="3" count="92" type="stmt"/>
|
|
2905
|
+
<line num="6" count="92" type="stmt"/>
|
|
2906
|
+
<line num="7" count="92" type="stmt"/>
|
|
2907
|
+
<line num="9" count="92" type="stmt"/>
|
|
2908
|
+
<line num="14" count="92" type="stmt"/>
|
|
2962
2909
|
<line num="24" count="259" type="stmt"/>
|
|
2963
2910
|
<line num="27" count="259" type="stmt"/>
|
|
2964
2911
|
<line num="33" count="259" type="stmt"/>
|
|
@@ -3018,18 +2965,29 @@
|
|
|
3018
2965
|
<line num="229" count="4" type="stmt"/>
|
|
3019
2966
|
<line num="233" count="134" type="stmt"/>
|
|
3020
2967
|
<line num="237" count="1273" type="stmt"/>
|
|
3021
|
-
<line num="
|
|
3022
|
-
<line num="
|
|
3023
|
-
<line num="
|
|
2968
|
+
<line num="249" count="8881" type="cond" truecount="3" falsecount="0"/>
|
|
2969
|
+
<line num="250" count="1" type="stmt"/>
|
|
2970
|
+
<line num="254" count="8880" type="cond" truecount="1" falsecount="0"/>
|
|
2971
|
+
<line num="255" count="5580" type="stmt"/>
|
|
2972
|
+
<line num="259" count="3300" type="cond" truecount="1" falsecount="0"/>
|
|
2973
|
+
<line num="260" count="1774" type="stmt"/>
|
|
2974
|
+
<line num="264" count="1775" type="cond" truecount="1" falsecount="0"/>
|
|
2975
|
+
<line num="265" count="1774" type="stmt"/>
|
|
2976
|
+
<line num="266" count="1774" type="stmt"/>
|
|
2977
|
+
<line num="267" count="5834" type="stmt"/>
|
|
2978
|
+
<line num="269" count="1774" type="stmt"/>
|
|
2979
|
+
<line num="273" count="1" type="stmt"/>
|
|
2980
|
+
<line num="277" count="1775" type="stmt"/>
|
|
2981
|
+
<line num="281" count="1" type="stmt"/>
|
|
3024
2982
|
</file>
|
|
3025
|
-
<file name="search.ts" path="/
|
|
2983
|
+
<file name="search.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-iterable/search.ts">
|
|
3026
2984
|
<metrics statements="26" coveredstatements="26" conditionals="12" coveredconditionals="12" methods="4" coveredmethods="4"/>
|
|
3027
|
-
<line num="1" count="
|
|
3028
|
-
<line num="2" count="
|
|
3029
|
-
<line num="3" count="
|
|
3030
|
-
<line num="4" count="
|
|
3031
|
-
<line num="6" count="
|
|
3032
|
-
<line num="11" count="
|
|
2985
|
+
<line num="1" count="92" type="stmt"/>
|
|
2986
|
+
<line num="2" count="92" type="stmt"/>
|
|
2987
|
+
<line num="3" count="92" type="stmt"/>
|
|
2988
|
+
<line num="4" count="92" type="stmt"/>
|
|
2989
|
+
<line num="6" count="92" type="stmt"/>
|
|
2990
|
+
<line num="11" count="92" type="stmt"/>
|
|
3033
2991
|
<line num="22" count="6" type="stmt"/>
|
|
3034
2992
|
<line num="24" count="6" type="stmt"/>
|
|
3035
2993
|
<line num="26" count="6" type="stmt"/>
|
|
@@ -3049,17 +3007,17 @@
|
|
|
3049
3007
|
<line num="78" count="1" type="stmt"/>
|
|
3050
3008
|
<line num="79" count="1" type="stmt"/>
|
|
3051
3009
|
<line num="82" count="1" type="stmt"/>
|
|
3052
|
-
<line num="86" count="
|
|
3010
|
+
<line num="86" count="92" type="stmt"/>
|
|
3053
3011
|
</file>
|
|
3054
3012
|
</package>
|
|
3055
3013
|
<package name="src.components.zd-iterable-component-render">
|
|
3056
3014
|
<metrics statements="49" coveredstatements="49" conditionals="15" coveredconditionals="15" methods="5" coveredmethods="5"/>
|
|
3057
|
-
<file name="iterable-component-render.ts" path="/
|
|
3015
|
+
<file name="iterable-component-render.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-iterable-component-render/iterable-component-render.ts">
|
|
3058
3016
|
<metrics statements="49" coveredstatements="49" conditionals="15" coveredconditionals="15" methods="5" coveredmethods="5"/>
|
|
3059
|
-
<line num="2" count="
|
|
3060
|
-
<line num="4" count="
|
|
3061
|
-
<line num="6" count="
|
|
3062
|
-
<line num="16" count="
|
|
3017
|
+
<line num="2" count="92" type="stmt"/>
|
|
3018
|
+
<line num="4" count="92" type="stmt"/>
|
|
3019
|
+
<line num="6" count="92" type="stmt"/>
|
|
3020
|
+
<line num="16" count="92" type="stmt"/>
|
|
3063
3021
|
<line num="20" count="4" type="stmt"/>
|
|
3064
3022
|
<line num="25" count="4" type="stmt"/>
|
|
3065
3023
|
<line num="35" count="4" type="stmt"/>
|
|
@@ -3109,10 +3067,10 @@
|
|
|
3109
3067
|
</package>
|
|
3110
3068
|
<package name="src.components.zd-layout">
|
|
3111
3069
|
<metrics statements="11" coveredstatements="11" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
3112
|
-
<file name="layout.ts" path="/
|
|
3070
|
+
<file name="layout.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-layout/layout.ts">
|
|
3113
3071
|
<metrics statements="11" coveredstatements="11" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
3114
|
-
<line num="1" count="
|
|
3115
|
-
<line num="4" count="
|
|
3072
|
+
<line num="1" count="92" type="stmt"/>
|
|
3073
|
+
<line num="4" count="92" type="stmt"/>
|
|
3116
3074
|
<line num="5" count="2" type="stmt"/>
|
|
3117
3075
|
<line num="7" count="2" type="stmt"/>
|
|
3118
3076
|
<line num="9" count="2" type="stmt"/>
|
|
@@ -3126,16 +3084,16 @@
|
|
|
3126
3084
|
</package>
|
|
3127
3085
|
<package name="src.components.zd-list">
|
|
3128
3086
|
<metrics statements="74" coveredstatements="74" conditionals="7" coveredconditionals="7" methods="9" coveredmethods="9"/>
|
|
3129
|
-
<file name="item-not-found.ts" path="/
|
|
3087
|
+
<file name="item-not-found.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-list/item-not-found.ts">
|
|
3130
3088
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
3131
|
-
<line num="4" count="
|
|
3089
|
+
<line num="4" count="92" type="stmt"/>
|
|
3132
3090
|
<line num="6" count="4" type="stmt"/>
|
|
3133
3091
|
</file>
|
|
3134
|
-
<file name="list-group.ts" path="/
|
|
3092
|
+
<file name="list-group.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-list/list-group.ts">
|
|
3135
3093
|
<metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="4" coveredmethods="4"/>
|
|
3136
|
-
<line num="2" count="
|
|
3137
|
-
<line num="3" count="
|
|
3138
|
-
<line num="8" count="
|
|
3094
|
+
<line num="2" count="92" type="stmt"/>
|
|
3095
|
+
<line num="3" count="92" type="stmt"/>
|
|
3096
|
+
<line num="8" count="92" type="stmt"/>
|
|
3139
3097
|
<line num="17" count="6" type="stmt"/>
|
|
3140
3098
|
<line num="22" count="6" type="stmt"/>
|
|
3141
3099
|
<line num="25" count="6" type="stmt"/>
|
|
@@ -3150,10 +3108,10 @@
|
|
|
3150
3108
|
<line num="48" count="1" type="stmt"/>
|
|
3151
3109
|
<line num="50" count="1" type="stmt"/>
|
|
3152
3110
|
</file>
|
|
3153
|
-
<file name="list-item.ts" path="/
|
|
3111
|
+
<file name="list-item.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-list/list-item.ts">
|
|
3154
3112
|
<metrics statements="18" coveredstatements="18" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
|
3155
|
-
<line num="1" count="
|
|
3156
|
-
<line num="8" count="
|
|
3113
|
+
<line num="1" count="92" type="stmt"/>
|
|
3114
|
+
<line num="8" count="92" type="stmt"/>
|
|
3157
3115
|
<line num="17" count="8" type="stmt"/>
|
|
3158
3116
|
<line num="37" count="8" type="stmt"/>
|
|
3159
3117
|
<line num="47" count="8" type="stmt"/>
|
|
@@ -3171,11 +3129,11 @@
|
|
|
3171
3129
|
<line num="67" count="8" type="stmt"/>
|
|
3172
3130
|
<line num="69" count="8" type="stmt"/>
|
|
3173
3131
|
</file>
|
|
3174
|
-
<file name="list.ts" path="/
|
|
3132
|
+
<file name="list.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-list/list.ts">
|
|
3175
3133
|
<metrics statements="38" coveredstatements="38" conditionals="1" coveredconditionals="1" methods="3" coveredmethods="3"/>
|
|
3176
|
-
<line num="1" count="
|
|
3177
|
-
<line num="3" count="
|
|
3178
|
-
<line num="8" count="
|
|
3134
|
+
<line num="1" count="92" type="stmt"/>
|
|
3135
|
+
<line num="3" count="92" type="stmt"/>
|
|
3136
|
+
<line num="8" count="92" type="stmt"/>
|
|
3179
3137
|
<line num="18" count="4" type="stmt"/>
|
|
3180
3138
|
<line num="23" count="4" type="stmt"/>
|
|
3181
3139
|
<line num="28" count="4" type="stmt"/>
|
|
@@ -3215,10 +3173,10 @@
|
|
|
3215
3173
|
</package>
|
|
3216
3174
|
<package name="src.components.zd-loading">
|
|
3217
3175
|
<metrics statements="14" coveredstatements="14" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="3"/>
|
|
3218
|
-
<file name="loading.ts" path="/
|
|
3176
|
+
<file name="loading.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-loading/loading.ts">
|
|
3219
3177
|
<metrics statements="14" coveredstatements="14" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="3"/>
|
|
3220
|
-
<line num="1" count="
|
|
3221
|
-
<line num="4" count="
|
|
3178
|
+
<line num="1" count="92" type="stmt"/>
|
|
3179
|
+
<line num="4" count="92" type="stmt"/>
|
|
3222
3180
|
<line num="8" count="4" type="stmt"/>
|
|
3223
3181
|
<line num="12" count="4" type="stmt"/>
|
|
3224
3182
|
<line num="14" count="4" type="stmt"/>
|
|
@@ -3235,11 +3193,11 @@
|
|
|
3235
3193
|
</package>
|
|
3236
3194
|
<package name="src.components.zd-login">
|
|
3237
3195
|
<metrics statements="42" coveredstatements="42" conditionals="6" coveredconditionals="6" methods="6" coveredmethods="6"/>
|
|
3238
|
-
<file name="login-button.ts" path="/
|
|
3196
|
+
<file name="login-button.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-login/login-button.ts">
|
|
3239
3197
|
<metrics statements="29" coveredstatements="29" conditionals="6" coveredconditionals="6" methods="6" coveredmethods="6"/>
|
|
3240
|
-
<line num="1" count="
|
|
3241
|
-
<line num="2" count="
|
|
3242
|
-
<line num="9" count="
|
|
3198
|
+
<line num="1" count="92" type="stmt"/>
|
|
3199
|
+
<line num="2" count="92" type="stmt"/>
|
|
3200
|
+
<line num="9" count="92" type="stmt"/>
|
|
3243
3201
|
<line num="10" count="17" type="stmt"/>
|
|
3244
3202
|
<line num="15" count="17" type="stmt"/>
|
|
3245
3203
|
<line num="20" count="17" type="stmt"/>
|
|
@@ -3267,10 +3225,10 @@
|
|
|
3267
3225
|
<line num="96" count="2" type="stmt"/>
|
|
3268
3226
|
<line num="105" count="3" type="stmt"/>
|
|
3269
3227
|
</file>
|
|
3270
|
-
<file name="login.ts" path="/
|
|
3228
|
+
<file name="login.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-login/login.ts">
|
|
3271
3229
|
<metrics statements="13" coveredstatements="13" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
3272
|
-
<line num="1" count="
|
|
3273
|
-
<line num="8" count="
|
|
3230
|
+
<line num="1" count="92" type="stmt"/>
|
|
3231
|
+
<line num="8" count="92" type="stmt"/>
|
|
3274
3232
|
<line num="12" count="2" type="stmt"/>
|
|
3275
3233
|
<line num="17" count="2" type="stmt"/>
|
|
3276
3234
|
<line num="22" count="2" type="stmt"/>
|
|
@@ -3286,10 +3244,10 @@
|
|
|
3286
3244
|
</package>
|
|
3287
3245
|
<package name="src.components.zd-main">
|
|
3288
3246
|
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
3289
|
-
<file name="main.ts" path="/
|
|
3247
|
+
<file name="main.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-main/main.ts">
|
|
3290
3248
|
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
3291
|
-
<line num="1" count="
|
|
3292
|
-
<line num="4" count="
|
|
3249
|
+
<line num="1" count="92" type="stmt"/>
|
|
3250
|
+
<line num="4" count="92" type="stmt"/>
|
|
3293
3251
|
<line num="5" count="2" type="stmt"/>
|
|
3294
3252
|
<line num="7" count="2" type="stmt"/>
|
|
3295
3253
|
<line num="10" count="2" type="stmt"/>
|
|
@@ -3299,20 +3257,20 @@
|
|
|
3299
3257
|
</package>
|
|
3300
3258
|
<package name="src.components.zd-master-detail">
|
|
3301
3259
|
<metrics statements="54" coveredstatements="54" conditionals="13" coveredconditionals="13" methods="8" coveredmethods="8"/>
|
|
3302
|
-
<file name="detail-not-found.ts" path="/
|
|
3260
|
+
<file name="detail-not-found.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-master-detail/detail-not-found.ts">
|
|
3303
3261
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
3304
|
-
<line num="1" count="
|
|
3305
|
-
<line num="6" count="
|
|
3262
|
+
<line num="1" count="93" type="stmt"/>
|
|
3263
|
+
<line num="6" count="93" type="stmt"/>
|
|
3306
3264
|
<line num="8" count="2" type="stmt"/>
|
|
3307
3265
|
<line num="9" count="2" type="stmt"/>
|
|
3308
3266
|
</file>
|
|
3309
|
-
<file name="master-detail.ts" path="/
|
|
3267
|
+
<file name="master-detail.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-master-detail/master-detail.ts">
|
|
3310
3268
|
<metrics statements="46" coveredstatements="46" conditionals="13" coveredconditionals="13" methods="6" coveredmethods="6"/>
|
|
3311
|
-
<line num="1" count="
|
|
3312
|
-
<line num="3" count="
|
|
3313
|
-
<line num="4" count="
|
|
3314
|
-
<line num="6" count="
|
|
3315
|
-
<line num="11" count="
|
|
3269
|
+
<line num="1" count="92" type="stmt"/>
|
|
3270
|
+
<line num="3" count="92" type="stmt"/>
|
|
3271
|
+
<line num="4" count="92" type="stmt"/>
|
|
3272
|
+
<line num="6" count="92" type="stmt"/>
|
|
3273
|
+
<line num="11" count="92" type="stmt"/>
|
|
3316
3274
|
<line num="12" count="11" type="stmt"/>
|
|
3317
3275
|
<line num="13" count="11" type="stmt"/>
|
|
3318
3276
|
<line num="14" count="11" type="stmt"/>
|
|
@@ -3355,21 +3313,21 @@
|
|
|
3355
3313
|
<line num="79" count="7" type="stmt"/>
|
|
3356
3314
|
<line num="80" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
3357
3315
|
</file>
|
|
3358
|
-
<file name="master-not-found.ts" path="/
|
|
3316
|
+
<file name="master-not-found.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-master-detail/master-not-found.ts">
|
|
3359
3317
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
3360
|
-
<line num="1" count="
|
|
3361
|
-
<line num="6" count="
|
|
3318
|
+
<line num="1" count="93" type="stmt"/>
|
|
3319
|
+
<line num="6" count="93" type="stmt"/>
|
|
3362
3320
|
<line num="8" count="2" type="stmt"/>
|
|
3363
3321
|
<line num="9" count="2" type="stmt"/>
|
|
3364
3322
|
</file>
|
|
3365
3323
|
</package>
|
|
3366
3324
|
<package name="src.components.zd-menu">
|
|
3367
3325
|
<metrics statements="156" coveredstatements="156" conditionals="44" coveredconditionals="44" methods="41" coveredmethods="41"/>
|
|
3368
|
-
<file name="menu-button.ts" path="/
|
|
3326
|
+
<file name="menu-button.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-menu/menu-button.ts">
|
|
3369
3327
|
<metrics statements="12" coveredstatements="12" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
3370
|
-
<line num="1" count="
|
|
3371
|
-
<line num="2" count="
|
|
3372
|
-
<line num="9" count="
|
|
3328
|
+
<line num="1" count="92" type="stmt"/>
|
|
3329
|
+
<line num="2" count="92" type="stmt"/>
|
|
3330
|
+
<line num="9" count="92" type="stmt"/>
|
|
3373
3331
|
<line num="13" count="5" type="stmt"/>
|
|
3374
3332
|
<line num="18" count="5" type="stmt"/>
|
|
3375
3333
|
<line num="23" count="5" type="stmt"/>
|
|
@@ -3380,10 +3338,10 @@
|
|
|
3380
3338
|
<line num="47" count="3" type="stmt"/>
|
|
3381
3339
|
<line num="48" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
3382
3340
|
</file>
|
|
3383
|
-
<file name="menu-group.ts" path="/
|
|
3341
|
+
<file name="menu-group.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-menu/menu-group.ts">
|
|
3384
3342
|
<metrics statements="18" coveredstatements="18" conditionals="6" coveredconditionals="6" methods="5" coveredmethods="5"/>
|
|
3385
|
-
<line num="1" count="
|
|
3386
|
-
<line num="8" count="
|
|
3343
|
+
<line num="1" count="92" type="stmt"/>
|
|
3344
|
+
<line num="8" count="92" type="stmt"/>
|
|
3387
3345
|
<line num="12" count="7" type="stmt"/>
|
|
3388
3346
|
<line num="17" count="7" type="stmt"/>
|
|
3389
3347
|
<line num="22" count="7" type="stmt"/>
|
|
@@ -3401,10 +3359,10 @@
|
|
|
3401
3359
|
<line num="101" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
3402
3360
|
<line num="102" count="1" type="stmt"/>
|
|
3403
3361
|
</file>
|
|
3404
|
-
<file name="menu-link.ts" path="/
|
|
3362
|
+
<file name="menu-link.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-menu/menu-link.ts">
|
|
3405
3363
|
<metrics statements="13" coveredstatements="13" conditionals="6" coveredconditionals="6" methods="3" coveredmethods="3"/>
|
|
3406
|
-
<line num="1" count="
|
|
3407
|
-
<line num="9" count="
|
|
3364
|
+
<line num="1" count="92" type="stmt"/>
|
|
3365
|
+
<line num="9" count="92" type="stmt"/>
|
|
3408
3366
|
<line num="13" count="8" type="stmt"/>
|
|
3409
3367
|
<line num="23" count="8" type="stmt"/>
|
|
3410
3368
|
<line num="28" count="8" type="stmt"/>
|
|
@@ -3417,16 +3375,16 @@
|
|
|
3417
3375
|
<line num="74" count="1" type="stmt"/>
|
|
3418
3376
|
<line num="82" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
3419
3377
|
</file>
|
|
3420
|
-
<file name="menu-separator.ts" path="/
|
|
3378
|
+
<file name="menu-separator.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-menu/menu-separator.ts">
|
|
3421
3379
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
3422
|
-
<line num="1" count="
|
|
3423
|
-
<line num="7" count="
|
|
3380
|
+
<line num="1" count="92" type="stmt"/>
|
|
3381
|
+
<line num="7" count="92" type="stmt"/>
|
|
3424
3382
|
</file>
|
|
3425
|
-
<file name="menu.ts" path="/
|
|
3383
|
+
<file name="menu.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-menu/menu.ts">
|
|
3426
3384
|
<metrics statements="111" coveredstatements="111" conditionals="30" coveredconditionals="30" methods="31" coveredmethods="31"/>
|
|
3427
|
-
<line num="1" count="
|
|
3428
|
-
<line num="2" count="
|
|
3429
|
-
<line num="10" count="
|
|
3385
|
+
<line num="1" count="92" type="stmt"/>
|
|
3386
|
+
<line num="2" count="92" type="stmt"/>
|
|
3387
|
+
<line num="10" count="92" type="stmt"/>
|
|
3430
3388
|
<line num="14" count="21" type="stmt"/>
|
|
3431
3389
|
<line num="19" count="21" type="stmt"/>
|
|
3432
3390
|
<line num="24" count="21" type="stmt"/>
|
|
@@ -3539,22 +3497,22 @@
|
|
|
3539
3497
|
</package>
|
|
3540
3498
|
<package name="src.components.zd-modal">
|
|
3541
3499
|
<metrics statements="33" coveredstatements="33" conditionals="0" coveredconditionals="0" methods="6" coveredmethods="6"/>
|
|
3542
|
-
<file name="modal-close-button.ts" path="/
|
|
3500
|
+
<file name="modal-close-button.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-modal/modal-close-button.ts">
|
|
3543
3501
|
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
3544
|
-
<line num="1" count="
|
|
3545
|
-
<line num="2" count="
|
|
3546
|
-
<line num="8" count="
|
|
3502
|
+
<line num="1" count="92" type="stmt"/>
|
|
3503
|
+
<line num="2" count="92" type="stmt"/>
|
|
3504
|
+
<line num="8" count="92" type="stmt"/>
|
|
3547
3505
|
<line num="12" count="3" type="stmt"/>
|
|
3548
3506
|
<line num="17" count="3" type="stmt"/>
|
|
3549
3507
|
<line num="22" count="3" type="stmt"/>
|
|
3550
3508
|
<line num="27" count="3" type="stmt"/>
|
|
3551
3509
|
</file>
|
|
3552
|
-
<file name="modal.ts" path="/
|
|
3510
|
+
<file name="modal.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-modal/modal.ts">
|
|
3553
3511
|
<metrics statements="26" coveredstatements="26" conditionals="0" coveredconditionals="0" methods="6" coveredmethods="6"/>
|
|
3554
|
-
<line num="1" count="
|
|
3555
|
-
<line num="2" count="
|
|
3556
|
-
<line num="3" count="
|
|
3557
|
-
<line num="9" count="
|
|
3512
|
+
<line num="1" count="92" type="stmt"/>
|
|
3513
|
+
<line num="2" count="92" type="stmt"/>
|
|
3514
|
+
<line num="3" count="92" type="stmt"/>
|
|
3515
|
+
<line num="9" count="92" type="stmt"/>
|
|
3558
3516
|
<line num="13" count="14" type="stmt"/>
|
|
3559
3517
|
<line num="18" count="14" type="stmt"/>
|
|
3560
3518
|
<line num="20" count="14" type="stmt"/>
|
|
@@ -3580,79 +3538,40 @@
|
|
|
3580
3538
|
</file>
|
|
3581
3539
|
</package>
|
|
3582
3540
|
<package name="src.components.zd-month">
|
|
3583
|
-
<metrics statements="
|
|
3584
|
-
<file name="month.ts" path="/
|
|
3585
|
-
<metrics statements="
|
|
3586
|
-
<line num="1" count="
|
|
3587
|
-
<line num="2" count="
|
|
3588
|
-
<line num="8" count="
|
|
3589
|
-
<line num="12" count="
|
|
3590
|
-
<line num="17" count="
|
|
3591
|
-
<line num="22" count="
|
|
3592
|
-
<line num="24" count="
|
|
3593
|
-
<line num="29" count="
|
|
3594
|
-
<line num="31" count="
|
|
3595
|
-
<line num="33" count="
|
|
3596
|
-
<line num="40" count="
|
|
3597
|
-
<line num="41" count="
|
|
3598
|
-
<line num="42" count="
|
|
3599
|
-
<line num="43" count="
|
|
3600
|
-
<line num="47" count="
|
|
3601
|
-
<line num="
|
|
3602
|
-
<line num="
|
|
3603
|
-
<line num="
|
|
3604
|
-
<line num="
|
|
3605
|
-
<line num="
|
|
3606
|
-
<line num="59" count="1" type="cond" truecount="4" falsecount="0"/>
|
|
3607
|
-
<line num="60" count="1" type="stmt"/>
|
|
3608
|
-
<line num="65" count="93" type="stmt"/>
|
|
3609
|
-
<line num="78" count="37" type="cond" truecount="1" falsecount="0"/>
|
|
3610
|
-
<line num="79" count="1" type="stmt"/>
|
|
3611
|
-
<line num="82" count="36" type="stmt"/>
|
|
3612
|
-
<line num="84" count="36" type="cond" truecount="1" falsecount="0"/>
|
|
3613
|
-
<line num="85" count="5" type="stmt"/>
|
|
3614
|
-
<line num="88" count="31" type="cond" truecount="3" falsecount="0"/>
|
|
3615
|
-
<line num="89" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
3616
|
-
<line num="90" count="6" type="stmt"/>
|
|
3617
|
-
<line num="93" count="10" type="stmt"/>
|
|
3618
|
-
<line num="94" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
3619
|
-
<line num="95" count="7" type="stmt"/>
|
|
3620
|
-
<line num="98" count="10" type="stmt"/>
|
|
3621
|
-
<line num="99" count="10" type="stmt"/>
|
|
3622
|
-
<line num="100" count="10" type="stmt"/>
|
|
3623
|
-
<line num="103" count="15" type="stmt"/>
|
|
3624
|
-
<line num="107" count="93" type="stmt"/>
|
|
3625
|
-
<line num="120" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
3626
|
-
<line num="121" count="1" type="stmt"/>
|
|
3627
|
-
<line num="124" count="29" type="cond" truecount="1" falsecount="0"/>
|
|
3628
|
-
<line num="125" count="17" type="stmt"/>
|
|
3629
|
-
<line num="128" count="12" type="cond" truecount="3" falsecount="0"/>
|
|
3630
|
-
<line num="129" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
3631
|
-
<line num="130" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
3632
|
-
<line num="131" count="2" type="stmt"/>
|
|
3633
|
-
<line num="134" count="2" type="stmt"/>
|
|
3634
|
-
<line num="137" count="7" type="stmt"/>
|
|
3635
|
-
<line num="140" count="7" type="cond" truecount="3" falsecount="0"/>
|
|
3636
|
-
<line num="141" count="4" type="stmt"/>
|
|
3637
|
-
<line num="143" count="4" type="stmt"/>
|
|
3638
|
-
<line num="145" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
3639
|
-
<line num="146" count="4" type="stmt"/>
|
|
3640
|
-
<line num="150" count="3" type="stmt"/>
|
|
3641
|
-
<line num="152" count="3" type="stmt"/>
|
|
3642
|
-
<line num="154" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
3643
|
-
<line num="155" count="2" type="stmt"/>
|
|
3644
|
-
<line num="159" count="2" type="stmt"/>
|
|
3541
|
+
<metrics statements="20" coveredstatements="20" conditionals="8" coveredconditionals="8" methods="3" coveredmethods="3"/>
|
|
3542
|
+
<file name="month.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-month/month.ts">
|
|
3543
|
+
<metrics statements="20" coveredstatements="20" conditionals="8" coveredconditionals="8" methods="3" coveredmethods="3"/>
|
|
3544
|
+
<line num="1" count="92" type="stmt"/>
|
|
3545
|
+
<line num="2" count="92" type="stmt"/>
|
|
3546
|
+
<line num="8" count="92" type="stmt"/>
|
|
3547
|
+
<line num="12" count="16" type="stmt"/>
|
|
3548
|
+
<line num="17" count="16" type="stmt"/>
|
|
3549
|
+
<line num="22" count="16" type="stmt"/>
|
|
3550
|
+
<line num="24" count="16" type="stmt"/>
|
|
3551
|
+
<line num="29" count="16" type="stmt"/>
|
|
3552
|
+
<line num="31" count="16" type="stmt"/>
|
|
3553
|
+
<line num="33" count="16" type="stmt"/>
|
|
3554
|
+
<line num="40" count="16" type="stmt"/>
|
|
3555
|
+
<line num="41" count="16" type="stmt"/>
|
|
3556
|
+
<line num="42" count="16" type="stmt"/>
|
|
3557
|
+
<line num="43" count="16" type="stmt"/>
|
|
3558
|
+
<line num="47" count="92" type="stmt"/>
|
|
3559
|
+
<line num="63" count="7" type="stmt"/>
|
|
3560
|
+
<line num="65" count="7" type="stmt"/>
|
|
3561
|
+
<line num="69" count="92" type="stmt"/>
|
|
3562
|
+
<line num="85" count="6" type="stmt"/>
|
|
3563
|
+
<line num="87" count="6" type="stmt"/>
|
|
3645
3564
|
</file>
|
|
3646
3565
|
</package>
|
|
3647
3566
|
<package name="src.components.zd-number-input">
|
|
3648
3567
|
<metrics statements="56" coveredstatements="56" conditionals="33" coveredconditionals="33" methods="9" coveredmethods="9"/>
|
|
3649
|
-
<file name="number-input.ts" path="/
|
|
3568
|
+
<file name="number-input.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-number-input/number-input.ts">
|
|
3650
3569
|
<metrics statements="56" coveredstatements="56" conditionals="33" coveredconditionals="33" methods="9" coveredmethods="9"/>
|
|
3651
|
-
<line num="1" count="
|
|
3652
|
-
<line num="2" count="
|
|
3653
|
-
<line num="3" count="
|
|
3654
|
-
<line num="4" count="
|
|
3655
|
-
<line num="10" count="
|
|
3570
|
+
<line num="1" count="92" type="stmt"/>
|
|
3571
|
+
<line num="2" count="92" type="stmt"/>
|
|
3572
|
+
<line num="3" count="92" type="stmt"/>
|
|
3573
|
+
<line num="4" count="92" type="stmt"/>
|
|
3574
|
+
<line num="10" count="92" type="stmt"/>
|
|
3656
3575
|
<line num="16" count="42" type="cond" truecount="2" falsecount="0"/>
|
|
3657
3576
|
<line num="21" count="42" type="stmt"/>
|
|
3658
3577
|
<line num="32" count="42" type="stmt"/>
|
|
@@ -3687,7 +3606,7 @@
|
|
|
3687
3606
|
<line num="102" count="1" type="stmt"/>
|
|
3688
3607
|
<line num="112" count="6" type="stmt"/>
|
|
3689
3608
|
<line num="121" count="6" type="stmt"/>
|
|
3690
|
-
<line num="125" count="
|
|
3609
|
+
<line num="125" count="92" type="cond" truecount="2" falsecount="0"/>
|
|
3691
3610
|
<line num="126" count="6" type="stmt"/>
|
|
3692
3611
|
<line num="128" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
3693
3612
|
<line num="129" count="1" type="stmt"/>
|
|
@@ -3695,7 +3614,7 @@
|
|
|
3695
3614
|
<line num="132" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
3696
3615
|
<line num="133" count="6" type="stmt"/>
|
|
3697
3616
|
<line num="134" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
3698
|
-
<line num="137" count="
|
|
3617
|
+
<line num="137" count="92" type="cond" truecount="2" falsecount="0"/>
|
|
3699
3618
|
<line num="138" count="6" type="stmt"/>
|
|
3700
3619
|
<line num="140" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
3701
3620
|
<line num="141" count="1" type="stmt"/>
|
|
@@ -3703,17 +3622,17 @@
|
|
|
3703
3622
|
<line num="144" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
3704
3623
|
<line num="145" count="6" type="stmt"/>
|
|
3705
3624
|
<line num="146" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
3706
|
-
<line num="149" count="
|
|
3625
|
+
<line num="149" count="92" type="stmt"/>
|
|
3707
3626
|
</file>
|
|
3708
3627
|
</package>
|
|
3709
3628
|
<package name="src.components.zd-password">
|
|
3710
3629
|
<metrics statements="19" coveredstatements="19" conditionals="9" coveredconditionals="9" methods="5" coveredmethods="5"/>
|
|
3711
|
-
<file name="password.ts" path="/
|
|
3630
|
+
<file name="password.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-password/password.ts">
|
|
3712
3631
|
<metrics statements="19" coveredstatements="19" conditionals="9" coveredconditionals="9" methods="5" coveredmethods="5"/>
|
|
3713
|
-
<line num="1" count="
|
|
3714
|
-
<line num="2" count="
|
|
3715
|
-
<line num="3" count="
|
|
3716
|
-
<line num="9" count="
|
|
3632
|
+
<line num="1" count="92" type="stmt"/>
|
|
3633
|
+
<line num="2" count="92" type="stmt"/>
|
|
3634
|
+
<line num="3" count="92" type="stmt"/>
|
|
3635
|
+
<line num="9" count="92" type="stmt"/>
|
|
3717
3636
|
<line num="13" count="4" type="stmt"/>
|
|
3718
3637
|
<line num="15" count="4" type="stmt"/>
|
|
3719
3638
|
<line num="18" count="2" type="stmt"/>
|
|
@@ -3727,16 +3646,16 @@
|
|
|
3727
3646
|
<line num="35" count="2" type="stmt"/>
|
|
3728
3647
|
<line num="37" count="2" type="stmt"/>
|
|
3729
3648
|
<line num="38" count="2" type="stmt"/>
|
|
3730
|
-
<line num="43" count="
|
|
3731
|
-
<line num="45" count="
|
|
3649
|
+
<line num="43" count="92" type="cond" truecount="2" falsecount="0"/>
|
|
3650
|
+
<line num="45" count="92" type="stmt"/>
|
|
3732
3651
|
</file>
|
|
3733
3652
|
</package>
|
|
3734
3653
|
<package name="src.components.zd-progress">
|
|
3735
3654
|
<metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
3736
|
-
<file name="progress.ts" path="/
|
|
3655
|
+
<file name="progress.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-progress/progress.ts">
|
|
3737
3656
|
<metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
3738
|
-
<line num="1" count="
|
|
3739
|
-
<line num="8" count="
|
|
3657
|
+
<line num="1" count="92" type="stmt"/>
|
|
3658
|
+
<line num="8" count="92" type="stmt"/>
|
|
3740
3659
|
<line num="12" count="2" type="stmt"/>
|
|
3741
3660
|
<line num="17" count="2" type="stmt"/>
|
|
3742
3661
|
<line num="22" count="2" type="stmt"/>
|
|
@@ -3748,12 +3667,12 @@
|
|
|
3748
3667
|
</package>
|
|
3749
3668
|
<package name="src.components.zd-radio">
|
|
3750
3669
|
<metrics statements="13" coveredstatements="13" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
3751
|
-
<file name="radio.ts" path="/
|
|
3670
|
+
<file name="radio.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-radio/radio.ts">
|
|
3752
3671
|
<metrics statements="13" coveredstatements="13" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
3753
|
-
<line num="1" count="
|
|
3754
|
-
<line num="2" count="
|
|
3755
|
-
<line num="3" count="
|
|
3756
|
-
<line num="9" count="
|
|
3672
|
+
<line num="1" count="92" type="stmt"/>
|
|
3673
|
+
<line num="2" count="92" type="stmt"/>
|
|
3674
|
+
<line num="3" count="92" type="stmt"/>
|
|
3675
|
+
<line num="9" count="92" type="stmt"/>
|
|
3757
3676
|
<line num="13" count="5" type="stmt"/>
|
|
3758
3677
|
<line num="18" count="5" type="stmt"/>
|
|
3759
3678
|
<line num="28" count="5" type="stmt"/>
|
|
@@ -3762,15 +3681,15 @@
|
|
|
3762
3681
|
<line num="59" count="1" type="stmt"/>
|
|
3763
3682
|
<line num="63" count="1" type="stmt"/>
|
|
3764
3683
|
<line num="64" count="1" type="stmt"/>
|
|
3765
|
-
<line num="68" count="
|
|
3684
|
+
<line num="68" count="92" type="stmt"/>
|
|
3766
3685
|
</file>
|
|
3767
3686
|
</package>
|
|
3768
3687
|
<package name="src.components.zd-row">
|
|
3769
3688
|
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
3770
|
-
<file name="row.ts" path="/
|
|
3689
|
+
<file name="row.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-row/row.ts">
|
|
3771
3690
|
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
3772
|
-
<line num="1" count="
|
|
3773
|
-
<line num="7" count="
|
|
3691
|
+
<line num="1" count="92" type="stmt"/>
|
|
3692
|
+
<line num="7" count="92" type="stmt"/>
|
|
3774
3693
|
<line num="14" count="2" type="stmt"/>
|
|
3775
3694
|
<line num="22" count="2" type="stmt"/>
|
|
3776
3695
|
<line num="28" count="2" type="stmt"/>
|
|
@@ -3780,14 +3699,14 @@
|
|
|
3780
3699
|
</package>
|
|
3781
3700
|
<package name="src.components.zd-select">
|
|
3782
3701
|
<metrics statements="191" coveredstatements="191" conditionals="112" coveredconditionals="112" methods="44" coveredmethods="44"/>
|
|
3783
|
-
<file name="select.ts" path="/
|
|
3702
|
+
<file name="select.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-select/select.ts">
|
|
3784
3703
|
<metrics statements="191" coveredstatements="191" conditionals="112" coveredconditionals="112" methods="44" coveredmethods="44"/>
|
|
3785
|
-
<line num="1" count="
|
|
3786
|
-
<line num="12" count="
|
|
3787
|
-
<line num="13" count="
|
|
3788
|
-
<line num="15" count="
|
|
3789
|
-
<line num="16" count="
|
|
3790
|
-
<line num="22" count="
|
|
3704
|
+
<line num="1" count="92" type="stmt"/>
|
|
3705
|
+
<line num="12" count="92" type="stmt"/>
|
|
3706
|
+
<line num="13" count="92" type="stmt"/>
|
|
3707
|
+
<line num="15" count="92" type="stmt"/>
|
|
3708
|
+
<line num="16" count="92" type="stmt"/>
|
|
3709
|
+
<line num="22" count="92" type="stmt"/>
|
|
3791
3710
|
<line num="31" count="149" type="stmt"/>
|
|
3792
3711
|
<line num="36" count="149" type="stmt"/>
|
|
3793
3712
|
<line num="41" count="149" type="stmt"/>
|
|
@@ -3946,7 +3865,7 @@
|
|
|
3946
3865
|
<line num="602" count="1" type="stmt"/>
|
|
3947
3866
|
<line num="609" count="255" type="cond" truecount="4" falsecount="0"/>
|
|
3948
3867
|
<line num="611" count="293" type="stmt"/>
|
|
3949
|
-
<line num="615" count="
|
|
3868
|
+
<line num="615" count="92" type="stmt"/>
|
|
3950
3869
|
<line num="627" count="339" type="cond" truecount="3" falsecount="0"/>
|
|
3951
3870
|
<line num="628" count="161" type="stmt"/>
|
|
3952
3871
|
<line num="631" count="178" type="cond" truecount="4" falsecount="0"/>
|
|
@@ -3972,17 +3891,17 @@
|
|
|
3972
3891
|
<line num="659" count="20" type="stmt"/>
|
|
3973
3892
|
<line num="661" count="172" type="stmt"/>
|
|
3974
3893
|
<line num="663" count="34" type="stmt"/>
|
|
3975
|
-
<line num="668" count="
|
|
3894
|
+
<line num="668" count="92" type="stmt"/>
|
|
3976
3895
|
</file>
|
|
3977
3896
|
</package>
|
|
3978
3897
|
<package name="src.components.zd-select-multiple">
|
|
3979
3898
|
<metrics statements="193" coveredstatements="193" conditionals="77" coveredconditionals="77" methods="53" coveredmethods="53"/>
|
|
3980
|
-
<file name="select-multiple.ts" path="/
|
|
3899
|
+
<file name="select-multiple.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-select-multiple/select-multiple.ts">
|
|
3981
3900
|
<metrics statements="193" coveredstatements="193" conditionals="77" coveredconditionals="77" methods="53" coveredmethods="53"/>
|
|
3982
|
-
<line num="1" count="
|
|
3983
|
-
<line num="2" count="
|
|
3984
|
-
<line num="3" count="
|
|
3985
|
-
<line num="6" count="
|
|
3901
|
+
<line num="1" count="92" type="stmt"/>
|
|
3902
|
+
<line num="2" count="92" type="stmt"/>
|
|
3903
|
+
<line num="3" count="92" type="stmt"/>
|
|
3904
|
+
<line num="6" count="92" type="stmt"/>
|
|
3986
3905
|
<line num="10" count="71" type="stmt"/>
|
|
3987
3906
|
<line num="15" count="71" type="stmt"/>
|
|
3988
3907
|
<line num="20" count="71" type="stmt"/>
|
|
@@ -4176,11 +4095,11 @@
|
|
|
4176
4095
|
</package>
|
|
4177
4096
|
<package name="src.components.zd-svg-map">
|
|
4178
4097
|
<metrics statements="66" coveredstatements="66" conditionals="21" coveredconditionals="21" methods="13" coveredmethods="13"/>
|
|
4179
|
-
<file name="svg-map.ts" path="/
|
|
4098
|
+
<file name="svg-map.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-svg-map/svg-map.ts">
|
|
4180
4099
|
<metrics statements="66" coveredstatements="66" conditionals="21" coveredconditionals="21" methods="13" coveredmethods="13"/>
|
|
4181
|
-
<line num="1" count="
|
|
4182
|
-
<line num="2" count="
|
|
4183
|
-
<line num="8" count="
|
|
4100
|
+
<line num="1" count="92" type="stmt"/>
|
|
4101
|
+
<line num="2" count="92" type="stmt"/>
|
|
4102
|
+
<line num="8" count="92" type="stmt"/>
|
|
4184
4103
|
<line num="9" count="9" type="stmt"/>
|
|
4185
4104
|
<line num="10" count="9" type="stmt"/>
|
|
4186
4105
|
<line num="11" count="9" type="stmt"/>
|
|
@@ -4248,22 +4167,22 @@
|
|
|
4248
4167
|
</package>
|
|
4249
4168
|
<package name="src.components.zd-switch">
|
|
4250
4169
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4251
|
-
<file name="switch.ts" path="/
|
|
4170
|
+
<file name="switch.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-switch/switch.ts">
|
|
4252
4171
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4253
|
-
<line num="1" count="
|
|
4254
|
-
<line num="2" count="
|
|
4255
|
-
<line num="8" count="
|
|
4172
|
+
<line num="1" count="92" type="stmt"/>
|
|
4173
|
+
<line num="2" count="92" type="stmt"/>
|
|
4174
|
+
<line num="8" count="92" type="stmt"/>
|
|
4256
4175
|
<line num="12" count="2" type="stmt"/>
|
|
4257
|
-
<line num="26" count="
|
|
4176
|
+
<line num="26" count="92" type="stmt"/>
|
|
4258
4177
|
</file>
|
|
4259
4178
|
</package>
|
|
4260
4179
|
<package name="src.components.zd-table">
|
|
4261
4180
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
4262
|
-
<file name="table.ts" path="/
|
|
4181
|
+
<file name="table.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-table/table.ts">
|
|
4263
4182
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
4264
|
-
<line num="1" count="
|
|
4265
|
-
<line num="3" count="
|
|
4266
|
-
<line num="9" count="
|
|
4183
|
+
<line num="1" count="92" type="stmt"/>
|
|
4184
|
+
<line num="3" count="92" type="stmt"/>
|
|
4185
|
+
<line num="9" count="92" type="stmt"/>
|
|
4267
4186
|
<line num="13" count="2" type="stmt"/>
|
|
4268
4187
|
<line num="22" count="2" type="stmt"/>
|
|
4269
4188
|
<line num="27" count="2" type="stmt"/>
|
|
@@ -4275,14 +4194,14 @@
|
|
|
4275
4194
|
</package>
|
|
4276
4195
|
<package name="src.components.zd-tabs">
|
|
4277
4196
|
<metrics statements="50" coveredstatements="50" conditionals="15" coveredconditionals="15" methods="11" coveredmethods="11"/>
|
|
4278
|
-
<file name="tab-not-found.ts" path="/
|
|
4197
|
+
<file name="tab-not-found.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-tabs/tab-not-found.ts">
|
|
4279
4198
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4280
|
-
<line num="4" count="
|
|
4199
|
+
<line num="4" count="93" type="stmt"/>
|
|
4281
4200
|
</file>
|
|
4282
|
-
<file name="tab.ts" path="/
|
|
4201
|
+
<file name="tab.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-tabs/tab.ts">
|
|
4283
4202
|
<metrics statements="13" coveredstatements="13" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4284
|
-
<line num="1" count="
|
|
4285
|
-
<line num="7" count="
|
|
4203
|
+
<line num="1" count="92" type="stmt"/>
|
|
4204
|
+
<line num="7" count="92" type="stmt"/>
|
|
4286
4205
|
<line num="8" count="13" type="stmt"/>
|
|
4287
4206
|
<line num="10" count="13" type="stmt"/>
|
|
4288
4207
|
<line num="12" count="13" type="stmt"/>
|
|
@@ -4295,12 +4214,12 @@
|
|
|
4295
4214
|
<line num="56" count="13" type="stmt"/>
|
|
4296
4215
|
<line num="61" count="13" type="stmt"/>
|
|
4297
4216
|
</file>
|
|
4298
|
-
<file name="tabs.ts" path="/
|
|
4217
|
+
<file name="tabs.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-tabs/tabs.ts">
|
|
4299
4218
|
<metrics statements="36" coveredstatements="36" conditionals="15" coveredconditionals="15" methods="11" coveredmethods="11"/>
|
|
4300
|
-
<line num="1" count="
|
|
4301
|
-
<line num="3" count="
|
|
4302
|
-
<line num="4" count="
|
|
4303
|
-
<line num="9" count="
|
|
4219
|
+
<line num="1" count="92" type="stmt"/>
|
|
4220
|
+
<line num="3" count="92" type="stmt"/>
|
|
4221
|
+
<line num="4" count="92" type="stmt"/>
|
|
4222
|
+
<line num="9" count="92" type="stmt"/>
|
|
4304
4223
|
<line num="10" count="7" type="stmt"/>
|
|
4305
4224
|
<line num="14" count="7" type="stmt"/>
|
|
4306
4225
|
<line num="20" count="7" type="stmt"/>
|
|
@@ -4337,19 +4256,19 @@
|
|
|
4337
4256
|
</package>
|
|
4338
4257
|
<package name="src.components.zd-tag">
|
|
4339
4258
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4340
|
-
<file name="tag.ts" path="/
|
|
4259
|
+
<file name="tag.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-tag/tag.ts">
|
|
4341
4260
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4342
|
-
<line num="1" count="
|
|
4343
|
-
<line num="7" count="
|
|
4261
|
+
<line num="1" count="92" type="stmt"/>
|
|
4262
|
+
<line num="7" count="92" type="stmt"/>
|
|
4344
4263
|
<line num="8" count="1" type="stmt"/>
|
|
4345
4264
|
</file>
|
|
4346
4265
|
</package>
|
|
4347
4266
|
<package name="src.components.zd-text">
|
|
4348
4267
|
<metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
4349
|
-
<file name="text.ts" path="/
|
|
4268
|
+
<file name="text.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-text/text.ts">
|
|
4350
4269
|
<metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
4351
|
-
<line num="1" count="
|
|
4352
|
-
<line num="4" count="
|
|
4270
|
+
<line num="1" count="92" type="stmt"/>
|
|
4271
|
+
<line num="4" count="92" type="stmt"/>
|
|
4353
4272
|
<line num="5" count="2" type="stmt"/>
|
|
4354
4273
|
<line num="7" count="2" type="stmt"/>
|
|
4355
4274
|
<line num="9" count="2" type="stmt"/>
|
|
@@ -4361,24 +4280,24 @@
|
|
|
4361
4280
|
</package>
|
|
4362
4281
|
<package name="src.components.zd-text-input">
|
|
4363
4282
|
<metrics statements="51" coveredstatements="51" conditionals="30" coveredconditionals="30" methods="13" coveredmethods="13"/>
|
|
4364
|
-
<file name="text-input.ts" path="/
|
|
4283
|
+
<file name="text-input.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-text-input/text-input.ts">
|
|
4365
4284
|
<metrics statements="51" coveredstatements="51" conditionals="30" coveredconditionals="30" methods="13" coveredmethods="13"/>
|
|
4366
|
-
<line num="1" count="
|
|
4367
|
-
<line num="2" count="
|
|
4368
|
-
<line num="3" count="
|
|
4369
|
-
<line num="7" count="
|
|
4370
|
-
<line num="18" count="
|
|
4371
|
-
<line num="22" count="
|
|
4372
|
-
<line num="27" count="
|
|
4373
|
-
<line num="37" count="
|
|
4374
|
-
<line num="42" count="
|
|
4375
|
-
<line num="47" count="
|
|
4376
|
-
<line num="52" count="
|
|
4377
|
-
<line num="57" count="
|
|
4378
|
-
<line num="62" count="
|
|
4379
|
-
<line num="67" count="
|
|
4380
|
-
<line num="71" count="
|
|
4381
|
-
<line num="73" count="
|
|
4285
|
+
<line num="1" count="92" type="stmt"/>
|
|
4286
|
+
<line num="2" count="92" type="stmt"/>
|
|
4287
|
+
<line num="3" count="92" type="stmt"/>
|
|
4288
|
+
<line num="7" count="92" type="stmt"/>
|
|
4289
|
+
<line num="18" count="92" type="stmt"/>
|
|
4290
|
+
<line num="22" count="632" type="stmt"/>
|
|
4291
|
+
<line num="27" count="632" type="stmt"/>
|
|
4292
|
+
<line num="37" count="632" type="stmt"/>
|
|
4293
|
+
<line num="42" count="632" type="stmt"/>
|
|
4294
|
+
<line num="47" count="632" type="stmt"/>
|
|
4295
|
+
<line num="52" count="632" type="stmt"/>
|
|
4296
|
+
<line num="57" count="632" type="stmt"/>
|
|
4297
|
+
<line num="62" count="632" type="stmt"/>
|
|
4298
|
+
<line num="67" count="632" type="stmt"/>
|
|
4299
|
+
<line num="71" count="632" type="stmt"/>
|
|
4300
|
+
<line num="73" count="632" type="stmt"/>
|
|
4382
4301
|
<line num="95" count="114" type="stmt"/>
|
|
4383
4302
|
<line num="96" count="114" type="stmt"/>
|
|
4384
4303
|
<line num="100" count="114" type="stmt"/>
|
|
@@ -4393,7 +4312,7 @@
|
|
|
4393
4312
|
<line num="161" count="5" type="stmt"/>
|
|
4394
4313
|
<line num="170" count="2" type="stmt"/>
|
|
4395
4314
|
<line num="174" count="1" type="stmt"/>
|
|
4396
|
-
<line num="178" count="
|
|
4315
|
+
<line num="178" count="92" type="stmt"/>
|
|
4397
4316
|
<line num="190" count="42" type="stmt"/>
|
|
4398
4317
|
<line num="191" count="42" type="cond" truecount="1" falsecount="0"/>
|
|
4399
4318
|
<line num="192" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -4405,7 +4324,7 @@
|
|
|
4405
4324
|
<line num="201" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
4406
4325
|
<line num="202" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
4407
4326
|
<line num="204" count="42" type="stmt"/>
|
|
4408
|
-
<line num="208" count="
|
|
4327
|
+
<line num="208" count="92" type="stmt"/>
|
|
4409
4328
|
<line num="220" count="43" type="stmt"/>
|
|
4410
4329
|
<line num="221" count="43" type="cond" truecount="1" falsecount="0"/>
|
|
4411
4330
|
<line num="222" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -4413,16 +4332,16 @@
|
|
|
4413
4332
|
<line num="224" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
4414
4333
|
<line num="225" count="18" type="stmt"/>
|
|
4415
4334
|
<line num="227" count="43" type="stmt"/>
|
|
4416
|
-
<line num="231" count="
|
|
4335
|
+
<line num="231" count="92" type="stmt"/>
|
|
4417
4336
|
</file>
|
|
4418
4337
|
</package>
|
|
4419
4338
|
<package name="src.components.zd-textarea">
|
|
4420
4339
|
<metrics statements="17" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4421
|
-
<file name="textarea.ts" path="/
|
|
4340
|
+
<file name="textarea.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-textarea/textarea.ts">
|
|
4422
4341
|
<metrics statements="17" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4423
|
-
<line num="1" count="
|
|
4424
|
-
<line num="2" count="
|
|
4425
|
-
<line num="8" count="
|
|
4342
|
+
<line num="1" count="92" type="stmt"/>
|
|
4343
|
+
<line num="2" count="92" type="stmt"/>
|
|
4344
|
+
<line num="8" count="92" type="stmt"/>
|
|
4426
4345
|
<line num="12" count="3" type="stmt"/>
|
|
4427
4346
|
<line num="17" count="3" type="stmt"/>
|
|
4428
4347
|
<line num="22" count="3" type="stmt"/>
|
|
@@ -4436,14 +4355,14 @@
|
|
|
4436
4355
|
<line num="69" count="3" type="stmt"/>
|
|
4437
4356
|
<line num="75" count="3" type="stmt"/>
|
|
4438
4357
|
<line num="80" count="3" type="stmt"/>
|
|
4439
|
-
<line num="111" count="
|
|
4358
|
+
<line num="111" count="92" type="stmt"/>
|
|
4440
4359
|
</file>
|
|
4441
4360
|
</package>
|
|
4442
4361
|
<package name="src.components.zd-time">
|
|
4443
4362
|
<metrics statements="197" coveredstatements="197" conditionals="108" coveredconditionals="108" methods="45" coveredmethods="45"/>
|
|
4444
|
-
<file name="time-format-selector.ts" path="/
|
|
4363
|
+
<file name="time-format-selector.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-time/time-format-selector.ts">
|
|
4445
4364
|
<metrics statements="8" coveredstatements="8" conditionals="5" coveredconditionals="5" methods="1" coveredmethods="1"/>
|
|
4446
|
-
<line num="8" count="
|
|
4365
|
+
<line num="8" count="92" type="stmt"/>
|
|
4447
4366
|
<line num="10" count="444" type="stmt"/>
|
|
4448
4367
|
<line num="11" count="444" type="cond" truecount="2" falsecount="0"/>
|
|
4449
4368
|
<line num="12" count="444" type="stmt"/>
|
|
@@ -4452,14 +4371,14 @@
|
|
|
4452
4371
|
<line num="19" count="348" type="stmt"/>
|
|
4453
4372
|
<line num="22" count="96" type="stmt"/>
|
|
4454
4373
|
</file>
|
|
4455
|
-
<file name="time.ts" path="/
|
|
4374
|
+
<file name="time.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-time/time.ts">
|
|
4456
4375
|
<metrics statements="189" coveredstatements="189" conditionals="103" coveredconditionals="103" methods="44" coveredmethods="44"/>
|
|
4457
|
-
<line num="1" count="
|
|
4458
|
-
<line num="2" count="
|
|
4459
|
-
<line num="3" count="
|
|
4460
|
-
<line num="4" count="
|
|
4461
|
-
<line num="6" count="
|
|
4462
|
-
<line num="11" count="
|
|
4376
|
+
<line num="1" count="92" type="stmt"/>
|
|
4377
|
+
<line num="2" count="92" type="stmt"/>
|
|
4378
|
+
<line num="3" count="92" type="stmt"/>
|
|
4379
|
+
<line num="4" count="92" type="stmt"/>
|
|
4380
|
+
<line num="6" count="92" type="stmt"/>
|
|
4381
|
+
<line num="11" count="92" type="stmt"/>
|
|
4463
4382
|
<line num="30" count="64" type="stmt"/>
|
|
4464
4383
|
<line num="35" count="64" type="cond" truecount="2" falsecount="0"/>
|
|
4465
4384
|
<line num="40" count="64" type="stmt"/>
|
|
@@ -4605,7 +4524,7 @@
|
|
|
4605
4524
|
<line num="434" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
4606
4525
|
<line num="435" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
4607
4526
|
<line num="438" count="3" type="stmt"/>
|
|
4608
|
-
<line num="442" count="
|
|
4527
|
+
<line num="442" count="92" type="stmt"/>
|
|
4609
4528
|
<line num="457" count="42" type="cond" truecount="1" falsecount="0"/>
|
|
4610
4529
|
<line num="458" count="4" type="stmt"/>
|
|
4611
4530
|
<line num="460" count="38" type="stmt"/>
|
|
@@ -4624,7 +4543,7 @@
|
|
|
4624
4543
|
<line num="480" count="7" type="stmt"/>
|
|
4625
4544
|
<line num="481" count="7" type="stmt"/>
|
|
4626
4545
|
<line num="484" count="25" type="stmt"/>
|
|
4627
|
-
<line num="488" count="
|
|
4546
|
+
<line num="488" count="92" type="stmt"/>
|
|
4628
4547
|
<line num="501" count="31" type="cond" truecount="1" falsecount="0"/>
|
|
4629
4548
|
<line num="502" count="3" type="stmt"/>
|
|
4630
4549
|
<line num="504" count="28" type="stmt"/>
|
|
@@ -4642,15 +4561,15 @@
|
|
|
4642
4561
|
<line num="526" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
4643
4562
|
<line num="527" count="4" type="stmt"/>
|
|
4644
4563
|
<line num="530" count="5" type="stmt"/>
|
|
4645
|
-
<line num="534" count="
|
|
4564
|
+
<line num="534" count="92" type="stmt"/>
|
|
4646
4565
|
</file>
|
|
4647
4566
|
</package>
|
|
4648
4567
|
<package name="src.components.zd-toggleable">
|
|
4649
4568
|
<metrics statements="7" coveredstatements="7" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
4650
|
-
<file name="toggleable.ts" path="/
|
|
4569
|
+
<file name="toggleable.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-toggleable/toggleable.ts">
|
|
4651
4570
|
<metrics statements="7" coveredstatements="7" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
4652
|
-
<line num="1" count="
|
|
4653
|
-
<line num="7" count="
|
|
4571
|
+
<line num="1" count="92" type="stmt"/>
|
|
4572
|
+
<line num="7" count="92" type="stmt"/>
|
|
4654
4573
|
<line num="11" count="10" type="stmt"/>
|
|
4655
4574
|
<line num="16" count="10" type="stmt"/>
|
|
4656
4575
|
<line num="31" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -4660,10 +4579,10 @@
|
|
|
4660
4579
|
</package>
|
|
4661
4580
|
<package name="src.components.zd-tooltip">
|
|
4662
4581
|
<metrics statements="14" coveredstatements="14" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4663
|
-
<file name="tooltip.ts" path="/
|
|
4582
|
+
<file name="tooltip.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-tooltip/tooltip.ts">
|
|
4664
4583
|
<metrics statements="14" coveredstatements="14" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4665
|
-
<line num="1" count="
|
|
4666
|
-
<line num="7" count="
|
|
4584
|
+
<line num="1" count="92" type="stmt"/>
|
|
4585
|
+
<line num="7" count="92" type="stmt"/>
|
|
4667
4586
|
<line num="11" count="2" type="stmt"/>
|
|
4668
4587
|
<line num="16" count="2" type="stmt"/>
|
|
4669
4588
|
<line num="18" count="2" type="stmt"/>
|
|
@@ -4680,14 +4599,14 @@
|
|
|
4680
4599
|
</package>
|
|
4681
4600
|
<package name="src.components.zd-tree">
|
|
4682
4601
|
<metrics statements="212" coveredstatements="212" conditionals="87" coveredconditionals="87" methods="53" coveredmethods="53"/>
|
|
4683
|
-
<file name="tree.ts" path="/
|
|
4602
|
+
<file name="tree.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-tree/tree.ts">
|
|
4684
4603
|
<metrics statements="212" coveredstatements="212" conditionals="87" coveredconditionals="87" methods="53" coveredmethods="53"/>
|
|
4685
|
-
<line num="1" count="
|
|
4686
|
-
<line num="2" count="
|
|
4687
|
-
<line num="3" count="
|
|
4688
|
-
<line num="4" count="
|
|
4689
|
-
<line num="5" count="
|
|
4690
|
-
<line num="9" count="
|
|
4604
|
+
<line num="1" count="92" type="stmt"/>
|
|
4605
|
+
<line num="2" count="92" type="stmt"/>
|
|
4606
|
+
<line num="3" count="92" type="stmt"/>
|
|
4607
|
+
<line num="4" count="92" type="stmt"/>
|
|
4608
|
+
<line num="5" count="92" type="stmt"/>
|
|
4609
|
+
<line num="9" count="92" type="stmt"/>
|
|
4691
4610
|
<line num="11" count="36" type="stmt"/>
|
|
4692
4611
|
<line num="14" count="36" type="stmt"/>
|
|
4693
4612
|
<line num="17" count="36" type="stmt"/>
|
|
@@ -4898,18 +4817,18 @@
|
|
|
4898
4817
|
</package>
|
|
4899
4818
|
<package name="src.components.zd-tree-grid">
|
|
4900
4819
|
<metrics statements="255" coveredstatements="255" conditionals="56" coveredconditionals="56" methods="71" coveredmethods="71"/>
|
|
4901
|
-
<file name="index.ts" path="/
|
|
4820
|
+
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-tree-grid/index.ts">
|
|
4902
4821
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4903
|
-
<line num="1" count="
|
|
4904
|
-
<line num="2" count="
|
|
4905
|
-
<line num="3" count="
|
|
4906
|
-
<line num="4" count="
|
|
4907
|
-
<line num="5" count="
|
|
4908
|
-
<line num="6" count="
|
|
4909
|
-
</file>
|
|
4910
|
-
<file name="iterable-tree.ts" path="/
|
|
4822
|
+
<line num="1" count="92" type="stmt"/>
|
|
4823
|
+
<line num="2" count="92" type="stmt"/>
|
|
4824
|
+
<line num="3" count="92" type="stmt"/>
|
|
4825
|
+
<line num="4" count="92" type="stmt"/>
|
|
4826
|
+
<line num="5" count="92" type="stmt"/>
|
|
4827
|
+
<line num="6" count="92" type="stmt"/>
|
|
4828
|
+
</file>
|
|
4829
|
+
<file name="iterable-tree.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-tree-grid/iterable-tree.ts">
|
|
4911
4830
|
<metrics statements="13" coveredstatements="13" conditionals="9" coveredconditionals="9" methods="5" coveredmethods="5"/>
|
|
4912
|
-
<line num="3" count="
|
|
4831
|
+
<line num="3" count="92" type="stmt"/>
|
|
4913
4832
|
<line num="9" count="46" type="stmt"/>
|
|
4914
4833
|
<line num="13" count="42" type="cond" truecount="3" falsecount="0"/>
|
|
4915
4834
|
<line num="14" count="37" type="stmt"/>
|
|
@@ -4923,15 +4842,15 @@
|
|
|
4923
4842
|
<line num="33" count="1" type="stmt"/>
|
|
4924
4843
|
<line num="37" count="5" type="cond" truecount="3" falsecount="0"/>
|
|
4925
4844
|
</file>
|
|
4926
|
-
<file name="keymap-tree.ts" path="/
|
|
4845
|
+
<file name="keymap-tree.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-tree-grid/keymap-tree.ts">
|
|
4927
4846
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
4928
|
-
<line num="6" count="
|
|
4847
|
+
<line num="6" count="92" type="stmt"/>
|
|
4929
4848
|
<line num="8" count="42" type="stmt"/>
|
|
4930
4849
|
</file>
|
|
4931
|
-
<file name="tree-data-navigator.ts" path="/
|
|
4850
|
+
<file name="tree-data-navigator.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-tree-grid/tree-data-navigator.ts">
|
|
4932
4851
|
<metrics statements="24" coveredstatements="24" conditionals="5" coveredconditionals="5" methods="4" coveredmethods="4"/>
|
|
4933
|
-
<line num="1" count="
|
|
4934
|
-
<line num="4" count="
|
|
4852
|
+
<line num="1" count="92" type="stmt"/>
|
|
4853
|
+
<line num="4" count="92" type="stmt"/>
|
|
4935
4854
|
<line num="10" count="46" type="stmt"/>
|
|
4936
4855
|
<line num="11" count="46" type="stmt"/>
|
|
4937
4856
|
<line num="15" count="6" type="stmt"/>
|
|
@@ -4955,10 +4874,10 @@
|
|
|
4955
4874
|
<line num="44" count="1" type="stmt"/>
|
|
4956
4875
|
<line num="48" count="1" type="stmt"/>
|
|
4957
4876
|
</file>
|
|
4958
|
-
<file name="tree-data-selector.ts" path="/
|
|
4877
|
+
<file name="tree-data-selector.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-tree-grid/tree-data-selector.ts">
|
|
4959
4878
|
<metrics statements="53" coveredstatements="53" conditionals="26" coveredconditionals="26" methods="16" coveredmethods="16"/>
|
|
4960
|
-
<line num="2" count="
|
|
4961
|
-
<line num="5" count="
|
|
4879
|
+
<line num="2" count="92" type="stmt"/>
|
|
4880
|
+
<line num="5" count="92" type="stmt"/>
|
|
4962
4881
|
<line num="11" count="46" type="stmt"/>
|
|
4963
4882
|
<line num="12" count="46" type="stmt"/>
|
|
4964
4883
|
<line num="16" count="13" type="stmt"/>
|
|
@@ -5011,18 +4930,18 @@
|
|
|
5011
4930
|
<line num="115" count="1" type="stmt"/>
|
|
5012
4931
|
<line num="119" count="1" type="stmt"/>
|
|
5013
4932
|
</file>
|
|
5014
|
-
<file name="tree-grid.ts" path="/
|
|
4933
|
+
<file name="tree-grid.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/components/zd-tree-grid/tree-grid.ts">
|
|
5015
4934
|
<metrics statements="157" coveredstatements="157" conditionals="16" coveredconditionals="16" methods="45" coveredmethods="45"/>
|
|
5016
|
-
<line num="1" count="
|
|
5017
|
-
<line num="2" count="
|
|
5018
|
-
<line num="4" count="
|
|
5019
|
-
<line num="6" count="
|
|
5020
|
-
<line num="25" count="
|
|
5021
|
-
<line num="27" count="
|
|
5022
|
-
<line num="28" count="
|
|
5023
|
-
<line num="29" count="
|
|
5024
|
-
<line num="30" count="
|
|
5025
|
-
<line num="32" count="
|
|
4935
|
+
<line num="1" count="92" type="stmt"/>
|
|
4936
|
+
<line num="2" count="92" type="stmt"/>
|
|
4937
|
+
<line num="4" count="92" type="stmt"/>
|
|
4938
|
+
<line num="6" count="92" type="stmt"/>
|
|
4939
|
+
<line num="25" count="92" type="stmt"/>
|
|
4940
|
+
<line num="27" count="92" type="stmt"/>
|
|
4941
|
+
<line num="28" count="92" type="stmt"/>
|
|
4942
|
+
<line num="29" count="92" type="stmt"/>
|
|
4943
|
+
<line num="30" count="92" type="stmt"/>
|
|
4944
|
+
<line num="32" count="92" type="stmt"/>
|
|
5026
4945
|
<line num="51" count="46" type="stmt"/>
|
|
5027
4946
|
<line num="53" count="46" type="stmt"/>
|
|
5028
4947
|
<line num="55" count="46" type="stmt"/>
|
|
@@ -5174,48 +5093,48 @@
|
|
|
5174
5093
|
</package>
|
|
5175
5094
|
<package name="src.error">
|
|
5176
5095
|
<metrics statements="13" coveredstatements="13" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
|
|
5177
|
-
<file name="delete-rows.ts" path="/
|
|
5096
|
+
<file name="delete-rows.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/error/delete-rows.ts">
|
|
5178
5097
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
5179
|
-
<line num="1" count="
|
|
5180
|
-
<line num="6" count="
|
|
5098
|
+
<line num="1" count="92" type="stmt"/>
|
|
5099
|
+
<line num="6" count="92" type="stmt"/>
|
|
5181
5100
|
<line num="8" count="2" type="stmt"/>
|
|
5182
5101
|
<line num="11" count="2" type="stmt"/>
|
|
5183
5102
|
</file>
|
|
5184
|
-
<file name="index.ts" path="/
|
|
5103
|
+
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/error/index.ts">
|
|
5185
5104
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
5186
|
-
<line num="1" count="
|
|
5187
|
-
<line num="2" count="
|
|
5188
|
-
<line num="3" count="
|
|
5105
|
+
<line num="1" count="92" type="stmt"/>
|
|
5106
|
+
<line num="2" count="92" type="stmt"/>
|
|
5107
|
+
<line num="3" count="92" type="stmt"/>
|
|
5189
5108
|
</file>
|
|
5190
|
-
<file name="non-initialized.ts" path="/
|
|
5109
|
+
<file name="non-initialized.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/error/non-initialized.ts">
|
|
5191
5110
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
5192
|
-
<line num="1" count="
|
|
5193
|
-
<line num="6" count="
|
|
5111
|
+
<line num="1" count="93" type="stmt"/>
|
|
5112
|
+
<line num="6" count="93" type="stmt"/>
|
|
5194
5113
|
<line num="8" count="1" type="stmt"/>
|
|
5195
5114
|
<line num="9" count="1" type="stmt"/>
|
|
5196
5115
|
</file>
|
|
5197
|
-
<file name="zeedhi-error.ts" path="/
|
|
5116
|
+
<file name="zeedhi-error.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/error/zeedhi-error.ts">
|
|
5198
5117
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
5199
|
-
<line num="4" count="
|
|
5118
|
+
<line num="4" count="95" type="stmt"/>
|
|
5200
5119
|
<line num="6" count="7" type="stmt"/>
|
|
5201
5120
|
</file>
|
|
5202
5121
|
</package>
|
|
5203
5122
|
<package name="src.services">
|
|
5204
5123
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
5205
|
-
<file name="index.ts" path="/
|
|
5124
|
+
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/services/index.ts">
|
|
5206
5125
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
5207
|
-
<line num="1" count="
|
|
5208
|
-
<line num="2" count="
|
|
5209
|
-
<line num="3" count="
|
|
5210
|
-
<line num="4" count="
|
|
5126
|
+
<line num="1" count="92" type="stmt"/>
|
|
5127
|
+
<line num="2" count="92" type="stmt"/>
|
|
5128
|
+
<line num="3" count="92" type="stmt"/>
|
|
5129
|
+
<line num="4" count="92" type="stmt"/>
|
|
5211
5130
|
</file>
|
|
5212
5131
|
</package>
|
|
5213
5132
|
<package name="src.services.zd-alert">
|
|
5214
5133
|
<metrics statements="71" coveredstatements="71" conditionals="18" coveredconditionals="18" methods="19" coveredmethods="19"/>
|
|
5215
|
-
<file name="alert-queue.ts" path="/
|
|
5134
|
+
<file name="alert-queue.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/services/zd-alert/alert-queue.ts">
|
|
5216
5135
|
<metrics statements="16" coveredstatements="16" conditionals="8" coveredconditionals="8" methods="4" coveredmethods="4"/>
|
|
5217
|
-
<line num="1" count="
|
|
5218
|
-
<line num="4" count="
|
|
5136
|
+
<line num="1" count="92" type="stmt"/>
|
|
5137
|
+
<line num="4" count="92" type="stmt"/>
|
|
5219
5138
|
<line num="5" count="4" type="stmt"/>
|
|
5220
5139
|
<line num="7" count="4" type="stmt"/>
|
|
5221
5140
|
<line num="10" count="5" type="stmt"/>
|
|
@@ -5231,10 +5150,10 @@
|
|
|
5231
5150
|
<line num="36" count="1" type="cond" truecount="3" falsecount="0"/>
|
|
5232
5151
|
<line num="37" count="1" type="stmt"/>
|
|
5233
5152
|
</file>
|
|
5234
|
-
<file name="alert-replace.ts" path="/
|
|
5153
|
+
<file name="alert-replace.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/services/zd-alert/alert-replace.ts">
|
|
5235
5154
|
<metrics statements="17" coveredstatements="17" conditionals="5" coveredconditionals="5" methods="4" coveredmethods="4"/>
|
|
5236
|
-
<line num="1" count="
|
|
5237
|
-
<line num="9" count="
|
|
5155
|
+
<line num="1" count="92" type="stmt"/>
|
|
5156
|
+
<line num="9" count="92" type="stmt"/>
|
|
5238
5157
|
<line num="10" count="4" type="stmt"/>
|
|
5239
5158
|
<line num="12" count="4" type="stmt"/>
|
|
5240
5159
|
<line num="15" count="3" type="stmt"/>
|
|
@@ -5251,12 +5170,12 @@
|
|
|
5251
5170
|
<line num="39" count="5" type="stmt"/>
|
|
5252
5171
|
<line num="43" count="7" type="stmt"/>
|
|
5253
5172
|
</file>
|
|
5254
|
-
<file name="alert-service.ts" path="/
|
|
5173
|
+
<file name="alert-service.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/services/zd-alert/alert-service.ts">
|
|
5255
5174
|
<metrics statements="18" coveredstatements="18" conditionals="3" coveredconditionals="3" methods="8" coveredmethods="8"/>
|
|
5256
|
-
<line num="2" count="
|
|
5257
|
-
<line num="3" count="
|
|
5258
|
-
<line num="4" count="
|
|
5259
|
-
<line num="12" count="
|
|
5175
|
+
<line num="2" count="92" type="stmt"/>
|
|
5176
|
+
<line num="3" count="92" type="stmt"/>
|
|
5177
|
+
<line num="4" count="92" type="stmt"/>
|
|
5178
|
+
<line num="12" count="92" type="stmt"/>
|
|
5260
5179
|
<line num="22" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
5261
5180
|
<line num="23" count="1" type="stmt"/>
|
|
5262
5181
|
<line num="25" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -5272,10 +5191,10 @@
|
|
|
5272
5191
|
<line num="67" count="3" type="stmt"/>
|
|
5273
5192
|
<line num="75" count="5" type="stmt"/>
|
|
5274
5193
|
</file>
|
|
5275
|
-
<file name="alert-stack.ts" path="/
|
|
5194
|
+
<file name="alert-stack.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/services/zd-alert/alert-stack.ts">
|
|
5276
5195
|
<metrics statements="15" coveredstatements="15" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="3"/>
|
|
5277
|
-
<line num="1" count="
|
|
5278
|
-
<line num="4" count="
|
|
5196
|
+
<line num="1" count="92" type="stmt"/>
|
|
5197
|
+
<line num="4" count="92" type="stmt"/>
|
|
5279
5198
|
<line num="5" count="4" type="stmt"/>
|
|
5280
5199
|
<line num="7" count="4" type="stmt"/>
|
|
5281
5200
|
<line num="10" count="5" type="stmt"/>
|
|
@@ -5290,22 +5209,22 @@
|
|
|
5290
5209
|
<line num="26" count="1" type="stmt"/>
|
|
5291
5210
|
<line num="27" count="1" type="stmt"/>
|
|
5292
5211
|
</file>
|
|
5293
|
-
<file name="index.ts" path="/
|
|
5212
|
+
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/services/zd-alert/index.ts">
|
|
5294
5213
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
5295
|
-
<line num="1" count="
|
|
5296
|
-
<line num="2" count="
|
|
5297
|
-
<line num="3" count="
|
|
5298
|
-
<line num="4" count="
|
|
5299
|
-
<line num="5" count="
|
|
5214
|
+
<line num="1" count="92" type="stmt"/>
|
|
5215
|
+
<line num="2" count="92" type="stmt"/>
|
|
5216
|
+
<line num="3" count="92" type="stmt"/>
|
|
5217
|
+
<line num="4" count="92" type="stmt"/>
|
|
5218
|
+
<line num="5" count="92" type="stmt"/>
|
|
5300
5219
|
</file>
|
|
5301
5220
|
</package>
|
|
5302
5221
|
<package name="src.services.zd-dialog">
|
|
5303
5222
|
<metrics statements="10" coveredstatements="10" conditionals="2" coveredconditionals="2" methods="4" coveredmethods="4"/>
|
|
5304
|
-
<file name="dialog-service.ts" path="/
|
|
5223
|
+
<file name="dialog-service.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/services/zd-dialog/dialog-service.ts">
|
|
5305
5224
|
<metrics statements="10" coveredstatements="10" conditionals="2" coveredconditionals="2" methods="4" coveredmethods="4"/>
|
|
5306
|
-
<line num="1" count="
|
|
5307
|
-
<line num="7" count="
|
|
5308
|
-
<line num="8" count="
|
|
5225
|
+
<line num="1" count="92" type="stmt"/>
|
|
5226
|
+
<line num="7" count="92" type="stmt"/>
|
|
5227
|
+
<line num="8" count="92" type="stmt"/>
|
|
5309
5228
|
<line num="16" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
5310
5229
|
<line num="17" count="1" type="stmt"/>
|
|
5311
5230
|
<line num="18" count="1" type="stmt"/>
|
|
@@ -5317,21 +5236,21 @@
|
|
|
5317
5236
|
</package>
|
|
5318
5237
|
<package name="src.services.zd-loading">
|
|
5319
5238
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
5320
|
-
<file name="loading-service.ts" path="/
|
|
5239
|
+
<file name="loading-service.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/services/zd-loading/loading-service.ts">
|
|
5321
5240
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
5322
|
-
<line num="6" count="
|
|
5241
|
+
<line num="6" count="92" type="stmt"/>
|
|
5323
5242
|
<line num="15" count="1" type="stmt"/>
|
|
5324
5243
|
<line num="22" count="1" type="stmt"/>
|
|
5325
5244
|
</file>
|
|
5326
5245
|
</package>
|
|
5327
5246
|
<package name="src.services.zd-modal">
|
|
5328
5247
|
<metrics statements="19" coveredstatements="19" conditionals="3" coveredconditionals="3" methods="9" coveredmethods="9"/>
|
|
5329
|
-
<file name="modal-service.ts" path="/
|
|
5248
|
+
<file name="modal-service.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/services/zd-modal/modal-service.ts">
|
|
5330
5249
|
<metrics statements="19" coveredstatements="19" conditionals="3" coveredconditionals="3" methods="9" coveredmethods="9"/>
|
|
5331
|
-
<line num="1" count="
|
|
5332
|
-
<line num="2" count="
|
|
5333
|
-
<line num="7" count="
|
|
5334
|
-
<line num="11" count="
|
|
5250
|
+
<line num="1" count="92" type="stmt"/>
|
|
5251
|
+
<line num="2" count="92" type="stmt"/>
|
|
5252
|
+
<line num="7" count="92" type="stmt"/>
|
|
5253
|
+
<line num="11" count="92" type="stmt"/>
|
|
5335
5254
|
<line num="18" count="7" type="stmt"/>
|
|
5336
5255
|
<line num="19" count="7" type="stmt"/>
|
|
5337
5256
|
<line num="20" count="7" type="stmt"/>
|
|
@@ -5351,23 +5270,23 @@
|
|
|
5351
5270
|
</package>
|
|
5352
5271
|
<package name="src.utils">
|
|
5353
5272
|
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
5354
|
-
<file name="index.ts" path="/
|
|
5273
|
+
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/utils/index.ts">
|
|
5355
5274
|
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
5356
|
-
<line num="1" count="
|
|
5357
|
-
<line num="2" count="
|
|
5358
|
-
<line num="3" count="
|
|
5359
|
-
<line num="4" count="
|
|
5360
|
-
<line num="5" count="
|
|
5361
|
-
<line num="6" count="
|
|
5362
|
-
<line num="7" count="
|
|
5275
|
+
<line num="1" count="94" type="stmt"/>
|
|
5276
|
+
<line num="2" count="94" type="stmt"/>
|
|
5277
|
+
<line num="3" count="94" type="stmt"/>
|
|
5278
|
+
<line num="4" count="94" type="stmt"/>
|
|
5279
|
+
<line num="5" count="94" type="stmt"/>
|
|
5280
|
+
<line num="6" count="94" type="stmt"/>
|
|
5281
|
+
<line num="7" count="94" type="stmt"/>
|
|
5363
5282
|
</file>
|
|
5364
5283
|
</package>
|
|
5365
5284
|
<package name="src.utils.data-value-out">
|
|
5366
5285
|
<metrics statements="19" coveredstatements="19" conditionals="11" coveredconditionals="11" methods="3" coveredmethods="3"/>
|
|
5367
|
-
<file name="data-value-out.ts" path="/
|
|
5286
|
+
<file name="data-value-out.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/utils/data-value-out/data-value-out.ts">
|
|
5368
5287
|
<metrics statements="17" coveredstatements="17" conditionals="11" coveredconditionals="11" methods="3" coveredmethods="3"/>
|
|
5369
|
-
<line num="1" count="
|
|
5370
|
-
<line num="6" count="
|
|
5288
|
+
<line num="1" count="94" type="stmt"/>
|
|
5289
|
+
<line num="6" count="94" type="stmt"/>
|
|
5371
5290
|
<line num="8" count="4" type="stmt"/>
|
|
5372
5291
|
<line num="9" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
5373
5292
|
<line num="10" count="1" type="stmt"/>
|
|
@@ -5384,18 +5303,18 @@
|
|
|
5384
5303
|
<line num="32" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
5385
5304
|
<line num="33" count="2" type="stmt"/>
|
|
5386
5305
|
</file>
|
|
5387
|
-
<file name="index.ts" path="/
|
|
5306
|
+
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/utils/data-value-out/index.ts">
|
|
5388
5307
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
5389
|
-
<line num="1" count="
|
|
5390
|
-
<line num="2" count="
|
|
5308
|
+
<line num="1" count="94" type="stmt"/>
|
|
5309
|
+
<line num="2" count="94" type="stmt"/>
|
|
5391
5310
|
</file>
|
|
5392
5311
|
</package>
|
|
5393
5312
|
<package name="src.utils.datasource-searcher">
|
|
5394
5313
|
<metrics statements="20" coveredstatements="20" conditionals="3" coveredconditionals="3" methods="8" coveredmethods="8"/>
|
|
5395
|
-
<file name="datasource-searcher.ts" path="/
|
|
5314
|
+
<file name="datasource-searcher.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/utils/datasource-searcher/datasource-searcher.ts">
|
|
5396
5315
|
<metrics statements="18" coveredstatements="18" conditionals="3" coveredconditionals="3" methods="8" coveredmethods="8"/>
|
|
5397
|
-
<line num="1" count="
|
|
5398
|
-
<line num="4" count="
|
|
5316
|
+
<line num="1" count="94" type="stmt"/>
|
|
5317
|
+
<line num="4" count="94" type="stmt"/>
|
|
5399
5318
|
<line num="5" count="35" type="stmt"/>
|
|
5400
5319
|
<line num="6" count="30" type="stmt"/>
|
|
5401
5320
|
<line num="10" count="1" type="stmt"/>
|
|
@@ -5413,22 +5332,38 @@
|
|
|
5413
5332
|
<line num="48" count="7" type="stmt"/>
|
|
5414
5333
|
<line num="50" count="33" type="stmt"/>
|
|
5415
5334
|
</file>
|
|
5416
|
-
<file name="index.ts" path="/
|
|
5335
|
+
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/utils/datasource-searcher/index.ts">
|
|
5417
5336
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
5418
|
-
<line num="1" count="
|
|
5419
|
-
<line num="2" count="
|
|
5337
|
+
<line num="1" count="94" type="stmt"/>
|
|
5338
|
+
<line num="2" count="94" type="stmt"/>
|
|
5339
|
+
</file>
|
|
5340
|
+
</package>
|
|
5341
|
+
<package name="src.utils.date-utils">
|
|
5342
|
+
<metrics statements="10" coveredstatements="10" conditionals="3" coveredconditionals="3" methods="2" coveredmethods="2"/>
|
|
5343
|
+
<file name="date-utils.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/utils/date-utils/date-utils.ts">
|
|
5344
|
+
<metrics statements="10" coveredstatements="10" conditionals="3" coveredconditionals="3" methods="2" coveredmethods="2"/>
|
|
5345
|
+
<line num="1" count="92" type="stmt"/>
|
|
5346
|
+
<line num="3" count="92" type="stmt"/>
|
|
5347
|
+
<line num="8" count="87" type="cond" truecount="1" falsecount="0"/>
|
|
5348
|
+
<line num="10" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
5349
|
+
<line num="12" count="23" type="stmt"/>
|
|
5350
|
+
<line num="14" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
5351
|
+
<line num="15" count="12" type="stmt"/>
|
|
5352
|
+
<line num="17" count="11" type="stmt"/>
|
|
5353
|
+
<line num="25" count="92" type="stmt"/>
|
|
5354
|
+
<line num="26" count="42" type="stmt"/>
|
|
5420
5355
|
</file>
|
|
5421
5356
|
</package>
|
|
5422
5357
|
<package name="src.utils.icons">
|
|
5423
5358
|
<metrics statements="10" coveredstatements="10" conditionals="3" coveredconditionals="3" methods="5" coveredmethods="5"/>
|
|
5424
|
-
<file name="icons.ts" path="/
|
|
5359
|
+
<file name="icons.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/utils/icons/icons.ts">
|
|
5425
5360
|
<metrics statements="10" coveredstatements="10" conditionals="3" coveredconditionals="3" methods="5" coveredmethods="5"/>
|
|
5426
|
-
<line num="3" count="
|
|
5427
|
-
<line num="4" count="
|
|
5428
|
-
<line num="62" count="
|
|
5429
|
-
<line num="119" count="
|
|
5361
|
+
<line num="3" count="94" type="stmt"/>
|
|
5362
|
+
<line num="4" count="94" type="stmt"/>
|
|
5363
|
+
<line num="62" count="94" type="stmt"/>
|
|
5364
|
+
<line num="119" count="94" type="stmt"/>
|
|
5430
5365
|
<line num="126" count="1" type="stmt"/>
|
|
5431
|
-
<line num="134" count="
|
|
5366
|
+
<line num="134" count="96" type="stmt"/>
|
|
5432
5367
|
<line num="141" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
5433
5368
|
<line num="142" count="1" type="stmt"/>
|
|
5434
5369
|
<line num="144" count="2" type="stmt"/>
|
|
@@ -5437,18 +5372,18 @@
|
|
|
5437
5372
|
</package>
|
|
5438
5373
|
<package name="src.utils.omit">
|
|
5439
5374
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
5440
|
-
<file name="omit.ts" path="/
|
|
5375
|
+
<file name="omit.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/utils/omit/omit.ts">
|
|
5441
5376
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
5442
|
-
<line num="10" count="
|
|
5377
|
+
<line num="10" count="94" type="stmt"/>
|
|
5443
5378
|
<line num="11" count="214" type="stmt"/>
|
|
5444
5379
|
<line num="12" count="214" type="stmt"/>
|
|
5445
5380
|
</file>
|
|
5446
5381
|
</package>
|
|
5447
5382
|
<package name="src.utils.theme">
|
|
5448
5383
|
<metrics statements="44" coveredstatements="44" conditionals="15" coveredconditionals="15" methods="8" coveredmethods="8"/>
|
|
5449
|
-
<file name="theme.ts" path="/
|
|
5384
|
+
<file name="theme.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/utils/theme/theme.ts">
|
|
5450
5385
|
<metrics statements="44" coveredstatements="44" conditionals="15" coveredconditionals="15" methods="8" coveredmethods="8"/>
|
|
5451
|
-
<line num="38" count="
|
|
5386
|
+
<line num="38" count="94" type="stmt"/>
|
|
5452
5387
|
<line num="40" count="10" type="stmt"/>
|
|
5453
5388
|
<line num="108" count="4" type="stmt"/>
|
|
5454
5389
|
<line num="109" count="4" type="stmt"/>
|
|
@@ -5468,7 +5403,7 @@
|
|
|
5468
5403
|
<line num="141" count="10" type="stmt"/>
|
|
5469
5404
|
<line num="142" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
5470
5405
|
<line num="143" count="2" type="stmt"/>
|
|
5471
|
-
<line num="147" count="
|
|
5406
|
+
<line num="147" count="94" type="stmt"/>
|
|
5472
5407
|
<line num="148" count="10" type="stmt"/>
|
|
5473
5408
|
<line num="153" count="10" type="stmt"/>
|
|
5474
5409
|
<line num="155" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -5491,19 +5426,19 @@
|
|
|
5491
5426
|
<line num="188" count="3" type="stmt"/>
|
|
5492
5427
|
<line num="193" count="10" type="stmt"/>
|
|
5493
5428
|
<line num="195" count="10" type="stmt"/>
|
|
5494
|
-
<line num="198" count="
|
|
5429
|
+
<line num="198" count="94" type="stmt"/>
|
|
5495
5430
|
</file>
|
|
5496
5431
|
</package>
|
|
5497
5432
|
<package name="src.utils.tree-data-structure">
|
|
5498
5433
|
<metrics statements="203" coveredstatements="203" conditionals="89" coveredconditionals="89" methods="43" coveredmethods="43"/>
|
|
5499
|
-
<file name="index.ts" path="/
|
|
5434
|
+
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/utils/tree-data-structure/index.ts">
|
|
5500
5435
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
5501
|
-
<line num="1" count="
|
|
5502
|
-
<line num="2" count="
|
|
5436
|
+
<line num="1" count="94" type="stmt"/>
|
|
5437
|
+
<line num="2" count="94" type="stmt"/>
|
|
5503
5438
|
</file>
|
|
5504
|
-
<file name="tree-data-structure.ts" path="/
|
|
5439
|
+
<file name="tree-data-structure.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/utils/tree-data-structure/tree-data-structure.ts">
|
|
5505
5440
|
<metrics statements="201" coveredstatements="201" conditionals="89" coveredconditionals="89" methods="43" coveredmethods="43"/>
|
|
5506
|
-
<line num="4" count="
|
|
5441
|
+
<line num="4" count="94" type="stmt"/>
|
|
5507
5442
|
<line num="18" count="59" type="stmt"/>
|
|
5508
5443
|
<line num="23" count="59" type="stmt"/>
|
|
5509
5444
|
<line num="28" count="59" type="stmt"/>
|
|
@@ -5708,9 +5643,9 @@
|
|
|
5708
5643
|
</package>
|
|
5709
5644
|
<package name="src.utils.unique-by">
|
|
5710
5645
|
<metrics statements="9" coveredstatements="9" conditionals="3" coveredconditionals="3" methods="2" coveredmethods="2"/>
|
|
5711
|
-
<file name="unique-by.ts" path="/
|
|
5646
|
+
<file name="unique-by.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/src/utils/unique-by/unique-by.ts">
|
|
5712
5647
|
<metrics statements="9" coveredstatements="9" conditionals="3" coveredconditionals="3" methods="2" coveredmethods="2"/>
|
|
5713
|
-
<line num="3" count="
|
|
5648
|
+
<line num="3" count="94" type="stmt"/>
|
|
5714
5649
|
<line num="4" count="10" type="stmt"/>
|
|
5715
5650
|
<line num="5" count="10" type="stmt"/>
|
|
5716
5651
|
<line num="6" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -5718,12 +5653,12 @@
|
|
|
5718
5653
|
<line num="8" count="21" type="stmt"/>
|
|
5719
5654
|
<line num="9" count="21" type="stmt"/>
|
|
5720
5655
|
<line num="11" count="7" type="stmt"/>
|
|
5721
|
-
<line num="15" count="
|
|
5656
|
+
<line num="15" count="94" type="stmt"/>
|
|
5722
5657
|
</file>
|
|
5723
5658
|
</package>
|
|
5724
5659
|
<package name="tests.unit.components.zd-component">
|
|
5725
5660
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
|
|
5726
|
-
<file name="ComponentMock.ts" path="/
|
|
5661
|
+
<file name="ComponentMock.ts" path="/Users/zedmartins/workfolder/zeedhi3/zeedhi-client-core/packages/common/tests/unit/components/zd-component/ComponentMock.ts">
|
|
5727
5662
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
|
|
5728
5663
|
<line num="1" count="1" type="stmt"/>
|
|
5729
5664
|
<line num="8" count="1" type="stmt"/>
|