tabby-sync-selective 1.1.1 → 1.1.5
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/README.md +62 -11
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +30 -262
- package/dist/src/components/cloud-sync-settings.component.d.ts +162 -174
- package/dist/src/components/custom-sync-fields-dialog/custom-sync-fields-dialog.component.d.ts +262 -0
- package/dist/src/components/sub-components/about/about.component.d.ts +1 -0
- package/dist/src/components/sub-components/amazon/amazon-settings.component.d.ts +149 -22
- package/dist/src/components/sub-components/dropbox/dropbox-settings.component.d.ts +149 -22
- package/dist/src/components/sub-components/ftp/ftp-settings.component.d.ts +149 -22
- package/dist/src/components/sub-components/gist/gist-settings.component.d.ts +149 -22
- package/dist/src/components/sub-components/webdav/webdav-settings.component.d.ts +149 -22
- package/dist/src/components/sync-sections-dialog/sync-sections-dialog.component.d.ts +163 -25
- package/dist/src/data/lang.d.ts +150 -22
- package/dist/src/services/custom-sync-fields-dialog.service.d.ts +8 -0
- package/dist/src/utils/cloud-path.d.ts +1 -0
- package/dist/src/utils/config-merge.d.ts +3 -0
- package/dist/src/utils/locale-helper.d.ts +3 -0
- package/package.json +10 -10
|
@@ -86,6 +86,10 @@
|
|
|
86
86
|
!*** external "timers" ***!
|
|
87
87
|
\*************************/
|
|
88
88
|
|
|
89
|
+
/*!*************************!*\
|
|
90
|
+
!*** external "webdav" ***!
|
|
91
|
+
\*************************/
|
|
92
|
+
|
|
89
93
|
/*!**************************!*\
|
|
90
94
|
!*** ./src/data/lang.ts ***!
|
|
91
95
|
\**************************/
|
|
@@ -114,10 +118,6 @@
|
|
|
114
118
|
!*** external "querystring" ***!
|
|
115
119
|
\******************************/
|
|
116
120
|
|
|
117
|
-
/*!*******************************!*\
|
|
118
|
-
!*** ./node_modules/he/he.js ***!
|
|
119
|
-
\*******************************/
|
|
120
|
-
|
|
121
121
|
/*!********************************!*\
|
|
122
122
|
!*** external "@angular/core" ***!
|
|
123
123
|
\********************************/
|
|
@@ -138,6 +138,10 @@
|
|
|
138
138
|
!*** ./node_modules/uuid/v4.js ***!
|
|
139
139
|
\*********************************/
|
|
140
140
|
|
|
141
|
+
/*!*********************************!*\
|
|
142
|
+
!*** ./src/utils/cloud-path.ts ***!
|
|
143
|
+
\*********************************/
|
|
144
|
+
|
|
141
145
|
/*!*********************************!*\
|
|
142
146
|
!*** external "@angular/forms" ***!
|
|
143
147
|
\*********************************/
|
|
@@ -179,12 +183,12 @@
|
|
|
179
183
|
\************************************/
|
|
180
184
|
|
|
181
185
|
/*!************************************!*\
|
|
182
|
-
!***
|
|
186
|
+
!*** ./src/utils/locale-helper.ts ***!
|
|
183
187
|
\************************************/
|
|
184
188
|
|
|
185
|
-
|
|
186
|
-
!***
|
|
187
|
-
|
|
189
|
+
/*!************************************!*\
|
|
190
|
+
!*** external "terminus-settings" ***!
|
|
191
|
+
\************************************/
|
|
188
192
|
|
|
189
193
|
/*!*************************************!*\
|
|
190
194
|
!*** ./node_modules/lodash/_Map.js ***!
|
|
@@ -246,10 +250,6 @@
|
|
|
246
250
|
!*** ./src/services/dev-constants.ts ***!
|
|
247
251
|
\***************************************/
|
|
248
252
|
|
|
249
|
-
/*!****************************************!*\
|
|
250
|
-
!*** ./node_modules/base-64/base64.js ***!
|
|
251
|
-
\****************************************/
|
|
252
|
-
|
|
253
253
|
/*!****************************************!*\
|
|
254
254
|
!*** ./node_modules/debug/src/node.js ***!
|
|
255
255
|
\****************************************/
|
|
@@ -278,18 +278,10 @@
|
|
|
278
278
|
!*** ./node_modules/xml2js/lib/bom.js ***!
|
|
279
279
|
\****************************************/
|
|
280
280
|
|
|
281
|
-
/*!*****************************************!*\
|
|
282
|
-
!*** ./node_modules/charenc/charenc.js ***!
|
|
283
|
-
\*****************************************/
|
|
284
|
-
|
|
285
281
|
/*!*****************************************!*\
|
|
286
282
|
!*** ./node_modules/debug/src/index.js ***!
|
|
287
283
|
\*****************************************/
|
|
288
284
|
|
|
289
|
-
/*!*****************************************!*\
|
|
290
|
-
!*** ./node_modules/is-buffer/index.js ***!
|
|
291
|
-
\*****************************************/
|
|
292
|
-
|
|
293
285
|
/*!*****************************************!*\
|
|
294
286
|
!*** ./node_modules/lodash/_Promise.js ***!
|
|
295
287
|
\*****************************************/
|
|
@@ -366,14 +358,6 @@
|
|
|
366
358
|
!*** ./node_modules/lodash/toString.js ***!
|
|
367
359
|
\*****************************************/
|
|
368
360
|
|
|
369
|
-
/*!*****************************************!*\
|
|
370
|
-
!*** ./node_modules/url-parse/index.js ***!
|
|
371
|
-
\*****************************************/
|
|
372
|
-
|
|
373
|
-
/*!******************************************!*\
|
|
374
|
-
!*** ./node_modules/concat-map/index.js ***!
|
|
375
|
-
\******************************************/
|
|
376
|
-
|
|
377
361
|
/*!******************************************!*\
|
|
378
362
|
!*** ./node_modules/debug/src/common.js ***!
|
|
379
363
|
\******************************************/
|
|
@@ -458,10 +442,6 @@
|
|
|
458
442
|
!*** ./node_modules/lodash/stubFalse.js ***!
|
|
459
443
|
\******************************************/
|
|
460
444
|
|
|
461
|
-
/*!******************************************!*\
|
|
462
|
-
!*** ./node_modules/path-posix/index.js ***!
|
|
463
|
-
\******************************************/
|
|
464
|
-
|
|
465
445
|
/*!******************************************!*\
|
|
466
446
|
!*** ./node_modules/tr46/lib/regexes.js ***!
|
|
467
447
|
\******************************************/
|
|
@@ -478,22 +458,6 @@
|
|
|
478
458
|
!*** ./node_modules/jmespath/jmespath.js ***!
|
|
479
459
|
\*******************************************/
|
|
480
460
|
|
|
481
|
-
/*!*******************************************!*\
|
|
482
|
-
!*** ./node_modules/layerr/dist/error.js ***!
|
|
483
|
-
\*******************************************/
|
|
484
|
-
|
|
485
|
-
/*!*******************************************!*\
|
|
486
|
-
!*** ./node_modules/layerr/dist/index.js ***!
|
|
487
|
-
\*******************************************/
|
|
488
|
-
|
|
489
|
-
/*!*******************************************!*\
|
|
490
|
-
!*** ./node_modules/layerr/dist/tools.js ***!
|
|
491
|
-
\*******************************************/
|
|
492
|
-
|
|
493
|
-
/*!*******************************************!*\
|
|
494
|
-
!*** ./node_modules/layerr/dist/types.js ***!
|
|
495
|
-
\*******************************************/
|
|
496
|
-
|
|
497
461
|
/*!*******************************************!*\
|
|
498
462
|
!*** ./node_modules/lodash/_ListCache.js ***!
|
|
499
463
|
\*******************************************/
|
|
@@ -550,10 +514,6 @@
|
|
|
550
514
|
!*** ./src/utils/cloud-components/FTP.ts ***!
|
|
551
515
|
\*******************************************/
|
|
552
516
|
|
|
553
|
-
/*!********************************************!*\
|
|
554
|
-
!*** ./node_modules/layerr/dist/layerr.js ***!
|
|
555
|
-
\********************************************/
|
|
556
|
-
|
|
557
517
|
/*!********************************************!*\
|
|
558
518
|
!*** ./node_modules/lodash/_Uint8Array.js ***!
|
|
559
519
|
\********************************************/
|
|
@@ -706,14 +666,6 @@
|
|
|
706
666
|
!*** ./node_modules/lodash/isTypedArray.js ***!
|
|
707
667
|
\*********************************************/
|
|
708
668
|
|
|
709
|
-
/*!*********************************************!*\
|
|
710
|
-
!*** ./node_modules/minimatch/minimatch.js ***!
|
|
711
|
-
\*********************************************/
|
|
712
|
-
|
|
713
|
-
/*!*********************************************!*\
|
|
714
|
-
!*** ./node_modules/requires-port/index.js ***!
|
|
715
|
-
\*********************************************/
|
|
716
|
-
|
|
717
669
|
/*!*********************************************!*\
|
|
718
670
|
!*** ./node_modules/whatwg-url/dist/URL.js ***!
|
|
719
671
|
\*********************************************/
|
|
@@ -726,10 +678,6 @@
|
|
|
726
678
|
!*** external "@ng-bootstrap/ng-bootstrap" ***!
|
|
727
679
|
\*********************************************/
|
|
728
680
|
|
|
729
|
-
/*!**********************************************!*\
|
|
730
|
-
!*** ./node_modules/balanced-match/index.js ***!
|
|
731
|
-
\**********************************************/
|
|
732
|
-
|
|
733
681
|
/*!**********************************************!*\
|
|
734
682
|
!*** ./node_modules/lodash/_assocIndexOf.js ***!
|
|
735
683
|
\**********************************************/
|
|
@@ -778,10 +726,6 @@
|
|
|
778
726
|
!*** ./node_modules/lodash/_stringToPath.js ***!
|
|
779
727
|
\**********************************************/
|
|
780
728
|
|
|
781
|
-
/*!**********************************************!*\
|
|
782
|
-
!*** ./node_modules/querystringify/index.js ***!
|
|
783
|
-
\**********************************************/
|
|
784
|
-
|
|
785
729
|
/*!**********************************************!*\
|
|
786
730
|
!*** ./node_modules/supports-color/index.js ***!
|
|
787
731
|
\**********************************************/
|
|
@@ -810,10 +754,6 @@
|
|
|
810
754
|
!*** ./src/utils/cloud-components/WebDav.ts ***!
|
|
811
755
|
\**********************************************/
|
|
812
756
|
|
|
813
|
-
/*!***********************************************!*\
|
|
814
|
-
!*** ./node_modules/brace-expansion/index.js ***!
|
|
815
|
-
\***********************************************/
|
|
816
|
-
|
|
817
757
|
/*!***********************************************!*\
|
|
818
758
|
!*** ./node_modules/lodash/_arrayLikeKeys.js ***!
|
|
819
759
|
\***********************************************/
|
|
@@ -838,10 +778,6 @@
|
|
|
838
778
|
!*** ./node_modules/node-fetch/lib/index.mjs ***!
|
|
839
779
|
\***********************************************/
|
|
840
780
|
|
|
841
|
-
/*!***********************************************!*\
|
|
842
|
-
!*** ./node_modules/url-join/lib/url-join.js ***!
|
|
843
|
-
\***********************************************/
|
|
844
|
-
|
|
845
781
|
/*!***********************************************!*\
|
|
846
782
|
!*** ./node_modules/whatwg-url/dist/infra.js ***!
|
|
847
783
|
\***********************************************/
|
|
@@ -946,14 +882,6 @@
|
|
|
946
882
|
!*** ./node_modules/xmlbuilder/lib/XMLCData.js ***!
|
|
947
883
|
\*************************************************/
|
|
948
884
|
|
|
949
|
-
/*!**************************************************!*\
|
|
950
|
-
!*** ./node_modules/fast-xml-parser/src/util.js ***!
|
|
951
|
-
\**************************************************/
|
|
952
|
-
|
|
953
|
-
/*!**************************************************!*\
|
|
954
|
-
!*** ./node_modules/hot-patcher/source/index.js ***!
|
|
955
|
-
\**************************************************/
|
|
956
|
-
|
|
957
885
|
/*!**************************************************!*\
|
|
958
886
|
!*** ./node_modules/lodash/_baseIsTypedArray.js ***!
|
|
959
887
|
\**************************************************/
|
|
@@ -998,10 +926,6 @@
|
|
|
998
926
|
!*** ./src/utils/cloud-components/gists/gitee.ts ***!
|
|
999
927
|
\***************************************************/
|
|
1000
928
|
|
|
1001
|
-
/*!****************************************************!*\
|
|
1002
|
-
!*** ./node_modules/fast-xml-parser/src/parser.js ***!
|
|
1003
|
-
\****************************************************/
|
|
1004
|
-
|
|
1005
929
|
/*!****************************************************!*\
|
|
1006
930
|
!*** ./node_modules/lodash/_isStrictComparable.js ***!
|
|
1007
931
|
\****************************************************/
|
|
@@ -1022,10 +946,6 @@
|
|
|
1022
946
|
!*** ./src/utils/cloud-components/gists/gitlab.ts ***!
|
|
1023
947
|
\****************************************************/
|
|
1024
948
|
|
|
1025
|
-
/*!*****************************************************!*\
|
|
1026
|
-
!*** ./node_modules/fast-xml-parser/src/xmlNode.js ***!
|
|
1027
|
-
\*****************************************************/
|
|
1028
|
-
|
|
1029
949
|
/*!*****************************************************!*\
|
|
1030
950
|
!*** ./node_modules/lodash/_baseMatchesProperty.js ***!
|
|
1031
951
|
\*****************************************************/
|
|
@@ -1038,18 +958,6 @@
|
|
|
1038
958
|
!*** ./node_modules/xmlbuilder/lib/XMLDTDEntity.js ***!
|
|
1039
959
|
\*****************************************************/
|
|
1040
960
|
|
|
1041
|
-
/*!******************************************************!*\
|
|
1042
|
-
!*** ./node_modules/fast-xml-parser/src/json2xml.js ***!
|
|
1043
|
-
\******************************************************/
|
|
1044
|
-
|
|
1045
|
-
/*!******************************************************!*\
|
|
1046
|
-
!*** ./node_modules/fast-xml-parser/src/nimndata.js ***!
|
|
1047
|
-
\******************************************************/
|
|
1048
|
-
|
|
1049
|
-
/*!******************************************************!*\
|
|
1050
|
-
!*** ./node_modules/hot-patcher/source/functions.js ***!
|
|
1051
|
-
\******************************************************/
|
|
1052
|
-
|
|
1053
961
|
/*!******************************************************!*\
|
|
1054
962
|
!*** ./node_modules/webidl-conversions/lib/index.js ***!
|
|
1055
963
|
\******************************************************/
|
|
@@ -1078,14 +986,6 @@
|
|
|
1078
986
|
!*** ./src/services/sync-sections-dialog.service.ts ***!
|
|
1079
987
|
\******************************************************/
|
|
1080
988
|
|
|
1081
|
-
/*!*******************************************************!*\
|
|
1082
|
-
!*** ./node_modules/fast-xml-parser/src/node2json.js ***!
|
|
1083
|
-
\*******************************************************/
|
|
1084
|
-
|
|
1085
|
-
/*!*******************************************************!*\
|
|
1086
|
-
!*** ./node_modules/fast-xml-parser/src/validator.js ***!
|
|
1087
|
-
\*******************************************************/
|
|
1088
|
-
|
|
1089
989
|
/*!*******************************************************!*\
|
|
1090
990
|
!*** ./node_modules/xmlbuilder/lib/XMLDTDNotation.js ***!
|
|
1091
991
|
\*******************************************************/
|
|
@@ -1130,10 +1030,6 @@
|
|
|
1130
1030
|
!*** ./src/components/feeback-form/feeback.component.ts ***!
|
|
1131
1031
|
\**********************************************************/
|
|
1132
1032
|
|
|
1133
|
-
/*!***********************************************************!*\
|
|
1134
|
-
!*** ./node_modules/fast-xml-parser/src/node2json_str.js ***!
|
|
1135
|
-
\***********************************************************/
|
|
1136
|
-
|
|
1137
1033
|
/*!***********************************************************!*\
|
|
1138
1034
|
!*** ./node_modules/whatwg-url/dist/url-state-machine.js ***!
|
|
1139
1035
|
\***********************************************************/
|
|
@@ -1146,9 +1042,9 @@
|
|
|
1146
1042
|
!*** ./src/components/support-us/support-us.component.ts ***!
|
|
1147
1043
|
\***********************************************************/
|
|
1148
1044
|
|
|
1149
|
-
|
|
1150
|
-
!*** ./
|
|
1151
|
-
|
|
1045
|
+
/*!***********************************************************!*\
|
|
1046
|
+
!*** ./src/services/custom-sync-fields-dialog.service.ts ***!
|
|
1047
|
+
\***********************************************************/
|
|
1152
1048
|
|
|
1153
1049
|
/*!************************************************************!*\
|
|
1154
1050
|
!*** ./src/components/feeback-form/feedback.component.pug ***!
|
|
@@ -1170,14 +1066,6 @@
|
|
|
1170
1066
|
!*** ./src/components/support-us/support-us.component.scss ***!
|
|
1171
1067
|
\*************************************************************/
|
|
1172
1068
|
|
|
1173
|
-
/*!**************************************************************!*\
|
|
1174
|
-
!*** ./node_modules/.pnpm/md5@2.3.0/node_modules/md5/md5.js ***!
|
|
1175
|
-
\**************************************************************/
|
|
1176
|
-
|
|
1177
|
-
/*!**************************************************************!*\
|
|
1178
|
-
!*** ./node_modules/nested-property/dist/nested-property.js ***!
|
|
1179
|
-
\**************************************************************/
|
|
1180
|
-
|
|
1181
1069
|
/*!**************************************************************!*\
|
|
1182
1070
|
!*** ./node_modules/whatwg-url/dist/URLSearchParams-impl.js ***!
|
|
1183
1071
|
\**************************************************************/
|
|
@@ -2210,14 +2098,6 @@
|
|
|
2210
2098
|
!*** ./node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/coerce.js ***!
|
|
2211
2099
|
\*********************************************************************************/
|
|
2212
2100
|
|
|
2213
|
-
/*!*********************************************************************************!*\
|
|
2214
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/index.js ***!
|
|
2215
|
-
\*********************************************************************************/
|
|
2216
|
-
|
|
2217
|
-
/*!*********************************************************************************!*\
|
|
2218
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/types.js ***!
|
|
2219
|
-
\*********************************************************************************/
|
|
2220
|
-
|
|
2221
2101
|
/*!*********************************************************************************!*\
|
|
2222
2102
|
!*** ./src/components/sync-sections-dialog/sync-sections-dialog.component.scss ***!
|
|
2223
2103
|
\*********************************************************************************/
|
|
@@ -2294,14 +2174,6 @@
|
|
|
2294
2174
|
!*** ./node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/min-version.js ***!
|
|
2295
2175
|
\***********************************************************************************/
|
|
2296
2176
|
|
|
2297
|
-
/*!***********************************************************************************!*\
|
|
2298
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/factory.js ***!
|
|
2299
|
-
\***********************************************************************************/
|
|
2300
|
-
|
|
2301
|
-
/*!***********************************************************************************!*\
|
|
2302
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/request.js ***!
|
|
2303
|
-
\***********************************************************************************/
|
|
2304
|
-
|
|
2305
2177
|
/*!************************************************************************************!*\
|
|
2306
2178
|
!*** ./node_modules/.pnpm/axios@0.21.4/node_modules/axios/lib/core/createError.js ***!
|
|
2307
2179
|
\************************************************************************************/
|
|
@@ -2346,10 +2218,6 @@
|
|
|
2346
2218
|
!*** ./node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/satisfies.js ***!
|
|
2347
2219
|
\************************************************************************************/
|
|
2348
2220
|
|
|
2349
|
-
/*!************************************************************************************!*\
|
|
2350
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/response.js ***!
|
|
2351
|
-
\************************************************************************************/
|
|
2352
|
-
|
|
2353
2221
|
/*!*************************************************************************************!*\
|
|
2354
2222
|
!*** ./node_modules/.pnpm/axios@0.21.4/node_modules/axios/lib/core/enhanceError.js ***!
|
|
2355
2223
|
\*************************************************************************************/
|
|
@@ -2362,10 +2230,6 @@
|
|
|
2362
2230
|
!*** ./node_modules/.pnpm/basic-ftp@4.6.6/node_modules/basic-ftp/dist/parseList.js ***!
|
|
2363
2231
|
\*************************************************************************************/
|
|
2364
2232
|
|
|
2365
|
-
/*!*************************************************************************************!*\
|
|
2366
|
-
!*** ./node_modules/.pnpm/byte-length@1.0.2/node_modules/byte-length/dist/index.js ***!
|
|
2367
|
-
\*************************************************************************************/
|
|
2368
|
-
|
|
2369
2233
|
/*!*************************************************************************************!*\
|
|
2370
2234
|
!*** ./node_modules/.pnpm/js-yaml@4.1.1/node_modules/js-yaml/lib/schema/default.js ***!
|
|
2371
2235
|
\*************************************************************************************/
|
|
@@ -2382,18 +2246,6 @@
|
|
|
2382
2246
|
!*** ./node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/identifiers.js ***!
|
|
2383
2247
|
\*************************************************************************************/
|
|
2384
2248
|
|
|
2385
|
-
/*!*************************************************************************************!*\
|
|
2386
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/tools/dav.js ***!
|
|
2387
|
-
\*************************************************************************************/
|
|
2388
|
-
|
|
2389
|
-
/*!*************************************************************************************!*\
|
|
2390
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/tools/url.js ***!
|
|
2391
|
-
\*************************************************************************************/
|
|
2392
|
-
|
|
2393
|
-
/*!*************************************************************************************!*\
|
|
2394
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/tools/xml.js ***!
|
|
2395
|
-
\*************************************************************************************/
|
|
2396
|
-
|
|
2397
2249
|
/*!**************************************************************************************!*\
|
|
2398
2250
|
!*** ./node_modules/.pnpm/axios@0.21.4/node_modules/axios/lib/cancel/CancelToken.js ***!
|
|
2399
2251
|
\**************************************************************************************/
|
|
@@ -2434,26 +2286,6 @@
|
|
|
2434
2286
|
!*** ./node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/to-comparators.js ***!
|
|
2435
2287
|
\**************************************************************************************/
|
|
2436
2288
|
|
|
2437
|
-
/*!**************************************************************************************!*\
|
|
2438
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/auth/basic.js ***!
|
|
2439
|
-
\**************************************************************************************/
|
|
2440
|
-
|
|
2441
|
-
/*!**************************************************************************************!*\
|
|
2442
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/auth/index.js ***!
|
|
2443
|
-
\**************************************************************************************/
|
|
2444
|
-
|
|
2445
|
-
/*!**************************************************************************************!*\
|
|
2446
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/auth/oauth.js ***!
|
|
2447
|
-
\**************************************************************************************/
|
|
2448
|
-
|
|
2449
|
-
/*!**************************************************************************************!*\
|
|
2450
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/tools/path.js ***!
|
|
2451
|
-
\**************************************************************************************/
|
|
2452
|
-
|
|
2453
|
-
/*!**************************************************************************************!*\
|
|
2454
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/tools/size.js ***!
|
|
2455
|
-
\**************************************************************************************/
|
|
2456
|
-
|
|
2457
2289
|
/*!***************************************************************************************!*\
|
|
2458
2290
|
!*** ./node_modules/.pnpm/axios@0.21.4/node_modules/axios/lib/helpers/combineURLs.js ***!
|
|
2459
2291
|
\***************************************************************************************/
|
|
@@ -2466,18 +2298,6 @@
|
|
|
2466
2298
|
!*** ./node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/parse-options.js ***!
|
|
2467
2299
|
\***************************************************************************************/
|
|
2468
2300
|
|
|
2469
|
-
/*!***************************************************************************************!*\
|
|
2470
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/auth/digest.js ***!
|
|
2471
|
-
\***************************************************************************************/
|
|
2472
|
-
|
|
2473
|
-
/*!***************************************************************************************!*\
|
|
2474
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/tools/merge.js ***!
|
|
2475
|
-
\***************************************************************************************/
|
|
2476
|
-
|
|
2477
|
-
/*!***************************************************************************************!*\
|
|
2478
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/tools/quota.js ***!
|
|
2479
|
-
\***************************************************************************************/
|
|
2480
|
-
|
|
2481
2301
|
/*!****************************************************************************************!*\
|
|
2482
2302
|
!*** ./node_modules/.pnpm/axios@0.21.4/node_modules/axios/lib/core/dispatchRequest.js ***!
|
|
2483
2303
|
\****************************************************************************************/
|
|
@@ -2506,14 +2326,6 @@
|
|
|
2506
2326
|
!*** ./node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/compare-loose.js ***!
|
|
2507
2327
|
\****************************************************************************************/
|
|
2508
2328
|
|
|
2509
|
-
/*!****************************************************************************************!*\
|
|
2510
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/tools/crypto.js ***!
|
|
2511
|
-
\****************************************************************************************/
|
|
2512
|
-
|
|
2513
|
-
/*!****************************************************************************************!*\
|
|
2514
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/tools/encode.js ***!
|
|
2515
|
-
\****************************************************************************************/
|
|
2516
|
-
|
|
2517
2329
|
/*!****************************************************************************************!*\
|
|
2518
2330
|
!*** ./src/components/sub-components/check-for-updates/check-for-updates.component.ts ***!
|
|
2519
2331
|
\****************************************************************************************/
|
|
@@ -2531,11 +2343,7 @@
|
|
|
2531
2343
|
\*****************************************************************************************/
|
|
2532
2344
|
|
|
2533
2345
|
/*!*****************************************************************************************!*\
|
|
2534
|
-
!*** ./
|
|
2535
|
-
\*****************************************************************************************/
|
|
2536
|
-
|
|
2537
|
-
/*!*****************************************************************************************!*\
|
|
2538
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/tools/headers.js ***!
|
|
2346
|
+
!*** ./src/components/custom-sync-fields-dialog/custom-sync-fields-dialog.component.ts ***!
|
|
2539
2347
|
\*****************************************************************************************/
|
|
2540
2348
|
|
|
2541
2349
|
/*!*****************************************************************************************!*\
|
|
@@ -2547,7 +2355,7 @@
|
|
|
2547
2355
|
\******************************************************************************************/
|
|
2548
2356
|
|
|
2549
2357
|
/*!******************************************************************************************!*\
|
|
2550
|
-
!*** ./
|
|
2358
|
+
!*** ./src/components/custom-sync-fields-dialog/custom-sync-fields-dialog.component.pug ***!
|
|
2551
2359
|
\******************************************************************************************/
|
|
2552
2360
|
|
|
2553
2361
|
/*!******************************************************************************************!*\
|
|
@@ -2567,73 +2375,21 @@
|
|
|
2567
2375
|
\*******************************************************************************************/
|
|
2568
2376
|
|
|
2569
2377
|
/*!*******************************************************************************************!*\
|
|
2570
|
-
!*** ./
|
|
2571
|
-
\*******************************************************************************************/
|
|
2572
|
-
|
|
2573
|
-
/*!*******************************************************************************************!*\
|
|
2574
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/operations/stat.js ***!
|
|
2378
|
+
!*** ./src/components/custom-sync-fields-dialog/custom-sync-fields-dialog.component.scss ***!
|
|
2575
2379
|
\*******************************************************************************************/
|
|
2576
2380
|
|
|
2577
|
-
/*!*********************************************************************************************!*\
|
|
2578
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/operations/exists.js ***!
|
|
2579
|
-
\*********************************************************************************************/
|
|
2580
|
-
|
|
2581
|
-
/*!**********************************************************************************************!*\
|
|
2582
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/compat/arrayBuffer.js ***!
|
|
2583
|
-
\**********************************************************************************************/
|
|
2584
|
-
|
|
2585
2381
|
/*!***********************************************************************************************!*\
|
|
2586
2382
|
!*** ./node_modules/.pnpm/axios@0.21.4/node_modules/axios/lib/helpers/normalizeHeaderName.js ***!
|
|
2587
2383
|
\***********************************************************************************************/
|
|
2588
2384
|
|
|
2589
|
-
/*!***********************************************************************************************!*\
|
|
2590
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/operations/copyFile.js ***!
|
|
2591
|
-
\***********************************************************************************************/
|
|
2592
|
-
|
|
2593
|
-
/*!***********************************************************************************************!*\
|
|
2594
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/operations/getQuota.js ***!
|
|
2595
|
-
\***********************************************************************************************/
|
|
2596
|
-
|
|
2597
|
-
/*!***********************************************************************************************!*\
|
|
2598
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/operations/moveFile.js ***!
|
|
2599
|
-
\***********************************************************************************************/
|
|
2600
|
-
|
|
2601
2385
|
/*!************************************************************************************************!*\
|
|
2602
2386
|
!*** ./node_modules/.pnpm/basic-ftp@4.6.6/node_modules/basic-ftp/dist/parseControlResponse.js ***!
|
|
2603
2387
|
\************************************************************************************************/
|
|
2604
2388
|
|
|
2605
|
-
/*!*************************************************************************************************!*\
|
|
2606
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/operations/deleteFile.js ***!
|
|
2607
|
-
\*************************************************************************************************/
|
|
2608
|
-
|
|
2609
|
-
/*!***************************************************************************************************!*\
|
|
2610
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/operations/createStream.js ***!
|
|
2611
|
-
\***************************************************************************************************/
|
|
2612
|
-
|
|
2613
|
-
/*!****************************************************************************************************!*\
|
|
2614
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/operations/customRequest.js ***!
|
|
2615
|
-
\****************************************************************************************************/
|
|
2616
|
-
|
|
2617
|
-
/*!******************************************************************************************************!*\
|
|
2618
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/operations/createDirectory.js ***!
|
|
2619
|
-
\******************************************************************************************************/
|
|
2620
|
-
|
|
2621
|
-
/*!******************************************************************************************************!*\
|
|
2622
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/operations/getFileContents.js ***!
|
|
2623
|
-
\******************************************************************************************************/
|
|
2624
|
-
|
|
2625
|
-
/*!******************************************************************************************************!*\
|
|
2626
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/operations/putFileContents.js ***!
|
|
2627
|
-
\******************************************************************************************************/
|
|
2628
|
-
|
|
2629
2389
|
/*!********************************************************************************************************!*\
|
|
2630
2390
|
!*** ./node_modules/.pnpm/css-loader@5.2.7_webpack@5.88.2/node_modules/css-loader/dist/runtime/api.js ***!
|
|
2631
2391
|
\********************************************************************************************************/
|
|
2632
2392
|
|
|
2633
|
-
/*!********************************************************************************************************!*\
|
|
2634
|
-
!*** ./node_modules/.pnpm/webdav@4.11.5/node_modules/webdav/dist/node/operations/directoryContents.js ***!
|
|
2635
|
-
\********************************************************************************************************/
|
|
2636
|
-
|
|
2637
2393
|
/*!******************************************************************************************************************!*\
|
|
2638
2394
|
!*** ./node_modules/.pnpm/dropbox@10.34.0_@types+node-fetch@2.6.13/node_modules/dropbox/es/index.js + 7 modules ***!
|
|
2639
2395
|
\******************************************************************************************************************/
|
|
@@ -3646,6 +3402,10 @@
|
|
|
3646
3402
|
!*** ./node_modules/.pnpm/aws-sdk@git+https+++git@github.com+niceit+aws-sdk-js.git+26bdb54f2769f14758a0ab2fc32e9d834272a29e/node_modules/aws-sdk/lib/shared-ini/index.js ***!
|
|
3647
3403
|
\***************************************************************************************************************************************************************************/
|
|
3648
3404
|
|
|
3405
|
+
/*!***************************************************************************************************************************************************************************!*\
|
|
3406
|
+
!*** ./node_modules/.pnpm/pug-loader@2.4.0_pug@3.0.3/node_modules/pug-loader/index.js!./src/components/custom-sync-fields-dialog/custom-sync-fields-dialog.component.pug ***!
|
|
3407
|
+
\***************************************************************************************************************************************************************************/
|
|
3408
|
+
|
|
3649
3409
|
/*!****************************************************************************************************************************************************************************!*\
|
|
3650
3410
|
!*** ./node_modules/.pnpm/aws-sdk@git+https+++git@github.com+niceit+aws-sdk-js.git+26bdb54f2769f14758a0ab2fc32e9d834272a29e/node_modules/aws-sdk/clients/configservice.js ***!
|
|
3651
3411
|
\****************************************************************************************************************************************************************************/
|
|
@@ -6878,6 +6638,10 @@
|
|
|
6878
6638
|
!*** ./node_modules/.pnpm/css-loader@5.2.7_webpack@5.88.2/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@11.1.1_node-sass@5.0.0_sass@1.77.8_webpack@5.88.2/node_modules/sass-loader/dist/cjs.js!./src/components/sub-components/check-for-updates/check-for-updates.component.scss ***!
|
|
6879
6639
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
6880
6640
|
|
|
6641
|
+
/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
6642
|
+
!*** ./node_modules/.pnpm/css-loader@5.2.7_webpack@5.88.2/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@11.1.1_node-sass@5.0.0_sass@1.77.8_webpack@5.88.2/node_modules/sass-loader/dist/cjs.js!./src/components/custom-sync-fields-dialog/custom-sync-fields-dialog.component.scss ***!
|
|
6643
|
+
\************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
6644
|
+
|
|
6881
6645
|
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
6882
6646
|
!*** ./node_modules/.pnpm/style-loader@2.0.0_webpack@5.88.2/node_modules/style-loader/dist/cjs.js!./node_modules/.pnpm/css-loader@5.2.7_webpack@5.88.2/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@11.1.1_node-sass@5.0.0_sass@1.77.8_webpack@5.88.2/node_modules/sass-loader/dist/cjs.js!./src/components/toggle.component.scss ***!
|
|
6883
6647
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
@@ -6941,3 +6705,7 @@
|
|
|
6941
6705
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
6942
6706
|
!*** ./node_modules/.pnpm/style-loader@2.0.0_webpack@5.88.2/node_modules/style-loader/dist/cjs.js!./node_modules/.pnpm/css-loader@5.2.7_webpack@5.88.2/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@11.1.1_node-sass@5.0.0_sass@1.77.8_webpack@5.88.2/node_modules/sass-loader/dist/cjs.js!./src/components/sub-components/check-for-updates/check-for-updates.component.scss ***!
|
|
6943
6707
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
6708
|
+
|
|
6709
|
+
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
6710
|
+
!*** ./node_modules/.pnpm/style-loader@2.0.0_webpack@5.88.2/node_modules/style-loader/dist/cjs.js!./node_modules/.pnpm/css-loader@5.2.7_webpack@5.88.2/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@11.1.1_node-sass@5.0.0_sass@1.77.8_webpack@5.88.2/node_modules/sass-loader/dist/cjs.js!./src/components/custom-sync-fields-dialog/custom-sync-fields-dialog.component.scss ***!
|
|
6711
|
+
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|