@ukic/docs 3.0.0-alpha.7 → 3.0.0-alpha.9
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/docs.json +142 -76
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -2193,8 +2193,8 @@
|
|
|
2193
2193
|
"references": {
|
|
2194
2194
|
"IcButtonTooltipPlacement": {
|
|
2195
2195
|
"location": "import",
|
|
2196
|
-
"path": "
|
|
2197
|
-
"id": "src/
|
|
2196
|
+
"path": "../../utils/types",
|
|
2197
|
+
"id": "src/utils/types.ts::IcButtonTooltipPlacement"
|
|
2198
2198
|
}
|
|
2199
2199
|
}
|
|
2200
2200
|
},
|
|
@@ -14986,7 +14986,7 @@
|
|
|
14986
14986
|
"docsTags": [
|
|
14987
14987
|
{
|
|
14988
14988
|
"name": "slot",
|
|
14989
|
-
"text": "right-adornment - Content is placed to the right of switch
|
|
14989
|
+
"text": "right-adornment - Content is placed to the right of switch."
|
|
14990
14990
|
}
|
|
14991
14991
|
],
|
|
14992
14992
|
"usage": {},
|
|
@@ -15122,28 +15122,6 @@
|
|
|
15122
15122
|
"optional": true,
|
|
15123
15123
|
"required": false
|
|
15124
15124
|
},
|
|
15125
|
-
{
|
|
15126
|
-
"name": "showState",
|
|
15127
|
-
"type": "boolean",
|
|
15128
|
-
"complexType": {
|
|
15129
|
-
"original": "boolean",
|
|
15130
|
-
"resolved": "boolean",
|
|
15131
|
-
"references": {}
|
|
15132
|
-
},
|
|
15133
|
-
"mutable": false,
|
|
15134
|
-
"attr": "show-state",
|
|
15135
|
-
"reflectToAttr": false,
|
|
15136
|
-
"docs": "If `true`, the switch will render the On/Off state text.",
|
|
15137
|
-
"docsTags": [],
|
|
15138
|
-
"default": "false",
|
|
15139
|
-
"values": [
|
|
15140
|
-
{
|
|
15141
|
-
"type": "boolean"
|
|
15142
|
-
}
|
|
15143
|
-
],
|
|
15144
|
-
"optional": true,
|
|
15145
|
-
"required": false
|
|
15146
|
-
},
|
|
15147
15125
|
{
|
|
15148
15126
|
"name": "size",
|
|
15149
15127
|
"type": "\"medium\" | \"small\"",
|
|
@@ -15316,19 +15294,17 @@
|
|
|
15316
15294
|
"slots": [
|
|
15317
15295
|
{
|
|
15318
15296
|
"name": "right-adornment",
|
|
15319
|
-
"docs": "Content is placed to the right of switch
|
|
15297
|
+
"docs": "Content is placed to the right of switch."
|
|
15320
15298
|
}
|
|
15321
15299
|
],
|
|
15322
15300
|
"parts": [],
|
|
15323
15301
|
"dependents": [],
|
|
15324
15302
|
"dependencies": [
|
|
15325
|
-
"ic-input-label"
|
|
15326
|
-
"ic-typography"
|
|
15303
|
+
"ic-input-label"
|
|
15327
15304
|
],
|
|
15328
15305
|
"dependencyGraph": {
|
|
15329
15306
|
"ic-switch": [
|
|
15330
|
-
"ic-input-label"
|
|
15331
|
-
"ic-typography"
|
|
15307
|
+
"ic-input-label"
|
|
15332
15308
|
],
|
|
15333
15309
|
"ic-input-label": [
|
|
15334
15310
|
"ic-typography"
|
|
@@ -17424,7 +17400,7 @@
|
|
|
17424
17400
|
"resolved": "boolean",
|
|
17425
17401
|
"references": {}
|
|
17426
17402
|
},
|
|
17427
|
-
"mutable":
|
|
17403
|
+
"mutable": true,
|
|
17428
17404
|
"attr": "disabled",
|
|
17429
17405
|
"reflectToAttr": false,
|
|
17430
17406
|
"docs": "If `true`, the toggle button will be in disabled state.",
|
|
@@ -17446,7 +17422,7 @@
|
|
|
17446
17422
|
"resolved": "boolean",
|
|
17447
17423
|
"references": {}
|
|
17448
17424
|
},
|
|
17449
|
-
"mutable":
|
|
17425
|
+
"mutable": true,
|
|
17450
17426
|
"attr": "full-width",
|
|
17451
17427
|
"reflectToAttr": false,
|
|
17452
17428
|
"docs": "If `true`, the toggle button will fill the width of the container.",
|
|
@@ -17464,15 +17440,22 @@
|
|
|
17464
17440
|
"name": "iconPlacement",
|
|
17465
17441
|
"type": "\"left\" | \"right\" | \"top\"",
|
|
17466
17442
|
"complexType": {
|
|
17467
|
-
"original": "
|
|
17443
|
+
"original": "IcIconPlacementOptions",
|
|
17468
17444
|
"resolved": "\"left\" | \"right\" | \"top\"",
|
|
17469
|
-
"references": {
|
|
17445
|
+
"references": {
|
|
17446
|
+
"IcIconPlacementOptions": {
|
|
17447
|
+
"location": "import",
|
|
17448
|
+
"path": "../../utils/types",
|
|
17449
|
+
"id": "src/utils/types.ts::IcIconPlacementOptions"
|
|
17450
|
+
}
|
|
17451
|
+
}
|
|
17470
17452
|
},
|
|
17471
17453
|
"mutable": false,
|
|
17472
17454
|
"attr": "icon-placement",
|
|
17473
17455
|
"reflectToAttr": false,
|
|
17474
17456
|
"docs": "The placement of the icon in relation to the toggle button label.",
|
|
17475
17457
|
"docsTags": [],
|
|
17458
|
+
"default": "\"left\"",
|
|
17476
17459
|
"values": [
|
|
17477
17460
|
{
|
|
17478
17461
|
"value": "left",
|
|
@@ -17519,7 +17502,7 @@
|
|
|
17519
17502
|
"resolved": "boolean",
|
|
17520
17503
|
"references": {}
|
|
17521
17504
|
},
|
|
17522
|
-
"mutable":
|
|
17505
|
+
"mutable": true,
|
|
17523
17506
|
"attr": "loading",
|
|
17524
17507
|
"reflectToAttr": false,
|
|
17525
17508
|
"docs": "If `true`, the toggle button will be in loading state.",
|
|
@@ -17541,7 +17524,7 @@
|
|
|
17541
17524
|
"resolved": "boolean",
|
|
17542
17525
|
"references": {}
|
|
17543
17526
|
},
|
|
17544
|
-
"mutable":
|
|
17527
|
+
"mutable": true,
|
|
17545
17528
|
"attr": "monochrome",
|
|
17546
17529
|
"reflectToAttr": false,
|
|
17547
17530
|
"docs": "If `true`, the toggle button will display as black in the light theme, and white in dark theme.",
|
|
@@ -17569,7 +17552,7 @@
|
|
|
17569
17552
|
}
|
|
17570
17553
|
}
|
|
17571
17554
|
},
|
|
17572
|
-
"mutable":
|
|
17555
|
+
"mutable": true,
|
|
17573
17556
|
"attr": "size",
|
|
17574
17557
|
"reflectToAttr": false,
|
|
17575
17558
|
"docs": "The size of the toggle button to be displayed.",
|
|
@@ -17606,7 +17589,7 @@
|
|
|
17606
17589
|
}
|
|
17607
17590
|
}
|
|
17608
17591
|
},
|
|
17609
|
-
"mutable":
|
|
17592
|
+
"mutable": true,
|
|
17610
17593
|
"attr": "theme",
|
|
17611
17594
|
"reflectToAttr": false,
|
|
17612
17595
|
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
@@ -17629,6 +17612,47 @@
|
|
|
17629
17612
|
"optional": true,
|
|
17630
17613
|
"required": false
|
|
17631
17614
|
},
|
|
17615
|
+
{
|
|
17616
|
+
"name": "tooltipPlacement",
|
|
17617
|
+
"type": "\"bottom\" | \"left\" | \"right\" | \"top\"",
|
|
17618
|
+
"complexType": {
|
|
17619
|
+
"original": "IcButtonTooltipPlacement",
|
|
17620
|
+
"resolved": "\"bottom\" | \"left\" | \"right\" | \"top\"",
|
|
17621
|
+
"references": {
|
|
17622
|
+
"IcButtonTooltipPlacement": {
|
|
17623
|
+
"location": "import",
|
|
17624
|
+
"path": "../../utils/types",
|
|
17625
|
+
"id": "src/utils/types.ts::IcButtonTooltipPlacement"
|
|
17626
|
+
}
|
|
17627
|
+
}
|
|
17628
|
+
},
|
|
17629
|
+
"mutable": false,
|
|
17630
|
+
"attr": "tooltip-placement",
|
|
17631
|
+
"reflectToAttr": false,
|
|
17632
|
+
"docs": "The position of the tooltip in relation to the toggle button.",
|
|
17633
|
+
"docsTags": [],
|
|
17634
|
+
"default": "\"bottom\"",
|
|
17635
|
+
"values": [
|
|
17636
|
+
{
|
|
17637
|
+
"value": "bottom",
|
|
17638
|
+
"type": "string"
|
|
17639
|
+
},
|
|
17640
|
+
{
|
|
17641
|
+
"value": "left",
|
|
17642
|
+
"type": "string"
|
|
17643
|
+
},
|
|
17644
|
+
{
|
|
17645
|
+
"value": "right",
|
|
17646
|
+
"type": "string"
|
|
17647
|
+
},
|
|
17648
|
+
{
|
|
17649
|
+
"value": "top",
|
|
17650
|
+
"type": "string"
|
|
17651
|
+
}
|
|
17652
|
+
],
|
|
17653
|
+
"optional": false,
|
|
17654
|
+
"required": false
|
|
17655
|
+
},
|
|
17632
17656
|
{
|
|
17633
17657
|
"name": "variant",
|
|
17634
17658
|
"type": "\"default\" | \"icon\"",
|
|
@@ -17637,7 +17661,7 @@
|
|
|
17637
17661
|
"resolved": "\"default\" | \"icon\"",
|
|
17638
17662
|
"references": {}
|
|
17639
17663
|
},
|
|
17640
|
-
"mutable":
|
|
17664
|
+
"mutable": true,
|
|
17641
17665
|
"attr": "variant",
|
|
17642
17666
|
"reflectToAttr": true,
|
|
17643
17667
|
"docs": "The variant of the toggle button.",
|
|
@@ -18002,6 +18026,47 @@
|
|
|
18002
18026
|
"optional": true,
|
|
18003
18027
|
"required": false
|
|
18004
18028
|
},
|
|
18029
|
+
{
|
|
18030
|
+
"name": "tooltipPlacement",
|
|
18031
|
+
"type": "\"bottom\" | \"left\" | \"right\" | \"top\"",
|
|
18032
|
+
"complexType": {
|
|
18033
|
+
"original": "IcButtonTooltipPlacement",
|
|
18034
|
+
"resolved": "\"bottom\" | \"left\" | \"right\" | \"top\"",
|
|
18035
|
+
"references": {
|
|
18036
|
+
"IcButtonTooltipPlacement": {
|
|
18037
|
+
"location": "import",
|
|
18038
|
+
"path": "../../utils/types",
|
|
18039
|
+
"id": "src/utils/types.ts::IcButtonTooltipPlacement"
|
|
18040
|
+
}
|
|
18041
|
+
}
|
|
18042
|
+
},
|
|
18043
|
+
"mutable": false,
|
|
18044
|
+
"attr": "tooltip-placement",
|
|
18045
|
+
"reflectToAttr": false,
|
|
18046
|
+
"docs": "The position of the tooltip in relation to the toggle buttons.",
|
|
18047
|
+
"docsTags": [],
|
|
18048
|
+
"default": "\"bottom\"",
|
|
18049
|
+
"values": [
|
|
18050
|
+
{
|
|
18051
|
+
"value": "bottom",
|
|
18052
|
+
"type": "string"
|
|
18053
|
+
},
|
|
18054
|
+
{
|
|
18055
|
+
"value": "left",
|
|
18056
|
+
"type": "string"
|
|
18057
|
+
},
|
|
18058
|
+
{
|
|
18059
|
+
"value": "right",
|
|
18060
|
+
"type": "string"
|
|
18061
|
+
},
|
|
18062
|
+
{
|
|
18063
|
+
"value": "top",
|
|
18064
|
+
"type": "string"
|
|
18065
|
+
}
|
|
18066
|
+
],
|
|
18067
|
+
"optional": false,
|
|
18068
|
+
"required": false
|
|
18069
|
+
},
|
|
18005
18070
|
{
|
|
18006
18071
|
"name": "variant",
|
|
18007
18072
|
"type": "\"default\" | \"icon\"",
|
|
@@ -19068,7 +19133,6 @@
|
|
|
19068
19133
|
"ic-side-navigation",
|
|
19069
19134
|
"ic-status-tag",
|
|
19070
19135
|
"ic-step",
|
|
19071
|
-
"ic-switch",
|
|
19072
19136
|
"ic-tab",
|
|
19073
19137
|
"ic-text-field",
|
|
19074
19138
|
"ic-toast",
|
|
@@ -19176,9 +19240,6 @@
|
|
|
19176
19240
|
"ic-step": [
|
|
19177
19241
|
"ic-typography"
|
|
19178
19242
|
],
|
|
19179
|
-
"ic-switch": [
|
|
19180
|
-
"ic-typography"
|
|
19181
|
-
],
|
|
19182
19243
|
"ic-tab": [
|
|
19183
19244
|
"ic-typography"
|
|
19184
19245
|
],
|
|
@@ -19233,10 +19294,10 @@
|
|
|
19233
19294
|
"docstring": "",
|
|
19234
19295
|
"path": "src/components/ic-footer/ic-footer.types.tsx"
|
|
19235
19296
|
},
|
|
19236
|
-
"src/
|
|
19297
|
+
"src/utils/types.ts::IcButtonTooltipPlacement": {
|
|
19237
19298
|
"declaration": "export type IcButtonTooltipPlacement = \"top\" | \"right\" | \"bottom\" | \"left\";",
|
|
19238
19299
|
"docstring": "",
|
|
19239
|
-
"path": "src/
|
|
19300
|
+
"path": "src/utils/types.ts"
|
|
19240
19301
|
},
|
|
19241
19302
|
"src/components/ic-button/ic-button.types.ts::IcButtonTypes": {
|
|
19242
19303
|
"declaration": "export type IcButtonTypes = \"reset\" | \"submit\" | \"button\";",
|
|
@@ -19244,7 +19305,7 @@
|
|
|
19244
19305
|
"path": "src/components/ic-button/ic-button.types.ts"
|
|
19245
19306
|
},
|
|
19246
19307
|
"src/components/ic-button/ic-button.types.ts::IcButtonVariants": {
|
|
19247
|
-
"declaration": "export type IcButtonVariants =\
|
|
19308
|
+
"declaration": "export type IcButtonVariants =\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive\"\n | \"icon\"\n | \"icon-primary\"\n | \"icon-secondary\"\n | \"icon-tertiary\"\n | \"icon-destructive\";",
|
|
19248
19309
|
"docstring": "",
|
|
19249
19310
|
"path": "src/components/ic-button/ic-button.types.ts"
|
|
19250
19311
|
},
|
|
@@ -19333,6 +19394,36 @@
|
|
|
19333
19394
|
"docstring": "",
|
|
19334
19395
|
"path": "src/utils/types.ts"
|
|
19335
19396
|
},
|
|
19397
|
+
"src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarSearchModes": {
|
|
19398
|
+
"declaration": "export type IcSearchBarSearchModes = \"navigation\" | \"query\";",
|
|
19399
|
+
"docstring": "",
|
|
19400
|
+
"path": "src/components/ic-search-bar/ic-search-bar.types.ts"
|
|
19401
|
+
},
|
|
19402
|
+
"src/utils/types.ts::IcMenuOption": {
|
|
19403
|
+
"declaration": "export interface IcMenuOption {\r\n description?: string;\r\n disabled?: boolean;\r\n recommended?: boolean;\r\n children?: IcMenuOption[];\r\n loading?: boolean;\r\n timedOut?: boolean;\r\n [key: string]: any;\r\n element?: {\r\n component: any;\r\n ariaLabel: string;\r\n };\r\n icon?: any;\r\n}",
|
|
19404
|
+
"docstring": "",
|
|
19405
|
+
"path": "src/utils/types.ts"
|
|
19406
|
+
},
|
|
19407
|
+
"src/components/ic-menu/ic-menu.types.ts::IcOptionSelectEventDetail": {
|
|
19408
|
+
"declaration": "export interface IcOptionSelectEventDetail {\n value: string;\n label?: string;\n optionId?: string;\n}",
|
|
19409
|
+
"docstring": "",
|
|
19410
|
+
"path": "src/components/ic-menu/ic-menu.types.ts"
|
|
19411
|
+
},
|
|
19412
|
+
"src/components/ic-menu/ic-menu.types.ts::IcMenuChangeEventDetail": {
|
|
19413
|
+
"declaration": "export interface IcMenuChangeEventDetail {\n open: boolean;\n focusInput?: boolean;\n}",
|
|
19414
|
+
"docstring": "",
|
|
19415
|
+
"path": "src/components/ic-menu/ic-menu.types.ts"
|
|
19416
|
+
},
|
|
19417
|
+
"src/utils/types.ts::IcBlurEventDetail": {
|
|
19418
|
+
"declaration": "export interface IcBlurEventDetail {\r\n relatedTarget: IcRelatedTarget;\r\n}",
|
|
19419
|
+
"docstring": "",
|
|
19420
|
+
"path": "src/utils/types.ts"
|
|
19421
|
+
},
|
|
19422
|
+
"src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarBlurEventDetail": {
|
|
19423
|
+
"declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
|
|
19424
|
+
"docstring": "",
|
|
19425
|
+
"path": "src/components/ic-search-bar/ic-search-bar.types.ts"
|
|
19426
|
+
},
|
|
19336
19427
|
"src/components/ic-divider/ic-divider.types.tsx::IcDividerStyles": {
|
|
19337
19428
|
"declaration": "export type IcDividerStyles = \"solid\" | \"dashed\";",
|
|
19338
19429
|
"docstring": "",
|
|
@@ -19393,31 +19484,11 @@
|
|
|
19393
19484
|
"docstring": "",
|
|
19394
19485
|
"path": "src/utils/types.ts"
|
|
19395
19486
|
},
|
|
19396
|
-
"src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarSearchModes": {
|
|
19397
|
-
"declaration": "export type IcSearchBarSearchModes = \"navigation\" | \"query\";",
|
|
19398
|
-
"docstring": "",
|
|
19399
|
-
"path": "src/components/ic-search-bar/ic-search-bar.types.ts"
|
|
19400
|
-
},
|
|
19401
|
-
"src/utils/types.ts::IcMenuOption": {
|
|
19402
|
-
"declaration": "export interface IcMenuOption {\r\n description?: string;\r\n disabled?: boolean;\r\n recommended?: boolean;\r\n children?: IcMenuOption[];\r\n loading?: boolean;\r\n timedOut?: boolean;\r\n [key: string]: any;\r\n element?: {\r\n component: any;\r\n ariaLabel: string;\r\n };\r\n icon?: any;\r\n}",
|
|
19403
|
-
"docstring": "",
|
|
19404
|
-
"path": "src/utils/types.ts"
|
|
19405
|
-
},
|
|
19406
19487
|
"src/components/ic-menu/ic-menu.types.ts::IcMenuOptionIdEventDetail": {
|
|
19407
19488
|
"declaration": "export interface IcMenuOptionIdEventDetail {\n optionId: string | undefined;\n}",
|
|
19408
19489
|
"docstring": "",
|
|
19409
19490
|
"path": "src/components/ic-menu/ic-menu.types.ts"
|
|
19410
19491
|
},
|
|
19411
|
-
"src/components/ic-menu/ic-menu.types.ts::IcOptionSelectEventDetail": {
|
|
19412
|
-
"declaration": "export interface IcOptionSelectEventDetail {\n value: string;\n label?: string;\n optionId?: string;\n}",
|
|
19413
|
-
"docstring": "",
|
|
19414
|
-
"path": "src/components/ic-menu/ic-menu.types.ts"
|
|
19415
|
-
},
|
|
19416
|
-
"src/components/ic-menu/ic-menu.types.ts::IcMenuChangeEventDetail": {
|
|
19417
|
-
"declaration": "export interface IcMenuChangeEventDetail {\n open: boolean;\n focusInput?: boolean;\n}",
|
|
19418
|
-
"docstring": "",
|
|
19419
|
-
"path": "src/components/ic-menu/ic-menu.types.ts"
|
|
19420
|
-
},
|
|
19421
19492
|
"src/components/ic-menu-item/ic-menu-item.types.ts::IcMenuItemVariants": {
|
|
19422
19493
|
"declaration": "export type IcMenuItemVariants = \"toggle\" | \"destructive\" | \"default\";",
|
|
19423
19494
|
"docstring": "",
|
|
@@ -19453,16 +19524,6 @@
|
|
|
19453
19524
|
"docstring": "",
|
|
19454
19525
|
"path": "src/components/ic-radio-group/ic-radio-group.types.ts"
|
|
19455
19526
|
},
|
|
19456
|
-
"src/utils/types.ts::IcBlurEventDetail": {
|
|
19457
|
-
"declaration": "export interface IcBlurEventDetail {\r\n relatedTarget: IcRelatedTarget;\r\n}",
|
|
19458
|
-
"docstring": "",
|
|
19459
|
-
"path": "src/utils/types.ts"
|
|
19460
|
-
},
|
|
19461
|
-
"src/components/ic-search-bar/ic-search-bar.types.ts::IcSearchBarBlurEventDetail": {
|
|
19462
|
-
"declaration": "export interface IcSearchBarBlurEventDetail extends IcValueEventDetail {\n relatedTarget: IcRelatedTarget;\n}",
|
|
19463
|
-
"docstring": "",
|
|
19464
|
-
"path": "src/components/ic-search-bar/ic-search-bar.types.ts"
|
|
19465
|
-
},
|
|
19466
19527
|
"src/utils/types.ts::IcSearchMatchPositions": {
|
|
19467
19528
|
"declaration": "export type IcSearchMatchPositions = \"start\" | \"anywhere\";",
|
|
19468
19529
|
"docstring": "",
|
|
@@ -19513,6 +19574,11 @@
|
|
|
19513
19574
|
"docstring": "",
|
|
19514
19575
|
"path": "src/utils/types.ts"
|
|
19515
19576
|
},
|
|
19577
|
+
"src/utils/types.ts::IcIconPlacementOptions": {
|
|
19578
|
+
"declaration": "export type IcIconPlacementOptions = \"left\" | \"right\" | \"top\";",
|
|
19579
|
+
"docstring": "",
|
|
19580
|
+
"path": "src/utils/types.ts"
|
|
19581
|
+
},
|
|
19516
19582
|
"src/utils/types.ts::IcSelectMethodTypes": {
|
|
19517
19583
|
"declaration": "export type IcSelectMethodTypes = \"auto\" | \"manual\";",
|
|
19518
19584
|
"docstring": "",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/docs",
|
|
4
|
-
"version": "3.0.0-alpha.
|
|
4
|
+
"version": "3.0.0-alpha.9",
|
|
5
5
|
"description": "API documentation for @ukic components",
|
|
6
6
|
"main": "docs.json",
|
|
7
7
|
"types": "docs.d.ts",
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
"email": "icds@gchq.gov.uk"
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT",
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "c4ead3a55cd2fcb22af6e0e92a46f99c89cb194f"
|
|
22
22
|
}
|