@trudb/tru-common-lib 0.0.726 → 0.0.730
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 +59 -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 +6937 -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 +27 -24
- 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 -48
- 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 -6803
- package/fesm2015/trudb-tru-common-lib.mjs.map +0 -1
- package/fesm2020/trudb-tru-common-lib.mjs +0 -6780
- package/fesm2020/trudb-tru-common-lib.mjs.map +0 -1
package/lib/directives/search-panel-position-manager/tru-search-panel-position-manager-module.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./tru-search-panel-position-manager";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
export declare class TruSearchPanelPositionManagerModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TruSearchPanelPositionManagerModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TruSearchPanelPositionManagerModule, [typeof i1.TruSearchPanelPositionManager], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.TruSearchPanelPositionManager]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TruSearchPanelPositionManagerModule>;
|
|
9
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tru-search-panel-position-manager";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
export declare class TruSearchPanelPositionManagerModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruSearchPanelPositionManagerModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TruSearchPanelPositionManagerModule, [typeof i1.TruSearchPanelPositionManager], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.TruSearchPanelPositionManager]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TruSearchPanelPositionManagerModule>;
|
|
9
|
+
}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import { ElementRef, Renderer2 } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TruSearchPanelPositionManager {
|
|
4
|
-
private el;
|
|
5
|
-
private renderer;
|
|
6
|
-
config: any;
|
|
7
|
-
private searchViewPortal;
|
|
8
|
-
private tab;
|
|
9
|
-
private dropZones;
|
|
10
|
-
private dragHandles;
|
|
11
|
-
private currentWidth;
|
|
12
|
-
private currentMinWidth;
|
|
13
|
-
private mouseOffsetX;
|
|
14
|
-
private lastMouseX;
|
|
15
|
-
private dragHandle;
|
|
16
|
-
private listeners;
|
|
17
|
-
private mousemoveListener;
|
|
18
|
-
private mouseupListener;
|
|
19
|
-
constructor(el: ElementRef, renderer: Renderer2);
|
|
20
|
-
ngAfterViewInit(): void;
|
|
21
|
-
private addTabEventListeners;
|
|
22
|
-
private addDropzoneEventListeners;
|
|
23
|
-
private addDragHandleEventListeners;
|
|
24
|
-
private addPointerEvents;
|
|
25
|
-
private removePointerEvents;
|
|
26
|
-
private addMouseoverDropzoneStyles;
|
|
27
|
-
private removeMouseoverDropzoneStyles;
|
|
28
|
-
private dragStart;
|
|
29
|
-
private dragEnd;
|
|
30
|
-
private dragOver;
|
|
31
|
-
private dragLeave;
|
|
32
|
-
private drop;
|
|
33
|
-
private mousedown;
|
|
34
|
-
private mouseMove;
|
|
35
|
-
private mouseUp;
|
|
36
|
-
private updateSide;
|
|
37
|
-
ngOnDestroy(): void;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TruSearchPanelPositionManager, never>;
|
|
39
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TruSearchPanelPositionManager, "[truSearchPanelPositionManager]", never, { "config": "config"; }, {}, never, never, false, never>;
|
|
40
|
-
}
|
|
1
|
+
import { ElementRef, Renderer2 } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TruSearchPanelPositionManager {
|
|
4
|
+
private el;
|
|
5
|
+
private renderer;
|
|
6
|
+
config: any;
|
|
7
|
+
private searchViewPortal;
|
|
8
|
+
private tab;
|
|
9
|
+
private dropZones;
|
|
10
|
+
private dragHandles;
|
|
11
|
+
private currentWidth;
|
|
12
|
+
private currentMinWidth;
|
|
13
|
+
private mouseOffsetX;
|
|
14
|
+
private lastMouseX;
|
|
15
|
+
private dragHandle;
|
|
16
|
+
private listeners;
|
|
17
|
+
private mousemoveListener;
|
|
18
|
+
private mouseupListener;
|
|
19
|
+
constructor(el: ElementRef, renderer: Renderer2);
|
|
20
|
+
ngAfterViewInit(): void;
|
|
21
|
+
private addTabEventListeners;
|
|
22
|
+
private addDropzoneEventListeners;
|
|
23
|
+
private addDragHandleEventListeners;
|
|
24
|
+
private addPointerEvents;
|
|
25
|
+
private removePointerEvents;
|
|
26
|
+
private addMouseoverDropzoneStyles;
|
|
27
|
+
private removeMouseoverDropzoneStyles;
|
|
28
|
+
private dragStart;
|
|
29
|
+
private dragEnd;
|
|
30
|
+
private dragOver;
|
|
31
|
+
private dragLeave;
|
|
32
|
+
private drop;
|
|
33
|
+
private mousedown;
|
|
34
|
+
private mouseMove;
|
|
35
|
+
private mouseUp;
|
|
36
|
+
private updateSide;
|
|
37
|
+
ngOnDestroy(): void;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruSearchPanelPositionManager, never>;
|
|
39
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TruSearchPanelPositionManager, "[truSearchPanelPositionManager]", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
|
|
40
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./tru-mat-select-panel";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
export declare class TruMatSelectPanelModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TruMatSelectPanelModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TruMatSelectPanelModule, [typeof i1.TruMatSelectPanel], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.TruMatSelectPanel]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TruMatSelectPanelModule>;
|
|
9
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tru-mat-select-panel";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
export declare class TruMatSelectPanelModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruMatSelectPanelModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TruMatSelectPanelModule, [typeof i1.TruMatSelectPanel], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.TruMatSelectPanel]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TruMatSelectPanelModule>;
|
|
9
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { OnInit, Renderer2 } from "@angular/core";
|
|
2
|
-
import { MatSelect } from "@angular/material/select";
|
|
3
|
-
import { TruUtil } from "../../services/tru-util";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TruMatSelectPanel implements OnInit {
|
|
6
|
-
private renderer;
|
|
7
|
-
private select;
|
|
8
|
-
private util;
|
|
9
|
-
constructor(renderer: Renderer2, select: MatSelect, util: TruUtil);
|
|
10
|
-
documentMouseUpEventFn: () => void;
|
|
11
|
-
private removeListeners;
|
|
12
|
-
private getTextWidth;
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
ngOnDestroy(): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TruMatSelectPanel, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TruMatSelectPanel, "[tru-mat-select-panel]", never, {}, {}, never, never, false, never>;
|
|
17
|
-
}
|
|
1
|
+
import { OnInit, Renderer2 } from "@angular/core";
|
|
2
|
+
import { MatSelect } from "@angular/material/select";
|
|
3
|
+
import { TruUtil } from "../../services/tru-util";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class TruMatSelectPanel implements OnInit {
|
|
6
|
+
private renderer;
|
|
7
|
+
private select;
|
|
8
|
+
private util;
|
|
9
|
+
constructor(renderer: Renderer2, select: MatSelect, util: TruUtil);
|
|
10
|
+
documentMouseUpEventFn: () => void;
|
|
11
|
+
private removeListeners;
|
|
12
|
+
private getTextWidth;
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
ngOnDestroy(): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruMatSelectPanel, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TruMatSelectPanel, "[tru-mat-select-panel]", never, {}, {}, never, never, false, never>;
|
|
17
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Subject } from "rxjs";
|
|
2
|
-
export interface ITruValue<T> {
|
|
3
|
-
onChange(): Subject<T>;
|
|
4
|
-
change(value: T): void;
|
|
5
|
-
$: T;
|
|
6
|
-
}
|
|
1
|
+
import { Subject } from "rxjs";
|
|
2
|
+
export interface ITruValue<T> {
|
|
3
|
+
onChange(): Subject<T>;
|
|
4
|
+
change(value: T): void;
|
|
5
|
+
$: T;
|
|
6
|
+
}
|
package/lib/material.module.d.ts
CHANGED
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/cdk/a11y";
|
|
3
|
-
import * as i2 from "@angular/cdk/accordion";
|
|
4
|
-
import * as i3 from "@angular/cdk/clipboard";
|
|
5
|
-
import * as i4 from "@angular/cdk/stepper";
|
|
6
|
-
import * as i5 from "@angular/cdk/table";
|
|
7
|
-
import * as i6 from "@angular/cdk/tree";
|
|
8
|
-
import * as i7 from "@angular/cdk/drag-drop";
|
|
9
|
-
import * as i8 from "@angular/material/autocomplete";
|
|
10
|
-
import * as i9 from "@angular/material/badge";
|
|
11
|
-
import * as i10 from "@angular/material/bottom-sheet";
|
|
12
|
-
import * as i11 from "@angular/material/button";
|
|
13
|
-
import * as i12 from "@angular/material/button-toggle";
|
|
14
|
-
import * as i13 from "@angular/material/card";
|
|
15
|
-
import * as i14 from "@angular/material/checkbox";
|
|
16
|
-
import * as i15 from "@angular/material/chips";
|
|
17
|
-
import * as i16 from "@angular/material/stepper";
|
|
18
|
-
import * as i17 from "@angular/material/datepicker";
|
|
19
|
-
import * as i18 from "@angular/material/dialog";
|
|
20
|
-
import * as i19 from "@angular/material/divider";
|
|
21
|
-
import * as i20 from "@angular/material/expansion";
|
|
22
|
-
import * as i21 from "@angular/material/grid-list";
|
|
23
|
-
import * as i22 from "@angular/material/icon";
|
|
24
|
-
import * as i23 from "@angular/material/input";
|
|
25
|
-
import * as i24 from "@angular/material/list";
|
|
26
|
-
import * as i25 from "@angular/material/menu";
|
|
27
|
-
import * as i26 from "@angular/material/core";
|
|
28
|
-
import * as i27 from "@angular/material/paginator";
|
|
29
|
-
import * as i28 from "@angular/material/progress-bar";
|
|
30
|
-
import * as i29 from "@angular/material/progress-spinner";
|
|
31
|
-
import * as i30 from "@angular/material/radio";
|
|
32
|
-
import * as i31 from "@angular/material/select";
|
|
33
|
-
import * as i32 from "@angular/material/sidenav";
|
|
34
|
-
import * as i33 from "@angular/material/slider";
|
|
35
|
-
import * as i34 from "@angular/material/slide-toggle";
|
|
36
|
-
import * as i35 from "@angular/material/snack-bar";
|
|
37
|
-
import * as i36 from "@angular/material/sort";
|
|
38
|
-
import * as i37 from "@angular/material/table";
|
|
39
|
-
import * as i38 from "@angular/material/tabs";
|
|
40
|
-
import * as i39 from "@angular/material/toolbar";
|
|
41
|
-
import * as i40 from "@angular/material/tooltip";
|
|
42
|
-
import * as i41 from "@angular/material/tree";
|
|
43
|
-
import * as i42 from "@angular/cdk/overlay";
|
|
44
|
-
import * as i43 from "@angular/cdk/portal";
|
|
45
|
-
import * as i44 from "@angular/cdk/scrolling";
|
|
46
|
-
export declare class MaterialModule {
|
|
47
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialModule, never>;
|
|
48
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, never, [typeof i1.A11yModule, typeof i2.CdkAccordionModule, typeof i3.ClipboardModule, typeof i4.CdkStepperModule, typeof i5.CdkTableModule, typeof i6.CdkTreeModule, typeof i7.DragDropModule, typeof i8.MatAutocompleteModule, typeof i9.MatBadgeModule, typeof i10.MatBottomSheetModule, typeof i11.MatButtonModule, typeof i12.MatButtonToggleModule, typeof i13.MatCardModule, typeof i14.MatCheckboxModule, typeof i15.MatChipsModule, typeof i16.MatStepperModule, typeof i17.MatDatepickerModule, typeof i18.MatDialogModule, typeof i19.MatDividerModule, typeof i20.MatExpansionModule, typeof i21.MatGridListModule, typeof i22.MatIconModule, typeof i23.MatInputModule, typeof i24.MatListModule, typeof i25.MatMenuModule, typeof i26.MatNativeDateModule, typeof i27.MatPaginatorModule, typeof i28.MatProgressBarModule, typeof i29.MatProgressSpinnerModule, typeof i30.MatRadioModule, typeof i26.MatRippleModule, typeof i31.MatSelectModule, typeof i32.MatSidenavModule, typeof i33.MatSliderModule, typeof i34.MatSlideToggleModule, typeof i35.MatSnackBarModule, typeof i36.MatSortModule, typeof i37.MatTableModule, typeof i38.MatTabsModule, typeof i39.MatToolbarModule, typeof i40.MatTooltipModule, typeof i41.MatTreeModule, typeof i42.OverlayModule, typeof i43.PortalModule, typeof i44.ScrollingModule]>;
|
|
49
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MaterialModule>;
|
|
50
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/cdk/a11y";
|
|
3
|
+
import * as i2 from "@angular/cdk/accordion";
|
|
4
|
+
import * as i3 from "@angular/cdk/clipboard";
|
|
5
|
+
import * as i4 from "@angular/cdk/stepper";
|
|
6
|
+
import * as i5 from "@angular/cdk/table";
|
|
7
|
+
import * as i6 from "@angular/cdk/tree";
|
|
8
|
+
import * as i7 from "@angular/cdk/drag-drop";
|
|
9
|
+
import * as i8 from "@angular/material/autocomplete";
|
|
10
|
+
import * as i9 from "@angular/material/badge";
|
|
11
|
+
import * as i10 from "@angular/material/bottom-sheet";
|
|
12
|
+
import * as i11 from "@angular/material/button";
|
|
13
|
+
import * as i12 from "@angular/material/button-toggle";
|
|
14
|
+
import * as i13 from "@angular/material/card";
|
|
15
|
+
import * as i14 from "@angular/material/checkbox";
|
|
16
|
+
import * as i15 from "@angular/material/chips";
|
|
17
|
+
import * as i16 from "@angular/material/stepper";
|
|
18
|
+
import * as i17 from "@angular/material/datepicker";
|
|
19
|
+
import * as i18 from "@angular/material/dialog";
|
|
20
|
+
import * as i19 from "@angular/material/divider";
|
|
21
|
+
import * as i20 from "@angular/material/expansion";
|
|
22
|
+
import * as i21 from "@angular/material/grid-list";
|
|
23
|
+
import * as i22 from "@angular/material/icon";
|
|
24
|
+
import * as i23 from "@angular/material/input";
|
|
25
|
+
import * as i24 from "@angular/material/list";
|
|
26
|
+
import * as i25 from "@angular/material/menu";
|
|
27
|
+
import * as i26 from "@angular/material/core";
|
|
28
|
+
import * as i27 from "@angular/material/paginator";
|
|
29
|
+
import * as i28 from "@angular/material/progress-bar";
|
|
30
|
+
import * as i29 from "@angular/material/progress-spinner";
|
|
31
|
+
import * as i30 from "@angular/material/radio";
|
|
32
|
+
import * as i31 from "@angular/material/select";
|
|
33
|
+
import * as i32 from "@angular/material/sidenav";
|
|
34
|
+
import * as i33 from "@angular/material/slider";
|
|
35
|
+
import * as i34 from "@angular/material/slide-toggle";
|
|
36
|
+
import * as i35 from "@angular/material/snack-bar";
|
|
37
|
+
import * as i36 from "@angular/material/sort";
|
|
38
|
+
import * as i37 from "@angular/material/table";
|
|
39
|
+
import * as i38 from "@angular/material/tabs";
|
|
40
|
+
import * as i39 from "@angular/material/toolbar";
|
|
41
|
+
import * as i40 from "@angular/material/tooltip";
|
|
42
|
+
import * as i41 from "@angular/material/tree";
|
|
43
|
+
import * as i42 from "@angular/cdk/overlay";
|
|
44
|
+
import * as i43 from "@angular/cdk/portal";
|
|
45
|
+
import * as i44 from "@angular/cdk/scrolling";
|
|
46
|
+
export declare class MaterialModule {
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialModule, never>;
|
|
48
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, never, [typeof i1.A11yModule, typeof i2.CdkAccordionModule, typeof i3.ClipboardModule, typeof i4.CdkStepperModule, typeof i5.CdkTableModule, typeof i6.CdkTreeModule, typeof i7.DragDropModule, typeof i8.MatAutocompleteModule, typeof i9.MatBadgeModule, typeof i10.MatBottomSheetModule, typeof i11.MatButtonModule, typeof i12.MatButtonToggleModule, typeof i13.MatCardModule, typeof i14.MatCheckboxModule, typeof i15.MatChipsModule, typeof i16.MatStepperModule, typeof i17.MatDatepickerModule, typeof i18.MatDialogModule, typeof i19.MatDividerModule, typeof i20.MatExpansionModule, typeof i21.MatGridListModule, typeof i22.MatIconModule, typeof i23.MatInputModule, typeof i24.MatListModule, typeof i25.MatMenuModule, typeof i26.MatNativeDateModule, typeof i27.MatPaginatorModule, typeof i28.MatProgressBarModule, typeof i29.MatProgressSpinnerModule, typeof i30.MatRadioModule, typeof i26.MatRippleModule, typeof i31.MatSelectModule, typeof i32.MatSidenavModule, typeof i33.MatSliderModule, typeof i34.MatSlideToggleModule, typeof i35.MatSnackBarModule, typeof i36.MatSortModule, typeof i37.MatTableModule, typeof i38.MatTabsModule, typeof i39.MatToolbarModule, typeof i40.MatTooltipModule, typeof i41.MatTreeModule, typeof i42.OverlayModule, typeof i43.PortalModule, typeof i44.ScrollingModule]>;
|
|
49
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MaterialModule>;
|
|
50
|
+
}
|
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
import { Entity } from "breeze-client";
|
|
2
|
-
import { Observable } from "rxjs";
|
|
3
|
-
import { TruDataContext } from "./tru-data-context";
|
|
4
|
-
import { TruUser } from "./tru-user";
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export interface ActionEventCompleted {
|
|
7
|
-
successful: boolean;
|
|
8
|
-
entities?: Array<Entity>;
|
|
9
|
-
}
|
|
10
|
-
export declare class TruAppEnvironment {
|
|
11
|
-
private truUser;
|
|
12
|
-
private _appUri;
|
|
13
|
-
private _authType;
|
|
14
|
-
private _maxRecordCount;
|
|
15
|
-
private _isSaving;
|
|
16
|
-
private _saveComplete;
|
|
17
|
-
private _revertComplete;
|
|
18
|
-
private _deleteComplete;
|
|
19
|
-
private _globalDataContext;
|
|
20
|
-
readonly msgModifierKeyLabel: string;
|
|
21
|
-
readonly msgConfirmExitWithChangesPending: string;
|
|
22
|
-
readonly msgDeleteSuccessful: string;
|
|
23
|
-
readonly msgSaveSuccessful: string;
|
|
24
|
-
readonly msgNoChangesToSave: string;
|
|
25
|
-
readonly msgSaveInProgress: string;
|
|
26
|
-
readonly msgInvalidData: string;
|
|
27
|
-
readonly msgDirtyPreventsReadOnly: string;
|
|
28
|
-
readonly msgDirtyPreventsNavigate: string;
|
|
29
|
-
readonly msgDirtyPreventsClose: string;
|
|
30
|
-
readonly msgDirtyPreventsDeleteExistingRecord: string;
|
|
31
|
-
readonly msgNoDeleteAccess: string;
|
|
32
|
-
readonly msgCannotDeleteNewAndExistingRecords: string;
|
|
33
|
-
readonly msgDeleteReferencingRecordsFirst: string;
|
|
34
|
-
readonly msgNoRecordsSelected: string;
|
|
35
|
-
onSavingChanged$: Observable<boolean>;
|
|
36
|
-
onSaveComplete$: Observable<ActionEventCompleted | null>;
|
|
37
|
-
onRevertComplete$: Observable<ActionEventCompleted | null>;
|
|
38
|
-
onDeleteComplete$: Observable<ActionEventCompleted | null>;
|
|
39
|
-
constructor(truUser: TruUser);
|
|
40
|
-
get appUri(): string;
|
|
41
|
-
set appUri(uri: string);
|
|
42
|
-
get authType(): 'session' | 'jwt';
|
|
43
|
-
set authType(type: 'session' | 'jwt');
|
|
44
|
-
get isSaving(): boolean;
|
|
45
|
-
set isSaving(isSaving: boolean);
|
|
46
|
-
get maxRecordCount(): number;
|
|
47
|
-
set maxRecordCount(maxRecordCount: number);
|
|
48
|
-
get globalDataContext(): TruDataContext | null;
|
|
49
|
-
set globalDataContext(context: TruDataContext | null);
|
|
50
|
-
get isMac(): boolean;
|
|
51
|
-
saveComplete: (event: ActionEventCompleted) => void;
|
|
52
|
-
revertComplete: (event: ActionEventCompleted) => void;
|
|
53
|
-
deleteComplete: (event: ActionEventCompleted) => void;
|
|
54
|
-
formatDeleteConfirmationMessage: (tableName: string, tablePluralLabel: string, count: number | null) => string;
|
|
55
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TruAppEnvironment, never>;
|
|
56
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TruAppEnvironment>;
|
|
57
|
-
}
|
|
1
|
+
import { Entity } from "breeze-client";
|
|
2
|
+
import { Observable } from "rxjs";
|
|
3
|
+
import { TruDataContext } from "./tru-data-context";
|
|
4
|
+
import { TruUser } from "./tru-user";
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export interface ActionEventCompleted {
|
|
7
|
+
successful: boolean;
|
|
8
|
+
entities?: Array<Entity>;
|
|
9
|
+
}
|
|
10
|
+
export declare class TruAppEnvironment {
|
|
11
|
+
private truUser;
|
|
12
|
+
private _appUri;
|
|
13
|
+
private _authType;
|
|
14
|
+
private _maxRecordCount;
|
|
15
|
+
private _isSaving;
|
|
16
|
+
private _saveComplete;
|
|
17
|
+
private _revertComplete;
|
|
18
|
+
private _deleteComplete;
|
|
19
|
+
private _globalDataContext;
|
|
20
|
+
readonly msgModifierKeyLabel: string;
|
|
21
|
+
readonly msgConfirmExitWithChangesPending: string;
|
|
22
|
+
readonly msgDeleteSuccessful: string;
|
|
23
|
+
readonly msgSaveSuccessful: string;
|
|
24
|
+
readonly msgNoChangesToSave: string;
|
|
25
|
+
readonly msgSaveInProgress: string;
|
|
26
|
+
readonly msgInvalidData: string;
|
|
27
|
+
readonly msgDirtyPreventsReadOnly: string;
|
|
28
|
+
readonly msgDirtyPreventsNavigate: string;
|
|
29
|
+
readonly msgDirtyPreventsClose: string;
|
|
30
|
+
readonly msgDirtyPreventsDeleteExistingRecord: string;
|
|
31
|
+
readonly msgNoDeleteAccess: string;
|
|
32
|
+
readonly msgCannotDeleteNewAndExistingRecords: string;
|
|
33
|
+
readonly msgDeleteReferencingRecordsFirst: string;
|
|
34
|
+
readonly msgNoRecordsSelected: string;
|
|
35
|
+
onSavingChanged$: Observable<boolean>;
|
|
36
|
+
onSaveComplete$: Observable<ActionEventCompleted | null>;
|
|
37
|
+
onRevertComplete$: Observable<ActionEventCompleted | null>;
|
|
38
|
+
onDeleteComplete$: Observable<ActionEventCompleted | null>;
|
|
39
|
+
constructor(truUser: TruUser);
|
|
40
|
+
get appUri(): string;
|
|
41
|
+
set appUri(uri: string);
|
|
42
|
+
get authType(): 'session' | 'jwt';
|
|
43
|
+
set authType(type: 'session' | 'jwt');
|
|
44
|
+
get isSaving(): boolean;
|
|
45
|
+
set isSaving(isSaving: boolean);
|
|
46
|
+
get maxRecordCount(): number;
|
|
47
|
+
set maxRecordCount(maxRecordCount: number);
|
|
48
|
+
get globalDataContext(): TruDataContext | null;
|
|
49
|
+
set globalDataContext(context: TruDataContext | null);
|
|
50
|
+
get isMac(): boolean;
|
|
51
|
+
saveComplete: (event: ActionEventCompleted) => void;
|
|
52
|
+
revertComplete: (event: ActionEventCompleted) => void;
|
|
53
|
+
deleteComplete: (event: ActionEventCompleted) => void;
|
|
54
|
+
formatDeleteConfirmationMessage: (tableName: string, tablePluralLabel: string, count: number | null) => string;
|
|
55
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruAppEnvironment, never>;
|
|
56
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TruAppEnvironment>;
|
|
57
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { EntityManager, EntityQuery, MetadataStore, Predicate } from 'breeze-client';
|
|
2
|
-
import { TruAppEnvironment } from './tru-app-environment';
|
|
3
|
-
import { TruBreezeMetadataProvider } from './tru-breeze-metadata-provider';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TruBreezeContextFactory {
|
|
6
|
-
private breezeMetadataProvider;
|
|
7
|
-
private environment;
|
|
8
|
-
/**
|
|
9
|
-
* Maximum number of records to return from a query.
|
|
10
|
-
* @return {number}
|
|
11
|
-
*/
|
|
12
|
-
private servicePath;
|
|
13
|
-
private metadataStore;
|
|
14
|
-
private breezeDataService;
|
|
15
|
-
constructor(breezeMetadataProvider: TruBreezeMetadataProvider, environment: TruAppEnvironment);
|
|
16
|
-
setUpMetadata: (metadata: object) => MetadataStore;
|
|
17
|
-
/**
|
|
18
|
-
* Returns a new data context object.
|
|
19
|
-
* @return {object} - Breeze Manager
|
|
20
|
-
*/
|
|
21
|
-
createContext: (tableName?: string | null) => TruBreezeContext;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TruBreezeContextFactory, never>;
|
|
23
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TruBreezeContextFactory>;
|
|
24
|
-
}
|
|
25
|
-
export declare class TruBreezeContext {
|
|
26
|
-
private manager;
|
|
27
|
-
private _entityManager;
|
|
28
|
-
constructor(manager: EntityManager);
|
|
29
|
-
get createQuery(): (x: any) => EntityQuery;
|
|
30
|
-
get createPredicate(): (...args: any[]) => Predicate;
|
|
31
|
-
get entityManager(): EntityManager;
|
|
32
|
-
}
|
|
1
|
+
import { EntityManager, EntityQuery, MetadataStore, Predicate } from 'breeze-client';
|
|
2
|
+
import { TruAppEnvironment } from './tru-app-environment';
|
|
3
|
+
import { TruBreezeMetadataProvider } from './tru-breeze-metadata-provider';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class TruBreezeContextFactory {
|
|
6
|
+
private breezeMetadataProvider;
|
|
7
|
+
private environment;
|
|
8
|
+
/**
|
|
9
|
+
* Maximum number of records to return from a query.
|
|
10
|
+
* @return {number}
|
|
11
|
+
*/
|
|
12
|
+
private servicePath;
|
|
13
|
+
private metadataStore;
|
|
14
|
+
private breezeDataService;
|
|
15
|
+
constructor(breezeMetadataProvider: TruBreezeMetadataProvider, environment: TruAppEnvironment);
|
|
16
|
+
setUpMetadata: (metadata: object) => MetadataStore;
|
|
17
|
+
/**
|
|
18
|
+
* Returns a new data context object.
|
|
19
|
+
* @return {object} - Breeze Manager
|
|
20
|
+
*/
|
|
21
|
+
createContext: (tableName?: string | null) => TruBreezeContext;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruBreezeContextFactory, never>;
|
|
23
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TruBreezeContextFactory>;
|
|
24
|
+
}
|
|
25
|
+
export declare class TruBreezeContext {
|
|
26
|
+
private manager;
|
|
27
|
+
private _entityManager;
|
|
28
|
+
constructor(manager: EntityManager);
|
|
29
|
+
get createQuery(): (x: any) => EntityQuery;
|
|
30
|
+
get createPredicate(): (...args: any[]) => Predicate;
|
|
31
|
+
get entityManager(): EntityManager;
|
|
32
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class TruBreezeMetadataProvider {
|
|
3
|
-
private _metadata;
|
|
4
|
-
constructor();
|
|
5
|
-
get metadata(): object;
|
|
6
|
-
set metadata(json: object);
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TruBreezeMetadataProvider, never>;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TruBreezeMetadataProvider>;
|
|
9
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TruBreezeMetadataProvider {
|
|
3
|
+
private _metadata;
|
|
4
|
+
constructor();
|
|
5
|
+
get metadata(): object;
|
|
6
|
+
set metadata(json: object);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruBreezeMetadataProvider, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TruBreezeMetadataProvider>;
|
|
9
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class TruComponentLookup {
|
|
3
|
-
private truComponentLookupRegistry;
|
|
4
|
-
set: (key: string, type: any) => void;
|
|
5
|
-
get: (key: string) => any;
|
|
6
|
-
getBySuffix: (suffix: string) => Array<any>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TruComponentLookup, never>;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TruComponentLookup>;
|
|
9
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TruComponentLookup {
|
|
3
|
+
private truComponentLookupRegistry;
|
|
4
|
+
set: (key: string, type: any) => void;
|
|
5
|
+
get: (key: string) => any;
|
|
6
|
+
getBySuffix: (suffix: string) => Array<any>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruComponentLookup, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TruComponentLookup>;
|
|
9
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { Subject } from 'rxjs';
|
|
2
|
-
import { TruEntityBase } from '../base-classes/tru-entity-base';
|
|
3
|
-
import { TruDataChange } from '../classes/tru-data-change';
|
|
4
|
-
import { TruAppEnvironment } from './tru-app-environment';
|
|
5
|
-
import { TruDataContext } from './tru-data-context';
|
|
6
|
-
import { TruModelPropertyLookup } from './tru-model-property-lookup';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class TruConnectionHub {
|
|
9
|
-
private dataContext;
|
|
10
|
-
private appEnvironment;
|
|
11
|
-
private modelPropertyLookup;
|
|
12
|
-
private connection;
|
|
13
|
-
constructor(dataContext: TruDataContext, appEnvironment: TruAppEnvironment, modelPropertyLookup: TruModelPropertyLookup);
|
|
14
|
-
start: () => void;
|
|
15
|
-
subscribe: (dataContext: TruDataContext, entity: typeof TruEntityBase, tableName: string, getLatestResults: () => any, getLatestQuery: () => any, contextFilters: [], expandPaths: Array<string>, isLoaded: () => boolean) => Subject<TruDataChange>;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TruConnectionHub, never>;
|
|
17
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TruConnectionHub>;
|
|
18
|
-
}
|
|
1
|
+
import { Subject } from 'rxjs';
|
|
2
|
+
import { TruEntityBase } from '../base-classes/tru-entity-base';
|
|
3
|
+
import { TruDataChange } from '../classes/tru-data-change';
|
|
4
|
+
import { TruAppEnvironment } from './tru-app-environment';
|
|
5
|
+
import { TruDataContext } from './tru-data-context';
|
|
6
|
+
import { TruModelPropertyLookup } from './tru-model-property-lookup';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class TruConnectionHub {
|
|
9
|
+
private dataContext;
|
|
10
|
+
private appEnvironment;
|
|
11
|
+
private modelPropertyLookup;
|
|
12
|
+
private connection;
|
|
13
|
+
constructor(dataContext: TruDataContext, appEnvironment: TruAppEnvironment, modelPropertyLookup: TruModelPropertyLookup);
|
|
14
|
+
start: () => void;
|
|
15
|
+
subscribe: (dataContext: TruDataContext, entity: typeof TruEntityBase, tableName: string, getLatestResults: () => any, getLatestQuery: () => any, contextFilters: [], expandPaths: Array<string>, isLoaded: () => boolean) => Subject<TruDataChange>;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruConnectionHub, never>;
|
|
17
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TruConnectionHub>;
|
|
18
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { TruContextFilter } from "../classes/tru-context-filter";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TruContextFilters {
|
|
4
|
-
filters: Array<TruContextFilter>;
|
|
5
|
-
valueFor: (tableName: string) => number;
|
|
6
|
-
label: () => string;
|
|
7
|
-
constructor();
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TruContextFilters, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TruContextFilters>;
|
|
10
|
-
}
|
|
1
|
+
import { TruContextFilter } from "../classes/tru-context-filter";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TruContextFilters {
|
|
4
|
+
filters: Array<TruContextFilter>;
|
|
5
|
+
valueFor: (tableName: string) => number;
|
|
6
|
+
label: () => string;
|
|
7
|
+
constructor();
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TruContextFilters, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TruContextFilters>;
|
|
10
|
+
}
|