@esri/solutions-components 5.1.0-next.92 → 5.1.0-next.93
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/cdn/{OV4IBBDL.js → 2O3HAXKG.js} +1 -1
- package/dist/cdn/{BBNWDMCK.js → 3XGF3ZJO.js} +1 -1
- package/dist/cdn/{4LXH3MTT.js → 3ZZ726LQ.js} +1 -1
- package/dist/cdn/{PHIGRQ7V.js → 4HPFDUTJ.js} +1 -1
- package/dist/cdn/4OJ3LBF6.js +2 -0
- package/dist/cdn/{VPDMT4CY.js → 4QZ7WHXA.js} +1 -1
- package/dist/cdn/{SGBMDDAS.js → 55NRVFJ5.js} +1 -1
- package/dist/cdn/{5RTR3NSC.js → 5BU6XZAD.js} +1 -1
- package/dist/cdn/{4ZKGHGGU.js → 5OF3YOO7.js} +1 -1
- package/dist/cdn/{VWPOKKOE.js → 5XOS5PST.js} +1 -1
- package/dist/cdn/{K6PW4IX6.js → BPELKV5K.js} +1 -1
- package/dist/cdn/{DJOOB7YP.js → CDT7ELTA.js} +1 -1
- package/dist/cdn/{I33B45EZ.js → CHZWEULM.js} +1 -1
- package/dist/cdn/{NV3RC3FX.js → CWXOH2PC.js} +1 -1
- package/dist/cdn/{DUZ4KXB3.js → FDE2V7FU.js} +1 -1
- package/dist/cdn/{6DCCVJMZ.js → GJTXLQOS.js} +1 -1
- package/dist/cdn/{SWWDYNJE.js → IGSOHYV3.js} +1 -1
- package/dist/cdn/J5XFS6HE.js +2 -0
- package/dist/cdn/{32YZXXMV.js → JBFDURMG.js} +1 -1
- package/dist/cdn/{KEZAVYJU.js → JJ7JB2ZP.js} +1 -1
- package/dist/cdn/{FN2NSVLO.js → K6WLYYPH.js} +1 -1
- package/dist/cdn/{JDX6K42U.js → L73FGVVE.js} +1 -1
- package/dist/cdn/{VHOYM5MD.js → O3SWSZQE.js} +1 -1
- package/dist/cdn/{XN2JVOOR.js → OGPKAPZK.js} +1 -1
- package/dist/cdn/PJ43TSSJ.js +2 -0
- package/dist/cdn/{LDK4C3VJ.js → R2G4DDRZ.js} +1 -1
- package/dist/cdn/{A7PEA2YP.js → RTFBOXOK.js} +1 -1
- package/dist/cdn/{ET32EBBO.js → S5VV7I2H.js} +1 -1
- package/dist/cdn/{DWEIHGFT.js → SN4D24TK.js} +1 -1
- package/dist/cdn/{QO2RC46D.js → SO3S3WP4.js} +1 -1
- package/dist/cdn/{PP2SFAFD.js → WF32M7B5.js} +1 -1
- package/dist/cdn/WRSVJIPA.js +2 -0
- package/dist/cdn/{73YLLTLN.js → XAW6KPKL.js} +1 -1
- package/dist/cdn/{WQGGCG6M.js → XBDEGJHE.js} +1 -1
- package/dist/cdn/{B7AQR2UD.js → ZGEMIOB5.js} +1 -1
- package/dist/cdn/{JWGDDEVT.js → ZP6VPBP4.js} +1 -1
- package/dist/cdn/assets/solution-builder-assistant/t9n/messages.en.json +1 -1
- package/dist/cdn/assets/solution-builder-assistant/t9n/messages.json +1 -1
- package/dist/cdn/assets/solution-item-accordion/t9n/messages.en.json +1 -1
- package/dist/cdn/assets/solution-item-accordion/t9n/messages.json +1 -1
- package/dist/cdn/index.js +1 -1
- package/dist/chunks/interfaces.js +22 -21
- package/dist/components/solution-builder-assistant/customElement.d.ts +2 -0
- package/dist/components/solution-builder-assistant/customElement.js +45 -44
- package/dist/components/solution-configure-titles/customElement.js +1 -1
- package/dist/components/solution-delete-dialog/customElement.js +1 -1
- package/dist/components/solution-item-accordion/customElement.d.ts +6 -0
- package/dist/components/solution-item-accordion/customElement.js +51 -27
- package/dist/docs/api.json +1 -1
- package/dist/docs/docs.json +1 -1
- package/dist/docs/vscode.html-custom-data.json +1 -1
- package/dist/docs/web-types.json +1 -1
- package/dist/index.js +25 -24
- package/dist/loader.js +1 -1
- package/dist/solutions-components_commit.txt +6 -6
- package/dist/types/lumina.d.ts +1 -1
- package/dist/types/preact.d.ts +1 -1
- package/dist/types/react.d.ts +1 -1
- package/dist/types/stencil.d.ts +1 -1
- package/dist/utils/interfaces.d.ts +2 -0
- package/package.json +1 -1
- package/dist/cdn/3O5CKVIA.js +0 -2
- package/dist/cdn/EMZJJYGC.js +0 -2
- package/dist/cdn/SW3IJGVE.js +0 -2
- package/dist/cdn/ZBET72YB.js +0 -2
|
@@ -5,7 +5,7 @@ import { css as D, html as l, svg as R } from "lit";
|
|
|
5
5
|
import { u as v } from "./useT9n.js";
|
|
6
6
|
import { LitElement as k, createEvent as C, nothing as m, safeClassMap as N } from "@arcgis/lumina";
|
|
7
7
|
import { useContextConsumer as b } from "@arcgis/lumina/context";
|
|
8
|
-
import { c as
|
|
8
|
+
import { c as L, i as M } from "./deployAppContexts.js";
|
|
9
9
|
import "@arcgis/lumina/controllers";
|
|
10
10
|
import "@arcgis/core/identity/IdentityManager.js";
|
|
11
11
|
import "@arcgis/core/identity/OAuthInfo.js";
|
|
@@ -57,7 +57,7 @@ function Te(i, e, t) {
|
|
|
57
57
|
const d = s.indexOf("Big Data Analytic") > -1;
|
|
58
58
|
d && a.push(z);
|
|
59
59
|
const o = s.indexOf("Real Time Analytic") > -1;
|
|
60
|
-
o && a.push(j), (r || d || o) && a.push(te), s.indexOf("Workflow") > -1 && (a.push(y), a.push(w), a.push(A), a.push(ie)), s.indexOf("Geoprocessing Service") > -1 && (a.push(q), t.IsEnterprisePortal && a.push(
|
|
60
|
+
o && a.push(j), (r || d || o) && a.push(te), s.indexOf("Workflow") > -1 && (a.push(y), a.push(w), a.push(A), a.push(ie)), s.indexOf("Geoprocessing Service") > -1 && (a.push(q), t.IsEnterprisePortal && a.push(J));
|
|
61
61
|
const n = i.templates.reduce(
|
|
62
62
|
(h, p) => h.concat(p.item.typeKeywords || []),
|
|
63
63
|
[]
|
|
@@ -72,7 +72,7 @@ function G(i, e, t) {
|
|
|
72
72
|
["Location Tracking View"].some((d) => e.indexOf(d) > -1) && (!s && !a ? i.push(Q) : s && !a ? i.push(Z) : !s && a && i.push(ee));
|
|
73
73
|
}
|
|
74
74
|
function B(i, e) {
|
|
75
|
-
["HubPremium"].some((s) => e.indexOf(s) > -1) && i.push(
|
|
75
|
+
["HubPremium"].some((s) => e.indexOf(s) > -1) && i.push(X);
|
|
76
76
|
}
|
|
77
77
|
function O(i) {
|
|
78
78
|
const e = i?.PortalUserSubset?.privileges, t = [
|
|
@@ -202,16 +202,16 @@ function S(i, e) {
|
|
|
202
202
|
}
|
|
203
203
|
return s;
|
|
204
204
|
}
|
|
205
|
-
class
|
|
205
|
+
class F extends k {
|
|
206
206
|
constructor() {
|
|
207
207
|
super(), this.deployedDate = "", this.description = "", this.diagramKey = "", this.heading = "", this.itemId = "", this.owner = "", this.thumbnail = "", this.updateAvailable = !1, this.templateInfos = [], this._isDeleteOpen = !1, this._isDiagramOpen = !1, this.isMobile = !1, this.templateInfoGraph = [], this._configureTitlesOpen = !1, this._thumbnailUrl = "", this._translations = v({ name: "solution-deployed-card", blocking: !0 }), this._configContextConsumer = b({
|
|
208
|
-
context:
|
|
208
|
+
context: L,
|
|
209
209
|
subscribe: !0,
|
|
210
210
|
callback: async (e) => {
|
|
211
211
|
e && (this._isOrgAdmin = O(e.authentication), this._thumbnailUrl = `${this.thumbnail}&token=${e.userSession?.token}`);
|
|
212
212
|
}
|
|
213
213
|
}), this._deleteDialogRef = _(), this._diagramDialogRef = _(), this._isOrgAdmin = !1, this._isMobileContextConsumer = b({
|
|
214
|
-
context:
|
|
214
|
+
context: M,
|
|
215
215
|
subscribe: !0,
|
|
216
216
|
callback: (e) => this.isMobile = e
|
|
217
217
|
}), this.deployedCardSelected = C(), this.listenOn(window, "sessionRefreshed", (e) => {
|
|
@@ -340,7 +340,7 @@ class H extends k {
|
|
|
340
340
|
this._thumbnailUrl !== "" && (this._thumbnailUrl = P(this._thumbnailUrl, e));
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
|
-
I("solution-deployed-card",
|
|
343
|
+
I("solution-deployed-card", F);
|
|
344
344
|
const _e = 500, Ee = {
|
|
345
345
|
AEC: "Architecture, Engineering, and Construction (AEC)",
|
|
346
346
|
AIRPORTPORTRAIL: "Airports, Ports, and Rails",
|
|
@@ -380,8 +380,8 @@ const _e = 500, Ee = {
|
|
|
380
380
|
TRANSPORTATION: "Transportation",
|
|
381
381
|
WATER: "Water Distribution"
|
|
382
382
|
};
|
|
383
|
-
var c = /* @__PURE__ */ ((i) => (i.HUBPREMIUM = "solutions:hubPremium", i.NOTEBOOK = "solutions:notebook", i.TRACKINGBASE = "solutions:locationtracking", i.TRACKING = "solutions:locationtracking:tracking", i.TRACKINGADMIN = "solutions:locationtracking:admin", i.TRACKINGADMINANDTRACKING = "solutions:locationtracking:admin:tracking", i.VELOCITY = "solutions:velocity", i.WORKFLOW = "solutions:workflowManager", i))(c || {}),
|
|
384
|
-
const we = '((typekeywords:Solution,Deployed,"ArcGIS Solution") OR ((typekeywords:Solution,Deployed) AND (created:[1577862000000 TO 1622576880000])))', Ae = "(typekeywords:Solution,Template)", V = "portal:user:addExternalMembersToGroup", W = "portal:user:createItem", y = "portal:user:createGroup", z = "portal:publisher:publishBigDataAnalytics", w = "portal:publisher:publishFeatures", Y = "portal:publisher:publishFeeds", q = "portal:publisher:publishServerGPServices", j = "portal:publisher:publishRealTimeAnalytics", A = "portal:user:shareToGroup",
|
|
383
|
+
var c = /* @__PURE__ */ ((i) => (i.HUBPREMIUM = "solutions:hubPremium", i.NOTEBOOK = "solutions:notebook", i.TRACKINGBASE = "solutions:locationtracking", i.TRACKING = "solutions:locationtracking:tracking", i.TRACKINGADMIN = "solutions:locationtracking:admin", i.TRACKINGADMINANDTRACKING = "solutions:locationtracking:admin:tracking", i.VELOCITY = "solutions:velocity", i.WORKFLOW = "solutions:workflowManager", i))(c || {}), H = /* @__PURE__ */ ((i) => (i.VELOCITYBIGDATA = "portal:publisher:publishBigDataAnalytics", i.VELOCITYFEEDS = "portal:publisher:publishFeeds", i.VELOCITYREALTIME = "portal:publisher:publishRealTimeAnalytics", i))(H || {});
|
|
384
|
+
const we = '((typekeywords:Solution,Deployed,"ArcGIS Solution") OR ((typekeywords:Solution,Deployed) AND (created:[1577862000000 TO 1622576880000])))', Ae = "(typekeywords:Solution,Template)", V = "portal:user:addExternalMembersToGroup", W = "portal:user:createItem", y = "portal:user:createGroup", z = "portal:publisher:publishBigDataAnalytics", w = "portal:publisher:publishFeatures", Y = "portal:publisher:publishFeeds", q = "portal:publisher:publishServerGPServices", j = "portal:publisher:publishRealTimeAnalytics", A = "portal:user:shareToGroup", X = "solutions:hubPremium", J = "solutions:notebook", Q = "solutions:locationtracking:admin:tracking", Z = "solutions:locationtracking:tracking", ee = "solutions:locationtracking:admin", te = "solutions:velocity", ie = "solutions:workflowManager", Oe = 250, Se = 256, T = {
|
|
385
385
|
SOLUTION_DETAILS: "Solution Details",
|
|
386
386
|
GLOBAL_NAVIGATION: "Global Nav",
|
|
387
387
|
ALL_SOLUTIONS: "Solutions",
|
|
@@ -389,14 +389,14 @@ const we = '((typekeywords:Solution,Deployed,"ArcGIS Solution") OR ((typekeyword
|
|
|
389
389
|
ASSISTANT: "Assistant",
|
|
390
390
|
RESOURCES: "Resources",
|
|
391
391
|
BUILDER: "Solution Builder"
|
|
392
|
-
},
|
|
392
|
+
}, Ie = {
|
|
393
393
|
MINE: "My deployments",
|
|
394
394
|
ORG: "Organization"
|
|
395
|
-
},
|
|
395
|
+
}, De = {
|
|
396
396
|
BOTH: "New,Suggested",
|
|
397
397
|
NEW: "New",
|
|
398
398
|
SUGGESTED: "Suggested"
|
|
399
|
-
},
|
|
399
|
+
}, Re = {
|
|
400
400
|
NEW: "new",
|
|
401
401
|
NUMVIEWS: "views",
|
|
402
402
|
RELEVANCE: "relevance",
|
|
@@ -404,28 +404,29 @@ const we = '((typekeywords:Solution,Deployed,"ArcGIS Solution") OR ((typekeyword
|
|
|
404
404
|
TITLE: "title",
|
|
405
405
|
UPDATED: "updated",
|
|
406
406
|
CREATED: "created"
|
|
407
|
-
},
|
|
407
|
+
}, ve = {
|
|
408
408
|
DEPLOY: "deploy",
|
|
409
409
|
AIOPEN: "aiOpen"
|
|
410
410
|
};
|
|
411
411
|
export {
|
|
412
412
|
be as A,
|
|
413
413
|
we as B,
|
|
414
|
-
|
|
414
|
+
F as C,
|
|
415
|
+
Se as D,
|
|
415
416
|
c as E,
|
|
416
417
|
Oe as I,
|
|
417
418
|
V as P,
|
|
418
|
-
|
|
419
|
+
X as S,
|
|
419
420
|
T,
|
|
420
421
|
Ae as a,
|
|
421
422
|
_e as b,
|
|
422
|
-
|
|
423
|
+
Ie as c,
|
|
423
424
|
ye as d,
|
|
424
425
|
Ee as e,
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
426
|
+
De as f,
|
|
427
|
+
H as g,
|
|
428
|
+
ve as h,
|
|
429
|
+
Re as i,
|
|
429
430
|
y as j,
|
|
430
431
|
W as k,
|
|
431
432
|
z as l,
|
|
@@ -434,7 +435,7 @@ export {
|
|
|
434
435
|
q as o,
|
|
435
436
|
j as p,
|
|
436
437
|
A as q,
|
|
437
|
-
|
|
438
|
+
J as r,
|
|
438
439
|
Z as s,
|
|
439
440
|
ee as t,
|
|
440
441
|
Q as u,
|
|
@@ -83,6 +83,7 @@ export abstract class SolutionBuilderAssistant extends LitElement {
|
|
|
83
83
|
addDomainValue: string;
|
|
84
84
|
domain: string;
|
|
85
85
|
addField: string;
|
|
86
|
+
editField: string;
|
|
86
87
|
systemFieldsNote: string;
|
|
87
88
|
requiredFieldNote: string;
|
|
88
89
|
requiredFieldTooltip: string;
|
|
@@ -173,6 +174,7 @@ export abstract class SolutionBuilderAssistant extends LitElement {
|
|
|
173
174
|
addDomainValue: string;
|
|
174
175
|
domain: string;
|
|
175
176
|
addField: string;
|
|
177
|
+
editField: string;
|
|
176
178
|
systemFieldsNote: string;
|
|
177
179
|
requiredFieldNote: string;
|
|
178
180
|
requiredFieldTooltip: string;
|