ids-enterprise-wc 1.15.9-patch.15 → 1.15.9-patch.16

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 (45) hide show
  1. package/chunks/{ids-chunk-FBCH7PA2-full.js → ids-chunk-A7EAZCL6-full.js} +49 -16
  2. package/chunks/ids-chunk-A7EAZCL6-full.js.map +7 -0
  3. package/chunks/{ids-chunk-MPM4WSFS-full.js → ids-chunk-ETJKDQAM-full.js} +2 -2
  4. package/chunks/{ids-chunk-SZQQA2OO-full.js → ids-chunk-GHWD4TOS-full.js} +3 -3
  5. package/chunks/ids-chunk-GHWD4TOS-full.js.map +7 -0
  6. package/chunks/{ids-chunk-JW7OJNH5-full.js → ids-chunk-GL7SUNG4-full.js} +2 -2
  7. package/chunks/{ids-chunk-VES77P3L-full.js → ids-chunk-QQ742HQ7-full.js} +25 -9
  8. package/chunks/ids-chunk-QQ742HQ7-full.js.map +7 -0
  9. package/chunks/{ids-chunk-55BKFJ74-full.js → ids-chunk-ZSEJSVUD-full.js} +9 -5
  10. package/chunks/{ids-chunk-55BKFJ74-full.js.map → ids-chunk-ZSEJSVUD-full.js.map} +2 -2
  11. package/components/ids-accordion/ids-accordion.css +93 -9
  12. package/components/ids-button/ids-button.css +392 -43
  13. package/components/ids-calendar/ids-calendar.css +265 -190
  14. package/components/ids-calendar/ids-calendar.js +1 -1
  15. package/components/ids-card/ids-card.css +4 -344
  16. package/components/ids-data-grid/ids-data-grid-cell.js +1 -1
  17. package/components/ids-data-grid/ids-data-grid-editors.js +1 -1
  18. package/components/ids-data-grid/ids-data-grid-filters.js +3 -3
  19. package/components/ids-data-grid/ids-data-grid-header.js +1 -1
  20. package/components/ids-data-grid/ids-data-grid-row.js +2 -2
  21. package/components/ids-data-grid/ids-data-grid.js +6 -6
  22. package/components/ids-date-picker/ids-date-picker-popup.js +1 -1
  23. package/components/ids-date-picker/ids-date-picker.css +389 -31
  24. package/components/ids-date-picker/ids-date-picker.js +1 -1
  25. package/components/ids-hyperlink/ids-hyperlink.css +15 -188
  26. package/components/ids-layout-flex/ids-layout-flex.css +69 -6
  27. package/components/ids-layout-grid/ids-layout-grid.css +21300 -10
  28. package/components/ids-menu/ids-menu.css +3 -337
  29. package/components/ids-module-nav/ids-module-nav.css +476 -29
  30. package/components/ids-swappable/ids-swappable.css +84 -19
  31. package/components/ids-tabs/ids-tabs.css +470 -264
  32. package/components/ids-tag/ids-tag.css +8 -152
  33. package/components/ids-trigger-field/ids-trigger-field.css +1681 -1165
  34. package/components/ids-week-view/ids-week-view.js +1 -1
  35. package/custom-elements.json +1068 -1062
  36. package/enterprise-wc.all.iife.js +75 -25
  37. package/enterprise-wc.all.iife.js.map +2 -2
  38. package/enterprise-wc.js +6 -6
  39. package/package.json +1 -1
  40. package/vscode.html-custom-data.json +1 -1
  41. package/chunks/ids-chunk-FBCH7PA2-full.js.map +0 -7
  42. package/chunks/ids-chunk-SZQQA2OO-full.js.map +0 -7
  43. package/chunks/ids-chunk-VES77P3L-full.js.map +0 -7
  44. /package/chunks/{ids-chunk-MPM4WSFS-full.js.map → ids-chunk-ETJKDQAM-full.js.map} +0 -0
  45. /package/chunks/{ids-chunk-JW7OJNH5-full.js.map → ids-chunk-GL7SUNG4-full.js.map} +0 -0
@@ -6575,6 +6575,381 @@
6575
6575
  }
6576
6576
  ]
6577
6577
  },
6578
+ {
6579
+ "kind": "javascript-module",
6580
+ "path": "src/components/ids-badge/ids-badge.ts",
6581
+ "declarations": [
6582
+ {
6583
+ "kind": "class",
6584
+ "description": "IDS Badge Component",
6585
+ "name": "IdsBadge",
6586
+ "cssParts": [
6587
+ {
6588
+ "description": "the badge element",
6589
+ "name": "badge"
6590
+ }
6591
+ ],
6592
+ "members": [
6593
+ {
6594
+ "kind": "field",
6595
+ "name": "attributes",
6596
+ "type": {
6597
+ "text": "string[]"
6598
+ },
6599
+ "static": true,
6600
+ "description": "Return the attributes we handle as getters/setters",
6601
+ "return": {
6602
+ "type": {
6603
+ "text": "Array"
6604
+ }
6605
+ },
6606
+ "readonly": true
6607
+ },
6608
+ {
6609
+ "kind": "method",
6610
+ "name": "template",
6611
+ "description": "Create the Template for the contents",
6612
+ "return": {
6613
+ "type": {
6614
+ "text": "string"
6615
+ }
6616
+ }
6617
+ },
6618
+ {
6619
+ "kind": "field",
6620
+ "name": "shape",
6621
+ "type": {
6622
+ "text": "IdsBadgeShape"
6623
+ },
6624
+ "description": "Set the badge shape between normal (default) and round",
6625
+ "return": {
6626
+ "type": {
6627
+ "text": "IdsBadgeShape"
6628
+ }
6629
+ },
6630
+ "parameters": [
6631
+ {
6632
+ "description": "The Badge Shape",
6633
+ "name": "value",
6634
+ "type": {
6635
+ "text": "IdsBadgeShape"
6636
+ }
6637
+ }
6638
+ ]
6639
+ },
6640
+ {
6641
+ "kind": "field",
6642
+ "name": "color",
6643
+ "type": {
6644
+ "text": "string | null"
6645
+ },
6646
+ "description": "Set the color",
6647
+ "return": {
6648
+ "type": {
6649
+ "text": "string | null"
6650
+ }
6651
+ },
6652
+ "parameters": [
6653
+ {
6654
+ "description": "The Badge Color [base, error, info, success and warning]",
6655
+ "name": "value",
6656
+ "type": {
6657
+ "text": "string | null"
6658
+ }
6659
+ }
6660
+ ]
6661
+ },
6662
+ {
6663
+ "kind": "field",
6664
+ "name": "disabled",
6665
+ "description": "Sets the disabled state",
6666
+ "parameters": [
6667
+ {
6668
+ "description": "The value",
6669
+ "name": "value",
6670
+ "type": {
6671
+ "text": "boolean | string"
6672
+ }
6673
+ }
6674
+ ],
6675
+ "type": {
6676
+ "text": "boolean"
6677
+ }
6678
+ },
6679
+ {
6680
+ "kind": "field",
6681
+ "name": "noMargins",
6682
+ "type": {
6683
+ "text": "boolean"
6684
+ }
6685
+ }
6686
+ ],
6687
+ "superclass": {
6688
+ "name": "Base",
6689
+ "module": "src/components/ids-badge/ids-badge.ts"
6690
+ }
6691
+ }
6692
+ ],
6693
+ "exports": [
6694
+ {
6695
+ "kind": "js",
6696
+ "name": "default",
6697
+ "declaration": {
6698
+ "name": "IdsBadge",
6699
+ "module": "src/components/ids-badge/ids-badge.ts"
6700
+ }
6701
+ }
6702
+ ]
6703
+ },
6704
+ {
6705
+ "kind": "javascript-module",
6706
+ "path": "src/components/ids-block-grid/ids-block-grid-item.ts",
6707
+ "declarations": [
6708
+ {
6709
+ "kind": "class",
6710
+ "description": "IDS Block Grid Item Component",
6711
+ "name": "IdsBlockgridItem",
6712
+ "members": [
6713
+ {
6714
+ "kind": "field",
6715
+ "name": "checkboxHasFocus",
6716
+ "type": {
6717
+ "text": "boolean"
6718
+ },
6719
+ "default": "false"
6720
+ },
6721
+ {
6722
+ "kind": "method",
6723
+ "name": "template"
6724
+ },
6725
+ {
6726
+ "kind": "method",
6727
+ "name": "#handleEvents",
6728
+ "privacy": "private",
6729
+ "description": "Establish Internal Event Handlers",
6730
+ "return": {
6731
+ "type": {
6732
+ "text": "object"
6733
+ }
6734
+ }
6735
+ },
6736
+ {
6737
+ "kind": "method",
6738
+ "name": "#attachKeyboardListeners",
6739
+ "privacy": "private",
6740
+ "description": "Establish Internal Keyboard shortcuts",
6741
+ "return": {
6742
+ "type": {
6743
+ "text": "object"
6744
+ }
6745
+ }
6746
+ },
6747
+ {
6748
+ "kind": "method",
6749
+ "name": "#handleSelectionChange",
6750
+ "privacy": "private",
6751
+ "parameters": [
6752
+ {
6753
+ "name": "e",
6754
+ "type": {
6755
+ "text": "object"
6756
+ },
6757
+ "description": "Actual event"
6758
+ }
6759
+ ],
6760
+ "description": "Handle single/multiple selection change"
6761
+ },
6762
+ {
6763
+ "kind": "method",
6764
+ "name": "#handleSingleSelectionChange",
6765
+ "privacy": "private",
6766
+ "parameters": [
6767
+ {
6768
+ "name": "e",
6769
+ "type": {
6770
+ "text": "object"
6771
+ },
6772
+ "description": "Actual event"
6773
+ }
6774
+ ],
6775
+ "description": "Change single selection for block item"
6776
+ },
6777
+ {
6778
+ "kind": "method",
6779
+ "name": "#handleMultiMixedSelectionChange",
6780
+ "privacy": "private",
6781
+ "parameters": [
6782
+ {
6783
+ "name": "e",
6784
+ "type": {
6785
+ "text": "object"
6786
+ },
6787
+ "description": "Actual event"
6788
+ }
6789
+ ],
6790
+ "description": "Change multiple selection for block item"
6791
+ },
6792
+ {
6793
+ "kind": "method",
6794
+ "name": "#handlePreSelectionChange",
6795
+ "privacy": "private",
6796
+ "description": "Change single selection for block item"
6797
+ },
6798
+ {
6799
+ "kind": "field",
6800
+ "name": "state",
6801
+ "type": {
6802
+ "text": "object"
6803
+ },
6804
+ "default": "{ checkboxHasFocus: false, }"
6805
+ }
6806
+ ],
6807
+ "events": [
6808
+ {
6809
+ "name": "click",
6810
+ "type": {
6811
+ "text": "Event"
6812
+ }
6813
+ }
6814
+ ],
6815
+ "superclass": {
6816
+ "name": "Base",
6817
+ "module": "src/components/ids-block-grid/ids-block-grid-item.ts"
6818
+ }
6819
+ }
6820
+ ],
6821
+ "exports": [
6822
+ {
6823
+ "kind": "js",
6824
+ "name": "default",
6825
+ "declaration": {
6826
+ "name": "IdsBlockgridItem",
6827
+ "module": "src/components/ids-block-grid/ids-block-grid-item.ts"
6828
+ }
6829
+ }
6830
+ ]
6831
+ },
6832
+ {
6833
+ "kind": "javascript-module",
6834
+ "path": "src/components/ids-block-grid/ids-block-grid.ts",
6835
+ "declarations": [
6836
+ {
6837
+ "kind": "class",
6838
+ "description": "IDS Block Grid Component",
6839
+ "name": "IdsBlockgrid",
6840
+ "members": [
6841
+ {
6842
+ "kind": "field",
6843
+ "name": "datasource",
6844
+ "type": {
6845
+ "text": "any"
6846
+ },
6847
+ "default": "new IdsDataSource()",
6848
+ "description": "Reference to datasource API"
6849
+ },
6850
+ {
6851
+ "kind": "method",
6852
+ "name": "template",
6853
+ "description": "Create the Template for the contents",
6854
+ "return": {
6855
+ "type": {
6856
+ "text": "string"
6857
+ }
6858
+ }
6859
+ },
6860
+ {
6861
+ "kind": "field",
6862
+ "name": "attributes",
6863
+ "static": true,
6864
+ "readonly": true
6865
+ },
6866
+ {
6867
+ "kind": "method",
6868
+ "name": "redraw",
6869
+ "description": "Rerender the list by re applying the template",
6870
+ "privacy": "private"
6871
+ },
6872
+ {
6873
+ "kind": "field",
6874
+ "name": "data",
6875
+ "description": "Set the data array of the blockgrid",
6876
+ "parameters": [
6877
+ {
6878
+ "description": "The array to use",
6879
+ "name": "value",
6880
+ "type": {
6881
+ "text": "Array"
6882
+ }
6883
+ }
6884
+ ]
6885
+ },
6886
+ {
6887
+ "kind": "field",
6888
+ "name": "align",
6889
+ "description": "Set the alignment of blockgrid",
6890
+ "return": {
6891
+ "type": {
6892
+ "text": "string|null"
6893
+ }
6894
+ },
6895
+ "parameters": [
6896
+ {
6897
+ "description": "The Blockgrid Alignment",
6898
+ "name": "value",
6899
+ "type": {
6900
+ "text": "string|null"
6901
+ }
6902
+ }
6903
+ ]
6904
+ },
6905
+ {
6906
+ "kind": "field",
6907
+ "name": "selection",
6908
+ "description": "Set the selection to a block-grid and it will add selection to all items",
6909
+ "parameters": [
6910
+ {
6911
+ "description": "The selection value",
6912
+ "name": "value",
6913
+ "type": {
6914
+ "text": "string"
6915
+ }
6916
+ }
6917
+ ]
6918
+ },
6919
+ {
6920
+ "kind": "method",
6921
+ "name": "#gridItems",
6922
+ "privacy": "private",
6923
+ "return": {
6924
+ "type": {
6925
+ "text": "Array<IdsBlockGridItem>"
6926
+ }
6927
+ }
6928
+ },
6929
+ {
6930
+ "kind": "method",
6931
+ "name": "#syncSelectionOnItems",
6932
+ "privacy": "private",
6933
+ "description": "Add selection value to all block-grid-items"
6934
+ }
6935
+ ],
6936
+ "superclass": {
6937
+ "name": "Base",
6938
+ "module": "src/components/ids-block-grid/ids-block-grid.ts"
6939
+ }
6940
+ }
6941
+ ],
6942
+ "exports": [
6943
+ {
6944
+ "kind": "js",
6945
+ "name": "default",
6946
+ "declaration": {
6947
+ "name": "IdsBlockgrid",
6948
+ "module": "src/components/ids-block-grid/ids-block-grid.ts"
6949
+ }
6950
+ }
6951
+ ]
6952
+ },
6578
6953
  {
6579
6954
  "kind": "javascript-module",
6580
6955
  "path": "src/components/ids-bar-chart/ids-bar-chart.ts",
@@ -6864,297 +7239,68 @@
6864
7239
  }
