@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.
- package/dist/common/icons/first-page.svg.cjs.js +7 -0
- package/dist/common/icons/first-page.svg.cjs.js.map +1 -0
- package/dist/common/icons/first-page.svg.es.js +10 -0
- package/dist/common/icons/first-page.svg.es.js.map +1 -0
- package/dist/common/icons/last-page.svg.cjs.js +7 -0
- package/dist/common/icons/last-page.svg.cjs.js.map +1 -0
- package/dist/common/icons/last-page.svg.es.js +10 -0
- package/dist/common/icons/last-page.svg.es.js.map +1 -0
- package/dist/common/utils/NeonDateUtils.cjs.js +1 -1
- package/dist/common/utils/NeonDateUtils.cjs.js.map +1 -1
- package/dist/common/utils/NeonDateUtils.es.js +58 -41
- package/dist/common/utils/NeonDateUtils.es.js.map +1 -1
- package/dist/common/utils/RegisterIcons.cjs.js +1 -1
- package/dist/common/utils/RegisterIcons.cjs.js.map +1 -1
- package/dist/common/utils/RegisterIcons.es.js +36 -34
- package/dist/common/utils/RegisterIcons.es.js.map +1 -1
- package/dist/components/layout/card-list/NeonCardList.cjs.js +1 -1
- package/dist/components/layout/card-list/NeonCardList.cjs.js.map +1 -1
- package/dist/components/layout/card-list/NeonCardList.es.js +51 -50
- package/dist/components/layout/card-list/NeonCardList.es.js.map +1 -1
- package/dist/components/layout/card-list/NeonCardList.vue.cjs.js +1 -1
- package/dist/components/layout/card-list/NeonCardList.vue.cjs.js.map +1 -1
- package/dist/components/layout/card-list/NeonCardList.vue.es.js +47 -46
- package/dist/components/layout/card-list/NeonCardList.vue.es.js.map +1 -1
- package/dist/components/layout/page-header/NeonPageHeader.cjs.js +2 -0
- package/dist/components/layout/page-header/NeonPageHeader.cjs.js.map +1 -0
- package/dist/components/layout/page-header/NeonPageHeader.es.js +24 -0
- package/dist/components/layout/page-header/NeonPageHeader.es.js.map +1 -0
- package/dist/components/layout/page-header/NeonPageHeader.vue.cjs.js +2 -0
- package/dist/components/layout/page-header/NeonPageHeader.vue.cjs.js.map +1 -0
- package/dist/components/layout/page-header/NeonPageHeader.vue.es.js +43 -0
- package/dist/components/layout/page-header/NeonPageHeader.vue.es.js.map +1 -0
- package/dist/components/layout/page-section/NeonPageSection.cjs.js +2 -0
- package/dist/components/layout/page-section/NeonPageSection.cjs.js.map +1 -0
- package/dist/components/layout/page-section/NeonPageSection.es.js +14 -0
- package/dist/components/layout/page-section/NeonPageSection.es.js.map +1 -0
- package/dist/components/layout/page-section/NeonPageSection.vue.cjs.js +2 -0
- package/dist/components/layout/page-section/NeonPageSection.vue.cjs.js.map +1 -0
- package/dist/components/layout/page-section/NeonPageSection.vue.es.js +18 -0
- package/dist/components/layout/page-section/NeonPageSection.vue.es.js.map +1 -0
- package/dist/components/layout/sticky-buttons/NeonStickyButtons.cjs.js +2 -0
- package/dist/components/layout/sticky-buttons/NeonStickyButtons.cjs.js.map +1 -0
- package/dist/components/layout/sticky-buttons/NeonStickyButtons.es.js +8 -0
- package/dist/components/layout/sticky-buttons/NeonStickyButtons.es.js.map +1 -0
- package/dist/components/layout/sticky-buttons/NeonStickyButtons.vue.cjs.js +2 -0
- package/dist/components/layout/sticky-buttons/NeonStickyButtons.vue.cjs.js.map +1 -0
- package/dist/components/layout/sticky-buttons/NeonStickyButtons.vue.es.js +16 -0
- package/dist/components/layout/sticky-buttons/NeonStickyButtons.vue.es.js.map +1 -0
- package/dist/components/navigation/pagination/NeonPagination.cjs.js +2 -0
- package/dist/components/navigation/pagination/NeonPagination.cjs.js.map +1 -0
- package/dist/components/navigation/pagination/NeonPagination.es.js +71 -0
- package/dist/components/navigation/pagination/NeonPagination.es.js.map +1 -0
- package/dist/components/navigation/pagination/NeonPagination.vue.cjs.js +2 -0
- package/dist/components/navigation/pagination/NeonPagination.vue.cjs.js.map +1 -0
- package/dist/components/navigation/pagination/NeonPagination.vue.es.js +101 -0
- package/dist/components/navigation/pagination/NeonPagination.vue.es.js.map +1 -0
- package/dist/components/presentation/labelled-content/NeonLabelledContent.cjs.js +2 -0
- package/dist/components/presentation/labelled-content/NeonLabelledContent.cjs.js.map +1 -0
- package/dist/components/presentation/labelled-content/NeonLabelledContent.es.js +26 -0
- package/dist/components/presentation/labelled-content/NeonLabelledContent.es.js.map +1 -0
- package/dist/components/presentation/labelled-content/NeonLabelledContent.vue.cjs.js +2 -0
- package/dist/components/presentation/labelled-content/NeonLabelledContent.vue.cjs.js.map +1 -0
- package/dist/components/presentation/labelled-content/NeonLabelledContent.vue.es.js +22 -0
- package/dist/components/presentation/labelled-content/NeonLabelledContent.vue.es.js.map +1 -0
- package/dist/neon.cjs.js +1 -1
- package/dist/neon.es.js +189 -179
- package/dist/neon.es.js.map +1 -1
- package/dist/src/common/models/NeonCardListModel.d.ts +5 -11
- package/dist/src/common/models/NeonIdentifiable.d.ts +9 -0
- package/dist/src/common/models/NeonLoadOnDemandModel.d.ts +22 -0
- package/dist/src/common/models/NeonNoteModel.d.ts +6 -0
- package/dist/src/common/models/NeonPaginationModel.d.ts +26 -0
- package/dist/src/common/utils/NeonDateUtils.d.ts +11 -0
- package/dist/src/components/feedback/linear-progress/NeonLinearProgress.d.ts +1 -1
- package/dist/src/components/layout/card-list/NeonCardList.d.ts +556 -215
- package/dist/src/components/layout/page-header/NeonPageHeader.d.ts +592 -0
- package/dist/src/components/layout/page-header/NeonPageHeader.vue.d.ts +2 -0
- package/dist/src/components/layout/page-section/NeonPageSection.d.ts +21 -0
- package/dist/src/components/layout/page-section/NeonPageSection.vue.d.ts +2 -0
- package/dist/src/components/layout/sticky-buttons/NeonStickyButtons.d.ts +6 -0
- package/dist/src/components/layout/sticky-buttons/NeonStickyButtons.vue.d.ts +2 -0
- package/dist/src/components/navigation/pagination/NeonPagination.d.ts +565 -0
- package/dist/src/components/navigation/pagination/NeonPagination.vue.d.ts +2 -0
- package/dist/src/components/presentation/labelled-content/NeonLabelledContent.d.ts +64 -0
- package/dist/src/components/presentation/labelled-content/NeonLabelledContent.vue.d.ts +2 -0
- package/dist/src/neon.d.ts +9 -0
- package/package.json +1 -1
- package/src/sass/components/_card-list.scss +14 -33
- package/src/sass/components/_footer.scss +5 -0
- package/src/sass/components/_labelled-content.scss +25 -0
- package/src/sass/components/_page-header.scss +36 -0
- package/src/sass/components/_page-section.scss +13 -0
- package/src/sass/components/_pagination.scss +102 -0
- package/src/sass/components/_skeleton-loader.scss +3 -1
- package/src/sass/components/_sticky-buttons.scss +43 -0
- package/src/sass/components/components.scss +5 -0
- package/src/sass/includes/_dependencies.scss +5 -0
- package/src/sass/theme.scss +20 -0
- package/src/sass/variables.scss +9 -11
- package/dist/components/layout/card-list/card/NeonCardListCard.cjs.js +0 -2
- package/dist/components/layout/card-list/card/NeonCardListCard.cjs.js.map +0 -1
- package/dist/components/layout/card-list/card/NeonCardListCard.es.js +0 -43
- package/dist/components/layout/card-list/card/NeonCardListCard.es.js.map +0 -1
- package/dist/components/layout/card-list/card/NeonCardListCard.vue.cjs.js +0 -2
- package/dist/components/layout/card-list/card/NeonCardListCard.vue.cjs.js.map +0 -1
- package/dist/components/layout/card-list/card/NeonCardListCard.vue.es.js +0 -32
- package/dist/components/layout/card-list/card/NeonCardListCard.vue.es.js.map +0 -1
- package/dist/src/components/layout/card-list/card/NeonCardListCard.d.ts +0 -129
- package/dist/src/components/layout/card-list/card/NeonCardListCard.vue.d.ts +0 -2
package/dist/neon.es.js
CHANGED
|
@@ -7,13 +7,13 @@ import { default as s } from "./components/feedback/banner/NeonBanner.vue.es.js"
|
|
|
7
7
|
import { default as u } from "./components/user-input/button/NeonButton.vue.es.js";
|
|
8
8
|
import { default as S } from "./components/layout/card/NeonCard.vue.es.js";
|
|
9
9
|
import { default as g } from "./components/layout/card/body/NeonCardBody.vue.es.js";
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
10
|
+
import { default as P } from "./components/layout/card/footer/NeonCardFooter.vue.es.js";
|
|
11
|
+
import { default as L } from "./components/layout/card/header/NeonCardHeader.vue.es.js";
|
|
12
|
+
import { default as y } from "./components/layout/card-list/NeonCardList.vue.es.js";
|
|
13
|
+
import { default as U } from "./components/user-input/chip/NeonChip.vue.es.js";
|
|
14
|
+
import { default as B } from "./components/user-input/color/NeonColor.vue.es.js";
|
|
15
|
+
import { default as v } from "./components/user-input/date-picker/NeonDatePicker.vue.es.js";
|
|
16
|
+
import { default as z } from "./components/feedback/dialog/NeonDialog.vue.es.js";
|
|
17
17
|
import { default as M } from "./components/layout/drawer/NeonDrawer.vue.es.js";
|
|
18
18
|
import { default as R } from "./components/presentation/dropdown/NeonDropdown.vue.es.js";
|
|
19
19
|
import { default as E } from "./components/navigation/dropdown-menu/NeonDropdownMenu.vue.es.js";
|
|
@@ -33,127 +33,132 @@ import { default as No } from "./components/layout/inline/NeonInline.vue.es.js";
|
|
|
33
33
|
import { default as so } from "./components/user-input/input/NeonInput.vue.es.js";
|
|
34
34
|
import { default as io } from "./components/user-input/input-indicator/NeonInputIndicator.vue.es.js";
|
|
35
35
|
import { default as co } from "./components/presentation/label/NeonLabel.vue.es.js";
|
|
36
|
-
import { default as Co } from "./components/
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as Do } from "./components/navigation/
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as Fo } from "./components/
|
|
45
|
-
import { default as ko } from "./components/
|
|
46
|
-
import { default as Go } from "./components/layout/page
|
|
47
|
-
import { default as Oo } from "./components/
|
|
48
|
-
import { default as Vo } from "./components/
|
|
49
|
-
import { default as jo } from "./components/layout/
|
|
50
|
-
import { default as Ko } from "./components/
|
|
51
|
-
import { default as Wo } from "./components/user-input/
|
|
52
|
-
import { default as Yo } from "./components/user-input/
|
|
53
|
-
import { default as $o } from "./components/
|
|
54
|
-
import { default as ee } from "./components/user-input/
|
|
55
|
-
import { default as te } from "./components/
|
|
56
|
-
import { default as ne } from "./components/
|
|
57
|
-
import { default as pe } from "./components/
|
|
58
|
-
import { default as me } from "./components/
|
|
59
|
-
import { default as xe } from "./components/
|
|
60
|
-
import { default as de } from "./components/
|
|
61
|
-
import { default as ie } from "./components/
|
|
62
|
-
import { default as ce } from "./components/
|
|
63
|
-
import { default as Ce } from "./components/
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as De } from "./components/
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
36
|
+
import { default as Co } from "./components/presentation/labelled-content/NeonLabelledContent.vue.es.js";
|
|
37
|
+
import { default as To } from "./components/feedback/linear-progress/NeonLinearProgress.vue.es.js";
|
|
38
|
+
import { default as bo } from "./components/navigation/link/NeonLink.vue.es.js";
|
|
39
|
+
import { default as Io } from "./components/user-input/list/NeonList.vue.es.js";
|
|
40
|
+
import { default as Do } from "./components/navigation/menu/NeonMenu.vue.es.js";
|
|
41
|
+
import { default as ho } from "./components/navigation/mobile-menu/NeonMobileMenu.vue.es.js";
|
|
42
|
+
import { default as wo } from "./components/layout/modal/NeonModal.vue.es.js";
|
|
43
|
+
import { default as Ao } from "./components/feedback/note/NeonNote.vue.es.js";
|
|
44
|
+
import { default as Fo } from "./components/feedback/notification-counter/NeonNotificationCounter.vue.es.js";
|
|
45
|
+
import { default as ko } from "./components/user-input/number/NeonNumber.vue.es.js";
|
|
46
|
+
import { default as Go } from "./components/layout/page/NeonPage.vue.es.js";
|
|
47
|
+
import { default as Oo } from "./components/layout/page-container/NeonPageContainer.vue.es.js";
|
|
48
|
+
import { default as Vo } from "./components/layout/page-header/NeonPageHeader.vue.es.js";
|
|
49
|
+
import { default as jo } from "./components/layout/page-section/NeonPageSection.vue.es.js";
|
|
50
|
+
import { default as Ko } from "./components/navigation/pagination/NeonPagination.vue.es.js";
|
|
51
|
+
import { default as Wo } from "./components/user-input/password/NeonPassword.vue.es.js";
|
|
52
|
+
import { default as Yo } from "./components/user-input/range-slider/NeonRangeSlider.vue.es.js";
|
|
53
|
+
import { default as $o } from "./components/layout/side-nav/NeonSideNav.vue.es.js";
|
|
54
|
+
import { default as ee } from "./components/user-input/search/NeonSearch.vue.es.js";
|
|
55
|
+
import { default as te } from "./components/user-input/select/NeonSelect.vue.es.js";
|
|
56
|
+
import { default as ne } from "./components/user-input/selectable-card/NeonSelectableCard.vue.es.js";
|
|
57
|
+
import { default as pe } from "./components/feedback/skeleton-loader/NeonSkeletonLoader.vue.es.js";
|
|
58
|
+
import { default as me } from "./components/user-input/slider/NeonSlider.vue.es.js";
|
|
59
|
+
import { default as xe } from "./components/feedback/splash-loader/NeonSplashLoader.vue.es.js";
|
|
60
|
+
import { default as de } from "./components/layout/stack/NeonStack.vue.es.js";
|
|
61
|
+
import { default as ie } from "./components/navigation/stepper/NeonStepper.vue.es.js";
|
|
62
|
+
import { default as ce } from "./components/layout/sticky-buttons/NeonStickyButtons.vue.es.js";
|
|
63
|
+
import { default as Ce } from "./components/layout/swiper/NeonSwiper.vue.es.js";
|
|
64
|
+
import { default as Te } from "./components/user-input/switch/NeonSwitch.vue.es.js";
|
|
65
|
+
import { default as be } from "./components/presentation/tabs/tab/NeonTab.vue.es.js";
|
|
66
|
+
import { default as Ie } from "./components/presentation/tabs/NeonTabs.vue.es.js";
|
|
67
|
+
import { default as De } from "./components/feedback/alert/container/NeonToastContainer.vue.es.js";
|
|
68
|
+
import { default as he } from "./components/user-input/toggle/NeonToggle.vue.es.js";
|
|
69
|
+
import { default as we } from "./components/user-input/toggle-chip/NeonToggleChip.vue.es.js";
|
|
70
|
+
import { default as Ae } from "./components/feedback/tooltip/NeonTooltip.vue.es.js";
|
|
71
|
+
import { default as Fe } from "./components/layout/top-nav/NeonTopNav.vue.es.js";
|
|
72
|
+
import { default as ke } from "./components/navigation/tree-menu/NeonTreeMenu.vue.es.js";
|
|
73
|
+
import { NeonAlertLevel as Ge } from "./common/enums/NeonAlertLevel.es.js";
|
|
74
|
+
import { NeonAlertPlacement as Oe } from "./common/enums/NeonAlertPlacement.es.js";
|
|
75
|
+
import { NeonBadgeSize as Ve } from "./common/enums/NeonBadgeSize.es.js";
|
|
76
|
+
import { NeonButtonSize as je } from "./common/enums/NeonButtonSize.es.js";
|
|
77
|
+
import { NeonButtonStyle as Ke } from "./common/enums/NeonButtonStyle.es.js";
|
|
78
|
+
import { NeonButtonType as We } from "./common/enums/NeonButtonType.es.js";
|
|
79
|
+
import { NeonChipAction as Ye } from "./common/enums/NeonChipAction.es.js";
|
|
80
|
+
import { NeonDropdownPlacement as $e } from "./common/enums/NeonDropdownPlacement.es.js";
|
|
81
|
+
import { NeonDropdownStyle as er } from "./common/enums/NeonDropdownStyle.es.js";
|
|
82
|
+
import { NeonFunctionalColor as tr } from "./common/enums/NeonFunctionalColor.es.js";
|
|
83
|
+
import { NeonHorizontalPosition as nr } from "./common/enums/NeonHorizontalPosition.es.js";
|
|
84
|
+
import { NeonInputIndicatorStyle as pr } from "./common/enums/NeonInputIndicatorStyle.es.js";
|
|
85
|
+
import { NeonInputMode as mr } from "./common/enums/NeonInputMode.es.js";
|
|
86
|
+
import { NeonInputType as xr } from "./common/enums/NeonInputType.es.js";
|
|
87
|
+
import { NeonLabelSize as dr } from "./common/enums/NeonLabelSize.es.js";
|
|
88
|
+
import { NeonLayoutSize as ir } from "./common/enums/NeonLayoutSize.es.js";
|
|
89
|
+
import { NeonMode as cr } from "./common/enums/NeonMode.es.js";
|
|
90
|
+
import { NeonOrientation as Cr } from "./common/enums/NeonOrientation.es.js";
|
|
91
|
+
import { NeonOutlineStyle as Tr } from "./common/enums/NeonOutlineStyle.es.js";
|
|
92
|
+
import { NeonPageAlignment as br } from "./common/enums/NeonPageAlignment.es.js";
|
|
93
|
+
import { NeonPosition as Ir } from "./common/enums/NeonPosition.es.js";
|
|
94
|
+
import { NeonResponsive as Dr } from "./common/enums/NeonResponsive.es.js";
|
|
95
|
+
import { NeonSize as hr } from "./common/enums/NeonSize.es.js";
|
|
96
|
+
import { NeonSplashLoaderSize as wr } from "./common/enums/NeonSplashLoaderSize.es.js";
|
|
97
|
+
import { NeonState as Ar } from "./common/enums/NeonState.es.js";
|
|
98
|
+
import { NeonSwitchStyle as Fr } from "./common/enums/NeonSwitchStyle.es.js";
|
|
99
|
+
import { NeonToggleChipSize as kr } from "./common/enums/NeonToggleChipSize.es.js";
|
|
100
|
+
import { NeonToggleStyle as Gr } from "./common/enums/NeonToggleStyle.es.js";
|
|
101
|
+
import { NeonTooltipStyle as Or } from "./common/enums/NeonTooltipStyle.es.js";
|
|
102
|
+
import { NeonVerticalPosition as Vr } from "./common/enums/NeonVerticalPosition.es.js";
|
|
103
|
+
import { NeonAlertService as jr } from "./common/utils/NeonAlertService.es.js";
|
|
104
|
+
import { NeonBannerService as Kr } from "./common/utils/NeonBannerService.es.js";
|
|
105
|
+
import { NeonClipboardService as Wr, NeonClipboardSupport as Xr } from "./common/utils/NeonClipboardService.es.js";
|
|
106
|
+
import { NeonClosableUtils as _r } from "./common/utils/NeonClosableUtils.es.js";
|
|
107
|
+
import { NeonDateUtils as ot } from "./common/utils/NeonDateUtils.es.js";
|
|
108
|
+
import { NeonDebounceUtils as rt } from "./common/utils/NeonDebounceUtils.es.js";
|
|
109
|
+
import { NeonDropdownPlacementUtils as at } from "./common/utils/NeonDropdownPlacementUtils.es.js";
|
|
110
|
+
import { NeonEventBus as ft } from "./common/utils/NeonEventBus.es.js";
|
|
111
|
+
import { fileToDataURL as lt } from "./common/utils/NeonFileUtils.es.js";
|
|
112
|
+
import { NeonIconRegistry as Nt } from "./common/utils/NeonIconRegistry.es.js";
|
|
113
|
+
import { NeonJazziconUtils as st } from "./common/utils/NeonJazziconUtils.es.js";
|
|
114
|
+
import { NeonModeUtils as ut } from "./common/utils/NeonModeUtils.es.js";
|
|
115
|
+
import { NeonNumberUtils as St } from "./common/utils/NeonNumberUtils.es.js";
|
|
116
|
+
import { NeonPlacementUtils as gt } from "./common/utils/NeonPlacementUtils.es.js";
|
|
117
|
+
import { NeonRandomUtils as Pt } from "./common/utils/NeonRandomUtils.es.js";
|
|
118
|
+
import { NeonResponsiveUtils as Lt } from "./common/utils/NeonResponsiveUtils.es.js";
|
|
119
|
+
import { NeonScrollUtils as yt } from "./common/utils/NeonScrollUtils.es.js";
|
|
120
|
+
import { NeonToastService as Ut } from "./common/utils/NeonToastService.es.js";
|
|
121
|
+
import { NeonTooltipPlacementUtils as Bt } from "./common/utils/NeonTooltipPlacementUtils.es.js";
|
|
122
|
+
import { RegisterIcons as vt } from "./common/utils/RegisterIcons.es.js";
|
|
118
123
|
export {
|
|
119
124
|
r as NeonActionMenu,
|
|
120
125
|
a as NeonAlert,
|
|
121
126
|
f as NeonAlertContainer,
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
127
|
+
Ge as NeonAlertLevel,
|
|
128
|
+
Oe as NeonAlertPlacement,
|
|
129
|
+
jr as NeonAlertService,
|
|
125
130
|
l as NeonAnchor,
|
|
126
131
|
N as NeonBadge,
|
|
127
|
-
|
|
132
|
+
Ve as NeonBadgeSize,
|
|
128
133
|
s as NeonBanner,
|
|
129
|
-
|
|
134
|
+
Kr as NeonBannerService,
|
|
130
135
|
u as NeonButton,
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
136
|
+
je as NeonButtonSize,
|
|
137
|
+
Ke as NeonButtonStyle,
|
|
138
|
+
We as NeonButtonType,
|
|
134
139
|
S as NeonCard,
|
|
135
140
|
g as NeonCardBody,
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
141
|
+
P as NeonCardFooter,
|
|
142
|
+
L as NeonCardHeader,
|
|
143
|
+
y as NeonCardList,
|
|
144
|
+
U as NeonChip,
|
|
145
|
+
Ye as NeonChipAction,
|
|
146
|
+
Wr as NeonClipboardService,
|
|
147
|
+
Xr as NeonClipboardSupport,
|
|
148
|
+
_r as NeonClosableUtils,
|
|
149
|
+
B as NeonColor,
|
|
150
|
+
v as NeonDatePicker,
|
|
151
|
+
ot as NeonDateUtils,
|
|
152
|
+
rt as NeonDebounceUtils,
|
|
153
|
+
z as NeonDialog,
|
|
149
154
|
M as NeonDrawer,
|
|
150
155
|
H as NeonDropZone,
|
|
151
156
|
R as NeonDropdown,
|
|
152
157
|
E as NeonDropdownMenu,
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
158
|
+
$e as NeonDropdownPlacement,
|
|
159
|
+
at as NeonDropdownPlacementUtils,
|
|
160
|
+
er as NeonDropdownStyle,
|
|
161
|
+
ft as NeonEventBus,
|
|
157
162
|
J as NeonExpansionIndicator,
|
|
158
163
|
Z as NeonExpansionPanel,
|
|
159
164
|
Q as NeonField,
|
|
@@ -161,78 +166,83 @@ export {
|
|
|
161
166
|
X as NeonFile,
|
|
162
167
|
_ as NeonFilterList,
|
|
163
168
|
oo as NeonFooter,
|
|
164
|
-
|
|
169
|
+
tr as NeonFunctionalColor,
|
|
165
170
|
ro as NeonGrid,
|
|
166
171
|
ao as NeonGridArea,
|
|
167
|
-
|
|
172
|
+
nr as NeonHorizontalPosition,
|
|
168
173
|
fo as NeonIcon,
|
|
169
|
-
|
|
174
|
+
Nt as NeonIconRegistry,
|
|
170
175
|
lo as NeonImageCarousel,
|
|
171
176
|
No as NeonInline,
|
|
172
177
|
so as NeonInput,
|
|
173
178
|
io as NeonInputIndicator,
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
179
|
+
pr as NeonInputIndicatorStyle,
|
|
180
|
+
mr as NeonInputMode,
|
|
181
|
+
xr as NeonInputType,
|
|
182
|
+
st as NeonJazziconUtils,
|
|
178
183
|
co as NeonLabel,
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
Do as
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
Fo as
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
Oo as
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
184
|
+
dr as NeonLabelSize,
|
|
185
|
+
Co as NeonLabelledContent,
|
|
186
|
+
ir as NeonLayoutSize,
|
|
187
|
+
To as NeonLinearProgress,
|
|
188
|
+
bo as NeonLink,
|
|
189
|
+
Io as NeonList,
|
|
190
|
+
Do as NeonMenu,
|
|
191
|
+
ho as NeonMobileMenu,
|
|
192
|
+
wo as NeonModal,
|
|
193
|
+
cr as NeonMode,
|
|
194
|
+
ut as NeonModeUtils,
|
|
195
|
+
Ao as NeonNote,
|
|
196
|
+
Fo as NeonNotificationCounter,
|
|
197
|
+
ko as NeonNumber,
|
|
198
|
+
St as NeonNumberUtils,
|
|
199
|
+
Cr as NeonOrientation,
|
|
200
|
+
Tr as NeonOutlineStyle,
|
|
201
|
+
Go as NeonPage,
|
|
202
|
+
br as NeonPageAlignment,
|
|
203
|
+
Oo as NeonPageContainer,
|
|
204
|
+
Vo as NeonPageHeader,
|
|
205
|
+
jo as NeonPageSection,
|
|
206
|
+
Ko as NeonPagination,
|
|
207
|
+
Wo as NeonPassword,
|
|
208
|
+
gt as NeonPlacementUtils,
|
|
209
|
+
Ir as NeonPosition,
|
|
210
|
+
Pt as NeonRandomUtils,
|
|
211
|
+
Yo as NeonRangeSlider,
|
|
212
|
+
Dr as NeonResponsive,
|
|
213
|
+
Lt as NeonResponsiveUtils,
|
|
214
|
+
yt as NeonScrollUtils,
|
|
215
|
+
ee as NeonSearch,
|
|
216
|
+
te as NeonSelect,
|
|
217
|
+
ne as NeonSelectableCard,
|
|
218
|
+
$o as NeonSideNav,
|
|
219
|
+
hr as NeonSize,
|
|
220
|
+
pe as NeonSkeletonLoader,
|
|
221
|
+
me as NeonSlider,
|
|
222
|
+
xe as NeonSplashLoader,
|
|
223
|
+
wr as NeonSplashLoaderSize,
|
|
224
|
+
de as NeonStack,
|
|
225
|
+
Ar as NeonState,
|
|
226
|
+
ie as NeonStepper,
|
|
227
|
+
ce as NeonStickyButtons,
|
|
228
|
+
Ce as NeonSwiper,
|
|
229
|
+
Te as NeonSwitch,
|
|
230
|
+
Fr as NeonSwitchStyle,
|
|
231
|
+
be as NeonTab,
|
|
232
|
+
Ie as NeonTabs,
|
|
233
|
+
De as NeonToastContainer,
|
|
234
|
+
Ut as NeonToastService,
|
|
235
|
+
he as NeonToggle,
|
|
236
|
+
we as NeonToggleChip,
|
|
237
|
+
kr as NeonToggleChipSize,
|
|
238
|
+
Gr as NeonToggleStyle,
|
|
239
|
+
Ae as NeonTooltip,
|
|
240
|
+
Bt as NeonTooltipPlacementUtils,
|
|
241
|
+
Or as NeonTooltipStyle,
|
|
242
|
+
Fe as NeonTopNav,
|
|
243
|
+
ke as NeonTreeMenu,
|
|
244
|
+
Vr as NeonVerticalPosition,
|
|
245
|
+
vt as RegisterIcons,
|
|
246
|
+
lt as fileToDataURL
|
|
237
247
|
};
|
|
238
248
|
//# sourceMappingURL=neon.es.js.map
|
package/dist/neon.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"neon.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"neon.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
|
+
import type { NeonIdentifiable } from '@/common/models/NeonIdentifiable';
|
|
1
2
|
/**
|
|
2
3
|
* Provides the necessary fields for rendering a card list items as a link. See
|
|
3
4
|
* <a href="/layout/card-list">NeonCardList</a>.
|
|
4
5
|
*/
|
|
5
|
-
export interface NeonCardListModel {
|
|
6
|
+
export interface NeonCardListModel<T extends NeonIdentifiable> {
|
|
7
|
+
model: T;
|
|
6
8
|
/**
|
|
7
|
-
*
|
|
8
|
-
*/
|
|
9
|
-
key?: string;
|
|
10
|
-
/**
|
|
11
|
-
* Href to open when the user clicks on this card
|
|
9
|
+
* href to open when the user clicks on this card.
|
|
12
10
|
*/
|
|
13
11
|
href?: string;
|
|
14
12
|
/**
|
|
15
|
-
*
|
|
16
|
-
*/
|
|
17
|
-
targetBlank?: boolean;
|
|
18
|
-
/**
|
|
19
|
-
* Disable the card so it cannot be clicked
|
|
13
|
+
* Disable the card so it cannot be interacted with.
|
|
20
14
|
*/
|
|
21
15
|
disabled?: boolean;
|
|
22
16
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* For use with NeonCardList, this model represents the details required for adding a pagination component.
|
|
3
|
+
*/
|
|
4
|
+
export interface NeonLoadOnDemandModel {
|
|
5
|
+
/**
|
|
6
|
+
* The total item count of records including those not displayed. This is used to display the 'x' of 'y'
|
|
7
|
+
* text.
|
|
8
|
+
*/
|
|
9
|
+
total: number;
|
|
10
|
+
/**
|
|
11
|
+
* override the default 'x of y' text.
|
|
12
|
+
*/
|
|
13
|
+
ofLabel?: string;
|
|
14
|
+
/**
|
|
15
|
+
* override the 'Show more' text.
|
|
16
|
+
*/
|
|
17
|
+
showMoreLabel?: string;
|
|
18
|
+
/**
|
|
19
|
+
* override the 'End of results' text.
|
|
20
|
+
*/
|
|
21
|
+
endOfResultsLabel?: string;
|
|
22
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* For use with NeonCardList, this model represents the details required for adding a pagination component.
|
|
3
|
+
*/
|
|
4
|
+
export interface NeonPaginationModel {
|
|
5
|
+
/**
|
|
6
|
+
* The current page number.
|
|
7
|
+
*/
|
|
8
|
+
page: number;
|
|
9
|
+
/**
|
|
10
|
+
* The total number of items.
|
|
11
|
+
*/
|
|
12
|
+
total: number;
|
|
13
|
+
/**
|
|
14
|
+
* The URL template for the pagination links. The template should contain a '{page}' placeholder that will be
|
|
15
|
+
* substituted in links with the correct page number.
|
|
16
|
+
*/
|
|
17
|
+
urlTemplate: string;
|
|
18
|
+
/**
|
|
19
|
+
* The number of items per page. Default is 20.
|
|
20
|
+
*/
|
|
21
|
+
pageSize?: number;
|
|
22
|
+
/**
|
|
23
|
+
* Whether to display links to the first and last pages.
|
|
24
|
+
*/
|
|
25
|
+
displayFirstAndLast?: boolean;
|
|
26
|
+
}
|
|
@@ -5,6 +5,17 @@ import type { NeonDate } from '@/common/models/NeonDate';
|
|
|
5
5
|
* <a href="/user-input/date-picker">NeonDatePicker</a> component.
|
|
6
6
|
*/
|
|
7
7
|
export declare class NeonDateUtils {
|
|
8
|
+
/**
|
|
9
|
+
* Format a Date object as a locale formatted date with a three letter month and a 2 digit day.
|
|
10
|
+
* @param value The date to format.
|
|
11
|
+
*/
|
|
12
|
+
static formatDate(value: Date): string;
|
|
13
|
+
/**
|
|
14
|
+
* Format an ISO 8601 string to a locale formatted date with a three letter month and a 2 digit day and the time.
|
|
15
|
+
* @param value ISO date string
|
|
16
|
+
* @param seconds boolean indicating whether to display seconds
|
|
17
|
+
*/
|
|
18
|
+
static formatISOStringToDateAndTime(value: string, seconds?: boolean): string;
|
|
8
19
|
/**
|
|
9
20
|
* Convert an ISO 8601 formatted string to a locale formatted date with a three letter month, a 2 digit day and a locale formatted time.
|
|
10
21
|
*
|
|
@@ -174,8 +174,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
174
174
|
output: boolean;
|
|
175
175
|
size: NeonSize;
|
|
176
176
|
alternateColor: NeonFunctionalColor;
|
|
177
|
-
decimals: number;
|
|
178
177
|
total: number;
|
|
178
|
+
decimals: number;
|
|
179
179
|
locale: string;
|
|
180
180
|
completedIcon: string;
|
|
181
181
|
completedIconColor: NeonFunctionalColor;
|