@powerduck/schema-designer 0.1.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.
- package/README.md +217 -0
- package/dist/InlineSchemaEditor-BssSx3SI.d.ts +6 -0
- package/dist/InlineSchemaEditor-Bua-lDhE.d.cts +6 -0
- package/dist/chunk-2XUQB6BQ.js +1896 -0
- package/dist/chunk-4H3LXOL4.cjs +1900 -0
- package/dist/chunk-7LG4MVMD.cjs +2 -0
- package/dist/chunk-BXFABOMJ.js +1475 -0
- package/dist/chunk-FTALJIVZ.js +1 -0
- package/dist/chunk-GTZH37JS.cjs +1120 -0
- package/dist/chunk-GWHDTTQK.js +1437 -0
- package/dist/chunk-GXXD6ITE.cjs +1477 -0
- package/dist/chunk-HI5FBHCO.js +1057 -0
- package/dist/chunk-KX3LFFOV.js +88 -0
- package/dist/chunk-MADPN2PJ.js +185 -0
- package/dist/chunk-NOUORNCI.cjs +1452 -0
- package/dist/chunk-O6PTRJQ5.js +1195 -0
- package/dist/chunk-OBHJC3I2.cjs +2 -0
- package/dist/chunk-OOSNM45O.cjs +264 -0
- package/dist/chunk-P5B3HSPY.js +244 -0
- package/dist/chunk-PBE36BVA.js +1 -0
- package/dist/chunk-PVEYKCM6.js +1 -0
- package/dist/chunk-QZADGAP3.cjs +1218 -0
- package/dist/chunk-S7GNTGEE.js +1 -0
- package/dist/chunk-SMBDRWV2.cjs +2 -0
- package/dist/chunk-THYDOHOP.cjs +2 -0
- package/dist/chunk-WRHWOMZQ.cjs +190 -0
- package/dist/chunk-YNKP5JJA.cjs +32 -0
- package/dist/chunk-YWDKCX6N.cjs +91 -0
- package/dist/chunk-ZHNYNFGL.js +28 -0
- package/dist/compat/inline.cjs +137 -0
- package/dist/compat/inline.css +275 -0
- package/dist/compat/inline.d.cts +6 -0
- package/dist/compat/inline.d.ts +6 -0
- package/dist/compat/inline.js +4 -0
- package/dist/compat/parameters.cjs +90 -0
- package/dist/compat/parameters.css +997 -0
- package/dist/compat/parameters.d.cts +70 -0
- package/dist/compat/parameters.d.ts +70 -0
- package/dist/compat/parameters.js +9 -0
- package/dist/compat/tree.cjs +142 -0
- package/dist/compat/tree.css +1069 -0
- package/dist/compat/tree.d.cts +4 -0
- package/dist/compat/tree.d.ts +4 -0
- package/dist/compat/tree.js +5 -0
- package/dist/compat/variable-editor.cjs +82 -0
- package/dist/compat/variable-editor.d.cts +68 -0
- package/dist/compat/variable-editor.d.ts +68 -0
- package/dist/compat/variable-editor.js +1 -0
- package/dist/core/index.cjs +197 -0
- package/dist/core/index.d.cts +21 -0
- package/dist/core/index.d.ts +21 -0
- package/dist/core/index.js +4 -0
- package/dist/index.cjs +35 -0
- package/dist/index.css +1791 -0
- package/dist/index.d.cts +9 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.js +10 -0
- package/dist/parameterValue-2pL9n-3q.d.ts +8 -0
- package/dist/parameterValue-Cky9Lnd3.d.cts +8 -0
- package/dist/react/index.cjs +35 -0
- package/dist/react/index.css +1791 -0
- package/dist/react/index.d.cts +9 -0
- package/dist/react/index.d.ts +9 -0
- package/dist/react/index.js +10 -0
- package/dist/react/inlineSchemaEditor/index.cjs +97 -0
- package/dist/react/inlineSchemaEditor/index.css +275 -0
- package/dist/react/inlineSchemaEditor/index.d.cts +6 -0
- package/dist/react/inlineSchemaEditor/index.d.ts +6 -0
- package/dist/react/inlineSchemaEditor/index.js +4 -0
- package/dist/react/parametersTable/index.cjs +22 -0
- package/dist/react/parametersTable/index.css +997 -0
- package/dist/react/parametersTable/index.d.cts +7 -0
- package/dist/react/parametersTable/index.d.ts +7 -0
- package/dist/react/parametersTable/index.js +9 -0
- package/dist/react/parametersTable/libs/generateValue.cjs +558 -0
- package/dist/react/parametersTable/libs/generateValue.d.cts +17 -0
- package/dist/react/parametersTable/libs/generateValue.d.ts +17 -0
- package/dist/react/parametersTable/libs/generateValue.js +551 -0
- package/dist/react/schemaTreeEditor/index.cjs +18 -0
- package/dist/react/schemaTreeEditor/index.css +1069 -0
- package/dist/react/schemaTreeEditor/index.d.cts +7 -0
- package/dist/react/schemaTreeEditor/index.d.ts +7 -0
- package/dist/react/schemaTreeEditor/index.js +5 -0
- package/dist/react/variableTextEditor/index.cjs +11 -0
- package/dist/react/variableTextEditor/index.css +306 -0
- package/dist/react/variableTextEditor/index.d.cts +6 -0
- package/dist/react/variableTextEditor/index.d.ts +6 -0
- package/dist/react/variableTextEditor/index.js +2 -0
- package/dist/schema-CKAPsYeW.d.cts +41 -0
- package/dist/schema-o7OJRaJ8.d.ts +41 -0
- package/dist/styles.css +1791 -0
- package/dist/tree-D06Xa6_N.d.ts +95 -0
- package/dist/tree-Dq1Rk-CF.d.cts +95 -0
- package/dist/types-B27Dw9do.d.cts +163 -0
- package/dist/types-B27Dw9do.d.ts +163 -0
- package/dist/types-Bk9rzr6l.d.cts +48 -0
- package/dist/types-D2jEaM9Z.d.cts +145 -0
- package/dist/types-D2jEaM9Z.d.ts +145 -0
- package/dist/types-xAihO_KW.d.ts +48 -0
- package/dist/variableTextEditor.types-ClzvARvK.d.cts +49 -0
- package/dist/variableTextEditor.types-ClzvARvK.d.ts +49 -0
- package/package.json +130 -0
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
export { ParameterTable, ParameterTable as ParametersTable } from '../react/parametersTable/index.cjs';
|
|
2
|
+
import { O as OpenApiParameter, f as ParameterRow, R as ResolvedParameterValue, C as ColumnDefinition, g as ColumnId, A as ApplyAdjacentSplitterResizeOptions } from '../types-B27Dw9do.cjs';
|
|
3
|
+
export { h as OpenApiExampleObject, i as OpenApiMediaType, c as OpenApiReference, d as OpenApiSchema, P as ParameterInput, e as ParameterTableGeneratorContext, a as ParameterTableProps, j as ParameterValueSource, b as ParameterValues, S as SplitterResizeSession } from '../types-B27Dw9do.cjs';
|
|
4
|
+
export { i as isReference, b as resolveParameterSchema, r as resolveParameterType, a as resolveParameterValue } from '../parameterValue-Cky9Lnd3.cjs';
|
|
5
|
+
import 'react';
|
|
6
|
+
|
|
7
|
+
declare function createRows(parameters: OpenApiParameter[]): ParameterRow[];
|
|
8
|
+
declare function getDisplayValue(row: ParameterRow, document?: Record<string, unknown>): ResolvedParameterValue;
|
|
9
|
+
/**
|
|
10
|
+
* Parameter equality used only for controlled-value synchronization.
|
|
11
|
+
*
|
|
12
|
+
* Object identity is checked first because this is the cheapest path.
|
|
13
|
+
* JSON serialization is deliberately isolated here so that normal
|
|
14
|
+
* rendering does not perform deep comparisons.
|
|
15
|
+
*/
|
|
16
|
+
declare function areParametersEqual(a: OpenApiParameter, b: OpenApiParameter): boolean;
|
|
17
|
+
declare function areParameterArraysEqual(a: readonly OpenApiParameter[], b: readonly OpenApiParameter[]): boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Best-effort external reconciliation.
|
|
20
|
+
*
|
|
21
|
+
* Name + "in" is used as a stable OpenAPI identity when available.
|
|
22
|
+
* Fallback is index-based matching.
|
|
23
|
+
*
|
|
24
|
+
* Local edits do not go through this path when the parent simply echoes
|
|
25
|
+
* the value emitted by this component.
|
|
26
|
+
*/
|
|
27
|
+
declare function reconcileRows(previous: ParameterRow[], parameters: OpenApiParameter[]): ParameterRow[];
|
|
28
|
+
|
|
29
|
+
declare const DEFAULT_COLUMNS: ColumnDefinition[];
|
|
30
|
+
declare function getVisibleColumns(args: {
|
|
31
|
+
showRequired: boolean;
|
|
32
|
+
showType: boolean;
|
|
33
|
+
showDescription: boolean;
|
|
34
|
+
}): ColumnDefinition[];
|
|
35
|
+
declare function getRightNeighborId(visibleColumns: ColumnDefinition[], columnId: ColumnId): ColumnId | null;
|
|
36
|
+
declare function clamp(value: number, min: number, max: number): number;
|
|
37
|
+
declare function buildColumnDefsById(columns: ColumnDefinition[]): Record<ColumnId, ColumnDefinition>;
|
|
38
|
+
/** Fit visible columns once, respecting bounds and preserving no-op identity. */
|
|
39
|
+
declare function fitColumnWidths(previous: Record<ColumnId, number>, columns: readonly ColumnDefinition[], available: number): Record<ColumnId, number>;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Resize two adjacent columns while preserving their total width.
|
|
43
|
+
*
|
|
44
|
+
* Invariant:
|
|
45
|
+
*
|
|
46
|
+
* nextLeft + nextRight === startLeft + startRight
|
|
47
|
+
*
|
|
48
|
+
* subject to both columns' min/max constraints.
|
|
49
|
+
*
|
|
50
|
+
* The algorithm calculates the feasible interval of the left column:
|
|
51
|
+
*
|
|
52
|
+
* left >= leftMin
|
|
53
|
+
* left <= leftMax
|
|
54
|
+
* total - left >= rightMin
|
|
55
|
+
* total - left <= rightMax
|
|
56
|
+
*
|
|
57
|
+
* therefore:
|
|
58
|
+
*
|
|
59
|
+
* max(leftMin, total - rightMax)
|
|
60
|
+
* <= left
|
|
61
|
+
* <=
|
|
62
|
+
* min(leftMax, total - rightMin)
|
|
63
|
+
*
|
|
64
|
+
* This avoids the unstable "clamp both sides and then repair" approach.
|
|
65
|
+
*/
|
|
66
|
+
declare function applyAdjacentSplitterResize({ session, clientX, widths, }: ApplyAdjacentSplitterResizeOptions): Record<ColumnId, number>;
|
|
67
|
+
|
|
68
|
+
declare function reorder<T>(list: T[], startIndex: number, endIndex: number): T[];
|
|
69
|
+
|
|
70
|
+
export { ApplyAdjacentSplitterResizeOptions, ColumnDefinition, ColumnId, DEFAULT_COLUMNS, OpenApiParameter, ParameterRow, ResolvedParameterValue, applyAdjacentSplitterResize, areParameterArraysEqual, areParametersEqual, buildColumnDefsById, clamp, createRows, fitColumnWidths, getDisplayValue, getRightNeighborId, getVisibleColumns, reconcileRows, reorder };
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
export { ParameterTable, ParameterTable as ParametersTable } from '../react/parametersTable/index.js';
|
|
2
|
+
import { O as OpenApiParameter, f as ParameterRow, R as ResolvedParameterValue, C as ColumnDefinition, g as ColumnId, A as ApplyAdjacentSplitterResizeOptions } from '../types-B27Dw9do.js';
|
|
3
|
+
export { h as OpenApiExampleObject, i as OpenApiMediaType, c as OpenApiReference, d as OpenApiSchema, P as ParameterInput, e as ParameterTableGeneratorContext, a as ParameterTableProps, j as ParameterValueSource, b as ParameterValues, S as SplitterResizeSession } from '../types-B27Dw9do.js';
|
|
4
|
+
export { i as isReference, b as resolveParameterSchema, r as resolveParameterType, a as resolveParameterValue } from '../parameterValue-2pL9n-3q.js';
|
|
5
|
+
import 'react';
|
|
6
|
+
|
|
7
|
+
declare function createRows(parameters: OpenApiParameter[]): ParameterRow[];
|
|
8
|
+
declare function getDisplayValue(row: ParameterRow, document?: Record<string, unknown>): ResolvedParameterValue;
|
|
9
|
+
/**
|
|
10
|
+
* Parameter equality used only for controlled-value synchronization.
|
|
11
|
+
*
|
|
12
|
+
* Object identity is checked first because this is the cheapest path.
|
|
13
|
+
* JSON serialization is deliberately isolated here so that normal
|
|
14
|
+
* rendering does not perform deep comparisons.
|
|
15
|
+
*/
|
|
16
|
+
declare function areParametersEqual(a: OpenApiParameter, b: OpenApiParameter): boolean;
|
|
17
|
+
declare function areParameterArraysEqual(a: readonly OpenApiParameter[], b: readonly OpenApiParameter[]): boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Best-effort external reconciliation.
|
|
20
|
+
*
|
|
21
|
+
* Name + "in" is used as a stable OpenAPI identity when available.
|
|
22
|
+
* Fallback is index-based matching.
|
|
23
|
+
*
|
|
24
|
+
* Local edits do not go through this path when the parent simply echoes
|
|
25
|
+
* the value emitted by this component.
|
|
26
|
+
*/
|
|
27
|
+
declare function reconcileRows(previous: ParameterRow[], parameters: OpenApiParameter[]): ParameterRow[];
|
|
28
|
+
|
|
29
|
+
declare const DEFAULT_COLUMNS: ColumnDefinition[];
|
|
30
|
+
declare function getVisibleColumns(args: {
|
|
31
|
+
showRequired: boolean;
|
|
32
|
+
showType: boolean;
|
|
33
|
+
showDescription: boolean;
|
|
34
|
+
}): ColumnDefinition[];
|
|
35
|
+
declare function getRightNeighborId(visibleColumns: ColumnDefinition[], columnId: ColumnId): ColumnId | null;
|
|
36
|
+
declare function clamp(value: number, min: number, max: number): number;
|
|
37
|
+
declare function buildColumnDefsById(columns: ColumnDefinition[]): Record<ColumnId, ColumnDefinition>;
|
|
38
|
+
/** Fit visible columns once, respecting bounds and preserving no-op identity. */
|
|
39
|
+
declare function fitColumnWidths(previous: Record<ColumnId, number>, columns: readonly ColumnDefinition[], available: number): Record<ColumnId, number>;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Resize two adjacent columns while preserving their total width.
|
|
43
|
+
*
|
|
44
|
+
* Invariant:
|
|
45
|
+
*
|
|
46
|
+
* nextLeft + nextRight === startLeft + startRight
|
|
47
|
+
*
|
|
48
|
+
* subject to both columns' min/max constraints.
|
|
49
|
+
*
|
|
50
|
+
* The algorithm calculates the feasible interval of the left column:
|
|
51
|
+
*
|
|
52
|
+
* left >= leftMin
|
|
53
|
+
* left <= leftMax
|
|
54
|
+
* total - left >= rightMin
|
|
55
|
+
* total - left <= rightMax
|
|
56
|
+
*
|
|
57
|
+
* therefore:
|
|
58
|
+
*
|
|
59
|
+
* max(leftMin, total - rightMax)
|
|
60
|
+
* <= left
|
|
61
|
+
* <=
|
|
62
|
+
* min(leftMax, total - rightMin)
|
|
63
|
+
*
|
|
64
|
+
* This avoids the unstable "clamp both sides and then repair" approach.
|
|
65
|
+
*/
|
|
66
|
+
declare function applyAdjacentSplitterResize({ session, clientX, widths, }: ApplyAdjacentSplitterResizeOptions): Record<ColumnId, number>;
|
|
67
|
+
|
|
68
|
+
declare function reorder<T>(list: T[], startIndex: number, endIndex: number): T[];
|
|
69
|
+
|
|
70
|
+
export { ApplyAdjacentSplitterResizeOptions, ColumnDefinition, ColumnId, DEFAULT_COLUMNS, OpenApiParameter, ParameterRow, ResolvedParameterValue, applyAdjacentSplitterResize, areParameterArraysEqual, areParametersEqual, buildColumnDefsById, clamp, createRows, fitColumnWidths, getDisplayValue, getRightNeighborId, getVisibleColumns, reconcileRows, reorder };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import '../chunk-PBE36BVA.js';
|
|
2
|
+
export { DEFAULT_COLUMNS, ParameterTable, ParameterTable as ParametersTable, applyAdjacentSplitterResize, areParameterArraysEqual, areParametersEqual, buildColumnDefsById, clamp, createRows, fitColumnWidths, getDisplayValue, getRightNeighborId, getVisibleColumns, reconcileRows, reorder } from '../chunk-GWHDTTQK.js';
|
|
3
|
+
import '../chunk-2XUQB6BQ.js';
|
|
4
|
+
import '../chunk-BXFABOMJ.js';
|
|
5
|
+
import '../chunk-P5B3HSPY.js';
|
|
6
|
+
import '../chunk-ZHNYNFGL.js';
|
|
7
|
+
export { isReference, resolveParameterSchema, resolveParameterType, resolveParameterValue } from '../chunk-MADPN2PJ.js';
|
|
8
|
+
import '../chunk-HI5FBHCO.js';
|
|
9
|
+
import '../chunk-KX3LFFOV.js';
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
require('../chunk-OBHJC3I2.cjs');
|
|
4
|
+
var chunkQZADGAP3_cjs = require('../chunk-QZADGAP3.cjs');
|
|
5
|
+
require('../chunk-4H3LXOL4.cjs');
|
|
6
|
+
var chunkGTZH37JS_cjs = require('../chunk-GTZH37JS.cjs');
|
|
7
|
+
require('../chunk-YWDKCX6N.cjs');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
Object.defineProperty(exports, "SCHEMA_TYPES", {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return chunkQZADGAP3_cjs.SCHEMA_TYPES; }
|
|
14
|
+
});
|
|
15
|
+
Object.defineProperty(exports, "SchemaTreeEditor", {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return chunkQZADGAP3_cjs.SchemaTreeEditor; }
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports, "KEY_PATTERN", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () { return chunkGTZH37JS_cjs.KEY_PATTERN; }
|
|
22
|
+
});
|
|
23
|
+
Object.defineProperty(exports, "changeSchemaType", {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
get: function () { return chunkGTZH37JS_cjs.changeSchemaType; }
|
|
26
|
+
});
|
|
27
|
+
Object.defineProperty(exports, "cloneSchema", {
|
|
28
|
+
enumerable: true,
|
|
29
|
+
get: function () { return chunkGTZH37JS_cjs.cloneSchema; }
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(exports, "defaultSchemaFor", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function () { return chunkGTZH37JS_cjs.defaultSchemaFor; }
|
|
34
|
+
});
|
|
35
|
+
Object.defineProperty(exports, "deleteIn", {
|
|
36
|
+
enumerable: true,
|
|
37
|
+
get: function () { return chunkGTZH37JS_cjs.deleteIn; }
|
|
38
|
+
});
|
|
39
|
+
Object.defineProperty(exports, "flattenSchema", {
|
|
40
|
+
enumerable: true,
|
|
41
|
+
get: function () { return chunkGTZH37JS_cjs.flattenSchema; }
|
|
42
|
+
});
|
|
43
|
+
Object.defineProperty(exports, "getIn", {
|
|
44
|
+
enumerable: true,
|
|
45
|
+
get: function () { return chunkGTZH37JS_cjs.getIn; }
|
|
46
|
+
});
|
|
47
|
+
Object.defineProperty(exports, "insertKeyAfter", {
|
|
48
|
+
enumerable: true,
|
|
49
|
+
get: function () { return chunkGTZH37JS_cjs.insertKeyAfter; }
|
|
50
|
+
});
|
|
51
|
+
Object.defineProperty(exports, "isExpandable", {
|
|
52
|
+
enumerable: true,
|
|
53
|
+
get: function () { return chunkGTZH37JS_cjs.isExpandable; }
|
|
54
|
+
});
|
|
55
|
+
Object.defineProperty(exports, "isPlainObject", {
|
|
56
|
+
enumerable: true,
|
|
57
|
+
get: function () { return chunkGTZH37JS_cjs.isPlainObject; }
|
|
58
|
+
});
|
|
59
|
+
Object.defineProperty(exports, "isUnsafeKey", {
|
|
60
|
+
enumerable: true,
|
|
61
|
+
get: function () { return chunkGTZH37JS_cjs.isUnsafeKey; }
|
|
62
|
+
});
|
|
63
|
+
Object.defineProperty(exports, "isValidKey", {
|
|
64
|
+
enumerable: true,
|
|
65
|
+
get: function () { return chunkGTZH37JS_cjs.isValidKey; }
|
|
66
|
+
});
|
|
67
|
+
Object.defineProperty(exports, "patchSchema", {
|
|
68
|
+
enumerable: true,
|
|
69
|
+
get: function () { return chunkGTZH37JS_cjs.patchSchema; }
|
|
70
|
+
});
|
|
71
|
+
Object.defineProperty(exports, "pointerId", {
|
|
72
|
+
enumerable: true,
|
|
73
|
+
get: function () { return chunkGTZH37JS_cjs.pointerId; }
|
|
74
|
+
});
|
|
75
|
+
Object.defineProperty(exports, "pruneExpanded", {
|
|
76
|
+
enumerable: true,
|
|
77
|
+
get: function () { return chunkGTZH37JS_cjs.pruneExpanded; }
|
|
78
|
+
});
|
|
79
|
+
Object.defineProperty(exports, "remapExpanded", {
|
|
80
|
+
enumerable: true,
|
|
81
|
+
get: function () { return chunkGTZH37JS_cjs.remapExpanded; }
|
|
82
|
+
});
|
|
83
|
+
Object.defineProperty(exports, "removeRequired", {
|
|
84
|
+
enumerable: true,
|
|
85
|
+
get: function () { return chunkGTZH37JS_cjs.removeRequired; }
|
|
86
|
+
});
|
|
87
|
+
Object.defineProperty(exports, "renameKey", {
|
|
88
|
+
enumerable: true,
|
|
89
|
+
get: function () { return chunkGTZH37JS_cjs.renameKey; }
|
|
90
|
+
});
|
|
91
|
+
Object.defineProperty(exports, "renameRequired", {
|
|
92
|
+
enumerable: true,
|
|
93
|
+
get: function () { return chunkGTZH37JS_cjs.renameRequired; }
|
|
94
|
+
});
|
|
95
|
+
Object.defineProperty(exports, "reorderKeys", {
|
|
96
|
+
enumerable: true,
|
|
97
|
+
get: function () { return chunkGTZH37JS_cjs.reorderKeys; }
|
|
98
|
+
});
|
|
99
|
+
Object.defineProperty(exports, "requiredOwnerPath", {
|
|
100
|
+
enumerable: true,
|
|
101
|
+
get: function () { return chunkGTZH37JS_cjs.requiredOwnerPath; }
|
|
102
|
+
});
|
|
103
|
+
Object.defineProperty(exports, "resolveRef", {
|
|
104
|
+
enumerable: true,
|
|
105
|
+
get: function () { return chunkGTZH37JS_cjs.resolveRef; }
|
|
106
|
+
});
|
|
107
|
+
Object.defineProperty(exports, "safeRun", {
|
|
108
|
+
enumerable: true,
|
|
109
|
+
get: function () { return chunkGTZH37JS_cjs.safeRun; }
|
|
110
|
+
});
|
|
111
|
+
Object.defineProperty(exports, "samePath", {
|
|
112
|
+
enumerable: true,
|
|
113
|
+
get: function () { return chunkGTZH37JS_cjs.samePath; }
|
|
114
|
+
});
|
|
115
|
+
Object.defineProperty(exports, "schemaTypeOf", {
|
|
116
|
+
enumerable: true,
|
|
117
|
+
get: function () { return chunkGTZH37JS_cjs.schemaTypeOf; }
|
|
118
|
+
});
|
|
119
|
+
Object.defineProperty(exports, "setIn", {
|
|
120
|
+
enumerable: true,
|
|
121
|
+
get: function () { return chunkGTZH37JS_cjs.setIn; }
|
|
122
|
+
});
|
|
123
|
+
Object.defineProperty(exports, "setRequired", {
|
|
124
|
+
enumerable: true,
|
|
125
|
+
get: function () { return chunkGTZH37JS_cjs.setRequired; }
|
|
126
|
+
});
|
|
127
|
+
Object.defineProperty(exports, "stripUndefined", {
|
|
128
|
+
enumerable: true,
|
|
129
|
+
get: function () { return chunkGTZH37JS_cjs.stripUndefined; }
|
|
130
|
+
});
|
|
131
|
+
Object.defineProperty(exports, "typeLabel", {
|
|
132
|
+
enumerable: true,
|
|
133
|
+
get: function () { return chunkGTZH37JS_cjs.typeLabel; }
|
|
134
|
+
});
|
|
135
|
+
Object.defineProperty(exports, "uniqueKey", {
|
|
136
|
+
enumerable: true,
|
|
137
|
+
get: function () { return chunkGTZH37JS_cjs.uniqueKey; }
|
|
138
|
+
});
|
|
139
|
+
Object.defineProperty(exports, "verifyExternalSchema", {
|
|
140
|
+
enumerable: true,
|
|
141
|
+
get: function () { return chunkGTZH37JS_cjs.verifyExternalSchema; }
|
|
142
|
+
});
|