@esri/hub-common 14.42.1 → 14.43.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/HubContent.js.map +1 -1
- package/dist/esm/content/_internal/ContentUiSchemaDiscussions.js +1 -1
- package/dist/esm/content/_internal/ContentUiSchemaDiscussions.js.map +1 -1
- package/dist/esm/content/_internal/ContentUiSchemaEdit.js +5 -5
- package/dist/esm/content/_internal/ContentUiSchemaEdit.js.map +1 -1
- package/dist/esm/content/_internal/ContentUiSchemaSettings.js +2 -2
- package/dist/esm/content/_internal/ContentUiSchemaSettings.js.map +1 -1
- package/dist/esm/core/EntityEditor.js.map +1 -1
- package/dist/esm/core/getTypeFromEntity.js +1 -1
- package/dist/esm/core/getTypeFromEntity.js.map +1 -1
- package/dist/esm/core/schemas/getEditorConfig.js +4 -11
- package/dist/esm/core/schemas/getEditorConfig.js.map +1 -1
- package/dist/esm/core/schemas/internal/EditorOptions.js +1 -0
- package/dist/esm/core/schemas/internal/EditorOptions.js.map +1 -0
- package/dist/esm/core/schemas/internal/getCardEditorSchemas.js +40 -0
- package/dist/esm/core/schemas/internal/getCardEditorSchemas.js.map +1 -0
- package/dist/esm/core/schemas/internal/getCardType.js +7 -0
- package/dist/esm/core/schemas/internal/getCardType.js.map +1 -0
- package/dist/esm/core/schemas/internal/{getEntityEditorSchemas.js → getEditorSchemas.js} +19 -14
- package/dist/esm/core/schemas/internal/getEditorSchemas.js.map +1 -0
- package/dist/esm/core/schemas/internal/getFeaturedImageUrl.js +3 -3
- package/dist/esm/core/schemas/internal/getFeaturedImageUrl.js.map +1 -1
- package/dist/esm/core/schemas/internal/getLocationExtent.js +2 -2
- package/dist/esm/core/schemas/internal/getLocationExtent.js.map +1 -1
- package/dist/esm/core/schemas/internal/getLocationOptions.js +5 -5
- package/dist/esm/core/schemas/internal/getLocationOptions.js.map +1 -1
- package/dist/esm/core/schemas/internal/getTagItems.js +2 -2
- package/dist/esm/core/schemas/internal/getTagItems.js.map +1 -1
- package/dist/esm/core/schemas/internal/getThumbnailUiSchemaElement.js +4 -4
- package/dist/esm/core/schemas/internal/getThumbnailUiSchemaElement.js.map +1 -1
- package/dist/esm/core/schemas/internal/metrics/MetricSchema.js +127 -0
- package/dist/esm/core/schemas/internal/metrics/MetricSchema.js.map +1 -0
- package/dist/esm/core/schemas/internal/metrics/StatCardUiSchema.js +374 -0
- package/dist/esm/core/schemas/internal/metrics/StatCardUiSchema.js.map +1 -0
- package/dist/esm/core/schemas/internal/metrics/interfaces.js +31 -0
- package/dist/esm/core/schemas/internal/metrics/interfaces.js.map +1 -0
- package/dist/esm/core/schemas/types.js +25 -1
- package/dist/esm/core/schemas/types.js.map +1 -1
- package/dist/esm/discussions/HubDiscussion.js.map +1 -1
- package/dist/esm/discussions/_internal/DiscussionUiSchemaCreate.js +1 -1
- package/dist/esm/discussions/_internal/DiscussionUiSchemaCreate.js.map +1 -1
- package/dist/esm/discussions/_internal/DiscussionUiSchemaEdit.js +6 -6
- package/dist/esm/discussions/_internal/DiscussionUiSchemaEdit.js.map +1 -1
- package/dist/esm/discussions/_internal/DiscussionUiSchemaSettings.js +1 -1
- package/dist/esm/discussions/_internal/DiscussionUiSchemaSettings.js.map +1 -1
- package/dist/esm/groups/HubGroup.js.map +1 -1
- package/dist/esm/groups/_internal/GroupUiSchemaDiscussions.js +1 -1
- package/dist/esm/groups/_internal/GroupUiSchemaDiscussions.js.map +1 -1
- package/dist/esm/groups/_internal/GroupUiSchemaEdit.js +2 -2
- package/dist/esm/groups/_internal/GroupUiSchemaEdit.js.map +1 -1
- package/dist/esm/groups/_internal/GroupUiSchemaSettings.js +2 -2
- package/dist/esm/groups/_internal/GroupUiSchemaSettings.js.map +1 -1
- package/dist/esm/initiative-templates/HubInitiativeTemplate.js.map +1 -1
- package/dist/esm/initiative-templates/_internal/InitiativeTemplateUiSchemaEdit.js +2 -2
- package/dist/esm/initiative-templates/_internal/InitiativeTemplateUiSchemaEdit.js.map +1 -1
- package/dist/esm/initiatives/_internal/InitiativeUiSchemaCreate.js +3 -3
- package/dist/esm/initiatives/_internal/InitiativeUiSchemaCreate.js.map +1 -1
- package/dist/esm/initiatives/_internal/InitiativeUiSchemaEdit.js +5 -5
- package/dist/esm/initiatives/_internal/InitiativeUiSchemaEdit.js.map +1 -1
- package/dist/esm/pages/HubPage.js.map +1 -1
- package/dist/esm/pages/_internal/PageUiSchemaEdit.js +5 -5
- package/dist/esm/pages/_internal/PageUiSchemaEdit.js.map +1 -1
- package/dist/esm/projects/HubProject.js.map +1 -1
- package/dist/esm/projects/_internal/ProjectUiSchemaCreate.js +3 -3
- package/dist/esm/projects/_internal/ProjectUiSchemaCreate.js.map +1 -1
- package/dist/esm/projects/_internal/ProjectUiSchemaEdit.js +6 -6
- package/dist/esm/projects/_internal/ProjectUiSchemaEdit.js.map +1 -1
- package/dist/esm/sites/HubSite.js.map +1 -1
- package/dist/esm/sites/_internal/SiteUiSchemaCreate.js +3 -3
- package/dist/esm/sites/_internal/SiteUiSchemaCreate.js.map +1 -1
- package/dist/esm/sites/_internal/SiteUiSchemaDiscussions.js +1 -1
- package/dist/esm/sites/_internal/SiteUiSchemaDiscussions.js.map +1 -1
- package/dist/esm/sites/_internal/SiteUiSchemaEdit.js +5 -5
- package/dist/esm/sites/_internal/SiteUiSchemaEdit.js.map +1 -1
- package/dist/esm/sites/_internal/SiteUiSchemaFollowers.js +1 -1
- package/dist/esm/sites/_internal/SiteUiSchemaFollowers.js.map +1 -1
- package/dist/esm/sites/_internal/SiteUiSchemaSettings.js +1 -1
- package/dist/esm/sites/_internal/SiteUiSchemaSettings.js.map +1 -1
- package/dist/esm/templates/_internal/TemplateUiSchemaEdit.js +2 -2
- package/dist/esm/templates/_internal/TemplateUiSchemaEdit.js.map +1 -1
- package/dist/node/content/HubContent.js.map +1 -1
- package/dist/node/content/_internal/ContentUiSchemaDiscussions.js +1 -1
- package/dist/node/content/_internal/ContentUiSchemaDiscussions.js.map +1 -1
- package/dist/node/content/_internal/ContentUiSchemaEdit.js +5 -5
- package/dist/node/content/_internal/ContentUiSchemaEdit.js.map +1 -1
- package/dist/node/content/_internal/ContentUiSchemaSettings.js +2 -2
- package/dist/node/content/_internal/ContentUiSchemaSettings.js.map +1 -1
- package/dist/node/core/EntityEditor.js.map +1 -1
- package/dist/node/core/getTypeFromEntity.js +1 -1
- package/dist/node/core/getTypeFromEntity.js.map +1 -1
- package/dist/node/core/schemas/getEditorConfig.js +4 -11
- package/dist/node/core/schemas/getEditorConfig.js.map +1 -1
- package/dist/node/core/schemas/internal/{ConfigurableEntity.js → EditorOptions.js} +1 -1
- package/dist/node/core/schemas/internal/EditorOptions.js.map +1 -0
- package/dist/node/core/schemas/internal/getCardEditorSchemas.js +44 -0
- package/dist/node/core/schemas/internal/getCardEditorSchemas.js.map +1 -0
- package/dist/node/core/schemas/internal/getCardType.js +11 -0
- package/dist/node/core/schemas/internal/getCardType.js.map +1 -0
- package/dist/node/core/schemas/internal/{getEntityEditorSchemas.js → getEditorSchemas.js} +21 -16
- package/dist/node/core/schemas/internal/getEditorSchemas.js.map +1 -0
- package/dist/node/core/schemas/internal/getFeaturedImageUrl.js +3 -3
- package/dist/node/core/schemas/internal/getFeaturedImageUrl.js.map +1 -1
- package/dist/node/core/schemas/internal/getLocationExtent.js +2 -2
- package/dist/node/core/schemas/internal/getLocationExtent.js.map +1 -1
- package/dist/node/core/schemas/internal/getLocationOptions.js +5 -5
- package/dist/node/core/schemas/internal/getLocationOptions.js.map +1 -1
- package/dist/node/core/schemas/internal/getTagItems.js +2 -2
- package/dist/node/core/schemas/internal/getTagItems.js.map +1 -1
- package/dist/node/core/schemas/internal/getThumbnailUiSchemaElement.js +4 -4
- package/dist/node/core/schemas/internal/getThumbnailUiSchemaElement.js.map +1 -1
- package/dist/node/core/schemas/internal/metrics/MetricSchema.js +130 -0
- package/dist/node/core/schemas/internal/metrics/MetricSchema.js.map +1 -0
- package/dist/node/core/schemas/internal/metrics/StatCardUiSchema.js +377 -0
- package/dist/node/core/schemas/internal/metrics/StatCardUiSchema.js.map +1 -0
- package/dist/node/core/schemas/internal/metrics/interfaces.js +34 -0
- package/dist/node/core/schemas/internal/metrics/interfaces.js.map +1 -0
- package/dist/node/core/schemas/types.js +26 -2
- package/dist/node/core/schemas/types.js.map +1 -1
- package/dist/node/discussions/HubDiscussion.js.map +1 -1
- package/dist/node/discussions/_internal/DiscussionUiSchemaCreate.js +1 -1
- package/dist/node/discussions/_internal/DiscussionUiSchemaCreate.js.map +1 -1
- package/dist/node/discussions/_internal/DiscussionUiSchemaEdit.js +6 -6
- package/dist/node/discussions/_internal/DiscussionUiSchemaEdit.js.map +1 -1
- package/dist/node/discussions/_internal/DiscussionUiSchemaSettings.js +1 -1
- package/dist/node/discussions/_internal/DiscussionUiSchemaSettings.js.map +1 -1
- package/dist/node/groups/HubGroup.js.map +1 -1
- package/dist/node/groups/_internal/GroupUiSchemaDiscussions.js +1 -1
- package/dist/node/groups/_internal/GroupUiSchemaDiscussions.js.map +1 -1
- package/dist/node/groups/_internal/GroupUiSchemaEdit.js +2 -2
- package/dist/node/groups/_internal/GroupUiSchemaEdit.js.map +1 -1
- package/dist/node/groups/_internal/GroupUiSchemaSettings.js +2 -2
- package/dist/node/groups/_internal/GroupUiSchemaSettings.js.map +1 -1
- package/dist/node/initiative-templates/HubInitiativeTemplate.js.map +1 -1
- package/dist/node/initiative-templates/_internal/InitiativeTemplateUiSchemaEdit.js +2 -2
- package/dist/node/initiative-templates/_internal/InitiativeTemplateUiSchemaEdit.js.map +1 -1
- package/dist/node/initiatives/_internal/InitiativeUiSchemaCreate.js +3 -3
- package/dist/node/initiatives/_internal/InitiativeUiSchemaCreate.js.map +1 -1
- package/dist/node/initiatives/_internal/InitiativeUiSchemaEdit.js +5 -5
- package/dist/node/initiatives/_internal/InitiativeUiSchemaEdit.js.map +1 -1
- package/dist/node/pages/HubPage.js.map +1 -1
- package/dist/node/pages/_internal/PageUiSchemaEdit.js +5 -5
- package/dist/node/pages/_internal/PageUiSchemaEdit.js.map +1 -1
- package/dist/node/projects/HubProject.js.map +1 -1
- package/dist/node/projects/_internal/ProjectUiSchemaCreate.js +3 -3
- package/dist/node/projects/_internal/ProjectUiSchemaCreate.js.map +1 -1
- package/dist/node/projects/_internal/ProjectUiSchemaEdit.js +6 -6
- package/dist/node/projects/_internal/ProjectUiSchemaEdit.js.map +1 -1
- package/dist/node/sites/HubSite.js.map +1 -1
- package/dist/node/sites/_internal/SiteUiSchemaCreate.js +3 -3
- package/dist/node/sites/_internal/SiteUiSchemaCreate.js.map +1 -1
- package/dist/node/sites/_internal/SiteUiSchemaDiscussions.js +1 -1
- package/dist/node/sites/_internal/SiteUiSchemaDiscussions.js.map +1 -1
- package/dist/node/sites/_internal/SiteUiSchemaEdit.js +5 -5
- package/dist/node/sites/_internal/SiteUiSchemaEdit.js.map +1 -1
- package/dist/node/sites/_internal/SiteUiSchemaFollowers.js +1 -1
- package/dist/node/sites/_internal/SiteUiSchemaFollowers.js.map +1 -1
- package/dist/node/sites/_internal/SiteUiSchemaSettings.js +1 -1
- package/dist/node/sites/_internal/SiteUiSchemaSettings.js.map +1 -1
- package/dist/node/templates/_internal/TemplateUiSchemaEdit.js +2 -2
- package/dist/node/templates/_internal/TemplateUiSchemaEdit.js.map +1 -1
- package/dist/types/content/HubContent.d.ts +2 -1
- package/dist/types/content/_internal/ContentUiSchemaDiscussions.d.ts +2 -2
- package/dist/types/content/_internal/ContentUiSchemaEdit.d.ts +2 -2
- package/dist/types/content/_internal/ContentUiSchemaSettings.d.ts +2 -2
- package/dist/types/core/EntityEditor.d.ts +3 -3
- package/dist/types/core/behaviors/IWithEditorBehavior.d.ts +1 -5
- package/dist/types/core/getTypeFromEntity.d.ts +2 -3
- package/dist/types/core/schemas/getEditorConfig.d.ts +13 -6
- package/dist/types/core/schemas/internal/EditorOptions.d.ts +24 -0
- package/dist/types/core/schemas/internal/getCardEditorSchemas.d.ts +15 -0
- package/dist/types/core/schemas/internal/getCardType.d.ts +5 -0
- package/dist/types/core/schemas/internal/{getEntityEditorSchemas.d.ts → getEditorSchemas.d.ts} +4 -5
- package/dist/types/core/schemas/internal/getFeaturedImageUrl.d.ts +2 -2
- package/dist/types/core/schemas/internal/getLocationExtent.d.ts +2 -2
- package/dist/types/core/schemas/internal/getLocationOptions.d.ts +2 -2
- package/dist/types/core/schemas/internal/getTagItems.d.ts +2 -2
- package/dist/types/core/schemas/internal/getThumbnailUiSchemaElement.d.ts +2 -2
- package/dist/types/core/schemas/internal/metrics/MetricSchema.d.ts +2 -0
- package/dist/types/core/schemas/internal/metrics/StatCardUiSchema.d.ts +9 -0
- package/dist/types/core/schemas/internal/metrics/interfaces.d.ts +25 -0
- package/dist/types/core/schemas/types.d.ts +38 -1
- package/dist/types/discussions/HubDiscussion.d.ts +2 -1
- package/dist/types/discussions/_internal/DiscussionUiSchemaCreate.d.ts +2 -2
- package/dist/types/discussions/_internal/DiscussionUiSchemaEdit.d.ts +2 -2
- package/dist/types/discussions/_internal/DiscussionUiSchemaSettings.d.ts +2 -2
- package/dist/types/groups/HubGroup.d.ts +2 -1
- package/dist/types/groups/_internal/GroupUiSchemaDiscussions.d.ts +2 -2
- package/dist/types/groups/_internal/GroupUiSchemaEdit.d.ts +2 -2
- package/dist/types/groups/_internal/GroupUiSchemaSettings.d.ts +2 -2
- package/dist/types/initiative-templates/HubInitiativeTemplate.d.ts +4 -3
- package/dist/types/initiative-templates/_internal/InitiativeTemplateUiSchemaEdit.d.ts +2 -2
- package/dist/types/initiatives/HubInitiative.d.ts +2 -1
- package/dist/types/initiatives/_internal/InitiativeUiSchemaCreate.d.ts +2 -2
- package/dist/types/initiatives/_internal/InitiativeUiSchemaEdit.d.ts +2 -2
- package/dist/types/pages/HubPage.d.ts +2 -1
- package/dist/types/pages/_internal/PageUiSchemaEdit.d.ts +2 -2
- package/dist/types/projects/HubProject.d.ts +2 -1
- package/dist/types/projects/_internal/ProjectUiSchemaCreate.d.ts +2 -2
- package/dist/types/projects/_internal/ProjectUiSchemaEdit.d.ts +2 -2
- package/dist/types/sites/HubSite.d.ts +2 -1
- package/dist/types/sites/_internal/SiteUiSchemaCreate.d.ts +2 -2
- package/dist/types/sites/_internal/SiteUiSchemaDiscussions.d.ts +2 -2
- package/dist/types/sites/_internal/SiteUiSchemaEdit.d.ts +2 -2
- package/dist/types/sites/_internal/SiteUiSchemaFollowers.d.ts +2 -2
- package/dist/types/sites/_internal/SiteUiSchemaSettings.d.ts +2 -2
- package/dist/types/templates/HubTemplate.d.ts +1 -1
- package/dist/types/templates/_internal/TemplateUiSchemaEdit.d.ts +2 -2
- package/package.json +1 -1
- package/dist/esm/core/schemas/internal/ConfigurableEntity.js +0 -1
- package/dist/esm/core/schemas/internal/ConfigurableEntity.js.map +0 -1
- package/dist/esm/core/schemas/internal/getEntityEditorSchemas.js.map +0 -1
- package/dist/node/core/schemas/internal/ConfigurableEntity.js.map +0 -1
- package/dist/node/core/schemas/internal/getEntityEditorSchemas.js.map +0 -1
- package/dist/types/core/schemas/internal/ConfigurableEntity.d.ts +0 -4
|
@@ -1,11 +1,33 @@
|
|
|
1
1
|
import { JSONSchema } from "json-schema-typed";
|
|
2
2
|
import Ajv from "ajv";
|
|
3
|
+
export interface IEditorConfig {
|
|
4
|
+
schema: IConfigurationSchema;
|
|
5
|
+
uiSchema: IUiSchema;
|
|
6
|
+
}
|
|
3
7
|
/**
|
|
4
8
|
* Defines the possible editor type values - these correspond
|
|
5
9
|
* to the supported/defined uiSchema configurations
|
|
6
10
|
*/
|
|
11
|
+
export declare type EntityEditorType = (typeof validEntityEditorTypes)[number];
|
|
12
|
+
export declare const validEntityEditorTypes: readonly ["hub:project:create", "hub:project:edit", "hub:content:edit", "hub:content:settings", "hub:content:discussions", "hub:initiative:edit", "hub:initiative:create", "hub:site:edit", "hub:site:create", "hub:site:followers", "hub:site:discussions", "hub:site:settings", "hub:discussion:edit", "hub:discussion:create", "hub:discussion:settings", "hub:page:edit", "hub:template:edit", "hub:group:edit", "hub:group:settings", "hub:group:discussions", "hub:initiativeTemplate:edit"];
|
|
13
|
+
/** Defines the possible editor type values for a stat card. These
|
|
14
|
+
* correspond to the supported/defined uiSchema configurations. This should
|
|
15
|
+
* have its own signature in the getEditorConfig function.
|
|
16
|
+
*/
|
|
17
|
+
export declare type StatCardEditorType = (typeof validStatCardEditorTypes)[number];
|
|
18
|
+
export declare const validStatCardEditorTypes: readonly ["hub:card:stat"];
|
|
19
|
+
/**
|
|
20
|
+
* Defines the possible editor type values for any layout card. These
|
|
21
|
+
* correspond to the supported/defined uiSchema configurations for cards.
|
|
22
|
+
*/
|
|
23
|
+
export declare type CardEditorType = (typeof validCardEditorTypes)[number];
|
|
24
|
+
export declare const validCardEditorTypes: readonly ["hub:card:stat"];
|
|
25
|
+
/**
|
|
26
|
+
* All supported editor types - these "map"
|
|
27
|
+
* to defined schema/uiSchema configurations
|
|
28
|
+
*/
|
|
7
29
|
export declare type EditorType = (typeof validEditorTypes)[number];
|
|
8
|
-
export declare const validEditorTypes: readonly ["hub:project:create", "hub:project:edit", "hub:content:edit", "hub:content:settings", "hub:content:discussions", "hub:initiative:edit", "hub:initiative:create", "hub:site:edit", "hub:site:create", "hub:site:followers", "hub:site:discussions", "hub:site:settings", "hub:discussion:edit", "hub:discussion:create", "hub:discussion:settings", "hub:page:edit", "hub:template:edit", "hub:group:edit", "hub:group:settings", "hub:group:discussions", "hub:initiativeTemplate:edit"];
|
|
30
|
+
export declare const validEditorTypes: readonly ["hub:project:create", "hub:project:edit", "hub:content:edit", "hub:content:settings", "hub:content:discussions", "hub:initiative:edit", "hub:initiative:create", "hub:site:edit", "hub:site:create", "hub:site:followers", "hub:site:discussions", "hub:site:settings", "hub:discussion:edit", "hub:discussion:create", "hub:discussion:settings", "hub:page:edit", "hub:template:edit", "hub:group:edit", "hub:group:settings", "hub:group:discussions", "hub:initiativeTemplate:edit", "hub:card:stat"];
|
|
9
31
|
export declare enum UiSchemaRuleEffects {
|
|
10
32
|
SHOW = "SHOW",
|
|
11
33
|
HIDE = "HIDE",
|
|
@@ -109,3 +131,18 @@ export interface IUiSchemaCondition {
|
|
|
109
131
|
scope?: string;
|
|
110
132
|
schema: IConfigurationSchema;
|
|
111
133
|
}
|
|
134
|
+
export declare enum ALIGNMENTS {
|
|
135
|
+
start = "start",
|
|
136
|
+
center = "center",
|
|
137
|
+
end = "end"
|
|
138
|
+
}
|
|
139
|
+
export declare enum CORNERS {
|
|
140
|
+
square = "square",
|
|
141
|
+
round = "round"
|
|
142
|
+
}
|
|
143
|
+
export declare enum DROP_SHADOWS {
|
|
144
|
+
none = "none",
|
|
145
|
+
low = "low",
|
|
146
|
+
medium = "medium",
|
|
147
|
+
heavy = "heavy"
|
|
148
|
+
}
|
|
@@ -2,7 +2,8 @@ import { IWithSharingBehavior, IWithStoreBehavior } from "../core/behaviors";
|
|
|
2
2
|
import { IArcGISContext } from "../ArcGISContext";
|
|
3
3
|
import { IEntityEditorContext, IHubDiscussion, IHubDiscussionEditor } from "../core/types";
|
|
4
4
|
import { HubItemEntity } from "../core/HubItemEntity";
|
|
5
|
-
import { IEditorConfig
|
|
5
|
+
import { IEditorConfig } from "../core/schemas/types";
|
|
6
|
+
import { IWithEditorBehavior } from "../core/behaviors/IWithEditorBehavior";
|
|
6
7
|
import { DiscussionEditorType } from "./_internal/DiscussionSchema";
|
|
7
8
|
/**
|
|
8
9
|
* Hub Discussion Class
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { IUiSchema } from "../../core";
|
|
2
2
|
import { IArcGISContext } from "../../ArcGISContext";
|
|
3
|
-
import {
|
|
3
|
+
import { EntityEditorOptions } from "../../core/schemas/internal/EditorOptions";
|
|
4
4
|
/**
|
|
5
5
|
* @private
|
|
6
6
|
* constructs the complete create uiSchema for Hub Discussions.
|
|
7
7
|
* This defines how the schema properties should be
|
|
8
8
|
* rendered in the discussion creation experience
|
|
9
9
|
*/
|
|
10
|
-
export declare const buildUiSchema: (i18nScope: string,
|
|
10
|
+
export declare const buildUiSchema: (i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) => Promise<IUiSchema>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { IUiSchema } from "../../core/schemas/types";
|
|
2
2
|
import { IArcGISContext } from "../../ArcGISContext";
|
|
3
|
-
import {
|
|
3
|
+
import { EntityEditorOptions } from "../../core/schemas/internal/EditorOptions";
|
|
4
4
|
/**
|
|
5
5
|
* @private
|
|
6
6
|
* constructs the complete edit uiSchema for Hub Discussions.
|
|
7
7
|
* This defines how the schema properties should be
|
|
8
8
|
* rendered in the discussion editing experience
|
|
9
9
|
*/
|
|
10
|
-
export declare const buildUiSchema: (i18nScope: string,
|
|
10
|
+
export declare const buildUiSchema: (i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) => Promise<IUiSchema>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { IHubDiscussion } from "../../core/types";
|
|
2
1
|
import { IArcGISContext } from "../../ArcGISContext";
|
|
3
2
|
import { IUiSchema } from "../../core/schemas/types";
|
|
3
|
+
import { EntityEditorOptions } from "../../core/schemas/internal/EditorOptions";
|
|
4
4
|
/**
|
|
5
5
|
* @private
|
|
6
6
|
* settings uiSchema for Hub Discussions - this
|
|
7
7
|
* defines how the schema properties should be
|
|
8
8
|
* rendered in the Discussions settings experience
|
|
9
9
|
*/
|
|
10
|
-
export declare const buildUiSchema: (i18nScope: string,
|
|
10
|
+
export declare const buildUiSchema: (i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) => Promise<IUiSchema>;
|
|
@@ -3,7 +3,8 @@ import { IEntityPermissionPolicy, IPermissionAccessResponse, Permission } from "
|
|
|
3
3
|
import { IWithStoreBehavior } from "../core/behaviors/IWithStoreBehavior";
|
|
4
4
|
import { IWithPermissionBehavior } from "../core/behaviors/IWithPermissionBehavior";
|
|
5
5
|
import { IArcGISContext } from "../ArcGISContext";
|
|
6
|
-
import { IEditorConfig
|
|
6
|
+
import { IEditorConfig } from "../core/schemas/types";
|
|
7
|
+
import { IWithEditorBehavior } from "../core/behaviors/IWithEditorBehavior";
|
|
7
8
|
import { GroupEditorType } from "./_internal/GroupSchema";
|
|
8
9
|
import { IEntityEditorContext } from "../core";
|
|
9
10
|
/**
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { IHubGroup } from "../../core/types";
|
|
2
1
|
import { IArcGISContext } from "../../ArcGISContext";
|
|
3
2
|
import { IUiSchema } from "../../core/schemas/types";
|
|
3
|
+
import { EntityEditorOptions } from "../../core/schemas/internal/EditorOptions";
|
|
4
4
|
/**
|
|
5
5
|
* @private
|
|
6
6
|
* settings uiSchema for Hub Discussions - this
|
|
7
7
|
* defines how the schema properties should be
|
|
8
8
|
* rendered in the Discussions settings experience
|
|
9
9
|
*/
|
|
10
|
-
export declare const buildUiSchema: (i18nScope: string,
|
|
10
|
+
export declare const buildUiSchema: (i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) => Promise<IUiSchema>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { IUiSchema } from "../../core/schemas/types";
|
|
2
2
|
import { IArcGISContext } from "../../ArcGISContext";
|
|
3
|
-
import {
|
|
3
|
+
import { EntityEditorOptions } from "../../core/schemas/internal/EditorOptions";
|
|
4
4
|
/**
|
|
5
5
|
* @private
|
|
6
6
|
* constructs the complete edit uiSchema for Hub Groups
|
|
7
7
|
* This defines how the schema properties should be
|
|
8
8
|
* rendered in the group editing experience
|
|
9
9
|
*/
|
|
10
|
-
export declare const buildUiSchema: (i18nScope: string,
|
|
10
|
+
export declare const buildUiSchema: (i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) => Promise<IUiSchema>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { IUiSchema } from "../../core";
|
|
2
2
|
import { IArcGISContext } from "../../ArcGISContext";
|
|
3
|
-
import {
|
|
3
|
+
import { EntityEditorOptions } from "../../core/schemas/internal/EditorOptions";
|
|
4
4
|
/**
|
|
5
5
|
* @private
|
|
6
6
|
* constructs the complete settings uiSchema for Hub Groups
|
|
7
7
|
* This defines how the schema properties should be
|
|
8
8
|
* rendered in the group settings experience
|
|
9
9
|
*/
|
|
10
|
-
export declare const buildUiSchema: (i18nScope: string,
|
|
10
|
+
export declare const buildUiSchema: (i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) => Promise<IUiSchema>;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { HubItemEntity } from "../core/HubItemEntity";
|
|
2
2
|
import { IHubInitiativeTemplate, IWithCatalogBehavior, IWithCardBehavior, IConvertToCardModelOpts, IHubCardViewModel, IEntityEditorContext, IHubInitiativeTemplateEditor, HubEntity } from "../core";
|
|
3
|
-
import { IEditorConfig
|
|
4
|
-
import {
|
|
3
|
+
import { IEditorConfig } from "../core/schemas/types";
|
|
4
|
+
import { IWithEditorBehavior } from "../core/behaviors/IWithEditorBehavior";
|
|
5
5
|
import { IArcGISContext } from "..";
|
|
6
6
|
import { Catalog } from "../search";
|
|
7
|
+
import { InitiativeTemplateEditorType } from "./_internal/InitiativeTemplateSchema";
|
|
7
8
|
/**
|
|
8
9
|
* Hub Initiative Template Class
|
|
9
10
|
*/
|
|
@@ -52,7 +53,7 @@ export declare class HubInitiativeTemplate extends HubItemEntity<IHubInitiativeT
|
|
|
52
53
|
* @param i18nScope translation scope to be interpolated into the uiSchema
|
|
53
54
|
* @param type editor type -- corresponds to the returned uiSchema
|
|
54
55
|
*/
|
|
55
|
-
getEditorConfig(i18nScope: string, type:
|
|
56
|
+
getEditorConfig(i18nScope: string, type: InitiativeTemplateEditorType): Promise<IEditorConfig>;
|
|
56
57
|
/**
|
|
57
58
|
* Return the initiative template as an editor object
|
|
58
59
|
* @param editorContext
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IArcGISContext } from "../..";
|
|
2
|
-
import {
|
|
2
|
+
import { EntityEditorOptions } from "../../core/schemas/internal/EditorOptions";
|
|
3
3
|
import { IUiSchema } from "../../core/schemas/types";
|
|
4
4
|
/**
|
|
5
5
|
* @private
|
|
@@ -12,4 +12,4 @@ import { IUiSchema } from "../../core/schemas/types";
|
|
|
12
12
|
* @param context
|
|
13
13
|
* @returns
|
|
14
14
|
*/
|
|
15
|
-
export declare const buildUiSchema: (i18nScope: string,
|
|
15
|
+
export declare const buildUiSchema: (i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) => Promise<IUiSchema>;
|
|
@@ -5,7 +5,8 @@ import { HubItemEntity } from "../core/HubItemEntity";
|
|
|
5
5
|
import { InitiativeEditorType } from "./_internal/InitiativeSchema";
|
|
6
6
|
import { IWithMetricsBehavior } from "../core/behaviors/IWithMetricsBehavior";
|
|
7
7
|
import { IConvertToCardModelOpts, IHubCardViewModel } from "../core/types/IHubCardViewModel";
|
|
8
|
-
import { IHubInitiative, IWithCatalogBehavior, IWithStoreBehavior, IWithSharingBehavior,
|
|
8
|
+
import { IHubInitiative, IWithCatalogBehavior, IWithStoreBehavior, IWithSharingBehavior, IResolvedMetric, IWithCardBehavior, IWithEditorBehavior, IHubInitiativeEditor } from "../core";
|
|
9
|
+
import { IEditorConfig } from "../core/schemas/types";
|
|
9
10
|
/**
|
|
10
11
|
* Hub Initiative Class
|
|
11
12
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IArcGISContext } from "../../ArcGISContext";
|
|
2
|
-
import { IHubInitiative } from "../../core/types";
|
|
3
2
|
import { IUiSchema } from "../../core/schemas/types";
|
|
3
|
+
import { EntityEditorOptions } from "../../core/schemas/internal/EditorOptions";
|
|
4
4
|
/**
|
|
5
5
|
* @private
|
|
6
6
|
* constructs the minimal create uiSchema for Hub Initiatives.
|
|
@@ -10,4 +10,4 @@ import { IUiSchema } from "../../core/schemas/types";
|
|
|
10
10
|
* TODO: this was copied from projects and is just a placeholder
|
|
11
11
|
* for now - it isn't being used anywhere in the application
|
|
12
12
|
*/
|
|
13
|
-
export declare const buildUiSchema: (i18nScope: string,
|
|
13
|
+
export declare const buildUiSchema: (i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) => Promise<IUiSchema>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { IUiSchema } from "../../core/schemas/types";
|
|
2
2
|
import { IArcGISContext } from "../../ArcGISContext";
|
|
3
|
-
import {
|
|
3
|
+
import { EntityEditorOptions } from "../../core/schemas/internal/EditorOptions";
|
|
4
4
|
/**
|
|
5
5
|
* @private
|
|
6
6
|
* constructs the complete edit uiSchema for Hub Projects.
|
|
7
7
|
* This defines how the schema properties should be
|
|
8
8
|
* rendered in the project editing experience
|
|
9
9
|
*/
|
|
10
|
-
export declare const buildUiSchema: (i18nScope: string,
|
|
10
|
+
export declare const buildUiSchema: (i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) => Promise<IUiSchema>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { IHubPage, IWithStoreBehavior, IWithSharingBehavior, IHubPageEditor, IEntityEditorContext } from "../core";
|
|
2
2
|
import { IArcGISContext } from "../ArcGISContext";
|
|
3
3
|
import { HubItemEntity } from "../core/HubItemEntity";
|
|
4
|
-
import { IEditorConfig
|
|
4
|
+
import { IEditorConfig } from "../core/schemas/types";
|
|
5
|
+
import { IWithEditorBehavior } from "../core/behaviors/IWithEditorBehavior";
|
|
5
6
|
import { PageEditorType } from "./_internal/PageSchema";
|
|
6
7
|
/**
|
|
7
8
|
* Hub Page Class
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { IUiSchema } from "../../core/schemas/types";
|
|
2
2
|
import { IArcGISContext } from "../../ArcGISContext";
|
|
3
|
-
import {
|
|
3
|
+
import { EntityEditorOptions } from "../../core/schemas/internal/EditorOptions";
|
|
4
4
|
/**
|
|
5
5
|
* @private
|
|
6
6
|
* constructs the complete edit uiSchema for Hub Pages.
|
|
7
7
|
* This defines how the schema properties should be
|
|
8
8
|
* rendered in the page editing experience
|
|
9
9
|
*/
|
|
10
|
-
export declare const buildUiSchema: (i18nScope: string,
|
|
10
|
+
export declare const buildUiSchema: (i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) => Promise<IUiSchema>;
|
|
@@ -2,7 +2,8 @@ import { IHubProject, IWithCatalogBehavior, IWithStoreBehavior, IWithSharingBeha
|
|
|
2
2
|
import { Catalog } from "../search/Catalog";
|
|
3
3
|
import { IArcGISContext } from "../ArcGISContext";
|
|
4
4
|
import { HubItemEntity } from "../core/HubItemEntity";
|
|
5
|
-
import { IEditorConfig
|
|
5
|
+
import { IEditorConfig } from "../core/schemas/types";
|
|
6
|
+
import { IWithEditorBehavior } from "../core/behaviors/IWithEditorBehavior";
|
|
6
7
|
import { IWithMetricsBehavior } from "../core/behaviors/IWithMetricsBehavior";
|
|
7
8
|
import { IConvertToCardModelOpts, IHubCardViewModel } from "../core/types/IHubCardViewModel";
|
|
8
9
|
import { ProjectEditorType } from "./_internal/ProjectSchema";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { IArcGISContext } from "../../ArcGISContext";
|
|
2
|
-
import { IHubProject } from "../../core/types";
|
|
3
2
|
import { IUiSchema } from "../../core/schemas/types";
|
|
3
|
+
import { EntityEditorOptions } from "../../core/schemas/internal/EditorOptions";
|
|
4
4
|
/**
|
|
5
5
|
* @private
|
|
6
6
|
* constructs the minimal create uiSchema for Hub Projects.
|
|
7
7
|
* This defines how the schema properties should be rendered
|
|
8
8
|
* in the project creation experience
|
|
9
9
|
*/
|
|
10
|
-
export declare const buildUiSchema: (i18nScope: string,
|
|
10
|
+
export declare const buildUiSchema: (i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) => Promise<IUiSchema>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { IArcGISContext } from "../../ArcGISContext";
|
|
2
|
-
import { IHubProject } from "../../core/types";
|
|
3
2
|
import { IUiSchema } from "../../core/schemas/types";
|
|
3
|
+
import { EntityEditorOptions } from "../../core/schemas/internal/EditorOptions";
|
|
4
4
|
/**
|
|
5
5
|
* @private
|
|
6
6
|
* constructs the complete edit uiSchema for Hub Projects.
|
|
7
7
|
* This defines how the schema properties should be
|
|
8
8
|
* rendered in the project editing experience
|
|
9
9
|
*/
|
|
10
|
-
export declare const buildUiSchema: (i18nScope: string,
|
|
10
|
+
export declare const buildUiSchema: (i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) => Promise<IUiSchema>;
|
|
@@ -2,7 +2,8 @@ import { IHubSite, IWithPermissionBehavior, IWithCatalogBehavior, IWithStoreBeha
|
|
|
2
2
|
import { Catalog } from "../search";
|
|
3
3
|
import { IArcGISContext } from "../ArcGISContext";
|
|
4
4
|
import { HubItemEntity } from "../core/HubItemEntity";
|
|
5
|
-
import { IEditorConfig
|
|
5
|
+
import { IEditorConfig } from "../core/schemas/types";
|
|
6
|
+
import { IWithEditorBehavior } from "../core/behaviors/IWithEditorBehavior";
|
|
6
7
|
import { IEntityEditorContext } from "../core/types/HubEntityEditor";
|
|
7
8
|
import { IContainsResponse, IDeepCatalogInfo } from "../search";
|
|
8
9
|
import { ICreateVersionOptions, IVersion, IVersionMetadata } from "../versioning";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IArcGISContext } from "../../ArcGISContext";
|
|
2
|
-
import { IHubSite } from "../../core/types";
|
|
3
2
|
import { IUiSchema } from "../../core/schemas/types";
|
|
3
|
+
import { EntityEditorOptions } from "../../core/schemas/internal/EditorOptions";
|
|
4
4
|
/**
|
|
5
5
|
* @private
|
|
6
6
|
* constructs the minimal create uiSchema for Hub Sites.
|
|
@@ -10,4 +10,4 @@ import { IUiSchema } from "../../core/schemas/types";
|
|
|
10
10
|
* TODO: this was copied from projects and is just a placeholder
|
|
11
11
|
* for now - it isn't being used anywhere in the application
|
|
12
12
|
*/
|
|
13
|
-
export declare const buildUiSchema: (i18nScope: string,
|
|
13
|
+
export declare const buildUiSchema: (i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) => Promise<IUiSchema>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { IHubSite } from "../../core/types";
|
|
2
1
|
import { IArcGISContext } from "../../ArcGISContext";
|
|
3
2
|
import { IUiSchema } from "../../core/schemas/types";
|
|
3
|
+
import { EntityEditorOptions } from "../../core/schemas/internal/EditorOptions";
|
|
4
4
|
/**
|
|
5
5
|
* @private
|
|
6
6
|
* settings uiSchema for Hub Discussions - this
|
|
7
7
|
* defines how the schema properties should be
|
|
8
8
|
* rendered in the Discussions settings experience
|
|
9
9
|
*/
|
|
10
|
-
export declare const buildUiSchema: (i18nScope: string,
|
|
10
|
+
export declare const buildUiSchema: (i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) => Promise<IUiSchema>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { IArcGISContext } from "../../ArcGISContext";
|
|
2
2
|
import { IUiSchema } from "../../core/schemas/types";
|
|
3
|
-
import {
|
|
3
|
+
import { EntityEditorOptions } from "../../core/schemas/internal/EditorOptions";
|
|
4
4
|
/**
|
|
5
5
|
* @private
|
|
6
6
|
* constructs the edit uiSchema for Hub Sites.
|
|
7
7
|
* This defines how the schema properties should
|
|
8
8
|
* be rendered in the site editing experience
|
|
9
9
|
*/
|
|
10
|
-
export declare const buildUiSchema: (i18nScope: string,
|
|
10
|
+
export declare const buildUiSchema: (i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) => Promise<IUiSchema>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IArcGISContext } from "../../ArcGISContext";
|
|
2
|
+
import { EntityEditorOptions } from "../../core/schemas/internal/EditorOptions";
|
|
2
3
|
import { IUiSchema } from "../../core/schemas/types";
|
|
3
|
-
import { IHubSite } from "../../core/types";
|
|
4
4
|
/**
|
|
5
5
|
* @private
|
|
6
6
|
* constructs the followers uiSchema for Hub Sites.
|
|
@@ -8,4 +8,4 @@ import { IHubSite } from "../../core/types";
|
|
|
8
8
|
* be rendered in the site followers > settings
|
|
9
9
|
* experience
|
|
10
10
|
*/
|
|
11
|
-
export declare const buildUiSchema: (i18nScope: string,
|
|
11
|
+
export declare const buildUiSchema: (i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) => Promise<IUiSchema>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { IHubSite } from "../../core/types";
|
|
2
1
|
import { IArcGISContext } from "../../ArcGISContext";
|
|
3
2
|
import { IUiSchema } from "../../core/schemas/types";
|
|
3
|
+
import { EntityEditorOptions } from "../../core/schemas/internal/EditorOptions";
|
|
4
4
|
/**
|
|
5
5
|
* @private
|
|
6
6
|
* constructs the edit uiSchema for Hub Sites.
|
|
7
7
|
* This defines how the schema properties should
|
|
8
8
|
* be rendered in the site editing experience
|
|
9
9
|
*/
|
|
10
|
-
export declare const buildUiSchema: (i18nScope: string,
|
|
10
|
+
export declare const buildUiSchema: (i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) => Promise<IUiSchema>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IArcGISContext } from "../ArcGISContext";
|
|
2
|
-
import { IEditorConfig } from "../core/
|
|
2
|
+
import { IEditorConfig } from "../core/schemas/types";
|
|
3
3
|
import { HubItemEntity } from "../core/HubItemEntity";
|
|
4
4
|
import { IHubTemplate, IHubTemplateEditor } from "../core/types/IHubTemplate";
|
|
5
5
|
import { TemplateEditorType } from "./_internal/TemplateSchema";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IArcGISContext } from "../../ArcGISContext";
|
|
2
|
+
import { EntityEditorOptions } from "../../core/schemas/internal/EditorOptions";
|
|
2
3
|
import { IUiSchema } from "../../core/schemas/types";
|
|
3
|
-
import { IHubTemplate } from "../../core/types/IHubTemplate";
|
|
4
4
|
/**
|
|
5
5
|
* @private
|
|
6
6
|
* constructs the complete edit uiSchema for Hub Templates.
|
|
@@ -12,4 +12,4 @@ import { IHubTemplate } from "../../core/types/IHubTemplate";
|
|
|
12
12
|
* @param context
|
|
13
13
|
* @returns
|
|
14
14
|
*/
|
|
15
|
-
export declare const buildUiSchema: (i18nScope: string,
|
|
15
|
+
export declare const buildUiSchema: (i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) => Promise<IUiSchema>;
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=ConfigurableEntity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigurableEntity.js","sourceRoot":"","sources":["../../../../../src/core/schemas/internal/ConfigurableEntity.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getEntityEditorSchemas.js","sourceRoot":"","sources":["../../../../../src/core/schemas/internal/getEntityEditorSchemas.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigurableEntity.js","sourceRoot":"","sources":["../../../../../src/core/schemas/internal/ConfigurableEntity.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getEntityEditorSchemas.js","sourceRoot":"","sources":["../../../../../src/core/schemas/internal/getEntityEditorSchemas.ts"],"names":[],"mappings":"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"}
|