@gravitee/graphene-core 2.36.2 → 2.36.3-feat-password-input.efed5fc

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 (108) hide show
  1. package/USAGE_GUIDE.md +6 -101
  2. package/dist/__stories__/fixtures/apim/page-layout-labels.fixture.d.ts +3 -2
  3. package/dist/__stories__/fixtures/apim/page-layout-labels.fixture.d.ts.map +1 -1
  4. package/dist/__stories__/fixtures/index.d.ts +2 -2
  5. package/dist/__stories__/fixtures/index.d.ts.map +1 -1
  6. package/dist/__stories__/fixtures/json-schema-form/index.d.ts +0 -2
  7. package/dist/__stories__/fixtures/json-schema-form/index.d.ts.map +1 -1
  8. package/dist/__stories__/fixtures/shell/app-switcher.fixture.d.ts +0 -2
  9. package/dist/__stories__/fixtures/shell/app-switcher.fixture.d.ts.map +1 -1
  10. package/dist/base/Combobox/Combobox.d.ts.map +1 -1
  11. package/dist/base/Dialog/Dialog.d.ts.map +1 -1
  12. package/dist/base/Drawer/Drawer.d.ts.map +1 -1
  13. package/dist/base/DropdownMenu/DropdownMenu.d.ts.map +1 -1
  14. package/dist/base/HoverCard/HoverCard.d.ts.map +1 -1
  15. package/dist/base/Popover/Popover.d.ts.map +1 -1
  16. package/dist/base/Select/Select.d.ts.map +1 -1
  17. package/dist/base/Sheet/Sheet.d.ts.map +1 -1
  18. package/dist/base/Sidebar/Sidebar.d.ts.map +1 -1
  19. package/dist/base/Tooltip/Tooltip.d.ts.map +1 -1
  20. package/dist/composed/AppSidebar/AppSidebar.d.ts +11 -7
  21. package/dist/composed/AppSidebar/AppSidebar.d.ts.map +1 -1
  22. package/dist/composed/AppSidebar/ContextSidebar.d.ts.map +1 -1
  23. package/dist/composed/AppSidebar/use-hover-expand.d.ts +6 -3
  24. package/dist/composed/AppSidebar/use-hover-expand.d.ts.map +1 -1
  25. package/dist/composed/AppSwitcher/AppSwitcher.d.ts +2 -5
  26. package/dist/composed/AppSwitcher/AppSwitcher.d.ts.map +1 -1
  27. package/dist/composed/ContentHeader/ContentHeader.d.ts +1 -6
  28. package/dist/composed/ContentHeader/ContentHeader.d.ts.map +1 -1
  29. package/dist/composed/JsonSchemaForm/JsonSchemaForm.d.ts.map +1 -1
  30. package/dist/composed/JsonSchemaForm/SchemaField.d.ts +1 -1
  31. package/dist/composed/JsonSchemaForm/SchemaField.d.ts.map +1 -1
  32. package/dist/composed/JsonSchemaForm/fields/__test-utils__/setupJsonSchemaForm.d.ts +0 -1
  33. package/dist/composed/JsonSchemaForm/fields/__test-utils__/setupJsonSchemaForm.d.ts.map +1 -1
  34. package/dist/composed/JsonSchemaForm/fields/enum/MultiSelectField.d.ts.map +1 -1
  35. package/dist/composed/JsonSchemaForm/fields/object/ObjectField.d.ts.map +1 -1
  36. package/dist/composed/JsonSchemaForm/form-bindings/extractDefaults.d.ts.map +1 -1
  37. package/dist/composed/JsonSchemaForm/form-bindings/jsonSchemaResolver.d.ts.map +1 -1
  38. package/dist/composed/JsonSchemaForm/models/JsonSchemaFormContext.d.ts +0 -1
  39. package/dist/composed/JsonSchemaForm/models/JsonSchemaFormContext.d.ts.map +1 -1
  40. package/dist/composed/JsonSchemaForm/utils/liftRequired.d.ts.map +1 -1
  41. package/dist/composed/JsonSchemaForm/utils/schemaShape.d.ts +1 -3
  42. package/dist/composed/JsonSchemaForm/utils/schemaShape.d.ts.map +1 -1
  43. package/dist/composed/PasswordInput/PasswordInput.d.ts +18 -0
  44. package/dist/composed/PasswordInput/PasswordInput.d.ts.map +1 -0
  45. package/dist/composed/PasswordInput/index.d.ts +3 -0
  46. package/dist/composed/{AppContextBar → PasswordInput}/index.d.ts.map +1 -1
  47. package/dist/icons/index.d.ts +1 -15
  48. package/dist/icons/index.d.ts.map +1 -1
  49. package/dist/icons/index.js +2 -2
  50. package/dist/icons-DujoD_xA.js +290 -0
  51. package/dist/index.d.ts +1 -3
  52. package/dist/index.d.ts.map +1 -1
  53. package/dist/index.js +8552 -8991
  54. package/dist/styles/globals.css +1 -1
  55. package/package.json +2 -1
  56. package/snippets/context-sidebar-detail-page.tsx +2 -8
  57. package/dist/__stories__/fixtures/json-schema-form/combinators.fixture.d.ts +0 -15
  58. package/dist/__stories__/fixtures/json-schema-form/combinators.fixture.d.ts.map +0 -1
  59. package/dist/__stories__/fixtures/json-schema-form/deprecated.fixture.d.ts +0 -23
  60. package/dist/__stories__/fixtures/json-schema-form/deprecated.fixture.d.ts.map +0 -1
  61. package/dist/base/ContextMenu/ContextMenu.d.ts +0 -30
  62. package/dist/base/ContextMenu/ContextMenu.d.ts.map +0 -1
  63. package/dist/base/ContextMenu/index.d.ts +0 -2
  64. package/dist/base/ContextMenu/index.d.ts.map +0 -1
  65. package/dist/composed/AppContextBar/AppContextBar.d.ts +0 -18
  66. package/dist/composed/AppContextBar/AppContextBar.d.ts.map +0 -1
  67. package/dist/composed/AppContextBar/index.d.ts +0 -3
  68. package/dist/composed/JsonSchemaForm/fields/oneOf/OneOfField.d.ts +0 -8
  69. package/dist/composed/JsonSchemaForm/fields/oneOf/OneOfField.d.ts.map +0 -1
  70. package/dist/composed/JsonSchemaForm/fields/oneOf/sanitizeOneOf.d.ts +0 -4
  71. package/dist/composed/JsonSchemaForm/fields/oneOf/sanitizeOneOf.d.ts.map +0 -1
  72. package/dist/composed/JsonSchemaForm/utils/mergeAllOf.d.ts +0 -4
  73. package/dist/composed/JsonSchemaForm/utils/mergeAllOf.d.ts.map +0 -1
  74. package/dist/composed/JsonSchemaForm/utils/pickActiveVariant.d.ts +0 -23
  75. package/dist/composed/JsonSchemaForm/utils/pickActiveVariant.d.ts.map +0 -1
  76. package/dist/composed/JsonSchemaForm/utils/relaxDeprecated.d.ts +0 -23
  77. package/dist/composed/JsonSchemaForm/utils/relaxDeprecated.d.ts.map +0 -1
  78. package/dist/icons/products/GioAgentManagementIcon.d.ts +0 -3
  79. package/dist/icons/products/GioAgentManagementIcon.d.ts.map +0 -1
  80. package/dist/icons/products/GioApiManagementIcon.d.ts +0 -3
  81. package/dist/icons/products/GioApiManagementIcon.d.ts.map +0 -1
  82. package/dist/icons/products/GioAuthorizationIcon.d.ts +0 -3
  83. package/dist/icons/products/GioAuthorizationIcon.d.ts.map +0 -1
  84. package/dist/icons/products/GioCatalogIcon.d.ts +0 -3
  85. package/dist/icons/products/GioCatalogIcon.d.ts.map +0 -1
  86. package/dist/icons/products/GioDeveloperPortalIcon.d.ts +0 -3
  87. package/dist/icons/products/GioDeveloperPortalIcon.d.ts.map +0 -1
  88. package/dist/icons/products/GioEventApiManagementIcon.d.ts +0 -3
  89. package/dist/icons/products/GioEventApiManagementIcon.d.ts.map +0 -1
  90. package/dist/icons/products/GioGammaIcon.d.ts +0 -3
  91. package/dist/icons/products/GioGammaIcon.d.ts.map +0 -1
  92. package/dist/icons/products/GioHomeIcon.d.ts +0 -3
  93. package/dist/icons/products/GioHomeIcon.d.ts.map +0 -1
  94. package/dist/icons/products/GioIamIcon.d.ts +0 -3
  95. package/dist/icons/products/GioIamIcon.d.ts.map +0 -1
  96. package/dist/icons/products/GioObservabilityIcon.d.ts +0 -3
  97. package/dist/icons/products/GioObservabilityIcon.d.ts.map +0 -1
  98. package/dist/icons/products/GioObserveIcon.d.ts +0 -3
  99. package/dist/icons/products/GioObserveIcon.d.ts.map +0 -1
  100. package/dist/icons/products/GioPlatformIcon.d.ts +0 -3
  101. package/dist/icons/products/GioPlatformIcon.d.ts.map +0 -1
  102. package/dist/icons/products/GioProductizeIcon.d.ts +0 -3
  103. package/dist/icons/products/GioProductizeIcon.d.ts.map +0 -1
  104. package/dist/icons/products/GioSecureIcon.d.ts +0 -3
  105. package/dist/icons/products/GioSecureIcon.d.ts.map +0 -1
  106. package/dist/icons-D_4R9XrW.js +0 -3219
  107. package/dist/lib/PortalContainerContext.d.ts +0 -14
  108. package/dist/lib/PortalContainerContext.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/graphene-core",
