@trudb/tru-common-lib 0.0.725 → 0.0.728
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/{esm2020 → esm2022}/lib/assets/tru-icon-module.mjs +32 -32
- package/{esm2020 → esm2022}/lib/assets/tru-search-icon-module.mjs +36 -36
- package/{esm2020 → esm2022}/lib/base-classes/tru-component-config-base.mjs +3 -3
- package/{esm2020 → esm2022}/lib/base-classes/tru-control-component-config-base.mjs +3 -3
- package/{esm2020 → esm2022}/lib/base-classes/tru-edit-control-base.mjs +17 -17
- package/esm2022/lib/base-classes/tru-edit-control-config-base.mjs +6 -0
- package/{esm2020 → esm2022}/lib/base-classes/tru-edit-parent-control-config-base.mjs +3 -3
- package/{esm2020 → esm2022}/lib/base-classes/tru-edit-pkey-control-config-base.mjs +3 -3
- package/esm2022/lib/base-classes/tru-entity-base.mjs +14 -0
- package/esm2022/lib/base-classes/tru-list-control-config-base.mjs +6 -0
- package/{esm2020 → esm2022}/lib/base-classes/tru-property-config-base.mjs +14 -15
- package/{esm2020 → esm2022}/lib/base-classes/tru-search-config-base.mjs +3 -3
- package/esm2022/lib/base-classes/tru-search-control-base.mjs +45 -0
- package/esm2022/lib/base-classes/tru-search-control-config-base.mjs +5 -0
- package/esm2022/lib/base-classes/tru-search-control-range-base.mjs +45 -0
- package/esm2022/lib/base-classes/tru-table-config-base.mjs +12 -0
- package/{esm2020 → esm2022}/lib/base-views/detail/tru-detail-view-base-module.mjs +19 -19
- package/esm2022/lib/base-views/detail/tru-detail-view-base.mjs +83 -0
- package/esm2022/lib/base-views/search/services/tru-search-view-control-event-handler.mjs +25 -0
- package/esm2022/lib/base-views/search/services/tru-search-view-event-handler.mjs +25 -0
- package/{esm2020 → esm2022}/lib/base-views/search/tru-search-view-base-module.mjs +19 -19
- package/esm2022/lib/base-views/search/tru-search-view-base.mjs +68 -0
- package/{esm2020 → esm2022}/lib/base-views/search-result/tru-search-result-view-base-module.mjs +19 -19
- package/esm2022/lib/base-views/search-result/tru-search-result-view-base.mjs +54 -0
- package/{esm2020 → esm2022}/lib/classes/tru-choice.mjs +2 -2
- package/esm2022/lib/classes/tru-context-filter-choice.mjs +11 -0
- package/esm2022/lib/classes/tru-context-filter.mjs +16 -0
- package/esm2022/lib/classes/tru-data-change-parser.mjs +287 -0
- package/esm2022/lib/classes/tru-data-change.mjs +5 -0
- package/{esm2020 → esm2022}/lib/classes/tru-formula-eval.mjs +156 -156
- package/esm2022/lib/classes/tru-merge-data-set.mjs +11 -0
- package/esm2022/lib/classes/tru-merge-data.mjs +20 -0
- package/{esm2020 → esm2022}/lib/classes/tru-name-value.mjs +2 -2
- package/esm2022/lib/classes/tru-predicate.mjs +47 -0
- package/{esm2020 → esm2022}/lib/classes/tru-property-config-cloud-file.mjs +4 -4
- package/esm2022/lib/classes/tru-property-config-date.mjs +7 -0
- package/esm2022/lib/classes/tru-property-config-decimal.mjs +9 -0
- package/{esm2020 → esm2022}/lib/classes/tru-property-config-file.mjs +6 -8
- package/esm2022/lib/classes/tru-property-config-foreign-key.mjs +8 -0
- package/esm2022/lib/classes/tru-property-config-integer.mjs +7 -0
- package/esm2022/lib/classes/tru-property-config-password.mjs +6 -0
- package/esm2022/lib/classes/tru-property-config-percentage.mjs +7 -0
- package/esm2022/lib/classes/tru-property-config-scientific.mjs +7 -0
- package/{esm2020 → esm2022}/lib/classes/tru-property-config-text-choices.mjs +6 -8
- package/{esm2020 → esm2022}/lib/classes/tru-property-config-text.mjs +8 -10
- package/{esm2020 → esm2022}/lib/classes/tru-property-config-usa-address.mjs +6 -8
- package/{esm2020 → esm2022}/lib/classes/tru-property-config-zip-code.mjs +6 -8
- package/esm2022/lib/classes/tru-query-predicate-manager.mjs +49 -0
- package/{esm2020 → esm2022}/lib/components/confirm-dialog/tru-confirm-dialog-module.mjs +20 -20
- package/esm2022/lib/components/confirm-dialog/tru-confirm-dialog.mjs +59 -0
- package/{esm2020 → esm2022}/lib/components/data-grid/classes/tru-data-grid-config.mjs +1 -1
- package/{esm2020 → esm2022}/lib/components/data-grid/enums/tru-data-grid-types.mjs +6 -6
- package/esm2022/lib/components/data-grid/overlays/tru-data-grid-loading-overlay/tru-data-grid-loading-overlay.mjs +40 -0
- package/esm2022/lib/components/data-grid/overlays/tru-data-grid-no-rows-overlay/tru-data-grid-no-rows-overlay.mjs +27 -0
- package/esm2022/lib/components/data-grid/tru-data-grid-module.mjs +67 -0
- package/esm2022/lib/components/data-grid/tru-data-grid.mjs +382 -0
- package/{esm2020 → esm2022}/lib/components/desktop/classes/tru-desktop-title.mjs +2 -2
- package/esm2022/lib/components/desktop/classes/tru-desktop-view-config.mjs +21 -0
- package/{esm2020 → esm2022}/lib/components/desktop/directives/resizable/tru-desktop-resizable-module.mjs +19 -19
- package/esm2022/lib/components/desktop/directives/resizable/tru-desktop-resizable.mjs +122 -0
- package/{esm2020 → esm2022}/lib/components/desktop/menubar/tru-desktop-menubar-module.mjs +56 -56
- package/esm2022/lib/components/desktop/menubar/tru-desktop-menubar.mjs +36 -0
- package/esm2022/lib/components/desktop/services/tru-desktop-manager.mjs +86 -0
- package/esm2022/lib/components/desktop/services/tru-desktop-service.mjs +108 -0
- package/esm2022/lib/components/desktop/services/tru-window-action-event-handler.mjs +25 -0
- package/esm2022/lib/components/desktop/services/tru-window-event-args.mjs +24 -0
- package/esm2022/lib/components/desktop/services/tru-window-event-handler.mjs +42 -0
- package/{esm2020 → esm2022}/lib/components/desktop/statusbar/tru-desktop-statusbar-module.mjs +19 -19
- package/esm2022/lib/components/desktop/statusbar/tru-desktop-statusbar.mjs +20 -0
- package/{esm2020 → esm2022}/lib/components/desktop/taskbar/tru-desktop-taskbar-module.mjs +21 -21
- package/esm2022/lib/components/desktop/taskbar/tru-desktop-taskbar.mjs +41 -0
- package/{esm2020 → esm2022}/lib/components/desktop/tru-desktop-module.mjs +72 -72
- package/esm2022/lib/components/desktop/tru-desktop.mjs +737 -0
- package/{esm2020 → esm2022}/lib/components/desktop/view/tru-desktop-view-module.mjs +19 -19
- package/esm2022/lib/components/desktop/view/tru-desktop-view.mjs +29 -0
- package/{esm2020 → esm2022}/lib/components/desktop/viewport/tru-desktop-viewport-module.mjs +20 -20
- package/esm2022/lib/components/desktop/viewport/tru-desktop-viewport.mjs +117 -0
- package/{esm2020 → esm2022}/lib/components/desktop/window/tru-desktop-window-module.mjs +58 -58
- package/esm2022/lib/components/desktop/window/tru-desktop-window.mjs +467 -0
- package/{esm2020 → esm2022}/lib/components/export-dialog/tru-export-dialog-module.mjs +20 -20
- package/esm2022/lib/components/export-dialog/tru-export-dialog.mjs +61 -0
- package/{esm2020 → esm2022}/lib/components/layout/column/tru-column-module.mjs +19 -19
- package/{esm2020 → esm2022}/lib/components/layout/column/tru-column.mjs +12 -12
- package/{esm2020 → esm2022}/lib/components/layout/form/tru-form-module.mjs +19 -19
- package/esm2022/lib/components/layout/form/tru-form.mjs +35 -0
- package/{esm2020 → esm2022}/lib/components/layout/group-box/tru-group-box-module.mjs +19 -19
- package/{esm2020 → esm2022}/lib/components/layout/group-box/tru-group-box.mjs +12 -12
- package/{esm2020 → esm2022}/lib/components/layout/row/tru-row-module.mjs +19 -19
- package/{esm2020 → esm2022}/lib/components/layout/row/tru-row.mjs +12 -12
- package/{esm2020 → esm2022}/lib/components/login/classes/tru-auth-config.mjs +7 -7
- package/esm2022/lib/components/login/classes/tru-auth-jwt-strategy.mjs +63 -0
- package/{esm2020 → esm2022}/lib/components/login/classes/tru-auth-login-request.mjs +5 -3
- package/{esm2020 → esm2022}/lib/components/login/classes/tru-auth-logout-request.mjs +4 -3
- package/esm2022/lib/components/login/classes/tru-auth-session-strategy.mjs +21 -0
- package/{esm2020 → esm2022}/lib/components/login/classes/tru-auth-strategy-provider.mjs +19 -19
- package/{esm2020 → esm2022}/lib/components/login/classes/tru-auth-token.mjs +11 -8
- package/{esm2020 → esm2022}/lib/components/login/classes/tru-auth-user-request.mjs +4 -3
- package/esm2022/lib/components/login/services/tru-auth-cache.mjs +20 -0
- package/esm2022/lib/components/login/services/tru-auth-interceptor.mjs +46 -0
- package/esm2022/lib/components/login/services/tru-auth.mjs +87 -0
- package/esm2022/lib/components/login/tru-login-module.mjs +46 -0
- package/esm2022/lib/components/login/tru-login.mjs +59 -0
- package/{esm2020 → esm2022}/lib/components/password-dialog/tru-password-dialog-module.mjs +20 -20
- package/esm2022/lib/components/password-dialog/tru-password-dialog.mjs +53 -0
- package/{esm2020 → esm2022}/lib/components/toolbar/button/tru-toolbar-button-module.mjs +32 -32
- package/esm2022/lib/components/toolbar/button/tru-toolbar-button.mjs +40 -0
- package/{esm2020 → esm2022}/lib/components/toolbar/classes/tru-toolbar-dropdown-option.mjs +1 -1
- package/{esm2020 → esm2022}/lib/components/toolbar/context-filter/tru-toolbar-context-filter-module.mjs +44 -44
- package/esm2022/lib/components/toolbar/context-filter/tru-toolbar-context-filter.mjs +26 -0
- package/{esm2020 → esm2022}/lib/components/toolbar/dropdown/tru-toolbar-dropdown-module.mjs +36 -36
- package/esm2022/lib/components/toolbar/dropdown/tru-toolbar-dropdown.mjs +45 -0
- package/{esm2020 → esm2022}/lib/components/toolbar/menu/menu-button/tru-toolbar-menu-button-module.mjs +19 -19
- package/esm2022/lib/components/toolbar/menu/menu-button/tru-toolbar-menu-button.mjs +17 -0
- package/{esm2020 → esm2022}/lib/components/toolbar/menu/menu-item/tru-toolbar-menu-item-module.mjs +19 -19
- package/esm2022/lib/components/toolbar/menu/menu-item/tru-toolbar-menu-item.mjs +26 -0
- package/{esm2020 → esm2022}/lib/components/toolbar/menu/tru-toolbar-menu-module.mjs +32 -32
- package/esm2022/lib/components/toolbar/menu/tru-toolbar-menu.mjs +33 -0
- package/{esm2020 → esm2022}/lib/components/toolbar/separator/tru-toolbar-separator-module.mjs +19 -19
- package/{esm2020 → esm2022}/lib/components/toolbar/separator/tru-toolbar-separator.mjs +12 -12
- package/{esm2020 → esm2022}/lib/components/toolbar/text/tru-toolbar-text-module.mjs +32 -32
- package/esm2022/lib/components/toolbar/text/tru-toolbar-text.mjs +27 -0
- package/{esm2020 → esm2022}/lib/components/toolbar/tru-toolbar-module.mjs +73 -73
- package/{esm2020 → esm2022}/lib/components/toolbar/tru-toolbar.mjs +20 -21
- package/{esm2020 → esm2022}/lib/components/toolbar/user-profile/tru-toolbar-user-profile-module.mjs +36 -36
- package/esm2022/lib/components/toolbar/user-profile/tru-toolbar-user-profile.mjs +38 -0
- package/esm2022/lib/components/validation-dialog/tru-validation-dialog-config.mjs +25 -0
- package/{esm2020 → esm2022}/lib/components/validation-dialog/tru-validation-dialog-module.mjs +19 -19
- package/esm2022/lib/components/validation-dialog/tru-validation-dialog.mjs +83 -0
- package/{esm2020 → esm2022}/lib/directives/breeze-validator/tru-breeze-validator-module.mjs +19 -19
- package/esm2022/lib/directives/breeze-validator/tru-breeze-validator.mjs +107 -0
- package/{esm2020 → esm2022}/lib/directives/search-panel-position-manager/tru-search-panel-position-manager-module.mjs +19 -19
- package/esm2022/lib/directives/search-panel-position-manager/tru-search-panel-position-manager.mjs +155 -0
- package/{esm2020 → esm2022}/lib/directives/select-panel/tru-mat-select-panel-module.mjs +19 -19
- package/esm2022/lib/directives/select-panel/tru-mat-select-panel.mjs +69 -0
- package/{esm2020 → esm2022}/lib/interfaces/tru-value.mjs +1 -1
- package/{esm2020 → esm2022}/lib/material.module.mjs +192 -192
- package/esm2022/lib/services/tru-app-environment.mjs +113 -0
- package/esm2022/lib/services/tru-breeze-context-factory.mjs +84 -0
- package/esm2022/lib/services/tru-breeze-metadata-provider.mjs +21 -0
- package/esm2022/lib/services/tru-component-lookup.mjs +23 -0
- package/esm2022/lib/services/tru-connection-hub.mjs +52 -0
- package/esm2022/lib/services/tru-context-filters.mjs +28 -0
- package/esm2022/lib/services/tru-data-context.mjs +263 -0
- package/esm2022/lib/services/tru-entity-accessor.mjs +292 -0
- package/esm2022/lib/services/tru-model-property-lookup.mjs +21 -0
- package/{esm2020 → esm2022}/lib/services/tru-predicate-map.mjs +11 -11
- package/esm2022/lib/services/tru-search-result-view-manager.mjs +18 -0
- package/esm2022/lib/services/tru-sort.mjs +113 -0
- package/esm2022/lib/services/tru-table-registry.mjs +15 -0
- package/esm2022/lib/services/tru-text-manager.mjs +148 -0
- package/esm2022/lib/services/tru-ui-notification.mjs +107 -0
- package/esm2022/lib/services/tru-user.mjs +62 -0
- package/esm2022/lib/services/tru-util.mjs +76 -0
- package/{esm2020 → esm2022}/lib/tru-common-module.mjs +16 -16
- package/{esm2020 → esm2022}/public-api.mjs +144 -144
- package/{esm2020 → esm2022}/trudb-tru-common-lib.mjs +4 -4
- package/fesm2022/trudb-tru-common-lib.mjs +6932 -0
- package/fesm2022/trudb-tru-common-lib.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/assets/tru-icon-module.d.ts +11 -11
- package/lib/assets/tru-search-icon-module.d.ts +11 -11
- package/lib/base-classes/tru-component-config-base.d.ts +3 -3
- package/lib/base-classes/tru-control-component-config-base.d.ts +20 -20
- package/lib/base-classes/tru-edit-control-base.d.ts +10 -10
- package/lib/base-classes/tru-edit-control-config-base.d.ts +21 -21
- package/lib/base-classes/tru-edit-parent-control-config-base.d.ts +9 -9
- package/lib/base-classes/tru-edit-pkey-control-config-base.d.ts +11 -11
- package/lib/base-classes/tru-entity-base.d.ts +14 -14
- package/lib/base-classes/tru-list-control-config-base.d.ts +21 -21
- package/lib/base-classes/tru-property-config-base.d.ts +13 -13
- package/lib/base-classes/tru-search-config-base.d.ts +9 -9
- package/lib/base-classes/tru-search-control-base.d.ts +21 -21
- package/lib/base-classes/tru-search-control-config-base.d.ts +13 -13
- package/lib/base-classes/tru-search-control-range-base.d.ts +25 -25
- package/lib/base-classes/tru-table-config-base.d.ts +11 -11
- package/lib/base-views/detail/tru-detail-view-base-module.d.ts +9 -9
- package/lib/base-views/detail/tru-detail-view-base.d.ts +32 -32
- package/lib/base-views/search/services/tru-search-view-control-event-handler.d.ts +12 -12
- package/lib/base-views/search/services/tru-search-view-event-handler.d.ts +11 -11
- package/lib/base-views/search/tru-search-view-base-module.d.ts +9 -9
- package/lib/base-views/search/tru-search-view-base.d.ts +36 -36
- package/lib/base-views/search-result/tru-search-result-view-base-module.d.ts +9 -9
- package/lib/base-views/search-result/tru-search-result-view-base.d.ts +25 -25
- package/lib/classes/tru-choice.d.ts +8 -8
- package/lib/classes/tru-context-filter-choice.d.ts +6 -6
- package/lib/classes/tru-context-filter.d.ts +10 -10
- package/lib/classes/tru-data-change-parser.d.ts +33 -33
- package/lib/classes/tru-data-change.d.ts +4 -4
- package/lib/classes/tru-formula-eval.d.ts +31 -31
- package/lib/classes/tru-merge-data-set.d.ts +7 -7
- package/lib/classes/tru-merge-data.d.ts +9 -9
- package/lib/classes/tru-name-value.d.ts +9 -9
- package/lib/classes/tru-predicate.d.ts +8 -8
- package/lib/classes/tru-property-config-cloud-file.d.ts +4 -4
- package/lib/classes/tru-property-config-date.d.ts +6 -6
- package/lib/classes/tru-property-config-decimal.d.ts +8 -8
- package/lib/classes/tru-property-config-file.d.ts +5 -5
- package/lib/classes/tru-property-config-foreign-key.d.ts +7 -7
- package/lib/classes/tru-property-config-integer.d.ts +6 -6
- package/lib/classes/tru-property-config-password.d.ts +5 -5
- package/lib/classes/tru-property-config-percentage.d.ts +6 -6
- package/lib/classes/tru-property-config-scientific.d.ts +6 -6
- package/lib/classes/tru-property-config-text-choices.d.ts +5 -5
- package/lib/classes/tru-property-config-text.d.ts +7 -7
- package/lib/classes/tru-property-config-usa-address.d.ts +5 -5
- package/lib/classes/tru-property-config-zip-code.d.ts +5 -5
- package/lib/classes/tru-query-predicate-manager.d.ts +26 -26
- package/lib/components/confirm-dialog/tru-confirm-dialog-module.d.ts +10 -10
- package/lib/components/confirm-dialog/tru-confirm-dialog.d.ts +28 -28
- package/lib/components/data-grid/classes/tru-data-grid-config.d.ts +7 -7
- package/lib/components/data-grid/enums/tru-data-grid-types.d.ts +5 -5
- package/lib/components/data-grid/overlays/tru-data-grid-loading-overlay/tru-data-grid-loading-overlay.d.ts +13 -13
- package/lib/components/data-grid/overlays/tru-data-grid-no-rows-overlay/tru-data-grid-no-rows-overlay.d.ts +13 -13
- package/lib/components/data-grid/tru-data-grid-module.d.ts +15 -15
- package/lib/components/data-grid/tru-data-grid.d.ts +67 -67
- package/lib/components/desktop/classes/tru-desktop-title.d.ts +4 -4
- package/lib/components/desktop/classes/tru-desktop-view-config.d.ts +16 -16
- package/lib/components/desktop/directives/resizable/tru-desktop-resizable-module.d.ts +9 -9
- package/lib/components/desktop/directives/resizable/tru-desktop-resizable.d.ts +32 -32
- package/lib/components/desktop/menubar/tru-desktop-menubar-module.d.ts +17 -17
- package/lib/components/desktop/menubar/tru-desktop-menubar.d.ts +15 -15
- package/lib/components/desktop/services/tru-desktop-manager.d.ts +33 -33
- package/lib/components/desktop/services/tru-desktop-service.d.ts +95 -95
- package/lib/components/desktop/services/tru-window-action-event-handler.d.ts +12 -12
- package/lib/components/desktop/services/tru-window-event-args.d.ts +17 -17
- package/lib/components/desktop/services/tru-window-event-handler.d.ts +20 -20
- package/lib/components/desktop/statusbar/tru-desktop-statusbar-module.d.ts +9 -9
- package/lib/components/desktop/statusbar/tru-desktop-statusbar.d.ts +10 -10
- package/lib/components/desktop/taskbar/tru-desktop-taskbar-module.d.ts +11 -11
- package/lib/components/desktop/taskbar/tru-desktop-taskbar.d.ts +15 -15
- package/lib/components/desktop/tru-desktop-module.d.ts +20 -20
- package/lib/components/desktop/tru-desktop.d.ts +337 -337
- package/lib/components/desktop/view/tru-desktop-view-module.d.ts +9 -9
- package/lib/components/desktop/view/tru-desktop-view.d.ts +14 -14
- package/lib/components/desktop/viewport/tru-desktop-viewport-module.d.ts +10 -10
- package/lib/components/desktop/viewport/tru-desktop-viewport.d.ts +48 -48
- package/lib/components/desktop/window/tru-desktop-window-module.d.ts +17 -17
- package/lib/components/desktop/window/tru-desktop-window.d.ts +189 -189
- package/lib/components/export-dialog/tru-export-dialog-module.d.ts +10 -10
- package/lib/components/export-dialog/tru-export-dialog.d.ts +26 -26
- package/lib/components/layout/column/tru-column-module.d.ts +9 -9
- package/lib/components/layout/column/tru-column.d.ts +6 -6
- package/lib/components/layout/form/tru-form-module.d.ts +9 -9
- package/lib/components/layout/form/tru-form.d.ts +10 -10
- package/lib/components/layout/group-box/tru-group-box-module.d.ts +9 -9
- package/lib/components/layout/group-box/tru-group-box.d.ts +6 -6
- package/lib/components/layout/row/tru-row-module.d.ts +9 -9
- package/lib/components/layout/row/tru-row.d.ts +6 -6
- package/lib/components/login/classes/tru-auth-config.d.ts +16 -16
- package/lib/components/login/classes/tru-auth-jwt-strategy.d.ts +15 -15
- package/lib/components/login/classes/tru-auth-login-request.d.ts +4 -4
- package/lib/components/login/classes/tru-auth-logout-request.d.ts +3 -3
- package/lib/components/login/classes/tru-auth-session-strategy.d.ts +13 -13
- package/lib/components/login/classes/tru-auth-strategy-provider.d.ts +9 -9
- package/lib/components/login/classes/tru-auth-token.d.ts +6 -6
- package/lib/components/login/classes/tru-auth-user-request.d.ts +3 -3
- package/lib/components/login/services/tru-auth-cache.d.ts +11 -11
- package/lib/components/login/services/tru-auth-interceptor.d.ts +16 -16
- package/lib/components/login/services/tru-auth.d.ts +29 -29
- package/lib/components/login/tru-login-module.d.ts +11 -11
- package/lib/components/login/tru-login.d.ts +21 -21
- package/lib/components/password-dialog/tru-password-dialog-module.d.ts +10 -10
- package/lib/components/password-dialog/tru-password-dialog.d.ts +24 -23
- package/lib/components/toolbar/button/tru-toolbar-button-module.d.ts +11 -11
- package/lib/components/toolbar/button/tru-toolbar-button.d.ts +16 -16
- package/lib/components/toolbar/classes/tru-toolbar-dropdown-option.d.ts +4 -4
- package/lib/components/toolbar/context-filter/tru-toolbar-context-filter-module.d.ts +14 -14
- package/lib/components/toolbar/context-filter/tru-toolbar-context-filter.d.ts +13 -13
- package/lib/components/toolbar/dropdown/tru-toolbar-dropdown-module.d.ts +12 -12
- package/lib/components/toolbar/dropdown/tru-toolbar-dropdown.d.ts +18 -18
- package/lib/components/toolbar/menu/menu-button/tru-toolbar-menu-button-module.d.ts +9 -9
- package/lib/components/toolbar/menu/menu-button/tru-toolbar-menu-button.d.ts +7 -7
- package/lib/components/toolbar/menu/menu-item/tru-toolbar-menu-item-module.d.ts +9 -9
- package/lib/components/toolbar/menu/menu-item/tru-toolbar-menu-item.d.ts +8 -8
- package/lib/components/toolbar/menu/tru-toolbar-menu-module.d.ts +11 -11
- package/lib/components/toolbar/menu/tru-toolbar-menu.d.ts +10 -10
- package/lib/components/toolbar/separator/tru-toolbar-separator-module.d.ts +9 -9
- package/lib/components/toolbar/separator/tru-toolbar-separator.d.ts +6 -6
- package/lib/components/toolbar/text/tru-toolbar-text-module.d.ts +11 -11
- package/lib/components/toolbar/text/tru-toolbar-text.d.ts +12 -12
- package/lib/components/toolbar/tru-toolbar-module.d.ts +16 -16
- package/lib/components/toolbar/tru-toolbar.d.ts +9 -9
- package/lib/components/toolbar/user-profile/tru-toolbar-user-profile-module.d.ts +12 -12
- package/lib/components/toolbar/user-profile/tru-toolbar-user-profile.d.ts +17 -17
- package/lib/components/validation-dialog/tru-validation-dialog-config.d.ts +13 -13
- package/lib/components/validation-dialog/tru-validation-dialog-module.d.ts +9 -9
- package/lib/components/validation-dialog/tru-validation-dialog.d.ts +20 -20
- package/lib/directives/breeze-validator/tru-breeze-validator-module.d.ts +9 -9
- package/lib/directives/breeze-validator/tru-breeze-validator.d.ts +27 -27
- package/lib/directives/search-panel-position-manager/tru-search-panel-position-manager-module.d.ts +9 -9
- package/lib/directives/search-panel-position-manager/tru-search-panel-position-manager.d.ts +40 -40
- package/lib/directives/select-panel/tru-mat-select-panel-module.d.ts +9 -9
- package/lib/directives/select-panel/tru-mat-select-panel.d.ts +17 -17
- package/lib/interfaces/tru-value.d.ts +6 -6
- package/lib/material.module.d.ts +50 -50
- package/lib/services/tru-app-environment.d.ts +57 -57
- package/lib/services/tru-breeze-context-factory.d.ts +32 -32
- package/lib/services/tru-breeze-metadata-provider.d.ts +9 -9
- package/lib/services/tru-component-lookup.d.ts +9 -9
- package/lib/services/tru-connection-hub.d.ts +18 -18
- package/lib/services/tru-context-filters.d.ts +10 -10
- package/lib/services/tru-data-context.d.ts +42 -42
- package/lib/services/tru-entity-accessor.d.ts +46 -46
- package/lib/services/tru-model-property-lookup.d.ts +10 -10
- package/lib/services/tru-predicate-map.d.ts +6 -6
- package/lib/services/tru-search-result-view-manager.d.ts +10 -10
- package/lib/services/tru-sort.d.ts +56 -56
- package/lib/services/tru-table-registry.d.ts +8 -8
- package/lib/services/tru-text-manager.d.ts +68 -68
- package/lib/services/tru-ui-notification.d.ts +36 -36
- package/lib/services/tru-user.d.ts +29 -29
- package/lib/services/tru-util.d.ts +14 -14
- package/lib/tru-common-module.d.ts +6 -6
- package/package.json +5 -11
- package/public-api.d.ts +117 -117
- package/esm2020/lib/base-classes/tru-edit-control-config-base.mjs +0 -4
- package/esm2020/lib/base-classes/tru-entity-base.mjs +0 -13
- package/esm2020/lib/base-classes/tru-list-control-config-base.mjs +0 -4
- package/esm2020/lib/base-classes/tru-search-control-base.mjs +0 -47
- package/esm2020/lib/base-classes/tru-search-control-config-base.mjs +0 -4
- package/esm2020/lib/base-classes/tru-search-control-range-base.mjs +0 -47
- package/esm2020/lib/base-classes/tru-table-config-base.mjs +0 -13
- package/esm2020/lib/base-views/detail/tru-detail-view-base.mjs +0 -76
- package/esm2020/lib/base-views/search/services/tru-search-view-control-event-handler.mjs +0 -27
- package/esm2020/lib/base-views/search/services/tru-search-view-event-handler.mjs +0 -27
- package/esm2020/lib/base-views/search/tru-search-view-base.mjs +0 -63
- package/esm2020/lib/base-views/search-result/tru-search-result-view-base.mjs +0 -51
- package/esm2020/lib/classes/tru-context-filter-choice.mjs +0 -8
- package/esm2020/lib/classes/tru-context-filter.mjs +0 -16
- package/esm2020/lib/classes/tru-data-change-parser.mjs +0 -277
- package/esm2020/lib/classes/tru-data-change.mjs +0 -7
- package/esm2020/lib/classes/tru-merge-data-set.mjs +0 -12
- package/esm2020/lib/classes/tru-merge-data.mjs +0 -17
- package/esm2020/lib/classes/tru-predicate.mjs +0 -47
- package/esm2020/lib/classes/tru-property-config-date.mjs +0 -9
- package/esm2020/lib/classes/tru-property-config-decimal.mjs +0 -11
- package/esm2020/lib/classes/tru-property-config-foreign-key.mjs +0 -10
- package/esm2020/lib/classes/tru-property-config-integer.mjs +0 -9
- package/esm2020/lib/classes/tru-property-config-password.mjs +0 -8
- package/esm2020/lib/classes/tru-property-config-percentage.mjs +0 -9
- package/esm2020/lib/classes/tru-property-config-scientific.mjs +0 -9
- package/esm2020/lib/classes/tru-query-predicate-manager.mjs +0 -49
- package/esm2020/lib/components/confirm-dialog/tru-confirm-dialog.mjs +0 -45
- package/esm2020/lib/components/data-grid/overlays/tru-data-grid-loading-overlay/tru-data-grid-loading-overlay.mjs +0 -39
- package/esm2020/lib/components/data-grid/overlays/tru-data-grid-no-rows-overlay/tru-data-grid-no-rows-overlay.mjs +0 -26
- package/esm2020/lib/components/data-grid/tru-data-grid-module.mjs +0 -67
- package/esm2020/lib/components/data-grid/tru-data-grid.mjs +0 -370
- package/esm2020/lib/components/desktop/classes/tru-desktop-view-config.mjs +0 -21
- package/esm2020/lib/components/desktop/directives/resizable/tru-desktop-resizable.mjs +0 -109
- package/esm2020/lib/components/desktop/menubar/tru-desktop-menubar.mjs +0 -34
- package/esm2020/lib/components/desktop/services/tru-desktop-manager.mjs +0 -84
- package/esm2020/lib/components/desktop/services/tru-desktop-service.mjs +0 -116
- package/esm2020/lib/components/desktop/services/tru-window-action-event-handler.mjs +0 -27
- package/esm2020/lib/components/desktop/services/tru-window-event-args.mjs +0 -26
- package/esm2020/lib/components/desktop/services/tru-window-event-handler.mjs +0 -44
- package/esm2020/lib/components/desktop/statusbar/tru-desktop-statusbar.mjs +0 -18
- package/esm2020/lib/components/desktop/taskbar/tru-desktop-taskbar.mjs +0 -40
- package/esm2020/lib/components/desktop/tru-desktop.mjs +0 -731
- package/esm2020/lib/components/desktop/view/tru-desktop-view.mjs +0 -25
- package/esm2020/lib/components/desktop/viewport/tru-desktop-viewport.mjs +0 -113
- package/esm2020/lib/components/desktop/window/tru-desktop-window.mjs +0 -457
- package/esm2020/lib/components/export-dialog/tru-export-dialog.mjs +0 -57
- package/esm2020/lib/components/layout/form/tru-form.mjs +0 -34
- package/esm2020/lib/components/login/classes/tru-auth-jwt-strategy.mjs +0 -65
- package/esm2020/lib/components/login/classes/tru-auth-session-strategy.mjs +0 -19
- package/esm2020/lib/components/login/services/tru-auth-cache.mjs +0 -22
- package/esm2020/lib/components/login/services/tru-auth-interceptor.mjs +0 -43
- package/esm2020/lib/components/login/services/tru-auth.mjs +0 -81
- package/esm2020/lib/components/login/tru-login-module.mjs +0 -46
- package/esm2020/lib/components/login/tru-login.mjs +0 -58
- package/esm2020/lib/components/password-dialog/tru-password-dialog.mjs +0 -44
- package/esm2020/lib/components/toolbar/button/tru-toolbar-button.mjs +0 -41
- package/esm2020/lib/components/toolbar/context-filter/tru-toolbar-context-filter.mjs +0 -24
- package/esm2020/lib/components/toolbar/dropdown/tru-toolbar-dropdown.mjs +0 -43
- package/esm2020/lib/components/toolbar/menu/menu-button/tru-toolbar-menu-button.mjs +0 -16
- package/esm2020/lib/components/toolbar/menu/menu-item/tru-toolbar-menu-item.mjs +0 -26
- package/esm2020/lib/components/toolbar/menu/tru-toolbar-menu.mjs +0 -33
- package/esm2020/lib/components/toolbar/text/tru-toolbar-text.mjs +0 -28
- package/esm2020/lib/components/toolbar/user-profile/tru-toolbar-user-profile.mjs +0 -35
- package/esm2020/lib/components/validation-dialog/tru-validation-dialog-config.mjs +0 -21
- package/esm2020/lib/components/validation-dialog/tru-validation-dialog.mjs +0 -79
- package/esm2020/lib/directives/breeze-validator/tru-breeze-validator.mjs +0 -100
- package/esm2020/lib/directives/search-panel-position-manager/tru-search-panel-position-manager.mjs +0 -151
- package/esm2020/lib/directives/select-panel/tru-mat-select-panel.mjs +0 -66
- package/esm2020/lib/services/tru-app-environment.mjs +0 -94
- package/esm2020/lib/services/tru-breeze-context-factory.mjs +0 -79
- package/esm2020/lib/services/tru-breeze-metadata-provider.mjs +0 -22
- package/esm2020/lib/services/tru-component-lookup.mjs +0 -25
- package/esm2020/lib/services/tru-connection-hub.mjs +0 -48
- package/esm2020/lib/services/tru-context-filters.mjs +0 -29
- package/esm2020/lib/services/tru-data-context.mjs +0 -258
- package/esm2020/lib/services/tru-entity-accessor.mjs +0 -287
- package/esm2020/lib/services/tru-model-property-lookup.mjs +0 -22
- package/esm2020/lib/services/tru-search-result-view-manager.mjs +0 -17
- package/esm2020/lib/services/tru-sort.mjs +0 -114
- package/esm2020/lib/services/tru-table-registry.mjs +0 -16
- package/esm2020/lib/services/tru-text-manager.mjs +0 -134
- package/esm2020/lib/services/tru-ui-notification.mjs +0 -103
- package/esm2020/lib/services/tru-user.mjs +0 -63
- package/esm2020/lib/services/tru-util.mjs +0 -77
- package/fesm2015/trudb-tru-common-lib.mjs +0 -6799
- package/fesm2015/trudb-tru-common-lib.mjs.map +0 -1
- package/fesm2020/trudb-tru-common-lib.mjs +0 -6776
- package/fesm2020/trudb-tru-common-lib.mjs.map +0 -1
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@trudb/tru-common-lib" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@trudb/tru-common-lib" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { DomSanitizer } from "@angular/platform-browser";
|
|
2
|
-
import { MatIconRegistry } from "@angular/material/icon";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/common";
|
|
5
|
-
import * as i2 from "@angular/forms";
|
|
6
|
-
export declare class TruIconModule {
|
|
7
|
-
constructor(sanitizer: DomSanitizer, iconRegistry: MatIconRegistry);
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TruIconModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TruIconModule, never, [typeof i1.CommonModule, typeof i2.FormsModule], never>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TruIconModule>;
|
|
11
|
-
}
|
|
1
|
+
import { DomSanitizer } from "@angular/platform-browser";
|
|
2
|
+
import { MatIconRegistry } from "@angular/material/icon";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
import * as i2 from "@angular/forms";
|
|
6
|
+
export declare class TruIconModule {
|
|
7
|
+
constructor(sanitizer: DomSanitizer, iconRegistry: MatIconRegistry);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruIconModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TruIconModule, never, [typeof i1.CommonModule, typeof i2.FormsModule], never>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TruIconModule>;
|
|
11
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { DomSanitizer } from "@angular/platform-browser";
|
|
2
|
-
import { MatIconRegistry } from "@angular/material/icon";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/common";
|
|
5
|
-
import * as i2 from "@angular/forms";
|
|
6
|
-
export declare class TruSearchIconModule {
|
|
7
|
-
constructor(sanitizer: DomSanitizer, iconRegistry: MatIconRegistry);
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TruSearchIconModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TruSearchIconModule, never, [typeof i1.CommonModule, typeof i2.FormsModule], never>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TruSearchIconModule>;
|
|
11
|
-
}
|
|
1
|
+
import { DomSanitizer } from "@angular/platform-browser";
|
|
2
|
+
import { MatIconRegistry } from "@angular/material/icon";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
import * as i2 from "@angular/forms";
|
|
6
|
+
export declare class TruSearchIconModule {
|
|
7
|
+
constructor(sanitizer: DomSanitizer, iconRegistry: MatIconRegistry);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruSearchIconModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TruSearchIconModule, never, [typeof i1.CommonModule, typeof i2.FormsModule], never>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TruSearchIconModule>;
|
|
11
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare class TruComponentConfigBase {
|
|
2
|
-
constructor();
|
|
3
|
-
}
|
|
1
|
+
export declare class TruComponentConfigBase {
|
|
2
|
+
constructor();
|
|
3
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { TruPropertyConfigBase } from './tru-property-config-base';
|
|
3
|
-
import { TruEntityBase } from './tru-entity-base';
|
|
4
|
-
export declare abstract class TruControlComponentConfigBase {
|
|
5
|
-
abstract label: string | undefined;
|
|
6
|
-
abstract propertyName: string | undefined;
|
|
7
|
-
abstract rootTable: string | undefined;
|
|
8
|
-
abstract propertyPath: string | undefined;
|
|
9
|
-
abstract get property(): TruPropertyConfigBase;
|
|
10
|
-
abstract value: (entity: any) => {};
|
|
11
|
-
constructor();
|
|
12
|
-
protected hid?(entity: TruEntityBase): string | null | undefined;
|
|
13
|
-
protected goTo?(entity: TruEntityBase): void;
|
|
14
|
-
protected choices?(): Observable<{
|
|
15
|
-
label: string;
|
|
16
|
-
value: {
|
|
17
|
-
$: any;
|
|
18
|
-
};
|
|
19
|
-
}[]>;
|
|
20
|
-
}
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { TruPropertyConfigBase } from './tru-property-config-base';
|
|
3
|
+
import { TruEntityBase } from './tru-entity-base';
|
|
4
|
+
export declare abstract class TruControlComponentConfigBase {
|
|
5
|
+
abstract label: string | undefined;
|
|
6
|
+
abstract propertyName: string | undefined;
|
|
7
|
+
abstract rootTable: string | undefined;
|
|
8
|
+
abstract propertyPath: string | undefined;
|
|
9
|
+
abstract get property(): TruPropertyConfigBase;
|
|
10
|
+
abstract value: (entity: any) => {};
|
|
11
|
+
constructor();
|
|
12
|
+
protected hid?(entity: TruEntityBase): string | null | undefined;
|
|
13
|
+
protected goTo?(entity: TruEntityBase): void;
|
|
14
|
+
protected choices?(): Observable<{
|
|
15
|
+
label: string;
|
|
16
|
+
value: {
|
|
17
|
+
$: any;
|
|
18
|
+
};
|
|
19
|
+
}[]>;
|
|
20
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { TruEditControlConfigBase } from './tru-edit-control-config-base';
|
|
2
|
-
import { TruEntityBase } from './tru-entity-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare abstract class TruEditControlBase {
|
|
5
|
-
abstract config: TruEditControlConfigBase<any>;
|
|
6
|
-
abstract entity: TruEntityBase;
|
|
7
|
-
abstract label: string | undefined;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TruEditControlBase, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TruEditControlBase, never, never, { "config": "config"; "entity": "entity"; }, {}, never, never, false, never>;
|
|
10
|
-
}
|
|
1
|
+
import { TruEditControlConfigBase } from './tru-edit-control-config-base';
|
|
2
|
+
import { TruEntityBase } from './tru-entity-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare abstract class TruEditControlBase {
|
|
5
|
+
abstract config: TruEditControlConfigBase<any>;
|
|
6
|
+
abstract entity: TruEntityBase;
|
|
7
|
+
abstract label: string | undefined;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruEditControlBase, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TruEditControlBase, never, never, { "config": { "alias": "config"; "required": false; }; "entity": { "alias": "entity"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { Observable, Subject } from 'rxjs';
|
|
2
|
-
import { TruPropertyConfigBase } from './tru-property-config-base';
|
|
3
|
-
import { TruEntityBase } from './tru-entity-base';
|
|
4
|
-
import { TruChoice } from '../classes/tru-choice';
|
|
5
|
-
export declare abstract class TruEditControlConfigBase<T> {
|
|
6
|
-
abstract label: string | undefined;
|
|
7
|
-
abstract propertyName: string | undefined;
|
|
8
|
-
abstract rootTable: string | undefined;
|
|
9
|
-
abstract propertyPath: string | undefined;
|
|
10
|
-
abstract rules(entity: any): {} | null;
|
|
11
|
-
abstract get property(): TruPropertyConfigBase;
|
|
12
|
-
abstract set entity(value: any);
|
|
13
|
-
abstract get $(): T;
|
|
14
|
-
abstract set $(value: T);
|
|
15
|
-
abstract onChange(): Subject<T>;
|
|
16
|
-
abstract change(value: T): void;
|
|
17
|
-
constructor();
|
|
18
|
-
protected hid?(entity: TruEntityBase): string | null | undefined;
|
|
19
|
-
protected choices?: () => Observable<TruChoice[]>;
|
|
20
|
-
protected choicesEntityType?: any;
|
|
21
|
-
}
|
|
1
|
+
import { Observable, Subject } from 'rxjs';
|
|
2
|
+
import { TruPropertyConfigBase } from './tru-property-config-base';
|
|
3
|
+
import { TruEntityBase } from './tru-entity-base';
|
|
4
|
+
import { TruChoice } from '../classes/tru-choice';
|
|
5
|
+
export declare abstract class TruEditControlConfigBase<T> {
|
|
6
|
+
abstract label: string | undefined;
|
|
7
|
+
abstract propertyName: string | undefined;
|
|
8
|
+
abstract rootTable: string | undefined;
|
|
9
|
+
abstract propertyPath: string | undefined;
|
|
10
|
+
abstract rules(entity: any): {} | null;
|
|
11
|
+
abstract get property(): TruPropertyConfigBase;
|
|
12
|
+
abstract set entity(value: any);
|
|
13
|
+
abstract get $(): T;
|
|
14
|
+
abstract set $(value: T);
|
|
15
|
+
abstract onChange(): Subject<T>;
|
|
16
|
+
abstract change(value: T): void;
|
|
17
|
+
constructor();
|
|
18
|
+
protected hid?(entity: TruEntityBase): string | null | undefined;
|
|
19
|
+
protected choices?: () => Observable<TruChoice[]>;
|
|
20
|
+
protected choicesEntityType?: any;
|
|
21
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { TruPropertyConfigBase } from './tru-property-config-base';
|
|
2
|
-
export declare abstract class TruEditParentControlConfigBase {
|
|
3
|
-
abstract label: string | undefined;
|
|
4
|
-
abstract propertyName: string | undefined;
|
|
5
|
-
abstract rootTable: string | undefined;
|
|
6
|
-
abstract propertyPath: string | undefined;
|
|
7
|
-
abstract get property(): TruPropertyConfigBase;
|
|
8
|
-
constructor();
|
|
9
|
-
}
|
|
1
|
+
import { TruPropertyConfigBase } from './tru-property-config-base';
|
|
2
|
+
export declare abstract class TruEditParentControlConfigBase {
|
|
3
|
+
abstract label: string | undefined;
|
|
4
|
+
abstract propertyName: string | undefined;
|
|
5
|
+
abstract rootTable: string | undefined;
|
|
6
|
+
abstract propertyPath: string | undefined;
|
|
7
|
+
abstract get property(): TruPropertyConfigBase;
|
|
8
|
+
constructor();
|
|
9
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { TruPropertyConfigBase } from './tru-property-config-base';
|
|
2
|
-
export declare abstract class TruEditPkeyControlConfigBase {
|
|
3
|
-
abstract label: string | undefined;
|
|
4
|
-
abstract propertyName: string | undefined;
|
|
5
|
-
abstract rootTable: string | undefined;
|
|
6
|
-
abstract propertyPath: string | undefined;
|
|
7
|
-
abstract get property(): TruPropertyConfigBase;
|
|
8
|
-
abstract set entity(value: any);
|
|
9
|
-
abstract get $(): number;
|
|
10
|
-
constructor();
|
|
11
|
-
}
|
|
1
|
+
import { TruPropertyConfigBase } from './tru-property-config-base';
|
|
2
|
+
export declare abstract class TruEditPkeyControlConfigBase {
|
|
3
|
+
abstract label: string | undefined;
|
|
4
|
+
abstract propertyName: string | undefined;
|
|
5
|
+
abstract rootTable: string | undefined;
|
|
6
|
+
abstract propertyPath: string | undefined;
|
|
7
|
+
abstract get property(): TruPropertyConfigBase;
|
|
8
|
+
abstract set entity(value: any);
|
|
9
|
+
abstract get $(): number;
|
|
10
|
+
constructor();
|
|
11
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Entity, EntityAspect, EntityType } from 'breeze-client';
|
|
2
|
-
import { TruMergeDataSet } from '../classes/tru-merge-data-set';
|
|
3
|
-
export declare class TruEntityBase implements Entity {
|
|
4
|
-
constructor(...args: any[]);
|
|
5
|
-
entityAspect: EntityAspect;
|
|
6
|
-
entityType: EntityType;
|
|
7
|
-
Created: Date;
|
|
8
|
-
CreatedRef: number;
|
|
9
|
-
Updated: Date | undefined;
|
|
10
|
-
UpdatedRef: number | undefined;
|
|
11
|
-
rowver: any;
|
|
12
|
-
Merge_Data_Set: TruMergeDataSet | undefined;
|
|
13
|
-
Is_Invalid: boolean | undefined;
|
|
14
|
-
}
|
|
1
|
+
import { Entity, EntityAspect, EntityType } from 'breeze-client';
|
|
2
|
+
import { TruMergeDataSet } from '../classes/tru-merge-data-set';
|
|
3
|
+
export declare class TruEntityBase implements Entity {
|
|
4
|
+
constructor(...args: any[]);
|
|
5
|
+
entityAspect: EntityAspect;
|
|
6
|
+
entityType: EntityType;
|
|
7
|
+
Created: Date;
|
|
8
|
+
CreatedRef: number;
|
|
9
|
+
Updated: Date | undefined;
|
|
10
|
+
UpdatedRef: number | undefined;
|
|
11
|
+
rowver: any;
|
|
12
|
+
Merge_Data_Set: TruMergeDataSet | undefined;
|
|
13
|
+
Is_Invalid: boolean | undefined;
|
|
14
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { Observable, Subject } from 'rxjs';
|
|
2
|
-
import { TruPropertyConfigBase } from './tru-property-config-base';
|
|
3
|
-
import { TruEntityBase } from './tru-entity-base';
|
|
4
|
-
import { TruChoice } from '../classes/tru-choice';
|
|
5
|
-
export declare abstract class TruListControlConfigBase<T> {
|
|
6
|
-
abstract label: string | undefined;
|
|
7
|
-
abstract propertyName: string | undefined;
|
|
8
|
-
abstract rootTable: string | undefined;
|
|
9
|
-
abstract propertyPath: string | undefined;
|
|
10
|
-
abstract rules(entity: any): {} | null;
|
|
11
|
-
abstract get property(): TruPropertyConfigBase;
|
|
12
|
-
abstract set entity(value: any);
|
|
13
|
-
abstract get $(): T;
|
|
14
|
-
abstract set $(value: T);
|
|
15
|
-
abstract onChange(): Subject<T>;
|
|
16
|
-
abstract change(value: T): void;
|
|
17
|
-
constructor();
|
|
18
|
-
protected hid?(entity: TruEntityBase): string | null | undefined;
|
|
19
|
-
protected choices?: () => Observable<TruChoice[]>;
|
|
20
|
-
protected choicesEntityType?: any;
|
|
21
|
-
}
|
|
1
|
+
import { Observable, Subject } from 'rxjs';
|
|
2
|
+
import { TruPropertyConfigBase } from './tru-property-config-base';
|
|
3
|
+
import { TruEntityBase } from './tru-entity-base';
|
|
4
|
+
import { TruChoice } from '../classes/tru-choice';
|
|
5
|
+
export declare abstract class TruListControlConfigBase<T> {
|
|
6
|
+
abstract label: string | undefined;
|
|
7
|
+
abstract propertyName: string | undefined;
|
|
8
|
+
abstract rootTable: string | undefined;
|
|
9
|
+
abstract propertyPath: string | undefined;
|
|
10
|
+
abstract rules(entity: any): {} | null;
|
|
11
|
+
abstract get property(): TruPropertyConfigBase;
|
|
12
|
+
abstract set entity(value: any);
|
|
13
|
+
abstract get $(): T;
|
|
14
|
+
abstract set $(value: T);
|
|
15
|
+
abstract onChange(): Subject<T>;
|
|
16
|
+
abstract change(value: T): void;
|
|
17
|
+
constructor();
|
|
18
|
+
protected hid?(entity: TruEntityBase): string | null | undefined;
|
|
19
|
+
protected choices?: () => Observable<TruChoice[]>;
|
|
20
|
+
protected choicesEntityType?: any;
|
|
21
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export declare class TruPropertyConfigBase {
|
|
2
|
-
constructor();
|
|
3
|
-
isNullable: boolean;
|
|
4
|
-
canDisplay: boolean;
|
|
5
|
-
canEdit: boolean;
|
|
6
|
-
readOnly: boolean;
|
|
7
|
-
globalCache: boolean;
|
|
8
|
-
uniqueConstraint: boolean;
|
|
9
|
-
typeName: string | undefined;
|
|
10
|
-
formatterName: string | undefined;
|
|
11
|
-
choices: any;
|
|
12
|
-
validation: string | undefined;
|
|
13
|
-
}
|
|
1
|
+
export declare class TruPropertyConfigBase {
|
|
2
|
+
constructor();
|
|
3
|
+
isNullable: boolean;
|
|
4
|
+
canDisplay: boolean;
|
|
5
|
+
canEdit: boolean;
|
|
6
|
+
readOnly: boolean;
|
|
7
|
+
globalCache: boolean;
|
|
8
|
+
uniqueConstraint: boolean;
|
|
9
|
+
typeName: string | undefined;
|
|
10
|
+
formatterName: string | undefined;
|
|
11
|
+
choices: any;
|
|
12
|
+
validation: string | undefined;
|
|
13
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { TruControlComponentConfigBase } from "./tru-control-component-config-base";
|
|
2
|
-
export declare abstract class TruSearchConfigBase {
|
|
3
|
-
abstract name: string;
|
|
4
|
-
abstract noControls: boolean;
|
|
5
|
-
abstract controls: Array<[string, string]> | undefined;
|
|
6
|
-
abstract controlConfigs: Record<string, TruControlComponentConfigBase>;
|
|
7
|
-
abstract setupQuery: (query: any, predicateMap: any) => {};
|
|
8
|
-
constructor();
|
|
9
|
-
}
|
|
1
|
+
import { TruControlComponentConfigBase } from "./tru-control-component-config-base";
|
|
2
|
+
export declare abstract class TruSearchConfigBase {
|
|
3
|
+
abstract name: string;
|
|
4
|
+
abstract noControls: boolean;
|
|
5
|
+
abstract controls: Array<[string, string]> | undefined;
|
|
6
|
+
abstract controlConfigs: Record<string, TruControlComponentConfigBase>;
|
|
7
|
+
abstract setupQuery: (query: any, predicateMap: any) => {};
|
|
8
|
+
constructor();
|
|
9
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare abstract class TruSearchControlBase {
|
|
3
|
-
operatorLookup: {
|
|
4
|
-
[key: string]: string;
|
|
5
|
-
};
|
|
6
|
-
operatorIconLookup: {
|
|
7
|
-
[key: string]: string;
|
|
8
|
-
};
|
|
9
|
-
operatorIconTitleLookup: {
|
|
10
|
-
[key: string]: string;
|
|
11
|
-
};
|
|
12
|
-
abstract config: any;
|
|
13
|
-
abstract label: string | undefined;
|
|
14
|
-
abstract operator: string | undefined;
|
|
15
|
-
abstract operatorIcon: string;
|
|
16
|
-
abstract operatorIconTitle: string;
|
|
17
|
-
abstract onOperatorIconClick(): void;
|
|
18
|
-
abstract updatePredicate(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TruSearchControlBase, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TruSearchControlBase, never, never, { "config": "config"; }, {}, never, never, false, never>;
|
|
21
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare abstract class TruSearchControlBase {
|
|
3
|
+
operatorLookup: {
|
|
4
|
+
[key: string]: string;
|
|
5
|
+
};
|
|
6
|
+
operatorIconLookup: {
|
|
7
|
+
[key: string]: string;
|
|
8
|
+
};
|
|
9
|
+
operatorIconTitleLookup: {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
abstract config: any;
|
|
13
|
+
abstract label: string | undefined;
|
|
14
|
+
abstract operator: string | undefined;
|
|
15
|
+
abstract operatorIcon: string;
|
|
16
|
+
abstract operatorIconTitle: string;
|
|
17
|
+
abstract onOperatorIconClick(): void;
|
|
18
|
+
abstract updatePredicate(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruSearchControlBase, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TruSearchControlBase, never, never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
|
|
21
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { TruPropertyConfigBase } from "./tru-property-config-base";
|
|
2
|
-
import { TruQueryPredicateManager } from "../classes/tru-query-predicate-manager";
|
|
3
|
-
export declare abstract class TruSearchControlConfigBase {
|
|
4
|
-
abstract label: string | undefined;
|
|
5
|
-
abstract propertyName: string | undefined;
|
|
6
|
-
abstract rootTable: string | undefined;
|
|
7
|
-
abstract propertyPath: string | undefined;
|
|
8
|
-
abstract get property(): TruPropertyConfigBase;
|
|
9
|
-
abstract queryPredicate: TruQueryPredicateManager;
|
|
10
|
-
abstract operator: string | undefined;
|
|
11
|
-
constructor();
|
|
12
|
-
protected choices?: any;
|
|
13
|
-
}
|
|
1
|
+
import { TruPropertyConfigBase } from "./tru-property-config-base";
|
|
2
|
+
import { TruQueryPredicateManager } from "../classes/tru-query-predicate-manager";
|
|
3
|
+
export declare abstract class TruSearchControlConfigBase {
|
|
4
|
+
abstract label: string | undefined;
|
|
5
|
+
abstract propertyName: string | undefined;
|
|
6
|
+
abstract rootTable: string | undefined;
|
|
7
|
+
abstract propertyPath: string | undefined;
|
|
8
|
+
abstract get property(): TruPropertyConfigBase;
|
|
9
|
+
abstract queryPredicate: TruQueryPredicateManager;
|
|
10
|
+
abstract operator: string | undefined;
|
|
11
|
+
constructor();
|
|
12
|
+
protected choices?: any;
|
|
13
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare abstract class TruSearchControlRangeBase {
|
|
3
|
-
operatorLookup: {
|
|
4
|
-
[key: string]: string;
|
|
5
|
-
};
|
|
6
|
-
operatorIconLookup: {
|
|
7
|
-
[key: string]: string;
|
|
8
|
-
};
|
|
9
|
-
operatorIconTitleLookup: {
|
|
10
|
-
[key: string]: string;
|
|
11
|
-
};
|
|
12
|
-
abstract config: any;
|
|
13
|
-
abstract label: string | undefined;
|
|
14
|
-
abstract startOperator: string | undefined;
|
|
15
|
-
abstract startOperatorIcon: string;
|
|
16
|
-
abstract startOperatorIconTitle: string;
|
|
17
|
-
abstract endOperator: string | undefined;
|
|
18
|
-
abstract endOperatorIcon: string;
|
|
19
|
-
abstract endOperatorIconTitle: string;
|
|
20
|
-
abstract onStartOperatorIconClick(): void;
|
|
21
|
-
abstract onEndOperatorIconClick(): void;
|
|
22
|
-
abstract updatePredicate(): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TruSearchControlRangeBase, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TruSearchControlRangeBase, never, never, { "config": "config"; }, {}, never, never, false, never>;
|
|
25
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare abstract class TruSearchControlRangeBase {
|
|
3
|
+
operatorLookup: {
|
|
4
|
+
[key: string]: string;
|
|
5
|
+
};
|
|
6
|
+
operatorIconLookup: {
|
|
7
|
+
[key: string]: string;
|
|
8
|
+
};
|
|
9
|
+
operatorIconTitleLookup: {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
abstract config: any;
|
|
13
|
+
abstract label: string | undefined;
|
|
14
|
+
abstract startOperator: string | undefined;
|
|
15
|
+
abstract startOperatorIcon: string;
|
|
16
|
+
abstract startOperatorIconTitle: string;
|
|
17
|
+
abstract endOperator: string | undefined;
|
|
18
|
+
abstract endOperatorIcon: string;
|
|
19
|
+
abstract endOperatorIconTitle: string;
|
|
20
|
+
abstract onStartOperatorIconClick(): void;
|
|
21
|
+
abstract onEndOperatorIconClick(): void;
|
|
22
|
+
abstract updatePredicate(): void;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruSearchControlRangeBase, never>;
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TruSearchControlRangeBase, never, never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
|
|
25
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export declare class TruTableConfigBase {
|
|
2
|
-
constructor();
|
|
3
|
-
name: string | undefined;
|
|
4
|
-
label: string | undefined;
|
|
5
|
-
pluralLabel: string | undefined;
|
|
6
|
-
pluralName: string | undefined;
|
|
7
|
-
canDisplay: boolean;
|
|
8
|
-
canEdit: boolean;
|
|
9
|
-
canAdd: boolean;
|
|
10
|
-
canDelete: boolean;
|
|
11
|
-
}
|
|
1
|
+
export declare class TruTableConfigBase {
|
|
2
|
+
constructor();
|
|
3
|
+
name: string | undefined;
|
|
4
|
+
label: string | undefined;
|
|
5
|
+
pluralLabel: string | undefined;
|
|
6
|
+
pluralName: string | undefined;
|
|
7
|
+
canDisplay: boolean;
|
|
8
|
+
canEdit: boolean;
|
|
9
|
+
canAdd: boolean;
|
|
10
|
+
canDelete: boolean;
|
|
11
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./tru-detail-view-base";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
export declare class DetailViewModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DetailViewModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DetailViewModule, [typeof i1.TruDetailViewBase], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.TruDetailViewBase]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DetailViewModule>;
|
|
9
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tru-detail-view-base";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
export declare class DetailViewModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DetailViewModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DetailViewModule, [typeof i1.TruDetailViewBase], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.TruDetailViewBase]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DetailViewModule>;
|
|
9
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { TruDesktopViewConfig } from '../../components/desktop/classes/tru-desktop-view-config';
|
|
2
|
-
import { TruWindowEventHandler } from '../../components/desktop/services/tru-window-event-handler';
|
|
3
|
-
import { TruDataContext } from '../../services/tru-data-context';
|
|
4
|
-
import { TruTextManager } from '../../services/tru-text-manager';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class TruDetailViewBase {
|
|
7
|
-
protected dataContext: TruDataContext;
|
|
8
|
-
protected textManager: TruTextManager;
|
|
9
|
-
protected windowEventHandler: TruWindowEventHandler;
|
|
10
|
-
view: TruDesktopViewConfig;
|
|
11
|
-
tableName: any;
|
|
12
|
-
entities: Array<any>;
|
|
13
|
-
entity: any;
|
|
14
|
-
entityType: any;
|
|
15
|
-
recordLocation: string | null;
|
|
16
|
-
disableNavigationToPreviousEntity: boolean;
|
|
17
|
-
disableNavigationToNextEntity: boolean;
|
|
18
|
-
navigationIndex: number;
|
|
19
|
-
constructor(dataContext: TruDataContext, textManager: TruTextManager, windowEventHandler: TruWindowEventHandler);
|
|
20
|
-
onAddEntity: () => void;
|
|
21
|
-
onCloneEntity: () => void;
|
|
22
|
-
onDeleteEntity: () => void;
|
|
23
|
-
onFirstEntity: () => void;
|
|
24
|
-
onPreviousEntity: () => void;
|
|
25
|
-
onNextEntity: () => void;
|
|
26
|
-
onLastEntity: () => void;
|
|
27
|
-
navigateTo: (index: number) => void;
|
|
28
|
-
setNavigationIndex(index: number): void;
|
|
29
|
-
setEntityDisplayValues(tableName: string): void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TruDetailViewBase, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TruDetailViewBase, "tru-detail-view-base", never, { "view": "view"; }, {}, never, never, false, never>;
|
|
32
|
-
}
|
|
1
|
+
import { TruDesktopViewConfig } from '../../components/desktop/classes/tru-desktop-view-config';
|
|
2
|
+
import { TruWindowEventHandler } from '../../components/desktop/services/tru-window-event-handler';
|
|
3
|
+
import { TruDataContext } from '../../services/tru-data-context';
|
|
4
|
+
import { TruTextManager } from '../../services/tru-text-manager';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class TruDetailViewBase {
|
|
7
|
+
protected dataContext: TruDataContext;
|
|
8
|
+
protected textManager: TruTextManager;
|
|
9
|
+
protected windowEventHandler: TruWindowEventHandler;
|
|
10
|
+
view: TruDesktopViewConfig;
|
|
11
|
+
tableName: any;
|
|
12
|
+
entities: Array<any>;
|
|
13
|
+
entity: any;
|
|
14
|
+
entityType: any;
|
|
15
|
+
recordLocation: string | null;
|
|
16
|
+
disableNavigationToPreviousEntity: boolean;
|
|
17
|
+
disableNavigationToNextEntity: boolean;
|
|
18
|
+
navigationIndex: number;
|
|
19
|
+
constructor(dataContext: TruDataContext, textManager: TruTextManager, windowEventHandler: TruWindowEventHandler);
|
|
20
|
+
onAddEntity: () => void;
|
|
21
|
+
onCloneEntity: () => void;
|
|
22
|
+
onDeleteEntity: () => void;
|
|
23
|
+
onFirstEntity: () => void;
|
|
24
|
+
onPreviousEntity: () => void;
|
|
25
|
+
onNextEntity: () => void;
|
|
26
|
+
onLastEntity: () => void;
|
|
27
|
+
navigateTo: (index: number) => void;
|
|
28
|
+
setNavigationIndex(index: number): void;
|
|
29
|
+
setEntityDisplayValues(tableName: string): void;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruDetailViewBase, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TruDetailViewBase, "tru-detail-view-base", never, { "view": { "alias": "view"; "required": false; }; }, {}, never, never, false, never>;
|
|
32
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { BehaviorSubject } from 'rxjs';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TruSearchViewControlEventHandler {
|
|
4
|
-
private clear$;
|
|
5
|
-
private default$;
|
|
6
|
-
onSetDefaults(): BehaviorSubject<any>;
|
|
7
|
-
setDefaults(): void;
|
|
8
|
-
onClearValues(): BehaviorSubject<any>;
|
|
9
|
-
clearValues(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TruSearchViewControlEventHandler, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TruSearchViewControlEventHandler>;
|
|
12
|
-
}
|
|
1
|
+
import { BehaviorSubject } from 'rxjs';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TruSearchViewControlEventHandler {
|
|
4
|
+
private clear$;
|
|
5
|
+
private default$;
|
|
6
|
+
onSetDefaults(): BehaviorSubject<any>;
|
|
7
|
+
setDefaults(): void;
|
|
8
|
+
onClearValues(): BehaviorSubject<any>;
|
|
9
|
+
clearValues(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruSearchViewControlEventHandler, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TruSearchViewControlEventHandler>;
|
|
12
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class TruSearchViewEventHandler {
|
|
3
|
-
private search$;
|
|
4
|
-
private filter$;
|
|
5
|
-
search(query: any): void;
|
|
6
|
-
onSearch(): import("rxjs").Observable<any>;
|
|
7
|
-
filter(query: any): void;
|
|
8
|
-
onFilter(): import("rxjs").Observable<any>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TruSearchViewEventHandler, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TruSearchViewEventHandler>;
|
|
11
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TruSearchViewEventHandler {
|
|
3
|
+
private search$;
|
|
4
|
+
private filter$;
|
|
5
|
+
search(query: any): void;
|
|
6
|
+
onSearch(): import("rxjs").Observable<any>;
|
|
7
|
+
filter(query: any): void;
|
|
8
|
+
onFilter(): import("rxjs").Observable<any>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruSearchViewEventHandler, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TruSearchViewEventHandler>;
|
|
11
|
+
}
|