@kong-ui-public/entities-shared 3.9.2 → 3.9.3

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 (37) hide show
  1. package/dist/types/components/common/JsonCodeBlock.vue.d.ts +2 -2
  2. package/dist/types/components/common/JsonCodeBlock.vue.d.ts.map +1 -1
  3. package/dist/types/components/common/TerraformCodeBlock.vue.d.ts.map +1 -1
  4. package/dist/types/components/common/YamlCodeBlock.vue.d.ts.map +1 -1
  5. package/dist/types/components/entity-base-config-card/ConfigCardDisplay.vue.d.ts +17 -10
  6. package/dist/types/components/entity-base-config-card/ConfigCardDisplay.vue.d.ts.map +1 -1
  7. package/dist/types/components/entity-base-config-card/ConfigCardItem.vue.d.ts.map +1 -1
  8. package/dist/types/components/entity-base-config-card/EntityBaseConfigCard.vue.d.ts +15 -8
  9. package/dist/types/components/entity-base-config-card/EntityBaseConfigCard.vue.d.ts.map +1 -1
  10. package/dist/types/components/entity-base-config-card/InternalLinkItem.vue.d.ts.map +1 -1
  11. package/dist/types/components/entity-base-config-card/JsonCardItem.vue.d.ts.map +1 -1
  12. package/dist/types/components/entity-base-config-card/StatusBadge.vue.d.ts.map +1 -1
  13. package/dist/types/components/entity-base-form/EntityBaseForm.vue.d.ts +12 -5
  14. package/dist/types/components/entity-base-form/EntityBaseForm.vue.d.ts.map +1 -1
  15. package/dist/types/components/entity-base-table/EntityBaseTable.vue.d.ts +24 -15
  16. package/dist/types/components/entity-base-table/EntityBaseTable.vue.d.ts.map +1 -1
  17. package/dist/types/components/entity-base-table/EntityBaseTableCell.vue.d.ts +14 -4
  18. package/dist/types/components/entity-base-table/EntityBaseTableCell.vue.d.ts.map +1 -1
  19. package/dist/types/components/entity-delete-modal/EntityDeleteModal.vue.d.ts +11 -4
  20. package/dist/types/components/entity-delete-modal/EntityDeleteModal.vue.d.ts.map +1 -1
  21. package/dist/types/components/entity-filter/EntityFilter.vue.d.ts.map +1 -1
  22. package/dist/types/components/entity-form-section/EntityFormSection.vue.d.ts +13 -6
  23. package/dist/types/components/entity-form-section/EntityFormSection.vue.d.ts.map +1 -1
  24. package/dist/types/components/entity-link/EntityLink.vue.d.ts.map +1 -1
  25. package/dist/types/components/entity-toggle-modal/EntityToggleModal.vue.d.ts.map +1 -1
  26. package/dist/types/components/icons/IconFilter.vue.d.ts.map +1 -1
  27. package/dist/types/components/permissions-wrapper/PermissionsWrapper.vue.d.ts +16 -9
  28. package/dist/types/components/permissions-wrapper/PermissionsWrapper.vue.d.ts.map +1 -1
  29. package/dist/types/composables/useDebouncedFilter.d.ts.map +1 -1
  30. package/dist/types/composables/useFetcher.d.ts +2 -2
  31. package/dist/types/composables/useFetcher.d.ts.map +1 -1
  32. package/dist/types/composables/useHelpers.d.ts.map +1 -1
  33. package/dist/types/composables/useI18n.d.ts +8 -465
  34. package/dist/types/composables/useI18n.d.ts.map +1 -1
  35. package/dist/types/index.d.ts +1 -1
  36. package/dist/types/index.d.ts.map +1 -1
  37. package/package.json +1 -1
