@egjs/flicking 3.9.2 → 3.9.3

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.
Files changed (59) hide show
  1. package/dist/flicking.esm.js +8 -2
  2. package/dist/flicking.esm.js.map +1 -1
  3. package/dist/flicking.js +8 -2
  4. package/dist/flicking.js.map +1 -1
  5. package/dist/flicking.min.js +2 -2
  6. package/dist/flicking.min.js.map +1 -1
  7. package/dist/flicking.pkgd.js +8 -2
  8. package/dist/flicking.pkgd.js.map +1 -1
  9. package/dist/flicking.pkgd.min.js +2 -2
  10. package/dist/flicking.pkgd.min.js.map +1 -1
  11. package/doc/eg.Flicking.html +12780 -0
  12. package/doc/fonts/glyphicons-halflings-regular.eot +0 -0
  13. package/doc/fonts/glyphicons-halflings-regular.svg +229 -0
  14. package/doc/fonts/glyphicons-halflings-regular.ttf +0 -0
  15. package/doc/fonts/glyphicons-halflings-regular.woff +0 -0
  16. package/doc/global.html +417 -0
  17. package/doc/img/i.png +0 -0
  18. package/doc/img/type_white.svg +26 -0
  19. package/doc/index.html +503 -0
  20. package/doc/node_modules_@egjs_component_src_Component.ts.html +627 -0
  21. package/doc/scripts/bootstrap.min.js +7 -0
  22. package/doc/scripts/jquery.min.js +6 -0
  23. package/doc/scripts/jquery.min.map +1 -0
  24. package/doc/scripts/linenumber.js +29 -0
  25. package/doc/scripts/main.js +101 -0
  26. package/doc/scripts/prettify/Apache-License-2.0.txt +202 -0
  27. package/doc/scripts/prettify/lang-css.js +2 -0
  28. package/doc/scripts/prettify/prettify.js +28 -0
  29. package/doc/scripts/underscore-min.js +6 -0
  30. package/doc/scripts/underscore-min.map +1 -0
  31. package/doc/src_Flicking.ts.html +1268 -0
  32. package/doc/src_types.ts.html +831 -0
  33. package/doc/styles/bootstrap.min.css +7 -0
  34. package/doc/styles/jaguar.css +469 -0
  35. package/doc/styles/prettify-jsdoc.css +111 -0
  36. package/doc/styles/prettify-tomorrow.css +136 -0
  37. package/doc/styles/style.css +13 -0
  38. package/docs/build/release/3.9.2/dist/flicking.esm.js +5137 -0
  39. package/docs/build/release/3.9.2/dist/flicking.esm.js.map +1 -0
  40. package/docs/build/release/3.9.2/dist/flicking.js +5144 -0
  41. package/docs/build/release/3.9.2/dist/flicking.js.map +1 -0
  42. package/docs/build/release/3.9.2/dist/flicking.min.js +10 -0
  43. package/docs/build/release/3.9.2/dist/flicking.min.js.map +1 -0
  44. package/docs/build/release/3.9.2/dist/flicking.pkgd.js +11473 -0
  45. package/docs/build/release/3.9.2/dist/flicking.pkgd.js.map +1 -0
  46. package/docs/build/release/3.9.2/dist/flicking.pkgd.min.js +10 -0
  47. package/docs/build/release/3.9.2/dist/flicking.pkgd.min.js.map +1 -0
  48. package/docs/build/release/3.9.3/dist/flicking.esm.js +5143 -0
  49. package/docs/build/release/3.9.3/dist/flicking.esm.js.map +1 -0
  50. package/docs/build/release/3.9.3/dist/flicking.js +5150 -0
  51. package/docs/build/release/3.9.3/dist/flicking.js.map +1 -0
  52. package/docs/build/release/3.9.3/dist/flicking.min.js +10 -0
  53. package/docs/build/release/3.9.3/dist/flicking.min.js.map +1 -0
  54. package/docs/build/release/3.9.3/dist/flicking.pkgd.js +11479 -0
  55. package/docs/build/release/3.9.3/dist/flicking.pkgd.js.map +1 -0
  56. package/docs/build/release/3.9.3/dist/flicking.pkgd.min.js +10 -0
  57. package/docs/build/release/3.9.3/dist/flicking.pkgd.min.js.map +1 -0
  58. package/package.json +1 -1
  59. package/src/components/PanelManager.ts +5 -0
@@ -4,7 +4,7 @@ name: @egjs/flicking
4
4
  license: MIT
5
5
  author: NAVER Corp.
6
6
  repository: https://github.com/naver/egjs-flicking
7
- version: 3.9.2
7
+ version: 3.9.3
8
8
  */
9
9
  import Component from '@egjs/component';
10
10
  import ImReady from '@egjs/imready';
@@ -985,6 +985,7 @@ function () {
985
985
  this.length = newPanels.filter(function (panel) {
986
986
  return Boolean(panel);
987
987
  }).length;
988
+ this.chainAllPanels();
988
989
  };
989
990
 
990
991
  __proto.has = function (index) {
@@ -1250,6 +1251,11 @@ function () {
1250
1251
  var allPanelsCount = allPanels.length;
1251
1252
 
1252
1253
  if (allPanelsCount <= 1) {
1254
+ if (allPanelsCount === 1) {
1255
+ allPanels[0].prevSibling = null;
1256
+ allPanels[0].nextSibling = null;
1257
+ }
1258
+
1253
1259
  return;
1254
1260
  }
1255
1261
 
@@ -5098,7 +5104,7 @@ function (_super) {
5098
5104
  */
5099
5105
 
5100
5106
 
5101
- Flicking.VERSION = "3.9.2";
5107
+ Flicking.VERSION = "3.9.3";
5102
5108
  /**
5103
5109
  * Direction constant - "PREV" or "NEXT"
5104
5110
  * @ko 방향 상수 - "PREV" 또는 "NEXT"