@gemafajarramadhan/dynamic-ui 1.3.60 → 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/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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gemafajarramadhan/dynamic-ui",
3
- "version": "1.3.60",
3
+ "version": "1.3.62",
4
4
  "description": "Vue 3 Dynamic UI Component Library - Compatible with Vue, React, Angular, and any other framework via Web Components",
5
5
  "type": "module",
6
6
  "license": "MIT",
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