@@ -4,7 +4,7 @@ import type { KonnectBaseEntityConfig, KongManagerBaseEntityConfig, KonnectBaseF
4
4
  declare const _default: import("vue").DefineComponent<{
5
5
  /** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
6
6
  config: {
7
- type: PropType<KonnectBaseFormConfig | KongManagerBaseFormConfig | KonnectBaseEntityConfig | KongManagerBaseEntityConfig>;
7
+ type: PropType<KonnectBaseEntityConfig | KongManagerBaseEntityConfig | KonnectBaseFormConfig | KongManagerBaseFormConfig>;
8
8
  required: false;
9
9
  default: () => {};
10
10
  };
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<{
28
28
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
29
  /** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
30
30
  config: {
31
- type: PropType<KonnectBaseFormConfig | KongManagerBaseFormConfig | KonnectBaseEntityConfig | KongManagerBaseEntityConfig>;
31
+ type: PropType<KonnectBaseEntityConfig | KongManagerBaseEntityConfig | KonnectBaseFormConfig | KongManagerBaseFormConfig>;
32
32
  required: false;
33
33
  default: () => {};
34
34
  };
@@ -1 +1 @@
1
- {"version":3,"file":"JsonCodeBlock.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/common/JsonCodeBlock.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAY,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAC7C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAA;AACnE,OAAO,KAAK,EAAE,uBAAuB,EAAE,2BAA2B,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAA;;IA4KvI,oHAAoH;;;;;;IAMpH,8FAA8F;;;;;;IAM9F,4FAA4F;;;;;IAK5F,0EAA0E;;;;;;;IAjB1E,oHAAoH;;;;;;IAMpH,8FAA8F;;;;;;IAM9F,4FAA4F;;;;;IAK5F,0EAA0E;;;;;;;;;;;AAvB5E,wBA8BG"}
1
+ {"version":3,"file":"JsonCodeBlock.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/common/JsonCodeBlock.vue"],"names":[],"mappings":"AAqHA,OAAO,EAAY,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAC7C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAA;AACnE,OAAO,KAAK,EAAE,uBAAuB,EAAE,2BAA2B,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAA;;IAoLvI,oHAAoH;;cAElG,QAAQ,CAAC,uBAAuB,GAAG,2BAA2B,GAAG,qBAAqB,GAAG,yBAAyB,CAAC;;;;IAIrI,8FAA8F;;;;;;IAM9F,4FAA4F;;cAE1E,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;IAG/C,0EAA0E;;cAExD,QAAQ,CAAC,eAAe,CAAC;;;;;IAnB3C,oHAAoH;;cAElG,QAAQ,CAAC,uBAAuB,GAAG,2BAA2B,GAAG,qBAAqB,GAAG,yBAAyB,CAAC;;;;IAIrI,8FAA8F;;;;;;IAM9F,4FAA4F;;cAE1E,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;IAG/C,0EAA0E;;cAExD,QAAQ,CAAC,eAAe,CAAC;;;;;;;;;AAzB7C,wBA8BG"}
@@ -1 +1 @@
1
- {"version":3,"file":"TerraformCodeBlock.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/common/TerraformCodeBlock.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,QAAQ,EAAY,MAAM,KAAK,CAAA;AAC7C,OAAO,EAAE,KAAK,mBAAmB,EAA6B,MAAM,aAAa,CAAA;;IAuT/E,iGAAiG;;;;;;;;yBAQ9E,mBAAmB;;;;;;;IARtC,iGAAiG;;;;;;;;yBAQ9E,mBAAmB;;;;;;;;;AAdxC,wBAqBG"}
1
+ {"version":3,"file":"TerraformCodeBlock.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/common/TerraformCodeBlock.vue"],"names":[],"mappings":"AAqPA,OAAO,EAAE,KAAK,QAAQ,EAAY,MAAM,KAAK,CAAA;AAC7C,OAAO,EAAE,KAAK,mBAAmB,EAA6B,MAAM,aAAa,CAAA;;IAqU/E,iGAAiG;;cAE/E,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,mBAAmB,CAAC;;yBAE5B,mBAAmB;;;;;;;IARtC,iGAAiG;;cAE/E,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,mBAAmB,CAAC;;yBAE5B,mBAAmB;;;;;;;;;AAdxC,wBAqBG"}
@@ -1 +1 @@
1
- {"version":3,"file":"YamlCodeBlock.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/common/YamlCodeBlock.vue.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;;IA2FjC,4FAA4F;;;;;;IAA5F,4FAA4F;;;;;;AAN9F,wBAYG"}
1
+ {"version":3,"file":"YamlCodeBlock.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/common/YamlCodeBlock.vue"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;;IAgGjC,4FAA4F;;cAE1E,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;IAF/C,4FAA4F;;cAE1E,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;AARjD,wBAYG"}
@@ -5,7 +5,20 @@ export interface PropList {
5
5
  advanced?: RecordItem[];
6
6
  plugin?: RecordItem[];
7
7
  }
8
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
8
+ declare function __VLS_template(): {
9
+ slots: Partial<Record<`${string}-label`, (_: {
10
+ row: RecordItem;
11
+ }) => any>> & Partial<Record<`${string}-label-tooltip`, (_: {
12
+ row: RecordItem;
13
+ }) => any>> & Partial<Record<string, (_: {
14
+ row: RecordItem;
15
+ rowValue: any;
16
+ }) => any>>;
17
+ refs: {};
18
+ attrs: Partial<{}>;
19
+ };
20
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
+ declare const __VLS_component: import("vue").DefineComponent<{
9
22
  /** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
10
23
  config: {
11
24
  type: PropType<KonnectBaseEntityConfig | KongManagerBaseEntityConfig>;
@@ -86,20 +99,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
86
99
  default: string;
87
100
  };
88
101
  }>>, {
102
+ format: string;
89
103
  config: KonnectBaseEntityConfig | KongManagerBaseEntityConfig;
90
104
  fetcherUrl: string;
91
- format: string;
92
105
  propertyCollections: PropList;
93
106
  propListTypes: string[];
94
107
  record: Record<string, any>;
95
- }, {}>, Partial<Record<`${string}-label`, (_: {
96
- row: RecordItem;
97
- }) => any>> & Partial<Record<`${string}-label-tooltip`, (_: {
98
- row: RecordItem;
99
- }) => any>> & Partial<Record<string, (_: {
100
- row: RecordItem;
101
- rowValue: any;
102
- }) => any>>>;
108
+ }, {}>;
109
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
103
110
  export default _default;
104
111
  type __VLS_WithTemplateSlots<T, S> = T & {
105
112
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigCardDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-base-config-card/ConfigCardDisplay.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAE,UAAU,EAAE,uBAAuB,EAAE,2BAA2B,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAA;AAQxH,MAAM,WAAW,QAAQ;IACvB,KAAK,CAAC,EAAE,UAAU,EAAE,CAAA;IACpB,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAA;IACvB,MAAM,CAAC,EAAE,UAAU,EAAE,CAAA;CACtB;;IAoUC,oHAAoH;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2BpH,kGAAkG;;;;;;IAMlG,8FAA8F;;;;;;;IAjC9F,oHAAoH;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2BpH,kGAAkG;;;;;;IAMlG,8FAA8F;;;;;;;;;;;;;;;;;;;;;AAQhG,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"ConfigCardDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-base-config-card/ConfigCardDisplay.vue"],"names":[],"mappings":"AAyJA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAE,UAAU,EAAE,uBAAuB,EAAE,2BAA2B,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAA;AAQxH,MAAM,WAAW,QAAQ;IACvB,KAAK,CAAC,EAAE,UAAU,EAAE,CAAA;IACpB,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAA;IACvB,MAAM,CAAC,EAAE,UAAU,EAAE,CAAA;CACtB;AA0GD,iBAAS,cAAc;;;UA8F6D,GAAG;;UACpB,GAAG;;;UACF,GAAG;;WAUzD,OAAO,IAA6B;EAEjD;AAuDD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;IAMnB,oHAAoH;;cAElG,QAAQ,CAAC,uBAAuB,GAAG,2BAA2B,CAAC;;;;;cAK/D,QAAQ,CAAC,mBAAmB,CAAC;;yBAE5B,mBAAmB;;;cAGpB,QAAQ,CAAC,QAAQ,CAAC;;;;;;;;yBAQjB,MAAM;;;cAGR,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;IAInC,kGAAkG;;cAEhF,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;IAI/C,8FAA8F;;;;;;;IAjC9F,oHAAoH;;cAElG,QAAQ,CAAC,uBAAuB,GAAG,2BAA2B,CAAC;;;;;cAK/D,QAAQ,CAAC,mBAAmB,CAAC;;yBAE5B,mBAAmB;;;cAGpB,QAAQ,CAAC,QAAQ,CAAC;;;;;;;;yBAQjB,MAAM;;;cAGR,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;IAInC,kGAAkG;;cAEhF,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;IAI/C,8FAA8F;;;;;;;;;;;;;MAO9F,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigCardItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-base-config-card/ConfigCardItem.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAO,MAAM,KAAK,CAAA;AAExC,OAAO,KAAK,EAAE,UAAU,EAAsB,MAAM,aAAa,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA2fqB,GAAG;;;QAE7D,GAAG;6BACO,GAAG;;AAjfzC,wBAsjBI;AAAA,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QACtD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"ConfigCardItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-base-config-card/ConfigCardItem.vue"],"names":[],"mappings":"AA8XA,OAAO,KAAK,EAAE,QAAQ,EAAO,MAAM,KAAK,CAAA;AAExC,OAAO,KAAK,EAAE,UAAU,EAAsB,MAAM,aAAa,CAAA;;;cAoa7C,QAAQ,CAAC,UAAU,CAAC;;;;;;;;;;;;;;;;;cAApB,QAAQ,CAAC,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;MA/D4C,GAAG;;;QAE5D,GAAG;6BACO,GAAG;;AA3VxC,wBA2aC;AAID,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -2,7 +2,19 @@ import type { PropType } from 'vue';
2
2
  import type { AxiosError } from 'axios';
3
3
  import type { KonnectBaseEntityConfig, KongManagerBaseEntityConfig, ConfigurationSchema, PluginConfigurationSchema, RecordItem, SupportedEntityType } from '../../types';
4
4
  import type { HeaderTag } from '@kong/kongponents';
5
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
5
+ declare function __VLS_template(): {
6
+ slots: Partial<Record<string, (_: {
7
+ row: RecordItem;
8
+ rowValue: any;
9
+ }) => any>> & {
10
+ title?(_: {}): any;
11
+ actions?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ attrs: Partial<{}>;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import("vue").DefineComponent<{
6
18
  /** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
7
19
  config: {
8
20
  type: PropType<KonnectBaseEntityConfig | KongManagerBaseEntityConfig>;
@@ -198,13 +210,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
198
210
  configCardDoc: string;
199
211
  titleTag: HeaderTag;
200
212
  enableTerraform: boolean;
201
- }, {}>, Partial<Record<string, (_: {
202
- row: RecordItem;
203
- rowValue: any;
204
- }) => any>> & {
205
- title?(_: {}): any;
206
- actions?(_: {}): any;
207
- }>;
213
+ }, {}>;
214
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
208
215
  export default _default;
209
216
  type __VLS_WithTemplateSlots<T, S> = T & {
210
217
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"EntityBaseConfigCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-base-config-card/EntityBaseConfigCard.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACvC,OAAO,KAAK,EACV,uBAAuB,EACvB,2BAA2B,EAC3B,mBAAmB,EACnB,yBAAyB,EACzB,UAAU,EAEV,mBAAmB,EACpB,MAAM,aAAa,CAAA;AAMpB,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;;IAsxBhD,oHAAoH;;;;;;IAYpH,4CAA4C;;;;;;IAM5C;;OAEG;;;;;;IAMH,wDAAwD;;;;;;IAMxD,gEAAgE;;;;;;IAMhE;;;;;;;OAOG;;;;;IAKH;;;OAGG;;;;;;IAMH;;OAEG;;;;;IAKH;;OAEG;;;;;;IAMH;;OAEG;;;;;;;;;;IAUH;;;OAGG;;;;;;;;;;IAzFH,oHAAoH;;;;;;IAYpH,4CAA4C;;;;;;IAM5C;;OAEG;;;;;;IAMH,wDAAwD;;;;;;IAMxD,gEAAgE;;;;;;IAMhE;;;;;;;OAOG;;;;;IAKH;;;OAGG;;;;;;IAMH;;OAEG;;;;;IAKH;;OAEG;;;;;;IAMH;;OAEG;;;;;;;;;;IAUH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;AAQL,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"EntityBaseConfigCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-base-config-card/EntityBaseConfigCard.vue"],"names":[],"mappings":"AAghBA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACvC,OAAO,KAAK,EACV,uBAAuB,EACvB,2BAA2B,EAC3B,mBAAmB,EACnB,yBAAyB,EACzB,UAAU,EAEV,mBAAmB,EACpB,MAAM,aAAa,CAAA;AAMpB,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AA8dlD,iBAAS,cAAc;;;;UAqJ+D,GAAG;uBAE9D,GAAG;yBACD,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAsHD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;IAOnB,oHAAoH;;cAElG,QAAQ,CAAC,uBAAuB,GAAG,2BAA2B,CAAC;;4BAE3D,uBAAuB,GAAG,2BAA2B,KAAG,OAAO;;IAQrF,4CAA4C;;cAE1B,QAAQ,CAAC,mBAAmB,CAAC;;;;IAI/C;;OAEG;;cAEe,QAAQ,CAAC,mBAAmB,CAAC;;yBAE5B,mBAAmB;;IAEtC,wDAAwD;;;;;;IAMxD,gEAAgE;;cAE9C,QAAQ,CAAC,yBAAyB,CAAC;;;;IAIrD;;;;;;;OAOG;;;;;IAKH;;;OAGG;;;;;;IAMH;;OAEG;;;;;IAKH;;OAEG;;;;;;IAMH;;OAEG;;;;;;;cAOe,QAAQ,CAAC,SAAS,CAAC;;;IAGrC;;;OAGG;;;;;;;;;;IAzFH,oHAAoH;;cAElG,QAAQ,CAAC,uBAAuB,GAAG,2BAA2B,CAAC;;4BAE3D,uBAAuB,GAAG,2BAA2B,KAAG,OAAO;;IAQrF,4CAA4C;;cAE1B,QAAQ,CAAC,mBAAmB,CAAC;;;;IAI/C;;OAEG;;cAEe,QAAQ,CAAC,mBAAmB,CAAC;;yBAE5B,mBAAmB;;IAEtC,wDAAwD;;;;;;IAMxD,gEAAgE;;cAE9C,QAAQ,CAAC,yBAAyB,CAAC;;;;IAIrD;;;;;;;OAOG;;;;;IAKH;;;OAGG;;;;;;IAMH;;OAEG;;;;;IAKH;;OAEG;;;;;;IAMH;;OAEG;;;;;;;cAOe,QAAQ,CAAC,SAAS,CAAC;;;IAGrC;;;OAGG;;;;;;;;;;;;;;;;;;;MAMH,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"InternalLinkItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-base-config-card/InternalLinkItem.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;;;;;;;;;;;;;;;;AA6F7C,wBAYG"}
1
+ {"version":3,"file":"InternalLinkItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-base-config-card/InternalLinkItem.vue"],"names":[],"mappings":"AAuCA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;;;cAoHzB,QAAQ,CAAC,UAAU,CAAC;;;;;;;cAApB,QAAQ,CAAC,UAAU,CAAC;;;;;;AARxC,wBAYG"}
@@ -1 +1 @@
1
- {"version":3,"file":"JsonCardItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-base-config-card/JsonCardItem.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkK7C,wBAmBG"}
1
+ {"version":3,"file":"JsonCardItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-base-config-card/JsonCardItem.vue"],"names":[],"mappings":"AAwGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;;;cAmKzB,QAAQ,CAAC,UAAU,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;;;;;;;cAA1C,QAAQ,CAAC,UAAU,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;;;;;;;;;AAP9D,wBAmBG"}
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBadge.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-base-config-card/StatusBadge.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAsEA,wBAWG"}
1
+ {"version":3,"file":"StatusBadge.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-base-config-card/StatusBadge.vue"],"names":[],"mappings":";;;;;;;;;;;;;AAoGA,wBAWG"}
@@ -2,7 +2,16 @@ import type { PropType } from 'vue';
2
2
  import type { AxiosError } from 'axios';
3
3
  import type { KonnectBaseFormConfig, KongManagerBaseFormConfig } from '../../types';
4
4
  import { SupportedEntityType } from '../../types';
5
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
5
+ declare function __VLS_template(): {
6
+ slots: {
7
+ default?(_: {}): any;
8
+ "form-actions"?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ attrs: Partial<{}>;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import("vue").DefineComponent<{
6
15
  /** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
7
16
  config: {
8
17
  type: PropType<KonnectBaseFormConfig | KongManagerBaseFormConfig>;
@@ -181,10 +190,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
181
190
  errorMessage: string;
182
191
  noValidate: boolean;
183
192
  wrapperComponent: string;
184
- }, {}>, {
185
- default?(_: {}): any;
186
- "form-actions"?(_: {}): any;
187
- }>;
193
+ }, {}>;
194
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
188
195
  export default _default;
189
196
  type __VLS_WithTemplateSlots<T, S> = T & {
190
197
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"EntityBaseForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-base-form/EntityBaseForm.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAGnC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACvC,OAAO,KAAK,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAA;AACnF,OAAO,EAA6B,mBAAmB,EAAE,MAAM,aAAa,CAAA;;IAkpB1E,oHAAoH;;;;;;IAWpH,0FAA0F;;;;;;IAM1F;;OAEG;;;;;;IAMH;;;;;;;OAOG;;;;;;IAMH,iFAAiF;;;;;;IAMjF,qEAAqE;;;;;;IAMrE,qEAAqE;;;;;;IAMrE,+DAA+D;;;;;IAK/D;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;;;;;;;;IA9EH,oHAAoH;;;;;;IAWpH,0FAA0F;;;;;;IAM1F;;OAEG;;;;;;IAMH;;;;;;;OAOG;;;;;;IAMH,iFAAiF;;;;;;IAMjF,qEAAqE;;;;;;IAMrE,qEAAqE;;;;;;IAMrE,+DAA+D;;;;;IAK/D;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;AAQL,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"EntityBaseForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-base-form/EntityBaseForm.vue"],"names":[],"mappings":"AA0XA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAGnC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACvC,OAAO,KAAK,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAA;AACnF,OAAO,EAA6B,mBAAmB,EAAE,MAAM,aAAa,CAAA;AAgT5E,iBAAS,cAAc;;yBA8MO,GAAG;gCACI,GAAG;;;WAS1B,OAAO,IAA6B;EAEjD;AA6GD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;IAOnB,oHAAoH;;cAElG,QAAQ,CAAC,qBAAqB,GAAG,yBAAyB,CAAC;;4BAEvD,qBAAqB,GAAG,yBAAyB,KAAG,OAAO;;IAOjF,0FAA0F;;;;;;IAM1F;;OAEG;;cAEe,QAAQ,CAAC,mBAAmB,CAAC;;yBAE5B,mBAAmB;;IAEtC;;;;;;;OAOG;;;;;;IAMH,iFAAiF;;;;;;IAMjF,qEAAqE;;;;;;IAMrE,qEAAqE;;;;;;IAMrE,+DAA+D;;cAE7C,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;IAG/C;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;;;;;;;;IA9EH,oHAAoH;;cAElG,QAAQ,CAAC,qBAAqB,GAAG,yBAAyB,CAAC;;4BAEvD,qBAAqB,GAAG,yBAAyB,KAAG,OAAO;;IAOjF,0FAA0F;;;;;;IAM1F;;OAEG;;cAEe,QAAQ,CAAC,mBAAmB,CAAC;;yBAE5B,mBAAmB;;IAEtC;;;;;;;OAOG;;;;;;IAMH,iFAAiF;;;;;;IAMjF,qEAAqE;;;;;;IAMrE,qEAAqE;;;;;;IAMrE,+DAA+D;;cAE7C,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;IAG/C;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;;;;;;;;;;;;;;;;MAMH,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,7 +1,27 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { HeaderTag, TablePreferences } from '@kong/kongponents';
3
3
  import type { BaseTableHeaders, EmptyStateOptions, FetcherParams, FetcherResponse, TableSortParams, TableErrorMessage } from '../../types';
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
4
+ declare function __VLS_template(): {
5
+ slots: Partial<Record<NonNullable<string | number>, (_: {
6
+ row: any;
7
+ rowKey: any;
8
+ rowValue: any;
9
+ }) => any>> & {
10
+ "toolbar-filter"?(_: {}): any;
11
+ "toolbar-button"?(_: {}): any;
12
+ actions?(_: {
13
+ row: any;
14
+ rowKey: any;
15
+ rowValue: any;
16
+ }): any;
17
+ };
18
+ refs: {
19
+ tableRefs: any;
20
+ };
21
+ attrs: Partial<{}>;
22
+ };
23
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
24
+ declare const __VLS_component: import("vue").DefineComponent<{
5
25
  tableHeaders: {
6
26
  type: PropType<BaseTableHeaders>;
7
27
  required: true;
@@ -238,26 +258,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
238
258
  enableEntityActions: boolean;
239
259
  emptyStateOptions: EmptyStateOptions;
240
260
  disablePaginationPageJump: boolean;
241
- paginationType: "default" | "offset";
261
+ paginationType: "offset" | "default";
242
262
  cellAttributes: (params: Record<string, any>) => Record<string, any>;
243
263
  rowAttributes: (row: Record<string, any>) => Record<string, any>;
244
264
  preferencesStorageKey: string;
245
265
  defaultTablePreferences: TablePreferences;
246
266
  dropdownMenuWidth: string;
247
267
  disableRowClick: boolean;
248
- }, {}>, Partial<Record<NonNullable<string | number>, (_: {
249
- row: any;
250
- rowKey: any;
251
- rowValue: any;
252
- }) => any>> & {
253
- "toolbar-filter"?(_: {}): any;
254
- "toolbar-button"?(_: {}): any;
255
- actions?(_: {
256
- row: any;
257
- rowKey: any;
258
- rowValue: any;
259
- }): any;
260
- }>;
268
+ }, {}>;
269
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
261
270
  export default _default;
262
271
  type __VLS_WithTemplateSlots<T, S> = T & {
263
272
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"EntityBaseTable.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-base-table/EntityBaseTable.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAInC,OAAO,KAAK,EAAiB,SAAS,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAA;AAGnF,OAAO,KAAK,EACV,gBAAgB,EAChB,iBAAiB,EACjB,aAAa,EACb,eAAe,EAEf,eAAe,EACf,iBAAiB,EAClB,MAAM,aAAa,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgxBlB,iGAAiG;;;;;;IAMjG,wEAAwE;;;;;;IAMxE,6DAA6D;;;;;;;;;;;;;;IAc7D,2GAA2G;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA1B3G,iGAAiG;;;;;;IAMjG,wEAAwE;;;;;;IAMxE,6DAA6D;;;;;;;;;;;;;;IAc7D,2GAA2G;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQ7G,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"EntityBaseTable.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-base-table/EntityBaseTable.vue"],"names":[],"mappings":"AA2aA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAInC,OAAO,KAAK,EAAiB,SAAS,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAA;AAGnF,OAAO,KAAK,EACV,gBAAgB,EAChB,iBAAiB,EACjB,aAAa,EACb,eAAe,EAEf,eAAe,EACf,iBAAiB,EAClB,MAAM,aAAa,CAAA;AA0YpB,iBAAS,cAAc;;;;;UA2L+D,GAAG;kCAElD,GAAG;kCACH,GAAG;;;;;YACZ,GAAG;;;;;WAUnB,OAAO,IAA6B;EAEjD;AAkJD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;cASD,QAAQ,CAAC,gBAAgB,CAAC;;;;;cAMxB,QAAQ,CAAC,CAAC,MAAM,EAAE,aAAa,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;;;;;;;;cAQ/D,QAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAuC/C,QAAQ,CAAC,iBAAiB,CAAC;;;;cAOjB,QAAQ,CAAC,MAAM,GAAG,iBAAiB,CAAC;;;;;;;;;;;;cAY9C,QAAQ,CAAC,SAAS,GAAG,QAAQ,CAAC;;;;cAK5B,QAAQ,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAK9D,QAAQ,CAAC,CAAC,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;IAG/E,iGAAiG;;;;;;IAMjG,wEAAwE;;cAEtD,QAAQ,CAAC,gBAAgB,CAAC;;;;IAI5C,6DAA6D;;;;;;;;;;;cAW3C,QAAQ,CAAC,SAAS,CAAC;;;IAGrC,2GAA2G;;;;;;;;;;;;cA/GzF,QAAQ,CAAC,gBAAgB,CAAC;;;;;cAMxB,QAAQ,CAAC,CAAC,MAAM,EAAE,aAAa,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;;;;;;;;cAQ/D,QAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAuC/C,QAAQ,CAAC,iBAAiB,CAAC;;;;cAOjB,QAAQ,CAAC,MAAM,GAAG,iBAAiB,CAAC;;;;;;;;;;;;cAY9C,QAAQ,CAAC,SAAS,GAAG,QAAQ,CAAC;;;;cAK5B,QAAQ,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAK9D,QAAQ,CAAC,CAAC,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;IAG/E,iGAAiG;;;;;;IAMjG,wEAAwE;;cAEtD,QAAQ,CAAC,gBAAgB,CAAC;;;;IAI5C,6DAA6D;;;;;;;;;;;cAW3C,QAAQ,CAAC,SAAS,CAAC;;;IAGrC,2GAA2G;;;;;;;;;;;;;;;;;;sBAzGrE,aAAa,KAAK,OAAO,CAAC,eAAe,CAAC;;;;;;;;;;6BAuE1C,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;yBAK9C,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;;MAmC9E,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,5 +1,16 @@
1
1
  import type { PropType } from 'vue';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ declare function __VLS_template(): {
3
+ slots: {
4
+ default?(_: {}): any;
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {
8
+ contentRef: HTMLSpanElement;
9
+ };
10
+ attrs: Partial<{}>;
11
+ };
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: import("vue").DefineComponent<{
3
14
  keyName: {
4
15
  type: StringConstructor;
5
16
  required: true;
@@ -27,9 +38,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
27
38
  };
28
39
  }>>, {
29
40
  tooltip: boolean;
30
- }, {}>, {
31
- default?(_: {}): any;
32
- }>;
41
+ }, {}>;
42
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
33
43
  export default _default;
34
44
  type __VLS_WithTemplateSlots<T, S> = T & {
35
45
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"EntityBaseTableCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-base-table/EntityBaseTableCell.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8OnC,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"EntityBaseTableCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-base-table/EntityBaseTableCell.vue"],"names":[],"mappings":"AA4IA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AA+HnC,iBAAS,cAAc;;yBA+CM,GAAG;yBACH,GAAG;;;;;WAUlB,OAAO,IAA6B;EAEjD;AAyBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;cAWO,QAAQ,CAAC,WAAW,GAAG,IAAI,CAAC;;;;;;;;;;;;;cAA5B,QAAQ,CAAC,WAAW,GAAG,IAAI,CAAC;;;;;;;;;MAQtD,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,6 +1,14 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { EntityTypes } from '../../types';
3
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
3
+ declare function __VLS_template(): {
4
+ slots: {
5
+ description?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ attrs: Partial<{}>;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import("vue").DefineComponent<{
4
12
  visible: {
5
13
  type: BooleanConstructor;
6
14
  required: true;
@@ -81,9 +89,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
81
89
  needConfirm: boolean;
82
90
  description: string;
83
91
  actionPending: boolean;
84
- }, {}>, {
85
- description?(_: {}): any;
86
- }>;
92
+ }, {}>;
93
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
87
94
  export default _default;
88
95
  type __VLS_WithTemplateSlots<T, S> = T & {
89
96
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"EntityDeleteModal.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-delete-modal/EntityDeleteModal.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAGnC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoU9C,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"EntityDeleteModal.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-delete-modal/EntityDeleteModal.vue"],"names":[],"mappings":"AAyIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAGnC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAiG9C,iBAAS,cAAc;;6BAkHW,GAAG;;;WASvB,OAAO,IAA6B;EAEjD;AA+CD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;cAiBD,QAAQ,CAAC,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAArB,QAAQ,CAAC,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAwBvC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"EntityFilter.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-filter/EntityFilter.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAInC,OAAO,KAAK,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+hBjF,wBAsBG"}
1
+ {"version":3,"file":"EntityFilter.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-filter/EntityFilter.vue"],"names":[],"mappings":"AA8XA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAInC,OAAO,KAAK,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;;;cA8d7D,QAAQ,CAAC,sBAAsB,GAAG,sBAAsB,CAAC;;;;;;;;;;;;;;;cAAzD,QAAQ,CAAC,sBAAsB,GAAG,sBAAsB,CAAC;;;;;;;;;;;;;;;;AAT7E,wBAsBG"}
@@ -1,6 +1,16 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { HeaderTag } from '@kong/kongponents';
3
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
3
+ declare function __VLS_template(): {
4
+ slots: {
5
+ description?(_: {}): any;
6
+ footer?(_: {}): any;
7
+ default?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ attrs: Partial<{}>;
11
+ };
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: import("vue").DefineComponent<{
4
14
  title: {
5
15
  type: StringConstructor;
6
16
  default: string;
@@ -57,11 +67,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
57
67
  hasDivider: boolean;
58
68
  stickyInfoHeader: boolean;
59
69
  hideInfoHeader: boolean;
60
- }, {}>, {
61
- description?(_: {}): any;
62
- footer?(_: {}): any;
63
- default?(_: {}): any;
64
- }>;
70
+ }, {}>;
71
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
65
72
  export default _default;
66
73
  type __VLS_WithTemplateSlots<T, S> = T & {
67
74
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"EntityFormSection.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-form-section/EntityFormSection.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyQlD,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"EntityFormSection.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-form-section/EntityFormSection.vue"],"names":[],"mappings":"AAoKA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAiElD,iBAAS,cAAc;;6BA2EU,GAAG;wBACR,GAAG;yBACF,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAmCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;cA2BD,QAAQ,CAAC,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;cAAnB,QAAQ,CAAC,SAAS,CAAC;;;;;;;;;;MAIrC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"EntityLink.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-link/EntityLink.vue.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAO,MAAM,KAAK,CAAA;AACxC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+RjD,wBA0BG"}
1
+ {"version":3,"file":"EntityLink.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-link/EntityLink.vue"],"names":[],"mappings":"AAsKA,OAAO,KAAK,EAAE,QAAQ,EAAO,MAAM,KAAK,CAAA;AACxC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;;;cAuP7B,QAAQ,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;cAAxB,QAAQ,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;AAP5C,wBA0BG"}
@@ -1 +1 @@
1
- {"version":3,"file":"EntityToggleModal.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-toggle-modal/EntityToggleModal.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;;;;;;;;;;;;;;;;;;;;;;;6BA6PE,QAAQ,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAAZ,QAAQ,GAAG,CAAC;;;;;;;;qBAAZ,QAAQ,GAAG,CAAC;;AA3BjD,wBAiCG"}
1
+ {"version":3,"file":"EntityToggleModal.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-toggle-modal/EntityToggleModal.vue"],"names":[],"mappings":"AAwGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;;;;;;;;;;;;;;;;;;;;;;;cA4Qb,QAAQ,CAAC,MAAM,OAAO,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAnC,QAAQ,CAAC,MAAM,OAAO,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI;;;;;;;;qBAApB,OAAO,CAAC,GAAG,CAAC;;AA5BjD,wBAiCG"}
@@ -1 +1 @@
1
- {"version":3,"file":"IconFilter.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/IconFilter.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAkGA,wBAWG"}
1
+ {"version":3,"file":"IconFilter.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/IconFilter.vue"],"names":[],"mappings":";;;;;;;;;;;;;AAmHA,wBAWG"}
@@ -1,11 +1,21 @@
1
1
  import type { PropType } from 'vue';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ declare function __VLS_template(): {
3
+ slots: {
4
+ default?(_: {
5
+ isAllowed: boolean | undefined;
6
+ }): any;
7
+ };
8
+ refs: {};
9
+ attrs: Partial<{}>;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: import("vue").DefineComponent<{
3
13
  /**
4
14
  * Provide an async function that returns a boolean to determine whether
5
15
  * the wrapper should hide or show the default slot content.
6
16
  */
7
17
  authFunction: {
8
- type: PropType<() => boolean | Promise<boolean>>;
18
+ type: PropType<() => (boolean | Promise<boolean>)>;
9
19
  required: true;
10
20
  default: () => Promise<boolean>;
11
21
  };
@@ -23,7 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
23
33
  * the wrapper should hide or show the default slot content.
24
34
  */
25
35
  authFunction: {
26
- type: PropType<() => boolean | Promise<boolean>>;
36
+ type: PropType<() => (boolean | Promise<boolean>)>;
27
37
  required: true;
28
38
  default: () => Promise<boolean>;
29
39
  };
@@ -37,12 +47,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
37
47
  };
38
48
  }>>, {
39
49
  forceShow: boolean;
40
- authFunction: () => boolean | Promise<boolean>;
41
- }, {}>, {
42
- default?(_: {
43
- isAllowed: boolean | undefined;
44
- }): any;
45
- }>;
50
+ authFunction: () => (boolean | Promise<boolean>);
51
+ }, {}>;
52
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
46
53
  export default _default;
