@memberjunction/ng-explorer-core 0.9.204 → 0.9.205

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.
Files changed (36) hide show
  1. package/dist/lib/ask-skip/ask-skip.component.d.ts +87 -0
  2. package/dist/lib/ask-skip/ask-skip.component.js +626 -0
  3. package/dist/lib/ask-skip/skip-dynamic-report-wrapper.d.ts +12 -0
  4. package/dist/lib/ask-skip/skip-dynamic-report-wrapper.js +50 -0
  5. package/dist/lib/favorites/favorites.component.js +1 -1
  6. package/dist/lib/files/files.component.d.ts +8 -0
  7. package/dist/lib/files/files.component.d.ts.map +1 -0
  8. package/dist/lib/files/files.component.js +22 -0
  9. package/dist/lib/generic/base-resource-component.d.ts +34 -0
  10. package/dist/lib/generic/base-resource-component.js +75 -0
  11. package/dist/lib/generic/dynamic-chart.d.ts +33 -0
  12. package/dist/lib/generic/dynamic-chart.js +252 -0
  13. package/dist/lib/generic/dynamic-grid.d.ts +25 -0
  14. package/dist/lib/generic/dynamic-grid.js +142 -0
  15. package/dist/lib/generic/dynamic-report.d.ts +38 -0
  16. package/dist/lib/generic/dynamic-report.js +405 -0
  17. package/dist/lib/header/header.component.d.ts.map +1 -1
  18. package/dist/lib/header/header.component.js +2 -1
  19. package/dist/lib/home-component/home.component.js +1 -1
  20. package/dist/lib/navigation/navigation.component.d.ts +1 -0
  21. package/dist/lib/navigation/navigation.component.d.ts.map +1 -1
  22. package/dist/lib/navigation/navigation.component.js +22 -0
  23. package/dist/lib/settings/settings.component.js +1 -1
  24. package/dist/lib/single-search-result/single-search-result.component.js +1 -1
  25. package/dist/lib/user-notifications/user-notifications.component.js +1 -1
  26. package/dist/module.d.ts +47 -45
  27. package/dist/module.d.ts.map +1 -1
  28. package/dist/module.js +43 -37
  29. package/dist/public-api.d.ts +1 -0
  30. package/dist/public-api.d.ts.map +1 -1
  31. package/dist/public-api.js +1 -0
  32. package/dist/shared/shared.service.d.ts +94 -0
  33. package/dist/shared/shared.service.js +324 -0
  34. package/dist/shared/urlPipe.d.ts +7 -0
  35. package/dist/shared/urlPipe.js +16 -0
  36. package/package.json +53 -53
@@ -72,6 +72,6 @@ HomeComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HomeComponent
72
72
  } }, dependencies: [i3.SVGIconComponent, i4.FavoritesComponent], styles: [".home-container[_ngcontent-%COMP%] {\r\n margin: 10px;\r\n}\r\n\r\n.nav-container[_ngcontent-%COMP%] {\r\n display: grid;\r\n grid-template-columns: repeat(4, 1fr);\r\n gap: 24px;\r\n flex: 1;\r\n}\r\n.nav-item[_ngcontent-%COMP%] {\r\n border: solid 1px lightgray;\r\n border-radius: 5px;\r\n background: #fff;\r\n border-radius: 15px;\r\n width: 100%;;\r\n height: auto;\r\n box-sizing: border-box;\r\n padding: 25px;\r\n text-align: left;\r\n display: flex;\r\n gap: 26px;\r\n vertical-align: middle; \r\n font-size: 20px;\r\n cursor: pointer;\r\n}\r\n.nav-item[_ngcontent-%COMP%] .k-svg-icon[_ngcontent-%COMP%] {\r\n width: 75px;\r\n height: 75px;\r\n color: var(--sky-blue);\r\n}\r\n.nav-item[_ngcontent-%COMP%]:hover {\r\n background-color: rgb(243, 243, 222);\r\n}\r\n\r\n\r\n.home-favorites[_ngcontent-%COMP%] {\r\n width: 500px;\r\n}", ".main-area[_ngcontent-%COMP%] {\r\n display: flex;\r\n height: 100%;\r\n width: 100%;\r\n gap: 24px;\r\n padding: 24px 0;\r\n}\r\n.list-view[_ngcontent-%COMP%] {\r\n padding: 16px;\r\n min-width: 300px;\r\n border-radius: 4px;\r\n background: #FAFAFA;\r\n border: none;\r\n}\r\n .list-view .k-listview-header, .list-view .k-listview-footer {\r\n border: none;\r\n}\r\n .list-view .k-listview-content {\r\n border: 1px solid rgba(0, 0, 0, 0.08);\r\n border-radius: 4px;\r\n background: #fff;\r\n padding: 16px;\r\n}\r\n\r\n.header[_ngcontent-%COMP%], .footer[_ngcontent-%COMP%] {\r\n color: #424242;\r\n font-size: 16px;\r\n height: auto;\r\n margin:0;\r\n}\r\n\r\n.header[_ngcontent-%COMP%] {\r\n color: #424242;\r\n margin-bottom: 16px;\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n}\r\n.header[_ngcontent-%COMP%] .head-tag[_ngcontent-%COMP%] {\r\n display: flex;\r\n align-items: center;\r\n gap: 8px;\r\n color: #424242;\r\nfont-size: 16px;\r\nfont-style: normal;\r\nfont-weight: 400;\r\nline-height: 20px;\r\n}\r\n\r\n.header[_ngcontent-%COMP%] .count[_ngcontent-%COMP%] {\r\n width: 24px;\r\n height: 24px;\r\n min-width: 24px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n font-size: 10px;\r\n background: rgba(0, 0, 0, 0.08);\r\n border-radius: 50%;\r\n}\r\n.footer[_ngcontent-%COMP%] {\r\n font-size: 14px;\r\n margin-top: 16px;\r\n}\r\n\r\n.list-item[_ngcontent-%COMP%] {\r\n color: #424242;\r\n font-size: 14px;\r\n font-style: normal;\r\n font-weight: 400;\r\n line-height: 30px;\r\n cursor: pointer;\r\n margin: 4px;\r\n}\r\n.card-container[_ngcontent-%COMP%] {\r\n margin: 0;\r\n padding: 0;\r\n box-shadow: none;\r\n}\r\n.card-header-entity[_ngcontent-%COMP%] {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: flex-start;\r\n padding-bottom: 20px;\r\n border-bottom: 1px solid rgba(0, 0, 0, 0.08);\r\n}\r\n.card-header-entity[_ngcontent-%COMP%] .title-wrap[_ngcontent-%COMP%] h1[_ngcontent-%COMP%] {\r\n color: #424242;\r\n font-size: 28px;\r\n font-style: normal;\r\n font-weight: 300;\r\n line-height: 28px;\r\n margin-bottom: 15px;\r\n }\r\n .card-header-entity[_ngcontent-%COMP%] .title-wrap[_ngcontent-%COMP%] {\r\n display: flex;\r\n flex-direction: column;\r\n }\r\n .card-header-entity[_ngcontent-%COMP%] .title-wrap[_ngcontent-%COMP%] p[_ngcontent-%COMP%] {\r\n margin: 0;\r\n display: flex;\r\n align-items: center;\r\n gap: 8px;\r\n color: #424242;\r\n font-size: 14px;\r\n font-style: normal;\r\n font-weight: 400;\r\n line-height: 20px;\r\n }\r\n\r\n \r\n\r\n\r\n \r\n .view-card[_ngcontent-%COMP%] .view-icon[_ngcontent-%COMP%] {\r\n color: #ff6358;\r\n }\r\n .card-wrapper[_ngcontent-%COMP%] {\r\n border: 1px solid rgba(0, 0, 0, 0.08);\r\n border-radius: 6px;\r\n }\r\n .card-wrapper[_ngcontent-%COMP%] .k-card-body[_ngcontent-%COMP%] {\r\n background: #fff;\r\n padding: 12px 20px;\r\n }\r\n .card-wrapper[_ngcontent-%COMP%] .view-card[_ngcontent-%COMP%] {\r\n overflow: auto;\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n background: #fafafa;\r\n padding: 4px 15px;\r\n }\r\n .view-card[_ngcontent-%COMP%] .btn-wrapper[_ngcontent-%COMP%] {\r\n display: flex;\r\n align-items: center;\r\n }\r\n \r\n .k-card-body[_ngcontent-%COMP%] .view-card-content[_ngcontent-%COMP%] h5[_ngcontent-%COMP%] {\r\n color: #424242;\r\n font-size: 16px;\r\n font-style: normal;\r\n font-weight: 400;\r\n line-height: 20px;\r\n margin-bottom: 0;\r\n letter-spacing: 0.18px;\r\n }\r\n .k-card-body[_ngcontent-%COMP%] .view-card-content[_ngcontent-%COMP%] p[_ngcontent-%COMP%] {\r\n color: #666;\r\n font-size: 14px;\r\n font-style: normal;\r\n font-weight: 400;\r\n line-height: 20px;\r\n height: 48px;\r\n margin-bottom: 0;\r\n }\r\n .card-container[_ngcontent-%COMP%] {\r\n padding: 0;\r\n margin: 0;\r\n box-shadow: none;\r\n }\r\n .card-header-entity[_ngcontent-%COMP%] {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: flex-start;\r\n padding-bottom: 20px;\r\n border-bottom: 1px solid rgba(0, 0, 0, 0.08);\r\n }\r\n \r\n .card-header-entity[_ngcontent-%COMP%] .title-wrap[_ngcontent-%COMP%] h1[_ngcontent-%COMP%] {\r\n color: #424242;\r\n font-size: 28px;\r\n font-style: normal;\r\n font-weight: 300;\r\n line-height: 28px;\r\n margin-bottom: 15px;\r\n }\r\n .card-header-entity[_ngcontent-%COMP%] .title-wrap[_ngcontent-%COMP%] {\r\n display: flex;\r\n flex-direction: column;\r\n }\r\n .card-header-entity[_ngcontent-%COMP%] .title-wrap[_ngcontent-%COMP%] p[_ngcontent-%COMP%] {\r\n margin: 0;\r\n display: flex;\r\n align-items: center;\r\n gap: 8px;\r\n color: #424242;\r\n font-size: 14px;\r\n font-style: normal;\r\n font-weight: 400;\r\n line-height: 20px;\r\n }\r\n .main-area[_ngcontent-%COMP%] .card-list[_ngcontent-%COMP%] {\r\n display: flex;\r\n gap: 20px;\r\n }"] });
