@itee/tasks 1.3.2 → 1.4.0

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/docs/global.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="utf-8">
6
6
  <meta name="viewport" content="width=device-width">
7
- <title>Itee Tasks v1.3.1 Global</title>
7
+ <title>Itee Tasks v1.3.3 Global</title>
8
8
 
9
9
  <!--[if lt IE 9]>
10
10
  <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
@@ -20,7 +20,7 @@
20
20
  <div class="navbar navbar-default navbar-fixed-top ">
21
21
  <div class="container">
22
22
  <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Itee Tasks v1.3.1</a>
23
+ <a class="navbar-brand" href="index.html">Itee Tasks v1.3.3</a>
24
24
  <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
25
  <span class="icon-bar"></span>
26
26
  <span class="icon-bar"></span>
@@ -33,7 +33,7 @@
33
33
  <li class="dropdown">
34
34
  <a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a>
35
35
  <ul class="dropdown-menu inline">
36
- <li><a href="global.html#checkBundlingFromEsmFilesDirectTask">checkBundlingFromEsmFilesDirectTask</a></li><li><a href="global.html#checkBundlingTask">checkBundlingTask</a></li><li><a href="global.html#computeBenchmarksTask">computeBenchmarksTask</a></li><li><a href="global.html#computeUnitTestsTask">computeUnitTestsTask</a></li><li><a href="global.html#npmrunclean">npm run clean</a></li><li><a href="global.html#npmrunhelpdefault">npm run help ( default )</a></li><li><a href="global.html#npmrunlint">npm run lint</a></li><li><a href="global.html#npmrunpatch">npm run patch</a></li><li><a href="global.html#npmrunrelease">npm run release</a></li><li><a href="global.html#npmruntest">npm run test</a></li><li><a href="global.html#runBenchmarksForBackendTask">runBenchmarksForBackendTask</a></li><li><a href="global.html#runBenchmarksForFrontendTask">runBenchmarksForFrontendTask</a></li><li><a href="global.html#runUnitTestsForBackendTask">runUnitTestsForBackendTask</a></li><li><a href="global.html#runUnitTestsForFrontendTask">runUnitTestsForFrontendTask</a></li>
36
+ <li><a href="global.html#alignTextCenter">alignTextCenter</a></li><li><a href="global.html#alignTextLeft">alignTextLeft</a></li><li><a href="global.html#alignTextRight">alignTextRight</a></li><li><a href="global.html#checkBundlingFromEsmFilesDirectTask">checkBundlingFromEsmFilesDirectTask</a></li><li><a href="global.html#checkBundlingTask">checkBundlingTask</a></li><li><a href="global.html#computeBenchmarksTask">computeBenchmarksTask</a></li><li><a href="global.html#computeUnitTestsTask">computeUnitTestsTask</a></li><li><a href="global.html#npmrunclean">npm run clean</a></li><li><a href="global.html#npmrunhelpdefault">npm run help ( default )</a></li><li><a href="global.html#npmrunlint">npm run lint</a></li><li><a href="global.html#npmrunpatch">npm run patch</a></li><li><a href="global.html#npmrunrelease">npm run release</a></li><li><a href="global.html#npmruntest">npm run test</a></li><li><a href="global.html#runBenchmarksForBackendTask">runBenchmarksForBackendTask</a></li><li><a href="global.html#runBenchmarksForFrontendTask">runBenchmarksForFrontendTask</a></li><li><a href="global.html#runUnitTestsForBackendTask">runUnitTestsForBackendTask</a></li><li><a href="global.html#runUnitTestsForFrontendTask">runUnitTestsForFrontendTask</a></li><li><a href="global.html#toCamelCase">toCamelCase</a></li>
37
37
  </ul>
38
38
  </li>
39
39
 
@@ -221,6 +221,540 @@ Todo: Check for different targets env like next task below this one
221
221
 
222
222
  <dl>
223
223
 
