@things-factory/integration-accounting 7.0.1-alpha.103 → 7.0.1-alpha.104
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/package.json +13 -13
- package/client/themes/app-theme.css +0 -129
- package/client/themes/layout-theme.css +0 -92
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/integration-accounting",
|
|
3
|
-
"version": "7.0.1-alpha.
|
|
3
|
+
"version": "7.0.1-alpha.104",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -26,17 +26,17 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@operato/data-grist": "^2.0.0-alpha.0",
|
|
29
|
-
"@things-factory/apptool-ui": "^7.0.1-alpha.
|
|
30
|
-
"@things-factory/auth-ui": "^7.0.1-alpha.
|
|
31
|
-
"@things-factory/biz-base": "^7.0.1-alpha.
|
|
32
|
-
"@things-factory/code-ui": "^7.0.1-alpha.
|
|
33
|
-
"@things-factory/context-ui": "^7.0.1-alpha.
|
|
34
|
-
"@things-factory/i18n-base": "^7.0.1-alpha.
|
|
35
|
-
"@things-factory/integration-ui": "^7.0.1-alpha.
|
|
36
|
-
"@things-factory/more-ui": "^7.0.1-alpha.
|
|
37
|
-
"@things-factory/product-base": "^7.0.1-alpha.
|
|
38
|
-
"@things-factory/resource-ui": "^7.0.1-alpha.
|
|
39
|
-
"@things-factory/setting-ui": "^7.0.1-alpha.
|
|
29
|
+
"@things-factory/apptool-ui": "^7.0.1-alpha.104",
|
|
30
|
+
"@things-factory/auth-ui": "^7.0.1-alpha.104",
|
|
31
|
+
"@things-factory/biz-base": "^7.0.1-alpha.104",
|
|
32
|
+
"@things-factory/code-ui": "^7.0.1-alpha.104",
|
|
33
|
+
"@things-factory/context-ui": "^7.0.1-alpha.104",
|
|
34
|
+
"@things-factory/i18n-base": "^7.0.1-alpha.104",
|
|
35
|
+
"@things-factory/integration-ui": "^7.0.1-alpha.104",
|
|
36
|
+
"@things-factory/more-ui": "^7.0.1-alpha.104",
|
|
37
|
+
"@things-factory/product-base": "^7.0.1-alpha.104",
|
|
38
|
+
"@things-factory/resource-ui": "^7.0.1-alpha.104",
|
|
39
|
+
"@things-factory/setting-ui": "^7.0.1-alpha.104",
|
|
40
40
|
"debug": "^4.1.1",
|
|
41
41
|
"node-fetch": "^2.6.0"
|
|
42
42
|
},
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"nock": "^13.0.2",
|
|
51
51
|
"should": "^13.2.3"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "7b30988f7eb120f74b06ca533ce67ade2e0867b2"
|
|
54
54
|
}
|
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
body {
|
|
2
|
-
/* theme color */
|
|
3
|
-
--primary-color-rgb: 34, 166, 167;
|
|
4
|
-
--primary-color: rgb(var(--primary-color-rgb));
|
|
5
|
-
--secondary-color: #394e64;
|
|
6
|
-
--focus-color: var(--theme-white-color);
|
|
7
|
-
--primary-background-color: var(--secondary-color);
|
|
8
|
-
--secondary-background-color: #283644;
|
|
9
|
-
--theme-white-color: #fff;
|
|
10
|
-
--theme-black-color: rgba(0, 0, 0, 0.9);
|
|
11
|
-
|
|
12
|
-
--focus-background-color: var(--primary-color);
|
|
13
|
-
--primary-text-color: var(--theme-black-color);
|
|
14
|
-
--secondary-text-color: #017e7f;
|
|
15
|
-
|
|
16
|
-
--opacity-dark-color: rgba(0, 0, 0, 0.4);
|
|
17
|
-
--opacity-light-color: rgba(255, 255, 255, 0.8);
|
|
18
|
-
|
|
19
|
-
/* status color */
|
|
20
|
-
--status-success-color: #35a24a;
|
|
21
|
-
--status-warning-color: #ee8d03;
|
|
22
|
-
--status-danger-color: #d14946;
|
|
23
|
-
--status-info-color: #398ace;
|
|
24
|
-
|
|
25
|
-
/* common style */
|
|
26
|
-
--border-radius: 3px;
|
|
27
|
-
--border-dark-color: 1px solid rgba(0, 0, 0, 0.15);
|
|
28
|
-
--border-light-color: 1px solid rgba(255, 255, 255, 0.3);
|
|
29
|
-
|
|
30
|
-
--box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
|
|
31
|
-
|
|
32
|
-
--theme-font: 'Noto', Helvetica;
|
|
33
|
-
|
|
34
|
-
--margin-default: 9px;
|
|
35
|
-
--margin-narrow: 4px;
|
|
36
|
-
--margin-wide: 15px;
|
|
37
|
-
--padding-default: var(--margin-default);
|
|
38
|
-
--padding-narrow: var(--margin-narrow);
|
|
39
|
-
--padding-wide: var(--margin-wide);
|
|
40
|
-
|
|
41
|
-
--scrollbar-thumb-color: rgba(57, 78, 100, 0.5);
|
|
42
|
-
--scrollbar-thumb-hover-color: var(--primary-color);
|
|
43
|
-
|
|
44
|
-
--fontsize-default: 14px;
|
|
45
|
-
--fontsize-small: 13px;
|
|
46
|
-
--fontsize-large: 16px;
|
|
47
|
-
|
|
48
|
-
/* app layout style */
|
|
49
|
-
--app-grid-template-area: 'header header header' 'nav main aside' 'nav footer aside';
|
|
50
|
-
|
|
51
|
-
/* title & description style */
|
|
52
|
-
--title-margin: var(--margin-narrow) 0;
|
|
53
|
-
--title-font: bold 24px var(--theme-font);
|
|
54
|
-
--title-text-color: var(--secondary-color);
|
|
55
|
-
|
|
56
|
-
--page-description-margin: var(--margin-narrow) 0 var(--margin-wide) 0;
|
|
57
|
-
--page-description-font: normal var(--fontsize-default) / 1.2rem var(--theme-font);
|
|
58
|
-
--page-description-color: var(--secondary-text-color);
|
|
59
|
-
|
|
60
|
-
--subtitle-padding: 12px 5px 3px 5px;
|
|
61
|
-
--subtitle-font: bold 18px var(--theme-font);
|
|
62
|
-
--subtitle-text-color: var(--primary-color);
|
|
63
|
-
--subtitle-border-bottom: 1px solid var(--primary-color);
|
|
64
|
-
|
|
65
|
-
/* icon style */
|
|
66
|
-
--icon-tiny-size: 24px;
|
|
67
|
-
--icon-default-size: 36px;
|
|
68
|
-
--icon-big-size: 48px;
|
|
69
|
-
--icon-default-color: #fff;
|
|
70
|
-
|
|
71
|
-
/* material design component themes */
|
|
72
|
-
--mdc-theme-on-primary: white;
|
|
73
|
-
--mdc-theme-primary: var(--primary-color);
|
|
74
|
-
--mdc-theme-on-secondary: white;
|
|
75
|
-
--mdc-theme-secondary: var(--primary-color);
|
|
76
|
-
|
|
77
|
-
--md-theme-on-primary: var(--theme-white-color);
|
|
78
|
-
--md-theme-primary: var(--secondary-text-color);
|
|
79
|
-
--md-theme-on-secondary: var(--theme-white-color);
|
|
80
|
-
--md-theme-secondary: var(--primary-color);
|
|
81
|
-
--md-button-outline-color: var(--primary-color);
|
|
82
|
-
--md-danger-button-primary-color: var(--status-danger-color);
|
|
83
|
-
--md-danger-button-outline-color: var(--status-danger-color);
|
|
84
|
-
--md-button-outline-width: 1px;
|
|
85
|
-
--md-button-horizontal-padding: 16px;
|
|
86
|
-
|
|
87
|
-
/* button style */
|
|
88
|
-
--button-background-color: #fafbfc;
|
|
89
|
-
--button-border: var(--border-dark-color);
|
|
90
|
-
--button-border-radius: var(--border-radius);
|
|
91
|
-
--button-margin: var(--margin-default) var(--margin-default) var(--margin-default) 0;
|
|
92
|
-
--button-padding: var(--margin-default);
|
|
93
|
-
--button-color: var(--secondary-color);
|
|
94
|
-
--button-font: 600 var(--fontsize-default) var(--theme-font);
|
|
95
|
-
--button-text-transform: capitalize;
|
|
96
|
-
--button-active-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
|
|
97
|
-
--button-activ-border: 1px solid var(--primary-color);
|
|
98
|
-
--button-activ-background-color: var(--primary-color);
|
|
99
|
-
--button-activ-color: var(--theme-white-color);
|
|
100
|
-
--iconbtn-padding: var(--padding-narrow);
|
|
101
|
-
|
|
102
|
-
--button-primary-background-color: var(--primary-color);
|
|
103
|
-
--button-primary-active-background-color: var(--status-success-color);
|
|
104
|
-
--button-primary-padding: var(--margin-default) var(--margin-wide);
|
|
105
|
-
--button-primary-color: var(--theme-white-color);
|
|
106
|
-
--button-primary-font: bold 16px var(--theme-font);
|
|
107
|
-
|
|
108
|
-
/* table style */
|
|
109
|
-
--th-padding: var(--padding-narrow);
|
|
110
|
-
--th-text-transform: capitalize;
|
|
111
|
-
--th-font: bold 15px var(--theme-font);
|
|
112
|
-
|
|
113
|
-
--td-padding: var(--padding-default);
|
|
114
|
-
--td-font: normal 13px var(--theme-font);
|
|
115
|
-
|
|
116
|
-
/* form style */
|
|
117
|
-
--label-font: normal var(--fontsize-default) var(--theme-font);
|
|
118
|
-
--label-color: var(--secondary-color);
|
|
119
|
-
--label-text-transform: capitalize;
|
|
120
|
-
--input-margin: var(--margin-narrow) 0;
|
|
121
|
-
--input-padding: 6px 2px;
|
|
122
|
-
--input-font: normal var(--fontsize-default) var(--theme-font);
|
|
123
|
-
--input-hint-font: normal var(--fontsize-small) var(--theme-font);
|
|
124
|
-
--input-hint-color: #666;
|
|
125
|
-
--fieldset-margin: var(--padding-wide) 0;
|
|
126
|
-
--fieldset-padding: 0 var(--padding-wide) var(--padding-wide) var(--padding-wide);
|
|
127
|
-
--legend-padding: var(--padding-default) 0;
|
|
128
|
-
--legend-color: var(--secondary-text-color);
|
|
129
|
-
}
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
body {
|
|
2
|
-
--header-bar-background-color: var(--primary-color);
|
|
3
|
-
--header-bar-icon-size: var(--icon-default-size);
|
|
4
|
-
--header-bar-title: bold 16px var(--theme-font);
|
|
5
|
-
--header-bar-color: #fff;
|
|
6
|
-
--header-bar-height: 45px;
|
|
7
|
-
--header-bar-item-padding: 0px 5px 0 0;
|
|
8
|
-
|
|
9
|
-
--nav-bar-background-color: #fff;
|
|
10
|
-
|
|
11
|
-
--group-bar-background-color: var(--primary-color);
|
|
12
|
-
--group-bar-textbutton: 16px/32px var(--theme-font);
|
|
13
|
-
--group-bar-textbutton-active: bold var(--group-bar-textbutton);
|
|
14
|
-
--group-bar-active-line-color: var(--focus-color);
|
|
15
|
-
--group-bar-line: solid 3px rgba(0, 0, 0, 0.2);
|
|
16
|
-
|
|
17
|
-
--aside-background-color: var(--secondary-background-color);
|
|
18
|
-
--aside-list-textbtton: 18px var(--theme-font);
|
|
19
|
-
--aside-list-icon: var(--icon-default-size);
|
|
20
|
-
--aside-list-bottom-line: var(--border-dark-color);
|
|
21
|
-
--aside-list-detail-background-color: #fff;
|
|
22
|
-
--aside-list-detail-text: 14px var(--primary-background-color);
|
|
23
|
-
|
|
24
|
-
--footer-bar-border-top: 1px solid rgba(0, 0, 0, 0.2);
|
|
25
|
-
|
|
26
|
-
--button-container-margin: inintial;
|
|
27
|
-
--button-container-padding: 0 0 12px 0;
|
|
28
|
-
--button-container-background: transparent;
|
|
29
|
-
--button-container-height: initial;
|
|
30
|
-
--button-container-align: center;
|
|
31
|
-
--button-container-button-background-color: var(--secondary-color);
|
|
32
|
-
--button-container-button-border-radius: var(--button-border-radius);
|
|
33
|
-
--button-container-button-margin: var(--button-margin);
|
|
34
|
-
--button-container-button-font: var(--button-font);
|
|
35
|
-
--button-container-button-height: initial;
|
|
36
|
-
--button-container-button-border: var(--button-border);
|
|
37
|
-
|
|
38
|
-
--popup-content-background-color: var(--md-sys-color-background);
|
|
39
|
-
--popup-content-padding: 10px 20px;
|
|
40
|
-
|
|
41
|
-
/* components - floating overlay style */
|
|
42
|
-
--overlay-center-small-width: 30%;
|
|
43
|
-
--overlay-center-small-height: 30%;
|
|
44
|
-
--overlay-center-normal-width: 50%;
|
|
45
|
-
--overlay-center-normal-height: 50%;
|
|
46
|
-
--overlay-center-large-width: 75%;
|
|
47
|
-
--overlay-center-large-height: 75%;
|
|
48
|
-
--overlay-header-height: var(--header-bar-height);
|
|
49
|
-
--overlay-header-background-color: var(--header-bar-background-color);
|
|
50
|
-
--overlay-header-color: #fff;
|
|
51
|
-
--overlay-header-font: var(--header-bar-title);
|
|
52
|
-
--overlay-background-color: rgba(0, 0, 0, 0.5);
|
|
53
|
-
--overlay-margin-bottom: 0px;
|
|
54
|
-
|
|
55
|
-
/* components - resize splitter style */
|
|
56
|
-
--splitter-background-color: rgba(0, 0, 0, 0.1);
|
|
57
|
-
--splitter-hover-background-color: rgba(0, 0, 0, 0.1);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
@media only screen and (max-width: 460px) {
|
|
61
|
-
body {
|
|
62
|
-
--button-container-margin: 0 -15px;
|
|
63
|
-
--button-container-padding: 0 0 0 0;
|
|
64
|
-
--button-container-background: #586272;
|
|
65
|
-
--button-container-height: 50px;
|
|
66
|
-
--button-container-align: right;
|
|
67
|
-
--button-container-button-background-color: transparent;
|
|
68
|
-
--button-container-button-border-radius: 0;
|
|
69
|
-
--button-container-button-margin: 0;
|
|
70
|
-
--button-container-button-font: normal 17px var(--theme-font);
|
|
71
|
-
--button-container-button-height: 50px;
|
|
72
|
-
--button-container-button-border: 1px solid rgba(0, 0, 0, 0.1);
|
|
73
|
-
|
|
74
|
-
--overlay-center-small-width: 100%;
|
|
75
|
-
--overlay-center-small-height: 100%;
|
|
76
|
-
--overlay-center-normal-width: 100%;
|
|
77
|
-
--overlay-center-normal-height: 100%;
|
|
78
|
-
--overlay-center-large-width: 100%;
|
|
79
|
-
--overlay-center-large-height: 100%;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
@media (min-width: 461px) and (max-width: 1024px) {
|
|
84
|
-
body {
|
|
85
|
-
--overlay-center-small-width: 40%;
|
|
86
|
-
--overlay-center-small-height: 40%;
|
|
87
|
-
--overlay-center-normal-width: 60%;
|
|
88
|
-
--overlay-center-normal-height: 60%;
|
|
89
|
-
--overlay-center-large-width: 80%;
|
|
90
|
-
--overlay-center-large-height: 80%;
|
|
91
|
-
}
|
|
92
|
-
}
|