diff --git a/package.json b/package.json index 52cf8f28dc..b4d5ccfc75 100644 --- a/package.json +++ b/package.json @@ -19,14 +19,14 @@ "lerna": "lerna" }, "devDependencies": { - "@babel/types": "^7.25.6", + "@babel/types": "^7.25.7", "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", "@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1", - "@evilmartians/lefthook": "^1.7.17", + "@evilmartians/lefthook": "^1.7.18", "@kong/design-tokens": "1.17.2", "@kong/eslint-config-kong-ui": "^1.1.1", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "@stylistic/stylelint-plugin": "^3.0.1", "@types/flat": "^5.0.5", "@types/js-yaml": "^4.0.9", @@ -35,7 +35,7 @@ "@types/uuid": "^10.0.0", "@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue-jsx": "^4.0.1", - "@vitest/ui": "^2.1.1", + "@vitest/ui": "^2.1.2", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.5.1", "c8": "^10.1.2", @@ -53,7 +53,7 @@ "postcss-html": "^1.7.0", "rimraf": "^6.0.1", "rollup-plugin-visualizer": "^5.12.0", - "sass": "^1.78.0", + "sass": "^1.79.5", "stylelint": "^16.9.0", "stylelint-config-html": "^1.1.0", "stylelint-config-recommended-scss": "^14.1.0", @@ -63,13 +63,13 @@ "tsc-alias": "^1.8.10", "tslib": "^2.7.0", "typedoc": "^0.26.7", - "typedoc-plugin-markdown": "^4.2.8", + "typedoc-plugin-markdown": "^4.2.9", "typescript": "~5.6.2", "uuid": "^10.0.0", "vite": "^5.4.8", "vite-plugin-externals": "^0.6.2", "vite-plugin-vue-devtools": "^7.4.6", - "vitest": "^2.1.1", + "vitest": "^2.1.2", "vue": "^3.4.38", "vue-router": "^4.4.5", "vue-tsc": "^2.1.6" diff --git a/packages/analytics/analytics-chart/CHANGELOG.md b/packages/analytics/analytics-chart/CHANGELOG.md index 9c4c82aef8..3de828b237 100644 --- a/packages/analytics/analytics-chart/CHANGELOG.md +++ b/packages/analytics/analytics-chart/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.10](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/analytics-chart@5.0.9...@kong-ui-public/analytics-chart@5.0.10) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/analytics-chart + + + + + +## [5.0.9](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/analytics-chart@5.0.8...@kong-ui-public/analytics-chart@5.0.9) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/analytics-chart + + + + + +## [5.0.8](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/analytics-chart@5.0.7...@kong-ui-public/analytics-chart@5.0.8) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/analytics-chart + + + + + ## [5.0.7](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/analytics-chart@5.0.6...@kong-ui-public/analytics-chart@5.0.7) (2024-10-09) diff --git a/packages/analytics/analytics-chart/package.json b/packages/analytics/analytics-chart/package.json index 38abc84c86..4b4d1575ce 100644 --- a/packages/analytics/analytics-chart/package.json +++ b/packages/analytics/analytics-chart/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/analytics-chart", - "version": "5.0.7", + "version": "5.0.10", "type": "module", "main": "./dist/vitals-chart.umd.js", "module": "./dist/vitals-chart.es.js", @@ -22,14 +22,14 @@ }, "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "vue": ">= 3.3.13 < 4" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong-ui-public/sandbox-layout": "workspace:^", "@kong/design-tokens": "1.17.2", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "@types/uuid": "^10.0.0", "file-saver": "^2.0.5", "lodash.mapkeys": "^4.6.0", diff --git a/packages/analytics/analytics-config-store/CHANGELOG.md b/packages/analytics/analytics-config-store/CHANGELOG.md index 76aa2038eb..ae148c1805 100644 --- a/packages/analytics/analytics-config-store/CHANGELOG.md +++ b/packages/analytics/analytics-config-store/CHANGELOG.md @@ -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. +## [0.8.15](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/analytics-config-store@0.8.14...@kong-ui-public/analytics-config-store@0.8.15) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/analytics-config-store + + + + + ## [0.8.14](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/analytics-config-store@0.8.13...@kong-ui-public/analytics-config-store@0.8.14) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/analytics-config-store diff --git a/packages/analytics/analytics-config-store/package.json b/packages/analytics/analytics-config-store/package.json index 553c4e5ab6..c26eaa4d5a 100644 --- a/packages/analytics/analytics-config-store/package.json +++ b/packages/analytics/analytics-config-store/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/analytics-config-store", - "version": "0.8.14", + "version": "0.8.15", "type": "module", "main": "./dist/vitals-config-store.umd.js", "module": "./dist/vitals-config-store.es.js", diff --git a/packages/analytics/analytics-geo-map/CHANGELOG.md b/packages/analytics/analytics-geo-map/CHANGELOG.md index 7d02568ac5..ef864846ae 100644 --- a/packages/analytics/analytics-geo-map/CHANGELOG.md +++ b/packages/analytics/analytics-geo-map/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.35](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/analytics-geo-map@0.2.34...@kong-ui-public/analytics-geo-map@0.2.35) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/analytics-geo-map + + + + + +## [0.2.34](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/analytics-geo-map@0.2.33...@kong-ui-public/analytics-geo-map@0.2.34) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/analytics-geo-map + + + + + +## [0.2.33](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/analytics-geo-map@0.2.32...@kong-ui-public/analytics-geo-map@0.2.33) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/analytics-geo-map + + + + + ## [0.2.32](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/analytics-geo-map@0.2.31...@kong-ui-public/analytics-geo-map@0.2.32) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/analytics-geo-map diff --git a/packages/analytics/analytics-geo-map/package.json b/packages/analytics/analytics-geo-map/package.json index 61254fd929..2f1c35d506 100644 --- a/packages/analytics/analytics-geo-map/package.json +++ b/packages/analytics/analytics-geo-map/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/analytics-geo-map", - "version": "0.2.32", + "version": "0.2.35", "type": "module", "main": "./dist/vitals-geo-map.umd.js", "module": "./dist/vitals-geo-map.es.js", @@ -41,7 +41,7 @@ "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "1.17.2", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "@types/geojson": "^7946.0.14", "maplibre-gl": "^4.7.1", "vue": "^3.4.38" @@ -65,7 +65,7 @@ }, "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "maplibre-gl": "workspace:^", "vue": "^3.4.38" }, diff --git a/packages/analytics/analytics-metric-provider/CHANGELOG.md b/packages/analytics/analytics-metric-provider/CHANGELOG.md index 77c3a55c21..cfc807a5f8 100644 --- a/packages/analytics/analytics-metric-provider/CHANGELOG.md +++ b/packages/analytics/analytics-metric-provider/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.4.35](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/analytics-metric-provider@8.4.34...@kong-ui-public/analytics-metric-provider@8.4.35) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/analytics-metric-provider + + + + + +## [8.4.34](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/analytics-metric-provider@8.4.33...@kong-ui-public/analytics-metric-provider@8.4.34) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/analytics-metric-provider + + + + + +## [8.4.33](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/analytics-metric-provider@8.4.32...@kong-ui-public/analytics-metric-provider@8.4.33) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/analytics-metric-provider + + + + + ## [8.4.32](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/analytics-metric-provider@8.4.31...@kong-ui-public/analytics-metric-provider@8.4.32) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/analytics-metric-provider diff --git a/packages/analytics/analytics-metric-provider/package.json b/packages/analytics/analytics-metric-provider/package.json index 16475ec0fa..fdc1bd75d0 100644 --- a/packages/analytics/analytics-metric-provider/package.json +++ b/packages/analytics/analytics-metric-provider/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/analytics-metric-provider", - "version": "8.4.32", + "version": "8.4.35", "type": "module", "main": "./dist/vitals-metric-provider.umd.js", "module": "./dist/vitals-metric-provider.es.js", @@ -60,14 +60,14 @@ "@kong-ui-public/analytics-config-store": "workspace:^", "@kong-ui-public/analytics-utilities": "workspace:^", "@kong-ui-public/i18n": "workspace:^", - "@kong/kongponents": "^9.10.3" + "@kong/kongponents": "^9.11.2" }, "devDependencies": { "@kong-ui-public/analytics-config-store": "workspace:^", "@kong-ui-public/analytics-utilities": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "1.17.2", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "pinia": ">= 2.1.7 < 3" } } diff --git a/packages/analytics/analytics-utilities/CHANGELOG.md b/packages/analytics/analytics-utilities/CHANGELOG.md index 081df497b2..c47de810ef 100644 --- a/packages/analytics/analytics-utilities/CHANGELOG.md +++ b/packages/analytics/analytics-utilities/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.3](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/analytics-utilities@5.0.2...@kong-ui-public/analytics-utilities@5.0.3) (2024-10-14) + + +### Bug Fixes + +* **analytics:** fix delta queries for absolute timeframes [MA-3273] ([#1707](https://github.com/Kong/public-ui-components/issues/1707)) ([0bfe0c7](https://github.com/Kong/public-ui-components/commit/0bfe0c723cc8485a55fca9c739541f01d5436bdf)) + + + + + ## [5.0.2](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/analytics-utilities@5.0.1...@kong-ui-public/analytics-utilities@5.0.2) (2024-10-09) diff --git a/packages/analytics/analytics-utilities/package.json b/packages/analytics/analytics-utilities/package.json index a9dc728d70..ca022b1960 100644 --- a/packages/analytics/analytics-utilities/package.json +++ b/packages/analytics/analytics-utilities/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/analytics-utilities", - "version": "5.0.2", + "version": "5.0.3", "type": "module", "main": "./dist/vitals-utilities.umd.js", "module": "./dist/vitals-utilities.es.js", diff --git a/packages/analytics/analytics-utilities/src/queryTime.spec.tz.ts b/packages/analytics/analytics-utilities/src/queryTime.spec.tz.ts index 80e59506d9..fa4260afd9 100644 --- a/packages/analytics/analytics-utilities/src/queryTime.spec.tz.ts +++ b/packages/analytics/analytics-utilities/src/queryTime.spec.tz.ts @@ -3,7 +3,7 @@ import { add, setDate, startOfDay, startOfMonth, startOfWeek, subMilliseconds } import { TimeframeKeys } from './types' import { DeltaQueryTime, TimeseriesQueryTime, UnaryQueryTime } from './queryTime' -import type { Timeframe } from './timeframes' +import { Timeframe } from './timeframes' import { datePickerSelectionToTimeframe, TimePeriods } from './timeframes' import { formatInTimeZone } from 'date-fns-tz' import { runUtcTest } from './specUtils' @@ -469,6 +469,43 @@ runDstTest('daylight savings time: spring', () => { expect(deltaQuery.granularitySeconds()).toBe(unaryQuery.granularitySeconds()) }) + + it('determines a correct trend query across multiple transitions', () => { + const start = new Date(1702832400000) // 2023-12-17, noon Eastern time + const end = new Date(1727798400000) // 2024-10-01, noon Eastern time + const timeframeLength = (end.getTime() - start.getTime()) / 1000 + + const timePeriod = new Timeframe({ + key: 'custom', + timeframeText: 'custom', + display: 'custom', + startCustom: start, + endCustom: end, + timeframeLength: () => timeframeLength, + defaultResponseGranularity: 'daily', + dataGranularity: 'daily', + isRelative: false, + allowedTiers: ['free', 'plus', 'enterprise'], + }) + + const unaryQuery = new UnaryQueryTime(timePeriod, 'US/Eastern') + + expect(unaryQuery.startMs()).toEqual(1702789200000) // 2023-12-17, midnight Eastern time + expect(unaryQuery.endMs()).toEqual(1727841600000) // 2024-10-02, midnight Eastern time + + // The length of the above timespan. Due to DST, it's 1 hour shy of 290 days. + const expectedGranularity = 1727841600000 - 1702789200000 + + expect(unaryQuery.granularityMs()).toEqual(expectedGranularity) + + const deltaQuery = new DeltaQueryTime(timePeriod, 'US/Eastern') + + expect(deltaQuery.startMs()).toEqual(1677736800000) // 2023-03-02, 1 AM Eastern time + expect(deltaQuery.endMs()).toEqual(1727841600000) // 2024-10-02, midnight Eastern time + + // Exactly half of the full delta timespan. + expect(deltaQuery.granularityMs()).toEqual(expectedGranularity) + }) }) runDstTest('daylight savings time: fall', () => { @@ -533,6 +570,7 @@ runUtcTest('UTC: timezone handling', () => { const unaryQuery = new UnaryQueryTime(getTimePeriod(TimeframeKeys.CURRENT_WEEK), 'US/Eastern') // Unary and delta end times should be rounded up to the nearest day. + // (Total length: 3 full days) expect(unaryQuery.endDate()).toEqual(new Date('2023-11-09T05:00:00.000Z')) expect(deltaQuery.endDate()).toEqual(new Date('2023-11-09T05:00:00.000Z')) @@ -541,8 +579,9 @@ runUtcTest('UTC: timezone handling', () => { // Delta start times are tricky; the existing behavior is to just match the length of the timeframe rather than // actually comparing to the full previous week. - // Because we're dealing with absolute timeframes, this rounds to the nearest day and therefore tracks DST. - expect(deltaQuery.startDate()).toEqual(new Date('2023-11-03T04:00:00.000Z')) + // This timeperiod isn't guaranteed cover integer numbers of days, because days might be different lengths + // around DST boundaries. + expect(deltaQuery.startDate()).toEqual(new Date('2023-11-03T05:00:00.000Z')) expect(deltaQuery.granularitySeconds()).toBe(unaryQuery.granularitySeconds()) }) @@ -559,9 +598,8 @@ runUtcTest('UTC: timezone handling', () => { // Delta start times are tricky; the existing behavior is to just match the length of the timeframe rather than // actually comparing to the full previous week. - // DST introduces an odd edge case where the timeframe length is N days + 1 hour. We basically round the timeframe - // up to the nearest day, so we end up with N+1 days. - expect(deltaQuery.startDate()).toEqual(new Date('2023-10-22T04:00:00.000Z')) + // The timeframe is 7 days and 1 hour due to the DST transition. + expect(deltaQuery.startDate()).toEqual(new Date('2023-10-23T03:00:00.000Z')) expect(deltaQuery.granularitySeconds()).toBe(unaryQuery.granularitySeconds()) }) @@ -579,8 +617,8 @@ runUtcTest('UTC: timezone handling', () => { // Delta start times are tricky; the existing behavior is to just match the length of the timeframe rather than // actually comparing to the full previous month. - // The timeframe gets rounded up to the nearest day, so this tracks the DST change. - expect(deltaQuery.startDate()).toEqual(new Date('2023-10-23T04:00:00.000Z')) + // The timeframe is 7 days and 1 hour due to the DST transition. + expect(deltaQuery.startDate()).toEqual(new Date('2023-10-24T03:00:00.000Z')) expect(deltaQuery.granularitySeconds()).toBe(unaryQuery.granularitySeconds()) }) @@ -647,8 +685,7 @@ runUtcTest('UTC: timezone handling', () => { // Delta start times are tricky; the existing behavior is to just match the length of the timeframe rather than // actually comparing to the full previous week. - // This is extended to the nearest day, which in this case results in a different hour offset due to DST. - expect(deltaQuery.startDate()).toEqual(new Date('2023-10-22T21:00:00.000Z')) + expect(deltaQuery.startDate()).toEqual(new Date('2023-10-22T22:00:00.000Z')) expect(deltaQuery.granularitySeconds()).toBe(unaryQuery.granularitySeconds()) }) @@ -665,8 +702,7 @@ runUtcTest('UTC: timezone handling', () => { // Delta start times are tricky; the existing behavior is to just match the length of the timeframe rather than // actually comparing to the full previous month. - // This is extended to the nearest day, which in this case results in a different hour offset due to DST. - expect(deltaQuery.startDate()).toEqual(new Date('2023-10-22T21:00:00.000Z')) + expect(deltaQuery.startDate()).toEqual(new Date('2023-10-22T22:00:00.000Z')) expect(deltaQuery.granularitySeconds()).toBe(unaryQuery.granularitySeconds()) }) @@ -684,9 +720,8 @@ runUtcTest('UTC: timezone handling', () => { // Delta start times are tricky; the existing behavior is to just match the length of the timeframe rather than // actually comparing to the full previous month. - // DST introduces an odd edge case where the timeframe length is N days + 1 hour. We basically round the timeframe - // up to the nearest day, so we end up with N+1 days. - expect(deltaQuery.startDate()).toEqual(new Date('2023-08-29T21:00:00.000Z')) + // Bulgaria's DST change happens in this window, so the actual timeframe length is 31 days and 1 hour. + expect(deltaQuery.startDate()).toEqual(new Date('2023-08-30T20:00:00.000Z')) expect(deltaQuery.granularitySeconds()).toBe(unaryQuery.granularitySeconds()) }) diff --git a/packages/analytics/analytics-utilities/src/queryTime.ts b/packages/analytics/analytics-utilities/src/queryTime.ts index 68a919a70f..108965185e 100644 --- a/packages/analytics/analytics-utilities/src/queryTime.ts +++ b/packages/analytics/analytics-utilities/src/queryTime.ts @@ -1,4 +1,4 @@ -import { getTime, getUnixTime, sub } from 'date-fns' +import { getTime, getUnixTime } from 'date-fns' import { ceilToNearestTimeGrain, @@ -42,11 +42,7 @@ abstract class BaseQueryTime implements QueryTime { const timeframeLengthMs = ceilEnd.getTime() - floorStart.getTime() const periodOffset = timeframeLengthMs * (periods - 1) - return floorToNearestTimeGrain( - new Date(rawStart.getTime() - periodOffset), - granularity, - this.tz, - ) + return new Date(floorStart.getTime() - periodOffset) } } @@ -77,11 +73,6 @@ abstract class BaseQueryTime implements QueryTime { endMs(): number { return getTime(this.endDate()) } - - // Return whether the timeframe's bounds are within the allotment for a free tier user. - withinFreeTier(): boolean { - return this.startDate() >= sub(new Date(), { days: 1 }) - } } // We expect to get back a number of values, depending on the selected timeframe and granularity. @@ -137,6 +128,8 @@ export class DeltaQueryTime extends UnaryQueryTime { granularityMs(): number { // Note the `super` call -- the granularity for a DeltaQueryTime is the same as for an // equivalent UnaryQueryTime, despite the fact that the start time for a Delta query is earlier. + // This property must hold in order for the current period's numbers to not change between unary + // and delta query times. return this.endDate().getTime() - super.startDate().getTime() } } diff --git a/packages/analytics/dashboard-renderer/CHANGELOG.md b/packages/analytics/dashboard-renderer/CHANGELOG.md index 85fc8898fd..ae140069b8 100644 --- a/packages/analytics/dashboard-renderer/CHANGELOG.md +++ b/packages/analytics/dashboard-renderer/CHANGELOG.md @@ -3,6 +3,38 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.26.11](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/dashboard-renderer@0.26.10...@kong-ui-public/dashboard-renderer@0.26.11) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/dashboard-renderer + + + + + +## [0.26.10](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/dashboard-renderer@0.26.9...@kong-ui-public/dashboard-renderer@0.26.10) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/dashboard-renderer + + + + + +## [0.26.9](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/dashboard-renderer@0.26.8...@kong-ui-public/dashboard-renderer@0.26.9) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/dashboard-renderer + + + + + +## [0.26.8](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/dashboard-renderer@0.26.7...@kong-ui-public/dashboard-renderer@0.26.8) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/dashboard-renderer + + + + + ## [0.26.7](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/dashboard-renderer@0.26.6...@kong-ui-public/dashboard-renderer@0.26.7) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/dashboard-renderer diff --git a/packages/analytics/dashboard-renderer/package.json b/packages/analytics/dashboard-renderer/package.json index 94cb1925ce..9829b64fa1 100644 --- a/packages/analytics/dashboard-renderer/package.json +++ b/packages/analytics/dashboard-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/dashboard-renderer", - "version": "0.26.7", + "version": "0.26.11", "type": "module", "main": "./dist/dashboard-renderer.umd.js", "module": "./dist/dashboard-renderer.es.js", @@ -46,7 +46,7 @@ "@kong-ui-public/i18n": "workspace:^", "@kong-ui-public/sandbox-layout": "workspace:^", "@kong/design-tokens": "1.17.2", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "json-schema-to-ts": "^3.1.1", "pinia": ">= 2.1.7 < 3", "swrv": "^1.0.4", @@ -75,7 +75,7 @@ "@kong-ui-public/analytics-metric-provider": "workspace:^", "@kong-ui-public/analytics-utilities": "workspace:^", "@kong-ui-public/i18n": "workspace:^", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "swrv": "^1.0.4", "vue": ">= 3.3.13 < 4" }, diff --git a/packages/analytics/metric-cards/CHANGELOG.md b/packages/analytics/metric-cards/CHANGELOG.md index 406d3fa7e7..2571a764c2 100644 --- a/packages/analytics/metric-cards/CHANGELOG.md +++ b/packages/analytics/metric-cards/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.40](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/metric-cards@0.9.39...@kong-ui-public/metric-cards@0.9.40) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/metric-cards + + + + + +## [0.9.39](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/metric-cards@0.9.38...@kong-ui-public/metric-cards@0.9.39) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/metric-cards + + + + + ## [0.9.38](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/metric-cards@0.9.37...@kong-ui-public/metric-cards@0.9.38) (2024-10-08) **Note:** Version bump only for package @kong-ui-public/metric-cards diff --git a/packages/analytics/metric-cards/package.json b/packages/analytics/metric-cards/package.json index 86d545314b..d92b5e8909 100644 --- a/packages/analytics/metric-cards/package.json +++ b/packages/analytics/metric-cards/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/metric-cards", - "version": "0.9.38", + "version": "0.9.40", "type": "module", "main": "./dist/metric-cards.umd.js", "module": "./dist/metric-cards.es.js", @@ -39,12 +39,12 @@ "test:unit:open": "cross-env FORCE_COLOR=1 vitest --ui" }, "peerDependencies": { - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "vue": ">= 3.3.13 < 4" }, "devDependencies": { "@kong/design-tokens": "1.17.2", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "vue": "^3.4.38" }, "dependencies": { diff --git a/packages/analytics/portal-analytics-bridge/CHANGELOG.md b/packages/analytics/portal-analytics-bridge/CHANGELOG.md index 8708e59213..277eb8b1ac 100644 --- a/packages/analytics/portal-analytics-bridge/CHANGELOG.md +++ b/packages/analytics/portal-analytics-bridge/CHANGELOG.md @@ -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. +## [0.2.43](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/portal-analytics-bridge@0.2.42...@kong-ui-public/portal-analytics-bridge@0.2.43) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/portal-analytics-bridge + + + + + ## [0.2.42](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/portal-analytics-bridge@0.2.41...@kong-ui-public/portal-analytics-bridge@0.2.42) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/portal-analytics-bridge diff --git a/packages/analytics/portal-analytics-bridge/package.json b/packages/analytics/portal-analytics-bridge/package.json index f003bdc239..0f7ebbb7c9 100644 --- a/packages/analytics/portal-analytics-bridge/package.json +++ b/packages/analytics/portal-analytics-bridge/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/portal-analytics-bridge", - "version": "0.2.42", + "version": "0.2.43", "type": "module", "main": "./dist/portal-vitals-bridge.umd.js", "module": "./dist/portal-vitals-bridge.es.js", diff --git a/packages/core/app-layout/CHANGELOG.md b/packages/core/app-layout/CHANGELOG.md index e24677c22f..d2b97f8e0a 100644 --- a/packages/core/app-layout/CHANGELOG.md +++ b/packages/core/app-layout/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.47](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/app-layout@4.2.46...@kong-ui-public/app-layout@4.2.47) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/app-layout + + + + + +## [4.2.46](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/app-layout@4.2.45...@kong-ui-public/app-layout@4.2.46) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/app-layout + + + + + ## [4.2.45](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/app-layout@4.2.44...@kong-ui-public/app-layout@4.2.45) (2024-10-08) **Note:** Version bump only for package @kong-ui-public/app-layout diff --git a/packages/core/app-layout/package.json b/packages/core/app-layout/package.json index 0194d58f47..f6473e9a67 100644 --- a/packages/core/app-layout/package.json +++ b/packages/core/app-layout/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/app-layout", - "version": "4.2.45", + "version": "4.2.47", "type": "module", "main": "./dist/app-layout.umd.js", "module": "./dist/app-layout.es.js", @@ -39,7 +39,7 @@ "test:unit:open": "cross-env FORCE_COLOR=1 vitest --ui" }, "peerDependencies": { - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "vue": ">= 3.3.13 < 4", "vue-router": "^4.3.3" }, @@ -51,7 +51,7 @@ }, "devDependencies": { "@kong/design-tokens": "1.17.2", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "@types/lodash.clonedeep": "^4.5.9", "vue": "^3.4.38", "vue-router": "^4.4.5" diff --git a/packages/core/documentation/CHANGELOG.md b/packages/core/documentation/CHANGELOG.md index e38098945f..0b7911ef29 100644 --- a/packages/core/documentation/CHANGELOG.md +++ b/packages/core/documentation/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.70](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/documentation@0.7.69...@kong-ui-public/documentation@0.7.70) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/documentation + + + + + +## [0.7.69](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/documentation@0.7.68...@kong-ui-public/documentation@0.7.69) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/documentation + + + + + +## [0.7.68](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/documentation@0.7.67...@kong-ui-public/documentation@0.7.68) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/documentation + + + + + ## [0.7.67](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/documentation@0.7.66...@kong-ui-public/documentation@0.7.67) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/documentation diff --git a/packages/core/documentation/package.json b/packages/core/documentation/package.json index e53e6006dc..389f01dfc4 100644 --- a/packages/core/documentation/package.json +++ b/packages/core/documentation/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/documentation", - "version": "0.7.67", + "version": "0.7.70", "type": "module", "main": "./dist/documentation.umd.js", "module": "./dist/documentation.es.js", @@ -45,13 +45,13 @@ }, "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "vue": "^3.4.38" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "1.17.2", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "axios": "^1.7.7", "vue": "^3.4.38" }, diff --git a/packages/core/expressions/CHANGELOG.md b/packages/core/expressions/CHANGELOG.md index 51ea7961b8..4bbc2403a7 100644 --- a/packages/core/expressions/CHANGELOG.md +++ b/packages/core/expressions/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.49](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/expressions@0.4.48...@kong-ui-public/expressions@0.4.49) (2024-10-15) + +**Note:** Version bump only for package @kong-ui-public/expressions + + + + + +## [0.4.48](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/expressions@0.4.47...@kong-ui-public/expressions@0.4.48) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/expressions + + + + + +## [0.4.47](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/expressions@0.4.46...@kong-ui-public/expressions@0.4.47) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/expressions + + + + + ## [0.4.46](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/expressions@0.4.45...@kong-ui-public/expressions@0.4.46) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/expressions diff --git a/packages/core/expressions/package.json b/packages/core/expressions/package.json index c3ca43c2cd..b2a669744d 100644 --- a/packages/core/expressions/package.json +++ b/packages/core/expressions/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/expressions", - "version": "0.4.46", + "version": "0.4.49", "type": "module", "module": "./dist/expressions.es.js", "types": "dist/types/index.d.ts", @@ -39,7 +39,7 @@ "devDependencies": { "@kong/atc-router": "1.6.0-rc.1", "@kong/design-tokens": "1.17.2", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "@types/uuid": "^10.0.0", "vite-plugin-monaco-editor": "^1.1.0", "vite-plugin-top-level-await": "^1.4.4", @@ -65,7 +65,7 @@ }, "peerDependencies": { "@kong-ui-public/forms": "workspace:^", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "vue": "^3.4.38" }, "dependencies": { diff --git a/packages/core/forms/CHANGELOG.md b/packages/core/forms/CHANGELOG.md index 36a21994bd..1430560aed 100644 --- a/packages/core/forms/CHANGELOG.md +++ b/packages/core/forms/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.15](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/forms@4.7.14...@kong-ui-public/forms@4.7.15) (2024-10-15) + + +### Bug Fixes + +* **forms:** adopt native mask support ([#1716](https://github.com/Kong/public-ui-components/issues/1716)) ([31fb12a](https://github.com/Kong/public-ui-components/commit/31fb12a163f0ca0fe11b550de06707b40d320d30)) + + + + + +## [4.7.14](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/forms@4.7.13...@kong-ui-public/forms@4.7.14) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/forms + + + + + +## [4.7.13](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/forms@4.7.12...@kong-ui-public/forms@4.7.13) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/forms + + + + + ## [4.7.12](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/forms@4.7.11...@kong-ui-public/forms@4.7.12) (2024-10-08) **Note:** Version bump only for package @kong-ui-public/forms diff --git a/packages/core/forms/package.json b/packages/core/forms/package.json index 5e10a5edee..4e710aa8e7 100644 --- a/packages/core/forms/package.json +++ b/packages/core/forms/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/forms", - "version": "4.7.12", + "version": "4.7.15", "type": "module", "main": "./dist/forms.umd.js", "module": "./dist/forms.es.js", @@ -56,13 +56,13 @@ }, "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "vue": "^3.4.38" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "1.17.2", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "@types/lodash-es": "^4.17.12", "pug": "^3.0.3" }, diff --git a/packages/core/forms/src/components/fields/FieldInput.vue b/packages/core/forms/src/components/fields/FieldInput.vue index 6de4030d5e..8c1dd2859c 100644 --- a/packages/core/forms/src/components/fields/FieldInput.vue +++ b/packages/core/forms/src/components/fields/FieldInput.vue @@ -17,27 +17,12 @@ :placeholder="schema.placeholder" :readonly="schema.readonly" :required="schema.required" + :show-password-mask-toggle="inputType === 'password'" :type="inputType" :width="schema.width" @blur="onBlur" @update:model-value="onInput" - > - - + /> () const propsRefs = toRefs(props) -const masked = ref(true) const autofillSlot = inject(AUTOFILL_SLOT, undefined) @@ -131,10 +114,6 @@ const inputType = computed((): string => { case 'datetime': return 'datetime-local' - // 'password' fields are masked by default, but can be toggled by the user - case 'password': - return masked.value ? 'password' : 'text' - default: return iType || 'text' } @@ -202,10 +181,6 @@ const onBlur = (): void => { } } -const toggleMasked = () => { - masked.value = !masked.value -} - onMounted((): void => { // Set up debounced functions for formatting dates and numbers switch (inputType.value) { diff --git a/packages/core/misc-widgets/CHANGELOG.md b/packages/core/misc-widgets/CHANGELOG.md index d88e9ebb96..bc2a5bb785 100644 --- a/packages/core/misc-widgets/CHANGELOG.md +++ b/packages/core/misc-widgets/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.34](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/misc-widgets@2.1.33...@kong-ui-public/misc-widgets@2.1.34) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/misc-widgets + + + + + +## [2.1.33](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/misc-widgets@2.1.32...@kong-ui-public/misc-widgets@2.1.33) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/misc-widgets + + + + + ## [2.1.32](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/misc-widgets@2.1.31...@kong-ui-public/misc-widgets@2.1.32) (2024-10-08) **Note:** Version bump only for package @kong-ui-public/misc-widgets diff --git a/packages/core/misc-widgets/package.json b/packages/core/misc-widgets/package.json index 08a93155a0..ca9ab0e8b5 100644 --- a/packages/core/misc-widgets/package.json +++ b/packages/core/misc-widgets/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/misc-widgets", - "version": "2.1.32", + "version": "2.1.34", "type": "module", "main": "./dist/misc-widgets.umd.js", "module": "./dist/misc-widgets.es.js", @@ -40,12 +40,12 @@ }, "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "vue": ">= 3.3.13 < 4" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "vue": "^3.4.38" }, "repository": { diff --git a/packages/core/sandbox-layout/CHANGELOG.md b/packages/core/sandbox-layout/CHANGELOG.md index 65b28a2abf..c8a5e3215d 100644 --- a/packages/core/sandbox-layout/CHANGELOG.md +++ b/packages/core/sandbox-layout/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.44](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/sandbox-layout@2.1.43...@kong-ui-public/sandbox-layout@2.1.44) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/sandbox-layout + + + + + +## [2.1.43](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/sandbox-layout@2.1.42...@kong-ui-public/sandbox-layout@2.1.43) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/sandbox-layout + + + + + ## [2.1.42](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/sandbox-layout@2.1.41...@kong-ui-public/sandbox-layout@2.1.42) (2024-10-08) **Note:** Version bump only for package @kong-ui-public/sandbox-layout diff --git a/packages/core/sandbox-layout/package.json b/packages/core/sandbox-layout/package.json index 1476e27d18..436015d567 100644 --- a/packages/core/sandbox-layout/package.json +++ b/packages/core/sandbox-layout/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/sandbox-layout", - "version": "2.1.42", + "version": "2.1.44", "type": "module", "main": "./dist/sandbox-layout.umd.js", "module": "./dist/sandbox-layout.es.js", @@ -40,7 +40,7 @@ }, "devDependencies": { "@kong/design-tokens": "1.17.2", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "vue": "^3.4.38", "vue-router": "^4.4.5" }, @@ -62,7 +62,7 @@ "errorLimit": "200KB" }, "peerDependencies": { - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "vue": ">= 3.3.13 < 4" }, "dependencies": { diff --git a/packages/entities/entities-certificates/CHANGELOG.md b/packages/entities/entities-certificates/CHANGELOG.md index 2fc38c64d4..0ed860eb12 100644 --- a/packages/entities/entities-certificates/CHANGELOG.md +++ b/packages/entities/entities-certificates/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.6.32](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-certificates@3.6.31...@kong-ui-public/entities-certificates@3.6.32) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-certificates + + + + + +## [3.6.31](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-certificates@3.6.30...@kong-ui-public/entities-certificates@3.6.31) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-certificates + + + + + +## [3.6.30](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-certificates@3.6.29...@kong-ui-public/entities-certificates@3.6.30) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-certificates + + + + + ## [3.6.29](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-certificates@3.6.28...@kong-ui-public/entities-certificates@3.6.29) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/entities-certificates diff --git a/packages/entities/entities-certificates/package.json b/packages/entities/entities-certificates/package.json index a58d69661e..b00077bed5 100644 --- a/packages/entities/entities-certificates/package.json +++ b/packages/entities/entities-certificates/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/entities-certificates", - "version": "3.6.29", + "version": "3.6.32", "type": "module", "main": "./dist/entities-certificates.umd.js", "module": "./dist/entities-certificates.es.js", @@ -24,7 +24,7 @@ "@kong-ui-public/entities-shared": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/icons": "^1.18.1", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "axios": "^1.6.8", "vue": ">= 3.3.13 < 4", "vue-router": "^4.3.3" @@ -34,7 +34,7 @@ "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "1.17.2", "@kong/icons": "^1.18.1", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "axios": "^1.7.7", "vue": "^3.4.38", "vue-router": "^4.4.5" @@ -69,7 +69,7 @@ "extends": "../../../package.json" }, "dependencies": { - "@peculiar/x509": "^1.12.2" + "@peculiar/x509": "^1.12.3" }, "distSizeChecker": { "errorLimit": "1.5MB" diff --git a/packages/entities/entities-consumer-credentials/CHANGELOG.md b/packages/entities/entities-consumer-credentials/CHANGELOG.md index 9d0d316e56..b0678ed965 100644 --- a/packages/entities/entities-consumer-credentials/CHANGELOG.md +++ b/packages/entities/entities-consumer-credentials/CHANGELOG.md @@ -3,6 +3,41 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.4.3](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-consumer-credentials@3.4.2...@kong-ui-public/entities-consumer-credentials@3.4.3) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-consumer-credentials + + + + + +## [3.4.2](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-consumer-credentials@3.4.1...@kong-ui-public/entities-consumer-credentials@3.4.2) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-consumer-credentials + + + + + +## [3.4.1](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-consumer-credentials@3.4.0...@kong-ui-public/entities-consumer-credentials@3.4.1) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-consumer-credentials + + + + + +# [3.4.0](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-consumer-credentials@3.3.27...@kong-ui-public/entities-consumer-credentials@3.4.0) (2024-10-14) + + +### Features + +* **consumer-credentials:** remove credential column ([#1711](https://github.com/Kong/public-ui-components/issues/1711)) ([fc2590c](https://github.com/Kong/public-ui-components/commit/fc2590cd2cd4384ba7f03609b2dbda765363d639)) + + + + + ## [3.3.27](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-consumer-credentials@3.3.26...@kong-ui-public/entities-consumer-credentials@3.3.27) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/entities-consumer-credentials diff --git a/packages/entities/entities-consumer-credentials/package.json b/packages/entities/entities-consumer-credentials/package.json index 2544ec2750..abb1ce5ac3 100644 --- a/packages/entities/entities-consumer-credentials/package.json +++ b/packages/entities/entities-consumer-credentials/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/entities-consumer-credentials", - "version": "3.3.27", + "version": "3.4.3", "type": "module", "main": "./dist/entities-consumer-credentials.umd.js", "module": "./dist/entities-consumer-credentials.es.js", @@ -24,7 +24,7 @@ "@kong-ui-public/entities-shared": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/icons": "^1.18.1", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "axios": "^1.6.8", "vue": ">= 3.3.13 < 4", "vue-router": "^4.3.3" @@ -34,7 +34,7 @@ "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "1.17.2", "@kong/icons": "^1.18.1", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "axios": "^1.7.7", "vue": "^3.4.38", "vue-router": "^4.4.5" diff --git a/packages/entities/entities-consumer-credentials/src/components/ConsumerCredentialList.vue b/packages/entities/entities-consumer-credentials/src/components/ConsumerCredentialList.vue index 6d480a3c0d..b3c52499aa 100644 --- a/packages/entities/entities-consumer-credentials/src/components/ConsumerCredentialList.vue +++ b/packages/entities/entities-consumer-credentials/src/components/ConsumerCredentialList.vue @@ -281,7 +281,6 @@ const fields: Record = { tags: { label: t('credentials.list.table_headers.acls.tags') }, }, 'basic-auth': { - password: { label: t('credentials.list.table_headers.basic-auth.password') }, username: { label: t('credentials.list.table_headers.basic-auth.username') }, created_at: { label: t('credentials.list.table_headers.basic-auth.created_at') }, tags: { label: t('credentials.list.table_headers.basic-auth.tags') }, diff --git a/packages/entities/entities-consumer-groups/CHANGELOG.md b/packages/entities/entities-consumer-groups/CHANGELOG.md index 0c6dc174c8..0638584fa1 100644 --- a/packages/entities/entities-consumer-groups/CHANGELOG.md +++ b/packages/entities/entities-consumer-groups/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.31](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-consumer-groups@3.5.30...@kong-ui-public/entities-consumer-groups@3.5.31) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-consumer-groups + + + + + +## [3.5.30](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-consumer-groups@3.5.29...@kong-ui-public/entities-consumer-groups@3.5.30) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-consumer-groups + + + + + +## [3.5.29](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-consumer-groups@3.5.28...@kong-ui-public/entities-consumer-groups@3.5.29) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-consumer-groups + + + + + ## [3.5.28](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-consumer-groups@3.5.27...@kong-ui-public/entities-consumer-groups@3.5.28) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/entities-consumer-groups diff --git a/packages/entities/entities-consumer-groups/package.json b/packages/entities/entities-consumer-groups/package.json index 9211996e9f..5ec25449f7 100644 --- a/packages/entities/entities-consumer-groups/package.json +++ b/packages/entities/entities-consumer-groups/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/entities-consumer-groups", - "version": "3.5.28", + "version": "3.5.31", "type": "module", "main": "./dist/entities-consumer-groups.umd.js", "module": "./dist/entities-consumer-groups.es.js", @@ -24,7 +24,7 @@ "@kong-ui-public/entities-shared": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/icons": "^1.18.1", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "axios": "^1.6.8", "vue": ">= 3.3.13 < 4", "vue-router": "^4.3.3" @@ -34,7 +34,7 @@ "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "1.17.2", "@kong/icons": "^1.18.1", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "axios": "^1.7.7", "vue": "^3.4.38", "vue-router": "^4.4.5" diff --git a/packages/entities/entities-consumers/CHANGELOG.md b/packages/entities/entities-consumers/CHANGELOG.md index fe59d83dd6..84a3efe5c5 100644 --- a/packages/entities/entities-consumers/CHANGELOG.md +++ b/packages/entities/entities-consumers/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.31](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-consumers@3.5.30...@kong-ui-public/entities-consumers@3.5.31) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-consumers + + + + + +## [3.5.30](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-consumers@3.5.29...@kong-ui-public/entities-consumers@3.5.30) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-consumers + + + + + +## [3.5.29](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-consumers@3.5.28...@kong-ui-public/entities-consumers@3.5.29) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-consumers + + + + + ## [3.5.28](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-consumers@3.5.27...@kong-ui-public/entities-consumers@3.5.28) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/entities-consumers diff --git a/packages/entities/entities-consumers/package.json b/packages/entities/entities-consumers/package.json index 4cb7a912ba..01fb38b012 100644 --- a/packages/entities/entities-consumers/package.json +++ b/packages/entities/entities-consumers/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/entities-consumers", - "version": "3.5.28", + "version": "3.5.31", "type": "module", "main": "./dist/entities-consumers.umd.js", "module": "./dist/entities-consumers.es.js", @@ -24,7 +24,7 @@ "@kong-ui-public/entities-shared": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/icons": "^1.18.1", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "axios": "^1.6.8", "vue": ">= 3.3.13 < 4", "vue-router": "^4.3.3" @@ -34,7 +34,7 @@ "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "1.17.2", "@kong/icons": "^1.18.1", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "axios": "^1.7.7", "vue": "^3.4.38", "vue-router": "^4.4.5" diff --git a/packages/entities/entities-data-plane-nodes/CHANGELOG.md b/packages/entities/entities-data-plane-nodes/CHANGELOG.md index fa99f9f145..172e598076 100644 --- a/packages/entities/entities-data-plane-nodes/CHANGELOG.md +++ b/packages/entities/entities-data-plane-nodes/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.29](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-data-plane-nodes@0.3.28...@kong-ui-public/entities-data-plane-nodes@0.3.29) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-data-plane-nodes + + + + + +## [0.3.28](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-data-plane-nodes@0.3.27...@kong-ui-public/entities-data-plane-nodes@0.3.28) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-data-plane-nodes + + + + + +## [0.3.27](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-data-plane-nodes@0.3.26...@kong-ui-public/entities-data-plane-nodes@0.3.27) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-data-plane-nodes + + + + + ## [0.3.26](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-data-plane-nodes@0.3.25...@kong-ui-public/entities-data-plane-nodes@0.3.26) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/entities-data-plane-nodes diff --git a/packages/entities/entities-data-plane-nodes/package.json b/packages/entities/entities-data-plane-nodes/package.json index 870267b7d0..9929cc1184 100644 --- a/packages/entities/entities-data-plane-nodes/package.json +++ b/packages/entities/entities-data-plane-nodes/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/entities-data-plane-nodes", - "version": "0.3.26", + "version": "0.3.29", "type": "module", "main": "./dist/entities-data-plane-nodes.umd.js", "module": "./dist/entities-data-plane-nodes.es.js", @@ -24,7 +24,7 @@ "@kong-ui-public/entities-shared": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/icons": "^1.18.1", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "axios": "^1.6.8", "vue": ">= 3.3.13 < 4", "vue-router": "^4.3.3" @@ -34,7 +34,7 @@ "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "1.17.2", "@kong/icons": "^1.18.1", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "axios": "^1.7.7", "vue": "^3.4.38", "vue-router": "^4.4.5" diff --git a/packages/entities/entities-gateway-services/CHANGELOG.md b/packages/entities/entities-gateway-services/CHANGELOG.md index 98402e630c..2c55d56b9d 100644 --- a/packages/entities/entities-gateway-services/CHANGELOG.md +++ b/packages/entities/entities-gateway-services/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.8.17](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-gateway-services@3.8.16...@kong-ui-public/entities-gateway-services@3.8.17) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-gateway-services + + + + + +## [3.8.16](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-gateway-services@3.8.15...@kong-ui-public/entities-gateway-services@3.8.16) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-gateway-services + + + + + +## [3.8.15](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-gateway-services@3.8.14...@kong-ui-public/entities-gateway-services@3.8.15) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-gateway-services + + + + + ## [3.8.14](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-gateway-services@3.8.13...@kong-ui-public/entities-gateway-services@3.8.14) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/entities-gateway-services diff --git a/packages/entities/entities-gateway-services/package.json b/packages/entities/entities-gateway-services/package.json index be69bce6e0..83dcfb7f66 100644 --- a/packages/entities/entities-gateway-services/package.json +++ b/packages/entities/entities-gateway-services/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/entities-gateway-services", - "version": "3.8.14", + "version": "3.8.17", "type": "module", "main": "./dist/entities-gateway-services.umd.js", "module": "./dist/entities-gateway-services.es.js", @@ -24,7 +24,7 @@ "@kong-ui-public/entities-shared": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/icons": "^1.18.1", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "axios": "^1.6.8", "vue": ">= 3.3.13 < 4", "vue-router": "^4.3.3" @@ -34,7 +34,7 @@ "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "1.17.2", "@kong/icons": "^1.18.1", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "axios": "^1.7.7", "vue": "^3.4.38", "vue-router": "^4.4.5" diff --git a/packages/entities/entities-key-sets/CHANGELOG.md b/packages/entities/entities-key-sets/CHANGELOG.md index d80417c8b3..e724e89002 100644 --- a/packages/entities/entities-key-sets/CHANGELOG.md +++ b/packages/entities/entities-key-sets/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.31](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-key-sets@3.5.30...@kong-ui-public/entities-key-sets@3.5.31) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-key-sets + + + + + +## [3.5.30](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-key-sets@3.5.29...@kong-ui-public/entities-key-sets@3.5.30) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-key-sets + + + + + +## [3.5.29](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-key-sets@3.5.28...@kong-ui-public/entities-key-sets@3.5.29) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-key-sets + + + + + ## [3.5.28](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-key-sets@3.5.27...@kong-ui-public/entities-key-sets@3.5.28) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/entities-key-sets diff --git a/packages/entities/entities-key-sets/package.json b/packages/entities/entities-key-sets/package.json index 020dde7dcf..247123410d 100644 --- a/packages/entities/entities-key-sets/package.json +++ b/packages/entities/entities-key-sets/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/entities-key-sets", - "version": "3.5.28", + "version": "3.5.31", "type": "module", "main": "./dist/entities-key-sets.umd.js", "module": "./dist/entities-key-sets.es.js", @@ -24,7 +24,7 @@ "@kong-ui-public/entities-shared": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/icons": "^1.18.1", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "axios": "^1.6.8", "vue": ">= 3.3.13 < 4", "vue-router": "^4.3.3" @@ -33,7 +33,7 @@ "@kong-ui-public/entities-shared": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/icons": "^1.18.1", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "axios": "^1.7.7", "vue": "^3.4.38", "vue-router": "^4.4.5" diff --git a/packages/entities/entities-keys/CHANGELOG.md b/packages/entities/entities-keys/CHANGELOG.md index 1c1d3027e9..2cde6dbaf4 100644 --- a/packages/entities/entities-keys/CHANGELOG.md +++ b/packages/entities/entities-keys/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.32](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-keys@3.5.31...@kong-ui-public/entities-keys@3.5.32) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-keys + + + + + +## [3.5.31](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-keys@3.5.30...@kong-ui-public/entities-keys@3.5.31) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-keys + + + + + +## [3.5.30](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-keys@3.5.29...@kong-ui-public/entities-keys@3.5.30) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-keys + + + + + ## [3.5.29](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-keys@3.5.28...@kong-ui-public/entities-keys@3.5.29) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/entities-keys diff --git a/packages/entities/entities-keys/package.json b/packages/entities/entities-keys/package.json index c51f718aa9..d885b36499 100644 --- a/packages/entities/entities-keys/package.json +++ b/packages/entities/entities-keys/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/entities-keys", - "version": "3.5.29", + "version": "3.5.32", "type": "module", "main": "./dist/entities-keys.umd.js", "module": "./dist/entities-keys.es.js", @@ -24,7 +24,7 @@ "@kong-ui-public/entities-shared": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/icons": "^1.18.1", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "axios": "^1.6.8", "vue": ">= 3.3.13 < 4", "vue-router": "^4.3.3" @@ -34,7 +34,7 @@ "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "1.17.2", "@kong/icons": "^1.18.1", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "axios": "^1.7.7", "vue": "^3.4.38", "vue-router": "^4.4.5" diff --git a/packages/entities/entities-plugins/CHANGELOG.md b/packages/entities/entities-plugins/CHANGELOG.md index cceef84b85..dbf5e2143b 100644 --- a/packages/entities/entities-plugins/CHANGELOG.md +++ b/packages/entities/entities-plugins/CHANGELOG.md @@ -3,6 +3,54 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.1](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-plugins@9.0.0...@kong-ui-public/entities-plugins@9.0.1) (2024-10-15) + +**Note:** Version bump only for package @kong-ui-public/entities-plugins + + + + + +# [9.0.0](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-plugins@8.13.20...@kong-ui-public/entities-plugins@9.0.0) (2024-10-14) + + +### Bug Fixes + +* **plugins:** ff removal [khcp-13673] ([#1715](https://github.com/Kong/public-ui-components/issues/1715)) ([a61fd70](https://github.com/Kong/public-ui-components/commit/a61fd70b0b25ac1c44726a578d3390078a8f70b2)) + + +### BREAKING CHANGES + +* **plugins:** useCustomNamesForPlugin prop removed + + + + + +## [8.13.20](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-plugins@8.13.19...@kong-ui-public/entities-plugins@8.13.20) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-plugins + + + + + +## [8.13.19](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-plugins@8.13.18...@kong-ui-public/entities-plugins@8.13.19) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-plugins + + + + + +## [8.13.18](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-plugins@8.13.17...@kong-ui-public/entities-plugins@8.13.18) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-plugins + + + + + ## [8.13.17](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-plugins@8.13.16...@kong-ui-public/entities-plugins@8.13.17) (2024-10-11) diff --git a/packages/entities/entities-plugins/docs/plugin-form.md b/packages/entities/entities-plugins/docs/plugin-form.md index b87421c941..3726275d4a 100644 --- a/packages/entities/entities-plugins/docs/plugin-form.md +++ b/packages/entities/entities-plugins/docs/plugin-form.md @@ -14,7 +14,7 @@ A form component for Plugins. - `vue` and `vue-router` must be initialized in the host application - `@kong/kongponents` must be added as a dependency in the host application, globally available via the Vue Plugin installation, and the package's style imports must be added in the app entry file. [See here for instructions on installing Kongponents](https://kongponents.konghq.com/#globally-install-all-kongponents). -- `@kong-ui-public/i18n` must be available as a `dependency` in the host application. +- `@kong-ui-public/i18n` must be available as a `dependency` in the host application - `axios` must be installed as a dependency in the host application ## Usage @@ -141,14 +141,6 @@ A boolean indicating whether the form is being used to create a plugin or an aut Will hide the form buttons if you only want to render the form and want to control form submission from the consuming app. -#### `useCustomNamesForPlugin` - -- type: `Boolean` -- required: `false` -- default: `false` - -Support instance names for plugins. This can be removed when KHCP-5872-custom-names-for-plugins is removed. Enabled by default for KM. - #### `actionsTeleportTarget` - type: `String` diff --git a/packages/entities/entities-plugins/package.json b/packages/entities/entities-plugins/package.json index 665dff68f6..31d00643a7 100644 --- a/packages/entities/entities-plugins/package.json +++ b/packages/entities/entities-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/entities-plugins", - "version": "8.13.17", + "version": "9.0.1", "type": "module", "main": "./dist/entities-plugins.umd.js", "module": "./dist/entities-plugins.es.js", @@ -28,7 +28,7 @@ "@kong-ui-public/entities-shared": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/icons": "^1.18.1", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "axios": "^1.6.8", "vue": ">= 3.3.13 < 4", "vue-router": "^4.3.3" @@ -39,7 +39,7 @@ "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "1.17.2", "@kong/icons": "^1.18.1", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "axios": "^1.7.7", "vue": "^3.4.38", "vue-router": "^4.4.5" diff --git a/packages/entities/entities-plugins/src/components/PluginForm.cy.ts b/packages/entities/entities-plugins/src/components/PluginForm.cy.ts index 86e29d8763..c0eefc61a2 100644 --- a/packages/entities/entities-plugins/src/components/PluginForm.cy.ts +++ b/packages/entities/entities-plugins/src/components/PluginForm.cy.ts @@ -1032,7 +1032,6 @@ describe('', () => { props: { config: baseConfigKonnect, pluginType: 'cors', - useCustomNamesForPlugin: true, }, router, }) @@ -1104,7 +1103,6 @@ describe('', () => { props: { config: baseConfigKonnect, pluginType: 'mocking', - useCustomNamesForPlugin: true, }, router, }) @@ -1186,7 +1184,6 @@ describe('', () => { props: { config: baseConfigKonnect, pluginType: 'ai-proxy', - useCustomNamesForPlugin: true, }, router, }) @@ -1225,7 +1222,6 @@ describe('', () => { props: { config: baseConfigKonnect, pluginType: 'custom', - useCustomNamesForPlugin: true, }, router, }) @@ -1256,7 +1252,6 @@ describe('', () => { props: { config: baseConfigKonnect, pluginType: 'cors', - useCustomNamesForPlugin: true, hideScopeSelection: true, }, router, @@ -1276,7 +1271,6 @@ describe('', () => { props: { config: baseConfigKonnect, pluginType: 'cors', - useCustomNamesForPlugin: true, isWizardStep: true, }, router, @@ -1289,25 +1283,6 @@ describe('', () => { cy.getTestId('plugin-create-form-cancel').should('not.exist') }) - it('should hide instance name field if useCustomNamesForPlugin is false', () => { - interceptKonnectSchema() - - cy.mount(PluginForm, { - global: { components: { VueFormGenerator } }, - props: { - config: baseConfigKonnect, - pluginType: 'cors', - useCustomNamesForPlugin: false, - }, - router, - }) - - cy.wait('@getPluginSchema') - cy.get('.kong-ui-entities-plugin-form-container').should('be.visible') - - cy.get('#instance_name').should('not.exist') - }) - it('should show create form - acl credential', () => { const config: KonnectPluginFormConfig = { ...baseConfigKonnect, entityId: scopedConsumer.item.id, entityType: 'consumers' } @@ -1318,7 +1293,6 @@ describe('', () => { pluginType: 'acl', credential: true, hideScopeSelection: true, - useCustomNamesForPlugin: true, }, router, }) @@ -1351,7 +1325,6 @@ describe('', () => { props: { config, pluginType: 'cors', - useCustomNamesForPlugin: true, }, router, }) @@ -1377,7 +1350,6 @@ describe('', () => { props: { config: baseConfigKonnect, pluginType: 'cors', - useCustomNamesForPlugin: true, }, router, }) @@ -1411,7 +1383,6 @@ describe('', () => { credential: true, pluginType: 'acl', hideScopeSelection: true, - useCustomNamesForPlugin: true, }, router, }) @@ -1443,7 +1414,6 @@ describe('', () => { config, pluginType: 'cors', pluginId: plugin1.id, - useCustomNamesForPlugin: true, }, router, }) @@ -1507,7 +1477,6 @@ describe('', () => { config, pluginType: 'cors', pluginId: plugin1.id, - useCustomNamesForPlugin: true, }, router, }) @@ -1544,7 +1513,6 @@ describe('', () => { pluginType: 'acl', pluginId: aclCredential1.id, hideScopeSelection: true, - useCustomNamesForPlugin: true, }, router, }) @@ -1576,7 +1544,6 @@ describe('', () => { config, pluginType: 'cors', pluginId: plugin1.id, - useCustomNamesForPlugin: true, }, router, }) @@ -1628,7 +1595,6 @@ describe('', () => { props: { config: baseConfigKonnect, pluginType: 'cors', - useCustomNamesForPlugin: true, }, router, }) @@ -1664,7 +1630,6 @@ describe('', () => { config: baseConfigKonnect, pluginId: 'i-dont-exist', pluginType: 'cors', - useCustomNamesForPlugin: true, }, router, }) @@ -1712,7 +1677,6 @@ describe('', () => { props: { config: baseConfigKonnect, pluginType: 'mocking', - useCustomNamesForPlugin: true, }, router, }) @@ -1740,7 +1704,6 @@ describe('', () => { config: baseConfigKonnect, pluginType: 'cors', pluginId: plugin1.id, - useCustomNamesForPlugin: true, onUpdate: cy.spy().as('onUpdateSpy'), }, router, diff --git a/packages/entities/entities-plugins/src/components/PluginForm.vue b/packages/entities/entities-plugins/src/components/PluginForm.vue index 2beadb63b0..b6db51c3ee 100644 --- a/packages/entities/entities-plugins/src/components/PluginForm.vue +++ b/packages/entities/entities-plugins/src/components/PluginForm.vue @@ -235,15 +235,6 @@ const props = defineProps({ default: false, }, - /** - * Support instance names for plugins. This can be removed when KHCP-5872-custom-names-for-plugins is removed. - * Enabled by default for KM. - */ - useCustomNamesForPlugin: { - type: Boolean, - default: false, - }, - /** * Allow teleporting the action buttons to the specified div. */ @@ -492,16 +483,13 @@ const defaultFormSchema: DefaultPluginsSchemaRecord = reactive({ { label: 'wss', value: 'wss' }, ], }, - // Support is feature flagged in Konnect - ...((props.config.app === 'kongManager' || props.useCustomNamesForPlugin) && { - instance_name: { - default: '', - type: 'input', - label: t('plugins.form.fields.instance_name.label'), - inputType: 'text', - help: t('plugins.form.fields.instance_name.help'), - }, - }), + instance_name: { + default: '', + type: 'input', + label: t('plugins.form.fields.instance_name.label'), + inputType: 'text', + help: t('plugins.form.fields.instance_name.help'), + }, tags: typedefs.tags as DefaultPluginsFormSchema, }) diff --git a/packages/entities/entities-routes/CHANGELOG.md b/packages/entities/entities-routes/CHANGELOG.md index 71acb00148..3bc2213a93 100644 --- a/packages/entities/entities-routes/CHANGELOG.md +++ b/packages/entities/entities-routes/CHANGELOG.md @@ -3,6 +3,38 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.8.24](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-routes@3.8.23...@kong-ui-public/entities-routes@3.8.24) (2024-10-15) + +**Note:** Version bump only for package @kong-ui-public/entities-routes + + + + + +## [3.8.23](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-routes@3.8.22...@kong-ui-public/entities-routes@3.8.23) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-routes + + + + + +## [3.8.22](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-routes@3.8.21...@kong-ui-public/entities-routes@3.8.22) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-routes + + + + + +## [3.8.21](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-routes@3.8.20...@kong-ui-public/entities-routes@3.8.21) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-routes + + + + + ## [3.8.20](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-routes@3.8.19...@kong-ui-public/entities-routes@3.8.20) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/entities-routes diff --git a/packages/entities/entities-routes/package.json b/packages/entities/entities-routes/package.json index 3dfdf6928b..efda160bbf 100644 --- a/packages/entities/entities-routes/package.json +++ b/packages/entities/entities-routes/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/entities-routes", - "version": "3.8.20", + "version": "3.8.24", "type": "module", "main": "./dist/entities-routes.umd.js", "module": "./dist/entities-routes.es.js", @@ -24,7 +24,7 @@ "@kong-ui-public/entities-shared": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/icons": "^1.18.1", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "axios": "^1.6.8", "vue": ">= 3.3.13 < 4", "vue-router": "^4.3.3" @@ -34,7 +34,7 @@ "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "1.17.2", "@kong/icons": "^1.18.1", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "@types/lodash.isequal": "^4.5.8", "axios": "^1.7.7", "vite-plugin-monaco-editor": "^1.1.0", diff --git a/packages/entities/entities-shared/CHANGELOG.md b/packages/entities/entities-shared/CHANGELOG.md index ef0ae71c66..a2230965e5 100644 --- a/packages/entities/entities-shared/CHANGELOG.md +++ b/packages/entities/entities-shared/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.9.17](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-shared@3.9.16...@kong-ui-public/entities-shared@3.9.17) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-shared + + + + + +## [3.9.16](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-shared@3.9.15...@kong-ui-public/entities-shared@3.9.16) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-shared + + + + + +## [3.9.15](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-shared@3.9.14...@kong-ui-public/entities-shared@3.9.15) (2024-10-14) + + +### Bug Fixes + +* **entities:** fix clear icon button in input ([#1710](https://github.com/Kong/public-ui-components/issues/1710)) ([0b65d0f](https://github.com/Kong/public-ui-components/commit/0b65d0fba445385e4966d44f190874f1bc080123)) + + + + + ## [3.9.14](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-shared@3.9.13...@kong-ui-public/entities-shared@3.9.14) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/entities-shared diff --git a/packages/entities/entities-shared/package.json b/packages/entities/entities-shared/package.json index a114c1df8c..c0b6158058 100644 --- a/packages/entities/entities-shared/package.json +++ b/packages/entities/entities-shared/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/entities-shared", - "version": "3.9.14", + "version": "3.9.17", "type": "module", "main": "./dist/entities-shared.umd.js", "module": "./dist/entities-shared.es.js", @@ -23,7 +23,7 @@ "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/icons": "^1.18.1", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "axios": "^1.6.8", "vue": ">= 3.3.13 < 4", "vue-router": "^4.3.3" @@ -32,7 +32,7 @@ "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "1.17.2", "@kong/icons": "^1.18.1", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "axios": "^1.7.7", "vue": "^3.4.38", "vue-router": "^4.4.5" diff --git a/packages/entities/entities-shared/src/components/entity-filter/EntityFilter.vue b/packages/entities/entities-shared/src/components/entity-filter/EntityFilter.vue index 2663deada8..8437a8bf4e 100644 --- a/packages/entities/entities-shared/src/components/entity-filter/EntityFilter.vue +++ b/packages/entities/entities-shared/src/components/entity-filter/EntityFilter.vue @@ -15,6 +15,8 @@ diff --git a/packages/entities/entities-snis/CHANGELOG.md b/packages/entities/entities-snis/CHANGELOG.md index 03890891db..14f7747a69 100644 --- a/packages/entities/entities-snis/CHANGELOG.md +++ b/packages/entities/entities-snis/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.31](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-snis@3.5.30...@kong-ui-public/entities-snis@3.5.31) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-snis + + + + + +## [3.5.30](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-snis@3.5.29...@kong-ui-public/entities-snis@3.5.30) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-snis + + + + + +## [3.5.29](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-snis@3.5.28...@kong-ui-public/entities-snis@3.5.29) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-snis + + + + + ## [3.5.28](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-snis@3.5.27...@kong-ui-public/entities-snis@3.5.28) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/entities-snis diff --git a/packages/entities/entities-snis/package.json b/packages/entities/entities-snis/package.json index 97afd70238..a863237d18 100644 --- a/packages/entities/entities-snis/package.json +++ b/packages/entities/entities-snis/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/entities-snis", - "version": "3.5.28", + "version": "3.5.31", "type": "module", "main": "./dist/entities-snis.umd.js", "module": "./dist/entities-snis.es.js", @@ -24,7 +24,7 @@ "@kong-ui-public/entities-shared": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/icons": "^1.18.1", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "axios": "^1.6.8", "vue": ">= 3.3.13 < 4", "vue-router": "^4.3.3" @@ -34,7 +34,7 @@ "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "1.17.2", "@kong/icons": "^1.18.1", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "axios": "^1.7.7", "vue": "^3.4.38", "vue-router": "^4.4.5" diff --git a/packages/entities/entities-upstreams-targets/CHANGELOG.md b/packages/entities/entities-upstreams-targets/CHANGELOG.md index 8dcdb7b9a1..aa50dd4b0a 100644 --- a/packages/entities/entities-upstreams-targets/CHANGELOG.md +++ b/packages/entities/entities-upstreams-targets/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.31](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-upstreams-targets@3.5.30...@kong-ui-public/entities-upstreams-targets@3.5.31) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-upstreams-targets + + + + + +## [3.5.30](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-upstreams-targets@3.5.29...@kong-ui-public/entities-upstreams-targets@3.5.30) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-upstreams-targets + + + + + +## [3.5.29](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-upstreams-targets@3.5.28...@kong-ui-public/entities-upstreams-targets@3.5.29) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-upstreams-targets + + + + + ## [3.5.28](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-upstreams-targets@3.5.27...@kong-ui-public/entities-upstreams-targets@3.5.28) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/entities-upstreams-targets diff --git a/packages/entities/entities-upstreams-targets/package.json b/packages/entities/entities-upstreams-targets/package.json index d60afc38e5..5b87bc4aef 100644 --- a/packages/entities/entities-upstreams-targets/package.json +++ b/packages/entities/entities-upstreams-targets/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/entities-upstreams-targets", - "version": "3.5.28", + "version": "3.5.31", "type": "module", "main": "./dist/entities-upstreams-targets.umd.js", "module": "./dist/entities-upstreams-targets.es.js", @@ -24,7 +24,7 @@ "@kong-ui-public/entities-shared": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/icons": "^1.18.1", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "axios": "^1.6.8", "vue": ">= 3.3.13 < 4", "vue-router": "^4.3.3" @@ -34,7 +34,7 @@ "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "1.17.2", "@kong/icons": "^1.18.1", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "axios": "^1.7.7", "vue": "^3.4.38", "vue-router": "^4.4.5" diff --git a/packages/entities/entities-vaults/CHANGELOG.md b/packages/entities/entities-vaults/CHANGELOG.md index 8874061388..dd7e14ce6d 100644 --- a/packages/entities/entities-vaults/CHANGELOG.md +++ b/packages/entities/entities-vaults/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.13.24](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-vaults@3.13.23...@kong-ui-public/entities-vaults@3.13.24) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-vaults + + + + + +## [3.13.23](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-vaults@3.13.22...@kong-ui-public/entities-vaults@3.13.23) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-vaults + + + + + +## [3.13.22](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-vaults@3.13.21...@kong-ui-public/entities-vaults@3.13.22) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/entities-vaults + + + + + ## [3.13.21](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-vaults@3.13.20...@kong-ui-public/entities-vaults@3.13.21) (2024-10-09) **Note:** Version bump only for package @kong-ui-public/entities-vaults diff --git a/packages/entities/entities-vaults/package.json b/packages/entities/entities-vaults/package.json index 6a7e6f0eb6..eed5c1c39d 100644 --- a/packages/entities/entities-vaults/package.json +++ b/packages/entities/entities-vaults/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/entities-vaults", - "version": "3.13.21", + "version": "3.13.24", "type": "module", "main": "./dist/entities-vaults.umd.js", "module": "./dist/entities-vaults.es.js", @@ -24,7 +24,7 @@ "@kong-ui-public/entities-shared": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/icons": "^1.18.1", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "axios": "^1.6.8", "vue": ">= 3.3.13 < 4", "vue-router": "^4.3.3" @@ -33,7 +33,7 @@ "@kong-ui-public/entities-shared": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "1.17.2", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "axios": "^1.7.7", "vue": "^3.4.38", "vue-router": "^4.4.5" diff --git a/packages/portal/document-viewer/CHANGELOG.md b/packages/portal/document-viewer/CHANGELOG.md index b33fab2be1..e5ec2ce627 100644 --- a/packages/portal/document-viewer/CHANGELOG.md +++ b/packages/portal/document-viewer/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.38](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/document-viewer@2.1.37...@kong-ui-public/document-viewer@2.1.38) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/document-viewer + + + + + +## [2.1.37](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/document-viewer@2.1.36...@kong-ui-public/document-viewer@2.1.37) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/document-viewer + + + + + ## [2.1.36](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/document-viewer@2.1.35...@kong-ui-public/document-viewer@2.1.36) (2024-10-08) **Note:** Version bump only for package @kong-ui-public/document-viewer diff --git a/packages/portal/document-viewer/package.json b/packages/portal/document-viewer/package.json index 941dc356c3..59e5d8910d 100644 --- a/packages/portal/document-viewer/package.json +++ b/packages/portal/document-viewer/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/document-viewer", - "version": "2.1.36", + "version": "2.1.38", "type": "module", "main": "./dist/document-viewer.umd.js", "module": "./dist/document-viewer.es.js", @@ -38,13 +38,13 @@ }, "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "vue": ">= 3.3.13 < 4" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "1.17.2", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "@types/prismjs": "^1.26.4", "@vitejs/plugin-vue-jsx": "^4.0.1", "vue": "^3.4.38" diff --git a/packages/portal/spec-renderer/CHANGELOG.md b/packages/portal/spec-renderer/CHANGELOG.md index 70e51fd681..7e59a689dc 100644 --- a/packages/portal/spec-renderer/CHANGELOG.md +++ b/packages/portal/spec-renderer/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.51](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/spec-renderer@2.2.50...@kong-ui-public/spec-renderer@2.2.51) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/spec-renderer + + + + + +## [2.2.50](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/spec-renderer@2.2.49...@kong-ui-public/spec-renderer@2.2.50) (2024-10-14) + +**Note:** Version bump only for package @kong-ui-public/spec-renderer + + + + + ## [2.2.49](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/spec-renderer@2.2.48...@kong-ui-public/spec-renderer@2.2.49) (2024-10-09) diff --git a/packages/portal/spec-renderer/package.json b/packages/portal/spec-renderer/package.json index 79709da061..b46001a260 100644 --- a/packages/portal/spec-renderer/package.json +++ b/packages/portal/spec-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@kong-ui-public/spec-renderer", - "version": "2.2.49", + "version": "2.2.51", "type": "module", "main": "./dist/spec-renderer.umd.js", "module": "./dist/spec-renderer.es.js", @@ -40,13 +40,13 @@ }, "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", - "@kong/kongponents": "^9.10.3", + "@kong/kongponents": "^9.11.2", "vue": ">= 3.3.13 < 4" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "1.17.2", - "@kong/kongponents": "9.10.3", + "@kong/kongponents": "9.11.2", "@modyfi/vite-plugin-yaml": "^1.1.0", "@types/lodash.clonedeep": "^4.5.9", "@types/uuid": "^10.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f450d4c8db..22f378da8a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: .: devDependencies: '@babel/types': - specifier: ^7.25.6 - version: 7.25.6 + specifier: ^7.25.7 + version: 7.25.8 '@commitlint/cli': specifier: ^19.5.0 version: 19.5.0(@types/node@18.19.54)(typescript@5.6.2) @@ -24,7 +24,7 @@ importers: specifier: ^8.0.1 version: 8.0.1(@types/node@18.19.54)(typescript@5.6.2) '@evilmartians/lefthook': - specifier: ^1.7.17 + specifier: ^1.7.18 version: 1.7.18 '@kong/design-tokens': specifier: 1.17.2 @@ -33,8 +33,8 @@ importers: specifier: ^1.1.1 version: 1.1.1(eslint@9.11.1(jiti@1.21.0))(typescript@5.6.2) '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) '@stylistic/stylelint-plugin': specifier: ^3.0.1 version: 3.0.1(stylelint@16.9.0(typescript@5.6.2)) @@ -55,13 +55,13 @@ importers: version: 10.0.0 '@vitejs/plugin-vue': specifier: ^5.1.4 - version: 5.1.4(vite@5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2)) + version: 5.1.4(vite@5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.0.1 - version: 4.0.1(vite@5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2)) + version: 4.0.1(vite@5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2)) '@vitest/ui': - specifier: ^2.1.1 - version: 2.1.1(vitest@2.1.1) + specifier: ^2.1.2 + version: 2.1.3(vitest@2.1.3) '@vue/test-utils': specifier: ^2.4.6 version: 2.4.6 @@ -114,8 +114,8 @@ importers: specifier: ^5.12.0 version: 5.12.0(rollup@4.22.4) sass: - specifier: ^1.78.0 - version: 1.78.0 + specifier: ^1.79.5 + version: 1.79.5 stylelint: specifier: ^16.9.0 version: 16.9.0(typescript@5.6.2) @@ -144,7 +144,7 @@ importers: specifier: ^0.26.7 version: 0.26.7(typescript@5.6.2) typedoc-plugin-markdown: - specifier: ^4.2.8 + specifier: ^4.2.9 version: 4.2.9(typedoc@0.26.7(typescript@5.6.2)) typescript: specifier: ~5.6.2 @@ -154,16 +154,16 @@ importers: version: 10.0.0 vite: specifier: ^5.4.8 - version: 5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0) + version: 5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0) vite-plugin-externals: specifier: ^0.6.2 - version: 0.6.2(vite@5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0)) + version: 0.6.2(vite@5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0)) vite-plugin-vue-devtools: specifier: ^7.4.6 - version: 7.4.6(rollup@4.22.4)(vite@5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2)) + version: 7.4.6(rollup@4.22.4)(vite@5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2)) vitest: - specifier: ^2.1.1 - version: 2.1.1(@types/node@18.19.54)(@vitest/ui@2.1.1)(jsdom@25.0.1)(sass@1.78.0)(terser@5.26.0) + specifier: ^2.1.2 + version: 2.1.3(@types/node@18.19.54)(@vitest/ui@2.1.3)(jsdom@25.0.1)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0) vue: specifier: ^3.4.38 version: 3.4.38(typescript@5.6.2) @@ -235,8 +235,8 @@ importers: specifier: 1.17.2 version: 1.17.2 '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) '@types/uuid': specifier: ^10.0.0 version: 10.0.0 @@ -287,8 +287,8 @@ importers: specifier: 1.17.2 version: 1.17.2 '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) '@types/geojson': specifier: ^7946.0.14 version: 7946.0.14 @@ -330,8 +330,8 @@ importers: specifier: 1.17.2 version: 1.17.2 '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) pinia: specifier: '>= 2.1.7 < 3' version: 2.1.7(typescript@5.6.2)(vue@3.4.38(typescript@5.6.2)) @@ -383,8 +383,8 @@ importers: specifier: 1.17.2 version: 1.17.2 '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) json-schema-to-ts: specifier: ^3.1.1 version: 3.1.1 @@ -411,8 +411,8 @@ importers: specifier: 1.17.2 version: 1.17.2 '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) vue: specifier: ^3.4.38 version: 3.4.38(typescript@5.6.2) @@ -451,8 +451,8 @@ importers: specifier: 1.17.2 version: 1.17.2 '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) '@types/lodash.clonedeep': specifier: ^4.5.9 version: 4.5.9 @@ -522,8 +522,8 @@ importers: specifier: 1.17.2 version: 1.17.2 '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) axios: specifier: ^1.7.7 version: 1.7.7 @@ -571,8 +571,8 @@ importers: specifier: 1.17.2 version: 1.17.2 '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) '@types/uuid': specifier: ^10.0.0 version: 10.0.0 @@ -581,10 +581,10 @@ importers: version: 1.1.0(monaco-editor@0.52.0) vite-plugin-top-level-await: specifier: ^1.4.4 - version: 1.4.4(rollup@4.22.4)(vite@5.4.8(@types/node@22.7.0)(sass@1.78.0)(terser@5.26.0)) + version: 1.4.4(rollup@4.22.4)(vite@5.4.8(@types/node@22.7.0)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0)) vite-plugin-wasm: specifier: ^3.3.0 - version: 3.3.0(vite@5.4.8(@types/node@22.7.0)(sass@1.78.0)(terser@5.26.0)) + version: 3.3.0(vite@5.4.8(@types/node@22.7.0)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0)) vue: specifier: ^3.4.38 version: 3.4.38(typescript@5.6.2) @@ -611,8 +611,8 @@ importers: specifier: 1.17.2 version: 1.17.2 '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) '@types/lodash-es': specifier: ^4.17.12 version: 4.17.12 @@ -641,8 +641,8 @@ importers: specifier: workspace:^ version: link:../i18n '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) vue: specifier: ^3.4.38 version: 3.4.38(typescript@5.6.2) @@ -657,8 +657,8 @@ importers: specifier: 1.17.2 version: 1.17.2 '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) vue: specifier: ^3.4.38 version: 3.4.38(typescript@5.6.2) @@ -669,8 +669,8 @@ importers: packages/entities/entities-certificates: dependencies: '@peculiar/x509': - specifier: ^1.12.2 - version: 1.12.2 + specifier: ^1.12.3 + version: 1.12.3 devDependencies: '@kong-ui-public/entities-shared': specifier: workspace:^ @@ -685,8 +685,8 @@ importers: specifier: ^1.18.1 version: 1.18.1(vue@3.4.38(typescript@5.6.2)) '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) axios: specifier: ^1.7.7 version: 1.7.7 @@ -712,8 +712,8 @@ importers: specifier: ^1.18.1 version: 1.18.1(vue@3.4.38(typescript@5.6.2)) '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) axios: specifier: ^1.7.7 version: 1.7.7 @@ -739,8 +739,8 @@ importers: specifier: ^1.18.1 version: 1.18.1(vue@3.4.38(typescript@5.6.2)) '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) axios: specifier: ^1.7.7 version: 1.7.7 @@ -766,8 +766,8 @@ importers: specifier: ^1.18.1 version: 1.18.1(vue@3.4.38(typescript@5.6.2)) '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) axios: specifier: ^1.7.7 version: 1.7.7 @@ -793,8 +793,8 @@ importers: specifier: ^1.18.1 version: 1.18.1(vue@3.4.38(typescript@5.6.2)) '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) axios: specifier: ^1.7.7 version: 1.7.7 @@ -820,8 +820,8 @@ importers: specifier: ^1.18.1 version: 1.18.1(vue@3.4.38(typescript@5.6.2)) '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) axios: specifier: ^1.7.7 version: 1.7.7 @@ -844,8 +844,8 @@ importers: specifier: ^1.18.1 version: 1.18.1(vue@3.4.38(typescript@5.6.2)) '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) axios: specifier: ^1.7.7 version: 1.7.7 @@ -871,8 +871,8 @@ importers: specifier: ^1.18.1 version: 1.18.1(vue@3.4.38(typescript@5.6.2)) '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) axios: specifier: ^1.7.7 version: 1.7.7 @@ -920,8 +920,8 @@ importers: specifier: ^1.18.1 version: 1.18.1(vue@3.4.38(typescript@5.6.2)) '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) axios: specifier: ^1.7.7 version: 1.7.7 @@ -954,8 +954,8 @@ importers: specifier: ^1.18.1 version: 1.18.1(vue@3.4.38(typescript@5.6.2)) '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) '@types/lodash.isequal': specifier: ^4.5.8 version: 4.5.8 @@ -991,8 +991,8 @@ importers: specifier: ^1.18.1 version: 1.18.1(vue@3.4.38(typescript@5.6.2)) '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) axios: specifier: ^1.7.7 version: 1.7.7 @@ -1018,8 +1018,8 @@ importers: specifier: ^1.18.1 version: 1.18.1(vue@3.4.38(typescript@5.6.2)) '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) axios: specifier: ^1.7.7 version: 1.7.7 @@ -1045,8 +1045,8 @@ importers: specifier: ^1.18.1 version: 1.18.1(vue@3.4.38(typescript@5.6.2)) '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) axios: specifier: ^1.7.7 version: 1.7.7 @@ -1073,8 +1073,8 @@ importers: specifier: 1.17.2 version: 1.17.2 '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) axios: specifier: ^1.7.7 version: 1.7.7 @@ -1098,14 +1098,14 @@ importers: specifier: 1.17.2 version: 1.17.2 '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) '@types/prismjs': specifier: ^1.26.4 version: 1.26.4 '@vitejs/plugin-vue-jsx': specifier: ^4.0.1 - version: 4.0.1(vite@5.4.8(@types/node@22.7.0)(sass@1.78.0)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2)) + version: 4.0.1(vite@5.4.8(@types/node@22.7.0)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2)) vue: specifier: ^3.4.38 version: 3.4.38(typescript@5.6.2) @@ -1132,11 +1132,11 @@ importers: specifier: 1.17.2 version: 1.17.2 '@kong/kongponents': - specifier: 9.10.3 - version: 9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) + specifier: 9.11.2 + version: 9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2)) '@modyfi/vite-plugin-yaml': specifier: ^1.1.0 - version: 1.1.0(rollup@4.22.4)(vite@5.4.8(@types/node@22.7.0)(sass@1.78.0)(terser@5.26.0)) + version: 1.1.0(rollup@4.22.4)(vite@5.4.8(@types/node@22.7.0)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0)) '@types/lodash.clonedeep': specifier: ^4.5.9 version: 4.5.9 @@ -1287,14 +1287,18 @@ packages: resolution: {integrity: sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==} engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@7.24.8': - resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==} + '@babel/helper-string-parser@7.25.7': + resolution: {integrity: sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==} engines: {node: '>=6.9.0'} '@babel/helper-validator-identifier@7.24.7': resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.25.7': + resolution: {integrity: sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-option@7.24.8': resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==} engines: {node: '>=6.9.0'} @@ -1378,8 +1382,8 @@ packages: resolution: {integrity: sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==} engines: {node: '>=6.9.0'} - '@babel/types@7.25.6': - resolution: {integrity: sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==} + '@babel/types@7.25.8': + resolution: {integrity: sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==} engines: {node: '>=6.9.0'} '@bcoe/v8-coverage@0.2.3': @@ -1394,6 +1398,9 @@ packages: '@braintree/sanitize-url@7.1.0': resolution: {integrity: sha512-o+UlMLt49RvtCASlOMW0AkHnabN9wR9rwCCherxO0yG4Npy34GkvrAqdXQvrhNs+jh+gkK8gB8Lf05qL/O7KWg==} + '@bufbuild/protobuf@2.2.0': + resolution: {integrity: sha512-+imAQkHf7U/Rwvu0wk1XWgsP3WnpCWmK7B48f0XqSNzgk64+grljTKC7pnO/xBiEMUziF7vKRfbBnOQhg126qQ==} + '@chevrotain/cst-dts-gen@11.0.3': resolution: {integrity: sha512-BvIKpRLeS/8UbfxXxgC33xOumsacaeCKAjAeLyOn7Pcp95HiRbrpl14S+9vaZLolnbssPIUuiUd8IvgkRyt6NQ==} @@ -1919,8 +1926,8 @@ packages: vue: '>= 3.3.4 < 4' vue-router: ^4.2.4 - '@kong/kongponents@9.10.3': - resolution: {integrity: sha512-oqnewVBx9zkhK6wBIx+TjKPoAnqUCanwhmQPbYAoQMoppK6EOcqEFmoa1PAr0sW1sDe0L7nhp6GPJ19cadI0jw==} + '@kong/kongponents@9.11.2': + resolution: {integrity: sha512-vM2IPOB1KjyvOdcHZfCWJfOwfV3XYOkwI8mnF5XQ+/4HBOcSw656xJ/dfDQtYLPx1UMi9abO41P+LD5NLg/27w==} engines: {node: '>=v16.20.2 || >=18.12.1 || >=20.14.0'} peerDependencies: axios: ^1.7.7 @@ -2208,6 +2215,82 @@ packages: '@one-ini/wasm@0.1.1': resolution: {integrity: sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==} + '@parcel/watcher-android-arm64@2.4.1': + resolution: {integrity: sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [android] + + '@parcel/watcher-darwin-arm64@2.4.1': + resolution: {integrity: sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [darwin] + + '@parcel/watcher-darwin-x64@2.4.1': + resolution: {integrity: sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [darwin] + + '@parcel/watcher-freebsd-x64@2.4.1': + resolution: {integrity: sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [freebsd] + + '@parcel/watcher-linux-arm-glibc@2.4.1': + resolution: {integrity: sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==} + engines: {node: '>= 10.0.0'} + cpu: [arm] + os: [linux] + + '@parcel/watcher-linux-arm64-glibc@2.4.1': + resolution: {integrity: sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [linux] + + '@parcel/watcher-linux-arm64-musl@2.4.1': + resolution: {integrity: sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [linux] + + '@parcel/watcher-linux-x64-glibc@2.4.1': + resolution: {integrity: sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [linux] + + '@parcel/watcher-linux-x64-musl@2.4.1': + resolution: {integrity: sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [linux] + + '@parcel/watcher-win32-arm64@2.4.1': + resolution: {integrity: sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [win32] + + '@parcel/watcher-win32-ia32@2.4.1': + resolution: {integrity: sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==} + engines: {node: '>= 10.0.0'} + cpu: [ia32] + os: [win32] + + '@parcel/watcher-win32-x64@2.4.1': + resolution: {integrity: sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [win32] + + '@parcel/watcher@2.4.1': + resolution: {integrity: sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==} + engines: {node: '>= 10.0.0'} + '@peculiar/asn1-cms@2.3.13': resolution: {integrity: sha512-joqu8A7KR2G85oLPq+vB+NFr2ro7Ls4ol13Zcse/giPSzUNN0n2k3v8kMpf6QdGUhI13e5SzQYN8AKP8sJ8v4w==} @@ -2238,8 +2321,8 @@ packages: '@peculiar/asn1-x509@2.3.13': resolution: {integrity: sha512-PfeLQl2skXmxX2/AFFCVaWU8U6FKW1Db43mgBhShCOFS1bVxqtvusq1hVjfuEcuSQGedrLdCSvTgabluwN/M9A==} - '@peculiar/x509@1.12.2': - resolution: {integrity: sha512-a99Y4Kg40c8QJrPz9cl2L2Ocmn8nVGp9vrHa725h56hRIaGPSr1IzSgx9wTolHve+D5t1kFe5M7aEJJUuRnj8A==} + '@peculiar/x509@1.12.3': + resolution: {integrity: sha512-+Mzq+W7cNEKfkNZzyLl6A6ffqc3r21HGZUezgfKxpZrkORfOqgRXnS80Zu0IV6a9Ue9QBJeKD7kN0iWfc3bhRQ==} '@pkgjs/parseargs@0.11.0': resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} @@ -2944,13 +3027,13 @@ packages: vite: ^5.0.0 vue: ^3.2.25 - '@vitest/expect@2.1.1': - resolution: {integrity: sha512-YeueunS0HiHiQxk+KEOnq/QMzlUuOzbU1Go+PgAsHvvv3tUkJPm9xWt+6ITNTlzsMXUjmgm5T+U7KBPK2qQV6w==} + '@vitest/expect@2.1.3': + resolution: {integrity: sha512-SNBoPubeCJhZ48agjXruCI57DvxcsivVDdWz+SSsmjTT4QN/DfHk3zB/xKsJqMs26bLZ/pNRLnCf0j679i0uWQ==} - '@vitest/mocker@2.1.1': - resolution: {integrity: sha512-LNN5VwOEdJqCmJ/2XJBywB11DLlkbY0ooDJW3uRX5cZyYCrc4PI/ePX0iQhE3BiEGiQmK4GE7Q/PqCkkaiPnrA==} + '@vitest/mocker@2.1.3': + resolution: {integrity: sha512-eSpdY/eJDuOvuTA3ASzCjdithHa+GIF1L4PqtEELl6Qa3XafdMLBpBlZCIUCX2J+Q6sNmjmxtosAG62fK4BlqQ==} peerDependencies: - '@vitest/spy': 2.1.1 + '@vitest/spy': 2.1.3 msw: ^2.3.5 vite: ^5.0.0 peerDependenciesMeta: @@ -2959,25 +3042,25 @@ packages: vite: optional: true - '@vitest/pretty-format@2.1.1': - resolution: {integrity: sha512-SjxPFOtuINDUW8/UkElJYQSFtnWX7tMksSGW0vfjxMneFqxVr8YJ979QpMbDW7g+BIiq88RAGDjf7en6rvLPPQ==} + '@vitest/pretty-format@2.1.3': + resolution: {integrity: sha512-XH1XdtoLZCpqV59KRbPrIhFCOO0hErxrQCMcvnQete3Vibb9UeIOX02uFPfVn3Z9ZXsq78etlfyhnkmIZSzIwQ==} - '@vitest/runner@2.1.1': - resolution: {integrity: sha512-uTPuY6PWOYitIkLPidaY5L3t0JJITdGTSwBtwMjKzo5O6RCOEncz9PUN+0pDidX8kTHYjO0EwUIvhlGpnGpxmA==} + '@vitest/runner@2.1.3': + resolution: {integrity: sha512-JGzpWqmFJ4fq5ZKHtVO3Xuy1iF2rHGV4d/pdzgkYHm1+gOzNZtqjvyiaDGJytRyMU54qkxpNzCx+PErzJ1/JqQ==} - '@vitest/snapshot@2.1.1': - resolution: {integrity: sha512-BnSku1WFy7r4mm96ha2FzN99AZJgpZOWrAhtQfoxjUU5YMRpq1zmHRq7a5K9/NjqonebO7iVDla+VvZS8BOWMw==} + '@vitest/snapshot@2.1.3': + resolution: {integrity: sha512-qWC2mWc7VAXmjAkEKxrScWHWFyCQx/cmiZtuGqMi+WwqQJ2iURsVY4ZfAK6dVo6K2smKRU6l3BPwqEBvhnpQGg==} - '@vitest/spy@2.1.1': - resolution: {integrity: sha512-ZM39BnZ9t/xZ/nF4UwRH5il0Sw93QnZXd9NAZGRpIgj0yvVwPpLd702s/Cx955rGaMlyBQkZJ2Ir7qyY48VZ+g==} + '@vitest/spy@2.1.3': + resolution: {integrity: sha512-Nb2UzbcUswzeSP7JksMDaqsI43Sj5+Kry6ry6jQJT4b5gAK+NS9NED6mDb8FlMRCX8m5guaHCDZmqYMMWRy5nQ==} - '@vitest/ui@2.1.1': - resolution: {integrity: sha512-IIxo2LkQDA+1TZdPLYPclzsXukBWd5dX2CKpGqH8CCt8Wh0ZuDn4+vuQ9qlppEju6/igDGzjWF/zyorfsf+nHg==} + '@vitest/ui@2.1.3': + resolution: {integrity: sha512-2XwTrHVJw3t9NYES26LQUYy51ZB8W4bRPgqUH2Eyda3kIuOlYw1ZdPNU22qcVlUVx4WKgECFQOSXuopsczuVjQ==} peerDependencies: - vitest: 2.1.1 + vitest: 2.1.3 - '@vitest/utils@2.1.1': - resolution: {integrity: sha512-Y6Q9TsI+qJ2CC0ZKj6VBb+T8UPz593N113nnUykqwANqhgf3QkZeHFlusgKLTqrnVHbj/XDKZcDHol+dxVT+rQ==} + '@vitest/utils@2.1.3': + resolution: {integrity: sha512-xpiVfDSg1RrYT0tX6czgerkpcKFmFOF/gCr30+Mve5V2kewCy4Prn1/NDMSRwaSmT7PRaOF83wu+bEtsY1wrvA==} '@volar/language-core@2.4.5': resolution: {integrity: sha512-F4tA0DCO5Q1F5mScHmca0umsi2ufKULAnMOVBfMsZdT4myhVl4WdKRwCaKcfOkIEuyrAVvtq1ESBdZ+rSyLVww==} @@ -3628,6 +3711,9 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true + buffer-builder@0.2.0: + resolution: {integrity: sha512-7VPMEPuYznPSoR21NE1zvd2Xna6c/CloiZCfcMXR1Jny6PjX0N4Nsa38zcBFo/FMK+BlA+FLKbJCQ0i2yxp+Xg==} + buffer-crc32@0.2.13: resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} @@ -3815,6 +3901,10 @@ packages: resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} engines: {node: '>= 8.10.0'} + chokidar@4.0.1: + resolution: {integrity: sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==} + engines: {node: '>= 14.16.0'} + chownr@1.1.4: resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} @@ -3922,6 +4012,9 @@ packages: colorette@2.0.20: resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} + colorjs.io@0.5.2: + resolution: {integrity: sha512-twmVoizEW7ylZSN32OgKdXRmo1qg+wT5/6C3xu5b9QsWzSFAhHLn2xd8ro0diCsKfCj1RdaTP/nrcW+vAoQPIw==} + columnify@1.6.0: resolution: {integrity: sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==} engines: {node: '>=8.0.0'} @@ -4550,6 +4643,11 @@ packages: resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} engines: {node: '>=8'} + detect-libc@1.0.3: + resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==} + engines: {node: '>=0.10'} + hasBin: true + detect-libc@2.0.3: resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} engines: {node: '>=8'} @@ -6885,6 +6983,9 @@ packages: node-abort-controller@3.1.1: resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==} + node-addon-api@7.1.1: + resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==} + node-domexception@1.0.0: resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} engines: {node: '>=10.5.0'} @@ -7792,6 +7893,10 @@ packages: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} + readdirp@4.0.2: + resolution: {integrity: sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==} + engines: {node: '>= 14.16.0'} + rechoir@0.8.0: resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==} engines: {node: '>= 10.13.0'} @@ -8003,8 +8108,133 @@ packages: safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - sass@1.78.0: - resolution: {integrity: sha512-AaIqGSrjo5lA2Yg7RvFZrlXDBCp3nV4XP73GrLGvdRWWwk+8H3l0SDvq/5bA4eF+0RFPLuWUk3E+P1U/YqnpsQ==} + sass-embedded-android-arm64@1.79.5: + resolution: {integrity: sha512-pq1RJTENkRmEUMLiVuSGYwuLk8zXovWzrjQxlWZTF/Jn5F7Ypi/3v5huMmgJF5n+etsxjio1PN1idaQ5tPLBmg==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [android] + + sass-embedded-android-arm@1.79.5: + resolution: {integrity: sha512-gYtpQAE2uNFa5IBKBIzUq5ETDS6gnVRmhP5j+N5JGrOThYaGPcG4KrjlU9R3BfCmc7zP5WvlHFZsxSz+2JRT2w==} + engines: {node: '>=14.0.0'} + cpu: [arm] + os: [android] + + sass-embedded-android-ia32@1.79.5: + resolution: {integrity: sha512-CgJZjLxYRkgjTP/76WumLlF7+1aW0LA+DSEJhkVaCxe5avndRCmPrNcX0PrtYSDvUgeQDvY7xF+fT9QXN1+NgQ==} + engines: {node: '>=14.0.0'} + cpu: [ia32] + os: [android] + + sass-embedded-android-riscv64@1.79.5: + resolution: {integrity: sha512-OLbdmDSM/eOjO01PUYbS54BQOCM/HHHHWk/4M8HHdxwF3ojy5eqQaA63R1YQ3IJvLEE7dnudofOXmL01B5+yvQ==} + engines: {node: '>=14.0.0'} + cpu: [riscv64] + os: [android] + + sass-embedded-android-x64@1.79.5: + resolution: {integrity: sha512-UbXxk/rdR3aVBkB7Fh/eAUL7oUADWgQrYpLe9Xu5A0gmthw0/zo/pu7kweBSrbgHnPfWIt/uxwmW4eEAmqqZWQ==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [android] + + sass-embedded-darwin-arm64@1.79.5: + resolution: {integrity: sha512-qeEl9XhYetZSY1j4nqvh3hB8tfYOAGsOQyVOCaxyX1bubMRSGPvPNIyftm14QzK7EDrE/K/0+FwCvflarOV4NQ==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [darwin] + + sass-embedded-darwin-x64@1.79.5: + resolution: {integrity: sha512-y4pvkYCQhgruxlncub/2j+cZSmlpsZX9Rp1aTRIKvlNagqFStYzFZ6kX3CErlfCEAMYwRVEhP8z/OOoDqnjaZA==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [darwin] + + sass-embedded-linux-arm64@1.79.5: + resolution: {integrity: sha512-kiUbrLiNAA7vOe6kpdukRhCad1u7ebwhB0ZE63+IgF5HFZ/Qo6GkhHIrVM9AfeLxUT3N6Z4BNtgdcRa9na4Pwg==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [linux] + + sass-embedded-linux-arm@1.79.5: + resolution: {integrity: sha512-rX6qAR8pE1pevYhGzbCpGFexdH4z6QMnw3IeiCNmkpJ4zMXNEN336xl6SZN0xaPiGuNDhUFcq0wgSq3RDKS5vQ==} + engines: {node: '>=14.0.0'} + cpu: [arm] + os: [linux] + + sass-embedded-linux-ia32@1.79.5: + resolution: {integrity: sha512-12pj3fBV0+VAX/RI6uYFxi/MoUoihRKP7iVpo9MaT/m+EtvN6mYsDpi/T4pTq2dKQYljoaFq8Rb6tR+FinS1zg==} + engines: {node: '>=14.0.0'} + cpu: [ia32] + os: [linux] + + sass-embedded-linux-musl-arm64@1.79.5: + resolution: {integrity: sha512-Qg1HuQ+ebz3wfPT7xty2G8BpDLXdyfMk7WqKd+X1DlFEcY/kcNapwMVFXS2fCYTTR3gcbIZ4p7eUiQySlkj93A==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [linux] + + sass-embedded-linux-musl-arm@1.79.5: + resolution: {integrity: sha512-EHFrbTgRymEFTf3JnjHzC24PO0WHFjLUEWUJqSuWKZw0+BCL7120MvYIrfkYymPp5UYk+STIjj+Fd9dYSWBrAg==} + engines: {node: '>=14.0.0'} + cpu: [arm] + os: [linux] + + sass-embedded-linux-musl-ia32@1.79.5: + resolution: {integrity: sha512-2qdsGIcdCnpsw8Ijuq8uk4RifxV/lTd1mqjrfge7AfFBtQIExbxZoYBtbSrcY63ONa+UWEf9Z1p6rZ3QySKWlg==} + engines: {node: '>=14.0.0'} + cpu: [ia32] + os: [linux] + + sass-embedded-linux-musl-riscv64@1.79.5: + resolution: {integrity: sha512-wrc6s8YQt95koSkaLoP5HtvAAKxTPWqYZVxnoqp2bHgkKWlr4ymJll9vMcdU3//VxTgJbuH83U5ajzNCtHd0NQ==} + engines: {node: '>=14.0.0'} + cpu: [riscv64] + os: [linux] + + sass-embedded-linux-musl-x64@1.79.5: + resolution: {integrity: sha512-1J6JrGpVp07GsBEzEGj/9u6UkVUuga2U7kpfkQxIdYOLmXmXmni6zNx89VehaP7X5OSscwJc/Zufh++6VcRQHw==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [linux] + + sass-embedded-linux-riscv64@1.79.5: + resolution: {integrity: sha512-G45UKRAUgvxXhLROowTgVmyIVyGtRZoCMVH1vPi0EG5SePy43AkhjQVaUb6Ol6lfRRNpQqBFKw3UabxaMCM0Ow==} + engines: {node: '>=14.0.0'} + cpu: [riscv64] + os: [linux] + + sass-embedded-linux-x64@1.79.5: + resolution: {integrity: sha512-EOk6pULzxM9b5B8uuuZbQXqfg2BQheAovQeYAw4ueHikaFoESOfaA8OG4kl0v1m5v5tKqAHOjy7xFhtpbEpqEw==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [linux] + + sass-embedded-win32-arm64@1.79.5: + resolution: {integrity: sha512-KdkJOmJSe5lhR4Kxn522GbZo4jRUnQ+V4JQSaIbyxKndBpD81NGPYhDs0ikpJciqrwbmiBxVD5Qqeim6B1gdxA==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [win32] + + sass-embedded-win32-ia32@1.79.5: + resolution: {integrity: sha512-1YX4TVw6j3eqxRyPK3t45V5WSyAzql6EgKIEtjPQ0+ByRyqLRuHXlotHPX6KOcc0rA3LMUHmdskN1o08sRIDhA==} + engines: {node: '>=14.0.0'} + cpu: [ia32] + os: [win32] + + sass-embedded-win32-x64@1.79.5: + resolution: {integrity: sha512-8Tj9hBpOd6e+j23uTDecFb1ezQhvjQ+jvgKdVg9VlvwKUWmEStnHKA0x1uIQTThIM3dLCsYe63b/wX43gP8tBA==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [win32] + + sass-embedded@1.79.5: + resolution: {integrity: sha512-QFdalnjGFkbNvb6/uQGmP4OIN+GQ5/R77eu0PsXduDB1YP5JW5DSWFVDAyK6l6C54P+3J3eXkjuPYC0mcwX+AA==} + engines: {node: '>=16.0.0'} + hasBin: true + + sass@1.79.5: + resolution: {integrity: sha512-W1h5kp6bdhqFh2tk3DsI771MoEJjvrSY/2ihJRJS4pjIyfJCw0nTsxqhnrUzaLMOJjFchj8rOvraI/YUVjtx5g==} engines: {node: '>=14.0.0'} hasBin: true @@ -9048,6 +9278,9 @@ packages: resolution: {integrity: sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + varint@6.0.0: + resolution: {integrity: sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==} + vary@1.1.2: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} @@ -9067,8 +9300,8 @@ packages: peerDependencies: vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 - vite-node@2.1.1: - resolution: {integrity: sha512-N/mGckI1suG/5wQI35XeR9rsMsPqKXzq1CdUndzVstBj/HvyxxGctwnK6WX43NGt5L3Z5tcRf83g4TITKJhPrA==} + vite-node@2.1.3: + resolution: {integrity: sha512-I1JadzO+xYX887S39Do+paRePCKoiDrWRRjp9kkG5he0t7RXNvPAJPCQSJqbGN4uCrFFeS3Kj3sLqY8NMYBEdA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -9145,15 +9378,15 @@ packages: terser: optional: true - vitest@2.1.1: - resolution: {integrity: sha512-97We7/VC0e9X5zBVkvt7SGQMGrRtn3KtySFQG5fpaMlS+l62eeXRQO633AYhSTC3z7IMebnPPNjGXVGNRFlxBA==} + vitest@2.1.3: + resolution: {integrity: sha512-Zrxbg/WiIvUP2uEzelDNTXmEMJXuzJ1kCpbDvaKByFA9MNeO95V+7r/3ti0qzJzrxdyuUw5VduN7k+D3VmVOSA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 2.1.1 - '@vitest/ui': 2.1.1 + '@vitest/browser': 2.1.3 + '@vitest/ui': 2.1.3 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -9621,7 +9854,7 @@ snapshots: '@babel/parser': 7.25.6 '@babel/template': 7.25.0 '@babel/traverse': 7.25.6 - '@babel/types': 7.25.6 + '@babel/types': 7.25.8 convert-source-map: 2.0.0 debug: 4.3.5 gensync: 1.0.0-beta.2 @@ -9632,14 +9865,14 @@ snapshots: '@babel/generator@7.25.6': dependencies: - '@babel/types': 7.25.6 + '@babel/types': 7.25.8 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 '@babel/helper-annotate-as-pure@7.24.7': dependencies: - '@babel/types': 7.25.6 + '@babel/types': 7.25.8 '@babel/helper-compilation-targets@7.25.2': dependencies: @@ -9665,18 +9898,18 @@ snapshots: '@babel/helper-member-expression-to-functions@7.24.8': dependencies: '@babel/traverse': 7.25.6 - '@babel/types': 7.25.6 + '@babel/types': 7.25.8 transitivePeerDependencies: - supports-color '@babel/helper-module-imports@7.22.15': dependencies: - '@babel/types': 7.25.6 + '@babel/types': 7.25.8 '@babel/helper-module-imports@7.24.7': dependencies: '@babel/traverse': 7.25.6 - '@babel/types': 7.25.6 + '@babel/types': 7.25.8 transitivePeerDependencies: - supports-color @@ -9692,7 +9925,7 @@ snapshots: '@babel/helper-optimise-call-expression@7.24.7': dependencies: - '@babel/types': 7.25.6 + '@babel/types': 7.25.8 '@babel/helper-plugin-utils@7.22.5': {} @@ -9710,27 +9943,29 @@ snapshots: '@babel/helper-simple-access@7.24.7': dependencies: '@babel/traverse': 7.25.6 - '@babel/types': 7.25.6 + '@babel/types': 7.25.8 transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.24.7': dependencies: '@babel/traverse': 7.25.6 - '@babel/types': 7.25.6 + '@babel/types': 7.25.8 transitivePeerDependencies: - supports-color - '@babel/helper-string-parser@7.24.8': {} + '@babel/helper-string-parser@7.25.7': {} '@babel/helper-validator-identifier@7.24.7': {} + '@babel/helper-validator-identifier@7.25.7': {} + '@babel/helper-validator-option@7.24.8': {} '@babel/helpers@7.25.6': dependencies: '@babel/template': 7.25.0 - '@babel/types': 7.25.6 + '@babel/types': 7.25.8 '@babel/highlight@7.23.4': dependencies: @@ -9747,11 +9982,11 @@ snapshots: '@babel/parser@7.24.7': dependencies: - '@babel/types': 7.25.6 + '@babel/types': 7.25.8 '@babel/parser@7.25.6': dependencies: - '@babel/types': 7.25.6 + '@babel/types': 7.25.8 '@babel/plugin-proposal-decorators@7.24.7(@babel/core@7.25.2)': dependencies: @@ -9811,7 +10046,7 @@ snapshots: dependencies: '@babel/code-frame': 7.24.7 '@babel/parser': 7.25.6 - '@babel/types': 7.25.6 + '@babel/types': 7.25.8 '@babel/traverse@7.25.6': dependencies: @@ -9819,16 +10054,16 @@ snapshots: '@babel/generator': 7.25.6 '@babel/parser': 7.25.6 '@babel/template': 7.25.0 - '@babel/types': 7.25.6 + '@babel/types': 7.25.8 debug: 4.3.7(supports-color@8.1.1) globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/types@7.25.6': + '@babel/types@7.25.8': dependencies: - '@babel/helper-string-parser': 7.24.8 - '@babel/helper-validator-identifier': 7.24.7 + '@babel/helper-string-parser': 7.25.7 + '@babel/helper-validator-identifier': 7.25.7 to-fast-properties: 2.0.0 '@bcoe/v8-coverage@0.2.3': {} @@ -9839,6 +10074,9 @@ snapshots: '@braintree/sanitize-url@7.1.0': {} + '@bufbuild/protobuf@2.2.0': + optional: true + '@chevrotain/cst-dts-gen@11.0.3': dependencies: '@chevrotain/gast': 11.0.3 @@ -10336,8 +10574,8 @@ snapshots: '@jridgewell/source-map@0.3.3': dependencies: - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.20 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 '@jridgewell/sourcemap-codec@1.4.15': {} @@ -10425,7 +10663,7 @@ snapshots: vue-draggable-next: 2.2.1(sortablejs@1.15.3)(vue@3.4.38(typescript@5.6.2)) vue-router: 4.4.5(vue@3.4.38(typescript@5.6.2)) - '@kong/kongponents@9.10.3(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2))': + '@kong/kongponents@9.11.2(axios@1.7.7)(vue-router@4.4.5(vue@3.4.38(typescript@5.6.2)))(vue@3.4.38(typescript@5.6.2))': dependencies: '@floating-ui/vue': 1.1.5(vue@3.4.38(typescript@5.6.2)) '@kong/icons': 1.18.1(vue@3.4.38(typescript@5.6.2)) @@ -10647,12 +10885,12 @@ snapshots: dependencies: langium: 3.0.0 - '@modyfi/vite-plugin-yaml@1.1.0(rollup@4.22.4)(vite@5.4.8(@types/node@22.7.0)(sass@1.78.0)(terser@5.26.0))': + '@modyfi/vite-plugin-yaml@1.1.0(rollup@4.22.4)(vite@5.4.8(@types/node@22.7.0)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0))': dependencies: '@rollup/pluginutils': 5.1.0(rollup@4.22.4) js-yaml: 4.1.0 tosource: 2.0.0-alpha.3 - vite: 5.4.8(@types/node@22.7.0)(sass@1.78.0)(terser@5.26.0) + vite: 5.4.8(@types/node@22.7.0)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0) transitivePeerDependencies: - rollup @@ -10947,6 +11185,62 @@ snapshots: '@one-ini/wasm@0.1.1': {} + '@parcel/watcher-android-arm64@2.4.1': + optional: true + + '@parcel/watcher-darwin-arm64@2.4.1': + optional: true + + '@parcel/watcher-darwin-x64@2.4.1': + optional: true + + '@parcel/watcher-freebsd-x64@2.4.1': + optional: true + + '@parcel/watcher-linux-arm-glibc@2.4.1': + optional: true + + '@parcel/watcher-linux-arm64-glibc@2.4.1': + optional: true + + '@parcel/watcher-linux-arm64-musl@2.4.1': + optional: true + + '@parcel/watcher-linux-x64-glibc@2.4.1': + optional: true + + '@parcel/watcher-linux-x64-musl@2.4.1': + optional: true + + '@parcel/watcher-win32-arm64@2.4.1': + optional: true + + '@parcel/watcher-win32-ia32@2.4.1': + optional: true + + '@parcel/watcher-win32-x64@2.4.1': + optional: true + + '@parcel/watcher@2.4.1': + dependencies: + detect-libc: 1.0.3 + is-glob: 4.0.3 + micromatch: 4.0.8 + node-addon-api: 7.1.1 + optionalDependencies: + '@parcel/watcher-android-arm64': 2.4.1 + '@parcel/watcher-darwin-arm64': 2.4.1 + '@parcel/watcher-darwin-x64': 2.4.1 + '@parcel/watcher-freebsd-x64': 2.4.1 + '@parcel/watcher-linux-arm-glibc': 2.4.1 + '@parcel/watcher-linux-arm64-glibc': 2.4.1 + '@parcel/watcher-linux-arm64-musl': 2.4.1 + '@parcel/watcher-linux-x64-glibc': 2.4.1 + '@parcel/watcher-linux-x64-musl': 2.4.1 + '@parcel/watcher-win32-arm64': 2.4.1 + '@parcel/watcher-win32-ia32': 2.4.1 + '@parcel/watcher-win32-x64': 2.4.1 + '@peculiar/asn1-cms@2.3.13': dependencies: '@peculiar/asn1-schema': 2.3.13 @@ -11024,7 +11318,7 @@ snapshots: pvtsutils: 1.3.5 tslib: 2.7.0 - '@peculiar/x509@1.12.2': + '@peculiar/x509@1.12.3': dependencies: '@peculiar/asn1-cms': 2.3.13 '@peculiar/asn1-csr': 2.3.13 @@ -11993,79 +12287,79 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2))': + '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2))': dependencies: '@babel/core': 7.25.2 '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2) '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2) - vite: 5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0) + vite: 5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0) vue: 3.4.38(typescript@5.6.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.8(@types/node@22.7.0)(sass@1.78.0)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2))': + '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.8(@types/node@22.7.0)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2))': dependencies: '@babel/core': 7.25.2 '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2) '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2) - vite: 5.4.8(@types/node@22.7.0)(sass@1.78.0)(terser@5.26.0) + vite: 5.4.8(@types/node@22.7.0)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0) vue: 3.4.38(typescript@5.6.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.1.4(vite@5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2))': + '@vitejs/plugin-vue@5.1.4(vite@5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2))': dependencies: - vite: 5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0) + vite: 5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0) vue: 3.4.38(typescript@5.6.2) - '@vitest/expect@2.1.1': + '@vitest/expect@2.1.3': dependencies: - '@vitest/spy': 2.1.1 - '@vitest/utils': 2.1.1 + '@vitest/spy': 2.1.3 + '@vitest/utils': 2.1.3 chai: 5.1.1 tinyrainbow: 1.2.0 - '@vitest/mocker@2.1.1(@vitest/spy@2.1.1)(vite@5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0))': + '@vitest/mocker@2.1.3(@vitest/spy@2.1.3)(vite@5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0))': dependencies: - '@vitest/spy': 2.1.1 + '@vitest/spy': 2.1.3 estree-walker: 3.0.3 magic-string: 0.30.11 optionalDependencies: - vite: 5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0) + vite: 5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0) - '@vitest/pretty-format@2.1.1': + '@vitest/pretty-format@2.1.3': dependencies: tinyrainbow: 1.2.0 - '@vitest/runner@2.1.1': + '@vitest/runner@2.1.3': dependencies: - '@vitest/utils': 2.1.1 + '@vitest/utils': 2.1.3 pathe: 1.1.2 - '@vitest/snapshot@2.1.1': + '@vitest/snapshot@2.1.3': dependencies: - '@vitest/pretty-format': 2.1.1 + '@vitest/pretty-format': 2.1.3 magic-string: 0.30.11 pathe: 1.1.2 - '@vitest/spy@2.1.1': + '@vitest/spy@2.1.3': dependencies: tinyspy: 3.0.2 - '@vitest/ui@2.1.1(vitest@2.1.1)': + '@vitest/ui@2.1.3(vitest@2.1.3)': dependencies: - '@vitest/utils': 2.1.1 + '@vitest/utils': 2.1.3 fflate: 0.8.2 flatted: 3.3.1 pathe: 1.1.2 sirv: 2.0.4 tinyglobby: 0.2.6 tinyrainbow: 1.2.0 - vitest: 2.1.1(@types/node@18.19.54)(@vitest/ui@2.1.1)(jsdom@25.0.1)(sass@1.78.0)(terser@5.26.0) + vitest: 2.1.3(@types/node@18.19.54)(@vitest/ui@2.1.3)(jsdom@25.0.1)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0) - '@vitest/utils@2.1.1': + '@vitest/utils@2.1.3': dependencies: - '@vitest/pretty-format': 2.1.1 + '@vitest/pretty-format': 2.1.3 loupe: 3.1.1 tinyrainbow: 1.2.0 @@ -12092,7 +12386,7 @@ snapshots: '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) '@babel/template': 7.25.0 '@babel/traverse': 7.25.6 - '@babel/types': 7.25.6 + '@babel/types': 7.25.8 '@vue/babel-helper-vue-transform-on': 1.2.2 '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.25.2) camelcase: 6.3.0 @@ -12110,7 +12404,7 @@ snapshots: '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) '@babel/template': 7.25.0 '@babel/traverse': 7.25.6 - '@babel/types': 7.25.6 + '@babel/types': 7.25.8 '@vue/babel-helper-vue-transform-on': 1.2.5 '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.25.2) html-tags: 3.3.1 @@ -12269,14 +12563,14 @@ snapshots: '@vue/devtools-api@6.6.4': {} - '@vue/devtools-core@7.4.6(vite@5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2))': + '@vue/devtools-core@7.4.6(vite@5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2))': dependencies: '@vue/devtools-kit': 7.4.6 '@vue/devtools-shared': 7.4.6 mitt: 3.0.1 nanoid: 3.3.7 pathe: 1.1.2 - vite-hot-client: 0.2.3(vite@5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0)) + vite-hot-client: 0.2.3(vite@5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0)) vue: 3.4.38(typescript@5.6.2) transitivePeerDependencies: - vite @@ -12797,7 +13091,7 @@ snapshots: babel-walk@3.0.0-canary-5: dependencies: - '@babel/types': 7.25.6 + '@babel/types': 7.25.8 babylon@6.18.0: {} @@ -12915,6 +13209,9 @@ snapshots: node-releases: 2.0.18 update-browserslist-db: 1.1.0(browserslist@4.24.0) + buffer-builder@0.2.0: + optional: true + buffer-crc32@0.2.13: {} buffer-from@1.1.2: {} @@ -13122,6 +13419,10 @@ snapshots: optionalDependencies: fsevents: 2.3.3 + chokidar@4.0.1: + dependencies: + readdirp: 4.0.2 + chownr@1.1.4: optional: true @@ -13206,6 +13507,9 @@ snapshots: colorette@2.0.20: {} + colorjs.io@0.5.2: + optional: true + columnify@1.6.0: dependencies: strip-ansi: 6.0.1 @@ -13303,7 +13607,7 @@ snapshots: constantinople@4.0.1: dependencies: '@babel/parser': 7.24.7 - '@babel/types': 7.25.6 + '@babel/types': 7.25.8 content-disposition@0.5.4: dependencies: @@ -13885,6 +14189,8 @@ snapshots: detect-indent@6.1.0: {} + detect-libc@1.0.3: {} + detect-libc@2.0.3: optional: true @@ -16632,6 +16938,8 @@ snapshots: node-abort-controller@3.1.1: {} + node-addon-api@7.1.1: {} + node-domexception@1.0.0: {} node-emoji@2.1.3: @@ -17655,6 +17963,8 @@ snapshots: dependencies: picomatch: 2.3.1 + readdirp@4.0.2: {} + rechoir@0.8.0: dependencies: resolve: 1.22.4 @@ -17863,9 +18173,102 @@ snapshots: safer-buffer@2.1.2: {} - sass@1.78.0: + sass-embedded-android-arm64@1.79.5: + optional: true + + sass-embedded-android-arm@1.79.5: + optional: true + + sass-embedded-android-ia32@1.79.5: + optional: true + + sass-embedded-android-riscv64@1.79.5: + optional: true + + sass-embedded-android-x64@1.79.5: + optional: true + + sass-embedded-darwin-arm64@1.79.5: + optional: true + + sass-embedded-darwin-x64@1.79.5: + optional: true + + sass-embedded-linux-arm64@1.79.5: + optional: true + + sass-embedded-linux-arm@1.79.5: + optional: true + + sass-embedded-linux-ia32@1.79.5: + optional: true + + sass-embedded-linux-musl-arm64@1.79.5: + optional: true + + sass-embedded-linux-musl-arm@1.79.5: + optional: true + + sass-embedded-linux-musl-ia32@1.79.5: + optional: true + + sass-embedded-linux-musl-riscv64@1.79.5: + optional: true + + sass-embedded-linux-musl-x64@1.79.5: + optional: true + + sass-embedded-linux-riscv64@1.79.5: + optional: true + + sass-embedded-linux-x64@1.79.5: + optional: true + + sass-embedded-win32-arm64@1.79.5: + optional: true + + sass-embedded-win32-ia32@1.79.5: + optional: true + + sass-embedded-win32-x64@1.79.5: + optional: true + + sass-embedded@1.79.5: dependencies: - chokidar: 3.6.0 + '@bufbuild/protobuf': 2.2.0 + buffer-builder: 0.2.0 + colorjs.io: 0.5.2 + immutable: 4.3.7 + rxjs: 7.8.1 + supports-color: 8.1.1 + varint: 6.0.0 + optionalDependencies: + sass-embedded-android-arm: 1.79.5 + sass-embedded-android-arm64: 1.79.5 + sass-embedded-android-ia32: 1.79.5 + sass-embedded-android-riscv64: 1.79.5 + sass-embedded-android-x64: 1.79.5 + sass-embedded-darwin-arm64: 1.79.5 + sass-embedded-darwin-x64: 1.79.5 + sass-embedded-linux-arm: 1.79.5 + sass-embedded-linux-arm64: 1.79.5 + sass-embedded-linux-ia32: 1.79.5 + sass-embedded-linux-musl-arm: 1.79.5 + sass-embedded-linux-musl-arm64: 1.79.5 + sass-embedded-linux-musl-ia32: 1.79.5 + sass-embedded-linux-musl-riscv64: 1.79.5 + sass-embedded-linux-musl-x64: 1.79.5 + sass-embedded-linux-riscv64: 1.79.5 + sass-embedded-linux-x64: 1.79.5 + sass-embedded-win32-arm64: 1.79.5 + sass-embedded-win32-ia32: 1.79.5 + sass-embedded-win32-x64: 1.79.5 + optional: true + + sass@1.79.5: + dependencies: + '@parcel/watcher': 2.4.1 + chokidar: 4.0.1 immutable: 4.3.7 source-map-js: 1.2.1 @@ -18595,7 +18998,7 @@ snapshots: terser@5.26.0: dependencies: '@jridgewell/source-map': 0.3.3 - acorn: 8.10.0 + acorn: 8.12.1 commander: 2.20.3 source-map-support: 0.5.21 @@ -19077,6 +19480,9 @@ snapshots: validate-npm-package-name@5.0.1: {} + varint@6.0.0: + optional: true + vary@1.1.2: {} verror@1.10.0: @@ -19095,16 +19501,16 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.2 - vite-hot-client@0.2.3(vite@5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0)): + vite-hot-client@0.2.3(vite@5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0)): dependencies: - vite: 5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0) + vite: 5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0) - vite-node@2.1.1(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0): + vite-node@2.1.3(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0): dependencies: cac: 6.7.14 debug: 4.3.7(supports-color@8.1.1) pathe: 1.1.2 - vite: 5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0) + vite: 5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0) transitivePeerDependencies: - '@types/node' - less @@ -19116,15 +19522,15 @@ snapshots: - supports-color - terser - vite-plugin-externals@0.6.2(vite@5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0)): + vite-plugin-externals@0.6.2(vite@5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0)): dependencies: acorn: 8.8.2 es-module-lexer: 0.4.1 fs-extra: 10.1.0 magic-string: 0.25.9 - vite: 5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0) + vite: 5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0) - vite-plugin-inspect@0.8.7(rollup@4.22.4)(vite@5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0)): + vite-plugin-inspect@0.8.7(rollup@4.22.4)(vite@5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.2(rollup@4.22.4) @@ -19135,7 +19541,7 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.0 sirv: 2.0.4 - vite: 5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0) + vite: 5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0) transitivePeerDependencies: - rollup - supports-color @@ -19144,33 +19550,33 @@ snapshots: dependencies: monaco-editor: 0.52.0 - vite-plugin-top-level-await@1.4.4(rollup@4.22.4)(vite@5.4.8(@types/node@22.7.0)(sass@1.78.0)(terser@5.26.0)): + vite-plugin-top-level-await@1.4.4(rollup@4.22.4)(vite@5.4.8(@types/node@22.7.0)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0)): dependencies: '@rollup/plugin-virtual': 3.0.2(rollup@4.22.4) '@swc/core': 1.7.26 uuid: 10.0.0 - vite: 5.4.8(@types/node@22.7.0)(sass@1.78.0)(terser@5.26.0) + vite: 5.4.8(@types/node@22.7.0)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0) transitivePeerDependencies: - '@swc/helpers' - rollup - vite-plugin-vue-devtools@7.4.6(rollup@4.22.4)(vite@5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2)): + vite-plugin-vue-devtools@7.4.6(rollup@4.22.4)(vite@5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2)): dependencies: - '@vue/devtools-core': 7.4.6(vite@5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2)) + '@vue/devtools-core': 7.4.6(vite@5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0))(vue@3.4.38(typescript@5.6.2)) '@vue/devtools-kit': 7.4.6 '@vue/devtools-shared': 7.4.6 execa: 8.0.1 sirv: 2.0.4 - vite: 5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0) - vite-plugin-inspect: 0.8.7(rollup@4.22.4)(vite@5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0)) - vite-plugin-vue-inspector: 5.2.0(vite@5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0)) + vite: 5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0) + vite-plugin-inspect: 0.8.7(rollup@4.22.4)(vite@5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0)) + vite-plugin-vue-inspector: 5.2.0(vite@5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.2.0(vite@5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0)): + vite-plugin-vue-inspector@5.2.0(vite@5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0)): dependencies: '@babel/core': 7.25.2 '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.25.2) @@ -19181,15 +19587,15 @@ snapshots: '@vue/compiler-dom': 3.5.8 kolorist: 1.8.0 magic-string: 0.30.11 - vite: 5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0) + vite: 5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0) transitivePeerDependencies: - supports-color - vite-plugin-wasm@3.3.0(vite@5.4.8(@types/node@22.7.0)(sass@1.78.0)(terser@5.26.0)): + vite-plugin-wasm@3.3.0(vite@5.4.8(@types/node@22.7.0)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0)): dependencies: - vite: 5.4.8(@types/node@22.7.0)(sass@1.78.0)(terser@5.26.0) + vite: 5.4.8(@types/node@22.7.0)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0) - vite@5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0): + vite@5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0): dependencies: esbuild: 0.21.5 postcss: 8.4.47 @@ -19197,10 +19603,11 @@ snapshots: optionalDependencies: '@types/node': 18.19.54 fsevents: 2.3.3 - sass: 1.78.0 + sass: 1.79.5 + sass-embedded: 1.79.5 terser: 5.26.0 - vite@5.4.8(@types/node@22.7.0)(sass@1.78.0)(terser@5.26.0): + vite@5.4.8(@types/node@22.7.0)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0): dependencies: esbuild: 0.21.5 postcss: 8.4.47 @@ -19208,18 +19615,19 @@ snapshots: optionalDependencies: '@types/node': 22.7.0 fsevents: 2.3.3 - sass: 1.78.0 + sass: 1.79.5 + sass-embedded: 1.79.5 terser: 5.26.0 - vitest@2.1.1(@types/node@18.19.54)(@vitest/ui@2.1.1)(jsdom@25.0.1)(sass@1.78.0)(terser@5.26.0): + vitest@2.1.3(@types/node@18.19.54)(@vitest/ui@2.1.3)(jsdom@25.0.1)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0): dependencies: - '@vitest/expect': 2.1.1 - '@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(vite@5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0)) - '@vitest/pretty-format': 2.1.1 - '@vitest/runner': 2.1.1 - '@vitest/snapshot': 2.1.1 - '@vitest/spy': 2.1.1 - '@vitest/utils': 2.1.1 + '@vitest/expect': 2.1.3 + '@vitest/mocker': 2.1.3(@vitest/spy@2.1.3)(vite@5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0)) + '@vitest/pretty-format': 2.1.3 + '@vitest/runner': 2.1.3 + '@vitest/snapshot': 2.1.3 + '@vitest/spy': 2.1.3 + '@vitest/utils': 2.1.3 chai: 5.1.1 debug: 4.3.7(supports-color@8.1.1) magic-string: 0.30.11 @@ -19229,12 +19637,12 @@ snapshots: tinyexec: 0.3.0 tinypool: 1.0.1 tinyrainbow: 1.2.0 - vite: 5.4.8(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0) - vite-node: 2.1.1(@types/node@18.19.54)(sass@1.78.0)(terser@5.26.0) + vite: 5.4.8(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0) + vite-node: 2.1.3(@types/node@18.19.54)(sass-embedded@1.79.5)(sass@1.79.5)(terser@5.26.0) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 18.19.54 - '@vitest/ui': 2.1.1(vitest@2.1.1) + '@vitest/ui': 2.1.3(vitest@2.1.3) jsdom: 25.0.1 transitivePeerDependencies: - less @@ -19585,7 +19993,7 @@ snapshots: with@7.0.2: dependencies: '@babel/parser': 7.24.7 - '@babel/types': 7.25.6 + '@babel/types': 7.25.8 assert-never: 1.2.1 babel-walk: 3.0.0-canary-5 diff --git a/vite.config.shared.ts b/vite.config.shared.ts index 773b103e71..49448044f8 100644 --- a/vite.config.shared.ts +++ b/vite.config.shared.ts @@ -57,6 +57,7 @@ export default defineConfig({ css: { preprocessorOptions: { scss: { + api: 'modern', // Inject the @kong/design-tokens SCSS variables to make them available for all components. additionalData: '@import "@kong/design-tokens/tokens/scss/variables";', },