@lingk/sync 0.1.55 → 0.1.57
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/css/main.css +34 -0
- package/build/lightning.js +57 -57
- package/build/lightning.js.map +1 -1
- package/build/lightningStyles.js +2 -2
- package/build/lightningStyles.js.map +1 -1
- package/build/lingk.js +11 -11
- package/build/lingk.js.map +1 -1
- package/build/lingkStyles.js +2 -2
- package/build/lingkStyles.js.map +1 -1
- package/build/main.js +589 -244
- package/build/main.js.map +1 -1
- package/build/reducer.js.map +1 -1
- package/package.json +1 -1
package/build/css/main.css
CHANGED
|
@@ -56,6 +56,7 @@ body{
|
|
|
56
56
|
.schema-panel-header{
|
|
57
57
|
padding: 9px 13px;
|
|
58
58
|
font-weight: bold;
|
|
59
|
+
height: 50px;
|
|
59
60
|
}
|
|
60
61
|
.accordion-panel{
|
|
61
62
|
line-height: 1.4;
|
|
@@ -121,6 +122,36 @@ body{
|
|
|
121
122
|
-webkit-transition: all 0.2s;
|
|
122
123
|
transition: all 0.2s;
|
|
123
124
|
}
|
|
125
|
+
.accordion-panel-parameters{
|
|
126
|
+
display: inline-block;
|
|
127
|
+
vertical-align: top;
|
|
128
|
+
margin-left: 12px;
|
|
129
|
+
margin-top: -5px;
|
|
130
|
+
cursor: pointer;
|
|
131
|
+
}
|
|
132
|
+
.accordion-panel-parameters:hover svg path:nth-child(2){
|
|
133
|
+
fill:#DDDDDD;
|
|
134
|
+
}
|
|
135
|
+
.delete-parameter-row{
|
|
136
|
+
display: inline-block;
|
|
137
|
+
cursor: pointer;
|
|
138
|
+
margin-left: 8px;
|
|
139
|
+
}
|
|
140
|
+
.delete-parameter-row-svg path{
|
|
141
|
+
stroke:grey;
|
|
142
|
+
}
|
|
143
|
+
.delete-parameter-row-svg:hover path{
|
|
144
|
+
stroke:black;
|
|
145
|
+
}
|
|
146
|
+
.add-param-filter .slds-button{
|
|
147
|
+
font-size: 14px;
|
|
148
|
+
font-weight: bold;
|
|
149
|
+
}
|
|
150
|
+
.add-param-filter .slds-button[disabled]{
|
|
151
|
+
color:#555;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
|
|
124
155
|
.transition{
|
|
125
156
|
-webkit-transition: all 0.2s;
|
|
126
157
|
transition: all 0.2s;
|
|
@@ -684,6 +715,8 @@ body{
|
|
|
684
715
|
}
|
|
685
716
|
|
|
686
717
|
|
|
718
|
+
|
|
719
|
+
|
|
687
720
|
.schema-accordion-collapse{
|
|
688
721
|
overflow: visible;
|
|
689
722
|
height: 78px;
|
|
@@ -803,6 +836,7 @@ body{
|
|
|
803
836
|
max-height: 0px;
|
|
804
837
|
}
|
|
805
838
|
|
|
839
|
+
|
|
806
840
|
.rc-time-picker {
|
|
807
841
|
display: inline-block;
|
|
808
842
|
box-sizing: border-box;
|
package/build/lightning.js
CHANGED
|
@@ -591,15 +591,15 @@ module.exports =
|
|
|
591
591
|
/***/ function(module, exports, __webpack_require__) {
|
|
592
592
|
|
|
593
593
|
'use strict';
|
|
594
|
-
var LIBRARY = __webpack_require__(
|
|
594
|
+
var LIBRARY = __webpack_require__(140)
|
|
595
595
|
, $export = __webpack_require__(23)
|
|
596
|
-
, redefine = __webpack_require__(
|
|
596
|
+
, redefine = __webpack_require__(148)
|
|
597
597
|
, hide = __webpack_require__(13)
|
|
598
598
|
, has = __webpack_require__(17)
|
|
599
599
|
, Iterators = __webpack_require__(31)
|
|
600
|
-
, $iterCreate = __webpack_require__(
|
|
600
|
+
, $iterCreate = __webpack_require__(138)
|
|
601
601
|
, setToStringTag = __webpack_require__(55)
|
|
602
|
-
, getPrototypeOf = __webpack_require__(
|
|
602
|
+
, getPrototypeOf = __webpack_require__(145)
|
|
603
603
|
, ITERATOR = __webpack_require__(21)('iterator')
|
|
604
604
|
, BUGGY = !([].keys && 'next' in [].keys()) // Safari has buggy iterators w/o `next`
|
|
605
605
|
, FF_ITERATOR = '@@iterator'
|
|
@@ -916,7 +916,7 @@ module.exports =
|
|
|
916
916
|
_react2.default.createElement(Header, { title: title, closeButton: true }),
|
|
917
917
|
_react2.default.createElement(
|
|
918
918
|
Content,
|
|
919
|
-
{ style: {
|
|
919
|
+
{ style: { overflow: 'visible' } },
|
|
920
920
|
_react2.default.isValidElement(children) ? _react2.default.cloneElement(children) : null
|
|
921
921
|
),
|
|
922
922
|
_react2.default.createElement(
|
|
@@ -978,7 +978,7 @@ module.exports =
|
|
|
978
978
|
|
|
979
979
|
var _reactLightningDesignSystem = __webpack_require__(3);
|
|
980
980
|
|
|
981
|
-
var _util = __webpack_require__(
|
|
981
|
+
var _util = __webpack_require__(199);
|
|
982
982
|
|
|
983
983
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
984
984
|
|
|
@@ -1736,13 +1736,12 @@ module.exports =
|
|
|
1736
1736
|
|
|
1737
1737
|
return _react2.default.createElement(
|
|
1738
1738
|
'div',
|
|
1739
|
-
|
|
1739
|
+
{ style: style },
|
|
1740
1740
|
_react2.default.createElement(_reactLightningDesignSystem.Input, Object.assign({
|
|
1741
1741
|
label: label,
|
|
1742
1742
|
placeholder: placeholder,
|
|
1743
1743
|
required: required,
|
|
1744
|
-
error: ''
|
|
1745
|
-
style: style
|
|
1744
|
+
error: ''
|
|
1746
1745
|
}, input)),
|
|
1747
1746
|
touched && error && _react2.default.createElement(
|
|
1748
1747
|
'span',
|
|
@@ -1907,45 +1906,46 @@ module.exports =
|
|
|
1907
1906
|
/* 122 */,
|
|
1908
1907
|
/* 123 */,
|
|
1909
1908
|
/* 124 */,
|
|
1910
|
-
/* 125
|
|
1909
|
+
/* 125 */,
|
|
1910
|
+
/* 126 */
|
|
1911
1911
|
/***/ function(module, exports, __webpack_require__) {
|
|
1912
1912
|
|
|
1913
|
-
module.exports = { "default": __webpack_require__(
|
|
1913
|
+
module.exports = { "default": __webpack_require__(131), __esModule: true };
|
|
1914
1914
|
|
|
1915
1915
|
/***/ },
|
|
1916
|
-
/* 126 */,
|
|
1917
1916
|
/* 127 */,
|
|
1918
|
-
/* 128
|
|
1917
|
+
/* 128 */,
|
|
1918
|
+
/* 129 */
|
|
1919
1919
|
/***/ function(module, exports, __webpack_require__) {
|
|
1920
1920
|
|
|
1921
|
-
module.exports = { "default": __webpack_require__(
|
|
1921
|
+
module.exports = { "default": __webpack_require__(134), __esModule: true };
|
|
1922
1922
|
|
|
1923
1923
|
/***/ },
|
|
1924
|
-
/*
|
|
1925
|
-
/*
|
|
1924
|
+
/* 130 */,
|
|
1925
|
+
/* 131 */
|
|
1926
1926
|
/***/ function(module, exports, __webpack_require__) {
|
|
1927
1927
|
|
|
1928
|
+
__webpack_require__(157);
|
|
1928
1929
|
__webpack_require__(156);
|
|
1929
|
-
__webpack_require__(
|
|
1930
|
-
module.exports = __webpack_require__(150);
|
|
1930
|
+
module.exports = __webpack_require__(151);
|
|
1931
1931
|
|
|
1932
1932
|
/***/ },
|
|
1933
|
-
/* 131 */,
|
|
1934
1933
|
/* 132 */,
|
|
1935
|
-
/* 133
|
|
1934
|
+
/* 133 */,
|
|
1935
|
+
/* 134 */
|
|
1936
1936
|
/***/ function(module, exports, __webpack_require__) {
|
|
1937
1937
|
|
|
1938
|
-
__webpack_require__(
|
|
1938
|
+
__webpack_require__(155);
|
|
1939
1939
|
module.exports = __webpack_require__(8).Object.keys;
|
|
1940
1940
|
|
|
1941
1941
|
/***/ },
|
|
1942
|
-
/*
|
|
1942
|
+
/* 135 */
|
|
1943
1943
|
/***/ function(module, exports) {
|
|
1944
1944
|
|
|
1945
1945
|
module.exports = function(){ /* empty */ };
|
|
1946
1946
|
|
|
1947
1947
|
/***/ },
|
|
1948
|
-
/*
|
|
1948
|
+
/* 136 */
|
|
1949
1949
|
/***/ function(module, exports, __webpack_require__) {
|
|
1950
1950
|
|
|
1951
1951
|
// getting tag from 19.1.3.6 Object.prototype.toString()
|
|
@@ -1973,17 +1973,17 @@ module.exports =
|
|
|
1973
1973
|
};
|
|
1974
1974
|
|
|
1975
1975
|
/***/ },
|
|
1976
|
-
/*
|
|
1976
|
+
/* 137 */
|
|
1977
1977
|
/***/ function(module, exports, __webpack_require__) {
|
|
1978
1978
|
|
|
1979
1979
|
module.exports = __webpack_require__(6).document && document.documentElement;
|
|
1980
1980
|
|
|
1981
1981
|
/***/ },
|
|
1982
|
-
/*
|
|
1982
|
+
/* 138 */
|
|
1983
1983
|
/***/ function(module, exports, __webpack_require__) {
|
|
1984
1984
|
|
|
1985
1985
|
'use strict';
|
|
1986
|
-
var create = __webpack_require__(
|
|
1986
|
+
var create = __webpack_require__(142)
|
|
1987
1987
|
, descriptor = __webpack_require__(33)
|
|
1988
1988
|
, setToStringTag = __webpack_require__(55)
|
|
1989
1989
|
, IteratorPrototype = {};
|
|
@@ -1997,7 +1997,7 @@ module.exports =
|
|
|
1997
1997
|
};
|
|
1998
1998
|
|
|
1999
1999
|
/***/ },
|
|
2000
|
-
/*
|
|
2000
|
+
/* 139 */
|
|
2001
2001
|
/***/ function(module, exports) {
|
|
2002
2002
|
|
|
2003
2003
|
module.exports = function(done, value){
|
|
@@ -2005,19 +2005,19 @@ module.exports =
|
|
|
2005
2005
|
};
|
|
2006
2006
|
|
|
2007
2007
|
/***/ },
|
|
2008
|
-
/*
|
|
2008
|
+
/* 140 */
|
|
2009
2009
|
/***/ function(module, exports) {
|
|
2010
2010
|
|
|
2011
2011
|
module.exports = true;
|
|
2012
2012
|
|
|
2013
2013
|
/***/ },
|
|
2014
|
-
/*
|
|
2015
|
-
/*
|
|
2014
|
+
/* 141 */,
|
|
2015
|
+
/* 142 */
|
|
2016
2016
|
/***/ function(module, exports, __webpack_require__) {
|
|
2017
2017
|
|
|
2018
2018
|
// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
|
|
2019
2019
|
var anObject = __webpack_require__(15)
|
|
2020
|
-
, dPs = __webpack_require__(
|
|
2020
|
+
, dPs = __webpack_require__(143)
|
|
2021
2021
|
, enumBugKeys = __webpack_require__(29)
|
|
2022
2022
|
, IE_PROTO = __webpack_require__(24)('IE_PROTO')
|
|
2023
2023
|
, Empty = function(){ /* empty */ }
|
|
@@ -2032,7 +2032,7 @@ module.exports =
|
|
|
2032
2032
|
, gt = '>'
|
|
2033
2033
|
, iframeDocument;
|
|
2034
2034
|
iframe.style.display = 'none';
|
|
2035
|
-
__webpack_require__(
|
|
2035
|
+
__webpack_require__(137).appendChild(iframe);
|
|
2036
2036
|
iframe.src = 'javascript:'; // eslint-disable-line no-script-url
|
|
2037
2037
|
// createDict = iframe.contentWindow.Object;
|
|
2038
2038
|
// html.removeChild(iframe);
|
|
@@ -2059,7 +2059,7 @@ module.exports =
|
|
|
2059
2059
|
|
|
2060
2060
|
|
|
2061
2061
|
/***/ },
|
|
2062
|
-
/*
|
|
2062
|
+
/* 143 */
|
|
2063
2063
|
/***/ function(module, exports, __webpack_require__) {
|
|
2064
2064
|
|
|
2065
2065
|
var dP = __webpack_require__(18)
|
|
@@ -2077,8 +2077,8 @@ module.exports =
|
|
|
2077
2077
|
};
|
|
2078
2078
|
|
|
2079
2079
|
/***/ },
|
|
2080
|
-
/*
|
|
2081
|
-
/*
|
|
2080
|
+
/* 144 */,
|
|
2081
|
+
/* 145 */
|
|
2082
2082
|
/***/ function(module, exports, __webpack_require__) {
|
|
2083
2083
|
|
|
2084
2084
|
// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
|
|
@@ -2096,8 +2096,8 @@ module.exports =
|
|
|
2096
2096
|
};
|
|
2097
2097
|
|
|
2098
2098
|
/***/ },
|
|
2099
|
-
/*
|
|
2100
|
-
/*
|
|
2099
|
+
/* 146 */,
|
|
2100
|
+
/* 147 */
|
|
2101
2101
|
/***/ function(module, exports, __webpack_require__) {
|
|
2102
2102
|
|
|
2103
2103
|
// most Object methods by ES6 should accept primitives
|
|
@@ -2112,13 +2112,13 @@ module.exports =
|
|
|
2112
2112
|
};
|
|
2113
2113
|
|
|
2114
2114
|
/***/ },
|
|
2115
|
-
/*
|
|
2115
|
+
/* 148 */
|
|
2116
2116
|
/***/ function(module, exports, __webpack_require__) {
|
|
2117
2117
|
|
|
2118
2118
|
module.exports = __webpack_require__(13);
|
|
2119
2119
|
|
|
2120
2120
|
/***/ },
|
|
2121
|
-
/*
|
|
2121
|
+
/* 149 */
|
|
2122
2122
|
/***/ function(module, exports, __webpack_require__) {
|
|
2123
2123
|
|
|
2124
2124
|
var toInteger = __webpack_require__(19)
|
|
@@ -2140,10 +2140,10 @@ module.exports =
|
|
|
2140
2140
|
};
|
|
2141
2141
|
|
|
2142
2142
|
/***/ },
|
|
2143
|
-
/*
|
|
2143
|
+
/* 150 */
|
|
2144
2144
|
/***/ function(module, exports, __webpack_require__) {
|
|
2145
2145
|
|
|
2146
|
-
var classof = __webpack_require__(
|
|
2146
|
+
var classof = __webpack_require__(136)
|
|
2147
2147
|
, ITERATOR = __webpack_require__(21)('iterator')
|
|
2148
2148
|
, Iterators = __webpack_require__(31);
|
|
2149
2149
|
module.exports = __webpack_require__(8).getIteratorMethod = function(it){
|
|
@@ -2153,11 +2153,11 @@ module.exports =
|
|
|
2153
2153
|
};
|
|
2154
2154
|
|
|
2155
2155
|
/***/ },
|
|
2156
|
-
/*
|
|
2156
|
+
/* 151 */
|
|
2157
2157
|
/***/ function(module, exports, __webpack_require__) {
|
|
2158
2158
|
|
|
2159
2159
|
var anObject = __webpack_require__(15)
|
|
2160
|
-
, get = __webpack_require__(
|
|
2160
|
+
, get = __webpack_require__(150);
|
|
2161
2161
|
module.exports = __webpack_require__(8).getIterator = function(it){
|
|
2162
2162
|
var iterFn = get(it);
|
|
2163
2163
|
if(typeof iterFn != 'function')throw TypeError(it + ' is not iterable!');
|
|
@@ -2165,12 +2165,12 @@ module.exports =
|
|
|
2165
2165
|
};
|
|
2166
2166
|
|
|
2167
2167
|
/***/ },
|
|
2168
|
-
/*
|
|
2168
|
+
/* 152 */
|
|
2169
2169
|
/***/ function(module, exports, __webpack_require__) {
|
|
2170
2170
|
|
|
2171
2171
|
'use strict';
|
|
2172
|
-
var addToUnscopables = __webpack_require__(
|
|
2173
|
-
, step = __webpack_require__(
|
|
2172
|
+
var addToUnscopables = __webpack_require__(135)
|
|
2173
|
+
, step = __webpack_require__(139)
|
|
2174
2174
|
, Iterators = __webpack_require__(31)
|
|
2175
2175
|
, toIObject = __webpack_require__(20);
|
|
2176
2176
|
|
|
@@ -2204,27 +2204,27 @@ module.exports =
|
|
|
2204
2204
|
addToUnscopables('entries');
|
|
2205
2205
|
|
|
2206
2206
|
/***/ },
|
|
2207
|
-
/* 152 */,
|
|
2208
2207
|
/* 153 */,
|
|
2209
|
-
/* 154
|
|
2208
|
+
/* 154 */,
|
|
2209
|
+
/* 155 */
|
|
2210
2210
|
/***/ function(module, exports, __webpack_require__) {
|
|
2211
2211
|
|
|
2212
2212
|
// 19.1.2.14 Object.keys(O)
|
|
2213
2213
|
var toObject = __webpack_require__(35)
|
|
2214
2214
|
, $keys = __webpack_require__(32);
|
|
2215
2215
|
|
|
2216
|
-
__webpack_require__(
|
|
2216
|
+
__webpack_require__(147)('keys', function(){
|
|
2217
2217
|
return function keys(it){
|
|
2218
2218
|
return $keys(toObject(it));
|
|
2219
2219
|
};
|
|
2220
2220
|
});
|
|
2221
2221
|
|
|
2222
2222
|
/***/ },
|
|
2223
|
-
/*
|
|
2223
|
+
/* 156 */
|
|
2224
2224
|
/***/ function(module, exports, __webpack_require__) {
|
|
2225
2225
|
|
|
2226
2226
|
'use strict';
|
|
2227
|
-
var $at = __webpack_require__(
|
|
2227
|
+
var $at = __webpack_require__(149)(true);
|
|
2228
2228
|
|
|
2229
2229
|
// 21.1.3.27 String.prototype[@@iterator]()
|
|
2230
2230
|
__webpack_require__(54)(String, 'String', function(iterated){
|
|
@@ -2242,10 +2242,10 @@ module.exports =
|
|
|
2242
2242
|
});
|
|
2243
2243
|
|
|
2244
2244
|
/***/ },
|
|
2245
|
-
/*
|
|
2245
|
+
/* 157 */
|
|
2246
2246
|
/***/ function(module, exports, __webpack_require__) {
|
|
2247
2247
|
|
|
2248
|
-
__webpack_require__(
|
|
2248
|
+
__webpack_require__(152);
|
|
2249
2249
|
var global = __webpack_require__(6)
|
|
2250
2250
|
, hide = __webpack_require__(13)
|
|
2251
2251
|
, Iterators = __webpack_require__(31)
|
|
@@ -2260,7 +2260,6 @@ module.exports =
|
|
|
2260
2260
|
}
|
|
2261
2261
|
|
|
2262
2262
|
/***/ },
|
|
2263
|
-
/* 157 */,
|
|
2264
2263
|
/* 158 */,
|
|
2265
2264
|
/* 159 */,
|
|
2266
2265
|
/* 160 */,
|
|
@@ -2301,7 +2300,8 @@ module.exports =
|
|
|
2301
2300
|
/* 195 */,
|
|
2302
2301
|
/* 196 */,
|
|
2303
2302
|
/* 197 */,
|
|
2304
|
-
/* 198
|
|
2303
|
+
/* 198 */,
|
|
2304
|
+
/* 199 */
|
|
2305
2305
|
/***/ function(module, exports, __webpack_require__) {
|
|
2306
2306
|
|
|
2307
2307
|
'use strict';
|
|
@@ -2310,11 +2310,11 @@ module.exports =
|
|
|
2310
2310
|
value: true
|
|
2311
2311
|
});
|
|
2312
2312
|
|
|
2313
|
-
var _keys = __webpack_require__(
|
|
2313
|
+
var _keys = __webpack_require__(129);
|
|
2314
2314
|
|
|
2315
2315
|
var _keys2 = _interopRequireDefault(_keys);
|
|
2316
2316
|
|
|
2317
|
-
var _getIterator2 = __webpack_require__(
|
|
2317
|
+
var _getIterator2 = __webpack_require__(126);
|
|
2318
2318
|
|
|
2319
2319
|
var _getIterator3 = _interopRequireDefault(_getIterator2);
|
|
2320
2320
|
|