@keenthemes/ktui 1.1.6 → 1.2.1
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/README.md +24 -0
- package/dist/ktui.js +4321 -2055
- package/dist/ktui.min.js +1 -1
- package/dist/ktui.min.js.map +1 -1
- package/dist/styles.css +108 -6
- package/lib/cjs/components/accordion/accordion.d.ts +32 -0
- package/lib/cjs/components/accordion/accordion.d.ts.map +1 -0
- package/lib/cjs/components/accordion/index.d.ts +7 -0
- package/lib/cjs/components/accordion/index.d.ts.map +1 -0
- package/lib/cjs/components/accordion/types.d.ts +15 -0
- package/lib/cjs/components/accordion/types.d.ts.map +1 -0
- package/lib/cjs/components/clipboard/clipboard.d.ts +37 -0
- package/lib/cjs/components/clipboard/clipboard.d.ts.map +1 -0
- package/lib/cjs/components/clipboard/clipboard.js +402 -0
- package/lib/cjs/components/clipboard/clipboard.js.map +1 -0
- package/lib/cjs/components/clipboard/index.d.ts +3 -0
- package/lib/cjs/components/clipboard/index.d.ts.map +1 -0
- package/lib/cjs/components/clipboard/index.js +6 -0
- package/lib/cjs/components/clipboard/index.js.map +1 -0
- package/lib/cjs/components/clipboard/types.d.ts +44 -0
- package/lib/cjs/components/clipboard/types.d.ts.map +1 -0
- package/lib/cjs/components/clipboard/types.js +7 -0
- package/lib/cjs/components/clipboard/types.js.map +1 -0
- package/lib/cjs/components/collapse/collapse.d.ts +28 -0
- package/lib/cjs/components/collapse/collapse.d.ts.map +1 -0
- package/lib/cjs/components/collapse/index.d.ts +7 -0
- package/lib/cjs/components/collapse/index.d.ts.map +1 -0
- package/lib/cjs/components/collapse/types.d.ts +15 -0
- package/lib/cjs/components/collapse/types.d.ts.map +1 -0
- package/lib/cjs/components/component.d.ts +44 -0
- package/lib/cjs/components/component.d.ts.map +1 -0
- package/lib/cjs/components/constants.d.ts +6 -0
- package/lib/cjs/components/constants.d.ts.map +1 -0
- package/lib/cjs/components/datatable/datatable-checkbox.d.ts +16 -0
- package/lib/cjs/components/datatable/datatable-checkbox.d.ts.map +1 -0
- package/lib/cjs/components/datatable/datatable-sort.d.ts +16 -0
- package/lib/cjs/components/datatable/datatable-sort.d.ts.map +1 -0
- package/lib/cjs/components/datatable/datatable.d.ts +339 -0
- package/lib/cjs/components/datatable/datatable.d.ts.map +1 -0
- package/lib/cjs/components/datatable/datatable.js.map +1 -1
- package/lib/cjs/components/datatable/index.d.ts +7 -0
- package/lib/cjs/components/datatable/index.d.ts.map +1 -0
- package/lib/cjs/components/datatable/types.d.ts +166 -0
- package/lib/cjs/components/datatable/types.d.ts.map +1 -0
- package/lib/cjs/components/dismiss/dismiss.d.ts +30 -0
- package/lib/cjs/components/dismiss/dismiss.d.ts.map +1 -0
- package/lib/cjs/components/dismiss/index.d.ts +7 -0
- package/lib/cjs/components/dismiss/index.d.ts.map +1 -0
- package/lib/cjs/components/dismiss/types.d.ts +15 -0
- package/lib/cjs/components/dismiss/types.d.ts.map +1 -0
- package/lib/cjs/components/drawer/drawer.d.ts +63 -0
- package/lib/cjs/components/drawer/drawer.d.ts.map +1 -0
- package/lib/cjs/components/drawer/index.d.ts +7 -0
- package/lib/cjs/components/drawer/index.d.ts.map +1 -0
- package/lib/cjs/components/drawer/types.d.ts +27 -0
- package/lib/cjs/components/drawer/types.d.ts.map +1 -0
- package/lib/cjs/components/dropdown/dropdown.d.ts +71 -0
- package/lib/cjs/components/dropdown/dropdown.d.ts.map +1 -0
- package/lib/cjs/components/dropdown/index.d.ts +7 -0
- package/lib/cjs/components/dropdown/index.d.ts.map +1 -0
- package/lib/cjs/components/dropdown/types.d.ts +27 -0
- package/lib/cjs/components/dropdown/types.d.ts.map +1 -0
- package/lib/cjs/components/image-input/image-input.d.ts +42 -0
- package/lib/cjs/components/image-input/image-input.d.ts.map +1 -0
- package/lib/cjs/components/image-input/index.d.ts +7 -0
- package/lib/cjs/components/image-input/index.d.ts.map +1 -0
- package/lib/cjs/components/image-input/types.d.ts +12 -0
- package/lib/cjs/components/image-input/types.d.ts.map +1 -0
- package/lib/cjs/components/modal/index.d.ts +7 -0
- package/lib/cjs/components/modal/index.d.ts.map +1 -0
- package/lib/cjs/components/modal/modal.d.ts +45 -0
- package/lib/cjs/components/modal/modal.d.ts.map +1 -0
- package/lib/cjs/components/modal/types.d.ts +21 -0
- package/lib/cjs/components/modal/types.d.ts.map +1 -0
- package/lib/cjs/components/range-slider/index.d.ts +7 -0
- package/lib/cjs/components/range-slider/index.d.ts.map +1 -0
- package/lib/cjs/components/range-slider/index.js +10 -0
- package/lib/cjs/components/range-slider/index.js.map +1 -0
- package/lib/cjs/components/range-slider/range-slider.d.ts +42 -0
- package/lib/cjs/components/range-slider/range-slider.d.ts.map +1 -0
- package/lib/cjs/components/range-slider/range-slider.js +254 -0
- package/lib/cjs/components/range-slider/range-slider.js.map +1 -0
- package/lib/cjs/components/range-slider/types.d.ts +33 -0
- package/lib/cjs/components/range-slider/types.d.ts.map +1 -0
- package/lib/cjs/components/range-slider/types.js +7 -0
- package/lib/cjs/components/range-slider/types.js.map +1 -0
- package/lib/cjs/components/rating/index.d.ts +7 -0
- package/lib/cjs/components/rating/index.d.ts.map +1 -0
- package/lib/cjs/components/rating/index.js +10 -0
- package/lib/cjs/components/rating/index.js.map +1 -0
- package/lib/cjs/components/rating/rating.d.ts +31 -0
- package/lib/cjs/components/rating/rating.d.ts.map +1 -0
- package/lib/cjs/components/rating/rating.js +244 -0
- package/lib/cjs/components/rating/rating.js.map +1 -0
- package/lib/cjs/components/rating/types.d.ts +25 -0
- package/lib/cjs/components/rating/types.d.ts.map +1 -0
- package/lib/cjs/components/rating/types.js +7 -0
- package/lib/cjs/components/rating/types.js.map +1 -0
- package/lib/cjs/components/reparent/index.d.ts +7 -0
- package/lib/cjs/components/reparent/index.d.ts.map +1 -0
- package/lib/cjs/components/reparent/reparent.d.ts +25 -0
- package/lib/cjs/components/reparent/reparent.d.ts.map +1 -0
- package/lib/cjs/components/reparent/types.d.ts +13 -0
- package/lib/cjs/components/reparent/types.d.ts.map +1 -0
- package/lib/cjs/components/repeater/index.d.ts +7 -0
- package/lib/cjs/components/repeater/index.d.ts.map +1 -0
- package/lib/cjs/components/repeater/index.js +10 -0
- package/lib/cjs/components/repeater/index.js.map +1 -0
- package/lib/cjs/components/repeater/repeater.d.ts +33 -0
- package/lib/cjs/components/repeater/repeater.d.ts.map +1 -0
- package/lib/cjs/components/repeater/repeater.js +174 -0
- package/lib/cjs/components/repeater/repeater.js.map +1 -0
- package/lib/cjs/components/repeater/types.d.ts +18 -0
- package/lib/cjs/components/repeater/types.d.ts.map +1 -0
- package/lib/cjs/components/repeater/types.js +7 -0
- package/lib/cjs/components/repeater/types.js.map +1 -0
- package/lib/cjs/components/scrollable/index.d.ts +7 -0
- package/lib/cjs/components/scrollable/index.d.ts.map +1 -0
- package/lib/cjs/components/scrollable/scrollable.d.ts +37 -0
- package/lib/cjs/components/scrollable/scrollable.d.ts.map +1 -0
- package/lib/cjs/components/scrollable/types.d.ts +15 -0
- package/lib/cjs/components/scrollable/types.d.ts.map +1 -0
- package/lib/cjs/components/scrollspy/index.d.ts +7 -0
- package/lib/cjs/components/scrollspy/index.d.ts.map +1 -0
- package/lib/cjs/components/scrollspy/scrollspy.d.ts +35 -0
- package/lib/cjs/components/scrollspy/scrollspy.d.ts.map +1 -0
- package/lib/cjs/components/scrollspy/types.d.ts +14 -0
- package/lib/cjs/components/scrollspy/types.d.ts.map +1 -0
- package/lib/cjs/components/scrollto/index.d.ts +7 -0
- package/lib/cjs/components/scrollto/index.d.ts.map +1 -0
- package/lib/cjs/components/scrollto/scrollto.d.ts +28 -0
- package/lib/cjs/components/scrollto/scrollto.d.ts.map +1 -0
- package/lib/cjs/components/scrollto/types.d.ts +14 -0
- package/lib/cjs/components/scrollto/types.d.ts.map +1 -0
- package/lib/cjs/components/select/combobox.d.ts +52 -0
- package/lib/cjs/components/select/combobox.d.ts.map +1 -0
- package/lib/cjs/components/select/config.d.ts +105 -0
- package/lib/cjs/components/select/config.d.ts.map +1 -0
- package/lib/cjs/components/select/dropdown.d.ts +101 -0
- package/lib/cjs/components/select/dropdown.d.ts.map +1 -0
- package/lib/cjs/components/select/index.d.ts +13 -0
- package/lib/cjs/components/select/index.d.ts.map +1 -0
- package/lib/cjs/components/select/option.d.ts +23 -0
- package/lib/cjs/components/select/option.d.ts.map +1 -0
- package/lib/cjs/components/select/remote.d.ts +91 -0
- package/lib/cjs/components/select/remote.d.ts.map +1 -0
- package/lib/cjs/components/select/search.d.ts +67 -0
- package/lib/cjs/components/select/search.d.ts.map +1 -0
- package/lib/cjs/components/select/select.d.ts +427 -0
- package/lib/cjs/components/select/select.d.ts.map +1 -0
- package/lib/cjs/components/select/select.js +3 -0
- package/lib/cjs/components/select/select.js.map +1 -1
- package/lib/cjs/components/select/tags.d.ts +32 -0
- package/lib/cjs/components/select/tags.d.ts.map +1 -0
- package/lib/cjs/components/select/templates.d.ts +79 -0
- package/lib/cjs/components/select/templates.d.ts.map +1 -0
- package/lib/cjs/components/select/types.d.ts +23 -0
- package/lib/cjs/components/select/types.d.ts.map +1 -0
- package/lib/cjs/components/select/utils.d.ts +130 -0
- package/lib/cjs/components/select/utils.d.ts.map +1 -0
- package/lib/cjs/components/select/utils.js +3 -1
- package/lib/cjs/components/select/utils.js.map +1 -1
- package/lib/cjs/components/stepper/index.d.ts +7 -0
- package/lib/cjs/components/stepper/index.d.ts.map +1 -0
- package/lib/cjs/components/stepper/stepper.d.ts +53 -0
- package/lib/cjs/components/stepper/stepper.d.ts.map +1 -0
- package/lib/cjs/components/stepper/types.d.ts +12 -0
- package/lib/cjs/components/stepper/types.d.ts.map +1 -0
- package/lib/cjs/components/sticky/index.d.ts +7 -0
- package/lib/cjs/components/sticky/index.d.ts.map +1 -0
- package/lib/cjs/components/sticky/sticky.d.ts +51 -0
- package/lib/cjs/components/sticky/sticky.d.ts.map +1 -0
- package/lib/cjs/components/sticky/sticky.js +3 -1
- package/lib/cjs/components/sticky/sticky.js.map +1 -1
- package/lib/cjs/components/sticky/types.d.ts +28 -0
- package/lib/cjs/components/sticky/types.d.ts.map +1 -0
- package/lib/cjs/components/tabs/index.d.ts +7 -0
- package/lib/cjs/components/tabs/index.d.ts.map +1 -0
- package/lib/cjs/components/tabs/tabs.d.ts +38 -0
- package/lib/cjs/components/tabs/tabs.d.ts.map +1 -0
- package/lib/cjs/components/tabs/types.d.ts +12 -0
- package/lib/cjs/components/tabs/types.d.ts.map +1 -0
- package/lib/cjs/components/theme-switch/index.d.ts +7 -0
- package/lib/cjs/components/theme-switch/index.d.ts.map +1 -0
- package/lib/cjs/components/theme-switch/theme-switch.d.ts +33 -0
- package/lib/cjs/components/theme-switch/theme-switch.d.ts.map +1 -0
- package/lib/cjs/components/theme-switch/types.d.ts +13 -0
- package/lib/cjs/components/theme-switch/types.d.ts.map +1 -0
- package/lib/cjs/components/toast/index.d.ts +7 -0
- package/lib/cjs/components/toast/index.d.ts.map +1 -0
- package/lib/cjs/components/toast/toast.d.ts +76 -0
- package/lib/cjs/components/toast/toast.d.ts.map +1 -0
- package/lib/cjs/components/toast/types.d.ts +146 -0
- package/lib/cjs/components/toast/types.d.ts.map +1 -0
- package/lib/cjs/components/toggle/index.d.ts +7 -0
- package/lib/cjs/components/toggle/index.d.ts.map +1 -0
- package/lib/cjs/components/toggle/toggle.d.ts +31 -0
- package/lib/cjs/components/toggle/toggle.d.ts.map +1 -0
- package/lib/cjs/components/toggle/types.d.ts +17 -0
- package/lib/cjs/components/toggle/types.d.ts.map +1 -0
- package/lib/cjs/components/toggle-password/index.d.ts +7 -0
- package/lib/cjs/components/toggle-password/index.d.ts.map +1 -0
- package/lib/cjs/components/toggle-password/toggle-password.d.ts +32 -0
- package/lib/cjs/components/toggle-password/toggle-password.d.ts.map +1 -0
- package/lib/cjs/components/toggle-password/types.d.ts +12 -0
- package/lib/cjs/components/toggle-password/types.d.ts.map +1 -0
- package/lib/cjs/components/tooltip/index.d.ts +7 -0
- package/lib/cjs/components/tooltip/index.d.ts.map +1 -0
- package/lib/cjs/components/tooltip/tooltip.d.ts +46 -0
- package/lib/cjs/components/tooltip/tooltip.d.ts.map +1 -0
- package/lib/cjs/components/tooltip/types.d.ts +26 -0
- package/lib/cjs/components/tooltip/types.d.ts.map +1 -0
- package/lib/cjs/helpers/data.d.ts +13 -0
- package/lib/cjs/helpers/data.d.ts.map +1 -0
- package/lib/cjs/helpers/dom.d.ts +42 -0
- package/lib/cjs/helpers/dom.d.ts.map +1 -0
- package/lib/cjs/helpers/event-handler.d.ts +14 -0
- package/lib/cjs/helpers/event-handler.d.ts.map +1 -0
- package/lib/cjs/helpers/utils.d.ts +25 -0
- package/lib/cjs/helpers/utils.d.ts.map +1 -0
- package/lib/cjs/index.d.ts +122 -0
- package/lib/cjs/index.d.ts.map +1 -0
- package/lib/cjs/index.js +17 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/types.d.ts +17 -0
- package/lib/cjs/types.d.ts.map +1 -0
- package/lib/esm/components/accordion/accordion.d.ts +32 -0
- package/lib/esm/components/accordion/accordion.d.ts.map +1 -0
- package/lib/esm/components/accordion/index.d.ts +7 -0
- package/lib/esm/components/accordion/index.d.ts.map +1 -0
- package/lib/esm/components/accordion/types.d.ts +15 -0
- package/lib/esm/components/accordion/types.d.ts.map +1 -0
- package/lib/esm/components/clipboard/clipboard.d.ts +37 -0
- package/lib/esm/components/clipboard/clipboard.d.ts.map +1 -0
- package/lib/esm/components/clipboard/clipboard.js +399 -0
- package/lib/esm/components/clipboard/clipboard.js.map +1 -0
- package/lib/esm/components/clipboard/index.d.ts +3 -0
- package/lib/esm/components/clipboard/index.d.ts.map +1 -0
- package/lib/esm/components/clipboard/index.js +2 -0
- package/lib/esm/components/clipboard/index.js.map +1 -0
- package/lib/esm/components/clipboard/types.d.ts +44 -0
- package/lib/esm/components/clipboard/types.d.ts.map +1 -0
- package/lib/esm/components/clipboard/types.js +6 -0
- package/lib/esm/components/clipboard/types.js.map +1 -0
- package/lib/esm/components/collapse/collapse.d.ts +28 -0
- package/lib/esm/components/collapse/collapse.d.ts.map +1 -0
- package/lib/esm/components/collapse/index.d.ts +7 -0
- package/lib/esm/components/collapse/index.d.ts.map +1 -0
- package/lib/esm/components/collapse/types.d.ts +15 -0
- package/lib/esm/components/collapse/types.d.ts.map +1 -0
- package/lib/esm/components/component.d.ts +44 -0
- package/lib/esm/components/component.d.ts.map +1 -0
- package/lib/esm/components/constants.d.ts +6 -0
- package/lib/esm/components/constants.d.ts.map +1 -0
- package/lib/esm/components/datatable/datatable-checkbox.d.ts +16 -0
- package/lib/esm/components/datatable/datatable-checkbox.d.ts.map +1 -0
- package/lib/esm/components/datatable/datatable-sort.d.ts +16 -0
- package/lib/esm/components/datatable/datatable-sort.d.ts.map +1 -0
- package/lib/esm/components/datatable/datatable.d.ts +339 -0
- package/lib/esm/components/datatable/datatable.d.ts.map +1 -0
- package/lib/esm/components/datatable/datatable.js.map +1 -1
- package/lib/esm/components/datatable/index.d.ts +7 -0
- package/lib/esm/components/datatable/index.d.ts.map +1 -0
- package/lib/esm/components/datatable/types.d.ts +166 -0
- package/lib/esm/components/datatable/types.d.ts.map +1 -0
- package/lib/esm/components/dismiss/dismiss.d.ts +30 -0
- package/lib/esm/components/dismiss/dismiss.d.ts.map +1 -0
- package/lib/esm/components/dismiss/index.d.ts +7 -0
- package/lib/esm/components/dismiss/index.d.ts.map +1 -0
- package/lib/esm/components/dismiss/types.d.ts +15 -0
- package/lib/esm/components/dismiss/types.d.ts.map +1 -0
- package/lib/esm/components/drawer/drawer.d.ts +63 -0
- package/lib/esm/components/drawer/drawer.d.ts.map +1 -0
- package/lib/esm/components/drawer/index.d.ts +7 -0
- package/lib/esm/components/drawer/index.d.ts.map +1 -0
- package/lib/esm/components/drawer/types.d.ts +27 -0
- package/lib/esm/components/drawer/types.d.ts.map +1 -0
- package/lib/esm/components/dropdown/dropdown.d.ts +71 -0
- package/lib/esm/components/dropdown/dropdown.d.ts.map +1 -0
- package/lib/esm/components/dropdown/index.d.ts +7 -0
- package/lib/esm/components/dropdown/index.d.ts.map +1 -0
- package/lib/esm/components/dropdown/types.d.ts +27 -0
- package/lib/esm/components/dropdown/types.d.ts.map +1 -0
- package/lib/esm/components/image-input/image-input.d.ts +42 -0
- package/lib/esm/components/image-input/image-input.d.ts.map +1 -0
- package/lib/esm/components/image-input/index.d.ts +7 -0
- package/lib/esm/components/image-input/index.d.ts.map +1 -0
- package/lib/esm/components/image-input/types.d.ts +12 -0
- package/lib/esm/components/image-input/types.d.ts.map +1 -0
- package/lib/esm/components/modal/index.d.ts +7 -0
- package/lib/esm/components/modal/index.d.ts.map +1 -0
- package/lib/esm/components/modal/modal.d.ts +45 -0
- package/lib/esm/components/modal/modal.d.ts.map +1 -0
- package/lib/esm/components/modal/types.d.ts +21 -0
- package/lib/esm/components/modal/types.d.ts.map +1 -0
- package/lib/esm/components/range-slider/index.d.ts +7 -0
- package/lib/esm/components/range-slider/index.d.ts.map +1 -0
- package/lib/esm/components/range-slider/index.js +6 -0
- package/lib/esm/components/range-slider/index.js.map +1 -0
- package/lib/esm/components/range-slider/range-slider.d.ts +42 -0
- package/lib/esm/components/range-slider/range-slider.d.ts.map +1 -0
- package/lib/esm/components/range-slider/range-slider.js +251 -0
- package/lib/esm/components/range-slider/range-slider.js.map +1 -0
- package/lib/esm/components/range-slider/types.d.ts +33 -0
- package/lib/esm/components/range-slider/types.d.ts.map +1 -0
- package/lib/esm/components/range-slider/types.js +6 -0
- package/lib/esm/components/range-slider/types.js.map +1 -0
- package/lib/esm/components/rating/index.d.ts +7 -0
- package/lib/esm/components/rating/index.d.ts.map +1 -0
- package/lib/esm/components/rating/index.js +6 -0
- package/lib/esm/components/rating/index.js.map +1 -0
- package/lib/esm/components/rating/rating.d.ts +31 -0
- package/lib/esm/components/rating/rating.d.ts.map +1 -0
- package/lib/esm/components/rating/rating.js +241 -0
- package/lib/esm/components/rating/rating.js.map +1 -0
- package/lib/esm/components/rating/types.d.ts +25 -0
- package/lib/esm/components/rating/types.d.ts.map +1 -0
- package/lib/esm/components/rating/types.js +6 -0
- package/lib/esm/components/rating/types.js.map +1 -0
- package/lib/esm/components/reparent/index.d.ts +7 -0
- package/lib/esm/components/reparent/index.d.ts.map +1 -0
- package/lib/esm/components/reparent/reparent.d.ts +25 -0
- package/lib/esm/components/reparent/reparent.d.ts.map +1 -0
- package/lib/esm/components/reparent/types.d.ts +13 -0
- package/lib/esm/components/reparent/types.d.ts.map +1 -0
- package/lib/esm/components/repeater/index.d.ts +7 -0
- package/lib/esm/components/repeater/index.d.ts.map +1 -0
- package/lib/esm/components/repeater/index.js +6 -0
- package/lib/esm/components/repeater/index.js.map +1 -0
- package/lib/esm/components/repeater/repeater.d.ts +33 -0
- package/lib/esm/components/repeater/repeater.d.ts.map +1 -0
- package/lib/esm/components/repeater/repeater.js +171 -0
- package/lib/esm/components/repeater/repeater.js.map +1 -0
- package/lib/esm/components/repeater/types.d.ts +18 -0
- package/lib/esm/components/repeater/types.d.ts.map +1 -0
- package/lib/esm/components/repeater/types.js +6 -0
- package/lib/esm/components/repeater/types.js.map +1 -0
- package/lib/esm/components/scrollable/index.d.ts +7 -0
- package/lib/esm/components/scrollable/index.d.ts.map +1 -0
- package/lib/esm/components/scrollable/scrollable.d.ts +37 -0
- package/lib/esm/components/scrollable/scrollable.d.ts.map +1 -0
- package/lib/esm/components/scrollable/types.d.ts +15 -0
- package/lib/esm/components/scrollable/types.d.ts.map +1 -0
- package/lib/esm/components/scrollspy/index.d.ts +7 -0
- package/lib/esm/components/scrollspy/index.d.ts.map +1 -0
- package/lib/esm/components/scrollspy/scrollspy.d.ts +35 -0
- package/lib/esm/components/scrollspy/scrollspy.d.ts.map +1 -0
- package/lib/esm/components/scrollspy/types.d.ts +14 -0
- package/lib/esm/components/scrollspy/types.d.ts.map +1 -0
- package/lib/esm/components/scrollto/index.d.ts +7 -0
- package/lib/esm/components/scrollto/index.d.ts.map +1 -0
- package/lib/esm/components/scrollto/scrollto.d.ts +28 -0
- package/lib/esm/components/scrollto/scrollto.d.ts.map +1 -0
- package/lib/esm/components/scrollto/types.d.ts +14 -0
- package/lib/esm/components/scrollto/types.d.ts.map +1 -0
- package/lib/esm/components/select/combobox.d.ts +52 -0
- package/lib/esm/components/select/combobox.d.ts.map +1 -0
- package/lib/esm/components/select/config.d.ts +105 -0
- package/lib/esm/components/select/config.d.ts.map +1 -0
- package/lib/esm/components/select/dropdown.d.ts +101 -0
- package/lib/esm/components/select/dropdown.d.ts.map +1 -0
- package/lib/esm/components/select/index.d.ts +13 -0
- package/lib/esm/components/select/index.d.ts.map +1 -0
- package/lib/esm/components/select/option.d.ts +23 -0
- package/lib/esm/components/select/option.d.ts.map +1 -0
- package/lib/esm/components/select/remote.d.ts +91 -0
- package/lib/esm/components/select/remote.d.ts.map +1 -0
- package/lib/esm/components/select/search.d.ts +67 -0
- package/lib/esm/components/select/search.d.ts.map +1 -0
- package/lib/esm/components/select/select.d.ts +427 -0
- package/lib/esm/components/select/select.d.ts.map +1 -0
- package/lib/esm/components/select/select.js +3 -0
- package/lib/esm/components/select/select.js.map +1 -1
- package/lib/esm/components/select/tags.d.ts +32 -0
- package/lib/esm/components/select/tags.d.ts.map +1 -0
- package/lib/esm/components/select/templates.d.ts +79 -0
- package/lib/esm/components/select/templates.d.ts.map +1 -0
- package/lib/esm/components/select/types.d.ts +23 -0
- package/lib/esm/components/select/types.d.ts.map +1 -0
- package/lib/esm/components/select/utils.d.ts +130 -0
- package/lib/esm/components/select/utils.d.ts.map +1 -0
- package/lib/esm/components/select/utils.js +3 -1
- package/lib/esm/components/select/utils.js.map +1 -1
- package/lib/esm/components/stepper/index.d.ts +7 -0
- package/lib/esm/components/stepper/index.d.ts.map +1 -0
- package/lib/esm/components/stepper/stepper.d.ts +53 -0
- package/lib/esm/components/stepper/stepper.d.ts.map +1 -0
- package/lib/esm/components/stepper/types.d.ts +12 -0
- package/lib/esm/components/stepper/types.d.ts.map +1 -0
- package/lib/esm/components/sticky/index.d.ts +7 -0
- package/lib/esm/components/sticky/index.d.ts.map +1 -0
- package/lib/esm/components/sticky/sticky.d.ts +51 -0
- package/lib/esm/components/sticky/sticky.d.ts.map +1 -0
- package/lib/esm/components/sticky/sticky.js +3 -1
- package/lib/esm/components/sticky/sticky.js.map +1 -1
- package/lib/esm/components/sticky/types.d.ts +28 -0
- package/lib/esm/components/sticky/types.d.ts.map +1 -0
- package/lib/esm/components/tabs/index.d.ts +7 -0
- package/lib/esm/components/tabs/index.d.ts.map +1 -0
- package/lib/esm/components/tabs/tabs.d.ts +38 -0
- package/lib/esm/components/tabs/tabs.d.ts.map +1 -0
- package/lib/esm/components/tabs/types.d.ts +12 -0
- package/lib/esm/components/tabs/types.d.ts.map +1 -0
- package/lib/esm/components/theme-switch/index.d.ts +7 -0
- package/lib/esm/components/theme-switch/index.d.ts.map +1 -0
- package/lib/esm/components/theme-switch/theme-switch.d.ts +33 -0
- package/lib/esm/components/theme-switch/theme-switch.d.ts.map +1 -0
- package/lib/esm/components/theme-switch/types.d.ts +13 -0
- package/lib/esm/components/theme-switch/types.d.ts.map +1 -0
- package/lib/esm/components/toast/index.d.ts +7 -0
- package/lib/esm/components/toast/index.d.ts.map +1 -0
- package/lib/esm/components/toast/toast.d.ts +76 -0
- package/lib/esm/components/toast/toast.d.ts.map +1 -0
- package/lib/esm/components/toast/types.d.ts +146 -0
- package/lib/esm/components/toast/types.d.ts.map +1 -0
- package/lib/esm/components/toggle/index.d.ts +7 -0
- package/lib/esm/components/toggle/index.d.ts.map +1 -0
- package/lib/esm/components/toggle/toggle.d.ts +31 -0
- package/lib/esm/components/toggle/toggle.d.ts.map +1 -0
- package/lib/esm/components/toggle/types.d.ts +17 -0
- package/lib/esm/components/toggle/types.d.ts.map +1 -0
- package/lib/esm/components/toggle-password/index.d.ts +7 -0
- package/lib/esm/components/toggle-password/index.d.ts.map +1 -0
- package/lib/esm/components/toggle-password/toggle-password.d.ts +32 -0
- package/lib/esm/components/toggle-password/toggle-password.d.ts.map +1 -0
- package/lib/esm/components/toggle-password/types.d.ts +12 -0
- package/lib/esm/components/toggle-password/types.d.ts.map +1 -0
- package/lib/esm/components/tooltip/index.d.ts +7 -0
- package/lib/esm/components/tooltip/index.d.ts.map +1 -0
- package/lib/esm/components/tooltip/tooltip.d.ts +46 -0
- package/lib/esm/components/tooltip/tooltip.d.ts.map +1 -0
- package/lib/esm/components/tooltip/types.d.ts +26 -0
- package/lib/esm/components/tooltip/types.d.ts.map +1 -0
- package/lib/esm/helpers/data.d.ts +13 -0
- package/lib/esm/helpers/data.d.ts.map +1 -0
- package/lib/esm/helpers/dom.d.ts +42 -0
- package/lib/esm/helpers/dom.d.ts.map +1 -0
- package/lib/esm/helpers/event-handler.d.ts +14 -0
- package/lib/esm/helpers/event-handler.d.ts.map +1 -0
- package/lib/esm/helpers/utils.d.ts +25 -0
- package/lib/esm/helpers/utils.d.ts.map +1 -0
- package/lib/esm/index.d.ts +122 -0
- package/lib/esm/index.d.ts.map +1 -0
- package/lib/esm/index.js +12 -0
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/types.d.ts +17 -0
- package/lib/esm/types.d.ts.map +1 -0
- package/package.json +4 -4
- package/skills/ktui-components/SKILL.md +41 -0
- package/skills/ktui-theming/SKILL.md +50 -0
- package/src/components/clipboard/__tests__/clipboard.test.ts +438 -0
- package/src/components/clipboard/clipboard.ts +416 -0
- package/src/components/clipboard/index.ts +2 -0
- package/src/components/clipboard/types.ts +51 -0
- package/src/components/datatable/__tests__/currency-sort.test.ts +2 -10
- package/src/components/datatable/__tests__/multi-row-headers.test.ts +2 -2
- package/src/components/datatable/__tests__/race-conditions.test.ts +11 -14
- package/src/components/datatable/datatable.ts +3 -5
- package/src/components/input/input-group.css +15 -5
- package/src/components/range-slider/__tests__/range-slider.test.ts +659 -0
- package/src/components/range-slider/index.ts +11 -0
- package/src/components/range-slider/range-slider.ts +276 -0
- package/src/components/range-slider/types.ts +36 -0
- package/src/components/rating/__tests__/rating.test.ts +241 -0
- package/src/components/rating/index.ts +11 -0
- package/src/components/rating/rating.css +11 -0
- package/src/components/rating/rating.ts +245 -0
- package/src/components/rating/types.ts +27 -0
- package/src/components/repeater/__tests__/repeater.test.ts +321 -0
- package/src/components/repeater/index.ts +7 -0
- package/src/components/repeater/repeater.ts +181 -0
- package/src/components/repeater/types.ts +19 -0
- package/src/components/select/__tests__/ux-behaviors.test.ts +21 -3
- package/src/components/select/select.ts +4 -0
- package/src/components/select/utils.ts +5 -1
- package/src/components/sticky/__tests__/sticky.test.ts +10 -3
- package/src/components/sticky/sticky.ts +14 -24
- package/src/components/sticky/types.ts +3 -3
- package/src/index.ts +125 -0
- package/styles.css +1 -0
- package/lib/cjs/components/datatable/__tests__/pagination-reset.test.js +0 -596
- package/lib/cjs/components/datatable/__tests__/pagination-reset.test.js.map +0 -1
- package/lib/cjs/components/datatable/__tests__/race-conditions.test.js +0 -548
- package/lib/cjs/components/datatable/__tests__/race-conditions.test.js.map +0 -1
- package/lib/cjs/components/datatable/__tests__/setup.js +0 -63
- package/lib/cjs/components/datatable/__tests__/setup.js.map +0 -1
- package/lib/esm/components/datatable/__tests__/pagination-reset.test.js +0 -594
- package/lib/esm/components/datatable/__tests__/pagination-reset.test.js.map +0 -1
- package/lib/esm/components/datatable/__tests__/race-conditions.test.js +0 -546
- package/lib/esm/components/datatable/__tests__/race-conditions.test.js.map +0 -1
- package/lib/esm/components/datatable/__tests__/setup.js +0 -58
- package/lib/esm/components/datatable/__tests__/setup.js.map +0 -1
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KTUI - Free & Open-Source Tailwind UI Components by Keenthemes
|
|
3
|
+
* Copyright 2025 by Keenthemes Inc
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* Toast variant types
|
|
7
|
+
*/
|
|
8
|
+
export type KTToastVariantType = 'info' | 'success' | 'error' | 'warning' | 'primary' | 'secondary' | 'destructive' | 'mono';
|
|
9
|
+
/**
|
|
10
|
+
* Toast appearance types
|
|
11
|
+
*/
|
|
12
|
+
export type KTToastAppearanceType = 'solid' | 'outline' | 'light';
|
|
13
|
+
/**
|
|
14
|
+
* Toast size types
|
|
15
|
+
*/
|
|
16
|
+
export type KTToastSizeType = 'sm' | 'md' | 'lg';
|
|
17
|
+
/**
|
|
18
|
+
* Toast position types
|
|
19
|
+
*/
|
|
20
|
+
export type KTToastPosition = 'top-end' | 'top-center' | 'top-start' | 'middle-end' | 'middle-center' | 'middle-start' | 'bottom-end' | 'bottom-center' | 'bottom-start';
|
|
21
|
+
/**
|
|
22
|
+
* Toast action interface
|
|
23
|
+
*/
|
|
24
|
+
export interface KTToastAction {
|
|
25
|
+
label?: string;
|
|
26
|
+
onClick?: (toastId: string) => void;
|
|
27
|
+
className?: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Allows overriding all internal class names for headless usage.
|
|
31
|
+
* Each property corresponds to a slot in the toast UI.
|
|
32
|
+
*/
|
|
33
|
+
export interface KTToastClassNames {
|
|
34
|
+
container?: string;
|
|
35
|
+
toast?: string;
|
|
36
|
+
icon?: string;
|
|
37
|
+
message?: string;
|
|
38
|
+
toolbar?: string;
|
|
39
|
+
actions?: string;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Toast configuration
|
|
43
|
+
* @property offset - The vertical offset (in px) from the edge of the screen for stacking toasts.
|
|
44
|
+
*/
|
|
45
|
+
export interface KTToastConfigInterface {
|
|
46
|
+
classNames?: Partial<KTToastClassNames>;
|
|
47
|
+
position?: KTToastPosition;
|
|
48
|
+
duration?: number;
|
|
49
|
+
className?: string;
|
|
50
|
+
maxToasts?: number;
|
|
51
|
+
offset?: number;
|
|
52
|
+
message?: string | HTMLElement | (() => HTMLElement);
|
|
53
|
+
description?: string | HTMLElement | (() => HTMLElement);
|
|
54
|
+
icon?: string | HTMLElement | (() => HTMLElement);
|
|
55
|
+
action?: KTToastAction;
|
|
56
|
+
cancel?: KTToastAction;
|
|
57
|
+
dismiss?: boolean;
|
|
58
|
+
variant?: KTToastVariantType;
|
|
59
|
+
appearance?: KTToastAppearanceType;
|
|
60
|
+
size?: KTToastSizeType;
|
|
61
|
+
important?: boolean;
|
|
62
|
+
onAutoClose?: (id: string) => void;
|
|
63
|
+
onDismiss?: (id: string) => void;
|
|
64
|
+
closeButton?: boolean;
|
|
65
|
+
style?: Partial<CSSStyleDeclaration>;
|
|
66
|
+
invert?: boolean;
|
|
67
|
+
role?: string;
|
|
68
|
+
id?: string;
|
|
69
|
+
progress?: boolean;
|
|
70
|
+
}
|
|
71
|
+
export interface KTToastInterface {
|
|
72
|
+
}
|
|
73
|
+
export interface KTToastOptions {
|
|
74
|
+
/** Custom content for the toast. HTMLElement, function returning HTMLElement, or string (DOM id). If set, replaces all default markup. */
|
|
75
|
+
content?: HTMLElement | (() => HTMLElement) | string;
|
|
76
|
+
/** Override internal class names for headless usage */
|
|
77
|
+
classNames?: Partial<KTToastClassNames>;
|
|
78
|
+
/** Show/hide progress indicator */
|
|
79
|
+
progress?: boolean;
|
|
80
|
+
/** Main content of the toast */
|
|
81
|
+
message?: string | HTMLElement | (() => HTMLElement);
|
|
82
|
+
/** Leading icon or visual */
|
|
83
|
+
icon?: string | boolean;
|
|
84
|
+
/** Primary action button */
|
|
85
|
+
action?: KTToastAction | boolean;
|
|
86
|
+
/** Cancel/secondary action button */
|
|
87
|
+
cancel?: KTToastAction | boolean;
|
|
88
|
+
/** Close button */
|
|
89
|
+
dismiss?: KTToastAction | boolean;
|
|
90
|
+
/** Toast variant */
|
|
91
|
+
variant?: KTToastVariantType;
|
|
92
|
+
/** Toast appearance */
|
|
93
|
+
appearance?: KTToastAppearanceType;
|
|
94
|
+
/** Toast size */
|
|
95
|
+
size?: KTToastSizeType;
|
|
96
|
+
/** Auto-dismiss duration (ms) */
|
|
97
|
+
duration?: number;
|
|
98
|
+
/** Prevents auto-dismiss if true */
|
|
99
|
+
important?: boolean;
|
|
100
|
+
/** Called when auto-dismiss fires */
|
|
101
|
+
onAutoClose?: (id: string) => void;
|
|
102
|
+
/** Called when toast is dismissed (manual or auto) */
|
|
103
|
+
onDismiss?: (id: string) => void;
|
|
104
|
+
/** Toast position */
|
|
105
|
+
position?: KTToastPosition;
|
|
106
|
+
/** Toast maxToasts */
|
|
107
|
+
maxToasts?: number;
|
|
108
|
+
/** Prevents auto-dismiss when toast is focused */
|
|
109
|
+
pauseOnHover?: boolean;
|
|
110
|
+
/** Custom class for toast */
|
|
111
|
+
className?: string;
|
|
112
|
+
/** ARIA role */
|
|
113
|
+
role?: string;
|
|
114
|
+
/** Beep sound */
|
|
115
|
+
beep?: boolean;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* Example: Set global config for all toasts
|
|
119
|
+
*
|
|
120
|
+
* import { KTToast } from './toast';
|
|
121
|
+
*
|
|
122
|
+
* KTToast.configToast({
|
|
123
|
+
* position: 'bottom-end', // Default position
|
|
124
|
+
* duration: 5000, // Default auto-dismiss duration (ms)
|
|
125
|
+
* maxToasts: 3, // Max toasts visible at once
|
|
126
|
+
* className: 'my-toast-root', // Custom class
|
|
127
|
+
* gap: 20, // Gap between stacked toasts
|
|
128
|
+
* dismiss: true // Show close button by default
|
|
129
|
+
* });
|
|
130
|
+
*/
|
|
131
|
+
export interface KTToastConfig {
|
|
132
|
+
classNames?: Partial<KTToastClassNames>;
|
|
133
|
+
position?: KTToastPosition;
|
|
134
|
+
duration?: number;
|
|
135
|
+
className?: string;
|
|
136
|
+
maxToasts?: number;
|
|
137
|
+
offset?: number;
|
|
138
|
+
gap?: number;
|
|
139
|
+
dismiss?: boolean;
|
|
140
|
+
}
|
|
141
|
+
export interface KTToastInstance {
|
|
142
|
+
id: string;
|
|
143
|
+
element: HTMLElement;
|
|
144
|
+
timeoutId: number;
|
|
145
|
+
}
|
|
146
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/toast/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/toggle/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,YAAY,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KTUI - Free & Open-Source Tailwind UI Components by Keenthemes
|
|
3
|
+
* Copyright 2025 by Keenthemes Inc
|
|
4
|
+
*/
|
|
5
|
+
import KTComponent from '../component';
|
|
6
|
+
import { KTToggleConfigInterface, KTToggleInterface } from './types';
|
|
7
|
+
declare global {
|
|
8
|
+
interface Window {
|
|
9
|
+
KTToggle: typeof KTToggle;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
export declare class KTToggle extends KTComponent implements KTToggleInterface {
|
|
13
|
+
protected _name: string;
|
|
14
|
+
protected _defaultConfig: KTToggleConfigInterface;
|
|
15
|
+
protected _config: KTToggleConfigInterface;
|
|
16
|
+
protected _targetElement: HTMLElement;
|
|
17
|
+
constructor(element: HTMLElement, config?: KTToggleConfigInterface | null);
|
|
18
|
+
protected _handlers(): void;
|
|
19
|
+
private _getTargetElement;
|
|
20
|
+
protected _toggle(): void;
|
|
21
|
+
protected _update(): void;
|
|
22
|
+
_isActive(): boolean;
|
|
23
|
+
toggle(): void;
|
|
24
|
+
update(): void;
|
|
25
|
+
isActive(): boolean;
|
|
26
|
+
static getInstance(element: HTMLElement): KTToggle;
|
|
27
|
+
static getOrCreateInstance(element: HTMLElement, config?: KTToggleConfigInterface): KTToggle;
|
|
28
|
+
static createInstances(): void;
|
|
29
|
+
static init(): void;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=toggle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toggle.d.ts","sourceRoot":"","sources":["../../../../src/components/toggle/toggle.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,WAAW,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAErE,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,MAAM;QACf,QAAQ,EAAE,OAAO,QAAQ,CAAC;KAC1B;CACD;AAED,qBAAa,QAAS,SAAQ,WAAY,YAAW,iBAAiB;IACrE,UAAmB,KAAK,EAAE,MAAM,CAAY;IAC5C,UAAmB,cAAc,EAAE,uBAAuB,CAMxD;IACF,UAAmB,OAAO,EAAE,uBAAuB,CAAuB;IAC1E,SAAS,CAAC,cAAc,EAAE,WAAW,CAAC;gBAGrC,OAAO,EAAE,WAAW,EACpB,MAAM,GAAE,uBAAuB,GAAG,IAAW;IAiB9C,SAAS,CAAC,SAAS,IAAI,IAAI;IAQ3B,OAAO,CAAC,iBAAiB;IAQzB,SAAS,CAAC,OAAO,IAAI,IAAI;IAgBzB,SAAS,CAAC,OAAO,IAAI,IAAI;IAqClB,SAAS,IAAI,OAAO;IASpB,MAAM,IAAI,IAAI;IAId,MAAM,IAAI,IAAI;IAId,QAAQ,IAAI,OAAO;WAIZ,WAAW,CAAC,OAAO,EAAE,WAAW,GAAG,QAAQ;WAc3C,mBAAmB,CAChC,OAAO,EAAE,WAAW,EACpB,MAAM,CAAC,EAAE,uBAAuB,GAC9B,QAAQ;WAIG,eAAe,IAAI,IAAI;WAOvB,IAAI,IAAI,IAAI;CAG1B"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KTUI - Free & Open-Source Tailwind UI Components by Keenthemes
|
|
3
|
+
* Copyright 2025 by Keenthemes Inc
|
|
4
|
+
*/
|
|
5
|
+
export interface KTToggleConfigInterface {
|
|
6
|
+
target?: string;
|
|
7
|
+
activeClass?: string;
|
|
8
|
+
class?: string;
|
|
9
|
+
removeClass?: string;
|
|
10
|
+
attribute?: string;
|
|
11
|
+
}
|
|
12
|
+
export interface KTToggleInterface {
|
|
13
|
+
toggle(): void;
|
|
14
|
+
update(): void;
|
|
15
|
+
isActive(): boolean;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/toggle/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,uBAAuB;IACvC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,iBAAiB;IACjC,MAAM,IAAI,IAAI,CAAC;IACf,MAAM,IAAI,IAAI,CAAC;IACf,QAAQ,IAAI,OAAO,CAAC;CACpB"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KTUI - Free & Open-Source Tailwind UI Components by Keenthemes
|
|
3
|
+
* Copyright 2025 by Keenthemes Inc
|
|
4
|
+
*/
|
|
5
|
+
export { KTTogglePassword } from './toggle-password';
|
|
6
|
+
export type { KTTogglePasswordConfigInterface, KTTogglePasswordInterface, } from './types';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/toggle-password/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AACrD,YAAY,EACX,+BAA+B,EAC/B,yBAAyB,GACzB,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KTUI - Free & Open-Source Tailwind UI Components by Keenthemes
|
|
3
|
+
* Copyright 2025 by Keenthemes Inc
|
|
4
|
+
*/
|
|
5
|
+
import KTComponent from '../component';
|
|
6
|
+
import { KTTogglePasswordConfigInterface, KTTogglePasswordInterface } from './types';
|
|
7
|
+
declare global {
|
|
8
|
+
interface Window {
|
|
9
|
+
KTTogglePassword: typeof KTTogglePassword;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
export declare class KTTogglePassword extends KTComponent implements KTTogglePasswordInterface {
|
|
13
|
+
protected _name: string;
|
|
14
|
+
protected _defaultConfig: KTTogglePasswordConfigInterface;
|
|
15
|
+
protected _config: KTTogglePasswordConfigInterface;
|
|
16
|
+
protected _triggerElement: HTMLElement;
|
|
17
|
+
protected _inputElement: HTMLInputElement;
|
|
18
|
+
constructor(element: HTMLElement, config?: KTTogglePasswordConfigInterface | null);
|
|
19
|
+
protected _handlers(): void;
|
|
20
|
+
protected _toggle(): void;
|
|
21
|
+
protected _update(): void;
|
|
22
|
+
_isVisible(): boolean;
|
|
23
|
+
_setVisible(flag: boolean): void;
|
|
24
|
+
toggle(): void;
|
|
25
|
+
setVisible(flag: boolean): void;
|
|
26
|
+
isVisible(): boolean;
|
|
27
|
+
static getInstance(element: HTMLElement): KTTogglePassword;
|
|
28
|
+
static getOrCreateInstance(element: HTMLElement, config?: KTTogglePasswordConfigInterface): KTTogglePassword;
|
|
29
|
+
static createInstances(): void;
|
|
30
|
+
static init(): void;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=toggle-password.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toggle-password.d.ts","sourceRoot":"","sources":["../../../../src/components/toggle-password/toggle-password.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,WAAW,MAAM,cAAc,CAAC;AACvC,OAAO,EACN,+BAA+B,EAC/B,yBAAyB,EACzB,MAAM,SAAS,CAAC;AAEjB,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,MAAM;QACf,gBAAgB,EAAE,OAAO,gBAAgB,CAAC;KAC1C;CACD;AAED,qBAAa,gBACZ,SAAQ,WACR,YAAW,yBAAyB;IAEpC,UAAmB,KAAK,EAAE,MAAM,CAAqB;IACrD,UAAmB,cAAc,EAAE,+BAA+B,CAEhE;IACF,UAAmB,OAAO,EAAE,+BAA+B,CACtC;IACrB,SAAS,CAAC,eAAe,EAAE,WAAW,CAAC;IACvC,SAAS,CAAC,aAAa,EAAE,gBAAgB,CAAC;gBAGzC,OAAO,EAAE,WAAW,EACpB,MAAM,GAAE,+BAA+B,GAAG,IAAW;IAqBtD,SAAS,CAAC,SAAS,IAAI,IAAI;IAY3B,SAAS,CAAC,OAAO,IAAI,IAAI;IAqBzB,SAAS,CAAC,OAAO,IAAI,IAAI;IAUlB,UAAU,IAAI,OAAO;IAIrB,WAAW,CAAC,IAAI,EAAE,OAAO;IAQzB,MAAM,IAAI,IAAI;IAId,UAAU,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI;IAI/B,SAAS,IAAI,OAAO;WAIb,WAAW,CAAC,OAAO,EAAE,WAAW,GAAG,gBAAgB;WAcnD,mBAAmB,CAChC,OAAO,EAAE,WAAW,EACpB,MAAM,CAAC,EAAE,+BAA+B,GACtC,gBAAgB;WAIL,eAAe,IAAI,IAAI;WAQvB,IAAI,IAAI,IAAI;CAG1B"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KTUI - Free & Open-Source Tailwind UI Components by Keenthemes
|
|
3
|
+
* Copyright 2025 by Keenthemes Inc
|
|
4
|
+
*/
|
|
5
|
+
export interface KTTogglePasswordConfigInterface {
|
|
6
|
+
permanent?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export interface KTTogglePasswordInterface {
|
|
9
|
+
toggle(): void;
|
|
10
|
+
isVisible(): boolean;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/toggle-password/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,+BAA+B;IAC/C,SAAS,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,yBAAyB;IACzC,MAAM,IAAI,IAAI,CAAC;IACf,SAAS,IAAI,OAAO,CAAC;CACrB"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KTUI - Free & Open-Source Tailwind UI Components by Keenthemes
|
|
3
|
+
* Copyright 2025 by Keenthemes Inc
|
|
4
|
+
*/
|
|
5
|
+
export { KTTooltip } from './tooltip';
|
|
6
|
+
export type { KTTooltipConfigInterface, KTTooltipInterface } from './types';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/tooltip/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AACtC,YAAY,EAAE,wBAAwB,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KTUI - Free & Open-Source Tailwind UI Components by Keenthemes
|
|
3
|
+
* Copyright 2025 by Keenthemes Inc
|
|
4
|
+
*/
|
|
5
|
+
import KTComponent from '../component';
|
|
6
|
+
import { KTTooltipInterface, KTTooltipConfigInterface } from './types';
|
|
7
|
+
import { Instance } from '@popperjs/core';
|
|
8
|
+
import { KTTooltipTriggerType } from './types';
|
|
9
|
+
declare global {
|
|
10
|
+
interface Window {
|
|
11
|
+
KT_TOOLTIP_INITIALIZED: boolean;
|
|
12
|
+
KTTooltip: typeof KTTooltip;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
export declare class KTTooltip extends KTComponent implements KTTooltipInterface {
|
|
16
|
+
protected _name: string;
|
|
17
|
+
protected _defaultConfig: KTTooltipConfigInterface;
|
|
18
|
+
protected _config: KTTooltipConfigInterface;
|
|
19
|
+
protected _isOpen: boolean;
|
|
20
|
+
protected _targetElement: HTMLElement;
|
|
21
|
+
protected _popper: Instance;
|
|
22
|
+
protected _transitioning: boolean;
|
|
23
|
+
protected _timeout: ReturnType<typeof setTimeout>;
|
|
24
|
+
constructor(element: HTMLElement, config?: KTTooltipConfigInterface | null);
|
|
25
|
+
private _getTargetElement;
|
|
26
|
+
protected _handlers(): void;
|
|
27
|
+
protected _show(): void;
|
|
28
|
+
protected _hide(): void;
|
|
29
|
+
protected _toggle(): void;
|
|
30
|
+
protected _createPopper(): void;
|
|
31
|
+
protected _handleContainer(): void;
|
|
32
|
+
protected _setZindex(): void;
|
|
33
|
+
show(): void;
|
|
34
|
+
hide(): void;
|
|
35
|
+
toggle(): void;
|
|
36
|
+
getContentElement(): HTMLElement | null;
|
|
37
|
+
isOpen(): boolean;
|
|
38
|
+
getTriggerOption(): KTTooltipTriggerType;
|
|
39
|
+
isPermanent(): boolean;
|
|
40
|
+
static initHandlers(): void;
|
|
41
|
+
static getInstance(element: HTMLElement): KTTooltip;
|
|
42
|
+
static getOrCreateInstance(element: HTMLElement, config?: KTTooltipConfigInterface): KTTooltip;
|
|
43
|
+
static createInstances(): void;
|
|
44
|
+
static init(): void;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=tooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/tooltip/tooltip.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,WAAW,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,kBAAkB,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AACvE,OAAO,EAGN,QAAQ,EAER,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAE/C,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,MAAM;QACf,sBAAsB,EAAE,OAAO,CAAC;QAChC,SAAS,EAAE,OAAO,SAAS,CAAC;KAC5B;CACD;AAED,qBAAa,SAAU,SAAQ,WAAY,YAAW,kBAAkB;IACvE,UAAmB,KAAK,EAAE,MAAM,CAAa;IAC7C,UAAmB,cAAc,EAAE,wBAAwB,CAczD;IACF,UAAmB,OAAO,EAAE,wBAAwB,CAAuB;IAC3E,SAAS,CAAC,OAAO,EAAE,OAAO,CAAS;IACnC,SAAS,CAAC,cAAc,EAAE,WAAW,CAAC;IACtC,SAAS,CAAC,OAAO,EAAG,QAAQ,CAAC;IAC7B,SAAS,CAAC,cAAc,EAAE,OAAO,CAAS;IAC1C,SAAS,CAAC,QAAQ,EAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;gBAGlD,OAAO,EAAE,WAAW,EACpB,MAAM,GAAE,wBAAwB,GAAG,IAAW;IAiB/C,OAAO,CAAC,iBAAiB;IAUzB,SAAS,CAAC,SAAS,IAAI,IAAI;IAkB3B,SAAS,CAAC,KAAK,IAAI,IAAI;IA8CvB,SAAS,CAAC,KAAK,IAAI,IAAI;IA0CvB,SAAS,CAAC,OAAO,IAAI,IAAI;IAezB,SAAS,CAAC,aAAa,IAAI,IAAI;IAyC/B,SAAS,CAAC,gBAAgB,IAAI,IAAI;IAYlC,SAAS,CAAC,UAAU,IAAI,IAAI;IAcrB,IAAI,IAAI,IAAI;IAIZ,IAAI,IAAI,IAAI;IAIZ,MAAM,IAAI,IAAI;IAId,iBAAiB,IAAI,WAAW,GAAG,IAAI;IAIvC,MAAM,IAAI,OAAO;IAIjB,gBAAgB,IAAI,oBAAoB;IAIxC,WAAW,IAAI,OAAO;WAIf,YAAY,IAAI,IAAI;WA4BpB,WAAW,CAAC,OAAO,EAAE,WAAW,GAAG,SAAS;WAc5C,mBAAmB,CAChC,OAAO,EAAE,WAAW,EACpB,MAAM,CAAC,EAAE,wBAAwB,GAC/B,SAAS;WAIE,eAAe,IAAI,IAAI;WAMvB,IAAI,IAAI,IAAI;CAQ1B"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KTUI - Free & Open-Source Tailwind UI Components by Keenthemes
|
|
3
|
+
* Copyright 2025 by Keenthemes Inc
|
|
4
|
+
*/
|
|
5
|
+
export declare type KTTooltipTriggerType = 'hover' | 'click' | 'focus';
|
|
6
|
+
export interface KTTooltipConfigInterface {
|
|
7
|
+
hiddenClass: string;
|
|
8
|
+
target: string;
|
|
9
|
+
trigger: string;
|
|
10
|
+
container: string;
|
|
11
|
+
placement: string;
|
|
12
|
+
placementRtl: string;
|
|
13
|
+
strategy: string;
|
|
14
|
+
permanent: boolean;
|
|
15
|
+
offset: string;
|
|
16
|
+
offsetRtl: string;
|
|
17
|
+
delayShow: number;
|
|
18
|
+
delayHide: number;
|
|
19
|
+
zindex: string;
|
|
20
|
+
}
|
|
21
|
+
export interface KTTooltipInterface {
|
|
22
|
+
show(): void;
|
|
23
|
+
hide(): void;
|
|
24
|
+
toggle(): void;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/tooltip/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,CAAC,OAAO,MAAM,oBAAoB,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC;AAEvE,MAAM,WAAW,wBAAwB;IACxC,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,kBAAkB;IAClC,IAAI,IAAI,IAAI,CAAC;IACb,IAAI,IAAI,IAAI,CAAC;IACb,MAAM,IAAI,IAAI,CAAC;CACf"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KTUI - Free & Open-Source Tailwind UI Components by Keenthemes
|
|
3
|
+
* Copyright 2025 by Keenthemes Inc
|
|
4
|
+
*/
|
|
5
|
+
declare const KTData: {
|
|
6
|
+
set(element: HTMLElement, key: string, value: unknown): void;
|
|
7
|
+
get(element: HTMLElement, key: string): unknown;
|
|
8
|
+
has(element: HTMLElement, key: string): boolean;
|
|
9
|
+
remove(element: HTMLElement, key: string): void;
|
|
10
|
+
clear(element: HTMLElement): void;
|
|
11
|
+
};
|
|
12
|
+
export default KTData;
|
|
13
|
+
//# sourceMappingURL=data.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../src/helpers/data.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,QAAA,MAAM,MAAM;iBACE,WAAW,OAAO,MAAM,SAAS,OAAO,GAAG,IAAI;iBAU/C,WAAW,OAAO,MAAM,GAAG,OAAO;iBAQlC,WAAW,OAAO,MAAM,GAAG,OAAO;oBAI/B,WAAW,OAAO,MAAM,GAAG,IAAI;mBAehC,WAAW,GAAG,IAAI;CAGjC,CAAC;AAOF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KTUI - Free & Open-Source Tailwind UI Components by Keenthemes
|
|
3
|
+
* Copyright 2025 by Keenthemes Inc
|
|
4
|
+
*/
|
|
5
|
+
import { KTOffsetType, KTViewPortType } from '../types';
|
|
6
|
+
declare const KTDom: {
|
|
7
|
+
isRTL(): boolean;
|
|
8
|
+
isElement(element: HTMLElement): boolean;
|
|
9
|
+
getElement(element: HTMLElement | string): HTMLElement;
|
|
10
|
+
remove(element: HTMLElement): void;
|
|
11
|
+
hasClass(element: HTMLElement, className: string): boolean;
|
|
12
|
+
addClass(element: HTMLElement, className: string): void;
|
|
13
|
+
removeClass(element: HTMLElement, className: string): void;
|
|
14
|
+
getCssProp(element: HTMLElement, prop: string): string;
|
|
15
|
+
setCssProp(element: HTMLElement, prop: string, value: string): void;
|
|
16
|
+
offset(element: HTMLElement): KTOffsetType;
|
|
17
|
+
getIndex(element: HTMLElement): number;
|
|
18
|
+
parents(element: HTMLElement, selector: string): Array<HTMLElement>;
|
|
19
|
+
siblings(element: HTMLElement): Element[];
|
|
20
|
+
children(element: HTMLElement, selector: string): Array<HTMLElement>;
|
|
21
|
+
child(element: HTMLElement, selector: string): HTMLElement;
|
|
22
|
+
isVisible(element: HTMLElement): boolean;
|
|
23
|
+
isDisabled(element: HTMLInputElement | HTMLSelectElement | HTMLButtonElement): boolean;
|
|
24
|
+
transitionEnd(element: HTMLElement, callback: CallableFunction): void;
|
|
25
|
+
animationEnd(element: HTMLElement, callback: CallableFunction): void;
|
|
26
|
+
getCSSTransitionDuration(element: HTMLElement): number;
|
|
27
|
+
getCSSAnimationDuration(element: HTMLElement): number;
|
|
28
|
+
reflow(element: HTMLElement): void;
|
|
29
|
+
insertAfter(element: HTMLElement, referenceNode: HTMLElement): void;
|
|
30
|
+
getHighestZindex(element: HTMLElement): number;
|
|
31
|
+
isParentOrElementHidden(element: HTMLElement): boolean;
|
|
32
|
+
getViewPort(): KTViewPortType;
|
|
33
|
+
getScrollTop(): number;
|
|
34
|
+
isInViewport(element: HTMLElement): boolean;
|
|
35
|
+
isPartiallyInViewport(element: HTMLElement): boolean;
|
|
36
|
+
isVisibleInParent(child: HTMLElement, parent: HTMLElement): boolean;
|
|
37
|
+
getRelativeTopPosition(child: HTMLElement, parent: HTMLElement): number;
|
|
38
|
+
getDataAttributes(element: HTMLElement, prefix: string): object;
|
|
39
|
+
ready(callback: CallableFunction): void;
|
|
40
|
+
};
|
|
41
|
+
export default KTDom;
|
|
42
|
+
//# sourceMappingURL=dom.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dom.d.ts","sourceRoot":"","sources":["../../../src/helpers/dom.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAAE,YAAY,EAAgB,cAAc,EAAE,MAAM,UAAU,CAAC;AAEtE,QAAA,MAAM,KAAK;aACD,OAAO;uBASG,WAAW,GAAG,OAAO;wBAQpB,WAAW,GAAG,MAAM,GAAG,WAAW;oBAYtC,WAAW,GAAG,IAAI;sBAMhB,WAAW,aAAa,MAAM,GAAG,OAAO;sBAiBxC,WAAW,aAAa,MAAM,GAAG,IAAI;yBAgBlC,WAAW,aAAa,MAAM,GAAG,IAAI;wBAiBtC,WAAW,QAAQ,MAAM,GAAG,MAAM;wBAMlC,WAAW,QAAQ,MAAM,SAAS,MAAM;oBAM5C,WAAW,GAAG,YAAY;sBAaxB,WAAW,GAAG,MAAM;qBAKrB,WAAW,YAAY,MAAM,GAAG,KAAK,CAAC,WAAW,CAAC;sBAqBjD,WAAW;sBAMX,WAAW,YAAY,MAAM,GAAG,KAAK,CAAC,WAAW,CAAC;mBAqBrD,WAAW,YAAY,MAAM,GAAG,WAAW;uBAMvC,WAAW,GAAG,OAAO;wBAW9B,gBAAgB,GAAG,iBAAiB,GAAG,iBAAiB,GAC/D,OAAO;2BAmBa,WAAW,YAAY,gBAAgB,GAAG,IAAI;0BAQ/C,WAAW,YAAY,gBAAgB,GAAG,IAAI;sCAQlC,WAAW,GAAG,MAAM;qCAMrB,WAAW,GAAG,MAAM;oBAMrC,WAAW,GAAG,IAAI;yBAIb,WAAW,iBAAiB,WAAW;8BAOlC,WAAW,GAAG,MAAM;qCA+Bb,WAAW,GAAG,OAAO;mBAcvC,cAAc;;0BAWP,WAAW,GAAG,OAAO;mCAYZ,WAAW,GAAG,OAAO;6BAiB3B,WAAW,UAAU,WAAW,GAAG,OAAO;kCAwBrC,WAAW,UAAU,WAAW,GAAG,MAAM;+BAU5C,WAAW,UAAU,MAAM,GAAG,MAAM;oBAuB/C,gBAAgB,GAAG,IAAI;CASvC,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KTUI - Free & Open-Source Tailwind UI Components by Keenthemes
|
|
3
|
+
* Copyright 2025 by Keenthemes Inc
|
|
4
|
+
*/
|
|
5
|
+
import { KTCallableType } from '../types';
|
|
6
|
+
export interface KTDelegatedEventHandlersInterface {
|
|
7
|
+
[key: string]: KTCallableType;
|
|
8
|
+
}
|
|
9
|
+
declare const KTEventHandler: {
|
|
10
|
+
on: (element: HTMLElement, selector: string, eventName: string, handler: KTCallableType) => string;
|
|
11
|
+
off(element: HTMLElement, eventName: string, eventId: string): void;
|
|
12
|
+
};
|
|
13
|
+
export default KTEventHandler;
|
|
14
|
+
//# sourceMappingURL=event-handler.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-handler.d.ts","sourceRoot":"","sources":["../../../src/helpers/event-handler.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAG1C,MAAM,WAAW,iCAAiC;IACjD,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc,CAAC;CAC9B;AAID,QAAA,MAAM,cAAc;kBAET,WAAW,YACV,MAAM,aACL,MAAM,WACR,cAAc,KACrB,MAAM;iBA8BI,WAAW,aAAa,MAAM,WAAW,MAAM;CAS5D,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KTUI - Free & Open-Source Tailwind UI Components by Keenthemes
|
|
3
|
+
* Copyright 2025 by Keenthemes Inc
|
|
4
|
+
*/
|
|
5
|
+
import { KTOptionType } from '../types';
|
|
6
|
+
declare const KTUtils: {
|
|
7
|
+
geUID(prefix?: string): string;
|
|
8
|
+
getCssVar(variable: string): string;
|
|
9
|
+
parseDataAttribute(value: string): KTOptionType;
|
|
10
|
+
parseJson(value: string): JSON;
|
|
11
|
+
parseSelector(selector: string): string;
|
|
12
|
+
capitalize(value: string): string;
|
|
13
|
+
uncapitalize(value: string): string;
|
|
14
|
+
camelCase(value: string): string;
|
|
15
|
+
camelReverseCase(str: string): string;
|
|
16
|
+
isRTL(): boolean;
|
|
17
|
+
throttle(timer: undefined | ReturnType<typeof setTimeout>, func: CallableFunction, delay: number): void;
|
|
18
|
+
checksum(value: string): string;
|
|
19
|
+
stringToBoolean: (value: KTOptionType) => boolean | null;
|
|
20
|
+
stringToObject: <T>(value: KTOptionType) => T | null;
|
|
21
|
+
stringToInteger: (value: KTOptionType | number) => number | null;
|
|
22
|
+
stringToFloat: (value: KTOptionType | number) => number | null;
|
|
23
|
+
};
|
|
24
|
+
export default KTUtils;
|
|
25
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/helpers/utils.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,OAAO;mBACE,MAAM,GAAQ,MAAM;wBAId,MAAM,GAAG,MAAM;8BAYT,MAAM,GAAG,YAAY;qBA4B9B,MAAM,GAAG,IAAI;4BAMN,MAAM,GAAG,MAAM;sBAYrB,MAAM,GAAG,MAAM;wBAIb,MAAM,GAAG,MAAM;qBAIlB,MAAM,GAAG,MAAM;0BAMV,MAAM,GAAG,MAAM;aAI5B,OAAO;oBAQR,SAAS,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,QAC1C,gBAAgB,SACf,MAAM,GACX,IAAI;oBAgBS,MAAM,GAAG,MAAM;6BAUN,YAAY,KAAG,OAAO,GAAG,IAAI;qBAUrC,CAAC,SAAS,YAAY,KAAG,CAAC,GAAG,IAAI;6BAYzB,YAAY,GAAG,MAAM,KAAG,MAAM,GAAG,IAAI;2BAiBvC,YAAY,GAAG,MAAM,KAAG,MAAM,GAAG,IAAI;CAgB5D,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KTUI - Free & Open-Source Tailwind UI Components by Keenthemes
|
|
3
|
+
* Copyright 2025 by Keenthemes Inc
|
|
4
|
+
*/
|
|
5
|
+
import KTDom from './helpers/dom';
|
|
6
|
+
import KTUtils from './helpers/utils';
|
|
7
|
+
import KTEventHandler from './helpers/event-handler';
|
|
8
|
+
import KTData from './helpers/data';
|
|
9
|
+
import { KTDropdown } from './components/dropdown';
|
|
10
|
+
import { KTModal } from './components/modal';
|
|
11
|
+
import { KTDrawer } from './components/drawer';
|
|
12
|
+
import { KTCollapse } from './components/collapse';
|
|
13
|
+
import { KTDismiss } from './components/dismiss';
|
|
14
|
+
import { KTTabs } from './components/tabs';
|
|
15
|
+
import { KTAccordion } from './components/accordion';
|
|
16
|
+
import { KTScrollspy } from './components/scrollspy';
|
|
17
|
+
import { KTScrollable } from './components/scrollable';
|
|
18
|
+
import { KTScrollto } from './components/scrollto';
|
|
19
|
+
import { KTSticky } from './components/sticky';
|
|
20
|
+
import { KTReparent } from './components/reparent';
|
|
21
|
+
import { KTToggle } from './components/toggle';
|
|
22
|
+
import { KTTooltip } from './components/tooltip';
|
|
23
|
+
import { KTStepper } from './components/stepper';
|
|
24
|
+
import { KTThemeSwitch } from './components/theme-switch';
|
|
25
|
+
import { KTImageInput } from './components/image-input';
|
|
26
|
+
import { KTTogglePassword } from './components/toggle-password';
|
|
27
|
+
import { KTDataTable } from './components/datatable';
|
|
28
|
+
import { KTSelect } from './components/select';
|
|
29
|
+
import { KTToast } from './components/toast';
|
|
30
|
+
import { KTRating } from './components/rating';
|
|
31
|
+
import { KTRepeater } from './components/repeater';
|
|
32
|
+
import { KTClipboard } from './components/clipboard';
|
|
33
|
+
import { KTRangeSlider } from './components/range-slider';
|
|
34
|
+
export { KTDropdown } from './components/dropdown';
|
|
35
|
+
export { KTModal } from './components/modal';
|
|
36
|
+
export { KTDrawer } from './components/drawer';
|
|
37
|
+
export { KTCollapse } from './components/collapse';
|
|
38
|
+
export { KTDismiss } from './components/dismiss';
|
|
39
|
+
export { KTTabs } from './components/tabs';
|
|
40
|
+
export { KTAccordion } from './components/accordion';
|
|
41
|
+
export { KTScrollspy } from './components/scrollspy';
|
|
42
|
+
export { KTScrollable } from './components/scrollable';
|
|
43
|
+
export { KTScrollto } from './components/scrollto';
|
|
44
|
+
export { KTSticky } from './components/sticky';
|
|
45
|
+
export { KTReparent } from './components/reparent';
|
|
46
|
+
export { KTToggle } from './components/toggle';
|
|
47
|
+
export { KTTooltip } from './components/tooltip';
|
|
48
|
+
export { KTStepper } from './components/stepper';
|
|
49
|
+
export { KTThemeSwitch } from './components/theme-switch';
|
|
50
|
+
export { KTImageInput } from './components/image-input';
|
|
51
|
+
export { KTTogglePassword } from './components/toggle-password';
|
|
52
|
+
export { KTDataTable } from './components/datatable';
|
|
53
|
+
export { KTSelect } from './components/select';
|
|
54
|
+
export { KTToast } from './components/toast';
|
|
55
|
+
export { KTRating } from './components/rating';
|
|
56
|
+
export { KTRepeater } from './components/repeater';
|
|
57
|
+
export { KTClipboard } from './components/clipboard';
|
|
58
|
+
export { KTRangeSlider } from './components/range-slider';
|
|
59
|
+
export type { KTAccordionConfigInterface, KTAccordionInterface, } from './components/accordion';
|
|
60
|
+
export type { KTCollapseConfigInterface, KTCollapseInterface, } from './components/collapse';
|
|
61
|
+
export type { KTDataTableSortOrderInterface, KTDataTableDataInterface, KTDataTableState, KTDataTableInterface, KTDataTableResponseDataInterface, KTDataTableConfigInterface, KTDataTableColumnFilterTypeInterface, KTDataTableColumnFilterInterface, KTDataTableCheckConfigInterface, KTDataTableCheckInterface, KTDataTableCheckChangePayloadInterface, } from './components/datatable';
|
|
62
|
+
export type { KTDismissConfigInterface, KTDismissInterface, } from './components/dismiss';
|
|
63
|
+
export type { KTDrawerConfigInterface, KTDrawerInterface, } from './components/drawer';
|
|
64
|
+
export type { KTDropdownConfigInterface, KTDropdownInterface, } from './components/dropdown';
|
|
65
|
+
export type { KTImageInputConfigInterface, KTImageInputInterface, } from './components/image-input';
|
|
66
|
+
export type { KTModalConfigInterface, KTModalInterface, } from './components/modal';
|
|
67
|
+
export type { KTRatingConfigInterface, KTRatingInterface, KTRatingSymbolType, } from './components/rating';
|
|
68
|
+
export type { KTReparentConfigInterface, KTReparentInterface, } from './components/reparent';
|
|
69
|
+
export type { KTRepeaterConfigInterface, KTRepeaterInterface, } from './components/repeater';
|
|
70
|
+
export type { KTClipboardConfigInterface, KTClipboardInterface, } from './components/clipboard';
|
|
71
|
+
export type { KTRangeSliderConfigInterface, KTRangeSliderEventPayloadInterface, KTRangeSliderInterface, } from './components/range-slider';
|
|
72
|
+
export type { KTScrollableConfigInterface, KTScrollableInterface, } from './components/scrollable';
|
|
73
|
+
export type { KTScrollspyConfigInterface, KTScrollspyInterface, } from './components/scrollspy';
|
|
74
|
+
export type { KTScrolltoConfigInterface, KTScrolltoInterface, } from './components/scrollto';
|
|
75
|
+
export type { KTSelectConfigInterface, KTSelectOption, } from './components/select';
|
|
76
|
+
export type { KTStepperConfigInterface, KTStepperInterface, } from './components/stepper';
|
|
77
|
+
export type { KTStickyConfigInterface, KTStickyInterface, } from './components/sticky';
|
|
78
|
+
export type { KTTabsConfigInterface, KTTabsInterface } from './components/tabs';
|
|
79
|
+
export type { KTThemeSwitchConfigInterface, KTThemeSwitchInterface, } from './components/theme-switch';
|
|
80
|
+
export type { KTToastConfigInterface, KTToastInterface, } from './components/toast';
|
|
81
|
+
export type { KTToggleConfigInterface, KTToggleInterface, } from './components/toggle';
|
|
82
|
+
export type { KTTogglePasswordConfigInterface, KTTogglePasswordInterface, } from './components/toggle-password';
|
|
83
|
+
export type { KTTooltipConfigInterface, KTTooltipInterface, } from './components/tooltip';
|
|
84
|
+
declare const KTComponents: {
|
|
85
|
+
init(): void;
|
|
86
|
+
};
|
|
87
|
+
declare global {
|
|
88
|
+
interface Window {
|
|
89
|
+
KTUtils: typeof KTUtils;
|
|
90
|
+
KTDom: typeof KTDom;
|
|
91
|
+
KTEventHandler: typeof KTEventHandler;
|
|
92
|
+
KTData: typeof KTData;
|
|
93
|
+
KTDropdown: typeof KTDropdown;
|
|
94
|
+
KTModal: typeof KTModal;
|
|
95
|
+
KTDrawer: typeof KTDrawer;
|
|
96
|
+
KTCollapse: typeof KTCollapse;
|
|
97
|
+
KTDismiss: typeof KTDismiss;
|
|
98
|
+
KTTabs: typeof KTTabs;
|
|
99
|
+
KTAccordion: typeof KTAccordion;
|
|
100
|
+
KTScrollspy: typeof KTScrollspy;
|
|
101
|
+
KTScrollable: typeof KTScrollable;
|
|
102
|
+
KTScrollto: typeof KTScrollto;
|
|
103
|
+
KTSticky: typeof KTSticky;
|
|
104
|
+
KTReparent: typeof KTReparent;
|
|
105
|
+
KTToggle: typeof KTToggle;
|
|
106
|
+
KTTooltip: typeof KTTooltip;
|
|
107
|
+
KTStepper: typeof KTStepper;
|
|
108
|
+
KTThemeSwitch: typeof KTThemeSwitch;
|
|
109
|
+
KTImageInput: typeof KTImageInput;
|
|
110
|
+
KTTogglePassword: typeof KTTogglePassword;
|
|
111
|
+
KTDataTable: typeof KTDataTable;
|
|
112
|
+
KTSelect: typeof KTSelect;
|
|
113
|
+
KTToast: typeof KTToast;
|
|
114
|
+
KTRating: typeof KTRating;
|
|
115
|
+
KTRepeater: typeof KTRepeater;
|
|
116
|
+
KTClipboard: typeof KTClipboard;
|
|
117
|
+
KTRangeSlider: typeof KTRangeSlider;
|
|
118
|
+
KTComponents: typeof KTComponents;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
export default KTComponents;
|
|
122
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|