6865
7240
  ],
6866
7241
  "type": {
6867
- "text": "string"
6868
- },
6869
- "return": {
6870
- "type": {
6871
- "text": "number"
6872
- }
6873
- },
6874
- "readonly": true,
6875
- "inheritedFrom": {
6876
- "name": "IdsAxisChart",
6877
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
6878
- }
6879
- },
6880
- {
6881
- "kind": "field",
6882
- "name": "barPercentage",
6883
- "description": "Percent (0-1) of the available width each bar should be within the category width.\n1.0 will take the whole category width and put the bars right next to each other.\nif `isGrouped` this value, will use as whole group percentage.",
6884
- "parameters": [
6885
- {
6886
- "description": "Percent (0-1)",
6887
- "name": "value",
6888
- "type": {
6889
- "text": "number"
6890
- }
6891
- }
6892
- ],
6893
- "type": {
6894
- "text": "number"
6895
- }
6896
- },
6897
- {
6898
- "kind": "field",
6899
- "name": "categoryPercentage",
6900
- "description": "Percent (0-1) of the available width each category (group) section.",
6901
- "parameters": [
6902
- {
6903
- "description": "Percent (0-1)",
6904
- "name": "value",
6905
- "type": {
6906
- "text": "number"
6907
- }
6908
- }
6909
- ],
6910
- "type": {
6911
- "text": "number"
6912
- }
6913
- },
6914
- {
6915
- "kind": "field",
6916
- "name": "DEFAULT_SELECTABLE",
6917
- "type": {
6918
- "text": "boolean"
6919
- },
6920
- "default": "false"
6921
- },
6922
- {
6923
- "kind": "field",
6924
- "name": "initialized",
6925
- "type": {
6926
- "text": "boolean"
6927
- },
6928
- "default": "false",
6929
- "inheritedFrom": {
6930
- "name": "IdsAxisChart",
6931
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
6932
- }
6933
- },
6934
- {
6935
- "kind": "field",
6936
- "name": "dataLoaded",
6937
- "default": "new IdsDeferred()",
6938
- "inheritedFrom": {
6939
- "name": "IdsAxisChart",
6940
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
6941
- }
6942
- },
6943
- {
6944
- "kind": "field",
6945
- "name": "svg",
6946
- "type": {
6947
- "text": "SVGElement | null | undefined"
6948
- },
6949
- "inheritedFrom": {
6950
- "name": "IdsAxisChart",
6951
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
6952
- }
6953
- },
6954
- {
6955
- "kind": "field",
6956
- "name": "canvas",
6957
- "type": {
6958
- "text": "HTMLCanvasElement | undefined"
6959
- },
6960
- "inheritedFrom": {
6961
- "name": "IdsAxisChart",
6962
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
6963
- }
6964
- },
6965
- {
6966
- "kind": "field",
6967
- "name": "emptyMessage",
6968
- "type": {
6969
- "text": "IdsEmptyMessage | null | undefined"
6970
- },
6971
- "inheritedFrom": {
6972
- "name": "IdsAxisChart",
6973
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
6974
- }
6975
- },
6976
- {
6977
- "kind": "field",
6978
- "name": "legend",
6979
- "type": {
6980
- "text": "HTMLSlotElement | null | undefined"
6981
- },
6982
- "inheritedFrom": {
6983
- "name": "IdsAxisChart",
6984
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
6985
- }
6986
- },
6987
- {
6988
- "kind": "field",
6989
- "name": "sectionWidths",
6990
- "type": {
6991
- "text": "SectionWidth[]"
6992
- },
6993
- "default": "[]",
6994
- "inheritedFrom": {
6995
- "name": "IdsAxisChart",
6996
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
6997
- }
6998
- },
6999
- {
7000
- "kind": "field",
7001
- "name": "sectionWidth",
7002
- "default": "NaN",
7003
- "inheritedFrom": {
7004
- "name": "IdsAxisChart",
7005
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7006
- }
7007
- },
7008
- {
7009
- "kind": "field",
7010
- "name": "sectionHeights",
7011
- "type": {
7012
- "text": "SectionHeight[]"
7013
- },
7014
- "default": "[]",
7015
- "inheritedFrom": {
7016
- "name": "IdsAxisChart",
7017
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7018
- }
7019
- },
7020
- {
7021
- "kind": "field",
7022
- "name": "sectionHeight",
7023
- "default": "NaN",
7024
- "inheritedFrom": {
7025
- "name": "IdsAxisChart",
7026
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7027
- }
7028
- },
7029
- {
7030
- "kind": "field",
7031
- "name": "resizeToParentHeight",
7032
- "type": {
7033
- "text": "boolean"
7034
- },
7035
- "default": "false",
7036
- "inheritedFrom": {
7037
- "name": "IdsAxisChart",
7038
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7039
- }
7040
- },
7041
- {
7042
- "kind": "field",
7043
- "name": "resizeToParentWidth",
7044
- "type": {
7045
- "text": "boolean"
7046
- },
7047
- "default": "false",
7048
- "inheritedFrom": {
7049
- "name": "IdsAxisChart",
7050
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7051
- }
7052
- },
7053
- {
7054
- "kind": "field",
7055
- "name": "datasource",
7056
- "default": "new IdsDataSource()",
7057
- "description": "Reference to datasource API",
7058
- "inheritedFrom": {
7059
- "name": "IdsAxisChart",
7060
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7061
- }
7062
- },
7063
- {
7064
- "kind": "field",
7065
- "name": "vetoableEventTypes",
7066
- "type": {
7067
- "text": "array"
7068
- },
7069
- "default": "[ 'beforeselected', 'beforedeselected' ]",
7070
- "return": {
7071
- "type": {
7072
- "text": "Array<string>"
7073
- }
7074
- },
7075
- "inheritedFrom": {
7076
- "name": "IdsAxisChart",
7077
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7078
- }
7079
- },
7080
- {
7081
- "kind": "field",
7082
- "name": "isGrouped",
7083
- "type": {
7084
- "text": "boolean"
7242
+ "text": "string"
7085
7243
  },
7086
- "privacy": "protected",
7087
- "default": "false",
7088
- "inheritedFrom": {
7089
- "name": "IdsAxisChart",
7090
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7091
- }
7092
- },
7093
- {
7094
- "kind": "method",
7095
- "name": "onSelectableChange",
7096
7244
  "return": {
7097
7245
  "type": {
7098
- "text": "void"
7246
+ "text": "number"
7099
7247
  }
7100
7248
  },
7101
- "description": "On selectable change",
7249
+ "readonly": true,
7102
7250
  "inheritedFrom": {
7103
7251
  "name": "IdsAxisChart",
7104
7252
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7105
7253
  }
7106
7254
  },
