@net7/components 4.2.0 → 4.2.3-rc4
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/README.md +2 -1
- package/esm2022/lib/components/advanced-autocomplete/advanced-autocomplete.mjs +25 -0
- package/esm2022/lib/components/advanced-autocomplete/advanced-autocomplete.mock.mjs +147 -0
- package/esm2022/lib/components/alert/alert.mjs +24 -0
- package/{esm2020 → esm2022}/lib/components/alert/alert.mock.mjs +2 -2
- package/esm2022/lib/components/anchor-wrapper/anchor-wrapper.mjs +35 -0
- package/esm2022/lib/components/avatar/avatar.mjs +34 -0
- package/esm2022/lib/components/breadcrumbs/breadcrumbs.mjs +25 -0
- package/{esm2020 → esm2022}/lib/components/breadcrumbs/breadcrumbs.mock.mjs +8 -8
- package/esm2022/lib/components/bubble-chart/bubble-chart.mjs +336 -0
- package/{esm2020 → esm2022}/lib/components/bubble-chart/bubble-chart.mock.mjs +249 -249
- package/esm2022/lib/components/button/button.mjs +26 -0
- package/{esm2020 → esm2022}/lib/components/button/button.mock.mjs +3 -3
- package/esm2022/lib/components/carousel/carousel.mjs +97 -0
- package/esm2022/lib/components/carousel/carousel.mock.mjs +157 -0
- package/esm2022/lib/components/chart/chart.mjs +37 -0
- package/esm2022/lib/components/chart/chart.mock.mjs +127 -0
- package/esm2022/lib/components/content-placeholder/content-placeholder.mjs +17 -0
- package/{esm2020 → esm2022}/lib/components/content-placeholder/content-placeholder.mock.mjs +6 -3
- package/esm2022/lib/components/data-widget/data-widget.mjs +29 -0
- package/{esm2020 → esm2022}/lib/components/data-widget/data-widget.mock.mjs +4 -4
- package/esm2022/lib/components/datepicker/datepicker.mjs +44 -0
- package/esm2022/lib/components/facet/facet.mjs +24 -0
- package/esm2022/lib/components/facet/facet.mock.mjs +169 -0
- package/esm2022/lib/components/facet-header/facet-header.mjs +24 -0
- package/esm2022/lib/components/facet-year-range/facet-year-range.mjs +53 -0
- package/esm2022/lib/components/file-selector/file-selector.mjs +41 -0
- package/{esm2020 → esm2022}/lib/components/file-selector/file-selector.mock.mjs +2 -2
- package/esm2022/lib/components/footer/footer.mjs +26 -0
- package/esm2022/lib/components/footer/footer.mock.mjs +60 -0
- package/esm2022/lib/components/header/header.mjs +53 -0
- package/esm2022/lib/components/header/header.mock.mjs +119 -0
- package/esm2022/lib/components/hero/hero.mjs +41 -0
- package/{esm2020 → esm2022}/lib/components/hero/hero.mock.mjs +5 -5
- package/esm2022/lib/components/histogram-range/histogram-range.mjs +390 -0
- package/{esm2020 → esm2022}/lib/components/histogram-range/histogram-range.mock.mjs +4 -4
- package/esm2022/lib/components/icon/icon.mjs +21 -0
- package/{esm2020 → esm2022}/lib/components/icon/icon.mock.mjs +2 -2
- package/esm2022/lib/components/image-viewer/image-viewer.mjs +57 -0
- package/esm2022/lib/components/image-viewer/image-viewer.mock.mjs +29 -0
- package/esm2022/lib/components/image-viewer-tools/image-viewer-tools.mjs +28 -0
- package/esm2022/lib/components/image-viewer-tools/image-viewer-tools.mock.mjs +54 -0
- package/esm2022/lib/components/inner-title/inner-title.mjs +40 -0
- package/esm2022/lib/components/inner-title/inner-title.mock.mjs +53 -0
- package/esm2022/lib/components/input-checkbox/input-checkbox.mjs +24 -0
- package/esm2022/lib/components/input-checkbox/input-checkbox.mock.mjs +31 -0
- package/esm2022/lib/components/input-link/input-link.mjs +24 -0
- package/esm2022/lib/components/input-link/input-link.mock.mjs +66 -0
- package/{esm2020 → esm2022}/lib/components/input-select/input-select.mjs +5 -5
- package/esm2022/lib/components/input-text/input-text.mjs +34 -0
- package/esm2022/lib/components/input-textarea/input-textarea.mjs +21 -0
- package/esm2022/lib/components/item-preview/item-preview.mjs +25 -0
- package/esm2022/lib/components/item-preview/item-preview.mock.mjs +46 -0
- package/esm2022/lib/components/loader/loader.mjs +16 -0
- package/{esm2020 → esm2022}/lib/components/loader/loader.mock.mjs +2 -2
- package/esm2022/lib/components/map/map.mjs +66 -0
- package/{esm2020 → esm2022}/lib/components/map/map.mock.mjs +14 -10
- package/esm2022/lib/components/metadata-viewer/metadata-viewer.mjs +19 -0
- package/esm2022/lib/components/metadata-viewer/metadata-viewer.mock.mjs +75 -0
- package/esm2022/lib/components/mirador/mirador.mjs +36 -0
- package/esm2022/lib/components/mirador/mirador.mock.mjs +23 -0
- package/esm2022/lib/components/mirador/miradorTheme.mjs +220 -0
- package/esm2022/lib/components/nav/nav.mjs +27 -0
- package/esm2022/lib/components/nav/nav.mock.mjs +46 -0
- package/esm2022/lib/components/pagination/pagination.mjs +31 -0
- package/esm2022/lib/components/pagination/pagination.mock.mjs +27 -0
- package/esm2022/lib/components/progress-line/progress-line.mjs +19 -0
- package/esm2022/lib/components/sidebar-header/sidebar-header.mjs +24 -0
- package/esm2022/lib/components/signup/signup.mjs +44 -0
- package/{esm2020 → esm2022}/lib/components/signup/signup.mock.mjs +14 -14
- package/esm2022/lib/components/simple-autocomplete/simple-autocomplete.mjs +25 -0
- package/esm2022/lib/components/simple-autocomplete/simple-autocomplete.mock.mjs +22 -0
- package/esm2022/lib/components/table/table.mjs +35 -0
- package/esm2022/lib/components/table/table.mock.mjs +156 -0
- package/esm2022/lib/components/tag/tag.mjs +35 -0
- package/esm2022/lib/components/text-viewer/text-viewer.mjs +42 -0
- package/{esm2020 → esm2022}/lib/components/text-viewer/text-viewer.mock.mjs +4 -4
- package/esm2022/lib/components/timeline/timeline.mjs +51 -0
- package/esm2022/lib/components/timeline/timeline.mock.mjs +137 -0
- package/esm2022/lib/components/toast/toast.mjs +24 -0
- package/esm2022/lib/components/toast/toast.mock.mjs +65 -0
- package/esm2022/lib/components/tooltip-content/tooltip-content.mjs +25 -0
- package/{esm2020 → esm2022}/lib/components/tooltip-content/tooltip-content.mock.mjs +9 -8
- package/esm2022/lib/components/tree/tree.mjs +25 -0
- package/{esm2020 → esm2022}/lib/components/tree/tree.mock.mjs +44 -44
- package/esm2022/lib/components/wizard/wizard.mjs +24 -0
- package/{esm2020 → esm2022}/lib/components/wizard/wizard.mock.mjs +6 -6
- package/esm2022/lib/dv-components-lib.module.mjs +211 -0
- package/{esm2020 → esm2022}/lib/shared-interfaces.mjs +1 -1
- package/esm2022/public-api.mjs +105 -0
- package/fesm2022/net7-components.mjs +6091 -0
- package/fesm2022/net7-components.mjs.map +1 -0
- package/lib/components/advanced-autocomplete/advanced-autocomplete.d.ts +22 -22
- package/lib/components/alert/alert.d.ts +2 -2
- package/lib/components/anchor-wrapper/anchor-wrapper.d.ts +1 -1
- package/lib/components/avatar/avatar.d.ts +1 -1
- package/lib/components/breadcrumbs/breadcrumbs.d.ts +1 -1
- package/lib/components/bubble-chart/bubble-chart.d.ts +3 -3
- package/lib/components/button/button.d.ts +1 -1
- package/lib/components/carousel/carousel.d.ts +1 -1
- package/lib/components/chart/chart.d.ts +2 -2
- package/lib/components/content-placeholder/content-placeholder.d.ts +6 -6
- package/lib/components/data-widget/data-widget.d.ts +1 -1
- package/lib/components/datepicker/datepicker.d.ts +4 -4
- package/lib/components/facet/facet.d.ts +23 -23
- package/lib/components/facet-header/facet-header.d.ts +1 -1
- package/lib/components/facet-year-range/facet-year-range.d.ts +9 -9
- package/lib/components/file-selector/file-selector.d.ts +1 -1
- package/lib/components/footer/footer.d.ts +4 -4
- package/lib/components/header/header.d.ts +1 -1
- package/lib/components/hero/hero.d.ts +16 -16
- package/lib/components/histogram-range/histogram-range.d.ts +3 -3
- package/lib/components/icon/icon.d.ts +1 -1
- package/lib/components/image-viewer/image-viewer.d.ts +1 -1
- package/lib/components/image-viewer-tools/image-viewer-tools.d.ts +3 -3
- package/lib/components/inner-title/inner-title.d.ts +1 -1
- package/lib/components/input-checkbox/input-checkbox.d.ts +1 -1
- package/lib/components/input-link/input-link.d.ts +1 -1
- package/lib/components/input-select/input-select.d.ts +1 -1
- package/lib/components/input-text/input-text.d.ts +1 -1
- package/lib/components/input-textarea/input-textarea.d.ts +2 -2
- package/lib/components/item-preview/item-preview.d.ts +40 -40
- package/lib/components/loader/loader.d.ts +1 -1
- package/lib/components/map/map.d.ts +1 -1
- package/lib/components/metadata-viewer/metadata-viewer.d.ts +19 -19
- package/lib/components/mirador/mirador.d.ts +15 -0
- package/lib/components/mirador/mirador.mock.d.ts +6 -0
- package/lib/components/mirador/miradorTheme.d.ts +218 -0
- package/lib/components/nav/nav.d.ts +1 -1
- package/lib/components/pagination/pagination.d.ts +1 -1
- package/lib/components/progress-line/progress-line.d.ts +1 -1
- package/lib/components/sidebar-header/sidebar-header.d.ts +1 -1
- package/lib/components/signup/signup.d.ts +1 -1
- package/lib/components/simple-autocomplete/simple-autocomplete.d.ts +11 -11
- package/lib/components/table/table.d.ts +1 -1
- package/lib/components/tag/tag.d.ts +1 -1
- package/lib/components/text-viewer/text-viewer.d.ts +1 -1
- package/lib/components/timeline/timeline.d.ts +1 -1
- package/lib/components/toast/toast.d.ts +1 -1
- package/lib/components/tooltip-content/tooltip-content.d.ts +1 -1
- package/lib/components/tree/tree.d.ts +20 -20
- package/lib/components/wizard/wizard.d.ts +30 -30
- package/lib/dv-components-lib.module.d.ts +19 -18
- package/lib/shared-interfaces.d.ts +3 -3
- package/package.json +8 -14
- package/public-api.d.ts +2 -0
- package/src/lib/styles/_imports.scss +54 -56
- package/src/lib/styles/atoms/_button.scss +37 -30
- package/src/lib/styles/components/_advanced-autocomplete.scss +15 -38
- package/src/lib/styles/components/_alert.scss +6 -18
- package/src/lib/styles/components/_anchor-wrapper.scss +3 -4
- package/src/lib/styles/components/_avatar.scss +1 -4
- package/src/lib/styles/components/_breadcrumbs.scss +12 -23
- package/src/lib/styles/components/_bubble-chart.scss +3 -4
- package/src/lib/styles/components/_button.scss +3 -13
- package/src/lib/styles/components/_carousel.scss +18 -46
- package/src/lib/styles/components/_chart.scss +3 -4
- package/src/lib/styles/components/_content-placeholder.scss +17 -17
- package/src/lib/styles/components/_data-widget.scss +5 -17
- package/src/lib/styles/components/_datepicker.scss +3 -4
- package/src/lib/styles/components/_facet-header.scss +3 -8
- package/src/lib/styles/components/_facet-year-range.scss +7 -12
- package/src/lib/styles/components/_facet.scss +11 -28
- package/src/lib/styles/components/_file-selector.scss +3 -4
- package/src/lib/styles/components/_footer.scss +7 -28
- package/src/lib/styles/components/_header.scss +15 -76
- package/src/lib/styles/components/_hero.scss +10 -20
- package/src/lib/styles/components/_histogram-range.scss +1 -2
- package/src/lib/styles/components/_icon.scss +1 -3
- package/src/lib/styles/components/_image-viewer-tools.scss +31 -40
- package/src/lib/styles/components/_image-viewer.scss +20 -36
- package/src/lib/styles/components/_inner-title.scss +13 -39
- package/src/lib/styles/components/_input-checkbox.scss +6 -10
- package/src/lib/styles/components/_input-link.scss +4 -10
- package/src/lib/styles/components/_input-select.scss +2 -7
- package/src/lib/styles/components/_input-text.scss +5 -10
- package/src/lib/styles/components/_input-textarea.scss +3 -8
- package/src/lib/styles/components/_item-preview.scss +10 -36
- package/src/lib/styles/components/_loader.scss +1 -2
- package/src/lib/styles/components/_map.scss +2 -3
- package/src/lib/styles/components/_metadata-viewer.scss +7 -12
- package/src/lib/styles/components/_mirador.scss +19 -0
- package/src/lib/styles/components/_nav.scss +5 -11
- package/src/lib/styles/components/_pagination.scss +29 -33
- package/src/lib/styles/components/_progress-line.scss +3 -10
- package/src/lib/styles/components/_sidebar-header.scss +3 -8
- package/src/lib/styles/components/_signup.scss +48 -49
- package/src/lib/styles/components/_simple-autocomplete.scss +5 -12
- package/src/lib/styles/components/_table.scss +5 -18
- package/src/lib/styles/components/_tag.scss +7 -10
- package/src/lib/styles/components/_text-viewer.scss +33 -88
- package/src/lib/styles/components/_timeline.scss +3 -4
- package/src/lib/styles/components/_toast.scss +7 -17
- package/src/lib/styles/components/_tooltip-content.scss +3 -4
- package/src/lib/styles/components/_tree.scss +26 -22
- package/src/lib/styles/components/_wizard.scss +36 -29
- package/src/lib/styles/generic/_color_scheme.scss +2 -2
- package/src/lib/styles/generic/_mixins.scss +28 -31
- package/src/lib/styles/generic/_variables.scss +9 -11
- package/src/lib/styles/global/_forms.scss +38 -63
- package/src/lib/styles/global/_global.scss +3 -5
- package/src/lib/styles/global/_normalize.scss +17 -57
- package/src/lib/styles/global/_typography.scss +25 -23
- package/src/lib/styles/utilities/_grids.scss +40 -79
- package/esm2020/lib/components/advanced-autocomplete/advanced-autocomplete.mjs +0 -25
- package/esm2020/lib/components/advanced-autocomplete/advanced-autocomplete.mock.mjs +0 -100
- package/esm2020/lib/components/alert/alert.mjs +0 -24
- package/esm2020/lib/components/anchor-wrapper/anchor-wrapper.mjs +0 -35
- package/esm2020/lib/components/avatar/avatar.mjs +0 -34
- package/esm2020/lib/components/breadcrumbs/breadcrumbs.mjs +0 -25
- package/esm2020/lib/components/bubble-chart/bubble-chart.mjs +0 -329
- package/esm2020/lib/components/button/button.mjs +0 -26
- package/esm2020/lib/components/carousel/carousel.mjs +0 -89
- package/esm2020/lib/components/carousel/carousel.mock.mjs +0 -136
- package/esm2020/lib/components/chart/chart.mjs +0 -37
- package/esm2020/lib/components/chart/chart.mock.mjs +0 -112
- package/esm2020/lib/components/content-placeholder/content-placeholder.mjs +0 -17
- package/esm2020/lib/components/data-widget/data-widget.mjs +0 -29
- package/esm2020/lib/components/datepicker/datepicker.mjs +0 -44
- package/esm2020/lib/components/facet/facet.mjs +0 -24
- package/esm2020/lib/components/facet/facet.mock.mjs +0 -103
- package/esm2020/lib/components/facet-header/facet-header.mjs +0 -24
- package/esm2020/lib/components/facet-year-range/facet-year-range.mjs +0 -53
- package/esm2020/lib/components/file-selector/file-selector.mjs +0 -39
- package/esm2020/lib/components/footer/footer.mjs +0 -26
- package/esm2020/lib/components/footer/footer.mock.mjs +0 -58
- package/esm2020/lib/components/header/header.mjs +0 -53
- package/esm2020/lib/components/header/header.mock.mjs +0 -101
- package/esm2020/lib/components/hero/hero.mjs +0 -41
- package/esm2020/lib/components/histogram-range/histogram-range.mjs +0 -390
- package/esm2020/lib/components/icon/icon.mjs +0 -21
- package/esm2020/lib/components/image-viewer/image-viewer.mjs +0 -55
- package/esm2020/lib/components/image-viewer/image-viewer.mock.mjs +0 -25
- package/esm2020/lib/components/image-viewer-tools/image-viewer-tools.mjs +0 -28
- package/esm2020/lib/components/image-viewer-tools/image-viewer-tools.mock.mjs +0 -54
- package/esm2020/lib/components/inner-title/inner-title.mjs +0 -40
- package/esm2020/lib/components/inner-title/inner-title.mock.mjs +0 -53
- package/esm2020/lib/components/input-checkbox/input-checkbox.mjs +0 -24
- package/esm2020/lib/components/input-checkbox/input-checkbox.mock.mjs +0 -25
- package/esm2020/lib/components/input-link/input-link.mjs +0 -24
- package/esm2020/lib/components/input-link/input-link.mock.mjs +0 -38
- package/esm2020/lib/components/input-text/input-text.mjs +0 -34
- package/esm2020/lib/components/input-textarea/input-textarea.mjs +0 -21
- package/esm2020/lib/components/item-preview/item-preview.mjs +0 -25
- package/esm2020/lib/components/item-preview/item-preview.mock.mjs +0 -43
- package/esm2020/lib/components/loader/loader.mjs +0 -16
- package/esm2020/lib/components/map/map.mjs +0 -64
- package/esm2020/lib/components/metadata-viewer/metadata-viewer.mjs +0 -19
- package/esm2020/lib/components/metadata-viewer/metadata-viewer.mock.mjs +0 -74
- package/esm2020/lib/components/nav/nav.mjs +0 -27
- package/esm2020/lib/components/nav/nav.mock.mjs +0 -36
- package/esm2020/lib/components/pagination/pagination.mjs +0 -31
- package/esm2020/lib/components/pagination/pagination.mock.mjs +0 -23
- package/esm2020/lib/components/progress-line/progress-line.mjs +0 -19
- package/esm2020/lib/components/sidebar-header/sidebar-header.mjs +0 -24
- package/esm2020/lib/components/signup/signup.mjs +0 -44
- package/esm2020/lib/components/simple-autocomplete/simple-autocomplete.mjs +0 -25
- package/esm2020/lib/components/simple-autocomplete/simple-autocomplete.mock.mjs +0 -15
- package/esm2020/lib/components/table/table.mjs +0 -35
- package/esm2020/lib/components/table/table.mock.mjs +0 -152
- package/esm2020/lib/components/tag/tag.mjs +0 -35
- package/esm2020/lib/components/text-viewer/text-viewer.mjs +0 -42
- package/esm2020/lib/components/timeline/timeline.mjs +0 -51
- package/esm2020/lib/components/timeline/timeline.mock.mjs +0 -137
- package/esm2020/lib/components/toast/toast.mjs +0 -24
- package/esm2020/lib/components/toast/toast.mock.mjs +0 -51
- package/esm2020/lib/components/tooltip-content/tooltip-content.mjs +0 -25
- package/esm2020/lib/components/tree/tree.mjs +0 -25
- package/esm2020/lib/components/wizard/wizard.mjs +0 -24
- package/esm2020/lib/dv-components-lib.module.mjs +0 -211
- package/esm2020/public-api.mjs +0 -103
- package/fesm2015/net7-components.mjs +0 -5421
- package/fesm2015/net7-components.mjs.map +0 -1
- package/fesm2020/net7-components.mjs +0 -5434
- package/fesm2020/net7-components.mjs.map +0 -1
- /package/{esm2020 → esm2022}/lib/components/avatar/avatar.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/datepicker/datepicker.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/facet-header/facet-header.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/facet-year-range/facet-year-range.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/input-select/input-select.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/input-text/input-text.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/input-textarea/input-textarea.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/progress-line/progress-line.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/sidebar-header/sidebar-header.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/tag/tag.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/net7-components.mjs +0 -0
|
@@ -1,41 +1,30 @@
|
|
|
1
1
|
import { Anchor } from '../../shared-interfaces';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
|
-
* Interface for
|
|
4
|
+
* Interface for a list of metadata
|
|
5
5
|
*
|
|
6
|
-
* @property
|
|
7
|
-
* @property
|
|
8
|
-
* @property text (optional)
|
|
9
|
-
* @property anchor (optional)
|
|
10
|
-
* @property metadata (optional)
|
|
6
|
+
* @property label (optional)
|
|
7
|
+
* @property value (optional)
|
|
11
8
|
* @property classes (optional)
|
|
9
|
+
* @property icon (optional)
|
|
12
10
|
*/
|
|
13
|
-
export interface
|
|
14
|
-
/**
|
|
15
|
-
* image of the preview
|
|
16
|
-
*/
|
|
17
|
-
image?: string;
|
|
11
|
+
export interface MetadataData {
|
|
18
12
|
/**
|
|
19
|
-
*
|
|
13
|
+
* label of a single property of the metadata
|
|
20
14
|
*/
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* name of the item
|
|
24
|
-
*/
|
|
25
|
-
title: string;
|
|
26
|
-
/**
|
|
27
|
-
* text of the item
|
|
28
|
-
*/
|
|
29
|
-
text?: string;
|
|
30
|
-
anchor?: Anchor;
|
|
15
|
+
label?: string;
|
|
31
16
|
/**
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
17
|
+
* value of a single property of the metadata
|
|
18
|
+
*/
|
|
19
|
+
value?: string;
|
|
35
20
|
/**
|
|
36
|
-
*
|
|
21
|
+
* category of a item of the icon list, used to give a different class
|
|
37
22
|
*/
|
|
38
23
|
classes?: string;
|
|
24
|
+
/**
|
|
25
|
+
* icon of an item of the icon list
|
|
26
|
+
*/
|
|
27
|
+
icon?: string;
|
|
39
28
|
}
|
|
40
29
|
/**
|
|
41
30
|
* Interface for the element that wraps the metadata
|
|
@@ -59,35 +48,46 @@ export interface MetadataGroup {
|
|
|
59
48
|
items?: MetadataData[];
|
|
60
49
|
}
|
|
61
50
|
/**
|
|
62
|
-
* Interface for
|
|
51
|
+
* Interface for ItemPreviewComponent's "data"
|
|
63
52
|
*
|
|
64
|
-
* @property
|
|
65
|
-
* @property
|
|
53
|
+
* @property image (optional)
|
|
54
|
+
* @property title (required)
|
|
55
|
+
* @property text (optional)
|
|
56
|
+
* @property anchor (optional)
|
|
57
|
+
* @property metadata (optional)
|
|
66
58
|
* @property classes (optional)
|
|
67
|
-
* @property icon (optional)
|
|
68
59
|
*/
|
|
69
|
-
export interface
|
|
60
|
+
export interface ItemPreviewData {
|
|
70
61
|
/**
|
|
71
|
-
*
|
|
62
|
+
* image of the preview
|
|
72
63
|
*/
|
|
73
|
-
|
|
64
|
+
image?: string;
|
|
74
65
|
/**
|
|
75
|
-
*
|
|
66
|
+
* Css code for the inline background color
|
|
76
67
|
*/
|
|
77
|
-
|
|
68
|
+
color?: string;
|
|
78
69
|
/**
|
|
79
|
-
*
|
|
70
|
+
* name of the item
|
|
80
71
|
*/
|
|
81
|
-
|
|
72
|
+
title: string;
|
|
82
73
|
/**
|
|
83
|
-
*
|
|
74
|
+
* text of the item
|
|
84
75
|
*/
|
|
85
|
-
|
|
76
|
+
text?: string;
|
|
77
|
+
anchor?: Anchor;
|
|
78
|
+
/**
|
|
79
|
+
* list of the data in the metadata
|
|
80
|
+
*/
|
|
81
|
+
metadata?: MetadataGroup[];
|
|
82
|
+
/**
|
|
83
|
+
* additional html classes
|
|
84
|
+
*/
|
|
85
|
+
classes?: string;
|
|
86
86
|
}
|
|
87
87
|
export declare class ItemPreviewComponent {
|
|
88
88
|
data: ItemPreviewData;
|
|
89
89
|
emit: any;
|
|
90
90
|
onClick(payload: any): void;
|
|
91
91
|
static ɵfac: i0.ɵɵFactoryDeclaration<ItemPreviewComponent, never>;
|
|
92
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItemPreviewComponent, "n7-item-preview", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
92
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ItemPreviewComponent, "n7-item-preview", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
93
93
|
}
|
|
@@ -18,5 +18,5 @@ export interface LoaderData {
|
|
|
18
18
|
export declare class LoaderComponent {
|
|
19
19
|
data: LoaderData;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "n7-loader", never, { "data": "data"; }, {}, never, never, false>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "n7-loader", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
22
22
|
}
|
|
@@ -65,5 +65,5 @@ export declare class MapComponent implements AfterContentChecked {
|
|
|
65
65
|
private loadModules;
|
|
66
66
|
ngAfterContentChecked(): void;
|
|
67
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapComponent, never>;
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapComponent, "n7-map", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
68
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapComponent, "n7-map", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
69
69
|
}
|
|
@@ -1,22 +1,21 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
/**
|
|
3
|
-
* Interface for MetadataViewerComponent's "
|
|
4
|
-
*
|
|
5
|
-
* @property
|
|
6
|
-
* @property classes (optional)
|
|
3
|
+
* Interface for MetadataViewerComponent's "items"
|
|
4
|
+
* @property label (optional)
|
|
5
|
+
* @property value (optional)
|
|
7
6
|
*/
|
|
8
|
-
export interface
|
|
7
|
+
export interface MetadataViewerItems {
|
|
9
8
|
/**
|
|
10
|
-
* the
|
|
9
|
+
* the item's label
|
|
11
10
|
*/
|
|
12
|
-
|
|
11
|
+
label?: string;
|
|
13
12
|
/**
|
|
14
|
-
*
|
|
13
|
+
* the value for @property label
|
|
15
14
|
*/
|
|
16
|
-
|
|
15
|
+
value?: string;
|
|
17
16
|
}
|
|
18
17
|
/**
|
|
19
|
-
* Interface for MetadataViewerComponent's "
|
|
18
|
+
* Interface for MetadataViewerComponent's "child groups"
|
|
20
19
|
*
|
|
21
20
|
* @property title (optional)
|
|
22
21
|
* @property items (optional)
|
|
@@ -43,23 +42,24 @@ export interface MetadataViewerChildGroups {
|
|
|
43
42
|
classes?: any;
|
|
44
43
|
}
|
|
45
44
|
/**
|
|
46
|
-
* Interface for MetadataViewerComponent's "
|
|
47
|
-
*
|
|
48
|
-
* @property
|
|
45
|
+
* Interface for MetadataViewerComponent's "data"
|
|
46
|
+
*
|
|
47
|
+
* @property group (required)
|
|
48
|
+
* @property classes (optional)
|
|
49
49
|
*/
|
|
50
|
-
export interface
|
|
50
|
+
export interface MetadataViewerData {
|
|
51
51
|
/**
|
|
52
|
-
* the
|
|
52
|
+
* the CHILD metadata groups
|
|
53
53
|
*/
|
|
54
|
-
|
|
54
|
+
group: MetadataViewerChildGroups[];
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* additional html classes
|
|
57
57
|
*/
|
|
58
|
-
|
|
58
|
+
classes?: any;
|
|
59
59
|
}
|
|
60
60
|
export declare class MetadataViewerComponent {
|
|
61
61
|
data: MetadataViewerData;
|
|
62
62
|
emit: any;
|
|
63
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<MetadataViewerComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MetadataViewerComponent, "n7-metadata-viewer", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MetadataViewerComponent, "n7-metadata-viewer", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
65
65
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AfterViewInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export interface MiradorData {
|
|
4
|
+
/** Mirador configuration */
|
|
5
|
+
libOptions: any;
|
|
6
|
+
/** Sets the Mirador instance to the given parameter */
|
|
7
|
+
_setInstance?: (mirador: any) => void;
|
|
8
|
+
}
|
|
9
|
+
export declare class MiradorComponent implements AfterViewInit {
|
|
10
|
+
data: MiradorData;
|
|
11
|
+
_loaded: boolean;
|
|
12
|
+
ngAfterViewInit(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MiradorComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MiradorComponent, "n7-mirador", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
export declare const customTheme: {
|
|
2
|
+
selectedTheme: string;
|
|
3
|
+
themes: {
|
|
4
|
+
light: {
|
|
5
|
+
palette: {
|
|
6
|
+
type: string;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
'Custom Theme': {
|
|
10
|
+
palette: {
|
|
11
|
+
type: string;
|
|
12
|
+
primary: {
|
|
13
|
+
main: string;
|
|
14
|
+
};
|
|
15
|
+
secondary: {
|
|
16
|
+
main: string;
|
|
17
|
+
};
|
|
18
|
+
shades: {
|
|
19
|
+
dark: string;
|
|
20
|
+
main: string;
|
|
21
|
+
light: string;
|
|
22
|
+
};
|
|
23
|
+
error: {
|
|
24
|
+
main: string;
|
|
25
|
+
};
|
|
26
|
+
notification: {
|
|
27
|
+
main: string;
|
|
28
|
+
};
|
|
29
|
+
hitCounter: {
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
highlights: {
|
|
33
|
+
primary: string;
|
|
34
|
+
secondary: string;
|
|
35
|
+
};
|
|
36
|
+
section_divider: string;
|
|
37
|
+
annotations: {
|
|
38
|
+
hidden: {
|
|
39
|
+
globalAlpha: number;
|
|
40
|
+
};
|
|
41
|
+
default: {
|
|
42
|
+
strokeStyle: string;
|
|
43
|
+
globalAlpha: number;
|
|
44
|
+
};
|
|
45
|
+
hovered: {
|
|
46
|
+
strokeStyle: string;
|
|
47
|
+
globalAlpha: number;
|
|
48
|
+
};
|
|
49
|
+
selected: {
|
|
50
|
+
strokeStyle: string;
|
|
51
|
+
globalAlpha: number;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
search: {
|
|
55
|
+
default: {
|
|
56
|
+
fillStyle: string;
|
|
57
|
+
globalAlpha: number;
|
|
58
|
+
};
|
|
59
|
+
hovered: {
|
|
60
|
+
fillStyle: string;
|
|
61
|
+
globalAlpha: number;
|
|
62
|
+
};
|
|
63
|
+
selected: {
|
|
64
|
+
fillStyle: string;
|
|
65
|
+
globalAlpha: number;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
typography: {
|
|
70
|
+
fontFamily: string;
|
|
71
|
+
body1: {
|
|
72
|
+
fontSize: string;
|
|
73
|
+
letterSpacing: string;
|
|
74
|
+
lineHeight: string;
|
|
75
|
+
};
|
|
76
|
+
body2: {
|
|
77
|
+
fontSize: string;
|
|
78
|
+
letterSpacing: string;
|
|
79
|
+
lineHeight: string;
|
|
80
|
+
};
|
|
81
|
+
button: {
|
|
82
|
+
fontSize: string;
|
|
83
|
+
letterSpacing: string;
|
|
84
|
+
lineHeight: string;
|
|
85
|
+
textTransform: string;
|
|
86
|
+
};
|
|
87
|
+
caption: {
|
|
88
|
+
fontSize: string;
|
|
89
|
+
letterSpacing: string;
|
|
90
|
+
lineHeight: string;
|
|
91
|
+
};
|
|
92
|
+
body1Next: {
|
|
93
|
+
fontSize: string;
|
|
94
|
+
letterSpacing: string;
|
|
95
|
+
lineHeight: string;
|
|
96
|
+
};
|
|
97
|
+
body2Next: {
|
|
98
|
+
fontSize: string;
|
|
99
|
+
letterSpacing: string;
|
|
100
|
+
lineHeight: string;
|
|
101
|
+
};
|
|
102
|
+
buttonNext: {
|
|
103
|
+
fontSize: string;
|
|
104
|
+
letterSpacing: string;
|
|
105
|
+
lineHeight: string;
|
|
106
|
+
};
|
|
107
|
+
captionNext: {
|
|
108
|
+
fontSize: string;
|
|
109
|
+
letterSpacing: string;
|
|
110
|
+
lineHeight: string;
|
|
111
|
+
};
|
|
112
|
+
overline: {
|
|
113
|
+
fontSize: string;
|
|
114
|
+
fontWeight: number;
|
|
115
|
+
letterSpacing: string;
|
|
116
|
+
lineHeight: string;
|
|
117
|
+
textTransform: string;
|
|
118
|
+
};
|
|
119
|
+
h1: {
|
|
120
|
+
fontSize: string;
|
|
121
|
+
letterSpacing: string;
|
|
122
|
+
lineHeight: string;
|
|
123
|
+
};
|
|
124
|
+
h2: {
|
|
125
|
+
fontSize: string;
|
|
126
|
+
letterSpacing: string;
|
|
127
|
+
lineHeight: string;
|
|
128
|
+
};
|
|
129
|
+
h3: {
|
|
130
|
+
fontSize: string;
|
|
131
|
+
fontWeight: number;
|
|
132
|
+
letterSpacing: string;
|
|
133
|
+
lineHeight: string;
|
|
134
|
+
};
|
|
135
|
+
h4: {
|
|
136
|
+
fontSize: string;
|
|
137
|
+
letterSpacing: string;
|
|
138
|
+
lineHeight: string;
|
|
139
|
+
};
|
|
140
|
+
h5: {
|
|
141
|
+
fontSize: string;
|
|
142
|
+
letterSpacing: string;
|
|
143
|
+
lineHeight: string;
|
|
144
|
+
};
|
|
145
|
+
h6: {
|
|
146
|
+
fontSize: string;
|
|
147
|
+
fontWeight: number;
|
|
148
|
+
letterSpacing: string;
|
|
149
|
+
lineHeight: string;
|
|
150
|
+
};
|
|
151
|
+
subtitle1: {
|
|
152
|
+
fontSize: string;
|
|
153
|
+
letterSpacing: string;
|
|
154
|
+
lineHeight: string;
|
|
155
|
+
fontWeight: number;
|
|
156
|
+
};
|
|
157
|
+
subtitle2: {
|
|
158
|
+
fontSize: string;
|
|
159
|
+
fontWeight: number;
|
|
160
|
+
letterSpacing: string;
|
|
161
|
+
lineHeight: string;
|
|
162
|
+
};
|
|
163
|
+
useNextVariants: boolean;
|
|
164
|
+
};
|
|
165
|
+
overrides: {
|
|
166
|
+
MuiAppBar: {
|
|
167
|
+
root: {
|
|
168
|
+
display: string;
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
MuiPaper: {
|
|
172
|
+
root: {
|
|
173
|
+
backgroundColor: string;
|
|
174
|
+
};
|
|
175
|
+
};
|
|
176
|
+
MuiFab: {
|
|
177
|
+
primary: {
|
|
178
|
+
backgroundColor: string;
|
|
179
|
+
color: string;
|
|
180
|
+
'&:hover': {
|
|
181
|
+
backgroundColor: string;
|
|
182
|
+
};
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
MuiListSubheader: {
|
|
186
|
+
root: {
|
|
187
|
+
'&[role="presentation"]:focus': {
|
|
188
|
+
outline: number;
|
|
189
|
+
};
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
MuiTooltip: {
|
|
193
|
+
tooltipPlacementLeft: {
|
|
194
|
+
'@media (min-width:600px)': {
|
|
195
|
+
margin: number;
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
};
|
|
199
|
+
MuiTouchRipple: {
|
|
200
|
+
childPulsate: {
|
|
201
|
+
animation: string;
|
|
202
|
+
};
|
|
203
|
+
rippleVisible: {
|
|
204
|
+
animation: string;
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
props: {
|
|
209
|
+
MuiButtonBase: {
|
|
210
|
+
disableTouchRipple: boolean;
|
|
211
|
+
};
|
|
212
|
+
MuiLink: {
|
|
213
|
+
underline: string;
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
};
|
|
218
|
+
};
|
|
@@ -67,5 +67,5 @@ export declare class NavComponent {
|
|
|
67
67
|
onClick(payload: any): void;
|
|
68
68
|
onMouseEnter(payload: any): void;
|
|
69
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavComponent, "n7-nav", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
70
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavComponent, "n7-nav", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
71
71
|
}
|
|
@@ -90,5 +90,5 @@ export declare class PaginationComponent {
|
|
|
90
90
|
onClick(payload: any): void;
|
|
91
91
|
onChange(payload: any, value: any): void;
|
|
92
92
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
|
|
93
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "n7-pagination", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
93
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "n7-pagination", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
94
94
|
}
|
|
@@ -19,5 +19,5 @@ export declare class ProgressLineComponent {
|
|
|
19
19
|
data: ProgressLineData;
|
|
20
20
|
emit: any;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressLineComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressLineComponent, "n7-progress-line", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressLineComponent, "n7-progress-line", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
23
23
|
}
|
|
@@ -40,5 +40,5 @@ export declare class SidebarHeaderComponent {
|
|
|
40
40
|
emit: any;
|
|
41
41
|
onClick(payload: any): void;
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarHeaderComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarHeaderComponent, "n7-sidebar-header", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarHeaderComponent, "n7-sidebar-header", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
44
44
|
}
|
|
@@ -104,6 +104,6 @@ export declare class SignupComponent {
|
|
|
104
104
|
onFocus(payload: any): void;
|
|
105
105
|
onFocusOut(payload: any): void;
|
|
106
106
|
static ɵfac: i0.ɵɵFactoryDeclaration<SignupComponent, never>;
|
|
107
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SignupComponent, "n7-signup", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
107
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SignupComponent, "n7-signup", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
108
108
|
}
|
|
109
109
|
export {};
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
import { Anchor } from '../../shared-interfaces';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Interface for SimpleAutocompleteComponent's "Suggestion"
|
|
5
|
+
*
|
|
6
|
+
* @property text
|
|
7
|
+
* @property anchor (optional)
|
|
8
|
+
*/
|
|
9
|
+
export interface SimpleAutocompleteSuggestion {
|
|
10
|
+
text: string;
|
|
11
|
+
anchor?: Anchor;
|
|
12
|
+
}
|
|
3
13
|
/**
|
|
4
14
|
* Interface for SimpleAutocompleteComponent's "data"
|
|
5
15
|
*
|
|
@@ -21,20 +31,10 @@ export interface SimpleAutocompleteData {
|
|
|
21
31
|
*/
|
|
22
32
|
_meta?: any;
|
|
23
33
|
}
|
|
24
|
-
/**
|
|
25
|
-
* Interface for SimpleAutocompleteComponent's "Suggestion"
|
|
26
|
-
*
|
|
27
|
-
* @property text
|
|
28
|
-
* @property anchor (optional)
|
|
29
|
-
*/
|
|
30
|
-
export interface SimpleAutocompleteSuggestion {
|
|
31
|
-
text: string;
|
|
32
|
-
anchor?: Anchor;
|
|
33
|
-
}
|
|
34
34
|
export declare class SimpleAutocompleteComponent {
|
|
35
35
|
data: SimpleAutocompleteData;
|
|
36
36
|
emit: any;
|
|
37
37
|
onClick(payload: any): void;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<SimpleAutocompleteComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SimpleAutocompleteComponent, "n7-simple-autocomplete", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SimpleAutocompleteComponent, "n7-simple-autocomplete", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
40
40
|
}
|
|
@@ -85,5 +85,5 @@ export declare class TableComponent {
|
|
|
85
85
|
onCellDblClick(cellPayload: any): void;
|
|
86
86
|
onInputTextChange(cellPayload: any, cellValue: string): void;
|
|
87
87
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
88
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "n7-table", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
88
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "n7-table", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
89
89
|
}
|
|
@@ -47,5 +47,5 @@ export declare class TagComponent {
|
|
|
47
47
|
onClick(payload: any): void;
|
|
48
48
|
getIcon(data: any): any;
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "n7-tag", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "n7-tag", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
51
51
|
}
|
|
@@ -60,5 +60,5 @@ export declare class TextViewerComponent implements OnInit {
|
|
|
60
60
|
onScriptLoaded(): void;
|
|
61
61
|
onClick(payload: any): void;
|
|
62
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextViewerComponent, never>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextViewerComponent, "n7-text-viewer", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextViewerComponent, "n7-text-viewer", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
64
64
|
}
|
|
@@ -26,5 +26,5 @@ export declare class TimelineComponent implements AfterContentChecked {
|
|
|
26
26
|
ngAfterContentChecked(): void;
|
|
27
27
|
onClick(payload: any): void;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineComponent, "n7-timeline", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineComponent, "n7-timeline", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
30
30
|
}
|
|
@@ -84,5 +84,5 @@ export declare class ToastComponent {
|
|
|
84
84
|
emit: any;
|
|
85
85
|
onClick(payload: any): void;
|
|
86
86
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
|
|
87
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "n7-toast", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
87
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "n7-toast", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
88
88
|
}
|
|
@@ -20,5 +20,5 @@ export declare class TooltipContentComponent {
|
|
|
20
20
|
emit: any;
|
|
21
21
|
onClick(payload: any): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipContentComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipContentComponent, "n7-tooltip-content", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipContentComponent, "n7-tooltip-content", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
24
|
}
|
|
@@ -1,22 +1,5 @@
|
|
|
1
1
|
import { Anchor } from '../../shared-interfaces';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Interface for TreeComponent's "data"
|
|
5
|
-
*
|
|
6
|
-
* @property header (required)
|
|
7
|
-
* - icon (required)
|
|
8
|
-
* - text (required)
|
|
9
|
-
* - collapseIcon (required)
|
|
10
|
-
* - classes (optional)
|
|
11
|
-
* - payload (optional)
|
|
12
|
-
* @property items (required)
|
|
13
|
-
*/
|
|
14
|
-
export interface TreeData {
|
|
15
|
-
/**
|
|
16
|
-
* tree of items
|
|
17
|
-
*/
|
|
18
|
-
items: TreeItem[];
|
|
19
|
-
}
|
|
20
3
|
/**
|
|
21
4
|
* Interface for the single TreeComponent's "Item"
|
|
22
5
|
*
|
|
@@ -42,8 +25,8 @@ export interface TreeItem {
|
|
|
42
25
|
*/
|
|
43
26
|
icon?: string;
|
|
44
27
|
/**
|
|
45
|
-
|
|
46
|
-
|
|
28
|
+
* the item's right icon, only used on tree items
|
|
29
|
+
*/
|
|
47
30
|
iconright?: string;
|
|
48
31
|
/**
|
|
49
32
|
* the item's image, only used on leaf items
|
|
@@ -70,10 +53,27 @@ export interface TreeItem {
|
|
|
70
53
|
*/
|
|
71
54
|
items?: TreeItem[];
|
|
72
55
|
}
|
|
56
|
+
/**
|
|
57
|
+
* Interface for TreeComponent's "data"
|
|
58
|
+
*
|
|
59
|
+
* @property header (required)
|
|
60
|
+
* - icon (required)
|
|
61
|
+
* - text (required)
|
|
62
|
+
* - collapseIcon (required)
|
|
63
|
+
* - classes (optional)
|
|
64
|
+
* - payload (optional)
|
|
65
|
+
* @property items (required)
|
|
66
|
+
*/
|
|
67
|
+
export interface TreeData {
|
|
68
|
+
/**
|
|
69
|
+
* tree of items
|
|
70
|
+
*/
|
|
71
|
+
items: TreeItem[];
|
|
72
|
+
}
|
|
73
73
|
export declare class TreeComponent {
|
|
74
74
|
data: TreeData;
|
|
75
75
|
emit: any;
|
|
76
76
|
onClick(payload: any): void;
|
|
77
77
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeComponent, never>;
|
|
78
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent, "n7-tree", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
78
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent, "n7-tree", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
79
79
|
}
|