@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
|
@@ -18,15 +18,6 @@
|
|
|
18
18
|
color: var(--neon-color-low-contrast);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.neon-card-list__cards {
|
|
22
|
-
gap: var(--neon-space-1);
|
|
23
|
-
|
|
24
|
-
.neon-link {
|
|
25
|
-
width: 100%;
|
|
26
|
-
min-width: 100%;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
21
|
&__header {
|
|
31
22
|
align-items: center;
|
|
32
23
|
margin-bottom: var(--neon-space-16);
|
|
@@ -43,42 +34,32 @@
|
|
|
43
34
|
}
|
|
44
35
|
|
|
45
36
|
&__card {
|
|
46
|
-
|
|
47
|
-
|
|
37
|
+
padding-top: var(--neon-space-32);
|
|
38
|
+
padding-bottom: var(--neon-space-16);
|
|
48
39
|
user-select: none;
|
|
49
|
-
box-shadow: var(--neon-box-shadow-card-list);
|
|
50
|
-
transition: all var(--neon-animation-speed-fast) ease-in-out;
|
|
51
|
-
outline: none;
|
|
52
40
|
width: 100%;
|
|
41
|
+
border: none;
|
|
42
|
+
border-bottom: var(--neon-border);
|
|
53
43
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
& > .neon-card-footer {
|
|
57
|
-
background-color: var(--neon-background-color-card-list);
|
|
44
|
+
&--disabled {
|
|
45
|
+
cursor: not-allowed;
|
|
58
46
|
}
|
|
47
|
+
}
|
|
59
48
|
|
|
49
|
+
.neon-card-list__link {
|
|
50
|
+
width: 100%;
|
|
51
|
+
min-width: 100%;
|
|
60
52
|
@each $color in palettes.$neon-functional-colors {
|
|
61
53
|
&--#{$color} {
|
|
62
|
-
|
|
63
|
-
&:hover
|
|
64
|
-
&:hover
|
|
65
|
-
&:hover
|
|
54
|
+
.neon-card-list__card:not(.neon-card-list__card--disabled) {
|
|
55
|
+
&:hover,
|
|
56
|
+
&:hover,
|
|
57
|
+
&:hover {
|
|
66
58
|
background-color: rgba(var(--neon-rgb-#{$color}), 0.03125);
|
|
67
59
|
}
|
|
68
60
|
}
|
|
69
61
|
}
|
|
70
62
|
}
|
|
71
|
-
|
|
72
|
-
&--clickable {
|
|
73
|
-
cursor: pointer;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
&--disabled {
|
|
77
|
-
cursor: not-allowed;
|
|
78
|
-
background-color: var(--neon-color-disabled-background);
|
|
79
|
-
color: var(--neon-color-disabled-text);
|
|
80
|
-
border-color: var(--neon-color-disabled-border);
|
|
81
|
-
}
|
|
82
63
|
}
|
|
83
64
|
}
|
|
84
65
|
}
|
|
@@ -57,6 +57,11 @@
|
|
|
57
57
|
width: calc(100vw - var(--neon-side-nav-width));
|
|
58
58
|
border-top: var(--neon-border-color) var(--neon-border-style) var(--neon-border-width-footer);
|
|
59
59
|
background-color: var(--neon-background-color-footer);
|
|
60
|
+
|
|
61
|
+
@include responsive.responsive(tablet) {
|
|
62
|
+
margin: 0 calc(-1 * var(--neon-gutter));
|
|
63
|
+
width: calc(100% + 2 * var(--neon-gutter));
|
|
64
|
+
}
|
|
60
65
|
}
|
|
61
66
|
}
|
|
62
67
|
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
@mixin labelled-content {
|
|
2
|
+
.neon-labelled-content {
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
align-self: flex-start;
|
|
6
|
+
justify-content: flex-start;
|
|
7
|
+
width: 100%;
|
|
8
|
+
margin-bottom: var(--neon-space-4);
|
|
9
|
+
font-weight: var(--neon-font-weight-semi-bold);
|
|
10
|
+
--neon-color-link: var(--neon-color-text-secondary);
|
|
11
|
+
--neon-color-link-hover: var(--neon-color-text-secondary);
|
|
12
|
+
--neon-color-link-visited: var(--neon-color-text-secondary);
|
|
13
|
+
|
|
14
|
+
&__label {
|
|
15
|
+
color: var(--neon-color-text-tertiary);
|
|
16
|
+
font-size: var(--neon-font-size-s);
|
|
17
|
+
font-weight: var(--neon-font-weight-normal);
|
|
18
|
+
margin: var(--neon-space-8) 0;
|
|
19
|
+
|
|
20
|
+
&--important {
|
|
21
|
+
color: var(--neon-color-text-primary);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
@use 'src/sass/includes/responsive';
|
|
2
|
+
|
|
3
|
+
@mixin page-header {
|
|
4
|
+
.neon-page-header {
|
|
5
|
+
&__content {
|
|
6
|
+
flex-direction: row;
|
|
7
|
+
justify-content: space-between;
|
|
8
|
+
margin: var(--neon-space-32) 0;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
&__actions {
|
|
12
|
+
flex-direction: row;
|
|
13
|
+
gap: var(--neon-space-8);
|
|
14
|
+
align-items: flex-start;
|
|
15
|
+
|
|
16
|
+
@include responsive.responsive(mobile-large) {
|
|
17
|
+
display: none;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&__title {
|
|
22
|
+
margin-bottom: var(--neon-space-12);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&__subtitle {
|
|
26
|
+
font-size: var(--neon-font-size-xs);
|
|
27
|
+
color: var(--neon-color-text-tertiary);
|
|
28
|
+
|
|
29
|
+
@include responsive.responsive(tablet) {
|
|
30
|
+
flex-direction: column;
|
|
31
|
+
align-items: flex-start;
|
|
32
|
+
gap: var(--neon-space-4);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
@use '../includes/palettes';
|
|
2
|
+
@use 'src/sass/includes/responsive';
|
|
3
|
+
|
|
4
|
+
@mixin pagination {
|
|
5
|
+
.neon-pagination {
|
|
6
|
+
user-select: none;
|
|
7
|
+
flex-direction: row;
|
|
8
|
+
justify-content: center;
|
|
9
|
+
align-items: center;
|
|
10
|
+
gap: var(--neon-space-8);
|
|
11
|
+
width: 100%;
|
|
12
|
+
margin: var(--neon-space-16) 0;
|
|
13
|
+
|
|
14
|
+
&__page-links {
|
|
15
|
+
flex-direction: row;
|
|
16
|
+
justify-content: center;
|
|
17
|
+
align-items: center;
|
|
18
|
+
gap: var(--neon-space-1);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&__link,
|
|
22
|
+
&__link--selected {
|
|
23
|
+
padding: 0 var(--neon-space-2);
|
|
24
|
+
min-width: var(--neon-size-m);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&__link--selected {
|
|
28
|
+
height: var(--neon-size-m);
|
|
29
|
+
justify-content: center;
|
|
30
|
+
align-items: center;
|
|
31
|
+
display: flex;
|
|
32
|
+
font-size: var(--neon-font-size-s);
|
|
33
|
+
font-weight: var(--neon-font-weight-bold);
|
|
34
|
+
line-height: var(--neon-line-height-one);
|
|
35
|
+
border: var(--neon-border);
|
|
36
|
+
border-radius: var(--neon-border-radius-button);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
&__less,
|
|
40
|
+
&__more {
|
|
41
|
+
width: var(--neon-size-m);
|
|
42
|
+
height: var(--neon-size-m);
|
|
43
|
+
padding: var(--neon-space-10) var(--neon-space-4) var(--neon-space-4);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&--empty {
|
|
47
|
+
display: none;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
@each $color in palettes.$neon-functional-colors {
|
|
51
|
+
&.neon-pagination--#{$color} {
|
|
52
|
+
.neon-pagination__link--selected {
|
|
53
|
+
border-color: var(--neon-color-#{$color});
|
|
54
|
+
color: var(--neon-color-#{$color});
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.neon-pagination__nav-link {
|
|
58
|
+
&:active:not(:disabled),
|
|
59
|
+
&:hover:not(:disabled) {
|
|
60
|
+
border-color: var(--neon-color-#{$color});
|
|
61
|
+
background-color: var(--neon-color-#{$color});
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@include responsive.responsive(mobile-large) {
|
|
68
|
+
.neon-pagination__first,
|
|
69
|
+
.neon-pagination__last {
|
|
70
|
+
display: none;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.neon-pagination {
|
|
74
|
+
&__nav-link,
|
|
75
|
+
&__link {
|
|
76
|
+
min-width: var(--neon-size-s);
|
|
77
|
+
width: var(--neon-size-s);
|
|
78
|
+
min-height: var(--neon-size-s);
|
|
79
|
+
height: var(--neon-size-s);
|
|
80
|
+
font-size: var(--neon-font-size-xs);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
&__nav-link {
|
|
84
|
+
padding: var(--neon-space-8);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
&__link--selected {
|
|
88
|
+
min-width: var(--neon-size-s);
|
|
89
|
+
height: var(--neon-size-s);
|
|
90
|
+
font-size: var(--neon-font-size-xs);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
&__less,
|
|
94
|
+
&__more {
|
|
95
|
+
width: var(--neon-size-s);
|
|
96
|
+
height: var(--neon-size-s);
|
|
97
|
+
padding: var(--neon-space-10) var(--neon-space-2) var(--neon-space-2);
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
@@ -8,13 +8,15 @@
|
|
|
8
8
|
.neon-skeleton-loader {
|
|
9
9
|
display: flex;
|
|
10
10
|
flex-direction: column;
|
|
11
|
-
flex:
|
|
11
|
+
flex: 0 1 auto;
|
|
12
|
+
width: fit-content;
|
|
12
13
|
gap: var(--neon-gap-skeleton-loader);
|
|
13
14
|
|
|
14
15
|
&__item {
|
|
15
16
|
display: flex;
|
|
16
17
|
flex: 1 1 auto;
|
|
17
18
|
width: var(--neon-width-skeleton-loader);
|
|
19
|
+
max-width: var(--neon-width-skeleton-loader);
|
|
18
20
|
min-height: var(--neon-height-skeleton-loader);
|
|
19
21
|
border-radius: var(--neon-border-radius-skeleton-loader);
|
|
20
22
|
position: relative;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
@use 'src/sass/includes/responsive';
|
|
2
|
+
|
|
3
|
+
@mixin sticky-buttons {
|
|
4
|
+
.neon-sticky-buttons {
|
|
5
|
+
width: 100%;
|
|
6
|
+
|
|
7
|
+
&__container {
|
|
8
|
+
flex-direction: row;
|
|
9
|
+
gap: var(--neon-space-16);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
@include responsive.responsive(mobile-large) {
|
|
13
|
+
min-height: var(--neon-min-height-sticky-buttons);
|
|
14
|
+
|
|
15
|
+
.neon-sticky-buttons__container {
|
|
16
|
+
background-color: var(--neon-background-color-sticky-buttons);
|
|
17
|
+
position: fixed;
|
|
18
|
+
width: 100%;
|
|
19
|
+
bottom: 0;
|
|
20
|
+
left: 0;
|
|
21
|
+
padding: var(--neon-space-16);
|
|
22
|
+
flex-direction: column-reverse;
|
|
23
|
+
gap: var(--neon-space-8);
|
|
24
|
+
z-index: var(--neon-z-index-below-top);
|
|
25
|
+
|
|
26
|
+
&:before {
|
|
27
|
+
content: '';
|
|
28
|
+
position: absolute;
|
|
29
|
+
top: calc(-1 * var(--neon-space-16));
|
|
30
|
+
background: linear-gradient(to bottom, transparent, var(--neon-background-color));
|
|
31
|
+
width: 100%;
|
|
32
|
+
height: var(--neon-space-16);
|
|
33
|
+
touch-action: none;
|
|
34
|
+
pointer-events: none;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.neon-button {
|
|
38
|
+
width: 100%;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -126,6 +126,11 @@
|
|
|
126
126
|
NeonMobileMenu: [NeonIcon, NeonLink],
|
|
127
127
|
NeonPageContainer: [NeonIcon],
|
|
128
128
|
NeonBanner: [NeonButton, NeonNote, NeonIcon, NeonLink, NeonExpansionIndicator],
|
|
129
|
+
NeonPagination: [NeonButton, NeonLink, NeonIcon],
|
|
130
|
+
NeonLabelledContent: [],
|
|
131
|
+
NeonPageSection: [],
|
|
132
|
+
NeonPageHeader: [NeonNote, NeonInline, NeonButton, NeonIcon, NeonExpansionIndicator, NeonLink],
|
|
133
|
+
NeonStickyButtons: [],
|
|
129
134
|
);
|
|
130
135
|
|
|
131
136
|
$neon-flattened-components: [];
|
package/src/sass/theme.scss
CHANGED
|
@@ -280,4 +280,24 @@ $neon-components: null !default;
|
|
|
280
280
|
@if index($neon-flattened-components, NeonBanner) {
|
|
281
281
|
@include components.banner;
|
|
282
282
|
}
|
|
283
|
+
|
|
284
|
+
@if index($neon-flattened-components, NeonPagination) {
|
|
285
|
+
@include components.pagination;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
@if index($neon-flattened-components, NeonLabelledContent) {
|
|
289
|
+
@include components.labelled-content;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
@if index($neon-flattened-components, NeonPageSection) {
|
|
293
|
+
@include components.page-section;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
@if index($neon-flattened-components, NeonPageHeader) {
|
|
297
|
+
@include components.page-header;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
@if index($neon-flattened-components, NeonStickyButtons) {
|
|
301
|
+
@include components.sticky-buttons;
|
|
302
|
+
}
|
|
283
303
|
}
|
package/src/sass/variables.scss
CHANGED
|
@@ -458,9 +458,6 @@
|
|
|
458
458
|
/* selectable card */
|
|
459
459
|
--neon-border-radius-selectable-card: calc(1.5 * var(--neon-base-space));
|
|
460
460
|
|
|
461
|
-
/* card list */
|
|
462
|
-
--neon-border-radius-card-list: calc(1.5 * var(--neon-base-space));
|
|
463
|
-
|
|
464
461
|
/* image carousel */
|
|
465
462
|
--neon-blur-radius-image-carousel: 5px;
|
|
466
463
|
|
|
@@ -477,6 +474,9 @@
|
|
|
477
474
|
--neon-font-weight-tree-menu-selected: var(--neon-font-weight-bold);
|
|
478
475
|
--neon-padding-left-tree-menu-items: 0;
|
|
479
476
|
|
|
477
|
+
/* sticky buttons */
|
|
478
|
+
--neon-min-height-sticky-buttons: 72rem;
|
|
479
|
+
|
|
480
480
|
/**********************
|
|
481
481
|
* DARK THEME VARIABLES
|
|
482
482
|
**********************/
|
|
@@ -815,10 +815,6 @@
|
|
|
815
815
|
--neon-background-color-selectable-card: rgba(var(--neon-rgb-neutral-d5), 0.5);
|
|
816
816
|
--neon-box-shadow-selectable-card: 0 -2rem 4rem 0 rgba(var(--neon-rgb-neutral-d5), 0.2), 0 2rem 4rem 0 rgba(var(--neon-rgb-neutral-d5), 0.3);
|
|
817
817
|
|
|
818
|
-
/* card list */
|
|
819
|
-
--neon-background-color-card-list: rgba(var(--neon-rgb-neutral-d5), 0.5);
|
|
820
|
-
--neon-box-shadow-card-list: 0 -2rem 4rem 0 rgba(var(--neon-rgb-neutral-d5), 0.2), 0 2rem 4rem 0 rgba(var(--neon-rgb-neutral-d5), 0.3);
|
|
821
|
-
|
|
822
818
|
/* swiper */
|
|
823
819
|
--neon-background-color-swiper: var(--neon-background-color-card);
|
|
824
820
|
|
|
@@ -835,6 +831,9 @@
|
|
|
835
831
|
--neon-color-tree-menu-section: var(--neon-color-text-primary);
|
|
836
832
|
--neon-color-tree-menu-item: var(--neon-color-text-secondary);
|
|
837
833
|
--neon-color-tree-menu-sub-menu-item: var(--neon-color-text-secondary);
|
|
834
|
+
|
|
835
|
+
/* sticky buttons */
|
|
836
|
+
--neon-background-color-sticky-buttons: var(--neon-color-high-contrast-d5);
|
|
838
837
|
}
|
|
839
838
|
|
|
840
839
|
/*********************
|
|
@@ -1179,10 +1178,6 @@
|
|
|
1179
1178
|
--neon-background-color-selectable-card: rgba(var(--neon-rgb-high-contrast-l4), 0.5);
|
|
1180
1179
|
--neon-box-shadow-selectable-card: 0 -2rem 4rem 0 rgba(var(--neon-rgb-neutral-l3), 0.1), 0 2rem 4rem 0 rgba(var(--neon-rgb-neutral-l3), 0.15);
|
|
1181
1180
|
|
|
1182
|
-
/* card list */
|
|
1183
|
-
--neon-background-color-card-list: rgba(var(--neon-rgb-high-contrast-l4), 0.5);
|
|
1184
|
-
--neon-box-shadow-card-list: 0 -2rem 4rem 0 rgba(var(--neon-rgb-neutral-l3), 0.1), 0 2rem 4rem 0 rgba(var(--neon-rgb-neutral-l3), 0.15);
|
|
1185
|
-
|
|
1186
1181
|
/* swiper */
|
|
1187
1182
|
--neon-background-color-swiper: var(--neon-background-color-card);
|
|
1188
1183
|
|
|
@@ -1199,5 +1194,8 @@
|
|
|
1199
1194
|
--neon-color-tree-menu-section: var(--neon-color-text-primary);
|
|
1200
1195
|
--neon-color-tree-menu-item: var(--neon-color-text-primary);
|
|
1201
1196
|
--neon-color-tree-menu-sub-menu-item: var(--neon-color-text-primary);
|
|
1197
|
+
|
|
1198
|
+
/* sticky buttons */
|
|
1199
|
+
--neon-background-color-sticky-buttons: var(--neon-color-high-contrast-l5);
|
|
1202
1200
|
}
|
|
1203
1201
|
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";const o=require("vue"),n=require("../../card/NeonCard.vue.cjs.js"),t=require("../../card/body/NeonCardBody.vue.cjs.js"),r=require("../../../../common/enums/NeonFunctionalColor.cjs.js"),l=o.defineComponent({name:"NeonCardListCard",components:{NeonCard:n,NeonCardBody:t},emits:["click"],props:{color:{type:String,default:null},disabled:{type:Boolean,default:!1},clickable:{type:Boolean,default:!1}},setup(a,{emit:e}){return{emit:e,NeonFunctionalColor:r.NeonFunctionalColor}}});module.exports=l;
|
|
2
|
-
//# sourceMappingURL=NeonCardListCard.cjs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NeonCardListCard.cjs.js","sources":["../../../../../src/components/layout/card-list/card/NeonCardListCard.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent } from 'vue';\nimport NeonCard from '@/components/layout/card/NeonCard.vue';\nimport NeonCardBody from '@/components/layout/card/body/NeonCardBody.vue';\nimport { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';\n\n/**\n * Represents a card in a card list.\n */\nexport default defineComponent({\n name: 'NeonCardListCard',\n components: {\n NeonCard,\n NeonCardBody,\n },\n emits: [\n /**\n * Emitted when a card is clickable & the card is clicked & not disabled.\n * @type {void}\n */\n 'click',\n ],\n props: {\n /**\n * Specify a hover color for the card.\n */\n color: { type: String as () => NeonFunctionalColor, default: null },\n /**\n * Render card as disabled.\n */\n disabled: { type: Boolean, default: false },\n /**\n * Specify card is clickable. This will return click events when the card is clicked on. NOTE: use the href in the\n * card model instead of clickable=true if card is a link.\n */\n clickable: { type: Boolean, default: false },\n },\n setup(_props, { emit }) {\n return {\n emit,\n NeonFunctionalColor,\n };\n },\n});\n"],"names":["_sfc_main","defineComponent","NeonCard","NeonCardBody","_props","emit","NeonFunctionalColor"],"mappings":"sMAQAA,EAAeC,kBAAgB,CAC7B,KAAM,mBACN,WAAY,CACV,SAAAC,EACA,aAAAC,CAAA,EAEF,MAAO,CAKL,OAAA,EAEF,MAAO,CAIL,MAAO,CAAE,KAAM,OAAqC,QAAS,IAAA,EAI7D,SAAU,CAAE,KAAM,QAAS,QAAS,EAAA,EAKpC,UAAW,CAAE,KAAM,QAAS,QAAS,EAAA,CAAM,EAE7C,MAAMC,EAAQ,CAAE,KAAAC,GAAQ,CACtB,MAAO,CACL,KAAAA,EAAA,oBACAC,EAAAA,mBAAA,CAEJ,CACF,CAAC"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { defineComponent as e } from "vue";
|
|
2
|
-
import t from "../../card/NeonCard.vue.es.js";
|
|
3
|
-
import r from "../../card/body/NeonCardBody.vue.es.js";
|
|
4
|
-
import { NeonFunctionalColor as n } from "../../../../common/enums/NeonFunctionalColor.es.js";
|
|
5
|
-
const d = e({
|
|
6
|
-
name: "NeonCardListCard",
|
|
7
|
-
components: {
|
|
8
|
-
NeonCard: t,
|
|
9
|
-
NeonCardBody: r
|
|
10
|
-
},
|
|
11
|
-
emits: [
|
|
12
|
-
/**
|
|
13
|
-
* Emitted when a card is clickable & the card is clicked & not disabled.
|
|
14
|
-
* @type {void}
|
|
15
|
-
*/
|
|
16
|
-
"click"
|
|
17
|
-
],
|
|
18
|
-
props: {
|
|
19
|
-
/**
|
|
20
|
-
* Specify a hover color for the card.
|
|
21
|
-
*/
|
|
22
|
-
color: { type: String, default: null },
|
|
23
|
-
/**
|
|
24
|
-
* Render card as disabled.
|
|
25
|
-
*/
|
|
26
|
-
disabled: { type: Boolean, default: !1 },
|
|
27
|
-
/**
|
|
28
|
-
* Specify card is clickable. This will return click events when the card is clicked on. NOTE: use the href in the
|
|
29
|
-
* card model instead of clickable=true if card is a link.
|
|
30
|
-
*/
|
|
31
|
-
clickable: { type: Boolean, default: !1 }
|
|
32
|
-
},
|
|
33
|
-
setup(a, { emit: o }) {
|
|
34
|
-
return {
|
|
35
|
-
emit: o,
|
|
36
|
-
NeonFunctionalColor: n
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
});
|
|
40
|
-
export {
|
|
41
|
-
d as default
|
|
42
|
-
};
|
|
43
|
-
//# sourceMappingURL=NeonCardListCard.es.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NeonCardListCard.es.js","sources":["../../../../../src/components/layout/card-list/card/NeonCardListCard.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent } from 'vue';\nimport NeonCard from '@/components/layout/card/NeonCard.vue';\nimport NeonCardBody from '@/components/layout/card/body/NeonCardBody.vue';\nimport { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';\n\n/**\n * Represents a card in a card list.\n */\nexport default defineComponent({\n name: 'NeonCardListCard',\n components: {\n NeonCard,\n NeonCardBody,\n },\n emits: [\n /**\n * Emitted when a card is clickable & the card is clicked & not disabled.\n * @type {void}\n */\n 'click',\n ],\n props: {\n /**\n * Specify a hover color for the card.\n */\n color: { type: String as () => NeonFunctionalColor, default: null },\n /**\n * Render card as disabled.\n */\n disabled: { type: Boolean, default: false },\n /**\n * Specify card is clickable. This will return click events when the card is clicked on. NOTE: use the href in the\n * card model instead of clickable=true if card is a link.\n */\n clickable: { type: Boolean, default: false },\n },\n setup(_props, { emit }) {\n return {\n emit,\n NeonFunctionalColor,\n };\n },\n});\n"],"names":["_sfc_main","defineComponent","NeonCard","NeonCardBody","_props","emit","NeonFunctionalColor"],"mappings":";;;;AAQA,MAAAA,IAAeC,EAAgB;AAAA,EAC7B,MAAM;AAAA,EACN,YAAY;AAAA,IACV,UAAAC;AAAA,IACA,cAAAC;AAAA,EAAA;AAAA,EAEF,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA,IAKL;AAAA,EAAA;AAAA,EAEF,OAAO;AAAA;AAAA;AAAA;AAAA,IAIL,OAAO,EAAE,MAAM,QAAqC,SAAS,KAAA;AAAA;AAAA;AAAA;AAAA,IAI7D,UAAU,EAAE,MAAM,SAAS,SAAS,GAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKpC,WAAW,EAAE,MAAM,SAAS,SAAS,GAAA;AAAA,EAAM;AAAA,EAE7C,MAAMC,GAAQ,EAAE,MAAAC,KAAQ;AACtB,WAAO;AAAA,MACL,MAAAA;AAAA,MACA,qBAAAC;AAAA,IAAA;AAAA,EAEJ;AACF,CAAC;"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";const l=require("./NeonCardListCard.cjs.js"),e=require("vue"),t=require("../../../../_virtual/_plugin-vue_export-helper.cjs.js");function a(n,o,d,i,_,u){const r=e.resolveComponent("neon-card-body"),s=e.resolveComponent("neon-card");return e.openBlock(),e.createBlock(s,{class:e.normalizeClass([[n.color&&`neon-card-list__card--${n.color}`,{"neon-card-list__card--clickable":n.clickable,"neon-card-list__card--disabled":n.disabled}],"neon-card-list__card"]),size:"s",onClick:o[0]||(o[0]=p=>n.clickable&&!n.disabled&&n.emit("click"))},{default:e.withCtx(()=>[e.createVNode(r,null,{default:e.withCtx(()=>[e.renderSlot(n.$slots,"default")]),_:3})]),_:3},8,["class"])}const c=t(l,[["render",a]]);module.exports=c;
|
|
2
|
-
//# sourceMappingURL=NeonCardListCard.vue.cjs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NeonCardListCard.vue.cjs.js","sources":["../../../../../src/components/layout/card-list/card/NeonCardListCard.vue"],"sourcesContent":["<template>\n <neon-card\n :class=\"[\n color && `neon-card-list__card--${color}`,\n {\n 'neon-card-list__card--clickable': clickable,\n 'neon-card-list__card--disabled': disabled,\n },\n ]\"\n class=\"neon-card-list__card\"\n size=\"s\"\n @click=\"clickable && !disabled && emit('click')\"\n >\n <neon-card-body>\n <!-- @slot slot for rendering card contents -->\n <slot></slot>\n </neon-card-body>\n </neon-card>\n</template>\n\n<script lang=\"ts\" src=\"./NeonCardListCard.ts\"></script>\n"],"names":["_createBlock","_component_neon_card","_normalizeClass","_ctx","_cache","$event","_createVNode","_component_neon_card_body","_renderSlot"],"mappings":"0QACEA,EAAAA,YAgBYC,EAAA,CAfT,MAAKC,EAAAA,eAAA,CAAA,CAAUC,EAAA,gCAAkCA,EAAA,KAAK,sCAAuDA,EAAA,2CAAqDA,EAAA,WAO7J,sBAAsB,CAAA,EAC5B,KAAK,IACJ,QAAKC,EAAA,CAAA,IAAAA,EAAA,CAAA,EAAAC,GAAEF,EAAA,WAAS,CAAKA,EAAA,UAAYA,EAAA,KAAI,OAAA,uBAEtC,IAGiB,CAHjBG,EAAAA,YAGiBC,EAAA,KAAA,mBADf,IAAa,CAAbC,aAAaL,EAAA,OAAA,SAAA"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import d from "./NeonCardListCard.es.js";
|
|
2
|
-
import { resolveComponent as n, openBlock as c, createBlock as s, normalizeClass as t, withCtx as r, createVNode as i, renderSlot as _ } from "vue";
|
|
3
|
-
import p from "../../../../_virtual/_plugin-vue_export-helper.es.js";
|
|
4
|
-
function m(o, e, f, b, u, k) {
|
|
5
|
-
const a = n("neon-card-body"), l = n("neon-card");
|
|
6
|
-
return c(), s(l, {
|
|
7
|
-
class: t([[
|
|
8
|
-
o.color && `neon-card-list__card--${o.color}`,
|
|
9
|
-
{
|
|
10
|
-
"neon-card-list__card--clickable": o.clickable,
|
|
11
|
-
"neon-card-list__card--disabled": o.disabled
|
|
12
|
-
}
|
|
13
|
-
], "neon-card-list__card"]),
|
|
14
|
-
size: "s",
|
|
15
|
-
onClick: e[0] || (e[0] = ($) => o.clickable && !o.disabled && o.emit("click"))
|
|
16
|
-
}, {
|
|
17
|
-
default: r(() => [
|
|
18
|
-
i(a, null, {
|
|
19
|
-
default: r(() => [
|
|
20
|
-
_(o.$slots, "default")
|
|
21
|
-
]),
|
|
22
|
-
_: 3
|
|
23
|
-
})
|
|
24
|
-
]),
|
|
25
|
-
_: 3
|
|
26
|
-
}, 8, ["class"]);
|
|
27
|
-
}
|
|
28
|
-
const z = /* @__PURE__ */ p(d, [["render", m]]);
|
|
29
|
-
export {
|
|
30
|
-
z as default
|
|
31
|
-
};
|
|
32
|
-
//# sourceMappingURL=NeonCardListCard.vue.es.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NeonCardListCard.vue.es.js","sources":["../../../../../src/components/layout/card-list/card/NeonCardListCard.vue"],"sourcesContent":["<template>\n <neon-card\n :class=\"[\n color && `neon-card-list__card--${color}`,\n {\n 'neon-card-list__card--clickable': clickable,\n 'neon-card-list__card--disabled': disabled,\n },\n ]\"\n class=\"neon-card-list__card\"\n size=\"s\"\n @click=\"clickable && !disabled && emit('click')\"\n >\n <neon-card-body>\n <!-- @slot slot for rendering card contents -->\n <slot></slot>\n </neon-card-body>\n </neon-card>\n</template>\n\n<script lang=\"ts\" src=\"./NeonCardListCard.ts\"></script>\n"],"names":["_createBlock","_component_neon_card","_normalizeClass","_ctx","_cache","$event","_createVNode","_component_neon_card_body","_renderSlot"],"mappings":";;;;;cACEA,EAgBYC,GAAA;AAAA,IAfT,OAAKC,EAAA,CAAA;AAAA,MAAUC,EAAA,kCAAkCA,EAAA,KAAK;AAAA;2CAAuDA,EAAA;AAAA,0CAAqDA,EAAA;AAAA;OAO7J,sBAAsB,CAAA;AAAA,IAC5B,MAAK;AAAA,IACJ,SAAKC,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA,CAAAC,MAAEF,EAAA,aAAS,CAAKA,EAAA,YAAYA,EAAA,KAAI,OAAA;AAAA;eAEtC,MAGiB;AAAA,MAHjBG,EAGiBC,GAAA,MAAA;AAAA,mBADf,MAAa;AAAA,UAAbC,EAAaL,EAAA,QAAA,SAAA;AAAA;;;;;;;;"}
|
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
import { NeonFunctionalColor } from '@/common/enums/NeonFunctionalColor';
|
|
2
|
-
/**
|
|
3
|
-
* Represents a card in a card list.
|
|
4
|
-
*/
|
|
5
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
|
-
/**
|
|
7
|
-
* Specify a hover color for the card.
|
|
8
|
-
*/
|
|
9
|
-
color: {
|
|
10
|
-
type: () => NeonFunctionalColor;
|
|
11
|
-
default: null;
|
|
12
|
-
};
|
|
13
|
-
/**
|
|
14
|
-
* Render card as disabled.
|
|
15
|
-
*/
|
|
16
|
-
disabled: {
|
|
17
|
-
type: BooleanConstructor;
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
|
-
/**
|
|
21
|
-
* Specify card is clickable. This will return click events when the card is clicked on. NOTE: use the href in the
|
|
22
|
-
* card model instead of clickable=true if card is a link.
|
|
23
|
-
*/
|
|
24
|
-
clickable: {
|
|
25
|
-
type: BooleanConstructor;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
}>, {
|
|
29
|
-
emit: (event: "click", ...args: any[]) => void;
|
|
30
|
-
NeonFunctionalColor: typeof NeonFunctionalColor;
|
|
31
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
-
/**
|
|
33
|
-
* Specify a hover color for the card.
|
|
34
|
-
*/
|
|
35
|
-
color: {
|
|
36
|
-
type: () => NeonFunctionalColor;
|
|
37
|
-
default: null;
|
|
38
|
-
};
|
|
39
|
-
/**
|
|
40
|
-
* Render card as disabled.
|
|
41
|
-
*/
|
|
42
|
-
disabled: {
|
|
43
|
-
type: BooleanConstructor;
|
|
44
|
-
default: boolean;
|
|
45
|
-
};
|
|
46
|
-
/**
|
|
47
|
-
* Specify card is clickable. This will return click events when the card is clicked on. NOTE: use the href in the
|
|
48
|
-
* card model instead of clickable=true if card is a link.
|
|
49
|
-
*/
|
|
50
|
-
clickable: {
|
|
51
|
-
type: BooleanConstructor;
|
|
52
|
-
default: boolean;
|
|
53
|
-
};
|
|
54
|
-
}>> & Readonly<{
|
|
55
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
56
|
-
}>, {
|
|
57
|
-
color: NeonFunctionalColor;
|
|
58
|
-
disabled: boolean;
|
|
59
|
-
clickable: boolean;
|
|
60
|
-
}, {}, {
|
|
61
|
-
NeonCard: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
62
|
-
orientation: {
|
|
63
|
-
type: () => import("../../../../neon").NeonOrientation;
|
|
64
|
-
default: import("../../../../neon").NeonOrientation;
|
|
65
|
-
};
|
|
66
|
-
size: {
|
|
67
|
-
type: () => import("../../../../neon").NeonSize;
|
|
68
|
-
default: import("../../../../neon").NeonSize;
|
|
69
|
-
};
|
|
70
|
-
horizontalBorders: {
|
|
71
|
-
type: BooleanConstructor;
|
|
72
|
-
default: boolean;
|
|
73
|
-
};
|
|
74
|
-
horizontalBreakpoint: {
|
|
75
|
-
type: () => import("../../../../neon").NeonResponsive;
|
|
76
|
-
default: import("../../../../neon").NeonResponsive;
|
|
77
|
-
};
|
|
78
|
-
noBreak: {
|
|
79
|
-
type: BooleanConstructor;
|
|
80
|
-
default: boolean;
|
|
81
|
-
};
|
|
82
|
-
}>, {
|
|
83
|
-
attrs: {
|
|
84
|
-
[x: string]: unknown;
|
|
85
|
-
};
|
|
86
|
-
NeonOrientation: typeof import("../../../../neon").NeonOrientation;
|
|
87
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
88
|
-
orientation: {
|
|
89
|
-
type: () => import("../../../../neon").NeonOrientation;
|
|
90
|
-
default: import("../../../../neon").NeonOrientation;
|
|
91
|
-
};
|
|
92
|
-
size: {
|
|
93
|
-
type: () => import("../../../../neon").NeonSize;
|
|
94
|
-
default: import("../../../../neon").NeonSize;
|
|
95
|
-
};
|
|
96
|
-
horizontalBorders: {
|
|
97
|
-
type: BooleanConstructor;
|
|
98
|
-
default: boolean;
|
|
99
|
-
};
|
|
100
|
-
horizontalBreakpoint: {
|
|
101
|
-
type: () => import("../../../../neon").NeonResponsive;
|
|
102
|
-
default: import("../../../../neon").NeonResponsive;
|
|
103
|
-
};
|
|
104
|
-
noBreak: {
|
|
105
|
-
type: BooleanConstructor;
|
|
106
|
-
default: boolean;
|
|
107
|
-
};
|
|
108
|
-
}>> & Readonly<{}>, {
|
|
109
|
-
size: import("../../../../neon").NeonSize;
|
|
110
|
-
orientation: import("../../../../neon").NeonOrientation;
|
|
111
|
-
horizontalBorders: boolean;
|
|
112
|
-
horizontalBreakpoint: import("../../../../neon").NeonResponsive;
|
|
113
|
-
noBreak: boolean;
|
|
114
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
115
|
-
NeonCardBody: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
116
|
-
fullWidth: {
|
|
117
|
-
type: BooleanConstructor;
|
|
118
|
-
default: boolean;
|
|
119
|
-
};
|
|
120
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
121
|
-
fullWidth: {
|
|
122
|
-
type: BooleanConstructor;
|
|
123
|
-
default: boolean;
|
|
124
|
-
};
|
|
125
|
-
}>> & Readonly<{}>, {
|
|
126
|
-
fullWidth: boolean;
|
|
127
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
128
|
-
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
129
|
-
export default _default;
|