ids-enterprise-wc 1.15.9-patch.6 → 1.15.9-patch.8

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 (38) hide show
  1. package/chunks/ids-chunk-4MSGTAOV-full.js +12 -0
  2. package/chunks/ids-chunk-4MSGTAOV-full.js.map +7 -0
  3. package/chunks/{ids-chunk-LZU34NYE-full.js → ids-chunk-CSOF2USI-full.js} +12 -2
  4. package/chunks/{ids-chunk-LZU34NYE-full.js.map → ids-chunk-CSOF2USI-full.js.map} +2 -2
  5. package/chunks/{ids-chunk-FW4DOBQU-full.js → ids-chunk-FPEINRXY-full.js} +6 -10
  6. package/chunks/ids-chunk-FPEINRXY-full.js.map +7 -0
  7. package/chunks/{ids-chunk-YAFKETSU-full.js → ids-chunk-KL2N6T26-full.js} +366 -38
  8. package/chunks/ids-chunk-KL2N6T26-full.js.map +7 -0
  9. package/chunks/{ids-chunk-HGKIZXDQ-full.js → ids-chunk-RLOOHWYV-full.js} +2 -2
  10. package/components/ids-accordion/ids-accordion.css +9 -93
  11. package/components/ids-button/ids-button.css +392 -43
  12. package/components/ids-card/ids-card.css +4 -344
  13. package/components/ids-data-grid/ids-data-grid-cell.js +1 -1
  14. package/components/ids-data-grid/ids-data-grid-column.d.ts +1 -0
  15. package/components/ids-data-grid/ids-data-grid-column.js +7 -0
  16. package/components/ids-data-grid/ids-data-grid-filters.js +2 -2
  17. package/components/ids-data-grid/ids-data-grid-row.d.ts +6 -0
  18. package/components/ids-data-grid/ids-data-grid-row.js +2 -2
  19. package/components/ids-data-grid/ids-data-grid.d.ts +18 -1
  20. package/components/ids-data-grid/ids-data-grid.js +5 -4
  21. package/components/ids-hyperlink/ids-hyperlink.css +188 -15
  22. package/components/ids-layout-grid/ids-layout-grid.css +10 -21300
  23. package/components/ids-list-view/ids-list-view.css +112 -15
  24. package/components/ids-menu/ids-menu.css +11 -17
  25. package/components/ids-module-nav/ids-module-nav.css +1 -1814
  26. package/components/ids-pager/ids-pager.css +37 -3
  27. package/components/ids-swappable/ids-swappable.css +84 -19
  28. package/components/ids-tabs/ids-tabs.css +4 -342
  29. package/components/ids-toolbar/ids-toolbar.css +122 -12
  30. package/custom-elements.json +606 -414
  31. package/enterprise-wc.all.iife.js +377 -43
  32. package/enterprise-wc.all.iife.js.map +3 -3
  33. package/enterprise-wc.js +5 -4
  34. package/package.json +1 -1
  35. package/vscode.html-custom-data.json +1 -1
  36. package/chunks/ids-chunk-FW4DOBQU-full.js.map +0 -7
  37. package/chunks/ids-chunk-YAFKETSU-full.js.map +0 -7
  38. /package/chunks/{ids-chunk-HGKIZXDQ-full.js.map → ids-chunk-RLOOHWYV-full.js.map} +0 -0
@@ -1073,160 +1073,6 @@
1073
1073
  }
1074
1074
  ]
1075
1075
  },
