@milaboratories/uikit 2.3.22 → 2.3.24

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 (116) hide show
  1. package/.turbo/turbo-build.log +31 -66
  2. package/.turbo/turbo-type-check.log +1 -1
  3. package/CHANGELOG.md +12 -0
  4. package/dist/components/DataTable/TableComponent.vue.js +2 -4
  5. package/dist/components/DataTable/TableComponent.vue.js.map +1 -1
  6. package/dist/components/PlChartHistogram/createGridlines.d.ts +4 -2
  7. package/dist/components/PlChartHistogram/createGridlines.d.ts.map +1 -1
  8. package/dist/components/PlChartHistogram/createGridlines.js +4 -6
  9. package/dist/components/PlChartHistogram/createGridlines.js.map +1 -1
  10. package/dist/components/PlChartHistogram/createLabels.d.ts +2 -2
  11. package/dist/components/PlChartHistogram/createLabels.d.ts.map +1 -1
  12. package/dist/components/PlChartHistogram/createLabels.js.map +1 -1
  13. package/dist/components/PlChartHistogram/createSvgContainer.d.ts +1 -2
  14. package/dist/components/PlChartHistogram/createSvgContainer.d.ts.map +1 -1
  15. package/dist/components/PlChartHistogram/createSvgContainer.js +5 -7
  16. package/dist/components/PlChartHistogram/createSvgContainer.js.map +1 -1
  17. package/dist/components/PlChartHistogram/drawBins.d.ts.map +1 -1
  18. package/dist/components/PlChartHistogram/drawBins.js +4 -6
  19. package/dist/components/PlChartHistogram/drawBins.js.map +1 -1
  20. package/dist/components/PlChartHistogram/histogram.d.ts.map +1 -1
  21. package/dist/components/PlChartHistogram/histogram.js +18 -20
  22. package/dist/components/PlChartHistogram/histogram.js.map +1 -1
  23. package/dist/components/PlChartHistogram/normalizeBins.d.ts +2 -1
  24. package/dist/components/PlChartHistogram/normalizeBins.d.ts.map +1 -1
  25. package/dist/components/PlChartHistogram/normalizeBins.js.map +1 -1
  26. package/dist/components/PlChartHistogram/types.d.ts +5 -3
  27. package/dist/components/PlChartHistogram/types.d.ts.map +1 -1
  28. package/dist/components/PlSlideModal/PlPureSlideModal.vue.js +9 -11
  29. package/dist/components/PlSlideModal/PlPureSlideModal.vue.js.map +1 -1
  30. package/dist/lib/model/common/dist/index.js.map +1 -1
  31. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.js +8 -8
  32. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.js.map +1 -1
  33. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.js +7 -7
  34. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.js.map +1 -1
  35. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/value.js +6 -6
  36. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.js +23 -27
  37. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.js.map +1 -1
  38. package/dist/sdk/model/dist/index.js +1 -1
  39. package/package.json +13 -7
  40. package/src/components/PlChartHistogram/createGridlines.ts +10 -6
  41. package/src/components/PlChartHistogram/createLabels.ts +2 -2
  42. package/src/components/PlChartHistogram/createSvgContainer.ts +2 -3
  43. package/src/components/PlChartHistogram/drawBins.ts +2 -3
  44. package/src/components/PlChartHistogram/histogram.ts +25 -22
  45. package/src/components/PlChartHistogram/normalizeBins.ts +2 -1
  46. package/src/components/PlChartHistogram/types.ts +6 -3
  47. package/dist/node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.js +0 -65
  48. package/dist/node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.js.map +0 -1
  49. package/dist/node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.js +0 -7
  50. package/dist/node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.js.map +0 -1
  51. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.js +0 -24
  52. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.js.map +0 -1
  53. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.js +0 -38
  54. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.js.map +0 -1
  55. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.js +0 -14
  56. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.js.map +0 -1
  57. package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timeout.js +0 -11
  58. package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timeout.js.map +0 -1
  59. package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timer.js +0 -63
  60. package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timer.js.map +0 -1
  61. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.js +0 -19
  62. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.js.map +0 -1
  63. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.js +0 -6
  64. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.js.map +0 -1
  65. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/interrupt.js +0 -10
  66. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/interrupt.js.map +0 -1
  67. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/transition.js +0 -29
  68. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/transition.js.map +0 -1
  69. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attr.js +0 -50
  70. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attr.js.map +0 -1
  71. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attrTween.js +0 -39
  72. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attrTween.js.map +0 -1
  73. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/delay.js +0 -19
  74. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/delay.js.map +0 -1
  75. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/duration.js +0 -19
  76. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/duration.js.map +0 -1
  77. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/ease.js +0 -15
  78. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/ease.js.map +0 -1
  79. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/easeVarying.js +0 -16
  80. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/easeVarying.js.map +0 -1
  81. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/end.js +0 -17
  82. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/end.js.map +0 -1
  83. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/filter.js +0 -13
  84. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/filter.js.map +0 -1
  85. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/index.js +0 -66
  86. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/index.js.map +0 -1
  87. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/interpolate.js +0 -12
  88. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/interpolate.js.map +0 -1
  89. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/merge.js +0 -14
  90. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/merge.js.map +0 -1
  91. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/on.js +0 -22
  92. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/on.js.map +0 -1
  93. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/remove.js +0 -14
  94. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/remove.js.map +0 -1
  95. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/schedule.js +0 -86
  96. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/schedule.js.map +0 -1
  97. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/select.js +0 -15
  98. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/select.js.map +0 -1
  99. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selectAll.js +0 -19
  100. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selectAll.js.map +0 -1
  101. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selection.js +0 -9
  102. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selection.js.map +0 -1
  103. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/style.js +0 -46
  104. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/style.js.map +0 -1
  105. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/styleTween.js +0 -24
  106. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/styleTween.js.map +0 -1
  107. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/text.js +0 -19
  108. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/text.js.map +0 -1
  109. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/textTween.js +0 -24
  110. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/textTween.js.map +0 -1
  111. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/transition.js +0 -20
  112. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/transition.js.map +0 -1
  113. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/tween.js +0 -57
  114. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/tween.js.map +0 -1
  115. package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.js +0 -44
  116. package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.js.map +0 -1
@@ -2,8 +2,8 @@ import r from "./select.js";
2
2
  import i from "./selectAll.js";
3
3
  import m from "./selectChild.js";
4
4
  import l from "./selectChildren.js";
5
- import n from "./filter.js";
6
- import s from "./data.js";
5
+ import s from "./filter.js";
6
+ import n from "./data.js";
7
7
  import c from "./enter.js";
8
8
  import p from "./exit.js";
9
9
  import f from "./join.js";
@@ -17,44 +17,41 @@ import x from "./size.js";
17
17
  import C from "./empty.js";
18
18
  import g from "./each.js";
19
19
  import v from "./attr.js";
