cleek 2.6.66 → 2.6.67
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 +1 -0
- package/dist/cleek.es.js +2 -1
- package/dist/cleek.umd.js +13 -13
- package/package.json +15 -1
package/README.md
CHANGED
package/dist/cleek.es.js
CHANGED
|
@@ -59220,6 +59220,7 @@ var components = /* @__PURE__ */ Object.freeze({
|
|
|
59220
59220
|
CkSwitch: ckSwitch,
|
|
59221
59221
|
CkSwitchOptions: ckSwitchOptions,
|
|
59222
59222
|
CkTextarea: ckTextarea,
|
|
59223
|
+
useWindowWidth,
|
|
59223
59224
|
ckNotify
|
|
59224
59225
|
});
|
|
59225
59226
|
library$1$1.add(_iconsCache$5);
|
|
@@ -59257,4 +59258,4 @@ const install3 = function installCleek(app, options) {
|
|
|
59257
59258
|
app.component(componentName, component);
|
|
59258
59259
|
});
|
|
59259
59260
|
};
|
|
59260
|
-
export { CkButton, ckCard as CkCard, CkCheckbox, ckChip as CkChip, ckDatetimeShower as CkDatetimeShower, _sfc_main$a as CkDiv, ckDropdown as CkDropdown, CkIcon, ckImg as CkImg, CkInput, ckInputDate as CkInputDate, _sfc_main$d as CkInputTime, CkLabel, ckNavbar as CkNavbar, _sfc_main$f as CkPagination, _sfc_main$i as CkPopup, ckRadio as CkRadio, ckSelect as CkSelect, ckSidebar as CkSidebar, ckSwitch as CkSwitch, ckSwitchOptions as CkSwitchOptions, ckTable as CkTable, CkTd, ckTextarea as CkTextarea, CkTh, CkTr, ckNotify, install3 as default };
|
|
59261
|
+
export { CkButton, ckCard as CkCard, CkCheckbox, ckChip as CkChip, ckDatetimeShower as CkDatetimeShower, _sfc_main$a as CkDiv, ckDropdown as CkDropdown, CkIcon, ckImg as CkImg, CkInput, ckInputDate as CkInputDate, _sfc_main$d as CkInputTime, CkLabel, ckNavbar as CkNavbar, _sfc_main$f as CkPagination, _sfc_main$i as CkPopup, ckRadio as CkRadio, ckSelect as CkSelect, ckSidebar as CkSidebar, ckSwitch as CkSwitch, ckSwitchOptions as CkSwitchOptions, ckTable as CkTable, CkTd, ckTextarea as CkTextarea, CkTh, CkTr, ckNotify, install3 as default, useWindowWidth };
|