1076
- {
1077
- "kind": "javascript-module",
1078
- "path": "src/components/ids-action-sheet/ids-action-sheet.ts",
1079
- "declarations": [
1080
- {
1081
- "kind": "class",
1082
- "description": "IDS Action Sheet Component",
1083
- "name": "IdsActionSheet",
1084
- "members": [
1085
- {
1086
- "kind": "field",
1087
- "name": "overlay",
1088
- "type": {
1089
- "text": "IdsOverlay | null | undefined"
1090
- }
1091
- },
1092
- {
1093
- "kind": "field",
1094
- "name": "cancelBtn",
1095
- "type": {
1096
- "text": "IdsButton | null | undefined"
1097
- }
1098
- },
1099
- {
1100
- "kind": "field",
1101
- "name": "attributes",
1102
- "static": true,
1103
- "description": "Return the attributes we handle as getters/setters",
1104
- "return": {
1105
- "type": {
1106
- "text": "Array"
1107
- }
1108
- },
1109
- "readonly": true
1110
- },
1111
- {
1112
- "kind": "method",
1113
- "name": "template",
1114
- "return": {
1115
- "type": {
1116
- "text": "string"
1117
- }
1118
- },
1119
- "description": "Inner template contents"
1120
- },
1121
- {
1122
- "kind": "field",
1123
- "name": "visible",
1124
- "description": "Set the visible attribute",
1125
- "parameters": [
1126
- {
1127
- "description": "true if the action sheet should appear",
1128
- "name": "val",
1129
- "type": {
1130
- "text": "boolean | string"
1131
- }
1132
- }
1133
- ],
1134
- "type": {
1135
- "text": "boolean"
1136
- },
1137
- "return": {
1138
- "type": {
1139
- "text": "boolean"
1140
- }
1141
- }
1142
- },
1143
- {
1144
- "kind": "field",
1145
- "name": "cancelBtnText",
1146
- "description": "Set the btn text attribute",
1147
- "parameters": [
1148
- {
1149
- "description": "the inner text of the cancel btn",
1150
- "name": "val",
1151
- "type": {
1152
- "text": "string"
1153
- }
1154
- }
1155
- ],
1156
- "type": {
1157
- "text": "string | null"
1158
- },
1159
- "return": {
1160
- "type": {
1161
- "text": "string"
1162
- }
1163
- }
1164
- },
1165
- {
1166
- "kind": "method",
1167
- "name": "onOutsideClick",
1168
- "description": "Handle `onOutsideClick` on overlay"
1169
- },
1170
- {
1171
- "kind": "method",
1172
- "name": "onCancelClick",
1173
- "description": "Handle cancel btn click"
1174
- },
1175
- {
1176
- "kind": "method",
1177
- "name": "dismiss",
1178
- "description": "Remove the action sheet from the page"
1179
- },
1180
- {
1181
- "kind": "method",
1182
- "name": "#hideOnDesktop",
1183
- "privacy": "private",
1184
- "description": "Hide the action sheet on desktop devices"
1185
- },
1186
- {
1187
- "kind": "method",
1188
- "name": "#setVisibility",
1189
- "privacy": "private",
1190
- "parameters": [
1191
- {
1192
- "name": "mq",
1193
- "type": {
1194
- "text": "object"
1195
- },
1196
- "description": "the media query to check"
1197
- }
1198
- ],
1199
- "description": "Set the action and overlay to hidden is media query is hit"
1200
- },
1201
- {
1202
- "kind": "method",
1203
- "name": "#attachEventHandlers",
1204
- "privacy": "private",
1205
- "description": "Sets up event listeners",
1206
- "return": {
1207
- "type": {
1208
- "text": "void"
1209
- }
1210
- }
1211
- }
1212
- ],
1213
- "superclass": {
1214
- "name": "Base",
1215
- "module": "src/components/ids-action-sheet/ids-action-sheet.ts"
1216
- }
1217
- }
1218
- ],
1219
- "exports": [
1220
- {
1221
- "kind": "js",
1222
- "name": "default",
1223
- "declaration": {
1224
- "name": "IdsActionSheet",
1225
- "module": "src/components/ids-action-sheet/ids-action-sheet.ts"
1226
- }
1227
- }
1228
- ]
1229
- },
1230
1076
  {
1231
1077
  "kind": "javascript-module",
1232
1078
  "path": "src/components/ids-accordion/ids-accordion-common.ts",
@@ -2728,6 +2574,160 @@
2728
2574
  }
2729
2575
  ]
2730
2576
  },
