jrs-react 1.0.20 → 1.0.21
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/build/index.es.js +0 -36
- package/build/index.js +0 -36
- package/package.json +1 -1
- package/src/index.js +1 -1
package/build/index.es.js
CHANGED
|
@@ -24147,42 +24147,6 @@ class JRSubmit extends React.Component {
|
|
|
24147
24147
|
// }
|
|
24148
24148
|
// }
|
|
24149
24149
|
|
|
24150
|
-
dt.div`
|
|
24151
|
-
display:flex;
|
|
24152
|
-
flex:1;
|
|
24153
|
-
overflow:hidden;
|
|
24154
|
-
|
|
24155
|
-
> *{
|
|
24156
|
-
Xborder:1px solid gray;
|
|
24157
|
-
}
|
|
24158
|
-
>main{
|
|
24159
|
-
display:flex;
|
|
24160
|
-
flex:1;
|
|
24161
|
-
overflow:overlay;
|
|
24162
|
-
flex-direction: column;
|
|
24163
|
-
> *{
|
|
24164
|
-
XXborder:1px solid gray;
|
|
24165
|
-
min-height:30px;
|
|
24166
|
-
}
|
|
24167
|
-
|
|
24168
|
-
>header{
|
|
24169
|
-
XXborder:1px solid red;
|
|
24170
|
-
XXoverflow: overlay;
|
|
24171
|
-
}
|
|
24172
|
-
>main{
|
|
24173
|
-
display:flex;
|
|
24174
|
-
flex:1;
|
|
24175
|
-
overflow:hidden;
|
|
24176
|
-
}
|
|
24177
|
-
>footer{
|
|
24178
|
-
XXborder:1px solid blue;
|
|
24179
|
-
overflow: overlay;
|
|
24180
|
-
}
|
|
24181
|
-
|
|
24182
|
-
}
|
|
24183
|
-
|
|
24184
|
-
`;
|
|
24185
|
-
|
|
24186
24150
|
function JRTest() {
|
|
24187
24151
|
return 'I am JRTest string';
|
|
24188
24152
|
}
|
package/build/index.js
CHANGED
|
@@ -24166,42 +24166,6 @@ class JRSubmit extends React.Component {
|
|
|
24166
24166
|
// }
|
|
24167
24167
|
// }
|
|
24168
24168
|
|
|
24169
|
-
dt.div`
|
|
24170
|
-
display:flex;
|
|
24171
|
-
flex:1;
|
|
24172
|
-
overflow:hidden;
|
|
24173
|
-
|
|
24174
|
-
> *{
|
|
24175
|
-
Xborder:1px solid gray;
|
|
24176
|
-
}
|
|
24177
|
-
>main{
|
|
24178
|
-
display:flex;
|
|
24179
|
-
flex:1;
|
|
24180
|
-
overflow:overlay;
|
|
24181
|
-
flex-direction: column;
|
|
24182
|
-
> *{
|
|
24183
|
-
XXborder:1px solid gray;
|
|
24184
|
-
min-height:30px;
|
|
24185
|
-
}
|
|
24186
|
-
|
|
24187
|
-
>header{
|
|
24188
|
-
XXborder:1px solid red;
|
|
24189
|
-
XXoverflow: overlay;
|
|
24190
|
-
}
|
|
24191
|
-
>main{
|
|
24192
|
-
display:flex;
|
|
24193
|
-
flex:1;
|
|
24194
|
-
overflow:hidden;
|
|
24195
|
-
}
|
|
24196
|
-
>footer{
|
|
24197
|
-
XXborder:1px solid blue;
|
|
24198
|
-
overflow: overlay;
|
|
24199
|
-
}
|
|
24200
|
-
|
|
24201
|
-
}
|
|
24202
|
-
|
|
24203
|
-
`;
|
|
24204
|
-
|
|
24205
24169
|
function JRTest() {
|
|
24206
24170
|
return 'I am JRTest string';
|
|
24207
24171
|
}
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import JRSubmit from './components/JRSubmit'
|
|
2
|
-
import JRFrame from './components/JRFrame/JRFrame'
|
|
2
|
+
// import JRFrame from './components/JRFrame/JRFrame'
|
|
3
3
|
// import JRTable from './components/JRTable/JRTable'
|
|
4
4
|
import JRTest,{JRTestReact} from './components/JRTest'
|
|
5
5
|
export {
|