@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/dynamic-ui.css +2 -2
- package/dist/dynamic-ui.es.js +9376 -9085
- package/dist/dynamic-ui.umd.js +26 -26
- package/dist/index.d.ts +9 -0
- package/package.json +1 -1
- package/src/index.d.ts +9 -0
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
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
|