@arcgis/core-adapter 4.33.0-next.106 → 4.33.0-next.108
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/index.cjs +29 -16
- package/dist/index.d.cts +6 -4
- package/dist/index.d.ts +6 -4
- package/dist/index.js +29 -16
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -7773,6 +7773,28 @@ async function newWidgetsFeatureTableGridSupportButtonMenuViewModel(properties)
|
|
|
7773
7773
|
const ModConstructor = await importWidgetsFeatureTableGridSupportButtonMenuViewModel();
|
|
7774
7774
|
return new ModConstructor(properties);
|
|
7775
7775
|
}
|
|
7776
|
+
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
7777
|
+
if (isAMD) {
|
|
7778
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
7779
|
+
}
|
|
7780
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsColumnTemplate.js");
|
|
7781
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7782
|
+
}
|
|
7783
|
+
async function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties) {
|
|
7784
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsColumnTemplate();
|
|
7785
|
+
return new ModConstructor(properties);
|
|
7786
|
+
}
|
|
7787
|
+
async function importWidgetsFeatureTableSupportAttachmentsViewOptions() {
|
|
7788
|
+
if (isAMD) {
|
|
7789
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsViewOptions");
|
|
7790
|
+
}
|
|
7791
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsViewOptions.js");
|
|
7792
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7793
|
+
}
|
|
7794
|
+
async function newWidgetsFeatureTableSupportAttachmentsViewOptions(properties) {
|
|
7795
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsViewOptions();
|
|
7796
|
+
return new ModConstructor(properties);
|
|
7797
|
+
}
|
|
7776
7798
|
async function importWidgetsFeatureTableSupportColumnTemplate() {
|
|
7777
7799
|
if (isAMD) {
|
|
7778
7800
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/ColumnTemplate");
|
|
@@ -7806,15 +7828,15 @@ async function newWidgetsFeatureTableSupportFieldColumnTemplate(properties) {
|
|
|
7806
7828
|
const ModConstructor = await importWidgetsFeatureTableSupportFieldColumnTemplate();
|
|
7807
7829
|
return new ModConstructor(properties);
|
|
7808
7830
|
}
|
|
7809
|
-
async function
|
|
7831
|
+
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
7810
7832
|
if (isAMD) {
|
|
7811
|
-
return await window.$arcgis.import("esri/widgets/FeatureTable/support/
|
|
7833
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
7812
7834
|
}
|
|
7813
|
-
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/
|
|
7835
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/GroupColumnTemplate.js");
|
|
7814
7836
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
7815
7837
|
}
|
|
7816
|
-
async function
|
|
7817
|
-
const ModConstructor = await
|
|
7838
|
+
async function newWidgetsFeatureTableSupportGroupColumnTemplate(properties) {
|
|
7839
|
+
const ModConstructor = await importWidgetsFeatureTableSupportGroupColumnTemplate();
|
|
7818
7840
|
return new ModConstructor(properties);
|
|
7819
7841
|
}
|
|
7820
7842
|
async function importWidgetsFeatureTableSupportRelationshipColumnTemplate() {
|
|
@@ -7828,17 +7850,6 @@ async function newWidgetsFeatureTableSupportRelationshipColumnTemplate(propertie
|
|
|
7828
7850
|
const ModConstructor = await importWidgetsFeatureTableSupportRelationshipColumnTemplate();
|
|
7829
7851
|
return new ModConstructor(properties);
|
|
7830
7852
|
}
|
|
7831
|
-
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
7832
|
-
if (isAMD) {
|
|
7833
|
-
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
7834
|
-
}
|
|
7835
|
-
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/GroupColumnTemplate.js");
|
|
7836
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
7837
|
-
}
|
|
7838
|
-
async function newWidgetsFeatureTableSupportGroupColumnTemplate(properties) {
|
|
7839
|
-
const ModConstructor = await importWidgetsFeatureTableSupportGroupColumnTemplate();
|
|
7840
|
-
return new ModConstructor(properties);
|
|
7841
|
-
}
|
|
7842
7853
|
async function importWidgetsFeatureTableSupportTableTemplate() {
|
|
7843
7854
|
if (isAMD) {
|
|
7844
7855
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/TableTemplate");
|
|
@@ -11488,6 +11499,7 @@ exports.importWidgetsFeatureTableGridSupportButtonMenuItem = importWidgetsFeatur
|
|
|
11488
11499
|
exports.importWidgetsFeatureTableGridSupportButtonMenuViewModel = importWidgetsFeatureTableGridSupportButtonMenuViewModel;
|
|
11489
11500
|
exports.importWidgetsFeatureTableRelationshipColumn = importWidgetsFeatureTableRelationshipColumn;
|
|
11490
11501
|
exports.importWidgetsFeatureTableSupportAttachmentsColumnTemplate = importWidgetsFeatureTableSupportAttachmentsColumnTemplate;
|
|
11502
|
+
exports.importWidgetsFeatureTableSupportAttachmentsViewOptions = importWidgetsFeatureTableSupportAttachmentsViewOptions;
|
|
11491
11503
|
exports.importWidgetsFeatureTableSupportColumnTemplate = importWidgetsFeatureTableSupportColumnTemplate;
|
|
11492
11504
|
exports.importWidgetsFeatureTableSupportColumnTemplateBase = importWidgetsFeatureTableSupportColumnTemplateBase;
|
|
11493
11505
|
exports.importWidgetsFeatureTableSupportFieldColumnTemplate = importWidgetsFeatureTableSupportFieldColumnTemplate;
|
|
@@ -12316,6 +12328,7 @@ exports.newWidgetsFeatureTableGridSupportButtonMenuItem = newWidgetsFeatureTable
|
|
|
12316
12328
|
exports.newWidgetsFeatureTableGridSupportButtonMenuViewModel = newWidgetsFeatureTableGridSupportButtonMenuViewModel;
|
|
12317
12329
|
exports.newWidgetsFeatureTableRelationshipColumn = newWidgetsFeatureTableRelationshipColumn;
|
|
12318
12330
|
exports.newWidgetsFeatureTableSupportAttachmentsColumnTemplate = newWidgetsFeatureTableSupportAttachmentsColumnTemplate;
|
|
12331
|
+
exports.newWidgetsFeatureTableSupportAttachmentsViewOptions = newWidgetsFeatureTableSupportAttachmentsViewOptions;
|
|
12319
12332
|
exports.newWidgetsFeatureTableSupportColumnTemplate = newWidgetsFeatureTableSupportColumnTemplate;
|
|
12320
12333
|
exports.newWidgetsFeatureTableSupportColumnTemplateBase = newWidgetsFeatureTableSupportColumnTemplateBase;
|
|
12321
12334
|
exports.newWidgetsFeatureTableSupportFieldColumnTemplate = newWidgetsFeatureTableSupportFieldColumnTemplate;
|
package/dist/index.d.cts
CHANGED
|
@@ -1421,18 +1421,20 @@ export declare function importWidgetsFeatureTableGridSupportButtonMenuItem(): Pr
|
|
|
1421
1421
|
export declare function newWidgetsFeatureTableGridSupportButtonMenuItem(properties: __esri.ButtonMenuItemProperties): Promise<__esri.ButtonMenuItem>;
|
|
1422
1422
|
export declare function importWidgetsFeatureTableGridSupportButtonMenuViewModel(): Promise<typeof __esri.ButtonMenuViewModel>;
|
|
1423
1423
|
export declare function newWidgetsFeatureTableGridSupportButtonMenuViewModel(properties: __esri.ButtonMenuViewModelProperties): Promise<__esri.ButtonMenuViewModel>;
|
|
1424
|
+
export declare function importWidgetsFeatureTableSupportAttachmentsColumnTemplate(): Promise<typeof __esri.AttachmentsColumnTemplate>;
|
|
1425
|
+
export declare function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties: __esri.AttachmentsColumnTemplateProperties): Promise<__esri.AttachmentsColumnTemplate>;
|
|
1426
|
+
export declare function importWidgetsFeatureTableSupportAttachmentsViewOptions(): Promise<typeof __esri.AttachmentsViewOptions>;
|
|
1427
|
+
export declare function newWidgetsFeatureTableSupportAttachmentsViewOptions(properties: __esri.AttachmentsViewOptionsProperties): Promise<__esri.AttachmentsViewOptions>;
|
|
1424
1428
|
export declare function importWidgetsFeatureTableSupportColumnTemplate(): Promise<typeof __esri.ColumnTemplate>;
|
|
1425
1429
|
export declare function newWidgetsFeatureTableSupportColumnTemplate(properties: __esri.ColumnTemplateProperties): Promise<__esri.ColumnTemplate>;
|
|
1426
1430
|
export declare function importWidgetsFeatureTableSupportColumnTemplateBase(): Promise<typeof __esri.ColumnTemplateBase>;
|
|
1427
1431
|
export declare function newWidgetsFeatureTableSupportColumnTemplateBase(properties: __esri.ColumnTemplateBaseProperties): Promise<__esri.ColumnTemplateBase>;
|
|
1428
1432
|
export declare function importWidgetsFeatureTableSupportFieldColumnTemplate(): Promise<typeof __esri.FieldColumnTemplate>;
|
|
1429
1433
|
export declare function newWidgetsFeatureTableSupportFieldColumnTemplate(properties: __esri.FieldColumnTemplateProperties): Promise<__esri.FieldColumnTemplate>;
|
|
1430
|
-
export declare function importWidgetsFeatureTableSupportAttachmentsColumnTemplate(): Promise<typeof __esri.AttachmentsColumnTemplate>;
|
|
1431
|
-
export declare function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties: __esri.AttachmentsColumnTemplateProperties): Promise<__esri.AttachmentsColumnTemplate>;
|
|
1432
|
-
export declare function importWidgetsFeatureTableSupportRelationshipColumnTemplate(): Promise<typeof __esri.RelationshipColumnTemplate>;
|
|
1433
|
-
export declare function newWidgetsFeatureTableSupportRelationshipColumnTemplate(properties: __esri.RelationshipColumnTemplateProperties): Promise<__esri.RelationshipColumnTemplate>;
|
|
1434
1434
|
export declare function importWidgetsFeatureTableSupportGroupColumnTemplate(): Promise<typeof __esri.GroupColumnTemplate>;
|
|
1435
1435
|
export declare function newWidgetsFeatureTableSupportGroupColumnTemplate(properties: __esri.GroupColumnTemplateProperties): Promise<__esri.GroupColumnTemplate>;
|
|
1436
|
+
export declare function importWidgetsFeatureTableSupportRelationshipColumnTemplate(): Promise<typeof __esri.RelationshipColumnTemplate>;
|
|
1437
|
+
export declare function newWidgetsFeatureTableSupportRelationshipColumnTemplate(properties: __esri.RelationshipColumnTemplateProperties): Promise<__esri.RelationshipColumnTemplate>;
|
|
1436
1438
|
export declare function importWidgetsFeatureTableSupportTableTemplate(): Promise<typeof __esri.TableTemplate>;
|
|
1437
1439
|
export declare function newWidgetsFeatureTableSupportTableTemplate(properties: __esri.TableTemplateProperties): Promise<__esri.TableTemplate>;
|
|
1438
1440
|
export declare function importWidgetsFeatureTemplates(): Promise<typeof __esri.FeatureTemplates>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1421,18 +1421,20 @@ export declare function importWidgetsFeatureTableGridSupportButtonMenuItem(): Pr
|
|
|
1421
1421
|
export declare function newWidgetsFeatureTableGridSupportButtonMenuItem(properties: __esri.ButtonMenuItemProperties): Promise<__esri.ButtonMenuItem>;
|
|
1422
1422
|
export declare function importWidgetsFeatureTableGridSupportButtonMenuViewModel(): Promise<typeof __esri.ButtonMenuViewModel>;
|
|
1423
1423
|
export declare function newWidgetsFeatureTableGridSupportButtonMenuViewModel(properties: __esri.ButtonMenuViewModelProperties): Promise<__esri.ButtonMenuViewModel>;
|
|
1424
|
+
export declare function importWidgetsFeatureTableSupportAttachmentsColumnTemplate(): Promise<typeof __esri.AttachmentsColumnTemplate>;
|
|
1425
|
+
export declare function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties: __esri.AttachmentsColumnTemplateProperties): Promise<__esri.AttachmentsColumnTemplate>;
|
|
1426
|
+
export declare function importWidgetsFeatureTableSupportAttachmentsViewOptions(): Promise<typeof __esri.AttachmentsViewOptions>;
|
|
1427
|
+
export declare function newWidgetsFeatureTableSupportAttachmentsViewOptions(properties: __esri.AttachmentsViewOptionsProperties): Promise<__esri.AttachmentsViewOptions>;
|
|
1424
1428
|
export declare function importWidgetsFeatureTableSupportColumnTemplate(): Promise<typeof __esri.ColumnTemplate>;
|
|
1425
1429
|
export declare function newWidgetsFeatureTableSupportColumnTemplate(properties: __esri.ColumnTemplateProperties): Promise<__esri.ColumnTemplate>;
|
|
1426
1430
|
export declare function importWidgetsFeatureTableSupportColumnTemplateBase(): Promise<typeof __esri.ColumnTemplateBase>;
|
|
1427
1431
|
export declare function newWidgetsFeatureTableSupportColumnTemplateBase(properties: __esri.ColumnTemplateBaseProperties): Promise<__esri.ColumnTemplateBase>;
|
|
1428
1432
|
export declare function importWidgetsFeatureTableSupportFieldColumnTemplate(): Promise<typeof __esri.FieldColumnTemplate>;
|
|
1429
1433
|
export declare function newWidgetsFeatureTableSupportFieldColumnTemplate(properties: __esri.FieldColumnTemplateProperties): Promise<__esri.FieldColumnTemplate>;
|
|
1430
|
-
export declare function importWidgetsFeatureTableSupportAttachmentsColumnTemplate(): Promise<typeof __esri.AttachmentsColumnTemplate>;
|
|
1431
|
-
export declare function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties: __esri.AttachmentsColumnTemplateProperties): Promise<__esri.AttachmentsColumnTemplate>;
|
|
1432
|
-
export declare function importWidgetsFeatureTableSupportRelationshipColumnTemplate(): Promise<typeof __esri.RelationshipColumnTemplate>;
|
|
1433
|
-
export declare function newWidgetsFeatureTableSupportRelationshipColumnTemplate(properties: __esri.RelationshipColumnTemplateProperties): Promise<__esri.RelationshipColumnTemplate>;
|
|
1434
1434
|
export declare function importWidgetsFeatureTableSupportGroupColumnTemplate(): Promise<typeof __esri.GroupColumnTemplate>;
|
|
1435
1435
|
export declare function newWidgetsFeatureTableSupportGroupColumnTemplate(properties: __esri.GroupColumnTemplateProperties): Promise<__esri.GroupColumnTemplate>;
|
|
1436
|
+
export declare function importWidgetsFeatureTableSupportRelationshipColumnTemplate(): Promise<typeof __esri.RelationshipColumnTemplate>;
|
|
1437
|
+
export declare function newWidgetsFeatureTableSupportRelationshipColumnTemplate(properties: __esri.RelationshipColumnTemplateProperties): Promise<__esri.RelationshipColumnTemplate>;
|
|
1436
1438
|
export declare function importWidgetsFeatureTableSupportTableTemplate(): Promise<typeof __esri.TableTemplate>;
|
|
1437
1439
|
export declare function newWidgetsFeatureTableSupportTableTemplate(properties: __esri.TableTemplateProperties): Promise<__esri.TableTemplate>;
|
|
1438
1440
|
export declare function importWidgetsFeatureTemplates(): Promise<typeof __esri.FeatureTemplates>;
|
package/dist/index.js
CHANGED
|
@@ -7749,6 +7749,28 @@ async function newWidgetsFeatureTableGridSupportButtonMenuViewModel(properties)
|
|
|
7749
7749
|
const ModConstructor = await importWidgetsFeatureTableGridSupportButtonMenuViewModel();
|
|
7750
7750
|
return new ModConstructor(properties);
|
|
7751
7751
|
}
|
|
7752
|
+
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
7753
|
+
if (isAMD) {
|
|
7754
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
7755
|
+
}
|
|
7756
|
+
const module = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsColumnTemplate.js");
|
|
7757
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7758
|
+
}
|
|
7759
|
+
async function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties) {
|
|
7760
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsColumnTemplate();
|
|
7761
|
+
return new ModConstructor(properties);
|
|
7762
|
+
}
|
|
7763
|
+
async function importWidgetsFeatureTableSupportAttachmentsViewOptions() {
|
|
7764
|
+
if (isAMD) {
|
|
7765
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsViewOptions");
|
|
7766
|
+
}
|
|
7767
|
+
const module = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsViewOptions.js");
|
|
7768
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7769
|
+
}
|
|
7770
|
+
async function newWidgetsFeatureTableSupportAttachmentsViewOptions(properties) {
|
|
7771
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsViewOptions();
|
|
7772
|
+
return new ModConstructor(properties);
|
|
7773
|
+
}
|
|
7752
7774
|
async function importWidgetsFeatureTableSupportColumnTemplate() {
|
|
7753
7775
|
if (isAMD) {
|
|
7754
7776
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/ColumnTemplate");
|
|
@@ -7782,15 +7804,15 @@ async function newWidgetsFeatureTableSupportFieldColumnTemplate(properties) {
|
|
|
7782
7804
|
const ModConstructor = await importWidgetsFeatureTableSupportFieldColumnTemplate();
|
|
7783
7805
|
return new ModConstructor(properties);
|
|
7784
7806
|
}
|
|
7785
|
-
async function
|
|
7807
|
+
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
7786
7808
|
if (isAMD) {
|
|
7787
|
-
return await window.$arcgis.import("esri/widgets/FeatureTable/support/
|
|
7809
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
7788
7810
|
}
|
|
7789
|
-
const module = await import("@arcgis/core/widgets/FeatureTable/support/
|
|
7811
|
+
const module = await import("@arcgis/core/widgets/FeatureTable/support/GroupColumnTemplate.js");
|
|
7790
7812
|
return isDefaultModule(module) ? module.default : module;
|
|
7791
7813
|
}
|
|
7792
|
-
async function
|
|
7793
|
-
const ModConstructor = await
|
|
7814
|
+
async function newWidgetsFeatureTableSupportGroupColumnTemplate(properties) {
|
|
7815
|
+
const ModConstructor = await importWidgetsFeatureTableSupportGroupColumnTemplate();
|
|
7794
7816
|
return new ModConstructor(properties);
|
|
7795
7817
|
}
|
|
7796
7818
|
async function importWidgetsFeatureTableSupportRelationshipColumnTemplate() {
|
|
@@ -7804,17 +7826,6 @@ async function newWidgetsFeatureTableSupportRelationshipColumnTemplate(propertie
|
|
|
7804
7826
|
const ModConstructor = await importWidgetsFeatureTableSupportRelationshipColumnTemplate();
|
|
7805
7827
|
return new ModConstructor(properties);
|
|
7806
7828
|
}
|
|
7807
|
-
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
7808
|
-
if (isAMD) {
|
|
7809
|
-
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
7810
|
-
}
|
|
7811
|
-
const module = await import("@arcgis/core/widgets/FeatureTable/support/GroupColumnTemplate.js");
|
|
7812
|
-
return isDefaultModule(module) ? module.default : module;
|
|
7813
|
-
}
|
|
7814
|
-
async function newWidgetsFeatureTableSupportGroupColumnTemplate(properties) {
|
|
7815
|
-
const ModConstructor = await importWidgetsFeatureTableSupportGroupColumnTemplate();
|
|
7816
|
-
return new ModConstructor(properties);
|
|
7817
|
-
}
|
|
7818
7829
|
async function importWidgetsFeatureTableSupportTableTemplate() {
|
|
7819
7830
|
if (isAMD) {
|
|
7820
7831
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/TableTemplate");
|
|
@@ -11465,6 +11476,7 @@ export {
|
|
|
11465
11476
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
11466
11477
|
importWidgetsFeatureTableRelationshipColumn,
|
|
11467
11478
|
importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
11479
|
+
importWidgetsFeatureTableSupportAttachmentsViewOptions,
|
|
11468
11480
|
importWidgetsFeatureTableSupportColumnTemplate,
|
|
11469
11481
|
importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
11470
11482
|
importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
@@ -12293,6 +12305,7 @@ export {
|
|
|
12293
12305
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
12294
12306
|
newWidgetsFeatureTableRelationshipColumn,
|
|
12295
12307
|
newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
12308
|
+
newWidgetsFeatureTableSupportAttachmentsViewOptions,
|
|
12296
12309
|
newWidgetsFeatureTableSupportColumnTemplate,
|
|
12297
12310
|
newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
12298
12311
|
newWidgetsFeatureTableSupportFieldColumnTemplate,
|