@selfcommunity/react-theme-default 0.4.5-payments.201 → 0.4.5-payments.204
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/lib/cjs/components/SCPaymentOrders.d.ts +31 -4
- package/lib/cjs/components/SCPaymentOrders.js +31 -4
- package/lib/cjs/index.d.ts +31 -4
- package/lib/esm/components/SCPaymentOrders.d.ts +31 -4
- package/lib/esm/components/SCPaymentOrders.js +31 -4
- package/lib/esm/index.d.ts +31 -4
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -1,11 +1,38 @@
|
|
|
1
1
|
declare const Component: {
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
|
-
'& .
|
|
5
|
-
|
|
4
|
+
'& .SCPaymentOrders-content': {
|
|
5
|
+
position: string;
|
|
6
|
+
padding: string;
|
|
7
|
+
'& table': {
|
|
8
|
+
'& tr': {
|
|
9
|
+
'& th': {
|
|
10
|
+
zIndex: number;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
6
14
|
};
|
|
7
|
-
'& .
|
|
8
|
-
|
|
15
|
+
'& .SCPaymentOrders-filters': {
|
|
16
|
+
alignItems: string;
|
|
17
|
+
marginTop: any;
|
|
18
|
+
marginBottom: any;
|
|
19
|
+
'& .SCPaymentOrders-search': {
|
|
20
|
+
'& .MuiInputBase-root': {
|
|
21
|
+
paddingRight: number;
|
|
22
|
+
'& .MuiButtonBase-root': {
|
|
23
|
+
borderRadius: string;
|
|
24
|
+
height: string;
|
|
25
|
+
'& .MuiButton-endIcon': {
|
|
26
|
+
margin: number;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
'& .SCPaymentOrders-picker': {
|
|
32
|
+
'& .MuiOutlinedInput-root': {
|
|
33
|
+
paddingRight: any;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
9
36
|
};
|
|
10
37
|
};
|
|
11
38
|
};
|
|
@@ -3,11 +3,38 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const Component = {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
root: ({ theme }) => ({
|
|
6
|
-
'& .
|
|
7
|
-
|
|
6
|
+
'& .SCPaymentOrders-content': {
|
|
7
|
+
position: 'relative',
|
|
8
|
+
padding: '30px 10px',
|
|
9
|
+
'& table': {
|
|
10
|
+
'& tr': {
|
|
11
|
+
'& th': {
|
|
12
|
+
zIndex: 1
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
8
16
|
},
|
|
9
|
-
'& .
|
|
10
|
-
|
|
17
|
+
'& .SCPaymentOrders-filters': {
|
|
18
|
+
alignItems: 'center',
|
|
19
|
+
marginTop: theme.spacing(),
|
|
20
|
+
marginBottom: theme.spacing(2),
|
|
21
|
+
'& .SCPaymentOrders-search': {
|
|
22
|
+
'& .MuiInputBase-root': {
|
|
23
|
+
paddingRight: 0,
|
|
24
|
+
'& .MuiButtonBase-root': {
|
|
25
|
+
borderRadius: '0 5px 5px 0',
|
|
26
|
+
height: '37px',
|
|
27
|
+
'& .MuiButton-endIcon': {
|
|
28
|
+
margin: 0
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
'& .SCPaymentOrders-picker': {
|
|
34
|
+
'& .MuiOutlinedInput-root': {
|
|
35
|
+
paddingRight: theme.spacing(0.5)
|
|
36
|
+
}
|
|
37
|
+
}
|
|
11
38
|
}
|
|
12
39
|
})
|
|
13
40
|
}
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -12074,11 +12074,38 @@ declare const theme: {
|
|
|
12074
12074
|
SCPaymentOrders: {
|
|
12075
12075
|
styleOverrides: {
|
|
12076
12076
|
root: ({ theme }: any) => {
|
|
12077
|
-
'& .
|
|
12078
|
-
|
|
12077
|
+
'& .SCPaymentOrders-content': {
|
|
12078
|
+
position: string;
|
|
12079
|
+
padding: string;
|
|
12080
|
+
'& table': {
|
|
12081
|
+
'& tr': {
|
|
12082
|
+
'& th': {
|
|
12083
|
+
zIndex: number;
|
|
12084
|
+
};
|
|
12085
|
+
};
|
|
12086
|
+
};
|
|
12079
12087
|
};
|
|
12080
|
-
'& .
|
|
12081
|
-
|
|
12088
|
+
'& .SCPaymentOrders-filters': {
|
|
12089
|
+
alignItems: string;
|
|
12090
|
+
marginTop: any;
|
|
12091
|
+
marginBottom: any;
|
|
12092
|
+
'& .SCPaymentOrders-search': {
|
|
12093
|
+
'& .MuiInputBase-root': {
|
|
12094
|
+
paddingRight: number;
|
|
12095
|
+
'& .MuiButtonBase-root': {
|
|
12096
|
+
borderRadius: string;
|
|
12097
|
+
height: string;
|
|
12098
|
+
'& .MuiButton-endIcon': {
|
|
12099
|
+
margin: number;
|
|
12100
|
+
};
|
|
12101
|
+
};
|
|
12102
|
+
};
|
|
12103
|
+
};
|
|
12104
|
+
'& .SCPaymentOrders-picker': {
|
|
12105
|
+
'& .MuiOutlinedInput-root': {
|
|
12106
|
+
paddingRight: any;
|
|
12107
|
+
};
|
|
12108
|
+
};
|
|
12082
12109
|
};
|
|
12083
12110
|
};
|
|
12084
12111
|
};
|
|
@@ -1,11 +1,38 @@
|
|
|
1
1
|
declare const Component: {
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
|
-
'& .
|
|
5
|
-
|
|
4
|
+
'& .SCPaymentOrders-content': {
|
|
5
|
+
position: string;
|
|
6
|
+
padding: string;
|
|
7
|
+
'& table': {
|
|
8
|
+
'& tr': {
|
|
9
|
+
'& th': {
|
|
10
|
+
zIndex: number;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
6
14
|
};
|
|
7
|
-
'& .
|
|
8
|
-
|
|
15
|
+
'& .SCPaymentOrders-filters': {
|
|
16
|
+
alignItems: string;
|
|
17
|
+
marginTop: any;
|
|
18
|
+
marginBottom: any;
|
|
19
|
+
'& .SCPaymentOrders-search': {
|
|
20
|
+
'& .MuiInputBase-root': {
|
|
21
|
+
paddingRight: number;
|
|
22
|
+
'& .MuiButtonBase-root': {
|
|
23
|
+
borderRadius: string;
|
|
24
|
+
height: string;
|
|
25
|
+
'& .MuiButton-endIcon': {
|
|
26
|
+
margin: number;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
'& .SCPaymentOrders-picker': {
|
|
32
|
+
'& .MuiOutlinedInput-root': {
|
|
33
|
+
paddingRight: any;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
9
36
|
};
|
|
10
37
|
};
|
|
11
38
|
};
|
|
@@ -1,11 +1,38 @@
|
|
|
1
1
|
const Component = {
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }) => ({
|
|
4
|
-
'& .
|
|
5
|
-
|
|
4
|
+
'& .SCPaymentOrders-content': {
|
|
5
|
+
position: 'relative',
|
|
6
|
+
padding: '30px 10px',
|
|
7
|
+
'& table': {
|
|
8
|
+
'& tr': {
|
|
9
|
+
'& th': {
|
|
10
|
+
zIndex: 1
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
6
14
|
},
|
|
7
|
-
'& .
|
|
8
|
-
|
|
15
|
+
'& .SCPaymentOrders-filters': {
|
|
16
|
+
alignItems: 'center',
|
|
17
|
+
marginTop: theme.spacing(),
|
|
18
|
+
marginBottom: theme.spacing(2),
|
|
19
|
+
'& .SCPaymentOrders-search': {
|
|
20
|
+
'& .MuiInputBase-root': {
|
|
21
|
+
paddingRight: 0,
|
|
22
|
+
'& .MuiButtonBase-root': {
|
|
23
|
+
borderRadius: '0 5px 5px 0',
|
|
24
|
+
height: '37px',
|
|
25
|
+
'& .MuiButton-endIcon': {
|
|
26
|
+
margin: 0
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
'& .SCPaymentOrders-picker': {
|
|
32
|
+
'& .MuiOutlinedInput-root': {
|
|
33
|
+
paddingRight: theme.spacing(0.5)
|
|
34
|
+
}
|
|
35
|
+
}
|
|
9
36
|
}
|
|
10
37
|
})
|
|
11
38
|
}
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -12074,11 +12074,38 @@ declare const theme: {
|
|
|
12074
12074
|
SCPaymentOrders: {
|
|
12075
12075
|
styleOverrides: {
|
|
12076
12076
|
root: ({ theme }: any) => {
|
|
12077
|
-
'& .
|
|
12078
|
-
|
|
12077
|
+
'& .SCPaymentOrders-content': {
|
|
12078
|
+
position: string;
|
|
12079
|
+
padding: string;
|
|
12080
|
+
'& table': {
|
|
12081
|
+
'& tr': {
|
|
12082
|
+
'& th': {
|
|
12083
|
+
zIndex: number;
|
|
12084
|
+
};
|
|
12085
|
+
};
|
|
12086
|
+
};
|
|
12079
12087
|
};
|
|
12080
|
-
'& .
|
|
12081
|
-
|
|
12088
|
+
'& .SCPaymentOrders-filters': {
|
|
12089
|
+
alignItems: string;
|
|
12090
|
+
marginTop: any;
|
|
12091
|
+
marginBottom: any;
|
|
12092
|
+
'& .SCPaymentOrders-search': {
|
|
12093
|
+
'& .MuiInputBase-root': {
|
|
12094
|
+
paddingRight: number;
|
|
12095
|
+
'& .MuiButtonBase-root': {
|
|
12096
|
+
borderRadius: string;
|
|
12097
|
+
height: string;
|
|
12098
|
+
'& .MuiButton-endIcon': {
|
|
12099
|
+
margin: number;
|
|
12100
|
+
};
|
|
12101
|
+
};
|
|
12102
|
+
};
|
|
12103
|
+
};
|
|
12104
|
+
'& .SCPaymentOrders-picker': {
|
|
12105
|
+
'& .MuiOutlinedInput-root': {
|
|
12106
|
+
paddingRight: any;
|
|
12107
|
+
};
|
|
12108
|
+
};
|
|
12082
12109
|
};
|
|
12083
12110
|
};
|
|
12084
12111
|
};
|