@kong-ui-public/entities-shared 3.27.3-pr.2315.147b66d4f.0 → 3.27.4-pr.2338.59372f0cc.0

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 (53) hide show
  1. package/dist/entities-shared.es.js +823 -820
  2. package/dist/entities-shared.umd.js +20 -20
  3. package/dist/style.css +1 -1
  4. package/dist/types/components/common/JsonCodeBlock.vue.d.ts +1 -1
  5. package/dist/types/components/common/JsonCodeBlock.vue.d.ts.map +1 -1
  6. package/dist/types/components/common/TableTags.vue.d.ts +1 -1
  7. package/dist/types/components/common/TableTags.vue.d.ts.map +1 -1
  8. package/dist/types/components/common/TerraformCodeBlock.vue.d.ts +1 -1
  9. package/dist/types/components/common/TerraformCodeBlock.vue.d.ts.map +1 -1
  10. package/dist/types/components/common/YamlCodeBlock.vue.d.ts +1 -1
  11. package/dist/types/components/common/YamlCodeBlock.vue.d.ts.map +1 -1
  12. package/dist/types/components/entity-base-config-card/ConfigCardDisplay.vue.d.ts +17 -15
  13. package/dist/types/components/entity-base-config-card/ConfigCardDisplay.vue.d.ts.map +1 -1
  14. package/dist/types/components/entity-base-config-card/ConfigCardItem.vue.d.ts +15 -12
  15. package/dist/types/components/entity-base-config-card/ConfigCardItem.vue.d.ts.map +1 -1
  16. package/dist/types/components/entity-base-config-card/EntityBaseConfigCard.vue.d.ts +13 -14
  17. package/dist/types/components/entity-base-config-card/EntityBaseConfigCard.vue.d.ts.map +1 -1
  18. package/dist/types/components/entity-base-config-card/InternalLinkItem.vue.d.ts +1 -1
  19. package/dist/types/components/entity-base-config-card/InternalLinkItem.vue.d.ts.map +1 -1
  20. package/dist/types/components/entity-base-config-card/JsonCardItem.vue.d.ts +1 -1
  21. package/dist/types/components/entity-base-config-card/JsonCardItem.vue.d.ts.map +1 -1
  22. package/dist/types/components/entity-base-config-card/StatusBadge.vue.d.ts +1 -1
  23. package/dist/types/components/entity-base-config-card/StatusBadge.vue.d.ts.map +1 -1
  24. package/dist/types/components/entity-base-form/EntityBaseForm.vue.d.ts +7 -10
  25. package/dist/types/components/entity-base-form/EntityBaseForm.vue.d.ts.map +1 -1
  26. package/dist/types/components/entity-base-table/EntityBaseTable.vue.d.ts +22 -24
  27. package/dist/types/components/entity-base-table/EntityBaseTable.vue.d.ts.map +1 -1
  28. package/dist/types/components/entity-base-table/EntityBaseTableCell.vue.d.ts +8 -13
  29. package/dist/types/components/entity-base-table/EntityBaseTableCell.vue.d.ts.map +1 -1
  30. package/dist/types/components/entity-delete-modal/EntityDeleteModal.vue.d.ts +6 -10
  31. package/dist/types/components/entity-delete-modal/EntityDeleteModal.vue.d.ts.map +1 -1
  32. package/dist/types/components/entity-empty-state/EntityEmptyState.vue.d.ts +20 -16
  33. package/dist/types/components/entity-empty-state/EntityEmptyState.vue.d.ts.map +1 -1
  34. package/dist/types/components/entity-filter/EntityFilter.vue.d.ts +1 -1
  35. package/dist/types/components/entity-filter/EntityFilter.vue.d.ts.map +1 -1
  36. package/dist/types/components/entity-form-block/EntityFormBlock.vue.d.ts +11 -24
  37. package/dist/types/components/entity-form-block/EntityFormBlock.vue.d.ts.map +1 -1
  38. package/dist/types/components/entity-form-section/EntityFormSection.vue.d.ts +10 -12
  39. package/dist/types/components/entity-form-section/EntityFormSection.vue.d.ts.map +1 -1
  40. package/dist/types/components/entity-link/EntityLink.vue.d.ts +1 -1
  41. package/dist/types/components/entity-link/EntityLink.vue.d.ts.map +1 -1
  42. package/dist/types/components/entity-toggle-modal/EntityToggleModal.vue.d.ts +1 -1
  43. package/dist/types/components/entity-toggle-modal/EntityToggleModal.vue.d.ts.map +1 -1
  44. package/dist/types/components/icons/IconFilter.vue.d.ts +1 -1
  45. package/dist/types/components/icons/IconFilter.vue.d.ts.map +1 -1
  46. package/dist/types/components/permissions-wrapper/PermissionsWrapper.vue.d.ts +8 -12
  47. package/dist/types/components/permissions-wrapper/PermissionsWrapper.vue.d.ts.map +1 -1
  48. package/dist/types/composables/useDeleteUrlBuilder.d.ts.map +1 -1
  49. package/dist/types/composables/useFetchUrlBuilder.d.ts.map +1 -1
  50. package/dist/types/composables/useFetcher.d.ts +4 -4
  51. package/dist/types/composables/useHelpers.d.ts.map +1 -1
  52. package/dist/types/composables/useSchema.d.ts.map +1 -1
  53. package/package.json +4 -4
