@ukic/canary-docs 3.0.0-canary.1 → 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 +301 -1574
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -646,10 +646,10 @@
646
646
  },
647
647
  {
648
648
  "name": "loadingOptions",
649
- "type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; }",
649
+ "type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; monochrome?: boolean; }",
650
650
  "complexType": {
651
- "original": "{\n appearance?: IcThemeForegroundNoDefault;\n description?: string;\n label?: string;\n labelDuration?: number;\n max?: number;\n min?: number;\n progress?: number;\n showBackground?: boolean;\n }",
652
- "resolved": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; }",
651
+ "original": "{\n appearance?: IcThemeForegroundNoDefault;\n description?: string;\n label?: string;\n labelDuration?: number;\n max?: number;\n min?: number;\n progress?: number;\n showBackground?: boolean;\n monochrome?: boolean;\n }",
652
+ "resolved": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; monochrome?: boolean; }",
653
653
  "references": {
654
654
  "IcThemeForegroundNoDefault": {
655
655
  "location": "import",
@@ -664,7 +664,7 @@
664
664
  "docsTags": [],
665
665
  "values": [
666
666
  {
667
- "type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; }"
667
+ "type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; label?: string; labelDuration?: number; max?: number; min?: number; progress?: number; showBackground?: boolean; monochrome?: boolean; }"
668
668
  }
669
669
  ],
670
670
  "optional": true,
@@ -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"
@@ -959,10 +959,10 @@
959
959
  },
960
960
  {
961
961
  "name": "updatingOptions",
962
- "type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; max?: number; min?: number; progress?: number; }",
962
+ "type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; max?: number; min?: number; progress?: number; monochrome?: boolean; }",
963
963
  "complexType": {
964
- "original": "{\n appearance?: IcThemeForegroundNoDefault;\n description?: string;\n max?: number;\n min?: number;\n progress?: number;\n }",
965
- "resolved": "{ appearance?: IcThemeForegroundNoDefault; description?: string; max?: number; min?: number; progress?: number; }",
964
+ "original": "{\n appearance?: IcThemeForegroundNoDefault;\n description?: string;\n max?: number;\n min?: number;\n progress?: number;\n monochrome?: boolean;\n }",
965
+ "resolved": "{ appearance?: IcThemeForegroundNoDefault; description?: string; max?: number; min?: number; progress?: number; monochrome?: boolean; }",
966
966
  "references": {
967
967
  "IcThemeForegroundNoDefault": {
968
968
  "location": "import",
@@ -977,7 +977,7 @@
977
977
  "docsTags": [],
978
978
  "values": [
979
979
  {
980
- "type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; max?: number; min?: number; progress?: number; }"
980
+ "type": "{ appearance?: IcThemeForegroundNoDefault; description?: string; max?: number; min?: number; progress?: number; monochrome?: boolean; }"
981
981
  }
982
982
  ],
983
983
  "optional": true,
@@ -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",
@@ -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\n\n\n",
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,1487 +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\n\n\n",
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": "hideRangeLabel",
3445
- "type": "boolean",
3446
- "complexType": {
3447
- "original": "boolean",
3448
- "resolved": "boolean",
3449
- "references": {}
3450
- },
3451
- "mutable": false,
3452
- "attr": "hide-range-label",
3453
- "reflectToAttr": false,
3454
- "docs": "If `true`, the number of total items and current item range or number of total pages and current page will be hidden.",
3455
- "docsTags": [],
3456
- "default": "false",
3457
- "values": [
3458
- {
3459
- "type": "boolean"
3460
- }
3461
- ],
3462
- "optional": true,
3463
- "required": false
3464
- },
3465
- {
3466
- "name": "itemLabel",
3467
- "type": "string",
3468
- "complexType": {
3469
- "original": "string",
3470
- "resolved": "string",
3471
- "references": {}
3472
- },
3473
- "mutable": false,
3474
- "attr": "item-label",
3475
- "reflectToAttr": false,
3476
- "docs": "The text which will be used in place of 'Item' on the pagination bar.",
3477
- "docsTags": [],
3478
- "default": "\"Item\"",
3479
- "values": [
3480
- {
3481
- "type": "string"
3482
- }
3483
- ],
3484
- "optional": true,
3485
- "required": false
3486
- },
3487
- {
3488
- "name": "itemsPerPageOptions",
3489
- "type": "{ label: string; value: string; }[]",
3490
- "complexType": {
3491
- "original": "{\n label: string;\n value: string;\n }[]",
3492
- "resolved": "{ label: string; value: string; }[]",
3493
- "references": {}
3494
- },
3495
- "mutable": false,
3496
- "reflectToAttr": false,
3497
- "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.",
3498
- "docsTags": [],
3499
- "values": [
3500
- {
3501
- "type": "{ label: string; value: string; }[]"
3502
- }
3503
- ],
3504
- "optional": true,
3505
- "required": false
3506
- },
3507
- {
3508
- "name": "pageLabel",
3509
- "type": "string",
3510
- "complexType": {
3511
- "original": "string",
3512
- "resolved": "string",
3513
- "references": {}
3514
- },
3515
- "mutable": false,
3516
- "attr": "page-label",
3517
- "reflectToAttr": false,
3518
- "docs": "The text which will be used in place of 'Page' on the pagination bar.",
3519
- "docsTags": [],
3520
- "default": "\"Page\"",
3521
- "values": [
3522
- {
3523
- "type": "string"
3524
- }
3525
- ],
3526
- "optional": true,
3527
- "required": false
3528
- },
3529
- {
3530
- "name": "rangeLabelType",
3531
- "type": "\"data\" | \"page\"",
3532
- "complexType": {
3533
- "original": "IcPaginationLabelTypes",
3534
- "resolved": "\"data\" | \"page\"",
3535
- "references": {
3536
- "IcPaginationLabelTypes": {
3537
- "location": "import",
3538
- "path": "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types",
3539
- "id": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationLabelTypes"
3540
- }
3541
- }
3542
- },
3543
- "mutable": false,
3544
- "attr": "range-label-type",
3545
- "reflectToAttr": false,
3546
- "docs": "Whether total number of items and current item range or total number of pages and current page is displayed.",
3547
- "docsTags": [],
3548
- "default": "\"page\"",
3549
- "values": [
3550
- {
3551
- "value": "data",
3552
- "type": "string"
3553
- },
3554
- {
3555
- "value": "page",
3556
- "type": "string"
3557
- }
3558
- ],
3559
- "optional": true,
3560
- "required": false
3561
- },
3562
- {
3563
- "name": "showGoToPageControl",
3564
- "type": "boolean",
3565
- "complexType": {
3566
- "original": "boolean",
3567
- "resolved": "boolean",
3568
- "references": {}
3569
- },
3570
- "mutable": false,
3571
- "attr": "show-go-to-page-control",
3572
- "reflectToAttr": false,
3573
- "docs": "If `true`, the 'go to page' control should be displayed.",
3574
- "docsTags": [],
3575
- "default": "false",
3576
- "values": [
3577
- {
3578
- "type": "boolean"
3579
- }
3580
- ],
3581
- "optional": true,
3582
- "required": false
3583
- },
3584
- {
3585
- "name": "showItemsPerPageControl",
3586
- "type": "boolean",
3587
- "complexType": {
3588
- "original": "boolean",
3589
- "resolved": "boolean",
3590
- "references": {}
3591
- },
3592
- "mutable": false,
3593
- "attr": "show-items-per-page-control",
3594
- "reflectToAttr": false,
3595
- "docs": "If `true`, the select input to control 'items per page' 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": "totalItems",
3608
- "type": "number",
3609
- "complexType": {
3610
- "original": "number",
3611
- "resolved": "number",
3612
- "references": {}
3613
- },
3614
- "mutable": false,
3615
- "attr": "total-items",
3616
- "reflectToAttr": false,
3617
- "docs": "Total number of items to be displayed across all pages.",
3618
- "docsTags": [],
3619
- "values": [
3620
- {
3621
- "type": "number"
3622
- }
3623
- ],
3624
- "optional": false,
3625
- "required": true
3626
- },
3627
- {
3628
- "name": "type",
3629
- "type": "\"complex\" | \"simple\"",
3630
- "complexType": {
3631
- "original": "IcPaginationTypes",
3632
- "resolved": "\"complex\" | \"simple\"",
3633
- "references": {
3634
- "IcPaginationTypes": {
3635
- "location": "import",
3636
- "path": "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types",
3637
- "id": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts::IcPaginationTypes"
3638
- }
3639
- }
3640
- },
3641
- "mutable": false,
3642
- "attr": "type",
3643
- "reflectToAttr": false,
3644
- "docs": "Whether the displayed pagination is simple or complex.",
3645
- "docsTags": [],
3646
- "default": "\"simple\"",
3647
- "values": [
3648
- {
3649
- "value": "complex",
3650
- "type": "string"
3651
- },
3652
- {
3653
- "value": "simple",
3654
- "type": "string"
3655
- }
3656
- ],
3657
- "optional": true,
3658
- "required": false
3659
- }
3660
- ],
3661
- "methods": [],
3662
- "events": [
3663
- {
3664
- "event": "icItemsPerPageChange",
3665
- "detail": "{ value: number; }",
3666
- "bubbles": true,
3667
- "complexType": {
3668
- "original": "{ value: number }",
3669
- "resolved": "{ value: number; }",
3670
- "references": {}
3671
- },
3672
- "cancelable": true,
3673
- "composed": true,
3674
- "docs": "Emitted when the items per page option is changed.",
3675
- "docsTags": []
3676
- },
3677
- {
3678
- "event": "icPageChange",
3679
- "detail": "{ value: number; }",
3680
- "bubbles": true,
3681
- "complexType": {
3682
- "original": "{ value: number }",
3683
- "resolved": "{ value: number; }",
3684
- "references": {}
3685
- },
3686
- "cancelable": true,
3687
- "composed": true,
3688
- "docs": "Emitted when a page is navigated to via the 'go to' input.",
3689
- "docsTags": []
3690
- }
3691
- ],
3692
- "listeners": [
3693
- {
3694
- "event": "icPageChange",
3695
- "capture": false,
3696
- "passive": false
3697
- }
3698
- ],
3699
- "styles": [],
3700
- "slots": [],
3701
- "parts": [],
3702
- "dependents": [
3703
- "ic-data-table"
3704
- ],
3705
- "dependencies": [
3706
- "ic-typography",
3707
- "ic-select",
3708
- "ic-pagination",
3709
- "ic-tooltip",
3710
- "ic-text-field",
3711
- "ic-button"
3712
- ],
3713
- "dependencyGraph": {
3714
- "ic-pagination-bar": [
3715
- "ic-typography",
3716
- "ic-select",
3717
- "ic-pagination",
3718
- "ic-tooltip",
3719
- "ic-text-field",
3720
- "ic-button"
3721
- ],
3722
- "ic-select": [
3723
- "ic-input-container",
3724
- "ic-input-label",
3725
- "ic-input-component-container",
3726
- "ic-typography",
3727
- "ic-button",
3728
- "ic-menu",
3729
- "ic-input-validation"
3730
- ],
3731
- "ic-input-label": [
3732
- "ic-typography"
3733
- ],
3734
- "ic-button": [
3735
- "ic-loading-indicator",
3736
- "ic-tooltip"
3737
- ],
3738
- "ic-loading-indicator": [
3739
- "ic-typography"
3740
- ],
3741
- "ic-tooltip": [
3742
- "ic-typography"
3743
- ],
3744
- "ic-menu": [
3745
- "ic-loading-indicator",
3746
- "ic-typography",
3747
- "ic-button"
3748
- ],
3749
- "ic-input-validation": [
3750
- "ic-typography"
3751
- ],
3752
- "ic-pagination": [
3753
- "ic-button",
3754
- "ic-pagination-item"
3755
- ],
3756
- "ic-pagination-item": [
3757
- "ic-typography"
3758
- ],
3759
- "ic-text-field": [
3760
- "ic-input-container",
3761
- "ic-input-label",
3762
- "ic-input-component-container",
3763
- "ic-input-validation",
3764
- "ic-typography"
3765
- ],
3766
- "ic-data-table": [
3767
- "ic-pagination-bar"
3768
- ]
3769
- }
3770
- },
3771
- {
3772
- "filePath": "src/components/ic-select-with-multi/ic-select.tsx",
3773
- "encapsulation": "shadow",
3774
- "tag": "ic-select-with-multi",
3775
- "readme": "# ic-select\n\n\n",
3776
- "docs": "",
3777
- "docsTags": [],
3778
- "usage": {},
3779
- "props": [
3780
- {
3781
- "name": "debounce",
3782
- "type": "number",
3783
- "complexType": {
3784
- "original": "number",
3785
- "resolved": "number",
3786
- "references": {}
3787
- },
3788
- "mutable": false,
3789
- "attr": "debounce",
3790
- "reflectToAttr": false,
3791
- "docs": "The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.",
3792
- "docsTags": [],
3793
- "default": "0",
3794
- "values": [
3795
- {
3796
- "type": "number"
3797
- }
3798
- ],
3799
- "optional": true,
3800
- "required": false
3801
- },
3802
- {
3803
- "name": "disableAutoFiltering",
3804
- "type": "boolean",
3805
- "complexType": {
3806
- "original": "boolean",
3807
- "resolved": "boolean",
3808
- "references": {}
3809
- },
3810
- "mutable": false,
3811
- "attr": "disable-auto-filtering",
3812
- "reflectToAttr": false,
3813
- "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.",
3814
- "docsTags": [],
3815
- "default": "false",
3816
- "values": [
3817
- {
3818
- "type": "boolean"
3819
- }
3820
- ],
3821
- "optional": true,
3822
- "required": false
3823
- },
3824
- {
3825
- "name": "disabled",
3826
- "type": "boolean",
3827
- "complexType": {
3828
- "original": "boolean",
3829
- "resolved": "boolean",
3830
- "references": {}
3831
- },
3832
- "mutable": false,
3833
- "attr": "disabled",
3834
- "reflectToAttr": true,
3835
- "docs": "If `true`, the disabled state will be set.",
3836
- "docsTags": [],
3837
- "default": "false",
3838
- "values": [
3839
- {
3840
- "type": "boolean"
3841
- }
3842
- ],
3843
- "optional": true,
3844
- "required": false
3845
- },
3846
- {
3847
- "name": "emptyOptionListText",
3848
- "type": "string",
3849
- "complexType": {
3850
- "original": "string",
3851
- "resolved": "string",
3852
- "references": {}
3853
- },
3854
- "mutable": false,
3855
- "attr": "empty-option-list-text",
3856
- "reflectToAttr": false,
3857
- "docs": "The text displayed when there are no options in the option list.",
3858
- "docsTags": [],
3859
- "default": "\"No results found\"",
3860
- "values": [
3861
- {
3862
- "type": "string"
3863
- }
3864
- ],
3865
- "optional": false,
3866
- "required": false
3867
- },
3868
- {
3869
- "name": "form",
3870
- "type": "string",
3871
- "complexType": {
3872
- "original": "string",
3873
- "resolved": "string",
3874
- "references": {}
3875
- },
3876
- "mutable": false,
3877
- "attr": "form",
3878
- "reflectToAttr": false,
3879
- "docs": "The <form> element to associate the select with.",
3880
- "docsTags": [],
3881
- "values": [
3882
- {
3883
- "type": "string"
3884
- }
3885
- ],
3886
- "optional": true,
3887
- "required": false
3888
- },
3889
- {
3890
- "name": "fullWidth",
3891
- "type": "boolean",
3892
- "complexType": {
3893
- "original": "boolean",
3894
- "resolved": "boolean",
3895
- "references": {}
3896
- },
3897
- "mutable": false,
3898
- "attr": "full-width",
3899
- "reflectToAttr": false,
3900
- "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.",
3901
- "docsTags": [],
3902
- "default": "false",
3903
- "values": [
3904
- {
3905
- "type": "boolean"
3906
- }
3907
- ],
3908
- "optional": false,
3909
- "required": false
3910
- },
3911
- {
3912
- "name": "helperText",
3913
- "type": "string",
3914
- "complexType": {
3915
- "original": "string",
3916
- "resolved": "string",
3917
- "references": {}
3918
- },
3919
- "mutable": false,
3920
- "attr": "helper-text",
3921
- "reflectToAttr": false,
3922
- "docs": "The helper text that will be displayed for additional field guidance.",
3923
- "docsTags": [],
3924
- "default": "\"\"",
3925
- "values": [
3926
- {
3927
- "type": "string"
3928
- }
3929
- ],
3930
- "optional": true,
3931
- "required": false
3932
- },
3933
- {
3934
- "name": "hideLabel",
3935
- "type": "boolean",
3936
- "complexType": {
3937
- "original": "boolean",
3938
- "resolved": "boolean",
3939
- "references": {}
3940
- },
3941
- "mutable": false,
3942
- "attr": "hide-label",
3943
- "reflectToAttr": false,
3944
- "docs": "If `true`, the label will be hidden and the required label value will be applied as an aria-label.",
3945
- "docsTags": [],
3946
- "default": "false",
3947
- "values": [
3948
- {
3949
- "type": "boolean"
3950
- }
3951
- ],
3952
- "optional": true,
3953
- "required": false
3954
- },
3955
- {
3956
- "name": "includeDescriptionsInSearch",
3957
- "type": "boolean",
3958
- "complexType": {
3959
- "original": "boolean",
3960
- "resolved": "boolean",
3961
- "references": {}
3962
- },
3963
- "mutable": false,
3964
- "attr": "include-descriptions-in-search",
3965
- "reflectToAttr": false,
3966
- "docs": "If `true`, descriptions of options will be included when filtering options in a searchable select. Only applies to built in filtering.",
3967
- "docsTags": [],
3968
- "default": "false",
3969
- "values": [
3970
- {
3971
- "type": "boolean"
3972
- }
3973
- ],
3974
- "optional": true,
3975
- "required": false
3976
- },
3977
- {
3978
- "name": "includeGroupTitlesInSearch",
3979
- "type": "boolean",
3980
- "complexType": {
3981
- "original": "boolean",
3982
- "resolved": "boolean",
3983
- "references": {}
3984
- },
3985
- "mutable": false,
3986
- "attr": "include-group-titles-in-search",
3987
- "reflectToAttr": false,
3988
- "docs": "If `true`, group titles of grouped options will be included when filtering options in a searchable select. Only applies to built in filtering.",
3989
- "docsTags": [],
3990
- "default": "false",
3991
- "values": [
3992
- {
3993
- "type": "boolean"
3994
- }
3995
- ],
3996
- "optional": true,
3997
- "required": false
3998
- },
3999
- {
4000
- "name": "label",
4001
- "type": "string",
4002
- "complexType": {
4003
- "original": "string",
4004
- "resolved": "string",
4005
- "references": {}
4006
- },
4007
- "mutable": false,
4008
- "attr": "label",
4009
- "reflectToAttr": false,
4010
- "docs": "The label for the select.",
4011
- "docsTags": [],
4012
- "values": [
4013
- {
4014
- "type": "string"
4015
- }
4016
- ],
4017
- "optional": false,
4018
- "required": true
4019
- },
4020
- {
4021
- "name": "loading",
4022
- "type": "boolean",
4023
- "complexType": {
4024
- "original": "boolean",
4025
- "resolved": "boolean",
4026
- "references": {}
4027
- },
4028
- "mutable": true,
4029
- "attr": "loading",
4030
- "reflectToAttr": false,
4031
- "docs": "If `true`, the loading state will be triggered when fetching options asynchronously.",
4032
- "docsTags": [],
4033
- "default": "false",
4034
- "values": [
4035
- {
4036
- "type": "boolean"
4037
- }
4038
- ],
4039
- "optional": true,
4040
- "required": false
4041
- },
4042
- {
4043
- "name": "loadingErrorLabel",
4044
- "type": "string",
4045
- "complexType": {
4046
- "original": "string",
4047
- "resolved": "string",
4048
- "references": {}
4049
- },
4050
- "mutable": false,
4051
- "attr": "loading-error-label",
4052
- "reflectToAttr": false,
4053
- "docs": "The message displayed when external loading times out.",
4054
- "docsTags": [],
4055
- "default": "\"Loading Error\"",
4056
- "values": [
4057
- {
4058
- "type": "string"
4059
- }
4060
- ],
4061
- "optional": true,
4062
- "required": false
4063
- },
4064
- {
4065
- "name": "loadingLabel",
4066
- "type": "string",
4067
- "complexType": {
4068
- "original": "string",
4069
- "resolved": "string",
4070
- "references": {}
4071
- },
4072
- "mutable": false,
4073
- "attr": "loading-label",
4074
- "reflectToAttr": false,
4075
- "docs": "The message displayed whilst the options are being loaded externally.",
4076
- "docsTags": [],
4077
- "default": "\"Loading...\"",
4078
- "values": [
4079
- {
4080
- "type": "string"
4081
- }
4082
- ],
4083
- "optional": true,
4084
- "required": false
4085
- },
4086
- {
4087
- "name": "multiple",
4088
- "type": "boolean",
4089
- "complexType": {
4090
- "original": "boolean",
4091
- "resolved": "boolean",
4092
- "references": {}
4093
- },
4094
- "mutable": false,
4095
- "attr": "multiple",
4096
- "reflectToAttr": false,
4097
- "docs": "If `true`, multiple options can be selected.",
4098
- "docsTags": [],
4099
- "default": "false",
4100
- "values": [
4101
- {
4102
- "type": "boolean"
4103
- }
4104
- ],
4105
- "optional": true,
4106
- "required": false
4107
- },
4108
- {
4109
- "name": "name",
4110
- "type": "string",
4111
- "complexType": {
4112
- "original": "string",
4113
- "resolved": "string",
4114
- "references": {}
4115
- },
4116
- "mutable": false,
4117
- "attr": "name",
4118
- "reflectToAttr": false,
4119
- "docs": "The name of the control, which is submitted with the form data.",
4120
- "docsTags": [],
4121
- "default": "this.inputId",
4122
- "values": [
4123
- {
4124
- "type": "string"
4125
- }
4126
- ],
4127
- "optional": true,
4128
- "required": false
4129
- },
4130
- {
4131
- "name": "options",
4132
- "type": "IcMenuOption[]",
4133
- "complexType": {
4134
- "original": "IcMenuOption[]",
4135
- "resolved": "IcMenuOption[]",
4136
- "references": {
4137
- "IcMenuOption": {
4138
- "location": "import",
4139
- "path": "@ukic/web-components/dist/types/utils/types",
4140
- "id": "../web-components/dist/types/utils/types.d.ts::IcMenuOption"
4141
- }
4142
- }
4143
- },
4144
- "mutable": false,
4145
- "reflectToAttr": false,
4146
- "docs": "The possible selection options.",
4147
- "docsTags": [],
4148
- "default": "[]",
4149
- "values": [
4150
- {
4151
- "type": "IcMenuOption[]"
4152
- }
4153
- ],
4154
- "optional": true,
4155
- "required": false
4156
- },
4157
- {
4158
- "name": "placeholder",
4159
- "type": "string",
4160
- "complexType": {
4161
- "original": "string",
4162
- "resolved": "string",
4163
- "references": {}
4164
- },
4165
- "mutable": false,
4166
- "attr": "placeholder",
4167
- "reflectToAttr": false,
4168
- "docs": "The placeholder value to be displayed.",
4169
- "docsTags": [],
4170
- "default": "\"Select an option\"",
4171
- "values": [
4172
- {
4173
- "type": "string"
4174
- }
4175
- ],
4176
- "optional": true,
4177
- "required": false
4178
- },
4179
- {
4180
- "name": "readonly",
4181
- "type": "boolean",
4182
- "complexType": {
4183
- "original": "boolean",
4184
- "resolved": "boolean",
4185
- "references": {}
4186
- },
4187
- "mutable": false,
4188
- "attr": "readonly",
4189
- "reflectToAttr": false,
4190
- "docs": "If `true`, the readonly state will be set.",
4191
- "docsTags": [],
4192
- "default": "false",
4193
- "values": [
4194
- {
4195
- "type": "boolean"
4196
- }
4197
- ],
4198
- "optional": true,
4199
- "required": false
4200
- },
4201
- {
4202
- "name": "required",
4203
- "type": "boolean",
4204
- "complexType": {
4205
- "original": "boolean",
4206
- "resolved": "boolean",
4207
- "references": {}
4208
- },
4209
- "mutable": false,
4210
- "attr": "required",
4211
- "reflectToAttr": false,
4212
- "docs": "If `true`, the select will require a value.",
4213
- "docsTags": [],
4214
- "default": "false",
4215
- "values": [
4216
- {
4217
- "type": "boolean"
4218
- }
4219
- ],
4220
- "optional": true,
4221
- "required": false
4222
- },
4223
- {
4224
- "name": "searchMatchPosition",
4225
- "type": "\"anywhere\" | \"start\"",
4226
- "complexType": {
4227
- "original": "IcSearchMatchPositions",
4228
- "resolved": "\"anywhere\" | \"start\"",
4229
- "references": {
4230
- "IcSearchMatchPositions": {
4231
- "location": "import",
4232
- "path": "../../utils/types",
4233
- "id": "src/utils/types.ts::IcSearchMatchPositions"
4234
- }
4235
- }
4236
- },
4237
- "mutable": false,
4238
- "attr": "search-match-position",
4239
- "reflectToAttr": false,
4240
- "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.",
4241
- "docsTags": [],
4242
- "default": "\"anywhere\"",
4243
- "values": [
4244
- {
4245
- "value": "anywhere",
4246
- "type": "string"
4247
- },
4248
- {
4249
- "value": "start",
4250
- "type": "string"
4251
- }
4252
- ],
4253
- "optional": true,
4254
- "required": false
4255
- },
4256
- {
4257
- "name": "searchable",
4258
- "type": "boolean",
4259
- "complexType": {
4260
- "original": "boolean",
4261
- "resolved": "boolean",
4262
- "references": {}
4263
- },
4264
- "mutable": false,
4265
- "attr": "searchable",
4266
- "reflectToAttr": false,
4267
- "docs": "If `true`, a searchable variant of the select will be displayed which can be typed in to filter options.",
4268
- "docsTags": [],
4269
- "default": "false",
4270
- "values": [
4271
- {
4272
- "type": "boolean"
4273
- }
4274
- ],
4275
- "optional": true,
4276
- "required": false
4277
- },
4278
- {
4279
- "name": "selectOnEnter",
4280
- "type": "boolean",
4281
- "complexType": {
4282
- "original": "boolean",
4283
- "resolved": "boolean",
4284
- "references": {}
4285
- },
4286
- "mutable": false,
4287
- "attr": "select-on-enter",
4288
- "reflectToAttr": false,
4289
- "docs": "If `true`, the icOptionSelect event will be fired on enter instead of ArrowUp and ArrowDown.",
4290
- "docsTags": [],
4291
- "default": "false",
4292
- "values": [
4293
- {
4294
- "type": "boolean"
4295
- }
4296
- ],
4297
- "optional": true,
4298
- "required": false
4299
- },
4300
- {
4301
- "name": "showClearButton",
4302
- "type": "boolean",
4303
- "complexType": {
4304
- "original": "boolean",
4305
- "resolved": "boolean",
4306
- "references": {}
4307
- },
4308
- "mutable": false,
4309
- "attr": "show-clear-button",
4310
- "reflectToAttr": false,
4311
- "docs": "If `true`, a button which clears the select input when clicked will be displayed. The button will always appear on the searchable select.",
4312
- "docsTags": [],
4313
- "default": "false",
4314
- "values": [
4315
- {
4316
- "type": "boolean"
4317
- }
4318
- ],
4319
- "optional": true,
4320
- "required": false
4321
- },
4322
- {
4323
- "name": "size",
4324
- "type": "\"large\" | \"medium\" | \"small\"",
4325
- "complexType": {
4326
- "original": "IcSizes",
4327
- "resolved": "\"large\" | \"medium\" | \"small\"",
4328
- "references": {
4329
- "IcSizes": {
4330
- "location": "import",
4331
- "path": "../../utils/types",
4332
- "id": "src/utils/types.ts::IcSizes"
4333
- }
4334
- }
4335
- },
4336
- "mutable": false,
4337
- "attr": "size",
4338
- "reflectToAttr": false,
4339
- "docs": "The size of the select.",
4340
- "docsTags": [],
4341
- "default": "\"medium\"",
4342
- "values": [
4343
- {
4344
- "value": "large",
4345
- "type": "string"
4346
- },
4347
- {
4348
- "value": "medium",
4349
- "type": "string"
4350
- },
4351
- {
4352
- "value": "small",
4353
- "type": "string"
4354
- }
4355
- ],
4356
- "optional": true,
4357
- "required": false
4358
- },
4359
- {
4360
- "name": "timeout",
4361
- "type": "number",
4362
- "complexType": {
4363
- "original": "number",
4364
- "resolved": "number",
4365
- "references": {}
4366
- },
4367
- "mutable": false,
4368
- "attr": "timeout",
4369
- "reflectToAttr": false,
4370
- "docs": "If using external filtering, set a timeout for when loading takes too long.",
4371
- "docsTags": [],
4372
- "values": [
4373
- {
4374
- "type": "number"
4375
- }
4376
- ],
4377
- "optional": true,
4378
- "required": false
4379
- },
4380
- {
4381
- "name": "validationStatus",
4382
- "type": "\"\" | \"error\" | \"success\" | \"warning\"",
4383
- "complexType": {
4384
- "original": "IcInformationStatusOrEmpty",
4385
- "resolved": "\"\" | \"error\" | \"success\" | \"warning\"",
4386
- "references": {
4387
- "IcInformationStatusOrEmpty": {
4388
- "location": "import",
4389
- "path": "../../utils/types",
4390
- "id": "src/utils/types.ts::IcInformationStatusOrEmpty"
4391
- }
4392
- }
4393
- },
4394
- "mutable": false,
4395
- "attr": "validation-status",
4396
- "reflectToAttr": false,
4397
- "docs": "The validation status - e.g. 'error' | 'warning' | 'success'.",
4398
- "docsTags": [],
4399
- "default": "\"\"",
4400
- "values": [
4401
- {
4402
- "type": "\"\""
4403
- },
4404
- {
4405
- "value": "error",
4406
- "type": "string"
4407
- },
4408
- {
4409
- "value": "success",
4410
- "type": "string"
4411
- },
4412
- {
4413
- "value": "warning",
4414
- "type": "string"
4415
- }
4416
- ],
4417
- "optional": true,
4418
- "required": false
4419
- },
4420
- {
4421
- "name": "validationText",
4422
- "type": "string",
4423
- "complexType": {
4424
- "original": "string",
4425
- "resolved": "string",
4426
- "references": {}
4427
- },
4428
- "mutable": false,
4429
- "attr": "validation-text",
4430
- "reflectToAttr": false,
4431
- "docs": "The text to display as the validation message.",
4432
- "docsTags": [],
4433
- "default": "\"\"",
4434
- "values": [
4435
- {
4436
- "type": "string"
4437
- }
4438
- ],
4439
- "optional": true,
4440
- "required": false
3264
+ "required": true
4441
3265
  },
4442
3266
  {
4443
- "name": "value",
4444
- "type": "string | string[]",
3267
+ "name": "type",
3268
+ "type": "\"complex\" | \"simple\"",
4445
3269
  "complexType": {
4446
- "original": "string | string[]",
4447
- "resolved": "string | string[]",
4448
- "references": {}
3270
+ "original": "IcPaginationTypes",
3271
+ "resolved": "\"complex\" | \"simple\"",
3272
+ "references": {
3273
+ "IcPaginationTypes": {
3274
+ "location": "import",
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
+ }
3278
+ }
4449
3279
  },
4450
- "mutable": true,
4451
- "attr": "value",
3280
+ "mutable": false,
3281
+ "attr": "type",
4452
3282
  "reflectToAttr": false,
4453
- "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.",
4454
3284
  "docsTags": [],
3285
+ "default": "\"simple\"",
4455
3286
  "values": [
4456
3287
  {
3288
+ "value": "complex",
4457
3289
  "type": "string"
4458
3290
  },
4459
3291
  {
4460
- "type": "string[]"
3292
+ "value": "simple",
3293
+ "type": "string"
4461
3294
  }
4462
3295
  ],
4463
3296
  "optional": true,
4464
3297
  "required": false
4465
3298
  }
4466
3299
  ],
4467
- "methods": [
4468
- {
4469
- "name": "setFocus",
4470
- "returns": {
4471
- "type": "Promise<void>",
4472
- "docs": ""
4473
- },
4474
- "complexType": {
4475
- "signature": "() => Promise<void>",
4476
- "parameters": [],
4477
- "references": {
4478
- "Promise": {
4479
- "location": "global",
4480
- "id": "global::Promise"
4481
- }
4482
- },
4483
- "return": "Promise<void>"
4484
- },
4485
- "signature": "setFocus() => Promise<void>",
4486
- "parameters": [],
4487
- "docs": "Sets focus on the input box.",
4488
- "docsTags": []
4489
- }
4490
- ],
3300
+ "methods": [],
4491
3301
  "events": [
4492
3302
  {
4493
- "event": "icBlur",
4494
- "detail": "void",
4495
- "bubbles": true,
4496
- "complexType": {
4497
- "original": "void",
4498
- "resolved": "void",
4499
- "references": {}
4500
- },
4501
- "cancelable": true,
4502
- "composed": true,
4503
- "docs": "Emitted when the select loses focus.",
4504
- "docsTags": []
4505
- },
4506
- {
4507
- "event": "icChange",
4508
- "detail": "IcValueEventDetail",
4509
- "bubbles": true,
4510
- "complexType": {
4511
- "original": "IcValueEventDetail",
4512
- "resolved": "IcValueEventDetail",
4513
- "references": {
4514
- "IcValueEventDetail": {
4515
- "location": "import",
4516
- "path": "../../utils/types",
4517
- "id": "src/utils/types.ts::IcValueEventDetail"
4518
- }
4519
- }
4520
- },
4521
- "cancelable": true,
4522
- "composed": true,
4523
- "docs": "Emitted when the value changes.",
4524
- "docsTags": []
4525
- },
4526
- {
4527
- "event": "icClear",
4528
- "detail": "void",
4529
- "bubbles": true,
4530
- "complexType": {
4531
- "original": "void",
4532
- "resolved": "void",
4533
- "references": {}
4534
- },
4535
- "cancelable": true,
4536
- "composed": true,
4537
- "docs": "Emitted when the clear button is clicked.",
4538
- "docsTags": []
4539
- },
4540
- {
4541
- "event": "icFocus",
4542
- "detail": "void",
3303
+ "event": "icItemsPerPageChange",
3304
+ "detail": "{ value: number; }",
4543
3305
  "bubbles": true,
4544
3306
  "complexType": {
4545
- "original": "void",
4546
- "resolved": "void",
3307
+ "original": "{ value: number }",
3308
+ "resolved": "{ value: number; }",
4547
3309
  "references": {}
4548
3310
  },
4549
3311
  "cancelable": true,
4550
3312
  "composed": true,
4551
- "docs": "Emitted when the select gains focus.",
4552
- "docsTags": []
4553
- },
4554
- {
4555
- "event": "icInput",
4556
- "detail": "IcValueEventDetail",
4557
- "bubbles": true,
4558
- "complexType": {
4559
- "original": "IcValueEventDetail",
4560
- "resolved": "IcValueEventDetail",
4561
- "references": {
4562
- "IcValueEventDetail": {
4563
- "location": "import",
4564
- "path": "../../utils/types",
4565
- "id": "src/utils/types.ts::IcValueEventDetail"
4566
- }
4567
- }
4568
- },
4569
- "cancelable": true,
4570
- "composed": true,
4571
- "docs": "Emitted when a keyboard input occurred.",
4572
- "docsTags": []
4573
- },
4574
- {
4575
- "event": "icOptionDeselect",
4576
- "detail": "IcOptionSelectEventDetail",
4577
- "bubbles": true,
4578
- "complexType": {
4579
- "original": "IcOptionSelectEventDetail",
4580
- "resolved": "IcOptionSelectEventDetail",
4581
- "references": {
4582
- "IcOptionSelectEventDetail": {
4583
- "location": "import",
4584
- "path": "@ukic/web-components/dist/types/components",
4585
- "id": "../web-components/dist/types/components.d.ts::IcOptionSelectEventDetail"
4586
- }
4587
- }
4588
- },
4589
- "cancelable": true,
4590
- "composed": true,
4591
- "docs": "Emitted when `multiple` is `true` and an option is deselected.",
4592
- "docsTags": []
4593
- },
4594
- {
4595
- "event": "icOptionSelect",
4596
- "detail": "IcOptionSelectEventDetail",
4597
- "bubbles": true,
4598
- "complexType": {
4599
- "original": "IcOptionSelectEventDetail",
4600
- "resolved": "IcOptionSelectEventDetail",
4601
- "references": {
4602
- "IcOptionSelectEventDetail": {
4603
- "location": "import",
4604
- "path": "@ukic/web-components/dist/types/components",
4605
- "id": "../web-components/dist/types/components.d.ts::IcOptionSelectEventDetail"
4606
- }
4607
- }
4608
- },
4609
- "cancelable": true,
4610
- "composed": true,
4611
- "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.",
4612
3314
  "docsTags": []
4613
3315
  },
4614
3316
  {
4615
- "event": "icRetryLoad",
4616
- "detail": "IcValueEventDetail",
3317
+ "event": "icPageChange",
3318
+ "detail": "IcPageChangeEventDetail",
4617
3319
  "bubbles": true,
4618
3320
  "complexType": {
4619
- "original": "IcValueEventDetail",
4620
- "resolved": "IcValueEventDetail",
3321
+ "original": "IcPageChangeEventDetail",
3322
+ "resolved": "IcPageChangeEventDetail",
4621
3323
  "references": {
4622
- "IcValueEventDetail": {
3324
+ "IcPageChangeEventDetail": {
4623
3325
  "location": "import",
4624
- "path": "../../utils/types",
4625
- "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"
4626
3328
  }
4627
3329
  }
4628
3330
  },
4629
3331
  "cancelable": true,
4630
3332
  "composed": true,
4631
- "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.",
4632
3334
  "docsTags": []
4633
3335
  }
4634
3336
  ],
4635
- "listeners": [],
4636
- "styles": [
4637
- {
4638
- "name": "--ic-z-index-menu",
4639
- "annotation": "prop",
4640
- "docs": "z-index of select menu"
4641
- },
4642
- {
4643
- "name": "--input-width",
4644
- "annotation": "prop",
4645
- "docs": "Width of the input field"
4646
- },
3337
+ "listeners": [
4647
3338
  {
4648
- "name": "--menu-width",
4649
- "annotation": "prop",
4650
- "docs": "Width of the dropdown menu"
3339
+ "event": "icPageChange",
3340
+ "capture": false,
3341
+ "passive": false
4651
3342
  }
4652
3343
  ],
3344
+ "styles": [],
4653
3345
  "slots": [],
4654
3346
  "parts": [],
4655
- "dependents": [],
3347
+ "dependents": [
3348
+ "ic-data-table"
3349
+ ],
4656
3350
  "dependencies": [
4657
- "ic-input-container",
4658
- "ic-input-label",
4659
- "ic-input-component-container",
4660
3351
  "ic-typography",
4661
- "ic-button",
4662
- "ic-menu-with-multi",
4663
- "ic-input-validation"
3352
+ "ic-select",
3353
+ "ic-pagination",
3354
+ "ic-tooltip",
3355
+ "ic-text-field",
3356
+ "ic-button"
4664
3357
  ],
4665
3358
  "dependencyGraph": {
4666
- "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": [
4667
3368
  "ic-input-container",
4668
3369
  "ic-input-label",
4669
3370
  "ic-input-component-container",
4670
3371
  "ic-typography",
4671
3372
  "ic-button",
4672
- "ic-menu-with-multi",
3373
+ "ic-menu",
4673
3374
  "ic-input-validation"
4674
3375
  ],
4675
3376
  "ic-input-label": [
@@ -4685,13 +3386,30 @@
4685
3386
  "ic-tooltip": [
4686
3387
  "ic-typography"
4687
3388
  ],
4688
- "ic-menu-with-multi": [
3389
+ "ic-menu": [
4689
3390
  "ic-loading-indicator",
4690
3391
  "ic-typography",
4691
3392
  "ic-button"
4692
3393
  ],
4693
3394
  "ic-input-validation": [
4694
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"
4695
3413
  ]
4696
3414
  }
4697
3415
  },
@@ -4739,6 +3457,28 @@
4739
3457
  "optional": true,
4740
3458
  "required": false
4741
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
+ },
4742
3482
  {
4743
3483
  "name": "href",
4744
3484
  "type": "string",
@@ -5056,6 +3796,28 @@
5056
3796
  "optional": true,
5057
3797
  "required": false
5058
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
+ },
5059
3821
  {
5060
3822
  "name": "heading",
5061
3823
  "type": "string",
@@ -5191,7 +3953,7 @@
5191
3953
  "path": "../web-components/dist/types/utils/types.d.ts"
5192
3954
  },
5193
3955
  "src/utils/types.ts::IcPaginationBarOptions": {
5194
- "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}",
5195
3957
  "docstring": "",
5196
3958
  "path": "src/utils/types.ts"
5197
3959
  },
@@ -5230,6 +3992,11 @@
5230
3992
  "docstring": "",
5231
3993
  "path": "../web-components/dist/types/components/ic-pagination/ic-pagination.types.d.ts"
5232
3994
  },
3995
+ "src/components/ic-pagination-bar/ic-pagination-bar.types.ts::IcPageChangeEventDetail": {
3996
+ "declaration": "export interface IcPageChangeEventDetail {\n value: number;\n fromItemsPerPage?: boolean;\n}",
3997
+ "docstring": "",
3998
+ "path": "src/components/ic-pagination-bar/ic-pagination-bar.types.ts"
3999
+ },
5233
4000
  "src/components/ic-data-table/ic-data-table.types.tsx::IcDensityUpdateEventDetail": {
5234
4001
  "declaration": "export interface IcDensityUpdateEventDetail {\n value: IcDataTableDensityOptions;\n}",
5235
4002
  "docstring": "",
@@ -5255,46 +4022,6 @@
5255
4022
  "docstring": "",
5256
4023
  "path": "src/utils/types.ts"
5257
4024
  },
5258
- "../web-components/dist/types/utils/types.d.ts::IcActivationTypes": {
5259
- "declaration": "export type IcActivationTypes = \"automatic\" | \"manual\";",
5260
- "docstring": "",
5261
- "path": "../web-components/dist/types/utils/types.d.ts"
5262
- },
5263
- "../web-components/dist/types/components.d.ts::IcSearchBarSearchModes": {
5264
- "declaration": "any",
5265
- "docstring": "",
5266
- "path": "../web-components/dist/types/components.d.ts"
5267
- },
5268
- "../web-components/dist/types/utils/types.d.ts::IcMenuOption": {
5269
- "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}",
5270
- "docstring": "",
5271
- "path": "../web-components/dist/types/utils/types.d.ts"
5272
- },
5273
- "../web-components/dist/types/components.d.ts::IcMenuOptionIdEventDetail": {
5274
- "declaration": "any",
5275
- "docstring": "",
5276
- "path": "../web-components/dist/types/components.d.ts"
5277
- },
5278
- "../web-components/dist/types/components.d.ts::IcOptionSelectEventDetail": {
5279
- "declaration": "any",
5280
- "docstring": "",
5281
- "path": "../web-components/dist/types/components.d.ts"
5282
- },
5283
- "../web-components/dist/types/components.d.ts::IcMenuChangeEventDetail": {
5284
- "declaration": "any",
5285
- "docstring": "",
5286
- "path": "../web-components/dist/types/components.d.ts"
5287
- },
5288
- "src/utils/types.ts::IcValueEventDetail": {
5289
- "declaration": "export interface IcValueEventDetail {\n value: string | string[];\n keyPressed?: string;\n}",
5290
- "docstring": "",
5291
- "path": "src/utils/types.ts"
5292
- },
5293
- "src/utils/types.ts::IcSearchMatchPositions": {
5294
- "declaration": "export type IcSearchMatchPositions = \"start\" | \"anywhere\";",
5295
- "docstring": "",
5296
- "path": "src/utils/types.ts"
5297
- },
5298
4025
  "src/utils/types.ts::IcThemeForegroundNoDefault": {
5299
4026
  "declaration": "export type IcThemeForegroundNoDefault = \"dark\" | \"light\";",
5300
4027
  "docstring": "",