@zthun/helpful-web 9.7.1 → 9.9.0

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 (215) hide show
  1. package/dist/assets/hierarchy.js +1 -1
  2. package/dist/assets/navigation.js +1 -1
  3. package/dist/assets/search.js +1 -1
  4. package/dist/classes/_zthun_helpful-brands.ZBrandBuilder.html +9 -9
  5. package/dist/classes/_zthun_helpful-brands.ZBrandDataSourceFactory.html +2 -2
  6. package/dist/classes/_zthun_helpful-brands.ZBrandKnown.html +37 -37
  7. package/dist/classes/_zthun_helpful-brands.ZBrandMetadata.html +2 -2
  8. package/dist/classes/_zthun_helpful-fn.ZAssert.html +4 -4
  9. package/dist/classes/_zthun_helpful-fn.ZDeserializeJson.html +3 -3
  10. package/dist/classes/_zthun_helpful-fn.ZDeserializeTry.html +3 -3
  11. package/dist/classes/_zthun_helpful-fn.ZLazy.html +2 -2
  12. package/dist/classes/_zthun_helpful-fn.ZQuadrilateralBuilder.html +11 -11
  13. package/dist/classes/_zthun_helpful-fn.ZQuadrilateralCornersBuilder.html +13 -13
  14. package/dist/classes/_zthun_helpful-fn.ZRectangle.html +18 -18
  15. package/dist/classes/_zthun_helpful-fn.ZSerializeJson.html +2 -2
  16. package/dist/classes/_zthun_helpful-internet.ZCookieBuilder.html +16 -16
  17. package/dist/classes/_zthun_helpful-internet.ZEmailBuilder.html +8 -8
  18. package/dist/classes/_zthun_helpful-internet.ZEmailContactAddressBuilder.html +5 -5
  19. package/dist/classes/_zthun_helpful-internet.ZEmailContactBuilder.html +8 -8
  20. package/dist/classes/_zthun_helpful-internet.ZEmailEnvelopeBuilder.html +12 -12
  21. package/dist/classes/_zthun_helpful-internet.ZServerBuilder.html +9 -9
  22. package/dist/classes/_zthun_helpful-query.ZAggregateBuilder.html +5 -5
  23. package/dist/classes/_zthun_helpful-query.ZDataFilterFields.html +2 -2
  24. package/dist/classes/_zthun_helpful-query.ZDataMatchAlways.html +2 -2
  25. package/dist/classes/_zthun_helpful-query.ZDataMatchOptional.html +3 -3
  26. package/dist/classes/_zthun_helpful-query.ZDataRequestBuilder.html +10 -10
  27. package/dist/classes/_zthun_helpful-query.ZDataSearchFields.html +3 -3
  28. package/dist/classes/_zthun_helpful-query.ZDataSearchText.html +2 -2
  29. package/dist/classes/_zthun_helpful-query.ZDataSourceStatic.html +9 -9
  30. package/dist/classes/_zthun_helpful-query.ZDataSourceStaticOptionsBuilder.html +6 -6
  31. package/dist/classes/_zthun_helpful-query.ZFilterBinaryBuilder.html +16 -16
  32. package/dist/classes/_zthun_helpful-query.ZFilterCollectionBuilder.html +10 -10
  33. package/dist/classes/_zthun_helpful-query.ZFilterDeserialize.html +2 -2
  34. package/dist/classes/_zthun_helpful-query.ZFilterLogicBuilder.html +9 -9
  35. package/dist/classes/_zthun_helpful-query.ZFilterSerialize.html +2 -2
  36. package/dist/classes/_zthun_helpful-query.ZFilterUnaryBuilder.html +8 -8
  37. package/dist/classes/_zthun_helpful-query.ZMetadataBuilder.html +26 -26
  38. package/dist/classes/_zthun_helpful-query.ZPageBuilder.html +9 -9
  39. package/dist/classes/_zthun_helpful-query.ZSortBuilder.html +7 -7
  40. package/dist/classes/_zthun_helpful-query.ZSortDeserialize.html +2 -2
  41. package/dist/classes/_zthun_helpful-query.ZSortSerialize.html +2 -2
  42. package/dist/classes/_zthun_helpful-query.ZSorterSingle.html +5 -5
  43. package/dist/classes/_zthun_helpful-react.ZFileSelect.html +3 -3
  44. package/dist/classes/_zthun_helpful-validation.EqualsOtherPropertyValidator.html +2 -2
  45. package/dist/classes/_zthun_helpful-validation.IsDataURILimitValidator.html +2 -2
  46. package/dist/classes/_zthun_helpful-validation.IsNotWhiteSpaceValidator.html +2 -2
  47. package/dist/classes/_zthun_helpful-validation.RequiresOtherPropertyValidator.html +2 -2
  48. package/dist/enums/_zthun_helpful-fn.ZHorizontalAnchor.html +4 -4
  49. package/dist/enums/_zthun_helpful-fn.ZOrientation.html +3 -3
  50. package/dist/enums/_zthun_helpful-fn.ZVerticalAnchor.html +4 -4
  51. package/dist/enums/_zthun_helpful-query.ZMetadataType.html +9 -9
  52. package/dist/enums/_zthun_helpful-query.ZOperatorBinary.html +10 -10
  53. package/dist/enums/_zthun_helpful-query.ZOperatorCollection.html +3 -3
  54. package/dist/enums/_zthun_helpful-query.ZOperatorLogic.html +3 -3
  55. package/dist/enums/_zthun_helpful-query.ZOperatorUnary.html +3 -3
  56. package/dist/enums/_zthun_helpful-query.ZSortDirection.html +3 -3
  57. package/dist/enums/_zthun_helpful-query.ZWellKnownIconClasses.html +5 -5
  58. package/dist/functions/_zthun_helpful-fn.countBuckets.html +1 -1
  59. package/dist/functions/_zthun_helpful-fn.createError.html +1 -1
  60. package/dist/functions/_zthun_helpful-fn.detokenize.html +1 -1
  61. package/dist/functions/_zthun_helpful-fn.firstDefined.html +1 -1
  62. package/dist/functions/_zthun_helpful-fn.firstTruthy.html +1 -1
  63. package/dist/functions/_zthun_helpful-fn.firstWhere.html +1 -1
  64. package/dist/functions/_zthun_helpful-fn.isEmptyObject.html +1 -1
  65. package/dist/functions/_zthun_helpful-fn.joinDefined.html +1 -1
  66. package/dist/functions/_zthun_helpful-fn.optional.html +2 -2
  67. package/dist/functions/_zthun_helpful-fn.peel.html +1 -1
  68. package/dist/functions/_zthun_helpful-fn.peelBetween.html +1 -1
  69. package/dist/functions/_zthun_helpful-fn.pickBy.html +1 -1
  70. package/dist/functions/_zthun_helpful-fn.pickDataAttributes.html +1 -1
  71. package/dist/functions/_zthun_helpful-fn.pickDefined.html +1 -1
  72. package/dist/functions/_zthun_helpful-fn.purge.html +1 -1
  73. package/dist/functions/_zthun_helpful-fn.required.html +1 -1
  74. package/dist/functions/_zthun_helpful-fn.setFirst.html +1 -1
  75. package/dist/functions/_zthun_helpful-fn.sleep.html +2 -2
  76. package/dist/functions/_zthun_helpful-fn.tag.html +1 -1
  77. package/dist/functions/_zthun_helpful-fn.tryFallback.html +2 -2
  78. package/dist/functions/_zthun_helpful-fn.tryFallbackAsync.html +2 -2
  79. package/dist/functions/_zthun_helpful-query.isBinaryFilter.html +1 -1
  80. package/dist/functions/_zthun_helpful-query.isBinaryOperator.html +1 -1
  81. package/dist/functions/_zthun_helpful-query.isCollectionFilter.html +1 -1
  82. package/dist/functions/_zthun_helpful-query.isCollectionOperator.html +1 -1
  83. package/dist/functions/_zthun_helpful-query.isLogicFilter.html +1 -1
  84. package/dist/functions/_zthun_helpful-query.isLogicOperator.html +1 -1
  85. package/dist/functions/_zthun_helpful-query.isUnaryFilter.html +1 -1
  86. package/dist/functions/_zthun_helpful-query.isUnaryOperator.html +1 -1
  87. package/dist/functions/_zthun_helpful-react.asStateData.html +2 -2
  88. package/dist/functions/_zthun_helpful-react.asStateError.html +1 -1
  89. package/dist/functions/_zthun_helpful-react.createKeyboardActivate.html +1 -1
  90. package/dist/functions/_zthun_helpful-react.isStateErrored.html +1 -1
  91. package/dist/functions/_zthun_helpful-react.isStateLoaded.html +1 -1
  92. package/dist/functions/_zthun_helpful-react.isStateLoading.html +1 -1
  93. package/dist/functions/_zthun_helpful-react.useAmbassadorState.html +2 -2
  94. package/dist/functions/_zthun_helpful-react.useAsyncState.html +1 -1
  95. package/dist/functions/_zthun_helpful-react.useFileSelect.html +1 -1
  96. package/dist/functions/_zthun_helpful-react.useKeyboardActivate.html +1 -1
  97. package/dist/functions/_zthun_helpful-react.useMoreViewState.html +1 -1
  98. package/dist/functions/_zthun_helpful-react.usePageViewState.html +1 -1
  99. package/dist/functions/_zthun_helpful-react.useStateAsArray.html +1 -1
  100. package/dist/functions/_zthun_helpful-react.useSyncState.html +1 -1
  101. package/dist/functions/_zthun_helpful-react.useWindowService.html +1 -1
  102. package/dist/functions/_zthun_helpful-reflection.ZTag.html +1 -1
  103. package/dist/functions/_zthun_helpful-reflection.isTagged.html +1 -1
  104. package/dist/functions/_zthun_helpful-validation.EqualsOtherProperty.html +1 -1
  105. package/dist/functions/_zthun_helpful-validation.IsDataURILimit.html +1 -1
  106. package/dist/functions/_zthun_helpful-validation.IsNotWhiteSpace.html +1 -1
  107. package/dist/functions/_zthun_helpful-validation.RequiresOtherProperty.html +1 -1
  108. package/dist/hierarchy.html +1 -1
  109. package/dist/interfaces/_zthun_helpful-brands.IZBrand.html +6 -6
  110. package/dist/interfaces/_zthun_helpful-fn.IZDeserialize.html +2 -2
  111. package/dist/interfaces/_zthun_helpful-fn.IZPoint2d.html +3 -3
  112. package/dist/interfaces/_zthun_helpful-fn.IZPoint3d.html +4 -4
  113. package/dist/interfaces/_zthun_helpful-fn.IZQuadrilateral.html +5 -5
  114. package/dist/interfaces/_zthun_helpful-fn.IZQuadrilateralCorners.html +2 -2
  115. package/dist/interfaces/_zthun_helpful-fn.IZSerialize.html +2 -2
  116. package/dist/interfaces/_zthun_helpful-internet.IZCookie.html +8 -8
  117. package/dist/interfaces/_zthun_helpful-internet.IZEmail.html +4 -4
  118. package/dist/interfaces/_zthun_helpful-internet.IZEmailContact.html +4 -4
  119. package/dist/interfaces/_zthun_helpful-internet.IZEmailEnvelope.html +5 -5
  120. package/dist/interfaces/_zthun_helpful-internet.IZServer.html +5 -5
  121. package/dist/interfaces/_zthun_helpful-query.IZAggregate.html +3 -3
  122. package/dist/interfaces/_zthun_helpful-query.IZDataMatch.html +2 -2
  123. package/dist/interfaces/_zthun_helpful-query.IZDataRequest.html +6 -6
  124. package/dist/interfaces/_zthun_helpful-query.IZDataRequestQuery.html +6 -6
  125. package/dist/interfaces/_zthun_helpful-query.IZDataSource.html +3 -3
  126. package/dist/interfaces/_zthun_helpful-query.IZDataSourceStaticOptions.html +4 -4
  127. package/dist/interfaces/_zthun_helpful-query.IZFilterBinary.html +5 -5
  128. package/dist/interfaces/_zthun_helpful-query.IZFilterCollection.html +5 -5
  129. package/dist/interfaces/_zthun_helpful-query.IZFilterLogic.html +4 -4
  130. package/dist/interfaces/_zthun_helpful-query.IZFilterMetadata.html +2 -2
  131. package/dist/interfaces/_zthun_helpful-query.IZFilterOperator.html +3 -3
  132. package/dist/interfaces/_zthun_helpful-query.IZFilterSubject.html +4 -4
  133. package/dist/interfaces/_zthun_helpful-query.IZMetadata.html +14 -14
  134. package/dist/interfaces/_zthun_helpful-query.IZPage.html +3 -3
  135. package/dist/interfaces/_zthun_helpful-query.IZSort.html +3 -3
  136. package/dist/interfaces/_zthun_helpful-query.IZSorter.html +4 -4
  137. package/dist/interfaces/_zthun_helpful-react.IZFileSelect.html +2 -2
  138. package/dist/interfaces/_zthun_helpful-react.IZKeyboardInteraction.html +3 -3
  139. package/dist/modules/_zthun_helpful-fn.html +1 -1
  140. package/dist/types/_zthun_helpful-fn.DeepPartial.html +1 -1
  141. package/dist/types/_zthun_helpful-fn.JoinListInputParameter.html +1 -1
  142. package/dist/types/_zthun_helpful-fn.PickPredicate.html +1 -1
  143. package/dist/types/_zthun_helpful-fn.PickResult.html +1 -1
  144. package/dist/types/_zthun_helpful-fn.RequiredDeep.html +1 -1
  145. package/dist/types/_zthun_helpful-fn.RequiredPick.html +1 -1
  146. package/dist/types/_zthun_helpful-fn.ZAnchor.html +1 -1
  147. package/dist/types/_zthun_helpful-fn.ZCornersHorizontal.html +2 -2
  148. package/dist/types/_zthun_helpful-fn.ZCornersVertical.html +2 -2
  149. package/dist/types/_zthun_helpful-fn.ZDeepPartial.html +1 -1
  150. package/dist/types/_zthun_helpful-fn.ZMutable.html +1 -0
  151. package/dist/types/_zthun_helpful-fn.ZMutableKeys.html +1 -0
  152. package/dist/types/_zthun_helpful-fn.ZNullable.html +1 -1
  153. package/dist/types/_zthun_helpful-fn.ZNumberLike.html +2 -0
  154. package/dist/types/_zthun_helpful-fn.ZObligatedValue.html +1 -1
  155. package/dist/types/_zthun_helpful-fn.ZOptional.html +1 -1
  156. package/dist/types/_zthun_helpful-fn.ZQuadrilateralCornersLike.html +1 -1
  157. package/dist/types/_zthun_helpful-fn.ZQuadrilateralLike.html +1 -1
  158. package/dist/types/_zthun_helpful-fn.ZRequiredDeep.html +1 -1
  159. package/dist/types/_zthun_helpful-fn.ZRequiredPick.html +1 -1
  160. package/dist/types/_zthun_helpful-fn.ZSideAnchor.html +1 -1
  161. package/dist/types/_zthun_helpful-fn.ZSupplier.html +1 -1
  162. package/dist/types/_zthun_helpful-fn.ZSupplierAsync.html +1 -1
  163. package/dist/types/_zthun_helpful-query.IZFilter.html +1 -1
  164. package/dist/types/_zthun_helpful-query.IZFilterUnary.html +1 -1
  165. package/dist/types/_zthun_helpful-query.ZOperatorFilter.html +1 -1
  166. package/dist/types/_zthun_helpful-react.ZAmbassadorReducer.html +1 -1
  167. package/dist/types/_zthun_helpful-react.ZAmbassadorReducerRequired.html +1 -1
  168. package/dist/types/_zthun_helpful-react.ZAmbassadorSetCurrent.html +1 -1
  169. package/dist/types/_zthun_helpful-react.ZAsyncDataState.html +1 -1
  170. package/dist/types/_zthun_helpful-react.ZAsyncDataTuple.html +1 -1
  171. package/dist/types/_zthun_helpful-react.ZAsyncUseData.html +1 -1
  172. package/dist/types/_zthun_helpful-react.ZSetStateAsArray.html +1 -1
  173. package/dist/types/_zthun_helpful-react.ZStateAsArrayReducer.html +1 -1
  174. package/dist/variables/_zthun_helpful-fn._global.html +1 -1
  175. package/dist/variables/_zthun_helpful-fn.bash.html +1 -1
  176. package/dist/variables/_zthun_helpful-fn.commaJoinDefined.html +1 -1
  177. package/dist/variables/_zthun_helpful-fn.createGuid.html +1 -1
  178. package/dist/variables/_zthun_helpful-fn.css.html +1 -1
  179. package/dist/variables/_zthun_helpful-fn.cssJoinDefined.html +1 -1
  180. package/dist/variables/_zthun_helpful-fn.gib.html +6 -0
  181. package/dist/variables/_zthun_helpful-fn.gibibytes.html +5 -0
  182. package/dist/variables/_zthun_helpful-fn.html.html +1 -1
  183. package/dist/variables/_zthun_helpful-fn.javascript.html +1 -1
  184. package/dist/variables/_zthun_helpful-fn.js.html +1 -1
  185. package/dist/variables/_zthun_helpful-fn.kib.html +6 -0
  186. package/dist/variables/_zthun_helpful-fn.kibibytes.html +5 -0
  187. package/dist/variables/_zthun_helpful-fn.markdown.html +1 -1
  188. package/dist/variables/_zthun_helpful-fn.md.html +1 -1
  189. package/dist/variables/_zthun_helpful-fn.mebibytes.html +5 -0
  190. package/dist/variables/_zthun_helpful-fn.mib.html +6 -0
  191. package/dist/variables/_zthun_helpful-fn.pebibytes.html +5 -0
  192. package/dist/variables/_zthun_helpful-fn.pib.html +6 -0
  193. package/dist/variables/_zthun_helpful-fn.pipeJoinDefined.html +1 -1
  194. package/dist/variables/_zthun_helpful-fn.semiColonJoinDefined.html +1 -1
  195. package/dist/variables/_zthun_helpful-fn.sh.html +1 -1
  196. package/dist/variables/_zthun_helpful-fn.spaceJoinDefined.html +1 -1
  197. package/dist/variables/_zthun_helpful-fn.tebibytes.html +5 -0
  198. package/dist/variables/_zthun_helpful-fn.tib.html +6 -0
  199. package/dist/variables/_zthun_helpful-fn.ts.html +1 -1
  200. package/dist/variables/_zthun_helpful-fn.typescript.html +1 -1
  201. package/dist/variables/_zthun_helpful-fn.zsh.html +1 -1
  202. package/dist/variables/_zthun_helpful-query.ZBinaryComparators.html +1 -1
  203. package/dist/variables/_zthun_helpful-query.ZCollectionComparators.html +1 -1
  204. package/dist/variables/_zthun_helpful-query.ZOperatorsBinary.html +1 -1
  205. package/dist/variables/_zthun_helpful-query.ZOperatorsCollection.html +1 -1
  206. package/dist/variables/_zthun_helpful-query.ZOperatorsFilter.html +1 -1
  207. package/dist/variables/_zthun_helpful-query.ZOperatorsLogic.html +1 -1
  208. package/dist/variables/_zthun_helpful-query.ZOperatorsUnary.html +1 -1
  209. package/dist/variables/_zthun_helpful-query.ZSortDirections.html +1 -1
  210. package/dist/variables/_zthun_helpful-query.ZUnaryComparators.html +1 -1
  211. package/dist/variables/_zthun_helpful-react.DefaultActivateCodes.html +1 -1
  212. package/dist/variables/_zthun_helpful-react.ZAsyncLoading.html +1 -1
  213. package/dist/variables/_zthun_helpful-react.ZFileSelectContext.html +1 -1
  214. package/dist/variables/_zthun_helpful-react.ZWindowServiceContext.html +1 -1
  215. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zthun/helpful-web",
