@conterra/ct-mapapps-typings 4.20.0-next.20250815035618 → 4.20.0-next.20250829042906
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/apprt-core/config.d.ts +4 -0
- package/package.json +1 -1
- package/result-api/__internal__/{B85-jret.d.ts → hgufIQgs.d.ts} +10 -3
- package/result-api/api/actions.d.ts +1 -1
- package/result-api/api/formatting.d.ts +1 -1
- package/result-api/api/index.d.ts +1 -1
- package/result-api/api/model.d.ts +1 -1
- package/result-api/api/service.d.ts +1 -1
- package/result-api/api/ui.d.ts +1 -1
package/apprt-core/config.d.ts
CHANGED
|
@@ -64,6 +64,10 @@ interface WellknownConfigKeys {
|
|
|
64
64
|
* Defines that switching to HTTP POST is allowed during layer.js pre-fetching.
|
|
65
65
|
*/
|
|
66
66
|
"app-launch-prefetch-with-post-enabled": boolean;
|
|
67
|
+
/**
|
|
68
|
+
* Instead of switching to post, the pre-fetching is using mulitple get requests if the url is to long.
|
|
69
|
+
*/
|
|
70
|
+
"app-launch-prefetch-with-get-split": boolean;
|
|
67
71
|
/**
|
|
68
72
|
* Defines that the layer.js request is using gzip encoded parameters to keep the parameter size short.
|
|
69
73
|
*/
|
package/package.json
CHANGED
|
@@ -646,9 +646,10 @@ interface Dataset<IdType extends DatasetItemId = DatasetItemId> extends EventSou
|
|
|
646
646
|
*/
|
|
647
647
|
readonly updateError: Error | undefined;
|
|
648
648
|
/**
|
|
649
|
-
* The
|
|
649
|
+
* The default aria field for each item.
|
|
650
|
+
* The dataset must be initialized to access this property.
|
|
650
651
|
*/
|
|
651
|
-
readonly
|
|
652
|
+
readonly defaultItemAriaField: string | undefined;
|
|
652
653
|
/**
|
|
653
654
|
* Provides access to the initial id provider, if not yet used to init the dataset.
|
|
654
655
|
*/
|
|
@@ -990,6 +991,12 @@ interface TableModel<IdType extends DatasetItemId = DatasetItemId> extends Event
|
|
|
990
991
|
* Sort state.
|
|
991
992
|
*/
|
|
992
993
|
sortBy: SortSpecifier[];
|
|
994
|
+
/**
|
|
995
|
+
* The aria label of a row of the table.
|
|
996
|
+
* This is a string like `Text: ${columnName}`.
|
|
997
|
+
* The default UI attaches it as meta information to a row.
|
|
998
|
+
*/
|
|
999
|
+
readonly rowAriaLabel: string;
|
|
993
1000
|
/**
|
|
994
1001
|
* Gets currently fetched rows.
|
|
995
1002
|
* Should only be accessed if table is in state "loaded".
|
|
@@ -1182,7 +1189,7 @@ interface Column {
|
|
|
1182
1189
|
/** Column alignment */
|
|
1183
1190
|
readonly align?: ColumnAlign;
|
|
1184
1191
|
/** Column special names for UI rendering */
|
|
1185
|
-
readonly renderType?: "text" | "mail" | "link";
|
|
1192
|
+
readonly renderType?: "auto" | "text" | "mail" | "link";
|
|
1186
1193
|
/**
|
|
1187
1194
|
* Referenced data set fields.
|
|
1188
1195
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DataTableCollection, DataTable, TableItem } from '../__internal__/
|
|
1
|
+
import { DataTableCollection, DataTable, TableItem } from '../__internal__/hgufIQgs.js';
|
|
2
2
|
import { EventSource } from 'apprt-core/Events';
|
|
3
3
|
import 'apprt-core/Types';
|
|
4
4
|
import '@arcgis/core/geometry';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { ArcadeFormatOptions, DateTimeFormat, DateTimeFormatOptions, FORMATTER_COMBINED_IDENTIFIER, FORMATTER_DOMAIN_VALUE_IDENTIFIER, FORMATTER_ID_IDENTIFIER, Formatter, FormatterFacade, FormatterOptions, FormattingInfo, FormattingInfoProvider, NumberFormatOptions, WellKnownFormatterOptions } from '../__internal__/
|
|
1
|
+
export { ArcadeFormatOptions, DateTimeFormat, DateTimeFormatOptions, FORMATTER_COMBINED_IDENTIFIER, FORMATTER_DOMAIN_VALUE_IDENTIFIER, FORMATTER_ID_IDENTIFIER, Formatter, FormatterFacade, FormatterOptions, FormattingInfo, FormattingInfoProvider, NumberFormatOptions, WellKnownFormatterOptions } from '../__internal__/hgufIQgs.js';
|
|
2
2
|
import 'apprt-core/Types';
|
|
3
3
|
import '@arcgis/core/geometry';
|
|
4
4
|
import '@arcgis/core/geometry/SpatialReference';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { ArcadeFormatOptions, CollectionChangedEvent, Column, ColumnAlign, ColumnProvider, ColumnProviderFactory, DataSource, DataTable, DataTableCollection, DataTableCollectionEvents, DataTableEvents, DataTableId, DataTableWatchProperties, Dataset, DatasetCapabilities, DatasetEvents, DatasetField, DatasetItem, DatasetItemId, DatasetItemIdsProvider, DatasetState, DatasetWatchProperties, DateTimeFormat, DateTimeFormatOptions, FORMATTER_COMBINED_IDENTIFIER, FORMATTER_DOMAIN_VALUE_IDENTIFIER, FORMATTER_ID_IDENTIFIER, Filter, FocusChangedEvent, Formatter, FormatterFacade, FormatterOptions, FormattingInfo, FormattingInfoProvider, ItemCount, NumberFormatOptions, QueryDefinition, QueryResult, RowEvent, RowItem, SELECTION_COLUMN_NAME, Selection, SelectionEvents, SortSpecifier, SuggestFilter, TableItem, TableModel, TableModelEvents, TableModelState, TableModelWatchProperties, WellKnownFormatterOptions } from '../__internal__/
|
|
1
|
+
export { ArcadeFormatOptions, CollectionChangedEvent, Column, ColumnAlign, ColumnProvider, ColumnProviderFactory, DataSource, DataTable, DataTableCollection, DataTableCollectionEvents, DataTableEvents, DataTableId, DataTableWatchProperties, Dataset, DatasetCapabilities, DatasetEvents, DatasetField, DatasetItem, DatasetItemId, DatasetItemIdsProvider, DatasetState, DatasetWatchProperties, DateTimeFormat, DateTimeFormatOptions, FORMATTER_COMBINED_IDENTIFIER, FORMATTER_DOMAIN_VALUE_IDENTIFIER, FORMATTER_ID_IDENTIFIER, Filter, FocusChangedEvent, Formatter, FormatterFacade, FormatterOptions, FormattingInfo, FormattingInfoProvider, ItemCount, NumberFormatOptions, QueryDefinition, QueryResult, RowEvent, RowItem, SELECTION_COLUMN_NAME, Selection, SelectionEvents, SortSpecifier, SuggestFilter, TableItem, TableModel, TableModelEvents, TableModelState, TableModelWatchProperties, WellKnownFormatterOptions } from '../__internal__/hgufIQgs.js';
|
|
2
2
|
export { DataTableFactory, ResultViewerService, ResultViewerServiceEvents, ResultViewerServiceOpenOptions } from './service.js';
|
|
3
3
|
export { DataTableUi, DataTableUiConfig, DataTableUiEvents, DataTableUiFactory } from './ui.js';
|
|
4
4
|
export { BulkActionContext, BulkButtonTableAction, BulkTableAction, RowActionContext, RowButtonTableAction, RowTableAction, TableAction, TableActionDisplayState, TableActionDisplayStateProvider, TableActionItem, TableActionResolver, TableActionResolverContext, TableActionResolverContextEvents, TableActionResolverContextOptions, TableActionUIType } from './actions.js';
|
|
@@ -2,4 +2,4 @@ import 'apprt-core/Types';
|
|
|
2
2
|
import '@arcgis/core/geometry';
|
|
3
3
|
import '@arcgis/core/geometry/SpatialReference';
|
|
4
4
|
import 'store-api/api';
|
|
5
|
-
export { CollectionChangedEvent, Column, ColumnAlign, ColumnProvider, ColumnProviderFactory, DataSource, DataTable, DataTableCollection, DataTableCollectionEvents, DataTableEvents, DataTableId, DataTableWatchProperties, Dataset, DatasetCapabilities, DatasetEvents, DatasetField, DatasetItem, DatasetItemId, DatasetItemIdsProvider, DatasetState, DatasetWatchProperties, Filter, FocusChangedEvent, ItemCount, QueryDefinition, QueryResult, RowEvent, RowItem, SELECTION_COLUMN_NAME, Selection, SelectionEvents, SortSpecifier, SuggestFilter, TableItem, TableModel, TableModelEvents, TableModelState, TableModelWatchProperties } from '../__internal__/
|
|
5
|
+
export { CollectionChangedEvent, Column, ColumnAlign, ColumnProvider, ColumnProviderFactory, DataSource, DataTable, DataTableCollection, DataTableCollectionEvents, DataTableEvents, DataTableId, DataTableWatchProperties, Dataset, DatasetCapabilities, DatasetEvents, DatasetField, DatasetItem, DatasetItemId, DatasetItemIdsProvider, DatasetState, DatasetWatchProperties, Filter, FocusChangedEvent, ItemCount, QueryDefinition, QueryResult, RowEvent, RowItem, SELECTION_COLUMN_NAME, Selection, SelectionEvents, SortSpecifier, SuggestFilter, TableItem, TableModel, TableModelEvents, TableModelState, TableModelWatchProperties } from '../__internal__/hgufIQgs.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Store, ComplexQueryExpression, QueryOptions } from 'store-api/api';
|
|
2
|
-
import { DataTableCollection, DataTable, DatasetItemIdsProvider } from '../__internal__/
|
|
2
|
+
import { DataTableCollection, DataTable, DatasetItemIdsProvider } from '../__internal__/hgufIQgs.js';
|
|
3
3
|
import { EventSource, Handle } from 'apprt-core/Types';
|
|
4
4
|
import '@arcgis/core/geometry';
|
|
5
5
|
import '@arcgis/core/geometry/SpatialReference';
|
package/result-api/api/ui.d.ts
CHANGED