Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into benelan/9255-add-icons…
Browse files Browse the repository at this point in the history
…-to-monorepo

* origin/dev:
  fix(shell): fix resizing a slotted shell-panel when clicking to resize (#9846)
  chore: add translations (#9841)
  chore: release next
  feat(combobox): append custom values to top of dropdown (#9817)
  chore: release next
  fix(time-picker): render meridiem first for korean locale (#9842)
  • Loading branch information
benelan committed Jul 24, 2024
2 parents 43a17a4 + 2318905 commit 14eca22
Show file tree
Hide file tree
Showing 134 changed files with 455 additions and 151 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.0-next.21](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-23)

**Note:** Version bump only for package @esri/calcite-components-angular

## [2.11.0-next.20](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-23)

**Note:** Version bump only for package @esri/calcite-components-angular

## [2.11.0-next.19](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-23)

**Note:** Version bump only for package @esri/calcite-components-angular
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components-angular",
"version": "2.11.0-next.19",
"version": "2.11.0-next.21",
"description": "A set of Angular components that wrap Esri's Calcite Components.",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"bugs": {
Expand All @@ -17,7 +17,7 @@
},
"sideEffects": false,
"dependencies": {
"@esri/calcite-components": "^2.11.0-next.19",
"@esri/calcite-components": "^2.11.0-next.21",
"tslib": "2.6.3"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/calcite-components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.0-next.21](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-23)

**Note:** Version bump only for package @esri/calcite-components-react

## [2.11.0-next.20](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-23)

**Note:** Version bump only for package @esri/calcite-components-react

## [2.11.0-next.19](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-23)

**Note:** Version bump only for package @esri/calcite-components-react
Expand Down
4 changes: 2 additions & 2 deletions packages/calcite-components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components-react",
"version": "2.11.0-next.19",
"version": "2.11.0-next.21",
"description": "A set of React components that wrap calcite components",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"tsc": "tsc"
},
"dependencies": {
"@esri/calcite-components": "^2.11.0-next.19"
"@esri/calcite-components": "^2.11.0-next.21"
},
"peerDependencies": {
"react": ">=16.7",
Expand Down
12 changes: 12 additions & 0 deletions packages/calcite-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.0-next.21](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-23)

### Features

- **combobox:** append custom values to top of dropdown ([#9817](https://github.com/Esri/calcite-design-system/issues/9817)) ([287448b](https://github.com/Esri/calcite-design-system/commit/287448b432d0e93b0b183282cca07867ab29a678)), closes [#7288](https://github.com/Esri/calcite-design-system/issues/7288)

## [2.11.0-next.20](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-23)

### Bug Fixes

- **time-picker:** render meridiem first for korean locale ([#9842](https://github.com/Esri/calcite-design-system/issues/9842)) ([6ed4d21](https://github.com/Esri/calcite-design-system/commit/6ed4d21d9429a42389657cce6d65ac814ac02a16)), closes [#9720](https://github.com/Esri/calcite-design-system/issues/9720)

## [2.11.0-next.19](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/calcite-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components",
"version": "2.11.0-next.19",
"version": "2.11.0-next.21",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"description": "Web Components for Esri's Calcite Design System.",
"main": "dist/index.cjs.js",
Expand Down
50 changes: 26 additions & 24 deletions packages/calcite-components/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ import { StepperMessages } from "./components/stepper/assets/stepper/t9n";
import { StepperItemMessages } from "./components/stepper-item/assets/stepper-item/t9n";
import { TabID, TabLayout, TabPosition } from "./components/tabs/interfaces";
import { TabNavMessages } from "./components/tab-nav/assets/tab-nav/t9n";
import { Element } from "@stencil/core";
import { TabChangeEventDetail, TabCloseEventDetail } from "./components/tab/interfaces";
import { TabTitleMessages } from "./components/tab-title/assets/tab-title/t9n";
import { RowType, TableInteractionMode, TableLayout, TableRowFocusEvent, TableSelectionDisplay } from "./components/table/interfaces";
Expand Down Expand Up @@ -175,6 +176,7 @@ export { StepperMessages } from "./components/stepper/assets/stepper/t9n";
export { StepperItemMessages } from "./components/stepper-item/assets/stepper-item/t9n";
export { TabID, TabLayout, TabPosition } from "./components/tabs/interfaces";
export { TabNavMessages } from "./components/tab-nav/assets/tab-nav/t9n";
export { Element } from "@stencil/core";
export { TabChangeEventDetail, TabCloseEventDetail } from "./components/tab/interfaces";
export { TabTitleMessages } from "./components/tab-title/assets/tab-title/t9n";
export { RowType, TableInteractionMode, TableLayout, TableRowFocusEvent, TableSelectionDisplay } from "./components/table/interfaces";
Expand Down Expand Up @@ -983,7 +985,7 @@ export namespace Components {
"status": Status;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity": MutableValidityState;
Expand Down Expand Up @@ -1347,7 +1349,7 @@ export namespace Components {
"validationMessage": string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity": MutableValidityState;
Expand Down Expand Up @@ -2282,7 +2284,7 @@ export namespace Components {
"validationMessage": string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity": MutableValidityState;
Expand Down Expand Up @@ -2405,7 +2407,7 @@ export namespace Components {
"validationMessage": string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity": MutableValidityState;
Expand Down Expand Up @@ -2600,7 +2602,7 @@ export namespace Components {
"validationMessage": string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity": MutableValidityState;
Expand Down Expand Up @@ -2741,7 +2743,7 @@ export namespace Components {
"validationMessage": string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity": MutableValidityState;
Expand Down Expand Up @@ -2841,7 +2843,7 @@ export namespace Components {
"validationMessage": string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity": MutableValidityState;
Expand Down Expand Up @@ -2929,7 +2931,7 @@ export namespace Components {
"validationMessage": string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity": MutableValidityState;
Expand Down Expand Up @@ -4225,7 +4227,7 @@ export namespace Components {
"validationMessage": string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity": MutableValidityState;
Expand Down Expand Up @@ -4320,7 +4322,7 @@ export namespace Components {
"validationMessage": string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity": MutableValidityState;
Expand Down Expand Up @@ -5230,7 +5232,7 @@ export namespace Components {
"placeholder": string;
/**
* When `true`, the component's `value` can be read, but cannot be modified.
* @readonly
* @readonly
* @mdn [readOnly](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly)
*/
"readOnly": boolean;
Expand Down Expand Up @@ -5274,7 +5276,7 @@ export namespace Components {
"validationMessage": string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity": MutableValidityState;
Expand Down Expand Up @@ -8795,7 +8797,7 @@ declare namespace LocalJSX {
"status"?: Status;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity"?: MutableValidityState;
Expand Down Expand Up @@ -9188,7 +9190,7 @@ declare namespace LocalJSX {
"validationMessage"?: string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity"?: MutableValidityState;
Expand Down Expand Up @@ -10164,7 +10166,7 @@ declare namespace LocalJSX {
"validationMessage"?: string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity"?: MutableValidityState;
Expand Down Expand Up @@ -10298,7 +10300,7 @@ declare namespace LocalJSX {
"validationMessage"?: string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity"?: MutableValidityState;
Expand Down Expand Up @@ -10495,7 +10497,7 @@ declare namespace LocalJSX {
"validationMessage"?: string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity"?: MutableValidityState;
Expand Down Expand Up @@ -10641,7 +10643,7 @@ declare namespace LocalJSX {
"validationMessage"?: string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity"?: MutableValidityState;
Expand Down Expand Up @@ -10752,7 +10754,7 @@ declare namespace LocalJSX {
"validationMessage"?: string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity"?: MutableValidityState;
Expand Down Expand Up @@ -10859,7 +10861,7 @@ declare namespace LocalJSX {
"validationMessage"?: string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity"?: MutableValidityState;
Expand Down Expand Up @@ -12218,7 +12220,7 @@ declare namespace LocalJSX {
"validationMessage"?: string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity"?: MutableValidityState;
Expand Down Expand Up @@ -12317,7 +12319,7 @@ declare namespace LocalJSX {
"validationMessage"?: string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity"?: MutableValidityState;
Expand Down Expand Up @@ -13264,7 +13266,7 @@ declare namespace LocalJSX {
"placeholder"?: string;
/**
* When `true`, the component's `value` can be read, but cannot be modified.
* @readonly
* @readonly
* @mdn [readOnly](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly)
*/
"readOnly"?: boolean;
Expand Down Expand Up @@ -13300,7 +13302,7 @@ declare namespace LocalJSX {
"validationMessage"?: string;
/**
* The current validation state of the component.
* @readonly
* @readonly
* @mdn [ValidityState](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)
*/
"validity"?: MutableValidityState;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"expand": "توسيع",
"collapse": "طي"
"collapse": "طي",
"expandLabel": "توسيع",
"collapseLabel": "طي"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"expand": "Разгъване",
"collapse": "Сгъване"
"collapse": "Сгъване",
"expandLabel": "Разгъване",
"collapseLabel": "Сгъване"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"expand": "Proširi",
"collapse": "Sažmi"
"collapse": "Sažmi",
"expandLabel": "Proširi",
"collapseLabel": "Sažmi"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"expand": "Amplia",
"collapse": "Redueix"
"collapse": "Redueix",
"expandLabel": "Amplia",
"collapseLabel": "Redueix"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"expand": "Rozbalit",
"collapse": "Sbalit"
"collapse": "Sbalit",
"expandLabel": "Rozbalit",
"collapseLabel": "Sbalit"
}
Loading

0 comments on commit 14eca22

Please sign in to comment.