2577
+ {
2578
+ "kind": "javascript-module",
2579
+ "path": "src/components/ids-action-sheet/ids-action-sheet.ts",
2580
+ "declarations": [
2581
+ {
2582
+ "kind": "class",
2583
+ "description": "IDS Action Sheet Component",
2584
+ "name": "IdsActionSheet",
2585
+ "members": [
2586
+ {
2587
+ "kind": "field",
2588
+ "name": "overlay",
2589
+ "type": {
2590
+ "text": "IdsOverlay | null | undefined"
2591
+ }
2592
+ },
2593
+ {
2594
+ "kind": "field",
2595
+ "name": "cancelBtn",
2596
+ "type": {
2597
+ "text": "IdsButton | null | undefined"
2598
+ }
2599
+ },
2600
+ {
2601
+ "kind": "field",
2602
+ "name": "attributes",
2603
+ "static": true,
2604
+ "description": "Return the attributes we handle as getters/setters",
2605
+ "return": {
2606
+ "type": {
2607
+ "text": "Array"
2608
+ }
2609
+ },
2610
+ "readonly": true
2611
+ },
2612
+ {
2613
+ "kind": "method",
2614
+ "name": "template",
2615
+ "return": {
2616
+ "type": {
2617
+ "text": "string"
2618
+ }
2619
+ },
2620
+ "description": "Inner template contents"
2621
+ },
2622
+ {
2623
+ "kind": "field",
2624
+ "name": "visible",
2625
+ "description": "Set the visible attribute",
2626
+ "parameters": [
2627
+ {
2628
+ "description": "true if the action sheet should appear",
2629
+ "name": "val",
2630
+ "type": {
2631
+ "text": "boolean | string"
2632
+ }
2633
+ }
2634
+ ],
2635
+ "type": {
2636
+ "text": "boolean"
2637
+ },
2638
+ "return": {
2639
+ "type": {
2640
+ "text": "boolean"
2641
+ }
2642
+ }
2643
+ },
2644
+ {
2645
+ "kind": "field",
2646
+ "name": "cancelBtnText",
2647
+ "description": "Set the btn text attribute",
2648
+ "parameters": [
2649
+ {
2650
+ "description": "the inner text of the cancel btn",
2651
+ "name": "val",
2652
+ "type": {
2653
+ "text": "string"
2654
+ }
2655
+ }
2656
+ ],
2657
+ "type": {
2658
+ "text": "string | null"
2659
+ },
2660
+ "return": {
2661
+ "type": {
2662
+ "text": "string"
2663
+ }
2664
+ }
2665
+ },
2666
+ {
2667
+ "kind": "method",
2668
+ "name": "onOutsideClick",
2669
+ "description": "Handle `onOutsideClick` on overlay"
2670
+ },
2671
+ {
2672
+ "kind": "method",
2673
+ "name": "onCancelClick",
2674
+ "description": "Handle cancel btn click"
2675
+ },
2676
+ {
2677
+ "kind": "method",
2678
+ "name": "dismiss",
2679
+ "description": "Remove the action sheet from the page"
2680
+ },
2681
+ {
2682
+ "kind": "method",
2683
+ "name": "#hideOnDesktop",
2684
+ "privacy": "private",
2685
+ "description": "Hide the action sheet on desktop devices"
2686
+ },
2687
+ {
2688
+ "kind": "method",
2689
+ "name": "#setVisibility",
2690
+ "privacy": "private",
2691
+ "parameters": [
2692
+ {
2693
+ "name": "mq",
2694
+ "type": {
2695
+ "text": "object"
2696
+ },
2697
+ "description": "the media query to check"
2698
+ }
2699
+ ],
2700
+ "description": "Set the action and overlay to hidden is media query is hit"
2701
+ },
2702
+ {
2703
+ "kind": "method",
2704
+ "name": "#attachEventHandlers",
2705
+ "privacy": "private",
2706
+ "description": "Sets up event listeners",
2707
+ "return": {
2708
+ "type": {
2709
+ "text": "void"
2710
+ }
2711
+ }
2712
+ }
2713
+ ],
2714
+ "superclass": {
2715
+ "name": "Base",
2716
+ "module": "src/components/ids-action-sheet/ids-action-sheet.ts"
2717
+ }
2718
+ }
2719
+ ],
2720
+ "exports": [
2721
+ {
2722
+ "kind": "js",
2723
+ "name": "default",
2724
+ "declaration": {
2725
+ "name": "IdsActionSheet",
2726
+ "module": "src/components/ids-action-sheet/ids-action-sheet.ts"
2727
+ }
2728
+ }
2729
+ ]
2730
+ },
2731
2731
  {
2732
2732
  "kind": "javascript-module",
2733
2733
  "path": "src/components/ids-alert/ids-alert.ts",
@@ -3026,227 +3026,80 @@
3026
3026
  "privacy": "private"
3027
3027
  },
