blixify-ui-web 0.4.255 → 0.4.256

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 (38) hide show
  1. package/lib/components/advanced/infoWindow/index.d.ts.map +1 -1
  2. package/lib/components/advanced/infoWindow/index.js +1 -1
  3. package/lib/components/advanced/infoWindow/index.js.map +1 -1
  4. package/lib/components/data/dataTemplate/index.d.ts.map +1 -1
  5. package/lib/components/data/dataTemplate/index.js +15 -2
  6. package/lib/components/data/dataTemplate/index.js.map +1 -1
  7. package/lib/components/data/updateModule.d.ts.map +1 -1
  8. package/lib/components/data/updateModule.js +51 -17
  9. package/lib/components/data/updateModule.js.map +1 -1
  10. package/lib/components/design/heroSection/index.d.ts +5 -0
  11. package/lib/components/design/heroSection/index.d.ts.map +1 -1
  12. package/lib/components/design/heroSection/index.js +29 -10
  13. package/lib/components/design/heroSection/index.js.map +1 -1
  14. package/lib/components/input/canvas/index.d.ts +1 -0
  15. package/lib/components/input/canvas/index.d.ts.map +1 -1
  16. package/lib/components/input/canvas/index.js +1 -0
  17. package/lib/components/input/canvas/index.js.map +1 -1
  18. package/lib/components/input/datePicker/index.d.ts +1 -0
  19. package/lib/components/input/datePicker/index.d.ts.map +1 -1
  20. package/lib/components/input/datePicker/index.js +2 -0
  21. package/lib/components/input/datePicker/index.js.map +1 -1
  22. package/lib/components/input/markdown/index.d.ts +1 -0
  23. package/lib/components/input/markdown/index.d.ts.map +1 -1
  24. package/lib/components/input/markdown/index.js +5 -5
  25. package/lib/components/input/markdown/index.js.map +1 -1
  26. package/lib/components/input/signature/index.d.ts +1 -0
  27. package/lib/components/input/signature/index.d.ts.map +1 -1
  28. package/lib/components/input/signature/index.js +5 -0
  29. package/lib/components/input/signature/index.js.map +1 -1
  30. package/lib/components/input/textArea/index.d.ts +1 -0
  31. package/lib/components/input/textArea/index.d.ts.map +1 -1
  32. package/lib/components/input/textArea/index.js +1 -0
  33. package/lib/components/input/textArea/index.js.map +1 -1
  34. package/lib/components/input/textInput/index.d.ts +1 -0
  35. package/lib/components/input/textInput/index.d.ts.map +1 -1
  36. package/lib/components/input/textInput/index.js +2 -0
  37. package/lib/components/input/textInput/index.js.map +1 -1
  38. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/advanced/infoWindow/index.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,EAAY,YAAY,EAAuB,MAAM,OAAO,CAAC;AAC3E,OAAO,oBAAoB,CAAC;AAE5B,UAAU,KAAK;IACb,OAAO,EAAE,YAAY,CAAC;IACtB,IAAI,EAAE,YAAY,CAAC;IACnB,IAAI,EACA,MAAM,GACN,OAAO,GACP,QAAQ,GACR,KAAK,GACL,YAAY,GACZ,cAAc,GACd,WAAW,GACX,SAAS,CAAC;IACd,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,UAAU,UAAW,KAAK,sBAqCtC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/advanced/infoWindow/index.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,EAAY,YAAY,EAAuB,MAAM,OAAO,CAAC;AAC3E,OAAO,oBAAoB,CAAC;AAE5B,UAAU,KAAK;IACb,OAAO,EAAE,YAAY,CAAC;IACtB,IAAI,EAAE,YAAY,CAAC;IACnB,IAAI,EACA,MAAM,GACN,OAAO,GACP,QAAQ,GACR,KAAK,GACL,YAAY,GACZ,cAAc,GACd,WAAW,GACX,SAAS,CAAC;IACd,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,UAAU,UAAW,KAAK,sBAyCtC,CAAC"}
@@ -46,7 +46,7 @@ var InfoWindow = function (props) {
46
46
  setIsHover(!isHover);
47
47
  }, className: "focus:outline-none" }, props.icon),
48
48
  react_2.default.createElement(react_1.Transition, { show: isHover, as: react_2.Fragment },
49
- react_2.default.createElement(react_1.PopoverPanel, { anchor: props.type, className: "flex flex-col z-[51]" }, props.content)))));
49
+ react_2.default.createElement(react_1.PopoverPanel, { portal: true, anchor: props.type, className: "flex flex-col z-[9999]" }, props.content)))));
50
50
  };
51
51
  exports.InfoWindow = InfoWindow;
