@kong-ui-public/entities-gateway-services 3.11.14-pr.2086.20c50855e.0 → 3.11.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +25 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -4,6 +4,10 @@ Gateway Service entity components.
4
4
 
5
5
  - [Requirements](#requirements)
6
6
  - [Included components](#included-components)
7
+ - [Package Exports](#package-exports)
8
+ - [Components](#components)
9
+ - [Utilities](#utilities)
10
+ - [Types](#types)
7
11
  - [Usage](#usage)
8
12
  - [Install](#install)
9
13
  - [Registration](#registration)
@@ -21,6 +25,26 @@ Check the [individual component docs](#individual-component-documentation) for m
21
25
 
22
26
  Reference the [individual component docs](#individual-component-documentation) for more info.
23
27
 
28
+ ## Package Exports
29
+ The package exports the following components, utilities, and types for use in your application:
30
+
31
+ ### Components
32
+
33
+ - `GatewayServiceList` – Component for listing Gateway Services.
34
+ - `GatewayServiceForm` – Component for creating or editing a Gateway Service (new version).
35
+ - `GatewayServiceConfigCard` – Component displaying configuration details for a Gateway Service.
36
+ - `LegacyGatewayServiceForm` – Deprecated or legacy form component for Gateway Services.
37
+
38
+ ### Utilities
39
+
40
+ - All utility functions from the `./utils` directory are exported for use.
41
+
42
+ Reference the [individual component docs](#individual-component-documentation) for more info.
43
+
44
+ ### Types
45
+
46
+ - All TypeScript types from the `./types` directory are exported
47
+
24
48
  ## Usage
25
49
 
26
50
  ### Install
@@ -45,3 +69,4 @@ import '@kong-ui-public/entities-gateway-services/dist/style.css'
45
69
  - [`<GatewayServiceList.vue />`](docs/gateway-service-list.md)
46
70
  - [`<GatewayServiceForm.vue />`](docs/gateway-service-form.md)
47
71
  - [`<GatewayServiceConfigCard.vue />`](docs/gateway-service-config-card.md)
72
+ - [`urlValidator()`](docs/url-validator.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-gateway-services",
3
- "version": "3.11.14-pr.2086.20c50855e.0",
3
+ "version": "3.11.14",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-gateway-services.umd.js",
6
6
  "module": "./dist/entities-gateway-services.es.js",
@@ -26,7 +26,7 @@
26
26
  "axios": "^1.7.7",
27
27
  "vue": ">= 3.3.13 < 4",
28
28
  "vue-router": "^4.4.5",
29
- "@kong-ui-public/entities-shared": "^3.22.2-pr.2086.20c50855e.0",
29
+ "@kong-ui-public/entities-shared": "^3.22.1",
30
30
  "@kong-ui-public/i18n": "^2.3.0"
31
31
  },
32
32
  "devDependencies": {
@@ -36,8 +36,8 @@
36
36
  "axios": "^1.7.7",
37
37
  "vue": "^3.5.13",
38
38
  "vue-router": "^4.4.5",
39
- "@kong-ui-public/entities-shared": "^3.22.2-pr.2086.20c50855e.0",
40
- "@kong-ui-public/i18n": "^2.3.0"
39
+ "@kong-ui-public/i18n": "^2.3.0",
40
+ "@kong-ui-public/entities-shared": "^3.22.1"
41
41
  },
42
42
  "repository": {
43
43
  "type": "git",