73
73
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HomeComponent, [{
74
74
  type: Component,
75
- args: [{ selector: 'app-home', template: "<div class=\"home-container\">\r\n <div class=\"card-header-entity\">\r\n <div class=\"title-wrap\">\r\n <h1>Home</h1>\r\n </div>\r\n </div>\r\n <div class=\"main-area\"> \r\n <div class=\"nav-container\">\r\n <div class=\"nav-item\" (click)=\"navigate('askskip')\">\r\n <kendo-svgicon [icon]=\"sharedService.kendoSVGIcon('user')\"></kendo-svgicon>\r\n <span>Ask Skip</span>\r\n </div>\r\n <div class=\"nav-item\" (click)=\"navigate('data')\">\r\n <kendo-svgicon [icon]=\"sharedService.kendoSVGIcon('table')\"></kendo-svgicon>\r\n <span>Data</span>\r\n </div>\r\n <div class=\"nav-item\" (click)=\"navigate('queries')\">\r\n <kendo-svgicon [icon]=\"sharedService.kendoSVGIcon('data')\"></kendo-svgicon>\r\n <span>Queries</span>\r\n </div>\r\n <div class=\"nav-item\" (click)=\"navigate('dashboards')\">\r\n <kendo-svgicon [icon]=\"sharedService.kendoSVGIcon('aggregateFields')\"></kendo-svgicon>\r\n <span>Dashboards</span>\r\n </div>\r\n <div class=\"nav-item\" (click)=\"navigate('reports')\">\r\n <kendo-svgicon [icon]=\"sharedService.kendoSVGIcon('graph')\"></kendo-svgicon>\r\n <span>Reports</span>\r\n </div>\r\n <div class=\"nav-item\" (click)=\"navigate('settings')\">\r\n <kendo-svgicon [icon]=\"sharedService.kendoSVGIcon('gear')\"></kendo-svgicon>\r\n <span>Settings</span>\r\n </div>\r\n </div>\r\n\r\n <app-favorites class=\"home-favorites\"></app-favorites>\r\n </div>\r\n</div>", styles: [".home-container {\r\n margin: 10px;\r\n}\r\n\r\n.nav-container {\r\n display: grid;\r\n grid-template-columns: repeat(4, 1fr);\r\n gap: 24px;\r\n flex: 1;\r\n}\r\n.nav-item {\r\n border: solid 1px lightgray;\r\n border-radius: 5px;\r\n background: #fff;\r\n border-radius: 15px;\r\n width: 100%;;\r\n height: auto;\r\n box-sizing: border-box;\r\n padding: 25px;\r\n text-align: left;\r\n display: flex;\r\n gap: 26px;\r\n vertical-align: middle; \r\n font-size: 20px;\r\n cursor: pointer;\r\n}\r\n.nav-item .k-svg-icon {\r\n width: 75px;\r\n height: 75px;\r\n color: var(--sky-blue);\r\n}\r\n.nav-item:hover {\r\n background-color: rgb(243, 243, 222);\r\n}\r\n\r\n\r\n.home-favorites {\r\n width: 500px;\r\n}", "\r\n.main-area {\r\n display: flex;\r\n height: 100%;\r\n width: 100%;\r\n gap: 24px;\r\n padding: 24px 0;\r\n}\r\n.list-view {\r\n padding: 16px;\r\n min-width: 300px;\r\n border-radius: 4px;\r\n background: #FAFAFA;\r\n border: none;\r\n}\r\n::ng-deep .list-view .k-listview-header, \r\n::ng-deep .list-view .k-listview-footer {\r\n border: none;\r\n}\r\n::ng-deep .list-view .k-listview-content {\r\n border: 1px solid rgba(0, 0, 0, 0.08);\r\n border-radius: 4px;\r\n background: #fff;\r\n padding: 16px;\r\n}\r\n\r\n.header,\r\n.footer {\r\n color: #424242;\r\n font-size: 16px;\r\n height: auto;\r\n margin:0;\r\n}\r\n\r\n.header {\r\n color: #424242;\r\n margin-bottom: 16px;\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n}\r\n.header .head-tag {\r\n display: flex;\r\n align-items: center;\r\n gap: 8px;\r\n color: #424242;\r\nfont-size: 16px;\r\nfont-style: normal;\r\nfont-weight: 400;\r\nline-height: 20px;\r\n}\r\n\r\n.header .count {\r\n width: 24px;\r\n height: 24px;\r\n min-width: 24px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n font-size: 10px;\r\n background: rgba(0, 0, 0, 0.08);\r\n border-radius: 50%;\r\n}\r\n.footer {\r\n font-size: 14px;\r\n margin-top: 16px;\r\n}\r\n\r\n.list-item {\r\n color: #424242;\r\n font-size: 14px;\r\n font-style: normal;\r\n font-weight: 400;\r\n line-height: 30px;\r\n cursor: pointer;\r\n margin: 4px;\r\n}\r\n.card-container {\r\n margin: 0;\r\n padding: 0;\r\n box-shadow: none;\r\n}\r\n.card-header-entity {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: flex-start;\r\n padding-bottom: 20px;\r\n border-bottom: 1px solid rgba(0, 0, 0, 0.08);\r\n}\r\n.card-header-entity .title-wrap h1 {\r\n color: #424242;\r\n font-size: 28px;\r\n font-style: normal;\r\n font-weight: 300;\r\n line-height: 28px;\r\n margin-bottom: 15px;\r\n }\r\n .card-header-entity .title-wrap {\r\n display: flex;\r\n flex-direction: column;\r\n }\r\n .card-header-entity .title-wrap p {\r\n margin: 0;\r\n display: flex;\r\n align-items: center;\r\n gap: 8px;\r\n color: #424242;\r\n font-size: 14px;\r\n font-style: normal;\r\n font-weight: 400;\r\n line-height: 20px;\r\n }\r\n\r\n \r\n\r\n\r\n \r\n .view-card .view-icon {\r\n color: #ff6358;\r\n }\r\n .card-wrapper {\r\n border: 1px solid rgba(0, 0, 0, 0.08);\r\n border-radius: 6px;\r\n }\r\n .card-wrapper .k-card-body {\r\n background: #fff;\r\n padding: 12px 20px;\r\n }\r\n .card-wrapper .view-card {\r\n overflow: auto;\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n background: #fafafa;\r\n padding: 4px 15px;\r\n }\r\n .view-card .btn-wrapper {\r\n display: flex;\r\n align-items: center;\r\n }\r\n \r\n .k-card-body .view-card-content h5 {\r\n color: #424242;\r\n font-size: 16px;\r\n font-style: normal;\r\n font-weight: 400;\r\n line-height: 20px;\r\n margin-bottom: 0;\r\n letter-spacing: 0.18px;\r\n }\r\n .k-card-body .view-card-content p {\r\n color: #666;\r\n font-size: 14px;\r\n font-style: normal;\r\n font-weight: 400;\r\n line-height: 20px;\r\n height: 48px;\r\n margin-bottom: 0;\r\n }\r\n .card-container {\r\n padding: 0;\r\n margin: 0;\r\n box-shadow: none;\r\n }\r\n .card-header-entity {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: flex-start;\r\n padding-bottom: 20px;\r\n border-bottom: 1px solid rgba(0, 0, 0, 0.08);\r\n }\r\n \r\n .card-header-entity .title-wrap h1 {\r\n color: #424242;\r\n font-size: 28px;\r\n font-style: normal;\r\n font-weight: 300;\r\n line-height: 28px;\r\n margin-bottom: 15px;\r\n }\r\n .card-header-entity .title-wrap {\r\n display: flex;\r\n flex-direction: column;\r\n }\r\n .card-header-entity .title-wrap p {\r\n margin: 0;\r\n display: flex;\r\n align-items: center;\r\n gap: 8px;\r\n color: #424242;\r\n font-size: 14px;\r\n font-style: normal;\r\n font-weight: 400;\r\n line-height: 20px;\r\n }\r\n .main-area .card-list {\r\n display: flex;\r\n gap: 20px;\r\n }\r\n "] }]
75
+ args: [{ selector: 'app-home', template: "<div class=\"home-container\">\n <div class=\"card-header-entity\">\n <div class=\"title-wrap\">\n <h1>Home</h1>\n </div>\n </div>\n <div class=\"main-area\"> \n <div class=\"nav-container\">\n <div class=\"nav-item\" (click)=\"navigate('askskip')\">\n <kendo-svgicon [icon]=\"sharedService.kendoSVGIcon('user')\"></kendo-svgicon>\n <span>Ask Skip</span>\n </div>\n <div class=\"nav-item\" (click)=\"navigate('data')\">\n <kendo-svgicon [icon]=\"sharedService.kendoSVGIcon('table')\"></kendo-svgicon>\n <span>Data</span>\n </div>\n <div class=\"nav-item\" (click)=\"navigate('queries')\">\n <kendo-svgicon [icon]=\"sharedService.kendoSVGIcon('data')\"></kendo-svgicon>\n <span>Queries</span>\n </div>\n <div class=\"nav-item\" (click)=\"navigate('dashboards')\">\n <kendo-svgicon [icon]=\"sharedService.kendoSVGIcon('aggregateFields')\"></kendo-svgicon>\n <span>Dashboards</span>\n </div>\n <div class=\"nav-item\" (click)=\"navigate('reports')\">\n <kendo-svgicon [icon]=\"sharedService.kendoSVGIcon('graph')\"></kendo-svgicon>\n <span>Reports</span>\n </div>\n <div class=\"nav-item\" (click)=\"navigate('settings')\">\n <kendo-svgicon [icon]=\"sharedService.kendoSVGIcon('gear')\"></kendo-svgicon>\n <span>Settings</span>\n </div>\n </div>\n\n <app-favorites class=\"home-favorites\"></app-favorites>\n </div>\n</div>", styles: [".home-container {\r\n margin: 10px;\r\n}\r\n\r\n.nav-container {\r\n display: grid;\r\n grid-template-columns: repeat(4, 1fr);\r\n gap: 24px;\r\n flex: 1;\r\n}\r\n.nav-item {\r\n border: solid 1px lightgray;\r\n border-radius: 5px;\r\n background: #fff;\r\n border-radius: 15px;\r\n width: 100%;;\r\n height: auto;\r\n box-sizing: border-box;\r\n padding: 25px;\r\n text-align: left;\r\n display: flex;\r\n gap: 26px;\r\n vertical-align: middle; \r\n font-size: 20px;\r\n cursor: pointer;\r\n}\r\n.nav-item .k-svg-icon {\r\n width: 75px;\r\n height: 75px;\r\n color: var(--sky-blue);\r\n}\r\n.nav-item:hover {\r\n background-color: rgb(243, 243, 222);\r\n}\r\n\r\n\r\n.home-favorites {\r\n width: 500px;\r\n}", "\r\n.main-area {\r\n display: flex;\r\n height: 100%;\r\n width: 100%;\r\n gap: 24px;\r\n padding: 24px 0;\r\n}\r\n.list-view {\r\n padding: 16px;\r\n min-width: 300px;\r\n border-radius: 4px;\r\n background: #FAFAFA;\r\n border: none;\r\n}\r\n::ng-deep .list-view .k-listview-header, \r\n::ng-deep .list-view .k-listview-footer {\r\n border: none;\r\n}\r\n::ng-deep .list-view .k-listview-content {\r\n border: 1px solid rgba(0, 0, 0, 0.08);\r\n border-radius: 4px;\r\n background: #fff;\r\n padding: 16px;\r\n}\r\n\r\n.header,\r\n.footer {\r\n color: #424242;\r\n font-size: 16px;\r\n height: auto;\r\n margin:0;\r\n}\r\n\r\n.header {\r\n color: #424242;\r\n margin-bottom: 16px;\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n}\r\n.header .head-tag {\r\n display: flex;\r\n align-items: center;\r\n gap: 8px;\r\n color: #424242;\r\nfont-size: 16px;\r\nfont-style: normal;\r\nfont-weight: 400;\r\nline-height: 20px;\r\n}\r\n\r\n.header .count {\r\n width: 24px;\r\n height: 24px;\r\n min-width: 24px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n font-size: 10px;\r\n background: rgba(0, 0, 0, 0.08);\r\n border-radius: 50%;\r\n}\r\n.footer {\r\n font-size: 14px;\r\n margin-top: 16px;\r\n}\r\n\r\n.list-item {\r\n color: #424242;\r\n font-size: 14px;\r\n font-style: normal;\r\n font-weight: 400;\r\n line-height: 30px;\r\n cursor: pointer;\r\n margin: 4px;\r\n}\r\n.card-container {\r\n margin: 0;\r\n padding: 0;\r\n box-shadow: none;\r\n}\r\n.card-header-entity {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: flex-start;\r\n padding-bottom: 20px;\r\n border-bottom: 1px solid rgba(0, 0, 0, 0.08);\r\n}\r\n.card-header-entity .title-wrap h1 {\r\n color: #424242;\r\n font-size: 28px;\r\n font-style: normal;\r\n font-weight: 300;\r\n line-height: 28px;\r\n margin-bottom: 15px;\r\n }\r\n .card-header-entity .title-wrap {\r\n display: flex;\r\n flex-direction: column;\r\n }\r\n .card-header-entity .title-wrap p {\r\n margin: 0;\r\n display: flex;\r\n align-items: center;\r\n gap: 8px;\r\n color: #424242;\r\n font-size: 14px;\r\n font-style: normal;\r\n font-weight: 400;\r\n line-height: 20px;\r\n }\r\n\r\n \r\n\r\n\r\n \r\n .view-card .view-icon {\r\n color: #ff6358;\r\n }\r\n .card-wrapper {\r\n border: 1px solid rgba(0, 0, 0, 0.08);\r\n border-radius: 6px;\r\n }\r\n .card-wrapper .k-card-body {\r\n background: #fff;\r\n padding: 12px 20px;\r\n }\r\n .card-wrapper .view-card {\r\n overflow: auto;\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n background: #fafafa;\r\n padding: 4px 15px;\r\n }\r\n .view-card .btn-wrapper {\r\n display: flex;\r\n align-items: center;\r\n }\r\n \r\n .k-card-body .view-card-content h5 {\r\n color: #424242;\r\n font-size: 16px;\r\n font-style: normal;\r\n font-weight: 400;\r\n line-height: 20px;\r\n margin-bottom: 0;\r\n letter-spacing: 0.18px;\r\n }\r\n .k-card-body .view-card-content p {\r\n color: #666;\r\n font-size: 14px;\r\n font-style: normal;\r\n font-weight: 400;\r\n line-height: 20px;\r\n height: 48px;\r\n margin-bottom: 0;\r\n }\r\n .card-container {\r\n padding: 0;\r\n margin: 0;\r\n box-shadow: none;\r\n }\r\n .card-header-entity {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: flex-start;\r\n padding-bottom: 20px;\r\n border-bottom: 1px solid rgba(0, 0, 0, 0.08);\r\n }\r\n \r\n .card-header-entity .title-wrap h1 {\r\n color: #424242;\r\n font-size: 28px;\r\n font-style: normal;\r\n font-weight: 300;\r\n line-height: 28px;\r\n margin-bottom: 15px;\r\n }\r\n .card-header-entity .title-wrap {\r\n display: flex;\r\n flex-direction: column;\r\n }\r\n .card-header-entity .title-wrap p {\r\n margin: 0;\r\n display: flex;\r\n align-items: center;\r\n gap: 8px;\r\n color: #424242;\r\n font-size: 14px;\r\n font-style: normal;\r\n font-weight: 400;\r\n line-height: 20px;\r\n }\r\n .main-area .card-list {\r\n display: flex;\r\n gap: 20px;\r\n }\r\n "] }]
76
76
  }], () => [{ type: i1.SharedService }, { type: i2.Router }], null); })();
