@esri/hub-common 14.221.0 → 14.221.1
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/esm/content/_internal/ContentUiSchemaDiscussions.js +4 -1
- package/dist/esm/content/_internal/ContentUiSchemaDiscussions.js.map +1 -1
- package/dist/esm/groups/_internal/GroupUiSchemaDiscussions.js +4 -1
- package/dist/esm/groups/_internal/GroupUiSchemaDiscussions.js.map +1 -1
- package/dist/node/content/_internal/ContentUiSchemaDiscussions.js +4 -1
- package/dist/node/content/_internal/ContentUiSchemaDiscussions.js.map +1 -1
- package/dist/node/groups/_internal/GroupUiSchemaDiscussions.js +4 -1
- package/dist/node/groups/_internal/GroupUiSchemaDiscussions.js.map +1 -1
- package/package.json +1 -1
|
@@ -17,7 +17,8 @@ export const buildUiSchema = async (i18nScope, options, context) => {
|
|
|
17
17
|
scope: "/properties/isDiscussable",
|
|
18
18
|
type: "Control",
|
|
19
19
|
options: {
|
|
20
|
-
control: "hub-field-input-
|
|
20
|
+
control: "hub-field-input-tile-select",
|
|
21
|
+
layout: "horizontal",
|
|
21
22
|
labels: [
|
|
22
23
|
`{{${i18nScope}.fields.discussable.enabled.label:translate}}`,
|
|
23
24
|
`{{${i18nScope}.fields.discussable.disabled.label:translate}}`,
|
|
@@ -27,6 +28,8 @@ export const buildUiSchema = async (i18nScope, options, context) => {
|
|
|
27
28
|
`{{${i18nScope}.fields.discussable.disabled.description:translate}}`,
|
|
28
29
|
],
|
|
29
30
|
icons: ["speech-bubbles", "circle-disallowed"],
|
|
31
|
+
type: "radio",
|
|
32
|
+
styles: { "max-width": "45rem" },
|
|
30
33
|
},
|
|
31
34
|
},
|
|
32
35
|
],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentUiSchemaDiscussions.js","sourceRoot":"","sources":["../../../../src/content/_internal/ContentUiSchemaDiscussions.ts"],"names":[],"mappings":"AAIA;;;;;GAKG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,KAAK,EAChC,SAAiB,EACjB,OAA4B,EAC5B,OAAuB,EACH,EAAE;IACtB,OAAO;QACL,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE;YACR;gBACE,IAAI,EAAE,SAAS;gBACf,QAAQ,EAAE,GAAG,SAAS,6BAA6B;gBACnD,QAAQ,EAAE;oBACR;wBACE,QAAQ,EAAE,GAAG,SAAS,2BAA2B;wBACjD,KAAK,EAAE,2BAA2B;wBAClC,IAAI,EAAE,SAAS;wBACf,OAAO,EAAE;4BACP,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"ContentUiSchemaDiscussions.js","sourceRoot":"","sources":["../../../../src/content/_internal/ContentUiSchemaDiscussions.ts"],"names":[],"mappings":"AAIA;;;;;GAKG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,KAAK,EAChC,SAAiB,EACjB,OAA4B,EAC5B,OAAuB,EACH,EAAE;IACtB,OAAO;QACL,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE;YACR;gBACE,IAAI,EAAE,SAAS;gBACf,QAAQ,EAAE,GAAG,SAAS,6BAA6B;gBACnD,QAAQ,EAAE;oBACR;wBACE,QAAQ,EAAE,GAAG,SAAS,2BAA2B;wBACjD,KAAK,EAAE,2BAA2B;wBAClC,IAAI,EAAE,SAAS;wBACf,OAAO,EAAE;4BACP,OAAO,EAAE,6BAA6B;4BACtC,MAAM,EAAE,YAAY;4BACpB,MAAM,EAAE;gCACN,KAAK,SAAS,+CAA+C;gCAC7D,KAAK,SAAS,gDAAgD;6BAC/D;4BACD,YAAY,EAAE;gCACZ,KAAK,SAAS,qDAAqD;gCACnE,KAAK,SAAS,sDAAsD;6BACrE;4BACD,KAAK,EAAE,CAAC,gBAAgB,EAAE,mBAAmB,CAAC;4BAC9C,IAAI,EAAE,OAAO;4BACb,MAAM,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE;yBACjC;qBACF;iBACF;aACF;SACF;KACF,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -17,7 +17,8 @@ export const buildUiSchema = async (i18nScope, options, context) => {
|
|
|
17
17
|
scope: "/properties/isDiscussable",
|
|
18
18
|
type: "Control",
|
|
19
19
|
options: {
|
|
20
|
-
control: "hub-field-input-
|
|
20
|
+
control: "hub-field-input-tile-select",
|
|
21
|
+
layout: "horizontal",
|
|
21
22
|
labels: [
|
|
22
23
|
`{{${i18nScope}.fields.discussable.enabled.label:translate}}`,
|
|
23
24
|
`{{${i18nScope}.fields.discussable.disabled.label:translate}}`,
|
|
@@ -27,6 +28,8 @@ export const buildUiSchema = async (i18nScope, options, context) => {
|
|
|
27
28
|
`{{${i18nScope}.fields.discussable.disabled.description:translate}}`,
|
|
28
29
|
],
|
|
29
30
|
icons: ["speech-bubbles", "circle-disallowed"],
|
|
31
|
+
type: "radio",
|
|
32
|
+
styles: { "max-width": "45rem" },
|
|
30
33
|
},
|
|
31
34
|
},
|
|
32
35
|
],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GroupUiSchemaDiscussions.js","sourceRoot":"","sources":["../../../../src/groups/_internal/GroupUiSchemaDiscussions.ts"],"names":[],"mappings":"AAGA;;;;;GAKG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,KAAK,EAChC,SAAiB,EACjB,OAA4B,EAC5B,OAAuB,EACH,EAAE;IACtB,OAAO;QACL,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE;YACR;gBACE,IAAI,EAAE,SAAS;gBACf,QAAQ,EAAE,GAAG,SAAS,6BAA6B;gBACnD,QAAQ,EAAE;oBACR;wBACE,QAAQ,EAAE,GAAG,SAAS,2BAA2B;wBACjD,KAAK,EAAE,2BAA2B;wBAClC,IAAI,EAAE,SAAS;wBACf,OAAO,EAAE;4BACP,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"GroupUiSchemaDiscussions.js","sourceRoot":"","sources":["../../../../src/groups/_internal/GroupUiSchemaDiscussions.ts"],"names":[],"mappings":"AAGA;;;;;GAKG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,KAAK,EAChC,SAAiB,EACjB,OAA4B,EAC5B,OAAuB,EACH,EAAE;IACtB,OAAO;QACL,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE;YACR;gBACE,IAAI,EAAE,SAAS;gBACf,QAAQ,EAAE,GAAG,SAAS,6BAA6B;gBACnD,QAAQ,EAAE;oBACR;wBACE,QAAQ,EAAE,GAAG,SAAS,2BAA2B;wBACjD,KAAK,EAAE,2BAA2B;wBAClC,IAAI,EAAE,SAAS;wBACf,OAAO,EAAE;4BACP,OAAO,EAAE,6BAA6B;4BACtC,MAAM,EAAE,YAAY;4BACpB,MAAM,EAAE;gCACN,KAAK,SAAS,+CAA+C;gCAC7D,KAAK,SAAS,gDAAgD;6BAC/D;4BACD,YAAY,EAAE;gCACZ,KAAK,SAAS,qDAAqD;gCACnE,KAAK,SAAS,sDAAsD;6BACrE;4BACD,KAAK,EAAE,CAAC,gBAAgB,EAAE,mBAAmB,CAAC;4BAC9C,IAAI,EAAE,OAAO;4BACb,MAAM,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE;yBACjC;qBACF;iBACF;aACF;SACF;KACF,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -20,7 +20,8 @@ exports.buildUiSchema = async (i18nScope, options, context) => {
|
|
|
20
20
|
scope: "/properties/isDiscussable",
|
|
21
21
|
type: "Control",
|
|
22
22
|
options: {
|
|
23
|
-
control: "hub-field-input-
|
|
23
|
+
control: "hub-field-input-tile-select",
|
|
24
|
+
layout: "horizontal",
|
|
24
25
|
labels: [
|
|
25
26
|
`{{${i18nScope}.fields.discussable.enabled.label:translate}}`,
|
|
26
27
|
`{{${i18nScope}.fields.discussable.disabled.label:translate}}`,
|
|
@@ -30,6 +31,8 @@ exports.buildUiSchema = async (i18nScope, options, context) => {
|
|
|
30
31
|
`{{${i18nScope}.fields.discussable.disabled.description:translate}}`,
|
|
31
32
|
],
|
|
32
33
|
icons: ["speech-bubbles", "circle-disallowed"],
|
|
34
|
+
type: "radio",
|
|
35
|
+
styles: { "max-width": "45rem" },
|
|
33
36
|
},
|
|
34
37
|
},
|
|
35
38
|
],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentUiSchemaDiscussions.js","sourceRoot":"","sources":["../../../../src/content/_internal/ContentUiSchemaDiscussions.ts"],"names":[],"mappings":";;;AAIA;;;;;GAKG;AACU,QAAA,aAAa,GAAG,KAAK,EAChC,SAAiB,EACjB,OAA4B,EAC5B,OAAuB,EACH,EAAE;IACtB,OAAO;QACL,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE;YACR;gBACE,IAAI,EAAE,SAAS;gBACf,QAAQ,EAAE,GAAG,SAAS,6BAA6B;gBACnD,QAAQ,EAAE;oBACR;wBACE,QAAQ,EAAE,GAAG,SAAS,2BAA2B;wBACjD,KAAK,EAAE,2BAA2B;wBAClC,IAAI,EAAE,SAAS;wBACf,OAAO,EAAE;4BACP,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"ContentUiSchemaDiscussions.js","sourceRoot":"","sources":["../../../../src/content/_internal/ContentUiSchemaDiscussions.ts"],"names":[],"mappings":";;;AAIA;;;;;GAKG;AACU,QAAA,aAAa,GAAG,KAAK,EAChC,SAAiB,EACjB,OAA4B,EAC5B,OAAuB,EACH,EAAE;IACtB,OAAO;QACL,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE;YACR;gBACE,IAAI,EAAE,SAAS;gBACf,QAAQ,EAAE,GAAG,SAAS,6BAA6B;gBACnD,QAAQ,EAAE;oBACR;wBACE,QAAQ,EAAE,GAAG,SAAS,2BAA2B;wBACjD,KAAK,EAAE,2BAA2B;wBAClC,IAAI,EAAE,SAAS;wBACf,OAAO,EAAE;4BACP,OAAO,EAAE,6BAA6B;4BACtC,MAAM,EAAE,YAAY;4BACpB,MAAM,EAAE;gCACN,KAAK,SAAS,+CAA+C;gCAC7D,KAAK,SAAS,gDAAgD;6BAC/D;4BACD,YAAY,EAAE;gCACZ,KAAK,SAAS,qDAAqD;gCACnE,KAAK,SAAS,sDAAsD;6BACrE;4BACD,KAAK,EAAE,CAAC,gBAAgB,EAAE,mBAAmB,CAAC;4BAC9C,IAAI,EAAE,OAAO;4BACb,MAAM,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE;yBACjC;qBACF;iBACF;aACF;SACF;KACF,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -20,7 +20,8 @@ exports.buildUiSchema = async (i18nScope, options, context) => {
|
|
|
20
20
|
scope: "/properties/isDiscussable",
|
|
21
21
|
type: "Control",
|
|
22
22
|
options: {
|
|
23
|
-
control: "hub-field-input-
|
|
23
|
+
control: "hub-field-input-tile-select",
|
|
24
|
+
layout: "horizontal",
|
|
24
25
|
labels: [
|
|
25
26
|
`{{${i18nScope}.fields.discussable.enabled.label:translate}}`,
|
|
26
27
|
`{{${i18nScope}.fields.discussable.disabled.label:translate}}`,
|
|
@@ -30,6 +31,8 @@ exports.buildUiSchema = async (i18nScope, options, context) => {
|
|
|
30
31
|
`{{${i18nScope}.fields.discussable.disabled.description:translate}}`,
|
|
31
32
|
],
|
|
32
33
|
icons: ["speech-bubbles", "circle-disallowed"],
|
|
34
|
+
type: "radio",
|
|
35
|
+
styles: { "max-width": "45rem" },
|
|
33
36
|
},
|
|
34
37
|
},
|
|
35
38
|
],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GroupUiSchemaDiscussions.js","sourceRoot":"","sources":["../../../../src/groups/_internal/GroupUiSchemaDiscussions.ts"],"names":[],"mappings":";;;AAGA;;;;;GAKG;AACU,QAAA,aAAa,GAAG,KAAK,EAChC,SAAiB,EACjB,OAA4B,EAC5B,OAAuB,EACH,EAAE;IACtB,OAAO;QACL,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE;YACR;gBACE,IAAI,EAAE,SAAS;gBACf,QAAQ,EAAE,GAAG,SAAS,6BAA6B;gBACnD,QAAQ,EAAE;oBACR;wBACE,QAAQ,EAAE,GAAG,SAAS,2BAA2B;wBACjD,KAAK,EAAE,2BAA2B;wBAClC,IAAI,EAAE,SAAS;wBACf,OAAO,EAAE;4BACP,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"GroupUiSchemaDiscussions.js","sourceRoot":"","sources":["../../../../src/groups/_internal/GroupUiSchemaDiscussions.ts"],"names":[],"mappings":";;;AAGA;;;;;GAKG;AACU,QAAA,aAAa,GAAG,KAAK,EAChC,SAAiB,EACjB,OAA4B,EAC5B,OAAuB,EACH,EAAE;IACtB,OAAO;QACL,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE;YACR;gBACE,IAAI,EAAE,SAAS;gBACf,QAAQ,EAAE,GAAG,SAAS,6BAA6B;gBACnD,QAAQ,EAAE;oBACR;wBACE,QAAQ,EAAE,GAAG,SAAS,2BAA2B;wBACjD,KAAK,EAAE,2BAA2B;wBAClC,IAAI,EAAE,SAAS;wBACf,OAAO,EAAE;4BACP,OAAO,EAAE,6BAA6B;4BACtC,MAAM,EAAE,YAAY;4BACpB,MAAM,EAAE;gCACN,KAAK,SAAS,+CAA+C;gCAC7D,KAAK,SAAS,gDAAgD;6BAC/D;4BACD,YAAY,EAAE;gCACZ,KAAK,SAAS,qDAAqD;gCACnE,KAAK,SAAS,sDAAsD;6BACrE;4BACD,KAAK,EAAE,CAAC,gBAAgB,EAAE,mBAAmB,CAAC;4BAC9C,IAAI,EAAE,OAAO;4BACb,MAAM,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE;yBACjC;qBACF;iBACF;aACF;SACF;KACF,CAAC;AACJ,CAAC,CAAC"}
|