@iress-oss/ids-mcp-server 5.20.1 → 5.20.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/generated/docs/components_components-alert-docs.md +22 -21
- package/generated/docs/components_components-autocomplete-docs.md +48 -104
- package/generated/docs/components_components-autocomplete-recipes-docs.md +9 -2
- package/generated/docs/components_components-badge-docs.md +4 -4
- package/generated/docs/components_components-button-docs.md +24 -24
- package/generated/docs/components_components-buttongroup-docs.md +20 -20
- package/generated/docs/components_components-card-docs.md +70 -56
- package/generated/docs/components_components-card-recipes-docs.md +4 -4
- package/generated/docs/components_components-checkbox-docs.md +7 -21
- package/generated/docs/components_components-checkboxgroup-docs.md +32 -32
- package/generated/docs/components_components-checkboxgroup-recipes-docs.md +2 -2
- package/generated/docs/components_components-col-docs.md +10 -10
- package/generated/docs/components_components-combobox-docs.md +58 -90
- package/generated/docs/components_components-container-docs.md +4 -4
- package/generated/docs/components_components-divider-docs.md +3 -3
- package/generated/docs/components_components-expander-docs.md +6 -4
- package/generated/docs/components_components-field-docs.md +18 -18
- package/generated/docs/components_components-filter-docs.md +54 -54
- package/generated/docs/components_components-form-docs.md +95 -60
- package/generated/docs/components_components-form-recipes-docs.md +114 -13
- package/generated/docs/components_components-hide-docs.md +4 -4
- package/generated/docs/components_components-icon-docs.md +13 -13
- package/generated/docs/components_components-inline-docs.md +14 -14
- package/generated/docs/components_components-input-docs.md +10 -10
- package/generated/docs/components_components-input-recipes-docs.md +3 -3
- package/generated/docs/components_components-inputcurrency-docs.md +6 -6
- package/generated/docs/components_components-inputcurrency-recipes-docs.md +5 -2
- package/generated/docs/components_components-label-docs.md +6 -6
- package/generated/docs/components_components-menu-docs.md +40 -40
- package/generated/docs/components_components-menu-menuitem-docs.md +12 -12
- package/generated/docs/components_components-modal-docs.md +29 -13
- package/generated/docs/components_components-navbar-docs.md +42 -42
- package/generated/docs/components_components-navbar-recipes-docs.md +41 -18
- package/generated/docs/components_components-panel-docs.md +19 -19
- package/generated/docs/components_components-placeholder-docs.md +1 -1
- package/generated/docs/components_components-popover-docs.md +32 -30
- package/generated/docs/components_components-popover-recipes-docs.md +15 -8
- package/generated/docs/components_components-progress-docs.md +1 -1
- package/generated/docs/components_components-provider-docs.md +2 -2
- package/generated/docs/components_components-radio-docs.md +5 -5
- package/generated/docs/components_components-radiogroup-docs.md +29 -45
- package/generated/docs/components_components-readonly-docs.md +5 -5
- package/generated/docs/components_components-richselect-docs.md +88 -64
- package/generated/docs/components_components-row-docs.md +12 -12
- package/generated/docs/components_components-select-docs.md +8 -8
- package/generated/docs/components_components-skeleton-docs.md +9 -9
- package/generated/docs/components_components-skeleton-recipes-docs.md +2 -2
- package/generated/docs/components_components-skiplink-docs.md +3 -3
- package/generated/docs/components_components-slideout-docs.md +43 -12
- package/generated/docs/components_components-slider-docs.md +12 -12
- package/generated/docs/components_components-spinner-docs.md +3 -3
- package/generated/docs/components_components-stack-docs.md +14 -14
- package/generated/docs/components_components-table-docs.md +51 -44
- package/generated/docs/components_components-tabset-docs.md +10 -10
- package/generated/docs/components_components-tabset-tab-docs.md +4 -4
- package/generated/docs/components_components-tag-docs.md +8 -10
- package/generated/docs/components_components-text-docs.md +7 -7
- package/generated/docs/components_components-toaster-docs.md +12 -12
- package/generated/docs/components_components-toaster-toast-docs.md +30 -30
- package/generated/docs/components_components-toggle-docs.md +5 -5
- package/generated/docs/components_components-tooltip-docs.md +4 -4
- package/generated/docs/components_components-validationmessage-docs.md +6 -6
- package/generated/docs/components_foundations-colour-030-colours.md +32 -32
- package/generated/docs/components_foundations-typography-docs.md +7 -7
- package/generated/docs/components_introduction-docs.md +1 -1
- package/generated/docs/components_patterns-loading-docs.md +106 -29
- package/generated/docs/components_sandbox-docs.md +4 -0
- package/generated/docs/guidelines.md +39 -39
- package/package.json +20 -20
|
@@ -16,7 +16,7 @@ This component is in beta and will replace IressCombobox and IressMultiCombobox
|
|
|
16
16
|
|
|
17
17
|
[](./iframe.html?id=components-richselect--single-select)
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Hide codedrawOpen in CodeSandbox
|
|
20
20
|
|
|
21
21
|
<IressRichSelect
|
|
22
22
|
container\={document.body}
|
|
@@ -168,7 +168,7 @@ union
|
|
|
168
168
|
|
|
169
169
|
| \- |
|
|
170
170
|
|
|
171
|
-
|
|
171
|
+
Edit JSON
|
|
172
172
|
|
|
173
173
|
* options :
|
|
174
174
|
|
|
@@ -315,7 +315,7 @@ The `options` prop is required for `IressRichSelect`. You can provide an array o
|
|
|
315
315
|
|
|
316
316
|
[](./iframe.html?id=components-richselect--single-select)
|
|
317
317
|
|
|
318
|
-
|
|
318
|
+
Hide codedrawOpen in CodeSandbox
|
|
319
319
|
|
|
320
320
|
<IressRichSelect
|
|
321
321
|
container\={document.body}
|
|
@@ -464,7 +464,7 @@ union
|
|
|
464
464
|
|
|
465
465
|
| \- |
|
|
466
466
|
|
|
467
|
-
|
|
467
|
+
Edit JSON
|
|
468
468
|
|
|
469
469
|
* options :
|
|
470
470
|
|
|
@@ -588,7 +588,7 @@ Adding the `multiSelect` prop will allow the user to select multiple options.
|
|
|
588
588
|
|
|
589
589
|
Selected: None
|
|
590
590
|
|
|
591
|
-
|
|
591
|
+
Hide codedrawOpen in CodeSandbox
|
|
592
592
|
|
|
593
593
|
<IressRichSelect
|
|
594
594
|
container\={document.body}
|
|
@@ -738,7 +738,7 @@ union
|
|
|
738
738
|
|
|
739
739
|
| \- |
|
|
740
740
|
|
|
741
|
-
|
|
741
|
+
Edit JSON
|
|
742
742
|
|
|
743
743
|
* options :
|
|
744
744
|
|
|
@@ -870,8 +870,9 @@ Multi-select
|
|
|
870
870
|
|
|
871
871
|
Selected: None
|
|
872
872
|
|
|
873
|
-
|
|
873
|
+
Hide codedrawOpen in CodeSandbox
|
|
874
874
|
|
|
875
|
+
import { IressCol, IressField, IressRow, IressRichSelect } from '@/main';
|
|
875
876
|
interface StarWarsCharacter {
|
|
876
877
|
name: string;
|
|
877
878
|
gender: string;
|
|
@@ -1115,8 +1116,9 @@ Search requires 3+ characters
|
|
|
1115
1116
|
|
|
1116
1117
|
Type at least 3 characters...
|
|
1117
1118
|
|
|
1118
|
-
|
|
1119
|
+
Hide codedrawOpen in CodeSandbox
|
|
1119
1120
|
|
|
1121
|
+
import { IressCol, IressField, IressRow, IressRichSelect } from '@/main';
|
|
1120
1122
|
interface StarWarsCharacter {
|
|
1121
1123
|
name: string;
|
|
1122
1124
|
gender: string;
|
|
@@ -1360,8 +1362,9 @@ If you are using asynchronous options, you can provide an initial set of options
|
|
|
1360
1362
|
|
|
1361
1363
|
Selected: None
|
|
1362
1364
|
|
|
1363
|
-
|
|
1365
|
+
Hide codedrawOpen in CodeSandbox
|
|
1364
1366
|
|
|
1367
|
+
import { IressRichSelect } from '@/main';
|
|
1365
1368
|
export const SelectInitialOptions \= () \=> (
|
|
1366
1369
|
<IressRichSelect
|
|
1367
1370
|
container\={document.body}
|
|
@@ -1591,8 +1594,16 @@ Type anything to start search
|
|
|
1591
1594
|
|
|
1592
1595
|
Selected: None
|
|
1593
1596
|
|
|
1594
|
-
|
|
1597
|
+
Hide codedrawOpen in CodeSandbox
|
|
1595
1598
|
|
|
1599
|
+
import {
|
|
1600
|
+
IressField,
|
|
1601
|
+
IressRichSelect,
|
|
1602
|
+
IressToggle,
|
|
1603
|
+
IressText,
|
|
1604
|
+
IressStack,
|
|
1605
|
+
} from '@/main';
|
|
1606
|
+
import { useState } from 'react';
|
|
1596
1607
|
interface LongTextItem {
|
|
1597
1608
|
id: string;
|
|
1598
1609
|
title: string;
|
|
@@ -1969,7 +1980,7 @@ Widths can also be set as a percentage, allowing the select to take up a proport
|
|
|
1969
1980
|
|
|
1970
1981
|
100perc
|
|
1971
1982
|
|
|
1972
|
-
|
|
1983
|
+
Hide codedrawOpen in CodeSandbox
|
|
1973
1984
|
|
|
1974
1985
|
<IressStack gutter\="md"\>
|
|
1975
1986
|
<div\>
|
|
@@ -2613,7 +2624,7 @@ union
|
|
|
2613
2624
|
|
|
2614
2625
|
| \- |
|
|
2615
2626
|
|
|
2616
|
-
|
|
2627
|
+
Edit JSON
|
|
2617
2628
|
|
|
2618
2629
|
* options :
|
|
2619
2630
|
|
|
@@ -2737,8 +2748,13 @@ As per the example here, you can use this prop to render `IressSelectLabel` as a
|
|
|
2737
2748
|
|
|
2738
2749
|
[](./iframe.html?id=components-richselect--custom-label)
|
|
2739
2750
|
|
|
2740
|
-
|
|
2751
|
+
Hide codedrawOpen in CodeSandbox
|
|
2741
2752
|
|
|
2753
|
+
import {
|
|
2754
|
+
IressRichSelect,
|
|
2755
|
+
type IressRichSelectProps,
|
|
2756
|
+
IressSelectLabel,
|
|
2757
|
+
} from '@/main';
|
|
2742
2758
|
const CustomLabel: IressRichSelectProps\['renderLabel'\] \= ({ value }) \=> (
|
|
2743
2759
|
<IressSelectLabel role\="combobox" selected\={value} />
|
|
2744
2760
|
);
|
|
@@ -2947,8 +2963,18 @@ It passes `SelectOptionRenderProps` as an argument, which contains the options a
|
|
|
2947
2963
|
|
|
2948
2964
|
Selected: None
|
|
2949
2965
|
|
|
2950
|
-
|
|
2951
|
-
|
|
2966
|
+
Hide codedrawOpen in CodeSandbox
|
|
2967
|
+
|
|
2968
|
+
import {
|
|
2969
|
+
type FormattedLabelValueMeta,
|
|
2970
|
+
IressMenuDivider,
|
|
2971
|
+
IressRichSelect,
|
|
2972
|
+
type IressRichSelectProps,
|
|
2973
|
+
IressSelectMenu,
|
|
2974
|
+
IressSelectSearch,
|
|
2975
|
+
IressSelectSearchInput,
|
|
2976
|
+
type LabelValueMeta,
|
|
2977
|
+
} from '@/main';
|
|
2952
2978
|
const CustomOptions: IressRichSelectProps\['renderOptions'\] \= ({
|
|
2953
2979
|
loading,
|
|
2954
2980
|
query,
|
|
@@ -3215,8 +3241,23 @@ Select an item
|
|
|
3215
3241
|
|
|
3216
3242
|
Selected: None
|
|
3217
3243
|
|
|
3218
|
-
|
|
3219
|
-
|
|
3244
|
+
Hide codedrawOpen in CodeSandbox
|
|
3245
|
+
|
|
3246
|
+
import {
|
|
3247
|
+
type FormattedLabelValueMeta,
|
|
3248
|
+
type InputRef,
|
|
3249
|
+
IressMenuDivider,
|
|
3250
|
+
IressRichSelect,
|
|
3251
|
+
type IressRichSelectProps,
|
|
3252
|
+
IressSelectBody,
|
|
3253
|
+
IressSelectCreate,
|
|
3254
|
+
IressSelectHeading,
|
|
3255
|
+
IressSelectMenu,
|
|
3256
|
+
IressSelectSearch,
|
|
3257
|
+
IressSelectSearchInput,
|
|
3258
|
+
} from '@/main';
|
|
3259
|
+
import { toArray } from '@helpers/formatting/toArray';
|
|
3260
|
+
import { useId, useRef } from 'react';
|
|
3220
3261
|
const FREQUENTLY\_SELECTED \= \[
|
|
3221
3262
|
{ label: 'Frequently selected 1', value: 'freq-1' },
|
|
3222
3263
|
{ label: 'Frequently selected 2', value: 'freq-2' },
|
|
@@ -3534,7 +3575,7 @@ Use the `header` `footer` prop to add a header/footer to the select panel. They
|
|
|
3534
3575
|
|
|
3535
3576
|
[](./iframe.html?id=components-richselect--header-footer)
|
|
3536
3577
|
|
|
3537
|
-
|
|
3578
|
+
Hide codedrawOpen in CodeSandbox
|
|
3538
3579
|
|
|
3539
3580
|
<IressRichSelect
|
|
3540
3581
|
container\={document.body}
|
|
@@ -3622,7 +3663,7 @@ ReactNode
|
|
|
3622
3663
|
|
|
3623
3664
|
| \- |
|
|
3624
3665
|
|
|
3625
|
-
|
|
3666
|
+
Edit JSON
|
|
3626
3667
|
|
|
3627
3668
|
footer :
|
|
3628
3669
|
|
|
@@ -3660,7 +3701,7 @@ ReactNode
|
|
|
3660
3701
|
|
|
3661
3702
|
| \- |
|
|
3662
3703
|
|
|
3663
|
-
|
|
3704
|
+
Edit JSON
|
|
3664
3705
|
|
|
3665
3706
|
header :
|
|
3666
3707
|
|
|
@@ -3743,7 +3784,7 @@ union
|
|
|
3743
3784
|
|
|
3744
3785
|
| \- |
|
|
3745
3786
|
|
|
3746
|
-
|
|
3787
|
+
Edit JSON
|
|
3747
3788
|
|
|
3748
3789
|
* options :
|
|
3749
3790
|
|
|
@@ -3867,8 +3908,9 @@ You can also make the footer reactive to the search results by using the `render
|
|
|
3867
3908
|
|
|
3868
3909
|
Has a custom footer that uses render props
|
|
3869
3910
|
|
|
3870
|
-
|
|
3911
|
+
Hide codedrawOpen in CodeSandbox
|
|
3871
3912
|
|
|
3913
|
+
import { IressField, IressPanel, IressRichSelect } from '@/main';
|
|
3872
3914
|
interface StarWarsCharacter {
|
|
3873
3915
|
name: string;
|
|
3874
3916
|
gender: string;
|
|
@@ -4100,7 +4142,7 @@ If you need more control over the read-only state (for example, rendering a styl
|
|
|
4100
4142
|
|
|
4101
4143
|
Option 1, Option 2, Option 3, Option 4, Option 5
|
|
4102
4144
|
|
|
4103
|
-
|
|
4145
|
+
Hide codedrawOpen in CodeSandbox
|
|
4104
4146
|
|
|
4105
4147
|
<IressRichSelect
|
|
4106
4148
|
container\={document.body}
|
|
@@ -4293,7 +4335,7 @@ union
|
|
|
4293
4335
|
|
|
4294
4336
|
| \- |
|
|
4295
4337
|
|
|
4296
|
-
|
|
4338
|
+
Edit JSON
|
|
4297
4339
|
|
|
4298
4340
|
* options :
|
|
4299
4341
|
|
|
@@ -4395,7 +4437,7 @@ union
|
|
|
4395
4437
|
|
|
4396
4438
|
| \- |
|
|
4397
4439
|
|
|
4398
|
-
|
|
4440
|
+
Edit JSON
|
|
4399
4441
|
|
|
4400
4442
|
* value :
|
|
4401
4443
|
|
|
@@ -4529,7 +4571,7 @@ Active
|
|
|
4529
4571
|
|
|
4530
4572
|
This will always be fixed to the bottom
|
|
4531
4573
|
|
|
4532
|
-
|
|
4574
|
+
Hide codedrawOpen in CodeSandbox
|
|
4533
4575
|
|
|
4534
4576
|
<IressSelectBody
|
|
4535
4577
|
footer\={<IressPanel\>This will always be fixed to the bottom</IressPanel\>}
|
|
@@ -4701,7 +4743,7 @@ Add custom option
|
|
|
4701
4743
|
|
|
4702
4744
|
WX
|
|
4703
4745
|
|
|
4704
|
-
|
|
4746
|
+
Hide codedrawOpen in CodeSandbox
|
|
4705
4747
|
|
|
4706
4748
|
<IressSelectCreate
|
|
4707
4749
|
heading\="Add custom option"
|
|
@@ -4764,7 +4806,7 @@ Selected (2)
|
|
|
4764
4806
|
|
|
4765
4807
|
Clear all
|
|
4766
4808
|
|
|
4767
|
-
|
|
4809
|
+
Hide codedrawOpen in CodeSandbox
|
|
4768
4810
|
|
|
4769
4811
|
<IressSelectHeading clearAll\>
|
|
4770
4812
|
<h2\>
|
|
@@ -4786,7 +4828,7 @@ ReactNode
|
|
|
4786
4828
|
|
|
4787
4829
|
| \- |
|
|
4788
4830
|
|
|
4789
|
-
|
|
4831
|
+
Edit JSON
|
|
4790
4832
|
|
|
4791
4833
|
children :
|
|
4792
4834
|
|
|
@@ -4852,7 +4894,7 @@ It is used to render the activator of the `IressRichSelect` in single select mod
|
|
|
4852
4894
|
|
|
4853
4895
|
[](./iframe.html?id=components-richselect-subcomponents-label--none-selected)
|
|
4854
4896
|
|
|
4855
|
-
|
|
4897
|
+
Hide codedrawOpen in CodeSandbox
|
|
4856
4898
|
|
|
4857
4899
|
<IressSelectLabel placeholder\="" />
|
|
4858
4900
|
|
|
@@ -4873,8 +4915,6 @@ ReactNode
|
|
|
4873
4915
|
|
|
4874
4916
|
<IressIcon />
|
|
4875
4917
|
|
|
4876
|
-
|
|
4877
|
-
|
|
4878
4918
|
| Set object |
|
|
4879
4919
|
| placeholder |
|
|
4880
4920
|
|
|
@@ -4921,7 +4961,7 @@ string
|
|
|
4921
4961
|
|
|
4922
4962
|
Option 1
|
|
4923
4963
|
|
|
4924
|
-
|
|
4964
|
+
Hide codedrawOpen in CodeSandbox
|
|
4925
4965
|
|
|
4926
4966
|
<IressSelectLabel
|
|
4927
4967
|
placeholder\=""
|
|
@@ -4952,8 +4992,6 @@ ReactNode
|
|
|
4952
4992
|
|
|
4953
4993
|
<IressIcon />
|
|
4954
4994
|
|
|
4955
|
-
|
|
4956
|
-
|
|
4957
4995
|
| Set object |
|
|
4958
4996
|
| placeholder |
|
|
4959
4997
|
|
|
@@ -4987,7 +5025,7 @@ union
|
|
|
4987
5025
|
|
|
4988
5026
|
| \- |
|
|
4989
5027
|
|
|
4990
|
-
|
|
5028
|
+
Edit JSON
|
|
4991
5029
|
|
|
4992
5030
|
selected :
|
|
4993
5031
|
|
|
@@ -5023,7 +5061,7 @@ string
|
|
|
5023
5061
|
|
|
5024
5062
|
5 selected
|
|
5025
5063
|
|
|
5026
|
-
|
|
5064
|
+
Hide codedrawOpen in CodeSandbox
|
|
5027
5065
|
|
|
5028
5066
|
<IressSelectLabel
|
|
5029
5067
|
placeholder\=""
|
|
@@ -5088,8 +5126,6 @@ ReactNode
|
|
|
5088
5126
|
|
|
5089
5127
|
<IressIcon />
|
|
5090
5128
|
|
|
5091
|
-
|
|
5092
|
-
|
|
5093
5129
|
| Set object |
|
|
5094
5130
|
| placeholder |
|
|
5095
5131
|
|
|
@@ -5123,7 +5159,7 @@ union
|
|
|
5123
5159
|
|
|
5124
5160
|
| \- |
|
|
5125
5161
|
|
|
5126
|
-
|
|
5162
|
+
Edit JSON
|
|
5127
5163
|
|
|
5128
5164
|
* selected :
|
|
5129
5165
|
|
|
@@ -5181,8 +5217,6 @@ ReactNode
|
|
|
5181
5217
|
|
|
5182
5218
|
<IressIcon />
|
|
5183
5219
|
|
|
5184
|
-
|
|
5185
|
-
|
|
5186
5220
|
| Set object |
|
|
5187
5221
|
| placeholder |
|
|
5188
5222
|
|
|
@@ -5238,7 +5272,7 @@ Search results
|
|
|
5238
5272
|
|
|
5239
5273
|
Option 1Option 2Option 3Option 4Option 5
|
|
5240
5274
|
|
|
5241
|
-
|
|
5275
|
+
Hide codedrawOpen in CodeSandbox
|
|
5242
5276
|
|
|
5243
5277
|
<IressSelectMenu
|
|
5244
5278
|
fluid
|
|
@@ -5303,7 +5337,7 @@ FormattedLabelValueMeta\[\]
|
|
|
5303
5337
|
|
|
5304
5338
|
| \[\] |
|
|
5305
5339
|
|
|
5306
|
-
|
|
5340
|
+
Edit JSON
|
|
5307
5341
|
|
|
5308
5342
|
* items :
|
|
5309
5343
|
|
|
@@ -5401,7 +5435,7 @@ Search results
|
|
|
5401
5435
|
|
|
5402
5436
|
No results found
|
|
5403
5437
|
|
|
5404
|
-
|
|
5438
|
+
Hide codedrawOpen in CodeSandbox
|
|
5405
5439
|
|
|
5406
5440
|
<IressSelectMenu
|
|
5407
5441
|
fluid
|
|
@@ -5445,7 +5479,7 @@ FormattedLabelValueMeta\[\]
|
|
|
5445
5479
|
|
|
5446
5480
|
| \[\] |
|
|
5447
5481
|
|
|
5448
|
-
|
|
5482
|
+
Edit JSON
|
|
5449
5483
|
|
|
5450
5484
|
* items :
|
|
5451
5485
|
|
|
@@ -5548,7 +5582,7 @@ FormattedLabelValueMeta\[\]
|
|
|
5548
5582
|
|
|
5549
5583
|
| \[\] |
|
|
5550
5584
|
|
|
5551
|
-
|
|
5585
|
+
Edit JSON
|
|
5552
5586
|
|
|
5553
5587
|
* items :
|
|
5554
5588
|
|
|
@@ -5719,7 +5753,7 @@ Active
|
|
|
5719
5753
|
|
|
5720
5754
|
This will always be fixed to the bottom
|
|
5721
5755
|
|
|
5722
|
-
|
|
5756
|
+
Hide codedrawOpen in CodeSandbox
|
|
5723
5757
|
|
|
5724
5758
|
<IressSelectSearch
|
|
5725
5759
|
activator\={<IressSelectSearchInput placeholder\="Search and select" />}
|
|
@@ -5878,7 +5912,7 @@ It is used to filter the available options of the `IressRichSelect` when an asyn
|
|
|
5878
5912
|
|
|
5879
5913
|
[](./iframe.html?id=components-richselect-subcomponents-searchinput--search-input)
|
|
5880
5914
|
|
|
5881
|
-
|
|
5915
|
+
Hide codedrawOpen in CodeSandbox
|
|
5882
5916
|
|
|
5883
5917
|
<IressSelectSearchInput />
|
|
5884
5918
|
|
|
@@ -5919,8 +5953,6 @@ ReactReactNode
|
|
|
5919
5953
|
|
|
5920
5954
|
<IressIcon />
|
|
5921
5955
|
|
|
5922
|
-
|
|
5923
|
-
|
|
5924
5956
|
| Set object |
|
|
5925
5957
|
| watermark |
|
|
5926
5958
|
|
|
@@ -5947,7 +5979,7 @@ It is used to render the activator of the `IressRichSelect` if `multiSelect` has
|
|
|
5947
5979
|
|
|
5948
5980
|
Select an item
|
|
5949
5981
|
|
|
5950
|
-
|
|
5982
|
+
Hide codedrawOpen in CodeSandbox
|
|
5951
5983
|
|
|
5952
5984
|
<IressSelectTags placeholder\="Select an item" />
|
|
5953
5985
|
|
|
@@ -5968,8 +6000,6 @@ ReactNode
|
|
|
5968
6000
|
|
|
5969
6001
|
<IressButton />
|
|
5970
6002
|
|
|
5971
|
-
|
|
5972
|
-
|
|
5973
6003
|
| Set object |
|
|
5974
6004
|
| limit |
|
|
5975
6005
|
|
|
@@ -6050,7 +6080,7 @@ string
|
|
|
6050
6080
|
|
|
6051
6081
|
Option 1
|
|
6052
6082
|
|
|
6053
|
-
|
|
6083
|
+
Hide codedrawOpen in CodeSandbox
|
|
6054
6084
|
|
|
6055
6085
|
<IressSelectTags
|
|
6056
6086
|
placeholder\="Select an item"
|
|
@@ -6081,8 +6111,6 @@ ReactNode
|
|
|
6081
6111
|
|
|
6082
6112
|
<IressButton />
|
|
6083
6113
|
|
|
6084
|
-
|
|
6085
|
-
|
|
6086
6114
|
| Set object |
|
|
6087
6115
|
| limit |
|
|
6088
6116
|
|
|
@@ -6150,7 +6178,7 @@ union
|
|
|
6150
6178
|
|
|
6151
6179
|
| \- |
|
|
6152
6180
|
|
|
6153
|
-
|
|
6181
|
+
Edit JSON
|
|
6154
6182
|
|
|
6155
6183
|
selected :
|
|
6156
6184
|
|
|
@@ -6197,8 +6225,6 @@ ReactNode
|
|
|
6197
6225
|
|
|
6198
6226
|
<IressButton />
|
|
6199
6227
|
|
|
6200
|
-
|
|
6201
|
-
|
|
6202
6228
|
| Set object |
|
|
6203
6229
|
| limit |
|
|
6204
6230
|
|
|
@@ -6285,7 +6311,7 @@ By default, the maximum number of tags that can be displayed is 5. If more than
|
|
|
6285
6311
|
|
|
6286
6312
|
Expand allDelete all
|
|
6287
6313
|
|
|
6288
|
-
|
|
6314
|
+
Hide codedrawOpen in CodeSandbox
|
|
6289
6315
|
|
|
6290
6316
|
<IressSelectTags
|
|
6291
6317
|
limit\={3}
|
|
@@ -6351,8 +6377,6 @@ ReactNode
|
|
|
6351
6377
|
|
|
6352
6378
|
<IressButton />
|
|
6353
6379
|
|
|
6354
|
-
|
|
6355
|
-
|
|
6356
6380
|
| Set object |
|
|
6357
6381
|
| limit |
|
|
6358
6382
|
|
|
@@ -6420,7 +6444,7 @@ union
|
|
|
6420
6444
|
|
|
6421
6445
|
| \- |
|
|
6422
6446
|
|
|
6423
|
-
|
|
6447
|
+
Edit JSON
|
|
6424
6448
|
|
|
6425
6449
|
* selected :
|
|
6426
6450
|
|
|
@@ -15,7 +15,7 @@ Child 2
|
|
|
15
15
|
|
|
16
16
|
Child 3
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
Hide codedrawOpen in CodeSandbox
|
|
19
19
|
|
|
20
20
|
<IressRow
|
|
21
21
|
gutter\="lg"
|
|
@@ -66,7 +66,7 @@ ReactReactNode
|
|
|
66
66
|
|
|
67
67
|
|
|
68
68
|
|
|
69
|
-
| \- |
|
|
69
|
+
| \- | childrenChoose option...nonetwoBasicPlaceholdersthreeDifferentSizedPlaceholders |
|
|
70
70
|
| gutter |
|
|
71
71
|
|
|
72
72
|
The amount of space between columns. If a single value is provided, this will be applied to all viewport sizes. If multiple values are provided, the first will apply to the small viewport upwards, the second to the medium viewport upwards, the third (if set) to the large viewport upwards, and the fourth (if set) to the extra large viewport.
|
|
@@ -216,7 +216,7 @@ Slightly taller
|
|
|
216
216
|
|
|
217
217
|
4 of 4
|
|
218
218
|
|
|
219
|
-
|
|
219
|
+
Hide codedrawOpen in CodeSandbox
|
|
220
220
|
|
|
221
221
|
<IressContainer className\="iress-u-stack iress--gutter--md"\>
|
|
222
222
|
<IressRow\>
|
|
@@ -532,12 +532,12 @@ Slightly taller
|
|
|
532
532
|
|
|
533
533
|
4 of 4
|
|
534
534
|
|
|
535
|
-
|
|
535
|
+
Hide codedrawOpen in CodeSandbox
|
|
536
536
|
|
|
537
537
|
<IressContainer className\="iress-u-stack iress--gutter--md"\>
|
|
538
538
|
<IressPanel background\="alt"\>
|
|
539
539
|
Current breakpoint:{' '}
|
|
540
|
-
<
|
|
540
|
+
<Ln />
|
|
541
541
|
</IressPanel\>
|
|
542
542
|
<IressRow
|
|
543
543
|
gutter\={{
|
|
@@ -609,7 +609,7 @@ union
|
|
|
609
609
|
|
|
610
610
|
| \- |
|
|
611
611
|
|
|
612
|
-
|
|
612
|
+
Edit JSON
|
|
613
613
|
|
|
614
614
|
gutter :
|
|
615
615
|
|
|
@@ -739,7 +739,7 @@ Horizontal align: right
|
|
|
739
739
|
|
|
740
740
|
3 of 3
|
|
741
741
|
|
|
742
|
-
|
|
742
|
+
Hide codedrawOpen in CodeSandbox
|
|
743
743
|
|
|
744
744
|
<IressContainer className\="iress-u-stack iress--gutter--md"\>
|
|
745
745
|
<React.Fragment key\=".0"\>
|
|
@@ -1006,14 +1006,14 @@ Vertical align: stretch
|
|
|
1006
1006
|
|
|
1007
1007
|
3 of 3
|
|
1008
1008
|
|
|
1009
|
-
|
|
1009
|
+
Hide codedrawOpen in CodeSandbox
|
|
1010
1010
|
|
|
1011
1011
|
<IressContainer className\="iress-u-stack iress--gutter--lg"\>
|
|
1012
1012
|
<div\>
|
|
1013
1013
|
<IressText element\="h2"\>
|
|
1014
1014
|
Vertical align: top </IressText\>
|
|
1015
1015
|
<IressRow
|
|
1016
|
-
className\="ids-styles--set-height-
|
|
1016
|
+
className\="ids-styles--set-height-v5205"
|
|
1017
1017
|
verticalAlign\="top"
|
|
1018
1018
|
\>
|
|
1019
1019
|
<React.Fragment key\=".0"\>
|
|
@@ -1042,7 +1042,7 @@ Vertical align: stretch
|
|
|
1042
1042
|
<IressText element\="h2"\>
|
|
1043
1043
|
Vertical align: middle </IressText\>
|
|
1044
1044
|
<IressRow
|
|
1045
|
-
className\="ids-styles--set-height-
|
|
1045
|
+
className\="ids-styles--set-height-v5205"
|
|
1046
1046
|
verticalAlign\="middle"
|
|
1047
1047
|
\>
|
|
1048
1048
|
<React.Fragment key\=".0"\>
|
|
@@ -1071,7 +1071,7 @@ Vertical align: stretch
|
|
|
1071
1071
|
<IressText element\="h2"\>
|
|
1072
1072
|
Vertical align: bottom </IressText\>
|
|
1073
1073
|
<IressRow
|
|
1074
|
-
className\="ids-styles--set-height-
|
|
1074
|
+
className\="ids-styles--set-height-v5205"
|
|
1075
1075
|
verticalAlign\="bottom"
|
|
1076
1076
|
\>
|
|
1077
1077
|
<React.Fragment key\=".0"\>
|
|
@@ -1100,7 +1100,7 @@ Vertical align: stretch
|
|
|
1100
1100
|
<IressText element\="h2"\>
|
|
1101
1101
|
Vertical align: stretch </IressText\>
|
|
1102
1102
|
<IressRow
|
|
1103
|
-
className\="ids-styles--set-height-
|
|
1103
|
+
className\="ids-styles--set-height-v5205"
|
|
1104
1104
|
verticalAlign\="stretch"
|
|
1105
1105
|
\>
|
|
1106
1106
|
<React.Fragment key\=".0"\>
|
|
@@ -10,7 +10,7 @@ Selects allow users to interact with data and select from a predetermined list o
|
|
|
10
10
|
|
|
11
11
|
Option 1Option 2Option 3Option 4Option 5
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
Hide codedrawOpen in CodeSandbox
|
|
14
14
|
|
|
15
15
|
<IressSelect\>
|
|
16
16
|
<option value\="1"\>
|
|
@@ -135,7 +135,7 @@ Individual options can be passed directly into `IressSelect` using the native `o
|
|
|
135
135
|
|
|
136
136
|
Option 1Option 2Option 3Option 4Option 5
|
|
137
137
|
|
|
138
|
-
|
|
138
|
+
Hide codedrawOpen in CodeSandbox
|
|
139
139
|
|
|
140
140
|
<IressSelect\>
|
|
141
141
|
<option value\="1"\>
|
|
@@ -243,7 +243,7 @@ Just like the native `<select />` element, `IressSelect` supports option groups.
|
|
|
243
243
|
|
|
244
244
|
Group 1 / Option 1Group 1 / Option 2Group 1 / Option 3Group 1 / Option 4Group 1 / Option 5Group 2 / Option 1Group 2 / Option 2Group 2 / Option 3Group 2 / Option 4Group 2 / Option 5
|
|
245
245
|
|
|
246
|
-
|
|
246
|
+
Hide codedrawOpen in CodeSandbox
|
|
247
247
|
|
|
248
248
|
<IressSelect\>
|
|
249
249
|
<optgroup label\="Group 1"\>
|
|
@@ -367,7 +367,7 @@ If you would like to introduce options with non-string values, you can use the `
|
|
|
367
367
|
|
|
368
368
|
Option 1Option 2Group 1 / Option 1Group 1 / Option 2Group 1 / Option 3
|
|
369
369
|
|
|
370
|
-
|
|
370
|
+
Hide codedrawOpen in CodeSandbox
|
|
371
371
|
|
|
372
372
|
<IressSelect\>
|
|
373
373
|
<IressSelectOption value\={1}\>
|
|
@@ -477,7 +477,7 @@ A default placeholder option can be set using the `placeholder` prop.
|
|
|
477
477
|
|
|
478
478
|
Please select an optionOption 1Option 2Option 3Option 4Option 5
|
|
479
479
|
|
|
480
|
-
|
|
480
|
+
Hide codedrawOpen in CodeSandbox
|
|
481
481
|
|
|
482
482
|
<IressSelect placeholder\="Please select an option"\>
|
|
483
483
|
<option value\="1"\>
|
|
@@ -585,7 +585,7 @@ An option can be selected by using either the `defaultValue` prop for uncontroll
|
|
|
585
585
|
|
|
586
586
|
Option 1Option 2Option 3Option 4Option 5
|
|
587
587
|
|
|
588
|
-
|
|
588
|
+
Hide codedrawOpen in CodeSandbox
|
|
589
589
|
|
|
590
590
|
<IressSelect defaultValue\={3}\>
|
|
591
591
|
<option value\="1"\>
|
|
@@ -719,7 +719,7 @@ Widths can also be set as a percentage, allowing the input to take up a proporti
|
|
|
719
719
|
|
|
720
720
|
100percOption 1Option 2Option 3Option 4Option 5
|
|
721
721
|
|
|
722
|
-
|
|
722
|
+
Hide codedrawOpen in CodeSandbox
|
|
723
723
|
|
|
724
724
|
<IressStack gutter\="md"\>
|
|
725
725
|
<div\>
|
|
@@ -1006,7 +1006,7 @@ If you need more control over the read-only state (for example, rendering a styl
|
|
|
1006
1006
|
|
|
1007
1007
|
Option 2
|
|
1008
1008
|
|
|
1009
|
-
|
|
1009
|
+
Hide codedrawOpen in CodeSandbox
|
|
1010
1010
|
|
|
1011
1011
|
<IressSelect
|
|
1012
1012
|
readonly
|