20
- import w from "./style.js";
21
- import j from "./property.js";
20
+ import j from "./style.js";
21
+ import w from "./property.js";
22
22
  import z from "./classed.js";
23
23
  import A from "./text.js";
24
24
  import S from "./html.js";
25
25
  import b from "./raise.js";
26
- import E from "./lower.js";
27
- import k from "./append.js";
28
- import q from "./insert.js";
29
- import B from "./remove.js";
30
- import D from "./clone.js";
26
+ import k from "./lower.js";
27
+ import q from "./append.js";
28
+ import B from "./insert.js";
29
+ import D from "./remove.js";
30
+ import E from "./clone.js";
31
31
  import F from "./datum.js";
32
32
  import G from "./on.js";
33
33
  import H from "./dispatch.js";
34
34
  import I from "./iterator.js";
35
- var J = [null];
35
+ var xe = [null];
36
36
  function e(o, t) {
37
37
  this._groups = o, this._parents = t;
38
38
  }
39
- function K() {
40
- return new e([[document.documentElement]], J);
41
- }
42
- function L() {
39
+ function J() {
43
40
  return this;
44
41
  }
45
- e.prototype = K.prototype = {
42
+ e.prototype = {
46
43
  constructor: e,
47
44
  select: r,
48
45
  selectAll: i,
49
46
  selectChild: m,
50
47
  selectChildren: l,
51
- filter: n,
52
- data: s,
48
+ filter: s,
49
+ data: n,
53
50
  enter: c,
54
51
  exit: p,
55
52
  join: f,
56
53
  merge: _,
57
- selection: L,
54
+ selection: J,
58
55
  order: a,
59
56
  sort: d,
60
57
  call: h,
@@ -64,17 +61,17 @@ e.prototype = K.prototype = {
64
61
  empty: C,
65
62
  each: g,
66
63
  attr: v,
67
- style: w,
68
- property: j,
64
+ style: j,
65
+ property: w,
69
66
  classed: z,
70
67
  text: A,
71
68
  html: S,
72
69
  raise: b,
73
- lower: E,
74
- append: k,
75
- insert: q,
76
- remove: B,
77
- clone: D,
70
+ lower: k,
71
+ append: q,
72
+ insert: B,
73
+ remove: D,
74
+ clone: E,
78
75
  datum: F,
79
76
  on: G,
80
77
  dispatch: H,
@@ -82,7 +79,6 @@ e.prototype = K.prototype = {
82
79
  };
83
80
  export {
84
81
  e as Selection,
85
- K as default,
86
- J as root
82
+ xe as root
87
83
  };
88
84
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../../../../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.js"],"sourcesContent":["import selection_select from \"./select.js\";\nimport selection_selectAll from \"./selectAll.js\";\nimport selection_selectChild from \"./selectChild.js\";\nimport selection_selectChildren from \"./selectChildren.js\";\nimport selection_filter from \"./filter.js\";\nimport selection_data from \"./data.js\";\nimport selection_enter from \"./enter.js\";\nimport selection_exit from \"./exit.js\";\nimport selection_join from \"./join.js\";\nimport selection_merge from \"./merge.js\";\nimport selection_order from \"./order.js\";\nimport selection_sort from \"./sort.js\";\nimport selection_call from \"./call.js\";\nimport selection_nodes from \"./nodes.js\";\nimport selection_node from \"./node.js\";\nimport selection_size from \"./size.js\";\nimport selection_empty from \"./empty.js\";\nimport selection_each from \"./each.js\";\nimport selection_attr from \"./attr.js\";\nimport selection_style from \"./style.js\";\nimport selection_property from \"./property.js\";\nimport selection_classed from \"./classed.js\";\nimport selection_text from \"./text.js\";\nimport selection_html from \"./html.js\";\nimport selection_raise from \"./raise.js\";\nimport selection_lower from \"./lower.js\";\nimport selection_append from \"./append.js\";\nimport selection_insert from \"./insert.js\";\nimport selection_remove from \"./remove.js\";\nimport selection_clone from \"./clone.js\";\nimport selection_datum from \"./datum.js\";\nimport selection_on from \"./on.js\";\nimport selection_dispatch from \"./dispatch.js\";\nimport selection_iterator from \"./iterator.js\";\n\nexport var root = [null];\n\nexport function Selection(groups, parents) {\n this._groups = groups;\n this._parents = parents;\n}\n\nfunction selection() {\n return new Selection([[document.documentElement]], root);\n}\n\nfunction selection_selection() {\n return this;\n}\n\nSelection.prototype = selection.prototype = {\n constructor: Selection,\n select: selection_select,\n selectAll: selection_selectAll,\n selectChild: selection_selectChild,\n selectChildren: selection_selectChildren,\n filter: selection_filter,\n data: selection_data,\n enter: selection_enter,\n exit: selection_exit,\n join: selection_join,\n merge: selection_merge,\n selection: selection_selection,\n order: selection_order,\n sort: selection_sort,\n call: selection_call,\n nodes: selection_nodes,\n node: selection_node,\n size: selection_size,\n empty: selection_empty,\n each: selection_each,\n attr: selection_attr,\n style: selection_style,\n property: selection_property,\n classed: selection_classed,\n text: selection_text,\n html: selection_html,\n raise: selection_raise,\n lower: selection_lower,\n append: selection_append,\n insert: selection_insert,\n remove: selection_remove,\n clone: selection_clone,\n datum: selection_datum,\n on: selection_on,\n dispatch: selection_dispatch,\n [Symbol.iterator]: selection_iterator\n};\n\nexport default selection;\n"],"names":["root","Selection","groups","parents","selection","selection_selection","selection_select","selection_selectAll","selection_selectChild","selection_selectChildren","selection_filter","selection_data","selection_enter","selection_exit","selection_join","selection_merge","selection_order","selection_sort","selection_call","selection_nodes","selection_node","selection_size","selection_empty","selection_each","selection_attr","selection_style","selection_property","selection_classed","selection_text","selection_html","selection_raise","selection_lower","selection_append","selection_insert","selection_remove","selection_clone","selection_datum","selection_on","selection_dispatch","selection_iterator"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmCU,IAACA,IAAO,CAAC,IAAI;AAEhB,SAASC,EAAUC,GAAQC,GAAS;AACzC,OAAK,UAAUD,GACf,KAAK,WAAWC;AAClB;AAEA,SAASC,IAAY;AACnB,SAAO,IAAIH,EAAU,CAAC,CAAC,SAAS,eAAe,CAAC,GAAGD,CAAI;AACzD;AAEA,SAASK,IAAsB;AAC7B,SAAO;AACT;AAEAJ,EAAU,YAAYG,EAAU,YAAY;AAAA,EAC1C,aAAaH;AAAA,EACb,QAAQK;AAAA,EACR,WAAWC;AAAA,EACX,aAAaC;AAAA,EACb,gBAAgBC;AAAA,EAChB,QAAQC;AAAA,EACR,MAAMC;AAAA,EACN,OAAOC;AAAA,EACP,MAAMC;AAAA,EACN,MAAMC;AAAA,EACN,OAAOC;AAAA,EACP,WAAWV;AAAA,EACX,OAAOW;AAAA,EACP,MAAMC;AAAA,EACN,MAAMC;AAAA,EACN,OAAOC;AAAA,EACP,MAAMC;AAAA,EACN,MAAMC;AAAA,EACN,OAAOC;AAAA,EACP,MAAMC;AAAA,EACN,MAAMC;AAAA,EACN,OAAOC;AAAA,EACP,UAAUC;AAAA,EACV,SAASC;AAAA,EACT,MAAMC;AAAA,EACN,MAAMC;AAAA,EACN,OAAOC;AAAA,EACP,OAAOC;AAAA,EACP,QAAQC;AAAA,EACR,QAAQC;AAAA,EACR,QAAQC;AAAA,EACR,OAAOC;AAAA,EACP,OAAOC;AAAA,EACP,IAAIC;AAAA,EACJ,UAAUC;AAAA,EACV,CAAC,OAAO,QAAQ,GAAGC;AACrB;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../../../../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.js"],"sourcesContent":["import selection_select from \"./select.js\";\nimport selection_selectAll from \"./selectAll.js\";\nimport selection_selectChild from \"./selectChild.js\";\nimport selection_selectChildren from \"./selectChildren.js\";\nimport selection_filter from \"./filter.js\";\nimport selection_data from \"./data.js\";\nimport selection_enter from \"./enter.js\";\nimport selection_exit from \"./exit.js\";\nimport selection_join from \"./join.js\";\nimport selection_merge from \"./merge.js\";\nimport selection_order from \"./order.js\";\nimport selection_sort from \"./sort.js\";\nimport selection_call from \"./call.js\";\nimport selection_nodes from \"./nodes.js\";\nimport selection_node from \"./node.js\";\nimport selection_size from \"./size.js\";\nimport selection_empty from \"./empty.js\";\nimport selection_each from \"./each.js\";\nimport selection_attr from \"./attr.js\";\nimport selection_style from \"./style.js\";\nimport selection_property from \"./property.js\";\nimport selection_classed from \"./classed.js\";\nimport selection_text from \"./text.js\";\nimport selection_html from \"./html.js\";\nimport selection_raise from \"./raise.js\";\nimport selection_lower from \"./lower.js\";\nimport selection_append from \"./append.js\";\nimport selection_insert from \"./insert.js\";\nimport selection_remove from \"./remove.js\";\nimport selection_clone from \"./clone.js\";\nimport selection_datum from \"./datum.js\";\nimport selection_on from \"./on.js\";\nimport selection_dispatch from \"./dispatch.js\";\nimport selection_iterator from \"./iterator.js\";\n\nexport var root = [null];\n\nexport function Selection(groups, parents) {\n this._groups = groups;\n this._parents = parents;\n}\n\nfunction selection() {\n return new Selection([[document.documentElement]], root);\n}\n\nfunction selection_selection() {\n return this;\n}\n\nSelection.prototype = selection.prototype = {\n constructor: Selection,\n select: selection_select,\n selectAll: selection_selectAll,\n selectChild: selection_selectChild,\n selectChildren: selection_selectChildren,\n filter: selection_filter,\n data: selection_data,\n enter: selection_enter,\n exit: selection_exit,\n join: selection_join,\n merge: selection_merge,\n selection: selection_selection,\n order: selection_order,\n sort: selection_sort,\n call: selection_call,\n nodes: selection_nodes,\n node: selection_node,\n size: selection_size,\n empty: selection_empty,\n each: selection_each,\n attr: selection_attr,\n style: selection_style,\n property: selection_property,\n classed: selection_classed,\n text: selection_text,\n html: selection_html,\n raise: selection_raise,\n lower: selection_lower,\n append: selection_append,\n insert: selection_insert,\n remove: selection_remove,\n clone: selection_clone,\n datum: selection_datum,\n on: selection_on,\n dispatch: selection_dispatch,\n [Symbol.iterator]: selection_iterator\n};\n\nexport default selection;\n"],"names":["root","Selection","groups","parents","selection_selection","selection_select","selection_selectAll","selection_selectChild","selection_selectChildren","selection_filter","selection_data","selection_enter","selection_exit","selection_join","selection_merge","selection_order","selection_sort","selection_call","selection_nodes","selection_node","selection_size","selection_empty","selection_each","selection_attr","selection_style","selection_property","selection_classed","selection_text","selection_html","selection_raise","selection_lower","selection_append","selection_insert","selection_remove","selection_clone","selection_datum","selection_on","selection_dispatch","selection_iterator"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmCU,IAACA,KAAO,CAAC,IAAI;AAEhB,SAASC,EAAUC,GAAQC,GAAS;AACzC,OAAK,UAAUD,GACf,KAAK,WAAWC;AAClB;AAMA,SAASC,IAAsB;AAC7B,SAAO;AACT;AAEAH,EAAU,YAAkC;AAAA,EAC1C,aAAaA;AAAA,EACb,QAAQI;AAAA,EACR,WAAWC;AAAA,EACX,aAAaC;AAAA,EACb,gBAAgBC;AAAA,EAChB,QAAQC;AAAA,EACR,MAAMC;AAAA,EACN,OAAOC;AAAA,EACP,MAAMC;AAAA,EACN,MAAMC;AAAA,EACN,OAAOC;AAAA,EACP,WAAWV;AAAA,EACX,OAAOW;AAAA,EACP,MAAMC;AAAA,EACN,MAAMC;AAAA,EACN,OAAOC;AAAA,EACP,MAAMC;AAAA,EACN,MAAMC;AAAA,EACN,OAAOC;AAAA,EACP,MAAMC;AAAA,EACN,MAAMC;AAAA,EACN,OAAOC;AAAA,EACP,UAAUC;AAAA,EACV,SAASC;AAAA,EACT,MAAMC;AAAA,EACN,MAAMC;AAAA,EACN,OAAOC;AAAA,EACP,OAAOC;AAAA,EACP,QAAQC;AAAA,EACR,QAAQC;AAAA,EACR,QAAQC;AAAA,EACR,OAAOC;AAAA,EACP,OAAOC;AAAA,EACP,IAAIC;AAAA,EACJ,UAAUC;AAAA,EACV,CAAC,OAAO,QAAQ,GAAGC;AACrB;","x_google_ignoreList":[0]}
@@ -1256,7 +1256,7 @@ class G {
1256
1256
  this.ctx.logError(e);
1257
1257
  }
1258
1258
  }
1259
- const ht = "1.41.6", X = ht;
1259
+ const ht = "1.42.0", X = ht;
1260
1260
  function pt(n) {
1261
1261
  return n.__renderLambda === !0;
1262
1262
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milaboratories/uikit",
3
- "version": "2.3.22",
3
+ "version": "2.3.24",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -15,17 +15,23 @@
15
15
  "./svg/images/*": "./src/assets/images/*"
16
16
  },
17
17
  "dependencies": {
18
- "@types/d3": "^7.4.3",
18
+ "@types/d3-scale": "^4.0.9",
19
+ "@types/d3-array": "^3.2.1",
20
+ "@types/d3-selection": "^3.0.11",
21
+ "@types/d3-axis": "^3.0.6",
19
22
  "@types/sortablejs": "^1.15.6",
20
23
  "@vue/test-utils": "^2.4.6",
21
24
  "@vueuse/integrations": "^13.3.0",
22
25
  "sortablejs": "^1.15.6",
23
26
  "vue": "^3.5.13",
24
27
  "@vueuse/core": "^13.3.0",
25
- "d3": "^7.9.0",
28
+ "d3-scale": "^4.0.2",
29
+ "d3-array": "^3.0.0",
30
+ "d3-selection": "^3.0.0",
31
+ "d3-axis": "^3.0.0",
26
32
  "resize-observer-polyfill": "^1.5.1",
27
- "@milaboratories/helpers": "^1.6.19",
28
- "@platforma-sdk/model": "^1.41.6"
33
+ "@platforma-sdk/model": "^1.42.0",
34
+ "@milaboratories/helpers": "^1.6.19"
29
35
  },
30
36
  "devDependencies": {
31
37
  "@vitejs/plugin-vue": "^5.2.3",
@@ -36,8 +42,8 @@
36
42
  "yarpm": "^1.2.0",
37
43
  "svgo": "^3.3.2",
38
44
  "@milaboratories/ts-configs": "1.0.5",
39
- "@milaboratories/eslint-config": "^1.0.4",
40
- "@milaboratories/build-configs": "1.0.5"
45
+ "@milaboratories/build-configs": "1.0.5",
46
+ "@milaboratories/eslint-config": "^1.0.4"
41
47
  },
42
48
  "scripts": {
43
49
  "dev": "vite",
@@ -1,21 +1,25 @@
1
- import * as d3 from 'd3';
2
1
  import type { ChartOptions, Scales } from './types';
2
+ import type { Selection } from 'd3-selection';
3
+ import type { Axis } from 'd3-axis';
4
+ import type { NumberValue } from 'd3-scale';
5
+ import { selectAll } from 'd3-selection';
6
+ import { axisBottom, axisLeft } from 'd3-axis';
3
7
 
4
8
  export function createGridlines(
5
- svg: d3.Selection<SVGGElement, unknown, null, undefined>,
9
+ svg: Selection<SVGGElement, unknown, null, undefined>,
6
10
  options: ChartOptions,
7
11
  scales: Scales,
8
- xTicks: (d: d3.Axis<d3.NumberValue>) => d3.Axis<d3.NumberValue>,
12
+ xTicks: (d: Axis<NumberValue>) => Axis<NumberValue>,
9
13
  ) {
10
14
  const { width, height } = options;
11
15
 
12
16
  function makeYGridlines() {
13
- return d3.axisLeft(scales.y) // Use the y-scale for horizontal gridlines
17
+ return axisLeft(scales.y) // Use the y-scale for horizontal gridlines
14
18
  .ticks(6); // Adjust the number of gridlines
15
19
  }
16
20
 
17
21
  function makeXGridlines() {
18
- return xTicks(d3.axisBottom(scales.x));
22
+ return xTicks(axisBottom(scales.x));
19
23
  }
20
24
  // Append horizontal gridlines
21
25
  svg.append('g')
@@ -35,7 +39,7 @@ export function createGridlines(
35
39
  .tickFormat(() => '')); // Remove tick labels
36
40
 
37
41
  // Style the gridlines using CSS (or inline styles)
38
- d3.selectAll('.grid line')
42
+ selectAll('.grid line')
39
43
  .style('stroke', '#E1E3EB') // Light gray gridlines
40
44
  // .style('stroke-dasharray', '2,2') // Dashed gridlines
41
45
  .style('opacity', 0.7); // Slightly transparent
@@ -1,8 +1,8 @@
1
- import type * as d3 from 'd3';
1
+ import type { Selection } from 'd3-selection';
2
2
  import type { ChartOptions } from './types';
3
3
 
4
4
  export function createLabels(
5
- svg: d3.Selection<SVGGElement, unknown, null, undefined>,
5
+ svg: Selection<SVGGElement, unknown, null, undefined>,
6
6
  options: ChartOptions,
7
7
  ) {
8
8
  const { height, width, margin, xAxisLabel, yAxisLabel, compact } = options;
@@ -1,5 +1,5 @@
1
- import * as d3 from 'd3';
2
1
  import type { ChartOptions } from './types';
2
+ import { select } from 'd3-selection';
3
3
 
4
4
  export function createSvgContainer(el: HTMLElement, options: ChartOptions) {
5
5
  const { width, height, margin, compact } = options;
@@ -11,8 +11,7 @@ export function createSvgContainer(el: HTMLElement, options: ChartOptions) {
11
11
  el.style.lineHeight = height + 'px';
12
12
  }
13
13
 
14
- const svg = d3
15
- .select(el) // Append the SVG element to the body
14
+ const svg = select(el) // Append the SVG element to the body
16
15
  .append('svg')
17
16
  .attr('width', width + margin.left + margin.right) // Set the total width
18
17
  .attr('height', height + margin.top + margin.bottom) // Set the total height
@@ -1,5 +1,5 @@
1
1
  import type { BinLike, ChartOptions, Scales, SVG } from './types';
2
- import * as d3 from 'd3';
2
+ import { select } from 'd3-selection';
3
3
 
4
4
  export function drawBins(
5
5
  svg: SVG,
@@ -11,8 +11,7 @@ export function drawBins(
11
11
 
12
12
  const { x, y } = scales;
13
13
 
14
- const tooltip = d3
15
- .select('body')
14
+ const tooltip = select('body')
16
15
  .append('div')
17
16
  .attr('class', 'svg-tooltip')
18
17
  .style('position', 'absolute')
@@ -1,4 +1,3 @@
1
- import * as d3 from 'd3';
2
1
  import { createSvgContainer } from './createSvgContainer';
3
2
  import { drawBins } from './drawBins';
4
3
  import { createGridlines } from './createGridlines';
@@ -7,23 +6,27 @@ import { createLabels } from './createLabels';
7
6
  import type { AnyBin, BinLike, ChartOptions } from './types';
8
7
  import { drawThreshold } from './drawThreshold';
9
8
  import { normalizeBins } from './normalizeBins';
9
+ import type { Selection } from 'd3-selection';
10
+ import { bin, max as d3max, min as d3min } from 'd3-array';
11
+ import { scaleLinear, scaleSymlog } from 'd3-scale';
12
+ import { axisBottom, axisLeft } from 'd3-axis';
10
13
 
11
- const gx = (svg: d3.Selection<SVGGElement, unknown, null, undefined>, height: number) => {
14
+ const gx = (svg: Selection<SVGGElement, unknown, null, undefined>, height: number) => {
12
15
  return svg.append('g')
13
16
  .style('font-size', '14px')
14
17
  .style('font-weight', '500')
15
18
  .attr('transform', `translate(0,${height})`);
16
19
  };
17
20
 
18
- const gy = (svg: d3.Selection<SVGGElement, unknown, null, undefined>) => {
21
+ const gy = (svg: Selection<SVGGElement, unknown, null, undefined>) => {
19
22
  return svg.append('g')
20
23
  .style('font-size', '14px')
21
24
  .style('font-weight', '500');
22
25
  };
23
26
 
24
27
  const createYScale = (bins: BinLike[], height: number) => {
25
- return d3.scaleLinear()
26
- .domain([0, d3.max(bins, (d) => d.length)!]) // Max bin count for the domain
28
+ return scaleLinear()
29
+ .domain([0, d3max(bins, (d) => d.length)!]) // Max bin count for the domain
27
30
  .range([height, 0]); // Map to chart height (invert to match SVG coordinates)
28
31
  };
29
32
 
@@ -32,14 +35,14 @@ export function createHistogramLinear(el: HTMLElement, options: ChartOptions, da
32
35
 
33
36
  const svg = createSvgContainer(el, options);
34
37
 
35
- const min = d3.min(data) as number;
36
- const max = d3.max(data) as number;
38
+ const min = d3min(data) as number;
39
+ const max = d3max(data) as number;
37
40
 
38
- const x = d3.scaleLinear()
41
+ const x = scaleLinear()
39
42
  .domain([min, max])
40
43
  .range([0, width]);
41
44
 
42
- const bins: BinLike[] = normalizeBins(d3.bin()
45
+ const bins: BinLike[] = normalizeBins(bin()
43
46
  .domain(x.domain() as [number, number]) // Set the input domain to match the x-scale
44
47
  .thresholds(x.ticks(nBins))(data)); // Apply the data to create bins
45
48
 
@@ -51,9 +54,9 @@ export function createHistogramLinear(el: HTMLElement, options: ChartOptions, da
51
54
 
52
55
  drawThreshold(svg, { x, y }, options);
53
56
 
54
- gx(svg, height).call(d3.axisBottom(x).tickSize(0));
57
+ gx(svg, height).call(axisBottom(x).tickSize(0));
55
58
 
56
- gy(svg).call(d3.axisLeft(y).tickSize(0));
59
+ gy(svg).call(axisLeft(y).tickSize(0));
57
60
 
58
61
  createLabels(svg, options);
59
62
  }
@@ -63,10 +66,10 @@ export function createHistogramLog(el: HTMLElement, options: ChartOptions, data:
63
66
 
64
67
  const svg = createSvgContainer(el, options);
65
68
 
66
- const min = d3.min(data) as number;
67
- const max = d3.max(data) as number;
69
+ const min = d3min(data) as number;
70
+ const max = d3max(data) as number;
68
71
 
69
- const x = d3.scaleSymlog()
72
+ const x = scaleSymlog()
70
73
  .domain([min, max]) // Input range (min and max values of the data)
71
74
  .range([0, width])
72
75
  .nice() // Output range (width of the chart)
@@ -82,7 +85,7 @@ export function createHistogramLog(el: HTMLElement, options: ChartOptions, data:
82
85
  return res;
83
86
  };
84
87
 
85
- const bins = normalizeBins(d3.bin()
88
+ const bins = normalizeBins(bin()
86
89
  .domain(x.domain() as [number, number]) // Set the input domain to match the x-scale
87
90
  .thresholds(createThresholds(nBins))(data)); // Apply the data to create bins
88
91
 
@@ -96,9 +99,9 @@ export function createHistogramLog(el: HTMLElement, options: ChartOptions, data:
96
99
 
97
100
  drawThreshold(svg, { x, y }, options);
98
101
 
99
- gx(svg, height).call(d3.axisBottom(x).tickValues(tickValues).tickSize(0));
102
+ gx(svg, height).call(axisBottom(x).tickValues(tickValues).tickSize(0));
100
103
 
101
- gy(svg).call(d3.axisLeft(y).tickSize(0));
104
+ gy(svg).call(axisLeft(y).tickSize(0));
102
105
 
103
106
  createLabels(svg, options);
104
107
  }
@@ -110,10 +113,10 @@ export function createHistogramFromBins(el: HTMLElement, options: ChartOptions,
110
113
 
111
114
  const bins = normalizeBins(_bins);
112
115
 
113
- const min = d3.min(bins, (b) => b.x0) as number;
114
- const max = d3.max(bins, (b) => b.x1) as number;
116
+ const min = d3min(bins, (b) => b.x0) as number;
117
+ const max = d3max(bins, (b) => b.x1) as number;
115
118
 
116
- const x = d3.scaleSymlog()
119
+ const x = scaleSymlog()
117
120
  .domain([min, max])
118
121
  .range([0, width])
119
122
  .nice();
@@ -128,9 +131,9 @@ export function createHistogramFromBins(el: HTMLElement, options: ChartOptions,
128
131
 
129
132
  drawThreshold(svg, { x, y }, options);
130
133
 
131
- gx(svg, height).call(d3.axisBottom(x).tickValues(tickValues).tickSize(0));
134
+ gx(svg, height).call(axisBottom(x).tickValues(tickValues).tickSize(0));
132
135
 
133
- gy(svg).call(d3.axisLeft(y).tickSize(0));
136
+ gy(svg).call(axisLeft(y).tickSize(0));
134
137
 
135
138
  createLabels(svg, options);
136
139
  }
@@ -1,6 +1,7 @@
1
1
  import type { AnyBin, BinLike } from './types';
2
+ import type { Bin } from 'd3-array';
2
3
 
3
- export function normalizeBins(bins: (d3.Bin<number, number> | AnyBin)[]): BinLike[] {
4
+ export function normalizeBins(bins: (Bin<number, number> | AnyBin)[]): BinLike[] {
4
5
  return bins.map((it) => {
5
6
  if ('from' in it) {
6
7
  return {
@@ -1,3 +1,6 @@
1
+ import type { ScaleLinear, ScaleSymLog } from 'd3-scale';
2
+ import type { Selection } from 'd3-selection';
3
+
1
4
  export type Margin = { top: number; right: number; bottom: number; left: number };
2
5
 
3
6
  export type ChartOptions = {
@@ -12,11 +15,11 @@ export type ChartOptions = {
12
15
  };
13
16
 
14
17
  export type Scales = {
15
- x: d3.ScaleSymLog<number, number, never> | d3.ScaleLinear<number, number>;
16
- y: d3.ScaleLinear<number, number, never>;
18
+ x: ScaleSymLog<number, number, never> | ScaleLinear<number, number>;
19
+ y: ScaleLinear<number, number, never>;
17
20
  };
18
21
 
19
- export type SVG = d3.Selection<SVGGElement, unknown, null, undefined>;
22
+ export type SVG = Selection<SVGGElement, unknown, null, undefined>;
20
23
 
21
24
  export type CustomBin = {
22
25
  from: number;
@@ -1,65 +0,0 @@
1
- var a = { value: () => {
2
- } };
3
- function l() {
4
- for (var n = 0, t = arguments.length, r = {}, e; n < t; ++n) {
5
- if (!(e = arguments[n] + "") || e in r || /[\s.]/.test(e)) throw new Error("illegal type: " + e);
6
- r[e] = [];
7
- }
8
- return new f(r);
9
- }
10
- function f(n) {
11
- this._ = n;
12
- }
13
- function h(n, t) {
14
- return n.trim().split(/^|\s+/).map(function(r) {
15
- var e = "", o = r.indexOf(".");
16
- if (o >= 0 && (e = r.slice(o + 1), r = r.slice(0, o)), r && !t.hasOwnProperty(r)) throw new Error("unknown type: " + r);
17
- return { type: r, name: e };
18
- });
19
- }
20
- f.prototype = l.prototype = {
21
- constructor: f,
22
- on: function(n, t) {
23
- var r = this._, e = h(n + "", r), o, u = -1, i = e.length;
24
- if (arguments.length < 2) {
25
- for (; ++u < i; ) if ((o = (n = e[u]).type) && (o = w(r[o], n.name))) return o;
26
- return;
27
- }
28
- if (t != null && typeof t != "function") throw new Error("invalid callback: " + t);
29
- for (; ++u < i; )
30
- if (o = (n = e[u]).type) r[o] = s(r[o], n.name, t);
31
- else if (t == null) for (o in r) r[o] = s(r[o], n.name, null);
32
- return this;
33
- },
34
- copy: function() {
35
- var n = {}, t = this._;
36
- for (var r in t) n[r] = t[r].slice();
37
- return new f(n);
38
- },
39
- call: function(n, t) {
40
- if ((o = arguments.length - 2) > 0) for (var r = new Array(o), e = 0, o, u; e < o; ++e) r[e] = arguments[e + 2];
41
- if (!this._.hasOwnProperty(n)) throw new Error("unknown type: " + n);
42
- for (u = this._[n], e = 0, o = u.length; e < o; ++e) u[e].value.apply(t, r);
43
- },
44
- apply: function(n, t, r) {
45
- if (!this._.hasOwnProperty(n)) throw new Error("unknown type: " + n);
46
- for (var e = this._[n], o = 0, u = e.length; o < u; ++o) e[o].value.apply(t, r);
47
- }
48
- };
49
- function w(n, t) {
50
- for (var r = 0, e = n.length, o; r < e; ++r)
51
- if ((o = n[r]).name === t)
52
- return o.value;
53
- }
54
- function s(n, t, r) {
55
- for (var e = 0, o = n.length; e < o; ++e)
56
- if (n[e].name === t) {
57
- n[e] = a, n = n.slice(0, e).concat(n.slice(e + 1));
58
- break;
59
- }
60
- return r != null && n.push({ name: t, value: r }), n;
61
- }
62
- export {
63
- l as default
64
- };
65
- //# sourceMappingURL=dispatch.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dispatch.js","sources":["../../../../../../../../../../node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.js"],"sourcesContent":["var noop = {value: () => {}};\n\nfunction dispatch() {\n for (var i = 0, n = arguments.length, _ = {}, t; i < n; ++i) {\n if (!(t = arguments[i] + \"\") || (t in _) || /[\\s.]/.test(t)) throw new Error(\"illegal type: \" + t);\n _[t] = [];\n }\n return new Dispatch(_);\n}\n\nfunction Dispatch(_) {\n this._ = _;\n}\n\nfunction parseTypenames(typenames, types) {\n return typenames.trim().split(/^|\\s+/).map(function(t) {\n var name = \"\", i = t.indexOf(\".\");\n if (i >= 0) name = t.slice(i + 1), t = t.slice(0, i);\n if (t && !types.hasOwnProperty(t)) throw new Error(\"unknown type: \" + t);\n return {type: t, name: name};\n });\n}\n\nDispatch.prototype = dispatch.prototype = {\n constructor: Dispatch,\n on: function(typename, callback) {\n var _ = this._,\n T = parseTypenames(typename + \"\", _),\n t,\n i = -1,\n n = T.length;\n\n // If no callback was specified, return the callback of the given type and name.\n if (arguments.length < 2) {\n while (++i < n) if ((t = (typename = T[i]).type) && (t = get(_[t], typename.name))) return t;\n return;\n }\n\n // If a type was specified, set the callback for the given type and name.\n // Otherwise, if a null callback was specified, remove callbacks of the given name.\n if (callback != null && typeof callback !== \"function\") throw new Error(\"invalid callback: \" + callback);\n while (++i < n) {\n if (t = (typename = T[i]).type) _[t] = set(_[t], typename.name, callback);\n else if (callback == null) for (t in _) _[t] = set(_[t], typename.name, null);\n }\n\n return this;\n },\n copy: function() {\n var copy = {}, _ = this._;\n for (var t in _) copy[t] = _[t].slice();\n return new Dispatch(copy);\n },\n call: function(type, that) {\n if ((n = arguments.length - 2) > 0) for (var args = new Array(n), i = 0, n, t; i < n; ++i) args[i] = arguments[i + 2];\n if (!this._.hasOwnProperty(type)) throw new Error(\"unknown type: \" + type);\n for (t = this._[type], i = 0, n = t.length; i < n; ++i) t[i].value.apply(that, args);\n },\n apply: function(type, that, args) {\n if (!this._.hasOwnProperty(type)) throw new Error(\"unknown type: \" + type);\n for (var t = this._[type], i = 0, n = t.length; i < n; ++i) t[i].value.apply(that, args);\n }\n};\n\nfunction get(type, name) {\n for (var i = 0, n = type.length, c; i < n; ++i) {\n if ((c = type[i]).name === name) {\n return c.value;\n }\n }\n}\n\nfunction set(type, name, callback) {\n for (var i = 0, n = type.length; i < n; ++i) {\n if (type[i].name === name) {\n type[i] = noop, type = type.slice(0, i).concat(type.slice(i + 1));\n break;\n }\n }\n if (callback != null) type.push({name: name, value: callback});\n return type;\n}\n\nexport default dispatch;\n"],"names":["noop","dispatch","i","n","_","t","Dispatch","parseTypenames","typenames","types","name","typename","callback","T","get","set","copy","type","that","args","c"],"mappings":"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","x_google_ignoreList":[0]}
@@ -1,7 +0,0 @@
1
- function u(n) {
2
- return ((n *= 2) <= 1 ? n * n * n : (n -= 2) * n * n + 2) / 2;
3
- }
4
- export {
5
- u as cubicInOut
6
- };
7
- //# sourceMappingURL=cubic.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cubic.js","sources":["../../../../../../../../../../node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.js"],"sourcesContent":["export function cubicIn(t) {\n return t * t * t;\n}\n\nexport function cubicOut(t) {\n return --t * t * t + 1;\n}\n\nexport function cubicInOut(t) {\n return ((t *= 2) <= 1 ? t * t * t : (t -= 2) * t * t + 2) / 2;\n}\n"],"names":["cubicInOut","t"],"mappings":"AAQO,SAASA,EAAWC,GAAG;AAC5B,WAASA,KAAK,MAAM,IAAIA,IAAIA,IAAIA,KAAKA,KAAK,KAAKA,IAAIA,IAAI,KAAK;AAC9D;","x_google_ignoreList":[0]}
@@ -1,24 +0,0 @@
1
- var X = 180 / Math.PI, o = {
2
- translateX: 0,
3
- translateY: 0,
4
- rotate: 0,
5
- skewX: 0,
6
- scaleX: 1,
7
- scaleY: 1
8
- };
9
- function h(t, e, s, r, i, f) {
10
- var l, n, a;
11
- return (l = Math.sqrt(t * t + e * e)) && (t /= l, e /= l), (a = t * s + e * r) && (s -= t * a, r -= e * a), (n = Math.sqrt(s * s + r * r)) && (s /= n, r /= n, a /= n), t * r < e * s && (t = -t, e = -e, a = -a, l = -l), {
12
- translateX: i,
13
- translateY: f,
14
- rotate: Math.atan2(e, t) * X,
15
- skewX: Math.atan(a) * X,
16
- scaleX: l,
17
- scaleY: n
18
- };
19
- }
20
- export {
21
- h as default,
22
- o as identity
23
- };
24
- //# sourceMappingURL=decompose.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"decompose.js","sources":["../../../../../../../../../../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.js"],"sourcesContent":["var degrees = 180 / Math.PI;\n\nexport var identity = {\n translateX: 0,\n translateY: 0,\n rotate: 0,\n skewX: 0,\n scaleX: 1,\n scaleY: 1\n};\n\nexport default function(a, b, c, d, e, f) {\n var scaleX, scaleY, skewX;\n if (scaleX = Math.sqrt(a * a + b * b)) a /= scaleX, b /= scaleX;\n if (skewX = a * c + b * d) c -= a * skewX, d -= b * skewX;\n if (scaleY = Math.sqrt(c * c + d * d)) c /= scaleY, d /= scaleY, skewX /= scaleY;\n if (a * d < b * c) a = -a, b = -b, skewX = -skewX, scaleX = -scaleX;\n return {\n translateX: e,\n translateY: f,\n rotate: Math.atan2(b, a) * degrees,\n skewX: Math.atan(skewX) * degrees,\n scaleX: scaleX,\n scaleY: scaleY\n };\n}\n"],"names":["degrees","identity","decompose","a","b","c","d","e","scaleX","scaleY","skewX"],"mappings":"AAAA,IAAIA,IAAU,MAAM,KAAK,IAEdC,IAAW;AAAA,EACpB,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,QAAQ;AAAA,EACR,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,QAAQ;AACV;AAEe,SAAAC,EAASC,GAAGC,GAAGC,GAAGC,GAAGC,GAAG,GAAG;AACxC,MAAIC,GAAQC,GAAQC;AACpB,UAAIF,IAAS,KAAK,KAAKL,IAAIA,IAAIC,IAAIA,CAAC,OAAGD,KAAKK,GAAQJ,KAAKI,KACrDE,IAAQP,IAAIE,IAAID,IAAIE,OAAGD,KAAKF,IAAIO,GAAOJ,KAAKF,IAAIM,KAChDD,IAAS,KAAK,KAAKJ,IAAIA,IAAIC,IAAIA,CAAC,OAAGD,KAAKI,GAAQH,KAAKG,GAAQC,KAASD,IACtEN,IAAIG,IAAIF,IAAIC,MAAGF,IAAI,CAACA,GAAGC,IAAI,CAACA,GAAGM,IAAQ,CAACA,GAAOF,IAAS,CAACA,IACtD;AAAA,IACL,YAAYD;AAAA,IACZ,YAAY;AAAA,IACZ,QAAQ,KAAK,MAAMH,GAAGD,CAAC,IAAIH;AAAA,IAC3B,OAAO,KAAK,KAAKU,CAAK,IAAIV;AAAA,IAC1B,QAAQQ;AAAA,IACR,QAAQC;AAAA,EACT;AACH;","x_google_ignoreList":[0]}
@@ -1,38 +0,0 @@
1
- import o from "../number.js";
2
- import { parseCss as Y, parseSvg as T } from "./parse.js";
3
- function X(f, a, c, p) {
4
- function i(e) {
5
- return e.length ? e.pop() + " " : "";
6
- }
7
- function v(e, t, n, l, r, u) {
8
- if (e !== n || t !== l) {
9
- var s = r.push("translate(", null, a, null, c);
10
- u.push({ i: s - 4, x: o(e, n) }, { i: s - 2, x: o(t, l) });
11
- } else (n || l) && r.push("translate(" + n + a + l + c);
12
- }
13
- function m(e, t, n, l) {
14
- e !== t ? (e - t > 180 ? t += 360 : t - e > 180 && (e += 360), l.push({ i: n.push(i(n) + "rotate(", null, p) - 2, x: o(e, t) })) : t && n.push(i(n) + "rotate(" + t + p);
15
- }
16
- function w(e, t, n, l) {
17
- e !== t ? l.push({ i: n.push(i(n) + "skewX(", null, p) - 2, x: o(e, t) }) : t && n.push(i(n) + "skewX(" + t + p);
18
- }
19
- function k(e, t, n, l, r, u) {
20
- if (e !== n || t !== l) {
21
- var s = r.push(i(r) + "scale(", null, ",", null, ")");
22
- u.push({ i: s - 4, x: o(e, n) }, { i: s - 2, x: o(t, l) });
23
- } else (n !== 1 || l !== 1) && r.push(i(r) + "scale(" + n + "," + l + ")");
24
- }
25
- return function(e, t) {
26
- var n = [], l = [];
27
- return e = f(e), t = f(t), v(e.translateX, e.translateY, t.translateX, t.translateY, n, l), m(e.rotate, t.rotate, n, l), w(e.skewX, t.skewX, n, l), k(e.scaleX, e.scaleY, t.scaleX, t.scaleY, n, l), e = t = null, function(r) {
28
- for (var u = -1, s = l.length, h; ++u < s; ) n[(h = l[u]).i] = h.x(r);
29
- return n.join("");
30
- };
31
- };
32
- }
33
- var j = X(Y, "px, ", "px)", "deg)"), q = X(T, ", ", ")", ")");
34
- export {
35
- j as interpolateTransformCss,
36
- q as interpolateTransformSvg
37
- };
38
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../../../../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.js"],"sourcesContent":["import number from \"../number.js\";\nimport {parseCss, parseSvg} from \"./parse.js\";\n\nfunction interpolateTransform(parse, pxComma, pxParen, degParen) {\n\n function pop(s) {\n return s.length ? s.pop() + \" \" : \"\";\n }\n\n function translate(xa, ya, xb, yb, s, q) {\n if (xa !== xb || ya !== yb) {\n var i = s.push(\"translate(\", null, pxComma, null, pxParen);\n q.push({i: i - 4, x: number(xa, xb)}, {i: i - 2, x: number(ya, yb)});\n } else if (xb || yb) {\n s.push(\"translate(\" + xb + pxComma + yb + pxParen);\n }\n }\n\n function rotate(a, b, s, q) {\n if (a !== b) {\n if (a - b > 180) b += 360; else if (b - a > 180) a += 360; // shortest path\n q.push({i: s.push(pop(s) + \"rotate(\", null, degParen) - 2, x: number(a, b)});\n } else if (b) {\n s.push(pop(s) + \"rotate(\" + b + degParen);\n }\n }\n\n function skewX(a, b, s, q) {\n if (a !== b) {\n q.push({i: s.push(pop(s) + \"skewX(\", null, degParen) - 2, x: number(a, b)});\n } else if (b) {\n s.push(pop(s) + \"skewX(\" + b + degParen);\n }\n }\n\n function scale(xa, ya, xb, yb, s, q) {\n if (xa !== xb || ya !== yb) {\n var i = s.push(pop(s) + \"scale(\", null, \",\", null, \")\");\n q.push({i: i - 4, x: number(xa, xb)}, {i: i - 2, x: number(ya, yb)});\n } else if (xb !== 1 || yb !== 1) {\n s.push(pop(s) + \"scale(\" + xb + \",\" + yb + \")\");\n }\n }\n\n return function(a, b) {\n var s = [], // string constants and placeholders\n q = []; // number interpolators\n a = parse(a), b = parse(b);\n translate(a.translateX, a.translateY, b.translateX, b.translateY, s, q);\n rotate(a.rotate, b.rotate, s, q);\n skewX(a.skewX, b.skewX, s, q);\n scale(a.scaleX, a.scaleY, b.scaleX, b.scaleY, s, q);\n a = b = null; // gc\n return function(t) {\n var i = -1, n = q.length, o;\n while (++i < n) s[(o = q[i]).i] = o.x(t);\n return s.join(\"\");\n };\n };\n}\n\nexport var interpolateTransformCss = interpolateTransform(parseCss, \"px, \", \"px)\", \"deg)\");\nexport var interpolateTransformSvg = interpolateTransform(parseSvg, \", \", \")\", \")\");\n"],"names":["interpolateTransform","parse","pxComma","pxParen","degParen","pop","s","translate","xa","ya","xb","yb","q","i","number","rotate","a","b","skewX","scale","t","n","o","interpolateTransformCss","parseCss","interpolateTransformSvg","parseSvg"],"mappings":"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","x_google_ignoreList":[0]}
@@ -1,14 +0,0 @@
1
- import o, { identity as i } from "./decompose.js";
2
- var n;
3
- function s(t) {
4
- const r = new (typeof DOMMatrix == "function" ? DOMMatrix : WebKitCSSMatrix)(t + "");
5
- return r.isIdentity ? i : o(r.a, r.b, r.c, r.d, r.e, r.f);
6
- }
7
- function f(t) {
8
- return t == null ? i : (n || (n = document.createElementNS("http://www.w3.org/2000/svg", "g")), n.setAttribute("transform", t), (t = n.transform.baseVal.consolidate()) ? (t = t.matrix, o(t.a, t.b, t.c, t.d, t.e, t.f)) : i);
9
- }
10
- export {
11
- s as parseCss,
12
- f as parseSvg
13
- };
14
- //# sourceMappingURL=parse.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"parse.js","sources":["../../../../../../../../../../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.js"],"sourcesContent":["import decompose, {identity} from \"./decompose.js\";\n\nvar svgNode;\n\n/* eslint-disable no-undef */\nexport function parseCss(value) {\n const m = new (typeof DOMMatrix === \"function\" ? DOMMatrix : WebKitCSSMatrix)(value + \"\");\n return m.isIdentity ? identity : decompose(m.a, m.b, m.c, m.d, m.e, m.f);\n}\n\nexport function parseSvg(value) {\n if (value == null) return identity;\n if (!svgNode) svgNode = document.createElementNS(\"http://www.w3.org/2000/svg\", \"g\");\n svgNode.setAttribute(\"transform\", value);\n if (!(value = svgNode.transform.baseVal.consolidate())) return identity;\n value = value.matrix;\n return decompose(value.a, value.b, value.c, value.d, value.e, value.f);\n}\n"],"names":["svgNode","parseCss","value","m","identity","decompose","parseSvg"],"mappings":";AAEA,IAAIA;AAGG,SAASC,EAASC,GAAO;AAC9B,QAAMC,IAAI,KAAK,OAAO,aAAc,aAAa,YAAY,iBAAiBD,IAAQ,EAAE;AACxF,SAAOC,EAAE,aAAaC,IAAWC,EAAUF,EAAE,GAAGA,EAAE,GAAGA,EAAE,GAAGA,EAAE,GAAGA,EAAE,GAAGA,EAAE,CAAC;AACzE;AAEO,SAASG,EAASJ,GAAO;AAC9B,SAAIA,KAAS,OAAaE,KACrBJ,MAASA,IAAU,SAAS,gBAAgB,8BAA8B,GAAG,IAClFA,EAAQ,aAAa,aAAaE,CAAK,IACjCA,IAAQF,EAAQ,UAAU,QAAQ,YAAW,MACnDE,IAAQA,EAAM,QACPG,EAAUH,EAAM,GAAGA,EAAM,GAAGA,EAAM,GAAGA,EAAM,GAAGA,EAAM,GAAGA,EAAM,CAAC,KAFNE;AAGjE;","x_google_ignoreList":[0]}
@@ -1,11 +0,0 @@
1
- import { Timer as i } from "./timer.js";
2
- function e(o, t, n) {
3
- var r = new i();
4
- return t = t == null ? 0 : +t, r.restart((u) => {
5
- r.stop(), o(u + t);
6
- }, t, n), r;
7
- }
8
- export {
9
- e as default
10
- };
11
- //# sourceMappingURL=timeout.js.map