224
+ <hr>
225
+ <dt>
226
+ <h4 class="name" id="alignTextCenter"><span class="type-signature"></span>alignTextCenter(text, width)</h4>
227
+
228
+
229
+ </dt>
230
+ <dd>
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+ <h5>Parameters:</h5>
241
+
242
+
243
+ <table class="params table table-striped">
244
+ <thead>
245
+ <tr>
246
+
247
+ <th>Name</th>
248
+
249
+
250
+ <th>Type</th>
251
+
252
+
253
+
254
+
255
+
256
+ <th class="last">Description</th>
257
+ </tr>
258
+ </thead>
259
+
260
+ <tbody>
261
+
262
+
263
+ <tr>
264
+
265
+ <td class="name"><code>text</code></td>
266
+
267
+
268
+ <td class="type">
269
+
270
+
271
+ <span class="param-type">string</span>
272
+
273
+
274
+
275
+
276
+ </td>
277
+
278
+
279
+
280
+
281
+
282
+ <td class="description last"></td>
283
+ </tr>
284
+
285
+
286
+
287
+ <tr>
288
+
289
+ <td class="name"><code>width</code></td>
290
+
291
+
292
+ <td class="type">
293
+
294
+
295
+ <span class="param-type">number</span>
296
+
297
+
298
+
299
+
300
+ </td>
301
+
302
+
303
+
304
+
305
+
306
+ <td class="description last"></td>
307
+ </tr>
308
+
309
+
310
+ </tbody>
311
+ </table>
312
+
313
+
314
+
315
+
316
+ <dl class="details">
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+ <dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
347
+ <dd class="tag-source">
348
+ <ul class="dummy">
349
+ <li>
350
+ <a href="utils_texts.mjs.html">utils/texts.mjs</a>,
351
+ <a href="utils_texts.mjs.html#sunlight-1-line-9">line 9</a>
352
+ </li>
353
+ </ul>
354
+ </dd>
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+ </dl>
363
+
364
+
365
+
366
+
367
+
368
+
369
+
370
+
371
+
372
+
373
+
374
+
375
+
376
+ <h5>Returns:</h5>
377
+
378
+
379
+
380
+
381
+ <dl>
382
+ <dt>
383
+ Type
384
+ </dt>
385
+ <dd>
386
+
387
+ <span class="param-type">string</span>
388
+
389
+
390
+
391
+ </dd>
392
+ </dl>
393
+
394
+
395
+
396
+
397
+
398
+ </dd>
399
+
400
+
401
+
402
+ <hr>
403
+ <dt>
404
+ <h4 class="name" id="alignTextLeft"><span class="type-signature"></span>alignTextLeft(text, width)</h4>
405
+
406
+
407
+ </dt>
408
+ <dd>
409
+
410
+
411
+
412
+
413
+
414
+
415
+
416
+
417
+
418
+ <h5>Parameters:</h5>
419
+
420
+
421
+ <table class="params table table-striped">
422
+ <thead>
423
+ <tr>
424
+
425
+ <th>Name</th>
426
+
427
+
428
+ <th>Type</th>
429
+
430
+
431
+
432
+
433
+
434
+ <th class="last">Description</th>
435
+ </tr>
436
+ </thead>
437
+
438
+ <tbody>
439
+
440
+
441
+ <tr>
442
+
443
+ <td class="name"><code>text</code></td>
444
+
445
+
446
+ <td class="type">
447
+
448
+
449
+ <span class="param-type">string</span>
450
+
451
+
452
+
453
+
454
+ </td>
455
+
456
+
457
+
458
+
459
+
460
+ <td class="description last"></td>
461
+ </tr>
462
+
463
+
464
+
465
+ <tr>
466
+
467
+ <td class="name"><code>width</code></td>
468
+
469
+
470
+ <td class="type">
471
+
472
+
473
+ <span class="param-type">number</span>
474
+
475
+
476
+
477
+
478
+ </td>
479
+
480
+
481
+
482
+
483
+
484
+ <td class="description last"></td>
485
+ </tr>
486
+
487
+
488
+ </tbody>
489
+ </table>
490
+
491
+
492
+
493
+
494
+ <dl class="details">
495
+
496
+
497
+
498
+
499
+
500
+
501
+
502
+
503
+
504
+
505
+
506
+
507
+
508
+
509
+
510
+
511
+
512
+
513
+
514
+
515
+
516
+
517
+
518
+
519
+
520
+
521
+
522
+
523
+
524
+ <dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
525
+ <dd class="tag-source">
526
+ <ul class="dummy">
527
+ <li>
528
+ <a href="utils_texts.mjs.html">utils/texts.mjs</a>,
529
+ <a href="utils_texts.mjs.html#sunlight-1-line-34">line 34</a>
530
+ </li>
531
+ </ul>
532
+ </dd>
533
+
534
+
535
+
536
+
537
+
538
+
539
+
540
+ </dl>
541
+
542
+
543
+
544
+
545
+
546
+
547
+
548
+
549
+
550
+
551
+
552
+
553
+
554
+ <h5>Returns:</h5>
555
+
556
+
557
+
558
+
559
+ <dl>
560
+ <dt>
561
+ Type
562
+ </dt>
563
+ <dd>
564
+
565
+ <span class="param-type">string</span>
566
+
567
+
568
+
569
+ </dd>
570
+ </dl>
571
+
572
+
573
+
574
+
575
+
576
+ </dd>
577
+
578
+
579
+
580
+ <hr>
581
+ <dt>
582
+ <h4 class="name" id="alignTextRight"><span class="type-signature"></span>alignTextRight(text, width)</h4>
583
+
584
+
585
+ </dt>
586
+ <dd>
587
+
588
+
589
+
590
+
591
+
592
+
593
+
594
+
595
+
596
+ <h5>Parameters:</h5>
597
+
598
+
599
+ <table class="params table table-striped">
600
+ <thead>
601
+ <tr>
602
+
603
+ <th>Name</th>
604
+
605
+
606
+ <th>Type</th>
607
+
608
+
609
+
610
+
611
+
612
+ <th class="last">Description</th>
613
+ </tr>
614
+ </thead>
615
+
616
+ <tbody>
617
+
618
+
619
+ <tr>
620
+
621
+ <td class="name"><code>text</code></td>
622
+
623
+
624
+ <td class="type">
625
+
626
+
627
+ <span class="param-type">string</span>
628
+
629
+
630
+
631
+
632
+ </td>
633
+
634
+
635
+
636
+
637
+
638
+ <td class="description last"></td>
639
+ </tr>
640
+
641
+
642
+
643
+ <tr>
644
+
645
+ <td class="name"><code>width</code></td>
646
+
647
+
648
+ <td class="type">
649
+
650
+
651
+ <span class="param-type">number</span>
652
+
653
+
654
+
655
+
656
+ </td>
657
+
658
+
659
+
660
+
661
+
662
+ <td class="description last"></td>
663
+ </tr>
664
+
665
+
666
+ </tbody>
667
+ </table>
668
+
669
+
670
+
671
+
672
+ <dl class="details">
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+
681
+
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+
690
+
691
+
692
+
693
+
694
+
695
+
696
+
697
+
698
+
699
+
700
+
701
+
702
+ <dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
703
+ <dd class="tag-source">
704
+ <ul class="dummy">
705
+ <li>
706
+ <a href="utils_texts.mjs.html">utils/texts.mjs</a>,
707
+ <a href="utils_texts.mjs.html#sunlight-1-line-50">line 50</a>
708
+ </li>
709
+ </ul>
710
+ </dd>
711
+
712
+
713
+
714
+
715
+
716
+
717
+
718
+ </dl>
719
+
720
+
721
+
722
+
723
+
724
+
725
+
726
+
727
+
728
+
729
+
730
+
731
+
732
+ <h5>Returns:</h5>
733
+
734
+
735
+
736
+
737
+ <dl>
738
+ <dt>
739
+ Type
740
+ </dt>
741
+ <dd>
742
+
743
+ <span class="param-type">string</span>
744
+
745
+
746
+
747
+ </dd>
748
+ </dl>
749
+
750
+
751
+
752
+
753
+
754
+ </dd>
755
+
756
+
757
+
224
758
  <hr>