@@ -1,13 +1,9 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { EntityTypes } from '../../types';
3
- declare function __VLS_template(): {
4
- slots: {
5
- description?(_: {}): any;
6
- };
7
- refs: {};
8
- attrs: Partial<{}>;
3
+ declare var __VLS_25: {};
4
+ type __VLS_Slots = {} & {
5
+ description?: (props: typeof __VLS_25) => any;
9
6
  };
10
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
7
  declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
12
8
  visible: {
13
9
  type: BooleanConstructor;
@@ -42,7 +38,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
42
38
  type: StringConstructor;
43
39
  default: string;
44
40
  };
45
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
41
+ }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
46
42
  cancel: () => any;
47
43
  proceed: () => any;
48
44
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -90,9 +86,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
90
86
  description: string;
91
87
  actionPending: boolean;
92
88
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
93
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
89
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
94
90
  export default _default;
95
- type __VLS_WithTemplateSlots<T, S> = T & {
91
+ type __VLS_WithSlots<T, S> = T & {
96
92
  new (): {
97
93
  $slots: S;
98
94
  };
@@ -1 +1 @@
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;AAoG9C,iBAAS,cAAc;;6BAkHW,GAAG;;;WASvB,OAAO,IAA6B;EAEjD;AAkDD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;cAoBD,QAAQ,CAAC,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAArB,QAAQ,CAAC,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAwBvC,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
+ {"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;AA6L9C,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAyDpD,QAAA,MAAM,eAAe;;;;;;;;;;;cAeD,QAAQ,CAAC,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAArB,QAAQ,CAAC,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAwBvC,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,19 +1,23 @@
1
1
  import { type PropType } from 'vue';
2
2
  import type { EmptyStateFeature, AppearanceTypes } from '../../types/entity-empty-state';
3
- declare function __VLS_template(): {
4
- slots: Partial<Record<`feature-${number}-icon`, (_: {}) => any>> & {
5
- image?(_: {}): any;
6
- title?(_: {}): any;
7
- default?(_: {}): any;
8
- pricing?(_: {}): any;
9
- message?(_: {}): any;
10
- actions?(_: {}): any;
11
- bottom?(_: {}): any;
12
- };
13
- refs: {};
14
- attrs: Partial<{}>;
3
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {}, __VLS_9: {}, __VLS_11: {}, __VLS_46: `feature-${number}-icon`, __VLS_47: {}, __VLS_49: {};
4
+ type __VLS_Slots = {} & {
5
+ [K in NonNullable<typeof __VLS_46>]?: (props: typeof __VLS_47) => any;
6
+ } & {
7
+ image?: (props: typeof __VLS_1) => any;
8
+ } & {
9
+ title?: (props: typeof __VLS_3) => any;
10
+ } & {
11
+ default?: (props: typeof __VLS_5) => any;
12
+ } & {
13
+ pricing?: (props: typeof __VLS_7) => any;
14
+ } & {
15
+ message?: (props: typeof __VLS_9) => any;
16
+ } & {
17
+ actions?: (props: typeof __VLS_11) => any;
18
+ } & {
19
+ bottom?: (props: typeof __VLS_49) => any;
15
20
  };
16
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
21
  declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
18
22
  appearance: {
19
23
  type: PropType<AppearanceTypes>;
@@ -50,7 +54,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
50
54
  type: PropType<EmptyStateFeature[]>;
51
55
  default: () => never[];
52
56
  };
53
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
57
+ }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
54
58
  "click:create": () => any;
55
59
  "click:learn-more": () => any;
56
60
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -102,9 +106,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
102
106
  canCreate: () => boolean | Promise<boolean>;
103
107
  features: EmptyStateFeature[];
104
108
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
105
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
109
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
106
110
  export default _default;
107
- type __VLS_WithTemplateSlots<T, S> = T & {
111
+ type __VLS_WithSlots<T, S> = T & {
108
112
  new (): {
109
113
  $slots: S;
110
114
  };
@@ -1 +1 @@
1
- {"version":3,"file":"EntityEmptyState.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-empty-state/EntityEmptyState.vue"],"names":[],"mappings":"AA2UA,OAAO,EAAE,KAAK,QAAQ,EAAgC,MAAM,KAAK,CAAA;AAIjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AAqHxF,iBAAS,cAAc;+DA+L+D,GAAG;uBAE9D,GAAG;uBACH,GAAG;yBACD,GAAG;yBACH,GAAG;yBACH,GAAG;yBACH,GAAG;wBACH,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAwDD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;cAWD,QAAQ,CAAC,eAAe,CAAC;;2BAEtB,eAAe,KAAG,OAAO;;;;;;;;;;;;;;IAgB9C,yHAAyH;;cAErG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;;;;;;;;;;cAa7C,QAAQ,CAAC,iBAAiB,EAAE,CAAC;;;;;;;;cAjC5B,QAAQ,CAAC,eAAe,CAAC;;2BAEtB,eAAe,KAAG,OAAO;;;;;;;;;;;;;;IAgB9C,yHAAyH;;cAErG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;;;;;;;;;;cAa7C,QAAQ,CAAC,iBAAiB,EAAE,CAAC;;;;;;;;;;;;;qBAbX,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;;4EAiB7D,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
+ {"version":3,"file":"EntityEmptyState.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-empty-state/EntityEmptyState.vue"],"names":[],"mappings":"AA2UA,OAAO,EAAE,KAAK,QAAQ,EAAgC,MAAM,KAAK,CAAA;AAIjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AAuVxF,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,QAAQ,IAAW,EAAE,QAAQ,0BAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACxL,KAAK,WAAW,GAAG,EAAE,GACnB;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,GACzE;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AA+D/C,QAAA,MAAM,eAAe;;cAMD,QAAQ,CAAC,eAAe,CAAC;;2BAEtB,eAAe,KAAG,OAAO;;;;;;;;;;;;;;IAgB9C,yHAAyH;;cAErG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;;;;;;;;;;cAa7C,QAAQ,CAAC,iBAAiB,EAAE,CAAC;;;;;;;;cAjC5B,QAAQ,CAAC,eAAe,CAAC;;2BAEtB,eAAe,KAAG,OAAO;;;;;;;;;;;;;;IAgB9C,yHAAyH;;cAErG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;;;;;;;;;;cAa7C,QAAQ,CAAC,iBAAiB,EAAE,CAAC;;;;;;;;;;;;;qBAbX,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;;4EAiB7D,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
13
13
  type: StringConstructor;
14
14
  required: true;
15
15
  };
16
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
16
+ }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
17
17
  "update:modelValue": (query: string) => any;
18
18
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
19
  config: {
@@ -1 +1 @@
1
- {"version":3,"file":"EntityFilter.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-filter/EntityFilter.vue"],"names":[],"mappings":"AAmZA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAInC,OAAO,KAAK,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;;;cAuf7D,QAAQ,CAAC,sBAAsB,GAAG,sBAAsB,CAAC;;;;;;;;;;;;;;;cAAzD,QAAQ,CAAC,sBAAsB,GAAG,sBAAsB,CAAC;;;;;;;;;;;;;;;;AAX7E,wBAwBG"}
1
+ {"version":3,"file":"EntityFilter.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-filter/EntityFilter.vue"],"names":[],"mappings":"AAmZA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAInC,OAAO,KAAK,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;;;cAglB7D,QAAQ,CAAC,sBAAsB,GAAG,sBAAsB,CAAC;;;;;;;;;;;;;;;cAAzD,QAAQ,CAAC,sBAAsB,GAAG,sBAAsB,CAAC;;;;;;;;;;;;;;;;AAP7E,wBAoBG"}
@@ -1,31 +1,18 @@
1
- declare function __VLS_template(): {
2
- slots: Readonly<{
3
- default?: () => any;
4
- title?: () => any;
5
- description?: () => any;
6
- extra?: () => any;
7
- }> & {
8
- default?: () => any;
9
- title?: () => any;
10
- description?: () => any;
11
- extra?: () => any;
12
- };
13
- refs: {};
14
- attrs: Partial<{}>;
15
- };
16
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
- declare const __VLS_component: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
18
2
  step?: number;
19
3
  title?: string;
20
4
  description?: string;
21
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
22
- step?: number;
23
- title?: string;
24
- description?: string;
25
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
5
+ };
6
+ type __VLS_Slots = {
7
+ default?: () => any;
8
+ title?: () => any;
9
+ description?: () => any;
10
+ extra?: () => any;
11
+ };
12
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
27
14
  export default _default;
28
- type __VLS_WithTemplateSlots<T, S> = T & {
15
+ type __VLS_WithSlots<T, S> = T & {
29
16
  new (): {
30
17
  $slots: S;
31
18
  };
@@ -1 +1 @@
1
- {"version":3,"file":"EntityFormBlock.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-form-block/EntityFormBlock.vue"],"names":[],"mappings":"AA6IA,iBAAS,cAAc;;kBAVX,MAAM,GAAG;gBACX,MAAM,GAAG;sBACH,MAAM,GAAG;gBACf,MAAM,GAAG;;kBAHP,MAAM,GAAG;gBACX,MAAM,GAAG;sBACH,MAAM,GAAG;gBACf,MAAM,GAAG;;;WA+EL,OAAO,IAA6B;EAEjD;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WAxGZ,MAAM;YACL,MAAM;kBACA,MAAM;;WAFb,MAAM;YACL,MAAM;kBACA,MAAM;iGA4GpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"EntityFormBlock.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-form-block/EntityFormBlock.vue"],"names":[],"mappings":"AAwHA,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,CAAC;AAGF,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,MAAM,GAAG,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,CAAA;IACjB,WAAW,CAAC,EAAE,MAAM,GAAG,CAAA;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,CAAA;CAClB,CAAC;AAyFF,QAAA,MAAM,eAAe,oSAInB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,15 +1,13 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { HeaderTag } from '@kong/kongponents';
3
- declare function __VLS_template(): {
4
- slots: {
5
- description?(_: {}): any;
6
- footer?(_: {}): any;
7
- default?(_: {}): any;
8
- };
9
- refs: {};
10
- attrs: Partial<{}>;
3
+ declare var __VLS_6: {}, __VLS_8: {}, __VLS_10: {};
4
+ type __VLS_Slots = {} & {
5
+ description?: (props: typeof __VLS_6) => any;
6
+ } & {
7
+ footer?: (props: typeof __VLS_8) => any;
8
+ } & {
9
+ default?: (props: typeof __VLS_10) => any;
11
10
  };
12
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
11
  declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
14
12
  title: {
15
13
  type: StringConstructor;
@@ -35,7 +33,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
35
33
  type: PropType<HeaderTag>;
36
34
  default: string;
37
35
  };
38
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
36
+ }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
39
37
  title: {
40
38
  type: StringConstructor;
41
39
  default: string;
@@ -68,9 +66,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
68
66
  stickyInfoHeader: boolean;
69
67
  hideInfoHeader: boolean;
70
68
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
71
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
69
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
72
70
  export default _default;
73
- type __VLS_WithTemplateSlots<T, S> = T & {
71
+ type __VLS_WithSlots<T, S> = T & {
74
72
  new (): {
75
73
  $slots: S;
76
74
  };
@@ -1 +1 @@
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;;;;;;;;;;4EAIrC,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
+ {"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;AAuIlD,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,QAAQ,IAAW,CAAE;AAC/D,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAChD;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AA6ChD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;cAyBD,QAAQ,CAAC,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;cAAnB,QAAQ,CAAC,SAAS,CAAC;;;;;;;;;;4EAIrC,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
20
20
  required: false;
21
21
  default: boolean;
22
22
  };
23
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23
+ }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
24
  entityLinkData: {
25
25
  type: PropType<EntityLinkData>;
26
26
  required: true;
@@ -1 +1 @@
1
- {"version":3,"file":"EntityLink.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-link/EntityLink.vue"],"names":[],"mappings":"AAwKA,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
+ {"version":3,"file":"EntityLink.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entity-link/EntityLink.vue"],"names":[],"mappings":"AAwKA,OAAO,KAAK,EAAE,QAAQ,EAAO,MAAM,KAAK,CAAA;AACxC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;;;cA4R7B,QAAQ,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;cAAxB,QAAQ,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;AAL5C,wBAwBG"}
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
25
25
  required: false;
26
26
  default: null;
27
27
  };
28
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
28
+ }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
29
29
  cancel: () => any;
30
30
  proceed: () => any;
31
31
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -1 +1 @@
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;;;;;;;;;;;;;;;;;;;;;;;cAqRb,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;;AA/BjD,wBAoCG"}
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;;;;;;;;;;;;;;;;;;;;;;;cA6Ob,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;;AA1BjD,wBA+BG"}
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3
3
  type: StringConstructor;
4
4
  default: string;
5
5
  };
6
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
6
+ }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
7
  color: {
8
8
  type: StringConstructor;
9
9
  default: string;
@@ -1 +1 @@
1
- {"version":3,"file":"IconFilter.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/IconFilter.vue"],"names":[],"mappings":";;;;;;;;;;;;;AAmHA,wBAWG"}
1
+ {"version":3,"file":"IconFilter.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/IconFilter.vue"],"names":[],"mappings":";;;;;;;;;;;;;AAmHA,wBASG"}
@@ -1,14 +1,10 @@
1
1
  import type { PropType } from 'vue';
