@operato/data-grist 0.2.44 → 0.2.45
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/CHANGELOG.md +10 -0
- package/custom-elements.json +1224 -1224
- package/dist/src/data-grid/data-grid-header.js +26 -4
- package/dist/src/data-grid/data-grid-header.js.map +1 -1
- package/dist/src/filters/filter-range-date.js +1 -4
- package/dist/src/filters/filter-range-date.js.map +1 -1
- package/dist/src/filters/filter-range-number.js +0 -1
- package/dist/src/filters/filter-range-number.js.map +1 -1
- package/dist/src/filters/filter-select.js +3 -2
- package/dist/src/filters/filter-select.js.map +1 -1
- package/dist/src/filters/filter-styles.js +1 -7
- package/dist/src/filters/filter-styles.js.map +1 -1
- package/dist/src/filters/list-select.d.ts +3 -0
- package/dist/src/filters/list-select.js +12 -0
- package/dist/src/filters/list-select.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -7
- package/src/data-grid/data-grid-header.ts +26 -4
- package/src/filters/filter-range-date.ts +1 -4
- package/src/filters/filter-range-number.ts +0 -1
- package/src/filters/filter-select.ts +3 -2
- package/src/filters/filter-styles.ts +1 -7
- package/themes/grist-theme.css +3 -0
- package/yarn-error.log +3149 -2371
package/custom-elements.json
CHANGED
|
@@ -9949,7 +9949,7 @@
|
|
|
9949
9949
|
{
|
|
9950
9950
|
"kind": "variable",
|
|
9951
9951
|
"name": "FilterStyles",
|
|
9952
|
-
"default": "css`\n :host {\n --ox-input-
|
|
9952
|
+
"default": "css`\n :host {\n --ox-input-placeholder-color: var(--primary-color);\n\n --ox-input-padding: var(--padding-narrow) var(--padding-default);\n --ox-input-border: 1px solid rgba(0, 0, 0, 0.2);\n --ox-input-border-radius: var(--border-radius);\n --ox-input-font: normal 14px var(--theme-font);\n --ox-input-color: var(--primary-text-color);\n }\n\n [filter] input::placeholder {\n color: var(--ox-input-placeholder-color);\n opacity: 0.7;\n }\n [filter] input {\n margin: 0 10px 5px 10px;\n padding: var(--ox-input-padding);\n border: var(--ox-input-border);\n border-radius: var(--ox-input-border-radius);\n font: var(--ox-input-font);\n color: var(--ox-input-color, #3a5877);\n }\n [filter] input[type='number'] {\n padding-right: var(--padding-narrow);\n max-width: 100px;\n }\n [filter] input[type='datetime-local'] {\n padding-right: var(--padding-narrow);\n max-width: 170px;\n }\n [filter] input[name='from'] {\n margin: 0 0 5px 10px;\n }\n [filter] input[name='to'] {\n margin: 0 10px 5px 0;\n }\n`"
|
|
9953
9953
|
}
|
|
9954
9954
|
],
|
|
9955
9955
|
"exports": [
|
|
@@ -10777,6 +10777,41 @@
|
|
|
10777
10777
|
}
|
|
10778
10778
|
]
|
|
10779
10779
|
},
|
|
10780
|
+
{
|
|
10781
|
+
"kind": "javascript-module",
|
|
10782
|
+
"path": "src/interfaces/index.ts",
|
|
10783
|
+
"declarations": [],
|
|
10784
|
+
"exports": [
|
|
10785
|
+
{
|
|
10786
|
+
"kind": "js",
|
|
10787
|
+
"name": "*",
|
|
10788
|
+
"declaration": {
|
|
10789
|
+
"name": "*",
|
|
10790
|
+
"package": "./ox-search-field"
|
|
10791
|
+
}
|
|
10792
|
+
},
|
|
10793
|
+
{
|
|
10794
|
+
"kind": "js",
|
|
10795
|
+
"name": "*",
|
|
10796
|
+
"declaration": {
|
|
10797
|
+
"name": "*",
|
|
10798
|
+
"package": "./ox-grist-search-form"
|
|
10799
|
+
}
|
|
10800
|
+
}
|
|
10801
|
+
]
|
|
10802
|
+
},
|
|
10803
|
+
{
|
|
10804
|
+
"kind": "javascript-module",
|
|
10805
|
+
"path": "src/interfaces/ox-grist-search-form.ts",
|
|
10806
|
+
"declarations": [],
|
|
10807
|
+
"exports": []
|
|
10808
|
+
},
|
|
10809
|
+
{
|
|
10810
|
+
"kind": "javascript-module",
|
|
10811
|
+
"path": "src/interfaces/ox-search-field.ts",
|
|
10812
|
+
"declarations": [],
|
|
10813
|
+
"exports": []
|
|
10814
|
+
},
|
|
10780
10815
|
{
|
|
10781
10816
|
"kind": "javascript-module",
|
|
10782
10817
|
"path": "src/record-view/index.ts",
|
|
@@ -11678,7 +11713,7 @@
|
|
|
11678
11713
|
},
|
|
11679
11714
|
{
|
|
11680
11715
|
"kind": "javascript-module",
|
|
11681
|
-
"path": "src/
|
|
11716
|
+
"path": "src/search-form/index.ts",
|
|
11682
11717
|
"declarations": [],
|
|
11683
11718
|
"exports": [
|
|
11684
11719
|
{
|
|
@@ -11686,723 +11721,573 @@
|
|
|
11686
11721
|
"name": "*",
|
|
11687
11722
|
"declaration": {
|
|
11688
11723
|
"name": "*",
|
|
11689
|
-
"package": "./
|
|
11724
|
+
"package": "./ox-search-form"
|
|
11690
11725
|
}
|
|
11691
|
-
}
|
|
11692
|
-
]
|
|
11693
|
-
},
|
|
11694
|
-
{
|
|
11695
|
-
"kind": "javascript-module",
|
|
11696
|
-
"path": "src/utils/supports-passive.ts",
|
|
11697
|
-
"declarations": [
|
|
11698
|
-
{
|
|
11699
|
-
"kind": "variable",
|
|
11700
|
-
"name": "supportsPassive",
|
|
11701
|
-
"type": {
|
|
11702
|
-
"text": "boolean"
|
|
11703
|
-
},
|
|
11704
|
-
"default": "false"
|
|
11705
|
-
}
|
|
11706
|
-
],
|
|
11707
|
-
"exports": [
|
|
11726
|
+
},
|
|
11708
11727
|
{
|
|
11709
11728
|
"kind": "js",
|
|
11710
|
-
"name": "
|
|
11729
|
+
"name": "*",
|
|
11711
11730
|
"declaration": {
|
|
11712
|
-
"name": "
|
|
11713
|
-
"
|
|
11731
|
+
"name": "*",
|
|
11732
|
+
"package": "./ox-grist-search-form"
|
|
11714
11733
|
}
|
|
11715
|
-
}
|
|
11716
|
-
]
|
|
11717
|
-
},
|
|
11718
|
-
{
|
|
11719
|
-
"kind": "javascript-module",
|
|
11720
|
-
"path": "src/data-card/event-handlers/data-card-click-handler.ts",
|
|
11721
|
-
"declarations": [
|
|
11722
|
-
{
|
|
11723
|
-
"kind": "function",
|
|
11724
|
-
"name": "dataCardClickHandler",
|
|
11725
|
-
"return": {
|
|
11726
|
-
"type": {
|
|
11727
|
-
"text": "void"
|
|
11728
|
-
}
|
|
11729
|
-
},
|
|
11730
|
-
"parameters": [
|
|
11731
|
-
{
|
|
11732
|
-
"name": "e",
|
|
11733
|
-
"type": {
|
|
11734
|
-
"text": "MouseEvent"
|
|
11735
|
-
}
|
|
11736
|
-
}
|
|
11737
|
-
],
|
|
11738
|
-
"description": "ox-card 의 click handler\n\n- handler의 this 는 ox-card임."
|
|
11739
|
-
}
|
|
11740
|
-
],
|
|
11741
|
-
"exports": [
|
|
11734
|
+
},
|
|
11742
11735
|
{
|
|
11743
11736
|
"kind": "js",
|
|
11744
|
-
"name": "
|
|
11737
|
+
"name": "*",
|
|
11745
11738
|
"declaration": {
|
|
11746
|
-
"name": "
|
|
11747
|
-
"
|
|
11739
|
+
"name": "*",
|
|
11740
|
+
"package": "./ox-basic-field"
|
|
11748
11741
|
}
|
|
11749
|
-
}
|
|
11750
|
-
]
|
|
11751
|
-
},
|
|
11752
|
-
{
|
|
11753
|
-
"kind": "javascript-module",
|
|
11754
|
-
"path": "src/data-card/event-handlers/data-card-dblclick-handler.ts",
|
|
11755
|
-
"declarations": [
|
|
11742
|
+
},
|
|
11756
11743
|
{
|
|
11757
|
-
"kind": "
|
|
11758
|
-
"name": "
|
|
11759
|
-
"
|
|
11760
|
-
"
|
|
11761
|
-
|
|
11762
|
-
|
|
11763
|
-
|
|
11764
|
-
"parameters": [
|
|
11765
|
-
{
|
|
11766
|
-
"name": "e",
|
|
11767
|
-
"type": {
|
|
11768
|
-
"text": "MouseEvent"
|
|
11769
|
-
}
|
|
11770
|
-
}
|
|
11771
|
-
],
|
|
11772
|
-
"description": "ox-card 의 dblclick handler\n\n- handler의 this 는 ox-card임."
|
|
11773
|
-
}
|
|
11774
|
-
],
|
|
11775
|
-
"exports": [
|
|
11744
|
+
"kind": "js",
|
|
11745
|
+
"name": "*",
|
|
11746
|
+
"declaration": {
|
|
11747
|
+
"name": "*",
|
|
11748
|
+
"package": "./ox-checkbox-field"
|
|
11749
|
+
}
|
|
11750
|
+
},
|
|
11776
11751
|
{
|
|
11777
11752
|
"kind": "js",
|
|
11778
|
-
"name": "
|
|
11753
|
+
"name": "*",
|
|
11779
11754
|
"declaration": {
|
|
11780
|
-
"name": "
|
|
11781
|
-
"
|
|
11755
|
+
"name": "*",
|
|
11756
|
+
"package": "./ox-number-field"
|
|
11782
11757
|
}
|
|
11783
|
-
}
|
|
11784
|
-
]
|
|
11785
|
-
},
|
|
11786
|
-
{
|
|
11787
|
-
"kind": "javascript-module",
|
|
11788
|
-
"path": "src/data-card/event-handlers/record-card-click-handler.ts",
|
|
11789
|
-
"declarations": [
|
|
11758
|
+
},
|
|
11790
11759
|
{
|
|
11791
|
-
"kind": "
|
|
11792
|
-
"name": "
|
|
11793
|
-
"
|
|
11794
|
-
"
|
|
11795
|
-
|
|
11796
|
-
|
|
11797
|
-
|
|
11798
|
-
"parameters": [
|
|
11799
|
-
{
|
|
11800
|
-
"name": "this",
|
|
11801
|
-
"type": {
|
|
11802
|
-
"text": "RecordCard"
|
|
11803
|
-
}
|
|
11804
|
-
},
|
|
11805
|
-
{
|
|
11806
|
-
"name": "e",
|
|
11807
|
-
"type": {
|
|
11808
|
-
"text": "MouseEvent"
|
|
11809
|
-
}
|
|
11810
|
-
}
|
|
11811
|
-
],
|
|
11812
|
-
"description": "ox-record-card 의 click handler\n\n- handler의 this 는 ox-record-card임."
|
|
11813
|
-
}
|
|
11814
|
-
],
|
|
11815
|
-
"exports": [
|
|
11760
|
+
"kind": "js",
|
|
11761
|
+
"name": "*",
|
|
11762
|
+
"declaration": {
|
|
11763
|
+
"name": "*",
|
|
11764
|
+
"package": "./ox-select-field"
|
|
11765
|
+
}
|
|
11766
|
+
},
|
|
11816
11767
|
{
|
|
11817
11768
|
"kind": "js",
|
|
11818
|
-
"name": "
|
|
11769
|
+
"name": "*",
|
|
11819
11770
|
"declaration": {
|
|
11820
|
-
"name": "
|
|
11821
|
-
"
|
|
11771
|
+
"name": "*",
|
|
11772
|
+
"package": "./ox-text-field"
|
|
11822
11773
|
}
|
|
11823
11774
|
}
|
|
11824
11775
|
]
|
|
11825
11776
|
},
|
|
11826
11777
|
{
|
|
11827
11778
|
"kind": "javascript-module",
|
|
11828
|
-
"path": "src/
|
|
11779
|
+
"path": "src/search-form/ox-basic-field.ts",
|
|
11829
11780
|
"declarations": [
|
|
11830
11781
|
{
|
|
11831
|
-
"kind": "
|
|
11832
|
-
"
|
|
11833
|
-
"
|
|
11834
|
-
|
|
11835
|
-
"text": "void"
|
|
11836
|
-
}
|
|
11837
|
-
},
|
|
11838
|
-
"parameters": [
|
|
11782
|
+
"kind": "class",
|
|
11783
|
+
"description": "",
|
|
11784
|
+
"name": "OXBasicField",
|
|
11785
|
+
"members": [
|
|
11839
11786
|
{
|
|
11840
|
-
"
|
|
11787
|
+
"kind": "field",
|
|
11788
|
+
"name": "field",
|
|
11841
11789
|
"type": {
|
|
11842
|
-
"text": "
|
|
11790
|
+
"text": "OXBasicFieldProps"
|
|
11843
11791
|
}
|
|
11844
11792
|
},
|
|
11845
11793
|
{
|
|
11846
|
-
"
|
|
11794
|
+
"kind": "field",
|
|
11795
|
+
"name": "form",
|
|
11847
11796
|
"type": {
|
|
11848
|
-
"text": "
|
|
11849
|
-
}
|
|
11850
|
-
|
|
11851
|
-
|
|
11852
|
-
|
|
11853
|
-
}
|
|
11854
|
-
],
|
|
11855
|
-
"exports": [
|
|
11856
|
-
{
|
|
11857
|
-
"kind": "js",
|
|
11858
|
-
"name": "recordCardDblClickHandler",
|
|
11859
|
-
"declaration": {
|
|
11860
|
-
"name": "recordCardDblClickHandler",
|
|
11861
|
-
"module": "src/data-card/event-handlers/record-card-dblclick-handler.ts"
|
|
11862
|
-
}
|
|
11863
|
-
}
|
|
11864
|
-
]
|
|
11865
|
-
},
|
|
11866
|
-
{
|
|
11867
|
-
"kind": "javascript-module",
|
|
11868
|
-
"path": "src/data-grid/event-handlers/data-grid-body-click-handler.ts",
|
|
11869
|
-
"declarations": [
|
|
11870
|
-
{
|
|
11871
|
-
"kind": "function",
|
|
11872
|
-
"name": "dataGridBodyClickHandler",
|
|
11873
|
-
"return": {
|
|
11874
|
-
"type": {
|
|
11875
|
-
"text": "void"
|
|
11876
|
-
}
|
|
11877
|
-
},
|
|
11878
|
-
"parameters": [
|
|
11797
|
+
"text": "HTMLFormElement | null"
|
|
11798
|
+
},
|
|
11799
|
+
"privacy": "private",
|
|
11800
|
+
"default": "null"
|
|
11801
|
+
},
|
|
11879
11802
|
{
|
|
11880
|
-
"
|
|
11803
|
+
"kind": "field",
|
|
11804
|
+
"name": "value",
|
|
11881
11805
|
"type": {
|
|
11882
|
-
"text": "
|
|
11806
|
+
"text": "any | undefined"
|
|
11883
11807
|
}
|
|
11884
11808
|
},
|
|
11885
11809
|
{
|
|
11886
|
-
"
|
|
11887
|
-
"
|
|
11888
|
-
|
|
11889
|
-
|
|
11890
|
-
|
|
11891
|
-
|
|
11892
|
-
|
|
11893
|
-
|
|
11894
|
-
|
|
11895
|
-
|
|
11896
|
-
|
|
11897
|
-
|
|
11898
|
-
|
|
11899
|
-
|
|
11900
|
-
|
|
11901
|
-
|
|
11902
|
-
}
|
|
11903
|
-
]
|
|
11904
|
-
},
|
|
11905
|
-
{
|
|
11906
|
-
"kind": "javascript-module",
|
|
11907
|
-
"path": "src/data-grid/event-handlers/data-grid-body-dblclick-handler.ts",
|
|
11908
|
-
"declarations": [
|
|
11909
|
-
{
|
|
11910
|
-
"kind": "function",
|
|
11911
|
-
"name": "dataGridBodyDblclickHandler",
|
|
11912
|
-
"return": {
|
|
11913
|
-
"type": {
|
|
11914
|
-
"text": "Promise<void>"
|
|
11915
|
-
}
|
|
11916
|
-
},
|
|
11917
|
-
"parameters": [
|
|
11810
|
+
"kind": "method",
|
|
11811
|
+
"name": "setDefaultValue",
|
|
11812
|
+
"return": {
|
|
11813
|
+
"type": {
|
|
11814
|
+
"text": "void"
|
|
11815
|
+
}
|
|
11816
|
+
},
|
|
11817
|
+
"parameters": [
|
|
11818
|
+
{
|
|
11819
|
+
"name": "defaultValue",
|
|
11820
|
+
"type": {
|
|
11821
|
+
"text": "unknown"
|
|
11822
|
+
}
|
|
11823
|
+
}
|
|
11824
|
+
]
|
|
11825
|
+
},
|
|
11918
11826
|
{
|
|
11919
|
-
"
|
|
11827
|
+
"kind": "field",
|
|
11828
|
+
"name": "input",
|
|
11920
11829
|
"type": {
|
|
11921
|
-
"text": "
|
|
11830
|
+
"text": "HTMLInputElement | HTMLSelectElement"
|
|
11922
11831
|
}
|
|
11923
11832
|
},
|
|
11924
11833
|
{
|
|
11925
|
-
"
|
|
11926
|
-
"
|
|
11927
|
-
|
|
11834
|
+
"kind": "method",
|
|
11835
|
+
"name": "findFormElement",
|
|
11836
|
+
"privacy": "private",
|
|
11837
|
+
"return": {
|
|
11838
|
+
"type": {
|
|
11839
|
+
"text": "HTMLFormElement | null"
|
|
11840
|
+
}
|
|
11928
11841
|
}
|
|
11929
|
-
}
|
|
11930
|
-
],
|
|
11931
|
-
"description": "ox-grid-body 의 dblclick handler\n\n- handler의 this 는 ox-grid-body임."
|
|
11932
|
-
}
|
|
11933
|
-
],
|
|
11934
|
-
"exports": [
|
|
11935
|
-
{
|
|
11936
|
-
"kind": "js",
|
|
11937
|
-
"name": "dataGridBodyDblclickHandler",
|
|
11938
|
-
"declaration": {
|
|
11939
|
-
"name": "dataGridBodyDblclickHandler",
|
|
11940
|
-
"module": "src/data-grid/event-handlers/data-grid-body-dblclick-handler.ts"
|
|
11941
|
-
}
|
|
11942
|
-
}
|
|
11943
|
-
]
|
|
11944
|
-
},
|
|
11945
|
-
{
|
|
11946
|
-
"kind": "javascript-module",
|
|
11947
|
-
"path": "src/data-grid/event-handlers/data-grid-body-keydown-handler.ts",
|
|
11948
|
-
"declarations": [
|
|
11949
|
-
{
|
|
11950
|
-
"kind": "function",
|
|
11951
|
-
"name": "dataGridBodyKeydownHandler",
|
|
11952
|
-
"return": {
|
|
11953
|
-
"type": {
|
|
11954
|
-
"text": "Promise<void>"
|
|
11955
|
-
}
|
|
11956
|
-
},
|
|
11957
|
-
"parameters": [
|
|
11842
|
+
},
|
|
11958
11843
|
{
|
|
11959
|
-
"
|
|
11960
|
-
"
|
|
11961
|
-
|
|
11962
|
-
|
|
11844
|
+
"kind": "method",
|
|
11845
|
+
"name": "registerCustomEventHandlers",
|
|
11846
|
+
"privacy": "private",
|
|
11847
|
+
"return": {
|
|
11848
|
+
"type": {
|
|
11849
|
+
"text": "void"
|
|
11850
|
+
}
|
|
11851
|
+
},
|
|
11852
|
+
"parameters": [
|
|
11853
|
+
{
|
|
11854
|
+
"name": "handlers",
|
|
11855
|
+
"type": {
|
|
11856
|
+
"text": "Record<string, (event: Event) => void>"
|
|
11857
|
+
}
|
|
11858
|
+
}
|
|
11859
|
+
]
|
|
11963
11860
|
},
|
|
11964
11861
|
{
|
|
11965
|
-
"
|
|
11966
|
-
"
|
|
11967
|
-
|
|
11862
|
+
"kind": "method",
|
|
11863
|
+
"name": "registerBasicEventHandlers",
|
|
11864
|
+
"privacy": "private",
|
|
11865
|
+
"return": {
|
|
11866
|
+
"type": {
|
|
11867
|
+
"text": "void"
|
|
11868
|
+
}
|
|
11968
11869
|
}
|
|
11969
|
-
}
|
|
11970
|
-
],
|
|
11971
|
-
"description": "ox-grid-body 의 keydown handler\n\n- handler의 this 는 ox-grid-body임."
|
|
11972
|
-
}
|
|
11973
|
-
],
|
|
11974
|
-
"exports": [
|
|
11975
|
-
{
|
|
11976
|
-
"kind": "js",
|
|
11977
|
-
"name": "dataGridBodyKeydownHandler",
|
|
11978
|
-
"declaration": {
|
|
11979
|
-
"name": "dataGridBodyKeydownHandler",
|
|
11980
|
-
"module": "src/data-grid/event-handlers/data-grid-body-keydown-handler.ts"
|
|
11981
|
-
}
|
|
11982
|
-
}
|
|
11983
|
-
]
|
|
11984
|
-
},
|
|
11985
|
-
{
|
|
11986
|
-
"kind": "javascript-module",
|
|
11987
|
-
"path": "src/data-list/event-handlers/data-list-click-handler.ts",
|
|
11988
|
-
"declarations": [
|
|
11989
|
-
{
|
|
11990
|
-
"kind": "function",
|
|
11991
|
-
"name": "dataListClickHandler",
|
|
11992
|
-
"return": {
|
|
11993
|
-
"type": {
|
|
11994
|
-
"text": "void"
|
|
11995
|
-
}
|
|
11996
|
-
},
|
|
11997
|
-
"parameters": [
|
|
11870
|
+
},
|
|
11998
11871
|
{
|
|
11999
|
-
"
|
|
12000
|
-
"
|
|
12001
|
-
|
|
11872
|
+
"kind": "method",
|
|
11873
|
+
"name": "appendFormData",
|
|
11874
|
+
"privacy": "private",
|
|
11875
|
+
"return": {
|
|
11876
|
+
"type": {
|
|
11877
|
+
"text": "void"
|
|
11878
|
+
}
|
|
11879
|
+
},
|
|
11880
|
+
"parameters": [
|
|
11881
|
+
{
|
|
11882
|
+
"name": "{ formData }",
|
|
11883
|
+
"type": {
|
|
11884
|
+
"text": "FormDataEvent"
|
|
11885
|
+
}
|
|
11886
|
+
}
|
|
11887
|
+
]
|
|
11888
|
+
},
|
|
11889
|
+
{
|
|
11890
|
+
"kind": "method",
|
|
11891
|
+
"name": "submit",
|
|
11892
|
+
"privacy": "private",
|
|
11893
|
+
"return": {
|
|
11894
|
+
"type": {
|
|
11895
|
+
"text": "void"
|
|
11896
|
+
}
|
|
12002
11897
|
}
|
|
12003
11898
|
}
|
|
12004
11899
|
],
|
|
12005
|
-
"
|
|
12006
|
-
}
|
|
12007
|
-
],
|
|
12008
|
-
"exports": [
|
|
12009
|
-
{
|
|
12010
|
-
"kind": "js",
|
|
12011
|
-
"name": "dataListClickHandler",
|
|
12012
|
-
"declaration": {
|
|
12013
|
-
"name": "dataListClickHandler",
|
|
12014
|
-
"module": "src/data-list/event-handlers/data-list-click-handler.ts"
|
|
12015
|
-
}
|
|
12016
|
-
}
|
|
12017
|
-
]
|
|
12018
|
-
},
|
|
12019
|
-
{
|
|
12020
|
-
"kind": "javascript-module",
|
|
12021
|
-
"path": "src/data-list/event-handlers/data-list-dblclick-handler.ts",
|
|
12022
|
-
"declarations": [
|
|
12023
|
-
{
|
|
12024
|
-
"kind": "function",
|
|
12025
|
-
"name": "dataListDblclickHandler",
|
|
12026
|
-
"return": {
|
|
12027
|
-
"type": {
|
|
12028
|
-
"text": "void"
|
|
12029
|
-
}
|
|
12030
|
-
},
|
|
12031
|
-
"parameters": [
|
|
11900
|
+
"events": [
|
|
12032
11901
|
{
|
|
12033
|
-
"name": "
|
|
11902
|
+
"name": "submit-field",
|
|
12034
11903
|
"type": {
|
|
12035
|
-
"text": "
|
|
11904
|
+
"text": "CustomEvent"
|
|
12036
11905
|
}
|
|
12037
11906
|
}
|
|
12038
11907
|
],
|
|
12039
|
-
"
|
|
11908
|
+
"superclass": {
|
|
11909
|
+
"name": "LitElement",
|
|
11910
|
+
"package": "lit-element"
|
|
11911
|
+
},
|
|
11912
|
+
"customElement": true
|
|
12040
11913
|
}
|
|
12041
11914
|
],
|
|
12042
11915
|
"exports": [
|
|
12043
11916
|
{
|
|
12044
11917
|
"kind": "js",
|
|
12045
|
-
"name": "
|
|
11918
|
+
"name": "OXBasicField",
|
|
12046
11919
|
"declaration": {
|
|
12047
|
-
"name": "
|
|
12048
|
-
"module": "src/
|
|
11920
|
+
"name": "OXBasicField",
|
|
11921
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
12049
11922
|
}
|
|
12050
11923
|
}
|
|
12051
11924
|
]
|
|
12052
11925
|
},
|
|
12053
11926
|
{
|
|
12054
11927
|
"kind": "javascript-module",
|
|
12055
|
-
"path": "src/
|
|
11928
|
+
"path": "src/search-form/ox-checkbox-field.ts",
|
|
12056
11929
|
"declarations": [
|
|
12057
11930
|
{
|
|
12058
|
-
"kind": "
|
|
12059
|
-
"
|
|
12060
|
-
"
|
|
12061
|
-
|
|
12062
|
-
"text": "void"
|
|
12063
|
-
}
|
|
12064
|
-
},
|
|
12065
|
-
"parameters": [
|
|
11931
|
+
"kind": "class",
|
|
11932
|
+
"description": "",
|
|
11933
|
+
"name": "OXCheckboxField",
|
|
11934
|
+
"members": [
|
|
12066
11935
|
{
|
|
12067
|
-
"
|
|
11936
|
+
"kind": "field",
|
|
11937
|
+
"name": "field",
|
|
12068
11938
|
"type": {
|
|
12069
|
-
"text": "
|
|
11939
|
+
"text": "OXBasicFieldProps"
|
|
11940
|
+
},
|
|
11941
|
+
"attribute": "field",
|
|
11942
|
+
"inheritedFrom": {
|
|
11943
|
+
"name": "OXBasicField",
|
|
11944
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
12070
11945
|
}
|
|
12071
11946
|
},
|
|
12072
11947
|
{
|
|
12073
|
-
"
|
|
11948
|
+
"kind": "field",
|
|
11949
|
+
"name": "value",
|
|
12074
11950
|
"type": {
|
|
12075
|
-
"text": "
|
|
11951
|
+
"text": "any | undefined"
|
|
11952
|
+
},
|
|
11953
|
+
"attribute": "value",
|
|
11954
|
+
"inheritedFrom": {
|
|
11955
|
+
"name": "OXBasicField",
|
|
11956
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
12076
11957
|
}
|
|
12077
|
-
}
|
|
12078
|
-
],
|
|
12079
|
-
"description": "record-partial 의 click handler\n\n- handler의 this 는 record-partial임."
|
|
12080
|
-
}
|
|
12081
|
-
],
|
|
12082
|
-
"exports": [
|
|
12083
|
-
{
|
|
12084
|
-
"kind": "js",
|
|
12085
|
-
"name": "recordPartialClickHandler",
|
|
12086
|
-
"declaration": {
|
|
12087
|
-
"name": "recordPartialClickHandler",
|
|
12088
|
-
"module": "src/data-list/event-handlers/record-partial-click-handler.ts"
|
|
12089
|
-
}
|
|
12090
|
-
}
|
|
12091
|
-
]
|
|
12092
|
-
},
|
|
12093
|
-
{
|
|
12094
|
-
"kind": "javascript-module",
|
|
12095
|
-
"path": "src/data-list/event-handlers/record-partial-dblclick-handler.ts",
|
|
12096
|
-
"declarations": [
|
|
12097
|
-
{
|
|
12098
|
-
"kind": "function",
|
|
12099
|
-
"name": "recordPartialDblClickHandler",
|
|
12100
|
-
"return": {
|
|
12101
|
-
"type": {
|
|
12102
|
-
"text": "void"
|
|
12103
|
-
}
|
|
12104
|
-
},
|
|
12105
|
-
"parameters": [
|
|
11958
|
+
},
|
|
12106
11959
|
{
|
|
12107
|
-
"
|
|
11960
|
+
"kind": "method",
|
|
11961
|
+
"name": "setDefaultValue",
|
|
11962
|
+
"return": {
|
|
11963
|
+
"type": {
|
|
11964
|
+
"text": "void"
|
|
11965
|
+
}
|
|
11966
|
+
},
|
|
11967
|
+
"parameters": [
|
|
11968
|
+
{
|
|
11969
|
+
"name": "defaultValue",
|
|
11970
|
+
"type": {
|
|
11971
|
+
"text": "boolean"
|
|
11972
|
+
}
|
|
11973
|
+
}
|
|
11974
|
+
],
|
|
11975
|
+
"inheritedFrom": {
|
|
11976
|
+
"name": "OXBasicField",
|
|
11977
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
11978
|
+
}
|
|
11979
|
+
},
|
|
11980
|
+
{
|
|
11981
|
+
"kind": "method",
|
|
11982
|
+
"name": "onClickHandler",
|
|
11983
|
+
"privacy": "private",
|
|
11984
|
+
"return": {
|
|
11985
|
+
"type": {
|
|
11986
|
+
"text": "void"
|
|
11987
|
+
}
|
|
11988
|
+
}
|
|
11989
|
+
},
|
|
11990
|
+
{
|
|
11991
|
+
"kind": "field",
|
|
11992
|
+
"name": "form",
|
|
12108
11993
|
"type": {
|
|
12109
|
-
"text": "
|
|
11994
|
+
"text": "HTMLFormElement | null"
|
|
11995
|
+
},
|
|
11996
|
+
"privacy": "private",
|
|
11997
|
+
"default": "null",
|
|
11998
|
+
"inheritedFrom": {
|
|
11999
|
+
"name": "OXBasicField",
|
|
12000
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
12110
12001
|
}
|
|
12111
12002
|
},
|
|
12112
12003
|
{
|
|
12113
|
-
"
|
|
12004
|
+
"kind": "field",
|
|
12005
|
+
"name": "input",
|
|
12114
12006
|
"type": {
|
|
12115
|
-
"text": "
|
|
12007
|
+
"text": "HTMLInputElement | HTMLSelectElement"
|
|
12008
|
+
},
|
|
12009
|
+
"inheritedFrom": {
|
|
12010
|
+
"name": "OXBasicField",
|
|
12011
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
12012
|
+
}
|
|
12013
|
+
},
|
|
12014
|
+
{
|
|
12015
|
+
"kind": "method",
|
|
12016
|
+
"name": "findFormElement",
|
|
12017
|
+
"privacy": "private",
|
|
12018
|
+
"return": {
|
|
12019
|
+
"type": {
|
|
12020
|
+
"text": "HTMLFormElement | null"
|
|
12021
|
+
}
|
|
12022
|
+
},
|
|
12023
|
+
"inheritedFrom": {
|
|
12024
|
+
"name": "OXBasicField",
|
|
12025
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
12026
|
+
}
|
|
12027
|
+
},
|
|
12028
|
+
{
|
|
12029
|
+
"kind": "method",
|
|
12030
|
+
"name": "registerCustomEventHandlers",
|
|
12031
|
+
"privacy": "private",
|
|
12032
|
+
"return": {
|
|
12033
|
+
"type": {
|
|
12034
|
+
"text": "void"
|
|
12035
|
+
}
|
|
12036
|
+
},
|
|
12037
|
+
"parameters": [
|
|
12038
|
+
{
|
|
12039
|
+
"name": "handlers",
|
|
12040
|
+
"type": {
|
|
12041
|
+
"text": "Record<string, (event: Event) => void>"
|
|
12042
|
+
}
|
|
12043
|
+
}
|
|
12044
|
+
],
|
|
12045
|
+
"inheritedFrom": {
|
|
12046
|
+
"name": "OXBasicField",
|
|
12047
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
12048
|
+
}
|
|
12049
|
+
},
|
|
12050
|
+
{
|
|
12051
|
+
"kind": "method",
|
|
12052
|
+
"name": "registerBasicEventHandlers",
|
|
12053
|
+
"privacy": "private",
|
|
12054
|
+
"return": {
|
|
12055
|
+
"type": {
|
|
12056
|
+
"text": "void"
|
|
12057
|
+
}
|
|
12058
|
+
},
|
|
12059
|
+
"inheritedFrom": {
|
|
12060
|
+
"name": "OXBasicField",
|
|
12061
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
12062
|
+
}
|
|
12063
|
+
},
|
|
12064
|
+
{
|
|
12065
|
+
"kind": "method",
|
|
12066
|
+
"name": "appendFormData",
|
|
12067
|
+
"privacy": "private",
|
|
12068
|
+
"return": {
|
|
12069
|
+
"type": {
|
|
12070
|
+
"text": "void"
|
|
12071
|
+
}
|
|
12072
|
+
},
|
|
12073
|
+
"parameters": [
|
|
12074
|
+
{
|
|
12075
|
+
"name": "{ formData }",
|
|
12076
|
+
"type": {
|
|
12077
|
+
"text": "FormDataEvent"
|
|
12078
|
+
}
|
|
12079
|
+
}
|
|
12080
|
+
],
|
|
12081
|
+
"inheritedFrom": {
|
|
12082
|
+
"name": "OXBasicField",
|
|
12083
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
12084
|
+
}
|
|
12085
|
+
},
|
|
12086
|
+
{
|
|
12087
|
+
"kind": "method",
|
|
12088
|
+
"name": "submit",
|
|
12089
|
+
"privacy": "private",
|
|
12090
|
+
"return": {
|
|
12091
|
+
"type": {
|
|
12092
|
+
"text": "void"
|
|
12093
|
+
}
|
|
12094
|
+
},
|
|
12095
|
+
"inheritedFrom": {
|
|
12096
|
+
"name": "OXBasicField",
|
|
12097
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
12116
12098
|
}
|
|
12117
12099
|
}
|
|
12118
12100
|
],
|
|
12119
|
-
"
|
|
12120
|
-
}
|
|
12121
|
-
],
|
|
12122
|
-
"exports": [
|
|
12123
|
-
{
|
|
12124
|
-
"kind": "js",
|
|
12125
|
-
"name": "recordPartialDblClickHandler",
|
|
12126
|
-
"declaration": {
|
|
12127
|
-
"name": "recordPartialDblClickHandler",
|
|
12128
|
-
"module": "src/data-list/event-handlers/record-partial-dblclick-handler.ts"
|
|
12129
|
-
}
|
|
12130
|
-
}
|
|
12131
|
-
]
|
|
12132
|
-
},
|
|
12133
|
-
{
|
|
12134
|
-
"kind": "javascript-module",
|
|
12135
|
-
"path": "src/data-list/event-handlers/record-partial-long-press-handler.ts",
|
|
12136
|
-
"declarations": [
|
|
12137
|
-
{
|
|
12138
|
-
"kind": "function",
|
|
12139
|
-
"name": "recordPartialLongPressHandler",
|
|
12140
|
-
"parameters": [
|
|
12101
|
+
"attributes": [
|
|
12141
12102
|
{
|
|
12142
|
-
"name": "
|
|
12103
|
+
"name": "field",
|
|
12143
12104
|
"type": {
|
|
12144
|
-
"text": "
|
|
12145
|
-
}
|
|
12105
|
+
"text": "OXCheckboxFieldProps"
|
|
12106
|
+
},
|
|
12107
|
+
"fieldName": "field"
|
|
12146
12108
|
},
|
|
12147
12109
|
{
|
|
12148
|
-
"name": "
|
|
12110
|
+
"name": "value",
|
|
12149
12111
|
"type": {
|
|
12150
|
-
"text": "
|
|
12151
|
-
}
|
|
12112
|
+
"text": "boolean | undefined"
|
|
12113
|
+
},
|
|
12114
|
+
"fieldName": "value"
|
|
12152
12115
|
}
|
|
12153
12116
|
],
|
|
12154
|
-
"
|
|
12117
|
+
"superclass": {
|
|
12118
|
+
"name": "OXBasicField",
|
|
12119
|
+
"module": "/src/search-form/ox-basic-field"
|
|
12120
|
+
},
|
|
12121
|
+
"tagName": "ox-checkbox-field",
|
|
12122
|
+
"customElement": true,
|
|
12123
|
+
"events": [
|
|
12124
|
+
{
|
|
12125
|
+
"name": "submit-field",
|
|
12126
|
+
"type": {
|
|
12127
|
+
"text": "CustomEvent"
|
|
12128
|
+
},
|
|
12129
|
+
"inheritedFrom": {
|
|
12130
|
+
"name": "OXBasicField",
|
|
12131
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
12132
|
+
}
|
|
12133
|
+
}
|
|
12134
|
+
]
|
|
12155
12135
|
}
|
|
12156
12136
|
],
|
|
12157
12137
|
"exports": [
|
|
12158
12138
|
{
|
|
12159
12139
|
"kind": "js",
|
|
12160
|
-
"name": "
|
|
12140
|
+
"name": "OXCheckboxField",
|
|
12161
12141
|
"declaration": {
|
|
12162
|
-
"name": "
|
|
12163
|
-
"module": "src/
|
|
12142
|
+
"name": "OXCheckboxField",
|
|
12143
|
+
"module": "src/search-form/ox-checkbox-field.ts"
|
|
12144
|
+
}
|
|
12145
|
+
},
|
|
12146
|
+
{
|
|
12147
|
+
"kind": "custom-element-definition",
|
|
12148
|
+
"name": "ox-checkbox-field",
|
|
12149
|
+
"declaration": {
|
|
12150
|
+
"name": "OXCheckboxField",
|
|
12151
|
+
"module": "src/search-form/ox-checkbox-field.ts"
|
|
12164
12152
|
}
|
|
12165
12153
|
}
|
|
12166
12154
|
]
|
|
12167
12155
|
},
|
|
12168
12156
|
{
|
|
12169
12157
|
"kind": "javascript-module",
|
|
12170
|
-
"path": "src/
|
|
12158
|
+
"path": "src/search-form/ox-grist-search-form.ts",
|
|
12171
12159
|
"declarations": [
|
|
12172
12160
|
{
|
|
12173
|
-
"kind": "
|
|
12174
|
-
"
|
|
12175
|
-
"
|
|
12161
|
+
"kind": "class",
|
|
12162
|
+
"description": "",
|
|
12163
|
+
"name": "OXGristSearchForm",
|
|
12164
|
+
"members": [
|
|
12176
12165
|
{
|
|
12177
|
-
"
|
|
12166
|
+
"kind": "field",
|
|
12167
|
+
"name": "config",
|
|
12178
12168
|
"type": {
|
|
12179
|
-
"text": "
|
|
12180
|
-
}
|
|
12169
|
+
"text": "GristConfig"
|
|
12170
|
+
},
|
|
12171
|
+
"attribute": "config"
|
|
12181
12172
|
},
|
|
12182
12173
|
{
|
|
12183
|
-
"
|
|
12174
|
+
"kind": "field",
|
|
12175
|
+
"name": "defaultOperator",
|
|
12184
12176
|
"type": {
|
|
12185
|
-
"text": "
|
|
12186
|
-
}
|
|
12187
|
-
|
|
12188
|
-
|
|
12189
|
-
|
|
12190
|
-
}
|
|
12191
|
-
],
|
|
12192
|
-
"exports": [
|
|
12193
|
-
{
|
|
12194
|
-
"kind": "js",
|
|
12195
|
-
"name": "dataReportBodyClickHandler",
|
|
12196
|
-
"declaration": {
|
|
12197
|
-
"name": "dataReportBodyClickHandler",
|
|
12198
|
-
"module": "src/data-report/event-handlers/data-report-body-click-handler.ts"
|
|
12199
|
-
}
|
|
12200
|
-
}
|
|
12201
|
-
]
|
|
12202
|
-
},
|
|
12203
|
-
{
|
|
12204
|
-
"kind": "javascript-module",
|
|
12205
|
-
"path": "src/data-report/event-handlers/data-report-body-dblclick-handler.ts",
|
|
12206
|
-
"declarations": [
|
|
12207
|
-
{
|
|
12208
|
-
"kind": "function",
|
|
12209
|
-
"name": "dataReportBodyDblclickHandler",
|
|
12210
|
-
"parameters": [
|
|
12177
|
+
"text": "string"
|
|
12178
|
+
},
|
|
12179
|
+
"default": "'eq'",
|
|
12180
|
+
"attribute": "defaultOperator"
|
|
12181
|
+
},
|
|
12211
12182
|
{
|
|
12212
|
-
"
|
|
12183
|
+
"kind": "field",
|
|
12184
|
+
"name": "timeout",
|
|
12213
12185
|
"type": {
|
|
12214
|
-
"text": "
|
|
12215
|
-
}
|
|
12186
|
+
"text": "NodeJS.Timeout | undefined"
|
|
12187
|
+
},
|
|
12188
|
+
"privacy": "private"
|
|
12216
12189
|
},
|
|
12217
12190
|
{
|
|
12218
|
-
"
|
|
12191
|
+
"kind": "method",
|
|
12192
|
+
"name": "convertToSearchFields",
|
|
12193
|
+
"privacy": "private",
|
|
12194
|
+
"return": {
|
|
12195
|
+
"type": {
|
|
12196
|
+
"text": "OXSearchFieldProps[]"
|
|
12197
|
+
}
|
|
12198
|
+
},
|
|
12199
|
+
"parameters": [
|
|
12200
|
+
{
|
|
12201
|
+
"name": "config",
|
|
12202
|
+
"type": {
|
|
12203
|
+
"text": "GristConfig"
|
|
12204
|
+
}
|
|
12205
|
+
}
|
|
12206
|
+
]
|
|
12207
|
+
},
|
|
12208
|
+
{
|
|
12209
|
+
"kind": "field",
|
|
12210
|
+
"name": "queryFilters",
|
|
12219
12211
|
"type": {
|
|
12220
|
-
"text": "
|
|
12212
|
+
"text": "QueryFilter[]"
|
|
12221
12213
|
}
|
|
12222
12214
|
}
|
|
12223
12215
|
],
|
|
12224
|
-
"
|
|
12225
|
-
}
|
|
12226
|
-
],
|
|
12227
|
-
"exports": [
|
|
12228
|
-
{
|
|
12229
|
-
"kind": "js",
|
|
12230
|
-
"name": "dataReportBodyDblclickHandler",
|
|
12231
|
-
"declaration": {
|
|
12232
|
-
"name": "dataReportBodyDblclickHandler",
|
|
12233
|
-
"module": "src/data-report/event-handlers/data-report-body-dblclick-handler.ts"
|
|
12234
|
-
}
|
|
12235
|
-
}
|
|
12236
|
-
]
|
|
12237
|
-
},
|
|
12238
|
-
{
|
|
12239
|
-
"kind": "javascript-module",
|
|
12240
|
-
"path": "src/data-report/event-handlers/data-report-body-keydown-handler.ts",
|
|
12241
|
-
"declarations": [
|
|
12242
|
-
{
|
|
12243
|
-
"kind": "function",
|
|
12244
|
-
"name": "dataReportBodyKeydownHandler",
|
|
12245
|
-
"return": {
|
|
12246
|
-
"type": {
|
|
12247
|
-
"text": "void"
|
|
12248
|
-
}
|
|
12249
|
-
},
|
|
12250
|
-
"parameters": [
|
|
12216
|
+
"attributes": [
|
|
12251
12217
|
{
|
|
12252
|
-
"name": "
|
|
12218
|
+
"name": "config",
|
|
12253
12219
|
"type": {
|
|
12254
|
-
"text": "
|
|
12255
|
-
}
|
|
12220
|
+
"text": "GristConfig"
|
|
12221
|
+
},
|
|
12222
|
+
"fieldName": "config"
|
|
12256
12223
|
},
|
|
12257
12224
|
{
|
|
12258
|
-
"name": "
|
|
12225
|
+
"name": "defaultOperator",
|
|
12259
12226
|
"type": {
|
|
12260
|
-
"text": "
|
|
12261
|
-
}
|
|
12227
|
+
"text": "string"
|
|
12228
|
+
},
|
|
12229
|
+
"default": "'eq'",
|
|
12230
|
+
"fieldName": "defaultOperator"
|
|
12262
12231
|
}
|
|
12263
12232
|
],
|
|
12264
|
-
"
|
|
12233
|
+
"superclass": {
|
|
12234
|
+
"name": "LitElement",
|
|
12235
|
+
"package": "lit"
|
|
12236
|
+
},
|
|
12237
|
+
"tagName": "ox-grist-search-form",
|
|
12238
|
+
"customElement": true
|
|
12265
12239
|
}
|
|
12266
12240
|
],
|
|
12267
12241
|
"exports": [
|
|
12268
12242
|
{
|
|
12269
12243
|
"kind": "js",
|
|
12270
|
-
"name": "
|
|
12271
|
-
"declaration": {
|
|
12272
|
-
"name": "dataReportBodyKeydownHandler",
|
|
12273
|
-
"module": "src/data-report/event-handlers/data-report-body-keydown-handler.ts"
|
|
12274
|
-
}
|
|
12275
|
-
}
|
|
12276
|
-
]
|
|
12277
|
-
},
|
|
12278
|
-
{
|
|
12279
|
-
"kind": "javascript-module",
|
|
12280
|
-
"path": "src/interfaces/index.ts",
|
|
12281
|
-
"declarations": [],
|
|
12282
|
-
"exports": [
|
|
12283
|
-
{
|
|
12284
|
-
"kind": "js",
|
|
12285
|
-
"name": "*",
|
|
12286
|
-
"declaration": {
|
|
12287
|
-
"name": "*",
|
|
12288
|
-
"package": "./ox-search-field"
|
|
12289
|
-
}
|
|
12290
|
-
},
|
|
12291
|
-
{
|
|
12292
|
-
"kind": "js",
|
|
12293
|
-
"name": "*",
|
|
12294
|
-
"declaration": {
|
|
12295
|
-
"name": "*",
|
|
12296
|
-
"package": "./ox-grist-search-form"
|
|
12297
|
-
}
|
|
12298
|
-
}
|
|
12299
|
-
]
|
|
12300
|
-
},
|
|
12301
|
-
{
|
|
12302
|
-
"kind": "javascript-module",
|
|
12303
|
-
"path": "src/interfaces/ox-grist-search-form.ts",
|
|
12304
|
-
"declarations": [],
|
|
12305
|
-
"exports": []
|
|
12306
|
-
},
|
|
12307
|
-
{
|
|
12308
|
-
"kind": "javascript-module",
|
|
12309
|
-
"path": "src/interfaces/ox-search-field.ts",
|
|
12310
|
-
"declarations": [],
|
|
12311
|
-
"exports": []
|
|
12312
|
-
},
|
|
12313
|
-
{
|
|
12314
|
-
"kind": "javascript-module",
|
|
12315
|
-
"path": "src/search-form/index.ts",
|
|
12316
|
-
"declarations": [],
|
|
12317
|
-
"exports": [
|
|
12318
|
-
{
|
|
12319
|
-
"kind": "js",
|
|
12320
|
-
"name": "*",
|
|
12321
|
-
"declaration": {
|
|
12322
|
-
"name": "*",
|
|
12323
|
-
"package": "./ox-search-form"
|
|
12324
|
-
}
|
|
12325
|
-
},
|
|
12326
|
-
{
|
|
12327
|
-
"kind": "js",
|
|
12328
|
-
"name": "*",
|
|
12329
|
-
"declaration": {
|
|
12330
|
-
"name": "*",
|
|
12331
|
-
"package": "./ox-grist-search-form"
|
|
12332
|
-
}
|
|
12333
|
-
},
|
|
12334
|
-
{
|
|
12335
|
-
"kind": "js",
|
|
12336
|
-
"name": "*",
|
|
12337
|
-
"declaration": {
|
|
12338
|
-
"name": "*",
|
|
12339
|
-
"package": "./ox-basic-field"
|
|
12340
|
-
}
|
|
12341
|
-
},
|
|
12342
|
-
{
|
|
12343
|
-
"kind": "js",
|
|
12344
|
-
"name": "*",
|
|
12345
|
-
"declaration": {
|
|
12346
|
-
"name": "*",
|
|
12347
|
-
"package": "./ox-checkbox-field"
|
|
12348
|
-
}
|
|
12349
|
-
},
|
|
12350
|
-
{
|
|
12351
|
-
"kind": "js",
|
|
12352
|
-
"name": "*",
|
|
12353
|
-
"declaration": {
|
|
12354
|
-
"name": "*",
|
|
12355
|
-
"package": "./ox-number-field"
|
|
12356
|
-
}
|
|
12357
|
-
},
|
|
12358
|
-
{
|
|
12359
|
-
"kind": "js",
|
|
12360
|
-
"name": "*",
|
|
12244
|
+
"name": "OXGristSearchForm",
|
|
12361
12245
|
"declaration": {
|
|
12362
|
-
"name": "
|
|
12363
|
-
"
|
|
12246
|
+
"name": "OXGristSearchForm",
|
|
12247
|
+
"module": "src/search-form/ox-grist-search-form.ts"
|
|
12364
12248
|
}
|
|
12365
12249
|
},
|
|
12366
12250
|
{
|
|
12367
|
-
"kind": "
|
|
12368
|
-
"name": "
|
|
12251
|
+
"kind": "custom-element-definition",
|
|
12252
|
+
"name": "ox-grist-search-form",
|
|
12369
12253
|
"declaration": {
|
|
12370
|
-
"name": "
|
|
12371
|
-
"
|
|
12254
|
+
"name": "OXGristSearchForm",
|
|
12255
|
+
"module": "src/search-form/ox-grist-search-form.ts"
|
|
12372
12256
|
}
|
|
12373
12257
|
}
|
|
12374
12258
|
]
|
|
12375
12259
|
},
|
|
12376
12260
|
{
|
|
12377
12261
|
"kind": "javascript-module",
|
|
12378
|
-
"path": "src/search-form/ox-
|
|
12262
|
+
"path": "src/search-form/ox-number-field.ts",
|
|
12379
12263
|
"declarations": [
|
|
12380
12264
|
{
|
|
12381
12265
|
"kind": "class",
|
|
12382
12266
|
"description": "",
|
|
12383
|
-
"name": "
|
|
12267
|
+
"name": "OXNumberField",
|
|
12384
12268
|
"members": [
|
|
12385
12269
|
{
|
|
12386
12270
|
"kind": "field",
|
|
12387
12271
|
"name": "field",
|
|
12388
12272
|
"type": {
|
|
12389
12273
|
"text": "OXBasicFieldProps"
|
|
12390
|
-
}
|
|
12391
|
-
},
|
|
12392
|
-
{
|
|
12393
|
-
"kind": "field",
|
|
12394
|
-
"name": "form",
|
|
12395
|
-
"type": {
|
|
12396
|
-
"text": "HTMLFormElement | null"
|
|
12397
12274
|
},
|
|
12398
|
-
"
|
|
12399
|
-
"
|
|
12275
|
+
"attribute": "field",
|
|
12276
|
+
"inheritedFrom": {
|
|
12277
|
+
"name": "OXBasicField",
|
|
12278
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
12279
|
+
}
|
|
12400
12280
|
},
|
|
12401
12281
|
{
|
|
12402
12282
|
"kind": "field",
|
|
12403
12283
|
"name": "value",
|
|
12404
12284
|
"type": {
|
|
12405
12285
|
"text": "any | undefined"
|
|
12286
|
+
},
|
|
12287
|
+
"attribute": "value",
|
|
12288
|
+
"inheritedFrom": {
|
|
12289
|
+
"name": "OXBasicField",
|
|
12290
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
12406
12291
|
}
|
|
12407
12292
|
},
|
|
12408
12293
|
{
|
|
@@ -12417,168 +12302,36 @@
|
|
|
12417
12302
|
{
|
|
12418
12303
|
"name": "defaultValue",
|
|
12419
12304
|
"type": {
|
|
12420
|
-
"text": "
|
|
12305
|
+
"text": "number"
|
|
12421
12306
|
}
|
|
12422
12307
|
}
|
|
12423
|
-
]
|
|
12424
|
-
|
|
12425
|
-
|
|
12426
|
-
|
|
12427
|
-
"name": "input",
|
|
12428
|
-
"type": {
|
|
12429
|
-
"text": "HTMLInputElement | HTMLSelectElement"
|
|
12308
|
+
],
|
|
12309
|
+
"inheritedFrom": {
|
|
12310
|
+
"name": "OXBasicField",
|
|
12311
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
12430
12312
|
}
|
|
12431
12313
|
},
|
|
12432
12314
|
{
|
|
12433
12315
|
"kind": "method",
|
|
12434
|
-
"name": "
|
|
12435
|
-
"privacy": "private",
|
|
12316
|
+
"name": "decrease",
|
|
12436
12317
|
"return": {
|
|
12437
12318
|
"type": {
|
|
12438
|
-
"text": "
|
|
12319
|
+
"text": "void"
|
|
12439
12320
|
}
|
|
12440
12321
|
}
|
|
12441
12322
|
},
|
|
12442
12323
|
{
|
|
12443
12324
|
"kind": "method",
|
|
12444
|
-
"name": "
|
|
12445
|
-
"privacy": "private",
|
|
12325
|
+
"name": "increase",
|
|
12446
12326
|
"return": {
|
|
12447
12327
|
"type": {
|
|
12448
12328
|
"text": "void"
|
|
12449
12329
|
}
|
|
12450
|
-
},
|
|
12451
|
-
"parameters": [
|
|
12452
|
-
{
|
|
12453
|
-
"name": "handlers",
|
|
12454
|
-
"type": {
|
|
12455
|
-
"text": "Record<string, (event: Event) => void>"
|
|
12456
|
-
}
|
|
12457
|
-
}
|
|
12458
|
-
]
|
|
12459
|
-
},
|
|
12460
|
-
{
|
|
12461
|
-
"kind": "method",
|
|
12462
|
-
"name": "registerBasicEventHandlers",
|
|
12463
|
-
"privacy": "private",
|
|
12464
|
-
"return": {
|
|
12465
|
-
"type": {
|
|
12466
|
-
"text": "void"
|
|
12467
|
-
}
|
|
12468
|
-
}
|
|
12469
|
-
},
|
|
12470
|
-
{
|
|
12471
|
-
"kind": "method",
|
|
12472
|
-
"name": "appendFormData",
|
|
12473
|
-
"privacy": "private",
|
|
12474
|
-
"return": {
|
|
12475
|
-
"type": {
|
|
12476
|
-
"text": "void"
|
|
12477
|
-
}
|
|
12478
|
-
},
|
|
12479
|
-
"parameters": [
|
|
12480
|
-
{
|
|
12481
|
-
"name": "{ formData }",
|
|
12482
|
-
"type": {
|
|
12483
|
-
"text": "FormDataEvent"
|
|
12484
|
-
}
|
|
12485
|
-
}
|
|
12486
|
-
]
|
|
12487
|
-
},
|
|
12488
|
-
{
|
|
12489
|
-
"kind": "method",
|
|
12490
|
-
"name": "submit",
|
|
12491
|
-
"privacy": "private",
|
|
12492
|
-
"return": {
|
|
12493
|
-
"type": {
|
|
12494
|
-
"text": "void"
|
|
12495
|
-
}
|
|
12496
|
-
}
|
|
12497
|
-
}
|
|
12498
|
-
],
|
|
12499
|
-
"events": [
|
|
12500
|
-
{
|
|
12501
|
-
"name": "submit-field",
|
|
12502
|
-
"type": {
|
|
12503
|
-
"text": "CustomEvent"
|
|
12504
|
-
}
|
|
12505
|
-
}
|
|
12506
|
-
],
|
|
12507
|
-
"superclass": {
|
|
12508
|
-
"name": "LitElement",
|
|
12509
|
-
"package": "lit-element"
|
|
12510
|
-
},
|
|
12511
|
-
"customElement": true
|
|
12512
|
-
}
|
|
12513
|
-
],
|
|
12514
|
-
"exports": [
|
|
12515
|
-
{
|
|
12516
|
-
"kind": "js",
|
|
12517
|
-
"name": "OXBasicField",
|
|
12518
|
-
"declaration": {
|
|
12519
|
-
"name": "OXBasicField",
|
|
12520
|
-
"module": "src/search-form/ox-basic-field.ts"
|
|
12521
|
-
}
|
|
12522
|
-
}
|
|
12523
|
-
]
|
|
12524
|
-
},
|
|
12525
|
-
{
|
|
12526
|
-
"kind": "javascript-module",
|
|
12527
|
-
"path": "src/search-form/ox-checkbox-field.ts",
|
|
12528
|
-
"declarations": [
|
|
12529
|
-
{
|
|
12530
|
-
"kind": "class",
|
|
12531
|
-
"description": "",
|
|
12532
|
-
"name": "OXCheckboxField",
|
|
12533
|
-
"members": [
|
|
12534
|
-
{
|
|
12535
|
-
"kind": "field",
|
|
12536
|
-
"name": "field",
|
|
12537
|
-
"type": {
|
|
12538
|
-
"text": "OXBasicFieldProps"
|
|
12539
|
-
},
|
|
12540
|
-
"attribute": "field",
|
|
12541
|
-
"inheritedFrom": {
|
|
12542
|
-
"name": "OXBasicField",
|
|
12543
|
-
"module": "src/search-form/ox-basic-field.ts"
|
|
12544
|
-
}
|
|
12545
|
-
},
|
|
12546
|
-
{
|
|
12547
|
-
"kind": "field",
|
|
12548
|
-
"name": "value",
|
|
12549
|
-
"type": {
|
|
12550
|
-
"text": "any | undefined"
|
|
12551
|
-
},
|
|
12552
|
-
"attribute": "value",
|
|
12553
|
-
"inheritedFrom": {
|
|
12554
|
-
"name": "OXBasicField",
|
|
12555
|
-
"module": "src/search-form/ox-basic-field.ts"
|
|
12556
|
-
}
|
|
12557
|
-
},
|
|
12558
|
-
{
|
|
12559
|
-
"kind": "method",
|
|
12560
|
-
"name": "setDefaultValue",
|
|
12561
|
-
"return": {
|
|
12562
|
-
"type": {
|
|
12563
|
-
"text": "void"
|
|
12564
|
-
}
|
|
12565
|
-
},
|
|
12566
|
-
"parameters": [
|
|
12567
|
-
{
|
|
12568
|
-
"name": "defaultValue",
|
|
12569
|
-
"type": {
|
|
12570
|
-
"text": "boolean"
|
|
12571
|
-
}
|
|
12572
|
-
}
|
|
12573
|
-
],
|
|
12574
|
-
"inheritedFrom": {
|
|
12575
|
-
"name": "OXBasicField",
|
|
12576
|
-
"module": "src/search-form/ox-basic-field.ts"
|
|
12577
12330
|
}
|
|
12578
12331
|
},
|
|
12579
12332
|
{
|
|
12580
12333
|
"kind": "method",
|
|
12581
|
-
"name": "
|
|
12334
|
+
"name": "onChangeHandler",
|
|
12582
12335
|
"privacy": "private",
|
|
12583
12336
|
"return": {
|
|
12584
12337
|
"type": {
|
|
@@ -12701,14 +12454,14 @@
|
|
|
12701
12454
|
{
|
|
12702
12455
|
"name": "field",
|
|
12703
12456
|
"type": {
|
|
12704
|
-
"text": "
|
|
12457
|
+
"text": "OXNumberFieldProps"
|
|
12705
12458
|
},
|
|
12706
12459
|
"fieldName": "field"
|
|
12707
12460
|
},
|
|
12708
12461
|
{
|
|
12709
12462
|
"name": "value",
|
|
12710
12463
|
"type": {
|
|
12711
|
-
"text": "
|
|
12464
|
+
"text": "number | undefined"
|
|
12712
12465
|
},
|
|
12713
12466
|
"fieldName": "value"
|
|
12714
12467
|
}
|
|
@@ -12717,7 +12470,7 @@
|
|
|
12717
12470
|
"name": "OXBasicField",
|
|
12718
12471
|
"module": "/src/search-form/ox-basic-field"
|
|
12719
12472
|
},
|
|
12720
|
-
"tagName": "ox-
|
|
12473
|
+
"tagName": "ox-number-field",
|
|
12721
12474
|
"customElement": true,
|
|
12722
12475
|
"events": [
|
|
12723
12476
|
{
|
|
@@ -12736,134 +12489,133 @@
|
|
|
12736
12489
|
"exports": [
|
|
12737
12490
|
{
|
|
12738
12491
|
"kind": "js",
|
|
12739
|
-
"name": "
|
|
12492
|
+
"name": "OXNumberField",
|
|
12740
12493
|
"declaration": {
|
|
12741
|
-
"name": "
|
|
12742
|
-
"module": "src/search-form/ox-
|
|
12494
|
+
"name": "OXNumberField",
|
|
12495
|
+
"module": "src/search-form/ox-number-field.ts"
|
|
12743
12496
|
}
|
|
12744
12497
|
},
|
|
12745
12498
|
{
|
|
12746
12499
|
"kind": "custom-element-definition",
|
|
12747
|
-
"name": "ox-
|
|
12500
|
+
"name": "ox-number-field",
|
|
12748
12501
|
"declaration": {
|
|
12749
|
-
"name": "
|
|
12750
|
-
"module": "src/search-form/ox-
|
|
12502
|
+
"name": "OXNumberField",
|
|
12503
|
+
"module": "src/search-form/ox-number-field.ts"
|
|
12751
12504
|
}
|
|
12752
12505
|
}
|
|
12753
12506
|
]
|
|
12754
12507
|
},
|
|
12755
12508
|
{
|
|
12756
12509
|
"kind": "javascript-module",
|
|
12757
|
-
"path": "src/search-form/ox-
|
|
12510
|
+
"path": "src/search-form/ox-search-form.ts",
|
|
12758
12511
|
"declarations": [
|
|
12759
12512
|
{
|
|
12760
12513
|
"kind": "class",
|
|
12761
12514
|
"description": "",
|
|
12762
|
-
"name": "
|
|
12515
|
+
"name": "OXSearchForm",
|
|
12763
12516
|
"members": [
|
|
12764
12517
|
{
|
|
12765
12518
|
"kind": "field",
|
|
12766
|
-
"name": "
|
|
12519
|
+
"name": "fields",
|
|
12767
12520
|
"type": {
|
|
12768
|
-
"text": "
|
|
12521
|
+
"text": "OXSearchFieldProps[]"
|
|
12769
12522
|
},
|
|
12770
|
-
"attribute": "
|
|
12523
|
+
"attribute": "fields"
|
|
12771
12524
|
},
|
|
12772
12525
|
{
|
|
12773
12526
|
"kind": "field",
|
|
12774
|
-
"name": "
|
|
12527
|
+
"name": "form",
|
|
12775
12528
|
"type": {
|
|
12776
|
-
"text": "
|
|
12777
|
-
}
|
|
12778
|
-
"default": "'eq'",
|
|
12779
|
-
"attribute": "defaultOperator"
|
|
12529
|
+
"text": "HTMLFormElement"
|
|
12530
|
+
}
|
|
12780
12531
|
},
|
|
12781
12532
|
{
|
|
12782
12533
|
"kind": "field",
|
|
12783
|
-
"name": "
|
|
12534
|
+
"name": "searchFields",
|
|
12784
12535
|
"type": {
|
|
12785
|
-
"text": "
|
|
12786
|
-
}
|
|
12787
|
-
"privacy": "private"
|
|
12536
|
+
"text": "OXSearchFieldTypes[]"
|
|
12537
|
+
}
|
|
12788
12538
|
},
|
|
12789
12539
|
{
|
|
12790
12540
|
"kind": "method",
|
|
12791
|
-
"name": "
|
|
12541
|
+
"name": "renderField",
|
|
12792
12542
|
"privacy": "private",
|
|
12793
12543
|
"return": {
|
|
12794
12544
|
"type": {
|
|
12795
|
-
"text": "
|
|
12545
|
+
"text": "TemplateResult"
|
|
12796
12546
|
}
|
|
12797
12547
|
},
|
|
12798
12548
|
"parameters": [
|
|
12799
12549
|
{
|
|
12800
|
-
"name": "
|
|
12550
|
+
"name": "field",
|
|
12801
12551
|
"type": {
|
|
12802
|
-
"text": "
|
|
12552
|
+
"text": "OXSearchFieldProps"
|
|
12803
12553
|
}
|
|
12804
12554
|
}
|
|
12805
12555
|
]
|
|
12806
12556
|
},
|
|
12807
12557
|
{
|
|
12808
|
-
"kind": "
|
|
12809
|
-
"name": "
|
|
12810
|
-
"
|
|
12811
|
-
"
|
|
12558
|
+
"kind": "method",
|
|
12559
|
+
"name": "_submitFieldHandler",
|
|
12560
|
+
"return": {
|
|
12561
|
+
"type": {
|
|
12562
|
+
"text": "void"
|
|
12563
|
+
}
|
|
12812
12564
|
}
|
|
12813
12565
|
}
|
|
12814
12566
|
],
|
|
12815
|
-
"
|
|
12567
|
+
"events": [
|
|
12816
12568
|
{
|
|
12817
|
-
"name": "
|
|
12569
|
+
"name": "submit",
|
|
12818
12570
|
"type": {
|
|
12819
|
-
"text": "
|
|
12820
|
-
}
|
|
12821
|
-
|
|
12822
|
-
|
|
12571
|
+
"text": "CustomEvent"
|
|
12572
|
+
}
|
|
12573
|
+
}
|
|
12574
|
+
],
|
|
12575
|
+
"attributes": [
|
|
12823
12576
|
{
|
|
12824
|
-
"name": "
|
|
12577
|
+
"name": "fields",
|
|
12825
12578
|
"type": {
|
|
12826
|
-
"text": "
|
|
12579
|
+
"text": "OXSearchFieldProps[]"
|
|
12827
12580
|
},
|
|
12828
|
-
"
|
|
12829
|
-
"fieldName": "defaultOperator"
|
|
12581
|
+
"fieldName": "fields"
|
|
12830
12582
|
}
|
|
12831
12583
|
],
|
|
12832
12584
|
"superclass": {
|
|
12833
12585
|
"name": "LitElement",
|
|
12834
12586
|
"package": "lit"
|
|
12835
12587
|
},
|
|
12836
|
-
"tagName": "ox-
|
|
12588
|
+
"tagName": "ox-search-form",
|
|
12837
12589
|
"customElement": true
|
|
12838
12590
|
}
|
|
12839
12591
|
],
|
|
12840
12592
|
"exports": [
|
|
12841
12593
|
{
|
|
12842
12594
|
"kind": "js",
|
|
12843
|
-
"name": "
|
|
12595
|
+
"name": "OXSearchForm",
|
|
12844
12596
|
"declaration": {
|
|
12845
|
-
"name": "
|
|
12846
|
-
"module": "src/search-form/ox-
|
|
12597
|
+
"name": "OXSearchForm",
|
|
12598
|
+
"module": "src/search-form/ox-search-form.ts"
|
|
12847
12599
|
}
|
|
12848
12600
|
},
|
|
12849
12601
|
{
|
|
12850
12602
|
"kind": "custom-element-definition",
|
|
12851
|
-
"name": "ox-
|
|
12603
|
+
"name": "ox-search-form",
|
|
12852
12604
|
"declaration": {
|
|
12853
|
-
"name": "
|
|
12854
|
-
"module": "src/search-form/ox-
|
|
12605
|
+
"name": "OXSearchForm",
|
|
12606
|
+
"module": "src/search-form/ox-search-form.ts"
|
|
12855
12607
|
}
|
|
12856
12608
|
}
|
|
12857
12609
|
]
|
|
12858
12610
|
},
|
|
12859
12611
|
{
|
|
12860
12612
|
"kind": "javascript-module",
|
|
12861
|
-
"path": "src/search-form/ox-
|
|
12613
|
+
"path": "src/search-form/ox-select-field.ts",
|
|
12862
12614
|
"declarations": [
|
|
12863
12615
|
{
|
|
12864
12616
|
"kind": "class",
|
|
12865
12617
|
"description": "",
|
|
12866
|
-
"name": "
|
|
12618
|
+
"name": "OXSelectField",
|
|
12867
12619
|
"members": [
|
|
12868
12620
|
{
|
|
12869
12621
|
"kind": "field",
|
|
@@ -12877,12 +12629,31 @@
|
|
|
12877
12629
|
"module": "src/search-form/ox-basic-field.ts"
|
|
12878
12630
|
}
|
|
12879
12631
|
},
|
|
12632
|
+
{
|
|
12633
|
+
"kind": "field",
|
|
12634
|
+
"name": "checked",
|
|
12635
|
+
"type": {
|
|
12636
|
+
"text": "boolean"
|
|
12637
|
+
},
|
|
12638
|
+
"default": "false",
|
|
12639
|
+
"attribute": "checked"
|
|
12640
|
+
},
|
|
12641
|
+
{
|
|
12642
|
+
"kind": "field",
|
|
12643
|
+
"name": "searchCondition",
|
|
12644
|
+
"type": {
|
|
12645
|
+
"text": "string"
|
|
12646
|
+
},
|
|
12647
|
+
"default": "''",
|
|
12648
|
+
"attribute": "searchCondition"
|
|
12649
|
+
},
|
|
12880
12650
|
{
|
|
12881
12651
|
"kind": "field",
|
|
12882
12652
|
"name": "value",
|
|
12883
12653
|
"type": {
|
|
12884
12654
|
"text": "any | undefined"
|
|
12885
12655
|
},
|
|
12656
|
+
"default": "''",
|
|
12886
12657
|
"attribute": "value",
|
|
12887
12658
|
"inheritedFrom": {
|
|
12888
12659
|
"name": "OXBasicField",
|
|
@@ -12890,18 +12661,50 @@
|
|
|
12890
12661
|
}
|
|
12891
12662
|
},
|
|
12892
12663
|
{
|
|
12893
|
-
"kind": "
|
|
12894
|
-
"name": "
|
|
12895
|
-
"
|
|
12896
|
-
"
|
|
12897
|
-
"text": "void"
|
|
12898
|
-
}
|
|
12664
|
+
"kind": "field",
|
|
12665
|
+
"name": "input",
|
|
12666
|
+
"type": {
|
|
12667
|
+
"text": "HTMLInputElement | HTMLSelectElement"
|
|
12899
12668
|
},
|
|
12900
|
-
"
|
|
12669
|
+
"inheritedFrom": {
|
|
12670
|
+
"name": "OXBasicField",
|
|
12671
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
12672
|
+
}
|
|
12673
|
+
},
|
|
12674
|
+
{
|
|
12675
|
+
"kind": "field",
|
|
12676
|
+
"name": "checkedOption",
|
|
12677
|
+
"type": {
|
|
12678
|
+
"text": "OXFieldOptionProps"
|
|
12679
|
+
}
|
|
12680
|
+
},
|
|
12681
|
+
{
|
|
12682
|
+
"kind": "field",
|
|
12683
|
+
"name": "displayValue",
|
|
12684
|
+
"type": {
|
|
12685
|
+
"text": "string"
|
|
12686
|
+
}
|
|
12687
|
+
},
|
|
12688
|
+
{
|
|
12689
|
+
"kind": "field",
|
|
12690
|
+
"name": "searchInput",
|
|
12691
|
+
"type": {
|
|
12692
|
+
"text": "HTMLInputElement"
|
|
12693
|
+
}
|
|
12694
|
+
},
|
|
12695
|
+
{
|
|
12696
|
+
"kind": "method",
|
|
12697
|
+
"name": "setDefaultValue",
|
|
12698
|
+
"return": {
|
|
12699
|
+
"type": {
|
|
12700
|
+
"text": "void"
|
|
12701
|
+
}
|
|
12702
|
+
},
|
|
12703
|
+
"parameters": [
|
|
12901
12704
|
{
|
|
12902
12705
|
"name": "defaultValue",
|
|
12903
12706
|
"type": {
|
|
12904
|
-
"text": "
|
|
12707
|
+
"text": "any"
|
|
12905
12708
|
}
|
|
12906
12709
|
}
|
|
12907
12710
|
],
|
|
@@ -12912,16 +12715,24 @@
|
|
|
12912
12715
|
},
|
|
12913
12716
|
{
|
|
12914
12717
|
"kind": "method",
|
|
12915
|
-
"name": "
|
|
12718
|
+
"name": "openPopup",
|
|
12916
12719
|
"return": {
|
|
12917
12720
|
"type": {
|
|
12918
12721
|
"text": "void"
|
|
12919
12722
|
}
|
|
12920
|
-
}
|
|
12723
|
+
},
|
|
12724
|
+
"parameters": [
|
|
12725
|
+
{
|
|
12726
|
+
"name": "event",
|
|
12727
|
+
"type": {
|
|
12728
|
+
"text": "MouseEvent"
|
|
12729
|
+
}
|
|
12730
|
+
}
|
|
12731
|
+
]
|
|
12921
12732
|
},
|
|
12922
12733
|
{
|
|
12923
12734
|
"kind": "method",
|
|
12924
|
-
"name": "
|
|
12735
|
+
"name": "onSearchInputHandler",
|
|
12925
12736
|
"return": {
|
|
12926
12737
|
"type": {
|
|
12927
12738
|
"text": "void"
|
|
@@ -12930,13 +12741,20 @@
|
|
|
12930
12741
|
},
|
|
12931
12742
|
{
|
|
12932
12743
|
"kind": "method",
|
|
12933
|
-
"name": "
|
|
12934
|
-
"privacy": "private",
|
|
12744
|
+
"name": "onValueChange",
|
|
12935
12745
|
"return": {
|
|
12936
12746
|
"type": {
|
|
12937
12747
|
"text": "void"
|
|
12938
12748
|
}
|
|
12939
|
-
}
|
|
12749
|
+
},
|
|
12750
|
+
"parameters": [
|
|
12751
|
+
{
|
|
12752
|
+
"name": "event",
|
|
12753
|
+
"type": {
|
|
12754
|
+
"text": "Event"
|
|
12755
|
+
}
|
|
12756
|
+
}
|
|
12757
|
+
]
|
|
12940
12758
|
},
|
|
12941
12759
|
{
|
|
12942
12760
|
"kind": "field",
|
|
@@ -12951,17 +12769,6 @@
|
|
|
12951
12769
|
"module": "src/search-form/ox-basic-field.ts"
|
|
12952
12770
|
}
|
|
12953
12771
|
},
|
|
12954
|
-
{
|
|
12955
|
-
"kind": "field",
|
|
12956
|
-
"name": "input",
|
|
12957
|
-
"type": {
|
|
12958
|
-
"text": "HTMLInputElement | HTMLSelectElement"
|
|
12959
|
-
},
|
|
12960
|
-
"inheritedFrom": {
|
|
12961
|
-
"name": "OXBasicField",
|
|
12962
|
-
"module": "src/search-form/ox-basic-field.ts"
|
|
12963
|
-
}
|
|
12964
|
-
},
|
|
12965
12772
|
{
|
|
12966
12773
|
"kind": "method",
|
|
12967
12774
|
"name": "findFormElement",
|
|
@@ -13053,15 +12860,32 @@
|
|
|
13053
12860
|
{
|
|
13054
12861
|
"name": "field",
|
|
13055
12862
|
"type": {
|
|
13056
|
-
"text": "
|
|
12863
|
+
"text": "OXSelectFieldProps"
|
|
13057
12864
|
},
|
|
13058
12865
|
"fieldName": "field"
|
|
13059
12866
|
},
|
|
12867
|
+
{
|
|
12868
|
+
"name": "checked",
|
|
12869
|
+
"type": {
|
|
12870
|
+
"text": "boolean"
|
|
12871
|
+
},
|
|
12872
|
+
"default": "false",
|
|
12873
|
+
"fieldName": "checked"
|
|
12874
|
+
},
|
|
12875
|
+
{
|
|
12876
|
+
"name": "searchCondition",
|
|
12877
|
+
"type": {
|
|
12878
|
+
"text": "string"
|
|
12879
|
+
},
|
|
12880
|
+
"default": "''",
|
|
12881
|
+
"fieldName": "searchCondition"
|
|
12882
|
+
},
|
|
13060
12883
|
{
|
|
13061
12884
|
"name": "value",
|
|
13062
12885
|
"type": {
|
|
13063
|
-
"text": "
|
|
12886
|
+
"text": "string"
|
|
13064
12887
|
},
|
|
12888
|
+
"default": "''",
|
|
13065
12889
|
"fieldName": "value"
|
|
13066
12890
|
}
|
|
13067
12891
|
],
|
|
@@ -13069,7 +12893,7 @@
|
|
|
13069
12893
|
"name": "OXBasicField",
|
|
13070
12894
|
"module": "/src/search-form/ox-basic-field"
|
|
13071
12895
|
},
|
|
13072
|
-
"tagName": "ox-
|
|
12896
|
+
"tagName": "ox-select-field",
|
|
13073
12897
|
"customElement": true,
|
|
13074
12898
|
"events": [
|
|
13075
12899
|
{
|
|
@@ -13088,141 +12912,95 @@
|
|
|
13088
12912
|
"exports": [
|
|
13089
12913
|
{
|
|
13090
12914
|
"kind": "js",
|
|
13091
|
-
"name": "
|
|
12915
|
+
"name": "OXSelectField",
|
|
13092
12916
|
"declaration": {
|
|
13093
|
-
"name": "
|
|
13094
|
-
"module": "src/search-form/ox-
|
|
12917
|
+
"name": "OXSelectField",
|
|
12918
|
+
"module": "src/search-form/ox-select-field.ts"
|
|
13095
12919
|
}
|
|
13096
12920
|
},
|
|
13097
12921
|
{
|
|
13098
12922
|
"kind": "custom-element-definition",
|
|
13099
|
-
"name": "ox-
|
|
12923
|
+
"name": "ox-select-field",
|
|
13100
12924
|
"declaration": {
|
|
13101
|
-
"name": "
|
|
13102
|
-
"module": "src/search-form/ox-
|
|
12925
|
+
"name": "OXSelectField",
|
|
12926
|
+
"module": "src/search-form/ox-select-field.ts"
|
|
13103
12927
|
}
|
|
13104
12928
|
}
|
|
13105
12929
|
]
|
|
13106
12930
|
},
|
|
13107
12931
|
{
|
|
13108
12932
|
"kind": "javascript-module",
|
|
13109
|
-
"path": "src/search-form/ox-
|
|
12933
|
+
"path": "src/search-form/ox-text-field.ts",
|
|
13110
12934
|
"declarations": [
|
|
13111
12935
|
{
|
|
13112
12936
|
"kind": "class",
|
|
13113
12937
|
"description": "",
|
|
13114
|
-
"name": "
|
|
12938
|
+
"name": "OXTextField",
|
|
13115
12939
|
"members": [
|
|
13116
12940
|
{
|
|
13117
12941
|
"kind": "field",
|
|
13118
|
-
"name": "
|
|
12942
|
+
"name": "field",
|
|
13119
12943
|
"type": {
|
|
13120
|
-
"text": "
|
|
12944
|
+
"text": "OXBasicFieldProps"
|
|
13121
12945
|
},
|
|
13122
|
-
"attribute": "
|
|
13123
|
-
|
|
13124
|
-
|
|
13125
|
-
|
|
13126
|
-
"name": "form",
|
|
13127
|
-
"type": {
|
|
13128
|
-
"text": "HTMLFormElement"
|
|
12946
|
+
"attribute": "field",
|
|
12947
|
+
"inheritedFrom": {
|
|
12948
|
+
"name": "OXBasicField",
|
|
12949
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
13129
12950
|
}
|
|
13130
12951
|
},
|
|
13131
12952
|
{
|
|
13132
12953
|
"kind": "field",
|
|
13133
|
-
"name": "
|
|
12954
|
+
"name": "value",
|
|
13134
12955
|
"type": {
|
|
13135
|
-
"text": "
|
|
12956
|
+
"text": "any | undefined"
|
|
12957
|
+
},
|
|
12958
|
+
"default": "''",
|
|
12959
|
+
"attribute": "value",
|
|
12960
|
+
"inheritedFrom": {
|
|
12961
|
+
"name": "OXBasicField",
|
|
12962
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
13136
12963
|
}
|
|
13137
12964
|
},
|
|
13138
12965
|
{
|
|
13139
12966
|
"kind": "method",
|
|
13140
|
-
"name": "
|
|
13141
|
-
"privacy": "private",
|
|
12967
|
+
"name": "setDefaultValue",
|
|
13142
12968
|
"return": {
|
|
13143
12969
|
"type": {
|
|
13144
|
-
"text": "
|
|
12970
|
+
"text": "void"
|
|
13145
12971
|
}
|
|
13146
12972
|
},
|
|
13147
12973
|
"parameters": [
|
|
13148
12974
|
{
|
|
13149
|
-
"name": "
|
|
12975
|
+
"name": "defaultValue",
|
|
13150
12976
|
"type": {
|
|
13151
|
-
"text": "
|
|
12977
|
+
"text": "string"
|
|
13152
12978
|
}
|
|
13153
12979
|
}
|
|
13154
|
-
]
|
|
12980
|
+
],
|
|
12981
|
+
"inheritedFrom": {
|
|
12982
|
+
"name": "OXBasicField",
|
|
12983
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
12984
|
+
}
|
|
13155
12985
|
},
|
|
13156
12986
|
{
|
|
13157
12987
|
"kind": "method",
|
|
13158
|
-
"name": "
|
|
12988
|
+
"name": "onChangeHandler",
|
|
12989
|
+
"privacy": "private",
|
|
13159
12990
|
"return": {
|
|
13160
12991
|
"type": {
|
|
13161
12992
|
"text": "void"
|
|
13162
12993
|
}
|
|
13163
12994
|
}
|
|
13164
|
-
}
|
|
13165
|
-
],
|
|
13166
|
-
"events": [
|
|
13167
|
-
{
|
|
13168
|
-
"name": "submit",
|
|
13169
|
-
"type": {
|
|
13170
|
-
"text": "CustomEvent"
|
|
13171
|
-
}
|
|
13172
|
-
}
|
|
13173
|
-
],
|
|
13174
|
-
"attributes": [
|
|
13175
|
-
{
|
|
13176
|
-
"name": "fields",
|
|
13177
|
-
"type": {
|
|
13178
|
-
"text": "OXSearchFieldProps[]"
|
|
13179
|
-
},
|
|
13180
|
-
"fieldName": "fields"
|
|
13181
|
-
}
|
|
13182
|
-
],
|
|
13183
|
-
"superclass": {
|
|
13184
|
-
"name": "LitElement",
|
|
13185
|
-
"package": "lit"
|
|
13186
|
-
},
|
|
13187
|
-
"tagName": "ox-search-form",
|
|
13188
|
-
"customElement": true
|
|
13189
|
-
}
|
|
13190
|
-
],
|
|
13191
|
-
"exports": [
|
|
13192
|
-
{
|
|
13193
|
-
"kind": "js",
|
|
13194
|
-
"name": "OXSearchForm",
|
|
13195
|
-
"declaration": {
|
|
13196
|
-
"name": "OXSearchForm",
|
|
13197
|
-
"module": "src/search-form/ox-search-form.ts"
|
|
13198
|
-
}
|
|
13199
|
-
},
|
|
13200
|
-
{
|
|
13201
|
-
"kind": "custom-element-definition",
|
|
13202
|
-
"name": "ox-search-form",
|
|
13203
|
-
"declaration": {
|
|
13204
|
-
"name": "OXSearchForm",
|
|
13205
|
-
"module": "src/search-form/ox-search-form.ts"
|
|
13206
|
-
}
|
|
13207
|
-
}
|
|
13208
|
-
]
|
|
13209
|
-
},
|
|
13210
|
-
{
|
|
13211
|
-
"kind": "javascript-module",
|
|
13212
|
-
"path": "src/search-form/ox-select-field.ts",
|
|
13213
|
-
"declarations": [
|
|
13214
|
-
{
|
|
13215
|
-
"kind": "class",
|
|
13216
|
-
"description": "",
|
|
13217
|
-
"name": "OXSelectField",
|
|
13218
|
-
"members": [
|
|
12995
|
+
},
|
|
13219
12996
|
{
|
|
13220
12997
|
"kind": "field",
|
|
13221
|
-
"name": "
|
|
12998
|
+
"name": "form",
|
|
13222
12999
|
"type": {
|
|
13223
|
-
"text": "
|
|
13000
|
+
"text": "HTMLFormElement | null"
|
|
13224
13001
|
},
|
|
13225
|
-
"
|
|
13002
|
+
"privacy": "private",
|
|
13003
|
+
"default": "null",
|
|
13226
13004
|
"inheritedFrom": {
|
|
13227
13005
|
"name": "OXBasicField",
|
|
13228
13006
|
"module": "src/search-form/ox-basic-field.ts"
|
|
@@ -13230,152 +13008,23 @@
|
|
|
13230
13008
|
},
|
|
13231
13009
|
{
|
|
13232
13010
|
"kind": "field",
|
|
13233
|
-
"name": "
|
|
13234
|
-
"type": {
|
|
13235
|
-
"text": "boolean"
|
|
13236
|
-
},
|
|
13237
|
-
"default": "false",
|
|
13238
|
-
"attribute": "checked"
|
|
13239
|
-
},
|
|
13240
|
-
{
|
|
13241
|
-
"kind": "field",
|
|
13242
|
-
"name": "searchCondition",
|
|
13243
|
-
"type": {
|
|
13244
|
-
"text": "string"
|
|
13245
|
-
},
|
|
13246
|
-
"default": "''",
|
|
13247
|
-
"attribute": "searchCondition"
|
|
13248
|
-
},
|
|
13249
|
-
{
|
|
13250
|
-
"kind": "field",
|
|
13251
|
-
"name": "value",
|
|
13011
|
+
"name": "input",
|
|
13252
13012
|
"type": {
|
|
13253
|
-
"text": "
|
|
13013
|
+
"text": "HTMLInputElement | HTMLSelectElement"
|
|
13254
13014
|
},
|
|
13255
|
-
"default": "''",
|
|
13256
|
-
"attribute": "value",
|
|
13257
13015
|
"inheritedFrom": {
|
|
13258
13016
|
"name": "OXBasicField",
|
|
13259
13017
|
"module": "src/search-form/ox-basic-field.ts"
|
|
13260
13018
|
}
|
|
13261
13019
|
},
|
|
13262
13020
|
{
|
|
13263
|
-
"kind": "
|
|
13264
|
-
"name": "
|
|
13265
|
-
"
|
|
13266
|
-
|
|
13267
|
-
|
|
13268
|
-
|
|
13269
|
-
|
|
13270
|
-
"module": "src/search-form/ox-basic-field.ts"
|
|
13271
|
-
}
|
|
13272
|
-
},
|
|
13273
|
-
{
|
|
13274
|
-
"kind": "field",
|
|
13275
|
-
"name": "checkedOption",
|
|
13276
|
-
"type": {
|
|
13277
|
-
"text": "OXFieldOptionProps"
|
|
13278
|
-
}
|
|
13279
|
-
},
|
|
13280
|
-
{
|
|
13281
|
-
"kind": "field",
|
|
13282
|
-
"name": "displayValue",
|
|
13283
|
-
"type": {
|
|
13284
|
-
"text": "string"
|
|
13285
|
-
}
|
|
13286
|
-
},
|
|
13287
|
-
{
|
|
13288
|
-
"kind": "field",
|
|
13289
|
-
"name": "searchInput",
|
|
13290
|
-
"type": {
|
|
13291
|
-
"text": "HTMLInputElement"
|
|
13292
|
-
}
|
|
13293
|
-
},
|
|
13294
|
-
{
|
|
13295
|
-
"kind": "method",
|
|
13296
|
-
"name": "setDefaultValue",
|
|
13297
|
-
"return": {
|
|
13298
|
-
"type": {
|
|
13299
|
-
"text": "void"
|
|
13300
|
-
}
|
|
13301
|
-
},
|
|
13302
|
-
"parameters": [
|
|
13303
|
-
{
|
|
13304
|
-
"name": "defaultValue",
|
|
13305
|
-
"type": {
|
|
13306
|
-
"text": "any"
|
|
13307
|
-
}
|
|
13308
|
-
}
|
|
13309
|
-
],
|
|
13310
|
-
"inheritedFrom": {
|
|
13311
|
-
"name": "OXBasicField",
|
|
13312
|
-
"module": "src/search-form/ox-basic-field.ts"
|
|
13313
|
-
}
|
|
13314
|
-
},
|
|
13315
|
-
{
|
|
13316
|
-
"kind": "method",
|
|
13317
|
-
"name": "openPopup",
|
|
13318
|
-
"return": {
|
|
13319
|
-
"type": {
|
|
13320
|
-
"text": "void"
|
|
13321
|
-
}
|
|
13322
|
-
},
|
|
13323
|
-
"parameters": [
|
|
13324
|
-
{
|
|
13325
|
-
"name": "event",
|
|
13326
|
-
"type": {
|
|
13327
|
-
"text": "MouseEvent"
|
|
13328
|
-
}
|
|
13329
|
-
}
|
|
13330
|
-
]
|
|
13331
|
-
},
|
|
13332
|
-
{
|
|
13333
|
-
"kind": "method",
|
|
13334
|
-
"name": "onSearchInputHandler",
|
|
13335
|
-
"return": {
|
|
13336
|
-
"type": {
|
|
13337
|
-
"text": "void"
|
|
13338
|
-
}
|
|
13339
|
-
}
|
|
13340
|
-
},
|
|
13341
|
-
{
|
|
13342
|
-
"kind": "method",
|
|
13343
|
-
"name": "onValueChange",
|
|
13344
|
-
"return": {
|
|
13345
|
-
"type": {
|
|
13346
|
-
"text": "void"
|
|
13347
|
-
}
|
|
13348
|
-
},
|
|
13349
|
-
"parameters": [
|
|
13350
|
-
{
|
|
13351
|
-
"name": "event",
|
|
13352
|
-
"type": {
|
|
13353
|
-
"text": "Event"
|
|
13354
|
-
}
|
|
13355
|
-
}
|
|
13356
|
-
]
|
|
13357
|
-
},
|
|
13358
|
-
{
|
|
13359
|
-
"kind": "field",
|
|
13360
|
-
"name": "form",
|
|
13361
|
-
"type": {
|
|
13362
|
-
"text": "HTMLFormElement | null"
|
|
13363
|
-
},
|
|
13364
|
-
"privacy": "private",
|
|
13365
|
-
"default": "null",
|
|
13366
|
-
"inheritedFrom": {
|
|
13367
|
-
"name": "OXBasicField",
|
|
13368
|
-
"module": "src/search-form/ox-basic-field.ts"
|
|
13369
|
-
}
|
|
13370
|
-
},
|
|
13371
|
-
{
|
|
13372
|
-
"kind": "method",
|
|
13373
|
-
"name": "findFormElement",
|
|
13374
|
-
"privacy": "private",
|
|
13375
|
-
"return": {
|
|
13376
|
-
"type": {
|
|
13377
|
-
"text": "HTMLFormElement | null"
|
|
13378
|
-
}
|
|
13021
|
+
"kind": "method",
|
|
13022
|
+
"name": "findFormElement",
|
|
13023
|
+
"privacy": "private",
|
|
13024
|
+
"return": {
|
|
13025
|
+
"type": {
|
|
13026
|
+
"text": "HTMLFormElement | null"
|
|
13027
|
+
}
|
|
13379
13028
|
},
|
|
13380
13029
|
"inheritedFrom": {
|
|
13381
13030
|
"name": "OXBasicField",
|
|
@@ -13454,307 +13103,658 @@
|
|
|
13454
13103
|
"module": "src/search-form/ox-basic-field.ts"
|
|
13455
13104
|
}
|
|
13456
13105
|
}
|
|
13457
|
-
],
|
|
13458
|
-
"attributes": [
|
|
13106
|
+
],
|
|
13107
|
+
"attributes": [
|
|
13108
|
+
{
|
|
13109
|
+
"name": "field",
|
|
13110
|
+
"type": {
|
|
13111
|
+
"text": "OXTextFieldProps"
|
|
13112
|
+
},
|
|
13113
|
+
"fieldName": "field"
|
|
13114
|
+
},
|
|
13115
|
+
{
|
|
13116
|
+
"name": "value",
|
|
13117
|
+
"type": {
|
|
13118
|
+
"text": "string"
|
|
13119
|
+
},
|
|
13120
|
+
"default": "''",
|
|
13121
|
+
"fieldName": "value"
|
|
13122
|
+
}
|
|
13123
|
+
],
|
|
13124
|
+
"superclass": {
|
|
13125
|
+
"name": "OXBasicField",
|
|
13126
|
+
"module": "/src/search-form/ox-basic-field"
|
|
13127
|
+
},
|
|
13128
|
+
"tagName": "ox-text-field",
|
|
13129
|
+
"customElement": true,
|
|
13130
|
+
"events": [
|
|
13131
|
+
{
|
|
13132
|
+
"name": "submit-field",
|
|
13133
|
+
"type": {
|
|
13134
|
+
"text": "CustomEvent"
|
|
13135
|
+
},
|
|
13136
|
+
"inheritedFrom": {
|
|
13137
|
+
"name": "OXBasicField",
|
|
13138
|
+
"module": "src/search-form/ox-basic-field.ts"
|
|
13139
|
+
}
|
|
13140
|
+
}
|
|
13141
|
+
]
|
|
13142
|
+
}
|
|
13143
|
+
],
|
|
13144
|
+
"exports": [
|
|
13145
|
+
{
|
|
13146
|
+
"kind": "js",
|
|
13147
|
+
"name": "OXTextField",
|
|
13148
|
+
"declaration": {
|
|
13149
|
+
"name": "OXTextField",
|
|
13150
|
+
"module": "src/search-form/ox-text-field.ts"
|
|
13151
|
+
}
|
|
13152
|
+
},
|
|
13153
|
+
{
|
|
13154
|
+
"kind": "custom-element-definition",
|
|
13155
|
+
"name": "ox-text-field",
|
|
13156
|
+
"declaration": {
|
|
13157
|
+
"name": "OXTextField",
|
|
13158
|
+
"module": "src/search-form/ox-text-field.ts"
|
|
13159
|
+
}
|
|
13160
|
+
}
|
|
13161
|
+
]
|
|
13162
|
+
},
|
|
13163
|
+
{
|
|
13164
|
+
"kind": "javascript-module",
|
|
13165
|
+
"path": "src/utils/index.ts",
|
|
13166
|
+
"declarations": [],
|
|
13167
|
+
"exports": [
|
|
13168
|
+
{
|
|
13169
|
+
"kind": "js",
|
|
13170
|
+
"name": "*",
|
|
13171
|
+
"declaration": {
|
|
13172
|
+
"name": "*",
|
|
13173
|
+
"package": "./supports-passive"
|
|
13174
|
+
}
|
|
13175
|
+
}
|
|
13176
|
+
]
|
|
13177
|
+
},
|
|
13178
|
+
{
|
|
13179
|
+
"kind": "javascript-module",
|
|
13180
|
+
"path": "src/utils/supports-passive.ts",
|
|
13181
|
+
"declarations": [
|
|
13182
|
+
{
|
|
13183
|
+
"kind": "variable",
|
|
13184
|
+
"name": "supportsPassive",
|
|
13185
|
+
"type": {
|
|
13186
|
+
"text": "boolean"
|
|
13187
|
+
},
|
|
13188
|
+
"default": "false"
|
|
13189
|
+
}
|
|
13190
|
+
],
|
|
13191
|
+
"exports": [
|
|
13192
|
+
{
|
|
13193
|
+
"kind": "js",
|
|
13194
|
+
"name": "supportsPassive",
|
|
13195
|
+
"declaration": {
|
|
13196
|
+
"name": "supportsPassive",
|
|
13197
|
+
"module": "src/utils/supports-passive.ts"
|
|
13198
|
+
}
|
|
13199
|
+
}
|
|
13200
|
+
]
|
|
13201
|
+
},
|
|
13202
|
+
{
|
|
13203
|
+
"kind": "javascript-module",
|
|
13204
|
+
"path": "src/data-card/event-handlers/data-card-click-handler.ts",
|
|
13205
|
+
"declarations": [
|
|
13206
|
+
{
|
|
13207
|
+
"kind": "function",
|
|
13208
|
+
"name": "dataCardClickHandler",
|
|
13209
|
+
"return": {
|
|
13210
|
+
"type": {
|
|
13211
|
+
"text": "void"
|
|
13212
|
+
}
|
|
13213
|
+
},
|
|
13214
|
+
"parameters": [
|
|
13215
|
+
{
|
|
13216
|
+
"name": "e",
|
|
13217
|
+
"type": {
|
|
13218
|
+
"text": "MouseEvent"
|
|
13219
|
+
}
|
|
13220
|
+
}
|
|
13221
|
+
],
|
|
13222
|
+
"description": "ox-card 의 click handler\n\n- handler의 this 는 ox-card임."
|
|
13223
|
+
}
|
|
13224
|
+
],
|
|
13225
|
+
"exports": [
|
|
13226
|
+
{
|
|
13227
|
+
"kind": "js",
|
|
13228
|
+
"name": "dataCardClickHandler",
|
|
13229
|
+
"declaration": {
|
|
13230
|
+
"name": "dataCardClickHandler",
|
|
13231
|
+
"module": "src/data-card/event-handlers/data-card-click-handler.ts"
|
|
13232
|
+
}
|
|
13233
|
+
}
|
|
13234
|
+
]
|
|
13235
|
+
},
|
|
13236
|
+
{
|
|
13237
|
+
"kind": "javascript-module",
|
|
13238
|
+
"path": "src/data-card/event-handlers/data-card-dblclick-handler.ts",
|
|
13239
|
+
"declarations": [
|
|
13240
|
+
{
|
|
13241
|
+
"kind": "function",
|
|
13242
|
+
"name": "dataCardDblclickHandler",
|
|
13243
|
+
"return": {
|
|
13244
|
+
"type": {
|
|
13245
|
+
"text": "void"
|
|
13246
|
+
}
|
|
13247
|
+
},
|
|
13248
|
+
"parameters": [
|
|
13249
|
+
{
|
|
13250
|
+
"name": "e",
|
|
13251
|
+
"type": {
|
|
13252
|
+
"text": "MouseEvent"
|
|
13253
|
+
}
|
|
13254
|
+
}
|
|
13255
|
+
],
|
|
13256
|
+
"description": "ox-card 의 dblclick handler\n\n- handler의 this 는 ox-card임."
|
|
13257
|
+
}
|
|
13258
|
+
],
|
|
13259
|
+
"exports": [
|
|
13260
|
+
{
|
|
13261
|
+
"kind": "js",
|
|
13262
|
+
"name": "dataCardDblclickHandler",
|
|
13263
|
+
"declaration": {
|
|
13264
|
+
"name": "dataCardDblclickHandler",
|
|
13265
|
+
"module": "src/data-card/event-handlers/data-card-dblclick-handler.ts"
|
|
13266
|
+
}
|
|
13267
|
+
}
|
|
13268
|
+
]
|
|
13269
|
+
},
|
|
13270
|
+
{
|
|
13271
|
+
"kind": "javascript-module",
|
|
13272
|
+
"path": "src/data-card/event-handlers/record-card-click-handler.ts",
|
|
13273
|
+
"declarations": [
|
|
13274
|
+
{
|
|
13275
|
+
"kind": "function",
|
|
13276
|
+
"name": "recordCardClickHandler",
|
|
13277
|
+
"return": {
|
|
13278
|
+
"type": {
|
|
13279
|
+
"text": "void"
|
|
13280
|
+
}
|
|
13281
|
+
},
|
|
13282
|
+
"parameters": [
|
|
13283
|
+
{
|
|
13284
|
+
"name": "this",
|
|
13285
|
+
"type": {
|
|
13286
|
+
"text": "RecordCard"
|
|
13287
|
+
}
|
|
13288
|
+
},
|
|
13289
|
+
{
|
|
13290
|
+
"name": "e",
|
|
13291
|
+
"type": {
|
|
13292
|
+
"text": "MouseEvent"
|
|
13293
|
+
}
|
|
13294
|
+
}
|
|
13295
|
+
],
|
|
13296
|
+
"description": "ox-record-card 의 click handler\n\n- handler의 this 는 ox-record-card임."
|
|
13297
|
+
}
|
|
13298
|
+
],
|
|
13299
|
+
"exports": [
|
|
13300
|
+
{
|
|
13301
|
+
"kind": "js",
|
|
13302
|
+
"name": "recordCardClickHandler",
|
|
13303
|
+
"declaration": {
|
|
13304
|
+
"name": "recordCardClickHandler",
|
|
13305
|
+
"module": "src/data-card/event-handlers/record-card-click-handler.ts"
|
|
13306
|
+
}
|
|
13307
|
+
}
|
|
13308
|
+
]
|
|
13309
|
+
},
|
|
13310
|
+
{
|
|
13311
|
+
"kind": "javascript-module",
|
|
13312
|
+
"path": "src/data-card/event-handlers/record-card-dblclick-handler.ts",
|
|
13313
|
+
"declarations": [
|
|
13314
|
+
{
|
|
13315
|
+
"kind": "function",
|
|
13316
|
+
"name": "recordCardDblClickHandler",
|
|
13317
|
+
"return": {
|
|
13318
|
+
"type": {
|
|
13319
|
+
"text": "void"
|
|
13320
|
+
}
|
|
13321
|
+
},
|
|
13322
|
+
"parameters": [
|
|
13323
|
+
{
|
|
13324
|
+
"name": "this",
|
|
13325
|
+
"type": {
|
|
13326
|
+
"text": "RecordCard"
|
|
13327
|
+
}
|
|
13328
|
+
},
|
|
13329
|
+
{
|
|
13330
|
+
"name": "e",
|
|
13331
|
+
"type": {
|
|
13332
|
+
"text": "MouseEvent"
|
|
13333
|
+
}
|
|
13334
|
+
}
|
|
13335
|
+
],
|
|
13336
|
+
"description": "ox-record-card 의 dblclick handler\n\n- handler의 this 는 ox-record-card임."
|
|
13337
|
+
}
|
|
13338
|
+
],
|
|
13339
|
+
"exports": [
|
|
13340
|
+
{
|
|
13341
|
+
"kind": "js",
|
|
13342
|
+
"name": "recordCardDblClickHandler",
|
|
13343
|
+
"declaration": {
|
|
13344
|
+
"name": "recordCardDblClickHandler",
|
|
13345
|
+
"module": "src/data-card/event-handlers/record-card-dblclick-handler.ts"
|
|
13346
|
+
}
|
|
13347
|
+
}
|
|
13348
|
+
]
|
|
13349
|
+
},
|
|
13350
|
+
{
|
|
13351
|
+
"kind": "javascript-module",
|
|
13352
|
+
"path": "src/data-grid/event-handlers/data-grid-body-click-handler.ts",
|
|
13353
|
+
"declarations": [
|
|
13354
|
+
{
|
|
13355
|
+
"kind": "function",
|
|
13356
|
+
"name": "dataGridBodyClickHandler",
|
|
13357
|
+
"return": {
|
|
13358
|
+
"type": {
|
|
13359
|
+
"text": "void"
|
|
13360
|
+
}
|
|
13361
|
+
},
|
|
13362
|
+
"parameters": [
|
|
13363
|
+
{
|
|
13364
|
+
"name": "this",
|
|
13365
|
+
"type": {
|
|
13366
|
+
"text": "DataGridBody"
|
|
13367
|
+
}
|
|
13368
|
+
},
|
|
13369
|
+
{
|
|
13370
|
+
"name": "e",
|
|
13371
|
+
"type": {
|
|
13372
|
+
"text": "Event"
|
|
13373
|
+
}
|
|
13374
|
+
}
|
|
13375
|
+
]
|
|
13376
|
+
}
|
|
13377
|
+
],
|
|
13378
|
+
"exports": [
|
|
13379
|
+
{
|
|
13380
|
+
"kind": "js",
|
|
13381
|
+
"name": "dataGridBodyClickHandler",
|
|
13382
|
+
"declaration": {
|
|
13383
|
+
"name": "dataGridBodyClickHandler",
|
|
13384
|
+
"module": "src/data-grid/event-handlers/data-grid-body-click-handler.ts"
|
|
13385
|
+
}
|
|
13386
|
+
}
|
|
13387
|
+
]
|
|
13388
|
+
},
|
|
13389
|
+
{
|
|
13390
|
+
"kind": "javascript-module",
|
|
13391
|
+
"path": "src/data-grid/event-handlers/data-grid-body-dblclick-handler.ts",
|
|
13392
|
+
"declarations": [
|
|
13393
|
+
{
|
|
13394
|
+
"kind": "function",
|
|
13395
|
+
"name": "dataGridBodyDblclickHandler",
|
|
13396
|
+
"return": {
|
|
13397
|
+
"type": {
|
|
13398
|
+
"text": "Promise<void>"
|
|
13399
|
+
}
|
|
13400
|
+
},
|
|
13401
|
+
"parameters": [
|
|
13459
13402
|
{
|
|
13460
|
-
"name": "
|
|
13403
|
+
"name": "this",
|
|
13461
13404
|
"type": {
|
|
13462
|
-
"text": "
|
|
13463
|
-
}
|
|
13464
|
-
"fieldName": "field"
|
|
13405
|
+
"text": "DataGridBody"
|
|
13406
|
+
}
|
|
13465
13407
|
},
|
|
13466
13408
|
{
|
|
13467
|
-
"name": "
|
|
13409
|
+
"name": "e",
|
|
13468
13410
|
"type": {
|
|
13469
|
-
"text": "
|
|
13470
|
-
}
|
|
13471
|
-
|
|
13472
|
-
|
|
13473
|
-
|
|
13411
|
+
"text": "Event"
|
|
13412
|
+
}
|
|
13413
|
+
}
|
|
13414
|
+
],
|
|
13415
|
+
"description": "ox-grid-body 의 dblclick handler\n\n- handler의 this 는 ox-grid-body임."
|
|
13416
|
+
}
|
|
13417
|
+
],
|
|
13418
|
+
"exports": [
|
|
13419
|
+
{
|
|
13420
|
+
"kind": "js",
|
|
13421
|
+
"name": "dataGridBodyDblclickHandler",
|
|
13422
|
+
"declaration": {
|
|
13423
|
+
"name": "dataGridBodyDblclickHandler",
|
|
13424
|
+
"module": "src/data-grid/event-handlers/data-grid-body-dblclick-handler.ts"
|
|
13425
|
+
}
|
|
13426
|
+
}
|
|
13427
|
+
]
|
|
13428
|
+
},
|
|
13429
|
+
{
|
|
13430
|
+
"kind": "javascript-module",
|
|
13431
|
+
"path": "src/data-grid/event-handlers/data-grid-body-keydown-handler.ts",
|
|
13432
|
+
"declarations": [
|
|
13433
|
+
{
|
|
13434
|
+
"kind": "function",
|
|
13435
|
+
"name": "dataGridBodyKeydownHandler",
|
|
13436
|
+
"return": {
|
|
13437
|
+
"type": {
|
|
13438
|
+
"text": "Promise<void>"
|
|
13439
|
+
}
|
|
13440
|
+
},
|
|
13441
|
+
"parameters": [
|
|
13474
13442
|
{
|
|
13475
|
-
"name": "
|
|
13443
|
+
"name": "this",
|
|
13476
13444
|
"type": {
|
|
13477
|
-
"text": "
|
|
13478
|
-
}
|
|
13479
|
-
"default": "''",
|
|
13480
|
-
"fieldName": "searchCondition"
|
|
13445
|
+
"text": "DataGridBody"
|
|
13446
|
+
}
|
|
13481
13447
|
},
|
|
13482
13448
|
{
|
|
13483
|
-
"name": "
|
|
13449
|
+
"name": "e",
|
|
13484
13450
|
"type": {
|
|
13485
|
-
"text": "
|
|
13486
|
-
}
|
|
13487
|
-
"default": "''",
|
|
13488
|
-
"fieldName": "value"
|
|
13451
|
+
"text": "KeyboardEvent"
|
|
13452
|
+
}
|
|
13489
13453
|
}
|
|
13490
13454
|
],
|
|
13491
|
-
"
|
|
13492
|
-
|
|
13493
|
-
|
|
13455
|
+
"description": "ox-grid-body 의 keydown handler\n\n- handler의 this 는 ox-grid-body임."
|
|
13456
|
+
}
|
|
13457
|
+
],
|
|
13458
|
+
"exports": [
|
|
13459
|
+
{
|
|
13460
|
+
"kind": "js",
|
|
13461
|
+
"name": "dataGridBodyKeydownHandler",
|
|
13462
|
+
"declaration": {
|
|
13463
|
+
"name": "dataGridBodyKeydownHandler",
|
|
13464
|
+
"module": "src/data-grid/event-handlers/data-grid-body-keydown-handler.ts"
|
|
13465
|
+
}
|
|
13466
|
+
}
|
|
13467
|
+
]
|
|
13468
|
+
},
|
|
13469
|
+
{
|
|
13470
|
+
"kind": "javascript-module",
|
|
13471
|
+
"path": "src/data-list/event-handlers/data-list-click-handler.ts",
|
|
13472
|
+
"declarations": [
|
|
13473
|
+
{
|
|
13474
|
+
"kind": "function",
|
|
13475
|
+
"name": "dataListClickHandler",
|
|
13476
|
+
"return": {
|
|
13477
|
+
"type": {
|
|
13478
|
+
"text": "void"
|
|
13479
|
+
}
|
|
13494
13480
|
},
|
|
13495
|
-
"
|
|
13496
|
-
"customElement": true,
|
|
13497
|
-
"events": [
|
|
13481
|
+
"parameters": [
|
|
13498
13482
|
{
|
|
13499
|
-
"name": "
|
|
13483
|
+
"name": "e",
|
|
13500
13484
|
"type": {
|
|
13501
|
-
"text": "
|
|
13502
|
-
},
|
|
13503
|
-
"inheritedFrom": {
|
|
13504
|
-
"name": "OXBasicField",
|
|
13505
|
-
"module": "src/search-form/ox-basic-field.ts"
|
|
13485
|
+
"text": "MouseEvent"
|
|
13506
13486
|
}
|
|
13507
13487
|
}
|
|
13508
|
-
]
|
|
13488
|
+
],
|
|
13489
|
+
"description": "ox-list 의 click handler\n\n- handler의 this 는 ox-list임."
|
|
13509
13490
|
}
|
|
13510
13491
|
],
|
|
13511
13492
|
"exports": [
|
|
13512
13493
|
{
|
|
13513
13494
|
"kind": "js",
|
|
13514
|
-
"name": "
|
|
13515
|
-
"declaration": {
|
|
13516
|
-
"name": "OXSelectField",
|
|
13517
|
-
"module": "src/search-form/ox-select-field.ts"
|
|
13518
|
-
}
|
|
13519
|
-
},
|
|
13520
|
-
{
|
|
13521
|
-
"kind": "custom-element-definition",
|
|
13522
|
-
"name": "ox-select-field",
|
|
13495
|
+
"name": "dataListClickHandler",
|
|
13523
13496
|
"declaration": {
|
|
13524
|
-
"name": "
|
|
13525
|
-
"module": "src/
|
|
13497
|
+
"name": "dataListClickHandler",
|
|
13498
|
+
"module": "src/data-list/event-handlers/data-list-click-handler.ts"
|
|
13526
13499
|
}
|
|
13527
13500
|
}
|
|
13528
13501
|
]
|
|
13529
13502
|
},
|
|
13530
13503
|
{
|
|
13531
13504
|
"kind": "javascript-module",
|
|
13532
|
-
"path": "src/
|
|
13505
|
+
"path": "src/data-list/event-handlers/data-list-dblclick-handler.ts",
|
|
13533
13506
|
"declarations": [
|
|
13534
13507
|
{
|
|
13535
|
-
"kind": "
|
|
13536
|
-
"
|
|
13537
|
-
"
|
|
13538
|
-
|
|
13508
|
+
"kind": "function",
|
|
13509
|
+
"name": "dataListDblclickHandler",
|
|
13510
|
+
"return": {
|
|
13511
|
+
"type": {
|
|
13512
|
+
"text": "void"
|
|
13513
|
+
}
|
|
13514
|
+
},
|
|
13515
|
+
"parameters": [
|
|
13539
13516
|
{
|
|
13540
|
-
"
|
|
13541
|
-
"name": "field",
|
|
13517
|
+
"name": "e",
|
|
13542
13518
|
"type": {
|
|
13543
|
-
"text": "
|
|
13544
|
-
},
|
|
13545
|
-
"attribute": "field",
|
|
13546
|
-
"inheritedFrom": {
|
|
13547
|
-
"name": "OXBasicField",
|
|
13548
|
-
"module": "src/search-form/ox-basic-field.ts"
|
|
13519
|
+
"text": "MouseEvent"
|
|
13549
13520
|
}
|
|
13550
|
-
}
|
|
13521
|
+
}
|
|
13522
|
+
],
|
|
13523
|
+
"description": "ox-list 의 dblclick handler\n\n- handler의 this 는 ox-list임."
|
|
13524
|
+
}
|
|
13525
|
+
],
|
|
13526
|
+
"exports": [
|
|
13527
|
+
{
|
|
13528
|
+
"kind": "js",
|
|
13529
|
+
"name": "dataListDblclickHandler",
|
|
13530
|
+
"declaration": {
|
|
13531
|
+
"name": "dataListDblclickHandler",
|
|
13532
|
+
"module": "src/data-list/event-handlers/data-list-dblclick-handler.ts"
|
|
13533
|
+
}
|
|
13534
|
+
}
|
|
13535
|
+
]
|
|
13536
|
+
},
|
|
13537
|
+
{
|
|
13538
|
+
"kind": "javascript-module",
|
|
13539
|
+
"path": "src/data-list/event-handlers/record-partial-click-handler.ts",
|
|
13540
|
+
"declarations": [
|
|
13541
|
+
{
|
|
13542
|
+
"kind": "function",
|
|
13543
|
+
"name": "recordPartialClickHandler",
|
|
13544
|
+
"return": {
|
|
13545
|
+
"type": {
|
|
13546
|
+
"text": "void"
|
|
13547
|
+
}
|
|
13548
|
+
},
|
|
13549
|
+
"parameters": [
|
|
13551
13550
|
{
|
|
13552
|
-
"
|
|
13553
|
-
"name": "value",
|
|
13551
|
+
"name": "this",
|
|
13554
13552
|
"type": {
|
|
13555
|
-
"text": "
|
|
13556
|
-
},
|
|
13557
|
-
"default": "''",
|
|
13558
|
-
"attribute": "value",
|
|
13559
|
-
"inheritedFrom": {
|
|
13560
|
-
"name": "OXBasicField",
|
|
13561
|
-
"module": "src/search-form/ox-basic-field.ts"
|
|
13562
|
-
}
|
|
13563
|
-
},
|
|
13564
|
-
{
|
|
13565
|
-
"kind": "method",
|
|
13566
|
-
"name": "setDefaultValue",
|
|
13567
|
-
"return": {
|
|
13568
|
-
"type": {
|
|
13569
|
-
"text": "void"
|
|
13570
|
-
}
|
|
13571
|
-
},
|
|
13572
|
-
"parameters": [
|
|
13573
|
-
{
|
|
13574
|
-
"name": "defaultValue",
|
|
13575
|
-
"type": {
|
|
13576
|
-
"text": "string"
|
|
13577
|
-
}
|
|
13578
|
-
}
|
|
13579
|
-
],
|
|
13580
|
-
"inheritedFrom": {
|
|
13581
|
-
"name": "OXBasicField",
|
|
13582
|
-
"module": "src/search-form/ox-basic-field.ts"
|
|
13583
|
-
}
|
|
13584
|
-
},
|
|
13585
|
-
{
|
|
13586
|
-
"kind": "method",
|
|
13587
|
-
"name": "onChangeHandler",
|
|
13588
|
-
"privacy": "private",
|
|
13589
|
-
"return": {
|
|
13590
|
-
"type": {
|
|
13591
|
-
"text": "void"
|
|
13592
|
-
}
|
|
13553
|
+
"text": "RecordPartial"
|
|
13593
13554
|
}
|
|
13594
13555
|
},
|
|
13595
13556
|
{
|
|
13596
|
-
"
|
|
13597
|
-
"name": "form",
|
|
13557
|
+
"name": "e",
|
|
13598
13558
|
"type": {
|
|
13599
|
-
"text": "
|
|
13600
|
-
},
|
|
13601
|
-
"privacy": "private",
|
|
13602
|
-
"default": "null",
|
|
13603
|
-
"inheritedFrom": {
|
|
13604
|
-
"name": "OXBasicField",
|
|
13605
|
-
"module": "src/search-form/ox-basic-field.ts"
|
|
13559
|
+
"text": "MouseEvent"
|
|
13606
13560
|
}
|
|
13607
|
-
}
|
|
13561
|
+
}
|
|
13562
|
+
],
|
|
13563
|
+
"description": "record-partial 의 click handler\n\n- handler의 this 는 record-partial임."
|
|
13564
|
+
}
|
|
13565
|
+
],
|
|
13566
|
+
"exports": [
|
|
13567
|
+
{
|
|
13568
|
+
"kind": "js",
|
|
13569
|
+
"name": "recordPartialClickHandler",
|
|
13570
|
+
"declaration": {
|
|
13571
|
+
"name": "recordPartialClickHandler",
|
|
13572
|
+
"module": "src/data-list/event-handlers/record-partial-click-handler.ts"
|
|
13573
|
+
}
|
|
13574
|
+
}
|
|
13575
|
+
]
|
|
13576
|
+
},
|
|
13577
|
+
{
|
|
13578
|
+
"kind": "javascript-module",
|
|
13579
|
+
"path": "src/data-list/event-handlers/record-partial-dblclick-handler.ts",
|
|
13580
|
+
"declarations": [
|
|
13581
|
+
{
|
|
13582
|
+
"kind": "function",
|
|
13583
|
+
"name": "recordPartialDblClickHandler",
|
|
13584
|
+
"return": {
|
|
13585
|
+
"type": {
|
|
13586
|
+
"text": "void"
|
|
13587
|
+
}
|
|
13588
|
+
},
|
|
13589
|
+
"parameters": [
|
|
13608
13590
|
{
|
|
13609
|
-
"
|
|
13610
|
-
"name": "input",
|
|
13591
|
+
"name": "this",
|
|
13611
13592
|
"type": {
|
|
13612
|
-
"text": "
|
|
13613
|
-
},
|
|
13614
|
-
"inheritedFrom": {
|
|
13615
|
-
"name": "OXBasicField",
|
|
13616
|
-
"module": "src/search-form/ox-basic-field.ts"
|
|
13593
|
+
"text": "RecordPartial"
|
|
13617
13594
|
}
|
|
13618
13595
|
},
|
|
13619
13596
|
{
|
|
13620
|
-
"
|
|
13621
|
-
"
|
|
13622
|
-
|
|
13623
|
-
"return": {
|
|
13624
|
-
"type": {
|
|
13625
|
-
"text": "HTMLFormElement | null"
|
|
13626
|
-
}
|
|
13627
|
-
},
|
|
13628
|
-
"inheritedFrom": {
|
|
13629
|
-
"name": "OXBasicField",
|
|
13630
|
-
"module": "src/search-form/ox-basic-field.ts"
|
|
13597
|
+
"name": "e",
|
|
13598
|
+
"type": {
|
|
13599
|
+
"text": "MouseEvent"
|
|
13631
13600
|
}
|
|
13632
|
-
}
|
|
13601
|
+
}
|
|
13602
|
+
],
|
|
13603
|
+
"description": "record-partial 의 dblclick handler\n\n- handler의 this 는 record-partial임."
|
|
13604
|
+
}
|
|
13605
|
+
],
|
|
13606
|
+
"exports": [
|
|
13607
|
+
{
|
|
13608
|
+
"kind": "js",
|
|
13609
|
+
"name": "recordPartialDblClickHandler",
|
|
13610
|
+
"declaration": {
|
|
13611
|
+
"name": "recordPartialDblClickHandler",
|
|
13612
|
+
"module": "src/data-list/event-handlers/record-partial-dblclick-handler.ts"
|
|
13613
|
+
}
|
|
13614
|
+
}
|
|
13615
|
+
]
|
|
13616
|
+
},
|
|
13617
|
+
{
|
|
13618
|
+
"kind": "javascript-module",
|
|
13619
|
+
"path": "src/data-list/event-handlers/record-partial-long-press-handler.ts",
|
|
13620
|
+
"declarations": [
|
|
13621
|
+
{
|
|
13622
|
+
"kind": "function",
|
|
13623
|
+
"name": "recordPartialLongPressHandler",
|
|
13624
|
+
"parameters": [
|
|
13633
13625
|
{
|
|
13634
|
-
"
|
|
13635
|
-
"
|
|
13636
|
-
|
|
13637
|
-
"return": {
|
|
13638
|
-
"type": {
|
|
13639
|
-
"text": "void"
|
|
13640
|
-
}
|
|
13641
|
-
},
|
|
13642
|
-
"parameters": [
|
|
13643
|
-
{
|
|
13644
|
-
"name": "handlers",
|
|
13645
|
-
"type": {
|
|
13646
|
-
"text": "Record<string, (event: Event) => void>"
|
|
13647
|
-
}
|
|
13648
|
-
}
|
|
13649
|
-
],
|
|
13650
|
-
"inheritedFrom": {
|
|
13651
|
-
"name": "OXBasicField",
|
|
13652
|
-
"module": "src/search-form/ox-basic-field.ts"
|
|
13626
|
+
"name": "this",
|
|
13627
|
+
"type": {
|
|
13628
|
+
"text": "RecordPartial"
|
|
13653
13629
|
}
|
|
13654
13630
|
},
|
|
13655
13631
|
{
|
|
13656
|
-
"
|
|
13657
|
-
"
|
|
13658
|
-
|
|
13659
|
-
"return": {
|
|
13660
|
-
"type": {
|
|
13661
|
-
"text": "void"
|
|
13662
|
-
}
|
|
13663
|
-
},
|
|
13664
|
-
"inheritedFrom": {
|
|
13665
|
-
"name": "OXBasicField",
|
|
13666
|
-
"module": "src/search-form/ox-basic-field.ts"
|
|
13632
|
+
"name": "e",
|
|
13633
|
+
"type": {
|
|
13634
|
+
"text": "MouseEvent"
|
|
13667
13635
|
}
|
|
13668
|
-
}
|
|
13636
|
+
}
|
|
13637
|
+
],
|
|
13638
|
+
"description": "record-partial 의 long-press handler\n\n- handler의 this 는 record-partial임."
|
|
13639
|
+
}
|
|
13640
|
+
],
|
|
13641
|
+
"exports": [
|
|
13642
|
+
{
|
|
13643
|
+
"kind": "js",
|
|
13644
|
+
"name": "recordPartialLongPressHandler",
|
|
13645
|
+
"declaration": {
|
|
13646
|
+
"name": "recordPartialLongPressHandler",
|
|
13647
|
+
"module": "src/data-list/event-handlers/record-partial-long-press-handler.ts"
|
|
13648
|
+
}
|
|
13649
|
+
}
|
|
13650
|
+
]
|
|
13651
|
+
},
|
|
13652
|
+
{
|
|
13653
|
+
"kind": "javascript-module",
|
|
13654
|
+
"path": "src/data-report/event-handlers/data-report-body-click-handler.ts",
|
|
13655
|
+
"declarations": [
|
|
13656
|
+
{
|
|
13657
|
+
"kind": "function",
|
|
13658
|
+
"name": "dataReportBodyClickHandler",
|
|
13659
|
+
"parameters": [
|
|
13669
13660
|
{
|
|
13670
|
-
"
|
|
13671
|
-
"
|
|
13672
|
-
|
|
13673
|
-
"return": {
|
|
13674
|
-
"type": {
|
|
13675
|
-
"text": "void"
|
|
13676
|
-
}
|
|
13677
|
-
},
|
|
13678
|
-
"parameters": [
|
|
13679
|
-
{
|
|
13680
|
-
"name": "{ formData }",
|
|
13681
|
-
"type": {
|
|
13682
|
-
"text": "FormDataEvent"
|
|
13683
|
-
}
|
|
13684
|
-
}
|
|
13685
|
-
],
|
|
13686
|
-
"inheritedFrom": {
|
|
13687
|
-
"name": "OXBasicField",
|
|
13688
|
-
"module": "src/search-form/ox-basic-field.ts"
|
|
13661
|
+
"name": "this",
|
|
13662
|
+
"type": {
|
|
13663
|
+
"text": "DataReportBody"
|
|
13689
13664
|
}
|
|
13690
13665
|
},
|
|
13691
13666
|
{
|
|
13692
|
-
"
|
|
13693
|
-
"
|
|
13694
|
-
|
|
13695
|
-
"return": {
|
|
13696
|
-
"type": {
|
|
13697
|
-
"text": "void"
|
|
13698
|
-
}
|
|
13699
|
-
},
|
|
13700
|
-
"inheritedFrom": {
|
|
13701
|
-
"name": "OXBasicField",
|
|
13702
|
-
"module": "src/search-form/ox-basic-field.ts"
|
|
13667
|
+
"name": "e",
|
|
13668
|
+
"type": {
|
|
13669
|
+
"text": "Event"
|
|
13703
13670
|
}
|
|
13704
13671
|
}
|
|
13705
13672
|
],
|
|
13706
|
-
"
|
|
13673
|
+
"description": "ox-report-body 의 click handler"
|
|
13674
|
+
}
|
|
13675
|
+
],
|
|
13676
|
+
"exports": [
|
|
13677
|
+
{
|
|
13678
|
+
"kind": "js",
|
|
13679
|
+
"name": "dataReportBodyClickHandler",
|
|
13680
|
+
"declaration": {
|
|
13681
|
+
"name": "dataReportBodyClickHandler",
|
|
13682
|
+
"module": "src/data-report/event-handlers/data-report-body-click-handler.ts"
|
|
13683
|
+
}
|
|
13684
|
+
}
|
|
13685
|
+
]
|
|
13686
|
+
},
|
|
13687
|
+
{
|
|
13688
|
+
"kind": "javascript-module",
|
|
13689
|
+
"path": "src/data-report/event-handlers/data-report-body-dblclick-handler.ts",
|
|
13690
|
+
"declarations": [
|
|
13691
|
+
{
|
|
13692
|
+
"kind": "function",
|
|
13693
|
+
"name": "dataReportBodyDblclickHandler",
|
|
13694
|
+
"parameters": [
|
|
13707
13695
|
{
|
|
13708
|
-
"name": "
|
|
13696
|
+
"name": "this",
|
|
13709
13697
|
"type": {
|
|
13710
|
-
"text": "
|
|
13711
|
-
}
|
|
13712
|
-
"fieldName": "field"
|
|
13698
|
+
"text": "DataReportBody"
|
|
13699
|
+
}
|
|
13713
13700
|
},
|
|
13714
13701
|
{
|
|
13715
|
-
"name": "
|
|
13702
|
+
"name": "e",
|
|
13716
13703
|
"type": {
|
|
13717
|
-
"text": "
|
|
13718
|
-
}
|
|
13719
|
-
"default": "''",
|
|
13720
|
-
"fieldName": "value"
|
|
13704
|
+
"text": "Event"
|
|
13705
|
+
}
|
|
13721
13706
|
}
|
|
13722
13707
|
],
|
|
13723
|
-
"
|
|
13724
|
-
|
|
13725
|
-
|
|
13708
|
+
"description": "ox-report-body 의 dblclick handler"
|
|
13709
|
+
}
|
|
13710
|
+
],
|
|
13711
|
+
"exports": [
|
|
13712
|
+
{
|
|
13713
|
+
"kind": "js",
|
|
13714
|
+
"name": "dataReportBodyDblclickHandler",
|
|
13715
|
+
"declaration": {
|
|
13716
|
+
"name": "dataReportBodyDblclickHandler",
|
|
13717
|
+
"module": "src/data-report/event-handlers/data-report-body-dblclick-handler.ts"
|
|
13718
|
+
}
|
|
13719
|
+
}
|
|
13720
|
+
]
|
|
13721
|
+
},
|
|
13722
|
+
{
|
|
13723
|
+
"kind": "javascript-module",
|
|
13724
|
+
"path": "src/data-report/event-handlers/data-report-body-keydown-handler.ts",
|
|
13725
|
+
"declarations": [
|
|
13726
|
+
{
|
|
13727
|
+
"kind": "function",
|
|
13728
|
+
"name": "dataReportBodyKeydownHandler",
|
|
13729
|
+
"return": {
|
|
13730
|
+
"type": {
|
|
13731
|
+
"text": "void"
|
|
13732
|
+
}
|
|
13726
13733
|
},
|
|
13727
|
-
"
|
|
13728
|
-
"customElement": true,
|
|
13729
|
-
"events": [
|
|
13734
|
+
"parameters": [
|
|
13730
13735
|
{
|
|
13731
|
-
"name": "
|
|
13736
|
+
"name": "this",
|
|
13732
13737
|
"type": {
|
|
13733
|
-
"text": "
|
|
13734
|
-
}
|
|
13735
|
-
|
|
13736
|
-
|
|
13737
|
-
|
|
13738
|
+
"text": "DataReportBody"
|
|
13739
|
+
}
|
|
13740
|
+
},
|
|
13741
|
+
{
|
|
13742
|
+
"name": "e",
|
|
13743
|
+
"type": {
|
|
13744
|
+
"text": "KeyboardEvent"
|
|
13738
13745
|
}
|
|
13739
13746
|
}
|
|
13740
|
-
]
|
|
13747
|
+
],
|
|
13748
|
+
"description": "ox-report-body 의 keydown handler"
|
|
13741
13749
|
}
|
|
13742
13750
|
],
|
|
13743
13751
|
"exports": [
|
|
13744
13752
|
{
|
|
13745
13753
|
"kind": "js",
|
|
13746
|
-
"name": "
|
|
13747
|
-
"declaration": {
|
|
13748
|
-
"name": "OXTextField",
|
|
13749
|
-
"module": "src/search-form/ox-text-field.ts"
|
|
13750
|
-
}
|
|
13751
|
-
},
|
|
13752
|
-
{
|
|
13753
|
-
"kind": "custom-element-definition",
|
|
13754
|
-
"name": "ox-text-field",
|
|
13754
|
+
"name": "dataReportBodyKeydownHandler",
|
|
13755
13755
|
"declaration": {
|
|
13756
|
-
"name": "
|
|
13757
|
-
"module": "src/
|
|
13756
|
+
"name": "dataReportBodyKeydownHandler",
|
|
13757
|
+
"module": "src/data-report/event-handlers/data-report-body-keydown-handler.ts"
|
|
13758
13758
|
}
|
|
13759
13759
|
}
|
|
13760
13760
|
]
|