@gemafajarramadhan/dynamic-ui 1.3.34 → 1.3.36

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
@@ -239,6 +239,12 @@ export const DCodeFileResult: DefineComponent<{
239
239
  [key: string]: any
240
240
  }>
241
241
 
242
+ export const DCodePdfViewer: DefineComponent<{
243
+ itemValue?: string | null
244
+ label?: string
245
+ [key: string]: any
246
+ }>
247
+
242
248
  export const DCodeIconDropdown: DefineComponent<{
243
249
  items?: any[]
244
250
  disabled?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gemafajarramadhan/dynamic-ui",
3
- "version": "1.3.34",
3
+ "version": "1.3.36",
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
@@ -239,6 +239,12 @@ export const DCodeFileResult: DefineComponent<{
239
239
  [key: string]: any
240
240
  }>
241
241
 
242
+ export const DCodePdfViewer: DefineComponent<{
243
+ itemValue?: string | null
244
+ label?: string
245
+ [key: string]: any
246
+ }>
247
+
242
248
  export const DCodeIconDropdown: DefineComponent<{
243
249
  items?: any[]
244
250
  disabled?: boolean