@gemafajarramadhan/dynamic-ui 1.3.40 → 1.3.42

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
@@ -245,6 +245,15 @@ export const DCodePdfViewer: DefineComponent<{
245
245
  [key: string]: any
246
246
  }>
247
247
 
248
+ export const DCodeRobotList: DefineComponent<{
249
+ title?: string
250
+ socketEndpoint?: string
251
+ socketParams?: Record<string, any>
252
+ modelValue?: any[]
253
+ visible?: boolean
254
+ [key: string]: any
255
+ }>
256
+
248
257
  export const DCodeIconDropdown: DefineComponent<{
249
258
  items?: any[]
250
259
  disabled?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gemafajarramadhan/dynamic-ui",
3
- "version": "1.3.40",
3
+ "version": "1.3.42",
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
@@ -245,6 +245,15 @@ export const DCodePdfViewer: DefineComponent<{
245
245
  [key: string]: any
246
246
  }>
247
247
 
248
+ export const DCodeRobotList: DefineComponent<{
249
+ title?: string
250
+ socketEndpoint?: string
251
+ socketParams?: Record<string, any>
252
+ modelValue?: any[]
253
+ visible?: boolean
254
+ [key: string]: any
255
+ }>
256
+
248
257
  export const DCodeIconDropdown: DefineComponent<{
249
258
  items?: any[]
250
259
  disabled?: boolean