3028
3028
  {
3029
- "kind": "method",
3030
- "name": "#connectSearchField",
3031
- "privacy": "private",
3032
- "description": "Attaches a slotted IdsSearchField component to the app menu"
3033
- },
3034
- {
3035
- "kind": "method",
3036
- "name": "onOutsideClick",
3037
- "return": {
3038
- "type": {
3039
- "text": "void"
3040
- }
3041
- },
3042
- "parameters": [
3043
- {
3044
- "name": "e",
3045
- "type": {
3046
- "text": "MouseEvent"
3047
- },
3048
- "description": "the original click event"
3049
- }
3050
- ],
3051
- "description": "Inherited from the Popup Open Events Mixin.\nRuns when a click event is propagated to the window."
3052
- },
3053
- {
3054
- "kind": "field",
3055
- "name": "filterAccordion",
3056
- "description": "Performs a filter operation on accordion panels",
3057
- "parameters": [
3058
- {
3059
- "description": "text value with which to filter accordion panels",
3060
- "name": "value",
3061
- "type": {
3062
- "text": "string"
3063
- }
3064
- }
3065
- ],
3066
- "return": {
3067
- "type": {
3068
- "text": "Array<HTMLElement>"
3069
- }
3070
- }
3071
- },
3072
- {
3073
- "kind": "method",
3074
- "name": "clearFilterAccordion",
3075
- "description": "Clears a navigation accordion's previous filter result",
3076
- "privacy": "private"
3077
- },
3078
- {
3079
- "kind": "method",
3080
- "name": "#clearChildFilter",
3081
- "privacy": "private",
3082
- "description": "Resets the \"child-filter-match\" attribute on any accordion headers who's children matched a previous filter result",
3083
- "return": {
3084
- "type": {
3085
- "text": "void"
3086
- }
3087
- }
3088
- },
3089
- {
3090
- "kind": "method",
3091
- "name": "addOpenEvents",
3092
- "description": "Overrides `addOpenEvents` from IdsPopupOpenEventsMixin to add a global handler\nfor App Menu keyboard events that can cause the menu to close"
3093
- },
3094
- {
3095
- "kind": "method",
3096
- "name": "removeOpenEvents",
3097
- "description": "Overrides `removeOpenEvents` from IdsPopupOpenEventsMixin"
3098
- }
3099
- ],
3100
- "superclass": {
3101
- "name": "Base",
3102
- "module": "src/components/ids-app-menu/ids-app-menu.ts"
3103
- }
3104
- }
3105
- ],
3106
- "exports": [
3107
- {
3108
- "kind": "js",
3109
- "name": "default",
3110
- "declaration": {
3111
- "name": "IdsAppMenu",
3112
- "module": "src/components/ids-app-menu/ids-app-menu.ts"
3113
- }
3114
- }
3115
- ]
3116
- },
3117
- {
3118
- "kind": "javascript-module",
3119
- "path": "src/components/ids-avatar/ids-avatar.ts",
3120
- "declarations": [
3121
- {
3122
- "kind": "class",
3123
- "description": "IDS Dropdown Component",
3124
- "name": "IdsAvatar",
3125
- "cssParts": [
3126
- {
3127
- "description": "the tag element",
3128
- "name": "avatar"
3129
- }
3130
- ],
3131
- "members": [
3132
- {
3133
- "kind": "field",
3134
- "name": "attributes",
3135
- "static": true,
3136
- "description": "Return the attributes we handle as getters/setters",
3137
- "return": {
3138
- "type": {
3139
- "text": "Array"
3140
- }
3141
- },
3142
- "readonly": true
3143
- },
3144
- {
3145
- "kind": "method",
3146
- "name": "#attachEventHandlers",
3147
- "privacy": "private",
3148
- "description": "Sets up event listeners",
3149
- "return": {
3150
- "type": {
3151
- "text": "void"
3152
- }
3153
- }
3154
- },
3155
- {
3156
- "kind": "method",
3157
- "name": "template",
3158
- "return": {
3159
- "type": {
3160
- "text": "string"
3161
- }
3162
- },
3163
- "description": "Create the Template for the contents"
3164
- },
3165
- {
3166
- "kind": "field",
3167
- "name": "type",
3168
- "description": "Set the type",
3169
- "parameters": [
3170
- {
3171
- "description": "The Type [null, toggle-btn]",
3172
- "name": "value",
3173
- "type": {
3174
- "text": "string | null"
3175
- }
3176
- }
3177
- ]
3178
- },
3179
- {
3180
- "kind": "field",
3181
- "name": "value",
3182
- "description": "Set the value",
3183
- "parameters": [
3184
- {
3185
- "description": "The value",
3186
- "name": "value",
3187
- "type": {
3188
- "text": "string | null"
3189
- }
3190
- }
3191
- ]
3029
+ "kind": "method",
3030
+ "name": "#connectSearchField",
3031
+ "privacy": "private",
3032
+ "description": "Attaches a slotted IdsSearchField component to the app menu"
3192
3033
  },
3193
3034
  {
3194
- "kind": "field",
3195
- "name": "userStatus",
3196
- "description": "Set the user status",
3035
+ "kind": "method",
3036
+ "name": "onOutsideClick",
3037
+ "return": {
3038
+ "type": {
3039
+ "text": "void"
3040
+ }
3041
+ },
3197
3042
  "parameters": [
3198
3043
  {
3199
- "description": "The user status value",
3200
- "name": "value",
3044
+ "name": "e",
3201
3045
  "type": {
3202
- "text": "string | null"
3203
- }
3046
+ "text": "MouseEvent"
3047
+ },
3048
+ "description": "the original click event"
3204
3049
  }
3205
- ]
3050
+ ],
3051
+ "description": "Inherited from the Popup Open Events Mixin.\nRuns when a click event is propagated to the window."
3206
3052
  },
3207
3053
  {
3208
3054
  "kind": "field",
3209
- "name": "src",
3210
- "description": "Set the src",
3055
+ "name": "filterAccordion",
3056
+ "description": "Performs a filter operation on accordion panels",
3211
3057
  "parameters": [
3212
3058
  {
3213
- "description": "The src value",
3059
+ "description": "text value with which to filter accordion panels",
3214
3060
  "name": "value",
3215
3061
  "type": {
3216
- "text": "string | null"
3062
+ "text": "string"
3217
3063
  }
3218
3064
  }
3219
- ]
3065
+ ],
3066
+ "return": {
3067
+ "type": {
3068
+ "text": "Array<HTMLElement>"
3069
+ }
3070
+ }
3220
3071
  },
3221
3072
  {
3222
- "kind": "field",
3223
- "name": "alt",
3224
- "description": "Set the alt",
3225
- "parameters": [
3226
- {
3227
- "description": "The alt value",
3228
- "name": "value",
3229
- "type": {
3230
- "text": "string | null"
3231
- }
3232
- }
3233
- ]
3073
+ "kind": "method",
3074
+ "name": "clearFilterAccordion",
3075
+ "description": "Clears a navigation accordion's previous filter result",
3076
+ "privacy": "private"
3234
3077
  },
3235
3078
  {
3236
3079
  "kind": "method",
3237
- "name": "generateStatusIcon",
3238
- "description": "Generates an HTML string containing the status icon based on the user's status",
3080
+ "name": "#clearChildFilter",
3239
3081
  "privacy": "private",
3082
+ "description": "Resets the \"child-filter-match\" attribute on any accordion headers who's children matched a previous filter result",
3240
3083
  "return": {
3241
3084
  "type": {
3242
- "text": "string"
3085
+ "text": "void"
3243
3086
  }
3244
3087
  }
3088
+ },
3089
+ {
3090
+ "kind": "method",
3091
+ "name": "addOpenEvents",
3092
+ "description": "Overrides `addOpenEvents` from IdsPopupOpenEventsMixin to add a global handler\nfor App Menu keyboard events that can cause the menu to close"
3093
+ },
3094
+ {
3095
+ "kind": "method",
3096
+ "name": "removeOpenEvents",
3097
+ "description": "Overrides `removeOpenEvents` from IdsPopupOpenEventsMixin"
3245
3098
  }
3246
3099
  ],
