@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,275 @@
|
|
|
1
|
+
/* src/react/shared/SettingsPanel.module.css */
|
|
2
|
+
.SettingsPanel_panel {
|
|
3
|
+
width: min(420px, calc(100vw - 24px));
|
|
4
|
+
max-height: min(640px, calc(100dvh - 32px), var(--available-height, 640px));
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-direction: column;
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
color: var(--color-text-primary, #26282b);
|
|
9
|
+
background: var(--color-surface, #fff);
|
|
10
|
+
border: 1px solid var(--color-border-default, #e0e4e8);
|
|
11
|
+
border-radius: var(--radius-md, 6px);
|
|
12
|
+
box-shadow: var(--shadow-lg, 0 8px 28px #0002);
|
|
13
|
+
font-family: var(--font-family-ui, system-ui, sans-serif);
|
|
14
|
+
font-size: 12px;
|
|
15
|
+
}
|
|
16
|
+
.SettingsPanel_header {
|
|
17
|
+
margin: 0;
|
|
18
|
+
display: flex;
|
|
19
|
+
align-items: center;
|
|
20
|
+
gap: 8px;
|
|
21
|
+
padding: 8px 12px;
|
|
22
|
+
border-bottom: 1px solid var(--color-border-subtle, #eceff1);
|
|
23
|
+
flex-shrink: 0;
|
|
24
|
+
}
|
|
25
|
+
.SettingsPanel_title {
|
|
26
|
+
flex: 1;
|
|
27
|
+
min-width: 0;
|
|
28
|
+
overflow: hidden;
|
|
29
|
+
text-overflow: ellipsis;
|
|
30
|
+
white-space: nowrap;
|
|
31
|
+
font-size: 12px;
|
|
32
|
+
font-weight: 600;
|
|
33
|
+
}
|
|
34
|
+
.SettingsPanel_close {
|
|
35
|
+
position: static;
|
|
36
|
+
display: inline-flex;
|
|
37
|
+
align-items: center;
|
|
38
|
+
justify-content: center;
|
|
39
|
+
padding: 0;
|
|
40
|
+
width: 24px;
|
|
41
|
+
height: 24px;
|
|
42
|
+
border-radius: 4px;
|
|
43
|
+
background: transparent;
|
|
44
|
+
color: var(--color-text-secondary, #6f747c);
|
|
45
|
+
}
|
|
46
|
+
.SettingsPanel_close:hover {
|
|
47
|
+
background: var(--color-surface-hover, #f4f5f6);
|
|
48
|
+
}
|
|
49
|
+
.SettingsPanel_close:focus-visible {
|
|
50
|
+
outline: 2px solid var(--color-focus-ring, #f5c98f);
|
|
51
|
+
}
|
|
52
|
+
.SettingsPanel_body {
|
|
53
|
+
padding: 12px;
|
|
54
|
+
overflow: auto;
|
|
55
|
+
min-height: 0;
|
|
56
|
+
overscroll-behavior: contain;
|
|
57
|
+
scrollbar-width: thin;
|
|
58
|
+
scrollbar-color: transparent transparent;
|
|
59
|
+
}
|
|
60
|
+
.SettingsPanel_body:hover,
|
|
61
|
+
.SettingsPanel_body:focus-within {
|
|
62
|
+
scrollbar-color: var(--color-border-strong, #ccd2d8) transparent;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
/* src/react/inlineSchemaEditor/InlineSchemaEditor.module.css */
|
|
66
|
+
.InlineSchemaEditor_root {
|
|
67
|
+
width: 100%;
|
|
68
|
+
min-width: 0;
|
|
69
|
+
padding: 0;
|
|
70
|
+
color: var(--color-text-primary, #26282b);
|
|
71
|
+
font-family: var(--font-family-ui, system-ui, sans-serif);
|
|
72
|
+
font-size: 12px;
|
|
73
|
+
}
|
|
74
|
+
.InlineSchemaEditor_shell {
|
|
75
|
+
display: flex;
|
|
76
|
+
gap: 16px;
|
|
77
|
+
align-items: flex-start;
|
|
78
|
+
min-width: 0;
|
|
79
|
+
}
|
|
80
|
+
.InlineSchemaEditor_editorPane {
|
|
81
|
+
flex: 1;
|
|
82
|
+
min-width: 0;
|
|
83
|
+
}
|
|
84
|
+
.InlineSchemaEditor_previewPane {
|
|
85
|
+
width: min(36vw, 360px);
|
|
86
|
+
min-width: 240px;
|
|
87
|
+
padding: 12px;
|
|
88
|
+
border: 1px solid var(--color-border-subtle, #eceff1);
|
|
89
|
+
border-radius: 6px;
|
|
90
|
+
background: var(--color-surface, #fff);
|
|
91
|
+
max-height: 70vh;
|
|
92
|
+
display: flex;
|
|
93
|
+
}
|
|
94
|
+
.InlineSchemaEditor_root input:not([type=checkbox]):not([type=radio]),
|
|
95
|
+
.InlineSchemaEditor_root select,
|
|
96
|
+
.InlineSchemaEditor_root [data-scope=select][data-part=trigger] {
|
|
97
|
+
height: 28px;
|
|
98
|
+
min-height: 28px;
|
|
99
|
+
padding: 0 8px;
|
|
100
|
+
font-size: 12px;
|
|
101
|
+
border: 1px solid var(--color-border-default, #e0e4e8);
|
|
102
|
+
border-radius: 4px;
|
|
103
|
+
color: var(--color-text-primary, #26282b);
|
|
104
|
+
background: var(--color-surface, #fff);
|
|
105
|
+
}
|
|
106
|
+
.InlineSchemaEditor_root select {
|
|
107
|
+
padding-right: 28px;
|
|
108
|
+
}
|
|
109
|
+
.InlineSchemaEditor_root textarea {
|
|
110
|
+
font-size: 12px;
|
|
111
|
+
padding: 6px 8px;
|
|
112
|
+
border: 1px solid var(--color-border-default, #e0e4e8);
|
|
113
|
+
border-radius: 4px;
|
|
114
|
+
color: var(--color-text-primary, #26282b);
|
|
115
|
+
background: var(--color-surface, #fff);
|
|
116
|
+
}
|
|
117
|
+
.InlineSchemaEditor_root [data-scope=field][data-part=root] {
|
|
118
|
+
gap: 4px;
|
|
119
|
+
min-width: 0;
|
|
120
|
+
}
|
|
121
|
+
.InlineSchemaEditor_root [data-part=label] {
|
|
122
|
+
font-size: 12px;
|
|
123
|
+
font-weight: 500;
|
|
124
|
+
line-height: 18px;
|
|
125
|
+
color: var(--color-text-secondary, #6f747c);
|
|
126
|
+
}
|
|
127
|
+
.InlineSchemaEditor_root [data-part=helper-text],
|
|
128
|
+
.InlineSchemaEditor_root p {
|
|
129
|
+
font-size: 11px;
|
|
130
|
+
line-height: 16px;
|
|
131
|
+
color: var(--color-text-secondary, #6f747c);
|
|
132
|
+
}
|
|
133
|
+
.InlineSchemaEditor_root button {
|
|
134
|
+
font-size: 12px;
|
|
135
|
+
min-height: 24px;
|
|
136
|
+
color: var(--color-text-secondary, #6f747c);
|
|
137
|
+
}
|
|
138
|
+
.InlineSchemaEditor_root button:hover {
|
|
139
|
+
background: var(--color-surface-hover, #f4f5f6);
|
|
140
|
+
}
|
|
141
|
+
.InlineSchemaEditor_root input:focus-visible,
|
|
142
|
+
.InlineSchemaEditor_root select:focus-visible,
|
|
143
|
+
.InlineSchemaEditor_root textarea:focus-visible,
|
|
144
|
+
.InlineSchemaEditor_root button:focus-visible,
|
|
145
|
+
.InlineSchemaEditor_reference > summary:focus-visible {
|
|
146
|
+
outline: 2px solid var(--color-focus-ring, #f5c98f);
|
|
147
|
+
outline-offset: 1px;
|
|
148
|
+
box-shadow: none;
|
|
149
|
+
}
|
|
150
|
+
.InlineSchemaEditor_root [data-scope=switch][data-part=control] {
|
|
151
|
+
width: 28px;
|
|
152
|
+
height: 16px;
|
|
153
|
+
min-width: 28px;
|
|
154
|
+
background: var(--color-surface-selected, #eef0f2);
|
|
155
|
+
border: 1px solid var(--color-border-strong, #ccd2d8);
|
|
156
|
+
}
|
|
157
|
+
.InlineSchemaEditor_root [data-scope=switch][data-part=thumb] {
|
|
158
|
+
width: 12px;
|
|
159
|
+
height: 12px;
|
|
160
|
+
background: var(--color-surface, #fff);
|
|
161
|
+
}
|
|
162
|
+
.InlineSchemaEditor_root [data-scope=switch][data-part=control][data-state=checked] {
|
|
163
|
+
background: var(--color-accent, #f28c28);
|
|
164
|
+
border-color: var(--color-accent, #f28c28);
|
|
165
|
+
}
|
|
166
|
+
.InlineSchemaEditor_tabsList,
|
|
167
|
+
.InlineSchemaEditor_root [data-scope=tabs][data-part=list] {
|
|
168
|
+
display: flex;
|
|
169
|
+
width: 100%;
|
|
170
|
+
gap: 12px;
|
|
171
|
+
padding: 0;
|
|
172
|
+
border: 0;
|
|
173
|
+
border-bottom: 1px solid var(--color-border-subtle, #eceff1);
|
|
174
|
+
background: transparent;
|
|
175
|
+
border-radius: 0;
|
|
176
|
+
}
|
|
177
|
+
.InlineSchemaEditor_root [data-scope=tabs][data-part=trigger] {
|
|
178
|
+
flex: 0 0 auto;
|
|
179
|
+
min-height: 28px;
|
|
180
|
+
height: 28px;
|
|
181
|
+
padding: 0 2px;
|
|
182
|
+
border-radius: 0;
|
|
183
|
+
border-bottom: 2px solid transparent;
|
|
184
|
+
box-shadow: none;
|
|
185
|
+
font-size: 12px;
|
|
186
|
+
background: transparent;
|
|
187
|
+
}
|
|
188
|
+
.InlineSchemaEditor_root [data-scope=tabs][data-part=trigger][data-selected] {
|
|
189
|
+
color: var(--color-text-primary, #26282b);
|
|
190
|
+
border-bottom-color: var(--color-accent, #f28c28);
|
|
191
|
+
}
|
|
192
|
+
.InlineSchemaEditor_root .pdDesignerSchemaSection {
|
|
193
|
+
padding: 0;
|
|
194
|
+
border: 0;
|
|
195
|
+
border-radius: 0;
|
|
196
|
+
background: transparent;
|
|
197
|
+
}
|
|
198
|
+
.InlineSchemaEditor_root .pdDesignerSchemaNestedCard {
|
|
199
|
+
padding: 8px;
|
|
200
|
+
border: 1px solid var(--color-border-subtle, #eceff1);
|
|
201
|
+
border-radius: 4px;
|
|
202
|
+
background: transparent;
|
|
203
|
+
}
|
|
204
|
+
.InlineSchemaEditor_reference {
|
|
205
|
+
border-top: 1px solid var(--color-border-subtle, #eceff1);
|
|
206
|
+
padding-top: 6px;
|
|
207
|
+
}
|
|
208
|
+
.InlineSchemaEditor_reference > summary {
|
|
209
|
+
cursor: pointer;
|
|
210
|
+
font-size: 12px;
|
|
211
|
+
color: var(--color-text-secondary, #6f747c);
|
|
212
|
+
padding: 2px 0;
|
|
213
|
+
}
|
|
214
|
+
.InlineSchemaEditor_reference[open] > summary {
|
|
215
|
+
margin-bottom: 6px;
|
|
216
|
+
}
|
|
217
|
+
.pdDesignerSchemaPopoverContent {
|
|
218
|
+
width: min(420px, calc(100vw - 24px));
|
|
219
|
+
background: var(--color-surface, #fff);
|
|
220
|
+
color: var(--color-text-primary, #26282b);
|
|
221
|
+
border: 1px solid var(--color-border-default, #e0e4e8);
|
|
222
|
+
border-radius: 6px;
|
|
223
|
+
max-height: 80vh;
|
|
224
|
+
overflow: hidden;
|
|
225
|
+
}
|
|
226
|
+
.pdDesignerSchemaPopoverBody {
|
|
227
|
+
padding: 12px;
|
|
228
|
+
max-height: 72vh;
|
|
229
|
+
overflow: auto;
|
|
230
|
+
}
|
|
231
|
+
.pdDesignerSchemaIconButton {
|
|
232
|
+
width: 24px;
|
|
233
|
+
min-width: 24px;
|
|
234
|
+
height: 24px;
|
|
235
|
+
padding: 0;
|
|
236
|
+
}
|
|
237
|
+
@media (max-width: 900px) {
|
|
238
|
+
.InlineSchemaEditor_shell {
|
|
239
|
+
flex-direction: column;
|
|
240
|
+
}
|
|
241
|
+
.InlineSchemaEditor_editorPane {
|
|
242
|
+
width: 100%;
|
|
243
|
+
}
|
|
244
|
+
.InlineSchemaEditor_previewPane {
|
|
245
|
+
width: 100%;
|
|
246
|
+
min-width: 0;
|
|
247
|
+
max-height: 280px;
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
.pdDesignerSelectMenu {
|
|
251
|
+
min-width: var(--reference-width, 132px);
|
|
252
|
+
background: var(--color-surface, #fff);
|
|
253
|
+
color: var(--color-text-primary, #26282b);
|
|
254
|
+
border: 1px solid var(--color-border-default, #e0e4e8);
|
|
255
|
+
font-size: 12px;
|
|
256
|
+
padding: 4px;
|
|
257
|
+
}
|
|
258
|
+
.pdDesignerSelectMenu [data-part=item] {
|
|
259
|
+
min-height: 26px;
|
|
260
|
+
padding: 4px 8px;
|
|
261
|
+
border-radius: 4px;
|
|
262
|
+
}
|
|
263
|
+
.pdDesignerSelectMenu [data-highlighted] {
|
|
264
|
+
background: var(--color-surface-hover, #f4f5f6);
|
|
265
|
+
}
|
|
266
|
+
.InlineSchemaEditor_root p {
|
|
267
|
+
margin: 0;
|
|
268
|
+
}
|
|
269
|
+
.InlineSchemaEditor_root [data-scope=tabs][data-part=trigger]::before,
|
|
270
|
+
.InlineSchemaEditor_root [data-scope=tabs][data-part=trigger]::after {
|
|
271
|
+
display: none;
|
|
272
|
+
}
|
|
273
|
+
.InlineSchemaEditor_root [data-scope=tabs][data-part=indicator] {
|
|
274
|
+
display: none;
|
|
275
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { I as InlineSchemaEditor } from '../InlineSchemaEditor-Bua-lDhE.cjs';
|
|
2
|
+
export { C as CompositionKey, I as InlineSchemaEditorProps, a as InlineSchemaType, O as OpenApiSchema, c as SchemaBuilderNode, d as SchemaEditorState, S as SchemaFormatOptions, b as SchemaPropertyItem, e as SchemaRecord } from '../types-Bk9rzr6l.cjs';
|
|
3
|
+
export { D as DiffLine, a as asOpenApiSchema, v as canParseSchemaValue, c as cloneSchema, b as compactSchema, d as createSchemaForType, w as diffSchemaLines, g as getArrayItems, e as getComposition, f as getEnumValues, h as getPrefixItems, i as getProperties, x as getReferenceOptions, j as getRequiredProperties, y as getSchemaSummary, k as getSchemaType, z as isRecord, A as isSchema, m as mergeSchema, n as normalizeFormatOptions, l as normalizeSchemaType, p as parseOptionalNumber, o as parseSchemaValue, B as removeProperty, C as renameProperty, s as setComposition, q as setEnumValues, E as setPropertyRequired, r as stringifySchemaValue, t as toInputValue, u as toSchemaRecord, F as updateProperty } from '../schema-CKAPsYeW.cjs';
|
|
4
|
+
import 'react';
|
|
5
|
+
import '../types-D2jEaM9Z.cjs';
|
|
6
|
+
import '../tree-Dq1Rk-CF.cjs';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { I as InlineSchemaEditor } from '../InlineSchemaEditor-BssSx3SI.js';
|
|
2
|
+
export { C as CompositionKey, I as InlineSchemaEditorProps, a as InlineSchemaType, O as OpenApiSchema, c as SchemaBuilderNode, d as SchemaEditorState, S as SchemaFormatOptions, b as SchemaPropertyItem, e as SchemaRecord } from '../types-xAihO_KW.js';
|
|
3
|
+
export { D as DiffLine, a as asOpenApiSchema, v as canParseSchemaValue, c as cloneSchema, b as compactSchema, d as createSchemaForType, w as diffSchemaLines, g as getArrayItems, e as getComposition, f as getEnumValues, h as getPrefixItems, i as getProperties, x as getReferenceOptions, j as getRequiredProperties, y as getSchemaSummary, k as getSchemaType, z as isRecord, A as isSchema, m as mergeSchema, n as normalizeFormatOptions, l as normalizeSchemaType, p as parseOptionalNumber, o as parseSchemaValue, B as removeProperty, C as renameProperty, s as setComposition, q as setEnumValues, E as setPropertyRequired, r as stringifySchemaValue, t as toInputValue, u as toSchemaRecord, F as updateProperty } from '../schema-o7OJRaJ8.js';
|
|
4
|
+
import 'react';
|
|
5
|
+
import '../types-D2jEaM9Z.js';
|
|
6
|
+
import '../tree-D06Xa6_N.js';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import '../chunk-PVEYKCM6.js';
|
|
2
|
+
export { InlineSchemaEditor } from '../chunk-2XUQB6BQ.js';
|
|
3
|
+
export { asOpenApiSchema, canParseSchemaValue, cloneSchema2 as cloneSchema, compactSchema, createSchemaForType, diffSchemaLines, getArrayItems, getComposition, getEnumValues, getPrefixItems, getProperties, getReferenceOptions, getRequiredProperties, getSchemaSummary, getSchemaType, isRecord, isSchema, mergeSchema, normalizeFormatOptions, normalizeSchemaType, parseOptionalNumber, parseSchemaValue, removeProperty, renameProperty, setComposition, setEnumValues, setPropertyRequired, stringifySchemaValue, toInputValue, toSchemaRecord, updateProperty } from '../chunk-HI5FBHCO.js';
|
|
4
|
+
import '../chunk-KX3LFFOV.js';
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
require('../chunk-THYDOHOP.cjs');
|
|
4
|
+
var chunkNOUORNCI_cjs = require('../chunk-NOUORNCI.cjs');
|
|
5
|
+
require('../chunk-4H3LXOL4.cjs');
|
|
6
|
+
require('../chunk-GXXD6ITE.cjs');
|
|
7
|
+
require('../chunk-OOSNM45O.cjs');
|
|
8
|
+
require('../chunk-YNKP5JJA.cjs');
|
|
9
|
+
var chunkWRHWOMZQ_cjs = require('../chunk-WRHWOMZQ.cjs');
|
|
10
|
+
require('../chunk-GTZH37JS.cjs');
|
|
11
|
+
require('../chunk-YWDKCX6N.cjs');
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
Object.defineProperty(exports, "DEFAULT_COLUMNS", {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return chunkNOUORNCI_cjs.DEFAULT_COLUMNS; }
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports, "ParameterTable", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () { return chunkNOUORNCI_cjs.ParameterTable; }
|
|
22
|
+
});
|
|
23
|
+
Object.defineProperty(exports, "ParametersTable", {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
get: function () { return chunkNOUORNCI_cjs.ParameterTable; }
|
|
26
|
+
});
|
|
27
|
+
Object.defineProperty(exports, "applyAdjacentSplitterResize", {
|
|
28
|
+
enumerable: true,
|
|
29
|
+
get: function () { return chunkNOUORNCI_cjs.applyAdjacentSplitterResize; }
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(exports, "areParameterArraysEqual", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function () { return chunkNOUORNCI_cjs.areParameterArraysEqual; }
|
|
34
|
+
});
|
|
35
|
+
Object.defineProperty(exports, "areParametersEqual", {
|
|
36
|
+
enumerable: true,
|
|
37
|
+
get: function () { return chunkNOUORNCI_cjs.areParametersEqual; }
|
|
38
|
+
});
|
|
39
|
+
Object.defineProperty(exports, "buildColumnDefsById", {
|
|
40
|
+
enumerable: true,
|
|
41
|
+
get: function () { return chunkNOUORNCI_cjs.buildColumnDefsById; }
|
|
42
|
+
});
|
|
43
|
+
Object.defineProperty(exports, "clamp", {
|
|
44
|
+
enumerable: true,
|
|
45
|
+
get: function () { return chunkNOUORNCI_cjs.clamp; }
|
|
46
|
+
});
|
|
47
|
+
Object.defineProperty(exports, "createRows", {
|
|
48
|
+
enumerable: true,
|
|
49
|
+
get: function () { return chunkNOUORNCI_cjs.createRows; }
|
|
50
|
+
});
|
|
51
|
+
Object.defineProperty(exports, "fitColumnWidths", {
|
|
52
|
+
enumerable: true,
|
|
53
|
+
get: function () { return chunkNOUORNCI_cjs.fitColumnWidths; }
|
|
54
|
+
});
|
|
55
|
+
Object.defineProperty(exports, "getDisplayValue", {
|
|
56
|
+
enumerable: true,
|
|
57
|
+
get: function () { return chunkNOUORNCI_cjs.getDisplayValue; }
|
|
58
|
+
});
|
|
59
|
+
Object.defineProperty(exports, "getRightNeighborId", {
|
|
60
|
+
enumerable: true,
|
|
61
|
+
get: function () { return chunkNOUORNCI_cjs.getRightNeighborId; }
|
|
62
|
+
});
|
|
63
|
+
Object.defineProperty(exports, "getVisibleColumns", {
|
|
64
|
+
enumerable: true,
|
|
65
|
+
get: function () { return chunkNOUORNCI_cjs.getVisibleColumns; }
|
|
66
|
+
});
|
|
67
|
+
Object.defineProperty(exports, "reconcileRows", {
|
|
68
|
+
enumerable: true,
|
|
69
|
+
get: function () { return chunkNOUORNCI_cjs.reconcileRows; }
|
|
70
|
+
});
|
|
71
|
+
Object.defineProperty(exports, "reorder", {
|
|
72
|
+
enumerable: true,
|
|
73
|
+
get: function () { return chunkNOUORNCI_cjs.reorder; }
|
|
74
|
+
});
|
|
75
|
+
Object.defineProperty(exports, "isReference", {
|
|
76
|
+
enumerable: true,
|
|
77
|
+
get: function () { return chunkWRHWOMZQ_cjs.isReference; }
|
|
78
|
+
});
|
|
79
|
+
Object.defineProperty(exports, "resolveParameterSchema", {
|
|
80
|
+
enumerable: true,
|
|
81
|
+
get: function () { return chunkWRHWOMZQ_cjs.resolveParameterSchema; }
|
|
82
|
+
});
|
|
83
|
+
Object.defineProperty(exports, "resolveParameterType", {
|
|
84
|
+
enumerable: true,
|
|
85
|
+
get: function () { return chunkWRHWOMZQ_cjs.resolveParameterType; }
|
|
86
|
+
});
|
|
87
|
+
Object.defineProperty(exports, "resolveParameterValue", {
|
|
88
|
+
enumerable: true,
|
|
89
|
+
get: function () { return chunkWRHWOMZQ_cjs.resolveParameterValue; }
|
|
90
|
+
});
|