7107
7255
  {
7108
- "kind": "method",
7109
- "name": "init",
7110
- "return": {
7111
- "type": {
7112
- "text": "void"
7256
+ "kind": "field",
7257
+ "name": "barPercentage",
7258
+ "description": "Percent (0-1) of the available width each bar should be within the category width.\n1.0 will take the whole category width and put the bars right next to each other.\nif `isGrouped` this value, will use as whole group percentage.",
7259
+ "parameters": [
7260
+ {
7261
+ "description": "Percent (0-1)",
7262
+ "name": "value",
7263
+ "type": {
7264
+ "text": "number"
7265
+ }
7113
7266
  }
7114
- },
7115
- "inheritedFrom": {
7116
- "name": "IdsAxisChart",
7117
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7267
+ ],
7268
+ "type": {
7269
+ "text": "number"
7118
7270
  }
7119
7271
  },
7120
7272
  {
7121
- "kind": "method",
7122
- "name": "template",
7123
- "return": {
7124
- "type": {
7125
- "text": "string"
7273
+ "kind": "field",
7274
+ "name": "categoryPercentage",
7275
+ "description": "Percent (0-1) of the available width each category (group) section.",
7276
+ "parameters": [
7277
+ {
7278
+ "description": "Percent (0-1)",
7279
+ "name": "value",
7280
+ "type": {
7281
+ "text": "number"
7282
+ }
7126
7283
  }
7127
- },
7128
- "description": "Create the Template for the contents",
7129
- "inheritedFrom": {
7130
- "name": "IdsAxisChart",
7131
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7284
+ ],
7285
+ "type": {
7286
+ "text": "number"
7132
7287
  }
7133
7288
  },
7134
7289
  {
7135
- "kind": "method",
7136
- "name": "#attachEventHandlers",
7137
- "privacy": "private",
7138
- "return": {
7139
- "type": {
7140
- "text": "void"
7141
- }
7290
+ "kind": "field",
7291
+ "name": "DEFAULT_SELECTABLE",
7292
+ "type": {
7293
+ "text": "boolean"
7142
7294
  },
7143
- "description": "Setup the Event Handling",
7144
- "inheritedFrom": {
7145
- "name": "IdsAxisChart",
7146
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7147
- }
7295
+ "default": "false"
7148
7296
  },
7149
7297
  {
7150
7298
  "kind": "field",
7151
- "name": "#xMaxTextWidth",
7152
- "privacy": "private",
7299
+ "name": "initialized",
7153
7300
  "type": {
7154
- "text": "number"
7301
+ "text": "boolean"
7155
7302
  },
7156
- "default": "0",
7157
- "description": "Max width for x-labels text",
7303
+ "default": "false",
7158
7304
  "inheritedFrom": {
7159
7305
  "name": "IdsAxisChart",
7160
7306
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7162,13 +7308,8 @@
7162
7308
  },
7163
7309
  {
7164
7310
  "kind": "field",
7165
- "name": "#yMaxTextWidth",
7166
- "privacy": "private",
7167
- "type": {
7168
- "text": "number"
7169
- },
7170
- "default": "0",
7171
- "description": "Max width for y-labels text",
7311
+ "name": "dataLoaded",
7312
+ "default": "new IdsDeferred()",
7172
7313
  "inheritedFrom": {
7173
7314
  "name": "IdsAxisChart",
7174
7315
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7176,41 +7317,31 @@
7176
7317
  },
7177
7318
  {
7178
7319
  "kind": "field",
7179
- "name": "#resizeObserver",
7180
- "privacy": "private",
7320
+ "name": "svg",
7181
7321
  "type": {
7182
- "text": "ResizeObserver | undefined"
7322
+ "text": "SVGElement | null | undefined"
7183
7323
  },
7184
- "default": "undefined",
7185
- "description": "Holds the resize observer object",
7186
7324
  "inheritedFrom": {
7187
7325
  "name": "IdsAxisChart",
7188
7326
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7189
7327
  }
7190
7328
  },
7191
7329
  {
7192
- "kind": "method",
7193
- "name": "#attachResizeObserver",
7194
- "privacy": "private",
7195
- "return": {
7196
- "type": {
7197
- "text": "void"
7198
- }
7330
+ "kind": "field",
7331
+ "name": "canvas",
7332
+ "type": {
7333
+ "text": "HTMLCanvasElement | undefined"
7199
7334
  },
7200
- "description": "Attach the resize observer",
7201
7335
  "inheritedFrom": {
7202
7336
  "name": "IdsAxisChart",
7203
7337
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7204
7338
  }
7205
7339
  },
7206
7340
  {
7207
- "kind": "method",
7208
- "name": "#detachResizeObserver",
7209
- "privacy": "private",
7210
- "return": {
7211
- "type": {
7212
- "text": "void"
7213
- }
7341
+ "kind": "field",
7342
+ "name": "emptyMessage",
7343
+ "type": {
7344
+ "text": "IdsEmptyMessage | null | undefined"
7214
7345
  },
7215
7346
  "inheritedFrom": {
7216
7347
  "name": "IdsAxisChart",
@@ -7218,60 +7349,32 @@
7218
7349
  }
7219
7350
  },
7220
7351
  {
7221
- "kind": "method",
7222
- "name": "resize",
7223
- "return": {
7224
- "type": {
7225
- "text": "void"
7226
- }
7352
+ "kind": "field",
7353
+ "name": "legend",
7354
+ "type": {
7355
+ "text": "HTMLSlotElement | null | undefined"
7227
7356
  },
7228
- "parameters": [
7229
- {
7230
- "name": "width",
7231
- "type": {
7232
- "text": "number"
7233
- },
7234
- "description": "parent width"
7235
- },
7236
- {
7237
- "name": "height",
7238
- "type": {
7239
- "text": "number"
7240
- },
7241
- "description": "parent height"
7242
- }
7243
- ],
7244
- "description": "Resize chart to given width height",
7245
7357
  "inheritedFrom": {
7246
7358
  "name": "IdsAxisChart",
7247
7359
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7248
7360
  }
7249
7361
  },
7250
7362
  {
7251
- "kind": "method",
7252
- "name": "redraw",
7253
- "return": {
7254
- "type": {
7255
- "text": "void"
7256
- }
7363
+ "kind": "field",
7364
+ "name": "sectionWidths",
7365
+ "type": {
7366
+ "text": "SectionWidth[]"
7257
7367
  },
7258
- "description": "Redraw the chart",
7259
- "privacy": "private",
7368
+ "default": "[]",
7260
7369
  "inheritedFrom": {
7261
7370
  "name": "IdsAxisChart",
7262
7371
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7263
7372
  }
7264
7373
  },
7265
7374
  {
7266
- "kind": "method",
7267
- "name": "#adjustRTL",
7268
- "privacy": "private",
7269
- "return": {
7270
- "type": {
7271
- "text": "void"
7272
- }
7273
- },
7274
- "description": "Adjust RTL",
7375
+ "kind": "field",
7376
+ "name": "sectionWidth",
7377
+ "default": "NaN",
7275
7378
  "inheritedFrom": {
7276
7379
  "name": "IdsAxisChart",
7277
7380
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7279,117 +7382,84 @@
7279
7382
  },
7280
7383
  {
7281
7384
  "kind": "field",
7282
- "name": "markerData",
7385
+ "name": "sectionHeights",
7283
7386
  "type": {
7284
- "text": "IdsChartMarkerData"
7387
+ "text": "SectionHeight[]"
7285
7388
  },
7286
- "default": "{ markerCount: 0, groupCount: 0, min: 0, max: 0, scale: new NiceScale(this.yAxisMin, 0), gridTop: 0, gridBottom: 0, gridLeft: 0, gridRight: 0, groupTotals: [0], scaleValues: [0], zeroLine: 0 }",
7287
- "description": "The marker data to use to draw the chart",
7389
+ "default": "[]",
7288
7390
  "inheritedFrom": {
7289
7391
  "name": "IdsAxisChart",
7290
7392
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7291
7393
  }
7292
7394
  },
7293
7395
  {
7294
- "kind": "method",
7295
- "name": "#calculate",
7296
- "privacy": "private",
7297
- "return": {
7298
- "type": {
7299
- "text": "void"
7300
- }
7301
- },
7302
- "description": "Get the min/max points and calculate the scale",
7396
+ "kind": "field",
7397
+ "name": "sectionHeight",
7398
+ "default": "NaN",
7303
7399
  "inheritedFrom": {
7304
7400
  "name": "IdsAxisChart",
7305
7401
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7306
7402
  }
7307
7403
  },
7308
7404
  {
7309
- "kind": "method",
7310
- "name": "#horizontalPoints",
7311
- "privacy": "private",
7312
- "return": {
7313
- "type": {
7314
- "text": "void"
7315
- }
7405
+ "kind": "field",
7406
+ "name": "resizeToParentHeight",
7407
+ "type": {
7408
+ "text": "boolean"
7316
7409
  },
7317
- "description": "Set horizontal data points / locations",
7410
+ "default": "false",
7318
7411
  "inheritedFrom": {
7319
7412
  "name": "IdsAxisChart",
7320
7413
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7321
7414
  }
7322
7415
  },
7323
7416
  {
7324
- "kind": "method",
7325
- "name": "#verticalPoints",
7326
- "privacy": "private",
7327
- "return": {
7328
- "type": {
7329
- "text": "void"
7330
- }
7417
+ "kind": "field",
7418
+ "name": "resizeToParentWidth",
7419
+ "type": {
7420
+ "text": "boolean"
7331
7421
  },
7332
- "description": "Set vertical data points / locations",
7422
+ "default": "false",
7333
7423
  "inheritedFrom": {
7334
7424
  "name": "IdsAxisChart",
7335
7425
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7336
7426
  }
7337
7427
  },
7338
7428
  {
7339
- "kind": "method",
7340
- "name": "#sectionWidths",
7341
- "privacy": "private",
7342
- "return": {
7343
- "type": {
7344
- "text": "void"
7345
- }
7346
- },
7347
- "description": "Set the widths of each category section (used in other places)",
7429
+ "kind": "field",
7430
+ "name": "datasource",
7431
+ "default": "new IdsDataSource()",
7432
+ "description": "Reference to datasource API",
7348
7433
  "inheritedFrom": {
7349
7434
  "name": "IdsAxisChart",
7350
7435
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7351
7436
  }
7352
7437
  },
7353
7438
  {
7354
- "kind": "method",
7355
- "name": "#sectionHeights",
7356
- "privacy": "private",
7357
- "return": {
7358
- "type": {
7359
- "text": "void"
7360
- }
7439
+ "kind": "field",
7440
+ "name": "vetoableEventTypes",
7441
+ "type": {
7442
+ "text": "array"
7361
7443
  },
7362
- "description": "Set the heights of each category section (used in other places)",
7363
- "inheritedFrom": {
7364
- "name": "IdsAxisChart",
7365
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7366
- }
7367
- },
7368
- {
7369
- "kind": "method",
7370
- "name": "#addColorVariables",
7371
- "privacy": "private",
7444
+ "default": "[ 'beforeselected', 'beforedeselected' ]",
7372
7445
  "return": {
7373
7446
  "type": {
7374
- "text": "void"
7447
+ "text": "Array<string>"
7375
7448
  }
7376
7449
  },
7377
- "description": "Add colors in a style sheet to the root so the variables can be used",
7378
7450
  "inheritedFrom": {
7379
7451
  "name": "IdsAxisChart",
7380
7452
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7381
7453
  }
7382
7454
  },
7383
7455
  {
7384
- "kind": "method",
7385
- "name": "#axisTemplate",
7386
- "privacy": "private",
7387
- "return": {
7388
- "type": {
7389
- "text": "string"
7390
- }
7456
+ "kind": "field",
7457
+ "name": "isGrouped",
7458
+ "type": {
7459
+ "text": "boolean"
7391
7460
  },
7392
- "description": "Return the insider part of the SVG",
7461
+ "privacy": "protected",
7462
+ "default": "false",
7393
7463
  "inheritedFrom": {
7394
7464
  "name": "IdsAxisChart",
7395
7465
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7397,13 +7467,13 @@
7397
7467
  },
7398
7468
  {
7399
7469
  "kind": "method",
7400
- "name": "tooltipTemplate",
7470
+ "name": "onSelectableChange",
7401
7471
  "return": {
7402
7472
  "type": {
7403
- "text": "string"
7473
+ "text": "void"
7404
7474
  }
7405
7475
  },
7406
- "description": "Overridable method to draw to get the tooltip template",
7476
+ "description": "On selectable change",
7407
7477
  "inheritedFrom": {
7408
7478
  "name": "IdsAxisChart",
7409
7479
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7411,13 +7481,12 @@
7411
7481
  },
7412
7482
  {
7413
7483
  "kind": "method",
7414
- "name": "attachTooltipEvents",
7484
+ "name": "init",
7415
7485
  "return": {
7416
7486
  "type": {
7417
7487
  "text": "void"
7418
7488
  }
7419
7489
  },
7420
- "description": "Setup handlers on tooltip elements",
7421
7490
  "inheritedFrom": {
7422
7491
  "name": "IdsAxisChart",
7423
7492
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7425,30 +7494,13 @@
7425
7494
  },
7426
7495
  {
7427
7496
  "kind": "method",
7428
- "name": "tooltipData",
7429
- "parameters": [
7430
- {
7431
- "name": "index",
7432
- "type": {
7433
- "text": "number"
7434
- },
7435
- "description": "the data groupIndex"
7436
- },
7437
- {
7438
- "name": "groupIndex",
7439
- "default": "0",
7440
- "description": "the data index",
7441
- "type": {
7442
- "text": "number"
7443
- }
7444
- }
7445
- ],
7446
- "description": "Return the data for a tooltip accessible by index",
7497
+ "name": "template",
7447
7498
  "return": {
7448
7499
  "type": {
7449
- "text": "Array<string>"
7500
+ "text": "string"
7450
7501
  }
7451
7502
  },
7503
+ "description": "Create the Template for the contents",
7452
7504
  "inheritedFrom": {
7453
7505
  "name": "IdsAxisChart",
7454
7506
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7456,23 +7508,14 @@
7456
7508
  },
7457
7509
  {
7458
7510
  "kind": "method",
7459
- "name": "#tooltipContent",
7511
+ "name": "#attachEventHandlers",
7460
7512
  "privacy": "private",
7461
7513
  "return": {
7462
7514
  "type": {
7463
- "text": "string"
7515
+ "text": "void"
7464
7516
  }
7465
7517
  },
7466
- "parameters": [
7467
- {
7468
- "name": "elem",
7469
- "type": {
7470
- "text": "SVGElement"
7471
- },
7472
- "description": "The svg element we will inspect for content"
7473
- }
7474
- ],
7475
- "description": "Return the tooltip content",
7518
+ "description": "Setup the Event Handling",
7476
7519
  "inheritedFrom": {
7477
7520
  "name": "IdsAxisChart",
7478
7521
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7480,51 +7523,41 @@
7480
7523
  },
7481
7524
  {
7482
7525
  "kind": "field",
7483
- "name": "#axisLabelsText",
7526
+ "name": "#xMaxTextWidth",
7484
7527
  "privacy": "private",
7485
7528
  "type": {
7486
- "text": "{\n bottom: string,\n end: string,\n start: string,\n top: string\n } | undefined"
7529
+ "text": "number"
7487
7530
  },
7488
- "description": "Holds the axis labels text object",
7531
+ "default": "0",
7532
+ "description": "Max width for x-labels text",
7489
7533
  "inheritedFrom": {
7490
7534
  "name": "IdsAxisChart",
7491
7535
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7492
7536
  }
7493
7537
  },
7494
7538
  {
7495
- "kind": "method",
7496
- "name": "#resetAxisLabelsText",
7539
+ "kind": "field",
7540
+ "name": "#yMaxTextWidth",
7497
7541
  "privacy": "private",
7498
- "return": {
7499
- "type": {
7500
- "text": "void"
7501
- }
7542
+ "type": {
7543
+ "text": "number"
7502
7544
  },
7503
- "description": "Reset the axis labels",
7545
+ "default": "0",
7546
+ "description": "Max width for y-labels text",
7504
7547
  "inheritedFrom": {
7505
7548
  "name": "IdsAxisChart",
7506
7549
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7507
7550
  }
7508
7551
  },
7509
7552
  {
7510
- "kind": "method",
7511
- "name": "#setAxisLabels",
7553
+ "kind": "field",
7554
+ "name": "#resizeObserver",
7512
7555
  "privacy": "private",
7513
- "return": {
7514
- "type": {
7515
- "text": "void"
7516
- }
7556
+ "type": {
7557
+ "text": "ResizeObserver | undefined"
7517
7558
  },
7518
- "parameters": [
7519
- {
7520
- "name": "opt",
7521
- "type": {
7522
- "text": "'bottom'|'end'|'start'|'top'"
7523
- },
7524
- "description": "The option"
7525
- }
7526
- ],
7527
- "description": "Set the axis labels",
7559
+ "default": "undefined",
7560
+ "description": "Holds the resize observer object",
7528
7561
  "inheritedFrom": {
7529
7562
  "name": "IdsAxisChart",
7530
7563
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7532,14 +7565,14 @@
7532
7565
  },
7533
7566
  {
7534
7567
  "kind": "method",
7535
- "name": "#axisLabels",
7568
+ "name": "#attachResizeObserver",
7536
7569
  "privacy": "private",
7537
7570
  "return": {
7538
7571
  "type": {
7539
- "text": "string"
7572
+ "text": "void"
7540
7573
  }
7541
7574
  },
7542
- "description": "Return the axis label for the svg",
7575
+ "description": "Attach the resize observer",
7543
7576
  "inheritedFrom": {
7544
7577
  "name": "IdsAxisChart",
7545
7578
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7547,14 +7580,13 @@
7547
7580
  },
7548
7581
  {
7549
7582
  "kind": "method",
7550
- "name": "#horizontalLines",
7583
+ "name": "#detachResizeObserver",
7551
7584
  "privacy": "private",
7552
7585
  "return": {
7553
7586
  "type": {
7554
- "text": "string"
7587
+ "text": "void"
7555
7588
  }
7556
7589
  },
7557
- "description": "Return the horizontal line data for the svg",
7558
7590
  "inheritedFrom": {
7559
7591
  "name": "IdsAxisChart",
7560
7592
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7562,38 +7594,29 @@
7562
7594
  },
7563
7595
  {
7564
7596
  "kind": "method",
7565
- "name": "#verticalLines",
7566
- "privacy": "private",
7597
+ "name": "resize",
7567
7598
  "return": {
7568
7599
  "type": {
7569
- "text": "string"
7600
+ "text": "void"
7570
7601
  }
7571
7602
  },
7572
- "description": "Return the vertical line data for the svg",
7573
- "inheritedFrom": {
7574
- "name": "IdsAxisChart",
7575
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7576
- }
7577
- },
7578
- {
7579
- "kind": "method",
7580
- "name": "#formatXLabel",
7581
- "privacy": "private",
7582
7603
  "parameters": [
7583
7604
  {
7584
- "name": "value",
7605
+ "name": "width",
7585
7606
  "type": {
7586
- "text": "string|Function"
7607
+ "text": "number"
7587
7608
  },
7588
- "description": "The value to format value"
7609
+ "description": "parent width"
7610
+ },
7611
+ {
7612
+ "name": "height",
7613
+ "type": {
7614
+ "text": "number"
7615
+ },
7616
+ "description": "parent height"
7589
7617
  }
7590
7618
  ],
7591
- "description": "Format the value for the x label in a variety of ways",
7592
- "return": {
7593
- "type": {
7594
- "text": "string"
7595
- }
7596
- },
7619
+ "description": "Resize chart to given width height",
7597
7620
  "inheritedFrom": {
7598
7621
  "name": "IdsAxisChart",
7599
7622
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7601,22 +7624,13 @@
7601
7624
  },
7602
7625
  {
7603
7626
  "kind": "method",
7604
- "name": "formatYLabel",
7605
- "parameters": [
7606
- {
7607
- "name": "value",
7608
- "type": {
7609
- "text": "string|Function"
7610
- },
7611
- "description": "The value to format value"
7612
- }
7613
- ],
7614
- "description": "Format the value for the y label in a variety of ways",
7627
+ "name": "redraw",
7615
7628
  "return": {
7616
7629
  "type": {
7617
- "text": "string"
7630
+ "text": "void"
7618
7631
  }
7619
7632
  },
7633
+ "description": "Redraw the chart",
7620
7634
  "privacy": "private",
7621
7635
  "inheritedFrom": {
7622
7636
  "name": "IdsAxisChart",
@@ -7625,13 +7639,27 @@
7625
7639
  },
7626
7640
  {
7627
7641
  "kind": "method",
7628
- "name": "#nameLabels",
7642
+ "name": "#adjustRTL",
7629
7643
  "privacy": "private",
7630
7644
  "return": {
7631
7645
  "type": {
7632
- "text": "string"
7646
+ "text": "void"
7633
7647
  }
7634
7648
  },
7649
+ "description": "Adjust RTL",
7650
+ "inheritedFrom": {
7651
+ "name": "IdsAxisChart",
7652
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7653
+ }
7654
+ },
7655
+ {
7656
+ "kind": "field",
7657
+ "name": "markerData",
7658
+ "type": {
7659
+ "text": "IdsChartMarkerData"
7660
+ },
7661
+ "default": "{ markerCount: 0, groupCount: 0, min: 0, max: 0, scale: new NiceScale(this.yAxisMin, 0), gridTop: 0, gridBottom: 0, gridLeft: 0, gridRight: 0, groupTotals: [0], scaleValues: [0], zeroLine: 0 }",
7662
+ "description": "The marker data to use to draw the chart",
7635
7663
  "inheritedFrom": {
7636
7664
  "name": "IdsAxisChart",
7637
7665
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7639,14 +7667,14 @@
7639
7667
  },
7640
7668
  {
7641
7669
  "kind": "method",
7642
- "name": "#valueLabels",
7670
+ "name": "#calculate",
7643
7671
  "privacy": "private",
7644
7672
  "return": {
7645
7673
  "type": {
7646
- "text": "string"
7674
+ "text": "void"
7647
7675
  }
7648
7676
  },
7649
- "description": "Return the value labels data",
7677
+ "description": "Get the min/max points and calculate the scale",
7650
7678
  "inheritedFrom": {
7651
7679
  "name": "IdsAxisChart",
7652
7680
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7654,8 +7682,14 @@
7654
7682
  },
7655
7683
  {
7656
7684
  "kind": "method",
7657
- "name": "#namesLineGap",
7685
+ "name": "#horizontalPoints",
7658
7686
  "privacy": "private",
7687
+ "return": {
7688
+ "type": {
7689
+ "text": "void"
7690
+ }
7691
+ },
7692
+ "description": "Set horizontal data points / locations",
7659
7693
  "inheritedFrom": {
7660
7694
  "name": "IdsAxisChart",
7661
7695
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7663,8 +7697,14 @@
7663
7697
  },
7664
7698
  {
7665
7699
  "kind": "method",
7666
- "name": "#valuesLineGap",
7700
+ "name": "#verticalPoints",
7667
7701
  "privacy": "private",
7702
+ "return": {
7703
+ "type": {
7704
+ "text": "void"
7705
+ }
7706
+ },
7707
+ "description": "Set vertical data points / locations",
7668
7708
  "inheritedFrom": {
7669
7709
  "name": "IdsAxisChart",
7670
7710
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7672,14 +7712,14 @@
7672
7712
  },
7673
7713
  {
7674
7714
  "kind": "method",
7675
- "name": "#xLabels",
7715
+ "name": "#sectionWidths",
7676
7716
  "privacy": "private",
7677
7717
  "return": {
7678
7718
  "type": {
7679
- "text": "string"
7719
+ "text": "void"
7680
7720
  }
7681
7721
  },
7682
- "description": "Return the x label data for the svg",
7722
+ "description": "Set the widths of each category section (used in other places)",
7683
7723
  "inheritedFrom": {
7684
7724
  "name": "IdsAxisChart",
7685
7725
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7687,14 +7727,14 @@
7687
7727
  },
7688
7728
  {
7689
7729
  "kind": "method",
7690
- "name": "#yLabels",
7730
+ "name": "#sectionHeights",
7691
7731
  "privacy": "private",
7692
7732
  "return": {
7693
7733
  "type": {
7694
- "text": "string"
7734
+ "text": "void"
7695
7735
  }
7696
7736
  },
7697
- "description": "Return the y label data for the svg",
7737
+ "description": "Set the heights of each category section (used in other places)",
7698
7738
  "inheritedFrom": {
7699
7739
  "name": "IdsAxisChart",
7700
7740
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7702,9 +7742,14 @@
7702
7742
  },
7703
7743
  {
7704
7744
  "kind": "method",
7705
- "name": "#showEmptyMessage",
7745
+ "name": "#addColorVariables",
7706
7746
  "privacy": "private",
7707
- "description": "Show an empty message with settings configuration",
7747
+ "return": {
7748
+ "type": {
7749
+ "text": "void"
7750
+ }
7751
+ },
7752
+ "description": "Add colors in a style sheet to the root so the variables can be used",
7708
7753
  "inheritedFrom": {
7709
7754
  "name": "IdsAxisChart",
7710
7755
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7712,9 +7757,14 @@
7712
7757
  },
7713
7758
  {
7714
7759
  "kind": "method",
7715
- "name": "#hideEmptyMessage",
7760
+ "name": "#axisTemplate",
7716
7761
  "privacy": "private",
7717
- "description": "Hide the empty message",
7762
+ "return": {
7763
+ "type": {
7764
+ "text": "string"
7765
+ }
7766
+ },
7767
+ "description": "Return the insider part of the SVG",
7718
7768
  "inheritedFrom": {
7719
7769
  "name": "IdsAxisChart",
7720
7770
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7722,55 +7772,57 @@
7722
7772
  },
7723
7773
  {
7724
7774
  "kind": "method",
7725
- "name": "#patterns",
7726
- "privacy": "private",
7775
+ "name": "tooltipTemplate",
7727
7776
  "return": {
7728
7777
  "type": {
7729
7778
  "text": "string"
7730
7779
  }
7731
7780
  },
7732
- "description": "Return the def markup for svg patterns",
7781
+ "description": "Overridable method to draw to get the tooltip template",
7733
7782
  "inheritedFrom": {
7734
7783
  "name": "IdsAxisChart",
7735
7784
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7736
- }
7737
- },
7738
- {
7739
- "kind": "field",
7740
- "name": "title",
7741
- "description": "Set the chart title element for accessibility",
7742
- "parameters": [
7743
- {
7744
- "description": "The title value",
7745
- "name": "value",
7746
- "type": {
7747
- "text": "string"
7748
- }
7785
+ }
7786
+ },
7787
+ {
7788
+ "kind": "method",
7789
+ "name": "attachTooltipEvents",
7790
+ "return": {
7791
+ "type": {
7792
+ "text": "void"
7749
7793
  }
7750
- ],
7751
- "type": {
7752
- "text": "string"
7753
7794
  },
7795
+ "description": "Setup handlers on tooltip elements",
7754
7796
  "inheritedFrom": {
7755
7797
  "name": "IdsAxisChart",
7756
7798
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7757
7799
  }
7758
7800
  },
7759
7801
  {
7760
- "kind": "field",
7761
- "name": "height",
7762
- "description": "The width of the chart (in pixels) or 'inherit' from the parent",
7802
+ "kind": "method",
7803
+ "name": "tooltipData",
7763
7804
  "parameters": [
7764
7805
  {
7765
- "description": "The height value",
7766
- "name": "value",
7806
+ "name": "index",
7767
7807
  "type": {
7768
- "text": "number|string|'inherit'|'fluid'"
7808
+ "text": "number"
7809
+ },
7810
+ "description": "the data groupIndex"
7811
+ },
7812
+ {
7813
+ "name": "groupIndex",
7814
+ "default": "0",
7815
+ "description": "the data index",
7816
+ "type": {
7817
+ "text": "number"
7769
7818
  }
7770
7819
  }
7771
7820
  ],
7772
- "type": {
7773
- "text": "number"
7821
+ "description": "Return the data for a tooltip accessible by index",
7822
+ "return": {
7823
+ "type": {
7824
+ "text": "Array<string>"
7825
+ }
7774
7826
  },
7775
7827
  "inheritedFrom": {
7776
7828
  "name": "IdsAxisChart",
@@ -7778,22 +7830,24 @@
7778
7830
  }
7779
7831
  },
7780
7832
  {
7781
- "kind": "field",
7782
- "name": "horizontal",
7783
- "description": "Flips the orientation to horizontal\nsupported `Axis` and `Bar` type charts",
7833
+ "kind": "method",
7834
+ "name": "#tooltipContent",
7835
+ "privacy": "private",
7836
+ "return": {
7837
+ "type": {
7838
+ "text": "string"
7839
+ }
7840
+ },
7784
7841
  "parameters": [
7785
7842
  {
7786
- "description": "If true will set `horizontal` attribute",
7787
- "name": "value",
7843
+ "name": "elem",
7788
7844
  "type": {
7789
- "text": "boolean | string"
7790
- }
7845
+ "text": "SVGElement"
7846
+ },
7847
+ "description": "The svg element we will inspect for content"
7791
7848
  }
7792
7849
  ],
7793
- "type": {
7794
- "text": "boolean"
7795
- },
7796
- "default": "false",
7850
+ "description": "Return the tooltip content",
7797
7851
  "inheritedFrom": {
7798
7852
  "name": "IdsAxisChart",
7799
7853
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7801,32 +7855,27 @@
7801
7855
  },
7802
7856
  {
7803
7857
  "kind": "field",
7804
- "name": "width",
7805
- "description": "The width of the chart (in pixels) or 'inherit' from the parent",
7806
- "parameters": [
7807
- {
7808
- "description": "The width value",
7809
- "name": "value",
7810
- "type": {
7811
- "text": "number|string|'inherit'|'fluid'"
7812
- }
7813
- }
7814
- ],
7858
+ "name": "#axisLabelsText",
7859
+ "privacy": "private",
7815
7860
  "type": {
7816
- "text": "number"
7861
+ "text": "{\n bottom: string,\n end: string,\n start: string,\n top: string\n } | undefined"
7817
7862
  },
7863
+ "description": "Holds the axis labels text object",
7818
7864
  "inheritedFrom": {
7819
7865
  "name": "IdsAxisChart",
7820
7866
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7821
7867
  }
7822
7868
  },
7823
7869
  {
7824
- "kind": "field",
7825
- "name": "chartContainer",
7826
- "type": {
7827
- "text": "HTMLElement | null"
7870
+ "kind": "method",
7871
+ "name": "#resetAxisLabelsText",
7872
+ "privacy": "private",
7873
+ "return": {
7874
+ "type": {
7875
+ "text": "void"
7876
+ }
7828
7877
  },
7829
- "readonly": true,
7878
+ "description": "Reset the axis labels",
7830
7879
  "inheritedFrom": {
7831
7880
  "name": "IdsAxisChart",
7832
7881
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7834,18 +7883,23 @@
7834
7883
  },
7835
7884
  {
7836
7885
  "kind": "method",
7837
- "name": "#setContainerWidth",
7886
+ "name": "#setAxisLabels",
7838
7887
  "privacy": "private",
7888
+ "return": {
7889
+ "type": {
7890
+ "text": "void"
7891
+ }
7892
+ },
7839
7893
  "parameters": [
7840
7894
  {
7841
- "name": "value",
7895
+ "name": "opt",
7842
7896
  "type": {
7843
- "text": "number"
7897
+ "text": "'bottom'|'end'|'start'|'top'"
7844
7898
  },
7845
- "description": "The width value"
7899
+ "description": "The option"
7846
7900
  }
7847
7901
  ],
7848
- "description": "Set the container width (for correct legend and sizing)",
7902
+ "description": "Set the axis labels",
7849
7903
  "inheritedFrom": {
7850
7904
  "name": "IdsAxisChart",
7851
7905
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7853,14 +7907,14 @@
7853
7907
  },
7854
7908
  {
7855
7909
  "kind": "method",
7856
- "name": "#maxTextWidthForNames",
7910
+ "name": "#axisLabels",
7857
7911
  "privacy": "private",
7858
7912
  "return": {
7859
7913
  "type": {
7860
- "text": "number"
7914
+ "text": "string"
7861
7915
  }
7862
7916
  },
7863
- "description": "Get the max width to render names axis",
7917
+ "description": "Return the axis label for the svg",
7864
7918
  "inheritedFrom": {
7865
7919
  "name": "IdsAxisChart",
7866
7920
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7868,14 +7922,14 @@
7868
7922
  },
7869
7923
  {
7870
7924
  "kind": "method",
7871
- "name": "#maxTextWidthForValues",
7925
+ "name": "#horizontalLines",
7872
7926
  "privacy": "private",
7873
7927
  "return": {
7874
7928
  "type": {
7875
- "text": "number"
7929
+ "text": "string"
7876
7930
  }
7877
7931
  },
7878
- "description": "Get the max width to render values axis",
7932
+ "description": "Return the horizontal line data for the svg",
7879
7933
  "inheritedFrom": {
7880
7934
  "name": "IdsAxisChart",
7881
7935
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7883,14 +7937,14 @@
7883
7937
  },
7884
7938
  {
7885
7939
  "kind": "method",
7886
- "name": "xMaxTextWidth",
7940
+ "name": "#verticalLines",
7941
+ "privacy": "private",
7887
7942
  "return": {
7888
7943
  "type": {
7889
- "text": "void"
7944
+ "text": "string"
7890
7945
  }
7891
7946
  },
7892
- "description": "Set the max width to render the x-axis",
7893
- "privacy": "private",
7947
+ "description": "Return the vertical line data for the svg",
7894
7948
  "inheritedFrom": {
7895
7949
  "name": "IdsAxisChart",
7896
7950
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7898,32 +7952,47 @@
7898
7952
  },
7899
7953
  {
7900
7954
  "kind": "method",
7901
- "name": "yMaxTextWidth",
7955
+ "name": "#formatXLabel",
7956
+ "privacy": "private",
7957
+ "parameters": [
7958
+ {
7959
+ "name": "value",
7960
+ "type": {
7961
+ "text": "string|Function"
7962
+ },
7963
+ "description": "The value to format value"
7964
+ }
7965
+ ],
7966
+ "description": "Format the value for the x label in a variety of ways",
7902
7967
  "return": {
7903
7968
  "type": {
7904
- "text": "void"
7969
+ "text": "string"
7905
7970
  }
7906
7971
  },
7907
- "description": "Set the max width to render the y-axis",
7908
- "privacy": "private",
7909
7972
  "inheritedFrom": {
7910
7973
  "name": "IdsAxisChart",
7911
7974
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7912
7975
  }
7913
7976
  },
7914
7977
  {
7915
- "kind": "field",
7916
- "name": "margins",
7917
- "description": "Set the left, right, top, bottom margins",
7978
+ "kind": "method",
7979
+ "name": "formatYLabel",
7918
7980
  "parameters": [
7919
7981
  {
7920
- "description": "The margin values",
7921
7982
  "name": "value",
7922
7983
  "type": {
7923
- "text": "object"
7924
- }
7984
+ "text": "string|Function"
7985
+ },
7986
+ "description": "The value to format value"
7925
7987
  }
7926
7988
  ],
7989
+ "description": "Format the value for the y label in a variety of ways",
7990
+ "return": {
7991
+ "type": {
7992
+ "text": "string"
7993
+ }
7994
+ },
7995
+ "privacy": "private",
7927
7996
  "inheritedFrom": {
7928
7997
  "name": "IdsAxisChart",
7929
7998
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -7931,95 +8000,111 @@
7931
8000
  },
7932
8001
  {
7933
8002
  "kind": "method",
7934
- "name": "#getTextWidth",
8003
+ "name": "#nameLabels",
7935
8004
  "privacy": "private",
7936
8005
  "return": {
7937
8006
  "type": {
7938
- "text": "number"
8007
+ "text": "string"
7939
8008
  }
7940
8009
  },
7941
- "parameters": [
7942
- {
7943
- "name": "text",
7944
- "type": {
7945
- "text": "string"
7946
- },
7947
- "description": "The text to measure"
7948
- }
7949
- ],
7950
- "description": "Get approximate text width for a given string",
7951
8010
  "inheritedFrom": {
7952
8011
  "name": "IdsAxisChart",
7953
8012
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7954
8013
  }
7955
8014
  },
7956
8015
  {
7957
- "kind": "field",
7958
- "name": "leftRotateMargin",
7959
- "type": {
7960
- "text": "number"
7961
- },
7962
- "description": "Get left rotate margin for rotated labels",
8016
+ "kind": "method",
8017
+ "name": "#valueLabels",
8018
+ "privacy": "private",
7963
8019
  "return": {
7964
8020
  "type": {
7965
- "text": "number"
8021
+ "text": "string"
7966
8022
  }
7967
8023
  },
7968
- "readonly": true,
8024
+ "description": "Return the value labels data",
7969
8025
  "inheritedFrom": {
7970
8026
  "name": "IdsAxisChart",
7971
8027
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7972
8028
  }
7973
8029
  },
7974
8030
  {
7975
- "kind": "field",
7976
- "name": "rightRotateMargin",
7977
- "type": {
7978
- "text": "number"
7979
- },
7980
- "description": "Get right rotate margin for rotated labels",
8031
+ "kind": "method",
8032
+ "name": "#namesLineGap",
8033
+ "privacy": "private",
8034
+ "inheritedFrom": {
8035
+ "name": "IdsAxisChart",
8036
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8037
+ }
8038
+ },
8039
+ {
8040
+ "kind": "method",
8041
+ "name": "#valuesLineGap",
8042
+ "privacy": "private",
8043
+ "inheritedFrom": {
8044
+ "name": "IdsAxisChart",
8045
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8046
+ }
8047
+ },
8048
+ {
8049
+ "kind": "method",
8050
+ "name": "#xLabels",
8051
+ "privacy": "private",
7981
8052
  "return": {
7982
8053
  "type": {
7983
- "text": "number"
8054
+ "text": "string"
7984
8055
  }
7985
8056
  },
7986
- "readonly": true,
8057
+ "description": "Return the x label data for the svg",
7987
8058
  "inheritedFrom": {
7988
8059
  "name": "IdsAxisChart",
7989
8060
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
7990
8061
  }
7991
8062
  },
7992
8063
  {
7993
- "kind": "field",
7994
- "name": "bottomRotateMargin",
7995
- "type": {
7996
- "text": "number"
7997
- },
7998
- "description": "Get bottom rotate margin",
8064
+ "kind": "method",
8065
+ "name": "#yLabels",
8066
+ "privacy": "private",
7999
8067
  "return": {
8000
8068
  "type": {
8001
- "text": "number"
8069
+ "text": "string"
8002
8070
  }
8003
8071
  },
8004
- "readonly": true,
8072
+ "description": "Return the y label data for the svg",
8005
8073
  "inheritedFrom": {
8006
8074
  "name": "IdsAxisChart",
8007
8075
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8008
8076
  }
8009
8077
  },
8010
8078
  {
8011
- "kind": "field",
8012
- "name": "axisLabelsMargin",
8013
- "type": {
8014
- "text": "{ bottom: number; end: number; start: number; top: number; }"
8015
- },
8016
- "description": "Get axis labels margin",
8079
+ "kind": "method",
8080
+ "name": "#showEmptyMessage",
8081
+ "privacy": "private",
8082
+ "description": "Show an empty message with settings configuration",
8083
+ "inheritedFrom": {
8084
+ "name": "IdsAxisChart",
8085
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8086
+ }
8087
+ },
8088
+ {
8089
+ "kind": "method",
8090
+ "name": "#hideEmptyMessage",
8091
+ "privacy": "private",
8092
+ "description": "Hide the empty message",
8093
+ "inheritedFrom": {
8094
+ "name": "IdsAxisChart",
8095
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8096
+ }
8097
+ },
8098
+ {
8099
+ "kind": "method",
8100
+ "name": "#patterns",
8101
+ "privacy": "private",
8017
8102
  "return": {
8018
8103
  "type": {
8019
- "text": "{ bottom: number, end: number, start: number, top: number }"
8104
+ "text": "string"
8020
8105
  }
8021
8106
  },
8022
- "readonly": true,
8107
+ "description": "Return the def markup for svg patterns",
8023
8108
  "inheritedFrom": {
8024
8109
  "name": "IdsAxisChart",
8025
8110
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -8027,19 +8112,19 @@
8027
8112
  },
8028
8113
  {
8029
8114
  "kind": "field",
8030
- "name": "textWidths",
8031
- "description": "Set the width the text labels/axes take up on each side.",
8115
+ "name": "title",
8116
+ "description": "Set the chart title element for accessibility",
8032
8117
  "parameters": [
8033
8118
  {
8034
- "description": "The margin values",
8119
+ "description": "The title value",
8035
8120
  "name": "value",
8036
8121
  "type": {
8037
- "text": "object"
8122
+ "text": "string"
8038
8123
  }
8039
8124
  }
8040
8125
  ],
8041
8126
  "type": {
8042
- "text": "IdsChartDimensions"
8127
+ "text": "string"
8043
8128
  },
8044
8129
  "inheritedFrom": {
8045
8130
  "name": "IdsAxisChart",
@@ -8048,19 +8133,19 @@
8048
8133
  },
8049
8134
  {
8050
8135
  "kind": "field",
8051
- "name": "data",
8052
- "description": "Set the data array of the chart",
8136
+ "name": "height",
8137
+ "description": "The width of the chart (in pixels) or 'inherit' from the parent",
8053
8138
  "parameters": [
8054
8139
  {
8055
- "description": "The array to use",
8140
+ "description": "The height value",
8056
8141
  "name": "value",
8057
8142
  "type": {
8058
- "text": "Array<unknown>"
8143
+ "text": "number|string|'inherit'|'fluid'"
8059
8144
  }
8060
8145
  }
8061
8146
  ],
8062
8147
  "type": {
8063
- "text": "Array<IdsChartData>"
8148
+ "text": "number"
8064
8149
  },
8065
8150
  "inheritedFrom": {
8066
8151
  "name": "IdsAxisChart",
@@ -8069,20 +8154,21 @@
8069
8154
  },
8070
8155
  {
8071
8156
  "kind": "field",
8072
- "name": "yAxisMin",
8073
- "description": "Set the minimum value on the y axis",
8157
+ "name": "horizontal",
8158
+ "description": "Flips the orientation to horizontal\nsupported `Axis` and `Bar` type charts",
8074
8159
  "parameters": [
8075
8160
  {
8076
- "description": "The value to use",
8161
+ "description": "If true will set `horizontal` attribute",
8077
8162
  "name": "value",
8078
8163
  "type": {
8079
- "text": "number"
8164
+ "text": "boolean | string"
8080
8165
  }
8081
8166
  }
8082
8167
  ],
8083
8168
  "type": {
8084
- "text": "number"
8169
+ "text": "boolean"
8085
8170
  },
8171
+ "default": "false",
8086
8172
  "inheritedFrom": {
8087
8173
  "name": "IdsAxisChart",
8088
8174
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -8090,19 +8176,19 @@
8090
8176
  },
8091
8177
  {
8092
8178
  "kind": "field",
8093
- "name": "ticks",
8094
- "description": "Set the number of ticks to show",
8179
+ "name": "width",
8180
+ "description": "The width of the chart (in pixels) or 'inherit' from the parent",
8095
8181
  "parameters": [
8096
8182
  {
8097
- "description": "The value to use",
8183
+ "description": "The width value",
8098
8184
  "name": "value",
8099
8185
  "type": {
8100
- "text": "number"
8186
+ "text": "number|string|'inherit'|'fluid'"
8101
8187
  }
8102
8188
  }
8103
8189
  ],
8104
8190
  "type": {
8105
- "text": "number | undefined"
8191
+ "text": "number"
8106
8192
  },
8107
8193
  "inheritedFrom": {
8108
8194
  "name": "IdsAxisChart",
@@ -8111,80 +8197,60 @@
8111
8197
  },
8112
8198
  {
8113
8199
  "kind": "field",
8114
- "name": "showTooltip",
8115
- "description": "Disable Tooltips",
8116
- "parameters": [
8117
- {
8118
- "description": "True or false to show the grid lines",
8119
- "name": "value",
8120
- "type": {
8121
- "text": "boolean"
8122
- }
8123
- }
8124
- ],
8200
+ "name": "chartContainer",
8125
8201
  "type": {
8126
- "text": "boolean"
8202
+ "text": "HTMLElement | null"
8127
8203
  },
8204
+ "readonly": true,
8128
8205
  "inheritedFrom": {
8129
8206
  "name": "IdsAxisChart",
8130
8207
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8131
8208
  }
8132
8209
  },
8133
8210
  {
8134
- "kind": "field",
8135
- "name": "showVerticalGridLines",
8136
- "description": "Show the vertical axis grid lines",
8211
+ "kind": "method",
8212
+ "name": "#setContainerWidth",
8213
+ "privacy": "private",
8137
8214
  "parameters": [
8138
8215
  {
8139
- "description": "True or false to show the grid lines",
8140
8216
  "name": "value",
8141
8217
  "type": {
8142
- "text": "boolean"
8143
- }
8218
+ "text": "number"
8219
+ },
8220
+ "description": "The width value"
8144
8221
  }
8145
8222
  ],
8146
- "type": {
8147
- "text": "boolean"
8148
- },
8223
+ "description": "Set the container width (for correct legend and sizing)",
8149
8224
  "inheritedFrom": {
8150
8225
  "name": "IdsAxisChart",
8151
8226
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8152
8227
  }
8153
8228
  },
8154
8229
  {
8155
- "kind": "field",
8156
- "name": "showHorizontalGridLines",
8157
- "description": "Show the horizontal axis grid lines",
8158
- "parameters": [
8159
- {
8160
- "description": "True or false to show the grid lines",
8161
- "name": "value",
8162
- "type": {
8163
- "text": "boolean"
8164
- }
8230
+ "kind": "method",
8231
+ "name": "#maxTextWidthForNames",
8232
+ "privacy": "private",
8233
+ "return": {
8234
+ "type": {
8235
+ "text": "number"
8165
8236
  }
8166
- ],
8167
- "type": {
8168
- "text": "boolean"
8169
8237
  },
8238
+ "description": "Get the max width to render names axis",
8170
8239
  "inheritedFrom": {
8171
8240
  "name": "IdsAxisChart",
8172
8241
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8173
8242
  }
8174
8243
  },
8175
8244
  {
8176
- "kind": "field",
8177
- "name": "colors",
8178
- "type": {
8179
- "text": "Array<string>"
8180
- },
8181
- "description": "Utility function to get the colors series being used in this chart",
8245
+ "kind": "method",
8246
+ "name": "#maxTextWidthForValues",
8247
+ "privacy": "private",
8182
8248
  "return": {
8183
8249
  "type": {
8184
- "text": "Array"
8250
+ "text": "number"
8185
8251
  }
8186
8252
  },
8187
- "readonly": true,
8253
+ "description": "Get the max width to render values axis",
8188
8254
  "inheritedFrom": {
8189
8255
  "name": "IdsAxisChart",
8190
8256
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -8192,22 +8258,28 @@
8192
8258
  },
8193
8259
  {
8194
8260
  "kind": "method",
8195
- "name": "color",
8261
+ "name": "xMaxTextWidth",
8196
8262
  "return": {
8197
8263
  "type": {
8198
- "text": "string"
8264
+ "text": "void"
8199
8265
  }
8200
8266
  },
8201
- "parameters": [
8202
- {
8203
- "name": "index",
8204
- "type": {
8205
- "text": "number"
8206
- },
8207
- "description": "The current index"
8267
+ "description": "Set the max width to render the x-axis",
8268
+ "privacy": "private",
8269
+ "inheritedFrom": {
8270
+ "name": "IdsAxisChart",
8271
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8272
+ }
8273
+ },
8274
+ {
8275
+ "kind": "method",
8276
+ "name": "yMaxTextWidth",
8277
+ "return": {
8278
+ "type": {
8279
+ "text": "void"
8208
8280
  }
8209
- ],
8210
- "description": "Get the color to use based on the index for sequential and custom colors",
8281
+ },
8282
+ "description": "Set the max width to render the y-axis",
8211
8283
  "privacy": "private",
8212
8284
  "inheritedFrom": {
8213
8285
  "name": "IdsAxisChart",
@@ -8216,56 +8288,59 @@
8216
8288
  },
8217
8289
  {
8218
8290
  "kind": "field",
8219
- "name": "xAxisFormatter",
8220
- "description": "Set the format on the x axis items",
8291
+ "name": "margins",
8292
+ "description": "Set the left, right, top, bottom margins",
8221
8293
  "parameters": [
8222
8294
  {
8223
- "description": "A string with the formatting routine or a function for more customization.",
8295
+ "description": "The margin values",
8224
8296
  "name": "value",
8225
8297
  "type": {
8226
- "text": "Function"
8298
+ "text": "object"
8227
8299
  }
8228
8300
  }
8229
8301
  ],
8230
- "type": {
8231
- "text": "any"
8232
- },
8233
8302
  "inheritedFrom": {
8234
8303
  "name": "IdsAxisChart",
8235
8304
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8236
8305
  }
8237
8306
  },
8238
8307
  {
8239
- "kind": "field",
8240
- "name": "yAxisFormatter",
8241
- "description": "Set the format on the y axis items",
8308
+ "kind": "method",
8309
+ "name": "#getTextWidth",
8310
+ "privacy": "private",
8311
+ "return": {
8312
+ "type": {
8313
+ "text": "number"
8314
+ }
8315
+ },
8242
8316
  "parameters": [
8243
8317
  {
8244
- "description": "A string with the formatting routine or a function for more customization.",
8245
- "name": "value",
8318
+ "name": "text",
8246
8319
  "type": {
8247
- "text": "string|Function"
8248
- }
8320
+ "text": "string"
8321
+ },
8322
+ "description": "The text to measure"
8249
8323
  }
8250
8324
  ],
8251
- "type": {
8252
- "text": "any"
8253
- },
8254
- "default": "{ notation: 'compact', compactDisplay: 'short' }",
8325
+ "description": "Get approximate text width for a given string",
8255
8326
  "inheritedFrom": {
8256
8327
  "name": "IdsAxisChart",
8257
8328
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8258
8329
  }
8259
8330
  },
8260
8331
  {
8261
- "kind": "method",
8262
- "name": "reanimate",
8332
+ "kind": "field",
8333
+ "name": "leftRotateMargin",
8334
+ "type": {
8335
+ "text": "number"
8336
+ },
8337
+ "description": "Get left rotate margin for rotated labels",
8263
8338
  "return": {
8264
8339
  "type": {
8265
- "text": "void"
8340
+ "text": "number"
8266
8341
  }
8267
8342
  },
8268
- "description": "Reanimate the chart",
8343
+ "readonly": true,
8269
8344
  "inheritedFrom": {
8270
8345
  "name": "IdsAxisChart",
8271
8346
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -8273,15 +8348,14 @@
8273
8348
  },
8274
8349
  {
8275
8350
  "kind": "field",
8276
- "name": "cubicBezier",
8351
+ "name": "rightRotateMargin",
8277
8352
  "type": {
8278
- "text": "string"
8353
+ "text": "number"
8279
8354
  },
8280
- "description": "Get a reusable snippet to ease the animation",
8281
- "privacy": "private",
8355
+ "description": "Get right rotate margin for rotated labels",
8282
8356
  "return": {
8283
8357
  "type": {
8284
- "text": "string"
8358
+ "text": "number"
8285
8359
  }
8286
8360
  },
8287
8361
  "readonly": true,
@@ -8292,20 +8366,17 @@
8292
8366
  },
8293
8367
  {
8294
8368
  "kind": "field",
8295
- "name": "animated",
8296
- "description": "Set the animation on/off",
8297
- "parameters": [
8298
- {
8299
- "description": "True if animation is on",
8300
- "name": "value",
8301
- "type": {
8302
- "text": "boolean"
8303
- }
8304
- }
8305
- ],
8369
+ "name": "bottomRotateMargin",
8306
8370
  "type": {
8307
- "text": "boolean"
8371
+ "text": "number"
8372
+ },
8373
+ "description": "Get bottom rotate margin",
8374
+ "return": {
8375
+ "type": {
8376
+ "text": "number"
8377
+ }
8308
8378
  },
8379
+ "readonly": true,
8309
8380
  "inheritedFrom": {
8310
8381
  "name": "IdsAxisChart",
8311
8382
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -8313,20 +8384,17 @@
8313
8384
  },
8314
8385
  {
8315
8386
  "kind": "field",
8316
- "name": "animationSpeed",
8317
- "description": "Set the animation speed in s",
8318
- "parameters": [
8319
- {
8320
- "description": "The speed in s",
8321
- "name": "value",
8322
- "type": {
8323
- "text": "number"
8324
- }
8325
- }
8326
- ],
8387
+ "name": "axisLabelsMargin",
8327
8388
  "type": {
8328
- "text": "number"
8389
+ "text": "{ bottom: number; end: number; start: number; top: number; }"
8390
+ },
8391
+ "description": "Get axis labels margin",
8392
+ "return": {
8393
+ "type": {
8394
+ "text": "{ bottom: number, end: number, start: number, top: number }"
8395
+ }
8329
8396
  },
8397
+ "readonly": true,
8330
8398
  "inheritedFrom": {
8331
8399
  "name": "IdsAxisChart",
8332
8400
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -8334,19 +8402,19 @@
8334
8402
  },
8335
8403
  {
8336
8404
  "kind": "field",
8337
- "name": "stacked",
8338
- "description": "Stack the data forming a stacked bar chart",
8405
+ "name": "textWidths",
8406
+ "description": "Set the width the text labels/axes take up on each side.",
8339
8407
  "parameters": [
8340
8408
  {
8341
- "description": "True to stack the data",
8409
+ "description": "The margin values",
8342
8410
  "name": "value",
8343
8411
  "type": {
8344
- "text": "boolean"
8412
+ "text": "object"
8345
8413
  }
8346
8414
  }
8347
8415
  ],
8348
8416
  "type": {
8349
- "text": "boolean"
8417
+ "text": "IdsChartDimensions"
8350
8418
  },
8351
8419
  "inheritedFrom": {
8352
8420
  "name": "IdsAxisChart",
@@ -8355,17 +8423,20 @@
8355
8423
  },
8356
8424
  {
8357
8425
  "kind": "field",
8358
- "name": "axisLabelBottom",
8359
- "description": "Set the bottom axis label text",
8426
+ "name": "data",
8427
+ "description": "Set the data array of the chart",
8360
8428
  "parameters": [
8361
8429
  {
8362
- "description": "of the text",
8430
+ "description": "The array to use",
8363
8431
  "name": "value",
8364
8432
  "type": {
8365
- "text": "string"
8433
+ "text": "Array<unknown>"
8366
8434
  }
8367
8435
  }
8368
8436
  ],
8437
+ "type": {
8438
+ "text": "Array<IdsChartData>"
8439
+ },
8369
8440
  "inheritedFrom": {
8370
8441
  "name": "IdsAxisChart",
8371
8442
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -8373,17 +8444,20 @@
8373
8444
  },
8374
8445
  {
8375
8446
  "kind": "field",
8376
- "name": "axisLabelEnd",
8377
- "description": "Set the end axis label text",
8447
+ "name": "yAxisMin",
8448
+ "description": "Set the minimum value on the y axis",
8378
8449
  "parameters": [
8379
8450
  {
8380
- "description": "of the text",
8451
+ "description": "The value to use",
8381
8452
  "name": "value",
8382
8453
  "type": {
8383
- "text": "string"
8454
+ "text": "number"
8384
8455
  }
8385
8456
  }
8386
8457
  ],
8458
+ "type": {
8459
+ "text": "number"
8460
+ },
8387
8461
  "inheritedFrom": {
8388
8462
  "name": "IdsAxisChart",
8389
8463
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -8391,19 +8465,19 @@
8391
8465
  },
8392
8466
  {
8393
8467
  "kind": "field",
8394
- "name": "axisLabelMargin",
8395
- "description": "Set the margin for axis label text",
8468
+ "name": "ticks",
8469
+ "description": "Set the number of ticks to show",
8396
8470
  "parameters": [
8397
8471
  {
8398
- "description": "of the margin",
8472
+ "description": "The value to use",
8399
8473
  "name": "value",
8400
8474
  "type": {
8401
- "text": "string|number"
8475
+ "text": "number"
8402
8476
  }
8403
8477
  }
8404
8478
  ],
8405
8479
  "type": {
8406
- "text": "number"
8480
+ "text": "number | undefined"
8407
8481
  },
8408
8482
  "inheritedFrom": {
8409
8483
  "name": "IdsAxisChart",
@@ -8412,17 +8486,20 @@
8412
8486
  },
8413
8487
  {
8414
8488
  "kind": "field",
8415
- "name": "axisLabelStart",
8416
- "description": "Set the start axis label text",
8489
+ "name": "showTooltip",
8490
+ "description": "Disable Tooltips",
8417
8491
  "parameters": [
8418
8492
  {
8419
- "description": "of the text",
8493
+ "description": "True or false to show the grid lines",
8420
8494
  "name": "value",
8421
8495
  "type": {
8422
- "text": "string"
8496
+ "text": "boolean"
8423
8497
  }
8424
8498
  }
8425
8499
  ],
8500
+ "type": {
8501
+ "text": "boolean"
8502
+ },
8426
8503
  "inheritedFrom": {
8427
8504
  "name": "IdsAxisChart",
8428
8505
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -8430,17 +8507,20 @@
8430
8507
  },
8431
8508
  {
8432
8509
  "kind": "field",
8433
- "name": "axisLabelTop",
8434
- "description": "Set the top axis label text",
8510
+ "name": "showVerticalGridLines",
8511
+ "description": "Show the vertical axis grid lines",
8435
8512
  "parameters": [
8436
8513
  {
8437
- "description": "of the text",
8514
+ "description": "True or false to show the grid lines",
8438
8515
  "name": "value",
8439
8516
  "type": {
8440
- "text": "string"
8517
+ "text": "boolean"
8441
8518
  }
8442
8519
  }
8443
8520
  ],
8521
+ "type": {
8522
+ "text": "boolean"
8523
+ },
8444
8524
  "inheritedFrom": {
8445
8525
  "name": "IdsAxisChart",
8446
8526
  "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
@@ -8448,19 +8528,19 @@
8448
8528
  },
8449
8529
  {
8450
8530
  "kind": "field",
8451
- "name": "rotateNameLabels",
8452
- "description": "Set the rotation for the axis name label text (eg 45deg)",
8531
+ "name": "showHorizontalGridLines",
8532
+ "description": "Show the horizontal axis grid lines",
8453
8533
  "parameters": [
8454
8534
  {
8455
- "description": "the number of degrees to rotate the text",
8535
+ "description": "True or false to show the grid lines",
8456
8536
  "name": "value",
8457
8537
  "type": {
8458
- "text": "number"
8538
+ "text": "boolean"
8459
8539
  }
8460
8540
  }
8461
8541
  ],
8462
8542
  "type": {
8463
- "text": "number"
8543
+ "text": "boolean"
8464
8544
  },
8465
8545
  "inheritedFrom": {
8466
8546
  "name": "IdsAxisChart",
@@ -8469,391 +8549,311 @@
8469
8549
  },
8470
8550
  {
8471
8551
  "kind": "field",
8472
- "name": "state",
8473
- "inheritedFrom": {
8474
- "name": "IdsAxisChart",
8475
- "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8476
- }
8477
- }
8478
- ],
8479
- "superclass": {
8480
- "name": "IdsAxisChart",
8481
- "module": "/src/components/ids-axis-chart/ids-axis-chart"
8482
- }
8483
- }
8484
- ],
8485
- "exports": [
8486
- {
8487
- "kind": "js",
8488
- "name": "default",
8489
- "declaration": {
8490
- "name": "IdsBarChart",
8491
- "module": "src/components/ids-bar-chart/ids-bar-chart.ts"
8492
- }
8493
- }
8494
- ]
8495
- },
8496
- {
8497
- "kind": "javascript-module",
8498
- "path": "src/components/ids-badge/ids-badge.ts",
8499
- "declarations": [
8500
- {
8501
- "kind": "class",
8502
- "description": "IDS Badge Component",
8503
- "name": "IdsBadge",
8504
- "cssParts": [
8505
- {
8506
- "description": "the badge element",
8507
- "name": "badge"
8508
- }
8509
- ],
8510
- "members": [
8511
- {
8512
- "kind": "field",
8513
- "name": "attributes",
8552
+ "name": "colors",
8514
8553
  "type": {
8515
- "text": "string[]"
8554
+ "text": "Array<string>"
8516
8555
  },
8517
- "static": true,
8518
- "description": "Return the attributes we handle as getters/setters",
8556
+ "description": "Utility function to get the colors series being used in this chart",
8519
8557
  "return": {
8520
8558
  "type": {
8521
8559
  "text": "Array"
8522
8560
  }
8523
8561
  },
8524
- "readonly": true
8562
+ "readonly": true,
8563
+ "inheritedFrom": {
8564
+ "name": "IdsAxisChart",
8565
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8566
+ }
8525
8567
  },
8526
8568
  {
8527
8569
  "kind": "method",
8528
- "name": "template",
8529
- "description": "Create the Template for the contents",
8570
+ "name": "color",
8530
8571
  "return": {
8531
8572
  "type": {
8532
8573
  "text": "string"
8533
8574
  }
8534
- }
8535
- },
8536
- {
8537
- "kind": "field",
8538
- "name": "shape",
8539
- "type": {
8540
- "text": "IdsBadgeShape"
8541
- },
8542
- "description": "Set the badge shape between normal (default) and round",
8543
- "return": {
8544
- "type": {
8545
- "text": "IdsBadgeShape"
8546
- }
8547
8575
  },
8548
8576
  "parameters": [
8549
8577
  {
8550
- "description": "The Badge Shape",
8551
- "name": "value",
8578
+ "name": "index",
8552
8579
  "type": {
8553
- "text": "IdsBadgeShape"
8554
- }
8580
+ "text": "number"
8581
+ },
8582
+ "description": "The current index"
8555
8583
  }
8556
- ]
8584
+ ],
8585
+ "description": "Get the color to use based on the index for sequential and custom colors",
8586
+ "privacy": "private",
8587
+ "inheritedFrom": {
8588
+ "name": "IdsAxisChart",
8589
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8590
+ }
8557
8591
  },
8558
8592
  {
8559
8593
  "kind": "field",
8560
- "name": "color",
8561
- "type": {
8562
- "text": "string | null"
8563
- },
8564
- "description": "Set the color",
8565
- "return": {
8566
- "type": {
8567
- "text": "string | null"
8568
- }
8569
- },
8594
+ "name": "xAxisFormatter",
8595
+ "description": "Set the format on the x axis items",
8570
8596
  "parameters": [
8571
8597
  {
8572
- "description": "The Badge Color [base, error, info, success and warning]",
8598
+ "description": "A string with the formatting routine or a function for more customization.",
8573
8599
  "name": "value",
8574
8600
  "type": {
8575
- "text": "string | null"
8601
+ "text": "Function"
8576
8602
  }
8577
8603
  }
8578
- ]
8604
+ ],
8605
+ "type": {
8606
+ "text": "any"
8607
+ },
8608
+ "inheritedFrom": {
8609
+ "name": "IdsAxisChart",
8610
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8611
+ }
8579
8612
  },
8580
8613
  {
8581
8614
  "kind": "field",
8582
- "name": "disabled",
8583
- "description": "Sets the disabled state",
8615
+ "name": "yAxisFormatter",
8616
+ "description": "Set the format on the y axis items",
8584
8617
  "parameters": [
8585
8618
  {
8586
- "description": "The value",
8619
+ "description": "A string with the formatting routine or a function for more customization.",
8587
8620
  "name": "value",
8588
8621
  "type": {
8589
- "text": "boolean | string"
8622
+ "text": "string|Function"
8590
8623
  }
8591
8624
  }
8592
8625
  ],
8593
8626
  "type": {
8594
- "text": "boolean"
8595
- }
8596
- },
8597
- {
8598
- "kind": "field",
8599
- "name": "noMargins",
8600
- "type": {
8601
- "text": "boolean"
8602
- }
8603
- }
8604
- ],
8605
- "superclass": {
8606
- "name": "Base",
8607
- "module": "src/components/ids-badge/ids-badge.ts"
8608
- }
8609
- }
8610
- ],
8611
- "exports": [
8612
- {
8613
- "kind": "js",
8614
- "name": "default",
8615
- "declaration": {
8616
- "name": "IdsBadge",
8617
- "module": "src/components/ids-badge/ids-badge.ts"
8618
- }
8619
- }
8620
- ]
8621
- },
8622
- {
8623
- "kind": "javascript-module",
8624
- "path": "src/components/ids-block-grid/ids-block-grid-item.ts",
8625
- "declarations": [
8626
- {
8627
- "kind": "class",
8628
- "description": "IDS Block Grid Item Component",
8629
- "name": "IdsBlockgridItem",
8630
- "members": [
8631
- {
8632
- "kind": "field",
8633
- "name": "checkboxHasFocus",
8634
- "type": {
8635
- "text": "boolean"
8627
+ "text": "any"
8636
8628
  },
8637
- "default": "false"
8638
- },
8639
- {
8640
- "kind": "method",
8641
- "name": "template"
8629
+ "default": "{ notation: 'compact', compactDisplay: 'short' }",
8630
+ "inheritedFrom": {
8631
+ "name": "IdsAxisChart",
8632
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8633
+ }
8642
8634
  },
8643
8635
  {
8644
8636
  "kind": "method",
8645
- "name": "#handleEvents",
8646
- "privacy": "private",
8647
- "description": "Establish Internal Event Handlers",
8637
+ "name": "reanimate",
8648
8638
  "return": {
8649
8639
  "type": {
8650
- "text": "object"
8640
+ "text": "void"
8651
8641
  }
8642
+ },
8643
+ "description": "Reanimate the chart",
8644
+ "inheritedFrom": {
8645
+ "name": "IdsAxisChart",
8646
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8652
8647
  }
8653
8648
  },
8654
8649
  {
8655
- "kind": "method",
8656
- "name": "#attachKeyboardListeners",
8650
+ "kind": "field",
8651
+ "name": "cubicBezier",
8652
+ "type": {
8653
+ "text": "string"
8654
+ },
8655
+ "description": "Get a reusable snippet to ease the animation",
8657
8656
  "privacy": "private",
8658
- "description": "Establish Internal Keyboard shortcuts",
8659
8657
  "return": {
8660
8658
  "type": {
8661
- "text": "object"
8659
+ "text": "string"
8662
8660
  }
8661
+ },
8662
+ "readonly": true,
8663
+ "inheritedFrom": {
8664
+ "name": "IdsAxisChart",
8665
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8663
8666
  }
8664
8667
  },
8665
8668
  {
8666
- "kind": "method",
8667
- "name": "#handleSelectionChange",
8668
- "privacy": "private",
8669
+ "kind": "field",
8670
+ "name": "animated",
8671
+ "description": "Set the animation on/off",
8669
8672
  "parameters": [
8670
8673
  {
8671
- "name": "e",
8674
+ "description": "True if animation is on",
8675
+ "name": "value",
8672
8676
  "type": {
8673
- "text": "object"
8674
- },
8675
- "description": "Actual event"
8677
+ "text": "boolean"
8678
+ }
8676
8679
  }
8677
8680
  ],
8678
- "description": "Handle single/multiple selection change"
8681
+ "type": {
8682
+ "text": "boolean"
8683
+ },
8684
+ "inheritedFrom": {
8685
+ "name": "IdsAxisChart",
8686
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8687
+ }
8679
8688
  },
8680
8689
  {
8681
- "kind": "method",
8682
- "name": "#handleSingleSelectionChange",
8683
- "privacy": "private",
8690
+ "kind": "field",
8691
+ "name": "animationSpeed",
8692
+ "description": "Set the animation speed in s",
8684
8693
  "parameters": [
8685
8694
  {
8686
- "name": "e",
8695
+ "description": "The speed in s",
8696
+ "name": "value",
8687
8697
  "type": {
8688
- "text": "object"
8689
- },
8690
- "description": "Actual event"
8698
+ "text": "number"
8699
+ }
8691
8700
  }
8692
8701
  ],
8693
- "description": "Change single selection for block item"
8702
+ "type": {
8703
+ "text": "number"
8704
+ },
8705
+ "inheritedFrom": {
8706
+ "name": "IdsAxisChart",
8707
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8708
+ }
8694
8709
  },
8695
8710
  {
8696
- "kind": "method",
8697
- "name": "#handleMultiMixedSelectionChange",
8698
- "privacy": "private",
8711
+ "kind": "field",
8712
+ "name": "stacked",
8713
+ "description": "Stack the data forming a stacked bar chart",
8699
8714
  "parameters": [
8700
8715
  {
8701
- "name": "e",
8716
+ "description": "True to stack the data",
8717
+ "name": "value",
8702
8718
  "type": {
8703
- "text": "object"
8704
- },
8705
- "description": "Actual event"
8719
+ "text": "boolean"
8720
+ }
8706
8721
  }
8707
8722
  ],
8708
- "description": "Change multiple selection for block item"
8709
- },
8710
- {
8711
- "kind": "method",
8712
- "name": "#handlePreSelectionChange",
8713
- "privacy": "private",
8714
- "description": "Change single selection for block item"
8715
- },
8716
- {
8717
- "kind": "field",
8718
- "name": "state",
8719
8723
  "type": {
8720
- "text": "object"
8724
+ "text": "boolean"
8721
8725
  },
8722
- "default": "{ checkboxHasFocus: false, }"
8723
- }
8724
- ],
8725
- "events": [
8726
- {
8727
- "name": "click",
8728
- "type": {
8729
- "text": "Event"
8726
+ "inheritedFrom": {
8727
+ "name": "IdsAxisChart",
8728
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8730
8729
  }
8731
- }
8732
- ],
8733
- "superclass": {
8734
- "name": "Base",
8735
- "module": "src/components/ids-block-grid/ids-block-grid-item.ts"
8736
- }
8737
- }
8738
- ],
8739
- "exports": [
8740
- {
8741
- "kind": "js",
8742
- "name": "default",
8743
- "declaration": {
8744
- "name": "IdsBlockgridItem",
8745
- "module": "src/components/ids-block-grid/ids-block-grid-item.ts"
8746
- }
8747
- }
8748
- ]
8749
- },
8750
- {
8751
- "kind": "javascript-module",
8752
- "path": "src/components/ids-block-grid/ids-block-grid.ts",
8753
- "declarations": [
8754
- {
8755
- "kind": "class",
8756
- "description": "IDS Block Grid Component",
8757
- "name": "IdsBlockgrid",
8758
- "members": [
8759
- {
8760
- "kind": "field",
8761
- "name": "datasource",
8762
- "type": {
8763
- "text": "any"
8764
- },
8765
- "default": "new IdsDataSource()",
8766
- "description": "Reference to datasource API"
8767
8730
  },
8768
8731
  {
8769
- "kind": "method",
8770
- "name": "template",
8771
- "description": "Create the Template for the contents",
8772
- "return": {
8773
- "type": {
8774
- "text": "string"
8732
+ "kind": "field",
8733
+ "name": "axisLabelBottom",
8734
+ "description": "Set the bottom axis label text",
8735
+ "parameters": [
8736
+ {
8737
+ "description": "of the text",
8738
+ "name": "value",
8739
+ "type": {
8740
+ "text": "string"
8741
+ }
8775
8742
  }
8743
+ ],
8744
+ "inheritedFrom": {
8745
+ "name": "IdsAxisChart",
8746
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8776
8747
  }
8777
8748
  },
8778
8749
  {
8779
8750
  "kind": "field",
8780
- "name": "attributes",
8781
- "static": true,
8782
- "readonly": true
8783
- },
8784
- {
8785
- "kind": "method",
8786
- "name": "redraw",
8787
- "description": "Rerender the list by re applying the template",
8788
- "privacy": "private"
8751
+ "name": "axisLabelEnd",
8752
+ "description": "Set the end axis label text",
8753
+ "parameters": [
8754
+ {
8755
+ "description": "of the text",
8756
+ "name": "value",
8757
+ "type": {
8758
+ "text": "string"
8759
+ }
8760
+ }
8761
+ ],
8762
+ "inheritedFrom": {
8763
+ "name": "IdsAxisChart",
8764
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8765
+ }
8789
8766
  },
8790
8767
  {
8791
8768
  "kind": "field",
8792
- "name": "data",
8793
- "description": "Set the data array of the blockgrid",
8769
+ "name": "axisLabelMargin",
8770
+ "description": "Set the margin for axis label text",
8794
8771
  "parameters": [
8795
8772
  {
8796
- "description": "The array to use",
8773
+ "description": "of the margin",
8797
8774
  "name": "value",
8798
8775
  "type": {
8799
- "text": "Array"
8776
+ "text": "string|number"
8800
8777
  }
8801
8778
  }
8802
- ]
8779
+ ],
8780
+ "type": {
8781
+ "text": "number"
8782
+ },
8783
+ "inheritedFrom": {
8784
+ "name": "IdsAxisChart",
8785
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8786
+ }
8803
8787
  },
8804
8788
  {
8805
8789
  "kind": "field",
8806
- "name": "align",
8807
- "description": "Set the alignment of blockgrid",
8808
- "return": {
8809
- "type": {
8810
- "text": "string|null"
8811
- }
8812
- },
8790
+ "name": "axisLabelStart",
8791
+ "description": "Set the start axis label text",
8813
8792
  "parameters": [
8814
8793
  {
8815
- "description": "The Blockgrid Alignment",
8794
+ "description": "of the text",
8816
8795
  "name": "value",
8817
8796
  "type": {
8818
- "text": "string|null"
8797
+ "text": "string"
8819
8798
  }
8820
8799
  }
8821
- ]
8800
+ ],
8801
+ "inheritedFrom": {
8802
+ "name": "IdsAxisChart",
8803
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8804
+ }
8822
8805
  },
8823
8806
  {
8824
8807
  "kind": "field",
8825
- "name": "selection",
8826
- "description": "Set the selection to a block-grid and it will add selection to all items",
8808
+ "name": "axisLabelTop",
8809
+ "description": "Set the top axis label text",
8827
8810
  "parameters": [
8828
8811
  {
8829
- "description": "The selection value",
8812
+ "description": "of the text",
8830
8813
  "name": "value",
8831
8814
  "type": {
8832
8815
  "text": "string"
8833
8816
  }
8834
8817
  }
8835
- ]
8818
+ ],
8819
+ "inheritedFrom": {
8820
+ "name": "IdsAxisChart",
8821
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8822
+ }
8836
8823
  },
8837
8824
  {
8838
- "kind": "method",
8839
- "name": "#gridItems",
8840
- "privacy": "private",
8841
- "return": {
8842
- "type": {
8843
- "text": "Array<IdsBlockGridItem>"
8825
+ "kind": "field",
8826
+ "name": "rotateNameLabels",
8827
+ "description": "Set the rotation for the axis name label text (eg 45deg)",
8828
+ "parameters": [
8829
+ {
8830
+ "description": "the number of degrees to rotate the text",
8831
+ "name": "value",
8832
+ "type": {
8833
+ "text": "number"
8834
+ }
8844
8835
  }
8836
+ ],
8837
+ "type": {
8838
+ "text": "number"
8839
+ },
8840
+ "inheritedFrom": {
8841
+ "name": "IdsAxisChart",
8842
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8845
8843
  }
8846
8844
  },
8847
8845
  {
8848
- "kind": "method",
8849
- "name": "#syncSelectionOnItems",
8850
- "privacy": "private",
8851
- "description": "Add selection value to all block-grid-items"
8846
+ "kind": "field",
8847
+ "name": "state",
8848
+ "inheritedFrom": {
8849
+ "name": "IdsAxisChart",
8850
+ "module": "src/components/ids-axis-chart/ids-axis-chart.ts"
8851
+ }
8852
8852
  }
8853
8853
  ],
8854
8854
  "superclass": {
8855
- "name": "Base",
8856
- "module": "src/components/ids-block-grid/ids-block-grid.ts"
8855
+ "name": "IdsAxisChart",
8856
+ "module": "/src/components/ids-axis-chart/ids-axis-chart"
8857
8857
  }
8858
8858
  }
8859
8859
  ],
@@ -8862,8 +8862,8 @@
8862
8862
  "kind": "js",
8863
8863
  "name": "default",
8864
8864
  "declaration": {
8865
- "name": "IdsBlockgrid",
8866
- "module": "src/components/ids-block-grid/ids-block-grid.ts"
8865
+ "name": "IdsBarChart",
8866
+ "module": "src/components/ids-bar-chart/ids-bar-chart.ts"
8867
8867
  }
8868
8868
  }
8869
8869
  ]
@@ -24944,6 +24944,12 @@
24944
24944
  }
24945
24945
  ]
24946
24946
  },
24947
+ {
24948
+ "kind": "method",
24949
+ "name": "#updateTranslations",
24950
+ "privacy": "private",
24951
+ "description": "Updates translate-text elements with current locale translations"
24952
+ },
24947
24953
  {
24948
24954
  "kind": "field",
24949
24955
  "name": "numberingSystem",