carbon-components-angular 3.17.0 → 3.17.4
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/combobox/combobox.module.ngfactory.js +4 -3
- package/combobox/combobox.module.ngsummary.json +1 -1
- package/docs/documentation/classes/NumberChange.html +9 -8
- package/docs/documentation/components/Accordion.html +1 -1
- package/docs/documentation/components/AccordionItem.html +1 -1
- package/docs/documentation/components/AlertModal.html +1 -1
- package/docs/documentation/components/Breadcrumb.html +1 -1
- package/docs/documentation/components/BreadcrumbItemComponent.html +1 -1
- package/docs/documentation/components/Checkbox.html +1 -1
- package/docs/documentation/components/ClickableTile.html +1 -1
- package/docs/documentation/components/CodeSnippet.html +1 -1
- package/docs/documentation/components/ComboBox.html +1 -1
- package/docs/documentation/components/ContentSwitcher.html +1 -1
- package/docs/documentation/components/DatePicker.html +1 -1
- package/docs/documentation/components/DatePickerInput.html +1 -1
- package/docs/documentation/components/Dialog.html +1 -1
- package/docs/documentation/components/DialogPlaceholder.html +1 -1
- package/docs/documentation/components/Documentation.html +1 -1
- package/docs/documentation/components/Dropdown.html +150 -71
- package/docs/documentation/components/DropdownList.html +1 -1
- package/docs/documentation/components/ExpandableTile.html +1 -1
- package/docs/documentation/components/File.html +50 -7
- package/docs/documentation/components/FileUploader.html +40 -28
- package/docs/documentation/components/Hamburger.html +1 -1
- package/docs/documentation/components/Header.html +429 -12
- package/docs/documentation/components/HeaderAction.html +7 -9
- package/docs/documentation/components/HeaderGlobal.html +1 -1
- package/docs/documentation/components/HeaderItem.html +1 -1
- package/docs/documentation/components/HeaderMenu.html +1 -1
- package/docs/documentation/components/HeaderNavigation.html +1 -1
- package/docs/documentation/components/InlineLoading.html +1 -1
- package/docs/documentation/components/Label.html +1 -1
- package/docs/documentation/components/ListColumn.html +1 -1
- package/docs/documentation/components/ListHeader.html +1 -1
- package/docs/documentation/components/ListRow.html +1 -1
- package/docs/documentation/components/Loading.html +1 -1
- package/docs/documentation/components/Modal.html +1 -1
- package/docs/documentation/components/ModalFooter.html +1 -1
- package/docs/documentation/components/ModalHeader.html +1 -1
- package/docs/documentation/components/ModalPlaceholder.html +1 -1
- package/docs/documentation/components/Notification.html +84 -19
- package/docs/documentation/components/{Number.html → NumberComponent.html} +14 -13
- package/docs/documentation/components/OverflowMenu.html +1 -1
- package/docs/documentation/components/OverflowMenuOption.html +1 -1
- package/docs/documentation/components/OverflowMenuPane.html +1 -1
- package/docs/documentation/components/Overlay.html +1 -1
- package/docs/documentation/components/Pagination.html +1 -1
- package/docs/documentation/components/Panel.html +1 -1
- package/docs/documentation/components/Placeholder.html +1 -1
- package/docs/documentation/components/ProductSwitcher.html +1 -1
- package/docs/documentation/components/ProgressIndicator.html +1 -1
- package/docs/documentation/components/Radio.html +1 -1
- package/docs/documentation/components/RadioGroup.html +1 -1
- package/docs/documentation/components/Sample.html +1 -1
- package/docs/documentation/components/SampleSub.html +1 -1
- package/docs/documentation/components/Search.html +1 -1
- package/docs/documentation/components/Select.html +1 -1
- package/docs/documentation/components/SelectionTile.html +1 -1
- package/docs/documentation/components/SideNav.html +1 -1
- package/docs/documentation/components/SideNavHeader.html +1 -1
- package/docs/documentation/components/SideNavItem.html +1 -1
- package/docs/documentation/components/SideNavMenu.html +1 -1
- package/docs/documentation/components/Slider.html +1 -1
- package/docs/documentation/components/StructuredList.html +1 -1
- package/docs/documentation/components/SwitcherList.html +1 -1
- package/docs/documentation/components/SwitcherListItem.html +1 -1
- package/docs/documentation/components/Tab.html +1 -1
- package/docs/documentation/components/TabHeaders.html +33 -31
- package/docs/documentation/components/Table.html +1 -1
- package/docs/documentation/components/TableBody.html +24 -22
- package/docs/documentation/components/TableCheckbox.html +1 -1
- package/docs/documentation/components/TableContainer.html +1 -1
- package/docs/documentation/components/TableData.html +1 -1
- package/docs/documentation/components/TableExpandButton.html +1 -1
- package/docs/documentation/components/TableExpandedRow.html +1 -1
- package/docs/documentation/components/TableHead.html +1 -1
- package/docs/documentation/components/TableHeadCell.html +1 -1
- package/docs/documentation/components/TableHeadCheckbox.html +1 -1
- package/docs/documentation/components/TableHeadExpand.html +1 -1
- package/docs/documentation/components/TableHeader.html +1 -1
- package/docs/documentation/components/TableRowComponent.html +1 -1
- package/docs/documentation/components/TableToolbar.html +1 -1
- package/docs/documentation/components/TableToolbarActions.html +1 -1
- package/docs/documentation/components/TableToolbarContent.html +1 -1
- package/docs/documentation/components/TableToolbarSearch.html +1 -1
- package/docs/documentation/components/Tabs.html +1 -1
- package/docs/documentation/components/Tag.html +1 -1
- package/docs/documentation/components/TagFilter.html +1 -1
- package/docs/documentation/components/Tile.html +1 -1
- package/docs/documentation/components/TileGroup.html +1 -1
- package/docs/documentation/components/TimePicker.html +1 -1
- package/docs/documentation/components/TimePickerSelect.html +1 -1
- package/docs/documentation/components/Toast.html +103 -28
- package/docs/documentation/components/Toggle.html +1 -1
- package/docs/documentation/components/Tooltip.html +1 -1
- package/docs/documentation/components/TooltipDefinition.html +1 -1
- package/docs/documentation/components/TooltipIcon.html +1 -1
- package/docs/documentation/coverage.html +17 -17
- package/docs/documentation/graph/dependencies.dot +1 -3
- package/docs/documentation/interfaces/FileItem.html +66 -0
- package/docs/documentation/interfaces/NotificationContent.html +78 -0
- package/docs/documentation/interfaces/ToastContent.html +2 -0
- package/docs/documentation/js/menu-wc.js +1 -1
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/modules/DropdownModule.html +3 -1
- package/docs/documentation/modules/FileUploaderModule.html +3 -1
- package/docs/documentation/modules/NumberModule/dependencies.svg +30 -56
- package/docs/documentation/modules/NumberModule.html +32 -58
- package/docs/storybook/iframe.html +3 -3
- package/docs/storybook/index.html +1 -1
- package/docs/storybook/main.604029a81eeba7dfa6f2.bundle.js +1 -0
- package/docs/storybook/{main.9b7b4c6bd6a4a7a1e383.bundle.js → main.d185cd03d35d1c8840ae.bundle.js} +271 -122
- package/docs/storybook/main.d185cd03d35d1c8840ae.bundle.js.map +1 -0
- package/docs/storybook/{runtime~main.9b7b4c6bd6a4a7a1e383.bundle.js → runtime~main.d185cd03d35d1c8840ae.bundle.js} +1 -1
- package/docs/storybook/{runtime~main.9b7b4c6bd6a4a7a1e383.bundle.js.map → runtime~main.d185cd03d35d1c8840ae.bundle.js.map} +1 -1
- package/docs/storybook/{vendors~main.9b7b4c6bd6a4a7a1e383.bundle.js → vendors~main.d185cd03d35d1c8840ae.bundle.js} +1 -1
- package/docs/storybook/{vendors~main.9b7b4c6bd6a4a7a1e383.bundle.js.map → vendors~main.d185cd03d35d1c8840ae.bundle.js.map} +1 -1
- package/docs/storybook/{vendors~main.3867fd102613e5004ee8.bundle.js → vendors~main.ffd26d1a4b0f598e04d1.bundle.js} +15 -15
- package/dropdown/dropdown.component.d.ts +8 -0
- package/dropdown/dropdown.component.js +15 -1
- package/dropdown/dropdown.component.js.map +1 -1
- package/dropdown/dropdown.component.metadata.json +1 -1
- package/dropdown/dropdown.component.ngfactory.js +15 -12
- package/dropdown/dropdown.component.ngfactory.js.map +1 -1
- package/dropdown/dropdown.component.ngsummary.json +1 -1
- package/dropdown/dropdown.module.js +3 -1
- package/dropdown/dropdown.module.js.map +1 -1
- package/dropdown/dropdown.module.metadata.json +1 -1
- package/dropdown/dropdown.module.ngfactory.js +2 -1
- package/dropdown/dropdown.module.ngfactory.js.map +1 -1
- package/dropdown/dropdown.module.ngsummary.json +1 -1
- package/file-uploader/file-item.interface.d.ts +2 -0
- package/file-uploader/file-item.interface.js.map +1 -1
- package/file-uploader/file-uploader.component.js +3 -1
- package/file-uploader/file-uploader.component.js.map +1 -1
- package/file-uploader/file-uploader.component.metadata.json +1 -1
- package/file-uploader/file-uploader.component.ngfactory.js +9 -8
- package/file-uploader/file-uploader.component.ngfactory.js.map +1 -1
- package/file-uploader/file-uploader.module.js +3 -1
- package/file-uploader/file-uploader.module.js.map +1 -1
- package/file-uploader/file-uploader.module.metadata.json +1 -1
- package/file-uploader/file-uploader.module.ngfactory.js +2 -1
- package/file-uploader/file-uploader.module.ngfactory.js.map +1 -1
- package/file-uploader/file-uploader.module.ngsummary.json +1 -1
- package/file-uploader/file.component.d.ts +1 -0
- package/file-uploader/file.component.js +10 -2
- package/file-uploader/file.component.js.map +1 -1
- package/file-uploader/file.component.metadata.json +1 -1
- package/file-uploader/file.component.ngfactory.js +19 -16
- package/file-uploader/file.component.ngfactory.js.map +1 -1
- package/file-uploader/file.component.ngsummary.json +1 -1
- package/notification/notification-content.interface.d.ts +2 -0
- package/notification/notification-content.interface.js.map +1 -1
- package/notification/notification.component.d.ts +3 -0
- package/notification/notification.component.js +16 -2
- package/notification/notification.component.js.map +1 -1
- package/notification/notification.component.metadata.json +1 -1
- package/notification/notification.component.ngfactory.js +4 -3
- package/notification/notification.component.ngfactory.js.map +1 -1
- package/notification/notification.component.ngsummary.json +1 -1
- package/notification/notification.module.ngfactory.js.map +1 -1
- package/notification/toast.component.d.ts +1 -0
- package/notification/toast.component.js +10 -2
- package/notification/toast.component.js.map +1 -1
- package/notification/toast.component.metadata.json +1 -1
- package/notification/toast.component.ngfactory.js +7 -6
- package/notification/toast.component.ngfactory.js.map +1 -1
- package/notification/toast.component.ngsummary.json +1 -1
- package/number-input/number.component.d.ts +3 -2
- package/number-input/number.component.js +22 -21
- package/number-input/number.component.js.map +1 -1
- package/package.json +3 -3
- package/table/body/table-body.component.js +1 -1
- package/table/body/table-body.component.js.map +1 -1
- package/table/body/table-body.component.metadata.json +1 -1
- package/table/body/table-body.component.ngfactory.js +1 -1
- package/table/body/table-body.component.ngfactory.js.map +1 -1
- package/tabs/tab-headers.component.js +1 -1
- package/tabs/tab-headers.component.js.map +1 -1
- package/tabs/tab-headers.component.metadata.json +1 -1
- package/tabs/tab-headers.component.ngfactory.js +1 -1
- package/tabs/tab-headers.component.ngfactory.js.map +1 -1
- package/ui-shell/header/header-action.component.js +1 -1
- package/ui-shell/header/header-action.component.js.map +1 -1
- package/ui-shell/header/header-action.component.metadata.json +1 -1
- package/ui-shell/header/header-action.component.ngfactory.js +5 -6
- package/ui-shell/header/header-action.component.ngfactory.js.map +1 -1
- package/ui-shell/header/header.component.d.ts +26 -1
- package/ui-shell/header/header.component.js +40 -5
- package/ui-shell/header/header.component.js.map +1 -1
- package/ui-shell/header/header.component.metadata.json +1 -1
- package/ui-shell/header/header.component.ngfactory.js +9 -3
- package/ui-shell/header/header.component.ngfactory.js.map +1 -1
- package/ui-shell/header/header.component.ngsummary.json +1 -1
- package/ui-shell/header/header.module.ngfactory.js.map +1 -1
- package/docs/storybook/main.51fd4ec04666087c08cd.bundle.js +0 -1
- package/docs/storybook/main.9b7b4c6bd6a4a7a1e383.bundle.js.map +0 -1
|
@@ -330,6 +330,7 @@ import { I18nModule } from "./../i18n/i18n.module";
|
|
|
330
330
|
import { PlaceholderModule } from "./../placeholder/placeholder.module";
|
|
331
331
|
import { DropdownService } from "./dropdown.service";
|
|
332
332
|
import { ChevronDown16Module } from "@carbon/icons-angular/lib/chevron--down/16";
|
|
333
|
+
import { WarningFilled16Module } from "@carbon/icons-angular/lib/warning--filled/16";
|
|
333
334
|
|
|
334
335
|
export { Dropdown } from "./dropdown.component";
|
|
335
336
|
export { DropdownList } from "./list/dropdown-list.component";
|
|
@@ -355,7 +356,8 @@ export { DropdownService } from "./dropdown.service";
|
|
|
355
356
|
FormsModule,
|
|
356
357
|
I18nModule,
|
|
357
358
|
PlaceholderModule,
|
|
358
|
-
ChevronDown16Module
|
|
359
|
+
ChevronDown16Module,
|
|
360
|
+
WarningFilled16Module
|
|
359
361
|
],
|
|
360
362
|
providers: [ DropdownService ]
|
|
361
363
|
})
|
|
@@ -252,6 +252,7 @@
|
|
|
252
252
|
import { CommonModule } from "@angular/common";
|
|
253
253
|
import { Close16Module } from "@carbon/icons-angular/lib/close/16";
|
|
254
254
|
import { CheckmarkFilled16Module } from "@carbon/icons-angular/lib/checkmark--filled/16";
|
|
255
|
+
import { WarningFilled16Module } from "@carbon/icons-angular/lib/warning--filled/16";
|
|
255
256
|
|
|
256
257
|
import { FileUploader } from "./file-uploader.component";
|
|
257
258
|
import { File } from "./file.component";
|
|
@@ -268,7 +269,8 @@ export { FileUploader } from "./file-uploader.component";
|
|
|
268
269
|
ButtonModule,
|
|
269
270
|
LoadingModule,
|
|
270
271
|
Close16Module,
|
|
271
|
-
CheckmarkFilled16Module
|
|
272
|
+
CheckmarkFilled16Module,
|
|
273
|
+
WarningFilled16Module
|
|
272
274
|
]
|
|
273
275
|
})
|
|
274
276
|
export class FileUploaderModule { }
|
|
@@ -4,89 +4,63 @@
|
|
|
4
4
|
<!-- Generated by graphviz version 2.40.1 (20161225.0304)
|
|
5
5
|
-->
|
|
6
6
|
<!-- Title: dependencies Pages: 1 -->
|
|
7
|
-
<svg width="
|
|
8
|
-
viewBox="0.00 0.00
|
|
9
|
-
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4
|
|
7
|
+
<svg width="504pt" height="284pt"
|
|
8
|
+
viewBox="0.00 0.00 504.00 284.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
9
|
+
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 280)">
|
|
10
10
|
<title>dependencies</title>
|
|
11
|
-
<polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-
|
|
12
|
-
<text text-anchor="start" x="
|
|
13
|
-
<polygon fill="#ffffb3" stroke="transparent" points="
|
|
14
|
-
<text text-anchor="start" x="
|
|
15
|
-
<polygon fill="#8dd3c7" stroke="transparent" points="
|
|
16
|
-
<text text-anchor="start" x="
|
|
17
|
-
<polygon fill="#80b1d3" stroke="transparent" points="
|
|
18
|
-
<text text-anchor="start" x="
|
|
19
|
-
<polygon fill="#fdb462" stroke="transparent" points="
|
|
20
|
-
<text text-anchor="start" x="
|
|
21
|
-
<polygon fill="#fb8072" stroke="transparent" points="
|
|
22
|
-
<text text-anchor="start" x="
|
|
11
|
+
<polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-280 500,-280 500,4 -4,4"/>
|
|
12
|
+
<text text-anchor="start" x="227.0091" y="-42.4" font-family="sans-serif" font-weight="bold" font-size="14.00" fill="#000000">Legend</text>
|
|
13
|
+
<polygon fill="#ffffb3" stroke="transparent" points="14,-10 14,-30 34,-30 34,-10 14,-10"/>
|
|
14
|
+
<text text-anchor="start" x="37.629" y="-15.4" font-family="sans-serif" font-size="14.00" fill="#000000">  Declarations</text>
|
|
15
|
+
<polygon fill="#8dd3c7" stroke="transparent" points="127,-10 127,-30 147,-30 147,-10 127,-10"/>
|
|
16
|
+
<text text-anchor="start" x="150.7251" y="-15.4" font-family="sans-serif" font-size="14.00" fill="#000000">  Module</text>
|
|
17
|
+
<polygon fill="#80b1d3" stroke="transparent" points="213,-10 213,-30 233,-30 233,-10 213,-10"/>
|
|
18
|
+
<text text-anchor="start" x="236.7812" y="-15.4" font-family="sans-serif" font-size="14.00" fill="#000000">  Bootstrap</text>
|
|
19
|
+
<polygon fill="#fdb462" stroke="transparent" points="310,-10 310,-30 330,-30 330,-10 310,-10"/>
|
|
20
|
+
<text text-anchor="start" x="333.6732" y="-15.4" font-family="sans-serif" font-size="14.00" fill="#000000">  Providers</text>
|
|
21
|
+
<polygon fill="#fb8072" stroke="transparent" points="406,-10 406,-30 426,-30 426,-10 406,-10"/>
|
|
22
|
+
<text text-anchor="start" x="429.7258" y="-15.4" font-family="sans-serif" font-size="14.00" fill="#000000">  Exports</text>
|
|
23
23
|
<g id="clust1" class="cluster">
|
|
24
24
|
<title>cluster_NumberModule</title>
|
|
25
|
-
<polygon fill="none" stroke="#000000" stroke-dasharray="1,5" points="
|
|
25
|
+
<polygon fill="none" stroke="#000000" stroke-dasharray="1,5" points="187,-70 187,-268 309,-268 309,-70 187,-70"/>
|
|
26
26
|
</g>
|
|
27
27
|
<g id="clust2" class="cluster">
|
|
28
28
|
<title>cluster_NumberModule_declarations</title>
|
|
29
|
-
<polygon fill="none" stroke="#000000" points="
|
|
30
|
-
</g>
|
|
31
|
-
<g id="clust3" class="cluster">
|
|
32
|
-
<title>cluster_NumberModule_Number_providers</title>
|
|
33
|
-
<polygon fill="none" stroke="#000000" points="16,-78 16,-176.5901 634,-176.5901 634,-78 16,-78"/>
|
|
29
|
+
<polygon fill="none" stroke="#000000" points="209,-78 209,-130 287,-130 287,-78 209,-78"/>
|
|
34
30
|
</g>
|
|
35
31
|
<g id="clust5" class="cluster">
|
|
36
32
|
<title>cluster_NumberModule_exports</title>
|
|
37
|
-
<polygon fill="none" stroke="#000000" points="
|
|
33
|
+
<polygon fill="none" stroke="#000000" points="207,-208 207,-260 289,-260 289,-208 207,-208"/>
|
|
38
34
|
</g>
|
|
39
35
|
<!-- Number -->
|
|
40
36
|
<g id="node1" class="node">
|
|
41
37
|
<title>Number</title>
|
|
42
|
-
<polygon fill="#ffffb3" stroke="#000000" points="
|
|
43
|
-
<text text-anchor="middle" x="
|
|
38
|
+
<polygon fill="#ffffb3" stroke="#000000" points="278.8725,-122 217.1275,-122 217.1275,-86 278.8725,-86 278.8725,-122"/>
|
|
39
|
+
<text text-anchor="middle" x="248" y="-99.8" font-family="Times,serif" font-size="14.00" fill="#000000">Number</text>
|
|
44
40
|
</g>
|
|
45
41
|
<!-- NumberModule -->
|
|
46
42
|
<g id="node2" class="node">
|
|
47
43
|
<title>NumberModule</title>
|
|
48
|
-
<polygon fill="#8dd3c7" stroke="#000000" points="
|
|
49
|
-
<text text-anchor="middle" x="
|
|
44
|
+
<polygon fill="#8dd3c7" stroke="#000000" points="300.923,-187 297.923,-191 276.923,-191 273.923,-187 195.077,-187 195.077,-151 300.923,-151 300.923,-187"/>
|
|
45
|
+
<text text-anchor="middle" x="248" y="-164.8" font-family="Times,serif" font-size="14.00" fill="#000000">NumberModule</text>
|
|
50
46
|
</g>
|
|
51
47
|
<!-- Number->NumberModule -->
|
|
52
48
|
<g id="edge1" class="edge">
|
|
53
49
|
<title>Number->NumberModule</title>
|
|
54
|
-
<path fill="none" stroke="#000000" d="
|
|
55
|
-
<polygon fill="#000000" stroke="#000000" points="
|
|
50
|
+
<path fill="none" stroke="#000000" d="M248,-122.1061C248,-122.1061 248,-140.991 248,-140.991"/>
|
|
51
|
+
<polygon fill="#000000" stroke="#000000" points="244.5001,-140.9909 248,-150.991 251.5001,-140.991 244.5001,-140.9909"/>
|
|
56
52
|
</g>
|
|
57
53
|
<!-- Number -->
|
|
58
|
-
<g id="
|
|
54
|
+
<g id="node3" class="node">
|
|
59
55
|
<title>Number </title>
|
|
60
|
-
<polygon fill="#fb8072" stroke="#000000" points="
|
|
61
|
-
<text text-anchor="middle" x="
|
|
56
|
+
<polygon fill="#fb8072" stroke="#000000" points="280.8735,-252 215.1265,-252 215.1265,-216 280.8735,-216 280.8735,-252"/>
|
|
57
|
+
<text text-anchor="middle" x="248" y="-229.8" font-family="Times,serif" font-size="14.00" fill="#000000">Number </text>
|
|
62
58
|
</g>
|
|
63
59
|
<!-- NumberModule->Number -->
|
|
64
|
-
<g id="edge3" class="edge">
|
|
65
|
-
<title>NumberModule->Number </title>
|
|
66
|
-
<path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M325,-298.6962C325,-298.6962 325,-317.581 325,-317.581"/>
|
|
67
|
-
<polygon fill="#000000" stroke="#000000" points="321.5001,-317.581 325,-327.581 328.5001,-317.5811 321.5001,-317.581"/>
|
|
68
|
-
</g>
|
|
69
|
-
<!-- {
|
|
70
|
-
   provide: NG_VALUE_ACCESSOR, useExisting: Number, multi: true
|
|
71
|
-
} -->
|
|
72
|
-
<g id="node3" class="node">
|
|
73
|
-
<title>{
|
|
74
|
-
   provide: NG_VALUE_ACCESSOR, useExisting: Number, multi: true
|
|
75
|
-
}</title>
|
|
76
|
-
<ellipse fill="#fdb462" stroke="#000000" cx="325" cy="-127.295" rx="300.6707" ry="41.0911"/>
|
|
77
|
-
<text text-anchor="middle" x="325" y="-139.895" font-family="Times,serif" font-size="14.00" fill="#000000">{</text>
|
|
78
|
-
<text text-anchor="middle" x="325" y="-123.095" font-family="Times,serif" font-size="14.00" fill="#000000">    provide: NG_VALUE_ACCESSOR, useExisting: Number, multi: true</text>
|
|
79
|
-
<text text-anchor="middle" x="325" y="-106.295" font-family="Times,serif" font-size="14.00" fill="#000000">}</text>
|
|
80
|
-
</g>
|
|
81
|
-
<!-- {
|
|
82
|
-
   provide: NG_VALUE_ACCESSOR, useExisting: Number, multi: true
|
|
83
|
-
}->Number -->
|
|
84
60
|
<g id="edge2" class="edge">
|
|
85
|
-
<title>
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
<path fill="none" stroke="#000000" d="M325,-168.5989C325,-168.5989 325,-187.2551 325,-187.2551"/>
|
|
89
|
-
<polygon fill="#000000" stroke="#000000" points="321.5001,-187.255 325,-197.2551 328.5001,-187.2551 321.5001,-187.255"/>
|
|
61
|
+
<title>NumberModule->Number </title>
|
|
62
|
+
<path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M248,-187.1061C248,-187.1061 248,-205.991 248,-205.991"/>
|
|
63
|
+
<polygon fill="#000000" stroke="#000000" points="244.5001,-205.9909 248,-215.991 251.5001,-205.991 244.5001,-205.9909"/>
|
|
90
64
|
</g>
|
|
91
65
|
</g>
|
|
92
66
|
</svg>
|
|
@@ -45,89 +45,63 @@
|
|
|
45
45
|
<!-- Generated by graphviz version 2.40.1 (20161225.0304)
|
|
46
46
|
-->
|
|
47
47
|
<!-- Title: dependencies Pages: 1 -->
|
|
48
|
-
<svg width="
|
|
49
|
-
viewBox="0.00 0.00
|
|
50
|
-
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4
|
|
48
|
+
<svg width="504pt" height="284pt"
|
|
49
|
+
viewBox="0.00 0.00 504.00 284.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
50
|
+
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 280)">
|
|
51
51
|
<title>dependencies</title>
|
|
52
|
-
<polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-
|
|
53
|
-
<text text-anchor="start" x="
|
|
54
|
-
<polygon fill="#ffffb3" stroke="transparent" points="
|
|
55
|
-
<text text-anchor="start" x="
|
|
56
|
-
<polygon fill="#8dd3c7" stroke="transparent" points="
|
|
57
|
-
<text text-anchor="start" x="
|
|
58
|
-
<polygon fill="#80b1d3" stroke="transparent" points="
|
|
59
|
-
<text text-anchor="start" x="
|
|
60
|
-
<polygon fill="#fdb462" stroke="transparent" points="
|
|
61
|
-
<text text-anchor="start" x="
|
|
62
|
-
<polygon fill="#fb8072" stroke="transparent" points="
|
|
63
|
-
<text text-anchor="start" x="
|
|
52
|
+
<polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-280 500,-280 500,4 -4,4"/>
|
|
53
|
+
<text text-anchor="start" x="227.0091" y="-42.4" font-family="sans-serif" font-weight="bold" font-size="14.00" fill="#000000">Legend</text>
|
|
54
|
+
<polygon fill="#ffffb3" stroke="transparent" points="14,-10 14,-30 34,-30 34,-10 14,-10"/>
|
|
55
|
+
<text text-anchor="start" x="37.629" y="-15.4" font-family="sans-serif" font-size="14.00" fill="#000000">  Declarations</text>
|
|
56
|
+
<polygon fill="#8dd3c7" stroke="transparent" points="127,-10 127,-30 147,-30 147,-10 127,-10"/>
|
|
57
|
+
<text text-anchor="start" x="150.7251" y="-15.4" font-family="sans-serif" font-size="14.00" fill="#000000">  Module</text>
|
|
58
|
+
<polygon fill="#80b1d3" stroke="transparent" points="213,-10 213,-30 233,-30 233,-10 213,-10"/>
|
|
59
|
+
<text text-anchor="start" x="236.7812" y="-15.4" font-family="sans-serif" font-size="14.00" fill="#000000">  Bootstrap</text>
|
|
60
|
+
<polygon fill="#fdb462" stroke="transparent" points="310,-10 310,-30 330,-30 330,-10 310,-10"/>
|
|
61
|
+
<text text-anchor="start" x="333.6732" y="-15.4" font-family="sans-serif" font-size="14.00" fill="#000000">  Providers</text>
|
|
62
|
+
<polygon fill="#fb8072" stroke="transparent" points="406,-10 406,-30 426,-30 426,-10 406,-10"/>
|
|
63
|
+
<text text-anchor="start" x="429.7258" y="-15.4" font-family="sans-serif" font-size="14.00" fill="#000000">  Exports</text>
|
|
64
64
|
<g id="clust1" class="cluster">
|
|
65
65
|
<title>cluster_NumberModule</title>
|
|
66
|
-
<polygon fill="none" stroke="#000000" stroke-dasharray="1,5" points="
|
|
66
|
+
<polygon fill="none" stroke="#000000" stroke-dasharray="1,5" points="187,-70 187,-268 309,-268 309,-70 187,-70"/>
|
|
67
67
|
</g>
|
|
68
68
|
<g id="clust2" class="cluster">
|
|
69
69
|
<title>cluster_NumberModule_declarations</title>
|
|
70
|
-
<polygon fill="none" stroke="#000000" points="
|
|
71
|
-
</g>
|
|
72
|
-
<g id="clust3" class="cluster">
|
|
73
|
-
<title>cluster_NumberModule_Number_providers</title>
|
|
74
|
-
<polygon fill="none" stroke="#000000" points="16,-78 16,-176.5901 634,-176.5901 634,-78 16,-78"/>
|
|
70
|
+
<polygon fill="none" stroke="#000000" points="209,-78 209,-130 287,-130 287,-78 209,-78"/>
|
|
75
71
|
</g>
|
|
76
72
|
<g id="clust5" class="cluster">
|
|
77
73
|
<title>cluster_NumberModule_exports</title>
|
|
78
|
-
<polygon fill="none" stroke="#000000" points="
|
|
74
|
+
<polygon fill="none" stroke="#000000" points="207,-208 207,-260 289,-260 289,-208 207,-208"/>
|
|
79
75
|
</g>
|
|
80
76
|
<!-- Number -->
|
|
81
77
|
<g id="node1" class="node">
|
|
82
78
|
<title>Number</title>
|
|
83
|
-
<polygon fill="#ffffb3" stroke="#000000" points="
|
|
84
|
-
<text text-anchor="middle" x="
|
|
79
|
+
<polygon fill="#ffffb3" stroke="#000000" points="278.8725,-122 217.1275,-122 217.1275,-86 278.8725,-86 278.8725,-122"/>
|
|
80
|
+
<text text-anchor="middle" x="248" y="-99.8" font-family="Times,serif" font-size="14.00" fill="#000000">Number</text>
|
|
85
81
|
</g>
|
|
86
82
|
<!-- NumberModule -->
|
|
87
83
|
<g id="node2" class="node">
|
|
88
84
|
<title>NumberModule</title>
|
|
89
|
-
<polygon fill="#8dd3c7" stroke="#000000" points="
|
|
90
|
-
<text text-anchor="middle" x="
|
|
85
|
+
<polygon fill="#8dd3c7" stroke="#000000" points="300.923,-187 297.923,-191 276.923,-191 273.923,-187 195.077,-187 195.077,-151 300.923,-151 300.923,-187"/>
|
|
86
|
+
<text text-anchor="middle" x="248" y="-164.8" font-family="Times,serif" font-size="14.00" fill="#000000">NumberModule</text>
|
|
91
87
|
</g>
|
|
92
88
|
<!-- Number->NumberModule -->
|
|
93
89
|
<g id="edge1" class="edge">
|
|
94
90
|
<title>Number->NumberModule</title>
|
|
95
|
-
<path fill="none" stroke="#000000" d="
|
|
96
|
-
<polygon fill="#000000" stroke="#000000" points="
|
|
91
|
+
<path fill="none" stroke="#000000" d="M248,-122.1061C248,-122.1061 248,-140.991 248,-140.991"/>
|
|
92
|
+
<polygon fill="#000000" stroke="#000000" points="244.5001,-140.9909 248,-150.991 251.5001,-140.991 244.5001,-140.9909"/>
|
|
97
93
|
</g>
|
|
98
94
|
<!-- Number -->
|
|
99
|
-
<g id="
|
|
95
|
+
<g id="node3" class="node">
|
|
100
96
|
<title>Number </title>
|
|
101
|
-
<polygon fill="#fb8072" stroke="#000000" points="
|
|
102
|
-
<text text-anchor="middle" x="
|
|
97
|
+
<polygon fill="#fb8072" stroke="#000000" points="280.8735,-252 215.1265,-252 215.1265,-216 280.8735,-216 280.8735,-252"/>
|
|
98
|
+
<text text-anchor="middle" x="248" y="-229.8" font-family="Times,serif" font-size="14.00" fill="#000000">Number </text>
|
|
103
99
|
</g>
|
|
104
100
|
<!-- NumberModule->Number -->
|
|
105
|
-
<g id="edge3" class="edge">
|
|
106
|
-
<title>NumberModule->Number </title>
|
|
107
|
-
<path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M325,-298.6962C325,-298.6962 325,-317.581 325,-317.581"/>
|
|
108
|
-
<polygon fill="#000000" stroke="#000000" points="321.5001,-317.581 325,-327.581 328.5001,-317.5811 321.5001,-317.581"/>
|
|
109
|
-
</g>
|
|
110
|
-
<!-- {
|
|
111
|
-
   provide: NG_VALUE_ACCESSOR, useExisting: Number, multi: true
|
|
112
|
-
} -->
|
|
113
|
-
<g id="node3" class="node">
|
|
114
|
-
<title>{
|
|
115
|
-
   provide: NG_VALUE_ACCESSOR, useExisting: Number, multi: true
|
|
116
|
-
}</title>
|
|
117
|
-
<ellipse fill="#fdb462" stroke="#000000" cx="325" cy="-127.295" rx="300.6707" ry="41.0911"/>
|
|
118
|
-
<text text-anchor="middle" x="325" y="-139.895" font-family="Times,serif" font-size="14.00" fill="#000000">{</text>
|
|
119
|
-
<text text-anchor="middle" x="325" y="-123.095" font-family="Times,serif" font-size="14.00" fill="#000000">    provide: NG_VALUE_ACCESSOR, useExisting: Number, multi: true</text>
|
|
120
|
-
<text text-anchor="middle" x="325" y="-106.295" font-family="Times,serif" font-size="14.00" fill="#000000">}</text>
|
|
121
|
-
</g>
|
|
122
|
-
<!-- {
|
|
123
|
-
   provide: NG_VALUE_ACCESSOR, useExisting: Number, multi: true
|
|
124
|
-
}->Number -->
|
|
125
101
|
<g id="edge2" class="edge">
|
|
126
|
-
<title>
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
<path fill="none" stroke="#000000" d="M325,-168.5989C325,-168.5989 325,-187.2551 325,-187.2551"/>
|
|
130
|
-
<polygon fill="#000000" stroke="#000000" points="321.5001,-187.255 325,-197.2551 328.5001,-187.2551 321.5001,-187.255"/>
|
|
102
|
+
<title>NumberModule->Number </title>
|
|
103
|
+
<path fill="none" stroke="#000000" stroke-dasharray="5,2" d="M248,-187.1061C248,-187.1061 248,-205.991 248,-205.991"/>
|
|
104
|
+
<polygon fill="#000000" stroke="#000000" points="244.5001,-205.9909 248,-215.991 251.5001,-205.991 244.5001,-205.9909"/>
|
|
131
105
|
</g>
|
|
132
106
|
</g>
|
|
133
107
|
</svg>
|
|
@@ -172,7 +146,7 @@
|
|
|
172
146
|
title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
|
|
173
147
|
<ul class="list-group">
|
|
174
148
|
<li class="list-group-item">
|
|
175
|
-
<a href="../
|
|
149
|
+
<a href="../s/Number.html">Number</a>
|
|
176
150
|
</li>
|
|
177
151
|
</ul>
|
|
178
152
|
</div>
|
|
@@ -181,7 +155,7 @@
|
|
|
181
155
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
182
156
|
<ul class="list-group">
|
|
183
157
|
<li class="list-group-item">
|
|
184
|
-
<a href="../
|
|
158
|
+
<a href="../s/Number.html">Number</a>
|
|
185
159
|
</li>
|
|
186
160
|
</ul>
|
|
187
161
|
</div>
|
|
@@ -114,11 +114,11 @@
|
|
|
114
114
|
|
|
115
115
|
|
|
116
116
|
|
|
117
|
-
<script src="runtime~main.
|
|
117
|
+
<script src="runtime~main.d185cd03d35d1c8840ae.bundle.js"></script>
|
|
118
118
|
|
|
119
|
-
<script src="vendors~main.
|
|
119
|
+
<script src="vendors~main.d185cd03d35d1c8840ae.bundle.js"></script>
|
|
120
120
|
|
|
121
|
-
<script src="main.
|
|
121
|
+
<script src="main.d185cd03d35d1c8840ae.bundle.js"></script>
|
|
122
122
|
|
|
123
123
|
|
|
124
124
|
</body>
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
} catch (e) {
|
|
15
15
|
// eslint-disable-next-line no-console
|
|
16
16
|
console.warn('unable to connect to parent frame for connecting dev tools');
|
|
17
|
-
}</script><meta property="og:title" content="Carbon Components Angular"><meta property="og:description" content="An Angular implementation of the Carbon Design System for IBM."><meta property="og:image" content="https://angular.carbondesignsystem.com/carbon.jpg"><meta property="og:url" content="https://angular.carbondesignsystem.com"><meta name="twitter:title" content="Carbon Components Angular"><meta name="twitter:description" content="An Angular implementation of the Carbon Design System for IBM."><meta name="twitter:image" content="https://angular.carbondesignsystem.com/carbon.jpg"><meta name="twitter:card" content="summary_large_image"><script>document.title = "Carbon Components Angular";</script></head><body><div id="root"></div><script src="runtime~main.3e80324d580cf3681712.bundle.js"></script><script src="vendors~main.
|
|
17
|
+
}</script><meta property="og:title" content="Carbon Components Angular"><meta property="og:description" content="An Angular implementation of the Carbon Design System for IBM."><meta property="og:image" content="https://angular.carbondesignsystem.com/carbon.jpg"><meta property="og:url" content="https://angular.carbondesignsystem.com"><meta name="twitter:title" content="Carbon Components Angular"><meta name="twitter:description" content="An Angular implementation of the Carbon Design System for IBM."><meta name="twitter:image" content="https://angular.carbondesignsystem.com/carbon.jpg"><meta name="twitter:card" content="summary_large_image"><script>document.title = "Carbon Components Angular";</script></head><body><div id="root"></div><script src="runtime~main.3e80324d580cf3681712.bundle.js"></script><script src="vendors~main.ffd26d1a4b0f598e04d1.bundle.js"></script><script src="main.604029a81eeba7dfa6f2.bundle.js"></script></body></html>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{1122:function(n,o,c){"use strict";c.r(o);c(557),c(700),c(701),c(825),c(846),c(849),c(952),c(1069)},462:function(n,o,c){c(463),c(1122),n.exports=c(1072)},485:function(n,o){}},[[462,1,2]]]);
|