77
77
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HomeComponent, { className: "HomeComponent", filePath: "src\\lib\\home-component\\home.component.ts", lineNumber: 10 }); })();
@@ -95,6 +95,7 @@ export declare class NavigationComponent implements OnInit, OnDestroy, AfterView
95
95
  protected loadSkip(md: Metadata): Promise<void>;
96
96
  protected loadHome(md: Metadata): Promise<void>;
97
97
  protected loadSettings(md: Metadata): Promise<void>;
98
+ protected loadFiles(): Promise<void>;
98
99
  protected loadApplications(md: Metadata): Promise<void>;
99
100
  protected loadResourceType(key: string, resourceType: string, path: string, currentUserID: number): Promise<void>;
100
101
  setDrawerConfig(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"navigation.component.d.ts","sourceRoot":"","sources":["../../../src/lib/navigation/navigation.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"navigation.component.d.ts","sourceRoot":"","sources":["../../../src/lib/navigation/navigation.component.ts"],"names":[],"mappings":"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"}
@@ -896,6 +896,8 @@ export class NavigationComponent {
896
896
  yield this.loadResourceType('Reports', 'Reports', '/reports', md.CurrentUser.ID);
897
897
  // Queries
898
898
  yield this.loadResourceType('Queries', 'Queries', '/queries', md.CurrentUser.ID);
899
+ // Files
900
+ yield this.loadFiles();
899
901
  // Settings
900
902
  yield this.loadSettings(md);
901
903
  this.loading = false;
@@ -937,6 +939,26 @@ export class NavigationComponent {
937
939
  this.drawerItems.push(drawerItem);
938
940
  });
939
941
  }
942
+ loadFiles() {
943
+ return __awaiter(this, void 0, void 0, function* () {
944
+ const rv = new RunView();
945
+ const viewResults = yield rv.RunView({
946
+ EntityName: 'File Storage Providers',
947
+ ExtraFilter: 'IsActive = 1',
948
+ });
949
+ const filesEnabled = viewResults.RowCount > 0;
950
+ if (filesEnabled) {
951
+ const drawerItem = {
952
+ id: 'Files',
953
+ selected: false,
954
+ text: 'Files',
955
+ path: '/files',
956
+ svgIcon: this.sharedService.kendoSVGIcon('folder'),
957
+ };
958
+ this.drawerItems.push(drawerItem);
959
+ }
960
+ });
961
+ }
940
962
  loadApplications(md) {
941
963
  return __awaiter(this, void 0, void 0, function* () {
942
964
  const drawerItem = {
@@ -59,6 +59,6 @@ SettingsComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SettingsC
59
59
  } }, dependencies: [i1.NgIf, i2.EntityPermissionsSelectorWithGridComponent, i3.SingleRoleComponent], styles: [".container[_ngcontent-%COMP%] {\r\n display: flex;\r\n }\r\n \r\n .options-container[_ngcontent-%COMP%] {\r\n flex: 0 0 150px;\r\n padding: 10px;\r\n }\r\n \r\n .option-item[_ngcontent-%COMP%] {\r\n cursor: pointer;\r\n margin-bottom: 10px; \n\r\n padding: 5px 10px; \n\r\n border-radius: 4px; \n\r\n }\r\n \r\n .display-container[_ngcontent-%COMP%] {\r\n flex: 1;\r\n padding: 10px;\r\n }\r\n\r\n .selected[_ngcontent-%COMP%] {\r\n background-color: #007bff; \n\r\n color: white; \n\r\n padding: 5px 10px; \n\r\n border-radius: 4px; \n\r\n }"] });
60
60
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SettingsComponent, [{
61
61
  type: Component,
62
- args: [{ selector: 'app-settings', template: "<div class=\"container\">\r\n <!-- Options container -->\r\n <div class=\"options-container\">\r\n <div class=\"option-item\" [class.selected]=\"currentItem === 'Users'\" (click)=\"selectItem('Users')\">Users</div>\r\n <div class=\"option-item\" [class.selected]=\"currentItem === 'Roles'\" (click)=\"selectItem('Roles')\">Roles</div>\r\n <div class=\"option-item\" [class.selected]=\"currentItem === 'EntityPermissions'\" (click)=\"selectItem('EntityPermissions')\">Entity Permissions</div>\r\n </div>\r\n\r\n <!-- Display container -->\r\n <div class=\"display-container\">\r\n <div *ngIf=\"currentItem === 'EntityPermissions'\">\r\n <mj-entity-permissions-selector-with-grid></mj-entity-permissions-selector-with-grid>\r\n </div>\r\n <div *ngIf=\"currentItem === 'Users'\">\r\n Users Component Goes Here\r\n </div>\r\n <div *ngIf=\"currentItem === 'Roles'\">\r\n <mj-single-role RoleName=\"UI\"></mj-single-role>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [" .container {\r\n display: flex;\r\n }\r\n \r\n .options-container {\r\n flex: 0 0 150px;\r\n padding: 10px;\r\n }\r\n \r\n .option-item {\r\n cursor: pointer;\r\n margin-bottom: 10px; /* Adds space between the options for better readability */\r\n padding: 5px 10px; /* Optional: Adds some padding for a better visual appearance */\r\n border-radius: 4px; /* Optional: Adds rounded corners for a more polished look */\r\n }\r\n \r\n .display-container {\r\n flex: 1;\r\n padding: 10px;\r\n }\r\n\r\n .selected {\r\n background-color: #007bff; /* A blue background for selected item */\r\n color: white; /* White text color for better contrast */\r\n padding: 5px 10px; /* Optional: Adds some padding for a better visual appearance */\r\n border-radius: 4px; /* Optional: Adds rounded corners for a more polished look */\r\n }\r\n "] }]
62
+ args: [{ selector: 'app-settings', template: "<div class=\"container\">\n <!-- Options container -->\n <div class=\"options-container\">\n <div class=\"option-item\" [class.selected]=\"currentItem === 'Users'\" (click)=\"selectItem('Users')\">Users</div>\n <div class=\"option-item\" [class.selected]=\"currentItem === 'Roles'\" (click)=\"selectItem('Roles')\">Roles</div>\n <div class=\"option-item\" [class.selected]=\"currentItem === 'EntityPermissions'\" (click)=\"selectItem('EntityPermissions')\">Entity Permissions</div>\n </div>\n\n <!-- Display container -->\n <div class=\"display-container\">\n <div *ngIf=\"currentItem === 'EntityPermissions'\">\n <mj-entity-permissions-selector-with-grid></mj-entity-permissions-selector-with-grid>\n </div>\n <div *ngIf=\"currentItem === 'Users'\">\n Users Component Goes Here\n </div>\n <div *ngIf=\"currentItem === 'Roles'\">\n <mj-single-role RoleName=\"UI\"></mj-single-role>\n </div>\n </div>\n</div>\n", styles: [" .container {\r\n display: flex;\r\n }\r\n \r\n .options-container {\r\n flex: 0 0 150px;\r\n padding: 10px;\r\n }\r\n \r\n .option-item {\r\n cursor: pointer;\r\n margin-bottom: 10px; /* Adds space between the options for better readability */\r\n padding: 5px 10px; /* Optional: Adds some padding for a better visual appearance */\r\n border-radius: 4px; /* Optional: Adds rounded corners for a more polished look */\r\n }\r\n \r\n .display-container {\r\n flex: 1;\r\n padding: 10px;\r\n }\r\n\r\n .selected {\r\n background-color: #007bff; /* A blue background for selected item */\r\n color: white; /* White text color for better contrast */\r\n padding: 5px 10px; /* Optional: Adds some padding for a better visual appearance */\r\n border-radius: 4px; /* Optional: Adds rounded corners for a more polished look */\r\n }\r\n "] }]
63
63
  }], null, null); })();
64
64
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SettingsComponent, { className: "SettingsComponent", filePath: "src\\lib\\settings\\settings.component.ts", lineNumber: 8 }); })();
@@ -45,7 +45,7 @@ SingleSearchResultComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
45
45
  } }, dependencies: [i1.UserViewGridComponent] });
