@dxtmisha/functional 1.6.4 → 1.6.6

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.
Files changed (51) hide show
  1. package/dist/library.d.ts +1950 -45
  2. package/dist/library.js +503 -3364
  3. package/package.json +2 -1
  4. package/dist/ScrollbarWidth-De97V2Mh.js +0 -2185
  5. package/dist/classes/design/DesignAbstract.d.ts +0 -61
  6. package/dist/classes/design/DesignAsyncAbstract.d.ts +0 -28
  7. package/dist/classes/design/DesignChanged.d.ts +0 -42
  8. package/dist/classes/design/DesignComp.d.ts +0 -4
  9. package/dist/classes/design/DesignComponents.d.ts +0 -81
  10. package/dist/classes/design/DesignConstructorAbstract.d.ts +0 -150
  11. package/dist/classes/ref/DatetimeRef.d.ts +0 -117
  12. package/dist/classes/ref/EventRef.d.ts +0 -22
  13. package/dist/classes/ref/GeoFlagRef.d.ts +0 -51
  14. package/dist/classes/ref/GeoIntlRef.d.ts +0 -172
  15. package/dist/classes/ref/GeoRef.d.ts +0 -52
  16. package/dist/classes/ref/ListDataRef.d.ts +0 -255
  17. package/dist/classes/ref/RouterItemRef.d.ts +0 -36
  18. package/dist/classes/ref/ScrollbarWidthRef.d.ts +0 -24
  19. package/dist/composables/ref/useApiRef.d.ts +0 -25
  20. package/dist/composables/ref/useBroadcastValueRef.d.ts +0 -11
  21. package/dist/composables/ref/useCookieRef.d.ts +0 -11
  22. package/dist/composables/ref/useGeoIntlRef.d.ts +0 -7
  23. package/dist/composables/ref/useHashRef.d.ts +0 -9
  24. package/dist/composables/ref/useLazyItemByMarginRef.d.ts +0 -22
  25. package/dist/composables/ref/useLazyRef.d.ts +0 -42
  26. package/dist/composables/ref/useLoadingRef.d.ts +0 -7
  27. package/dist/composables/ref/useMeta.d.ts +0 -34
  28. package/dist/composables/ref/useSessionRef.d.ts +0 -9
  29. package/dist/composables/ref/useStorageRef.d.ts +0 -10
  30. package/dist/composables/ref/useTranslateRef.d.ts +0 -16
  31. package/dist/flags.d.ts +0 -1
  32. package/dist/flags.js +0 -8
  33. package/dist/functions/basic.d.ts +0 -1
  34. package/dist/functions/computedAsync.d.ts +0 -11
  35. package/dist/functions/computedByLanguage.d.ts +0 -15
  36. package/dist/functions/executeUse.d.ts +0 -13
  37. package/dist/functions/ref/getBindRef.d.ts +0 -13
  38. package/dist/functions/ref/getComputedAsync.d.ts +0 -9
  39. package/dist/functions/ref/getRef.d.ts +0 -8
  40. package/dist/functions/ref/render.d.ts +0 -13
  41. package/dist/functions/ref/setRef.d.ts +0 -9
  42. package/dist/functions/ref/toComputed.d.ts +0 -8
  43. package/dist/functions/ref/toRefItem.d.ts +0 -9
  44. package/dist/functions/render/getBind.d.ts +0 -14
  45. package/dist/functions/render/getClassName.d.ts +0 -8
  46. package/dist/functions/render/getIndexForRender.d.ts +0 -10
  47. package/dist/functions/toBind.d.ts +0 -10
  48. package/dist/functions/toBinds.d.ts +0 -9
  49. package/dist/types/constructorTypes.d.ts +0 -116
  50. package/dist/types/listTypes.d.ts +0 -63
  51. package/dist/types/refTypes.d.ts +0 -36
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dxtmisha/functional",
3
3
  "private": false,
4
- "version": "1.6.4",
4
+ "version": "1.6.6",
5
5
  "type": "module",
6
6
  "description": "Comprehensive functional utilities library for DXT UI - classes, composables, functions and types for modern web development",
7
7
  "keywords": [
@@ -36,6 +36,7 @@
36
36
  "preview": "vite preview",
37
37
  "test": "vitest",
38
38
  "library": "dxt-library",
39
+ "dxt-types": "dxt-types",
39
40
  "prepublishOnly": "npm run build"
40
41
  },
41
42
  "files": [