47
54
  type __VLS_WithTemplateSlots<T, S> = T & {
48
55
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"PermissionsWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/permissions-wrapper/PermissionsWrapper.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;;IAuGjC;;;MAGE;;;;;;IAMF;;;OAGG;;;;;;IAZH;;;MAGE;;;;;;IAMF;;;OAGG;;;;;;;;;;;;;AAOL,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"PermissionsWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/permissions-wrapper/PermissionsWrapper.vue"],"names":[],"mappings":"AA0CA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAuDnC,iBAAS,cAAc;;;;YA2BM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AA4BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;IAMnB;;;MAGE;;cAEkB,QAAQ,CAAC,MAAM,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC;;;;IAIhE;;;OAGG;;;;;;IAZH;;;MAGE;;cAEkB,QAAQ,CAAC,MAAM,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC;;;;IAIhE;;;OAGG;;;;;;;wBAPgC,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;MAa/D,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useDebouncedFilter.d.ts","sourceRoot":"","sources":["../../../src/composables/useDebouncedFilter.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,0BAA0B,EAC1B,yBAAyB,EACzB,sBAAsB,EACtB,qBAAqB,EACrB,QAAQ,EAAE,UAAU,EACrB,MAAM,UAAU,CAAA;AAKjB,MAAM,CAAC,OAAO,UAAU,kBAAkB,CACxC,MAAM,EAAE,qBAAqB,GAAG,yBAAyB,GAAG,sBAAsB,GAAG,0BAA0B,EAC/G,OAAO,EAAE,QAAQ,CAAC,MAAM,CAAC,EACzB,IAAI,CAAC,EAAE,MAAM,EACb,IAAI,GAAE,UAGL;;;;;;qBAsC2B,QAAQ,IAAI,CAAC;;EA2I1C"}
1
+ {"version":3,"file":"useDebouncedFilter.d.ts","sourceRoot":"","sources":["../../../src/composables/useDebouncedFilter.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,0BAA0B,EAC1B,yBAAyB,EACzB,sBAAsB,EACtB,qBAAqB,EACrB,QAAQ,EAAE,UAAU,EACrB,MAAM,UAAU,CAAA;AAKjB,MAAM,CAAC,OAAO,UAAU,kBAAkB,CACxC,MAAM,EAAE,qBAAqB,GAAG,yBAAyB,GAAG,sBAAsB,GAAG,0BAA0B,EAC/G,OAAO,EAAE,QAAQ,CAAC,MAAM,CAAC,EACzB,IAAI,CAAC,EAAE,MAAM,EACb,IAAI,GAAE,UAGL;;;;;;qBAsC2B,OAAO,CAAC,IAAI,CAAC;;EA2I1C"}
@@ -16,8 +16,8 @@ dataKeyNameRef?: MaybeRefOrGetter<string | undefined>): {
16
16
  data: any[];
17
17
  total?: number | undefined;
18
18
  pagination?: {
19
- offset?: string | null | undefined;
20
- next?: string | null | undefined;
19
+ offset?: (string | null) | undefined;
20
+ next?: (string | null) | undefined;
21
21
  } | undefined;
22
22
  } | undefined;
23
23
  error?: any;
@@ -1 +1 @@
1
- {"version":3,"file":"useFetcher.d.ts","sourceRoot":"","sources":["../../../src/composables/useFetcher.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,KAAK,CAAA;AAC3C,OAAO,KAAK,EACV,aAAa,EACb,eAAe,EAEf,0BAA0B,EAC1B,sBAAsB,EACtB,QAAQ,EACT,MAAM,UAAU,CAAA;AACjB,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAIxC,MAAM,CAAC,OAAO,UAAU,UAAU,CAChC,MAAM,EAAE,sBAAsB,GAAG,0BAA0B,EAC3D,OAAO,EAAE,QAAQ,CAAC,MAAM,CAAC;AACzB;;;;;GAKG;AACH,cAAc,CAAC,EAAE,gBAAgB,CAAC,MAAM,GAAG,SAAS,CAAC;6BAWf,aAAa,KAAG,QAAQ,eAAe,CAAC;;;;;;;;;;;;;EAiF/E"}
1
+ {"version":3,"file":"useFetcher.d.ts","sourceRoot":"","sources":["../../../src/composables/useFetcher.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,KAAK,CAAA;AAC3C,OAAO,KAAK,EACV,aAAa,EACb,eAAe,EAEf,0BAA0B,EAC1B,sBAAsB,EACtB,QAAQ,EACT,MAAM,UAAU,CAAA;AACjB,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAIxC,MAAM,CAAC,OAAO,UAAU,UAAU,CAChC,MAAM,EAAE,sBAAsB,GAAG,0BAA0B,EAC3D,OAAO,EAAE,QAAQ,CAAC,MAAM,CAAC;AACzB;;;;;GAKG;AACH,cAAc,CAAC,EAAE,gBAAgB,CAAC,MAAM,GAAG,SAAS,CAAC;6BAWf,aAAa,KAAG,OAAO,CAAC,eAAe,CAAC;;;;;;;;;;;;;EAiF/E"}
@@ -1 +1 @@
1
- {"version":3,"file":"useHelpers.d.ts","sourceRoot":"","sources":["../../../src/composables/useHelpers.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,UAAU;6BAQA,MAAM,cAAc,OAAO,MAAM,EAAE,GAAG,CAAC;yBAsB3C,OAAO,MAAM,EAAE,GAAG,CAAC,KAAK,OAAO,MAAM,EAAE,GAAG,CAAC,gBAAgB,OAAO,KAAG,OAAO;0BAqC3E,MAAM,SACtB,OAAO,MAAM,EAAE,GAAG,CAAC,KAAK,OAAO,MAAM,EAAE,GAAG,CAAC;uBAqB9B,MAAM;EAYjC"}
1
+ {"version":3,"file":"useHelpers.d.ts","sourceRoot":"","sources":["../../../src/composables/useHelpers.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,UAAU;6BAQA,MAAM,cAAc,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;yBAsB3C,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,gBAAgB,OAAO,KAAG,OAAO;0BAqC3E,MAAM,SACtB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;uBAqB9B,MAAM;EAYjC"}
@@ -1,466 +1,9 @@
1
- export default function useI18n(): {
2
- i18n: import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
3
- global: {
4
- actions: {
5
- copyId: string;
6
- copied_id: string;
7
- copyToClipboard: string;
8
- copyToClipboardFailed: string;
9
- };
10
- };
11
- deleteModal: {
12
- message: string;
13
- messageWithName: string;
14
- };
15
- baseForm: {
16
- actions: {
17
- viewConfiguration: string;
18
- save: string;
19
- cancel: string;
20
- back: string;
21
- };
22
- configuration: {
23
- title: string;
24
- message: string;
25
- yaml: string;
26
- json: string;
27
- terraform: string;
28
- };
29
- errors: {
30
- edit: string;
31
- };
32
- };
33
- baseTable: {
34
- emptyState: {
35
- noSearchResultsTitle: string;
36
- noSearchResultsMessage: string;
37
- noSearchResultsCtaText: string;
38
- };
39
- };
40
- baseConfigCard: {
41
- title: string;
42
- actions: {
43
- copy: string;
44
- };
45
- sections: {
46
- advanced: string;
47
- plugin: string;
48
- };
49
- commonFields: {
50
- id_label: string;
51
- name_label: string;
52
- enabled_label: string;
53
- enabled_tooltip: string;
54
- updated_at_label: string;
55
- created_at_label: string;
56
- tags_label: string;
57
- link: string;
58
- };
59
- statusBadge: {
60
- enabledLabel: string;
61
- disabledLabel: string;
62
- };
63
- copy: {
64
- tooltip: string;
65
- success: string;
66
- };
67
- errors: {
68
- load: string;
69
- copy: string;
70
- };
71
- general: {
72
- entryTitle: string;
73
- structuredFormat: string;
74
- };
75
- };
76
- filter: {
77
- filterButtonText: string;
78
- fieldLabel: string;
79
- inputPlaceholder: string;
80
- selectPlaceholder: string;
81
- applyButtonText: string;
82
- clearButtonText: string;
83
- clearAllButtonText: string;
84
- };
85
- debouncedFilter: {
86
- errors: {
87
- fetch: string;
88
- invalid: string;
89
- };
90
- };
91
- errors: {
92
- unexpected: string;
93
- dataKeyUndefined: string;
94
- };
95
- validationErrors: {
96
- utf8Name: string;
97
- };
98
- toggleModal: {
99
- enable: {
100
- title: string;
101
- message: string;
102
- confirmText: string;
103
- };
104
- disable: {
105
- title: string;
106
- message: string;
107
- confirmText: string;
108
- };
109
- };
110
- }>;
111
- i18nT: import("@vue/runtime-core").DefineComponent<{
112
- i18n: {
113
- type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
114
- global: {
115
- actions: {
116
- copyId: string;
117
- copied_id: string;
118
- copyToClipboard: string;
119
- copyToClipboardFailed: string;
120
- };
121
- };
122
- deleteModal: {
123
- message: string;
124
- messageWithName: string;
125
- };
126
- baseForm: {
127
- actions: {
128
- viewConfiguration: string;
129
- save: string;
130
- cancel: string;
131
- back: string;
132
- };
133
- configuration: {
134
- title: string;
135
- message: string;
136
- yaml: string;
137
- json: string;
138
- terraform: string;
139
- };
140
- errors: {
141
- edit: string;
142
- };
143
- };
144
- baseTable: {
145
- emptyState: {
146
- noSearchResultsTitle: string;
147
- noSearchResultsMessage: string;
148
- noSearchResultsCtaText: string;
149
- };
150
- };
151
- baseConfigCard: {
152
- title: string;
153
- actions: {
154
- copy: string;
155
- };
156
- sections: {
157
- advanced: string;
158
- plugin: string;
159
- };
160
- commonFields: {
161
- id_label: string;
162
- name_label: string;
163
- enabled_label: string;
164
- enabled_tooltip: string;
165
- updated_at_label: string;
166
- created_at_label: string;
167
- tags_label: string;
168
- link: string;
169
- };
170
- statusBadge: {
171
- enabledLabel: string;
172
- disabledLabel: string;
173
- };
174
- copy: {
175
- tooltip: string;
176
- success: string;
177
- };
178
- errors: {
179
- load: string;
180
- copy: string;
181
- };
182
- general: {
183
- entryTitle: string;
184
- structuredFormat: string;
185
- };
186
- };
187
- filter: {
188
- filterButtonText: string;
189
- fieldLabel: string;
190
- inputPlaceholder: string;
191
- selectPlaceholder: string;
192
- applyButtonText: string;
193
- clearButtonText: string;
194
- clearAllButtonText: string;
195
- };
196
- debouncedFilter: {
197
- errors: {
198
- fetch: string;
199
- invalid: string;
200
- };
201
- };
202
- errors: {
203
- unexpected: string;
204
- dataKeyUndefined: string;
205
- };
206
- validationErrors: {
207
- utf8Name: string;
208
- };
209
- toggleModal: {
210
- enable: {
211
- title: string;
212
- message: string;
213
- confirmText: string;
214
- };
215
- disable: {
216
- title: string;
217
- message: string;
218
- confirmText: string;
219
- };
220
- };
221
- }>>;
222
- default: null;
223
- };
224
- keypath: {
225
- type: StringConstructor;
226
- required: true;
227
- };
228
- tag: {
229
- type: StringConstructor;
230
- default: string;
231
- };
232
- }, () => import("@vue/runtime-core").VNodeChild, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
233
- i18n: {
234
- type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
235
- global: {
236
- actions: {
237
- copyId: string;
238
- copied_id: string;
239
- copyToClipboard: string;
240
- copyToClipboardFailed: string;
241
- };
242
- };
243
- deleteModal: {
244
- message: string;
245
- messageWithName: string;
246
- };
247
- baseForm: {
248
- actions: {
249
- viewConfiguration: string;
250
- save: string;
251
- cancel: string;
252
- back: string;
253
- };
254
- configuration: {
255
- title: string;
256
- message: string;
257
- yaml: string;
258
- json: string;
259
- terraform: string;
260
- };
261
- errors: {
262
- edit: string;
263
- };
264
- };
265
- baseTable: {
266
- emptyState: {
267
- noSearchResultsTitle: string;
268
- noSearchResultsMessage: string;
269
- noSearchResultsCtaText: string;
270
- };
271
- };
272
- baseConfigCard: {
273
- title: string;
274
- actions: {
275
- copy: string;
276
- };
277
- sections: {
278
- advanced: string;
279
- plugin: string;
280
- };
281
- commonFields: {
282
- id_label: string;
283
- name_label: string;
284
- enabled_label: string;
285
- enabled_tooltip: string;
286
- updated_at_label: string;
287
- created_at_label: string;
288
- tags_label: string;
289
- link: string;
290
- };
291
- statusBadge: {
292
- enabledLabel: string;
293
- disabledLabel: string;
294
- };
295
- copy: {
296
- tooltip: string;
297
- success: string;
298
- };
299
- errors: {
300
- load: string;
301
- copy: string;
302
- };
303
- general: {
304
- entryTitle: string;
305
- structuredFormat: string;
306
- };
307
- };
308
- filter: {
309
- filterButtonText: string;
310
- fieldLabel: string;
311
- inputPlaceholder: string;
312
- selectPlaceholder: string;
313
- applyButtonText: string;
314
- clearButtonText: string;
315
- clearAllButtonText: string;
316
- };
317
- debouncedFilter: {
318
- errors: {
319
- fetch: string;
320
- invalid: string;
321
- };
322
- };
323
- errors: {
324
- unexpected: string;
325
- dataKeyUndefined: string;
326
- };
327
- validationErrors: {
328
- utf8Name: string;
329
- };
330
- toggleModal: {
331
- enable: {
332
- title: string;
333
- message: string;
334
- confirmText: string;
335
- };
336
- disable: {
337
- title: string;
338
- message: string;
339
- confirmText: string;
340
- };
341
- };
342
- }>>;
343
- default: null;
344
- };
345
- keypath: {
346
- type: StringConstructor;
347
- required: true;
348
- };
349
- tag: {
350
- type: StringConstructor;
351
- default: string;
352
- };
353
- }>>, {
354
- i18n: import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
355
- global: {
356
- actions: {
357
- copyId: string;
358
- copied_id: string;
359
- copyToClipboard: string;
360
- copyToClipboardFailed: string;
361
- };
362
- };
363
- deleteModal: {
364
- message: string;
365
- messageWithName: string;
366
- };
367
- baseForm: {
368
- actions: {
369
- viewConfiguration: string;
370
- save: string;
371
- cancel: string;
372
- back: string;
373
- };
374
- configuration: {
375
- title: string;
376
- message: string;
377
- yaml: string;
378
- json: string;
379
- terraform: string;
380
- };
381
- errors: {
382
- edit: string;
383
- };
384
- };
385
- baseTable: {
386
- emptyState: {
387
- noSearchResultsTitle: string;
388
- noSearchResultsMessage: string;
389
- noSearchResultsCtaText: string;
390
- };
391
- };
392
- baseConfigCard: {
393
- title: string;
394
- actions: {
395
- copy: string;
396
- };
397
- sections: {
398
- advanced: string;
399
- plugin: string;
400
- };
401
- commonFields: {
402
- id_label: string;
403
- name_label: string;
404
- enabled_label: string;
405
- enabled_tooltip: string;
406
- updated_at_label: string;
407
- created_at_label: string;
408
- tags_label: string;
409
- link: string;
410
- };
411
- statusBadge: {
412
- enabledLabel: string;
413
- disabledLabel: string;
414
- };
415
- copy: {
416
- tooltip: string;
417
- success: string;
418
- };
419
- errors: {
420
- load: string;
421
- copy: string;
422
- };
423
- general: {
424
- entryTitle: string;
425
- structuredFormat: string;
426
- };
427
- };
428
- filter: {
429
- filterButtonText: string;
430
- fieldLabel: string;
431
- inputPlaceholder: string;
432
- selectPlaceholder: string;
433
- applyButtonText: string;
434
- clearButtonText: string;
435
- clearAllButtonText: string;
436
- };
437
- debouncedFilter: {
438
- errors: {
439
- fetch: string;
440
- invalid: string;
441
- };
442
- };
443
- errors: {
444
- unexpected: string;
445
- dataKeyUndefined: string;
446
- };
447
- validationErrors: {
448
- utf8Name: string;
449
- };
450
- toggleModal: {
451
- enable: {
452
- title: string;
453
- message: string;
454
- confirmText: string;
455
- };
456
- disable: {
457
- title: string;
458
- message: string;
459
- confirmText: string;
460
- };
461
- };
462
- }>;
463
- tag: string;
464
- }, {}>;
465
- };
1
+ import { createI18n, i18nTComponent } from '@kong-ui-public/i18n';
2
+ import english from '../locales/en.json';
3
+ interface UseI18nReturn {
4
+ i18n: ReturnType<typeof createI18n<typeof english>>;
5
+ i18nT: ReturnType<typeof i18nTComponent<typeof english>>;
6
+ }
7
+ export default function useI18n(): UseI18nReturn;
8
+ export {};
466
9
  //# sourceMappingURL=useI18n.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useI18n.d.ts","sourceRoot":"","sources":["../../../src/composables/useI18n.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAO9B"}