3247
3100
  "superclass": {
3248
3101
  "name": "Base",
3249
- "module": "src/components/ids-avatar/ids-avatar.ts"
3102
+ "module": "src/components/ids-app-menu/ids-app-menu.ts"
3250
3103
  }
3251
3104
  }
3252
3105
  ],
@@ -3255,8 +3108,8 @@
3255
3108
  "kind": "js",
3256
3109
  "name": "default",
3257
3110
  "declaration": {
3258
- "name": "IdsAvatar",
3259
- "module": "src/components/ids-avatar/ids-avatar.ts"
3111
+ "name": "IdsAppMenu",
3112
+ "module": "src/components/ids-app-menu/ids-app-menu.ts"
3260
3113
  }
3261
3114
  }
3262
3115
  ]
@@ -5013,113 +4866,260 @@
5013
4866
  "description": "of the text",
5014
4867
  "name": "value",
5015
4868
  "type": {
5016
- "text": "string"
4869
+ "text": "string"
4870
+ }
4871
+ }
4872
+ ],
4873
+ "inheritedFrom": {
4874
+ "name": "IdsAxisChart",
4875
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
4876
+ }
4877
+ },
4878
+ {
4879
+ "kind": "field",
4880
+ "name": "axisLabelMargin",
4881
+ "description": "Set the margin for axis label text",
4882
+ "parameters": [
4883
+ {
4884
+ "description": "of the margin",
4885
+ "name": "value",
4886
+ "type": {
4887
+ "text": "string|number"
4888
+ }
4889
+ }
4890
+ ],
4891
+ "type": {
4892
+ "text": "number"
4893
+ },
4894
+ "inheritedFrom": {
4895
+ "name": "IdsAxisChart",
4896
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
4897
+ }
4898
+ },
4899
+ {
4900
+ "kind": "field",
4901
+ "name": "axisLabelStart",
4902
+ "description": "Set the start axis label text",
4903
+ "parameters": [
4904
+ {
4905
+ "description": "of the text",
4906
+ "name": "value",
4907
+ "type": {
4908
+ "text": "string"
4909
+ }
4910
+ }
4911
+ ],
4912
+ "inheritedFrom": {
4913
+ "name": "IdsAxisChart",
4914
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
4915
+ }
4916
+ },
4917
+ {
4918
+ "kind": "field",
4919
+ "name": "axisLabelTop",
4920
+ "description": "Set the top axis label text",
4921
+ "parameters": [
4922
+ {
4923
+ "description": "of the text",
4924
+ "name": "value",
4925
+ "type": {
4926
+ "text": "string"
4927
+ }
4928
+ }
4929
+ ],
4930
+ "inheritedFrom": {
4931
+ "name": "IdsAxisChart",
4932
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
4933
+ }
4934
+ },
4935
+ {
4936
+ "kind": "field",
4937
+ "name": "rotateNameLabels",
4938
+ "description": "Set the rotation for the axis name label text (eg 45deg)",
4939
+ "parameters": [
4940
+ {
4941
+ "description": "the number of degrees to rotate the text",
4942
+ "name": "value",
4943
+ "type": {
4944
+ "text": "number"
4945
+ }
4946
+ }
4947
+ ],
4948
+ "type": {
4949
+ "text": "number"
4950
+ },
4951
+ "inheritedFrom": {
4952
+ "name": "IdsAxisChart",
4953
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
4954
+ }
4955
+ },
4956
+ {
4957
+ "kind": "method",
4958
+ "name": "afterCalculateCallback",
4959
+ "inheritedFrom": {
4960
+ "name": "IdsAxisChart",
4961
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
4962
+ }
4963
+ },
4964
+ {
4965
+ "kind": "field",
4966
+ "name": "state",
4967
+ "inheritedFrom": {
4968
+ "name": "IdsAxisChart",
4969
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
4970
+ }
4971
+ }
4972
+ ],
4973
+ "superclass": {
4974
+ "name": "IdsLineChart",
4975
+ "module": "/src/components/ids-line-chart/ids-line-chart"
4976
+ }
4977
+ }
4978
+ ],
4979
+ "exports": [
4980
+ {
4981
+ "kind": "js",
4982
+ "name": "default",
4983
+ "declaration": {
4984
+ "name": "IdsAreaChart",
4985
+ "module": "src/components/ids-area-chart/ids-area-chart.ts"
4986
+ }
4987
+ }
4988
+ ]
4989
+ },
4990
+ {
4991
+ "kind": "javascript-module",
4992
+ "path": "src/components/ids-avatar/ids-avatar.ts",
4993
+ "declarations": [
4994
+ {
4995
+ "kind": "class",
4996
+ "description": "IDS Dropdown Component",
4997
+ "name": "IdsAvatar",
4998
+ "cssParts": [
4999
+ {
5000
+ "description": "the tag element",
5001
+ "name": "avatar"
5002
+ }
5003
+ ],
5004
+ "members": [
5005
+ {
5006
+ "kind": "field",
5007
+ "name": "attributes",
5008
+ "static": true,
5009
+ "description": "Return the attributes we handle as getters/setters",
5010
+ "return": {
5011
+ "type": {
5012
+ "text": "Array"
5013
+ }
5014
+ },
5015
+ "readonly": true
5016
+ },
5017
+ {
5018
+ "kind": "method",
5019
+ "name": "#attachEventHandlers",
5020
+ "privacy": "private",
5021
+ "description": "Sets up event listeners",
5022
+ "return": {
5023
+ "type": {
5024
+ "text": "void"
5025
+ }
5026
+ }
5027
+ },
5028
+ {
5029
+ "kind": "method",
5030
+ "name": "template",
5031
+ "return": {
5032
+ "type": {
5033
+ "text": "string"
5034
+ }
5035
+ },
5036
+ "description": "Create the Template for the contents"
5037
+ },
5038
+ {
5039
+ "kind": "field",
5040
+ "name": "type",
5041
+ "description": "Set the type",
5042
+ "parameters": [
5043
+ {
5044
+ "description": "The Type [null, toggle-btn]",
5045
+ "name": "value",
5046
+ "type": {
5047
+ "text": "string | null"
5017
5048
  }
5018
5049
  }
5019
- ],
5020
- "inheritedFrom": {
5021
- "name": "IdsAxisChart",
5022
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
5023
- }
5050
+ ]
5024
5051
  },
5025
5052
  {
5026
5053
  "kind": "field",
5027
- "name": "axisLabelMargin",
5028
- "description": "Set the margin for axis label text",
5054
+ "name": "value",
5055
+ "description": "Set the value",
5029
5056
  "parameters": [
5030
5057
  {
5031
- "description": "of the margin",
5058
+ "description": "The value",
5032
5059
  "name": "value",
5033
5060
  "type": {
5034
- "text": "string|number"
5061
+ "text": "string | null"
5035
5062
  }
5036
5063
  }
5037
- ],
5038
- "type": {
5039
- "text": "number"
5040
- },
5041
- "inheritedFrom": {
5042
- "name": "IdsAxisChart",
5043
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
5044
- }
5064
+ ]
5045
5065
  },
5046
5066
  {
5047
5067
  "kind": "field",
5048
- "name": "axisLabelStart",
5049
- "description": "Set the start axis label text",
5068
+ "name": "userStatus",
5069
+ "description": "Set the user status",
5050
5070
  "parameters": [
5051
5071
  {
5052
- "description": "of the text",
5072
+ "description": "The user status value",
5053
5073
  "name": "value",
5054
5074
  "type": {
5055
- "text": "string"
5075
+ "text": "string | null"
5056
5076
  }
5057
5077
  }
5058
- ],
5059
- "inheritedFrom": {
5060
- "name": "IdsAxisChart",
5061
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
5062
- }
5078
+ ]
5063
5079
  },
5064
5080
  {
5065
5081
  "kind": "field",
5066
- "name": "axisLabelTop",
5067
- "description": "Set the top axis label text",
5082
+ "name": "src",
5083
+ "description": "Set the src",
5068
5084
  "parameters": [
5069
5085
  {
5070
- "description": "of the text",
5086
+ "description": "The src value",
5071
5087
  "name": "value",
5072
5088
  "type": {
5073
- "text": "string"
5089
+ "text": "string | null"
5074
5090
  }
5075
5091
  }
5076
- ],
5077
- "inheritedFrom": {
5078
- "name": "IdsAxisChart",
5079
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
5080
- }
5092
+ ]
5081
5093
  },