2
- declare function __VLS_template(): {
3
- slots: {
4
- default?(_: {
5
- isAllowed: boolean | undefined;
6
- }): any;
7
- };
8
- refs: {};
9
- attrs: Partial<{}>;
2
+ declare var __VLS_1: {
3
+ isAllowed: boolean | undefined;
4
+ };
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_1) => any;
10
7
  };
11
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
8
  declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
13
9
  /**
14
10
  * Provide an async function that returns a boolean to determine whether
@@ -27,7 +23,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
27
23
  type: BooleanConstructor;
28
24
  default: boolean;
29
25
  };
30
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
26
+ }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
31
27
  /**
32
28
  * Provide an async function that returns a boolean to determine whether
33
29
  * the wrapper should hide or show the default slot content.
@@ -49,9 +45,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
49
45
  forceShow: boolean;
50
46
  authFunction: () => (boolean | Promise<boolean>);
51
47
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
52
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
48
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
53
49
  export default _default;
54
- type __VLS_WithTemplateSlots<T, S> = T & {
50
+ type __VLS_WithSlots<T, S> = T & {
55
51
  new (): {
56
52
  $slots: S;
57
53
  };
@@ -1 +1 @@
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;4EAa/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
+ {"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;AAiDnC,QAAA,IAAI,OAAO;;CAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAqC/C,QAAA,MAAM,eAAe;IAInB;;;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;4EAa/D,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useDeleteUrlBuilder.d.ts","sourceRoot":"","sources":["../../../src/composables/useDeleteUrlBuilder.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,0BAA0B,EAC1B,sBAAsB,EACtB,QAAQ,EACT,MAAM,UAAU,CAAA;AAEjB,MAAM,CAAC,OAAO,UAAU,mBAAmB,CACzC,MAAM,EAAE,sBAAsB,GAAG,0BAA0B,EAC3D,OAAO,EAAE,QAAQ,CAAC,MAAM,CAAC,QAab,MAAM,KAAG,MAAM,CAC5B"}
1
+ {"version":3,"file":"useDeleteUrlBuilder.d.ts","sourceRoot":"","sources":["../../../src/composables/useDeleteUrlBuilder.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,0BAA0B,EAC1B,sBAAsB,EACtB,QAAQ,EACT,MAAM,UAAU,CAAA;AAEjB,MAAM,CAAC,OAAO,UAAU,mBAAmB,CACzC,MAAM,EAAE,sBAAsB,GAAG,0BAA0B,EAC3D,OAAO,EAAE,QAAQ,CAAC,MAAM,CAAC,IAajB,IAAI,MAAM,KAAG,MAAM,CAC5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"useFetchUrlBuilder.d.ts","sourceRoot":"","sources":["../../../src/composables/useFetchUrlBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,KAAK,gBAAgB,EAAE,MAAM,KAAK,CAAA;AAC9D,OAAO,KAAK,EACV,0BAA0B,EAC1B,sBAAsB,EACvB,MAAM,UAAU,CAAA;AACjB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAC9C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAA;AAE/D,MAAM,CAAC,OAAO,UAAU,kBAAkB,CACxC,MAAM,EAAE,gBAAgB,CAAC,sBAAsB,GAAG,0BAA0B,CAAC,EAC7E,OAAO,EAAE,QAAQ,CAAC,MAAM,CAAC,mBAeF,sBAAsB,YA8C9C"}
1
+ {"version":3,"file":"useFetchUrlBuilder.d.ts","sourceRoot":"","sources":["../../../src/composables/useFetchUrlBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,KAAK,gBAAgB,EAAE,MAAM,KAAK,CAAA;AAC9D,OAAO,KAAK,EACV,0BAA0B,EAC1B,sBAAsB,EACvB,MAAM,UAAU,CAAA;AACjB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAC9C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAA;AAE/D,MAAM,CAAC,OAAO,UAAU,kBAAkB,CACxC,MAAM,EAAE,gBAAgB,CAAC,sBAAsB,GAAG,0BAA0B,CAAC,EAC7E,OAAO,EAAE,QAAQ,CAAC,MAAM,CAAC,IAejB,eAAe,sBAAsB,YA8C9C"}
@@ -17,8 +17,8 @@ dataKeyNameRef?: MaybeRefOrGetter<string | undefined>): {
17
17
  data: any[];
18
18
  total?: number | undefined;
19
19
  pagination?: {
20
- offset?: (string | null) | undefined;
21
- next?: (string | null) | undefined;
20
+ offset?: string | null | undefined;
21
+ next?: string | null | undefined;
22
22
  } | undefined;
23
23
  } | undefined;
24
24
  error?: any;
@@ -28,8 +28,8 @@ dataKeyNameRef?: MaybeRefOrGetter<string | undefined>): {
28
28
  data: any[];
29
29
  total?: number | undefined;
30
30
  pagination?: {
31
- offset?: (string | null) | undefined;
32
- next?: (string | null) | undefined;
31
+ offset?: string | null | undefined;
32
+ next?: string | null | undefined;
33
33
  } | undefined;
34
34
  } | undefined;
35
35
  error?: any;
@@ -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,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
+ {"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,MACzB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;uBAqB9B,MAAM;EAYjC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useSchema.d.ts","sourceRoot":"","sources":["../../../src/composables/useSchema.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAE9B,KAAK,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;AAIjC,eAAO,MAAM,iBAAiB,WAAY,GAAG,CAAC,MAAM,CAAC,SAEpD,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,YAAY,iBAAkB,MAAM,KAAG,QAAQ,CAAC,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,CAUnF,CAAA"}
1
+ {"version":3,"file":"useSchema.d.ts","sourceRoot":"","sources":["../../../src/composables/useSchema.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAE9B,KAAK,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;AAIjC,eAAO,MAAM,iBAAiB,GAAI,QAAQ,GAAG,CAAC,MAAM,CAAC,SAEpD,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,YAAY,GAAI,cAAc,MAAM,KAAG,QAAQ,CAAC,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,CAUnF,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-shared",
3
- "version": "3.27.3-pr.2315.147b66d4f.0",
3
+ "version": "3.27.4-pr.2338.59372f0cc.0",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-shared.umd.js",
6
6
  "module": "./dist/entities-shared.es.js",
@@ -26,7 +26,7 @@
26
26
  "axios": "^1.11.0",
27
27
  "vue": "^3.5.13",
28
28
  "vue-router": "^4.4.5",
29
- "@kong-ui-public/i18n": "^2.4.0"
29
+ "@kong-ui-public/i18n": "^2.4.2-pr.2338.59372f0cc.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@kong/design-tokens": "^1.18.0",
@@ -35,7 +35,7 @@
35
35
  "axios": "^1.11.0",
36
36
  "vue": "^3.5.13",
37
37
  "vue-router": "^4.4.5",
38
- "@kong-ui-public/i18n": "^2.4.0"
38
+ "@kong-ui-public/i18n": "^2.4.2-pr.2338.59372f0cc.0"
39
39
  },
40
40
  "repository": {
41
41
  "type": "git",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "compare-versions": "^6.1.1",
56
- "@kong-ui-public/core": "^1.11.0"
56
+ "@kong-ui-public/core": "^1.11.1-pr.2338.59372f0cc.0"
57
57
  },
58
58
  "scripts": {
59
59
  "dev": "cross-env USE_SANDBOX=true vite",