@aotearoan/neon 25.0.2 → 25.2.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 (109) hide show
  1. package/dist/common/icons/first-page.svg.cjs.js +7 -0
  2. package/dist/common/icons/first-page.svg.cjs.js.map +1 -0
  3. package/dist/common/icons/first-page.svg.es.js +10 -0
  4. package/dist/common/icons/first-page.svg.es.js.map +1 -0
  5. package/dist/common/icons/last-page.svg.cjs.js +7 -0
  6. package/dist/common/icons/last-page.svg.cjs.js.map +1 -0
  7. package/dist/common/icons/last-page.svg.es.js +10 -0
  8. package/dist/common/icons/last-page.svg.es.js.map +1 -0
  9. package/dist/common/utils/NeonDateUtils.cjs.js +1 -1
  10. package/dist/common/utils/NeonDateUtils.cjs.js.map +1 -1
  11. package/dist/common/utils/NeonDateUtils.es.js +58 -41
  12. package/dist/common/utils/NeonDateUtils.es.js.map +1 -1
  13. package/dist/common/utils/RegisterIcons.cjs.js +1 -1
  14. package/dist/common/utils/RegisterIcons.cjs.js.map +1 -1
  15. package/dist/common/utils/RegisterIcons.es.js +36 -34
  16. package/dist/common/utils/RegisterIcons.es.js.map +1 -1
  17. package/dist/components/layout/card-list/NeonCardList.cjs.js +1 -1
  18. package/dist/components/layout/card-list/NeonCardList.cjs.js.map +1 -1
  19. package/dist/components/layout/card-list/NeonCardList.es.js +51 -50
  20. package/dist/components/layout/card-list/NeonCardList.es.js.map +1 -1
  21. package/dist/components/layout/card-list/NeonCardList.vue.cjs.js +1 -1
  22. package/dist/components/layout/card-list/NeonCardList.vue.cjs.js.map +1 -1
  23. package/dist/components/layout/card-list/NeonCardList.vue.es.js +47 -46
  24. package/dist/components/layout/card-list/NeonCardList.vue.es.js.map +1 -1
  25. package/dist/components/layout/page-header/NeonPageHeader.cjs.js +2 -0
  26. package/dist/components/layout/page-header/NeonPageHeader.cjs.js.map +1 -0
  27. package/dist/components/layout/page-header/NeonPageHeader.es.js +24 -0
  28. package/dist/components/layout/page-header/NeonPageHeader.es.js.map +1 -0
  29. package/dist/components/layout/page-header/NeonPageHeader.vue.cjs.js +2 -0
  30. package/dist/components/layout/page-header/NeonPageHeader.vue.cjs.js.map +1 -0
  31. package/dist/components/layout/page-header/NeonPageHeader.vue.es.js +43 -0
  32. package/dist/components/layout/page-header/NeonPageHeader.vue.es.js.map +1 -0
  33. package/dist/components/layout/page-section/NeonPageSection.cjs.js +2 -0
  34. package/dist/components/layout/page-section/NeonPageSection.cjs.js.map +1 -0
  35. package/dist/components/layout/page-section/NeonPageSection.es.js +14 -0
  36. package/dist/components/layout/page-section/NeonPageSection.es.js.map +1 -0
  37. package/dist/components/layout/page-section/NeonPageSection.vue.cjs.js +2 -0
  38. package/dist/components/layout/page-section/NeonPageSection.vue.cjs.js.map +1 -0
  39. package/dist/components/layout/page-section/NeonPageSection.vue.es.js +18 -0
  40. package/dist/components/layout/page-section/NeonPageSection.vue.es.js.map +1 -0
  41. package/dist/components/layout/sticky-buttons/NeonStickyButtons.cjs.js +2 -0
  42. package/dist/components/layout/sticky-buttons/NeonStickyButtons.cjs.js.map +1 -0
  43. package/dist/components/layout/sticky-buttons/NeonStickyButtons.es.js +8 -0
  44. package/dist/components/layout/sticky-buttons/NeonStickyButtons.es.js.map +1 -0
  45. package/dist/components/layout/sticky-buttons/NeonStickyButtons.vue.cjs.js +2 -0
  46. package/dist/components/layout/sticky-buttons/NeonStickyButtons.vue.cjs.js.map +1 -0
  47. package/dist/components/layout/sticky-buttons/NeonStickyButtons.vue.es.js +16 -0
  48. package/dist/components/layout/sticky-buttons/NeonStickyButtons.vue.es.js.map +1 -0
  49. package/dist/components/navigation/pagination/NeonPagination.cjs.js +2 -0
  50. package/dist/components/navigation/pagination/NeonPagination.cjs.js.map +1 -0
  51. package/dist/components/navigation/pagination/NeonPagination.es.js +71 -0
  52. package/dist/components/navigation/pagination/NeonPagination.es.js.map +1 -0
  53. package/dist/components/navigation/pagination/NeonPagination.vue.cjs.js +2 -0
  54. package/dist/components/navigation/pagination/NeonPagination.vue.cjs.js.map +1 -0
  55. package/dist/components/navigation/pagination/NeonPagination.vue.es.js +101 -0
  56. package/dist/components/navigation/pagination/NeonPagination.vue.es.js.map +1 -0
  57. package/dist/components/presentation/labelled-content/NeonLabelledContent.cjs.js +2 -0
  58. package/dist/components/presentation/labelled-content/NeonLabelledContent.cjs.js.map +1 -0
  59. package/dist/components/presentation/labelled-content/NeonLabelledContent.es.js +26 -0
  60. package/dist/components/presentation/labelled-content/NeonLabelledContent.es.js.map +1 -0
  61. package/dist/components/presentation/labelled-content/NeonLabelledContent.vue.cjs.js +2 -0
  62. package/dist/components/presentation/labelled-content/NeonLabelledContent.vue.cjs.js.map +1 -0
  63. package/dist/components/presentation/labelled-content/NeonLabelledContent.vue.es.js +22 -0
  64. package/dist/components/presentation/labelled-content/NeonLabelledContent.vue.es.js.map +1 -0
  65. package/dist/neon.cjs.js +1 -1
  66. package/dist/neon.es.js +189 -179
  67. package/dist/neon.es.js.map +1 -1
  68. package/dist/src/common/models/NeonCardListModel.d.ts +5 -11
  69. package/dist/src/common/models/NeonIdentifiable.d.ts +9 -0
  70. package/dist/src/common/models/NeonLoadOnDemandModel.d.ts +22 -0
  71. package/dist/src/common/models/NeonNoteModel.d.ts +6 -0
  72. package/dist/src/common/models/NeonPaginationModel.d.ts +26 -0
  73. package/dist/src/common/utils/NeonDateUtils.d.ts +11 -0
  74. package/dist/src/components/feedback/linear-progress/NeonLinearProgress.d.ts +1 -1
  75. package/dist/src/components/layout/card-list/NeonCardList.d.ts +556 -215
  76. package/dist/src/components/layout/page-header/NeonPageHeader.d.ts +592 -0
  77. package/dist/src/components/layout/page-header/NeonPageHeader.vue.d.ts +2 -0
  78. package/dist/src/components/layout/page-section/NeonPageSection.d.ts +21 -0
  79. package/dist/src/components/layout/page-section/NeonPageSection.vue.d.ts +2 -0
  80. package/dist/src/components/layout/sticky-buttons/NeonStickyButtons.d.ts +6 -0
  81. package/dist/src/components/layout/sticky-buttons/NeonStickyButtons.vue.d.ts +2 -0
  82. package/dist/src/components/navigation/pagination/NeonPagination.d.ts +565 -0
  83. package/dist/src/components/navigation/pagination/NeonPagination.vue.d.ts +2 -0
  84. package/dist/src/components/presentation/labelled-content/NeonLabelledContent.d.ts +64 -0
  85. package/dist/src/components/presentation/labelled-content/NeonLabelledContent.vue.d.ts +2 -0
  86. package/dist/src/neon.d.ts +9 -0
  87. package/package.json +1 -1
  88. package/src/sass/components/_card-list.scss +14 -33
  89. package/src/sass/components/_footer.scss +5 -0
  90. package/src/sass/components/_labelled-content.scss +25 -0
  91. package/src/sass/components/_page-header.scss +36 -0
  92. package/src/sass/components/_page-section.scss +13 -0
  93. package/src/sass/components/_pagination.scss +102 -0
  94. package/src/sass/components/_skeleton-loader.scss +3 -1
  95. package/src/sass/components/_sticky-buttons.scss +43 -0
  96. package/src/sass/components/components.scss +5 -0
  97. package/src/sass/includes/_dependencies.scss +5 -0
  98. package/src/sass/theme.scss +20 -0
  99. package/src/sass/variables.scss +9 -11
  100. package/dist/components/layout/card-list/card/NeonCardListCard.cjs.js +0 -2
  101. package/dist/components/layout/card-list/card/NeonCardListCard.cjs.js.map +0 -1
  102. package/dist/components/layout/card-list/card/NeonCardListCard.es.js +0 -43
  103. package/dist/components/layout/card-list/card/NeonCardListCard.es.js.map +0 -1
  104. package/dist/components/layout/card-list/card/NeonCardListCard.vue.cjs.js +0 -2
  105. package/dist/components/layout/card-list/card/NeonCardListCard.vue.cjs.js.map +0 -1
  106. package/dist/components/layout/card-list/card/NeonCardListCard.vue.es.js +0 -32
  107. package/dist/components/layout/card-list/card/NeonCardListCard.vue.es.js.map +0 -1
  108. package/dist/src/components/layout/card-list/card/NeonCardListCard.d.ts +0 -129
  109. package/dist/src/components/layout/card-list/card/NeonCardListCard.vue.d.ts +0 -2
