@gemafajarramadhan/dynamic-ui 1.3.61 → 1.3.62
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/dist/dynamic-ui.css +1 -1
- package/dist/dynamic-ui.es.js +12873 -12592
- package/dist/dynamic-ui.umd.js +28 -28
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
- package/src/index.d.ts +3 -0
package/dist/index.d.ts
CHANGED
|
@@ -34,8 +34,10 @@ export const DynamicFormField: DefineComponent<{
|
|
|
34
34
|
dynamicLabels?: {
|
|
35
35
|
labelEN?: string;
|
|
36
36
|
labelID?: string;
|
|
37
|
+
labelKR?: string;
|
|
37
38
|
placeholderEN?: string;
|
|
38
39
|
placeholderID?: string;
|
|
40
|
+
placeholderKR?: string;
|
|
39
41
|
} | null;
|
|
40
42
|
dynamicLength?: {
|
|
41
43
|
minLength?: number | string | null;
|
|
@@ -536,6 +538,7 @@ export const DCodeDynamicUploadList: DefineComponent<{
|
|
|
536
538
|
label?: string
|
|
537
539
|
labelID?: string
|
|
538
540
|
labelEN?: string
|
|
541
|
+
labelKR?: string
|
|
539
542
|
endpoint?: {
|
|
540
543
|
apiModule?: string
|
|
541
544
|
apiAction?: string
|
package/package.json
CHANGED
package/src/index.d.ts
CHANGED
|
@@ -34,8 +34,10 @@ export const DynamicFormField: DefineComponent<{
|
|
|
34
34
|
dynamicLabels?: {
|
|
35
35
|
labelEN?: string;
|
|
36
36
|
labelID?: string;
|
|
37
|
+
labelKR?: string;
|
|
37
38
|
placeholderEN?: string;
|
|
38
39
|
placeholderID?: string;
|
|
40
|
+
placeholderKR?: string;
|
|
39
41
|
} | null;
|
|
40
42
|
dynamicLength?: {
|
|
41
43
|
minLength?: number | string | null;
|
|
@@ -536,6 +538,7 @@ export const DCodeDynamicUploadList: DefineComponent<{
|
|
|
536
538
|
label?: string
|
|
537
539
|
labelID?: string
|
|
538
540
|
labelEN?: string
|
|
541
|
+
labelKR?: string
|
|
539
542
|
endpoint?: {
|
|
540
543
|
apiModule?: string
|
|
541
544
|
apiAction?: string
|