@biggive/components 1.0.96 → 1.0.98

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 (262) hide show
  1. package/dist/biggive/assets/images/biggive-triangle-green.svg +21 -0
  2. package/dist/biggive/assets/images/cross.svg +11 -0
  3. package/dist/biggive/assets/images/menu.svg +11 -0
  4. package/dist/biggive/biggive.esm.js +1 -1
  5. package/dist/biggive/p-063c44ce.entry.js +1 -0
  6. package/dist/biggive/p-0892aade.entry.js +1 -0
  7. package/dist/biggive/p-2330ffc8.entry.js +1 -0
  8. package/dist/biggive/{p-e39db89c.entry.js → p-38b36bc6.entry.js} +1 -1
  9. package/dist/biggive/p-41c6f1f3.entry.js +1 -0
  10. package/dist/biggive/p-42c41213.entry.js +1 -0
  11. package/dist/biggive/p-60872399.entry.js +1 -0
  12. package/dist/biggive/p-6d144f96.js +2 -0
  13. package/dist/biggive/p-8742102b.entry.js +1 -0
  14. package/dist/biggive/p-88faca11.js +1 -0
  15. package/dist/biggive/p-9916d987.entry.js +1 -0
  16. package/dist/biggive/p-9978ef51.entry.js +1 -0
  17. package/dist/biggive/p-99f15121.entry.js +1 -0
  18. package/dist/biggive/p-9fa2a9b2.entry.js +1 -0
  19. package/dist/biggive/p-a13e0f3e.entry.js +1 -0
  20. package/dist/biggive/p-aa4e1a2a.js +1 -0
  21. package/dist/biggive/p-bfaf1239.entry.js +1 -0
  22. package/dist/biggive/p-c1570c9f.entry.js +1 -0
  23. package/dist/biggive/p-d1c2b64d.entry.js +1 -0
  24. package/dist/biggive/p-de0f70ee.entry.js +1 -0
  25. package/dist/biggive/p-e3b0c4ae.entry.js +1 -0
  26. package/dist/biggive/p-e546fe69.entry.js +1 -0
  27. package/dist/cjs/biggive-article-card.cjs.entry.js +2 -35
  28. package/dist/cjs/biggive-back-to-top_23.cjs.entry.js +667 -0
  29. package/dist/cjs/biggive-basic-card.cjs.entry.js +2 -35
  30. package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +4 -19
  31. package/dist/cjs/biggive-boxed-content.cjs.entry.js +2 -17
  32. package/dist/cjs/biggive-branded-image.cjs.entry.js +2 -14
  33. package/dist/cjs/biggive-category-icon.cjs.entry.js +4 -19
  34. package/dist/cjs/biggive-form.cjs.entry.js +1 -1
  35. package/dist/cjs/biggive-formatted-text.cjs.entry.js +2 -8
  36. package/dist/cjs/biggive-icon-group.cjs.entry.js +2 -8
  37. package/dist/cjs/biggive-image.cjs.entry.js +2 -20
  38. package/dist/cjs/biggive-nav-group.cjs.entry.js +20 -0
  39. package/dist/cjs/biggive-nav-item.cjs.entry.js +22 -0
  40. package/dist/cjs/biggive-quote.cjs.entry.js +2 -14
  41. package/dist/cjs/biggive-search.cjs.entry.js +7 -5
  42. package/dist/cjs/biggive-tab.cjs.entry.js +2 -5
  43. package/dist/cjs/biggive-tabbed-content.cjs.entry.js +2 -8
  44. package/dist/cjs/biggive-text-input.cjs.entry.js +1 -1
  45. package/dist/cjs/biggive-video.cjs.entry.js +2 -11
  46. package/dist/cjs/biggive.cjs.js +3 -3
  47. package/dist/cjs/{fontawesome-icons-110f532d.js → fontawesome-icons-f33263c4.js} +45 -55
  48. package/dist/cjs/index-1fa2bbc6.js +196 -0
  49. package/dist/cjs/{index-87518c3f.js → index-ecfc2713.js} +734 -495
  50. package/dist/cjs/loader.cjs.js +3 -3
  51. package/dist/collection/assets/images/biggive-triangle-green.svg +21 -0
  52. package/dist/collection/assets/images/cross.svg +11 -0
  53. package/dist/collection/assets/images/menu.svg +11 -0
  54. package/dist/collection/collection-manifest.json +6 -2
  55. package/dist/collection/components/biggive-article-card/biggive-article-card.css +20 -0
  56. package/dist/collection/components/biggive-article-card/biggive-article-card.js +214 -253
  57. package/dist/collection/components/biggive-back-to-top/biggive-back-to-top.css +20 -0
  58. package/dist/collection/components/biggive-back-to-top/biggive-back-to-top.js +12 -11
  59. package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +20 -0
  60. package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +214 -251
  61. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +20 -0
  62. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.js +102 -116
  63. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +20 -0
  64. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.js +102 -112
  65. package/dist/collection/components/biggive-branded-image/biggive-branded-image.css +20 -0
  66. package/dist/collection/components/biggive-branded-image/biggive-branded-image.js +85 -96
  67. package/dist/collection/components/biggive-button/biggive-button.css +20 -0
  68. package/dist/collection/components/biggive-button/biggive-button.js +137 -153
  69. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +20 -0
  70. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.js +376 -440
  71. package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.css +22 -0
  72. package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.js +322 -385
  73. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.css +57 -0
  74. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.js +354 -118
  75. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.stories.js +14 -3
  76. package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.css +22 -0
  77. package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.js +238 -292
  78. package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +20 -0
  79. package/dist/collection/components/biggive-category-icon/biggive-category-icon.js +102 -116
  80. package/dist/collection/components/biggive-footer/biggive-footer.css +54 -1
  81. package/dist/collection/components/biggive-footer/biggive-footer.js +15 -39
  82. package/dist/collection/components/biggive-footer/biggive-footer.stories.js +8 -1
  83. package/dist/collection/components/biggive-form/biggive-form.js +12 -9
  84. package/dist/collection/components/biggive-form-field-select/biggive-form-field-select.css +557 -0
  85. package/dist/collection/components/biggive-form-field-select/biggive-form-field-select.js +126 -9
  86. package/dist/collection/components/biggive-form-field-select/biggive-form-field-select.stories.js +9 -0
  87. package/dist/collection/components/biggive-form-field-select-option/biggive-form-field-select-option.css +520 -0
  88. package/dist/collection/components/biggive-form-field-select-option/biggive-form-field-select-option.js +94 -0
  89. package/dist/collection/components/biggive-form-field-select-option/biggive-form-field-select-option.stories.js +23 -0
  90. package/dist/collection/components/biggive-form-field-text-input/biggive-text-input.js +12 -9
  91. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +20 -0
  92. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.js +51 -52
  93. package/dist/collection/components/biggive-grid/biggive-grid.css +35 -0
  94. package/dist/collection/components/biggive-grid/biggive-grid.js +68 -72
  95. package/dist/collection/components/biggive-header/biggive-header.css +90 -2
  96. package/dist/collection/components/biggive-header/biggive-header.js +64 -69
  97. package/dist/collection/components/biggive-header/biggive-header.stories.js +12 -2
  98. package/dist/collection/components/biggive-heading/biggive-heading.css +20 -0
  99. package/dist/collection/components/biggive-heading/biggive-heading.js +136 -152
  100. package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +46 -13
  101. package/dist/collection/components/biggive-hero-image/biggive-hero-image.js +276 -281
  102. package/dist/collection/components/biggive-hero-image/biggive-hero-image.stories.js +15 -0
  103. package/dist/collection/components/biggive-icon-group/biggive-icon-group.css +20 -0
  104. package/dist/collection/components/biggive-icon-group/biggive-icon-group.js +51 -54
  105. package/dist/collection/components/biggive-image/biggive-image.css +20 -0
  106. package/dist/collection/components/biggive-image/biggive-image.js +119 -133
  107. package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +39 -5
  108. package/dist/collection/components/biggive-image-feature/biggive-image-feature.js +232 -270
  109. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +20 -0
  110. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.js +85 -94
  111. package/dist/collection/components/biggive-nav-group/biggive-nav-group.css +517 -0
  112. package/dist/collection/components/biggive-nav-group/biggive-nav-group.js +43 -0
  113. package/dist/collection/components/biggive-nav-item/biggive-nav-item.css +522 -0
  114. package/dist/collection/components/biggive-nav-item/biggive-nav-item.js +81 -0
  115. package/dist/collection/components/biggive-page-column/biggive-page-column.css +506 -1
  116. package/dist/collection/components/biggive-page-column/biggive-page-column.js +11 -7
  117. package/dist/collection/components/biggive-page-columns/biggive-page-columns.css +30 -1
  118. package/dist/collection/components/biggive-page-columns/biggive-page-columns.js +34 -36
  119. package/dist/collection/components/biggive-page-section/biggive-page-section.css +20 -0
  120. package/dist/collection/components/biggive-page-section/biggive-page-section.js +85 -93
  121. package/dist/collection/components/biggive-popup/biggive-popup.css +547 -0
  122. package/dist/collection/components/biggive-popup/biggive-popup.js +47 -0
  123. package/dist/collection/components/biggive-popup/biggive-popup.stories.js +8 -0
  124. package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.css +20 -0
  125. package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.js +68 -76
  126. package/dist/collection/components/biggive-quote/biggive-quote.css +20 -0
  127. package/dist/collection/components/biggive-quote/biggive-quote.js +85 -93
  128. package/dist/collection/components/biggive-search/biggive-search.css +20 -0
  129. package/dist/collection/components/biggive-search/biggive-search.js +74 -74
  130. package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +20 -0
  131. package/dist/collection/components/biggive-social-icon/biggive-social-icon.js +85 -94
  132. package/dist/collection/components/biggive-tab/biggive-tab.css +20 -0
  133. package/dist/collection/components/biggive-tab/biggive-tab.js +34 -34
  134. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +20 -0
  135. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +51 -52
  136. package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +29 -1
  137. package/dist/collection/components/biggive-totalizer/biggive-totalizer.js +178 -208
  138. package/dist/collection/components/biggive-video/biggive-video.css +20 -0
  139. package/dist/collection/components/biggive-video/biggive-video.js +68 -72
  140. package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +39 -5
  141. package/dist/collection/components/biggive-video-feature/biggive-video-feature.js +238 -278
  142. package/dist/components/biggive-article-card.js +1 -34
  143. package/dist/components/biggive-back-to-top.js +1 -1
  144. package/dist/components/biggive-basic-card.js +1 -34
  145. package/dist/components/biggive-beneficiary-icon.js +1 -16
  146. package/dist/components/biggive-boxed-content.js +1 -16
  147. package/dist/components/biggive-branded-image.js +1 -13
  148. package/dist/components/biggive-button2.js +2 -23
  149. package/dist/components/biggive-call-to-action.js +1 -61
  150. package/dist/components/biggive-campaign-card-filter-grid.js +103 -22
  151. package/dist/components/biggive-campaign-card.js +2 -49
  152. package/dist/components/biggive-campaign-highlights.js +1 -40
  153. package/dist/components/biggive-category-icon.js +1 -16
  154. package/dist/components/biggive-footer.js +4 -10
  155. package/dist/components/biggive-form-field-select-option.d.ts +11 -0
  156. package/dist/components/biggive-form-field-select-option.js +6 -0
  157. package/dist/components/biggive-form-field-select-option2.js +46 -0
  158. package/dist/components/biggive-form-field-select.js +1 -28
  159. package/dist/components/biggive-form-field-select2.js +45 -0
  160. package/dist/components/biggive-formatted-text.js +1 -7
  161. package/dist/components/biggive-grid.js +1 -10
  162. package/dist/components/biggive-header.js +13 -8
  163. package/dist/components/biggive-heading.js +1 -22
  164. package/dist/components/biggive-hero-image.js +6 -41
  165. package/dist/components/biggive-icon-group.js +1 -7
  166. package/dist/components/biggive-image-feature.js +1 -37
  167. package/dist/components/biggive-image.js +1 -19
  168. package/dist/components/biggive-misc-icon2.js +1 -13
  169. package/dist/components/biggive-nav-group.d.ts +11 -0
  170. package/dist/components/biggive-nav-group.js +36 -0
  171. package/dist/components/biggive-nav-item.d.ts +11 -0
  172. package/dist/components/biggive-nav-item.js +40 -0
  173. package/dist/components/biggive-page-column.js +1 -1
  174. package/dist/components/biggive-page-columns.js +1 -4
  175. package/dist/components/biggive-page-section.js +1 -13
  176. package/dist/components/biggive-popup.d.ts +11 -0
  177. package/dist/components/biggive-popup.js +6 -0
  178. package/dist/components/biggive-popup2.js +41 -0
  179. package/dist/components/biggive-progress-bar2.js +1 -10
  180. package/dist/components/biggive-quote.js +1 -13
  181. package/dist/components/biggive-search.js +5 -3
  182. package/dist/components/biggive-social-icon.js +41 -1
  183. package/dist/components/biggive-tab.js +1 -4
  184. package/dist/components/biggive-tabbed-content.js +1 -7
  185. package/dist/components/biggive-totalizer.js +1 -28
  186. package/dist/components/biggive-video-feature.js +1 -40
  187. package/dist/components/biggive-video.js +1 -10
  188. package/dist/components/fontawesome-icons.js +11 -21
  189. package/dist/components/index.d.ts +4 -0
  190. package/dist/components/index.js +4 -0
  191. package/dist/components/index2.js +164 -0
  192. package/dist/esm/biggive-article-card.entry.js +2 -35
  193. package/dist/esm/biggive-back-to-top_23.entry.js +641 -0
  194. package/dist/esm/biggive-basic-card.entry.js +2 -35
  195. package/dist/esm/biggive-beneficiary-icon.entry.js +4 -19
  196. package/dist/esm/biggive-boxed-content.entry.js +2 -17
  197. package/dist/esm/biggive-branded-image.entry.js +2 -14
  198. package/dist/esm/biggive-category-icon.entry.js +4 -19
  199. package/dist/esm/biggive-form.entry.js +1 -1
  200. package/dist/esm/biggive-formatted-text.entry.js +2 -8
  201. package/dist/esm/biggive-icon-group.entry.js +2 -8
  202. package/dist/esm/biggive-image.entry.js +2 -20
  203. package/dist/esm/biggive-nav-group.entry.js +16 -0
  204. package/dist/esm/biggive-nav-item.entry.js +18 -0
  205. package/dist/esm/biggive-quote.entry.js +2 -14
  206. package/dist/esm/biggive-search.entry.js +6 -4
  207. package/dist/esm/biggive-tab.entry.js +2 -5
  208. package/dist/esm/biggive-tabbed-content.entry.js +2 -8
  209. package/dist/esm/biggive-text-input.entry.js +1 -1
  210. package/dist/esm/biggive-video.entry.js +2 -11
  211. package/dist/esm/biggive.js +3 -3
  212. package/dist/esm/{fontawesome-icons-562459be.js → fontawesome-icons-ff9155ca.js} +11 -21
  213. package/dist/esm/index-7cfe62c2.js +164 -0
  214. package/dist/esm/{index-4395d470.js → index-b3c47751.js} +734 -495
  215. package/dist/esm/loader.js +3 -3
  216. package/dist/esm/polyfills/css-shim.js +1 -1
  217. package/dist/types/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.d.ts +28 -2
  218. package/dist/types/components/biggive-form-field-select/biggive-form-field-select.d.ts +17 -0
  219. package/dist/types/components/biggive-form-field-select/biggive-form-field-select.stories.d.ts +5 -0
  220. package/dist/types/components/biggive-form-field-select-option/biggive-form-field-select-option.d.ts +20 -0
  221. package/dist/types/components/biggive-form-field-select-option/biggive-form-field-select-option.stories.d.ts +13 -0
  222. package/dist/types/components/biggive-header/biggive-header.d.ts +1 -0
  223. package/dist/types/components/biggive-hero-image/biggive-hero-image.d.ts +8 -0
  224. package/dist/types/components/biggive-hero-image/biggive-hero-image.stories.d.ts +9 -0
  225. package/dist/types/components/biggive-nav-group/biggive-nav-group.d.ts +7 -0
  226. package/dist/types/components/biggive-nav-item/biggive-nav-item.d.ts +15 -0
  227. package/dist/types/components/biggive-popup/biggive-popup.d.ts +6 -0
  228. package/dist/types/components/biggive-popup/biggive-popup.stories.d.ts +5 -0
  229. package/dist/types/components.d.ts +199 -2
  230. package/dist/types/stencil-public-runtime.d.ts +20 -4
  231. package/hydrate/index.d.ts +1 -1
  232. package/hydrate/index.js +1225 -1548
  233. package/loader/package.json +1 -0
  234. package/package.json +4 -2
  235. package/dist/biggive/p-10ba977a.entry.js +0 -1
  236. package/dist/biggive/p-114fac7c.entry.js +0 -1
  237. package/dist/biggive/p-1788f27c.entry.js +0 -1
  238. package/dist/biggive/p-1805f9ab.js +0 -2
  239. package/dist/biggive/p-1bf2e39d.entry.js +0 -1
  240. package/dist/biggive/p-26de9586.entry.js +0 -1
  241. package/dist/biggive/p-3116f3df.entry.js +0 -1
  242. package/dist/biggive/p-4368caaa.entry.js +0 -1
  243. package/dist/biggive/p-512c15ed.entry.js +0 -1
  244. package/dist/biggive/p-78406754.entry.js +0 -1
  245. package/dist/biggive/p-871707f4.js +0 -6
  246. package/dist/biggive/p-9125d753.entry.js +0 -1
  247. package/dist/biggive/p-96ddb8d1.entry.js +0 -1
  248. package/dist/biggive/p-a423663d.entry.js +0 -1
  249. package/dist/biggive/p-afde0b4b.entry.js +0 -1
  250. package/dist/biggive/p-b15292fe.entry.js +0 -1
  251. package/dist/biggive/p-ec9b42b3.js +0 -6
  252. package/dist/biggive/p-faa619ad.entry.js +0 -1
  253. package/dist/biggive/p-faa6817c.entry.js +0 -1
  254. package/dist/biggive/p-fb8447d1.entry.js +0 -1
  255. package/dist/cjs/biggive-back-to-top_20.cjs.entry.js +0 -923
  256. package/dist/cjs/biggive-form-field-select.cjs.entry.js +0 -19
  257. package/dist/cjs/index.es-d3570170.js +0 -201
  258. package/dist/components/biggive-social-icon2.js +0 -55
  259. package/dist/components/index.es.js +0 -169
  260. package/dist/esm/biggive-back-to-top_20.entry.js +0 -900
  261. package/dist/esm/biggive-form-field-select.entry.js +0 -15
  262. package/dist/esm/index.es-5777380a.js +0 -169