46
46
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SingleSearchResultComponent, [{
47
47
  type: Component,
48
- args: [{ selector: 'app-single-search-result', template: "<mj-user-view-grid\r\n>\r\n</mj-user-view-grid>" }]
48
+ args: [{ selector: 'app-single-search-result', template: "<mj-user-view-grid\n>\n</mj-user-view-grid>" }]
49
49
  }], null, { entity: [{
50
50
  type: Input
51
51
  }], searchInput: [{
@@ -385,7 +385,7 @@ UserNotificationsComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
385
385
  } }, dependencies: [i3.NgIf, i4.ButtonComponent, i5.TextBoxComponent, i5.TextBoxSuffixTemplateDirective, i6.FillContainer, i7.ItemTemplateDirective, i7.ListViewComponent, i3.DatePipe], styles: [".notification-list-wrap[_ngcontent-%COMP%] {\r\n height: 800px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n border: solid 1px lightgray;\r\n}\r\n\r\n.k-listview[_ngcontent-%COMP%] {\r\n font-family: sans-serif;\r\n border: 0;\r\n}\r\n.product[_ngcontent-%COMP%] {\r\n width: 100%;\r\n}\r\n.header[_ngcontent-%COMP%] {\r\n display: flex;\r\n background-color: lightgray;\r\n padding: 12px;\r\n height: 24px;\r\n}\r\n\r\n.header[_ngcontent-%COMP%] button[_ngcontent-%COMP%] { \n\r\n margin-right: 10px; \r\n}\r\n\r\n.title[_ngcontent-%COMP%] {\r\n flex: 1;\r\n font-size: 22px;\r\n font-weight: bold;\r\n}\r\n.filter-input[_ngcontent-%COMP%] {\r\n width: 200px;\r\n}\r\n.radio-label[_ngcontent-%COMP%] {\r\n cursor: pointer;\r\n margin-right: 10px;\r\n}\r\n\r\n.notification-wrap[_ngcontent-%COMP%] {\r\n padding-left: 10px;\r\n padding-right: 10px;\r\n padding-top: 10px;\r\n padding-bottom: 10px;\r\n border-bottom: dashed 1px lightgray;\r\n background-color: white;\r\n}\r\n\r\n.notification-wrap-unread[_ngcontent-%COMP%] {\r\n background-color: aliceblue;\r\n}\r\n\r\n.notification-wrap-clickable[_ngcontent-%COMP%] {\r\n cursor: pointer;\r\n}\r\n\r\n.notification-title[_ngcontent-%COMP%] {\r\n font-size: 16px;\r\n}\r\n.notification-wrap-clickable[_ngcontent-%COMP%] > .notification-title[_ngcontent-%COMP%] {\r\n color: blue;\r\n text-decoration: underline;\r\n}\r\n.notification-title-unread[_ngcontent-%COMP%] {\r\n font-weight: bold;\r\n}\r\n\r\n.notification-body[_ngcontent-%COMP%] {\r\n font-size: 14px;\r\n}\r\n\r\n.notification-date[_ngcontent-%COMP%] {\r\n margin-left: 1px;\r\n font-size: 12px;\r\n color: gray;\r\n font-style: italic;\r\n}"] });