1
+ {"version":3,"file":"useI18n.d.ts","sourceRoot":"","sources":["../../../src/composables/useI18n.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AACjE,OAAO,OAAO,MAAM,oBAAoB,CAAA;AAExC,UAAU,aAAa;IACrB,IAAI,EAAE,UAAU,CAAC,OAAO,UAAU,CAAC,OAAO,OAAO,CAAC,CAAC,CAAA;IACnD,KAAK,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC,CAAA;CACzD;AAED,MAAM,CAAC,OAAO,UAAU,OAAO,IAAI,aAAa,CAO/C"}
@@ -13,7 +13,7 @@ import EntityLink from './components/entity-link/EntityLink.vue';
13
13
  import JsonCodeBlock from './components/common/JsonCodeBlock.vue';
14
14
  import TerraformCodeBlock from './components/common/TerraformCodeBlock.vue';
15
15
  import YamlCodeBlock from './components/common/YamlCodeBlock.vue';
16
- declare const useAxios: typeof import("./composables/useAxios").default, useDeleteUrlBuilder: typeof import("./composables/useDeleteUrlBuilder").default, useErrors: typeof import("./composables/useErrors").default, useExternalLinkCreator: typeof import("./composables/useExternalLinkCreator").default, useFetchUrlBuilder: typeof import("./composables/useFetchUrlBuilder").default, useFetcher: typeof import("./composables/useFetcher").default, useDebouncedFilter: typeof import("./composables/useDebouncedFilter").default, useStringHelpers: typeof import("./composables/useStringHelpers").default, useHelpers: typeof import("./composables/useHelpers").default, useGatewayFeatureSupported: typeof import("./composables/useGatewayFeatureSupported").default, useTruncationDetector: typeof import("./composables/useTruncationDetector").default, useValidators: typeof import("./composables/useValidators").default;
16
+ declare const useAxios: typeof import("./composables/useAxios.js").default, useDeleteUrlBuilder: typeof import("./composables/useDeleteUrlBuilder.js").default, useErrors: typeof import("./composables/useErrors.js").default, useExternalLinkCreator: typeof import("./composables/useExternalLinkCreator.js").default, useFetchUrlBuilder: typeof import("./composables/useFetchUrlBuilder.js").default, useFetcher: typeof import("./composables/useFetcher.js").default, useDebouncedFilter: typeof import("./composables/useDebouncedFilter.js").default, useStringHelpers: typeof import("./composables/useStringHelpers.js").default, useHelpers: typeof import("./composables/useHelpers.js").default, useGatewayFeatureSupported: typeof import("./composables/useGatewayFeatureSupported.js").default, useTruncationDetector: typeof import("./composables/useTruncationDetector.js").default, useValidators: typeof import("./composables/useValidators.js").default;
17
17
  export { EntityBaseConfigCard, ConfigCardItem, ConfigCardDisplay, InternalLinkItem, EntityBaseForm, EntityBaseTable, EntityDeleteModal, EntityFilter, EntityToggleModal, PermissionsWrapper, EntityFormSection, EntityLink, JsonCodeBlock, TerraformCodeBlock, YamlCodeBlock };
18
18
  export { useAxios, useDeleteUrlBuilder, useErrors, useExternalLinkCreator, useFetchUrlBuilder, useFetcher, useDebouncedFilter, useStringHelpers, useHelpers, useGatewayFeatureSupported, useTruncationDetector, useValidators };
19
19
  export * from './types';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,MAAM,+DAA+D,CAAA;AAChG,OAAO,cAAc,MAAM,yDAAyD,CAAA;AACpF,OAAO,iBAAiB,MAAM,4DAA4D,CAAA;AAC1F,OAAO,gBAAgB,MAAM,2DAA2D,CAAA;AACxF,OAAO,cAAc,MAAM,kDAAkD,CAAA;AAC7E,OAAO,eAAe,MAAM,oDAAoD,CAAA;AAChF,OAAO,iBAAiB,MAAM,wDAAwD,CAAA;AACtF,OAAO,YAAY,MAAM,6CAA6C,CAAA;AACtE,OAAO,iBAAiB,MAAM,wDAAwD,CAAA;AACtF,OAAO,kBAAkB,MAAM,yDAAyD,CAAA;AACxF,OAAO,iBAAiB,MAAM,wDAAwD,CAAA;AACtF,OAAO,UAAU,MAAM,yCAAyC,CAAA;AAChE,OAAO,aAAa,MAAM,uCAAuC,CAAA;AACjE,OAAO,kBAAkB,MAAM,4CAA4C,CAAA;AAC3E,OAAO,aAAa,MAAM,uCAAuC,CAAA;AAIjE,QAAA,MAAQ,QAAQ,mDAAE,mBAAmB,8DAAE,SAAS,oDAAE,sBAAsB,iEAAE,kBAAkB,6DAAE,UAAU,qDAAE,kBAAkB,6DAAE,gBAAgB,2DAAE,UAAU,qDAAE,0BAA0B,qEAAE,qBAAqB,gEAAE,aAAa,sDAAgB,CAAA;AAG5O,OAAO,EAAE,oBAAoB,EAAE,cAAc,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,cAAc,EAAE,eAAe,EAAE,iBAAiB,EAAE,YAAY,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,UAAU,EAAE,aAAa,EAAE,kBAAkB,EAAE,aAAa,EAAE,CAAA;AAG9Q,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,SAAS,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,UAAU,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,UAAU,EAAE,0BAA0B,EAAE,qBAAqB,EAAE,aAAa,EAAE,CAAA;AAG/N,cAAc,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,MAAM,+DAA+D,CAAA;AAChG,OAAO,cAAc,MAAM,yDAAyD,CAAA;AACpF,OAAO,iBAAiB,MAAM,4DAA4D,CAAA;AAC1F,OAAO,gBAAgB,MAAM,2DAA2D,CAAA;AACxF,OAAO,cAAc,MAAM,kDAAkD,CAAA;AAC7E,OAAO,eAAe,MAAM,oDAAoD,CAAA;AAChF,OAAO,iBAAiB,MAAM,wDAAwD,CAAA;AACtF,OAAO,YAAY,MAAM,6CAA6C,CAAA;AACtE,OAAO,iBAAiB,MAAM,wDAAwD,CAAA;AACtF,OAAO,kBAAkB,MAAM,yDAAyD,CAAA;AACxF,OAAO,iBAAiB,MAAM,wDAAwD,CAAA;AACtF,OAAO,UAAU,MAAM,yCAAyC,CAAA;AAChE,OAAO,aAAa,MAAM,uCAAuC,CAAA;AACjE,OAAO,kBAAkB,MAAM,4CAA4C,CAAA;AAC3E,OAAO,aAAa,MAAM,uCAAuC,CAAA;AAIjE,QAAA,MAAQ,QAAQ,sDAAE,mBAAmB,iEAAE,SAAS,uDAAE,sBAAsB,oEAAE,kBAAkB,gEAAE,UAAU,wDAAE,kBAAkB,gEAAE,gBAAgB,8DAAE,UAAU,wDAAE,0BAA0B,wEAAE,qBAAqB,mEAAE,aAAa,yDAAgB,CAAA;AAG5O,OAAO,EAAE,oBAAoB,EAAE,cAAc,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,cAAc,EAAE,eAAe,EAAE,iBAAiB,EAAE,YAAY,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,UAAU,EAAE,aAAa,EAAE,kBAAkB,EAAE,aAAa,EAAE,CAAA;AAG9Q,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,SAAS,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,UAAU,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,UAAU,EAAE,0BAA0B,EAAE,qBAAqB,EAAE,aAAa,EAAE,CAAA;AAG/N,cAAc,SAAS,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-shared",
3
- "version": "3.9.2",
3
+ "version": "3.9.3",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-shared.umd.js",
6
6
  "module": "./dist/entities-shared.es.js",