5082
5094
  {
5083
5095
  "kind": "field",
5084
- "name": "rotateNameLabels",
5085
- "description": "Set the rotation for the axis name label text (eg 45deg)",
5096
+ "name": "alt",
5097
+ "description": "Set the alt",
5086
5098
  "parameters": [
5087
5099
  {
5088
- "description": "the number of degrees to rotate the text",
5100
+ "description": "The alt value",
5089
5101
  "name": "value",
5090
5102
  "type": {
5091
- "text": "number"
5103
+ "text": "string | null"
5092
5104
  }
5093
5105
  }
5094
- ],
5095
- "type": {
5096
- "text": "number"
5097
- },
5098
- "inheritedFrom": {
5099
- "name": "IdsAxisChart",
5100
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
5101
- }
5106
+ ]
5102
5107
  },
5103
5108
  {
5104
5109
  "kind": "method",
5105
- "name": "afterCalculateCallback",
5106
- "inheritedFrom": {
5107
- "name": "IdsAxisChart",
5108
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
5109
- }
5110
- },
5111
- {
5112
- "kind": "field",
5113
- "name": "state",
5114
- "inheritedFrom": {
5115
- "name": "IdsAxisChart",
5116
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
5110
+ "name": "generateStatusIcon",
5111
+ "description": "Generates an HTML string containing the status icon based on the user's status",
5112
+ "privacy": "private",
5113
+ "return": {
5114
+ "type": {
5115
+ "text": "string"
5116
+ }
5117
5117
  }
5118
5118
  }
5119
5119
  ],
