@msbci/form-editor 1.3.5 → 1.3.7
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 +14 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +10 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -359,6 +359,16 @@ interface IEditorLabels {
|
|
|
359
359
|
readonly: string;
|
|
360
360
|
hidden: string;
|
|
361
361
|
expression: string;
|
|
362
|
+
fileConfig: string;
|
|
363
|
+
fileConfigMax: string;
|
|
364
|
+
fileConfigMin: string;
|
|
365
|
+
fileConfigAccept: string;
|
|
366
|
+
fileConfigAcceptPlaceholder: string;
|
|
367
|
+
fileConfigUnlimited: string;
|
|
368
|
+
imageConfig: string;
|
|
369
|
+
imageConfigMax: string;
|
|
370
|
+
imageConfigMin: string;
|
|
371
|
+
imageConfigCamera: string;
|
|
362
372
|
scopes: string;
|
|
363
373
|
scopesHint: string;
|
|
364
374
|
noScopesAvailable: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -359,6 +359,16 @@ interface IEditorLabels {
|
|
|
359
359
|
readonly: string;
|
|
360
360
|
hidden: string;
|
|
361
361
|
expression: string;
|
|
362
|
+
fileConfig: string;
|
|
363
|
+
fileConfigMax: string;
|
|
364
|
+
fileConfigMin: string;
|
|
365
|
+
fileConfigAccept: string;
|
|
366
|
+
fileConfigAcceptPlaceholder: string;
|
|
367
|
+
fileConfigUnlimited: string;
|
|
368
|
+
imageConfig: string;
|
|
369
|
+
imageConfigMax: string;
|
|
370
|
+
imageConfigMin: string;
|
|
371
|
+
imageConfigCamera: string;
|
|
362
372
|
scopes: string;
|
|
363
373
|
scopesHint: string;
|
|
364
374
|
noScopesAvailable: string;
|