@net7/components 4.2.1 → 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,26 +1,5 @@
|
|
|
1
1
|
import { Anchor } from '../../shared-interfaces';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Interface for AdvancedAutocompleteComponent's "data"
|
|
5
|
-
*/
|
|
6
|
-
export interface AdvancedAutocompleteData {
|
|
7
|
-
results?: AdvancedAutocompleteResponse[];
|
|
8
|
-
actions?: {
|
|
9
|
-
advanced?: {
|
|
10
|
-
text: string;
|
|
11
|
-
anchor?: Anchor;
|
|
12
|
-
classes?: any;
|
|
13
|
-
};
|
|
14
|
-
showMore?: {
|
|
15
|
-
text: string;
|
|
16
|
-
anchor?: Anchor;
|
|
17
|
-
classes?: any;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
fallback: string;
|
|
21
|
-
classes?: any;
|
|
22
|
-
_meta?: any;
|
|
23
|
-
}
|
|
24
3
|
interface AdvancedAutocompleteItem {
|
|
25
4
|
/**
|
|
26
5
|
* anchor <a>
|
|
@@ -47,11 +26,32 @@ interface AdvancedAutocompleteResponse {
|
|
|
47
26
|
anchor?: Anchor;
|
|
48
27
|
};
|
|
49
28
|
}
|
|
29
|
+
/**
|
|
30
|
+
* Interface for AdvancedAutocompleteComponent's "data"
|
|
31
|
+
*/
|
|
32
|
+
export interface AdvancedAutocompleteData {
|
|
33
|
+
results?: AdvancedAutocompleteResponse[];
|
|
34
|
+
actions?: {
|
|
35
|
+
advanced?: {
|
|
36
|
+
text: string;
|
|
37
|
+
anchor?: Anchor;
|
|
38
|
+
classes?: any;
|
|
39
|
+
};
|
|
40
|
+
showMore?: {
|
|
41
|
+
text: string;
|
|
42
|
+
anchor?: Anchor;
|
|
43
|
+
classes?: any;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
fallback: string;
|
|
47
|
+
classes?: any;
|
|
48
|
+
_meta?: any;
|
|
49
|
+
}
|
|
50
50
|
export declare class AdvancedAutocompleteComponent {
|
|
51
51
|
data: AdvancedAutocompleteData;
|
|
52
52
|
emit: any;
|
|
53
53
|
onClick(payload: any): void;
|
|
54
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdvancedAutocompleteComponent, never>;
|
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdvancedAutocompleteComponent, "n7-advanced-autocomplete", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdvancedAutocompleteComponent, "n7-advanced-autocomplete", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
56
56
|
}
|
|
57
57
|
export {};
|
|
@@ -13,7 +13,7 @@ import * as i0 from "@angular/core";
|
|
|
13
13
|
export interface AlertData {
|
|
14
14
|
/**
|
|
15
15
|
* the alert's body/message which can include html tags
|
|
16
|
-
|
|
16
|
+
*/
|
|
17
17
|
text: string;
|
|
18
18
|
/**
|
|
19
19
|
* alert icon (on left side)
|
|
@@ -42,5 +42,5 @@ export declare class AlertComponent {
|
|
|
42
42
|
emit: any;
|
|
43
43
|
onClick(payload: any): void;
|
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "n7-alert", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "n7-alert", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
46
46
|
}
|
|
@@ -12,5 +12,5 @@ export declare class AnchorWrapperComponent {
|
|
|
12
12
|
*/
|
|
13
13
|
onClick(payload: any): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnchorWrapperComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnchorWrapperComponent, "n7-anchor-wrapper", never, { "data": "data"; "classes": "classes"; }, { "clicked": "clicked"; }, never, ["*"], false>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnchorWrapperComponent, "n7-anchor-wrapper", never, { "data": { "alias": "data"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, { "clicked": "clicked"; }, never, ["*"], false, never>;
|
|
16
16
|
}
|
|
@@ -53,5 +53,5 @@ export declare class AvatarComponent {
|
|
|
53
53
|
onMouseEnter(payload: any): void;
|
|
54
54
|
onMouseLeave(payload: any): void;
|
|
55
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "n7-avatar", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "n7-avatar", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
57
57
|
}
|
|
@@ -46,5 +46,5 @@ export declare class BreadcrumbsComponent {
|
|
|
46
46
|
emit: any;
|
|
47
47
|
onClick(payload: any): void;
|
|
48
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbsComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbsComponent, "n7-breadcrumbs", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbsComponent, "n7-breadcrumbs", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
50
50
|
}
|
|
@@ -26,7 +26,7 @@ import * as i0 from "@angular/core";
|
|
|
26
26
|
* - label (optional)
|
|
27
27
|
* - typeOfEntity (optional)
|
|
28
28
|
* @property count (required)
|
|
29
|
-
*/
|
|
29
|
+
*/
|
|
30
30
|
export interface BubbleChartDataItem {
|
|
31
31
|
entity: {
|
|
32
32
|
id: string;
|
|
@@ -62,7 +62,7 @@ export interface CircleNode {
|
|
|
62
62
|
* @property isForceSimulationEnabled (required)
|
|
63
63
|
* @property classes (optional)
|
|
64
64
|
* @property reset (optional)
|
|
65
|
-
*/
|
|
65
|
+
*/
|
|
66
66
|
export interface BubbleChartData {
|
|
67
67
|
/**
|
|
68
68
|
* unique identifier for the bubble-chart
|
|
@@ -146,5 +146,5 @@ export declare class BubbleChartComponent implements AfterContentChecked {
|
|
|
146
146
|
removeUnneededNodes(svg: any): void;
|
|
147
147
|
draw: () => void;
|
|
148
148
|
static ɵfac: i0.ɵɵFactoryDeclaration<BubbleChartComponent, never>;
|
|
149
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BubbleChartComponent, "n7-bubble-chart", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
149
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BubbleChartComponent, "n7-bubble-chart", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
150
150
|
}
|
|
@@ -11,5 +11,5 @@ export declare class ButtonComponent {
|
|
|
11
11
|
emit: (type: string, payload?: unknown) => void;
|
|
12
12
|
onClick(value: any): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "n7-button", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "n7-button", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
@@ -166,5 +166,5 @@ export declare class CarouselComponent implements AfterContentChecked {
|
|
|
166
166
|
containerId: any;
|
|
167
167
|
}): void;
|
|
168
168
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselComponent, never>;
|
|
169
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "n7-carousel", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
169
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "n7-carousel", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
170
170
|
}
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
* @property classes (optional)
|
|
10
10
|
* @property payload (optional)
|
|
11
11
|
* @property _meta (optional)
|
|
12
|
-
*/
|
|
12
|
+
*/
|
|
13
13
|
export interface ChartData {
|
|
14
14
|
/**
|
|
15
15
|
* unique identifier for the chart
|
|
@@ -42,5 +42,5 @@ export declare class ChartComponent implements AfterContentChecked {
|
|
|
42
42
|
private _loaded;
|
|
43
43
|
ngAfterContentChecked(): void;
|
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent, "n7-chart", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent, "n7-chart", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
46
46
|
}
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
+
interface BlocksData {
|
|
3
|
+
classes?: string;
|
|
4
|
+
image?: string;
|
|
5
|
+
alt?: string;
|
|
6
|
+
}
|
|
2
7
|
/**
|
|
3
8
|
* Interface for ContentPlaceholderComponent's "data"
|
|
4
9
|
*
|
|
@@ -15,14 +20,9 @@ export interface ContentPlaceholderData {
|
|
|
15
20
|
*/
|
|
16
21
|
_meta?: any;
|
|
17
22
|
}
|
|
18
|
-
interface BlocksData {
|
|
19
|
-
classes?: string;
|
|
20
|
-
image?: string;
|
|
21
|
-
alt?: string;
|
|
22
|
-
}
|
|
23
23
|
export declare class ContentPlaceholderComponent {
|
|
24
24
|
data: ContentPlaceholderData;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContentPlaceholderComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPlaceholderComponent, "n7-content-placeholder", never, { "data": "data"; }, {}, never, never, false>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPlaceholderComponent, "n7-content-placeholder", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
27
27
|
}
|
|
28
28
|
export {};
|
|
@@ -63,5 +63,5 @@ export declare class DataWidgetComponent {
|
|
|
63
63
|
onMouseEnter(payload: any): void;
|
|
64
64
|
onMouseLeave(payload: any): void;
|
|
65
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataWidgetComponent, never>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataWidgetComponent, "n7-data-widget", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataWidgetComponent, "n7-data-widget", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
67
67
|
}
|
|
@@ -13,9 +13,9 @@ export interface DatePickerData {
|
|
|
13
13
|
*/
|
|
14
14
|
id: string;
|
|
15
15
|
/**
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
* datepicker library options
|
|
17
|
+
* view LINK: https://flatpickr.js.org/
|
|
18
|
+
*/
|
|
19
19
|
libOptions: any;
|
|
20
20
|
/**
|
|
21
21
|
* for datepicker range min and max range value
|
|
@@ -39,5 +39,5 @@ export declare class DatepickerComponent {
|
|
|
39
39
|
private _loaded;
|
|
40
40
|
ngAfterContentChecked(): void;
|
|
41
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "n7-datepicker", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "n7-datepicker", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
43
43
|
}
|
|
@@ -1,26 +1,4 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Interface for FacetComponent's "data"
|
|
4
|
-
*
|
|
5
|
-
* @property sections (required)
|
|
6
|
-
* @property classes (optional)
|
|
7
|
-
*/
|
|
8
|
-
export interface FacetData {
|
|
9
|
-
sections: FacetSection[];
|
|
10
|
-
classes?: string;
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* Interface for FacetSection
|
|
14
|
-
*
|
|
15
|
-
* @property inputs (required)
|
|
16
|
-
* @property classes (optional)
|
|
17
|
-
* @property _meta (optional)
|
|
18
|
-
*/
|
|
19
|
-
export interface FacetSection {
|
|
20
|
-
inputs: Array<FacetInputCheckbox | FacetInputLink | FacetInputText | FacetInputSelect>;
|
|
21
|
-
classes?: string;
|
|
22
|
-
_meta?: any;
|
|
23
|
-
}
|
|
24
2
|
/**
|
|
25
3
|
* Interface for FacetInputText
|
|
26
4
|
*
|
|
@@ -120,10 +98,32 @@ export interface FacetInputLink {
|
|
|
120
98
|
classes?: any;
|
|
121
99
|
_meta?: any;
|
|
122
100
|
}
|
|
101
|
+
/**
|
|
102
|
+
* Interface for FacetSection
|
|
103
|
+
*
|
|
104
|
+
* @property inputs (required)
|
|
105
|
+
* @property classes (optional)
|
|
106
|
+
* @property _meta (optional)
|
|
107
|
+
*/
|
|
108
|
+
export interface FacetSection {
|
|
109
|
+
inputs: Array<FacetInputCheckbox | FacetInputLink | FacetInputText | FacetInputSelect>;
|
|
110
|
+
classes?: string;
|
|
111
|
+
_meta?: any;
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* Interface for FacetComponent's "data"
|
|
115
|
+
*
|
|
116
|
+
* @property sections (required)
|
|
117
|
+
* @property classes (optional)
|
|
118
|
+
*/
|
|
119
|
+
export interface FacetData {
|
|
120
|
+
sections: FacetSection[];
|
|
121
|
+
classes?: string;
|
|
122
|
+
}
|
|
123
123
|
export declare class FacetComponent {
|
|
124
124
|
data: FacetData;
|
|
125
125
|
emit: any;
|
|
126
126
|
onChange(inputPayload: any, value?: any): void;
|
|
127
127
|
static ɵfac: i0.ɵɵFactoryDeclaration<FacetComponent, never>;
|
|
128
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FacetComponent, "n7-facet", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
128
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FacetComponent, "n7-facet", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
129
129
|
}
|
|
@@ -40,5 +40,5 @@ export declare class FacetHeaderComponent {
|
|
|
40
40
|
emit: any;
|
|
41
41
|
onClick(payload: any): void;
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<FacetHeaderComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FacetHeaderComponent, "n7-facet-header", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FacetHeaderComponent, "n7-facet-header", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
44
44
|
}
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
+
export interface FacetOptions {
|
|
3
|
+
/**
|
|
4
|
+
* value of each <option>
|
|
5
|
+
*/
|
|
6
|
+
value: any;
|
|
7
|
+
}
|
|
2
8
|
/**
|
|
3
9
|
* Interface for FacetYearRangeComponent's "data"
|
|
4
10
|
*
|
|
@@ -42,8 +48,8 @@ export interface FacetYearRangeData {
|
|
|
42
48
|
options: FacetOptions[];
|
|
43
49
|
};
|
|
44
50
|
/**
|
|
45
|
-
|
|
46
|
-
|
|
51
|
+
* end year range selection
|
|
52
|
+
*/
|
|
47
53
|
outDate: {
|
|
48
54
|
/**
|
|
49
55
|
* <select> heading
|
|
@@ -68,16 +74,10 @@ export interface FacetYearRangeData {
|
|
|
68
74
|
options: FacetOptions[];
|
|
69
75
|
};
|
|
70
76
|
}
|
|
71
|
-
export interface FacetOptions {
|
|
72
|
-
/**
|
|
73
|
-
* value of each <option>
|
|
74
|
-
*/
|
|
75
|
-
value: any;
|
|
76
|
-
}
|
|
77
77
|
export declare class FacetYearRangeComponent {
|
|
78
78
|
data: FacetYearRangeData;
|
|
79
79
|
emit: any;
|
|
80
80
|
onChange(payload: any, selected: any): void;
|
|
81
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<FacetYearRangeComponent, never>;
|
|
82
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FacetYearRangeComponent, "n7-facet-year-range", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
82
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FacetYearRangeComponent, "n7-facet-year-range", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
83
83
|
}
|
|
@@ -25,5 +25,5 @@ export declare class FileSelectorComponent {
|
|
|
25
25
|
/** Obtain base64 string for upload and storage */
|
|
26
26
|
toBase64(file: File): Promise<FileReader['result']>;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileSelectorComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileSelectorComponent, "n7-file-selector", never, { "data": "data"; "emit": "emit"; }, {}, never, ["*"], false>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileSelectorComponent, "n7-file-selector", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
29
29
|
}
|
|
@@ -26,8 +26,8 @@ export interface FooterLink {
|
|
|
26
26
|
*/
|
|
27
27
|
_meta?: any;
|
|
28
28
|
}
|
|
29
|
-
export
|
|
30
|
-
export
|
|
29
|
+
export type FooterTitle = string;
|
|
30
|
+
export type FooterText = string;
|
|
31
31
|
/**
|
|
32
32
|
* Interface for each image in the footer (usually logos)
|
|
33
33
|
*
|
|
@@ -78,7 +78,7 @@ export interface FooterLinksItem {
|
|
|
78
78
|
type: 'links';
|
|
79
79
|
links: FooterLink[];
|
|
80
80
|
}
|
|
81
|
-
export
|
|
81
|
+
export type FooterItem = FooterTitleItem | FooterImagesItem | FooterSelectsItem | FooterTextItem | FooterLinksItem;
|
|
82
82
|
/**
|
|
83
83
|
* Interface for a single Footer column that can display title, images, text and a nav list
|
|
84
84
|
*
|
|
@@ -146,5 +146,5 @@ export declare class FooterComponent {
|
|
|
146
146
|
emit: any;
|
|
147
147
|
onClick(payload: any): void;
|
|
148
148
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
|
|
149
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "n7-footer", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
149
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "n7-footer", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
150
150
|
}
|
|
@@ -280,5 +280,5 @@ export declare class HeaderComponent {
|
|
|
280
280
|
onClick(payload: any): void;
|
|
281
281
|
onKeyUp(payload: any, keyCode: any, value: any): void;
|
|
282
282
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
|
|
283
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "n7-header", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
283
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "n7-header", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
284
284
|
}
|
|
@@ -21,27 +21,27 @@ import * as i0 from "@angular/core";
|
|
|
21
21
|
export interface HeroData {
|
|
22
22
|
/**
|
|
23
23
|
* main text displayed in the hero section
|
|
24
|
-
|
|
24
|
+
*/
|
|
25
25
|
title: string;
|
|
26
26
|
/**
|
|
27
27
|
* optional text displayed above the title
|
|
28
28
|
*/
|
|
29
29
|
preTitle?: string;
|
|
30
30
|
/**
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
* additional text under the title
|
|
32
|
+
*/
|
|
33
33
|
text?: string;
|
|
34
34
|
/**
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
* input field (usually for search) and it's parameters
|
|
36
|
+
*/
|
|
37
37
|
input?: {
|
|
38
38
|
placeholder: string;
|
|
39
39
|
icon: string;
|
|
40
40
|
payload: any;
|
|
41
41
|
};
|
|
42
42
|
/**
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
* call to action button and it's parameters
|
|
44
|
+
*/
|
|
45
45
|
button?: {
|
|
46
46
|
text: string;
|
|
47
47
|
anchor?: Anchor;
|
|
@@ -51,20 +51,20 @@ export interface HeroData {
|
|
|
51
51
|
*/
|
|
52
52
|
image?: string;
|
|
53
53
|
/**
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
* background image that covers the full background area of the hero
|
|
55
|
+
*/
|
|
56
56
|
backgroundImage?: string;
|
|
57
57
|
/**
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
* additional html classes
|
|
59
|
+
*/
|
|
60
60
|
classes?: string;
|
|
61
61
|
/**
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
* action click's payload
|
|
63
|
+
*/
|
|
64
64
|
payload?: any;
|
|
65
65
|
/**
|
|
66
|
-
|
|
67
|
-
|
|
66
|
+
* additional info
|
|
67
|
+
*/
|
|
68
68
|
_meta?: any;
|
|
69
69
|
}
|
|
70
70
|
export declare class HeroComponent {
|
|
@@ -75,5 +75,5 @@ export declare class HeroComponent {
|
|
|
75
75
|
onInputChange(payload: any, value: any): void;
|
|
76
76
|
onInputEnter(payload: any, value: any): void;
|
|
77
77
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeroComponent, never>;
|
|
78
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeroComponent, "n7-hero", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
78
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeroComponent, "n7-hero", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
79
79
|
}
|
|
@@ -82,11 +82,11 @@ export interface HistogramRangeData {
|
|
|
82
82
|
*/
|
|
83
83
|
setApi?: any;
|
|
84
84
|
}
|
|
85
|
-
|
|
85
|
+
type Sliders = {
|
|
86
86
|
x: number;
|
|
87
87
|
y: number;
|
|
88
88
|
}[];
|
|
89
|
-
|
|
89
|
+
type LabelCouple = [string, string];
|
|
90
90
|
export declare class HistogramRangeComponent implements AfterContentChecked {
|
|
91
91
|
data: HistogramRangeData;
|
|
92
92
|
emit: any;
|
|
@@ -118,6 +118,6 @@ export declare class HistogramRangeComponent implements AfterContentChecked {
|
|
|
118
118
|
/** Emits an event when the component has loaded */
|
|
119
119
|
emitLoaded(payload: any): void;
|
|
120
120
|
static ɵfac: i0.ɵɵFactoryDeclaration<HistogramRangeComponent, never>;
|
|
121
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HistogramRangeComponent, "n7-histogram-range", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
121
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HistogramRangeComponent, "n7-histogram-range", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
122
122
|
}
|
|
123
123
|
export {};
|
|
@@ -5,5 +5,5 @@ export declare class IconComponent {
|
|
|
5
5
|
emit: (type: string, payload?: unknown) => void;
|
|
6
6
|
onClick(value: any): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "n7-icon", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "n7-icon", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -57,5 +57,5 @@ export declare class ImageViewerComponent {
|
|
|
57
57
|
ngAfterContentChecked(): void;
|
|
58
58
|
onClick(payload: any): void;
|
|
59
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageViewerComponent, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImageViewerComponent, "n7-image-viewer", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageViewerComponent, "n7-image-viewer", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
61
61
|
}
|
|
@@ -92,8 +92,8 @@ export interface ImageViewerToolsData {
|
|
|
92
92
|
*/
|
|
93
93
|
initial: number;
|
|
94
94
|
/**
|
|
95
|
-
|
|
96
|
-
|
|
95
|
+
* additional html classes
|
|
96
|
+
*/
|
|
97
97
|
classes?: string;
|
|
98
98
|
/**
|
|
99
99
|
* action click's payload
|
|
@@ -112,5 +112,5 @@ export declare class ImageViewerToolsComponent {
|
|
|
112
112
|
emit: any;
|
|
113
113
|
onClick(payload: any): void;
|
|
114
114
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageViewerToolsComponent, never>;
|
|
115
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImageViewerToolsComponent, "n7-image-viewer-tools", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
115
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageViewerToolsComponent, "n7-image-viewer-tools", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
116
116
|
}
|
|
@@ -56,5 +56,5 @@ export declare class InnerTitleComponent {
|
|
|
56
56
|
onInputChange(payload: any, value: any): void;
|
|
57
57
|
onInputEnter(payload: any, value: any): void;
|
|
58
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<InnerTitleComponent, never>;
|
|
59
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InnerTitleComponent, "n7-inner-title", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InnerTitleComponent, "n7-inner-title", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
60
60
|
}
|
|
@@ -67,5 +67,5 @@ export declare class InputCheckboxComponent {
|
|
|
67
67
|
emit: any;
|
|
68
68
|
onChange(inputPayload: any, value?: any): void;
|
|
69
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputCheckboxComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputCheckboxComponent, "n7-input-checkbox", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
70
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputCheckboxComponent, "n7-input-checkbox", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
71
71
|
}
|
|
@@ -50,5 +50,5 @@ export declare class InputLinkComponent {
|
|
|
50
50
|
emit: any;
|
|
51
51
|
onChange(payload: any): void;
|
|
52
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputLinkComponent, never>;
|
|
53
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputLinkComponent, "n7-input-link", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputLinkComponent, "n7-input-link", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
54
54
|
}
|
|
@@ -82,5 +82,5 @@ export declare class InputSelectComponent {
|
|
|
82
82
|
emit: any;
|
|
83
83
|
onChange(inputPayload: any, value?: any): void;
|
|
84
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputSelectComponent, never>;
|
|
85
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputSelectComponent, "n7-input-select", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
85
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputSelectComponent, "n7-input-select", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
86
86
|
}
|
|
@@ -97,5 +97,5 @@ export declare class InputTextComponent {
|
|
|
97
97
|
onBlur(): void;
|
|
98
98
|
onFocus(): void;
|
|
99
99
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputTextComponent, never>;
|
|
100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputTextComponent, "n7-input-text", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
100
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputTextComponent, "n7-input-text", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
101
101
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnOff } from '../../shared-interfaces';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export
|
|
3
|
+
export type InputTextareaData = {
|
|
4
4
|
/** Unique ID for the text input element */
|
|
5
5
|
id: string;
|
|
6
6
|
/** A hint to the user of what can be entered in the control. */
|
|
@@ -63,5 +63,5 @@ export declare class InputTextareaComponent {
|
|
|
63
63
|
emit: (type: string, payload?: unknown) => void;
|
|
64
64
|
onChange(inputPayload: any, value?: any): void;
|
|
65
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputTextareaComponent, never>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputTextareaComponent, "n7-input-textarea", never, { "data": "data"; "emit": "emit"; }, {}, never, never, false>;
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputTextareaComponent, "n7-input-textarea", never, { "data": { "alias": "data"; "required": false; }; "emit": { "alias": "emit"; "required": false; }; }, {}, never, never, false, never>;
|
|
67
67
|
}
|