@toototech/webbuilder-plugins 0.1.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 (193) hide show
  1. package/LICENSE +1 -0
  2. package/README.md +3 -0
  3. package/dist/basic/cssScope.d.ts +3 -0
  4. package/dist/basic/index.d.ts +81 -0
  5. package/dist/basic/injectStyle.d.ts +20 -0
  6. package/dist/basic/plugin.d.ts +19 -0
  7. package/dist/basic/publisher.d.ts +4 -0
  8. package/dist/basic/registries/interactive/accordion/index.d.ts +3 -0
  9. package/dist/basic/registries/interactive/backButton/index.d.ts +3 -0
  10. package/dist/basic/registries/interactive/button/index.d.ts +10 -0
  11. package/dist/basic/registries/interactive/countUp/index.d.ts +9 -0
  12. package/dist/basic/registries/interactive/customCode/index.d.ts +3 -0
  13. package/dist/basic/registries/interactive/index.d.ts +2 -0
  14. package/dist/basic/registries/interactive/inquiryForm/index.d.ts +3 -0
  15. package/dist/basic/registries/interactive/klaviyoSubscribe/index.d.ts +3 -0
  16. package/dist/basic/registries/interactive/popup/index.d.ts +5 -0
  17. package/dist/basic/registries/interactive/salesmartlyChatButton/index.d.ts +10 -0
  18. package/dist/basic/registries/interactive/search/index.d.ts +10 -0
  19. package/dist/basic/registries/interactive/socialShare/index.d.ts +33 -0
  20. package/dist/basic/registries/interactive/tabs/index.d.ts +3 -0
  21. package/dist/basic/registries/layout/container/index.d.ts +19 -0
  22. package/dist/basic/registries/layout/divider/index.d.ts +7 -0
  23. package/dist/basic/registries/layout/grid/index.d.ts +11 -0
  24. package/dist/basic/registries/layout/index.d.ts +2 -0
  25. package/dist/basic/registries/layout/layoutBase/index.d.ts +10 -0
  26. package/dist/basic/registries/layout/section/index.d.ts +3 -0
  27. package/dist/basic/registries/layout/sectionGridBlock/index.d.ts +3 -0
  28. package/dist/basic/registries/layout/spacer/index.d.ts +7 -0
  29. package/dist/basic/registries/media/banner/index.d.ts +11 -0
  30. package/dist/basic/registries/media/carousel/index.d.ts +6 -0
  31. package/dist/basic/registries/media/flipbook/index.d.ts +5 -0
  32. package/dist/basic/registries/media/icon/index.d.ts +3 -0
  33. package/dist/basic/registries/media/image/index.d.ts +3 -0
  34. package/dist/basic/registries/media/index.d.ts +2 -0
  35. package/dist/basic/registries/media/industryTabs/index.d.ts +3 -0
  36. package/dist/basic/registries/media/marquee/index.d.ts +4 -0
  37. package/dist/basic/registries/media/ourSolutions/helpers.d.ts +289 -0
  38. package/dist/basic/registries/media/ourSolutions/index.d.ts +4 -0
  39. package/dist/basic/registries/media/ourSolutions/script.d.ts +1 -0
  40. package/dist/basic/registries/media/ourSolutions/style.d.ts +1 -0
  41. package/dist/basic/registries/media/pdfViewer/index.d.ts +3 -0
  42. package/dist/basic/registries/media/productCategories/index.d.ts +4 -0
  43. package/dist/basic/registries/media/tabMediaGallery/index.d.ts +3 -0
  44. package/dist/basic/registries/media/video/index.d.ts +12 -0
  45. package/dist/basic/registries/navigation/footer/index.d.ts +10 -0
  46. package/dist/basic/registries/navigation/index.d.ts +2 -0
  47. package/dist/basic/registries/navigation/languageSwitcher/index.d.ts +6 -0
  48. package/dist/basic/registries/navigation/logo/index.d.ts +9 -0
  49. package/dist/basic/registries/navigation/navbar/constants.d.ts +38 -0
  50. package/dist/basic/registries/navigation/navbar/factories.d.ts +848 -0
  51. package/dist/basic/registries/navigation/navbar/helpers.d.ts +12 -0
  52. package/dist/basic/registries/navigation/navbar/index.d.ts +4 -0
  53. package/dist/basic/registries/navigation/navbar/registerMegaTypes.d.ts +2 -0
  54. package/dist/basic/registries/navigation/navbar/registerMenuTypes.d.ts +2 -0
  55. package/dist/basic/registries/navigation/navbar/registerRootTypes.d.ts +2 -0
  56. package/dist/basic/registries/navigation/navbar/script.d.ts +1 -0
  57. package/dist/basic/registries/navigation/navbar/style.d.ts +1 -0
  58. package/dist/basic/registries/navigation/socialLinks/index.d.ts +3 -0
  59. package/dist/basic/registries/section/allApplications/index.d.ts +3 -0
  60. package/dist/basic/registries/section/cardCarouselSection/index.d.ts +3 -0
  61. package/dist/basic/registries/section/caseSpotlight/index.d.ts +3 -0
  62. package/dist/basic/registries/section/companyScale/index.d.ts +3 -0
  63. package/dist/basic/registries/section/customizationGrid/index.d.ts +3 -0
  64. package/dist/basic/registries/section/factoryMap/index.d.ts +3 -0
  65. package/dist/basic/registries/section/focaHistoryTimeline/index.d.ts +3 -0
  66. package/dist/basic/registries/section/historyTimeline/index.d.ts +3 -0
  67. package/dist/basic/registries/section/homeBannerCarousel/index.d.ts +4 -0
  68. package/dist/basic/registries/section/hotspotShowcase/index.d.ts +30 -0
  69. package/dist/basic/registries/section/index.d.ts +2 -0
  70. package/dist/basic/registries/section/map/index.d.ts +4 -0
  71. package/dist/basic/registries/section/milestoneCardStrip/index.d.ts +3 -0
  72. package/dist/basic/registries/section/moreCardCarousel/index.d.ts +3 -0
  73. package/dist/basic/registries/section/ourAdvantages/index.d.ts +4 -0
  74. package/dist/basic/registries/section/overviewSplit/index.d.ts +3 -0
  75. package/dist/basic/registries/section/processTimeline/index.d.ts +3 -0
  76. package/dist/basic/registries/section/productCardStrip/index.d.ts +3 -0
  77. package/dist/basic/registries/section/resourceSection/index.d.ts +6 -0
  78. package/dist/basic/registries/section/responsiveHeroCarousel/index.d.ts +4 -0
  79. package/dist/basic/registries/section/serviceIconGrid/index.d.ts +4 -0
  80. package/dist/basic/registries/section/servicesCarousel/index.d.ts +4 -0
  81. package/dist/basic/registries/section/servicesShowcase/index.d.ts +4 -0
  82. package/dist/basic/registries/section/servicesThb/index.d.ts +4 -0
  83. package/dist/basic/registries/section/solutionList/index.d.ts +4 -0
  84. package/dist/basic/registries/section/staticPinMap/index.d.ts +4 -0
  85. package/dist/basic/registries/section/statsCards/index.d.ts +3 -0
  86. package/dist/basic/registries/section/swiperRuntime.d.ts +3 -0
  87. package/dist/basic/registries/shared/sharedTraits.d.ts +37 -0
  88. package/dist/basic/registries/types.d.ts +5 -0
  89. package/dist/basic/registries/typography/heading/index.d.ts +8 -0
  90. package/dist/basic/registries/typography/index.d.ts +2 -0
  91. package/dist/basic/registries/typography/textEditor/index.d.ts +6 -0
  92. package/dist/basic/registryManifest.d.ts +9 -0
  93. package/dist/basic/styleHelpers.d.ts +29 -0
  94. package/dist/basic/svgIcon.d.ts +11 -0
  95. package/dist/basic/traitBridge.d.ts +20 -0
  96. package/dist/basic/traitFactory.d.ts +106 -0
  97. package/dist/basic.js +1146 -0
  98. package/dist/cms/cmsFactory.d.ts +164 -0
  99. package/dist/cms/dynamicRenderPipeline.d.ts +12 -0
  100. package/dist/cms/index.d.ts +31 -0
  101. package/dist/cms/plugin.d.ts +12 -0
  102. package/dist/cms/publisher.d.ts +7 -0
  103. package/dist/cms/registries/dynamic/cms/constants.d.ts +16 -0
  104. package/dist/cms/registries/dynamic/cms/dynamicField/bindings.d.ts +78 -0
  105. package/dist/cms/registries/dynamic/cms/dynamicField/blocks/breadcrumbBlock.d.ts +1 -0
  106. package/dist/cms/registries/dynamic/cms/dynamicField/blocks/conditionalBlock.d.ts +1 -0
  107. package/dist/cms/registries/dynamic/cms/dynamicField/blocks/datetimeBlock.d.ts +1 -0
  108. package/dist/cms/registries/dynamic/cms/dynamicField/blocks/htmlBlock.d.ts +1 -0
  109. package/dist/cms/registries/dynamic/cms/dynamicField/blocks/imageBlock.d.ts +1 -0
  110. package/dist/cms/registries/dynamic/cms/dynamicField/blocks/linkBlock.d.ts +1 -0
  111. package/dist/cms/registries/dynamic/cms/dynamicField/blocks/seoBlock.d.ts +1 -0
  112. package/dist/cms/registries/dynamic/cms/dynamicField/blocks/textBlock.d.ts +1 -0
  113. package/dist/cms/registries/dynamic/cms/dynamicField/blocks/tocBlock.d.ts +1 -0
  114. package/dist/cms/registries/dynamic/cms/dynamicField/constants.d.ts +19 -0
  115. package/dist/cms/registries/dynamic/cms/dynamicField/helpers.d.ts +52 -0
  116. package/dist/cms/registries/dynamic/cms/dynamicField/registerBlock.d.ts +57 -0
  117. package/dist/cms/registries/dynamic/cms/dynamicField/styles.d.ts +7 -0
  118. package/dist/cms/registries/dynamic/cms/media/previewMediaTrait.d.ts +7 -0
  119. package/dist/cms/registries/dynamic/cms/menu/siteMenuAttrs.d.ts +11 -0
  120. package/dist/cms/registries/dynamic/cms/menuTree/menuTreeAttrs.d.ts +8 -0
  121. package/dist/cms/registries/dynamic/cms/post/styles.d.ts +6 -0
  122. package/dist/cms/registries/dynamic/cms/product/detail.styles.d.ts +1 -0
  123. package/dist/cms/registries/dynamic/cms/product/detailV2.styles.d.ts +1 -0
  124. package/dist/cms/registries/dynamic/cms/product/previewProductTrait.d.ts +6 -0
  125. package/dist/cms/registries/dynamic/cms/product/styles.d.ts +6 -0
  126. package/dist/cms/registries/dynamic/dataProvider.d.ts +45 -0
  127. package/dist/cms/registries/dynamic/loopGrid/paginationStyles.d.ts +5 -0
  128. package/dist/cms/registries/dynamic/loopGrid/preview.d.ts +16 -0
  129. package/dist/cms/registries/dynamic/loopGrid/publisher.d.ts +3 -0
  130. package/dist/cms/registries/dynamic/loopGrid/types.d.ts +97 -0
  131. package/dist/cms/registries/navigation/navbarThb/index.d.ts +3 -0
  132. package/dist/cms/registries/navigation/navbarThb/script.d.ts +1 -0
  133. package/dist/cms/registries/navigation/navbarThb/style.d.ts +1 -0
  134. package/dist/cms.js +4535 -0
  135. package/dist/global-settings/components/FontFamilySelect.vue.d.ts +29 -0
  136. package/dist/global-settings/components/FontManagerPanel.vue.d.ts +37 -0
  137. package/dist/global-settings/index.d.ts +8 -0
  138. package/dist/global-settings/plugin.d.ts +3 -0
  139. package/dist/global-settings/publisher.d.ts +15 -0
  140. package/dist/global-settings/runtime/canvasInjection.d.ts +13 -0
  141. package/dist/global-settings/runtime/panelDraftSave.d.ts +17 -0
  142. package/dist/global-settings/runtime/settingsSource.d.ts +4 -0
  143. package/dist/global-settings/useFontManager.d.ts +38 -0
  144. package/dist/global-settings/useGoogleFonts.d.ts +20 -0
  145. package/dist/global-settings/vue.d.ts +1 -0
  146. package/dist/global-settings.js +66 -0
  147. package/dist/i18n/I18nPanel.vue.d.ts +23 -0
  148. package/dist/i18n/i18n.d.ts +25 -0
  149. package/dist/i18n/index.d.ts +7 -0
  150. package/dist/i18n/languageOrder.d.ts +9 -0
  151. package/dist/i18n/plugin.d.ts +21 -0
  152. package/dist/i18n/types.d.ts +101 -0
  153. package/dist/i18n/useWebBuilderI18n.d.ts +164 -0
  154. package/dist/i18n/vue.d.ts +1 -0
  155. package/dist/i18n-BYR3l48y.js +959 -0
  156. package/dist/i18n.js +929 -0
  157. package/dist/index-CxJlLwvG.js +35378 -0
  158. package/dist/index-DWfJ4PBm.js +5724 -0
  159. package/dist/index.d.ts +9 -0
  160. package/dist/index.js +12 -0
  161. package/dist/layout-template/components/LayoutPanel.vue.d.ts +37 -0
  162. package/dist/layout-template/components/TemplateRulesPanel.vue.d.ts +41 -0
  163. package/dist/layout-template/config/layoutSharedResources.d.ts +9 -0
  164. package/dist/layout-template/config/templateSharedResources.d.ts +28 -0
  165. package/dist/layout-template/index.d.ts +9 -0
  166. package/dist/layout-template/plugin.d.ts +13 -0
  167. package/dist/layout-template/runtime/storageAdapter.d.ts +49 -0
  168. package/dist/layout-template/utils/layoutProjectData.d.ts +15 -0
  169. package/dist/layout-template/utils/layoutRulePages.d.ts +19 -0
  170. package/dist/layout-template/utils/layoutSettings.d.ts +45 -0
  171. package/dist/layout-template/utils/templateRules.d.ts +52 -0
  172. package/dist/layout-template/vue.d.ts +2 -0
  173. package/dist/layout-template.js +435 -0
  174. package/dist/layoutSettings-D4SYUMri.js +252 -0
  175. package/dist/plugin-BPA8qlaC.js +40 -0
  176. package/dist/plugin-C0PrxrIe.js +228 -0
  177. package/dist/plugin-DQshk1sY.js +361 -0
  178. package/dist/plugin-DebyCjXx.js +191 -0
  179. package/dist/plugin-Dr6TOtyH.js +73 -0
  180. package/dist/publisher/index.d.ts +5 -0
  181. package/dist/publisher/publisherAssets.d.ts +9 -0
  182. package/dist/publisher/publisherComponents.d.ts +7 -0
  183. package/dist/publisher/publisherPlugins.d.ts +12 -0
  184. package/dist/publisher-C6VWXq8u.js +25 -0
  185. package/dist/publisher.js +1711 -0
  186. package/dist/solar-BsElUqfQ.js +29843 -0
  187. package/dist/style.css +1181 -0
  188. package/dist/templateSharedResources-D1u7eFIs.js +89 -0
  189. package/dist/types-DNbok59z.js +2359 -0
  190. package/dist/useFontManager-CdrLq1eG.js +336 -0
  191. package/dist/vue.d.ts +3 -0
  192. package/dist/vue.js +2171 -0
  193. package/package.json +77 -0