5120
5120
  "superclass": {
5121
- "name": "IdsLineChart",
5122
- "module": "/src/components/ids-line-chart/ids-line-chart"
5121
+ "name": "Base",
5122
+ "module": "src/components/ids-avatar/ids-avatar.ts"
5123
5123
  }
5124
5124
  }
5125
5125
  ],
@@ -5128,8 +5128,8 @@
5128
5128
  "kind": "js",
5129
5129
  "name": "default",
5130
5130
  "declaration": {
5131
- "name": "IdsAreaChart",
5132
- "module": "src/components/ids-area-chart/ids-area-chart.ts"
5131
+ "name": "IdsAvatar",
5132
+ "module": "src/components/ids-avatar/ids-avatar.ts"
5133
5133
  }
5134
5134
  }
5135
5135
  ]
@@ -14995,8 +14995,26 @@
14995
14995
  {
14996
14996
  "kind": "javascript-module",
14997
14997
  "path": "src/components/ids-data-grid/ids-data-grid-column.ts",
14998
- "declarations": [],
14999
- "exports": []
14998
+ "declarations": [
14999
+ {
15000
+ "kind": "variable",
15001
+ "name": "DEFAULT_COLUMN_MIN_WIDTH",
15002
+ "type": {
15003
+ "text": "number"
15004
+ },
15005
+ "default": "12"
15006
+ }
15007
+ ],
15008
+ "exports": [
15009
+ {
15010
+ "kind": "js",
15011
+ "name": "DEFAULT_COLUMN_MIN_WIDTH",
15012
+ "declaration": {
15013
+ "name": "DEFAULT_COLUMN_MIN_WIDTH",
15014
+ "module": "src/components/ids-data-grid/ids-data-grid-column.ts"
15015
+ }
15016
+ }
15017
+ ]
15000
15018
  },
15001
15019
  {
15002
15020
  "kind": "javascript-module",
@@ -19278,6 +19296,25 @@
19278
19296
  ],
19279
19297
  "description": "Get the cell HTMLElement"
19280
19298
  },
19299
+ {
19300
+ "kind": "method",
19301
+ "name": "cellByLogicalIndex",
19302
+ "return": {
19303
+ "type": {
19304
+ "text": "IdsDataGridCell"
19305
+ }
19306
+ },
19307
+ "parameters": [
19308
+ {
19309
+ "name": "logicalColumnIndex",
19310
+ "type": {
19311
+ "text": "number"
19312
+ },
19313
+ "description": "the zero-based logical column index"
19314
+ }
19315
+ ],
19316
+ "description": "Get the cell HTMLElement by logical column index (accounting for rowspan)"
19317
+ },
19281
19318
  {
19282
19319
  "kind": "method",
19283
19320
  "name": "isExpanded",
@@ -22017,6 +22054,58 @@
22017
22054
  "name": "#appendMissingRows",
22018
22055
  "privacy": "private"
22019
22056
  },
