Esri / calcite-components-examples

Example applications utilizing calcite-components
https://github.com/Esri/calcite-components
Other
49 stars 26 forks source link

i took the code for angular and full with exceptions #292

Closed MannusEtten closed 9 months ago

MannusEtten commented 9 months ago

completely fresh install with npm install from the source code in the main -branch of this repo

Error: node_modules/@esri/calcite-components-angular/node_modules/@esri/calcite-components/dist/types/components.d.ts:5651:15 - error TS2320: Interface 'HTMLCalciteInputNumberElement' cannot simultaneously extend types 'CalciteInputNumber' and 'CalciteInputNumber'. Named property '"numberingSystem"' of types 'CalciteInputNumber' and 'CalciteInputNumber' are not identical.

5651 interface HTMLCalciteInputNumberElement extends Components.CalciteInputNumber, HTMLStencilElement {


Error: node_modules/@esri/calcite-components-angular/node_modules/@esri/calcite-components/dist/types/components.d.ts:5663:15 - error TS2320: Interface 'HTMLCalciteInputTimePickerElement' cannot simultaneously extend types 'CalciteInputTimePicker' and 'CalciteInputTimePicker'.
  Named property '"numberingSystem"' of types 'CalciteInputTimePicker' and 'CalciteInputTimePicker' are not identical.

5663     interface HTMLCalciteInputTimePickerElement extends Components.CalciteInputTimePicker, HTMLStencilElement {

Error: node_modules/@esri/calcite-components-angular/node_modules/@esri/calcite-components/dist/types/components.d.ts:5726:15 - error TS2320: Interface 'HTMLCalciteMeterElement' cannot simultaneously extend types 'CalciteMeter' and 'CalciteMeter'. Named property '"numberingSystem"' of types 'CalciteMeter' and 'CalciteMeter' are not identical.

5726 interface HTMLCalciteMeterElement extends Components.CalciteMeter, HTMLStencilElement {


Error: node_modules/@esri/calcite-components-angular/node_modules/@esri/calcite-components/dist/types/components.d.ts:5774:15 - error TS2320: Interface 'HTMLCalcitePaginationElement' cannot simultaneously extend types 'CalcitePagination' and 'CalcitePagination'.
  Named property '"numberingSystem"' of types 'CalcitePagination' and 'CalcitePagination' are not identical.

5774     interface HTMLCalcitePaginationElement extends Components.CalcitePagination, HTMLStencilElement {

Error: node_modules/@esri/calcite-components-angular/node_modules/@esri/calcite-components/dist/types/components.d.ts:5807:15 - error TS2320: Interface 'HTMLCalcitePickListItemElement' cannot simultaneously extend types 'CalcitePickListItem' and 'CalcitePickListItem'. Named property '"icon"' of types 'CalcitePickListItem' and 'CalcitePickListItem' are not identical.

5807 interface HTMLCalcitePickListItemElement extends Components.CalcitePickListItem, HTMLStencilElement {


Error: node_modules/@esri/calcite-components-angular/node_modules/@esri/calcite-components/dist/types/components.d.ts:5891:15 - error TS2320: Interface 'HTMLCalciteSliderElement' cannot simultaneously extend types 'CalciteSlider' and 'CalciteSlider'.
  Named property '"numberingSystem"' of types 'CalciteSlider' and 'CalciteSlider' are not identical.

5891     interface HTMLCalciteSliderElement extends Components.CalciteSlider, HTMLStencilElement {

Error: node_modules/@esri/calcite-components-angular/node_modules/@esri/calcite-components/dist/types/components.d.ts:5915:15 - error TS2320: Interface 'HTMLCalciteStepperElement' cannot simultaneously extend types 'CalciteStepper' and 'CalciteStepper'. Named property '"numberingSystem"' of types 'CalciteStepper' and 'CalciteStepper' are not identical.

5915 interface HTMLCalciteStepperElement extends Components.CalciteStepper, HTMLStencilElement {


Error: node_modules/@esri/calcite-components-angular/node_modules/@esri/calcite-components/dist/types/components.d.ts:5921:15 - error TS2320: Interface 'HTMLCalciteStepperItemElement' cannot simultaneously extend types 'CalciteStepperItem' and 'CalciteStepperItem'.
  Named property '"numberingSystem"' of types 'CalciteStepperItem' and 'CalciteStepperItem' are not identical.

5921     interface HTMLCalciteStepperItemElement extends Components.CalciteStepperItem, HTMLStencilElement {

Error: node_modules/@esri/calcite-components-angular/node_modules/@esri/calcite-components/dist/types/components.d.ts:5951:15 - error TS2320: Interface 'HTMLCalciteTableElement' cannot simultaneously extend types 'CalciteTable' and 'CalciteTable'. Named property '"numberingSystem"' of types 'CalciteTable' and 'CalciteTable' are not identical.

5951 interface HTMLCalciteTableElement extends Components.CalciteTable, HTMLStencilElement {


Error: node_modules/@esri/calcite-components-angular/node_modules/@esri/calcite-components/dist/types/components.d.ts:5981:15 - error TS2320: Interface 'HTMLCalciteTextAreaElement' cannot simultaneously extend types 'CalciteTextArea' and 'CalciteTextArea'.
  Named property '"numberingSystem"' of types 'CalciteTextArea' and 'CalciteTextArea' are not identical.

5981     interface HTMLCalciteTextAreaElement extends Components.CalciteTextArea, HTMLStencilElement {

Error: node_modules/@esri/calcite-components-angular/node_modules/@esri/calcite-components/dist/types/components.d.ts:6005:15 - error TS2320: Interface 'HTMLCalciteTimePickerElement' cannot simultaneously extend types 'CalciteTimePicker' and 'CalciteTimePicker'. Named property '"numberingSystem"' of types 'CalciteTimePicker' and 'CalciteTimePicker' are not identical.

6005 interface HTMLCalciteTimePickerElement extends Components.CalciteTimePicker, HTMLStencilElement {



Error: node_modules/@esri/calcite-components-angular/node_modules/@esri/calcite-components/dist/types/components.d.ts:6059:15 - error TS2320: Interface 'HTMLCalciteValueListItemElement' cannot simultaneously extend types 'CalciteValueListItem' and 'CalciteValueListItem'.
  Named property '"icon"' of types 'CalciteValueListItem' and 'CalciteValueListItem' are not identical.

6059     interface HTMLCalciteValueListItemElement extends Components.CalciteValueListItem, HTMLStencilElement {