@ukic/canary-docs 3.0.0-canary.2 → 3.0.0-canary.3

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.
Files changed (2) hide show
  1. package/docs.json +292 -1598
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "filePath": "src/components/ic-card-horizontal/ic-card-horizontal.tsx",
10
10
  "encapsulation": "shadow",
11
11
  "tag": "ic-card-horizontal",
12
- "readme": "# ic-horizontal-card\r\n\r\n\r\n\r",
12
+ "readme": "# ic-horizontal-card\n\n\n",
13
13
  "docs": "",
14
14
  "docsTags": [
15
15
  {
@@ -389,7 +389,7 @@
389
389
  "filePath": "src/components/ic-data-table/ic-data-table.tsx",
390
390
  "encapsulation": "shadow",
391
391
  "tag": "ic-data-table",
392
- "readme": "# ic-data-table\r\n\r\n\r\n\r",
392
+ "readme": "# ic-data-table\n\n\n",
393
393
  "docs": "",
394
394
  "docsTags": [
395
395
  {
@@ -752,7 +752,7 @@
752
752
  "reflectToAttr": false,
753
753
  "docs": "Sets the props for the built-in pagination bar. If the `pagination-bar` slot is used then this prop is ignored.",
754
754
  "docsTags": [],
755
- "default": "{\n itemsPerPageOptions: [\n { label: \"10\", value: \"10\" },\n { label: \"25\", value: \"25\" },\n { label: \"50\", value: \"50\" },\n ],\n rangeLabelType: \"page\",\n type: \"simple\",\n showItemsPerPageControl: true,\n showGoToPageControl: true,\n alignment: \"right\",\n appearance: \"default\",\n itemLabel: \"Item\",\n pageLabel: \"Page\",\n hideRangeLabel: false,\n }",
755
+ "default": "{\n itemsPerPageOptions: [\n { label: \"10\", value: \"10\" },\n { label: \"25\", value: \"25\" },\n { label: \"50\", value: \"50\" },\n ],\n rangeLabelType: \"page\",\n type: \"simple\",\n showItemsPerPageControl: true,\n showGoToPageControl: true,\n alignment: \"right\",\n appearance: \"default\",\n itemLabel: \"Item\",\n pageLabel: \"Page\",\n hideRangeLabel: false,\n hideAllFromItemsPerPage: false,\n }",
756
756
  "values": [
757
757
  {
758
758
  "type": "IcPaginationBarOptions"
@@ -1236,7 +1236,7 @@
1236
1236
  "filePath": "src/components/ic-data-table-title-bar/ic-data-table-title-bar.tsx",
1237
1237
  "encapsulation": "shadow",
1238
1238
  "tag": "ic-data-table-title-bar",
1239
- "readme": "# ic-data-table-title-bar\r\n\r\n\r\n\r",
1239
+ "readme": "# ic-data-table-title-bar\n\n\n",
1240
1240
  "docs": "",
1241
1241
  "docsTags": [
1242
1242
  {
@@ -1435,7 +1435,7 @@
1435
1435
  "filePath": "src/components/ic-date-input/ic-date-input.tsx",
1436
1436
  "encapsulation": "shadow",
1437
1437
  "tag": "ic-date-input",
1438
- "readme": "# ic-date-input\r\n\r\n\r\n\r",
1438
+ "readme": "# ic-date-input\n\n\n",
1439
1439
  "docs": "",
1440
1440
  "docsTags": [],
1441
1441
  "usage": {},
@@ -1679,6 +1679,28 @@
1679
1679
  "optional": false,
1680
1680
  "required": false
1681
1681
  },
1682
+ {
1683
+ "name": "hideLabel",
1684
+ "type": "boolean",
1685
+ "complexType": {
1686
+ "original": "boolean",
1687
+ "resolved": "boolean",
1688
+ "references": {}
1689
+ },
1690
+ "mutable": false,
1691
+ "attr": "hide-label",
1692
+ "reflectToAttr": false,
1693
+ "docs": "If `true`, the label will be visually hidden, but will still be read out by screen readers.",
1694
+ "docsTags": [],
1695
+ "default": "false",
1696
+ "values": [
1697
+ {
1698
+ "type": "boolean"
1699
+ }
1700
+ ],
1701
+ "optional": true,
1702
+ "required": false
1703
+ },
1682
1704
  {
1683
1705
  "name": "inputId",
1684
1706
  "type": "string",
@@ -2139,7 +2161,7 @@
2139
2161
  "filePath": "src/components/ic-date-picker/ic-date-picker.tsx",
2140
2162
  "encapsulation": "shadow",
2141
2163
  "tag": "ic-date-picker",
2142
- "readme": "# ic-date-picker\r\n\r\n\r\n\r",
2164
+ "readme": "# ic-date-picker\n\n\n",
2143
2165
  "docs": "",
2144
2166
  "docsTags": [],
2145
2167
  "usage": {},
@@ -2383,6 +2405,28 @@
2383
2405
  "optional": false,
2384
2406
  "required": false
2385
2407
  },
2408
+ {
2409
+ "name": "hideLabel",
2410
+ "type": "boolean",
2411
+ "complexType": {
2412
+ "original": "boolean",
2413
+ "resolved": "boolean",
2414
+ "references": {}
2415
+ },
2416
+ "mutable": false,
2417
+ "attr": "hide-label",
2418
+ "reflectToAttr": false,
2419
+ "docs": "If `true`, the label will be visually hidden, but the required label will still be read out by screen readers.",
2420
+ "docsTags": [],
2421
+ "default": "false",
2422
+ "values": [
2423
+ {
2424
+ "type": "boolean"
2425
+ }
2426
+ ],
2427
+ "optional": true,
2428
+ "required": false
2429
+ },
2386
2430
  {
2387
2431
  "name": "inputId",
2388
2432
  "type": "string",
@@ -2909,41 +2953,45 @@
2909
2953
  }
2910
2954
  },
2911
2955
  {
2912
- "filePath": "src/components/ic-menu-with-multi/ic-menu.tsx",
2913
- "encapsulation": "scoped",
2914
- "tag": "ic-menu-with-multi",
2915
- "readme": "# ic-menu-with-multi\r\n\r\n\r\n\r",
2956
+ "filePath": "src/components/ic-pagination-bar/ic-pagination-bar.tsx",
2957
+ "encapsulation": "shadow",
2958
+ "tag": "ic-pagination-bar",
2959
+ "readme": "# ic-pagination-bar\n\n\n",
2916
2960
  "docs": "",
2917
2961
  "docsTags": [],
2918
2962
  "usage": {},
2919
2963
  "props": [
2920
2964
  {
2921
- "name": "activationType",
2922
- "type": "\"automatic\" | \"manual\"",
2965
+ "name": "alignment",
2966
+ "type": "\"left\" | \"right\" | \"space-between\"",
2923
2967
  "complexType": {
2924
- "original": "IcActivationTypes",
2925
- "resolved": "\"automatic\" | \"manual\"",
2968
+ "original": "IcPaginationAlignmentOptions",
2969
+ "resolved": "\"left\" | \"right\" | \"space-between\"",
2926
2970
  "references": {
2927
- "IcActivationTypes": {
2971
+ "IcPaginationAlignmentOptions": {
2928
2972
  "location": "import",
2929
- "path": "@ukic/web-components/dist/types/utils/types",
2930
- "id": "../web-components/dist/types/utils/types.d.ts::IcActivationTypes"
2973
+ "path": "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types",
2974
+ "id": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationAlignmentOptions"
2931
2975
  }
2932
2976
  }
2933
2977
  },
2934
2978
  "mutable": false,
2935
- "attr": "activation-type",
2979
+ "attr": "alignment",
2936
2980
  "reflectToAttr": false,
2937
- "docs": "Determines whether options manually set as values (by pressing 'Enter') when they receive focus using keyboard navigation.",
2981
+ "docs": "Sets the alignment of the items in the pagination bar.",
2938
2982
  "docsTags": [],
2939
- "default": "\"automatic\"",
2983
+ "default": "\"right\"",
2940
2984
  "values": [
2941
2985
  {
2942
- "value": "automatic",
2986
+ "value": "left",
2987
+ "type": "string"
2988
+ },
2989
+ {
2990
+ "value": "right",
2943
2991
  "type": "string"
2944
2992
  },
2945
2993
  {
2946
- "value": "manual",
2994
+ "value": "space-between",
2947
2995
  "type": "string"
2948
2996
  }
2949
2997
  ],
@@ -2951,54 +2999,66 @@
2951
2999
  "required": false
2952
3000
  },
2953
3001
  {
2954
- "name": "anchorEl",
2955
- "type": "HTMLElement",
3002
+ "name": "appearance",
3003
+ "type": "\"dark\" | \"default\" | \"light\"",
2956
3004
  "complexType": {
2957
- "original": "HTMLElement",
2958
- "resolved": "HTMLElement",
3005
+ "original": "IcThemeForeground",
3006
+ "resolved": "\"dark\" | \"default\" | \"light\"",
2959
3007
  "references": {
2960
- "HTMLElement": {
2961
- "location": "global",
2962
- "id": "global::HTMLElement"
3008
+ "IcThemeForeground": {
3009
+ "location": "import",
3010
+ "path": "@ukic/web-components/dist/types/interface",
3011
+ "id": "../web-components/dist/types/interface.d.ts::IcThemeForeground"
2963
3012
  }
2964
3013
  }
2965
3014
  },
2966
3015
  "mutable": false,
3016
+ "attr": "appearance",
2967
3017
  "reflectToAttr": false,
2968
- "docs": "The reference to an anchor element the menu will position itself from when rendered.",
3018
+ "docs": "Sets the styling for the items in the pagination bar.",
2969
3019
  "docsTags": [],
3020
+ "default": "\"default\"",
2970
3021
  "values": [
2971
3022
  {
2972
- "type": "HTMLElement"
3023
+ "value": "dark",
3024
+ "type": "string"
3025
+ },
3026
+ {
3027
+ "value": "default",
3028
+ "type": "string"
3029
+ },
3030
+ {
3031
+ "value": "light",
3032
+ "type": "string"
2973
3033
  }
2974
3034
  ],
2975
- "optional": false,
2976
- "required": true
3035
+ "optional": true,
3036
+ "required": false
2977
3037
  },
2978
3038
  {
2979
- "name": "closeOnSelect",
2980
- "type": "boolean",
3039
+ "name": "currentPage",
3040
+ "type": "number",
2981
3041
  "complexType": {
2982
- "original": "boolean",
2983
- "resolved": "boolean",
3042
+ "original": "number",
3043
+ "resolved": "number",
2984
3044
  "references": {}
2985
3045
  },
2986
3046
  "mutable": false,
2987
- "attr": "close-on-select",
3047
+ "attr": "current-page",
2988
3048
  "reflectToAttr": false,
2989
- "docs": "If `true`, the menu will close when an option is selected.",
3049
+ "docs": "The current page number to be displayed on the pagination bar.",
2990
3050
  "docsTags": [],
2991
- "default": "true",
3051
+ "default": "1",
2992
3052
  "values": [
2993
3053
  {
2994
- "type": "boolean"
3054
+ "type": "number"
2995
3055
  }
2996
3056
  ],
2997
- "optional": false,
3057
+ "optional": true,
2998
3058
  "required": false
2999
3059
  },
3000
3060
  {
3001
- "name": "fullWidth",
3061
+ "name": "hideAllFromItemsPerPage",
3002
3062
  "type": "boolean",
3003
3063
  "complexType": {
3004
3064
  "original": "boolean",
@@ -3006,9 +3066,9 @@
3006
3066
  "references": {}
3007
3067
  },
3008
3068
  "mutable": false,
3009
- "attr": "full-width",
3069
+ "attr": "hide-all-from-items-per-page",
3010
3070
  "reflectToAttr": false,
3011
- "docs": "If `true`, the menu will fill the width of the container.",
3071
+ "docs": "If `true`, the 'All' option will be hidden from the 'items per page' select input.",
3012
3072
  "docsTags": [],
3013
3073
  "default": "false",
3014
3074
  "values": [
@@ -3016,36 +3076,33 @@
3016
3076
  "type": "boolean"
3017
3077
  }
3018
3078
  ],
3019
- "optional": false,
3079
+ "optional": true,
3020
3080
  "required": false
3021
3081
  },
3022
3082
  {
3023
- "name": "inputEl",
3024
- "type": "HTMLElement",
3083
+ "name": "hideRangeLabel",
3084
+ "type": "boolean",
3025
3085
  "complexType": {
3026
- "original": "HTMLElement",
3027
- "resolved": "HTMLElement",
3028
- "references": {
3029
- "HTMLElement": {
3030
- "location": "global",
3031
- "id": "global::HTMLElement"
3032
- }
3033
- }
3086
+ "original": "boolean",
3087
+ "resolved": "boolean",
3088
+ "references": {}
3034
3089
  },
3035
3090
  "mutable": false,
3091
+ "attr": "hide-range-label",
3036
3092
  "reflectToAttr": false,
3037
- "docs": "The reference to the input element.",
3093
+ "docs": "If `true`, the number of total items and current item range or number of total pages and current page will be hidden.",
3038
3094
  "docsTags": [],
3095
+ "default": "false",
3039
3096
  "values": [
3040
3097
  {
3041
- "type": "HTMLElement"
3098
+ "type": "boolean"
3042
3099
  }
3043
3100
  ],
3044
- "optional": false,
3045
- "required": true
3101
+ "optional": true,
3102
+ "required": false
3046
3103
  },
3047
3104
  {
3048
- "name": "inputLabel",
3105
+ "name": "itemLabel",
3049
3106
  "type": "string",
3050
3107
  "complexType": {
3051
3108
  "original": "string",
@@ -3053,42 +3110,41 @@
3053
3110
  "references": {}
3054
3111
  },
3055
3112
  "mutable": false,
3056
- "attr": "input-label",
3113
+ "attr": "item-label",
3057
3114
  "reflectToAttr": false,
3058
- "docs": "The label for the input element.",
3115
+ "docs": "The text which will be used in place of 'Item' on the pagination bar.",
3059
3116
  "docsTags": [],
3117
+ "default": "\"Item\"",
3060
3118
  "values": [
3061
3119
  {
3062
3120
  "type": "string"
3063
3121
  }
3064
3122
  ],
3065
- "optional": false,
3066
- "required": true
3123
+ "optional": true,
3124
+ "required": false
3067
3125
  },
3068
3126
  {
3069
- "name": "labelField",
3070
- "type": "string",
3127
+ "name": "itemsPerPageOptions",
3128
+ "type": "{ label: string; value: string; }[]",
3071
3129
  "complexType": {
3072
- "original": "string",
3073
- "resolved": "string",
3130
+ "original": "{\n label: string;\n value: string;\n }[]",
3131
+ "resolved": "{ label: string; value: string; }[]",
3074
3132
  "references": {}
3075
3133
  },
3076
3134
  "mutable": false,
3077
- "attr": "label-field",
3078
3135
  "reflectToAttr": false,
3079
- "docs": "The custom name for the label field for IcMenuOption.",
3136
+ "docs": "The options which will be displayed for 'items per page' select input.",
3080
3137
  "docsTags": [],
3081
- "default": "\"label\"",
3082
3138
  "values": [
3083
3139
  {
3084
- "type": "string"
3140
+ "type": "{ label: string; value: string; }[]"
3085
3141
  }
3086
3142
  ],
3087
- "optional": false,
3143
+ "optional": true,
3088
3144
  "required": false
3089
3145
  },
3090
3146
  {
3091
- "name": "menuId",
3147
+ "name": "pageLabel",
3092
3148
  "type": "string",
3093
3149
  "complexType": {
3094
3150
  "original": "string",
@@ -3096,92 +3152,46 @@
3096
3152
  "references": {}
3097
3153
  },
3098
3154
  "mutable": false,
3099
- "attr": "menu-id",
3155
+ "attr": "page-label",
3100
3156
  "reflectToAttr": false,
3101
- "docs": "The ID of the menu.",
3157
+ "docs": "The text which will be used in place of 'Page' on the pagination bar.",
3102
3158
  "docsTags": [],
3159
+ "default": "\"Page\"",
3103
3160
  "values": [
3104
3161
  {
3105
3162
  "type": "string"
3106
3163
  }
3107
3164
  ],
3108
- "optional": false,
3109
- "required": true
3110
- },
3111
- {
3112
- "name": "open",
3113
- "type": "boolean",
3114
- "complexType": {
3115
- "original": "boolean",
3116
- "resolved": "boolean",
3117
- "references": {}
3118
- },
3119
- "mutable": false,
3120
- "attr": "open",
3121
- "reflectToAttr": true,
3122
- "docs": "If `true`, the menu will be displayed open.",
3123
- "docsTags": [],
3124
- "values": [
3125
- {
3126
- "type": "boolean"
3127
- }
3128
- ],
3129
- "optional": false,
3130
- "required": true
3131
- },
3132
- {
3133
- "name": "options",
3134
- "type": "IcMenuOption[]",
3135
- "complexType": {
3136
- "original": "IcMenuOption[]",
3137
- "resolved": "IcMenuOption[]",
3138
- "references": {
3139
- "IcMenuOption": {
3140
- "location": "import",
3141
- "path": "@ukic/web-components/dist/types/utils/types",
3142
- "id": "../web-components/dist/types/utils/types.d.ts::IcMenuOption"
3143
- }
3144
- }
3145
- },
3146
- "mutable": false,
3147
- "reflectToAttr": false,
3148
- "docs": "The possible menu selection options.",
3149
- "docsTags": [],
3150
- "values": [
3151
- {
3152
- "type": "IcMenuOption[]"
3153
- }
3154
- ],
3155
- "optional": false,
3156
- "required": true
3165
+ "optional": true,
3166
+ "required": false
3157
3167
  },
3158
3168
  {
3159
- "name": "searchMode",
3160
- "type": "\"navigation\" | \"query\"",
3169
+ "name": "rangeLabelType",
3170
+ "type": "\"data\" | \"page\"",
3161
3171
  "complexType": {
3162
- "original": "IcSearchBarSearchModes",
3163
- "resolved": "\"navigation\" | \"query\"",
3172
+ "original": "IcPaginationLabelTypes",
3173
+ "resolved": "\"data\" | \"page\"",
3164
3174
  "references": {
3165
- "IcSearchBarSearchModes": {
3175
+ "IcPaginationLabelTypes": {
3166
3176
  "location": "import",
3167
- "path": "@ukic/web-components/dist/types/components",
3168
- "id": "../web-components/dist/types/components.d.ts::IcSearchBarSearchModes"
3177
+ "path": "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types",
3178
+ "id": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationLabelTypes"
3169
3179
  }
3170
3180
  }
3171
3181
  },
3172
3182
  "mutable": false,
3173
- "attr": "search-mode",
3183
+ "attr": "range-label-type",
3174
3184
  "reflectToAttr": false,
3175
- "docs": "Specify the mode search bar uses to search. `navigation` allows for quick lookups of a set of values, `query` allows for more general searches.",
3185
+ "docs": "Whether total number of items and current item range or total number of pages and current page is displayed.",
3176
3186
  "docsTags": [],
3177
- "default": "\"navigation\"",
3187
+ "default": "\"page\"",
3178
3188
  "values": [
3179
3189
  {
3180
- "value": "navigation",
3190
+ "value": "data",
3181
3191
  "type": "string"
3182
3192
  },
3183
3193
  {
3184
- "value": "query",
3194
+ "value": "page",
3185
3195
  "type": "string"
3186
3196
  }
3187
3197
  ],
@@ -3189,1515 +3199,178 @@
3189
3199
  "required": false
3190
3200
  },
3191
3201
  {
3192
- "name": "size",
3193
- "type": "\"large\" | \"medium\" | \"small\"",
3202
+ "name": "showGoToPageControl",
3203
+ "type": "boolean",
3194
3204
  "complexType": {
3195
- "original": "IcSizes",
3196
- "resolved": "\"large\" | \"medium\" | \"small\"",
3197
- "references": {
3198
- "IcSizes": {
3199
- "location": "import",
3200
- "path": "../../utils/types",
3201
- "id": "src/utils/types.ts::IcSizes"
3202
- }
3203
- }
3205
+ "original": "boolean",
3206
+ "resolved": "boolean",
3207
+ "references": {}
3204
3208
  },
3205
3209
  "mutable": false,
3206
- "attr": "size",
3210
+ "attr": "show-go-to-page-control",
3207
3211
  "reflectToAttr": false,
3208
- "docs": "The size of the menu.",
3212
+ "docs": "If `true`, the 'go to page' control should be displayed.",
3209
3213
  "docsTags": [],
3210
- "default": "\"medium\"",
3214
+ "default": "false",
3211
3215
  "values": [
3212
3216
  {
3213
- "value": "large",
3214
- "type": "string"
3215
- },
3216
- {
3217
- "value": "medium",
3218
- "type": "string"
3219
- },
3220
- {
3221
- "value": "small",
3222
- "type": "string"
3217
+ "type": "boolean"
3223
3218
  }
3224
3219
  ],
3225
3220
  "optional": true,
3226
3221
  "required": false
3227
3222
  },
3228
3223
  {
3229
- "name": "value",
3230
- "type": "string | string[]",
3224
+ "name": "showItemsPerPageControl",
3225
+ "type": "boolean",
3231
3226
  "complexType": {
3232
- "original": "string | string[]",
3233
- "resolved": "string | string[]",
3227
+ "original": "boolean",
3228
+ "resolved": "boolean",
3234
3229
  "references": {}
3235
3230
  },
3236
3231
  "mutable": false,
3237
- "attr": "value",
3232
+ "attr": "show-items-per-page-control",
3238
3233
  "reflectToAttr": false,
3239
- "docs": "The value of the currently selected option - or array of values (if multiple options allowed).",
3234
+ "docs": "If `true`, the select input to control 'items per page' should be displayed.",
3240
3235
  "docsTags": [],
3236
+ "default": "false",
3241
3237
  "values": [
3242
3238
  {
3243
- "type": "string"
3244
- },
3245
- {
3246
- "type": "string[]"
3239
+ "type": "boolean"
3247
3240
  }
3248
3241
  ],
3249
- "optional": false,
3250
- "required": true
3242
+ "optional": true,
3243
+ "required": false
3251
3244
  },
3252
3245
  {
3253
- "name": "valueField",
3254
- "type": "string",
3246
+ "name": "totalItems",
3247
+ "type": "number",
3255
3248
  "complexType": {
3256
- "original": "string",
3257
- "resolved": "string",
3249
+ "original": "number",
3250
+ "resolved": "number",
3258
3251
  "references": {}
3259
3252
  },
3260
3253
  "mutable": false,
3261
- "attr": "value-field",
3254
+ "attr": "total-items",
3262
3255
  "reflectToAttr": false,
3263
- "docs": "The custom name for the value field for IcMenuOption.",
3256
+ "docs": "Total number of items to be displayed across all pages.",
3264
3257
  "docsTags": [],
3265
- "default": "\"value\"",
3266
3258
  "values": [
3267
3259
  {
3268
- "type": "string"
3260
+ "type": "number"
3269
3261
  }
3270
3262
  ],
3271
3263
  "optional": false,
3272
- "required": false
3273
- }
3274
- ],
3275
- "methods": [
3276
- {
3277
- "name": "handleKeyboardOpen",
3278
- "returns": {
3279
- "type": "Promise<void>",
3280
- "docs": ""
3281
- },
3282
- "complexType": {
3283
- "signature": "(event: KeyboardEvent) => Promise<void>",
3284
- "parameters": [
3285
- {
3286
- "name": "event",
3287
- "type": "KeyboardEvent",
3288
- "docs": "- keyboard event"
3289
- }
3290
- ],
3291
- "references": {
3292
- "Promise": {
3293
- "location": "global",
3294
- "id": "global::Promise"
3295
- },
3296
- "KeyboardEvent": {
3297
- "location": "global",
3298
- "id": "global::KeyboardEvent"
3299
- }
3300
- },
3301
- "return": "Promise<void>"
3302
- },
3303
- "signature": "handleKeyboardOpen(event: KeyboardEvent) => Promise<void>",
3304
- "parameters": [
3305
- {
3306
- "name": "event",
3307
- "type": "KeyboardEvent",
3308
- "docs": "- keyboard event"
3309
- }
3310
- ],
3311
- "docs": "Used alongside activationType\nIf menu is opened via keyboard navigation (i.e. Enter, ArrowUp or ArrowDown), emit optionSelect custom event.",
3312
- "docsTags": [
3313
- {
3314
- "name": "param",
3315
- "text": "event - keyboard event"
3316
- }
3317
- ]
3318
- }
3319
- ],
3320
- "events": [],
3321
- "listeners": [],
3322
- "styles": [
3323
- {
3324
- "name": "--ic-z-index-menu",
3325
- "annotation": "prop",
3326
- "docs": "z-index of menu"
3327
- }
3328
- ],
3329
- "slots": [],
3330
- "parts": [],
3331
- "dependents": [
3332
- "ic-select-with-multi"
3333
- ],
3334
- "dependencies": [
3335
- "ic-loading-indicator",
3336
- "ic-typography",
3337
- "ic-button"
3338
- ],
3339
- "dependencyGraph": {
3340
- "ic-menu-with-multi": [
3341
- "ic-loading-indicator",
3342
- "ic-typography",
3343
- "ic-button"
3344
- ],
3345
- "ic-loading-indicator": [
3346
- "ic-typography"
3347
- ],
3348
- "ic-button": [
3349
- "ic-loading-indicator",
3350
- "ic-tooltip"
3351
- ],
3352
- "ic-tooltip": [
3353
- "ic-typography"
3354
- ],
3355
- "ic-select-with-multi": [
3356
- "ic-menu-with-multi"
3357
- ]
3358
- }
3359
- },
3360
- {
3361
- "filePath": "src/components/ic-pagination-bar/ic-pagination-bar.tsx",
3362
- "encapsulation": "shadow",
3363
- "tag": "ic-pagination-bar",
3364
- "readme": "# ic-pagination-bar\r\n\r\n\r\n\r",
3365
- "docs": "",
3366
- "docsTags": [],
3367
- "usage": {},
3368
- "props": [
3369
- {
3370
- "name": "alignment",
3371
- "type": "\"left\" | \"right\" | \"space-between\"",
3372
- "complexType": {
3373
- "original": "IcPaginationAlignmentOptions",
3374
- "resolved": "\"left\" | \"right\" | \"space-between\"",
3375
- "references": {
3376
- "IcPaginationAlignmentOptions": {
3377
- "location": "import",
3378
- "path": "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types",
3379
- "id": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationAlignmentOptions"
3380
- }
3381
- }
3382
- },
3383
- "mutable": false,
3384
- "attr": "alignment",
3385
- "reflectToAttr": false,
3386
- "docs": "Sets the alignment of the items in the pagination bar.",
3387
- "docsTags": [],
3388
- "default": "\"right\"",
3389
- "values": [
3390
- {
3391
- "value": "left",
3392
- "type": "string"
3393
- },
3394
- {
3395
- "value": "right",
3396
- "type": "string"
3397
- },
3398
- {
3399
- "value": "space-between",
3400
- "type": "string"
3401
- }
3402
- ],
3403
- "optional": true,
3404
- "required": false
3405
- },
3406
- {
3407
- "name": "appearance",
3408
- "type": "\"dark\" | \"default\" | \"light\"",
3409
- "complexType": {
3410
- "original": "IcThemeForeground",
3411
- "resolved": "\"dark\" | \"default\" | \"light\"",
3412
- "references": {
3413
- "IcThemeForeground": {
3414
- "location": "import",
3415
- "path": "@ukic/web-components/dist/types/interface",
3416
- "id": "../web-components/dist/types/interface.d.ts::IcThemeForeground"
3417
- }
3418
- }
3419
- },
3420
- "mutable": false,
3421
- "attr": "appearance",
3422
- "reflectToAttr": false,
3423
- "docs": "Sets the styling for the items in the pagination bar.",
3424
- "docsTags": [],
3425
- "default": "\"default\"",
3426
- "values": [
3427
- {
3428
- "value": "dark",
3429
- "type": "string"
3430
- },
3431
- {
3432
- "value": "default",
3433
- "type": "string"
3434
- },
3435
- {
3436
- "value": "light",
3437
- "type": "string"
3438
- }
3439
- ],
3440
- "optional": true,
3441
- "required": false
3442
- },
3443
- {
3444
- "name": "currentPage",
3445
- "type": "number",
3446
- "complexType": {
3447
- "original": "number",
3448
- "resolved": "number",
3449
- "references": {}
3450
- },
3451
- "mutable": false,
3452
- "attr": "current-page",
3453
- "reflectToAttr": false,
3454
- "docs": "The current page number to be displayed on the pagination bar.",
3455
- "docsTags": [],
3456
- "default": "1",
3457
- "values": [
3458
- {
3459
- "type": "number"
3460
- }
3461
- ],
3462
- "optional": true,
3463
- "required": false
3464
- },
3465
- {
3466
- "name": "hideRangeLabel",
3467
- "type": "boolean",
3468
- "complexType": {
3469
- "original": "boolean",
3470
- "resolved": "boolean",
3471
- "references": {}
3472
- },
3473
- "mutable": false,
3474
- "attr": "hide-range-label",
3475
- "reflectToAttr": false,
3476
- "docs": "If `true`, the number of total items and current item range or number of total pages and current page will be hidden.",
3477
- "docsTags": [],
3478
- "default": "false",
3479
- "values": [
3480
- {
3481
- "type": "boolean"
3482
- }
3483
- ],
3484
- "optional": true,
3485
- "required": false
3486
- },
3487
- {
3488
- "name": "itemLabel",
3489
- "type": "string",
3490
- "complexType": {
3491
- "original": "string",
3492
- "resolved": "string",
3493
- "references": {}
3494
- },
3495
- "mutable": false,
3496
- "attr": "item-label",
3497
- "reflectToAttr": false,
3498
- "docs": "The text which will be used in place of 'Item' on the pagination bar.",
3499
- "docsTags": [],
3500
- "default": "\"Item\"",
3501
- "values": [
3502
- {
3503
- "type": "string"
3504
- }
3505
- ],
3506
- "optional": true,
3507
- "required": false
3508
- },
3509
- {
3510
- "name": "itemsPerPageOptions",
3511
- "type": "{ label: string; value: string; }[]",
3512
- "complexType": {
3513
- "original": "{\n label: string;\n value: string;\n }[]",
3514
- "resolved": "{ label: string; value: string; }[]",
3515
- "references": {}
3516
- },
3517
- "mutable": false,
3518
- "reflectToAttr": false,
3519
- "docs": "The options which will be displayed for 'items per page' select input. Set a maximum of 4 options including a required 'All' option with value equal to total number of items.",
3520
- "docsTags": [],
3521
- "values": [
3522
- {
3523
- "type": "{ label: string; value: string; }[]"
3524
- }
3525
- ],
3526
- "optional": true,
3527
- "required": false
3528
- },
3529
- {
3530
- "name": "pageLabel",
3531
- "type": "string",
3532
- "complexType": {
3533
- "original": "string",
3534
- "resolved": "string",
3535
- "references": {}
3536
- },
3537
- "mutable": false,
3538
- "attr": "page-label",
3539
- "reflectToAttr": false,
3540
- "docs": "The text which will be used in place of 'Page' on the pagination bar.",
3541
- "docsTags": [],
3542
- "default": "\"Page\"",
3543
- "values": [
3544
- {
3545
- "type": "string"
3546
- }
3547
- ],
3548
- "optional": true,
3549
- "required": false
3550
- },
3551
- {
3552
- "name": "rangeLabelType",
3553
- "type": "\"data\" | \"page\"",
3554
- "complexType": {
3555
- "original": "IcPaginationLabelTypes",
3556
- "resolved": "\"data\" | \"page\"",
3557
- "references": {
3558
- "IcPaginationLabelTypes": {
3559
- "location": "import",
3560
- "path": "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types",
3561
- "id": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationLabelTypes"
3562
- }
3563
- }
3564
- },
3565
- "mutable": false,
3566
- "attr": "range-label-type",
3567
- "reflectToAttr": false,
3568
- "docs": "Whether total number of items and current item range or total number of pages and current page is displayed.",
3569
- "docsTags": [],
3570
- "default": "\"page\"",
3571
- "values": [
3572
- {
3573
- "value": "data",
3574
- "type": "string"
3575
- },
3576
- {
3577
- "value": "page",
3578
- "type": "string"
3579
- }
3580
- ],
3581
- "optional": true,
3582
- "required": false
3583
- },
3584
- {
3585
- "name": "showGoToPageControl",
3586
- "type": "boolean",
3587
- "complexType": {
3588
- "original": "boolean",
3589
- "resolved": "boolean",
3590
- "references": {}
3591
- },
3592
- "mutable": false,
3593
- "attr": "show-go-to-page-control",
3594
- "reflectToAttr": false,
3595
- "docs": "If `true`, the 'go to page' control should be displayed.",
3596
- "docsTags": [],
3597
- "default": "false",
3598
- "values": [
3599
- {
3600
- "type": "boolean"
3601
- }
3602
- ],
3603
- "optional": true,
3604
- "required": false
3605
- },
3606
- {
3607
- "name": "showItemsPerPageControl",
3608
- "type": "boolean",
3609
- "complexType": {
3610
- "original": "boolean",
3611
- "resolved": "boolean",
3612
- "references": {}
3613
- },
3614
- "mutable": false,
3615
- "attr": "show-items-per-page-control",
3616
- "reflectToAttr": false,
3617
- "docs": "If `true`, the select input to control 'items per page' should be displayed.",
3618
- "docsTags": [],
3619
- "default": "false",
3620
- "values": [
3621
- {
3622
- "type": "boolean"
3623
- }
3624
- ],
3625
- "optional": true,
3626
- "required": false
3627
- },
3628
- {
3629
- "name": "totalItems",
3630
- "type": "number",
3631
- "complexType": {
3632
- "original": "number",
3633
- "resolved": "number",
3634
- "references": {}
3635
- },
3636
- "mutable": false,
3637
- "attr": "total-items",
3638
- "reflectToAttr": false,
3639
- "docs": "Total number of items to be displayed across all pages.",
3640
- "docsTags": [],
3641
- "values": [
3642
- {
3643
- "type": "number"
3644
- }
3645
- ],
3646
- "optional": false,
3647
- "required": true
3648
- },
3649
- {
3650
- "name": "type",
3651
- "type": "\"complex\" | \"simple\"",
3652
- "complexType": {
3653
- "original": "IcPaginationTypes",
3654
- "resolved": "\"complex\" | \"simple\"",
3655
- "references": {
3656
- "IcPaginationTypes": {
3657
- "location": "import",
3658
- "path": "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types",
3659
- "id": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationTypes"
3660
- }
3661
- }
3662
- },
3663
- "mutable": false,
3664
- "attr": "type",
3665
- "reflectToAttr": false,
3666
- "docs": "Whether the displayed pagination is simple or complex.",
3667
- "docsTags": [],
3668
- "default": "\"simple\"",
3669
- "values": [
3670
- {
3671
- "value": "complex",
3672
- "type": "string"
3673
- },
3674
- {
3675
- "value": "simple",
3676
- "type": "string"
3677
- }
3678
- ],
3679
- "optional": true,
3680
- "required": false
3681
- }
3682
- ],
3683
- "methods": [],
3684
- "events": [
3685
- {
3686
- "event": "icItemsPerPageChange",
3687
- "detail": "{ value: number; }",
3688
- "bubbles": true,
3689
- "complexType": {
3690
- "original": "{ value: number }",
3691
- "resolved": "{ value: number; }",
3692
- "references": {}
3693
- },
3694
- "cancelable": true,
3695
- "composed": true,
3696
- "docs": "Emitted when the items per page option is changed.",
3697
- "docsTags": []
3698
- },
3699
- {
3700
- "event": "icPageChange",
3701
- "detail": "IcPageChangeEventDetail",
3702
- "bubbles": true,
3703
- "complexType": {
3704
- "original": "IcPageChangeEventDetail",
3705
- "resolved": "IcPageChangeEventDetail",
3706
- "references": {
3707
- "IcPageChangeEventDetail": {
3708
- "location": "import",
3709
- "path": "./ic-pagination-bar.types",
3710
- "id": "src/components/ic-pagination-bar/ic-pagination-bar.types.ts::IcPageChangeEventDetail"
3711
- }
3712
- }
3713
- },
3714
- "cancelable": true,
3715
- "composed": true,
3716
- "docs": "Emitted when a page is navigated to via the 'go to' input.\nThe `detail` property contains `value` (i.e. the page number) and a `fromItemsPerPage` flag to indicate if the event was triggered by the `icItemsPerPageChange` event also occurring.",
3717
- "docsTags": []
3718
- }
3719
- ],
3720
- "listeners": [
3721
- {
3722
- "event": "icPageChange",
3723
- "capture": false,
3724
- "passive": false
3725
- }
3726
- ],
3727
- "styles": [],
3728
- "slots": [],
3729
- "parts": [],
3730
- "dependents": [
3731
- "ic-data-table"
3732
- ],
3733
- "dependencies": [
3734
- "ic-typography",
3735
- "ic-select",
3736
- "ic-pagination",
3737
- "ic-tooltip",
3738
- "ic-text-field",
3739
- "ic-button"
3740
- ],
3741
- "dependencyGraph": {
3742
- "ic-pagination-bar": [
3743
- "ic-typography",
3744
- "ic-select",
3745
- "ic-pagination",
3746
- "ic-tooltip",
3747
- "ic-text-field",
3748
- "ic-button"
3749
- ],
3750
- "ic-select": [
3751
- "ic-input-container",
3752
- "ic-input-label",
3753
- "ic-input-component-container",
3754
- "ic-typography",
3755
- "ic-button",
3756
- "ic-menu",
3757
- "ic-input-validation"
3758
- ],
3759
- "ic-input-label": [
3760
- "ic-typography"
3761
- ],
3762
- "ic-button": [
3763
- "ic-loading-indicator",
3764
- "ic-tooltip"
3765
- ],
3766
- "ic-loading-indicator": [
3767
- "ic-typography"
3768
- ],
3769
- "ic-tooltip": [
3770
- "ic-typography"
3771
- ],
3772
- "ic-menu": [
3773
- "ic-loading-indicator",
3774
- "ic-typography",
3775
- "ic-button"
3776
- ],
3777
- "ic-input-validation": [
3778
- "ic-typography"
3779
- ],
3780
- "ic-pagination": [
3781
- "ic-button",
3782
- "ic-pagination-item"
3783
- ],
3784
- "ic-pagination-item": [
3785
- "ic-typography"
3786
- ],
3787
- "ic-text-field": [
3788
- "ic-input-container",
3789
- "ic-input-label",
3790
- "ic-input-component-container",
3791
- "ic-input-validation",
3792
- "ic-typography"
3793
- ],
3794
- "ic-data-table": [
3795
- "ic-pagination-bar"
3796
- ]
3797
- }
3798
- },
3799
- {
3800
- "filePath": "src/components/ic-select-with-multi/ic-select.tsx",
3801
- "encapsulation": "shadow",
3802
- "tag": "ic-select-with-multi",
3803
- "readme": "# ic-select\r\n\r\n\r\n\r",
3804
- "docs": "",
3805
- "docsTags": [],
3806
- "usage": {},
3807
- "props": [
3808
- {
3809
- "name": "debounce",
3810
- "type": "number",
3811
- "complexType": {
3812
- "original": "number",
3813
- "resolved": "number",
3814
- "references": {}
3815
- },
3816
- "mutable": false,
3817
- "attr": "debounce",
3818
- "reflectToAttr": false,
3819
- "docs": "The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.",
3820
- "docsTags": [],
3821
- "default": "0",
3822
- "values": [
3823
- {
3824
- "type": "number"
3825
- }
3826
- ],
3827
- "optional": true,
3828
- "required": false
3829
- },
3830
- {
3831
- "name": "disableAutoFiltering",
3832
- "type": "boolean",
3833
- "complexType": {
3834
- "original": "boolean",
3835
- "resolved": "boolean",
3836
- "references": {}
3837
- },
3838
- "mutable": false,
3839
- "attr": "disable-auto-filtering",
3840
- "reflectToAttr": false,
3841
- "docs": "If `true`, the built in filtering will be disabled for a searchable variant. For example, if options will already be filtered from external source.",
3842
- "docsTags": [],
3843
- "default": "false",
3844
- "values": [
3845
- {
3846
- "type": "boolean"
3847
- }
3848
- ],
3849
- "optional": true,
3850
- "required": false
3851
- },
3852
- {
3853
- "name": "disabled",
3854
- "type": "boolean",
3855
- "complexType": {
3856
- "original": "boolean",
3857
- "resolved": "boolean",
3858
- "references": {}
3859
- },
3860
- "mutable": false,
3861
- "attr": "disabled",
3862
- "reflectToAttr": true,
3863
- "docs": "If `true`, the disabled state will be set.",
3864
- "docsTags": [],
3865
- "default": "false",
3866
- "values": [
3867
- {
3868
- "type": "boolean"
3869
- }
3870
- ],
3871
- "optional": true,
3872
- "required": false
3873
- },
3874
- {
3875
- "name": "emptyOptionListText",
3876
- "type": "string",
3877
- "complexType": {
3878
- "original": "string",
3879
- "resolved": "string",
3880
- "references": {}
3881
- },
3882
- "mutable": false,
3883
- "attr": "empty-option-list-text",
3884
- "reflectToAttr": false,
3885
- "docs": "The text displayed when there are no options in the option list.",
3886
- "docsTags": [],
3887
- "default": "\"No results found\"",
3888
- "values": [
3889
- {
3890
- "type": "string"
3891
- }
3892
- ],
3893
- "optional": false,
3894
- "required": false
3895
- },
3896
- {
3897
- "name": "form",
3898
- "type": "string",
3899
- "complexType": {
3900
- "original": "string",
3901
- "resolved": "string",
3902
- "references": {}
3903
- },
3904
- "mutable": false,
3905
- "attr": "form",
3906
- "reflectToAttr": false,
3907
- "docs": "The <form> element to associate the select with.",
3908
- "docsTags": [],
3909
- "values": [
3910
- {
3911
- "type": "string"
3912
- }
3913
- ],
3914
- "optional": true,
3915
- "required": false
3916
- },
3917
- {
3918
- "name": "fullWidth",
3919
- "type": "boolean",
3920
- "complexType": {
3921
- "original": "boolean",
3922
- "resolved": "boolean",
3923
- "references": {}
3924
- },
3925
- "mutable": false,
3926
- "attr": "full-width",
3927
- "reflectToAttr": false,
3928
- "docs": "If `true`, the select element will fill the width of the container. This prop should only be used with searchable select and will only be applied if searchable is true.",
3929
- "docsTags": [],
3930
- "default": "false",
3931
- "values": [
3932
- {
3933
- "type": "boolean"
3934
- }
3935
- ],
3936
- "optional": false,
3937
- "required": false
3938
- },
3939
- {
3940
- "name": "helperText",
3941
- "type": "string",
3942
- "complexType": {
3943
- "original": "string",
3944
- "resolved": "string",
3945
- "references": {}
3946
- },
3947
- "mutable": false,
3948
- "attr": "helper-text",
3949
- "reflectToAttr": false,
3950
- "docs": "The helper text that will be displayed for additional field guidance.",
3951
- "docsTags": [],
3952
- "default": "\"\"",
3953
- "values": [
3954
- {
3955
- "type": "string"
3956
- }
3957
- ],
3958
- "optional": true,
3959
- "required": false
3960
- },
3961
- {
3962
- "name": "hideLabel",
3963
- "type": "boolean",
3964
- "complexType": {
3965
- "original": "boolean",
3966
- "resolved": "boolean",
3967
- "references": {}
3968
- },
3969
- "mutable": false,
3970
- "attr": "hide-label",
3971
- "reflectToAttr": false,
3972
- "docs": "If `true`, the label will be hidden and the required label value will be applied as an aria-label.",
3973
- "docsTags": [],
3974
- "default": "false",
3975
- "values": [
3976
- {
3977
- "type": "boolean"
3978
- }
3979
- ],
3980
- "optional": true,
3981
- "required": false
3982
- },
3983
- {
3984
- "name": "includeDescriptionsInSearch",
3985
- "type": "boolean",
3986
- "complexType": {
3987
- "original": "boolean",
3988
- "resolved": "boolean",
3989
- "references": {}
3990
- },
3991
- "mutable": false,
3992
- "attr": "include-descriptions-in-search",
3993
- "reflectToAttr": false,
3994
- "docs": "If `true`, descriptions of options will be included when filtering options in a searchable select. Only applies to built in filtering.",
3995
- "docsTags": [],
3996
- "default": "false",
3997
- "values": [
3998
- {
3999
- "type": "boolean"
4000
- }
4001
- ],
4002
- "optional": true,
4003
- "required": false
4004
- },
4005
- {
4006
- "name": "includeGroupTitlesInSearch",
4007
- "type": "boolean",
4008
- "complexType": {
4009
- "original": "boolean",
4010
- "resolved": "boolean",
4011
- "references": {}
4012
- },
4013
- "mutable": false,
4014
- "attr": "include-group-titles-in-search",
4015
- "reflectToAttr": false,
4016
- "docs": "If `true`, group titles of grouped options will be included when filtering options in a searchable select. Only applies to built in filtering.",
4017
- "docsTags": [],
4018
- "default": "false",
4019
- "values": [
4020
- {
4021
- "type": "boolean"
4022
- }
4023
- ],
4024
- "optional": true,
4025
- "required": false
4026
- },
4027
- {
4028
- "name": "label",
4029
- "type": "string",
4030
- "complexType": {
4031
- "original": "string",
4032
- "resolved": "string",
4033
- "references": {}
4034
- },
4035
- "mutable": false,
4036
- "attr": "label",
4037
- "reflectToAttr": false,
4038
- "docs": "The label for the select.",
4039
- "docsTags": [],
4040
- "values": [
4041
- {
4042
- "type": "string"
4043
- }
4044
- ],
4045
- "optional": false,
4046
- "required": true
4047
- },
4048
- {
4049
- "name": "loading",
4050
- "type": "boolean",
4051
- "complexType": {
4052
- "original": "boolean",
4053
- "resolved": "boolean",
4054
- "references": {}
4055
- },
4056
- "mutable": true,
4057
- "attr": "loading",
4058
- "reflectToAttr": false,
4059
- "docs": "If `true`, the loading state will be triggered when fetching options asynchronously.",
4060
- "docsTags": [],
4061
- "default": "false",
4062
- "values": [
4063
- {
4064
- "type": "boolean"
4065
- }
4066
- ],
4067
- "optional": true,
4068
- "required": false
4069
- },
4070
- {
4071
- "name": "loadingErrorLabel",
4072
- "type": "string",
4073
- "complexType": {
4074
- "original": "string",
4075
- "resolved": "string",
4076
- "references": {}
4077
- },
4078
- "mutable": false,
4079
- "attr": "loading-error-label",
4080
- "reflectToAttr": false,
4081
- "docs": "The message displayed when external loading times out.",
4082
- "docsTags": [],
4083
- "default": "\"Loading Error\"",
4084
- "values": [
4085
- {
4086
- "type": "string"
4087
- }
4088
- ],
4089
- "optional": true,
4090
- "required": false
4091
- },
4092
- {
4093
- "name": "loadingLabel",
4094
- "type": "string",
4095
- "complexType": {
4096
- "original": "string",
4097
- "resolved": "string",
4098
- "references": {}
4099
- },
4100
- "mutable": false,
4101
- "attr": "loading-label",
4102
- "reflectToAttr": false,
4103
- "docs": "The message displayed whilst the options are being loaded externally.",
4104
- "docsTags": [],
4105
- "default": "\"Loading...\"",
4106
- "values": [
4107
- {
4108
- "type": "string"
4109
- }
4110
- ],
4111
- "optional": true,
4112
- "required": false
4113
- },
4114
- {
4115
- "name": "multiple",
4116
- "type": "boolean",
4117
- "complexType": {
4118
- "original": "boolean",
4119
- "resolved": "boolean",
4120
- "references": {}
4121
- },
4122
- "mutable": false,
4123
- "attr": "multiple",
4124
- "reflectToAttr": false,
4125
- "docs": "If `true`, multiple options can be selected.",
4126
- "docsTags": [],
4127
- "default": "false",
4128
- "values": [
4129
- {
4130
- "type": "boolean"
4131
- }
4132
- ],
4133
- "optional": true,
4134
- "required": false
4135
- },
4136
- {
4137
- "name": "name",
4138
- "type": "string",
4139
- "complexType": {
4140
- "original": "string",
4141
- "resolved": "string",
4142
- "references": {}
4143
- },
4144
- "mutable": false,
4145
- "attr": "name",
4146
- "reflectToAttr": false,
4147
- "docs": "The name of the control, which is submitted with the form data.",
4148
- "docsTags": [],
4149
- "default": "this.inputId",
4150
- "values": [
4151
- {
4152
- "type": "string"
4153
- }
4154
- ],
4155
- "optional": true,
4156
- "required": false
4157
- },
4158
- {
4159
- "name": "options",
4160
- "type": "IcMenuOption[]",
4161
- "complexType": {
4162
- "original": "IcMenuOption[]",
4163
- "resolved": "IcMenuOption[]",
4164
- "references": {
4165
- "IcMenuOption": {
4166
- "location": "import",
4167
- "path": "@ukic/web-components/dist/types/utils/types",
4168
- "id": "../web-components/dist/types/utils/types.d.ts::IcMenuOption"
4169
- }
4170
- }
4171
- },
4172
- "mutable": false,
4173
- "reflectToAttr": false,
4174
- "docs": "The possible selection options.",
4175
- "docsTags": [],
4176
- "default": "[]",
4177
- "values": [
4178
- {
4179
- "type": "IcMenuOption[]"
4180
- }
4181
- ],
4182
- "optional": true,
4183
- "required": false
4184
- },
4185
- {
4186
- "name": "placeholder",
4187
- "type": "string",
4188
- "complexType": {
4189
- "original": "string",
4190
- "resolved": "string",
4191
- "references": {}
4192
- },
4193
- "mutable": false,
4194
- "attr": "placeholder",
4195
- "reflectToAttr": false,
4196
- "docs": "The placeholder value to be displayed.",
4197
- "docsTags": [],
4198
- "default": "\"Select an option\"",
4199
- "values": [
4200
- {
4201
- "type": "string"
4202
- }
4203
- ],
4204
- "optional": true,
4205
- "required": false
4206
- },
4207
- {
4208
- "name": "readonly",
4209
- "type": "boolean",
4210
- "complexType": {
4211
- "original": "boolean",
4212
- "resolved": "boolean",
4213
- "references": {}
4214
- },
4215
- "mutable": false,
4216
- "attr": "readonly",
4217
- "reflectToAttr": false,
4218
- "docs": "If `true`, the readonly state will be set.",
4219
- "docsTags": [],
4220
- "default": "false",
4221
- "values": [
4222
- {
4223
- "type": "boolean"
4224
- }
4225
- ],
4226
- "optional": true,
4227
- "required": false
4228
- },
4229
- {
4230
- "name": "required",
4231
- "type": "boolean",
4232
- "complexType": {
4233
- "original": "boolean",
4234
- "resolved": "boolean",
4235
- "references": {}
4236
- },
4237
- "mutable": false,
4238
- "attr": "required",
4239
- "reflectToAttr": false,
4240
- "docs": "If `true`, the select will require a value.",
4241
- "docsTags": [],
4242
- "default": "false",
4243
- "values": [
4244
- {
4245
- "type": "boolean"
4246
- }
4247
- ],
4248
- "optional": true,
4249
- "required": false
4250
- },
4251
- {
4252
- "name": "searchMatchPosition",
4253
- "type": "\"anywhere\" | \"start\"",
4254
- "complexType": {
4255
- "original": "IcSearchMatchPositions",
4256
- "resolved": "\"anywhere\" | \"start\"",
4257
- "references": {
4258
- "IcSearchMatchPositions": {
4259
- "location": "import",
4260
- "path": "../../utils/types",
4261
- "id": "src/utils/types.ts::IcSearchMatchPositions"
4262
- }
4263
- }
4264
- },
4265
- "mutable": false,
4266
- "attr": "search-match-position",
4267
- "reflectToAttr": false,
4268
- "docs": "Whether the search string of the searchable select should match the start of or anywhere in the options. Only applies to built in filtering.",
4269
- "docsTags": [],
4270
- "default": "\"anywhere\"",
4271
- "values": [
4272
- {
4273
- "value": "anywhere",
4274
- "type": "string"
4275
- },
4276
- {
4277
- "value": "start",
4278
- "type": "string"
4279
- }
4280
- ],
4281
- "optional": true,
4282
- "required": false
4283
- },
4284
- {
4285
- "name": "searchable",
4286
- "type": "boolean",
4287
- "complexType": {
4288
- "original": "boolean",
4289
- "resolved": "boolean",
4290
- "references": {}
4291
- },
4292
- "mutable": false,
4293
- "attr": "searchable",
4294
- "reflectToAttr": false,
4295
- "docs": "If `true`, a searchable variant of the select will be displayed which can be typed in to filter options.",
4296
- "docsTags": [],
4297
- "default": "false",
4298
- "values": [
4299
- {
4300
- "type": "boolean"
4301
- }
4302
- ],
4303
- "optional": true,
4304
- "required": false
4305
- },
4306
- {
4307
- "name": "selectOnEnter",
4308
- "type": "boolean",
4309
- "complexType": {
4310
- "original": "boolean",
4311
- "resolved": "boolean",
4312
- "references": {}
4313
- },
4314
- "mutable": false,
4315
- "attr": "select-on-enter",
4316
- "reflectToAttr": false,
4317
- "docs": "If `true`, the icOptionSelect event will be fired on enter instead of ArrowUp and ArrowDown.",
4318
- "docsTags": [],
4319
- "default": "false",
4320
- "values": [
4321
- {
4322
- "type": "boolean"
4323
- }
4324
- ],
4325
- "optional": true,
4326
- "required": false
4327
- },
4328
- {
4329
- "name": "showClearButton",
4330
- "type": "boolean",
4331
- "complexType": {
4332
- "original": "boolean",
4333
- "resolved": "boolean",
4334
- "references": {}
4335
- },
4336
- "mutable": false,
4337
- "attr": "show-clear-button",
4338
- "reflectToAttr": false,
4339
- "docs": "If `true`, a button which clears the select input when clicked will be displayed. The button will always appear on the searchable select.",
4340
- "docsTags": [],
4341
- "default": "false",
4342
- "values": [
4343
- {
4344
- "type": "boolean"
4345
- }
4346
- ],
4347
- "optional": true,
4348
- "required": false
4349
- },
4350
- {
4351
- "name": "size",
4352
- "type": "\"large\" | \"medium\" | \"small\"",
4353
- "complexType": {
4354
- "original": "IcSizes",
4355
- "resolved": "\"large\" | \"medium\" | \"small\"",
4356
- "references": {
4357
- "IcSizes": {
4358
- "location": "import",
4359
- "path": "../../utils/types",
4360
- "id": "src/utils/types.ts::IcSizes"
4361
- }
4362
- }
4363
- },
4364
- "mutable": false,
4365
- "attr": "size",
4366
- "reflectToAttr": false,
4367
- "docs": "The size of the select.",
4368
- "docsTags": [],
4369
- "default": "\"medium\"",
4370
- "values": [
4371
- {
4372
- "value": "large",
4373
- "type": "string"
4374
- },
4375
- {
4376
- "value": "medium",
4377
- "type": "string"
4378
- },
4379
- {
4380
- "value": "small",
4381
- "type": "string"
4382
- }
4383
- ],
4384
- "optional": true,
4385
- "required": false
4386
- },
4387
- {
4388
- "name": "timeout",
4389
- "type": "number",
4390
- "complexType": {
4391
- "original": "number",
4392
- "resolved": "number",
4393
- "references": {}
4394
- },
4395
- "mutable": false,
4396
- "attr": "timeout",
4397
- "reflectToAttr": false,
4398
- "docs": "If using external filtering, set a timeout for when loading takes too long.",
4399
- "docsTags": [],
4400
- "values": [
4401
- {
4402
- "type": "number"
4403
- }
4404
- ],
4405
- "optional": true,
4406
- "required": false
3264
+ "required": true
4407
3265
  },
4408
3266
  {
4409
- "name": "validationStatus",
4410
- "type": "\"\" | \"error\" | \"success\" | \"warning\"",
3267
+ "name": "type",
3268
+ "type": "\"complex\" | \"simple\"",
4411
3269
  "complexType": {
4412
- "original": "IcInformationStatusOrEmpty",
4413
- "resolved": "\"\" | \"error\" | \"success\" | \"warning\"",
3270
+ "original": "IcPaginationTypes",
3271
+ "resolved": "\"complex\" | \"simple\"",
4414
3272
  "references": {
4415
- "IcInformationStatusOrEmpty": {
3273
+ "IcPaginationTypes": {
4416
3274
  "location": "import",
4417
- "path": "../../utils/types",
4418
- "id": "src/utils/types.ts::IcInformationStatusOrEmpty"
4419
- }
4420
- }
4421
- },
4422
- "mutable": false,
4423
- "attr": "validation-status",
4424
- "reflectToAttr": false,
4425
- "docs": "The validation status - e.g. 'error' | 'warning' | 'success'.",
4426
- "docsTags": [],
4427
- "default": "\"\"",
4428
- "values": [
4429
- {
4430
- "type": "\"\""
4431
- },
4432
- {
4433
- "value": "error",
4434
- "type": "string"
4435
- },
4436
- {
4437
- "value": "success",
4438
- "type": "string"
4439
- },
4440
- {
4441
- "value": "warning",
4442
- "type": "string"
4443
- }
4444
- ],
4445
- "optional": true,
4446
- "required": false
4447
- },
4448
- {
4449
- "name": "validationText",
4450
- "type": "string",
4451
- "complexType": {
4452
- "original": "string",
4453
- "resolved": "string",
4454
- "references": {}
4455
- },
4456
- "mutable": false,
4457
- "attr": "validation-text",
4458
- "reflectToAttr": false,
4459
- "docs": "The text to display as the validation message.",
4460
- "docsTags": [],
4461
- "default": "\"\"",
4462
- "values": [
4463
- {
4464
- "type": "string"
3275
+ "path": "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types",
3276
+ "id": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationTypes"
3277
+ }
4465
3278
  }
4466
- ],
4467
- "optional": true,
4468
- "required": false
4469
- },
4470
- {
4471
- "name": "value",
4472
- "type": "string | string[]",
4473
- "complexType": {
4474
- "original": "string | string[]",
4475
- "resolved": "string | string[]",
4476
- "references": {}
4477
3279
  },
4478
- "mutable": true,
4479
- "attr": "value",
3280
+ "mutable": false,
3281
+ "attr": "type",
4480
3282
  "reflectToAttr": false,
4481
- "docs": "The value of the select, reflected by the value of the currently selected option.\nFor the searchable variant, the value is also reflected by the user input.\nFor the multi-select variant, the value must be an array of option values.",
3283
+ "docs": "Whether the displayed pagination is simple or complex.",
4482
3284
  "docsTags": [],
3285
+ "default": "\"simple\"",
4483
3286
  "values": [
4484
3287
  {
3288
+ "value": "complex",
4485
3289
  "type": "string"
4486
3290
  },
4487
3291
  {
4488
- "type": "string[]"
3292
+ "value": "simple",
3293
+ "type": "string"
4489
3294
  }
4490
3295
  ],
4491
3296
  "optional": true,
4492
3297
  "required": false
4493
3298
  }
4494
3299
  ],
4495
- "methods": [
4496
- {
4497
- "name": "setFocus",
4498
- "returns": {
4499
- "type": "Promise<void>",
4500
- "docs": ""
4501
- },
4502
- "complexType": {
4503
- "signature": "() => Promise<void>",
4504
- "parameters": [],
4505
- "references": {
4506
- "Promise": {
4507
- "location": "global",
4508
- "id": "global::Promise"
4509
- }
4510
- },
4511
- "return": "Promise<void>"
4512
- },
4513
- "signature": "setFocus() => Promise<void>",
4514
- "parameters": [],
4515
- "docs": "Sets focus on the input box.",
4516
- "docsTags": []
4517
- }
4518
- ],
3300
+ "methods": [],
4519
3301
  "events": [
4520
3302
  {
4521
- "event": "icBlur",
4522
- "detail": "void",
4523
- "bubbles": true,
4524
- "complexType": {
4525
- "original": "void",
4526
- "resolved": "void",
4527
- "references": {}
4528
- },
4529
- "cancelable": true,
4530
- "composed": true,
4531
- "docs": "Emitted when the select loses focus.",
4532
- "docsTags": []
4533
- },
4534
- {
4535
- "event": "icChange",
4536
- "detail": "IcValueEventDetail",
4537
- "bubbles": true,
4538
- "complexType": {
4539
- "original": "IcValueEventDetail",
4540
- "resolved": "IcValueEventDetail",
4541
- "references": {
4542
- "IcValueEventDetail": {
4543
- "location": "import",
4544
- "path": "../../utils/types",
4545
- "id": "src/utils/types.ts::IcValueEventDetail"
4546
- }
4547
- }
4548
- },
4549
- "cancelable": true,
4550
- "composed": true,
4551
- "docs": "Emitted when the value changes.",
4552
- "docsTags": []
4553
- },
4554
- {
4555
- "event": "icClear",
4556
- "detail": "void",
4557
- "bubbles": true,
4558
- "complexType": {
4559
- "original": "void",
4560
- "resolved": "void",
4561
- "references": {}
4562
- },
4563
- "cancelable": true,
4564
- "composed": true,
4565
- "docs": "Emitted when the clear button is clicked.",
4566
- "docsTags": []
4567
- },
4568
- {
4569
- "event": "icFocus",
4570
- "detail": "void",
3303
+ "event": "icItemsPerPageChange",
3304
+ "detail": "{ value: number; }",
4571
3305
  "bubbles": true,
4572
3306
  "complexType": {
4573
- "original": "void",
4574
- "resolved": "void",
3307
+ "original": "{ value: number }",
3308
+ "resolved": "{ value: number; }",
4575
3309
  "references": {}
4576
3310
  },
4577
3311
  "cancelable": true,
4578
3312
  "composed": true,
4579
- "docs": "Emitted when the select gains focus.",
4580
- "docsTags": []
4581
- },
4582
- {
4583
- "event": "icInput",
4584
- "detail": "IcValueEventDetail",
4585
- "bubbles": true,
4586
- "complexType": {
4587
- "original": "IcValueEventDetail",
4588
- "resolved": "IcValueEventDetail",
4589
- "references": {
4590
- "IcValueEventDetail": {
4591
- "location": "import",
4592
- "path": "../../utils/types",
4593
- "id": "src/utils/types.ts::IcValueEventDetail"
4594
- }
4595
- }
4596
- },
4597
- "cancelable": true,
4598
- "composed": true,
4599
- "docs": "Emitted when a keyboard input occurred.",
4600
- "docsTags": []
4601
- },
4602
- {
4603
- "event": "icOptionDeselect",
4604
- "detail": "IcOptionSelectEventDetail",
4605
- "bubbles": true,
4606
- "complexType": {
4607
- "original": "IcOptionSelectEventDetail",
4608
- "resolved": "IcOptionSelectEventDetail",
4609
- "references": {
4610
- "IcOptionSelectEventDetail": {
4611
- "location": "import",
4612
- "path": "@ukic/web-components/dist/types/components",
4613
- "id": "../web-components/dist/types/components.d.ts::IcOptionSelectEventDetail"
4614
- }
4615
- }
4616
- },
4617
- "cancelable": true,
4618
- "composed": true,
4619
- "docs": "Emitted when `multiple` is `true` and an option is deselected.",
4620
- "docsTags": []
4621
- },
4622
- {
4623
- "event": "icOptionSelect",
4624
- "detail": "IcOptionSelectEventDetail",
4625
- "bubbles": true,
4626
- "complexType": {
4627
- "original": "IcOptionSelectEventDetail",
4628
- "resolved": "IcOptionSelectEventDetail",
4629
- "references": {
4630
- "IcOptionSelectEventDetail": {
4631
- "location": "import",
4632
- "path": "@ukic/web-components/dist/types/components",
4633
- "id": "../web-components/dist/types/components.d.ts::IcOptionSelectEventDetail"
4634
- }
4635
- }
4636
- },
4637
- "cancelable": true,
4638
- "composed": true,
4639
- "docs": "Emitted when an option is selected.\nSelecting an option will also trigger an `icChange/onIcChange` due to the value being updated.",
3313
+ "docs": "Emitted when the items per page option is changed.",
4640
3314
  "docsTags": []
4641
3315
  },
4642
3316
  {
4643
- "event": "icRetryLoad",
4644
- "detail": "IcValueEventDetail",
3317
+ "event": "icPageChange",
3318
+ "detail": "IcPageChangeEventDetail",
4645
3319
  "bubbles": true,
4646
3320
  "complexType": {
4647
- "original": "IcValueEventDetail",
4648
- "resolved": "IcValueEventDetail",
3321
+ "original": "IcPageChangeEventDetail",
3322
+ "resolved": "IcPageChangeEventDetail",
4649
3323
  "references": {
4650
- "IcValueEventDetail": {
3324
+ "IcPageChangeEventDetail": {
4651
3325
  "location": "import",
4652
- "path": "../../utils/types",
4653
- "id": "src/utils/types.ts::IcValueEventDetail"
3326
+ "path": "./ic-pagination-bar.types",
3327
+ "id": "src/components/ic-pagination-bar/ic-pagination-bar.types.ts::IcPageChangeEventDetail"
4654
3328
  }
4655
3329
  }
4656
3330
  },
4657
3331
  "cancelable": true,
4658
3332
  "composed": true,
4659
- "docs": "Emitted when the 'retry loading' button is clicked for a searchable variant.",
3333
+ "docs": "Emitted when a page is navigated to via the 'go to' input.\nThe `detail` property contains `value` (i.e. the page number) and a `fromItemsPerPage` flag to indicate if the event was triggered by the `icItemsPerPageChange` event also occurring.",
4660
3334
  "docsTags": []
4661
3335
  }
4662
3336
  ],
4663
- "listeners": [],
4664
- "styles": [
4665
- {
4666
- "name": "--ic-z-index-menu",
4667
- "annotation": "prop",
4668
- "docs": "z-index of select menu"
4669
- },
4670
- {
4671
- "name": "--input-width",
4672
- "annotation": "prop",
4673
- "docs": "Width of the input field"
4674
- },
3337
+ "listeners": [
4675
3338
  {
4676
- "name": "--menu-width",
4677
- "annotation": "prop",
4678
- "docs": "Width of the dropdown menu"
3339
+ "event": "icPageChange",
3340
+ "capture": false,
3341
+ "passive": false
4679
3342
  }
4680
3343
  ],
3344
+ "styles": [],
4681
3345
  "slots": [],
4682
3346
  "parts": [],
4683
- "dependents": [],
3347
+ "dependents": [
3348
+ "ic-data-table"
3349
+ ],
4684
3350
  "dependencies": [
4685
- "ic-input-container",
4686
- "ic-input-label",
4687
- "ic-input-component-container",
4688
3351
  "ic-typography",
4689
- "ic-button",
4690
- "ic-menu-with-multi",
4691
- "ic-input-validation"
3352
+ "ic-select",
3353
+ "ic-pagination",
3354
+ "ic-tooltip",
3355
+ "ic-text-field",
3356
+ "ic-button"
4692
3357
  ],
4693
3358
  "dependencyGraph": {
4694
- "ic-select-with-multi": [
3359
+ "ic-pagination-bar": [
3360
+ "ic-typography",
3361
+ "ic-select",
3362
+ "ic-pagination",
3363
+ "ic-tooltip",
3364
+ "ic-text-field",
3365
+ "ic-button"
3366
+ ],
3367
+ "ic-select": [
4695
3368
  "ic-input-container",
4696
3369
  "ic-input-label",
4697
3370
  "ic-input-component-container",
4698
3371
  "ic-typography",
4699
3372
  "ic-button",
4700
- "ic-menu-with-multi",
3373
+ "ic-menu",
4701
3374
  "ic-input-validation"
4702
3375
  ],
4703
3376
  "ic-input-label": [
@@ -4713,13 +3386,30 @@
4713
3386
  "ic-tooltip": [
4714
3387
  "ic-typography"
4715
3388
  ],
4716
- "ic-menu-with-multi": [
3389
+ "ic-menu": [
4717
3390
  "ic-loading-indicator",
4718
3391
  "ic-typography",
4719
3392
  "ic-button"
4720
3393
  ],
4721
3394
  "ic-input-validation": [
4722
3395
  "ic-typography"
3396
+ ],
3397
+ "ic-pagination": [
3398
+ "ic-button",
3399
+ "ic-pagination-item"
3400
+ ],
3401
+ "ic-pagination-item": [
3402
+ "ic-typography"
3403
+ ],
3404
+ "ic-text-field": [
3405
+ "ic-input-container",
3406
+ "ic-input-label",
3407
+ "ic-input-component-container",
3408
+ "ic-input-validation",
3409
+ "ic-typography"
3410
+ ],
3411
+ "ic-data-table": [
3412
+ "ic-pagination-bar"
4723
3413
  ]
4724
3414
  }
4725
3415
  },
@@ -4727,7 +3417,7 @@
4727
3417
  "filePath": "src/components/ic-tree-item/ic-tree-item.tsx",
4728
3418
  "encapsulation": "shadow",
4729
3419
  "tag": "ic-tree-item",
4730
- "readme": "# ic-tree-item\r\n\r\n\r\n\r",
3420
+ "readme": "# ic-tree-item\n\n\n",
4731
3421
  "docs": "",
4732
3422
  "docsTags": [
4733
3423
  {
@@ -4767,6 +3457,28 @@
4767
3457
  "optional": true,
4768
3458
  "required": false
4769
3459
  },
3460
+ {
3461
+ "name": "expanded",
3462
+ "type": "boolean",
3463
+ "complexType": {
3464
+ "original": "boolean",
3465
+ "resolved": "boolean",
3466
+ "references": {}
3467
+ },
3468
+ "mutable": true,
3469
+ "attr": "expanded",
3470
+ "reflectToAttr": false,
3471
+ "docs": "If `true`, the tree item appears in the expanded state.",
3472
+ "docsTags": [],
3473
+ "default": "false",
3474
+ "values": [
3475
+ {
3476
+ "type": "boolean"
3477
+ }
3478
+ ],
3479
+ "optional": false,
3480
+ "required": false
3481
+ },
4770
3482
  {
4771
3483
  "name": "href",
4772
3484
  "type": "string",
@@ -5037,7 +3749,7 @@
5037
3749
  "filePath": "src/components/ic-tree-view/ic-tree-view.tsx",
5038
3750
  "encapsulation": "shadow",
5039
3751
  "tag": "ic-tree-view",
5040
- "readme": "# ic-tree-view\r\n\r\n\r\n\r",
3752
+ "readme": "# ic-tree-view\n\n\n",
5041
3753
  "docs": "",
5042
3754
  "docsTags": [
5043
3755
  {
@@ -5084,6 +3796,28 @@
5084
3796
  "optional": true,
5085
3797
  "required": false
5086
3798
  },
3799
+ {
3800
+ "name": "focusInset",
3801
+ "type": "boolean",
3802
+ "complexType": {
3803
+ "original": "boolean",
3804
+ "resolved": "boolean",
3805
+ "references": {}
3806
+ },
3807
+ "mutable": false,
3808
+ "attr": "focus-inset",
3809
+ "reflectToAttr": false,
3810
+ "docs": "If `true`, tree items will have inset focus.",
3811
+ "docsTags": [],
3812
+ "default": "false",
3813
+ "values": [
3814
+ {
3815
+ "type": "boolean"
3816
+ }
3817
+ ],
3818
+ "optional": true,
3819
+ "required": false
3820
+ },
5087
3821
  {
5088
3822
  "name": "heading",
5089
3823
  "type": "string",
@@ -5219,7 +3953,7 @@
5219
3953
  "path": "../web-components/dist/types/utils/types.d.ts"
5220
3954
  },
5221
3955
  "src/utils/types.ts::IcPaginationBarOptions": {
5222
- "declaration": "export interface IcPaginationBarOptions {\n itemsPerPageOptions?: { label: string; value: string }[];\n rangeLabelType?: IcPaginationLabelTypes;\n type?: IcPaginationTypes;\n showItemsPerPageControl?: boolean;\n showGoToPageControl?: boolean;\n alignment?: IcPaginationAlignmentOptions;\n appearance?: IcThemeForeground;\n itemLabel?: string;\n pageLabel?: string;\n hideRangeLabel?: boolean;\n}",
3956
+ "declaration": "export interface IcPaginationBarOptions {\n itemsPerPageOptions?: { label: string; value: string }[];\n rangeLabelType?: IcPaginationLabelTypes;\n type?: IcPaginationTypes;\n showItemsPerPageControl?: boolean;\n showGoToPageControl?: boolean;\n alignment?: IcPaginationAlignmentOptions;\n appearance?: IcThemeForeground;\n itemLabel?: string;\n pageLabel?: string;\n hideRangeLabel?: boolean;\n hideAllFromItemsPerPage?: boolean;\n}",
5223
3957
  "docstring": "",
5224
3958
  "path": "src/utils/types.ts"
5225
3959
  },
@@ -5288,46 +4022,6 @@
5288
4022
  "docstring": "",
5289
4023
  "path": "src/utils/types.ts"
5290
4024
  },
5291
- "../web-components/dist/types/utils/types.d.ts::IcActivationTypes": {
5292
- "declaration": "export type IcActivationTypes = \"automatic\" | \"manual\";",
5293
- "docstring": "",
5294
- "path": "../web-components/dist/types/utils/types.d.ts"
5295
- },
5296
- "../web-components/dist/types/components.d.ts::IcSearchBarSearchModes": {
5297
- "declaration": "any",
5298
- "docstring": "",
5299
- "path": "../web-components/dist/types/components.d.ts"
5300
- },
5301
- "../web-components/dist/types/utils/types.d.ts::IcMenuOption": {
5302
- "declaration": "export interface IcMenuOption {\n description?: string;\n disabled?: boolean;\n recommended?: boolean;\n children?: IcMenuOption[];\n loading?: boolean;\n timedOut?: boolean;\n [key: string]: any;\n element?: {\n component: any;\n ariaLabel: string;\n };\n icon?: any;\n}",
5303
- "docstring": "",
5304
- "path": "../web-components/dist/types/utils/types.d.ts"
5305
- },
5306
- "../web-components/dist/types/components.d.ts::IcMenuOptionIdEventDetail": {
5307
- "declaration": "any",
5308
- "docstring": "",
5309
- "path": "../web-components/dist/types/components.d.ts"
5310
- },
5311
- "../web-components/dist/types/components.d.ts::IcOptionSelectEventDetail": {
5312
- "declaration": "any",
5313
- "docstring": "",
5314
- "path": "../web-components/dist/types/components.d.ts"
5315
- },
5316
- "../web-components/dist/types/components.d.ts::IcMenuChangeEventDetail": {
5317
- "declaration": "any",
5318
- "docstring": "",
5319
- "path": "../web-components/dist/types/components.d.ts"
5320
- },
5321
- "src/utils/types.ts::IcValueEventDetail": {
5322
- "declaration": "export interface IcValueEventDetail {\n value: string | string[];\n keyPressed?: string;\n}",
5323
- "docstring": "",
5324
- "path": "src/utils/types.ts"
5325
- },
5326
- "src/utils/types.ts::IcSearchMatchPositions": {
5327
- "declaration": "export type IcSearchMatchPositions = \"start\" | \"anywhere\";",
5328
- "docstring": "",
5329
- "path": "src/utils/types.ts"
5330
- },
5331
4025
  "src/utils/types.ts::IcThemeForegroundNoDefault": {
5332
4026
  "declaration": "export type IcThemeForegroundNoDefault = \"dark\" | \"light\";",
5333
4027
  "docstring": "",