386
386
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UserNotificationsComponent, [{
387
387
  type: Component,
388
- args: [{ selector: 'app-user-notifications', template: "<div class=\"notification-list-wrap\" mjFillContainer [bottomMargin]=\"5\"> \r\n <div class=\"header\">\r\n <div class=\"title\">\r\n Notifications\r\n </div>\r\n <div>\r\n <button *ngIf=\"UnreadNotifications.length > 0\" kendoButton (click)=\"markAllAsRead()\">Mark All as Read</button>\r\n <button *ngIf=\"ReadNotifications.length > 0\" kendoButton (click)=\"markAllAsUnread()\">Mark All as Unread</button>\r\n <input *ngIf=\"AllNotifications.length > 0\" #allRadio checked type=\"radio\" name=\"UnreadStatus\" value=\"All\" (change)=\"onReadRadioChanged($event)\" /><span *ngIf=\"AllNotifications.length > 0\" class=\"radio-label\" \r\n (click)=\"selectReadOption('All')\">All</span>\r\n <input *ngIf=\"UnreadNotifications.length > 0 && ReadNotifications.length > 0\" #unreadRadio type=\"radio\" name=\"UnreadStatus\" value=\"Unread\" (change)=\"onReadRadioChanged($event)\" /><span *ngIf=\"UnreadNotifications.length > 0 && ReadNotifications.length > 0\" class=\"radio-label\" \r\n (click)=\"selectReadOption('Unread')\">Unread</span>\r\n <input *ngIf=\"ReadNotifications.length > 0 && UnreadNotifications.length > 0\" #readRadio type=\"radio\" name=\"UnreadStatus\" value=\"Read\" (change)=\"onReadRadioChanged($event)\" /><span *ngIf=\"ReadNotifications.length > 0 && UnreadNotifications.length > 0\" class=\"radio-label\" \r\n (click)=\"selectReadOption('Read')\">Read</span>\r\n <kendo-textbox\r\n class=\"filter-input\"\r\n placeholder=\"Filter items...\"\r\n (valueChange)=\"onFilterChanged($event)\"\r\n >\r\n <ng-template kendoTextBoxSuffixTemplate>\r\n <span class=\"k-icon k-i-search\"></span>\r\n </ng-template>\r\n </kendo-textbox> \r\n </div>\r\n </div> \r\n\r\n <kendo-listview [data]=\"NotificationsToShow\">\r\n <ng-template kendoListViewItemTemplate let-dataItem=\"dataItem\">\r\n <div [class]=\"getItemWrapperClass(dataItem)\">\r\n <div [class]=\"getItemTitleClass(dataItem)\" (click)=\"notificationClicked(dataItem)\">{{dataItem.Title}}</div>\r\n <div class=\"notification-body\" (click)=\"notificationClicked(dataItem)\">\r\n <div class=\"notification-date\">{{dataItem.CreatedAt | date:'long'}}</div>\r\n <div class=\"notification-message\">{{dataItem.Message}}</div>\r\n </div>\r\n <div>\r\n <button kendoButton *ngIf=\"dataItem.Unread\" (click)=\"markAsRead(dataItem, true, null)\">Mark as Read</button>\r\n <button kendoButton *ngIf=\"!dataItem.Unread\" (click)=\"markAsRead(dataItem, false, null)\">Mark as Unread</button>\r\n </div> \r\n </div>\r\n </ng-template>\r\n </kendo-listview>\r\n</div>\r\n", styles: [".notification-list-wrap {\r\n height: 800px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n border: solid 1px lightgray;\r\n}\r\n\r\n.k-listview {\r\n font-family: sans-serif;\r\n border: 0;\r\n}\r\n.product {\r\n width: 100%;\r\n}\r\n.header {\r\n display: flex;\r\n background-color: lightgray;\r\n padding: 12px;\r\n height: 24px;\r\n}\r\n\r\n.header button { /*buttons within the header*/\r\n margin-right: 10px; \r\n}\r\n\r\n.title {\r\n flex: 1;\r\n font-size: 22px;\r\n font-weight: bold;\r\n}\r\n.filter-input {\r\n width: 200px;\r\n}\r\n.radio-label {\r\n cursor: pointer;\r\n margin-right: 10px;\r\n}\r\n\r\n.notification-wrap {\r\n padding-left: 10px;\r\n padding-right: 10px;\r\n padding-top: 10px;\r\n padding-bottom: 10px;\r\n border-bottom: dashed 1px lightgray;\r\n background-color: white;\r\n}\r\n\r\n.notification-wrap-unread {\r\n background-color: aliceblue;\r\n}\r\n\r\n.notification-wrap-clickable {\r\n cursor: pointer;\r\n}\r\n\r\n.notification-title {\r\n font-size: 16px;\r\n}\r\n.notification-wrap-clickable > .notification-title {\r\n color: blue;\r\n text-decoration: underline;\r\n}\r\n.notification-title-unread {\r\n font-weight: bold;\r\n}\r\n\r\n.notification-body {\r\n font-size: 14px;\r\n}\r\n\r\n.notification-date {\r\n margin-left: 1px;\r\n font-size: 12px;\r\n color: gray;\r\n font-style: italic;\r\n}"] }]
388
+ args: [{ selector: 'app-user-notifications', template: "<div class=\"notification-list-wrap\" mjFillContainer [bottomMargin]=\"5\"> \n <div class=\"header\">\n <div class=\"title\">\n Notifications\n </div>\n <div>\n <button *ngIf=\"UnreadNotifications.length > 0\" kendoButton (click)=\"markAllAsRead()\">Mark All as Read</button>\n <button *ngIf=\"ReadNotifications.length > 0\" kendoButton (click)=\"markAllAsUnread()\">Mark All as Unread</button>\n <input *ngIf=\"AllNotifications.length > 0\" #allRadio checked type=\"radio\" name=\"UnreadStatus\" value=\"All\" (change)=\"onReadRadioChanged($event)\" /><span *ngIf=\"AllNotifications.length > 0\" class=\"radio-label\" \n (click)=\"selectReadOption('All')\">All</span>\n <input *ngIf=\"UnreadNotifications.length > 0 && ReadNotifications.length > 0\" #unreadRadio type=\"radio\" name=\"UnreadStatus\" value=\"Unread\" (change)=\"onReadRadioChanged($event)\" /><span *ngIf=\"UnreadNotifications.length > 0 && ReadNotifications.length > 0\" class=\"radio-label\" \n (click)=\"selectReadOption('Unread')\">Unread</span>\n <input *ngIf=\"ReadNotifications.length > 0 && UnreadNotifications.length > 0\" #readRadio type=\"radio\" name=\"UnreadStatus\" value=\"Read\" (change)=\"onReadRadioChanged($event)\" /><span *ngIf=\"ReadNotifications.length > 0 && UnreadNotifications.length > 0\" class=\"radio-label\" \n (click)=\"selectReadOption('Read')\">Read</span>\n <kendo-textbox\n class=\"filter-input\"\n placeholder=\"Filter items...\"\n (valueChange)=\"onFilterChanged($event)\"\n >\n <ng-template kendoTextBoxSuffixTemplate>\n <span class=\"k-icon k-i-search\"></span>\n </ng-template>\n </kendo-textbox> \n </div>\n </div> \n\n <kendo-listview [data]=\"NotificationsToShow\">\n <ng-template kendoListViewItemTemplate let-dataItem=\"dataItem\">\n <div [class]=\"getItemWrapperClass(dataItem)\">\n <div [class]=\"getItemTitleClass(dataItem)\" (click)=\"notificationClicked(dataItem)\">{{dataItem.Title}}</div>\n <div class=\"notification-body\" (click)=\"notificationClicked(dataItem)\">\n <div class=\"notification-date\">{{dataItem.CreatedAt | date:'long'}}</div>\n <div class=\"notification-message\">{{dataItem.Message}}</div>\n </div>\n <div>\n <button kendoButton *ngIf=\"dataItem.Unread\" (click)=\"markAsRead(dataItem, true, null)\">Mark as Read</button>\n <button kendoButton *ngIf=\"!dataItem.Unread\" (click)=\"markAsRead(dataItem, false, null)\">Mark as Unread</button>\n </div> \n </div>\n </ng-template>\n </kendo-listview>\n</div>\n", styles: [".notification-list-wrap {\r\n height: 800px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n border: solid 1px lightgray;\r\n}\r\n\r\n.k-listview {\r\n font-family: sans-serif;\r\n border: 0;\r\n}\r\n.product {\r\n width: 100%;\r\n}\r\n.header {\r\n display: flex;\r\n background-color: lightgray;\r\n padding: 12px;\r\n height: 24px;\r\n}\r\n\r\n.header button { /*buttons within the header*/\r\n margin-right: 10px; \r\n}\r\n\r\n.title {\r\n flex: 1;\r\n font-size: 22px;\r\n font-weight: bold;\r\n}\r\n.filter-input {\r\n width: 200px;\r\n}\r\n.radio-label {\r\n cursor: pointer;\r\n margin-right: 10px;\r\n}\r\n\r\n.notification-wrap {\r\n padding-left: 10px;\r\n padding-right: 10px;\r\n padding-top: 10px;\r\n padding-bottom: 10px;\r\n border-bottom: dashed 1px lightgray;\r\n background-color: white;\r\n}\r\n\r\n.notification-wrap-unread {\r\n background-color: aliceblue;\r\n}\r\n\r\n.notification-wrap-clickable {\r\n cursor: pointer;\r\n}\r\n\r\n.notification-title {\r\n font-size: 16px;\r\n}\r\n.notification-wrap-clickable > .notification-title {\r\n color: blue;\r\n text-decoration: underline;\r\n}\r\n.notification-title-unread {\r\n font-weight: bold;\r\n}\r\n\r\n.notification-body {\r\n font-size: 14px;\r\n}\r\n\r\n.notification-date {\r\n margin-left: 1px;\r\n font-size: 12px;\r\n color: gray;\r\n font-style: italic;\r\n}"] }]
389
389
  }], () => [{ type: i1.SharedService }, { type: i2.Router }], { allRadio: [{
390
390
  type: ViewChild,
391
391
  args: ['allRadio']
package/dist/module.d.ts CHANGED
@@ -16,53 +16,55 @@ import * as i14 from "./lib/resource-wrappers/record-resource.component";
16
16
  import * as i15 from "./lib/resource-wrappers/report-resource.component";
17
17
  import * as i16 from "./lib/resource-wrappers/search-results-resource.component";
18
18
  import * as i17 from "./lib/resource-wrappers/view-resource.component";
19
- import * as i18 from "./lib/single-application/single-application.component";
20
- import * as i19 from "./lib/favorites/favorites.component";
21
- import * as i20 from "./lib/header/header.component";
22
- import * as i21 from "./lib/join-grid/join-grid.component";
23
- import * as i22 from "./lib/single-entity/single-entity.component";
24
- import * as i23 from "./lib/single-record/single-record.component";
25
- import * as i24 from "./lib/single-report/single-report.component";
26
- import * as i25 from "./lib/single-search-result/single-search-result.component";
27
- import * as i26 from "./lib/single-view/single-view.component";
28
- import * as i27 from "./lib/single-query/single-query.component";
29
- import * as i28 from "./lib/user-profile/user-profile.component";
30
- import * as i29 from "./lib/user-view-properties/view-properties-dialog.component";
31
- import * as i30 from "./lib/single-dashboard/single-dashboard.component";
32
- import * as i31 from "./lib/single-dashboard/Components/add-item/add-item.component";
33
- import * as i32 from "./lib/single-dashboard/Components/delete-item/delete-item.component";
34
- import * as i33 from "./lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component";
35
- import * as i34 from "./lib/user-notifications/user-notifications.component";
36
- import * as i35 from "./lib/resource-wrappers/query-resource.component";
37
- import * as i36 from "@angular/common";
38
- import * as i37 from "@angular/forms";
39
- import * as i38 from "@angular/router";
40
- import * as i39 from "@progress/kendo-angular-grid";
41
- import * as i40 from "@progress/kendo-angular-dialog";
42
- import * as i41 from "@progress/kendo-angular-excel-export";
43
- import * as i42 from "@progress/kendo-angular-buttons";
44
- import * as i43 from "@memberjunction/ng-compare-records";
45
- import * as i44 from "@progress/kendo-angular-indicators";
46
- import * as i45 from "@progress/kendo-angular-charts";
47
- import * as i46 from "@progress/kendo-angular-layout";
48
- import * as i47 from "@progress/kendo-angular-inputs";
49
- import * as i48 from "@progress/kendo-angular-label";
50
- import * as i49 from "@progress/kendo-angular-icons";
51
- import * as i50 from "@memberjunction/ng-record-changes";
52
- import * as i51 from "@memberjunction/ng-container-directives";
53
- import * as i52 from "@progress/kendo-angular-listview";
54
- import * as i53 from "@memberjunction/ng-user-view-grid";
55
- import * as i54 from "@memberjunction/ng-query-grid";
56
- import * as i55 from "@progress/kendo-angular-sortable";
57
- import * as i56 from "@progress/kendo-angular-filter";
58
- import * as i57 from "@progress/kendo-angular-dropdowns";
59
- import * as i58 from "@memberjunction/ng-shared";
60
- import * as i59 from "@memberjunction/ng-ask-skip";
61
- import * as i60 from "@memberjunction/ng-entity-permissions";
62
- import * as i61 from "@memberjunction/ng-explorer-settings";
19
+ import * as i18 from "./lib/files/files.component";
20
+ import * as i19 from "./lib/single-application/single-application.component";
21
+ import * as i20 from "./lib/favorites/favorites.component";
22
+ import * as i21 from "./lib/header/header.component";
23
+ import * as i22 from "./lib/join-grid/join-grid.component";
24
+ import * as i23 from "./lib/single-entity/single-entity.component";
25
+ import * as i24 from "./lib/single-record/single-record.component";
26
+ import * as i25 from "./lib/single-report/single-report.component";
27
+ import * as i26 from "./lib/single-search-result/single-search-result.component";
28
+ import * as i27 from "./lib/single-view/single-view.component";
29
+ import * as i28 from "./lib/single-query/single-query.component";
30
+ import * as i29 from "./lib/user-profile/user-profile.component";
31
+ import * as i30 from "./lib/user-view-properties/view-properties-dialog.component";
32
+ import * as i31 from "./lib/single-dashboard/single-dashboard.component";
33
+ import * as i32 from "./lib/single-dashboard/Components/add-item/add-item.component";
34
+ import * as i33 from "./lib/single-dashboard/Components/delete-item/delete-item.component";
35
+ import * as i34 from "./lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component";
36
+ import * as i35 from "./lib/user-notifications/user-notifications.component";
37
+ import * as i36 from "./lib/resource-wrappers/query-resource.component";
38
+ import * as i37 from "@angular/common";
39
+ import * as i38 from "@angular/forms";
40
+ import * as i39 from "@angular/router";
41
+ import * as i40 from "@progress/kendo-angular-grid";
42
+ import * as i41 from "@progress/kendo-angular-dialog";
43
+ import * as i42 from "@progress/kendo-angular-excel-export";
44
+ import * as i43 from "@progress/kendo-angular-buttons";
45
+ import * as i44 from "@memberjunction/ng-compare-records";
46
+ import * as i45 from "@progress/kendo-angular-indicators";
47
+ import * as i46 from "@progress/kendo-angular-charts";
48
+ import * as i47 from "@progress/kendo-angular-layout";
49
+ import * as i48 from "@progress/kendo-angular-inputs";
50
+ import * as i49 from "@progress/kendo-angular-label";
51
+ import * as i50 from "@progress/kendo-angular-icons";
52
+ import * as i51 from "@memberjunction/ng-record-changes";
53
+ import * as i52 from "@memberjunction/ng-container-directives";
54
+ import * as i53 from "@progress/kendo-angular-listview";
55
+ import * as i54 from "@memberjunction/ng-user-view-grid";
56
+ import * as i55 from "@memberjunction/ng-query-grid";
57
+ import * as i56 from "@progress/kendo-angular-sortable";
58
+ import * as i57 from "@progress/kendo-angular-filter";
59
+ import * as i58 from "@progress/kendo-angular-dropdowns";
60
+ import * as i59 from "@memberjunction/ng-shared";
61
+ import * as i60 from "@memberjunction/ng-ask-skip";
62
+ import * as i61 from "@memberjunction/ng-entity-permissions";
63
+ import * as i62 from "@memberjunction/ng-explorer-settings";
64
+ import * as i63 from "@memberjunction/ng-file-storage";
63
65
  export declare class ExplorerCoreModule {
64
66
  static ɵfac: i0.ɵɵFactoryDeclaration<ExplorerCoreModule, never>;
65
- static ɵmod: i0.ɵɵNgModuleDeclaration<ExplorerCoreModule, [typeof i1.FormToolbarComponent, typeof i2.SectionLoaderComponent, typeof i3.ResourceContainerComponent, typeof i4.AuthButtonComponent, typeof i5.DashboardBrowserComponent, typeof i6.DataBrowserComponent, typeof i7.GenericBrowseListComponent, typeof i8.GenericBrowserListComponent, typeof i9.HomeComponent, typeof i10.NavigationComponent, typeof i11.ReportBrowserComponent, typeof i12.QueryBrowserComponent, typeof i13.DashboardResource, typeof i14.EntityRecordResource, typeof i15.ReportResource, typeof i16.SearchResultsResource, typeof i17.UserViewResource, typeof i18.SingleApplicationComponent, typeof i19.FavoritesComponent, typeof i20.HeaderComponent, typeof i21.JoinGridComponent, typeof i22.SingleEntityComponent, typeof i23.SingleRecordComponent, typeof i24.SingleReportComponent, typeof i25.SingleSearchResultComponent, typeof i26.SingleViewComponent, typeof i27.SingleQueryComponent, typeof i28.UserProfileComponent, typeof i29.ViewPropertiesDialogComponent, typeof i30.SingleDashboardComponent, typeof i31.AddItemComponent, typeof i32.DeleteItemComponent, typeof i33.EditDashboardComponent, typeof i34.UserNotificationsComponent, typeof i35.QueryResource], [typeof i36.CommonModule, typeof i37.FormsModule, typeof i37.ReactiveFormsModule, typeof i38.RouterModule, typeof i39.GridModule, typeof i40.DialogsModule, typeof i41.ExcelExportModule, typeof i42.ButtonsModule, typeof i43.CompareRecordsModule, typeof i44.IndicatorsModule, typeof i36.CommonModule, typeof i37.FormsModule, typeof i39.GridModule, typeof i45.ChartsModule, typeof i42.ButtonsModule, typeof i46.TabStripModule, typeof i39.ExcelModule, typeof i39.PDFModule, typeof i44.IndicatorsModule, typeof i40.DialogsModule, typeof i47.InputsModule, typeof i48.LabelModule, typeof i49.IconModule, typeof i49.IconsModule, typeof i43.CompareRecordsModule, typeof i50.RecordChangesModule, typeof i51.ContainerDirectivesModule, typeof i52.ListViewModule, typeof i53.UserViewGridModule, typeof i54.QueryGridModule, typeof i55.SortableModule, typeof i46.LayoutModule, typeof i56.FilterModule, typeof i57.DropDownsModule, typeof i58.MemberJunctionSharedModule, typeof i59.AskSkipModule, typeof i60.EntityPermissionsModule, typeof i61.ExplorerSettingsModule], [typeof i1.FormToolbarComponent, typeof i2.SectionLoaderComponent, typeof i3.ResourceContainerComponent, typeof i4.AuthButtonComponent, typeof i5.DashboardBrowserComponent, typeof i6.DataBrowserComponent, typeof i7.GenericBrowseListComponent, typeof i8.GenericBrowserListComponent, typeof i9.HomeComponent, typeof i10.NavigationComponent, typeof i11.ReportBrowserComponent, typeof i13.DashboardResource, typeof i14.EntityRecordResource, typeof i15.ReportResource, typeof i16.SearchResultsResource, typeof i17.UserViewResource, typeof i18.SingleApplicationComponent, typeof i19.FavoritesComponent, typeof i20.HeaderComponent, typeof i21.JoinGridComponent, typeof i22.SingleEntityComponent, typeof i23.SingleRecordComponent, typeof i24.SingleReportComponent, typeof i25.SingleSearchResultComponent, typeof i26.SingleViewComponent, typeof i28.UserProfileComponent, typeof i29.ViewPropertiesDialogComponent, typeof i30.SingleDashboardComponent, typeof i31.AddItemComponent, typeof i32.DeleteItemComponent, typeof i33.EditDashboardComponent, typeof i34.UserNotificationsComponent]>;
67
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ExplorerCoreModule, [typeof i1.FormToolbarComponent, typeof i2.SectionLoaderComponent, typeof i3.ResourceContainerComponent, typeof i4.AuthButtonComponent, typeof i5.DashboardBrowserComponent, typeof i6.DataBrowserComponent, typeof i7.GenericBrowseListComponent, typeof i8.GenericBrowserListComponent, typeof i9.HomeComponent, typeof i10.NavigationComponent, typeof i11.ReportBrowserComponent, typeof i12.QueryBrowserComponent, typeof i13.DashboardResource, typeof i14.EntityRecordResource, typeof i15.ReportResource, typeof i16.SearchResultsResource, typeof i17.UserViewResource, typeof i18.FilesComponent, typeof i19.SingleApplicationComponent, typeof i20.FavoritesComponent, typeof i21.HeaderComponent, typeof i22.JoinGridComponent, typeof i23.SingleEntityComponent, typeof i24.SingleRecordComponent, typeof i25.SingleReportComponent, typeof i26.SingleSearchResultComponent, typeof i27.SingleViewComponent, typeof i28.SingleQueryComponent, typeof i29.UserProfileComponent, typeof i30.ViewPropertiesDialogComponent, typeof i31.SingleDashboardComponent, typeof i32.AddItemComponent, typeof i33.DeleteItemComponent, typeof i34.EditDashboardComponent, typeof i35.UserNotificationsComponent, typeof i36.QueryResource], [typeof i37.CommonModule, typeof i38.FormsModule, typeof i38.ReactiveFormsModule, typeof i39.RouterModule, typeof i40.GridModule, typeof i41.DialogsModule, typeof i42.ExcelExportModule, typeof i43.ButtonsModule, typeof i44.CompareRecordsModule, typeof i45.IndicatorsModule, typeof i37.CommonModule, typeof i38.FormsModule, typeof i40.GridModule, typeof i46.ChartsModule, typeof i43.ButtonsModule, typeof i47.TabStripModule, typeof i40.ExcelModule, typeof i40.PDFModule, typeof i45.IndicatorsModule, typeof i41.DialogsModule, typeof i48.InputsModule, typeof i49.LabelModule, typeof i50.IconModule, typeof i50.IconsModule, typeof i44.CompareRecordsModule, typeof i51.RecordChangesModule, typeof i52.ContainerDirectivesModule, typeof i53.ListViewModule, typeof i54.UserViewGridModule, typeof i55.QueryGridModule, typeof i56.SortableModule, typeof i47.LayoutModule, typeof i57.FilterModule, typeof i58.DropDownsModule, typeof i59.MemberJunctionSharedModule, typeof i60.AskSkipModule, typeof i61.EntityPermissionsModule, typeof i62.ExplorerSettingsModule, typeof i63.FileStorageModule], [typeof i1.FormToolbarComponent, typeof i2.SectionLoaderComponent, typeof i3.ResourceContainerComponent, typeof i4.AuthButtonComponent, typeof i5.DashboardBrowserComponent, typeof i6.DataBrowserComponent, typeof i7.GenericBrowseListComponent, typeof i8.GenericBrowserListComponent, typeof i9.HomeComponent, typeof i10.NavigationComponent, typeof i11.ReportBrowserComponent, typeof i13.DashboardResource, typeof i14.EntityRecordResource, typeof i15.ReportResource, typeof i16.SearchResultsResource, typeof i17.UserViewResource, typeof i19.SingleApplicationComponent, typeof i20.FavoritesComponent, typeof i21.HeaderComponent, typeof i22.JoinGridComponent, typeof i23.SingleEntityComponent, typeof i24.SingleRecordComponent, typeof i25.SingleReportComponent, typeof i26.SingleSearchResultComponent, typeof i27.SingleViewComponent, typeof i29.UserProfileComponent, typeof i30.ViewPropertiesDialogComponent, typeof i31.SingleDashboardComponent, typeof i32.AddItemComponent, typeof i33.DeleteItemComponent, typeof i34.EditDashboardComponent, typeof i35.UserNotificationsComponent]>;
66
68
  static ɵinj: i0.ɵɵInjectorDeclaration<ExplorerCoreModule>;
67
69
  }
68
70
  //# sourceMappingURL=module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwEA,qBAiHa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAI"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwEA,qBAmHa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}
package/dist/module.js CHANGED
@@ -1,69 +1,70 @@
1
- import { NgModule } from '@angular/core';
2
1
  import { CommonModule } from '@angular/common';
2
+ import { NgModule } from '@angular/core';
3
3
  import { FormsModule, ReactiveFormsModule } from '@angular/forms';
4
4
  import { RouterModule } from '@angular/router';
5
5
  // Kendo UI Angular imports
6
- import { ExcelExportModule } from '@progress/kendo-angular-excel-export';
7
- import { DialogsModule } from "@progress/kendo-angular-dialog";
8
6
  import { ButtonsModule } from '@progress/kendo-angular-buttons';
7
+ import { ChartsModule } from '@progress/kendo-angular-charts';
8
+ import { DialogsModule } from "@progress/kendo-angular-dialog";
9
+ import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
10
+ import { ExcelExportModule } from '@progress/kendo-angular-excel-export';
11
+ import { FilterModule } from "@progress/kendo-angular-filter";
12
+ import { ExcelModule, GridModule, PDFModule } from '@progress/kendo-angular-grid';
13
+ import { IconModule, IconsModule } from '@progress/kendo-angular-icons';
9
14
  import { IndicatorsModule } from '@progress/kendo-angular-indicators';
10
- import { GridModule, ExcelModule, PDFModule } from '@progress/kendo-angular-grid';
11
- import { LabelModule } from '@progress/kendo-angular-label';
12
15
  import { InputsModule } from '@progress/kendo-angular-inputs';
13
- import { ChartsModule } from '@progress/kendo-angular-charts';
14
- import { TabStripModule } from '@progress/kendo-angular-layout';
15
- import { IconsModule, IconModule } from '@progress/kendo-angular-icons';
16
+ import { LabelModule } from '@progress/kendo-angular-label';
17
+ import { LayoutModule, TabStripModule } from '@progress/kendo-angular-layout';
16
18
  import { ListViewModule } from '@progress/kendo-angular-listview';
17
- import { LayoutModule } from '@progress/kendo-angular-layout';
18
- import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
19
19
  import { SortableModule } from "@progress/kendo-angular-sortable";
20
- import { FilterModule } from "@progress/kendo-angular-filter";
21
20
  // MJ
22
21
  import { CompareRecordsModule } from '@memberjunction/ng-compare-records';
23
- import { RecordChangesModule } from '@memberjunction/ng-record-changes';
24
22
  import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
25
- import { UserViewGridModule } from '@memberjunction/ng-user-view-grid';
26
- import { QueryGridModule } from '@memberjunction/ng-query-grid';
27
23
  import { EntityPermissionsModule } from '@memberjunction/ng-entity-permissions';
24
+ import { FileStorageModule } from '@memberjunction/ng-file-storage';
25
+ import { QueryGridModule } from '@memberjunction/ng-query-grid';
26
+ import { RecordChangesModule } from '@memberjunction/ng-record-changes';
27
+ import { UserViewGridModule } from '@memberjunction/ng-user-view-grid';
28
28
  // Local Components
29
- import { FormToolbarComponent } from './lib/generic/form-toolbar';
30
- import { SectionLoaderComponent } from './lib/generic/section-loader-component';
31
- import { ResourceContainerComponent } from './lib/generic/resource-container-component';
29
+ import { AskSkipModule } from '@memberjunction/ng-ask-skip';
30
+ import { ExplorerSettingsModule } from '@memberjunction/ng-explorer-settings';
31
+ import { MemberJunctionSharedModule } from '@memberjunction/ng-shared';
32
32
  import { AuthButtonComponent } from './lib/auth-button/auth-button.component';
33
33
  import { DashboardBrowserComponent } from './lib/dashboard-browser-component/dashboard-browser.component';
34
34
  import { DataBrowserComponent } from './lib/data-browser-component/data-browser.component';
35
+ import { FavoritesComponent } from './lib/favorites/favorites.component';
36
+ import { FilesComponent } from './lib/files/files.component';
35
37
  import { GenericBrowseListComponent } from './lib/generic-browse-list/generic-browse-list.component';
38
+ import { FormToolbarComponent } from './lib/generic/form-toolbar';
39
+ import { ResourceContainerComponent } from './lib/generic/resource-container-component';
40
+ import { SectionLoaderComponent } from './lib/generic/section-loader-component';
41
+ import { HeaderComponent } from './lib/header/header.component';
36
42
  import { GenericBrowserListComponent } from './lib/generic-browser-list/generic-browser-list.component';
37
43
  import { HomeComponent } from './lib/home-component/home.component';
44
+ import { JoinGridComponent } from './lib/join-grid/join-grid.component';
38
45
  import { NavigationComponent } from './lib/navigation/navigation.component';
46
+ import { QueryBrowserComponent } from './lib/query-browser-component/query-browser.component';
39
47
  import { ReportBrowserComponent } from './lib/report-browser-component/report-browser.component';
40
48
  import { DashboardResource } from './lib/resource-wrappers/dashboard-resource.component';
49
+ import { QueryResource } from './lib/resource-wrappers/query-resource.component';
41
50
  import { EntityRecordResource } from './lib/resource-wrappers/record-resource.component';
42
51
  import { ReportResource } from './lib/resource-wrappers/report-resource.component';
43
52
  import { SearchResultsResource } from './lib/resource-wrappers/search-results-resource.component';
44
53
  import { UserViewResource } from './lib/resource-wrappers/view-resource.component';
45
54
  import { SingleApplicationComponent } from './lib/single-application/single-application.component';
46
- import { FavoritesComponent } from './lib/favorites/favorites.component';
47
- import { HeaderComponent } from './lib/header/header.component';
48
- import { JoinGridComponent } from './lib/join-grid/join-grid.component';
55
+ import { AddItemComponent } from './lib/single-dashboard/Components/add-item/add-item.component';
56
+ import { DeleteItemComponent } from './lib/single-dashboard/Components/delete-item/delete-item.component';
57
+ import { EditDashboardComponent } from './lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component';
58
+ import { SingleDashboardComponent } from './lib/single-dashboard/single-dashboard.component';
49
59
  import { SingleEntityComponent } from './lib/single-entity/single-entity.component';
60
+ import { SingleQueryComponent } from './lib/single-query/single-query.component';
50
61
  import { SingleRecordComponent } from './lib/single-record/single-record.component';
51
62
  import { SingleReportComponent } from './lib/single-report/single-report.component';
52
63
  import { SingleSearchResultComponent } from './lib/single-search-result/single-search-result.component';
53
64
  import { SingleViewComponent } from './lib/single-view/single-view.component';
65
+ import { UserNotificationsComponent } from './lib/user-notifications/user-notifications.component';
54
66
  import { UserProfileComponent } from './lib/user-profile/user-profile.component';
55
67
  import { ViewPropertiesDialogComponent } from './lib/user-view-properties/view-properties-dialog.component';
56
- import { SingleDashboardComponent } from './lib/single-dashboard/single-dashboard.component';
57
- import { AddItemComponent } from './lib/single-dashboard/Components/add-item/add-item.component';
58
- import { EditDashboardComponent } from './lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component';
59
- import { MemberJunctionSharedModule } from '@memberjunction/ng-shared';
60
- import { UserNotificationsComponent } from './lib/user-notifications/user-notifications.component';
61
- import { DeleteItemComponent } from './lib/single-dashboard/Components/delete-item/delete-item.component';
62
- import { SingleQueryComponent } from './lib/single-query/single-query.component';
63
- import { QueryResource } from './lib/resource-wrappers/query-resource.component';
64
- import { QueryBrowserComponent } from './lib/query-browser-component/query-browser.component';
65
- import { AskSkipModule } from '@memberjunction/ng-ask-skip';
66
- import { ExplorerSettingsModule } from '@memberjunction/ng-explorer-settings';
67
68
  import * as i0 from "@angular/core";
68
69
  import * as i1 from "@angular/common";
69
70
  import * as i2 from "@progress/kendo-angular-buttons";
@@ -110,7 +111,8 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
110
111
  MemberJunctionSharedModule,
111
112
  AskSkipModule,
112
113
  EntityPermissionsModule,
113
- ExplorerSettingsModule] });
114
+ ExplorerSettingsModule,
115
+ FileStorageModule] });
114
116
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ExplorerCoreModule, [{
115
117
  type: NgModule,
116
118
  args: [{
@@ -132,6 +134,7 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
132
134
  ReportResource,
133
135
  SearchResultsResource,
134
136
  UserViewResource,
137
+ FilesComponent,
135
138
  SingleApplicationComponent,
136
139
  FavoritesComponent,
137
140
  HeaderComponent,
@@ -149,7 +152,7 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
149
152
  DeleteItemComponent,
150
153
  EditDashboardComponent,
151
154
  UserNotificationsComponent,
152
- QueryResource
155
+ QueryResource,
153
156
  ],
154
157
  imports: [
155
158
  CommonModule,
@@ -189,7 +192,8 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
189
192
  MemberJunctionSharedModule,
190
193
  AskSkipModule,
191
194
  EntityPermissionsModule,
192
- ExplorerSettingsModule
195
+ ExplorerSettingsModule,
196
+ FileStorageModule,
193
197
  ],
194
198
  exports: [
195
199
  FormToolbarComponent,
@@ -223,8 +227,8 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
223
227
  AddItemComponent,
224
228
  DeleteItemComponent,
225
229
  EditDashboardComponent,
226
- UserNotificationsComponent
227
- ]
230
+ UserNotificationsComponent,
231
+ ],
228
232
  }]