3
- "version": "9.7.1",
3
+ "version": "9.9.0",
4
4
  "description": "A documentation website for showing helpful.",
5
5
  "author": "Anthony Bonta",
6
6
  "license": "MIT",
@@ -17,13 +17,13 @@
17
17
  "access": "public"
18
18
  },
19
19
  "devDependencies": {
20
- "@zthun/helpful-brands": "^9.7.1",
21
- "@zthun/helpful-fn": "^9.6.0",
22
- "@zthun/helpful-internet": "^9.6.0",
23
- "@zthun/helpful-query": "^9.7.1",
24
- "@zthun/helpful-react": "^9.7.1",
25
- "@zthun/helpful-validation": "^9.6.0",
26
- "@zthun/janitor-build-config": "^19.3.6",
20
+ "@zthun/helpful-brands": "^9.9.0",
21
+ "@zthun/helpful-fn": "^9.9.0",
22
+ "@zthun/helpful-internet": "^9.9.0",
23
+ "@zthun/helpful-query": "^9.9.0",
24
+ "@zthun/helpful-react": "^9.9.0",
25
+ "@zthun/helpful-validation": "^9.9.0",
26
+ "@zthun/janitor-build-config": "^19.4.1",
27
27
  "typedoc": "^0.28.14",
28
28
  "typescript": "~5.9.3"
29
29
  },
@@ -31,5 +31,5 @@
31
31
  "dist"
32
32
  ],
33
33
  "sideEffects": false,
34
- "gitHead": "18f6c328c40cf9a4bc5c680076d0a7c7d323e5ee"
34
+ "gitHead": "d20f80691ff6378bbe3179d7eafc956f0f4e65c9"
35
35
  }