@arcgis/core 4.30.0 → 4.30.2
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/applications/SceneViewer/sceneViewerUtils.js +1 -1
- package/assets/esri/core/workers/RemoteClient.js +1 -1
- package/assets/esri/core/workers/chunks/{c39237c00c1d588dc107.js → 25c41ceb1951d80f4798.js} +1 -1
- package/assets/esri/core/workers/chunks/{f13fb6b712e364bbf48c.js → 61e1f1564a8440f186e7.js} +1 -1
- package/assets/esri/core/workers/chunks/{70ebc0e38eb1cfb79320.js → 85701ca4ebc2de529053.js} +1 -1
- package/assets/esri/core/workers/chunks/88e8547079b299572bfe.js +1 -0
- package/assets/esri/core/workers/chunks/{403f73017bf763f7471c.js → 91f8f99c6f64e85458f3.js} +1 -1
- package/assets/esri/core/workers/chunks/{37dfb3ff86c4ef1b26c1.js → a9efe7abda35995d0dd8.js} +1 -1
- package/assets/esri/core/workers/chunks/ad6468d67bf50aff85ea.js +1 -0
- package/assets/esri/core/workers/chunks/{4cf5414d67aa888f2322.js → d502a5fe47e77d63ae5e.js} +1 -1
- package/assets/esri/core/workers/chunks/d6c954272cc96d6b7987.js +1 -0
- package/assets/esri/core/workers/chunks/{aa198e898b46c6e89d0b.js → e2c927ef4d88a0a8104b.js} +1 -1
- package/assets/esri/core/workers/chunks/{880e8329e264b6156fbc.js → e3a049ebcb0b89f16228.js} +1 -1
- package/assets/esri/core/workers/chunks/{f927c28f2fa78ec68235.js → ed9c88afccc5041d899a.js} +1 -1
- package/assets/esri/core/workers/chunks/{31f7a3c8e1a5b4ca4a73.js → fb97d6cc841c67c09d5c.js} +1 -1
- package/assets/esri/themes/base/widgets/_Grid.scss +3 -1
- package/assets/esri/themes/dark/main.css +1 -1
- package/assets/esri/themes/light/main.css +1 -1
- package/assets/esri/themes/light/view.css +1 -1
- package/chunks/persistableUrlUtils.js +1 -1
- package/identity/IdentityManagerBase.js +1 -1
- package/interfaces.d.ts +100 -50
- package/kernel.js +1 -1
- package/layers/CatalogLayer.js +1 -1
- package/layers/mixins/EditBusLayer.js +1 -1
- package/layers/support/MediaElementBase.js +1 -1
- package/package.json +1 -1
- package/portal/support/layersLoader.js +1 -1
- package/portal/support/loadUtils.js +1 -1
- package/portal/support/urlUtils.js +1 -1
- package/rest/imageService/fetchRasterInfo.js +1 -1
- package/support/persistableUrlUtils.js +1 -1
- package/support/revision.js +1 -1
- package/views/2d/layers/features/sources/strategies/chunks/OverrideChunk.js +1 -1
- package/views/2d/layers/features/sources/strategies/chunks/SourceChunkStore.js +1 -1
- package/views/2d/layers/imagery/BaseImageryTileSubView2D.js +1 -1
- package/widgets/FeatureForm.js +1 -1
- package/widgets/FeatureTable/Grid/Column.js +1 -1
- package/widgets/FeatureTable.js +1 -1
- package/assets/esri/core/workers/chunks/20d447aa01a66a464363.js +0 -1
- package/assets/esri/core/workers/chunks/2b39f50b92fe27c30497.js +0 -1
- package/assets/esri/core/workers/chunks/8865ca9cb8d867d48d2d.js +0 -1
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
&[open] {
|
|
98
98
|
calcite-dropdown-item {
|
|
99
99
|
display: flex;
|
|
100
|
+
white-space: normal;
|
|
100
101
|
}
|
|
101
102
|
}
|
|
102
103
|
|
|
@@ -107,7 +108,8 @@
|
|
|
107
108
|
// Prevents frozen columns from appearing offset from the table edge on load.
|
|
108
109
|
// This is because VaadinGrid's positioning logic accounts for 'hidden' calcite dropdown items,
|
|
109
110
|
// since they use 'visibility: hidden' instead of 'display: none'.
|
|
110
|
-
calcite-dropdown-item
|
|
111
|
+
calcite-dropdown-item,
|
|
112
|
+
calcite-dropdown-item[hidden] {
|
|
111
113
|
display: none;
|
|
112
114
|
}
|
|
113
115
|
}
|