@@ -0,0 +1,848 @@
1
+ import { type NavGroupMenuType } from './constants.js';
2
+ export declare function uiEl(tagName: string, classes: string[], extra?: Record<string, unknown>): {
3
+ tagName: string;
4
+ classes: string[];
5
+ selectable: boolean;
6
+ hoverable: boolean;
7
+ draggable: boolean;
8
+ droppable: boolean;
9
+ layerable: boolean;
10
+ highlightable: boolean;
11
+ };
12
+ export declare function makeLink(text: string, href?: string, cta?: boolean): {
13
+ type: string;
14
+ tagName: string;
15
+ attributes: {
16
+ 'data-cta'?: string | undefined;
17
+ href: string;
18
+ };
19
+ classes: string[];
20
+ components: {
21
+ type: string;
22
+ content: string;
23
+ }[];
24
+ };
25
+ export declare function makeBurger(): {
26
+ components: {
27
+ tagName: string;
28
+ classes: string[];
29
+ selectable: boolean;
30
+ hoverable: boolean;
31
+ draggable: boolean;
32
+ droppable: boolean;
33
+ layerable: boolean;
34
+ highlightable: boolean;
35
+ }[];
36
+ tagName: string;
37
+ classes: string[];
38
+ selectable: boolean;
39
+ hoverable: boolean;
40
+ draggable: boolean;
41
+ droppable: boolean;
42
+ layerable: boolean;
43
+ highlightable: boolean;
44
+ };
45
+ export declare function makeDropdownItem(text: string, href?: string): {
46
+ type: string;
47
+ tagName: string;
48
+ classes: string[];
49
+ attributes: {
50
+ href: string;
51
+ };
52
+ components: {
53
+ type: string;
54
+ content: string;
55
+ }[];
56
+ };
57
+ export declare function makeDropdown(items?: Array<{
58
+ text: string;
59
+ href?: string;
60
+ }>): {
61
+ type: string;
62
+ tagName: string;
63
+ classes: string[];
64
+ components: {
65
+ tagName: string;
66
+ classes: string[];
67
+ draggable: boolean;
68
+ droppable: boolean;
69
+ copyable: boolean;
70
+ removable: boolean;
71
+ selectable: boolean;
72
+ hoverable: boolean;
73
+ layerable: boolean;
74
+ highlightable: boolean;
75
+ components: {
76
+ type: string;
77
+ tagName: string;
78
+ classes: string[];
79
+ attributes: {
80
+ href: string;
81
+ };
82
+ components: {
83
+ type: string;
84
+ content: string;
85
+ }[];
86
+ }[];
87
+ }[];
88
+ };
89
+ export declare function makeMegaItem(text: string, href?: string, options?: {
90
+ imageSrc?: string;
91
+ imageAlt?: string;
92
+ }): {
93
+ type: string;
94
+ tagName: string;
95
+ classes: string[];
96
+ attributes: {
97
+ href: string;
98
+ 'data-mega-image-src': string;
99
+ 'data-mega-image-alt': string;
100
+ };
101
+ components: {
102
+ tagName: string;
103
+ classes: string[];
104
+ draggable: boolean;
105
+ droppable: boolean;
106
+ copyable: boolean;
107
+ removable: boolean;
108
+ selectable: boolean;
109
+ hoverable: boolean;
110
+ layerable: boolean;
111
+ components: {
112
+ type: string;
113
+ content: string;
114
+ }[];
115
+ }[];
116
+ };
117
+ export declare function makeMegaCol(title: string, items?: Array<{
118
+ text: string;
119
+ href?: string;
120
+ imageSrc?: string;
121
+ imageAlt?: string;
122
+ }>): {
123
+ type: string;
124
+ tagName: string;
125
+ classes: string[];
126
+ components: ({
127
+ type: string;
128
+ tagName: string;
129
+ classes: string[];
130
+ attributes: {
131
+ href: string;
132
+ 'data-mega-image-src': string;
133
+ 'data-mega-image-alt': string;
134
+ };
135
+ components: {
136
+ tagName: string;
137
+ classes: string[];
138
+ draggable: boolean;
139
+ droppable: boolean;
140
+ copyable: boolean;
141
+ removable: boolean;
142
+ selectable: boolean;
143
+ hoverable: boolean;
144
+ layerable: boolean;
145
+ components: {
146
+ type: string;
147
+ content: string;
148
+ }[];
149
+ }[];
150
+ } | {
151
+ tagName: string;
152
+ classes: string[];
153
+ draggable: boolean;
154
+ droppable: boolean;
155
+ copyable: boolean;
156
+ removable: boolean;
157
+ selectable: boolean;
158
+ hoverable: boolean;
159
+ layerable: boolean;
160
+ components: {
161
+ type: string;
162
+ content: string;
163
+ }[];
164
+ })[];
165
+ };
166
+ export declare function makeMegaFooterLink(text: string, href?: string): {
167
+ tagName: string;
168
+ classes: string[];
169
+ attributes: {
170
+ href: string;
171
+ };
172
+ components: ({
173
+ type: string;
174
+ content: string;
175
+ tagName?: undefined;
176
+ classes?: undefined;
177
+ draggable?: undefined;
178
+ droppable?: undefined;
179
+ copyable?: undefined;
180
+ removable?: undefined;
181
+ selectable?: undefined;
182
+ hoverable?: undefined;
183
+ layerable?: undefined;
184
+ components?: undefined;
185
+ } | {
186
+ tagName: string;
187
+ classes: string[];
188
+ draggable: boolean;
189
+ droppable: boolean;
190
+ copyable: boolean;
191
+ removable: boolean;
192
+ selectable: boolean;
193
+ hoverable: boolean;
194
+ layerable: boolean;
195
+ components: {
196
+ type: string;
197
+ content: string;
198
+ }[];
199
+ type?: undefined;
200
+ content?: undefined;
201
+ })[];
202
+ };
203
+ export declare function makeMegaRightImage(src?: string, alt?: string): {
204
+ tagName: string;
205
+ classes: string[];
206
+ attributes: {
207
+ src: string;
208
+ alt: string;
209
+ width: string;
210
+ height: string;
211
+ };
212
+ draggable: boolean;
213
+ copyable: boolean;
214
+ removable: boolean;
215
+ };
216
+ export declare function makeMega(options?: {
217
+ title?: string;
218
+ items?: Array<{
219
+ text: string;
220
+ href?: string;
221
+ imageSrc?: string;
222
+ imageAlt?: string;
223
+ }>;
224
+ footerLinkText?: string;
225
+ footerLinkHref?: string;
226
+ imageSrc?: string;
227
+ imageAlt?: string;
228
+ }): {
229
+ type: string;
230
+ tagName: string;
231
+ classes: string[];
232
+ components: {
233
+ type: string;
234
+ tagName: string;
235
+ classes: string[];
236
+ components: ({
237
+ type: string;
238
+ tagName: string;
239
+ classes: string[];
240
+ components: {
241
+ tagName: string;
242
+ classes: string[];
243
+ draggable: boolean;
244
+ droppable: boolean;
245
+ copyable: boolean;
246
+ removable: boolean;
247
+ selectable: boolean;
248
+ hoverable: boolean;
249
+ layerable: boolean;
250
+ components: ({
251
+ type: string;
252
+ tagName: string;
253
+ classes: string[];
254
+ components: ({
255
+ type: string;
256
+ tagName: string;
257
+ classes: string[];
258
+ attributes: {
259
+ href: string;
260
+ 'data-mega-image-src': string;
261
+ 'data-mega-image-alt': string;
262
+ };
263
+ components: {
264
+ tagName: string;
265
+ classes: string[];
266
+ draggable: boolean;
267
+ droppable: boolean;
268
+ copyable: boolean;
269
+ removable: boolean;
270
+ selectable: boolean;
271
+ hoverable: boolean;
272
+ layerable: boolean;
273
+ components: {
274
+ type: string;
275
+ content: string;
276
+ }[];
277
+ }[];
278
+ } | {
279
+ tagName: string;
280
+ classes: string[];
281
+ draggable: boolean;
282
+ droppable: boolean;
283
+ copyable: boolean;
284
+ removable: boolean;
285
+ selectable: boolean;
286
+ hoverable: boolean;
287
+ layerable: boolean;
288
+ components: {
289
+ type: string;
290
+ content: string;
291
+ }[];
292
+ })[];
293
+ } | {
294
+ tagName: string;
295
+ classes: string[];
296
+ attributes: {
297
+ href: string;
298
+ };
299
+ components: ({
300
+ type: string;
301
+ content: string;
302
+ tagName?: undefined;
303
+ classes?: undefined;
304
+ draggable?: undefined;
305
+ droppable?: undefined;
306
+ copyable?: undefined;
307
+ removable?: undefined;
308
+ selectable?: undefined;
309
+ hoverable?: undefined;
310
+ layerable?: undefined;
311
+ components?: undefined;
312
+ } | {
313
+ tagName: string;
314
+ classes: string[];
315
+ draggable: boolean;
316
+ droppable: boolean;
317
+ copyable: boolean;
318
+ removable: boolean;
319
+ selectable: boolean;
320
+ hoverable: boolean;
321
+ layerable: boolean;
322
+ components: {
323
+ type: string;
324
+ content: string;
325
+ }[];
326
+ type?: undefined;
327
+ content?: undefined;
328
+ })[];
329
+ })[];
330
+ }[];
331
+ } | {
332
+ type: string;
333
+ tagName: string;
334
+ classes: string[];
335
+ components: {
336
+ tagName: string;
337
+ classes: string[];
338
+ attributes: {
339
+ src: string;
340
+ alt: string;
341
+ width: string;
342
+ height: string;
343
+ };
344
+ draggable: boolean;
345
+ copyable: boolean;
346
+ removable: boolean;
347
+ }[];
348
+ })[];
349
+ }[];
350
+ };
351
+ export declare function makeNavGroup(label: string, menuType?: NavGroupMenuType, options?: {
352
+ dropdownItems?: Array<{
353
+ text: string;
354
+ href?: string;
355
+ }>;
356
+ megaTitle?: string;
357
+ megaItems?: Array<{
358
+ text: string;
359
+ href?: string;
360
+ imageSrc?: string;
361
+ imageAlt?: string;
362
+ }>;
363
+ megaFooterLinkText?: string;
364
+ megaFooterLinkHref?: string;
365
+ megaImageSrc?: string;
366
+ megaImageAlt?: string;
367
+ }): {
368
+ type: string;
369
+ tagName: string;
370
+ classes: string[];
371
+ ngLabel: string;
372
+ ngType: NavGroupMenuType;
373
+ components: ({
374
+ type: string;
375
+ tagName: string;
376
+ classes: string[];
377
+ components: {
378
+ tagName: string;
379
+ classes: string[];
380
+ draggable: boolean;
381
+ droppable: boolean;
382
+ copyable: boolean;
383
+ removable: boolean;
384
+ selectable: boolean;
385
+ hoverable: boolean;
386
+ layerable: boolean;
387
+ highlightable: boolean;
388
+ components: {
389
+ type: string;
390
+ tagName: string;
391
+ classes: string[];
392
+ attributes: {
393
+ href: string;
394
+ };
395
+ components: {
396
+ type: string;
397
+ content: string;
398
+ }[];
399
+ }[];
400
+ }[];
401
+ } | {
402
+ type: string;
403
+ tagName: string;
404
+ classes: string[];
405
+ components: {
406
+ type: string;
407
+ tagName: string;
408
+ classes: string[];
409
+ components: ({
410
+ type: string;
411
+ tagName: string;
412
+ classes: string[];
413
+ components: {
414
+ tagName: string;
415
+ classes: string[];
416
+ draggable: boolean;
417
+ droppable: boolean;
418
+ copyable: boolean;
419
+ removable: boolean;
420
+ selectable: boolean;
421
+ hoverable: boolean;
422
+ layerable: boolean;
423
+ components: ({
424
+ type: string;
425
+ tagName: string;
426
+ classes: string[];
427
+ components: ({
428
+ type: string;
429
+ tagName: string;
430
+ classes: string[];
431
+ attributes: {
432
+ href: string;
433
+ 'data-mega-image-src': string;
434
+ 'data-mega-image-alt': string;
435
+ };
436
+ components: {
437
+ tagName: string;
438
+ classes: string[];
439
+ draggable: boolean;
440
+ droppable: boolean;
441
+ copyable: boolean;
442
+ removable: boolean;
443
+ selectable: boolean;
444
+ hoverable: boolean;
445
+ layerable: boolean;
446
+ components: {
447
+ type: string;
448
+ content: string;
449
+ }[];
450
+ }[];
451
+ } | {
452
+ tagName: string;
453
+ classes: string[];
454
+ draggable: boolean;
455
+ droppable: boolean;
456
+ copyable: boolean;
457
+ removable: boolean;
458
+ selectable: boolean;
459
+ hoverable: boolean;
460
+ layerable: boolean;
461
+ components: {
462
+ type: string;
463
+ content: string;
464
+ }[];
465
+ })[];
466
+ } | {
467
+ tagName: string;
468
+ classes: string[];
469
+ attributes: {
470
+ href: string;
471
+ };
472
+ components: ({
473
+ type: string;
474
+ content: string;
475
+ tagName?: undefined;
476
+ classes?: undefined;
477
+ draggable?: undefined;
478
+ droppable?: undefined;
479
+ copyable?: undefined;
480
+ removable?: undefined;
481
+ selectable?: undefined;
482
+ hoverable?: undefined;
483
+ layerable?: undefined;
484
+ components?: undefined;
485
+ } | {
486
+ tagName: string;
487
+ classes: string[];
488
+ draggable: boolean;
489
+ droppable: boolean;
490
+ copyable: boolean;
491
+ removable: boolean;
492
+ selectable: boolean;
493
+ hoverable: boolean;
494
+ layerable: boolean;
495
+ components: {
496
+ type: string;
497
+ content: string;
498
+ }[];
499
+ type?: undefined;
500
+ content?: undefined;
501
+ })[];
502
+ })[];
503
+ }[];
504
+ } | {
505
+ type: string;
506
+ tagName: string;
507
+ classes: string[];
508
+ components: {
509
+ tagName: string;
510
+ classes: string[];
511
+ attributes: {
512
+ src: string;
513
+ alt: string;
514
+ width: string;
515
+ height: string;
516
+ };
517
+ draggable: boolean;
518
+ copyable: boolean;
519
+ removable: boolean;
520
+ }[];
521
+ })[];
522
+ }[];
523
+ } | {
524
+ tagName: string;
525
+ classes: string[];
526
+ attributes: {
527
+ type: string;
528
+ };
529
+ selectable: boolean;
530
+ hoverable: boolean;
531
+ draggable: boolean;
532
+ droppable: boolean;
533
+ layerable: boolean;
534
+ highlightable: boolean;
535
+ components: ({
536
+ tagName: string;
537
+ classes: string[];
538
+ selectable: boolean;
539
+ hoverable: boolean;
540
+ draggable: boolean;
541
+ droppable: boolean;
542
+ layerable: boolean;
543
+ highlightable: boolean;
544
+ } | {
545
+ type: string;
546
+ content: string;
547
+ })[];
548
+ })[];
549
+ };
550
+ export declare function createNavbarStructure(): ({
551
+ tagName: string;
552
+ classes: string[];
553
+ selectable: boolean;
554
+ hoverable: boolean;
555
+ draggable: boolean;
556
+ droppable: boolean;
557
+ layerable: boolean;
558
+ highlightable: boolean;
559
+ } | {
560
+ tagName: string;
561
+ classes: string[];
562
+ selectable: boolean;
563
+ hoverable: boolean;
564
+ draggable: boolean;
565
+ droppable: boolean;
566
+ copyable: boolean;
567
+ removable: boolean;
568
+ highlightable: boolean;
569
+ components: ({
570
+ type: string;
571
+ tagName: string;
572
+ classes: string[];
573
+ components: ({
574
+ components: {
575
+ tagName: string;
576
+ classes: string[];
577
+ selectable: boolean;
578
+ hoverable: boolean;
579
+ draggable: boolean;
580
+ droppable: boolean;
581
+ layerable: boolean;
582
+ highlightable: boolean;
583
+ }[];
584
+ tagName: string;
585
+ classes: string[];
586
+ selectable: boolean;
587
+ hoverable: boolean;
588
+ draggable: boolean;
589
+ droppable: boolean;
590
+ layerable: boolean;
591
+ highlightable: boolean;
592
+ } | {
593
+ type: string;
594
+ tagName: string;
595
+ classes: string[];
596
+ attributes: {
597
+ href: string;
598
+ };
599
+ components: {
600
+ type: string;
601
+ tagName: string;
602
+ classes: string[];
603
+ attributes: {
604
+ src: string;
605
+ alt: string;
606
+ };
607
+ selectable: boolean;
608
+ hoverable: boolean;
609
+ draggable: boolean;
610
+ droppable: boolean;
611
+ layerable: boolean;
612
+ highlightable: boolean;
613
+ }[];
614
+ })[];
615
+ } | {
616
+ type: string;
617
+ tagName: string;
618
+ classes: string[];
619
+ components: {
620
+ type: string;
621
+ tagName: string;
622
+ classes: string[];
623
+ components: ({
624
+ tagName: string;
625
+ classes: string[];
626
+ selectable: boolean;
627
+ hoverable: boolean;
628
+ draggable: boolean;
629
+ droppable: boolean;
630
+ layerable: boolean;
631
+ highlightable: boolean;
632
+ } | {
633
+ type: string;
634
+ tagName: string;
635
+ attributes: {
636
+ 'data-cta'?: string | undefined;
637
+ href: string;
638
+ };
639
+ classes: string[];
640
+ components: {
641
+ type: string;
642
+ content: string;
643
+ }[];
644
+ } | {
645
+ type: string;
646
+ tagName: string;
647
+ classes: string[];
648
+ ngLabel: string;
649
+ ngType: NavGroupMenuType;
650
+ components: ({
651
+ type: string;
652
+ tagName: string;
653
+ classes: string[];
654
+ components: {
655
+ tagName: string;
656
+ classes: string[];
657
+ draggable: boolean;
658
+ droppable: boolean;
659
+ copyable: boolean;
660
+ removable: boolean;
661
+ selectable: boolean;
662
+ hoverable: boolean;
663
+ layerable: boolean;
664
+ highlightable: boolean;
665
+ components: {
666
+ type: string;
667
+ tagName: string;
668
+ classes: string[];
669
+ attributes: {
670
+ href: string;
671
+ };
672
+ components: {
673
+ type: string;
674
+ content: string;
675
+ }[];
676
+ }[];
677
+ }[];
678
+ } | {
679
+ type: string;
680
+ tagName: string;
681
+ classes: string[];
682
+ components: {
683
+ type: string;
684
+ tagName: string;
685
+ classes: string[];
686
+ components: ({
687
+ type: string;
688
+ tagName: string;
689
+ classes: string[];
690
+ components: {
691
+ tagName: string;
692
+ classes: string[];
693
+ draggable: boolean;
694
+ droppable: boolean;
695
+ copyable: boolean;
696
+ removable: boolean;
697
+ selectable: boolean;
698
+ hoverable: boolean;
699
+ layerable: boolean;
700
+ components: ({
701
+ type: string;
702
+ tagName: string;
703
+ classes: string[];
704
+ components: ({
705
+ type: string;
706
+ tagName: string;
707
+ classes: string[];
708
+ attributes: {
709
+ href: string;
710
+ 'data-mega-image-src': string;
711
+ 'data-mega-image-alt': string;
712
+ };
713
+ components: {
714
+ tagName: string;
715
+ classes: string[];
716
+ draggable: boolean;
717
+ droppable: boolean;
718
+ copyable: boolean;
719
+ removable: boolean;
720
+ selectable: boolean;
721
+ hoverable: boolean;
722
+ layerable: boolean;
723
+ components: {
724
+ type: string;
725
+ content: string;
726
+ }[];
727
+ }[];
728
+ } | {
729
+ tagName: string;
730
+ classes: string[];
731
+ draggable: boolean;
732
+ droppable: boolean;
733
+ copyable: boolean;
734
+ removable: boolean;
735
+ selectable: boolean;
736
+ hoverable: boolean;
737
+ layerable: boolean;
738
+ components: {
739
+ type: string;
740
+ content: string;
741
+ }[];
742
+ })[];
743
+ } | {
744
+ tagName: string;
745
+ classes: string[];
746
+ attributes: {
747
+ href: string;
748
+ };
749
+ components: ({
750
+ type: string;
751
+ content: string;
752
+ tagName?: undefined;
753
+ classes?: undefined;
754
+ draggable?: undefined;
755
+ droppable?: undefined;
756
+ copyable?: undefined;
757
+ removable?: undefined;
758
+ selectable?: undefined;
759
+ hoverable?: undefined;
760
+ layerable?: undefined;
761
+ components?: undefined;
762
+ } | {
763
+ tagName: string;
764
+ classes: string[];
765
+ draggable: boolean;
766
+ droppable: boolean;
767
+ copyable: boolean;
768
+ removable: boolean;
769
+ selectable: boolean;
770
+ hoverable: boolean;
771
+ layerable: boolean;
772
+ components: {
773
+ type: string;
774
+ content: string;
775
+ }[];
776
+ type?: undefined;
777
+ content?: undefined;
778
+ })[];
779
+ })[];
780
+ }[];
781
+ } | {
782
+ type: string;
783
+ tagName: string;
784
+ classes: string[];
785
+ components: {
786
+ tagName: string;
787
+ classes: string[];
788
+ attributes: {
789
+ src: string;
790
+ alt: string;
791
+ width: string;
792
+ height: string;
793
+ };
794
+ draggable: boolean;
795
+ copyable: boolean;
796
+ removable: boolean;
797
+ }[];
798
+ })[];
799
+ }[];
800
+ } | {
801
+ tagName: string;
802
+ classes: string[];
803
+ attributes: {
804
+ type: string;
805
+ };
806
+ selectable: boolean;
807
+ hoverable: boolean;
808
+ draggable: boolean;
809
+ droppable: boolean;
810
+ layerable: boolean;
811
+ highlightable: boolean;
812
+ components: ({
813
+ tagName: string;
814
+ classes: string[];
815
+ selectable: boolean;
816
+ hoverable: boolean;
817
+ draggable: boolean;
818
+ droppable: boolean;
819
+ layerable: boolean;
820
+ highlightable: boolean;
821
+ } | {
822
+ type: string;
823
+ content: string;
824
+ })[];
825
+ })[];
826
+ })[];
827
+ }[];
828
+ } | {
829
+ type: string;
830
+ tagName: string;
831
+ classes: string[];
832
+ components: ({
833
+ type: string;
834
+ tagName: string;
835
+ attributes: {
836
+ 'data-cta'?: string | undefined;
837
+ href: string;
838
+ };
839
+ classes: string[];
840
+ components: {
841
+ type: string;
842
+ content: string;
843
+ }[];
844
+ } | {
845
+ type: string;
846
+ })[];
847
+ })[];
848
+ })[];