@genesislcap/grid-pro 14.428.2-alpha-9a52971.0 → 14.428.2-alpha-257ebec.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +846 -846
- package/package.json +14 -14
|
@@ -17553,7 +17553,7 @@
|
|
|
17553
17553
|
},
|
|
17554
17554
|
{
|
|
17555
17555
|
"kind": "javascript-module",
|
|
17556
|
-
"path": "src/
|
|
17556
|
+
"path": "src/state-persistence/index.ts",
|
|
17557
17557
|
"declarations": [],
|
|
17558
17558
|
"exports": [
|
|
17559
17559
|
{
|
|
@@ -17561,7 +17561,7 @@
|
|
|
17561
17561
|
"name": "*",
|
|
17562
17562
|
"declaration": {
|
|
17563
17563
|
"name": "*",
|
|
17564
|
-
"package": "./
|
|
17564
|
+
"package": "./kv-state"
|
|
17565
17565
|
}
|
|
17566
17566
|
},
|
|
17567
17567
|
{
|
|
@@ -17569,7 +17569,7 @@
|
|
|
17569
17569
|
"name": "*",
|
|
17570
17570
|
"declaration": {
|
|
17571
17571
|
"name": "*",
|
|
17572
|
-
"package": "./
|
|
17572
|
+
"package": "./local-state"
|
|
17573
17573
|
}
|
|
17574
17574
|
},
|
|
17575
17575
|
{
|
|
@@ -17577,1115 +17577,1115 @@
|
|
|
17577
17577
|
"name": "*",
|
|
17578
17578
|
"declaration": {
|
|
17579
17579
|
"name": "*",
|
|
17580
|
-
"package": "./
|
|
17581
|
-
}
|
|
17582
|
-
}
|
|
17583
|
-
]
|
|
17584
|
-
},
|
|
17585
|
-
{
|
|
17586
|
-
"kind": "javascript-module",
|
|
17587
|
-
"path": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts",
|
|
17588
|
-
"declarations": [
|
|
17589
|
-
{
|
|
17590
|
-
"kind": "variable",
|
|
17591
|
-
"name": "dropdownWidthVar",
|
|
17592
|
-
"type": {
|
|
17593
|
-
"text": "string"
|
|
17594
|
-
},
|
|
17595
|
-
"default": "'--dropdown-width'",
|
|
17596
|
-
"description": "The CSS variable to use for specifying the dropdown's width"
|
|
17597
|
-
},
|
|
17598
|
-
{
|
|
17599
|
-
"kind": "variable",
|
|
17600
|
-
"name": "optionsClass",
|
|
17601
|
-
"type": {
|
|
17602
|
-
"text": "string"
|
|
17603
|
-
},
|
|
17604
|
-
"default": "'options'",
|
|
17605
|
-
"description": "The CSS class to use for the options element's class in the dropdown"
|
|
17606
|
-
},
|
|
17607
|
-
{
|
|
17608
|
-
"kind": "variable",
|
|
17609
|
-
"name": "DISPLAY_NONE_CLASS",
|
|
17610
|
-
"type": {
|
|
17611
|
-
"text": "string"
|
|
17612
|
-
},
|
|
17613
|
-
"default": "'dnone'",
|
|
17614
|
-
"description": "Class name used to hide elements with display:none"
|
|
17615
|
-
},
|
|
17616
|
-
{
|
|
17617
|
-
"kind": "variable",
|
|
17618
|
-
"name": "multicolumnDropdownStyles",
|
|
17619
|
-
"default": "css`\n label {\n color: var(--neutral-foreground-hint, rgb(135 155 166));\n font-style: normal;\n margin: calc(var(--design-unit) * 2px) 0;\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n }\n\n .${DISPLAY_NONE_CLASS} {\n display: none !important;\n }\n\n .root {\n position: relative;\n width: inherit;\n min-width: 250px;\n ${dropdownWidthVar}: 350px;\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field {\n width: 100%;\n cursor: pointer;\n color: inherit;\n min-height: 40px;\n padding-left: calc(var(--design-unit) * 2.25px);\n padding-right: 52px;\n border-width: 0;\n background: var(--neutral-fill-input-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n text-overflow: ellipsis;\n font-size: var(--type-ramp-base-font-size);\n font-family: var(--body-font);\n }\n\n #display-field[disabled] {\n cursor: not-allowed;\n opacity: var(--disabled-opacity);\n }\n\n #display-field:focus {\n outline: 1px solid var(--accent-fill-rest);\n background: var(--neutral-fill-input-rest);\n border-style: none;\n box-shadow: none;\n }\n\n #display-field:hover:not(:focus):not([disabled]) {\n outline: 1px solid var(--neutral-stroke-hover, rgb(231 232 232));\n }\n\n button {\n pointer-events: none;\n }\n\n #arrow-icon {\n display: inline-block;\n width: 16px;\n color: currentColor;\n position: absolute;\n left: calc(100% - 26px);\n padding: 0;\n cursor: pointer;\n transform: rotate(0deg);\n transition: transform 0.2s linear 0s;\n }\n\n #arrow-icon.flipped {\n transform: rotate(180deg);\n }\n\n .cross-icon {\n display: inline-block;\n width: 12px;\n color: currentColor;\n position: absolute;\n left: calc(100% - 46px);\n padding: 0;\n cursor: pointer;\n visibility: hidden;\n }\n\n .cross-icon:hover {\n color: var(--error-color);\n }\n\n .disabled-icon {\n pointer-events: none;\n opacity: var(--disabled-opacity);\n }\n\n .${optionsClass} {\n min-width: 100%;\n width: var(${dropdownWidthVar});\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin: 5px 0;\n background: var(--neutral-fill-input-rest);\n visibility: hidden;\n z-index: 999;\n }\n\n .dropdown-above {\n bottom: 100%;\n }\n\n .dropdown-left {\n right: 0;\n }\n\n .grid-container {\n height: 300px;\n width: 100%;\n }\n\n #filter-search {\n padding: 5px;\n }\n\n .visible {\n visibility: visible;\n }\n`",
|
|
17620
|
-
"description": "Multicolumn Dropdown styles.",
|
|
17621
|
-
"privacy": "public"
|
|
17622
|
-
}
|
|
17623
|
-
],
|
|
17624
|
-
"exports": [
|
|
17625
|
-
{
|
|
17626
|
-
"kind": "js",
|
|
17627
|
-
"name": "dropdownWidthVar",
|
|
17628
|
-
"declaration": {
|
|
17629
|
-
"name": "dropdownWidthVar",
|
|
17630
|
-
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
17631
|
-
}
|
|
17632
|
-
},
|
|
17633
|
-
{
|
|
17634
|
-
"kind": "js",
|
|
17635
|
-
"name": "optionsClass",
|
|
17636
|
-
"declaration": {
|
|
17637
|
-
"name": "optionsClass",
|
|
17638
|
-
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
17639
|
-
}
|
|
17640
|
-
},
|
|
17641
|
-
{
|
|
17642
|
-
"kind": "js",
|
|
17643
|
-
"name": "DISPLAY_NONE_CLASS",
|
|
17644
|
-
"declaration": {
|
|
17645
|
-
"name": "DISPLAY_NONE_CLASS",
|
|
17646
|
-
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
17647
|
-
}
|
|
17648
|
-
},
|
|
17649
|
-
{
|
|
17650
|
-
"kind": "js",
|
|
17651
|
-
"name": "multicolumnDropdownStyles",
|
|
17652
|
-
"declaration": {
|
|
17653
|
-
"name": "multicolumnDropdownStyles",
|
|
17654
|
-
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
17655
|
-
}
|
|
17656
|
-
}
|
|
17657
|
-
]
|
|
17658
|
-
},
|
|
17659
|
-
{
|
|
17660
|
-
"kind": "javascript-module",
|
|
17661
|
-
"path": "src/multicolumn-dropdown/multicolumn-dropdown.template.ts",
|
|
17662
|
-
"declarations": [
|
|
17663
|
-
{
|
|
17664
|
-
"kind": "function",
|
|
17665
|
-
"name": "getMulticolumnDropdownTemplate",
|
|
17666
|
-
"parameters": [
|
|
17667
|
-
{
|
|
17668
|
-
"name": "designSystem",
|
|
17669
|
-
"default": "'foundation'",
|
|
17670
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
17671
|
-
}
|
|
17672
|
-
],
|
|
17673
|
-
"description": "Get a Design System prefixed Multicolumn Dropdown template.",
|
|
17674
|
-
"return": {
|
|
17675
|
-
"type": {
|
|
17676
|
-
"text": ""
|
|
17677
|
-
}
|
|
17678
|
-
},
|
|
17679
|
-
"privacy": "public"
|
|
17680
|
-
},
|
|
17681
|
-
{
|
|
17682
|
-
"kind": "variable",
|
|
17683
|
-
"name": "multicolumnDropdownTemplate",
|
|
17684
|
-
"description": "The default Multicolumn Dropdown template using the 'foundation' design system prefix.",
|
|
17685
|
-
"privacy": "public"
|
|
17686
|
-
}
|
|
17687
|
-
],
|
|
17688
|
-
"exports": [
|
|
17689
|
-
{
|
|
17690
|
-
"kind": "js",
|
|
17691
|
-
"name": "getMulticolumnDropdownTemplate",
|
|
17692
|
-
"declaration": {
|
|
17693
|
-
"name": "getMulticolumnDropdownTemplate",
|
|
17694
|
-
"module": "src/multicolumn-dropdown/multicolumn-dropdown.template.ts"
|
|
17695
|
-
}
|
|
17696
|
-
},
|
|
17697
|
-
{
|
|
17698
|
-
"kind": "js",
|
|
17699
|
-
"name": "multicolumnDropdownTemplate",
|
|
17700
|
-
"declaration": {
|
|
17701
|
-
"name": "multicolumnDropdownTemplate",
|
|
17702
|
-
"module": "src/multicolumn-dropdown/multicolumn-dropdown.template.ts"
|
|
17580
|
+
"package": "./state-persistence"
|
|
17703
17581
|
}
|
|
17704
17582
|
}
|
|
17705
17583
|
]
|
|
17706
17584
|
},
|
|
17707
17585
|
{
|
|
17708
17586
|
"kind": "javascript-module",
|
|
17709
|
-
"path": "src/
|
|
17587
|
+
"path": "src/state-persistence/kv-state.ts",
|
|
17710
17588
|
"declarations": [
|
|
17711
|
-
{
|
|
17712
|
-
"kind": "function",
|
|
17713
|
-
"name": "wasClickOutsideElement",
|
|
17714
|
-
"parameters": [
|
|
17715
|
-
{
|
|
17716
|
-
"name": "event",
|
|
17717
|
-
"type": {
|
|
17718
|
-
"text": "MouseEvent"
|
|
17719
|
-
}
|
|
17720
|
-
},
|
|
17721
|
-
{
|
|
17722
|
-
"name": "target",
|
|
17723
|
-
"type": {
|
|
17724
|
-
"text": "EventTarget"
|
|
17725
|
-
}
|
|
17726
|
-
}
|
|
17727
|
-
],
|
|
17728
|
-
"description": "Checks if the given mouse event occurred outside the target element.",
|
|
17729
|
-
"privacy": "public"
|
|
17730
|
-
},
|
|
17731
17589
|
{
|
|
17732
17590
|
"kind": "class",
|
|
17733
|
-
"description": "",
|
|
17734
|
-
"name": "
|
|
17591
|
+
"description": "Implementation for the KV Storage State Persistence interface.",
|
|
17592
|
+
"name": "KVStorageStatePersistence",
|
|
17735
17593
|
"members": [
|
|
17736
17594
|
{
|
|
17737
17595
|
"kind": "field",
|
|
17738
|
-
"name": "
|
|
17596
|
+
"name": "kvStorage",
|
|
17739
17597
|
"type": {
|
|
17740
|
-
"text": "
|
|
17598
|
+
"text": "KVStorage"
|
|
17741
17599
|
}
|
|
17742
17600
|
},
|
|
17743
17601
|
{
|
|
17744
17602
|
"kind": "field",
|
|
17745
|
-
"name": "
|
|
17603
|
+
"name": "session",
|
|
17746
17604
|
"type": {
|
|
17747
|
-
"text": "
|
|
17748
|
-
}
|
|
17749
|
-
"privacy": "private"
|
|
17605
|
+
"text": "Session"
|
|
17606
|
+
}
|
|
17750
17607
|
},
|
|
17751
17608
|
{
|
|
17752
|
-
"kind": "
|
|
17753
|
-
"name": "
|
|
17754
|
-
"
|
|
17755
|
-
"
|
|
17609
|
+
"kind": "method",
|
|
17610
|
+
"name": "getColumnState",
|
|
17611
|
+
"return": {
|
|
17612
|
+
"type": {
|
|
17613
|
+
"text": "Promise<ColumnState[]>"
|
|
17614
|
+
}
|
|
17756
17615
|
},
|
|
17757
|
-
"
|
|
17616
|
+
"parameters": [
|
|
17617
|
+
{
|
|
17618
|
+
"name": "persistColumnStateKey",
|
|
17619
|
+
"type": {
|
|
17620
|
+
"text": "string"
|
|
17621
|
+
}
|
|
17622
|
+
}
|
|
17623
|
+
]
|
|
17758
17624
|
},
|
|
17759
17625
|
{
|
|
17760
|
-
"kind": "
|
|
17761
|
-
"name": "
|
|
17762
|
-
"
|
|
17763
|
-
"
|
|
17626
|
+
"kind": "method",
|
|
17627
|
+
"name": "saveColumnState",
|
|
17628
|
+
"return": {
|
|
17629
|
+
"type": {
|
|
17630
|
+
"text": "Promise<void>"
|
|
17631
|
+
}
|
|
17764
17632
|
},
|
|
17765
|
-
"
|
|
17633
|
+
"parameters": [
|
|
17634
|
+
{
|
|
17635
|
+
"name": "persistColumnStateKey",
|
|
17636
|
+
"type": {
|
|
17637
|
+
"text": "string"
|
|
17638
|
+
}
|
|
17639
|
+
},
|
|
17640
|
+
{
|
|
17641
|
+
"name": "columnState",
|
|
17642
|
+
"type": {
|
|
17643
|
+
"text": "ColumnState[]"
|
|
17644
|
+
}
|
|
17645
|
+
}
|
|
17646
|
+
]
|
|
17766
17647
|
},
|
|
17767
17648
|
{
|
|
17768
|
-
"kind": "
|
|
17769
|
-
"name": "
|
|
17770
|
-
"
|
|
17771
|
-
"
|
|
17649
|
+
"kind": "method",
|
|
17650
|
+
"name": "deleteColumnState",
|
|
17651
|
+
"return": {
|
|
17652
|
+
"type": {
|
|
17653
|
+
"text": "Promise<void>"
|
|
17654
|
+
}
|
|
17772
17655
|
},
|
|
17773
|
-
"
|
|
17656
|
+
"parameters": [
|
|
17657
|
+
{
|
|
17658
|
+
"name": "persistColumnStateKey",
|
|
17659
|
+
"type": {
|
|
17660
|
+
"text": "string"
|
|
17661
|
+
}
|
|
17662
|
+
}
|
|
17663
|
+
]
|
|
17774
17664
|
},
|
|
17775
17665
|
{
|
|
17776
|
-
"kind": "
|
|
17777
|
-
"name": "
|
|
17778
|
-
"
|
|
17779
|
-
|
|
17666
|
+
"kind": "method",
|
|
17667
|
+
"name": "migrateLocalStorageToKVStorage",
|
|
17668
|
+
"privacy": "private",
|
|
17669
|
+
"return": {
|
|
17670
|
+
"type": {
|
|
17671
|
+
"text": "Promise<void>"
|
|
17672
|
+
}
|
|
17780
17673
|
},
|
|
17781
|
-
"
|
|
17782
|
-
|
|
17674
|
+
"parameters": [
|
|
17675
|
+
{
|
|
17676
|
+
"name": "persistColumnStateKey",
|
|
17677
|
+
"type": {
|
|
17678
|
+
"text": "string"
|
|
17679
|
+
}
|
|
17680
|
+
}
|
|
17681
|
+
]
|
|
17783
17682
|
},
|
|
17784
17683
|
{
|
|
17785
|
-
"kind": "
|
|
17786
|
-
"name": "
|
|
17787
|
-
"
|
|
17788
|
-
"
|
|
17789
|
-
|
|
17790
|
-
|
|
17791
|
-
"description": "The name of the reqrep to get the options from"
|
|
17792
|
-
},
|
|
17793
|
-
{
|
|
17794
|
-
"kind": "field",
|
|
17795
|
-
"name": "searchKey",
|
|
17796
|
-
"type": {
|
|
17797
|
-
"text": "string | string[] | undefined"
|
|
17798
|
-
},
|
|
17799
|
-
"privacy": "public",
|
|
17800
|
-
"description": "The key(s) to search by. Use comma-separated values for multiple keys (e.g. search-key=\"NAME,ID\")."
|
|
17801
|
-
},
|
|
17802
|
-
{
|
|
17803
|
-
"kind": "field",
|
|
17804
|
-
"name": "requestSupportsAdvancedSearch",
|
|
17805
|
-
"type": {
|
|
17806
|
-
"text": "boolean"
|
|
17807
|
-
},
|
|
17808
|
-
"privacy": "public",
|
|
17809
|
-
"default": "false",
|
|
17810
|
-
"description": "Tells whether a given request supports lookup by Groovy Expressions."
|
|
17811
|
-
},
|
|
17812
|
-
{
|
|
17813
|
-
"kind": "field",
|
|
17814
|
-
"name": "valueKey",
|
|
17815
|
-
"type": {
|
|
17816
|
-
"text": "string"
|
|
17817
|
-
},
|
|
17818
|
-
"privacy": "public",
|
|
17819
|
-
"description": "The key used as the value sent to the server"
|
|
17820
|
-
},
|
|
17821
|
-
{
|
|
17822
|
-
"kind": "field",
|
|
17823
|
-
"name": "labelKey",
|
|
17824
|
-
"type": {
|
|
17825
|
-
"text": "string"
|
|
17684
|
+
"kind": "method",
|
|
17685
|
+
"name": "getFilterModel",
|
|
17686
|
+
"return": {
|
|
17687
|
+
"type": {
|
|
17688
|
+
"text": "Promise<{ [key: string]: any }>"
|
|
17689
|
+
}
|
|
17826
17690
|
},
|
|
17827
|
-
"
|
|
17828
|
-
|
|
17691
|
+
"parameters": [
|
|
17692
|
+
{
|
|
17693
|
+
"name": "persistFilterModelKey",
|
|
17694
|
+
"type": {
|
|
17695
|
+
"text": "string"
|
|
17696
|
+
}
|
|
17697
|
+
}
|
|
17698
|
+
]
|
|
17829
17699
|
},
|
|
17830
17700
|
{
|
|
17831
|
-
"kind": "
|
|
17832
|
-
"name": "
|
|
17833
|
-
"
|
|
17834
|
-
"
|
|
17701
|
+
"kind": "method",
|
|
17702
|
+
"name": "saveFilterModel",
|
|
17703
|
+
"return": {
|
|
17704
|
+
"type": {
|
|
17705
|
+
"text": "Promise<void>"
|
|
17706
|
+
}
|
|
17835
17707
|
},
|
|
17836
|
-
"
|
|
17837
|
-
|
|
17708
|
+
"parameters": [
|
|
17709
|
+
{
|
|
17710
|
+
"name": "persistFilterModelKey",
|
|
17711
|
+
"type": {
|
|
17712
|
+
"text": "string"
|
|
17713
|
+
}
|
|
17714
|
+
},
|
|
17715
|
+
{
|
|
17716
|
+
"name": "filterModel",
|
|
17717
|
+
"type": {
|
|
17718
|
+
"text": "{ [key: string]: any }"
|
|
17719
|
+
}
|
|
17720
|
+
}
|
|
17721
|
+
]
|
|
17722
|
+
}
|
|
17723
|
+
]
|
|
17724
|
+
}
|
|
17725
|
+
],
|
|
17726
|
+
"exports": [
|
|
17727
|
+
{
|
|
17728
|
+
"kind": "js",
|
|
17729
|
+
"name": "KVStorageStatePersistence",
|
|
17730
|
+
"declaration": {
|
|
17731
|
+
"name": "KVStorageStatePersistence",
|
|
17732
|
+
"module": "src/state-persistence/kv-state.ts"
|
|
17733
|
+
}
|
|
17734
|
+
}
|
|
17735
|
+
]
|
|
17736
|
+
},
|
|
17737
|
+
{
|
|
17738
|
+
"kind": "javascript-module",
|
|
17739
|
+
"path": "src/state-persistence/local-state.ts",
|
|
17740
|
+
"declarations": [
|
|
17741
|
+
{
|
|
17742
|
+
"kind": "class",
|
|
17743
|
+
"description": "Implementation for the Local Storage State Persistence interface.",
|
|
17744
|
+
"name": "LocalStorageStatePersistence",
|
|
17745
|
+
"members": [
|
|
17838
17746
|
{
|
|
17839
17747
|
"kind": "field",
|
|
17840
|
-
"name": "
|
|
17748
|
+
"name": "session",
|
|
17841
17749
|
"type": {
|
|
17842
|
-
"text": "
|
|
17843
|
-
}
|
|
17844
|
-
"privacy": "public",
|
|
17845
|
-
"description": "Optionally specifies the width of the dropdown"
|
|
17750
|
+
"text": "Session"
|
|
17751
|
+
}
|
|
17846
17752
|
},
|
|
17847
17753
|
{
|
|
17848
|
-
"kind": "
|
|
17849
|
-
"name": "
|
|
17850
|
-
"
|
|
17851
|
-
"
|
|
17754
|
+
"kind": "method",
|
|
17755
|
+
"name": "getColumnState",
|
|
17756
|
+
"return": {
|
|
17757
|
+
"type": {
|
|
17758
|
+
"text": "Promise<ColumnState[]>"
|
|
17759
|
+
}
|
|
17852
17760
|
},
|
|
17853
|
-
"
|
|
17854
|
-
|
|
17761
|
+
"parameters": [
|
|
17762
|
+
{
|
|
17763
|
+
"name": "persistColumnStateKey",
|
|
17764
|
+
"type": {
|
|
17765
|
+
"text": "string"
|
|
17766
|
+
}
|
|
17767
|
+
}
|
|
17768
|
+
]
|
|
17855
17769
|
},
|
|
17856
17770
|
{
|
|
17857
|
-
"kind": "
|
|
17858
|
-
"name": "
|
|
17859
|
-
"
|
|
17860
|
-
"
|
|
17771
|
+
"kind": "method",
|
|
17772
|
+
"name": "saveColumnState",
|
|
17773
|
+
"return": {
|
|
17774
|
+
"type": {
|
|
17775
|
+
"text": "Promise<void>"
|
|
17776
|
+
}
|
|
17861
17777
|
},
|
|
17862
|
-
"
|
|
17863
|
-
|
|
17778
|
+
"parameters": [
|
|
17779
|
+
{
|
|
17780
|
+
"name": "persistColumnStateKey",
|
|
17781
|
+
"type": {
|
|
17782
|
+
"text": "string"
|
|
17783
|
+
}
|
|
17784
|
+
},
|
|
17785
|
+
{
|
|
17786
|
+
"name": "columnState",
|
|
17787
|
+
"type": {
|
|
17788
|
+
"text": "ColumnState[]"
|
|
17789
|
+
}
|
|
17790
|
+
}
|
|
17791
|
+
]
|
|
17864
17792
|
},
|
|
17865
17793
|
{
|
|
17866
|
-
"kind": "
|
|
17867
|
-
"name": "
|
|
17868
|
-
"
|
|
17869
|
-
"
|
|
17794
|
+
"kind": "method",
|
|
17795
|
+
"name": "deleteColumnState",
|
|
17796
|
+
"return": {
|
|
17797
|
+
"type": {
|
|
17798
|
+
"text": "Promise<void>"
|
|
17799
|
+
}
|
|
17870
17800
|
},
|
|
17871
|
-
"
|
|
17872
|
-
|
|
17801
|
+
"parameters": [
|
|
17802
|
+
{
|
|
17803
|
+
"name": "persistColumnStateKey",
|
|
17804
|
+
"type": {
|
|
17805
|
+
"text": "string"
|
|
17806
|
+
}
|
|
17807
|
+
}
|
|
17808
|
+
]
|
|
17873
17809
|
},
|
|
17874
17810
|
{
|
|
17875
|
-
"kind": "
|
|
17876
|
-
"name": "
|
|
17877
|
-
"
|
|
17878
|
-
"
|
|
17811
|
+
"kind": "method",
|
|
17812
|
+
"name": "getFilterModel",
|
|
17813
|
+
"return": {
|
|
17814
|
+
"type": {
|
|
17815
|
+
"text": "Promise<{ [key: string]: any }>"
|
|
17816
|
+
}
|
|
17879
17817
|
},
|
|
17880
|
-
"
|
|
17881
|
-
|
|
17818
|
+
"parameters": [
|
|
17819
|
+
{
|
|
17820
|
+
"name": "persistFilterModelKey",
|
|
17821
|
+
"type": {
|
|
17822
|
+
"text": "string"
|
|
17823
|
+
}
|
|
17824
|
+
}
|
|
17825
|
+
]
|
|
17882
17826
|
},
|
|
17883
17827
|
{
|
|
17884
|
-
"kind": "
|
|
17885
|
-
"name": "
|
|
17886
|
-
"
|
|
17887
|
-
"
|
|
17828
|
+
"kind": "method",
|
|
17829
|
+
"name": "saveFilterModel",
|
|
17830
|
+
"return": {
|
|
17831
|
+
"type": {
|
|
17832
|
+
"text": "Promise<void>"
|
|
17833
|
+
}
|
|
17888
17834
|
},
|
|
17889
|
-
"
|
|
17890
|
-
|
|
17835
|
+
"parameters": [
|
|
17836
|
+
{
|
|
17837
|
+
"name": "persistFilterModelKey",
|
|
17838
|
+
"type": {
|
|
17839
|
+
"text": "string"
|
|
17840
|
+
}
|
|
17841
|
+
},
|
|
17842
|
+
{
|
|
17843
|
+
"name": "filterModel",
|
|
17844
|
+
"type": {
|
|
17845
|
+
"text": "{ [key: string]: any }"
|
|
17846
|
+
}
|
|
17847
|
+
}
|
|
17848
|
+
]
|
|
17849
|
+
}
|
|
17850
|
+
]
|
|
17851
|
+
}
|
|
17852
|
+
],
|
|
17853
|
+
"exports": [
|
|
17854
|
+
{
|
|
17855
|
+
"kind": "js",
|
|
17856
|
+
"name": "LocalStorageStatePersistence",
|
|
17857
|
+
"declaration": {
|
|
17858
|
+
"name": "LocalStorageStatePersistence",
|
|
17859
|
+
"module": "src/state-persistence/local-state.ts"
|
|
17860
|
+
}
|
|
17861
|
+
}
|
|
17862
|
+
]
|
|
17863
|
+
},
|
|
17864
|
+
{
|
|
17865
|
+
"kind": "javascript-module",
|
|
17866
|
+
"path": "src/state-persistence/state-persistence.ts",
|
|
17867
|
+
"declarations": [],
|
|
17868
|
+
"exports": []
|
|
17869
|
+
},
|
|
17870
|
+
{
|
|
17871
|
+
"kind": "javascript-module",
|
|
17872
|
+
"path": "src/multicolumn-dropdown/index.ts",
|
|
17873
|
+
"declarations": [],
|
|
17874
|
+
"exports": [
|
|
17875
|
+
{
|
|
17876
|
+
"kind": "js",
|
|
17877
|
+
"name": "*",
|
|
17878
|
+
"declaration": {
|
|
17879
|
+
"name": "*",
|
|
17880
|
+
"package": "./multicolumn-dropdown"
|
|
17881
|
+
}
|
|
17882
|
+
},
|
|
17883
|
+
{
|
|
17884
|
+
"kind": "js",
|
|
17885
|
+
"name": "*",
|
|
17886
|
+
"declaration": {
|
|
17887
|
+
"name": "*",
|
|
17888
|
+
"package": "./multicolumn-dropdown.styles"
|
|
17889
|
+
}
|
|
17890
|
+
},
|
|
17891
|
+
{
|
|
17892
|
+
"kind": "js",
|
|
17893
|
+
"name": "*",
|
|
17894
|
+
"declaration": {
|
|
17895
|
+
"name": "*",
|
|
17896
|
+
"package": "./multicolumn-dropdown.template"
|
|
17897
|
+
}
|
|
17898
|
+
}
|
|
17899
|
+
]
|
|
17900
|
+
},
|
|
17901
|
+
{
|
|
17902
|
+
"kind": "javascript-module",
|
|
17903
|
+
"path": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts",
|
|
17904
|
+
"declarations": [
|
|
17905
|
+
{
|
|
17906
|
+
"kind": "variable",
|
|
17907
|
+
"name": "dropdownWidthVar",
|
|
17908
|
+
"type": {
|
|
17909
|
+
"text": "string"
|
|
17910
|
+
},
|
|
17911
|
+
"default": "'--dropdown-width'",
|
|
17912
|
+
"description": "The CSS variable to use for specifying the dropdown's width"
|
|
17913
|
+
},
|
|
17914
|
+
{
|
|
17915
|
+
"kind": "variable",
|
|
17916
|
+
"name": "optionsClass",
|
|
17917
|
+
"type": {
|
|
17918
|
+
"text": "string"
|
|
17919
|
+
},
|
|
17920
|
+
"default": "'options'",
|
|
17921
|
+
"description": "The CSS class to use for the options element's class in the dropdown"
|
|
17922
|
+
},
|
|
17923
|
+
{
|
|
17924
|
+
"kind": "variable",
|
|
17925
|
+
"name": "DISPLAY_NONE_CLASS",
|
|
17926
|
+
"type": {
|
|
17927
|
+
"text": "string"
|
|
17928
|
+
},
|
|
17929
|
+
"default": "'dnone'",
|
|
17930
|
+
"description": "Class name used to hide elements with display:none"
|
|
17931
|
+
},
|
|
17932
|
+
{
|
|
17933
|
+
"kind": "variable",
|
|
17934
|
+
"name": "multicolumnDropdownStyles",
|
|
17935
|
+
"default": "css`\n label {\n color: var(--neutral-foreground-hint, rgb(135 155 166));\n font-style: normal;\n margin: calc(var(--design-unit) * 2px) 0;\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n }\n\n .${DISPLAY_NONE_CLASS} {\n display: none !important;\n }\n\n .root {\n position: relative;\n width: inherit;\n min-width: 250px;\n ${dropdownWidthVar}: 350px;\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field {\n width: 100%;\n cursor: pointer;\n color: inherit;\n min-height: 40px;\n padding-left: calc(var(--design-unit) * 2.25px);\n padding-right: 52px;\n border-width: 0;\n background: var(--neutral-fill-input-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n text-overflow: ellipsis;\n font-size: var(--type-ramp-base-font-size);\n font-family: var(--body-font);\n }\n\n #display-field[disabled] {\n cursor: not-allowed;\n opacity: var(--disabled-opacity);\n }\n\n #display-field:focus {\n outline: 1px solid var(--accent-fill-rest);\n background: var(--neutral-fill-input-rest);\n border-style: none;\n box-shadow: none;\n }\n\n #display-field:hover:not(:focus):not([disabled]) {\n outline: 1px solid var(--neutral-stroke-hover, rgb(231 232 232));\n }\n\n button {\n pointer-events: none;\n }\n\n #arrow-icon {\n display: inline-block;\n width: 16px;\n color: currentColor;\n position: absolute;\n left: calc(100% - 26px);\n padding: 0;\n cursor: pointer;\n transform: rotate(0deg);\n transition: transform 0.2s linear 0s;\n }\n\n #arrow-icon.flipped {\n transform: rotate(180deg);\n }\n\n .cross-icon {\n display: inline-block;\n width: 12px;\n color: currentColor;\n position: absolute;\n left: calc(100% - 46px);\n padding: 0;\n cursor: pointer;\n visibility: hidden;\n }\n\n .cross-icon:hover {\n color: var(--error-color);\n }\n\n .disabled-icon {\n pointer-events: none;\n opacity: var(--disabled-opacity);\n }\n\n .${optionsClass} {\n min-width: 100%;\n width: var(${dropdownWidthVar});\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin: 5px 0;\n background: var(--neutral-fill-input-rest);\n visibility: hidden;\n z-index: 999;\n }\n\n .dropdown-above {\n bottom: 100%;\n }\n\n .dropdown-left {\n right: 0;\n }\n\n .grid-container {\n height: 300px;\n width: 100%;\n }\n\n #filter-search {\n padding: 5px;\n }\n\n .visible {\n visibility: visible;\n }\n`",
|
|
17936
|
+
"description": "Multicolumn Dropdown styles.",
|
|
17937
|
+
"privacy": "public"
|
|
17938
|
+
}
|
|
17939
|
+
],
|
|
17940
|
+
"exports": [
|
|
17941
|
+
{
|
|
17942
|
+
"kind": "js",
|
|
17943
|
+
"name": "dropdownWidthVar",
|
|
17944
|
+
"declaration": {
|
|
17945
|
+
"name": "dropdownWidthVar",
|
|
17946
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
17947
|
+
}
|
|
17948
|
+
},
|
|
17949
|
+
{
|
|
17950
|
+
"kind": "js",
|
|
17951
|
+
"name": "optionsClass",
|
|
17952
|
+
"declaration": {
|
|
17953
|
+
"name": "optionsClass",
|
|
17954
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
17955
|
+
}
|
|
17956
|
+
},
|
|
17957
|
+
{
|
|
17958
|
+
"kind": "js",
|
|
17959
|
+
"name": "DISPLAY_NONE_CLASS",
|
|
17960
|
+
"declaration": {
|
|
17961
|
+
"name": "DISPLAY_NONE_CLASS",
|
|
17962
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
17963
|
+
}
|
|
17964
|
+
},
|
|
17965
|
+
{
|
|
17966
|
+
"kind": "js",
|
|
17967
|
+
"name": "multicolumnDropdownStyles",
|
|
17968
|
+
"declaration": {
|
|
17969
|
+
"name": "multicolumnDropdownStyles",
|
|
17970
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
17971
|
+
}
|
|
17972
|
+
}
|
|
17973
|
+
]
|
|
17974
|
+
},
|
|
17975
|
+
{
|
|
17976
|
+
"kind": "javascript-module",
|
|
17977
|
+
"path": "src/multicolumn-dropdown/multicolumn-dropdown.template.ts",
|
|
17978
|
+
"declarations": [
|
|
17979
|
+
{
|
|
17980
|
+
"kind": "function",
|
|
17981
|
+
"name": "getMulticolumnDropdownTemplate",
|
|
17982
|
+
"parameters": [
|
|
17891
17983
|
{
|
|
17892
|
-
"
|
|
17893
|
-
"
|
|
17894
|
-
"
|
|
17895
|
-
|
|
17896
|
-
|
|
17897
|
-
|
|
17898
|
-
|
|
17984
|
+
"name": "designSystem",
|
|
17985
|
+
"default": "'foundation'",
|
|
17986
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
17987
|
+
}
|
|
17988
|
+
],
|
|
17989
|
+
"description": "Get a Design System prefixed Multicolumn Dropdown template.",
|
|
17990
|
+
"return": {
|
|
17991
|
+
"type": {
|
|
17992
|
+
"text": ""
|
|
17993
|
+
}
|
|
17994
|
+
},
|
|
17995
|
+
"privacy": "public"
|
|
17996
|
+
},
|
|
17997
|
+
{
|
|
17998
|
+
"kind": "variable",
|
|
17999
|
+
"name": "multicolumnDropdownTemplate",
|
|
18000
|
+
"description": "The default Multicolumn Dropdown template using the 'foundation' design system prefix.",
|
|
18001
|
+
"privacy": "public"
|
|
18002
|
+
}
|
|
18003
|
+
],
|
|
18004
|
+
"exports": [
|
|
18005
|
+
{
|
|
18006
|
+
"kind": "js",
|
|
18007
|
+
"name": "getMulticolumnDropdownTemplate",
|
|
18008
|
+
"declaration": {
|
|
18009
|
+
"name": "getMulticolumnDropdownTemplate",
|
|
18010
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.template.ts"
|
|
18011
|
+
}
|
|
18012
|
+
},
|
|
18013
|
+
{
|
|
18014
|
+
"kind": "js",
|
|
18015
|
+
"name": "multicolumnDropdownTemplate",
|
|
18016
|
+
"declaration": {
|
|
18017
|
+
"name": "multicolumnDropdownTemplate",
|
|
18018
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.template.ts"
|
|
18019
|
+
}
|
|
18020
|
+
}
|
|
18021
|
+
]
|
|
18022
|
+
},
|
|
18023
|
+
{
|
|
18024
|
+
"kind": "javascript-module",
|
|
18025
|
+
"path": "src/multicolumn-dropdown/multicolumn-dropdown.ts",
|
|
18026
|
+
"declarations": [
|
|
18027
|
+
{
|
|
18028
|
+
"kind": "function",
|
|
18029
|
+
"name": "wasClickOutsideElement",
|
|
18030
|
+
"parameters": [
|
|
17899
18031
|
{
|
|
17900
|
-
"
|
|
17901
|
-
"name": "value",
|
|
18032
|
+
"name": "event",
|
|
17902
18033
|
"type": {
|
|
17903
|
-
"text": "
|
|
18034
|
+
"text": "MouseEvent"
|
|
17904
18035
|
}
|
|
17905
18036
|
},
|
|
17906
18037
|
{
|
|
17907
|
-
"
|
|
17908
|
-
"name": "filterSearch",
|
|
18038
|
+
"name": "target",
|
|
17909
18039
|
"type": {
|
|
17910
|
-
"text": "
|
|
17911
|
-
}
|
|
17912
|
-
|
|
17913
|
-
|
|
17914
|
-
|
|
18040
|
+
"text": "EventTarget"
|
|
18041
|
+
}
|
|
18042
|
+
}
|
|
18043
|
+
],
|
|
18044
|
+
"description": "Checks if the given mouse event occurred outside the target element.",
|
|
18045
|
+
"privacy": "public"
|
|
18046
|
+
},
|
|
18047
|
+
{
|
|
18048
|
+
"kind": "class",
|
|
18049
|
+
"description": "",
|
|
18050
|
+
"name": "MulticolumnDropdown",
|
|
18051
|
+
"members": [
|
|
17915
18052
|
{
|
|
17916
18053
|
"kind": "field",
|
|
17917
|
-
"name": "
|
|
18054
|
+
"name": "optionsElement",
|
|
17918
18055
|
"type": {
|
|
17919
|
-
"text": "
|
|
17920
|
-
}
|
|
17921
|
-
"privacy": "public",
|
|
17922
|
-
"description": "Whether the dropdown is open or not"
|
|
18056
|
+
"text": "HTMLElement"
|
|
18057
|
+
}
|
|
17923
18058
|
},
|
|
17924
18059
|
{
|
|
17925
18060
|
"kind": "field",
|
|
17926
|
-
"name": "
|
|
18061
|
+
"name": "lastRequest",
|
|
17927
18062
|
"type": {
|
|
17928
18063
|
"text": "object"
|
|
17929
18064
|
},
|
|
17930
|
-
"
|
|
17931
|
-
},
|
|
17932
|
-
{
|
|
17933
|
-
"kind": "field",
|
|
17934
|
-
"name": "displayValue",
|
|
17935
|
-
"description": "Value to display in the form field",
|
|
17936
|
-
"readonly": true
|
|
18065
|
+
"privacy": "private"
|
|
17937
18066
|
},
|
|
17938
18067
|
{
|
|
17939
18068
|
"kind": "field",
|
|
17940
|
-
"name": "
|
|
18069
|
+
"name": "connectOverride",
|
|
17941
18070
|
"type": {
|
|
17942
|
-
"text": "
|
|
18071
|
+
"text": "Connect"
|
|
17943
18072
|
},
|
|
17944
|
-
"
|
|
18073
|
+
"privacy": "private"
|
|
17945
18074
|
},
|
|
17946
18075
|
{
|
|
17947
18076
|
"kind": "field",
|
|
17948
|
-
"name": "
|
|
18077
|
+
"name": "_connectDI",
|
|
17949
18078
|
"type": {
|
|
17950
|
-
"text": "
|
|
18079
|
+
"text": "Connect"
|
|
17951
18080
|
},
|
|
17952
|
-
"readonly": true
|
|
17953
|
-
},
|
|
17954
|
-
{
|
|
17955
|
-
"kind": "method",
|
|
17956
|
-
"name": "setGridRowData",
|
|
17957
|
-
"privacy": "private",
|
|
17958
|
-
"parameters": [
|
|
17959
|
-
{
|
|
17960
|
-
"name": "rows",
|
|
17961
|
-
"type": {
|
|
17962
|
-
"text": "any[]"
|
|
17963
|
-
}
|
|
17964
|
-
}
|
|
17965
|
-
],
|
|
17966
|
-
"description": "Sets row data on the grid in a version-safe way.\nAG Grid v32+ removed `setRowData` in favour of `updateGridOptions`."
|
|
17967
|
-
},
|
|
17968
|
-
{
|
|
17969
|
-
"kind": "method",
|
|
17970
|
-
"name": "setGridColumnDefs",
|
|
17971
|
-
"privacy": "private",
|
|
17972
|
-
"parameters": [
|
|
17973
|
-
{
|
|
17974
|
-
"name": "colDefs",
|
|
17975
|
-
"type": {
|
|
17976
|
-
"text": "ColDef[]"
|
|
17977
|
-
}
|
|
17978
|
-
}
|
|
17979
|
-
],
|
|
17980
|
-
"description": "Sets column defs on the grid in a version-safe way.\nAG Grid v32+ removed `setColumnDefs` in favour of `updateGridOptions`."
|
|
17981
|
-
},
|
|
17982
|
-
{
|
|
17983
|
-
"kind": "method",
|
|
17984
|
-
"name": "emitValue",
|
|
17985
|
-
"privacy": "private",
|
|
17986
|
-
"parameters": [
|
|
17987
|
-
{
|
|
17988
|
-
"name": "value",
|
|
17989
|
-
"type": {
|
|
17990
|
-
"text": "string"
|
|
17991
|
-
}
|
|
17992
|
-
}
|
|
17993
|
-
],
|
|
17994
|
-
"description": "Emits 'change' and 'input' events so that the `sync` directive and forms work correctly."
|
|
17995
|
-
},
|
|
17996
|
-
{
|
|
17997
|
-
"kind": "method",
|
|
17998
|
-
"name": "toggle",
|
|
17999
|
-
"privacy": "public"
|
|
18000
|
-
},
|
|
18001
|
-
{
|
|
18002
|
-
"kind": "method",
|
|
18003
|
-
"name": "getAndSetRows",
|
|
18004
|
-
"privacy": "private"
|
|
18005
|
-
},
|
|
18006
|
-
{
|
|
18007
|
-
"kind": "field",
|
|
18008
|
-
"name": "getAndSetRowsDebounce",
|
|
18009
|
-
"privacy": "private"
|
|
18010
|
-
},
|
|
18011
|
-
{
|
|
18012
|
-
"kind": "method",
|
|
18013
|
-
"name": "filterSearchChanged",
|
|
18014
|
-
"privacy": "public"
|
|
18015
|
-
},
|
|
18016
|
-
{
|
|
18017
|
-
"kind": "method",
|
|
18018
|
-
"name": "requestChanged",
|
|
18019
|
-
"privacy": "public"
|
|
18020
|
-
},
|
|
18021
|
-
{
|
|
18022
|
-
"kind": "method",
|
|
18023
|
-
"name": "columnDefinitionsChanged",
|
|
18024
|
-
"privacy": "public"
|
|
18025
|
-
},
|
|
18026
|
-
{
|
|
18027
|
-
"kind": "field",
|
|
18028
|
-
"name": "handleClickOutside",
|
|
18029
18081
|
"privacy": "private"
|
|
18030
18082
|
},
|
|
18031
|
-
{
|
|
18032
|
-
"kind": "method",
|
|
18033
|
-
"name": "openChanged",
|
|
18034
|
-
"privacy": "public"
|
|
18035
|
-
},
|
|
18036
|
-
{
|
|
18037
|
-
"kind": "method",
|
|
18038
|
-
"name": "dropdownWidthChanged",
|
|
18039
|
-
"privacy": "public"
|
|
18040
|
-
},
|
|
18041
|
-
{
|
|
18042
|
-
"kind": "method",
|
|
18043
|
-
"name": "changeHandler",
|
|
18044
|
-
"privacy": "public",
|
|
18045
|
-
"parameters": [
|
|
18046
|
-
{
|
|
18047
|
-
"name": "event",
|
|
18048
|
-
"type": {
|
|
18049
|
-
"text": "Event"
|
|
18050
|
-
}
|
|
18051
|
-
}
|
|
18052
|
-
]
|
|
18053
|
-
},
|
|
18054
|
-
{
|
|
18055
|
-
"kind": "method",
|
|
18056
|
-
"name": "cloneNode",
|
|
18057
|
-
"return": {
|
|
18058
|
-
"type": {
|
|
18059
|
-
"text": "Node"
|
|
18060
|
-
}
|
|
18061
|
-
},
|
|
18062
|
-
"parameters": [
|
|
18063
|
-
{
|
|
18064
|
-
"name": "deep",
|
|
18065
|
-
"optional": true,
|
|
18066
|
-
"type": {
|
|
18067
|
-
"text": "boolean"
|
|
18068
|
-
}
|
|
18069
|
-
}
|
|
18070
|
-
],
|
|
18071
|
-
"inheritedFrom": {
|
|
18072
|
-
"name": "LifecycleMixin",
|
|
18073
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
18074
|
-
}
|
|
18075
|
-
},
|
|
18076
|
-
{
|
|
18077
|
-
"kind": "method",
|
|
18078
|
-
"name": "deepClone",
|
|
18079
|
-
"return": {
|
|
18080
|
-
"type": {
|
|
18081
|
-
"text": "Node"
|
|
18082
|
-
}
|
|
18083
|
-
},
|
|
18084
|
-
"inheritedFrom": {
|
|
18085
|
-
"name": "LifecycleMixin",
|
|
18086
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
18087
|
-
}
|
|
18088
|
-
},
|
|
18089
|
-
{
|
|
18090
|
-
"kind": "field",
|
|
18091
|
-
"name": "shouldRunDisconnect",
|
|
18092
|
-
"return": {
|
|
18093
|
-
"type": {
|
|
18094
|
-
"text": ""
|
|
18095
|
-
}
|
|
18096
|
-
},
|
|
18097
|
-
"readonly": true,
|
|
18098
|
-
"inheritedFrom": {
|
|
18099
|
-
"name": "LifecycleMixin",
|
|
18100
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
18101
|
-
}
|
|
18102
|
-
},
|
|
18103
|
-
{
|
|
18104
|
-
"kind": "field",
|
|
18105
|
-
"name": "shouldRunConnect",
|
|
18106
|
-
"return": {
|
|
18107
|
-
"type": {
|
|
18108
|
-
"text": ""
|
|
18109
|
-
}
|
|
18110
|
-
},
|
|
18111
|
-
"readonly": true,
|
|
18112
|
-
"inheritedFrom": {
|
|
18113
|
-
"name": "LifecycleMixin",
|
|
18114
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
18115
|
-
}
|
|
18116
|
-
},
|
|
18117
|
-
{
|
|
18118
|
-
"kind": "method",
|
|
18119
|
-
"name": "#_blockLifecycleDueToTokenChange",
|
|
18120
|
-
"return": {
|
|
18121
|
-
"type": {
|
|
18122
|
-
"text": "boolean"
|
|
18123
|
-
}
|
|
18124
|
-
},
|
|
18125
|
-
"parameters": [
|
|
18126
|
-
{
|
|
18127
|
-
"name": "lifecycleType",
|
|
18128
|
-
"type": {
|
|
18129
|
-
"text": "Lifecycletype"
|
|
18130
|
-
}
|
|
18131
|
-
}
|
|
18132
|
-
],
|
|
18133
|
-
"inheritedFrom": {
|
|
18134
|
-
"name": "LifecycleMixin",
|
|
18135
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
18136
|
-
}
|
|
18137
|
-
},
|
|
18138
18083
|
{
|
|
18139
18084
|
"kind": "field",
|
|
18140
|
-
"name": "
|
|
18085
|
+
"name": "connect",
|
|
18141
18086
|
"type": {
|
|
18142
|
-
"text": "
|
|
18087
|
+
"text": "Connect"
|
|
18143
18088
|
},
|
|
18144
|
-
"
|
|
18145
|
-
"default": "void 0",
|
|
18146
|
-
"inheritedFrom": {
|
|
18147
|
-
"name": "FoundationElement",
|
|
18148
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
18149
|
-
}
|
|
18089
|
+
"description": "The connect service - uses DI by default, but can be manually set for dynamic element creation"
|
|
18150
18090
|
},
|
|
18151
18091
|
{
|
|
18152
18092
|
"kind": "field",
|
|
18153
|
-
"name": "
|
|
18093
|
+
"name": "disabled",
|
|
18154
18094
|
"type": {
|
|
18155
|
-
"text": "
|
|
18095
|
+
"text": "boolean"
|
|
18156
18096
|
},
|
|
18157
18097
|
"privacy": "public",
|
|
18158
|
-
"description": "
|
|
18159
|
-
"inheritedFrom": {
|
|
18160
|
-
"name": "FoundationElement",
|
|
18161
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
18162
|
-
}
|
|
18098
|
+
"description": "Whether to disable control of the component"
|
|
18163
18099
|
},
|
|
18164
18100
|
{
|
|
18165
18101
|
"kind": "field",
|
|
18166
|
-
"name": "
|
|
18102
|
+
"name": "resourceName",
|
|
18167
18103
|
"type": {
|
|
18168
|
-
"text": "
|
|
18104
|
+
"text": "string"
|
|
18169
18105
|
},
|
|
18170
18106
|
"privacy": "public",
|
|
18171
|
-
"description": "
|
|
18172
|
-
"inheritedFrom": {
|
|
18173
|
-
"name": "FoundationElement",
|
|
18174
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
18175
|
-
}
|
|
18107
|
+
"description": "The name of the reqrep to get the options from"
|
|
18176
18108
|
},
|
|
18177
18109
|
{
|
|
18178
|
-
"kind": "
|
|
18179
|
-
"name": "
|
|
18180
|
-
"
|
|
18181
|
-
|
|
18182
|
-
"type": {
|
|
18183
|
-
"text": "void"
|
|
18184
|
-
}
|
|
18110
|
+
"kind": "field",
|
|
18111
|
+
"name": "searchKey",
|
|
18112
|
+
"type": {
|
|
18113
|
+
"text": "string | string[] | undefined"
|
|
18185
18114
|
},
|
|
18186
|
-
"
|
|
18187
|
-
|
|
18188
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
18189
|
-
}
|
|
18115
|
+
"privacy": "public",
|
|
18116
|
+
"description": "The key(s) to search by. Use comma-separated values for multiple keys (e.g. search-key=\"NAME,ID\")."
|
|
18190
18117
|
},
|
|
18191
18118
|
{
|
|
18192
18119
|
"kind": "field",
|
|
18193
|
-
"name": "
|
|
18120
|
+
"name": "requestSupportsAdvancedSearch",
|
|
18194
18121
|
"type": {
|
|
18195
|
-
"text": "
|
|
18122
|
+
"text": "boolean"
|
|
18196
18123
|
},
|
|
18197
18124
|
"privacy": "public",
|
|
18198
|
-
"
|
|
18199
|
-
"
|
|
18200
|
-
"name": "FoundationElement",
|
|
18201
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
18202
|
-
}
|
|
18125
|
+
"default": "false",
|
|
18126
|
+
"description": "Tells whether a given request supports lookup by Groovy Expressions."
|
|
18203
18127
|
},
|
|
18204
18128
|
{
|
|
18205
|
-
"kind": "
|
|
18206
|
-
"name": "
|
|
18207
|
-
"
|
|
18208
|
-
|
|
18209
|
-
"type": {
|
|
18210
|
-
"text": "void"
|
|
18211
|
-
}
|
|
18129
|
+
"kind": "field",
|
|
18130
|
+
"name": "valueKey",
|
|
18131
|
+
"type": {
|
|
18132
|
+
"text": "string"
|
|
18212
18133
|
},
|
|
18213
|
-
"inheritedFrom": {
|
|
18214
|
-
"name": "FoundationElement",
|
|
18215
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
18216
|
-
}
|
|
18217
|
-
},
|
|
18218
|
-
{
|
|
18219
|
-
"kind": "method",
|
|
18220
|
-
"name": "compose",
|
|
18221
18134
|
"privacy": "public",
|
|
18222
|
-
"
|
|
18223
|
-
"return": {
|
|
18224
|
-
"type": {
|
|
18225
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
18226
|
-
}
|
|
18227
|
-
},
|
|
18228
|
-
"parameters": [
|
|
18229
|
-
{
|
|
18230
|
-
"name": "this",
|
|
18231
|
-
"type": {
|
|
18232
|
-
"text": "K"
|
|
18233
|
-
}
|
|
18234
|
-
},
|
|
18235
|
-
{
|
|
18236
|
-
"name": "elementDefinition",
|
|
18237
|
-
"type": {
|
|
18238
|
-
"text": "T"
|
|
18239
|
-
},
|
|
18240
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
18241
|
-
}
|
|
18242
|
-
],
|
|
18243
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
18244
|
-
"inheritedFrom": {
|
|
18245
|
-
"name": "FoundationElement",
|
|
18246
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
18247
|
-
}
|
|
18248
|
-
}
|
|
18249
|
-
],
|
|
18250
|
-
"events": [
|
|
18251
|
-
{
|
|
18252
|
-
"description": "Fired when the selected value changes",
|
|
18253
|
-
"name": "change"
|
|
18135
|
+
"description": "The key used as the value sent to the server"
|
|
18254
18136
|
},
|
|
18255
18137
|
{
|
|
18256
|
-
"
|
|
18257
|
-
"name": "
|
|
18258
|
-
}
|
|
18259
|
-
],
|
|
18260
|
-
"attributes": [
|
|
18261
|
-
{
|
|
18138
|
+
"kind": "field",
|
|
18139
|
+
"name": "labelKey",
|
|
18262
18140
|
"type": {
|
|
18263
|
-
"text": "
|
|
18141
|
+
"text": "string"
|
|
18264
18142
|
},
|
|
18265
|
-
"
|
|
18266
|
-
"
|
|
18143
|
+
"privacy": "public",
|
|
18144
|
+
"description": "The key used as the label displayed in the UI"
|
|
18267
18145
|
},
|
|
18268
18146
|
{
|
|
18269
|
-
"
|
|
18147
|
+
"kind": "field",
|
|
18148
|
+
"name": "dropdownPlacement",
|
|
18270
18149
|
"type": {
|
|
18271
|
-
"text": "
|
|
18150
|
+
"text": "'bottom-right' | 'bottom-left' | 'top-right' | 'top-left'"
|
|
18272
18151
|
},
|
|
18273
|
-
"description": "
|
|
18274
|
-
"fieldName": "resourceName"
|
|
18152
|
+
"description": "Position of the dropdown panel relative to the control.\n- `'bottom-right'` – default; opens below and aligns to the right edge of the control\n- `'bottom-left'` – opens below and extends to the left\n- `'top-right'` – opens above and aligns to the right edge of the control\n- `'top-left'` – opens above and extends to the left"
|
|
18275
18153
|
},
|
|
18276
18154
|
{
|
|
18277
|
-
"
|
|
18155
|
+
"kind": "field",
|
|
18156
|
+
"name": "dropdownWidth",
|
|
18278
18157
|
"type": {
|
|
18279
|
-
"text": "
|
|
18158
|
+
"text": "number"
|
|
18280
18159
|
},
|
|
18281
|
-
"
|
|
18282
|
-
"
|
|
18160
|
+
"privacy": "public",
|
|
18161
|
+
"description": "Optionally specifies the width of the dropdown"
|
|
18283
18162
|
},
|
|
18284
18163
|
{
|
|
18285
|
-
"
|
|
18164
|
+
"kind": "field",
|
|
18165
|
+
"name": "request",
|
|
18286
18166
|
"type": {
|
|
18287
|
-
"text": "
|
|
18167
|
+
"text": "object"
|
|
18288
18168
|
},
|
|
18289
|
-
"
|
|
18290
|
-
"description": "
|
|
18291
|
-
"fieldName": "requestSupportsAdvancedSearch"
|
|
18169
|
+
"privacy": "public",
|
|
18170
|
+
"description": "A request object to pass in the reqrep"
|
|
18292
18171
|
},
|
|
18293
18172
|
{
|
|
18294
|
-
"
|
|
18173
|
+
"kind": "field",
|
|
18174
|
+
"name": "columnDefinitions",
|
|
18295
18175
|
"type": {
|
|
18296
|
-
"text": "
|
|
18176
|
+
"text": "ColDef[]"
|
|
18297
18177
|
},
|
|
18298
|
-
"
|
|
18299
|
-
"
|
|
18178
|
+
"privacy": "public",
|
|
18179
|
+
"description": "An array of AG Grid column definitions to use in the grid to display the data"
|
|
18300
18180
|
},
|
|
18301
18181
|
{
|
|
18302
|
-
"
|
|
18182
|
+
"kind": "field",
|
|
18183
|
+
"name": "baseCriteria",
|
|
18303
18184
|
"type": {
|
|
18304
|
-
"text": "string"
|
|
18185
|
+
"text": "string | undefined"
|
|
18305
18186
|
},
|
|
18306
|
-
"
|
|
18307
|
-
"
|
|
18187
|
+
"privacy": "public",
|
|
18188
|
+
"description": "Base criteria that is always applied to requests combined with search criteria via AND.\nUse this to pre-filter results."
|
|
18308
18189
|
},
|
|
18309
18190
|
{
|
|
18310
|
-
"
|
|
18191
|
+
"kind": "field",
|
|
18192
|
+
"name": "defaultSlottedNodes",
|
|
18311
18193
|
"type": {
|
|
18312
|
-
"text": "
|
|
18194
|
+
"text": "Node[]"
|
|
18313
18195
|
},
|
|
18314
|
-
"
|
|
18315
|
-
"
|
|
18196
|
+
"privacy": "public",
|
|
18197
|
+
"default": "[]"
|
|
18316
18198
|
},
|
|
18317
18199
|
{
|
|
18318
|
-
"
|
|
18200
|
+
"kind": "field",
|
|
18201
|
+
"name": "grid",
|
|
18319
18202
|
"type": {
|
|
18320
|
-
"text": "
|
|
18203
|
+
"text": "GridPro"
|
|
18321
18204
|
},
|
|
18322
|
-
"
|
|
18323
|
-
|
|
18324
|
-
}
|
|
18325
|
-
],
|
|
18326
|
-
"mixins": [
|
|
18205
|
+
"privacy": "public"
|
|
18206
|
+
},
|
|
18327
18207
|
{
|
|
18328
|
-
"
|
|
18329
|
-
"
|
|
18330
|
-
|
|
18331
|
-
|
|
18332
|
-
|
|
18333
|
-
|
|
18334
|
-
|
|
18335
|
-
},
|
|
18336
|
-
"tagName": "%%prefix%%-multicolumn-dropdown",
|
|
18337
|
-
"customElement": true
|
|
18338
|
-
},
|
|
18339
|
-
{
|
|
18340
|
-
"kind": "variable",
|
|
18341
|
-
"name": "foundationMulticolumnDropdown",
|
|
18342
|
-
"description": "A function that returns a Multicolumn Dropdown registration for configuring the component with a DesignSystem.",
|
|
18343
|
-
"privacy": "public"
|
|
18344
|
-
}
|
|
18345
|
-
],
|
|
18346
|
-
"exports": [
|
|
18347
|
-
{
|
|
18348
|
-
"kind": "js",
|
|
18349
|
-
"name": "wasClickOutsideElement",
|
|
18350
|
-
"declaration": {
|
|
18351
|
-
"name": "wasClickOutsideElement",
|
|
18352
|
-
"module": "src/multicolumn-dropdown/multicolumn-dropdown.ts"
|
|
18353
|
-
}
|
|
18354
|
-
},
|
|
18355
|
-
{
|
|
18356
|
-
"kind": "js",
|
|
18357
|
-
"name": "MulticolumnDropdown",
|
|
18358
|
-
"declaration": {
|
|
18359
|
-
"name": "MulticolumnDropdown",
|
|
18360
|
-
"module": "src/multicolumn-dropdown/multicolumn-dropdown.ts"
|
|
18361
|
-
}
|
|
18362
|
-
},
|
|
18363
|
-
{
|
|
18364
|
-
"kind": "js",
|
|
18365
|
-
"name": "foundationMulticolumnDropdown",
|
|
18366
|
-
"declaration": {
|
|
18367
|
-
"name": "foundationMulticolumnDropdown",
|
|
18368
|
-
"module": "src/multicolumn-dropdown/multicolumn-dropdown.ts"
|
|
18369
|
-
}
|
|
18370
|
-
}
|
|
18371
|
-
]
|
|
18372
|
-
},
|
|
18373
|
-
{
|
|
18374
|
-
"kind": "javascript-module",
|
|
18375
|
-
"path": "src/state-persistence/index.ts",
|
|
18376
|
-
"declarations": [],
|
|
18377
|
-
"exports": [
|
|
18378
|
-
{
|
|
18379
|
-
"kind": "js",
|
|
18380
|
-
"name": "*",
|
|
18381
|
-
"declaration": {
|
|
18382
|
-
"name": "*",
|
|
18383
|
-
"package": "./kv-state"
|
|
18384
|
-
}
|
|
18385
|
-
},
|
|
18386
|
-
{
|
|
18387
|
-
"kind": "js",
|
|
18388
|
-
"name": "*",
|
|
18389
|
-
"declaration": {
|
|
18390
|
-
"name": "*",
|
|
18391
|
-
"package": "./local-state"
|
|
18392
|
-
}
|
|
18393
|
-
},
|
|
18394
|
-
{
|
|
18395
|
-
"kind": "js",
|
|
18396
|
-
"name": "*",
|
|
18397
|
-
"declaration": {
|
|
18398
|
-
"name": "*",
|
|
18399
|
-
"package": "./state-persistence"
|
|
18400
|
-
}
|
|
18401
|
-
}
|
|
18402
|
-
]
|
|
18403
|
-
},
|
|
18404
|
-
{
|
|
18405
|
-
"kind": "javascript-module",
|
|
18406
|
-
"path": "src/state-persistence/kv-state.ts",
|
|
18407
|
-
"declarations": [
|
|
18408
|
-
{
|
|
18409
|
-
"kind": "class",
|
|
18410
|
-
"description": "Implementation for the KV Storage State Persistence interface.",
|
|
18411
|
-
"name": "KVStorageStatePersistence",
|
|
18412
|
-
"members": [
|
|
18208
|
+
"kind": "field",
|
|
18209
|
+
"name": "_value",
|
|
18210
|
+
"type": {
|
|
18211
|
+
"text": "string"
|
|
18212
|
+
},
|
|
18213
|
+
"privacy": "private"
|
|
18214
|
+
},
|
|
18413
18215
|
{
|
|
18414
18216
|
"kind": "field",
|
|
18415
|
-
"name": "
|
|
18217
|
+
"name": "value",
|
|
18416
18218
|
"type": {
|
|
18417
|
-
"text": "
|
|
18219
|
+
"text": "string"
|
|
18418
18220
|
}
|
|
18419
18221
|
},
|
|
18420
18222
|
{
|
|
18421
18223
|
"kind": "field",
|
|
18422
|
-
"name": "
|
|
18224
|
+
"name": "filterSearch",
|
|
18423
18225
|
"type": {
|
|
18424
|
-
"text": "
|
|
18425
|
-
}
|
|
18226
|
+
"text": "string"
|
|
18227
|
+
},
|
|
18228
|
+
"privacy": "public",
|
|
18229
|
+
"description": "The criteria to search by"
|
|
18426
18230
|
},
|
|
18427
18231
|
{
|
|
18428
|
-
"kind": "
|
|
18429
|
-
"name": "
|
|
18430
|
-
"
|
|
18431
|
-
"
|
|
18432
|
-
|
|
18433
|
-
|
|
18232
|
+
"kind": "field",
|
|
18233
|
+
"name": "open",
|
|
18234
|
+
"type": {
|
|
18235
|
+
"text": "boolean"
|
|
18236
|
+
},
|
|
18237
|
+
"privacy": "public",
|
|
18238
|
+
"description": "Whether the dropdown is open or not"
|
|
18239
|
+
},
|
|
18240
|
+
{
|
|
18241
|
+
"kind": "field",
|
|
18242
|
+
"name": "selectedRow",
|
|
18243
|
+
"type": {
|
|
18244
|
+
"text": "object"
|
|
18245
|
+
},
|
|
18246
|
+
"description": "Data for the selected row"
|
|
18247
|
+
},
|
|
18248
|
+
{
|
|
18249
|
+
"kind": "field",
|
|
18250
|
+
"name": "displayValue",
|
|
18251
|
+
"description": "Value to display in the form field",
|
|
18252
|
+
"readonly": true
|
|
18253
|
+
},
|
|
18254
|
+
{
|
|
18255
|
+
"kind": "field",
|
|
18256
|
+
"name": "hasSearchKey",
|
|
18257
|
+
"type": {
|
|
18258
|
+
"text": "boolean"
|
|
18259
|
+
},
|
|
18260
|
+
"readonly": true
|
|
18261
|
+
},
|
|
18262
|
+
{
|
|
18263
|
+
"kind": "field",
|
|
18264
|
+
"name": "hasSlottedContent",
|
|
18265
|
+
"type": {
|
|
18266
|
+
"text": "boolean"
|
|
18434
18267
|
},
|
|
18268
|
+
"readonly": true
|
|
18269
|
+
},
|
|
18270
|
+
{
|
|
18271
|
+
"kind": "method",
|
|
18272
|
+
"name": "setGridRowData",
|
|
18273
|
+
"privacy": "private",
|
|
18435
18274
|
"parameters": [
|
|
18436
18275
|
{
|
|
18437
|
-
"name": "
|
|
18276
|
+
"name": "rows",
|
|
18438
18277
|
"type": {
|
|
18439
|
-
"text": "
|
|
18278
|
+
"text": "any[]"
|
|
18440
18279
|
}
|
|
18441
18280
|
}
|
|
18442
|
-
]
|
|
18281
|
+
],
|
|
18282
|
+
"description": "Sets row data on the grid in a version-safe way.\nAG Grid v32+ removed `setRowData` in favour of `updateGridOptions`."
|
|
18443
18283
|
},
|
|
18444
18284
|
{
|
|
18445
18285
|
"kind": "method",
|
|
18446
|
-
"name": "
|
|
18447
|
-
"
|
|
18448
|
-
"type": {
|
|
18449
|
-
"text": "Promise<void>"
|
|
18450
|
-
}
|
|
18451
|
-
},
|
|
18286
|
+
"name": "setGridColumnDefs",
|
|
18287
|
+
"privacy": "private",
|
|
18452
18288
|
"parameters": [
|
|
18453
18289
|
{
|
|
18454
|
-
"name": "
|
|
18455
|
-
"type": {
|
|
18456
|
-
"text": "string"
|
|
18457
|
-
}
|
|
18458
|
-
},
|
|
18459
|
-
{
|
|
18460
|
-
"name": "columnState",
|
|
18290
|
+
"name": "colDefs",
|
|
18461
18291
|
"type": {
|
|
18462
|
-
"text": "
|
|
18292
|
+
"text": "ColDef[]"
|
|
18463
18293
|
}
|
|
18464
18294
|
}
|
|
18465
|
-
]
|
|
18295
|
+
],
|
|
18296
|
+
"description": "Sets column defs on the grid in a version-safe way.\nAG Grid v32+ removed `setColumnDefs` in favour of `updateGridOptions`."
|
|
18466
18297
|
},
|
|
18467
18298
|
{
|
|
18468
18299
|
"kind": "method",
|
|
18469
|
-
"name": "
|
|
18470
|
-
"
|
|
18471
|
-
"type": {
|
|
18472
|
-
"text": "Promise<void>"
|
|
18473
|
-
}
|
|
18474
|
-
},
|
|
18300
|
+
"name": "emitValue",
|
|
18301
|
+
"privacy": "private",
|
|
18475
18302
|
"parameters": [
|
|
18476
18303
|
{
|
|
18477
|
-
"name": "
|
|
18304
|
+
"name": "value",
|
|
18478
18305
|
"type": {
|
|
18479
18306
|
"text": "string"
|
|
18480
18307
|
}
|
|
18481
18308
|
}
|
|
18482
|
-
]
|
|
18309
|
+
],
|
|
18310
|
+
"description": "Emits 'change' and 'input' events so that the `sync` directive and forms work correctly."
|
|
18483
18311
|
},
|
|
18484
18312
|
{
|
|
18485
18313
|
"kind": "method",
|
|
18486
|
-
"name": "
|
|
18487
|
-
"privacy": "
|
|
18488
|
-
|
|
18489
|
-
|
|
18490
|
-
|
|
18491
|
-
|
|
18492
|
-
|
|
18314
|
+
"name": "toggle",
|
|
18315
|
+
"privacy": "public"
|
|
18316
|
+
},
|
|
18317
|
+
{
|
|
18318
|
+
"kind": "method",
|
|
18319
|
+
"name": "getAndSetRows",
|
|
18320
|
+
"privacy": "private"
|
|
18321
|
+
},
|
|
18322
|
+
{
|
|
18323
|
+
"kind": "field",
|
|
18324
|
+
"name": "getAndSetRowsDebounce",
|
|
18325
|
+
"privacy": "private"
|
|
18326
|
+
},
|
|
18327
|
+
{
|
|
18328
|
+
"kind": "method",
|
|
18329
|
+
"name": "filterSearchChanged",
|
|
18330
|
+
"privacy": "public"
|
|
18331
|
+
},
|
|
18332
|
+
{
|
|
18333
|
+
"kind": "method",
|
|
18334
|
+
"name": "requestChanged",
|
|
18335
|
+
"privacy": "public"
|
|
18336
|
+
},
|
|
18337
|
+
{
|
|
18338
|
+
"kind": "method",
|
|
18339
|
+
"name": "columnDefinitionsChanged",
|
|
18340
|
+
"privacy": "public"
|
|
18341
|
+
},
|
|
18342
|
+
{
|
|
18343
|
+
"kind": "field",
|
|
18344
|
+
"name": "handleClickOutside",
|
|
18345
|
+
"privacy": "private"
|
|
18346
|
+
},
|
|
18347
|
+
{
|
|
18348
|
+
"kind": "method",
|
|
18349
|
+
"name": "openChanged",
|
|
18350
|
+
"privacy": "public"
|
|
18351
|
+
},
|
|
18352
|
+
{
|
|
18353
|
+
"kind": "method",
|
|
18354
|
+
"name": "dropdownWidthChanged",
|
|
18355
|
+
"privacy": "public"
|
|
18356
|
+
},
|
|
18357
|
+
{
|
|
18358
|
+
"kind": "method",
|
|
18359
|
+
"name": "changeHandler",
|
|
18360
|
+
"privacy": "public",
|
|
18493
18361
|
"parameters": [
|
|
18494
18362
|
{
|
|
18495
|
-
"name": "
|
|
18363
|
+
"name": "event",
|
|
18496
18364
|
"type": {
|
|
18497
|
-
"text": "
|
|
18365
|
+
"text": "Event"
|
|
18498
18366
|
}
|
|
18499
18367
|
}
|
|
18500
18368
|
]
|
|
18501
18369
|
},
|
|
18502
18370
|
{
|
|
18503
18371
|
"kind": "method",
|
|
18504
|
-
"name": "
|
|
18372
|
+
"name": "cloneNode",
|
|
18505
18373
|
"return": {
|
|
18506
18374
|
"type": {
|
|
18507
|
-
"text": "
|
|
18375
|
+
"text": "Node"
|
|
18508
18376
|
}
|
|
18509
18377
|
},
|
|
18510
18378
|
"parameters": [
|
|
18511
18379
|
{
|
|
18512
|
-
"name": "
|
|
18380
|
+
"name": "deep",
|
|
18381
|
+
"optional": true,
|
|
18513
18382
|
"type": {
|
|
18514
|
-
"text": "
|
|
18383
|
+
"text": "boolean"
|
|
18515
18384
|
}
|
|
18516
18385
|
}
|
|
18517
|
-
]
|
|
18386
|
+
],
|
|
18387
|
+
"inheritedFrom": {
|
|
18388
|
+
"name": "LifecycleMixin",
|
|
18389
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
18390
|
+
}
|
|
18518
18391
|
},
|
|
18519
18392
|
{
|
|
18520
18393
|
"kind": "method",
|
|
18521
|
-
"name": "
|
|
18394
|
+
"name": "deepClone",
|
|
18522
18395
|
"return": {
|
|
18523
18396
|
"type": {
|
|
18524
|
-
"text": "
|
|
18397
|
+
"text": "Node"
|
|
18525
18398
|
}
|
|
18526
18399
|
},
|
|
18527
|
-
"
|
|
18528
|
-
|
|
18529
|
-
|
|
18530
|
-
|
|
18531
|
-
|
|
18532
|
-
}
|
|
18533
|
-
},
|
|
18534
|
-
{
|
|
18535
|
-
"name": "filterModel",
|
|
18536
|
-
"type": {
|
|
18537
|
-
"text": "{ [key: string]: any }"
|
|
18538
|
-
}
|
|
18539
|
-
}
|
|
18540
|
-
]
|
|
18541
|
-
}
|
|
18542
|
-
]
|
|
18543
|
-
}
|
|
18544
|
-
],
|
|
18545
|
-
"exports": [
|
|
18546
|
-
{
|
|
18547
|
-
"kind": "js",
|
|
18548
|
-
"name": "KVStorageStatePersistence",
|
|
18549
|
-
"declaration": {
|
|
18550
|
-
"name": "KVStorageStatePersistence",
|
|
18551
|
-
"module": "src/state-persistence/kv-state.ts"
|
|
18552
|
-
}
|
|
18553
|
-
}
|
|
18554
|
-
]
|
|
18555
|
-
},
|
|
18556
|
-
{
|
|
18557
|
-
"kind": "javascript-module",
|
|
18558
|
-
"path": "src/state-persistence/local-state.ts",
|
|
18559
|
-
"declarations": [
|
|
18560
|
-
{
|
|
18561
|
-
"kind": "class",
|
|
18562
|
-
"description": "Implementation for the Local Storage State Persistence interface.",
|
|
18563
|
-
"name": "LocalStorageStatePersistence",
|
|
18564
|
-
"members": [
|
|
18400
|
+
"inheritedFrom": {
|
|
18401
|
+
"name": "LifecycleMixin",
|
|
18402
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
18403
|
+
}
|
|
18404
|
+
},
|
|
18565
18405
|
{
|
|
18566
18406
|
"kind": "field",
|
|
18567
|
-
"name": "
|
|
18568
|
-
"
|
|
18569
|
-
"
|
|
18407
|
+
"name": "shouldRunDisconnect",
|
|
18408
|
+
"return": {
|
|
18409
|
+
"type": {
|
|
18410
|
+
"text": ""
|
|
18411
|
+
}
|
|
18412
|
+
},
|
|
18413
|
+
"readonly": true,
|
|
18414
|
+
"inheritedFrom": {
|
|
18415
|
+
"name": "LifecycleMixin",
|
|
18416
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
18570
18417
|
}
|
|
18571
18418
|
},
|
|
18572
18419
|
{
|
|
18573
|
-
"kind": "
|
|
18574
|
-
"name": "
|
|
18420
|
+
"kind": "field",
|
|
18421
|
+
"name": "shouldRunConnect",
|
|
18575
18422
|
"return": {
|
|
18576
18423
|
"type": {
|
|
18577
|
-
"text": "
|
|
18424
|
+
"text": ""
|
|
18578
18425
|
}
|
|
18579
18426
|
},
|
|
18580
|
-
"
|
|
18581
|
-
|
|
18582
|
-
|
|
18583
|
-
|
|
18584
|
-
|
|
18585
|
-
}
|
|
18586
|
-
}
|
|
18587
|
-
]
|
|
18427
|
+
"readonly": true,
|
|
18428
|
+
"inheritedFrom": {
|
|
18429
|
+
"name": "LifecycleMixin",
|
|
18430
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
18431
|
+
}
|
|
18588
18432
|
},
|
|
18589
18433
|
{
|
|
18590
18434
|
"kind": "method",
|
|
18591
|
-
"name": "
|
|
18435
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
18592
18436
|
"return": {
|
|
18593
18437
|
"type": {
|
|
18594
|
-
"text": "
|
|
18438
|
+
"text": "boolean"
|
|
18595
18439
|
}
|
|
18596
18440
|
},
|
|
18597
18441
|
"parameters": [
|
|
18598
18442
|
{
|
|
18599
|
-
"name": "
|
|
18600
|
-
"type": {
|
|
18601
|
-
"text": "string"
|
|
18602
|
-
}
|
|
18603
|
-
},
|
|
18604
|
-
{
|
|
18605
|
-
"name": "columnState",
|
|
18443
|
+
"name": "lifecycleType",
|
|
18606
18444
|
"type": {
|
|
18607
|
-
"text": "
|
|
18445
|
+
"text": "Lifecycletype"
|
|
18608
18446
|
}
|
|
18609
18447
|
}
|
|
18610
|
-
]
|
|
18448
|
+
],
|
|
18449
|
+
"inheritedFrom": {
|
|
18450
|
+
"name": "LifecycleMixin",
|
|
18451
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
18452
|
+
}
|
|
18453
|
+
},
|
|
18454
|
+
{
|
|
18455
|
+
"kind": "field",
|
|
18456
|
+
"name": "_presentation",
|
|
18457
|
+
"type": {
|
|
18458
|
+
"text": "ComponentPresentation | null | undefined"
|
|
18459
|
+
},
|
|
18460
|
+
"privacy": "private",
|
|
18461
|
+
"default": "void 0",
|
|
18462
|
+
"inheritedFrom": {
|
|
18463
|
+
"name": "FoundationElement",
|
|
18464
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18465
|
+
}
|
|
18466
|
+
},
|
|
18467
|
+
{
|
|
18468
|
+
"kind": "field",
|
|
18469
|
+
"name": "$presentation",
|
|
18470
|
+
"type": {
|
|
18471
|
+
"text": "ComponentPresentation | null"
|
|
18472
|
+
},
|
|
18473
|
+
"privacy": "public",
|
|
18474
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
18475
|
+
"inheritedFrom": {
|
|
18476
|
+
"name": "FoundationElement",
|
|
18477
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18478
|
+
}
|
|
18479
|
+
},
|
|
18480
|
+
{
|
|
18481
|
+
"kind": "field",
|
|
18482
|
+
"name": "template",
|
|
18483
|
+
"type": {
|
|
18484
|
+
"text": "ElementViewTemplate | void | null"
|
|
18485
|
+
},
|
|
18486
|
+
"privacy": "public",
|
|
18487
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
18488
|
+
"inheritedFrom": {
|
|
18489
|
+
"name": "FoundationElement",
|
|
18490
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18491
|
+
}
|
|
18611
18492
|
},
|
|
18612
18493
|
{
|
|
18613
18494
|
"kind": "method",
|
|
18614
|
-
"name": "
|
|
18495
|
+
"name": "templateChanged",
|
|
18496
|
+
"privacy": "protected",
|
|
18615
18497
|
"return": {
|
|
18616
18498
|
"type": {
|
|
18617
|
-
"text": "
|
|
18499
|
+
"text": "void"
|
|
18618
18500
|
}
|
|
18619
18501
|
},
|
|
18620
|
-
"
|
|
18621
|
-
|
|
18622
|
-
|
|
18623
|
-
|
|
18624
|
-
|
|
18625
|
-
|
|
18626
|
-
|
|
18627
|
-
|
|
18502
|
+
"inheritedFrom": {
|
|
18503
|
+
"name": "FoundationElement",
|
|
18504
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18505
|
+
}
|
|
18506
|
+
},
|
|
18507
|
+
{
|
|
18508
|
+
"kind": "field",
|
|
18509
|
+
"name": "styles",
|
|
18510
|
+
"type": {
|
|
18511
|
+
"text": "ElementStyles | void | null"
|
|
18512
|
+
},
|
|
18513
|
+
"privacy": "public",
|
|
18514
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
18515
|
+
"inheritedFrom": {
|
|
18516
|
+
"name": "FoundationElement",
|
|
18517
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18518
|
+
}
|
|
18628
18519
|
},
|
|
18629
18520
|
{
|
|
18630
18521
|
"kind": "method",
|
|
18631
|
-
"name": "
|
|
18522
|
+
"name": "stylesChanged",
|
|
18523
|
+
"privacy": "protected",
|
|
18632
18524
|
"return": {
|
|
18633
18525
|
"type": {
|
|
18634
|
-
"text": "
|
|
18526
|
+
"text": "void"
|
|
18635
18527
|
}
|
|
18636
18528
|
},
|
|
18637
|
-
"
|
|
18638
|
-
|
|
18639
|
-
|
|
18640
|
-
|
|
18641
|
-
"text": "string"
|
|
18642
|
-
}
|
|
18643
|
-
}
|
|
18644
|
-
]
|
|
18529
|
+
"inheritedFrom": {
|
|
18530
|
+
"name": "FoundationElement",
|
|
18531
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18532
|
+
}
|
|
18645
18533
|
},
|
|
18646
18534
|
{
|
|
18647
18535
|
"kind": "method",
|
|
18648
|
-
"name": "
|
|
18536
|
+
"name": "compose",
|
|
18537
|
+
"privacy": "public",
|
|
18538
|
+
"static": true,
|
|
18649
18539
|
"return": {
|
|
18650
18540
|
"type": {
|
|
18651
|
-
"text": "
|
|
18541
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
18652
18542
|
}
|
|
18653
18543
|
},
|
|
18654
18544
|
"parameters": [
|
|
18655
18545
|
{
|
|
18656
|
-
"name": "
|
|
18546
|
+
"name": "this",
|
|
18657
18547
|
"type": {
|
|
18658
|
-
"text": "
|
|
18548
|
+
"text": "K"
|
|
18659
18549
|
}
|
|
18660
18550
|
},
|
|
18661
18551
|
{
|
|
18662
|
-
"name": "
|
|
18552
|
+
"name": "elementDefinition",
|
|
18663
18553
|
"type": {
|
|
18664
|
-
"text": "
|
|
18665
|
-
}
|
|
18554
|
+
"text": "T"
|
|
18555
|
+
},
|
|
18556
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
18666
18557
|
}
|
|
18667
|
-
]
|
|
18558
|
+
],
|
|
18559
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
18560
|
+
"inheritedFrom": {
|
|
18561
|
+
"name": "FoundationElement",
|
|
18562
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18563
|
+
}
|
|
18668
18564
|
}
|
|
18669
|
-
]
|
|
18565
|
+
],
|
|
18566
|
+
"events": [
|
|
18567
|
+
{
|
|
18568
|
+
"description": "Fired when the selected value changes",
|
|
18569
|
+
"name": "change"
|
|
18570
|
+
},
|
|
18571
|
+
{
|
|
18572
|
+
"description": "Fired when the value is updated (including programmatic changes)",
|
|
18573
|
+
"name": "input"
|
|
18574
|
+
}
|
|
18575
|
+
],
|
|
18576
|
+
"attributes": [
|
|
18577
|
+
{
|
|
18578
|
+
"type": {
|
|
18579
|
+
"text": "boolean"
|
|
18580
|
+
},
|
|
18581
|
+
"description": "Whether to disable control of the component",
|
|
18582
|
+
"fieldName": "disabled"
|
|
18583
|
+
},
|
|
18584
|
+
{
|
|
18585
|
+
"name": "resource-name",
|
|
18586
|
+
"type": {
|
|
18587
|
+
"text": "string"
|
|
18588
|
+
},
|
|
18589
|
+
"description": "The name of the reqrep to get the options from",
|
|
18590
|
+
"fieldName": "resourceName"
|
|
18591
|
+
},
|
|
18592
|
+
{
|
|
18593
|
+
"name": "search-key",
|
|
18594
|
+
"type": {
|
|
18595
|
+
"text": "string | string[] | undefined"
|
|
18596
|
+
},
|
|
18597
|
+
"description": "The key(s) to search by. Use comma-separated values for multiple keys (e.g. search-key=\"NAME,ID\").",
|
|
18598
|
+
"fieldName": "searchKey"
|
|
18599
|
+
},
|
|
18600
|
+
{
|
|
18601
|
+
"name": "advanced-search-req",
|
|
18602
|
+
"type": {
|
|
18603
|
+
"text": "boolean"
|
|
18604
|
+
},
|
|
18605
|
+
"default": "false",
|
|
18606
|
+
"description": "Tells whether a given request supports lookup by Groovy Expressions.",
|
|
18607
|
+
"fieldName": "requestSupportsAdvancedSearch"
|
|
18608
|
+
},
|
|
18609
|
+
{
|
|
18610
|
+
"name": "value-key",
|
|
18611
|
+
"type": {
|
|
18612
|
+
"text": "string"
|
|
18613
|
+
},
|
|
18614
|
+
"description": "The key used as the value sent to the server",
|
|
18615
|
+
"fieldName": "valueKey"
|
|
18616
|
+
},
|
|
18617
|
+
{
|
|
18618
|
+
"name": "label-key",
|
|
18619
|
+
"type": {
|
|
18620
|
+
"text": "string"
|
|
18621
|
+
},
|
|
18622
|
+
"description": "The key used as the label displayed in the UI",
|
|
18623
|
+
"fieldName": "labelKey"
|
|
18624
|
+
},
|
|
18625
|
+
{
|
|
18626
|
+
"name": "dropdown-placement",
|
|
18627
|
+
"type": {
|
|
18628
|
+
"text": "'bottom-right' | 'bottom-left' | 'top-right' | 'top-left'"
|
|
18629
|
+
},
|
|
18630
|
+
"description": "Position of the dropdown panel relative to the control.\n- `'bottom-right'` – default; opens below and aligns to the right edge of the control\n- `'bottom-left'` – opens below and extends to the left\n- `'top-right'` – opens above and aligns to the right edge of the control\n- `'top-left'` – opens above and extends to the left",
|
|
18631
|
+
"fieldName": "dropdownPlacement"
|
|
18632
|
+
},
|
|
18633
|
+
{
|
|
18634
|
+
"name": "dropdownWidth",
|
|
18635
|
+
"type": {
|
|
18636
|
+
"text": "number"
|
|
18637
|
+
},
|
|
18638
|
+
"description": "Optionally specifies the width of the dropdown",
|
|
18639
|
+
"fieldName": "dropdownWidth"
|
|
18640
|
+
}
|
|
18641
|
+
],
|
|
18642
|
+
"mixins": [
|
|
18643
|
+
{
|
|
18644
|
+
"name": "LifecycleMixin",
|
|
18645
|
+
"package": "@genesislcap/foundation-utils"
|
|
18646
|
+
}
|
|
18647
|
+
],
|
|
18648
|
+
"superclass": {
|
|
18649
|
+
"name": "FoundationElement",
|
|
18650
|
+
"package": "@microsoft/fast-foundation"
|
|
18651
|
+
},
|
|
18652
|
+
"tagName": "%%prefix%%-multicolumn-dropdown",
|
|
18653
|
+
"customElement": true
|
|
18654
|
+
},
|
|
18655
|
+
{
|
|
18656
|
+
"kind": "variable",
|
|
18657
|
+
"name": "foundationMulticolumnDropdown",
|
|
18658
|
+
"description": "A function that returns a Multicolumn Dropdown registration for configuring the component with a DesignSystem.",
|
|
18659
|
+
"privacy": "public"
|
|
18670
18660
|
}
|
|
18671
18661
|
],
|
|
18672
18662
|
"exports": [
|
|
18673
18663
|
{
|
|
18674
18664
|
"kind": "js",
|
|
18675
|
-
"name": "
|
|
18665
|
+
"name": "wasClickOutsideElement",
|
|
18676
18666
|
"declaration": {
|
|
18677
|
-
"name": "
|
|
18678
|
-
"module": "src/
|
|
18667
|
+
"name": "wasClickOutsideElement",
|
|
18668
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.ts"
|
|
18669
|
+
}
|
|
18670
|
+
},
|
|
18671
|
+
{
|
|
18672
|
+
"kind": "js",
|
|
18673
|
+
"name": "MulticolumnDropdown",
|
|
18674
|
+
"declaration": {
|
|
18675
|
+
"name": "MulticolumnDropdown",
|
|
18676
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.ts"
|
|
18677
|
+
}
|
|
18678
|
+
},
|
|
18679
|
+
{
|
|
18680
|
+
"kind": "js",
|
|
18681
|
+
"name": "foundationMulticolumnDropdown",
|
|
18682
|
+
"declaration": {
|
|
18683
|
+
"name": "foundationMulticolumnDropdown",
|
|
18684
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.ts"
|
|
18679
18685
|
}
|
|
18680
18686
|
}
|
|
18681
18687
|
]
|
|
18682
18688
|
},
|
|
18683
|
-
{
|
|
18684
|
-
"kind": "javascript-module",
|
|
18685
|
-
"path": "src/state-persistence/state-persistence.ts",
|
|
18686
|
-
"declarations": [],
|
|
18687
|
-
"exports": []
|
|
18688
|
-
},
|
|
18689
18689
|
{
|
|
18690
18690
|
"kind": "javascript-module",
|
|
18691
18691
|
"path": "src/status-bar-components/index.ts",
|