@uxland/primary-shell 7.21.0 → 7.21.2
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/dist/{component-DhiYlRUr.js → component-BkA2uC0M.js} +2 -2
- package/dist/{component-DhiYlRUr.js.map → component-BkA2uC0M.js.map} +1 -1
- package/dist/{index-DFUx37wx.js → index-BasIROCr.js} +53 -55
- package/dist/index-BasIROCr.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +19 -19
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/dist/index-DFUx37wx.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as d, k as l, P as p, h as g, r as m, i as v, s as h, a as f, b as u } from "./index-
|
|
1
|
+
import { t as d, k as l, P as p, h as g, r as m, i as v, s as h, a as f, b as u } from "./index-BasIROCr.js";
|
|
2
2
|
const x = ".container{background-color:#fff;display:flex;flex-direction:column;min-width:500px;width:90vw;height:90vh;border-radius:var(--dss-radius-sm);overflow:hidden}.content{display:grid;height:100%;min-height:1px;grid-template-columns:1fr 1fr;grid-auto-rows:1fr;gap:16px;padding:16px;overflow-y:auto;max-height:calc(90vh - 120px)}.content>*{border:1px solid var(--color-neutral-200);border-radius:8px;padding:16px;background-color:var(--color-neutral-50);min-height:200px}.footer{display:flex;flex-direction:row;align-items:center;background:#fff;justify-content:end;gap:12px;height:56px;border-top:1px solid var(--color-neutral-100);padding:var(--dss-spacing-sm)}", b = (r) => l`
|
|
3
3
|
<div class="container">
|
|
4
4
|
<!-- <div class="header">
|
|
@@ -44,4 +44,4 @@ i = c([
|
|
|
44
44
|
export {
|
|
45
45
|
i as ImportDataManagerModal
|
|
46
46
|
};
|
|
47
|
-
//# sourceMappingURL=component-
|
|
47
|
+
//# sourceMappingURL=component-BkA2uC0M.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component-
|
|
1
|
+
{"version":3,"file":"component-BkA2uC0M.js","sources":["../src/api/import-data-manager/component/template.ts","../src/api/import-data-manager/component/component.ts"],"sourcesContent":["import { html } from \"lit\";\nimport { translate } from \"../../../locales\";\nimport { ImportDataManagerModal } from \"./component\";\n\nexport const template = (props: ImportDataManagerModal) => {\n return html`\n <div class=\"container\">\n <!-- <div class=\"header\">\n <div class=\"title\">\n <div>${translate(\"importDataManager.title\")}</div>\n </div> \n </div> -->\n <div class=\"content\" id=\"import-data-region\"></div>\n <div class=\"footer\">\n <dss-button label=\"${translate(\"importDataManager.actions.cancel\")}\" @click=\"${() => {\n props.cancel();\n }}\" size=\"md\" variant=\"secondary\"></dss-button>\n <dss-button label=\"${translate(\"importDataManager.actions.import\")}\" @click=\"${() => {\n props._accept();\n }}\" size=\"md\" variant=\"primary\"></dss-button>\n </div>\n </div>\n `;\n};\n","import { IRegion, region } from \"@uxland/regions\";\nimport { LitElement, css, html, unsafeCSS } from \"lit\";\nimport { customElement } from \"lit/decorators.js\";\nimport styles from \"./styles.css?inline\";\nimport { template } from \"./template\";\nimport { ConfirmationContentProps } from \"../../interaction-service\";\nimport { PrimariaRegionHost, shellApi } from \"../../api\";\n\n@customElement(\"import-data-manager-modal\")\nexport class ImportDataManagerModal\n extends PrimariaRegionHost(LitElement)\n implements ConfirmationContentProps<undefined, undefined>\n{\n data: undefined;\n setResult: (result: undefined) => void;\n setIsValid: (isValid: boolean) => void;\n confirm: () => void;\n cancel: () => void;\n\n @region({ targetId: \"import-data-region\", name: shellApi.regionManager.regions.shell.importData })\n importDataRegion: IRegion | undefined;\n\n render() {\n return html`${template(this)}`;\n }\n\n static styles = css`\n ${unsafeCSS(styles)}\n `;\n\n _accept = () => {\n this.confirm();\n };\n}\n"],"names":["template","props","html","translate","ImportDataManagerModal","PrimariaRegionHost","LitElement","css","unsafeCSS","styles","__decorateClass","region","shellApi","customElement"],"mappings":";gqBAIaA,IAAW,CAACC,MAChBC;AAAAA;AAAAA;AAAAA;AAAAA,iBAIQC,EAAU,yBAAyB,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,yBAK5BA,EAAU,kCAAkC,CAAC,aAAa,MAAM;AACjF,EAAAF,EAAM,OAAA;AACR,CAAC;AAAA,2BACoBE,EAAU,kCAAkC,CAAC,aAAa,MAAM;AACnF,EAAAF,EAAM,QAAA;AACR,CAAC;AAAA;AAAA;AAAA;;;;;;ACVA,IAAMG,IAAN,cACGC,EAAmBC,CAAU,EAEvC;AAAA,EAHO,cAAA;AAAA,UAAA,GAAA,SAAA,GAqBL,KAAA,UAAU,MAAM;AACd,WAAK,QAAA;AAAA,IACP;AAAA,EAAA;AAAA,EAVA,SAAS;AACP,WAAOJ,IAAOF,EAAS,IAAI,CAAC;AAAA,EAC9B;AASF;AAxBaI,EAiBJ,SAASG;AAAAA,MACZC,EAAUC,CAAM,CAAC;AAAA;AAPrBC,EAAA;AAAA,EADCC,EAAO,EAAE,UAAU,sBAAsB,MAAMC,EAAS,cAAc,QAAQ,MAAM,WAAA,CAAY;AAAA,GAVtFR,EAWX,WAAA,oBAAA,CAAA;AAXWA,IAANM,EAAA;AAAA,EADNG,EAAc,2BAA2B;AAAA,GAC7BT,CAAA;"}
|
|
@@ -9782,7 +9782,7 @@ class ImportDataManagerImpl {
|
|
|
9782
9782
|
async import(J) {
|
|
9783
9783
|
this.currentImporterId = J, this.selectedItems = {}, this.pluginTexts = {};
|
|
9784
9784
|
try {
|
|
9785
|
-
const { ImportDataManagerModal: X } = await import("./component-
|
|
9785
|
+
const { ImportDataManagerModal: X } = await import("./component-BkA2uC0M.js"), { confirmed: re } = await this.interactionService.confirm(
|
|
9786
9786
|
void 0,
|
|
9787
9787
|
{ component: X },
|
|
9788
9788
|
{
|
|
@@ -11595,11 +11595,11 @@ const bootstrapAddHistoryItems = (te, J) => {
|
|
|
11595
11595
|
request$i = te.registerRequest(J.broker.events.activityHistory.addHistoryItemsRequest, AddHistoryItemsHandler);
|
|
11596
11596
|
}, teardownAddHistoryItems = () => {
|
|
11597
11597
|
request$i?.dispose();
|
|
11598
|
-
}
|
|
11598
|
+
};
|
|
11599
11599
|
function connectedProperty(te, J = {}) {
|
|
11600
11600
|
return createConnectedProperty(store)(te, J);
|
|
11601
11601
|
}
|
|
11602
|
-
const isAnyCollectionBusySelector = (te) => te.activityHistoryCollections.busy.length > 0, isSomeCollectionLoadedAndOtherLoading = (te) => Object.values(te.activityHistoryCollections.collections) && isAnyCollectionBusySelector(te),
|
|
11602
|
+
const isAnyCollectionBusySelector = (te) => te.activityHistoryCollections.busy.length > 0, isSomeCollectionLoadedAndOtherLoading = (te) => Object.values(te.activityHistoryCollections.collections) && isAnyCollectionBusySelector(te), isEmptyDataAndOtherLoading = (te) => !Object.values(te.activityHistoryCollections.collections)?.length && isAnyCollectionBusySelector(te), styles$k = ".spinner-container{display:flex;flex-direction:row;align-items:center;gap:24px;justify-content:center;padding-top:16px}.skeleton-container{padding:20px;height:100%}", template$m = (te) => te.isEmptyDataAndOtherLoading ? ke$1`<div class="skeleton-container">${te.skeletons}</div>` : te.isSomeCollectionLoadedAndOtherLoading ? ke$1`<div class="spinner-container"><dss-spinner size="sm"></dss-spinner><div class="busy-description">${translate("busyEntriesLoading")}</div></div>` : D$5;
|
|
11603
11603
|
var __defProp$o = Object.defineProperty, __getOwnPropDesc$i = Object.getOwnPropertyDescriptor, __decorateClass$u = (te, J, X, re) => {
|
|
11604
11604
|
for (var ne = re > 1 ? void 0 : re ? __getOwnPropDesc$i(J, X) : J, oe = te.length - 1, de; oe >= 0; oe--)
|
|
11605
11605
|
(de = te[oe]) && (ne = (re ? de(J, X, ne) : de(ne)) || ne);
|
|
@@ -11616,12 +11616,12 @@ let ActivityHistoryBusy = class extends h$q {
|
|
|
11616
11616
|
ActivityHistoryBusy.styles = i$I`
|
|
11617
11617
|
${r$L(styles$k)}
|
|
11618
11618
|
`;
|
|
11619
|
-
__decorateClass$u([
|
|
11620
|
-
connectedProperty(isCollectionInitialState)
|
|
11621
|
-
], ActivityHistoryBusy.prototype, "isCollectionInitialState", 2);
|
|
11622
11619
|
__decorateClass$u([
|
|
11623
11620
|
connectedProperty(isSomeCollectionLoadedAndOtherLoading)
|
|
11624
11621
|
], ActivityHistoryBusy.prototype, "isSomeCollectionLoadedAndOtherLoading", 2);
|
|
11622
|
+
__decorateClass$u([
|
|
11623
|
+
connectedProperty(isEmptyDataAndOtherLoading)
|
|
11624
|
+
], ActivityHistoryBusy.prototype, "isEmptyDataAndOtherLoading", 2);
|
|
11625
11625
|
ActivityHistoryBusy = __decorateClass$u([
|
|
11626
11626
|
t$n("activity-history-busy")
|
|
11627
11627
|
], ActivityHistoryBusy);
|
|
@@ -12442,7 +12442,28 @@ const bootstrapSetUpFilter = (te) => {
|
|
|
12442
12442
|
bootstrapSetCommonFilter(te), bootstrapAddCustomFilter(te), bootstrapSetCustomFilterGroup(te), bootstrapSetCustomFilterValue(te), bootstrapSetCustomFilterAllValues(te), bootstrapSetDiagnosticFilter(te), bootstrapDeleteDiagnosticFilterValue(te), bootstrapAddUpFilter(te), bootstrapSetUpFilter(te), bootstrapResetFilters(te), subscribeDiagnosticFilters(J);
|
|
12443
12443
|
}, teardownFilters = () => {
|
|
12444
12444
|
teardownSetCommonFilter(), teardownAddCustomFilter(), teardownSetCustomFilterGroup(), teardownSetCustomFilterValue(), teardownSetCustomFilterAllValues(), teardownSetDiagnosticFilter(), teardownDeleteDiagnosticFilterValue(), teardownAddUpFilter(), teardownSetUpFilter(), teardownResetFilters();
|
|
12445
|
-
}
|
|
12445
|
+
};
|
|
12446
|
+
/**
|
|
12447
|
+
* @license
|
|
12448
|
+
* Copyright 2017 Google LLC
|
|
12449
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
12450
|
+
*/
|
|
12451
|
+
class le extends i$F {
|
|
12452
|
+
constructor(J) {
|
|
12453
|
+
if (super(J), this.it = D$5, J.type !== t$k.CHILD) throw Error(this.constructor.directiveName + "() can only be used in child bindings");
|
|
12454
|
+
}
|
|
12455
|
+
render(J) {
|
|
12456
|
+
if (J === D$5 || J == null) return this._t = void 0, this.it = J;
|
|
12457
|
+
if (J === R$4) return J;
|
|
12458
|
+
if (typeof J != "string") throw Error(this.constructor.directiveName + "() called with a non-string value");
|
|
12459
|
+
if (J === this.it) return this._t;
|
|
12460
|
+
this.it = J;
|
|
12461
|
+
const X = [J];
|
|
12462
|
+
return X.raw = X, this._t = { _$litType$: this.constructor.resultType, strings: X, values: [] };
|
|
12463
|
+
}
|
|
12464
|
+
}
|
|
12465
|
+
le.directiveName = "unsafeHTML", le.resultType = 1;
|
|
12466
|
+
const ae = e$K(le), styles$h = ":host{min-height:1px;display:flex;flex-direction:column;flex:1 1 0%}.virtual-container{height:100%;position:relative}.virtual-viewport{height:100%;overflow:auto;padding-inline:16px}.virtual-content{position:relative;width:100%}.virtual-items{position:relative}.container{min-height:1px;height:100%}.visit:first-child{margin-top:var(--dss-spacing-md)}.visit{width:calc(100% - var(--dss-spacing-md) - var(--dss-spacing-md));display:flex;flex-direction:column;gap:var(--dss-spacing-sm);background-color:#fff;border-radius:var(--dss-radius-sm);padding:var(--dss-spacing-sm);margin-bottom:var(--dss-spacing-md)}.visit .visit__header{display:flex;flex-direction:row;align-items:center;gap:16px}.visit .visit__header .title{flex:1;font-size:14px;line-height:24px;display:flex;flex-direction:row;gap:12px;color:var(--color-neutral-800)}.visit .visit__header .title-date{font-weight:700}.visit .visit__header .title-description{font-weight:600;display:flex;flex-direction:row;gap:4px}.visit .visit__header .highlight{background-color:#ff0;font-weight:700}.visit .visit__items{display:flex;flex-direction:column;gap:var(--dss-spacing-sm)}.visit .visit__items .item[has-divider]{border-bottom:var(--dss-border-width-sm) solid var(--color-neutral-200)}.visit .visit__items .item[has-divider]:last-of-type{border:none}.visit .diagnostics{display:flex;flex-direction:column;gap:var(--dss-spacing-sm);border-bottom:var(--dss-border-width-sm) solid var(--color-neutral-200)}.visit .diagnostics:last-of-type{border:none}.visit .diagnostics .diagnostics__header{display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}.visit .diagnostics .diagnostics__items{display:flex;flex-direction:column}.visit .diagnostics .diagnostics__items .item[has-divider]{border-bottom:var(--dss-border-width-sm) solid var(--color-neutral-200)}.visit .diagnostics .diagnostics__items .item[has-divider]:last-of-type{border:none}.feedback{width:100%;height:100%;display:flex;align-items:center;justify-content:center}";
|
|
12446
12467
|
function toDate(te) {
|
|
12447
12468
|
const J = Object.prototype.toString.call(te);
|
|
12448
12469
|
return te instanceof Date || typeof te == "object" && J === "[object Date]" ? new te.constructor(+te) : typeof te == "number" || J === "[object Number]" || typeof te == "string" || J === "[object String]" ? new Date(te) : /* @__PURE__ */ new Date(NaN);
|
|
@@ -15332,12 +15353,12 @@ ${te.searchString?.length > 1 ? ke$1`
|
|
|
15332
15353
|
imagesrc=${notFound}
|
|
15333
15354
|
title=${translate("noResults")}>
|
|
15334
15355
|
</dss-user-feedback>
|
|
15335
|
-
` : te.isAnyCollectionBusy ? ke$1`<activity-history-is-grouping-busy></activity-history-is-grouping-busy>` : ke$1`<dss-user-feedback
|
|
15336
|
-
|
|
15337
|
-
|
|
15338
|
-
|
|
15339
|
-
|
|
15340
|
-
|
|
15356
|
+
` : te.isAnyCollectionBusy ? ke$1`<activity-history-is-grouping-busy></activity-history-is-grouping-busy>` : te._canShowNoDataMessage ? ke$1`<dss-user-feedback
|
|
15357
|
+
class="feedback"
|
|
15358
|
+
imagesrc=${notFound}
|
|
15359
|
+
title=${translate("noData.title")}
|
|
15360
|
+
description=${translate("noData.description")}>
|
|
15361
|
+
</dss-user-feedback>` : D$5}`, visitHeaderTemplate = (te, J) => J ? ke$1`
|
|
15341
15362
|
<div class="visit__header">
|
|
15342
15363
|
<div class="title">
|
|
15343
15364
|
<div class="title-date">
|
|
@@ -15361,27 +15382,6 @@ ${te.searchString?.length > 1 ? ke$1`
|
|
|
15361
15382
|
)}
|
|
15362
15383
|
</div>
|
|
15363
15384
|
`;
|
|
15364
|
-
/**
|
|
15365
|
-
* @license
|
|
15366
|
-
* Copyright 2017 Google LLC
|
|
15367
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
15368
|
-
*/
|
|
15369
|
-
class le extends i$F {
|
|
15370
|
-
constructor(J) {
|
|
15371
|
-
if (super(J), this.it = D$5, J.type !== t$k.CHILD) throw Error(this.constructor.directiveName + "() can only be used in child bindings");
|
|
15372
|
-
}
|
|
15373
|
-
render(J) {
|
|
15374
|
-
if (J === D$5 || J == null) return this._t = void 0, this.it = J;
|
|
15375
|
-
if (J === R$4) return J;
|
|
15376
|
-
if (typeof J != "string") throw Error(this.constructor.directiveName + "() called with a non-string value");
|
|
15377
|
-
if (J === this.it) return this._t;
|
|
15378
|
-
this.it = J;
|
|
15379
|
-
const X = [J];
|
|
15380
|
-
return X.raw = X, this._t = { _$litType$: this.constructor.resultType, strings: X, values: [] };
|
|
15381
|
-
}
|
|
15382
|
-
}
|
|
15383
|
-
le.directiveName = "unsafeHTML", le.resultType = 1;
|
|
15384
|
-
const ae = e$K(le);
|
|
15385
15385
|
class VirtualScroller {
|
|
15386
15386
|
constructor(J) {
|
|
15387
15387
|
this._itemHeights = /* @__PURE__ */ new Map(), this._itemOffsets = /* @__PURE__ */ new Map(), this._totalHeight = 0, this._viewportHeight = 0, this._scrollTop = 0, this._visibleRange = { start: 0, end: 0 }, this._isScrolling = !1, this._options = J, this._initializeHeights();
|
|
@@ -15497,7 +15497,7 @@ let ActivityHistoryTimeline = class extends h$q {
|
|
|
15497
15497
|
visibleRange: { start: 0, end: 0 },
|
|
15498
15498
|
containerOffset: 0,
|
|
15499
15499
|
visibleItems: []
|
|
15500
|
-
}, this._onScroll = () => {
|
|
15500
|
+
}, this._canShowNoDataMessage = !1, this._onScroll = () => {
|
|
15501
15501
|
};
|
|
15502
15502
|
}
|
|
15503
15503
|
render() {
|
|
@@ -15506,10 +15506,12 @@ let ActivityHistoryTimeline = class extends h$q {
|
|
|
15506
15506
|
`;
|
|
15507
15507
|
}
|
|
15508
15508
|
connectedCallback() {
|
|
15509
|
-
super.connectedCallback()
|
|
15509
|
+
super.connectedCallback(), this._noDataMessageTimer = setTimeout(() => {
|
|
15510
|
+
this._canShowNoDataMessage = !0;
|
|
15511
|
+
}, 2e3);
|
|
15510
15512
|
}
|
|
15511
15513
|
disconnectedCallback() {
|
|
15512
|
-
super.disconnectedCallback(), this._cleanupVirtualScroller?.();
|
|
15514
|
+
super.disconnectedCallback(), this._cleanupVirtualScroller?.(), this._noDataMessageTimer && clearTimeout(this._noDataMessageTimer);
|
|
15513
15515
|
}
|
|
15514
15516
|
async updated(te) {
|
|
15515
15517
|
te.has("historyGroups") && this.historyGroups?.length && (await this.prepareComponents(this.historyGroups), this._updateVirtualScroller()), this._viewport && this._content && !this._virtualScroller && setTimeout(() => this._setupVirtualScroller(), 0);
|
|
@@ -15559,13 +15561,9 @@ let ActivityHistoryTimeline = class extends h$q {
|
|
|
15559
15561
|
estimatedItemHeight: 200,
|
|
15560
15562
|
bufferSize: 50
|
|
15561
15563
|
// 50% buffer
|
|
15562
|
-
}), this._cleanupVirtualScroller = this._virtualScroller.setup(
|
|
15563
|
-
this.
|
|
15564
|
-
|
|
15565
|
-
(te) => {
|
|
15566
|
-
this._virtualScrollerState = te, this.requestUpdate();
|
|
15567
|
-
}
|
|
15568
|
-
), this._virtualScrollerState = this._virtualScroller.getState());
|
|
15564
|
+
}), this._cleanupVirtualScroller = this._virtualScroller.setup(this._viewport, this._content, (te) => {
|
|
15565
|
+
this._virtualScrollerState = te, this.requestUpdate();
|
|
15566
|
+
}), this._virtualScrollerState = this._virtualScroller.getState());
|
|
15569
15567
|
}
|
|
15570
15568
|
_updateVirtualScroller() {
|
|
15571
15569
|
!this._virtualScroller || !this.historyGroups?.length || (this._virtualScroller.updateItems(this.historyGroups), this._virtualScrollerState = this._virtualScroller.getState());
|
|
@@ -15587,9 +15585,6 @@ ActivityHistoryTimeline.styles = i$I`
|
|
|
15587
15585
|
__decorateClass$q([
|
|
15588
15586
|
connectedProperty(activityHistoryGroupedItems)
|
|
15589
15587
|
], ActivityHistoryTimeline.prototype, "historyGroups", 2);
|
|
15590
|
-
__decorateClass$q([
|
|
15591
|
-
connectedProperty(isCollectionInitialState)
|
|
15592
|
-
], ActivityHistoryTimeline.prototype, "isCollectionInitialState", 2);
|
|
15593
15588
|
__decorateClass$q([
|
|
15594
15589
|
connectedProperty(isSomeCollectionLoadedAndOtherLoading)
|
|
15595
15590
|
], ActivityHistoryTimeline.prototype, "isSomeCollectionLoadedAndOtherLoading", 2);
|
|
@@ -15611,6 +15606,9 @@ __decorateClass$q([
|
|
|
15611
15606
|
__decorateClass$q([
|
|
15612
15607
|
r$I()
|
|
15613
15608
|
], ActivityHistoryTimeline.prototype, "_virtualScrollerState", 2);
|
|
15609
|
+
__decorateClass$q([
|
|
15610
|
+
r$I()
|
|
15611
|
+
], ActivityHistoryTimeline.prototype, "_canShowNoDataMessage", 2);
|
|
15614
15612
|
ActivityHistoryTimeline = __decorateClass$q([
|
|
15615
15613
|
t$n("activity-history-timeline")
|
|
15616
15614
|
], ActivityHistoryTimeline);
|
|
@@ -16075,8 +16073,8 @@ const bootstrapActivityHistoryItem = (te) => {
|
|
|
16075
16073
|
<activity-history-filters .wrapperMaximized=${te.maximized}></activity-history-filters>
|
|
16076
16074
|
<div class="content">
|
|
16077
16075
|
<active-filters-header></active-filters-header>
|
|
16078
|
-
|
|
16079
|
-
${te.
|
|
16076
|
+
${te.isAnyCollectionBusy ? ke$1`<activity-history-busy></activity-history-busy>` : D$5}
|
|
16077
|
+
${te.historyGroups?.length || !te.isAnyCollectionBusy ? ke$1`<activity-history-timeline></activity-history-timeline>` : D$5}
|
|
16080
16078
|
</div>
|
|
16081
16079
|
</div>
|
|
16082
16080
|
</div>`, headerMaximizedTemplate = (te) => ke$1`
|
|
@@ -16170,14 +16168,14 @@ __decorateClass$j([
|
|
|
16170
16168
|
lazyInject(TYPES.primaryApi)
|
|
16171
16169
|
], ActivityHistoryMain.prototype, "api", 2);
|
|
16172
16170
|
__decorateClass$j([
|
|
16173
|
-
connectedProperty(
|
|
16174
|
-
], ActivityHistoryMain.prototype, "
|
|
16175
|
-
__decorateClass$j([
|
|
16176
|
-
connectedProperty(isCollectionInitialState)
|
|
16177
|
-
], ActivityHistoryMain.prototype, "isCollectionInitialState", 2);
|
|
16171
|
+
connectedProperty(activityHistoryGroupedItems)
|
|
16172
|
+
], ActivityHistoryMain.prototype, "historyGroups", 2);
|
|
16178
16173
|
__decorateClass$j([
|
|
16179
16174
|
connectedProperty(isSomeCollectionLoadedAndOtherLoading)
|
|
16180
16175
|
], ActivityHistoryMain.prototype, "isSomeCollectionLoadedAndOtherLoading", 2);
|
|
16176
|
+
__decorateClass$j([
|
|
16177
|
+
connectedProperty(isAnyCollectionBusySelector)
|
|
16178
|
+
], ActivityHistoryMain.prototype, "isAnyCollectionBusy", 2);
|
|
16181
16179
|
__decorateClass$j([
|
|
16182
16180
|
n$B()
|
|
16183
16181
|
], ActivityHistoryMain.prototype, "searchQuery", 2);
|
|
@@ -47803,4 +47801,4 @@ export {
|
|
|
47803
47801
|
h as x,
|
|
47804
47802
|
PrimariaInteractionService as y
|
|
47805
47803
|
};
|
|
47806
|
-
//# sourceMappingURL=index-
|
|
47804
|
+
//# sourceMappingURL=index-BasIROCr.js.map
|