Address Manage Dictionary issues
[clamp.git] / ui-react / src / components / dialogs / ManageDictionaries / __snapshots__ / ManageDictionaries.test.js.snap
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`Verify ManageDictionaries Test API Successful 1`] = `
4 <Styled(Bootstrap(Modal))
5   backdrop="static"
6   keyboard={false}
7   onHide={[Function]}
8   show={true}
9   size="xl"
10 >
11   <ModalHeader
12     closeButton={true}
13     closeLabel="Close"
14   >
15     <ModalTitle>
16       Manage Dictionaries
17     </ModalTitle>
18   </ModalHeader>
19   <ModalBody>
20     <WithStyles(Component)
21       columns={
22         Array [
23           Object {
24             "cellStyle": Object {
25               "border": "1px solid black",
26             },
27             "editable": "onAdd",
28             "field": "name",
29             "headerStyle": Object {
30               "backgroundColor": "#ddd",
31               "border": "2px solid black",
32             },
33             "title": "Dictionary Name",
34           },
35           Object {
36             "cellStyle": Object {
37               "border": "1px solid black",
38             },
39             "field": "secondLevelDictionary",
40             "headerStyle": Object {
41               "backgroundColor": "#ddd",
42               "border": "2px solid black",
43             },
44             "lookup": Object {
45               "0": "No",
46               "1": "Yes",
47             },
48             "title": "Sub Dictionary ?",
49           },
50           Object {
51             "cellStyle": Object {
52               "border": "1px solid black",
53             },
54             "field": "subDictionaryType",
55             "headerStyle": Object {
56               "backgroundColor": "#ddd",
57               "border": "2px solid black",
58             },
59             "lookup": Object {
60               "number": "number",
61               "string": "string",
62             },
63             "title": "Dictionary Type",
64           },
65           Object {
66             "cellStyle": Object {
67               "border": "1px solid black",
68             },
69             "editable": "never",
70             "field": "updatedBy",
71             "headerStyle": Object {
72               "backgroundColor": "#ddd",
73               "border": "2px solid black",
74             },
75             "title": "Updated By",
76           },
77           Object {
78             "cellStyle": Object {
79               "border": "1px solid black",
80             },
81             "editable": "never",
82             "field": "updatedDate",
83             "headerStyle": Object {
84               "backgroundColor": "#ddd",
85               "border": "2px solid black",
86             },
87             "title": "Last Updated Date",
88           },
89         ]
90       }
91       editable={
92         Object {
93           "onRowAdd": [Function],
94           "onRowDelete": [Function],
95           "onRowUpdate": [Function],
96         }
97       }
98       icons={
99         Object {
100           "Add": Object {
101             "$$typeof": Symbol(react.forward_ref),
102             "render": [Function],
103           },
104           "Check": Object {
105             "$$typeof": Symbol(react.forward_ref),
106             "render": [Function],
107           },
108           "Clear": Object {
109             "$$typeof": Symbol(react.forward_ref),
110             "render": [Function],
111           },
112           "Delete": Object {
113             "$$typeof": Symbol(react.forward_ref),
114             "render": [Function],
115           },
116           "DetailPanel": Object {
117             "$$typeof": Symbol(react.forward_ref),
118             "render": [Function],
119           },
120           "Edit": Object {
121             "$$typeof": Symbol(react.forward_ref),
122             "render": [Function],
123           },
124           "Export": Object {
125             "$$typeof": Symbol(react.forward_ref),
126             "render": [Function],
127           },
128           "Filter": Object {
129             "$$typeof": Symbol(react.forward_ref),
130             "render": [Function],
131           },
132           "FirstPage": Object {
133             "$$typeof": Symbol(react.forward_ref),
134             "render": [Function],
135           },
136           "LastPage": Object {
137             "$$typeof": Symbol(react.forward_ref),
138             "render": [Function],
139           },
140           "NextPage": Object {
141             "$$typeof": Symbol(react.forward_ref),
142             "render": [Function],
143           },
144           "PreviousPage": Object {
145             "$$typeof": Symbol(react.forward_ref),
146             "render": [Function],
147           },
148           "ResetSearch": Object {
149             "$$typeof": Symbol(react.forward_ref),
150             "render": [Function],
151           },
152           "Search": Object {
153             "$$typeof": Symbol(react.forward_ref),
154             "render": [Function],
155           },
156           "SortArrow": Object {
157             "$$typeof": Symbol(react.forward_ref),
158             "render": [Function],
159           },
160           "ThirdStateCheck": Object {
161             "$$typeof": Symbol(react.forward_ref),
162             "render": [Function],
163           },
164           "ViewColumn": Object {
165             "$$typeof": Symbol(react.forward_ref),
166             "render": [Function],
167           },
168         }
169       }
170       onRowClick={[Function]}
171       options={
172         Object {
173           "headerStyle": Object {
174             "backgroundColor": "#ddd",
175             "border": "1px solid black",
176             "fontSize": "15pt",
177             "text": "bold",
178           },
179         }
180       }
181       title="Dictionary List"
182     />
183   </ModalBody>
184   <ModalFooter>
185     <Button
186       active={false}
187       disabled={false}
188       onClick={[Function]}
189       type="null"
190       variant="secondary"
191     >
192       Close
193     </Button>
194   </ModalFooter>
195 </Styled(Bootstrap(Modal))>
196 `;