@@ -345,18 +345,40 @@ export namespace Components {
345
345
  "spaceBelow": number;
346
346
  }
347
347
  interface BiggiveCampaignCardFilterGrid {
348
+ /**
349
+ * JSON array of beneficary key/values
350
+ */
351
+ "beneficaryOptions": string;
348
352
  /**
349
353
  * Defines the text on the search button
350
354
  */
351
355
  "buttonText": string;
356
+ /**
357
+ * JSON array of category key/values
358
+ */
359
+ "categoryOptions": string;
360
+ "filterBeneficary": string;
361
+ "filterCategory": string;
362
+ "filterFunding": string;
363
+ "filterLocation": string;
364
+ /**
365
+ * JSON array of funding key/values
366
+ */
367
+ "fundingOptions": string;
352
368
  /**
353
369
  * Intro
354
370
  */
355
371
  "intro": string;
372
+ /**
373
+ * JSON array of location key/values
374
+ */
375
+ "locationOptions": string;
356
376
  /**
357
377
  * Defines the text displayed as the placeholder in the input field before the user types anything
358
378
  */
359
379
  "placeholderText": string;
380
+ "searchText": string;
381
+ "sortBy": string;
360
382
  /**
361
383
  * Space below component
362
384
  */
@@ -443,6 +465,26 @@ export namespace Components {
443
465
  interface BiggiveForm {
444
466
  }
445
467
  interface BiggiveFormFieldSelect {
468
+ /**
469
+ * Placeholder
470
+ */
471
+ "placeholder": string;
472
+ "selectedLabel": string;
473
+ "selectedValue": string;
474
+ /**
475
+ * Space below component
476
+ */
477
+ "spaceBelow": number;
478
+ }
479
+ interface BiggiveFormFieldSelectOption {
480
+ /**
481
+ * Label
482
+ */
483
+ "label": string;
484
+ /**
485
+ * Value
486
+ */
487
+ "value": string;
446
488
  }
447
489
  interface BiggiveFormattedText {
448
490
  /**
@@ -533,6 +575,14 @@ export namespace Components {
533
575
  * Full URL of a main hero image.
534
576
  */
535
577
  "mainImage": string;
578
+ /**
579
+ * Horizontal alignment of image
580
+ */
581
+ "mainImageAlignHorizontal": string;
582
+ /**
583
+ * Vertical alignment of image
584
+ */
585
+ "mainImageAlignVertical": string;
536
586
  /**
537
587
  * Hero image title, typically the page.
538
588
  */
@@ -666,6 +716,26 @@ export namespace Components {
666
716
  */
667
717
  "url": string;
668
718
  }
719
+ interface BiggiveNavGroup {
720
+ /**
721
+ * Inline
722
+ */
723
+ "inline": boolean;
724
+ }
725
+ interface BiggiveNavItem {
726
+ /**
727
+ * URL
728
+ */
729
+ "iconColour": string;
730
+ /**
731
+ * Label
732
+ */
733
+ "label": string;
734
+ /**
735
+ * URL
736
+ */
737
+ "url": string;
738
+ }
669
739
  interface BiggivePageColumn {
670
740
  }
671
741
  interface BiggivePageColumns {
@@ -692,6 +762,9 @@ export namespace Components {
692
762
  */
693
763
  "spaceBelow": number;
694
764
  }
765
+ interface BiggivePopup {
766
+ "open": () => Promise<void>;
767
+ }
695
768
  interface BiggiveProgressBar {
696
769
  /**
697
770
  * Colour Scheme
@@ -881,6 +954,14 @@ export interface BiggiveCampaignCardFilterGridCustomEvent<T> extends CustomEvent
881
954
  detail: T;
882
955
  target: HTMLBiggiveCampaignCardFilterGridElement;
883
956
  }
957
+ export interface BiggiveFormFieldSelectCustomEvent<T> extends CustomEvent<T> {
958
+ detail: T;
959
+ target: HTMLBiggiveFormFieldSelectElement;
960
+ }
961
+ export interface BiggiveFormFieldSelectOptionCustomEvent<T> extends CustomEvent<T> {
962
+ detail: T;
963
+ target: HTMLBiggiveFormFieldSelectOptionElement;
964
+ }
884
965
  export interface BiggiveSearchCustomEvent<T> extends CustomEvent<T> {
885
966
  detail: T;
886
967
  target: HTMLBiggiveSearchElement;
@@ -976,6 +1057,12 @@ declare global {
976
1057
  prototype: HTMLBiggiveFormFieldSelectElement;
977
1058
  new (): HTMLBiggiveFormFieldSelectElement;
978
1059
  };
1060
+ interface HTMLBiggiveFormFieldSelectOptionElement extends Components.BiggiveFormFieldSelectOption, HTMLStencilElement {
1061
+ }
1062
+ var HTMLBiggiveFormFieldSelectOptionElement: {
1063
+ prototype: HTMLBiggiveFormFieldSelectOptionElement;
1064
+ new (): HTMLBiggiveFormFieldSelectOptionElement;
1065
+ };
979
1066
  interface HTMLBiggiveFormattedTextElement extends Components.BiggiveFormattedText, HTMLStencilElement {
980
1067
  }
981
1068
  var HTMLBiggiveFormattedTextElement: {
@@ -1030,6 +1117,18 @@ declare global {
1030
1117
  prototype: HTMLBiggiveMiscIconElement;
1031
1118
  new (): HTMLBiggiveMiscIconElement;
1032
1119
  };
1120
+ interface HTMLBiggiveNavGroupElement extends Components.BiggiveNavGroup, HTMLStencilElement {
1121
+ }
1122
+ var HTMLBiggiveNavGroupElement: {
1123
+ prototype: HTMLBiggiveNavGroupElement;
1124
+ new (): HTMLBiggiveNavGroupElement;
1125
+ };
1126
+ interface HTMLBiggiveNavItemElement extends Components.BiggiveNavItem, HTMLStencilElement {
1127
+ }
1128
+ var HTMLBiggiveNavItemElement: {
1129
+ prototype: HTMLBiggiveNavItemElement;
1130
+ new (): HTMLBiggiveNavItemElement;
1131
+ };
1033
1132
  interface HTMLBiggivePageColumnElement extends Components.BiggivePageColumn, HTMLStencilElement {
1034
1133
  }
1035
1134
  var HTMLBiggivePageColumnElement: {
@@ -1048,6 +1147,12 @@ declare global {
1048
1147
  prototype: HTMLBiggivePageSectionElement;
1049
1148
  new (): HTMLBiggivePageSectionElement;
1050
1149
  };
1150
+ interface HTMLBiggivePopupElement extends Components.BiggivePopup, HTMLStencilElement {
1151
+ }
1152
+ var HTMLBiggivePopupElement: {
1153
+ prototype: HTMLBiggivePopupElement;
1154
+ new (): HTMLBiggivePopupElement;
1155
+ };
1051
1156
  interface HTMLBiggiveProgressBarElement extends Components.BiggiveProgressBar, HTMLStencilElement {
1052
1157
  }
1053
1158
  var HTMLBiggiveProgressBarElement: {
@@ -1124,6 +1229,7 @@ declare global {
1124
1229
  "biggive-footer": HTMLBiggiveFooterElement;
1125
1230
  "biggive-form": HTMLBiggiveFormElement;
1126
1231
  "biggive-form-field-select": HTMLBiggiveFormFieldSelectElement;
1232
+ "biggive-form-field-select-option": HTMLBiggiveFormFieldSelectOptionElement;
1127
1233
  "biggive-formatted-text": HTMLBiggiveFormattedTextElement;
1128
1234
  "biggive-grid": HTMLBiggiveGridElement;
1129
1235
  "biggive-header": HTMLBiggiveHeaderElement;
@@ -1133,9 +1239,12 @@ declare global {
1133
1239
  "biggive-image": HTMLBiggiveImageElement;
1134
1240
  "biggive-image-feature": HTMLBiggiveImageFeatureElement;
1135
1241
  "biggive-misc-icon": HTMLBiggiveMiscIconElement;
1242
+ "biggive-nav-group": HTMLBiggiveNavGroupElement;
1243
+ "biggive-nav-item": HTMLBiggiveNavItemElement;
1136
1244
  "biggive-page-column": HTMLBiggivePageColumnElement;
1137
1245
  "biggive-page-columns": HTMLBiggivePageColumnsElement;
1138
1246
  "biggive-page-section": HTMLBiggivePageSectionElement;
1247
+ "biggive-popup": HTMLBiggivePopupElement;
1139
1248
  "biggive-progress-bar": HTMLBiggiveProgressBarElement;
1140
1249
  "biggive-quote": HTMLBiggiveQuoteElement;
1141
1250
  "biggive-search": HTMLBiggiveSearchElement;
@@ -1488,22 +1597,44 @@ declare namespace LocalJSX {
1488
1597
  "spaceBelow"?: number;
1489
1598
  }
1490
1599
  interface BiggiveCampaignCardFilterGrid {
1600
+ /**
1601
+ * JSON array of beneficary key/values
1602
+ */
1603
+ "beneficaryOptions"?: string;
1491
1604
  /**
1492
1605
  * Defines the text on the search button
1493
1606
  */
1494
1607
  "buttonText"?: string;
1608
+ /**
1609
+ * JSON array of category key/values
1610
+ */
1611
+ "categoryOptions"?: string;
1612
+ "filterBeneficary"?: string;
1613
+ "filterCategory"?: string;
1614
+ "filterFunding"?: string;
1615
+ "filterLocation"?: string;
1616
+ /**
1617
+ * JSON array of funding key/values
1618
+ */
1619
+ "fundingOptions"?: string;
1495
1620
  /**
1496
1621
  * Intro
1497
1622
  */
1498
1623
  "intro"?: string;
1499
1624
  /**
1500
- * This event `doTextSearch` event is emitted and propogates to the parent component which handles it
1625
+ * JSON array of location key/values
1501
1626
  */
1502
- "onDoTextSearch"?: (event: BiggiveCampaignCardFilterGridCustomEvent<string>) => void;
1627
+ "locationOptions"?: string;
1628
+ /**
1629
+ * This event `doChange` event is emitted and propogates to the parent component which handles it
1630
+ */
1631
+ "onDoSearchAndFilterUpdate"?: (event: BiggiveCampaignCardFilterGridCustomEvent<object>) => void;
1503
1632
  /**
1504
1633
  * Defines the text displayed as the placeholder in the input field before the user types anything
1505
1634
  */
1506
1635
  "placeholderText"?: string;
1636
+ "searchText"?: string;
1637
+ "sortBy"?: string;
1507
1638
  /**
1508
1639
  * Space below component
1509
1640
  */
@@ -1590,6 +1721,34 @@ declare namespace LocalJSX {
1590
1721
  interface BiggiveForm {
1591
1722
  }
1592
1723
  interface BiggiveFormFieldSelect {
1724
+ /**
1725
+ * This event `doChange` event is emitted and propogates to the parent component which handles it
1726
+ */
1727
+ "onDoSelectChange"?: (event: BiggiveFormFieldSelectCustomEvent<object>) => void;
1728
+ /**
1729
+ * Placeholder
1730
+ */
1731
+ "placeholder"?: string;
1732
+ "selectedLabel"?: string;
1733
+ "selectedValue"?: string;
1734
+ /**
1735
+ * Space below component
1736
+ */
1737
+ "spaceBelow"?: number;
1738
+ }
1739
+ interface BiggiveFormFieldSelectOption {
1740
+ /**
1741
+ * Label
1742
+ */
1743
+ "label"?: string;
1744
+ /**
1745
+ * This event `doOptionSelect` event is emitted and propogates to the parent component which handles it
1746
+ */
1747
+ "onDoOptionSelect"?: (event: BiggiveFormFieldSelectOptionCustomEvent<object>) => void;
1748
+ /**
1749
+ * Value
1750
+ */
1751
+ "value"?: string;
1593
1752
  }
1594
1753
  interface BiggiveFormattedText {
1595
1754
  /**
@@ -1680,6 +1839,14 @@ declare namespace LocalJSX {
1680
1839
  * Full URL of a main hero image.
1681
1840
  */
1682
1841
  "mainImage"?: string;
1842
+ /**
1843
+ * Horizontal alignment of image
1844
+ */
1845
+ "mainImageAlignHorizontal"?: string;
1846
+ /**
1847
+ * Vertical alignment of image
1848
+ */
1849
+ "mainImageAlignVertical"?: string;
1683
1850
  /**
1684
1851
  * Hero image title, typically the page.
1685
1852
  */
@@ -1813,6 +1980,26 @@ declare namespace LocalJSX {
1813
1980
  */
1814
1981
  "url"?: string;
1815
1982
  }
1983
+ interface BiggiveNavGroup {
1984
+ /**
1985
+ * Inline
1986
+ */
1987
+ "inline"?: boolean;
1988
+ }
1989
+ interface BiggiveNavItem {
1990
+ /**
1991
+ * URL
1992
+ */
1993
+ "iconColour"?: string;
1994
+ /**
1995
+ * Label
1996
+ */
1997
+ "label"?: string;
1998
+ /**
1999
+ * URL
2000
+ */
2001
+ "url"?: string;
2002
+ }
1816
2003
  interface BiggivePageColumn {
1817
2004
  }
1818
2005
  interface BiggivePageColumns {
@@ -1839,6 +2026,8 @@ declare namespace LocalJSX {
1839
2026
  */
1840
2027
  "spaceBelow"?: number;
1841
2028
  }
2029
+ interface BiggivePopup {
2030
+ }
1842
2031
  interface BiggiveProgressBar {
1843
2032
  /**
1844
2033
  * Colour Scheme
@@ -2043,6 +2232,7 @@ declare namespace LocalJSX {
2043
2232
  "biggive-footer": BiggiveFooter;
2044
2233
  "biggive-form": BiggiveForm;
2045
2234
  "biggive-form-field-select": BiggiveFormFieldSelect;
2235
+ "biggive-form-field-select-option": BiggiveFormFieldSelectOption;
2046
2236
  "biggive-formatted-text": BiggiveFormattedText;
2047
2237
  "biggive-grid": BiggiveGrid;
2048
2238
  "biggive-header": BiggiveHeader;
@@ -2052,9 +2242,12 @@ declare namespace LocalJSX {
2052
2242
  "biggive-image": BiggiveImage;
2053
2243
  "biggive-image-feature": BiggiveImageFeature;
2054
2244
  "biggive-misc-icon": BiggiveMiscIcon;
2245
+ "biggive-nav-group": BiggiveNavGroup;
2246
+ "biggive-nav-item": BiggiveNavItem;
2055
2247
  "biggive-page-column": BiggivePageColumn;
2056
2248
  "biggive-page-columns": BiggivePageColumns;
2057
2249
  "biggive-page-section": BiggivePageSection;
2250
+ "biggive-popup": BiggivePopup;
2058
2251
  "biggive-progress-bar": BiggiveProgressBar;
2059
2252
  "biggive-quote": BiggiveQuote;
2060
2253
  "biggive-search": BiggiveSearch;
@@ -2086,6 +2279,7 @@ declare module "@stencil/core" {
2086
2279
  "biggive-footer": LocalJSX.BiggiveFooter & JSXBase.HTMLAttributes<HTMLBiggiveFooterElement>;
2087
2280
  "biggive-form": LocalJSX.BiggiveForm & JSXBase.HTMLAttributes<HTMLBiggiveFormElement>;
2088
2281
  "biggive-form-field-select": LocalJSX.BiggiveFormFieldSelect & JSXBase.HTMLAttributes<HTMLBiggiveFormFieldSelectElement>;
2282
+ "biggive-form-field-select-option": LocalJSX.BiggiveFormFieldSelectOption & JSXBase.HTMLAttributes<HTMLBiggiveFormFieldSelectOptionElement>;
2089
2283
  "biggive-formatted-text": LocalJSX.BiggiveFormattedText & JSXBase.HTMLAttributes<HTMLBiggiveFormattedTextElement>;
2090
2284
  "biggive-grid": LocalJSX.BiggiveGrid & JSXBase.HTMLAttributes<HTMLBiggiveGridElement>;
2091
2285
  "biggive-header": LocalJSX.BiggiveHeader & JSXBase.HTMLAttributes<HTMLBiggiveHeaderElement>;
@@ -2095,9 +2289,12 @@ declare module "@stencil/core" {
2095
2289
  "biggive-image": LocalJSX.BiggiveImage & JSXBase.HTMLAttributes<HTMLBiggiveImageElement>;
2096
2290
  "biggive-image-feature": LocalJSX.BiggiveImageFeature & JSXBase.HTMLAttributes<HTMLBiggiveImageFeatureElement>;
2097
2291
  "biggive-misc-icon": LocalJSX.BiggiveMiscIcon & JSXBase.HTMLAttributes<HTMLBiggiveMiscIconElement>;
2292
+ "biggive-nav-group": LocalJSX.BiggiveNavGroup & JSXBase.HTMLAttributes<HTMLBiggiveNavGroupElement>;
2293
+ "biggive-nav-item": LocalJSX.BiggiveNavItem & JSXBase.HTMLAttributes<HTMLBiggiveNavItemElement>;
2098
2294
  "biggive-page-column": LocalJSX.BiggivePageColumn & JSXBase.HTMLAttributes<HTMLBiggivePageColumnElement>;
2099
2295
  "biggive-page-columns": LocalJSX.BiggivePageColumns & JSXBase.HTMLAttributes<HTMLBiggivePageColumnsElement>;
2100
2296
  "biggive-page-section": LocalJSX.BiggivePageSection & JSXBase.HTMLAttributes<HTMLBiggivePageSectionElement>;
2297
+ "biggive-popup": LocalJSX.BiggivePopup & JSXBase.HTMLAttributes<HTMLBiggivePopupElement>;
2101
2298
  "biggive-progress-bar": LocalJSX.BiggiveProgressBar & JSXBase.HTMLAttributes<HTMLBiggiveProgressBarElement>;
2102
2299
  "biggive-quote": LocalJSX.BiggiveQuote & JSXBase.HTMLAttributes<HTMLBiggiveQuoteElement>;
2103
2300
  "biggive-search": LocalJSX.BiggiveSearch & JSXBase.HTMLAttributes<HTMLBiggiveSearchElement>;
@@ -221,7 +221,9 @@ export declare type ErrorHandler = (err: any, element?: HTMLElement) => void;
221
221
  */
222
222
  export declare const setMode: (handler: ResolutionHandler) => void;
223
223
  /**
224
- * getMode
224
+ * `getMode()` is used for libraries which provide multiple "modes" for styles.
225
+ * @param ref a reference to the node to get styles for
226
+ * @returns the current mode or undefined, if not found
225
227
  */
226
228
  export declare function getMode<T = string | undefined>(ref: any): T;
227
229
  export declare function setPlatformHelpers(helpers: {
@@ -234,6 +236,9 @@ export declare function setPlatformHelpers(helpers: {
234
236
  /**
235
237
  * Get the base path to where the assets can be found. Use `setAssetPath(path)`
236
238
  * if the path needs to be customized.
239
+ * @param path the path to use in calculating the asset path. this value will be
240
+ * used in conjunction with the base asset path
241
+ * @returns the base path
237
242
  */
238
243
  export declare function getAssetPath(path: string): string;
239
244
  /**
@@ -246,22 +251,29 @@ export declare function getAssetPath(path: string): string;
246
251
  * `setAssetPath(document.currentScript.src)`, or using a bundler's replace plugin to
247
252
  * dynamically set the path at build time, such as `setAssetPath(process.env.ASSET_PATH)`.
248
253
  * But do note that this configuration depends on how your script is bundled, or lack of
249
- * bunding, and where your assets can be loaded from. Additionally custom bundling
254
+ * bundling, and where your assets can be loaded from. Additionally custom bundling
250
255
  * will have to ensure the static assets are copied to its build directory.
256
+ * @param path the asset path to set
257
+ * @returns the set path
251
258
  */
252
259
  export declare function setAssetPath(path: string): string;
253
260
  /**
254
- * getElement
261
+ * Retrieve a Stencil element for a given reference
262
+ * @param ref the ref to get the Stencil element for
263
+ * @returns a reference to the element
255
264
  */
256
265
  export declare function getElement(ref: any): HTMLStencilElement;
257
266
  /**
258
267
  * Schedules a new render of the given instance or element even if no state changed.
259
268
  *
260
- * Notice `forceUpdate()` is not syncronous and might perform the DOM render in the next frame.
269
+ * Notice `forceUpdate()` is not synchronous and might perform the DOM render in the next frame.
270
+ *
271
+ * @param ref the node/element to force the re-render of
261
272
  */
262
273
  export declare function forceUpdate(ref: any): void;
263
274
  /**
264
275
  * getRenderingRef
276
+ * @returns the rendering ref
265
277
  */
266
278
  export declare function getRenderingRef(): any;
267
279
  export interface HTMLStencilElement extends HTMLElement {
@@ -272,6 +284,8 @@ export interface HTMLStencilElement extends HTMLElement {
272
284
  * in the best moment to perform DOM mutation without causing layout thrashing.
273
285
  *
274
286
  * For further information: https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing
287
+ *
288
+ * @param task the DOM-write to schedule
275
289
  */
276
290
  export declare function writeTask(task: RafCallback): void;
277
291
  /**
@@ -279,6 +293,8 @@ export declare function writeTask(task: RafCallback): void;
279
293
  * in the best moment to perform DOM reads without causing layout thrashing.
280
294
  *
281
295
  * For further information: https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing
296
+ *
297
+ * @param task the DOM-read to schedule
282
298
  */
283
299
  export declare function readTask(task: RafCallback): void;
284
300
  /**
@@ -1,4 +1,4 @@
1
- // Generated by dts-bundle-generator v5.3.0
1
+ // Generated by dts-bundle-generator v7.0.0
2
2
 
3
3
  export declare function createWindowFromHtml(templateHtml: string, uniqueId: string): any;
4
4
  export interface HydrateDocumentOptions {