From ff1587b81d91915b674879f8a678daca70e61c7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Velarde?= Date: Mon, 31 Aug 2020 11:21:43 +0200 Subject: [PATCH] chore: report file --- docs/etc/web-sdk.api.md | 110 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 docs/etc/web-sdk.api.md diff --git a/docs/etc/web-sdk.api.md b/docs/etc/web-sdk.api.md new file mode 100644 index 00000000..7c34b789 --- /dev/null +++ b/docs/etc/web-sdk.api.md @@ -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) + +```