225
759
  <dt>
226
760
  <h4 class="name" id="checkBundlingFromEsmFilesDirectTask"><span class="type-signature">&lt;async> </span>checkBundlingFromEsmFilesDirectTask()</h4>
@@ -457,7 +991,7 @@ Todo: Check for different target env like next task below this one
457
991
  <ul class="dummy">
458
992
  <li>
459
993
  <a href="tests_units_compute-unit-tests.task.mjs.html">tests/units/compute-unit-tests.task.mjs</a>,
460
- <a href="tests_units_compute-unit-tests.task.mjs.html#sunlight-1-line-41">line 41</a>
994
+ <a href="tests_units_compute-unit-tests.task.mjs.html#sunlight-1-line-42">line 42</a>
461
995
  </li>
462
996
  </ul>
463
997
  </dd>
@@ -1364,6 +1898,160 @@ Todo: Check for different target env like next task below this one
1364
1898
 
1365
1899
 
1366
1900
 
1901
+ </dd>
1902
+
1903
+
1904
+
1905
+ <hr>
1906
+ <dt>
1907
+ <h4 class="name" id="toCamelCase"><span class="type-signature"></span>toCamelCase(string)</h4>
1908
+
1909
+
1910
+ </dt>
1911
+ <dd>
1912
+
1913
+
1914
+
1915
+
1916
+
1917
+
1918
+
1919
+
1920
+
1921
+ <h5>Parameters:</h5>
1922
+
1923
+
1924
+ <table class="params table table-striped">
1925
+ <thead>
1926
+ <tr>
1927
+
1928
+ <th>Name</th>
1929
+
1930
+
1931
+ <th>Type</th>
1932
+
1933
+
1934
+
1935
+
1936
+
1937
+ <th class="last">Description</th>
1938
+ </tr>
1939
+ </thead>
1940
+
1941
+ <tbody>
1942
+
1943
+
1944
+ <tr>
1945
+
1946
+ <td class="name"><code>string</code></td>
1947
+
1948
+
1949
+ <td class="type">
1950
+
1951
+
1952
+ <span class="param-type">string</span>
1953
+
1954
+
1955
+
1956
+
1957
+ </td>
1958
+
1959
+
1960
+
1961
+
1962
+
1963
+ <td class="description last"></td>
1964
+ </tr>
1965
+
1966
+
1967
+ </tbody>
1968
+ </table>
1969
+
1970
+
1971
+
1972
+
1973
+ <dl class="details">
1974
+
1975
+
1976
+
1977
+
1978
+
1979
+
1980
+
1981
+
1982
+
1983
+
1984
+
1985
+
1986
+
1987
+
1988
+
1989
+
1990
+
1991
+
1992
+
1993
+
1994
+
1995
+
1996
+
1997
+
1998
+
1999
+
2000
+
2001
+
2002
+
2003
+ <dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
2004
+ <dd class="tag-source">
2005
+ <ul class="dummy">
2006
+ <li>
2007
+ <a href="utils_texts.mjs.html">utils/texts.mjs</a>,
2008
+ <a href="utils_texts.mjs.html#sunlight-1-line-80">line 80</a>
2009
+ </li>
2010
+ </ul>
2011
+ </dd>
2012
+
2013
+
2014
+
2015
+
2016
+
2017
+
2018
+
2019
+ </dl>
2020
+
2021
+
2022
+
2023
+
2024
+
2025
+
2026
+
2027
+
2028
+
2029
+
2030
+
2031
+
2032
+
2033
+ <h5>Returns:</h5>
2034
+
2035
+
2036
+
2037
+
2038
+ <dl>
2039
+ <dt>
2040
+ Type
2041
+ </dt>
2042
+ <dd>
2043
+
2044
+ <span class="param-type">string</span>
2045
+
2046
+
2047
+
2048
+ </dd>
2049
+ </dl>
2050
+
2051
+
2052
+
2053
+
2054
+
1367
2055
  </dd>
1368
2056
 
1369
2057
  </dl>