-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8708a4a
commit ff1587b
Showing
1 changed file
with
110 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
## API Report File for "@carto/web-sdk" | ||
|
||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). | ||
```ts | ||
|
||
import { AggregationType as AggregationType_2 } from '@/data/operations/aggregation/'; | ||
import { AggregationType as AggregationType_3 } from '@/data/operations/aggregation'; | ||
import { CategoryDataView as CategoryDataView_2 } from '@/viz/dataview'; | ||
import { CategoryDataViewData as CategoryDataViewData_2 } from '@/viz/dataview/category/CategoryDataViewImpl'; | ||
import { ColumnFilters as ColumnFilters_2 } from '@/viz/filters/types'; | ||
import { Credentials as Credentials_2 } from '@/auth'; | ||
import { DataView as DataView_3 } from '@/viz/dataview/DataView'; | ||
import { Deck } from '@deck.gl/core'; | ||
import { Feature } from 'geojson'; | ||
import { Filter as Filter_2 } from '@/viz/filters/types'; | ||
import { FilterOptions } from '@/viz/filters/types'; | ||
import { FormulaDataView as FormulaDataView_2 } from '@/viz/dataview'; | ||
import { FormulaDataViewData as FormulaDataViewData_2 } from '@/viz/dataview/formula/FormulaDataViewImpl'; | ||
import { GeoJSON as GeoJSON_2 } from 'geojson'; | ||
import { GeoJsonLayerProps } from '@deck.gl/layers/geojson-layer/geojson-layer'; | ||
import { HistogramDataView as HistogramDataView_2 } from '@/viz/dataview/histogram/HistogramDataView'; | ||
import { HistogramDataViewData as HistogramDataViewData_2 } from '@/viz/dataview/histogram/HistogramDataViewImpl'; | ||
import { IconLayerProps } from '@deck.gl/layers/icon-layer/icon-layer'; | ||
import { Layer as Layer_2 } from '@/viz'; | ||
import { Layer as Layer_3 } from '@/viz/layer'; | ||
import { LegendProperties } from '@/viz/legend'; | ||
import { LegendWidgetOptions } from '@/viz/legend'; | ||
import { MapOptions } from '@/maps/Client'; | ||
import { default as mitt_2 } from 'mitt'; | ||
import { Source } from '@/viz'; | ||
import { SpatialFilters } from '@/viz/filters/types'; | ||
import { WithEvents } from '@/core/mixins/WithEvents'; | ||
|
||
// @public (undocumented) | ||
export const auth: { | ||
Credentials: typeof Credentials; | ||
setDefaultCredentials: typeof setDefaultCredentials; | ||
}; | ||
|
||
// @public (undocumented) | ||
export const version: any; | ||
|
||
// @public (undocumented) | ||
export const viz: { | ||
Layer: typeof Layer; | ||
Popup: typeof Popup; | ||
createMap: typeof createMap; | ||
createGoogleMap: typeof createGoogleMap; | ||
source: { | ||
GeoJSON: typeof GeoJSONSource; | ||
SQL: typeof SQLSource; | ||
Dataset: typeof DatasetSource; | ||
BQ: typeof BQSource; | ||
}; | ||
dataview: { | ||
Category: typeof CategoryDataView; | ||
Formula: typeof FormulaDataView; | ||
Histogram: typeof HistogramDataView; | ||
}; | ||
widget: { | ||
Category: typeof CategoryWidget; | ||
Formula: typeof FormulaWidget; | ||
Histogram: typeof HistogramWidget; | ||
}; | ||
style: { | ||
basic: typeof basicStyle; | ||
colorBins: typeof colorBinsStyle; | ||
colorCategories: typeof colorCategoriesStyle; | ||
colorContinuous: typeof colorContinuousStyle; | ||
sizeBins: typeof sizeBinsStyle; | ||
sizeCategories: typeof sizeCategoriesStyle; | ||
sizeContinuous: typeof sizeContinuousStyle; | ||
icon: typeof iconStyle; | ||
}; | ||
Legend: typeof LegendWidget; | ||
}; | ||
|
||
|
||
// Warnings were encountered during analysis: | ||
// | ||
// src/index.ts:51:18 - (ae-forgotten-export) The symbol "Credentials" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:51:18 - (ae-forgotten-export) The symbol "setDefaultCredentials" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:96:17 - (ae-forgotten-export) The symbol "Layer" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:96:17 - (ae-forgotten-export) The symbol "Popup" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:96:17 - (ae-forgotten-export) The symbol "createMap" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:96:17 - (ae-forgotten-export) The symbol "createGoogleMap" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:96:17 - (ae-forgotten-export) The symbol "CategoryDataView" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:96:17 - (ae-forgotten-export) The symbol "FormulaDataView" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:96:17 - (ae-forgotten-export) The symbol "HistogramDataView" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:96:17 - (ae-forgotten-export) The symbol "CategoryWidget" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:96:17 - (ae-forgotten-export) The symbol "FormulaWidget" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:96:17 - (ae-forgotten-export) The symbol "HistogramWidget" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:96:17 - (ae-forgotten-export) The symbol "basicStyle" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:96:17 - (ae-forgotten-export) The symbol "colorBinsStyle" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:96:17 - (ae-forgotten-export) The symbol "colorCategoriesStyle" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:96:17 - (ae-forgotten-export) The symbol "colorContinuousStyle" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:96:17 - (ae-forgotten-export) The symbol "sizeBinsStyle" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:96:17 - (ae-forgotten-export) The symbol "sizeCategoriesStyle" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:96:17 - (ae-forgotten-export) The symbol "sizeContinuousStyle" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:96:17 - (ae-forgotten-export) The symbol "iconStyle" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:96:17 - (ae-forgotten-export) The symbol "LegendWidget" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:102:1 - (ae-forgotten-export) The symbol "GeoJSONSource" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:103:1 - (ae-forgotten-export) The symbol "SQLSource" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:104:1 - (ae-forgotten-export) The symbol "DatasetSource" needs to be exported by the entry point index.d.ts | ||
// src/index.ts:105:1 - (ae-forgotten-export) The symbol "BQSource" needs to be exported by the entry point index.d.ts | ||
|
||
// (No @packageDocumentation comment for this package) | ||
|
||
``` |