22057
+ {
22058
+ "kind": "method",
22059
+ "name": "findCellByLogicalPosition",
22060
+ "return": {
22061
+ "type": {
22062
+ "text": "IdsDataGridCell | null"
22063
+ }
22064
+ },
22065
+ "parameters": [
22066
+ {
22067
+ "name": "rowIndex",
22068
+ "type": {
22069
+ "text": "number"
22070
+ },
22071
+ "description": "the row index"
22072
+ },
22073
+ {
22074
+ "name": "columnIndex",
22075
+ "type": {
22076
+ "text": "number"
22077
+ },
22078
+ "description": "the logical column index"
22079
+ }
22080
+ ],
22081
+ "description": "Find a cell by logical position, accounting for rowspan"
22082
+ },
22083
+ {
22084
+ "kind": "method",
22085
+ "name": "findNextNavigableCell",
22086
+ "return": {
22087
+ "type": {
22088
+ "text": "IdsDataGridCell | null"
22089
+ }
22090
+ },
22091
+ "parameters": [
22092
+ {
22093
+ "name": "currentCell",
22094
+ "type": {
22095
+ "text": "IdsDataGridCell"
22096
+ },
22097
+ "description": "the current cell"
22098
+ },
22099
+ {
22100
+ "name": "direction",
22101
+ "type": {
22102
+ "text": "IdsDirection"
22103
+ },
22104
+ "description": "the navigation direction"
22105
+ }
22106
+ ],
22107
+ "description": "Find the next navigable cell in a given direction"
22108
+ },
22020
22109
  {
22021
22110
  "kind": "field",
22022
22111
  "name": "data",
@@ -22444,6 +22533,101 @@
22444
22533
  ],
22445
22534
  "description": "Scroll a given row into view"
22446
22535
  },
22536
+ {
22537
+ "kind": "method",
22538
+ "name": "#getVisibleRowIndex",
22539
+ "privacy": "private",
22540
+ "return": {
22541
+ "type": {
22542
+ "text": "number"
22543
+ }
22544
+ },
22545
+ "parameters": [
22546
+ {
22547
+ "name": "rowIndex",
22548
+ "type": {
22549
+ "text": "number"
22550
+ },
22551
+ "description": "The data row index"
22552
+ }
22553
+ ],
22554
+ "description": "Convert data row index to visible row index for tree grids"
22555
+ },
22556
+ {
22557
+ "kind": "method",
22558
+ "name": "#findNextVisibleRow",
22559
+ "privacy": "private",
22560
+ "return": {
22561
+ "type": {
22562
+ "text": "number"
22563
+ }
22564
+ },
22565
+ "parameters": [
22566
+ {
22567
+ "name": "startRowIndex",
22568
+ "type": {
22569
+ "text": "number"
22570
+ },
22571
+ "description": "The starting data row index"
22572
+ },
22573
+ {
22574
+ "name": "direction",
22575
+ "type": {
22576
+ "text": "IdsDirection"
22577
+ },
22578
+ "description": "The navigation direction (Up or Down)"
22579
+ }
22580
+ ],
22581
+ "description": "Find the next non-hidden row index in the specified direction"
22582
+ },
22583
+ {
22584
+ "kind": "method",
22585
+ "name": "#scrollToActivateRow",
22586
+ "privacy": "private",
22587
+ "parameters": [
22588
+ {
22589
+ "name": "nextRowIndex",
22590
+ "type": {
22591
+ "text": "number"
22592
+ },
22593
+ "description": "The data row index to bring into view"
22594
+ },
22595
+ {
22596
+ "name": "columnIndex",
22597
+ "type": {
22598
+ "text": "number"
22599
+ },
22600
+ "description": "The column index of the cell to activate"
22601
+ },
22602
+ {
22603
+ "name": "direction",
22604
+ "type": {
22605
+ "text": "IdsDirection"
22606
+ },
22607
+ "description": "The navigation direction (Up or Down)"
22608
+ }
22609
+ ],
22610
+ "description": "Scroll to bring a row into view and activate its cell"
22611
+ },
22612
+ {
22613
+ "kind": "method",
22614
+ "name": "#ensureRowInViewport",
22615
+ "privacy": "private",
22616
+ "parameters": [
22617
+ {
22618
+ "name": "rowIndex",
22619
+ "type": {
22620
+ "text": "number"
22621
+ }
22622
+ },
22623
+ {
22624
+ "name": "direction",
22625
+ "type": {
22626
+ "text": "IdsDirection"
22627
+ }
22628
+ }
22629
+ ]
22630
+ },
22447
22631
  {
22448
22632
  "kind": "method",
22449
22633
  "name": "#setVirtualScrollPaddingBottom",
@@ -24037,6 +24221,14 @@
24037
24221
  "text": "string"
24038
24222
  },
24039
24223
  "description": "The current cell value"
24224
+ },
24225
+ {
24226
+ "name": "isEditing",
24227
+ "optional": true,
24228
+ "type": {
24229
+ "text": "boolean"
24230
+ },
24231
+ "description": "Whether the cell is currently in edit mode"
24040
24232
  }
24041
24233
  ],
24042
24234
  "description": "Updates the active cell cache with new values"