229
233
  }], null, null); })();
230
234
  (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(ExplorerCoreModule, { declarations: [FormToolbarComponent,
@@ -244,6 +248,7 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
244
248
  ReportResource,
245
249
  SearchResultsResource,
246
250
  UserViewResource,
251
+ FilesComponent,
247
252
  SingleApplicationComponent,
248
253
  FavoritesComponent,
249
254
  HeaderComponent,
@@ -298,7 +303,8 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
298
303
  MemberJunctionSharedModule,
299
304
  AskSkipModule,
300
305
  EntityPermissionsModule,
301
- ExplorerSettingsModule], exports: [FormToolbarComponent,
306
+ ExplorerSettingsModule,
307
+ FileStorageModule], exports: [FormToolbarComponent,
302
308
  SectionLoaderComponent,
303
309
  ResourceContainerComponent,
304
310
  AuthButtonComponent,
@@ -17,6 +17,7 @@ export * from './lib/resource-wrappers/report-resource.component';
17
17
  export * from './lib/resource-wrappers/resource-wrappers-loader';
18
18
  export * from './lib/resource-wrappers/search-results-resource.component';
19
19
  export * from './lib/resource-wrappers/view-resource.component';
20
+ export * from './lib/files/files.component';
20
21
  export * from './lib/single-application/single-application.component';
21
22
  export * from './lib/favorites/favorites.component';
22
23
  export * from './lib/header/header.component';
@@ -1 +1 @@
1
- {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAIA,cAAc,mCAAmC,CAAC;AAClD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qCAAqC,CAAC;AACpD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4CAA4C,CAAC;AAC3D,cAAc,wCAAwC,CAAC;AAEvD,cAAc,yCAAyC,CAAA;AACvD,cAAc,+DAA+D,CAAA;AAC7E,cAAc,qDAAqD,CAAA;AACnE,cAAc,yDAAyD,CAAA;AACvE,cAAc,qCAAqC,CAAA;AACnD,cAAc,uCAAuC,CAAA;AACrD,cAAc,yDAAyD,CAAA;AACvE,cAAc,sDAAsD,CAAA;AACpE,cAAc,mDAAmD,CAAA;AACjE,cAAc,mDAAmD,CAAA;AACjE,cAAc,kDAAkD,CAAA;AAChE,cAAc,2DAA2D,CAAA;AACzE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,uDAAuD,CAAA;AACrE,cAAc,qCAAqC,CAAA;AACnD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,oCAAoC,CAAA;AAClD,cAAc,qCAAqC,CAAA;AACnD,cAAc,6CAA6C,CAAA;AAC3D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,2DAA2D,CAAA;AACzE,cAAc,yCAAyC,CAAA;AACvD,cAAc,mDAAmD,CAAA;AACjE,cAAc,+DAA+D,CAAA;AAC7E,cAAc,2EAA2E,CAAA;AACzF,cAAc,2CAA2C,CAAA;AACzD,cAAc,6DAA6D,CAAA;AAC3E,cAAc,uDAAuD,CAAC;AACtE,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC;AAE5C,cAAc,uDAAuD,CAAA;AACrE,cAAc,2CAA2C,CAAA;AACzD,cAAc,kDAAkD,CAAA;AAEhE,cAAc,UAAU,CAAC"}
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAIA,cAAc,mCAAmC,CAAC;AAClD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qCAAqC,CAAC;AACpD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4CAA4C,CAAC;AAC3D,cAAc,wCAAwC,CAAC;AAEvD,cAAc,yCAAyC,CAAA;AACvD,cAAc,+DAA+D,CAAA;AAC7E,cAAc,qDAAqD,CAAA;AACnE,cAAc,yDAAyD,CAAA;AACvE,cAAc,qCAAqC,CAAA;AACnD,cAAc,uCAAuC,CAAA;AACrD,cAAc,yDAAyD,CAAA;AACvE,cAAc,sDAAsD,CAAA;AACpE,cAAc,mDAAmD,CAAA;AACjE,cAAc,mDAAmD,CAAA;AACjE,cAAc,kDAAkD,CAAA;AAChE,cAAc,2DAA2D,CAAA;AACzE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,6BAA6B,CAAA;AAC3C,cAAc,uDAAuD,CAAA;AACrE,cAAc,qCAAqC,CAAA;AACnD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,oCAAoC,CAAA;AAClD,cAAc,qCAAqC,CAAA;AACnD,cAAc,6CAA6C,CAAA;AAC3D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,2DAA2D,CAAA;AACzE,cAAc,yCAAyC,CAAA;AACvD,cAAc,mDAAmD,CAAA;AACjE,cAAc,+DAA+D,CAAA;AAC7E,cAAc,2EAA2E,CAAA;AACzF,cAAc,2CAA2C,CAAA;AACzD,cAAc,6DAA6D,CAAA;AAC3E,cAAc,uDAAuD,CAAC;AACtE,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC;AAE5C,cAAc,uDAAuD,CAAA;AACrE,cAAc,2CAA2C,CAAA;AACzD,cAAc,kDAAkD,CAAA;AAEhE,cAAc,UAAU,CAAC"}
@@ -20,6 +20,7 @@ export * from './lib/resource-wrappers/report-resource.component';
20
20
  export * from './lib/resource-wrappers/resource-wrappers-loader';
21
21
  export * from './lib/resource-wrappers/search-results-resource.component';
22
22
  export * from './lib/resource-wrappers/view-resource.component';
23
+ export * from './lib/files/files.component';
23
24
  export * from './lib/single-application/single-application.component';
24
25
  export * from './lib/favorites/favorites.component';
25
26
  export * from './lib/header/header.component';
@@ -0,0 +1,94 @@
1
+ import { EntityInfo, PrimaryKeyValue } from '@memberjunction/core';
2
+ import { ResourceTypeEntity, UserNotificationEntity, ViewColumnInfo } from '@memberjunction/core-entities';
3
+ import { Observable } from 'rxjs';
4
+ import { NotificationService } from "@progress/kendo-angular-notification";
5
+ import * as i0 from "@angular/core";
6
+ export declare class SharedService {
7
+ private notificationService;
8
+ private static _instance;
9
+ private static _loaded;
10
+ private static _resourceTypes;
11
+ private tabChange;
12
+ tabChange$: Observable<unknown>;
13
+ constructor(notificationService: NotificationService);
14
+ static get Instance(): SharedService;
15
+ /**
16
+ * Returns the current session ID, which is automatically created when the service is instantiated.
17
+ */
18
+ get SessionId(): string;
19
+ get ResourceTypes(): ResourceTypeEntity[];
20
+ get ViewResourceType(): ResourceTypeEntity;
21
+ get RecordResourceType(): ResourceTypeEntity;
22
+ get DashboardResourceType(): ResourceTypeEntity;
23
+ get ReportResourceType(): ResourceTypeEntity;
24
+ get SearchResultsResourceType(): ResourceTypeEntity;
25
+ ResourceTypeByID(id: number): ResourceTypeEntity | undefined;
26
+ ResourceTypeByName(name: string): ResourceTypeEntity | undefined;
27
+ static RefreshData(): Promise<void>;
28
+ static GeneratePrimaryKeyValueString(pkVals: PrimaryKeyValue[]): string;
29
+ static ParsePrimaryKeys(entity: EntityInfo, routeSegment: string): PrimaryKeyValue[];
30
+ FormatColumnValue(col: ViewColumnInfo, value: any, maxLength?: number, trailingChars?: string): any;
31
+ ConvertMarkdownStringToHtmlList(listType: HtmlListType, text: string): string;
32
+ InvokeManualResize(delay?: number): void;
33
+ PushStatusUpdates(): Observable<string>;
34
+ private _currentUserImage;
35
+ get CurrentUserImage(): string | Blob;
36
+ set CurrentUserImage(value: string | Blob);
37
+ private static _userNotifications;
38
+ static get UserNotifications(): UserNotificationEntity[];
39
+ static get UnreadUserNotifications(): UserNotificationEntity[];
40
+ static get UnreadUserNotificationCount(): number;
41
+ /**
42
+ * Creates a notification in the database and refreshes the UI. Returns the notification object.
43
+ * @param title
44
+ * @param message
45
+ * @param resourceTypeId
46
+ * @param resourceRecordId
47
+ * @param resourceConfiguration Any object, it is converted to a string by JSON.stringify and stored in the database
48
+ * @returns
49
+ */
50
+ CreateNotification(title: string, message: string, resourceTypeId: number | null, resourceRecordId: number | null, resourceConfiguration: any | null): Promise<UserNotificationEntity>;
51
+ static RefreshUserNotifications(): Promise<void>;
52
+ /**
53
+ * Creates a message that is not saved to the User Notifications table, but is displayed to the user.
54
+ * @param message - text to display
55
+ * @param style - display styling
56
+ * @param hideAfter - option to auto hide after the specified delay in milliseconds
57
+ */
58
+ CreateSimpleNotification(message: string, style?: "none" | "success" | "error" | "warning" | "info", hideAfter?: number): void;
59
+ private _resourceTypeMap;
60
+ /**
61
+ * Maps a Resource Type record Name column to the corresponding route segment
62
+ * @param resourceTypeName
63
+ * @returns
64
+ */
65
+ mapResourceTypeNameToRouteSegment(resourceTypeName: string): string | null;
66
+ /**
67
+ * Maps a route segment to the corresponding Resource Type record Name column
68
+ * @param resourceRouteSegment
69
+ * @returns
70
+ */
71
+ mapResourceTypeRouteSegmentToName(resourceRouteSegment: string): string | null;
72
+ kendoSVGIcon(iconName: string): any;
73
+ static ɵfac: i0.ɵɵFactoryDeclaration<SharedService, never>;
74
+ static ɵprov: i0.ɵɵInjectableDeclaration<SharedService>;
75
+ }
76
+ export declare const HtmlListType: {
77
+ readonly Unordered: "Unordered";
78
+ readonly Ordered: "Ordered";
79
+ };
80
+ export type HtmlListType = typeof HtmlListType[keyof typeof HtmlListType];
81
+ export declare const EventCodes: {
82
+ readonly ViewClicked: "ViewClicked";
83
+ readonly EntityRecordClicked: "EntityRecordClicked";
84
+ readonly AddDashboard: "AddDashboard";
85
+ readonly AddReport: "AddReport";
86
+ readonly AddQuery: "AddQuery";
87
+ readonly ViewCreated: "ViewCreated";
88
+ readonly ViewUpdated: "ViewUpdated";
89
+ readonly RunSearch: "RunSearch";
90
+ readonly ViewNotifications: "ViewNotifications";
91
+ readonly PushStatusUpdates: "PushStatusUpdates";
92
+ readonly UserNotificationsUpdated: "UserNotificationsUpdated";
93
+ };
94
+ export type EventCodes = typeof EventCodes[keyof typeof EventCodes];