@arcgis/core-adapter 4.32.0-next.34 → 4.32.0-next.36
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/.turbo/turbo-build.log +7 -7
- package/dist/index.cjs +60 -99
- package/dist/index.d.cts +9 -12
- package/dist/index.d.ts +9 -12
- package/dist/index.js +52 -88
- package/package.json +1 -1
- package/scripts/generator.ts +11 -1
- package/scripts/update-adapter-typings.ts +41 -9
- package/src/index.ts +52 -88
- package/support/api-reference-esm-imports.json +4 -0
- package/support/arcgis.d.ts +697 -289
- package/support/publicModules.ts +25 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -6,11 +6,11 @@ CLI Target: es2020
|
|
|
6
6
|
CLI Cleaning output folder
|
|
7
7
|
ESM Build start
|
|
8
8
|
CJS Build start
|
|
9
|
-
CJS dist/index.cjs
|
|
10
|
-
CJS ⚡️ Build success in
|
|
11
|
-
ESM dist/index.js
|
|
12
|
-
ESM ⚡️ Build success in
|
|
9
|
+
CJS dist/index.cjs 621.02 KB
|
|
10
|
+
CJS ⚡️ Build success in 819ms
|
|
11
|
+
ESM dist/index.js 480.54 KB
|
|
12
|
+
ESM ⚡️ Build success in 917ms
|
|
13
13
|
DTS Build start
|
|
14
|
-
DTS ⚡️ Build success in
|
|
15
|
-
DTS dist/index.d.ts 251.
|
|
16
|
-
DTS dist/index.d.cts 251.
|
|
14
|
+
DTS ⚡️ Build success in 12063ms
|
|
15
|
+
DTS dist/index.d.ts 251.88 KB
|
|
16
|
+
DTS dist/index.d.cts 251.88 KB
|
package/dist/index.cjs
CHANGED
|
@@ -57,19 +57,8 @@ __export(src_exports, {
|
|
|
57
57
|
importApplicationsComponentsStyleUtils: () => importApplicationsComponentsStyleUtils,
|
|
58
58
|
importApplicationsComponentsSvgUtils: () => importApplicationsComponentsSvgUtils,
|
|
59
59
|
importApplicationsComponentsWebStyleSymbolUtils: () => importApplicationsComponentsWebStyleSymbolUtils,
|
|
60
|
-
importApplicationsExcaliburVideoViewUtils: () => importApplicationsExcaliburVideoViewUtils,
|
|
61
60
|
importApplicationsExperienceBuilderSketchUtils: () => importApplicationsExperienceBuilderSketchUtils,
|
|
62
|
-
importApplicationsKnowledgeStudioGeneralSharedKgUtils: () => importApplicationsKnowledgeStudioGeneralSharedKgUtils,
|
|
63
|
-
importApplicationsKnowledgeStudioLayerInternalAccessUtils: () => importApplicationsKnowledgeStudioLayerInternalAccessUtils,
|
|
64
|
-
importApplicationsKnowledgeStudioResourceSerializationUtils: () => importApplicationsKnowledgeStudioResourceSerializationUtils,
|
|
65
|
-
importApplicationsMapViewerMediaUtils: () => importApplicationsMapViewerMediaUtils,
|
|
66
|
-
importApplicationsMapViewerTemplateUtils: () => importApplicationsMapViewerTemplateUtils,
|
|
67
|
-
importApplicationsSceneViewerColorUtils: () => importApplicationsSceneViewerColorUtils,
|
|
68
61
|
importApplicationsSceneViewerDevEnvironmentUtils: () => importApplicationsSceneViewerDevEnvironmentUtils,
|
|
69
|
-
importApplicationsSceneViewerLayerUtils: () => importApplicationsSceneViewerLayerUtils,
|
|
70
|
-
importApplicationsSceneViewerSceneViewerUtils: () => importApplicationsSceneViewerSceneViewerUtils,
|
|
71
|
-
importApplicationsSceneViewerSymbolUtils: () => importApplicationsSceneViewerSymbolUtils,
|
|
72
|
-
importApplicationsUrbanMeshUtils: () => importApplicationsUrbanMeshUtils,
|
|
73
62
|
importApplicationsWebEditorSketchUtils: () => importApplicationsWebEditorSketchUtils,
|
|
74
63
|
importArcade: () => importArcade,
|
|
75
64
|
importBasemap: () => importBasemap,
|
|
@@ -886,6 +875,8 @@ __export(src_exports, {
|
|
|
886
875
|
importWidgetsFeatureFormFieldInput: () => importWidgetsFeatureFormFieldInput,
|
|
887
876
|
importWidgetsFeatureFormGroupInput: () => importWidgetsFeatureFormGroupInput,
|
|
888
877
|
importWidgetsFeatureFormRelationshipInput: () => importWidgetsFeatureFormRelationshipInput,
|
|
878
|
+
importWidgetsFeatureFormTextElementInput: () => importWidgetsFeatureFormTextElementInput,
|
|
879
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput: () => importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
889
880
|
importWidgetsFeatureTable: () => importWidgetsFeatureTable,
|
|
890
881
|
importWidgetsFeatureTableActionColumn: () => importWidgetsFeatureTableActionColumn,
|
|
891
882
|
importWidgetsFeatureTableAttachmentsColumn: () => importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -897,10 +888,12 @@ __export(src_exports, {
|
|
|
897
888
|
importWidgetsFeatureTableGridSupportButtonMenuItem: () => importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
898
889
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel: () => importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
899
890
|
importWidgetsFeatureTableRelationshipColumn: () => importWidgetsFeatureTableRelationshipColumn,
|
|
891
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate: () => importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
900
892
|
importWidgetsFeatureTableSupportColumnTemplate: () => importWidgetsFeatureTableSupportColumnTemplate,
|
|
901
893
|
importWidgetsFeatureTableSupportColumnTemplateBase: () => importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
902
894
|
importWidgetsFeatureTableSupportFieldColumnTemplate: () => importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
903
895
|
importWidgetsFeatureTableSupportGroupColumnTemplate: () => importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
896
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate: () => importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
904
897
|
importWidgetsFeatureTableSupportTableTemplate: () => importWidgetsFeatureTableSupportTableTemplate,
|
|
905
898
|
importWidgetsFeatureTemplates: () => importWidgetsFeatureTemplates,
|
|
906
899
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel: () => importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -1659,6 +1652,8 @@ __export(src_exports, {
|
|
|
1659
1652
|
newWidgetsFeatureFormFieldInput: () => newWidgetsFeatureFormFieldInput,
|
|
1660
1653
|
newWidgetsFeatureFormGroupInput: () => newWidgetsFeatureFormGroupInput,
|
|
1661
1654
|
newWidgetsFeatureFormRelationshipInput: () => newWidgetsFeatureFormRelationshipInput,
|
|
1655
|
+
newWidgetsFeatureFormTextElementInput: () => newWidgetsFeatureFormTextElementInput,
|
|
1656
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput: () => newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
1662
1657
|
newWidgetsFeatureTable: () => newWidgetsFeatureTable,
|
|
1663
1658
|
newWidgetsFeatureTableActionColumn: () => newWidgetsFeatureTableActionColumn,
|
|
1664
1659
|
newWidgetsFeatureTableAttachmentsColumn: () => newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -1670,10 +1665,12 @@ __export(src_exports, {
|
|
|
1670
1665
|
newWidgetsFeatureTableGridSupportButtonMenuItem: () => newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
1671
1666
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel: () => newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
1672
1667
|
newWidgetsFeatureTableRelationshipColumn: () => newWidgetsFeatureTableRelationshipColumn,
|
|
1668
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate: () => newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
1673
1669
|
newWidgetsFeatureTableSupportColumnTemplate: () => newWidgetsFeatureTableSupportColumnTemplate,
|
|
1674
1670
|
newWidgetsFeatureTableSupportColumnTemplateBase: () => newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
1675
1671
|
newWidgetsFeatureTableSupportFieldColumnTemplate: () => newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
1676
1672
|
newWidgetsFeatureTableSupportGroupColumnTemplate: () => newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
1673
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate: () => newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
1677
1674
|
newWidgetsFeatureTableSupportTableTemplate: () => newWidgetsFeatureTableSupportTableTemplate,
|
|
1678
1675
|
newWidgetsFeatureTemplates: () => newWidgetsFeatureTemplates,
|
|
1679
1676
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel: () => newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -8859,6 +8856,28 @@ async function newWidgetsFeatureFormRelationshipInput(properties) {
|
|
|
8859
8856
|
const ModConstructor = await importWidgetsFeatureFormRelationshipInput();
|
|
8860
8857
|
return new ModConstructor(properties);
|
|
8861
8858
|
}
|
|
8859
|
+
async function importWidgetsFeatureFormTextElementInput() {
|
|
8860
|
+
if (isAMD) {
|
|
8861
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/TextElementInput");
|
|
8862
|
+
}
|
|
8863
|
+
const module2 = await import("@arcgis/core/widgets/FeatureForm/TextElementInput.js");
|
|
8864
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8865
|
+
}
|
|
8866
|
+
async function newWidgetsFeatureFormTextElementInput(properties) {
|
|
8867
|
+
const ModConstructor = await importWidgetsFeatureFormTextElementInput();
|
|
8868
|
+
return new ModConstructor(properties);
|
|
8869
|
+
}
|
|
8870
|
+
async function importWidgetsFeatureFormUtilityNetworkAssociationInput() {
|
|
8871
|
+
if (isAMD) {
|
|
8872
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/UtilityNetworkAssociationInput");
|
|
8873
|
+
}
|
|
8874
|
+
const module2 = await import("@arcgis/core/widgets/FeatureForm/UtilityNetworkAssociationInput.js");
|
|
8875
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8876
|
+
}
|
|
8877
|
+
async function newWidgetsFeatureFormUtilityNetworkAssociationInput(properties) {
|
|
8878
|
+
const ModConstructor = await importWidgetsFeatureFormUtilityNetworkAssociationInput();
|
|
8879
|
+
return new ModConstructor(properties);
|
|
8880
|
+
}
|
|
8862
8881
|
async function importWidgetsFeatures() {
|
|
8863
8882
|
if (isAMD) {
|
|
8864
8883
|
return await window.$arcgis.import("esri/widgets/Features");
|
|
@@ -9035,6 +9054,28 @@ async function newWidgetsFeatureTableSupportFieldColumnTemplate(properties) {
|
|
|
9035
9054
|
const ModConstructor = await importWidgetsFeatureTableSupportFieldColumnTemplate();
|
|
9036
9055
|
return new ModConstructor(properties);
|
|
9037
9056
|
}
|
|
9057
|
+
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
9058
|
+
if (isAMD) {
|
|
9059
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
9060
|
+
}
|
|
9061
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsColumnTemplate.js");
|
|
9062
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9063
|
+
}
|
|
9064
|
+
async function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties) {
|
|
9065
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsColumnTemplate();
|
|
9066
|
+
return new ModConstructor(properties);
|
|
9067
|
+
}
|
|
9068
|
+
async function importWidgetsFeatureTableSupportRelationshipColumnTemplate() {
|
|
9069
|
+
if (isAMD) {
|
|
9070
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/RelationshipColumnTemplate");
|
|
9071
|
+
}
|
|
9072
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/RelationshipColumnTemplate.js");
|
|
9073
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9074
|
+
}
|
|
9075
|
+
async function newWidgetsFeatureTableSupportRelationshipColumnTemplate(properties) {
|
|
9076
|
+
const ModConstructor = await importWidgetsFeatureTableSupportRelationshipColumnTemplate();
|
|
9077
|
+
return new ModConstructor(properties);
|
|
9078
|
+
}
|
|
9038
9079
|
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
9039
9080
|
if (isAMD) {
|
|
9040
9081
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
@@ -11692,13 +11733,6 @@ async function importApplicationsComponentsWebStyleSymbolUtils() {
|
|
|
11692
11733
|
const module2 = await import("@arcgis/core/applications/Components/webStyleSymbolUtils.js");
|
|
11693
11734
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11694
11735
|
}
|
|
11695
|
-
async function importApplicationsExcaliburVideoViewUtils() {
|
|
11696
|
-
if (isAMD) {
|
|
11697
|
-
return await window.$arcgis.import("esri/applications/Excalibur/videoViewUtils");
|
|
11698
|
-
}
|
|
11699
|
-
const module2 = await import("@arcgis/core/applications/Excalibur/videoViewUtils.js");
|
|
11700
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11701
|
-
}
|
|
11702
11736
|
async function importApplicationsExperienceBuilderSketchUtils() {
|
|
11703
11737
|
if (isAMD) {
|
|
11704
11738
|
return await window.$arcgis.import("esri/applications/ExperienceBuilder/sketchUtils");
|
|
@@ -11706,48 +11740,6 @@ async function importApplicationsExperienceBuilderSketchUtils() {
|
|
|
11706
11740
|
const module2 = await import("@arcgis/core/applications/ExperienceBuilder/sketchUtils.js");
|
|
11707
11741
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11708
11742
|
}
|
|
11709
|
-
async function importApplicationsKnowledgeStudioGeneralSharedKgUtils() {
|
|
11710
|
-
if (isAMD) {
|
|
11711
|
-
return await window.$arcgis.import("esri/applications/KnowledgeStudio/generalSharedKgUtils");
|
|
11712
|
-
}
|
|
11713
|
-
const module2 = await import("@arcgis/core/applications/KnowledgeStudio/generalSharedKgUtils.js");
|
|
11714
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11715
|
-
}
|
|
11716
|
-
async function importApplicationsKnowledgeStudioLayerInternalAccessUtils() {
|
|
11717
|
-
if (isAMD) {
|
|
11718
|
-
return await window.$arcgis.import("esri/applications/KnowledgeStudio/layerInternalAccessUtils");
|
|
11719
|
-
}
|
|
11720
|
-
const module2 = await import("@arcgis/core/applications/KnowledgeStudio/layerInternalAccessUtils.js");
|
|
11721
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11722
|
-
}
|
|
11723
|
-
async function importApplicationsKnowledgeStudioResourceSerializationUtils() {
|
|
11724
|
-
if (isAMD) {
|
|
11725
|
-
return await window.$arcgis.import("esri/applications/KnowledgeStudio/resourceSerializationUtils");
|
|
11726
|
-
}
|
|
11727
|
-
const module2 = await import("@arcgis/core/applications/KnowledgeStudio/resourceSerializationUtils.js");
|
|
11728
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11729
|
-
}
|
|
11730
|
-
async function importApplicationsMapViewerMediaUtils() {
|
|
11731
|
-
if (isAMD) {
|
|
11732
|
-
return await window.$arcgis.import("esri/applications/MapViewer/mediaUtils");
|
|
11733
|
-
}
|
|
11734
|
-
const module2 = await import("@arcgis/core/applications/MapViewer/mediaUtils.js");
|
|
11735
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11736
|
-
}
|
|
11737
|
-
async function importApplicationsMapViewerTemplateUtils() {
|
|
11738
|
-
if (isAMD) {
|
|
11739
|
-
return await window.$arcgis.import("esri/applications/MapViewer/templateUtils");
|
|
11740
|
-
}
|
|
11741
|
-
const module2 = await import("@arcgis/core/applications/MapViewer/templateUtils.js");
|
|
11742
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11743
|
-
}
|
|
11744
|
-
async function importApplicationsSceneViewerColorUtils() {
|
|
11745
|
-
if (isAMD) {
|
|
11746
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/colorUtils");
|
|
11747
|
-
}
|
|
11748
|
-
const module2 = await import("@arcgis/core/applications/SceneViewer/colorUtils.js");
|
|
11749
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11750
|
-
}
|
|
11751
11743
|
async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
11752
11744
|
if (isAMD) {
|
|
11753
11745
|
return await window.$arcgis.import("esri/applications/SceneViewer/devEnvironmentUtils");
|
|
@@ -11755,34 +11747,6 @@ async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
|
11755
11747
|
const module2 = await import("@arcgis/core/applications/SceneViewer/devEnvironmentUtils.js");
|
|
11756
11748
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11757
11749
|
}
|
|
11758
|
-
async function importApplicationsSceneViewerLayerUtils() {
|
|
11759
|
-
if (isAMD) {
|
|
11760
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/layerUtils");
|
|
11761
|
-
}
|
|
11762
|
-
const module2 = await import("@arcgis/core/applications/SceneViewer/layerUtils.js");
|
|
11763
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11764
|
-
}
|
|
11765
|
-
async function importApplicationsSceneViewerSceneViewerUtils() {
|
|
11766
|
-
if (isAMD) {
|
|
11767
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/sceneViewerUtils");
|
|
11768
|
-
}
|
|
11769
|
-
const module2 = await import("@arcgis/core/applications/SceneViewer/sceneViewerUtils.js");
|
|
11770
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11771
|
-
}
|
|
11772
|
-
async function importApplicationsSceneViewerSymbolUtils() {
|
|
11773
|
-
if (isAMD) {
|
|
11774
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/symbolUtils");
|
|
11775
|
-
}
|
|
11776
|
-
const module2 = await import("@arcgis/core/applications/SceneViewer/symbolUtils.js");
|
|
11777
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11778
|
-
}
|
|
11779
|
-
async function importApplicationsUrbanMeshUtils() {
|
|
11780
|
-
if (isAMD) {
|
|
11781
|
-
return await window.$arcgis.import("esri/applications/Urban/meshUtils");
|
|
11782
|
-
}
|
|
11783
|
-
const module2 = await import("@arcgis/core/applications/Urban/meshUtils.js");
|
|
11784
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11785
|
-
}
|
|
11786
11750
|
async function importApplicationsWebEditorSketchUtils() {
|
|
11787
11751
|
if (isAMD) {
|
|
11788
11752
|
return await window.$arcgis.import("esri/applications/WebEditor/sketchUtils");
|
|
@@ -11819,19 +11783,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11819
11783
|
importApplicationsComponentsStyleUtils,
|
|
11820
11784
|
importApplicationsComponentsSvgUtils,
|
|
11821
11785
|
importApplicationsComponentsWebStyleSymbolUtils,
|
|
11822
|
-
importApplicationsExcaliburVideoViewUtils,
|
|
11823
11786
|
importApplicationsExperienceBuilderSketchUtils,
|
|
11824
|
-
importApplicationsKnowledgeStudioGeneralSharedKgUtils,
|
|
11825
|
-
importApplicationsKnowledgeStudioLayerInternalAccessUtils,
|
|
11826
|
-
importApplicationsKnowledgeStudioResourceSerializationUtils,
|
|
11827
|
-
importApplicationsMapViewerMediaUtils,
|
|
11828
|
-
importApplicationsMapViewerTemplateUtils,
|
|
11829
|
-
importApplicationsSceneViewerColorUtils,
|
|
11830
11787
|
importApplicationsSceneViewerDevEnvironmentUtils,
|
|
11831
|
-
importApplicationsSceneViewerLayerUtils,
|
|
11832
|
-
importApplicationsSceneViewerSceneViewerUtils,
|
|
11833
|
-
importApplicationsSceneViewerSymbolUtils,
|
|
11834
|
-
importApplicationsUrbanMeshUtils,
|
|
11835
11788
|
importApplicationsWebEditorSketchUtils,
|
|
11836
11789
|
importArcade,
|
|
11837
11790
|
importBasemap,
|
|
@@ -12648,6 +12601,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12648
12601
|
importWidgetsFeatureFormFieldInput,
|
|
12649
12602
|
importWidgetsFeatureFormGroupInput,
|
|
12650
12603
|
importWidgetsFeatureFormRelationshipInput,
|
|
12604
|
+
importWidgetsFeatureFormTextElementInput,
|
|
12605
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
12651
12606
|
importWidgetsFeatureTable,
|
|
12652
12607
|
importWidgetsFeatureTableActionColumn,
|
|
12653
12608
|
importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -12659,10 +12614,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12659
12614
|
importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
12660
12615
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
12661
12616
|
importWidgetsFeatureTableRelationshipColumn,
|
|
12617
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
12662
12618
|
importWidgetsFeatureTableSupportColumnTemplate,
|
|
12663
12619
|
importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
12664
12620
|
importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
12665
12621
|
importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
12622
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
12666
12623
|
importWidgetsFeatureTableSupportTableTemplate,
|
|
12667
12624
|
importWidgetsFeatureTemplates,
|
|
12668
12625
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -13421,6 +13378,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13421
13378
|
newWidgetsFeatureFormFieldInput,
|
|
13422
13379
|
newWidgetsFeatureFormGroupInput,
|
|
13423
13380
|
newWidgetsFeatureFormRelationshipInput,
|
|
13381
|
+
newWidgetsFeatureFormTextElementInput,
|
|
13382
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
13424
13383
|
newWidgetsFeatureTable,
|
|
13425
13384
|
newWidgetsFeatureTableActionColumn,
|
|
13426
13385
|
newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -13432,10 +13391,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13432
13391
|
newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
13433
13392
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
13434
13393
|
newWidgetsFeatureTableRelationshipColumn,
|
|
13394
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
13435
13395
|
newWidgetsFeatureTableSupportColumnTemplate,
|
|
13436
13396
|
newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
13437
13397
|
newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
13438
13398
|
newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
13399
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
13439
13400
|
newWidgetsFeatureTableSupportTableTemplate,
|
|
13440
13401
|
newWidgetsFeatureTemplates,
|
|
13441
13402
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|