3
- "version": "2.36.2",
3
+ "version": "2.36.3-feat-password-input.efed5fc",
4
4
  "type": "module",
5
5
  "description": "Gravitee's Graphene design system: accessible React components, design tokens, icons, and shared ESLint/TypeScript configs. Built on shadcn/ui and Tailwind.",
6
6
  "keywords": [
@@ -91,6 +91,7 @@
91
91
  },
92
92
  "peerDependencies": {
93
93
  "@fontsource/dm-sans": ">=5.0.0",
94
+ "@gravitee/graphene-core": "2.36.3-feat-password-input.efed5fc",
94
95
  "@tanstack/react-table": "^8.0.0",
95
96
  "@testing-library/dom": ">=10.0.0",
96
97
  "@testing-library/react": ">=16.0.0",
@@ -25,9 +25,6 @@ const resourceNavGroups: NavGroup[] = [
25
25
  ];
26
26
 
27
27
  // 2. Build your detail page component.
28
- // The host provides <AppContextBar /> in ContentHeader's appContext slot.
29
- // Do NOT include the application/module name as the first breadcrumb —
30
- // it is already shown by AppContextBar. Start at the page level.
31
28
  export function ResourceDetailPage({
32
29
  resource,
33
30
  onBack,
@@ -44,7 +41,7 @@ export function ResourceDetailPage({
44
41
  <AppLayout
45
42
  viewMode="context"
46
43
  contextExpanded={contextExpanded}
47
- sidebar={null /* replace with your <AppSidebar renderNavigation={...} /> */}
44
+ sidebar={null /* replace with your <AppSidebar /> */}
48
45
  contextSidebar={
49
46
  <ContextSidebar
50
47
  header={
@@ -61,7 +58,6 @@ export function ResourceDetailPage({
61
58
  subheader={
62
59
  <ContentHeader
63
60
  leading={<ContextToggleButton expanded={contextExpanded} onToggle={() => setContextExpanded((v) => !v)} />}
64
- appContext={null /* replace with <AppContextBar apps={...} activeAppKey={...} ... /> */}
65
61
  breadcrumbs={[
66
62
  { label: '{LIST_PAGE_LABEL}', onClick: onBack },
67
63
  { label: resource.name },
@@ -79,10 +75,8 @@ export function ResourceDetailPage({
79
75
 
80
76
  // 3. With LayoutSlots (module federation):
81
77
  // If using useLayoutConfig instead of direct props, push the sidebar from
82
- // inside your module component. The host owns appContext in ContentHeader;
83
- // modules only set breadcrumbs, leading, and contextSidebar.
78
+ // inside your module component:
84
79
  //
85
- // // appContext lives in the host shell's ContentHeader — modules do not set it.
86
80
  // useLayoutConfig(
87
81
  // {
88
82
  // viewMode: 'context',
@@ -1,15 +0,0 @@
1
- import { JsonSchema } from '../../../composed/JsonSchemaForm';
2
- /**
3
- * Mirrors ui-particles' `oneOfExample` + `allOfExample` (gio-form-json-schema/json-schema-example/).
4
- * Covers every combinator variant US 5 ships:
5
- * - `oneOf` with `{ title, properties }` variants — variant selector + per-variant fields
6
- * - `oneOf` with `const` discriminator — hidden discriminator auto-set on variant switch
7
- * - `oneOf` nested inside an object inside `oneOf` — recursion + path propagation
8
- * - `anyOf` rendered like `oneOf` (Gravitee single-choice convention)
9
- * - `allOf` with `$ref` composition — folded into the parent's properties by `mergeAllOf`
10
- *
11
- * Forcing function for ISO behaviour: any Particles plugin schema using these patterns must
12
- * render unchanged through Graphene.
13
- */
14
- export declare const jsonSchemaFormCombinatorsExampleSchema: JsonSchema;
15
- //# sourceMappingURL=combinators.fixture.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"combinators.fixture.d.ts","sourceRoot":"","sources":["../../../../src/__stories__/fixtures/json-schema-form/combinators.fixture.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iDAAiD,CAAC;AAElF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,sCAAsC,EAAE,UA4HpD,CAAC"}
@@ -1,23 +0,0 @@
1
- import { JsonSchema } from '../../../composed/JsonSchemaForm';
2
- /**
3
- * Demo schema for the `deprecated: true` keyword. Exercises the three observable behaviours of
4
- * the renderer + resolver pipeline:
5
- *
6
- * 1. **Render hide** — `legacyToken` is `deprecated: true`. No input is mounted; the field
7
- * does not appear at all in the form, even though it sits next to live fields.
8
- * 2. **Default not seeded** — `legacyToken` declares `default: 'old-default'` but
9
- * `extractDefaults` skips deprecated subtrees, so `form.watch()` on the right does NOT
10
- * show the legacy default. New configs start empty for the field.
11
- * 3. **Required relaxation** — `legacyRequired` is `deprecated: true` AND listed in the
12
- * parent's `required: [...]`. `relaxDeprecated` drops it from required before ajv runs,
13
- * so the form submits successfully even though the deprecated key is absent.
14
- *
15
- * Also showcases an entire deprecated object subtree (`oldSection`) — its descendants
16
- * (`oldSection.detail`) never reach the renderer either.
17
- *
18
- * Plug the host's `defaultValues={{ legacyToken: 'hydrated-from-backend' }}` to see the
19
- * round-trip: the value lives on in `form.watch()`, untouched by render, validates fine, and
20
- * goes back out on submit.
21
- */
22
- export declare const jsonSchemaFormDeprecatedSchema: JsonSchema;
23
- //# sourceMappingURL=deprecated.fixture.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"deprecated.fixture.d.ts","sourceRoot":"","sources":["../../../../src/__stories__/fixtures/json-schema-form/deprecated.fixture.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iDAAiD,CAAC;AAElF;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,8BAA8B,EAAE,UA0C5C,CAAC"}
@@ -1,30 +0,0 @@
1
- import { ContextMenu as ContextMenuPrimitive } from 'radix-ui';
2
- import * as React from 'react';
3
- declare function ContextMenu({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
- declare function ContextMenuTrigger({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
5
- declare function ContextMenuGroup({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
6
- declare function ContextMenuPortal({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
7
- declare function ContextMenuSub({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Sub>): import("react/jsx-runtime").JSX.Element;
8
- declare function ContextMenuRadioGroup({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>): import("react/jsx-runtime").JSX.Element;
9
- declare function ContextMenuContent({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
10
- declare function ContextMenuItem({ className, inset, variant, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Item> & {
11
- inset?: boolean;
12
- variant?: 'default' | 'destructive';
13
- }): import("react/jsx-runtime").JSX.Element;
14
- declare function ContextMenuSubTrigger({ className, inset, children, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.SubTrigger> & {
15
- inset?: boolean;
16
- }): import("react/jsx-runtime").JSX.Element;
17
- declare function ContextMenuSubContent({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.SubContent>): import("react/jsx-runtime").JSX.Element;
18
- declare function ContextMenuCheckboxItem({ className, children, checked, inset, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.CheckboxItem> & {
19
- inset?: boolean;
20
- }): import("react/jsx-runtime").JSX.Element;
21
- declare function ContextMenuRadioItem({ className, children, inset, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioItem> & {
22
- inset?: boolean;
23
- }): import("react/jsx-runtime").JSX.Element;
24
- declare function ContextMenuLabel({ className, inset, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Label> & {
25
- inset?: boolean;
26
- }): import("react/jsx-runtime").JSX.Element;
27
- declare function ContextMenuSeparator({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
28
- declare function ContextMenuShortcut({ className, ...props }: React.ComponentProps<'span'>): import("react/jsx-runtime").JSX.Element;
29
- export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, };
30
- //# sourceMappingURL=ContextMenu.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../src/base/ContextMenu/ContextMenu.tsx"],"names":[],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, } from './ContextMenu';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/base/ContextMenu/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,uBAAuB,EACvB,kBAAkB,EAClB,gBAAgB,EAChB,eAAe,EACf,gBAAgB,EAChB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,EACpB,oBAAoB,EACpB,mBAAmB,EACnB,cAAc,EACd,qBAAqB,EACrB,qBAAqB,EACrB,kBAAkB,GACnB,MAAM,eAAe,CAAC"}
@@ -1,18 +0,0 @@
1
- import { AppDefinition } from '../AppSwitcher';
2
- import { SelectorOption } from '../SelectorDropdown';
3
- interface AppContextBarProps {
4
- readonly apps: AppDefinition[];
5
- readonly activeAppKey: string;
6
- readonly onAppChange?: (key: string) => void;
7
- readonly environments?: SelectorOption[];
8
- readonly activeEnvironmentKey?: string;
9
- readonly onEnvironmentChange?: (key: string) => void;
10
- readonly className?: string;
11
- }
12
- declare function AppContextBar({ apps, activeAppKey, onAppChange, environments, activeEnvironmentKey, onEnvironmentChange, className, }: AppContextBarProps): import("react/jsx-runtime").JSX.Element;
13
- declare namespace AppContextBar {
14
- var displayName: string;
15
- }
16
- export { AppContextBar };
17
- export type { AppContextBarProps };
18
- //# sourceMappingURL=AppContextBar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AppContextBar.d.ts","sourceRoot":"","sources":["../../../src/composed/AppContextBar/AppContextBar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8CAA8C,CAAC;AAElF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mDAAmD,CAAC;AAIxF,UAAU,kBAAkB;IAC1B,QAAQ,CAAC,IAAI,EAAE,aAAa,EAAE,CAAC;IAC/B,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAE7C,QAAQ,CAAC,YAAY,CAAC,EAAE,cAAc,EAAE,CAAC;IACzC,QAAQ,CAAC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IACvC,QAAQ,CAAC,mBAAmB,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAErD,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,iBAAS,aAAa,CAAC,EACrB,IAAI,EACJ,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,oBAAoB,EACpB,mBAAmB,EACnB,SAAS,GACV,EAAE,kBAAkB,2CAgDpB;kBAxDQ,aAAa;;;AA4DtB,OAAO,EAAE,aAAa,EAAE,CAAC;AACzB,YAAY,EAAE,kBAAkB,EAAE,CAAC"}
@@ -1,3 +0,0 @@
1
- export { AppContextBar } from './AppContextBar';
2
- export type { AppContextBarProps } from './AppContextBar';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1,8 +0,0 @@
1
- import { JsonSchema } from '../../models/json-schema.types';
2
- interface OneOfFieldProps {
3
- readonly schema: JsonSchema;
4
- readonly depth: number;
5
- }
6
- declare function OneOfField({ schema, depth }: OneOfFieldProps): import("react/jsx-runtime").JSX.Element | null;
7
- export { OneOfField };
8
- //# sourceMappingURL=OneOfField.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OneOfField.d.ts","sourceRoot":"","sources":["../../../../../src/composed/JsonSchemaForm/fields/oneOf/OneOfField.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAIjE,UAAU,eAAe;IACvB,QAAQ,CAAC,MAAM,EAAE,UAAU,CAAC;IAC5B,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;CACxB;AAYD,iBAAS,UAAU,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,eAAe,kDAwErD;AAwBD,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -1,4 +0,0 @@
1
- import { JsonSchema } from '../../models/json-schema.types';
2
- declare function sanitizeOneOf(variants: readonly JsonSchema[]): JsonSchema[];
3
- export { sanitizeOneOf };
4
- //# sourceMappingURL=sanitizeOneOf.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sanitizeOneOf.d.ts","sourceRoot":"","sources":["../../../../../src/composed/JsonSchemaForm/fields/oneOf/sanitizeOneOf.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAOjE,iBAAS,aAAa,CAAC,QAAQ,EAAE,SAAS,UAAU,EAAE,GAAG,UAAU,EAAE,CAQpE;AAED,OAAO,EAAE,aAAa,EAAE,CAAC"}
@@ -1,4 +0,0 @@
1
- import { JsonSchema } from '../models/json-schema.types';
2
- declare function mergeAllOf(schema: JsonSchema): JsonSchema;
3
- export { mergeAllOf };
4
- //# sourceMappingURL=mergeAllOf.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mergeAllOf.d.ts","sourceRoot":"","sources":["../../../../src/composed/JsonSchemaForm/utils/mergeAllOf.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAU9D,iBAAS,UAAU,CAAC,MAAM,EAAE,UAAU,GAAG,UAAU,CAElD;AAiDD,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -1,23 +0,0 @@
1
- import { JsonSchema } from '../models/json-schema.types';
2
- declare function getVariantIndices(schema: JsonSchema): Map<string, number>;
3
- /**
4
- * Resolves which `oneOf` / `anyOf` variant is active for `basePath`.
5
- *
6
- * The shared `variantIndices` Map holds explicit user picks (written by the renderer when the
7
- * user changes variant). If its entry is still consistent with the data, we return it.
8
- * Otherwise we rank variants by data-shape fit (Formly / RJSF style: `const` equality required,
9
- * then `required` presence, then property-presence count) and return the best match — falling
10
- * back to index 0 when no variant scores positively.
11
- *
12
- * Caller supplies `getValue(key)` — `control._getWatch` for the renderer, raw `data[key]` for
13
- * the resolver — so this stays render-engine agnostic.
14
- */
15
- declare function pickActiveVariantIndex(variants: readonly JsonSchema[], basePath: string, variantIndices: ReadonlyMap<string, number> | undefined, getValue: (key: string) => unknown): number;
16
- /**
17
- * `(key, constValue)` pairs declared by a variant. Used by `OneOfField` to mount the hidden
18
- * `DiscriminatorBinding` for each `const` so the value is written into the form when the
19
- * variant becomes active.
20
- */
21
- declare function variantConsts(variant: JsonSchema): readonly (readonly [string, unknown])[];
22
- export { getVariantIndices, pickActiveVariantIndex, variantConsts };
23
- //# sourceMappingURL=pickActiveVariant.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"pickActiveVariant.d.ts","sourceRoot":"","sources":["../../../../src/composed/JsonSchemaForm/utils/pickActiveVariant.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAa9D,iBAAS,iBAAiB,CAAC,MAAM,EAAE,UAAU,GAAG,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAOlE;AAED;;;;;;;;;;;GAWG;AACH,iBAAS,sBAAsB,CAC7B,QAAQ,EAAE,SAAS,UAAU,EAAE,EAC/B,QAAQ,EAAE,MAAM,EAChB,cAAc,EAAE,WAAW,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,EACvD,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,GACjC,MAAM,CAQR;AAiDD;;;;GAIG;AACH,iBAAS,aAAa,CAAC,OAAO,EAAE,UAAU,GAAG,SAAS,CAAC,SAAS,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,EAAE,CAInF;AAED,OAAO,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,aAAa,EAAE,CAAC"}
@@ -1,23 +0,0 @@
1
- import { JsonSchema } from '../models/json-schema.types';
2
- /**
3
- * Schema preprocessor for `deprecated: true` nodes. Runs in **both** pipelines (renderer and
4
- * resolver) so the same enriched schema flows everywhere — no asymmetry, no dead metadata.
5
- *
6
- * Property-level deprecation: a `deprecated: true` node is substituted with `{ deprecated: true }`
7
- * — a schema with no `type`, no constraints, no `properties`. Functionally equivalent to `{}`
8
- * for ajv (accepts any value), AND preserves the flag for `SchemaField`'s early-return so the UI
9
- * keeps hiding the field. The replacement key stays in the parent's `properties` (so
10
- * `additionalProperties: false` does not reject hydrated values) but is dropped from `required`.
11
- * Plugin authors retire a field by flipping the flag; previously-saved configs keep round-
12
- * tripping without manual cleanup.
13
- *
14
- * `oneOf` / `anyOf` deprecation: when an entire **variant** is `deprecated: true`, the variant is
15
- * **dropped** from the array instead of being replaced by `{ deprecated: true }`. Replacement
16
- * would yield a permissive stub (`{}` for ajv) that matches any value and overmatches against
17
- * the live variants — violating `oneOf`'s "exactly one" constraint for any valid submission.
18
- * Dropping aligns ajv's view with the renderer's UI filter (`OneOfField` already filters
19
- * `v.deprecated !== true` before mounting) so both sides see the same variant list.
20
- */
21
- declare function relaxDeprecated(schema: JsonSchema): JsonSchema;
22
- export { relaxDeprecated };
23
- //# sourceMappingURL=relaxDeprecated.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"relaxDeprecated.d.ts","sourceRoot":"","sources":["../../../../src/composed/JsonSchemaForm/utils/relaxDeprecated.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAE9D;;;;;;;;;;;;;;;;;;GAkBG;AACH,iBAAS,eAAe,CAAC,MAAM,EAAE,UAAU,GAAG,UAAU,CA4BvD;AAED,OAAO,EAAE,eAAe,EAAE,CAAC"}
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- export declare const GioAgentManagementIcon: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
3
- //# sourceMappingURL=GioAgentManagementIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GioAgentManagementIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/products/GioAgentManagementIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,sBAAsB,gIAiFjC,CAAC"}
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- export declare const GioApiManagementIcon: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
3
- //# sourceMappingURL=GioApiManagementIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GioApiManagementIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/products/GioApiManagementIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,oBAAoB,gIA4I/B,CAAC"}
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- export declare const GioAuthorizationIcon: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
3
- //# sourceMappingURL=GioAuthorizationIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GioAuthorizationIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/products/GioAuthorizationIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,oBAAoB,gIAgG/B,CAAC"}
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- export declare const GioCatalogIcon: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
3
- //# sourceMappingURL=GioCatalogIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GioCatalogIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/products/GioCatalogIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,cAAc,gIA2FzB,CAAC"}
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- export declare const GioDeveloperPortalIcon: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
3
- //# sourceMappingURL=GioDeveloperPortalIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GioDeveloperPortalIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/products/GioDeveloperPortalIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,sBAAsB,gIA8HjC,CAAC"}
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- export declare const GioEventApiManagementIcon: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
3
- //# sourceMappingURL=GioEventApiManagementIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GioEventApiManagementIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/products/GioEventApiManagementIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,yBAAyB,gIAyGpC,CAAC"}
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- export declare const GioGammaIcon: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
3
- //# sourceMappingURL=GioGammaIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GioGammaIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/products/GioGammaIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,YAAY,gIA0KvB,CAAC"}
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- export declare const GioHomeIcon: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
3
- //# sourceMappingURL=GioHomeIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GioHomeIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/products/GioHomeIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,WAAW,gIA0KtB,CAAC"}
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- export declare const GioIamIcon: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
3
- //# sourceMappingURL=GioIamIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GioIamIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/products/GioIamIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,UAAU,gIAuJrB,CAAC"}
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- export declare const GioObservabilityIcon: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
3
- //# sourceMappingURL=GioObservabilityIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GioObservabilityIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/products/GioObservabilityIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,oBAAoB,gIAkG/B,CAAC"}
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- export declare const GioObserveIcon: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
3
- //# sourceMappingURL=GioObserveIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GioObserveIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/products/GioObserveIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,cAAc,gIAmEzB,CAAC"}
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- export declare const GioPlatformIcon: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
3
- //# sourceMappingURL=GioPlatformIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GioPlatformIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/products/GioPlatformIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,eAAe,gIAwM1B,CAAC"}
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- export declare const GioProductizeIcon: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
3
- //# sourceMappingURL=GioProductizeIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GioProductizeIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/products/GioProductizeIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,iBAAiB,gIAgD5B,CAAC"}
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- export declare const GioSecureIcon: import('react').ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
3
- //# sourceMappingURL=GioSecureIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GioSecureIcon.d.ts","sourceRoot":"","sources":["../../../src/icons/products/GioSecureIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,aAAa,gIAgGxB,CAAC"}