smoothly 0.1.68 → 0.1.72

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 (71) hide show
  1. package/dist/cjs/{generate-5e7cd3f7.js → generate-7f7f7d99.js} +3 -2
  2. package/dist/cjs/{index-896ac706.js → index-7c9d0102.js} +806 -638
  3. package/dist/cjs/{index-b8688617.js → index-e37f73fe.js} +89 -19
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/{smoothly-accordion_43.cjs.entry.js → smoothly-accordion_44.cjs.entry.js} +1000 -737
  6. package/dist/cjs/smoothly-calendar.cjs.entry.js +7 -7
  7. package/dist/cjs/smoothly-display-amount.cjs.entry.js +2 -4
  8. package/dist/cjs/smoothly-display.cjs.entry.js +1 -1
  9. package/dist/cjs/smoothly-input-date-range.cjs.entry.js +1 -1
  10. package/dist/cjs/smoothly-input-date.cjs.entry.js +1 -1
  11. package/dist/cjs/smoothly-input-month.cjs.entry.js +11 -11
  12. package/dist/cjs/smoothly-input.cjs.entry.js +2 -2
  13. package/dist/cjs/smoothly-select.cjs.entry.js +1 -1
  14. package/dist/cjs/smoothly-table-demo.cjs.entry.js +4 -1
  15. package/dist/cjs/smoothly-table-header.cjs.entry.js +1 -1
  16. package/dist/cjs/smoothly-table-row.cjs.entry.js +21 -2
  17. package/dist/cjs/smoothly.cjs.js +1 -1
  18. package/dist/collection/components/calendar/generate.js +2 -1
  19. package/dist/collection/components/calendar/index.js +4 -4
  20. package/dist/collection/components/calendar/style.css +29 -11
  21. package/dist/collection/components/display-amount/index.js +1 -3
  22. package/dist/collection/components/input/index.js +1 -1
  23. package/dist/collection/components/input-month/index.js +8 -8
  24. package/dist/collection/components/input-month/style.css +0 -6
  25. package/dist/collection/components/select/index.js +1 -1
  26. package/dist/collection/components/table/demo/index.js +45 -24
  27. package/dist/collection/components/table/exandable/row/style.css +1 -0
  28. package/dist/collection/components/table/header/index.js +1 -1
  29. package/dist/collection/components/table/row/index.js +94 -3
  30. package/dist/collection/components/table/row/style.css +3 -0
  31. package/dist/custom-elements/index.js +941 -682
  32. package/dist/esm/{generate-fc812e0f.js → generate-7090dc14.js} +3 -2
  33. package/dist/{smoothly/index-a7e44b28.js → esm/index-01fedb5b.js} +806 -638
  34. package/dist/esm/{index-046ba252.js → index-13251390.js} +89 -19
  35. package/dist/esm/loader.js +1 -1
  36. package/dist/esm/{smoothly-accordion_43.entry.js → smoothly-accordion_44.entry.js} +1000 -738
  37. package/dist/esm/smoothly-calendar.entry.js +7 -7
  38. package/dist/esm/smoothly-display-amount.entry.js +2 -4
  39. package/dist/esm/smoothly-display.entry.js +1 -1
  40. package/dist/esm/smoothly-input-date-range.entry.js +1 -1
  41. package/dist/esm/smoothly-input-date.entry.js +1 -1
  42. package/dist/esm/smoothly-input-month.entry.js +11 -11
  43. package/dist/esm/smoothly-input.entry.js +2 -2
  44. package/dist/esm/smoothly-select.entry.js +1 -1
  45. package/dist/esm/smoothly-table-demo.entry.js +4 -1
  46. package/dist/esm/smoothly-table-header.entry.js +1 -1
  47. package/dist/esm/smoothly-table-row.entry.js +22 -3
  48. package/dist/esm/smoothly.js +1 -1
  49. package/dist/smoothly/{generate-fc812e0f.js → generate-7090dc14.js} +3 -2
  50. package/dist/{esm/index-a7e44b28.js → smoothly/index-01fedb5b.js} +806 -638
  51. package/dist/smoothly/{index-046ba252.js → index-13251390.js} +89 -19
  52. package/dist/smoothly/p-485244c2.entry.js +1 -0
  53. package/dist/smoothly/smoothly-calendar.entry.js +7 -7
  54. package/dist/smoothly/smoothly-display-amount.entry.js +2 -4
  55. package/dist/smoothly/smoothly-display.entry.js +1 -1
  56. package/dist/smoothly/smoothly-input-date-range.entry.js +1 -1
  57. package/dist/smoothly/smoothly-input-date.entry.js +1 -1
  58. package/dist/smoothly/smoothly-input-month.entry.js +11 -11
  59. package/dist/smoothly/smoothly-input.entry.js +2 -2
  60. package/dist/smoothly/smoothly-select.entry.js +1 -1
  61. package/dist/smoothly/smoothly-table-demo.entry.js +4 -1
  62. package/dist/smoothly/smoothly-table-header.entry.js +1 -1
  63. package/dist/smoothly/smoothly-table-row.entry.js +22 -3
  64. package/dist/smoothly/smoothly.esm.js +1 -1
  65. package/dist/types/components/input-month/index.d.ts +1 -1
  66. package/dist/types/components/table/demo/index.d.ts +1 -1
  67. package/dist/types/components/table/row/index.d.ts +10 -0
  68. package/dist/types/components.d.ts +5 -0
  69. package/package.json +5 -5
  70. package/dist/smoothly/p-07627dfe.entry.js +0 -1
  71. package/dist/smoothly/p-f2ed989e.entry.js +0 -1
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const index = require('./index-b8688617.js');
3
+ const index = require('./index-e37f73fe.js');
4
4
 
5
5
  function month(date) {
6
6
  const d = new Date(date);
@@ -14,7 +14,8 @@ function month(date) {
14
14
  d.setDate(day++);
15
15
  r.push(index.dist.Date.create(d));
16
16
  }
17
- result.push(r);
17
+ if (row < 5 || index.dist.Date.firstOfMonth(r[0]) == index.dist.Date.firstOfMonth(date))
18
+ result.push(r);
18
19
  }
19
20
  return result;
20
21
  }