@@ -0,0 +1,565 @@
1
+ import { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';
2
+ /**
3
+ * A pagination component that displays a list of page numbers and allows the user to navigate between pages. Typically,
4
+ * the component displays the first and last page numbers and 3 pages before and after the current page.
5
+ */
6
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7
+ /**
8
+ * The current page number.
9
+ */
10
+ page: {
11
+ type: NumberConstructor;
12
+ required: true;
13
+ };
14
+ /**
15
+ * The URL template for the pagination links. The template should contain a '{page}' placeholder that will be
16
+ * substituted in links with the correct page number.
17
+ */
18
+ urlTemplate: {
19
+ type: StringConstructor;
20
+ required: true;
21
+ };
22
+ /**
23
+ * The number of items per page.
24
+ */
25
+ pageSize: {
26
+ type: NumberConstructor;
27
+ default: number;
28
+ };
29
+ /**
30
+ * The total number of items.
31
+ */
32
+ total: {
33
+ type: NumberConstructor;
34
+ required: true;
35
+ };
36
+ /**
37
+ * Whether to display links to the first and last pages.
38
+ */
39
+ displayFirstAndLast: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
43
+ /**
44
+ * The accent color of the component.
45
+ */
46
+ color: {
47
+ type: () => NeonFunctionalColor;
48
+ default: () => NeonFunctionalColor;
49
+ };
50
+ }>, {
51
+ pageCount: import("vue").ComputedRef<number>;
52
+ hidePagination: import("vue").ComputedRef<boolean>;
53
+ previousPage: import("vue").ComputedRef<number>;
54
+ disabledPrevious: import("vue").ComputedRef<boolean>;
55
+ nextPage: import("vue").ComputedRef<number>;
56
+ disabledNext: import("vue").ComputedRef<boolean>;
57
+ showFirstPageWithEllipsis: import("vue").ComputedRef<boolean>;
58
+ showLastPageWithEllipsis: import("vue").ComputedRef<boolean>;
59
+ pageRange: import("vue").ComputedRef<number[]>;
60
+ url: (page: number) => string;
61
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
62
+ /**
63
+ * The current page number.
64
+ */
65
+ page: {
66
+ type: NumberConstructor;
67
+ required: true;
68
+ };
69
+ /**
70
+ * The URL template for the pagination links. The template should contain a '{page}' placeholder that will be
71
+ * substituted in links with the correct page number.
72
+ */
73
+ urlTemplate: {
74
+ type: StringConstructor;
75
+ required: true;
76
+ };
77
+ /**
78
+ * The number of items per page.
79
+ */
80
+ pageSize: {
81
+ type: NumberConstructor;
82
+ default: number;
83
+ };
84
+ /**
85
+ * The total number of items.
86
+ */
87
+ total: {
88
+ type: NumberConstructor;
89
+ required: true;
90
+ };
91
+ /**
92
+ * Whether to display links to the first and last pages.
93
+ */
94
+ displayFirstAndLast: {
95
+ type: BooleanConstructor;
96
+ default: boolean;
97
+ };
98
+ /**
99
+ * The accent color of the component.
100
+ */
101
+ color: {
102
+ type: () => NeonFunctionalColor;
103
+ default: () => NeonFunctionalColor;
104
+ };
105
+ }>> & Readonly<{}>, {
106
+ color: NeonFunctionalColor;
107
+ pageSize: number;
108
+ displayFirstAndLast: boolean;
109
+ }, {}, {
110
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
111
+ href: {
112
+ type: StringConstructor;
113
+ default: null;
114
+ };
115
+ label: {
116
+ type: StringConstructor;
117
+ default: null;
118
+ };
119
+ size: {
120
+ type: () => import("../../../neon").NeonButtonSize;
121
+ default: import("../../../neon").NeonButtonSize;
122
+ };
123
+ color: {
124
+ type: () => NeonFunctionalColor;
125
+ default: NeonFunctionalColor;
126
+ };
127
+ inverse: {
128
+ type: BooleanConstructor;
129
+ default: boolean;
130
+ };
131
+ alternateColor: {
132
+ type: () => NeonFunctionalColor;
133
+ default: null;
134
+ };
135
+ icon: {
136
+ type: StringConstructor;
137
+ default: null;
138
+ };
139
+ iconAriaLabel: {
140
+ type: StringConstructor;
141
+ };
142
+ iconPosition: {
143
+ type: () => import("../../../neon").NeonHorizontalPosition;
144
+ default: import("../../../neon").NeonHorizontalPosition;
145
+ };
146
+ buttonStyle: {
147
+ type: () => import("../../../neon").NeonButtonStyle;
148
+ default: import("../../../neon").NeonButtonStyle;
149
+ };
150
+ buttonType: {
151
+ type: () => import("../../../neon").NeonButtonType;
152
+ default: import("../../../neon").NeonButtonType;
153
+ };
154
+ state: {
155
+ type: () => import("../../../neon").NeonState;
156
+ default: import("../../../neon").NeonState;
157
+ };
158
+ disabled: {
159
+ type: BooleanConstructor;
160
+ default: boolean;
161
+ };
162
+ transparent: {
163
+ type: BooleanConstructor;
164
+ default: boolean;
165
+ };
166
+ outline: {
167
+ type: BooleanConstructor;
168
+ default: boolean;
169
+ };
170
+ circular: {
171
+ type: BooleanConstructor;
172
+ default: null;
173
+ };
174
+ fullWidth: {
175
+ type: BooleanConstructor;
176
+ default: null;
177
+ };
178
+ indicator: {
179
+ type: BooleanConstructor;
180
+ default: boolean;
181
+ };
182
+ indicatorExpanded: {
183
+ type: BooleanConstructor;
184
+ default: null;
185
+ };
186
+ }>, {
187
+ iconName: import("vue").ComputedRef<string>;
188
+ classes: import("vue").ComputedRef<(string | false | {
189
+ [x: string]: boolean | "" | NeonFunctionalColor;
190
+ 'neon-button--text-transparent': boolean;
191
+ 'neon-button--disabled': boolean;
192
+ 'neon-button--inverse': boolean;
193
+ 'neon-button--circular': boolean;
194
+ 'neon-button--no-outline': boolean;
195
+ 'neon-button--full-width': boolean;
196
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
197
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
198
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
199
+ })[]>;
200
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
201
+ attrs: {
202
+ [x: string]: unknown;
203
+ };
204
+ sanitizedAttributes: import("vue").ComputedRef<{
205
+ [x: string]: unknown;
206
+ }>;
207
+ clickLink: () => void | undefined;
208
+ clickButton: () => void;
209
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
210
+ href: {
211
+ type: StringConstructor;
212
+ default: null;
213
+ };
214
+ label: {
215
+ type: StringConstructor;
216
+ default: null;
217
+ };
218
+ size: {
219
+ type: () => import("../../../neon").NeonButtonSize;
220
+ default: import("../../../neon").NeonButtonSize;
221
+ };
222
+ color: {
223
+ type: () => NeonFunctionalColor;
224
+ default: NeonFunctionalColor;
225
+ };
226
+ inverse: {
227
+ type: BooleanConstructor;
228
+ default: boolean;
229
+ };
230
+ alternateColor: {
231
+ type: () => NeonFunctionalColor;
232
+ default: null;
233
+ };
234
+ icon: {
235
+ type: StringConstructor;
236
+ default: null;
237
+ };
238
+ iconAriaLabel: {
239
+ type: StringConstructor;
240
+ };
241
+ iconPosition: {
242
+ type: () => import("../../../neon").NeonHorizontalPosition;
243
+ default: import("../../../neon").NeonHorizontalPosition;
244
+ };
245
+ buttonStyle: {
246
+ type: () => import("../../../neon").NeonButtonStyle;
247
+ default: import("../../../neon").NeonButtonStyle;
248
+ };
249
+ buttonType: {
250
+ type: () => import("../../../neon").NeonButtonType;
251
+ default: import("../../../neon").NeonButtonType;
252
+ };
253
+ state: {
254
+ type: () => import("../../../neon").NeonState;
255
+ default: import("../../../neon").NeonState;
256
+ };
257
+ disabled: {
258
+ type: BooleanConstructor;
259
+ default: boolean;
260
+ };
261
+ transparent: {
262
+ type: BooleanConstructor;
263
+ default: boolean;
264
+ };
265
+ outline: {
266
+ type: BooleanConstructor;
267
+ default: boolean;
268
+ };
269
+ circular: {
270
+ type: BooleanConstructor;
271
+ default: null;
272
+ };
273
+ fullWidth: {
274
+ type: BooleanConstructor;
275
+ default: null;
276
+ };
277
+ indicator: {
278
+ type: BooleanConstructor;
279
+ default: boolean;
280
+ };
281
+ indicatorExpanded: {
282
+ type: BooleanConstructor;
283
+ default: null;
284
+ };
285
+ }>> & Readonly<{
286
+ onClick?: ((...args: any[]) => any) | undefined;
287
+ }>, {
288
+ color: NeonFunctionalColor;
289
+ icon: string;
290
+ label: string;
291
+ inverse: boolean;
292
+ disabled: boolean;
293
+ href: string;
294
+ size: import("../../../neon").NeonButtonSize;
295
+ outline: boolean;
296
+ alternateColor: NeonFunctionalColor;
297
+ iconPosition: import("../../../neon").NeonHorizontalPosition;
298
+ buttonStyle: import("../../../neon").NeonButtonStyle;
299
+ buttonType: import("../../../neon").NeonButtonType;
300
+ state: import("../../../neon").NeonState;
301
+ transparent: boolean;
302
+ circular: boolean;
303
+ fullWidth: boolean;
304
+ indicator: boolean;
305
+ indicatorExpanded: boolean;
306
+ }, {}, {
307
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
308
+ expanded: {
309
+ type: BooleanConstructor;
310
+ default: boolean;
311
+ };
312
+ inverse: {
313
+ type: BooleanConstructor;
314
+ default: boolean; /**
315
+ * The current page number.
316
+ */
317
+ };
318
+ disabled: {
319
+ type: BooleanConstructor;
320
+ default: boolean;
321
+ };
322
+ color: {
323
+ type: () => NeonFunctionalColor;
324
+ default: null;
325
+ };
326
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
327
+ expanded: {
328
+ type: BooleanConstructor;
329
+ default: boolean;
330
+ };
331
+ inverse: {
332
+ type: BooleanConstructor;
333
+ default: boolean; /**
334
+ * The current page number.
335
+ */
336
+ };
337
+ disabled: {
338
+ type: BooleanConstructor;
339
+ default: boolean;
340
+ };
341
+ color: {
342
+ type: () => NeonFunctionalColor;
343
+ default: null;
344
+ };
345
+ }>> & Readonly<{}>, {
346
+ color: NeonFunctionalColor;
347
+ inverse: boolean;
348
+ disabled: boolean;
349
+ expanded: boolean;
350
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
351
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
352
+ name: {
353
+ type: StringConstructor;
354
+ required: true;
355
+ };
356
+ id: {
357
+ type: StringConstructor;
358
+ default: null;
359
+ };
360
+ color: {
361
+ type: () => NeonFunctionalColor;
362
+ default: null;
363
+ };
364
+ inverse: {
365
+ type: BooleanConstructor;
366
+ default: boolean;
367
+ };
368
+ disabled: {
369
+ type: BooleanConstructor;
370
+ default: boolean;
371
+ };
372
+ }>, {
373
+ sanitizedAttributes: import("vue").ComputedRef<{
374
+ [x: string]: unknown;
375
+ }>;
376
+ icon: import("vue").ComputedRef<string | undefined>;
377
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
378
+ name: {
379
+ type: StringConstructor;
380
+ required: true;
381
+ };
382
+ id: {
383
+ type: StringConstructor;
384
+ default: null;
385
+ };
386
+ color: {
387
+ type: () => NeonFunctionalColor;
388
+ default: null;
389
+ };
390
+ inverse: {
391
+ type: BooleanConstructor;
392
+ default: boolean;
393
+ };
394
+ disabled: {
395
+ type: BooleanConstructor;
396
+ default: boolean;
397
+ };
398
+ }>> & Readonly<{}>, {
399
+ color: NeonFunctionalColor;
400
+ id: string;
401
+ inverse: boolean;
402
+ disabled: boolean;
403
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
404
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
405
+ href: {
406
+ type: StringConstructor;
407
+ default: null;
408
+ };
409
+ noStyle: {
410
+ type: BooleanConstructor;
411
+ default: boolean;
412
+ };
413
+ outlineStyle: {
414
+ type: () => import("../../../neon").NeonOutlineStyle;
415
+ default: import("../../../neon").NeonOutlineStyle;
416
+ };
417
+ externalIndicator: {
418
+ type: BooleanConstructor;
419
+ default: boolean;
420
+ };
421
+ }>, {
422
+ neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
423
+ routerUrl: import("vue").ComputedRef<string | undefined>;
424
+ sanitizedAttributes: import("vue").ComputedRef<{
425
+ [x: string]: unknown;
426
+ }>;
427
+ activeRoute: import("vue").ComputedRef<boolean | "">;
428
+ exactRoute: import("vue").ComputedRef<boolean | "">;
429
+ onClick: () => void;
430
+ onSpace: () => Promise<void>;
431
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
432
+ href: {
433
+ type: StringConstructor;
434
+ default: null;
435
+ };
436
+ noStyle: {
437
+ type: BooleanConstructor;
438
+ default: boolean;
439
+ };
440
+ outlineStyle: {
441
+ type: () => import("../../../neon").NeonOutlineStyle;
442
+ default: import("../../../neon").NeonOutlineStyle;
443
+ };
444
+ externalIndicator: {
445
+ type: BooleanConstructor;
446
+ default: boolean;
447
+ };
448
+ }>> & Readonly<{
449
+ onClick?: ((...args: any[]) => any) | undefined;
450
+ }>, {
451
+ href: string;
452
+ noStyle: boolean;
453
+ outlineStyle: import("../../../neon").NeonOutlineStyle;
454
+ externalIndicator: boolean;
455
+ }, {}, {
456
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
457
+ name: {
458
+ type: StringConstructor;
459
+ required: true;
460
+ };
461
+ id: {
462
+ type: StringConstructor;
463
+ default: null;
464
+ };
465
+ color: {
466
+ type: () => NeonFunctionalColor;
467
+ default: null;
468
+ };
469
+ inverse: {
470
+ type: BooleanConstructor;
471
+ default: boolean;
472
+ };
473
+ disabled: {
474
+ type: BooleanConstructor;
475
+ default: boolean;
476
+ };
477
+ }>, {
478
+ sanitizedAttributes: import("vue").ComputedRef<{
479
+ [x: string]: unknown;
480
+ }>;
481
+ icon: import("vue").ComputedRef<string | undefined>;
482
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
483
+ name: {
484
+ type: StringConstructor;
485
+ required: true;
486
+ };
487
+ id: {
488
+ type: StringConstructor;
489
+ default: null;
490
+ };
491
+ color: {
492
+ type: () => NeonFunctionalColor;
493
+ default: null;
494
+ };
495
+ inverse: {
496
+ type: BooleanConstructor;
497
+ default: boolean;
498
+ };
499
+ disabled: {
500
+ type: BooleanConstructor;
501
+ default: boolean;
502
+ };
503
+ }>> & Readonly<{}>, {
504
+ color: NeonFunctionalColor;
505
+ id: string;
506
+ inverse: boolean;
507
+ disabled: boolean;
508
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
509
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
510
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
511
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
512
+ name: {
513
+ type: StringConstructor;
514
+ required: true;
515
+ };
516
+ id: {
517
+ type: StringConstructor;
518
+ default: null;
519
+ };
520
+ color: {
521
+ type: () => NeonFunctionalColor;
522
+ default: null;
523
+ };
524
+ inverse: {
525
+ type: BooleanConstructor;
526
+ default: boolean;
527
+ };
528
+ disabled: {
529
+ type: BooleanConstructor;
530
+ default: boolean;
531
+ };
532
+ }>, {
533
+ sanitizedAttributes: import("vue").ComputedRef<{
534
+ [x: string]: unknown;
535
+ }>;
536
+ icon: import("vue").ComputedRef<string | undefined>;
537
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
538
+ name: {
539
+ type: StringConstructor;
540
+ required: true;
541
+ };
542
+ id: {
543
+ type: StringConstructor;
544
+ default: null;
545
+ };
546
+ color: {
547
+ type: () => NeonFunctionalColor;
548
+ default: null;
549
+ };
550
+ inverse: {
551
+ type: BooleanConstructor;
552
+ default: boolean;
553
+ };
554
+ disabled: {
555
+ type: BooleanConstructor;
556
+ default: boolean;
557
+ };
558
+ }>> & Readonly<{}>, {
559
+ color: NeonFunctionalColor;
560
+ id: string;
561
+ inverse: boolean;
562
+ disabled: boolean;
563
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
564
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
565
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export * from './NeonPagination.js';
2
+ export { default } from './NeonPagination.js';
@@ -0,0 +1,64 @@
1
+ /**
2
+ * A component for rendering a piece of content with a label.
3
+ */
4
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
+ /**
6
+ * The label to render.
7
+ */
8
+ label: {
9
+ type: StringConstructor;
10
+ required: true;
11
+ };
12
+ /**
13
+ * A single line value to render. NOTE: for more complex content use the default slot instead.
14
+ */
15
+ value: {
16
+ type: StringConstructor;
17
+ };
18
+ /**
19
+ * Apply an "important" style to the label.
20
+ */
21
+ important: {
22
+ type: BooleanConstructor;
23
+ default: boolean;
24
+ };
25
+ /**
26
+ * Apply the "neon-number" style to the value.
27
+ */
28
+ numeric: {
29
+ type: BooleanConstructor;
30
+ default: boolean;
31
+ };
32
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
33
+ /**
34
+ * The label to render.
35
+ */
36
+ label: {
37
+ type: StringConstructor;
38
+ required: true;
39
+ };
40
+ /**
41
+ * A single line value to render. NOTE: for more complex content use the default slot instead.
42
+ */
43
+ value: {
44
+ type: StringConstructor;
45
+ };
46
+ /**
47
+ * Apply an "important" style to the label.
48
+ */
49
+ important: {
50
+ type: BooleanConstructor;
51
+ default: boolean;
52
+ };
53
+ /**
54
+ * Apply the "neon-number" style to the value.
55
+ */
56
+ numeric: {
57
+ type: BooleanConstructor;
58
+ default: boolean;
59
+ };
60
+ }>> & Readonly<{}>, {
61
+ numeric: boolean;
62
+ important: boolean;
63
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
64
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export * from './NeonLabelledContent.js';
2
+ export { default } from './NeonLabelledContent.js';
@@ -33,6 +33,7 @@ export { default as NeonInline } from './components/layout/inline/NeonInline.vue
33
33
  export { default as NeonInput } from './components/user-input/input/NeonInput.vue';
34
34
  export { default as NeonInputIndicator } from './components/user-input/input-indicator/NeonInputIndicator.vue';
35
35
  export { default as NeonLabel } from './components/presentation/label/NeonLabel.vue';
36
+ export { default as NeonLabelledContent } from './components/presentation/labelled-content/NeonLabelledContent.vue';
36
37
  export { default as NeonLinearProgress } from './components/feedback/linear-progress/NeonLinearProgress.vue';
37
38
  export { default as NeonLink } from './components/navigation/link/NeonLink.vue';
38
39
  export { default as NeonList } from './components/user-input/list/NeonList.vue';
@@ -44,6 +45,9 @@ export { default as NeonNotificationCounter } from './components/feedback/notifi
44
45
  export { default as NeonNumber } from './components/user-input/number/NeonNumber.vue';
45
46
  export { default as NeonPage } from './components/layout/page/NeonPage.vue';
46
47
  export { default as NeonPageContainer } from './components/layout/page-container/NeonPageContainer.vue';
48
+ export { default as NeonPageHeader } from './components/layout/page-header/NeonPageHeader.vue';
49
+ export { default as NeonPageSection } from './components/layout/page-section/NeonPageSection.vue';
50
+ export { default as NeonPagination } from './components/navigation/pagination/NeonPagination.vue';
47
51
  export { default as NeonPassword } from './components/user-input/password/NeonPassword.vue';
48
52
  export { default as NeonRangeSlider } from './components/user-input/range-slider/NeonRangeSlider.vue';
49
53
  export { default as NeonSideNav } from './components/layout/side-nav/NeonSideNav.vue';
@@ -55,6 +59,7 @@ export { default as NeonSlider } from './components/user-input/slider/NeonSlider
55
59
  export { default as NeonSplashLoader } from './components/feedback/splash-loader/NeonSplashLoader.vue';
56
60
  export { default as NeonStack } from './components/layout/stack/NeonStack.vue';
57
61
  export { default as NeonStepper } from './components/navigation/stepper/NeonStepper.vue';
62
+ export { default as NeonStickyButtons } from './components/layout/sticky-buttons/NeonStickyButtons.vue';
58
63
  export { default as NeonSwiper } from './components/layout/swiper/NeonSwiper.vue';
59
64
  export { default as NeonSwitch } from './components/user-input/switch/NeonSwitch.vue';
60
65
  export { default as NeonTab } from './components/presentation/tabs/tab/NeonTab.vue';
@@ -110,10 +115,14 @@ export type { NeonDropdownMenuItem } from './common/models/NeonDropdownMenuItem'
110
115
  export type { NeonDropdownPlacementObject } from './common/models/NeonDropdownPlacementObject';
111
116
  export type { NeonFilterListItem } from './common/models/NeonFilterListItem';
112
117
  export type { NeonGridModel } from './common/models/NeonGridModel';
118
+ export type { NeonIdentifiable } from './common/models/NeonIdentifiable';
113
119
  export type { NeonListItem } from './common/models/NeonListItem';
120
+ export type { NeonLoadOnDemandModel } from './common/models/NeonLoadOnDemandModel';
114
121
  export type { NeonMenuItem } from './common/models/NeonMenuItem';
115
122
  export type { NeonMenuModel } from './common/models/NeonMenuModel';
123
+ export type { NeonNoteModel } from './common/models/NeonNoteModel';
116
124
  export type { NeonNumberFormatOptions } from './common/models/NeonNumberFormatOptions';
125
+ export type { NeonPaginationModel } from './common/models/NeonPaginationModel';
117
126
  export type { NeonPriorityMenuItem } from './components/navigation/menu/NeonPriorityMenuItem';
118
127
  export type { NeonSearchOption } from './common/models/NeonSearchOption';
119
128
  export type { NeonSelectGroup } from './common/models/NeonSelectGroup';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aotearoan/neon",
3
3
  "description": "Neon is a lightweight design library of Vue 3 components with minimal dependencies.",
4
- "version": "25.0.2",
4
+ "version": "25.2.0",
5
5
  "main": "./dist/neon.cjs.js",
6
6
  "module": "./dist/neon.es.js",
7
7
  "types": "./dist/src/neon.d.ts",