@gravitee/graphene-core 2.36.3-feat-password-input.efed5fc → 2.36.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.
- package/USAGE_GUIDE.md +101 -6
- package/dist/__stories__/fixtures/apim/page-layout-labels.fixture.d.ts +2 -3
- package/dist/__stories__/fixtures/apim/page-layout-labels.fixture.d.ts.map +1 -1
- package/dist/__stories__/fixtures/index.d.ts +2 -2
- package/dist/__stories__/fixtures/index.d.ts.map +1 -1
- package/dist/__stories__/fixtures/json-schema-form/combinators.fixture.d.ts +15 -0
- package/dist/__stories__/fixtures/json-schema-form/combinators.fixture.d.ts.map +1 -0
- package/dist/__stories__/fixtures/json-schema-form/deprecated.fixture.d.ts +23 -0
- package/dist/__stories__/fixtures/json-schema-form/deprecated.fixture.d.ts.map +1 -0
- package/dist/__stories__/fixtures/json-schema-form/index.d.ts +2 -0
- package/dist/__stories__/fixtures/json-schema-form/index.d.ts.map +1 -1
- package/dist/__stories__/fixtures/shell/app-switcher.fixture.d.ts +2 -0
- package/dist/__stories__/fixtures/shell/app-switcher.fixture.d.ts.map +1 -1
- package/dist/base/Combobox/Combobox.d.ts.map +1 -1
- package/dist/base/ContextMenu/ContextMenu.d.ts +30 -0
- package/dist/base/ContextMenu/ContextMenu.d.ts.map +1 -0
- package/dist/base/ContextMenu/index.d.ts +2 -0
- package/dist/base/ContextMenu/index.d.ts.map +1 -0
- package/dist/base/Dialog/Dialog.d.ts.map +1 -1
- package/dist/base/Drawer/Drawer.d.ts.map +1 -1
- package/dist/base/DropdownMenu/DropdownMenu.d.ts.map +1 -1
- package/dist/base/HoverCard/HoverCard.d.ts.map +1 -1
- package/dist/base/Popover/Popover.d.ts.map +1 -1
- package/dist/base/Select/Select.d.ts.map +1 -1
- package/dist/base/Sheet/Sheet.d.ts.map +1 -1
- package/dist/base/Sidebar/Sidebar.d.ts.map +1 -1
- package/dist/base/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/composed/AppContextBar/AppContextBar.d.ts +18 -0
- package/dist/composed/AppContextBar/AppContextBar.d.ts.map +1 -0
- package/dist/composed/AppContextBar/index.d.ts +3 -0
- package/dist/composed/{PasswordInput → AppContextBar}/index.d.ts.map +1 -1
- package/dist/composed/AppSidebar/AppSidebar.d.ts +7 -11
- package/dist/composed/AppSidebar/AppSidebar.d.ts.map +1 -1
- package/dist/composed/AppSidebar/ContextSidebar.d.ts.map +1 -1
- package/dist/composed/AppSidebar/use-hover-expand.d.ts +3 -6
- package/dist/composed/AppSidebar/use-hover-expand.d.ts.map +1 -1
- package/dist/composed/AppSwitcher/AppSwitcher.d.ts +5 -2
- package/dist/composed/AppSwitcher/AppSwitcher.d.ts.map +1 -1
- package/dist/composed/ContentHeader/ContentHeader.d.ts +6 -1
- package/dist/composed/ContentHeader/ContentHeader.d.ts.map +1 -1
- package/dist/composed/JsonSchemaForm/JsonSchemaForm.d.ts.map +1 -1
- package/dist/composed/JsonSchemaForm/SchemaField.d.ts +1 -1
- package/dist/composed/JsonSchemaForm/SchemaField.d.ts.map +1 -1
- package/dist/composed/JsonSchemaForm/fields/__test-utils__/setupJsonSchemaForm.d.ts +1 -0
- package/dist/composed/JsonSchemaForm/fields/__test-utils__/setupJsonSchemaForm.d.ts.map +1 -1
- package/dist/composed/JsonSchemaForm/fields/enum/MultiSelectField.d.ts.map +1 -1
- package/dist/composed/JsonSchemaForm/fields/object/ObjectField.d.ts.map +1 -1
- package/dist/composed/JsonSchemaForm/fields/oneOf/OneOfField.d.ts +8 -0
- package/dist/composed/JsonSchemaForm/fields/oneOf/OneOfField.d.ts.map +1 -0
- package/dist/composed/JsonSchemaForm/fields/oneOf/sanitizeOneOf.d.ts +4 -0
- package/dist/composed/JsonSchemaForm/fields/oneOf/sanitizeOneOf.d.ts.map +1 -0
- package/dist/composed/JsonSchemaForm/form-bindings/extractDefaults.d.ts.map +1 -1
- package/dist/composed/JsonSchemaForm/form-bindings/jsonSchemaResolver.d.ts.map +1 -1
- package/dist/composed/JsonSchemaForm/models/JsonSchemaFormContext.d.ts +1 -0
- package/dist/composed/JsonSchemaForm/models/JsonSchemaFormContext.d.ts.map +1 -1
- package/dist/composed/JsonSchemaForm/utils/liftRequired.d.ts.map +1 -1
- package/dist/composed/JsonSchemaForm/utils/mergeAllOf.d.ts +4 -0
- package/dist/composed/JsonSchemaForm/utils/mergeAllOf.d.ts.map +1 -0
- package/dist/composed/JsonSchemaForm/utils/pickActiveVariant.d.ts +23 -0
- package/dist/composed/JsonSchemaForm/utils/pickActiveVariant.d.ts.map +1 -0
- package/dist/composed/JsonSchemaForm/utils/relaxDeprecated.d.ts +23 -0
- package/dist/composed/JsonSchemaForm/utils/relaxDeprecated.d.ts.map +1 -0
- package/dist/composed/JsonSchemaForm/utils/schemaShape.d.ts +3 -1
- package/dist/composed/JsonSchemaForm/utils/schemaShape.d.ts.map +1 -1
- package/dist/icons/index.d.ts +15 -1
- package/dist/icons/index.d.ts.map +1 -1
- package/dist/icons/index.js +2 -2
- package/dist/icons/products/GioAgentManagementIcon.d.ts +3 -0
- package/dist/icons/products/GioAgentManagementIcon.d.ts.map +1 -0
- package/dist/icons/products/GioApiManagementIcon.d.ts +3 -0
- package/dist/icons/products/GioApiManagementIcon.d.ts.map +1 -0
- package/dist/icons/products/GioAuthorizationIcon.d.ts +3 -0
- package/dist/icons/products/GioAuthorizationIcon.d.ts.map +1 -0
- package/dist/icons/products/GioCatalogIcon.d.ts +3 -0
- package/dist/icons/products/GioCatalogIcon.d.ts.map +1 -0
- package/dist/icons/products/GioDeveloperPortalIcon.d.ts +3 -0
- package/dist/icons/products/GioDeveloperPortalIcon.d.ts.map +1 -0
- package/dist/icons/products/GioEventApiManagementIcon.d.ts +3 -0
- package/dist/icons/products/GioEventApiManagementIcon.d.ts.map +1 -0
- package/dist/icons/products/GioGammaIcon.d.ts +3 -0
- package/dist/icons/products/GioGammaIcon.d.ts.map +1 -0
- package/dist/icons/products/GioHomeIcon.d.ts +3 -0
- package/dist/icons/products/GioHomeIcon.d.ts.map +1 -0
- package/dist/icons/products/GioIamIcon.d.ts +3 -0
- package/dist/icons/products/GioIamIcon.d.ts.map +1 -0
- package/dist/icons/products/GioObservabilityIcon.d.ts +3 -0
- package/dist/icons/products/GioObservabilityIcon.d.ts.map +1 -0
- package/dist/icons/products/GioObserveIcon.d.ts +3 -0
- package/dist/icons/products/GioObserveIcon.d.ts.map +1 -0
- package/dist/icons/products/GioPlatformIcon.d.ts +3 -0
- package/dist/icons/products/GioPlatformIcon.d.ts.map +1 -0
- package/dist/icons/products/GioProductizeIcon.d.ts +3 -0
- package/dist/icons/products/GioProductizeIcon.d.ts.map +1 -0
- package/dist/icons/products/GioSecureIcon.d.ts +3 -0
- package/dist/icons/products/GioSecureIcon.d.ts.map +1 -0
- package/dist/icons-D_4R9XrW.js +3219 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8944 -8505
- package/dist/lib/PortalContainerContext.d.ts +14 -0
- package/dist/lib/PortalContainerContext.d.ts.map +1 -0
- package/dist/styles/globals.css +1 -1
- package/package.json +1 -2
- package/snippets/context-sidebar-detail-page.tsx +8 -2
- package/dist/composed/PasswordInput/PasswordInput.d.ts +0 -18
- package/dist/composed/PasswordInput/PasswordInput.d.ts.map +0 -1
- package/dist/composed/PasswordInput/index.d.ts +0 -3
- package/dist/icons-DujoD_xA.js +0 -290
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setupJsonSchemaForm.d.ts","sourceRoot":"","sources":["../../../../../src/composed/JsonSchemaForm/fields/__test-utils__/setupJsonSchemaForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAa,MAAM,OAAO,CAAC;AACrD,OAAO,EAAE,KAAK,WAAW,EAAW,KAAK,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAIhF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;
|
|
1
|
+
{"version":3,"file":"setupJsonSchemaForm.d.ts","sourceRoot":"","sources":["../../../../../src/composed/JsonSchemaForm/fields/__test-utils__/setupJsonSchemaForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAa,MAAM,OAAO,CAAC;AACrD,OAAO,EAAE,KAAK,WAAW,EAAW,KAAK,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAIhF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAkBjE,iBAAS,mBAAmB,CAAC,OAAO,EAAE;IACpC,QAAQ,CAAC,MAAM,EAAE,UAAU,CAAC;IAC5B,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjD,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAC5B,QAAQ,CAAC,MAAM,EAAE,CAAC,YAAY,EAAE,UAAU,KAAK,YAAY,CAAC;CAC7D,GAAG;IAAE,IAAI,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;IAAC,cAAc,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CAAE,CAyB5E;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MultiSelectField.d.ts","sourceRoot":"","sources":["../../../../../src/composed/JsonSchemaForm/fields/enum/MultiSelectField.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAKjE,UAAU,qBAAqB;IAC7B,QAAQ,CAAC,MAAM,EAAE,UAAU,CAAC;IAC5B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;CACvB;AAED,iBAAS,gBAAgB,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,qBAAqB,
|
|
1
|
+
{"version":3,"file":"MultiSelectField.d.ts","sourceRoot":"","sources":["../../../../../src/composed/JsonSchemaForm/fields/enum/MultiSelectField.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAKjE,UAAU,qBAAqB;IAC7B,QAAQ,CAAC,MAAM,EAAE,UAAU,CAAC;IAC5B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;CACvB;AAED,iBAAS,gBAAgB,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,qBAAqB,2CA6EhE;AA2BD,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectField.d.ts","sourceRoot":"","sources":["../../../../../src/composed/JsonSchemaForm/fields/object/ObjectField.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;
|
|
1
|
+
{"version":3,"file":"ObjectField.d.ts","sourceRoot":"","sources":["../../../../../src/composed/JsonSchemaForm/fields/object/ObjectField.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAKjE,UAAU,gBAAgB;IACxB,QAAQ,CAAC,MAAM,EAAE,UAAU,CAAC;IAC5B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;CACxB;AAQD,iBAAS,WAAW,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,gBAAgB,2CAiC7D;AAED,OAAO,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extractDefaults.d.ts","sourceRoot":"","sources":["../../../../src/composed/JsonSchemaForm/form-bindings/extractDefaults.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"extractDefaults.d.ts","sourceRoot":"","sources":["../../../../src/composed/JsonSchemaForm/form-bindings/extractDefaults.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAI9D,iBAAS,eAAe,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO,CAYpD;AA+CD,OAAO,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jsonSchemaResolver.d.ts","sourceRoot":"","sources":["../../../../src/composed/JsonSchemaForm/form-bindings/jsonSchemaResolver.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAA2B,QAAQ,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"jsonSchemaResolver.d.ts","sourceRoot":"","sources":["../../../../src/composed/JsonSchemaForm/form-bindings/jsonSchemaResolver.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAA2B,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAEzE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AAYpF,iBAAS,kBAAkB,CAAC,YAAY,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAChG,MAAM,EAAE,UAAU,EAClB,OAAO,GAAE,yBAA8B,GACtC,QAAQ,CAAC,YAAY,CAAC,CA+DxB;AA0KD,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
|
|
@@ -4,6 +4,7 @@ interface JsonSchemaFormContextValue {
|
|
|
4
4
|
readonly basePath: string;
|
|
5
5
|
readonly disabled: boolean;
|
|
6
6
|
readonly externalContext?: Record<string, unknown>;
|
|
7
|
+
readonly variantIndices?: Map<string, number>;
|
|
7
8
|
}
|
|
8
9
|
declare const JsonSchemaFormContext: import('react').Context<JsonSchemaFormContextValue | null>;
|
|
9
10
|
declare function useJsonSchemaFormContext(): JsonSchemaFormContextValue;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JsonSchemaFormContext.d.ts","sourceRoot":"","sources":["../../../../src/composed/JsonSchemaForm/models/JsonSchemaFormContext.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE5D,UAAU,0BAA0B;IAClC,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;IACvC,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"JsonSchemaFormContext.d.ts","sourceRoot":"","sources":["../../../../src/composed/JsonSchemaForm/models/JsonSchemaFormContext.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE5D,UAAU,0BAA0B;IAClC,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;IACvC,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAGnD,QAAQ,CAAC,cAAc,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC/C;AAED,QAAA,MAAM,qBAAqB,4DAAyD,CAAC;AAErF,iBAAS,wBAAwB,IAAI,0BAA0B,CAM9D;AAED,OAAO,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,CAAC;AAC3D,YAAY,EAAE,0BAA0B,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"liftRequired.d.ts","sourceRoot":"","sources":["../../../../src/composed/JsonSchemaForm/utils/liftRequired.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"liftRequired.d.ts","sourceRoot":"","sources":["../../../../src/composed/JsonSchemaForm/utils/liftRequired.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAY9D,iBAAS,YAAY,CAAC,MAAM,EAAE,UAAU,GAAG,UAAU,CAEpD;AAiDD,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -2,5 +2,7 @@ import { JsonSchema } from '../models/json-schema.types';
|
|
|
2
2
|
declare function isOneOfConstSelect(schema: JsonSchema): boolean;
|
|
3
3
|
declare function isMultiSelectArray(schema: JsonSchema): boolean;
|
|
4
4
|
declare function isHeadersArray(schema: JsonSchema): boolean;
|
|
5
|
-
|
|
5
|
+
declare function isOneOfWithProperties(schema: JsonSchema): boolean;
|
|
6
|
+
declare function isAnyOfWithProperties(schema: JsonSchema): boolean;
|
|
7
|
+
export { isAnyOfWithProperties, isHeadersArray, isMultiSelectArray, isOneOfConstSelect, isOneOfWithProperties };
|
|
6
8
|
//# sourceMappingURL=schemaShape.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemaShape.d.ts","sourceRoot":"","sources":["../../../../src/composed/JsonSchemaForm/utils/schemaShape.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAK9D,iBAAS,kBAAkB,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO,CAMvD;AAID,iBAAS,kBAAkB,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO,CAIvD;AAOD,iBAAS,cAAc,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO,CAEnD;AAED,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"schemaShape.d.ts","sourceRoot":"","sources":["../../../../src/composed/JsonSchemaForm/utils/schemaShape.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAK9D,iBAAS,kBAAkB,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO,CAMvD;AAID,iBAAS,kBAAkB,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO,CAIvD;AAOD,iBAAS,cAAc,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO,CAEnD;AAMD,iBAAS,qBAAqB,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO,CAO1D;AAKD,iBAAS,qBAAqB,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO,CAM1D;AAED,OAAO,EAAE,qBAAqB,EAAE,cAAc,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,CAAC"}
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { ActivityIcon, AlertCircleIcon, AlignCenterIcon, AlignLeftIcon, AlignRightIcon, AppWindowIcon, ArchiveIcon, ArrowDownIcon, ArrowDownToLineIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpDownIcon, ArrowUpIcon, BarChart2Icon, BarChart3Icon, BellIcon, BoldIcon, BookOpenIcon, BotIcon, BoxesIcon, BrainCircuitIcon, BrainIcon, CableIcon, CalculatorIcon, CalendarIcon, ChartLineIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronsUpDownIcon, ChevronUpIcon, CircleArrowRightIcon, CircleCheckIcon, CircleDotIcon, CircleHelpIcon, CircleIcon, CircleMinusIcon, CircleStopIcon, CircleXIcon, ClockIcon, CloudIcon, CloudUploadIcon, CopyIcon, CreditCardIcon, DatabaseIcon, DollarSignIcon, DownloadIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FileTextIcon, FileUpIcon, FilterIcon, FingerprintIcon, FlaskConicalIcon, FolderOpenIcon, FunnelXIcon, GiftIcon, GitBranchIcon, GlobeIcon, Grid2x2Icon, GripVerticalIcon, HomeIcon, InboxIcon, InfoIcon, ItalicIcon, KeyboardIcon, KeyIcon, KeyRoundIcon, LayoutDashboardIcon, LayoutGridIcon, ListIcon, Loader2Icon, LockIcon, LogOutIcon, MailIcon, MessageSquareCheckIcon, MessageSquareIcon, MessageSquareWarningIcon, MessageSquareXIcon, MonitorIcon, MoreHorizontalIcon, MoreVerticalIcon, NetworkIcon, OctagonXIcon, PanelLeftIcon, PencilIcon, PlayIcon, PlugIcon, PlusIcon, RadioIcon, RefreshCwIcon, RefreshCwOffIcon, RocketIcon, ScrollTextIcon, SearchIcon, ServerIcon, SettingsIcon, ShieldCheckIcon, ShieldIcon, ShoppingCartIcon, SlidersHorizontalIcon, SmileIcon, SparklesIcon, StarIcon, ThumbsDownIcon, ThumbsUpIcon, Trash2Icon, TrendingDownIcon, TrendingUpIcon, TriangleAlertIcon, UnderlineIcon, UploadIcon, UserCheckIcon, UserCogIcon, UserIcon, UsersIcon, UsersRoundIcon, Wand2Icon, WaypointsIcon, WebhookIcon, WorkflowIcon, WrenchIcon, XIcon, ZapIcon, } from 'lucide-react';
|
|
1
|
+
export { ActivityIcon, AlertCircleIcon, AlignCenterIcon, AlignLeftIcon, AlignRightIcon, AppWindowIcon, ArchiveIcon, ArrowDownIcon, ArrowDownToLineIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpDownIcon, ArrowUpIcon, BarChart2Icon, BarChart3Icon, BellIcon, BoldIcon, BookOpenIcon, BotIcon, BoxesIcon, BrainCircuitIcon, BrainIcon, CableIcon, CalculatorIcon, CalendarIcon, ChartLineIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronsUpDownIcon, ChevronUpIcon, CircleArrowRightIcon, CircleCheckIcon, CircleDotIcon, CircleHelpIcon, CircleIcon, CircleMinusIcon, CircleStopIcon, CircleXIcon, ClockIcon, CloudIcon, CloudUploadIcon, CopyIcon, CreditCardIcon, DatabaseIcon, DollarSignIcon, DownloadIcon, ExpandIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FileTextIcon, FileUpIcon, FilterIcon, FingerprintIcon, FlaskConicalIcon, FolderOpenIcon, FunnelXIcon, GiftIcon, GitBranchIcon, GlobeIcon, Grid2x2Icon, GripVerticalIcon, HomeIcon, InboxIcon, InfoIcon, ItalicIcon, KeyboardIcon, KeyIcon, KeyRoundIcon, LayoutDashboardIcon, LayoutGridIcon, ListIcon, Loader2Icon, LockIcon, LogOutIcon, MailIcon, MessageSquareCheckIcon, MessageSquareIcon, MessageSquareWarningIcon, MessageSquareXIcon, MonitorIcon, MoreHorizontalIcon, MoreVerticalIcon, NetworkIcon, OctagonXIcon, PanelLeftIcon, PencilIcon, PlayIcon, PlugIcon, PlugZapIcon, PlusIcon, PuzzleIcon, RadioIcon, RefreshCwIcon, RefreshCwOffIcon, RocketIcon, ScrollTextIcon, SearchIcon, ServerIcon, SettingsIcon, ShieldCheckIcon, ShieldIcon, ShoppingCartIcon, SlidersHorizontalIcon, SmileIcon, SparklesIcon, StarIcon, ThumbsDownIcon, ThumbsUpIcon, Trash2Icon, TrendingDownIcon, TrendingUpIcon, TriangleAlertIcon, UnderlineIcon, UploadIcon, UserCheckIcon, UserCogIcon, UserIcon, UsersIcon, UsersRoundIcon, Wand2Icon, WaypointsIcon, WebhookIcon, WorkflowIcon, WrenchIcon, XIcon, ZapIcon, } from 'lucide-react';
|
|
2
2
|
export type { LucideIcon } from 'lucide-react';
|
|
3
3
|
export { AnthropicIcon } from './brand/AnthropicIcon';
|
|
4
4
|
export { ApigeeIcon } from './brand/ApigeeIcon';
|
|
@@ -13,4 +13,18 @@ export { KafkaIcon } from './brand/KafkaIcon';
|
|
|
13
13
|
export { KubernetesIcon } from './brand/KubernetesIcon';
|
|
14
14
|
export { MistralIcon } from './brand/MistralIcon';
|
|
15
15
|
export { OpenAIIcon } from './brand/OpenAIIcon';
|
|
16
|
+
export { GioAgentManagementIcon } from './products/GioAgentManagementIcon';
|
|
17
|
+
export { GioApiManagementIcon } from './products/GioApiManagementIcon';
|
|
18
|
+
export { GioAuthorizationIcon } from './products/GioAuthorizationIcon';
|
|
19
|
+
export { GioCatalogIcon } from './products/GioCatalogIcon';
|
|
20
|
+
export { GioDeveloperPortalIcon } from './products/GioDeveloperPortalIcon';
|
|
21
|
+
export { GioEventApiManagementIcon } from './products/GioEventApiManagementIcon';
|
|
22
|
+
export { GioGammaIcon } from './products/GioGammaIcon';
|
|
23
|
+
export { GioHomeIcon } from './products/GioHomeIcon';
|
|
24
|
+
export { GioIamIcon } from './products/GioIamIcon';
|
|
25
|
+
export { GioObservabilityIcon } from './products/GioObservabilityIcon';
|
|
26
|
+
export { GioObserveIcon } from './products/GioObserveIcon';
|
|
27
|
+
export { GioPlatformIcon } from './products/GioPlatformIcon';
|
|
28
|
+
export { GioProductizeIcon } from './products/GioProductizeIcon';
|
|
29
|
+
export { GioSecureIcon } from './products/GioSecureIcon';
|
|
16
30
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/icons/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,YAAY,EACZ,eAAe,EACf,eAAe,EACf,aAAa,EACb,cAAc,EACd,aAAa,EACb,WAAW,EACX,aAAa,EACb,mBAAmB,EACnB,aAAa,EACb,cAAc,EACd,eAAe,EACf,WAAW,EACX,aAAa,EACb,aAAa,EACb,QAAQ,EACR,QAAQ,EACR,YAAY,EACZ,OAAO,EACP,SAAS,EACT,gBAAgB,EAChB,SAAS,EACT,SAAS,EACT,cAAc,EACd,YAAY,EACZ,aAAa,EACb,SAAS,EACT,eAAe,EACf,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,aAAa,EACb,oBAAoB,EACpB,eAAe,EACf,aAAa,EACb,cAAc,EACd,UAAU,EACV,eAAe,EACf,cAAc,EACd,WAAW,EACX,SAAS,EACT,SAAS,EACT,eAAe,EACf,QAAQ,EACR,cAAc,EACd,YAAY,EACZ,cAAc,EACd,YAAY,EACZ,gBAAgB,EAChB,OAAO,EACP,UAAU,EACV,YAAY,EACZ,UAAU,EACV,UAAU,EACV,eAAe,EACf,gBAAgB,EAChB,cAAc,EACd,WAAW,EACX,QAAQ,EACR,aAAa,EACb,SAAS,EACT,WAAW,EACX,gBAAgB,EAChB,QAAQ,EACR,SAAS,EACT,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,OAAO,EACP,YAAY,EACZ,mBAAmB,EACnB,cAAc,EACd,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,sBAAsB,EACtB,iBAAiB,EACjB,wBAAwB,EACxB,kBAAkB,EAClB,WAAW,EACX,kBAAkB,EAClB,gBAAgB,EAChB,WAAW,EACX,YAAY,EACZ,aAAa,EACb,UAAU,EACV,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,aAAa,EACb,gBAAgB,EAChB,UAAU,EACV,cAAc,EACd,UAAU,EACV,UAAU,EACV,YAAY,EACZ,eAAe,EACf,UAAU,EACV,gBAAgB,EAChB,qBAAqB,EACrB,SAAS,EACT,YAAY,EACZ,QAAQ,EACR,cAAc,EACd,YAAY,EACZ,UAAU,EACV,gBAAgB,EAChB,cAAc,EACd,iBAAiB,EACjB,aAAa,EACb,UAAU,EACV,aAAa,EACb,WAAW,EACX,QAAQ,EACR,SAAS,EACT,cAAc,EACd,SAAS,EACT,aAAa,EACb,WAAW,EACX,YAAY,EACZ,UAAU,EACV,KAAK,EACL,OAAO,GACR,MAAM,cAAc,CAAC;AACtB,YAAY,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG/C,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/icons/index.ts"],"names":[],"mappings":"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"}
|
package/dist/icons/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as e, $t as t, A as n, An as r, At as i, B as a,
|
|
2
|
-
export {
|
|
1
|
+
import { $ as e, $t as t, A as n, An as r, At as i, B as a, Bn as o, Bt as s, C as c, Cn as l, Ct as u, D as d, Dn as f, Dt as p, E as m, En as h, Et as g, F as _, Fn as v, Ft as y, G as b, Gn as x, Gt as S, H as C, Hn as w, Ht as T, I as E, In as D, It as O, J as k, Jn as A, Jt as j, K as M, Kn as N, Kt as P, L as F, Ln as I, Lt as L, M as R, Mn as z, Mt as B, N as V, Nn as H, Nt as U, O as W, On as G, Ot as K, P as q, Pn as J, Pt as Y, Q as X, Qt as Z, R as Q, Rn as $, Rt as ee, S as te, Sn as ne, St as re, T as ie, Tn as ae, Tt as oe, U as se, Un as ce, Ut as le, V as ue, Vn as de, Vt as fe, W as pe, Wn as me, Wt as he, X as ge, Xt as _e, Y as ve, Yt as ye, Z as be, Zt as xe, _ as Se, _n as Ce, _t as we, a as Te, an as Ee, at as De, b as Oe, bn as ke, bt as Ae, c as je, cn as Me, ct as Ne, d as Pe, dn as Fe, dt as Ie, en as Le, et as Re, f as ze, fn as Be, ft as Ve, g as He, gn as Ue, gt as We, h as Ge, hn as Ke, ht as qe, i as Je, in as Ye, it as Xe, j as Ze, jn as Qe, jt as $e, k as et, kn as tt, kt as nt, l as rt, ln as it, lt as at, m as ot, mn as st, mt as ct, n as lt, nn as ut, nt as dt, o as ft, on as pt, ot as mt, p as ht, pn as gt, pt as _t, q as vt, qn as yt, qt as bt, r as xt, rn as St, rt as Ct, s as wt, sn as Tt, st as Et, t as Dt, tn as Ot, tt as kt, u as At, un as jt, ut as Mt, v as Nt, vn as Pt, vt as Ft, w as It, wn as Lt, wt as Rt, x as zt, xn as Bt, xt as Vt, y as Ht, yn as Ut, yt as Wt, z as Gt, zn as Kt, zt as qt } from "../icons-D_4R9XrW.js";
|
|
2
|
+
export { Dt as ActivityIcon, lt as AlertCircleIcon, xt as AlignCenterIcon, Je as AlignLeftIcon, Te as AlignRightIcon, A as AnthropicIcon, yt as ApigeeIcon, ft as AppWindowIcon, wt as ArchiveIcon, je as ArrowDownIcon, rt as ArrowDownToLineIcon, At as ArrowLeftIcon, Pe as ArrowRightIcon, ze as ArrowUpDownIcon, ht as ArrowUpIcon, N as AwsIcon, x as AzureIcon, ot as BarChart2Icon, Ge as BarChart3Icon, He as BellIcon, me as BitbucketIcon, Se as BoldIcon, Nt as BookOpenIcon, Ht as BotIcon, Oe as BoxesIcon, zt as BrainCircuitIcon, te as BrainIcon, c as CableIcon, It as CalculatorIcon, ie as CalendarIcon, m as ChartLineIcon, d as CheckIcon, W as ChevronDownIcon, et as ChevronLeftIcon, n as ChevronRightIcon, Ze as ChevronUpIcon, R as ChevronsUpDownIcon, V as CircleArrowRightIcon, q as CircleCheckIcon, _ as CircleDotIcon, E as CircleHelpIcon, F as CircleIcon, Q as CircleMinusIcon, Gt as CircleStopIcon, a as CircleXIcon, ue as ClockIcon, C as CloudIcon, se as CloudUploadIcon, ce as CohereIcon, pe as CopyIcon, b as CreditCardIcon, M as DatabaseIcon, vt as DollarSignIcon, k as DownloadIcon, ve as ExpandIcon, ge as ExternalLinkIcon, be as EyeIcon, X as EyeOffIcon, e as FileTextIcon, Re as FileUpIcon, kt as FilterIcon, dt as FingerprintIcon, Ct as FlaskConicalIcon, Xe as FolderOpenIcon, De as FunnelXIcon, w as GcpIcon, mt as GiftIcon, v as GioAgentManagementIcon, J as GioApiManagementIcon, H as GioAuthorizationIcon, z as GioCatalogIcon, Qe as GioDeveloperPortalIcon, r as GioEventApiManagementIcon, tt as GioGammaIcon, G as GioHomeIcon, f as GioIamIcon, h as GioObservabilityIcon, ae as GioObserveIcon, Lt as GioPlatformIcon, l as GioProductizeIcon, ne as GioSecureIcon, Et as GitBranchIcon, de as GithubIcon, o as GitlabIcon, Ne as GlobeIcon, at as Grid2x2Icon, Mt as GripVerticalIcon, Ie as HomeIcon, Ve as InboxIcon, _t as InfoIcon, ct as ItalicIcon, Kt as KafkaIcon, qe as KeyIcon, We as KeyRoundIcon, we as KeyboardIcon, $ as KubernetesIcon, Ft as LayoutDashboardIcon, Wt as LayoutGridIcon, Ae as ListIcon, Vt as Loader2Icon, re as LockIcon, u as LogOutIcon, Rt as MailIcon, oe as MessageSquareCheckIcon, g as MessageSquareIcon, p as MessageSquareWarningIcon, K as MessageSquareXIcon, I as MistralIcon, nt as MonitorIcon, i as MoreHorizontalIcon, $e as MoreVerticalIcon, B as NetworkIcon, U as OctagonXIcon, D as OpenAIIcon, Y as PanelLeftIcon, y as PencilIcon, O as PlayIcon, L as PlugIcon, ee as PlugZapIcon, qt as PlusIcon, s as PuzzleIcon, fe as RadioIcon, T as RefreshCwIcon, le as RefreshCwOffIcon, he as RocketIcon, S as ScrollTextIcon, P as SearchIcon, bt as ServerIcon, j as SettingsIcon, ye as ShieldCheckIcon, _e as ShieldIcon, xe as ShoppingCartIcon, Z as SlidersHorizontalIcon, t as SmileIcon, Le as SparklesIcon, Ot as StarIcon, ut as ThumbsDownIcon, St as ThumbsUpIcon, Ye as Trash2Icon, Ee as TrendingDownIcon, pt as TrendingUpIcon, Tt as TriangleAlertIcon, Me as UnderlineIcon, it as UploadIcon, jt as UserCheckIcon, Fe as UserCogIcon, Be as UserIcon, gt as UsersIcon, st as UsersRoundIcon, Ke as Wand2Icon, Ue as WaypointsIcon, Ce as WebhookIcon, Pt as WorkflowIcon, Ut as WrenchIcon, ke as XIcon, Bt as ZapIcon };
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|