@gemafajarramadhan/dynamic-ui 1.2.9 → 1.2.11

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,17 @@ declare module '@gemafajarramadhan/dynamic-ui' {
239
239
  [key: string]: any
240
240
  }>
241
241
 
242
+ export const DCodeSlider: DefineComponent<{
243
+ modelValue?: number
244
+ label?: string
245
+ min?: number
246
+ max?: number
247
+ step?: number
248
+ disabled?: boolean
249
+ visible?: boolean
250
+ [key: string]: any
251
+ }>
252
+
242
253
  export const DCodeSwitch: DefineComponent<{
243
254
  modelValue?: boolean
244
255
  label?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gemafajarramadhan/dynamic-ui",
3
- "version": "1.2.9",
3
+ "version": "1.2.11",
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,17 @@ declare module '@gemafajarramadhan/dynamic-ui' {
239
239
  [key: string]: any
240
240
  }>
241
241
 
242
+ export const DCodeSlider: DefineComponent<{
243
+ modelValue?: number
244
+ label?: string
245
+ min?: number
246
+ max?: number
247
+ step?: number
248
+ disabled?: boolean
249
+ visible?: boolean
250
+ [key: string]: any
251
+ }>
252
+
242
253
  export const DCodeSwitch: DefineComponent<{
243
254
  modelValue?: boolean
244
255
  label?: string