52
52
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/advanced/infoWindow/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2CAK2B;AAC3B,6CAA2E;AAC3E,8BAA4B;AAmBrB,IAAM,UAAU,GAAG,UAAC,KAAY;IAC/B,IAAA,KAAwB,IAAA,gBAAQ,EAAC,KAAK,CAAC,EAAtC,OAAO,QAAA,EAAE,UAAU,QAAmB,CAAC;IAE9C,IAAA,iBAAS,EAAC;QACR,IAAI,KAAK,CAAC,WAAW;YAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IAC1C,CAAC,EAAE,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC;IAExB,IAAM,WAAW,GAAG,UAAC,UAAmB;QACtC,IAAI,CAAC,KAAK,CAAC,kBAAkB,EAAE,CAAC;YAC9B,UAAU,CAAC,UAAU,CAAC,CAAC;QACzB,CAAC;IACH,CAAC,CAAC;IAEF,OAAO,CACL,8BAAC,eAAO,IACN,YAAY,EAAE,cAAM,OAAA,WAAW,CAAC,IAAI,CAAC,EAAjB,CAAiB,EACrC,YAAY,EAAE,cAAM,OAAA,WAAW,CAAC,KAAK,CAAC,EAAlB,CAAkB,EACtC,SAAS,EAAC,uBAAuB;QAEjC;YACE,8BAAC,qBAAa,IACZ,OAAO,EAAE;oBACP,IAAI,KAAK,CAAC,OAAO;wBAAE,KAAK,CAAC,OAAO,EAAE,CAAC;oBACnC,UAAU,CAAC,CAAC,OAAO,CAAC,CAAC;gBACvB,CAAC,EACD,SAAS,EAAC,oBAAoB,IAE7B,KAAK,CAAC,IAAI,CACG;YAChB,8BAAC,kBAAU,IAAC,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE,gBAAQ;gBACrC,8BAAC,oBAAY,IAAC,MAAM,EAAE,KAAK,CAAC,IAAI,EAAE,SAAS,EAAC,sBAAsB,IAC/D,KAAK,CAAC,OAAO,CACD,CACJ,CACZ,CACK,CACX,CAAC;AACJ,CAAC,CAAC;AArCW,QAAA,UAAU,cAqCrB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/advanced/infoWindow/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2CAK2B;AAC3B,6CAA2E;AAC3E,8BAA4B;AAmBrB,IAAM,UAAU,GAAG,UAAC,KAAY;IAC/B,IAAA,KAAwB,IAAA,gBAAQ,EAAC,KAAK,CAAC,EAAtC,OAAO,QAAA,EAAE,UAAU,QAAmB,CAAC;IAE9C,IAAA,iBAAS,EAAC;QACR,IAAI,KAAK,CAAC,WAAW;YAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IAC1C,CAAC,EAAE,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC;IAExB,IAAM,WAAW,GAAG,UAAC,UAAmB;QACtC,IAAI,CAAC,KAAK,CAAC,kBAAkB,EAAE,CAAC;YAC9B,UAAU,CAAC,UAAU,CAAC,CAAC;QACzB,CAAC;IACH,CAAC,CAAC;IAEF,OAAO,CACL,8BAAC,eAAO,IACN,YAAY,EAAE,cAAM,OAAA,WAAW,CAAC,IAAI,CAAC,EAAjB,CAAiB,EACrC,YAAY,EAAE,cAAM,OAAA,WAAW,CAAC,KAAK,CAAC,EAAlB,CAAkB,EACtC,SAAS,EAAC,uBAAuB;QAEjC;YACE,8BAAC,qBAAa,IACZ,OAAO,EAAE;oBACP,IAAI,KAAK,CAAC,OAAO;wBAAE,KAAK,CAAC,OAAO,EAAE,CAAC;oBACnC,UAAU,CAAC,CAAC,OAAO,CAAC,CAAC;gBACvB,CAAC,EACD,SAAS,EAAC,oBAAoB,IAE7B,KAAK,CAAC,IAAI,CACG;YAChB,8BAAC,kBAAU,IAAC,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE,gBAAQ;gBACrC,8BAAC,oBAAY,IACX,MAAM,QACN,MAAM,EAAE,KAAK,CAAC,IAAI,EAClB,SAAS,EAAC,wBAAwB,IAEjC,KAAK,CAAC,OAAO,CACD,CACJ,CACZ,CACK,CACX,CAAC;AACJ,CAAC,CAAC;AAzCW,QAAA,UAAU,cAyCrB"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/data/dataTemplate/index.tsx"],"names":[],"mappings":"AAkCA,OAAO,KASN,MAAM,OAAO,CAAC;AAyEf,OAAO,EACL,iBAAiB,EAKlB,MAAM,kBAAkB,CAAC;AAoB1B,eAAO,MAAM,YAAY,mFAqzRvB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/data/dataTemplate/index.tsx"],"names":[],"mappings":"AAkCA,OAAO,KASN,MAAM,OAAO,CAAC;AAyEf,OAAO,EACL,iBAAiB,EAKlB,MAAM,kBAAkB,CAAC;AAoB1B,eAAO,MAAM,YAAY,mFAi0RvB,CAAC"}
@@ -641,8 +641,21 @@ exports.DataTemplate = (0, react_1.forwardRef)(function (props, ref) {
641
641
  groupBy: (_m = props.organise) === null || _m === void 0 ? void 0 : _m.groupBy,
642
642
  type: props.type,
643
643
  };
644
- if (JSON.stringify(currentTabProps) !==
645
- JSON.stringify(prevTabPropsRef.current)) {
644
+ var safeReplacer = function () {
645
+ var seen = new WeakSet();
646
+ return function (_key, value) {
647
+ if (typeof value === "function")
648
+ return "[Function]";
649
+ if (typeof value === "object" && value !== null) {
650
+ if (seen.has(value))
651
+ return "[Circular]";
652
+ seen.add(value);
653
+ }
654
+ return value;
655
+ };
656
+ };
657
+ if (JSON.stringify(currentTabProps, safeReplacer()) !==
658
+ JSON.stringify(prevTabPropsRef.current, safeReplacer())) {
646
659
  handleInitTab();
647
660
  prevTabPropsRef.current = currentTabProps;
648
661
  }